*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	position: relative;
	font-family: sans-serif;
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	/*
	background: #ff6600;
	background: linear-gradient(#ff6600, #ff6600 4.1%, #ffffff 4.3%);
	min-width: 320px;
	*/
}
.hidden {
	display: none;
}
.transparent {
	opacity: 0;
}

h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	/* list-style:none; */
}

ol {
    list-style-type: decimal;
   }

.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	top: 40%;
	max-width: 350px;
	left: 50%;
	margin-left: -135px;
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	height: 95px;
	padding: 0 25px;
	border: 3px solid #3498db;
	padding-top: 13px;


}


.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}





body{
	font-family: "ArialRegular", sans-serif;
	font-size: 14px;
}
h1{
	font-family: "RobotoBold", sans-serif;
	color: #0f314d;
	font-size: 30px;
	text-transform: uppercase;
}
h2{
	margin-top: 10px;
	font-family: "RobotoBold", sans-serif;
	color: #0f314d;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
strong{
	font-family: "RobotoBold", sans-serif;
	color: #0f314d;
}
h3{
	font-family: "RobotoMedium", sans-serif;
	color: #0f314d;
	margin: 7px 0;
	font-size: 18px;
	text-transform: uppercase;
}
a{
	color: inherit;
}
.btn{
	display: inline-block;
	color: #fff;
	background: #0092ca;
	font-family: "RobotoBold", sans-serif;
	padding: 8px 0;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover{
	background: #66ccff;
	color: #fff;
}
button{
	transition: background .3s;
}
button.btn{
	border: 0;
}
span.line{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	border-top: 1px solid #eae6f0;
}

.form input[type="text"], .form textarea{
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 7px;
	text-align: center;
}



.header .top .logo{
	background-color: #ff6600 !important;
	font-family: "RobotoRegular", sans-serif;
	color: #0f314d;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header2 .top {
	margin-top: 20px;
}
.header .top .title, .header2 .top .title{
	font-family: "RobotoBold", sans-serif;
	margin: 0;
	text-align: left;
}
.header .top .title .logo span, .header2 .top .title .logo span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.header .top .title :nth-child(2), .header2 .top .title :nth-child(2){
	display: block;
	font-size: 20px;
}
.header-contact .fa{
    font-size:24px;
}


.header-contact a{
    padding: 10px 0px 10px 10px;
    vertical-align: initial;
    display: initial;
}
.header-contact {
    width: max-content;
}
.footer .top .info{
color:white;
}


.top .info{
	padding-bottom: 20px;
	margin-top: 10px;
}
.info a{
	margin: 0px;
	line-height: 1.2;
}
.info a:first-child{
	margin-left: 0 !important;
}
.info a:last-child{
	margin-right: 0 !important;
}

.info .mail{
	font-family: "RobotoMedium", sans-serif;
}

.info .phone strong{
	font-size: 20px;
	font-family: "RobotoMedium", sans-serif;
}


.header .top nav{
	font-family: "RobotoMedium", sans-serif;
}
.header .top .line{
	border-color: #eae6f0;
}
.header .top nav ul{
	list-style-type: none;
	margin-bottom: -22px;
}
.header .top nav ul:after {
	display: inline-block;
	visibility: hidden;
	width: 100%;
	content: ".";
}

.top nav ul li{
	display: inline-block;
}



.header .middle{
}


.slider-main .item {
	min-height: 415px;
	-webkit-background-size: 100%;
	background-size: 100%;

	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 15px;
	position: relative;
}


.slider-main .btn {
	position: absolute;
	left: 10px;
	bottom: 140px;
}
.slider-main .title {
	margin: 0;
	font-size: 36px;
	line-height: 1.8;
	text-transform: uppercase;
	font-family: "RobotoBold", sans-serif;
	padding-top: 45px;
	margin-bottom: 30px;

}
.slider-main .owl-dots {
	text-align: center;
}
.header .bottom{
	margin-top: 30px;
	background: #feebde;
	text-align: center;
	padding-bottom: 30px;
}
.header .bottom .form h2{
	margin: 20px auto;
	font-size: 18px;
}
.header .bottom .form input{
	display: inline-block;
	width: 300px;
}
.header .bottom .form input, .header .bottom .form button{
	margin: 0 5px;
}


.container .row h2 {
	    margin-top: 20px !important;
		}
.service{
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #ff6600;
}
.service:before{
	content: "";
	position: absolute;
	background: no-repeat url("../img/b_book.png");
	height: 45px;
	width: 45px;
	top: -23px;
	z-index: 1;
	left: calc(50% - 23px);
}


.service .items .item{
	margin: 10px 15px;
}

.service .items .item{
	background: #feebde;
}
.service .items .item.top .more{
	display: inline-block;
	vertical-align: top;
	width: 44%;
	padding: 5px 5px 5px 50px;
	font-family: "RobotoRegular", sans-serif;
	font-size: 12px;
	color: #0f314d;
}
.service .items .item.top .more ul{
	margin-left: 26px;
	margin-top: 18px;
	margin-bottom: 30px;
}
.service .items .item.top .more ul li{
	list-style-type: disc;
	color: #adaab2;
	font-size: 25px;
	margin: -10px 0;
	text-transform: uppercase;
}
.service .items .item.top .more ul li * {
	display: inline-block;
	vertical-align: 4px;
	font-size: 12px;
}
.service .items .item.top .more ul li a{
	color: #0f314d;
}
.service .items .item.top img{
	width: 55%;
}
.service .items .item img {
	max-width: 100%;
}


.service .items .item.middle img{
	height: 191px;
}
.service .items .item.bottom img{
	height: 195px;
}
.service .items .item.middle h3, .service .items .item.bottom h3{
	display: block;
	position: absolute;
	bottom: 15px;
	right: 35px;
	text-align: right;
}
.title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #183452;
    padding: 40px 0px 25px 0px;
}
.block {
    display: flex;
    padding-left: 0px;
}
.advantages {
    padding: 20px 10px;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000000;
}
ul.list-doc li {
    list-style-type: none!important;
    background-image: url(../img/icons/v.svg);
    background-repeat: no-repeat;
    padding: 15px 30px;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000000;
    background-position: left center;
}
ol.list-info {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #000000;
    list-style-type: none;
    counter-reset: num;
    padding-left: 0px;
}
ol.list-info li{
    display: flex;
    align-items: center;
}
ol.list-info li::before {
    content: counter(num) ' ';
    counter-increment: num;
    color: #0090C6;
    font-weight: bold;
    line-height: normal;
    font-size: 53px;
}
.item-list {
    padding: 30px 15px;
}
.about{
	position: relative;
/*	margin-top: 40px;*/
/*	border-top: 1px solid #ff6600;*/
	padding-bottom: 30px;
}
.about:before{
	content: "";
	position: absolute;
/*	background: no-repeat url("../img/b_hands.png"); */
	height: 45px;
	width: 45px;
	top: -23px;
	z-index: 1;
	left: calc(50% - 23px);
}
.about p{
	color: #000000;
	font-family: "ArialRegular", sans-serif;
	text-align: justify;
	line-height: 1.8;
}
.about p.right{
	padding-right: 30px;
	padding-left: 20px;
}
.about p.left{
	padding-left: 30px;
	padding-right: 20px;
}




.process{
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #ff6600;
	margin-bottom: 50px;
}
.process:before{
	content: "";
	position: absolute;
	background: no-repeat url("../img/b_messages.png");
	height: 45px;
	width: 45px;
	top: -23px;
	z-index: 1;
	left: calc(50% - 23px);
}
.process h2{
	margin-bottom: 35px;
}
.process h3{
	font-family: "RobotoBold", sans-serif;
	margin-bottom: 20px;
}
.process img{
	width: 100%;
}
.process .plan .item{
	padding: 27px 0;
	margin: 0 10px;
}
.process .plan .item *, .process .btn{
	margin-left: 60px;
}
.process .plan .item span{
	position: absolute;
	display: inline-block;
	height: 45px;
	width: 45px;
	margin-left: 0;
}
.process .plan .item + .item{
	border-top: 1px solid #eae6f0;
}
.process .plan :nth-child(1) span{
	background: no-repeat url("../img/g_phone.png");
}
.process .plan :nth-child(2) span{
	background: no-repeat url("../img/g_profile.png");
}
.process .plan :nth-child(3) span{
	background: no-repeat url("../img/g_letter.png");
}
.process .plan .item ul{
	margin: 0;
}
.process .plan .item ul li{
	font-size: 12px;
	display: inline-block;
	font-family: "RobotoRegular", sans-serif;
	width: 190px;
	padding: 3px 0;
	color: #0f314d;
	text-transform: uppercase;
}



.footer .top{
	background: #ff6600;
	text-align: center;
}
.footer .top .info{
	padding-bottom: 10px;
	padding-top:15px;
}

.footer .bottom{
	padding: 10px 0;
	text-align: center;
	background: #0f314d;
	font-size: 10px;
}
.footer .bottom a{
	display: block;
	text-transform: uppercase;
	font-family: "RobotoRegular", sans-serif;
	color: #fff;
}

.footer .block div{
    display:inline-block;
}


#callback{
	position: relative;
	width: 700px;
	margin: auto;
	background: #f6f3fa;
	padding: 0 30px 65px;
	color: #6a6a6a;
}
#callback h3{
	padding: 20px 0;
	text-align: center;
}
#callback .mfp-close{
	top: -35px;
	right: -35px;
	color: #f6f3fa;
}
#callback input[type="text"]{
	display: inline-block;
	width: 206px;
	margin: 0 2px;
}
#callback textarea{
	display: inline-block;
	width: 634px;
	height: 130px;
	margin: 10px 2px;
	text-align: left;
}
#callback .btn-feed{
	float: right;
}
/*#callback input[type="file"]{
	float: left;
	margin-top: 10px;
	margin-left: 2px;
}
#callback input[type="file"] span{
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: #9dc98c url("../img/attach.png");
	transition: background .3s;
}
#callback input[type="file"]:hover{
	color: inherit;
}
#callback input[type="file"]:hover:before{
	background-color: #6ea858;
}*/


#callback .fileUpload {
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
}
#callback .fileUpload span{
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: #9dc98c url("../img/attach.png");
	transition: background .3s;
}
#callback .fileUpload:hover{
	color: inherit;
}
#callback .fileUpload:hover span{
	background-color: #6ea858;
}
#callback .fileUpload input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}



.other{
	padding-top: 20px;
	color: #736e74;
}
.other ul{
	margin: 10px 0 10px 17px;
}
.other ul li{
	list-style-type: disc;
}
.other ul.num li{
	list-style-type: decimal;
}
.other h3{
	font-family: "ArialRegular", sans-serif;
	color: inherit;
	margin: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.other .paragraph h3{
	border-bottom: 1px solid #eae6f0;
}
.other .paragraph{
	position: relative;
	padding: 10px 0;
}
.other .paragraph .important{
	position: absolute;
	width: 400px;
	bottom: 10px;
	right: 10px;
	color: #0f314d;
	text-transform: uppercase;
	text-align: center;
}
.other .paragraph .important strong{
	font-size: 30px;
}


.features{
	background: #feebde;
	margin: 10px 0;
	padding: 20px 10px;
}
.features ul{
	list-style-type: none;
	text-align: justify;
	padding: 7px 0 7px;
	margin-bottom: -22px;
}
.features ul:after {
	display: inline-block;
	visibility: hidden;
	width: 100%;
	content: ".";
}
.features ul li{
	vertical-align: top;
	display: inline-block;
	color: #736e74;
}
.features ul li span{
	font-family: "RobotoBold", sans-serif;
	font-size: 18px;
	color: #0f314d;
}
.features ul li span.num{
	font-size: 36px;
}




.header2 h1{
	color: #9dc98c;
	font-size: 24px;
	margin-bottom: 0;
}
.header2 .top{
	font-family: "RobotoRegular", sans-serif;
	color: #0f314d;
}
.header2 .top .title{
	font-family: "RobotoBold", sans-serif;
	margin: 0;
	text-align: left;
}

.logo{
	display: block;
}

.header2 .top .title span{
	display: block;
	font-size: 18px;
}
.header2 .top .title :nth-child(2){
	display: block;
	font-size: 20px;
}
.header2 .top nav{
	font-family: "RobotoMedium", sans-serif;
}
.header2 .top .line{
	border-color: #eae6f0;
}
.header2 .top nav ul{
	list-style-type: none;
	text-align: justify;
	margin-bottom: -22px;
}
.header2 .top nav ul:after {
	display: inline-block;
	visibility: hidden;
	width: 100%;
	content: ".";
}


 .top nav ul li a {
 	display: inline-block;
 	padding:10px 14px;
 }
 .top nav ul li{
	display: inline-block;
	position: relative;
}
.top nav ul li ul {
	position: absolute;
	display: none;
	left: 0;
	margin-top: 42px;
	border: 1px solid #eae6f0;

	width: 250px;
	z-index: 5;
	background-color: #fff;
}
.top nav ul li:hover ul {
	display: inline-block;
}
.top nav ul li ul li {
	width: 100%;
	padding: 0px 15px;
	text-align: left;
}


.header2 .middle .board{
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 265px;
	background-repeat: no-repeat !important;
	position: relative;
}
.header2 .middle .board p{
	display: inline-block;
	font-size: 18px;
	color: #0f314d;
	background: rgba(255, 255, 255, 0.62);
	font-family: "RobotoRegular", sans-serif;
	padding: 10px 20px;
}

.header2 .middle .form input[type="text"]{
	display: block;
	margin: 10px auto;
	width: 80%;
}
.header2 .middle .form h2{
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.header2 .middle .form button{
	display: block;
	margin: 15px auto;
}
.header2 .middle .form{
	padding-bottom: 32px;
	background: #feebde;
	margin-top: 15px;
}
.header2 .bottom{
	font-family: "RobotoRegular", sans-serif;
	padding: 20px 0;
	color: #0f314d;
}




.owl-dots {
	z-index: 1;
}

.slider-main .owl-dots {
	position: relative;
	margin-top: -45px;
}

.slider22 .owl-dots {
	position: absolute;
	right: 0;
	z-index: 1;
}

.btn-1.icebtn-1,
p.readmore div.btn-1 {
  position: relative;
  background: rgba(255, 102, 0, 0.1) none repeat scroll 0 0;
  color: #333333;
  padding: 5px 16px;
  box-shadow: none;
  border: 2px solid;
  border-color: #ff6600;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.private-block{
	margin-top: 25px;
}

@media (min-width:480px) {
	.slider22 .owl-dots {
		left: 50%;
		margin-top: -45px;
		padding-right: 35px;
		text-align: right;
	}
}

@media (max-width:479px) {
	.slider22.owl-carousel {
		padding: 0 0 35px;
	}

	.slider22 .owl-dots {
		bottom: 0;
		left: 0;
		text-align: center;
	}
}



.owl-dot:before{
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: transparent;
	border-radius: 50%;
	z-index: 0;
	padding: 2px;
	top: 1px;
	left: 1px;
	content: "";
}
.owl-dot {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 7px;
	border: 1px solid #aea5bc;
}
.owl-dot.active:before{
	background-color: #aea5bc;
}

.content table {
	width: 100%;
}

.content table tr td {
	border: 1px solid #F2F2F2;
	padding: 10px 15px;
}

.content table tr:nth-child(2n+1) {
	background-color: #F6F6F6;
}

.breadcrumb li {
	display: inline-block;
}

.btn {
	border: none;
}


.confidential {
	background-color: #feebde;
	max-width: 650px;
	margin: auto;
	padding: 25px;
}

.slider22 .item {
	min-height: 265px;
	margin-top: 15px;
}

.slider22 .item .btn {
	left: 15px;
	bottom: 15px;
	position: absolute;
	z-index: 15;
}

.content a.btn {color:#fff;}
.content a {
	color: #616CFF;
}


.content ul li {
	list-style-type:disc;
	list-style-position: inside;
}

.about.text-center {
	padding-top: 30px;
	font-size: 80px;
	text-align: center;
}

.about.text-center p {
	margin-top: 0;
	text-align: center;
}

@media (min-width:768px) {
	.about.text-center p {
		font-size: 0.4em;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.about.text-center p {
		font-size: 0.3em;
	}
}

@media (max-width:479px) {
	.about.text-center p {
		font-size: 0.2em;
	}
}

.about_notfound {
	font-family: "RobotoBold", sans-serif;
	font-size: 2em;
}

.popup-private {
	text-decoration: underline;
}

/* sticky footer */
html {
	position: relative;
	min-height: 100%;
}

@media (min-width:992px) {
	html {
		padding: 0 0 195px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	html {
		padding: 0 0 305px;
	}
}

@media screen and (max-width: 960px) {
	.private-block {
		 margin-top: 0;
	 } 
	 .private-block .g-recaptcha {
		 display: inline-block;
		 text-align: center;
		 margin-top: 25px;
	 }
}

@media (max-width:767px) {
	html {
		padding: 0 0 320px;
	}
	.header-contact a{
        display:inline-block;
}
	h1 {
        font-size: 26px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.header-contact a {
	    display:inline-block!important;
	    padding: 5px 10px!important;
	}
	.header-contact {
        padding: 5px 0px;

    }
    ol.list-info {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    }
    .item-list {
        padding: 10px 15px;
    }
    .title {
    padding: 30px 0px 25px 0px;
    }
}

body {
	position: static;
}
	.header-contact {
        float: right !important;
    }



.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.text-center {
	text-align: center;
}

/* innerform */

.header2 .form.innerform {
	padding-bottom: 15px;
}

.header2 .form.innerform h2 {
	font-size: 16px;
	margin-top: 10px;
}

.header2 .form.innerform .form_item__label {
	font-size: 12px;
}

.header2 .form.innerform .btn {
	margin: 10px auto 0;
}

/* mainform */

.header .form.mainform .form_item {
	padding: 10px 0 0;
}

.header .form.mainform .form_item__checkbox {
	width: auto;
}
.header .form.mainform .btn {
	width: 170px;
}

/* selecter */
.header .title,
.header2 .title {
	margin: 0 0 5px !important;
}

.top_selecter {
	margin: 0 0 10px;
	position: relative;
	z-index: 4;
}

.top_selecter__current {
	position: relative;
	border: 1px solid #b3b3b3;
	padding: 7px 25px 7px 10px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #ff6600;
}

.top_selecter__current:before {
	content: '';
	border-width: 6px 7px 0;
	border-style: solid;
	border-color: #b3b3b3 rgba(0,0,0,0) rgba(0,0,0,0);
	position: absolute;
	top: 10px;
	right: 7px;
}

.top_selecter__current.open:before {
	border-width: 0 7px 6px;
	border-style: solid;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) #b3b3b3;
}

.top_selecter__options {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #b3b3b3;
	background: #fff;
	display: none;
}

.top_selecter__current.open + .top_selecter__options {
	display: block;
	z-index: 3;
}

.top_selecter__options-item,
.top_selecter__options-item:hover {
	text-decoration: none;
	display: block;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #b3b3b3;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_selecter__options-item:last-child {
	border-width: 0;
}

.top_selecter__options-item:hover {
	background: rgba(0,0,0,0.02);
}

.top_selecter__options-item.active,
.top_selecter__options-item.active:hover {
	color: #fff;
	background: #0099cc;
}

.top_selecter__options-item.selected {
	background: rgba(0,0,0,0.08);
}

@media (max-width:419px) {
    .mfp-auto-cursor .mfp-content {
        padding: 0 5px;
    }

    .mfp-auto-cursor .mfp-content #callback {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    #callback .mfp-close {
        right: -15px;
    }

    .mfp-auto-cursor .mfp-content .g-recaptcha {
        margin: 10px 0 0;
    }

    .mfp-auto-cursor .mfp-content .g-recaptcha iframe,
    .mfp-auto-cursor .mfp-content .g-recaptcha div {
        width: 100% !important;
    }
}

.top.bg-ff6600 {
    margin-top: 0;
    color: #fff;
    background: #ff6600;
}

.top.bg-ff6600 + .top {
    margin-top: 0;
}

.top.bg-ff6600 .logo,
.top.bg-ff6600 .logo:hover {
    margin-top: 20px;
/*    margin-bottom: 20px; */
}

.top.bg-ff6600 .top_selecter__options-item,
.top.bg-ff6600 .top_selecter__options-item:hover {
    color: #000;
}

.top.bg-ff6600 .top_selecter__options-item.active,
.top.bg-ff6600 .top_selecter__options-item.active:hover {
    color: #fff;
}

.top.bg-ff6600 .top_selecter__current {
    border-color: #fff;
}

.top.bg-ff6600 .mail,
.top.bg-ff6600 .mail:hover,
.top.bg-ff6600 .phone,
.top.bg-ff6600 .phone:hover,
.top.bg-ff6600 .address,
.top.bg-ff6600 .address:hover {
    color: #fff;
}

.owl-scroller,
.owl-scroller-slides {
    overflow: hidden;
}

.owl-scroller.cols-4 .owl-nav,
.owl-scroller.cols-3 .owl-nav {
	display: none;
}

.owl-scroller-slides li {
    list-style: none !important;
}

.owl-scroller-slides img {
    width: auto !important;
}

.owl-stage-outer {
    argin: 0 0 25px;
}

.owl-dots {
    text-align: center;
}

.info_social__icon,
.info_social__icon:hover {
	display: inline-block !important;
	vertical-align: top;
}
.main_mnu_button i 	{
    display: inline-block;
    font: 19px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* height: 35px; */
    /* width: 35px; */
    font-size: 40px;
	}