html{
	font-size:15px;
}
body{
		font-family: 'Panton' ,sans-serif;
		color:#333;
}
a{
	color:#009ad3;
}
a:hover{
	color:#7c7c7c;
}
h1,.h1{
	font-size:40px;
	margin-bottom: 1em;
}
.mb-50{
	margin-bottom: 50px;
}
.top-line{
	background: #000d43;
	padding: 15px 0;
}
.top-line .container{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.langs{
	display:flex;
}
.langs div{
	margin:0 5px;
}
.header .navbar{
	background:#ececec;
	color:#0c123a;
	padding: .3rem 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #000d43;
    border-color: #000d43;
    outline:none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#000d43' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-nav{
		padding-top: 15px;
}
.navbar a{
	color:#0c123a;
	font-weight:600;
}
.navbar a:hover{
	color:#7c7c7c;
}
.navbar-nav span.nav-link{
    font-weight: 700;

}
.dropdown-menu li{
	padding-top:.5rem;
	padding-bottom:.5rem;
}
.header .phone{
	display: flex;
    align-items: center;
}
@media (min-width: 992px){
	.header .phone{
		order:1;
	}
}
.header .phone a:hover{
	text-decoration: none;
}
.form-btn{
	background: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    margin-left: 10px;
}

.main-video{
    position: relative;
    overflow: hidden;
    background: url(../img/bg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 400px;
}

.main-video .video-block{
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
}
.slogan-text{
	font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;   
}

.slogan-block .more-btn{
    background-color: #50a438;
    width: 100%;
    max-width: 220px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.slogan-block .more-btn i{
	vertical-align: middle;
    font-size: 18px;
}
.slogan-block .more-btn:hover{
	background: #ececec;
	color:#000;
}

.product{
	background: #ececec;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-info{
	padding:30px 20px;
	display: flex;
	flex-direction: column;
	flex-grow:1;
}
.product-title{
	font-size:24px;
	font-weight: 300;
	line-height:1.3;
	margin-bottom: 1rem;
	word-wrap: break-word;
     overflow-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.product-desc{
	font-weight:300;
	margin-bottom: 1rem;
}
.product-more{
	margin-top: auto;
}
.product-more:hover{
	text-decoration:none;
}
.product-more i{
	vertical-align:middle;
}
.products-grid>div{
	margin-bottom:30px;
}

.block-title{
	font-size:30px;
	margin-bottom: 2rem;
}
.news{
	background: #ececec;
	padding:25px 20px;
	margin-bottom: 30px;
}
.news a{
	text-decoration: none;
}
.news-title{
	font-size:16px;
	font-weight:600;
	margin-bottom: 1rem;
}

.news-text{
	font-size:14px;
	color:#666666;
	margin-bottom: 1rem;
}
.news-date{
	font-size:11px;
	color:#999999;
}

.breadcrumb {
    background: transparent;
    font-size: 13px;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb li + li::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}
.content p{
	font-size:18px;
}


.callback{
	background:#ececec;
	padding:25px 30px;
}
.callback .form-title{
	font-size:24px;
	color:#333;
	font-weight:700;
}
.callback .form-subtitle{
	font-size:14px;
	color:#666;
	    margin-bottom: 15px;
}

.callback .form-control {
  border-width: 1px;
  border-color: rgb(219, 219, 219);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.callback .help-block{
	font-size: 12px;
    color: #f00;
    padding-left: 5px;
}
.f_submit{
    background-color: #50a438;
    width: 100%;
    max-width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 0;
	cursor:pointer;
}
 .f_submit:hover{
	background:#000d43;
	color:#fff;
}
 .f_submit i{
	vertical-align:middle;
}

.footer{
	background:#706f6f;
	padding-top:28px;
	color:#fff;
}
.footer-phone{
	color:rgba(236, 236, 236, 0.5);
	
}
.footer-phone:hover{
	color:#ececec;
	text-decoration: none;
}
.social{
	margin:15px 0;
}
.social a{
	border: 1px solid;
    border-radius: 50%;
    padding: 1px 2px 2px 2px;
    font-size: 13px;
    height: 24.22px;
    display: inline-block;
    color:rgba(236, 236, 236, 0.5);
    margin: 0 2px;
}
.social a:hover{
	color:#ececec;
}

.devteam{
    font-size: 13px;
    background: #ececec;
    padding: 13px 0;
	margin-top: 28px;
}
@media (min-width: 576px){
	.social{
		margin: 0;
	}
}
@media (min-width: 992px){

	.header .navbar-nav {
		margin-left: -1rem;
		padding-top:0;
	}
	.header .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
	
/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0;
	    padding: 1rem 0;
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 0;
    background-color: #fff;
  }
	
.slogan-text{
	font-size: 36px;
	margin-bottom: 4rem;
}
.slogan-block .more-btn{
	max-width: 270px;
}
}

.owl-carousel .owl-stage{
	display: flex;
	flex-wrap: wrap;
}
.owl-theme .owl-nav [class*=owl-] {
    z-index: 9;
    top:50%;
    margin: 0;
    margin-top:-12px;
    transform:translateY(-50%); 
    position: absolute;
}

.owl-prev{left:-50px;} 
.owl-next{right:-50px;}

.owl-theme .owl-dots .owl-dot span{
	background: #ececec;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #000d43;
}
.owl-theme .owl-nav{
	font-size:26px;
}

.owl-theme .owl-dots button,
.owl-theme .owl-nav button{
	outline: none;
}
.owl-theme .owl-dots {
	margin-top:40px;
}/*
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	color:#ececec;
	font-size:20px;
}*/
.owl-theme .owl-nav [class*=owl-]:hover{
	background: none;
	color:#000d43;
}


.modal-dialog {
    height: 100vh;
    width: 100%;
	max-width:370px;
    display: flex;
    align-items: center;
    margin: 0 auto
}
.modal-content{
	background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 0;
}
.modal-header{
    padding: 30px 30px 0;
    flex-direction: column;
    border: 0;
}
.modal-header .close{
	position: absolute;
    right: 15px;
    top: 15px;
}
.modal-header .close svg{
	height: 22px;
    width: 22px;
}

.modal-title{
    font-size: 24px;
	line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal-subtitle{
	font-size: 14px;
    color: #81858a;
}
.modal-body{
	padding:0 30px 30px;
}
.form-group .notice{
	    font-size: 13px;
    color: #f00;
}
.form-group {
  width: 100%;
  font-size: 16px;
  padding-top: 10px;
  position: relative;
  margin-top: 20px;
}
.form-group input,
.form-group textarea{
  width: 100%;
  border: none;
  outline: none;
  padding: 5px 0;
  line-height: 1;
  border-bottom: solid 1px white;
  background-color: transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
  border-bottom: solid 1px #f3f3f3;
}
.form-group input + label,
.form-group textarea + label{
color:#b1b4b7;
font-size:14px;
  top: 10px;
  left:0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin:0;
}
.form-group input:focus,
.form-group textarea:focus{
  box-shadow: 0 1px 0 0 white;
}
.form-group input:focus + label, .form-group input.active + label,
.form-group textarea:focus + label, .form-group textarea.active + label{
  font-size: 12px;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}