.main_bg{
	width: 100%;
	background: url(../images/main-bg.png)no-repeat;
	background-size: cover;
}
.main_bg2{
	width: 100%;
	background: url(../images/mainbg2.png)no-repeat;
	background-size: cover;
}
.section_alegar{
	max-width: 1580px;
	width: 100%;
	margin: 0 auto;
}
.block1{
	position: relative;
	max-height: 130px;
	height: 130px;
}
.block1_slider{
	max-width: 975px;
	width: 100%;
	margin: 0 auto;
	padding-top: 62px;
	position: static;
text-align: center;
display: flex!important;
justify-content: space-between;
	}

.block1_slider div a{
	font-family: 'ProximaNova-Semibold', sans-serif;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
}

.block1_slider  > .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block;
}
.block1_slider >.owl-nav> .owl-prev{
	position: absolute;
	left: 10%;
	top: 40%;
	background: url(../images/arr-left_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;

}
.block1_slider >.owl-nav> .owl-next{
	position: absolute;
	right:  10%;
	top: 40%;
	background: url(../images/arr-right_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;
}
.block2{
	width: 100%;
	height: 640px;
	background: url(../images/block2-bg.png)no-repeat;
	padding-top: 150px;
	padding-left: 220px;

}
.block2 h1{
	font-size: 48px;
	color: #fff;
	max-width: 700px;
		font-family: 'ProximaNova-Semibold', sans-serif;
	text-transform: uppercase;
	margin-bottom: 42px;
}
.block2 p {
	color: #fff;
font-family: 'ProximaNova-Regular', sans-serif;
font-size: 18px;
max-width: 857px;
line-height: 1.4;
width: 100%;
}
.alegar_btn{
	margin-top: 42px;
}
.alegar_btn a {
	background: transparent;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 0 50px;
    font-family: 'ProximaNova-Bold', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;

}
.block3{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
}
.block3 h2{
	margin-right: 100px;
	  font-family: 'ALSSPb';
	  font-size: 36px;
	  text-transform: uppercase;
}
.block3 > .alegar_search{
	max-width: 580px;
	width: 100%;
	height: 48px;
	position: relative;
	margin-right: 25px;
}
.field{
	border: 3px solid #000000;
	border-radius: 30px;
	padding-left: 50px;
	max-width: 620px;
	width: 100%;
	height: 48px;
	outline: none;
}
.search{
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	border:none;
	outline: none;
	background: url(../images/search_form.png)no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.alegar_filter{
	display: flex;
	align-items: center;
}
.sub_menu{
	display: none;
}
.alegar_filter ul > li:hover .sub_menu {
	display: block;
}
.alegar_filter ul {
	position: relative;
}

.alegar_filter ul::after{
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 14px;
	position: absolute;
	right: -25px;
	top: -1px;
	vertical-align: top;
	width: 14px;
	transform: rotate(135deg);
}
.alegar_filter .sub_menu{
	position: absolute;
	z-index: 999999;
	
}
.alegar_filter ul.sub_menu::after{
	width: 0;
	height: 0;
	border:none;
}

.alegar_filter p {
	color: #000;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 14px;
	padding-right: 5px;
	letter-spacing: 1px;
}
.alegar_filter a{
	color: #000;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 14px;
	position: relative;
}
.alegar_filter a:hover{
	text-decoration: none;
}
.alegar_filter a::after{
content: " ";
width: 100%;
height: 1px;
position: absolute;
bottom: -2px;
left: 0;
background-color: #e1e1e1;
}
.sub_menu li {
	float: left;
	padding-top: 8px;
}
.block4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1150px;
	margin: 0 auto;
}
.block4_sec{
	max-width: 770px;
	width: 49.5%;
	height: 300px;
	background: url(../images/block4-sec-bg.png)no-repeat;
	padding-top: 35px;
	padding-left: 20px;
	position: relative;
	margin: 0 0.2%;
	margin-bottom: 50px;
}
.block4_sec h3{
	 font-family: 'ProximaNova-Bold', sans-serif;
	 font-size: 24px;
	 color: #ffffff;
	 margin-bottom: 30px;
}
.block4_sec p {
	color: #ffffff;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	max-width: 430px;
	width: 100%;
}
.block4_sec span{
	color: #ffffff;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 12px;
}
.block4_sec > .alegar_btn{
	margin-top: 20px;
}
.bottom{
	position: absolute;
	bottom: 15px;
}
.block4_sec2{
	max-width: 500px;
	width: 32%;
	height: 300px;
	background: url(../images/block4-sec-bg.png)no-repeat;
	padding-top: 35px;
	padding-left: 20px;
	position: relative;
	margin: 0 0.666%;
	margin-bottom: 50px;
}

.block4_sec2 h3{
	 font-family: 'ProximaNova-Bold', sans-serif;
	 font-size: 24px;
	 color: #ffffff;
	 margin-bottom: 30px;
}
.block4_sec2 p {
	color: #ffffff;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	max-width: 255px;
	width: 100%;
}
.block4_sec2 span{
	color: #ffffff;
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size: 12px;
}
.block4_sec2 > .alegar_btn{
	margin-top: 20px;
}
.block4 > .alegar_btn{
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 50px;
}
.block4 > .alegar_btn a {
background-color: #108bcb;
}
.block5{
	width: 100%;
	height: 200px;
	background: url(../images/block5-bg.png)no-repeat;
	background-size: cover;

}
.block5_body{
	max-width: 1270px;
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.block5_body_sec{
	width: 38%;
	padding-top: 30px;
	color: #ffffff;
	margin-right: 55px;
}
.block5_body_sec h2{
	  font-family: 'ALSSPb';
	  font-size: 36px;
}
.block5_body_sec p {
	  font-family: 'ProximaNova-Light';
	  font-size: 18px;
	  max-width: 370px;
	  width: 100%;
	  margin-top: 25px;
	  line-height: 1.5;
	  letter-spacing: 1px;
}
.block5_body_sec2{
	width: 62%;
	display: flex;
    align-items: center;
        align-items: flex-end;
}
.block5_body_sec2 > form {
height: 200px;
	display: flex;
	align-items: center;
}
.block5_body_sec2 > form > div{
	width: 250px;
	    margin-right: 20px;
}
.block5_body_sec2 > form > div> input {
	width: 100%;
	 border: 0;
    outline: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    width: 100%;
    padding: 0 15px;
    font-family: 'ProximaNova-Light', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
}
.submit_alegar{
	max-width: 220px;
	width: 100%;
	background: #ffbe01;
    border: none;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
      font-family: 'ProximaNova-Semibold';
      font-size: 16px;
      text-transform: uppercase;
}
.block6{
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
	max-width: 1150px;
	margin: 0 auto;
}
.block6 h2{
	margin-bottom: 80px;
	margin-left: 140px;
	font-size: 36px;
	  font-family: 'ALSSPb';
}
.read_more {
max-width: 1440px;
width: 90%;
margin: 0 auto;
}
.read_more h3{
	margin-bottom: 30px;
	font-size: 24px;
	font-family: 'ProximaNova-Bold';
}
.read_more p {
	  font-family: 'ProximaNova-Regular';
	  font-size: 14px;
	  line-height: 1.5;
	  max-width: 250px;
}
.block6 >.read_more>.owl-nav> .owl-prev{
	position: absolute;
	left: -50px;
	top: 25%;
	background: url(../images/arr-left_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;

}
.block6>.read_more>.owl-nav> .owl-next{
	position: absolute;
	right:  -50px;
	top: 25%;
	background: url(../images/arr-right_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;	
}
.main_slider_alegar_item{
	text-align: center;
    color: #fff;
    position: relative;
    min-height: 640px;
    padding-top: 140px;
    z-index: 2;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.main_slider_alegar_item h2{
	font-family: 'ProximaNova-Bold';
	font-size: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 105px;
}
.main_slider_alegar .owl-dots{
	bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
}
.main_slider_alegar >.owl-dots .owl-dot{
	display: inline-block;
    margin: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: transparent;
}
.main_slider_alegar > .owl-dots .owl-dot.active{
	    background: #fff;
}
.advantages{
	width: 100%;
	position: relative;
	padding-right: 225px;
	padding-left: 225px;
}
.advantages h2{
	text-align: center;
	text-transform: uppercase;
	padding-top: 55px;
	padding-bottom: 45px;
	  font-family: 'ALSSPb';
	  font-size: 36px;
}
.advantages_title{
	font-size: 24px;
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
}
.advantages_content{
	font-size: 18px;
	  font-family: 'ProximaNova-Regular';
	  margin-bottom: 30px;
	  line-height: 1.5;
}
.advantages1{
	text-align: right;
	position: relative;
}
.advantages1::after{
	content: " ";
	background: url(../images/advantages1.png)no-repeat;
	background-size: 100%;
	width: 80px;
	height: 191px;
	position: absolute;
	bottom: -15%;
	right: -117px;
}
.advantages2 {
	text-align: left;
position: relative;
}
.advantages2::before{
	content: " ";
	background: url(../images/advantages2.png)no-repeat;
	background-size: 100%;
	width: 110px;
	height: 191px;
	position: absolute;
	bottom: -12%;
	left: -175px;
	
}
.advantages3{
	text-align: right;
	position: relative;
}
.advantages3::after{
	content: " ";
	background: url(../images/advantages3.png)no-repeat;
	background-size: 100%;
	width: 100px;
	height: 190px;
	position: absolute;
	bottom:-25%;
	right: -172px;
}
.advantages4 {
position: relative;
}
.advantages4::before{
	content: " ";
	background: url(../images/advantages4.png)no-repeat;
	background-size: 100%;
	width: 120px;
	height: 190px;
	position: absolute;
	bottom: -22%;
	left: -177px;
	
}
.advantages5{
	text-align: right;
	position: relative;
}
.advantages5::after{
	content: " ";
	background: url(../images/advantages5.png)no-repeat;
	background-size: 100%;
	width: 100px;
	height: 190px;
	position: absolute;
	bottom: -46%;
	right: -172px;
}
.advantages6 {
position: relative;
}
.advantages6::before{
	content: " ";
	background: url(../images/advantages6.png)no-repeat;
	background-size: 100%;
	width: 110px;
	height: 190px;
	position: absolute;
	bottom: -15%;
	left: -179px;
	
}
.advantages7{
	text-align: right;
	position: relative;
}
.advantages7::after{
	content: " ";
	background: url(../images/advantages7.png)no-repeat;
	background-size: 100%;
	width: 110px;
	height: 190px;
	position: absolute;
	bottom:  -15%;
	right: -165px;
}
.in_numbers{
	background: linear-gradient(to right, #14a8d8 50%, #0e7ac3);
    height: 383px;
    width: 100%;
}
.in_numbers h2{
	font-family: 'ALSSPb', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 25px;
}
.in_numbers_body{
	padding-top: 125px;
	padding-left: 158px;
	padding-right: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in_numbers_body_sec > .num {
	font-family: 'ProximaNova-Extrabld', sans-serif;
    border: 10px solid #fff;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    text-align: center;
    color: #fff;
    font-size: 60px;
     display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 5px;
}
.in_numbers_body_sec > .num:after{
	content: " ";
	top: -117px;
	left: -105px;
	width: 300px;
	height: 300px;
	background: url(../images/circles.png)no-repeat;
	background-size: contain;
	position: absolute;
}
.info{
	font-size: 18px;
	color: #ffffff;
	 font-family: 'ProximaNova-Regular';
	 text-transform: uppercase;
}
@media (min-width: 1500px) {
	.in_numbers_body_sec > .num{
		margin-right: 15px;
	}
	.info{
		font-size: 24px;
}
}
.in_numbers_body_sec{
	display: flex;
	align-items: center;

}
.rewards{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 76px;
	padding-left: 150px;
	padding-right: 150px;
	background: url(../images/rewards-bg.png) no-repeat center;
	background-position-y:-480px; 

}
.rewards h2{
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'ALSSPb';
}
/*.rewards_body{
	display: flex;
}*/
.rewards_body_sec{
	float: left;
	padding-left: 20px;
	margin-right: 90px;
}
.rewards_body_sec li {
	margin-bottom: 40px;
	text-align: center;
}
.rewards_body_sec li a{
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'ProximaNova-Semibold';
}
.rewards_body_sec li a:hover{
	text-decoration: none;
	width: 100px;
	background-color: #ffbe01;
	border-radius: 15px;
	min-width: 100px;
	
}
.rewards_body_sec li a.active_tab {
	text-decoration: none;
	width: 100px;
	background-color: #ffbe01;
	border-radius: 15px;
	min-width: 100px;
}
.rewards_body_sec2{
	display: none;
	align-items: center;
}
.rewards_body_sec2.active_slide {
	display: flex;
}
.rewards_slider{
	margin-top: 58px;
	max-width: 1230px;
	width: 100%;
	position: relative;
}
.rewards_slider_item{
	max-width: 200px;
	width: 100%;
	margin-right: 90px;
	text-align: center;
}
.rewards_slider_item h3{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	  font-family: 'ProximaNova-Regular';
}
.rewards_slider >.owl-nav> .owl-prev{
	position: absolute;
	left: -52px;
	top: 40%;
	background: url(../images/arr-left_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;
	z-index: 999;

}
.rewards_slider >.owl-nav> .owl-next{
	position: absolute;
	right: 39px;
	top: 40%;
	background: url(../images/arr-right_alegar.png)no-repeat;
	background-size: cover;
	height: 40px;
	width: 20px;
	z-index: 999;
}
.about_us{
	border-bottom: 10px solid #2f539e;
}
.about_us_title{
	height: 60px;
	width: 100%;
	background-color: #f4f4f4;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 18px;
}
.about_us_title h2{
	font-size: 24px;
	  font-family: 'ProximaNova-Bold';
	  text-transform: uppercase;
}
.about_us_body{
	padding-left: 100px;
	padding-right: 100px;
	height: auto;
	margin-bottom: 22px;
	display: flex;
}
.about_us_slider {
	height: auto;
}
.about_us_body_sec{
	max-width: 950px;
	height: 300px;
	width:47%;
	margin-right: 65px;
}
.about_us_body_sec2{
	max-width: 600px;
	width: 47%;
	display: flex;
}
.about_us_slider_item{
	height: 300px;
}
.owl-carousel .owl-item img{
	height: 100%;
}
.contacts span{
	display: block;
	margin-bottom: 45px;
}
.contacts ul {
	margin-bottom: 35px;
}
.contacts ul li {
	position: relative;
	text-align: left;
	padding-bottom: 22px;
	padding-left: 22px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.contacts ul li:first-child::before{
	content: " ";
	position: absolute;
	left: -6px;
	background:url(../images/phone_ico.png)no-repeat;
	width: 22px;
	height: 22px;
}
.contacts ul li::before{
	content: " ";
	position: absolute;
	left: -2px;
	background:url(../images/mobile_ico.png)no-repeat;
	width: 14px;
	height: 21px;
}
.contacts ul li a{
	color: #000000;
	  font-family: 'ProximaNova-Regular';
	  font-size: 18px;

}
.contacts span {
	position: relative;
	padding-left: 22px;
}
.contacts span:first-child::before {
	content: " ";
	position: absolute;
	left: -2px;
	background: url(../images/location_ico.png)no-repeat;
	width: 18px;
	height: 22px;
}
.contacts span:last-child::before {
	content: " ";
	position: absolute;
	left: -3px;
	background: url(../images/mail_ico.png)no-repeat;
	width: 20px;
	height: 20px;
}
.contacts span , a{
	color: #000000;
	  font-family: 'ProximaNova-Regular';
	  font-size: 18px;
	 position: relative;
}
.buttons{
	padding-top: 95px;
}
.buttons li:first-child{
	margin-bottom: 68px;
}
.buttons a:hover{
	text-decoration: none;
}
.buttons li{
	max-width: 320px;
	width: 100%;
	height: 50px;
	text-align: center;
}
.alegar_btn_yellow{
	display: block;
	max-width: 320px;
	width: 100%;
line-height: 50px;
cursor: pointer;
border-radius: 50px;
	background-color: #ffbe01;
	text-transform: uppercase;
	font-size: 16px;
	  font-family: 'ProximaNova-Semibold';
}
.alegar_btn_blue{
	display: block;
	max-width: 320px;
	min-width: 320px;
	width: 100%;
line-height: 50px;
border-radius: 50px;
border: 2px solid #108bcb;
color: #108bcb;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	  font-family: 'ProximaNova-Semibold';
}
.about_us_slider .owl-dots{
	    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
}
.about_us_slider >.owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 6px solid #fff;
    background: transparent;
}
.about_us_slider >.owl-dots .owl-dot.active {
       background: #fff;
}
.social_alegar{
	border-bottom: 10px solid #2f539e;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.social_body{
max-width: 1640px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	
}
.social_block1{
	max-width: 540px;
	width: 100%;
	margin-right: 35px;
	    display: flex;
    flex-direction: column;
}
.social_block2{
	max-width: 970px;
	width: 100%;
	    display: flex;
    flex-direction: column;

}
.social_title{
	font-size: 36px;
	display: block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	 font-family: 'ALSSPb';
	 margin-bottom: 25px;
}

.social_title:before{
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cccccc;
}
.social_block_body{
	display: flex;
	height: 100%;
	justify-content: center;
}

.social_block1_youtube{
	position: relative;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	background-color: #e30000;
	width: 100%;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-right: 35px;
}
.social_block1_instagram{
		position: relative;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	background-color: #e2005e;
	width: 100%;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
}


/*@media (min-width: 1500px) {
	.social_block1_youtube{
		width: 39%;
	}
	.social_block1_instagram{
width: 39%;
}

}
@media (min-width: 1600px) {
	.social_block1_youtube{
		width: 100%;
	}
	.social_block1_instagram{
width: 100%;
}

}*/
.social_block2_telegram{
		position: relative;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	background-color: #73a2dc;
	width: 100%;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-right: 35px;
	
}
.social_block2_viber{
		position: relative;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	background-color: #7e22ab;
	width: 100%;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-right: 35px;

}
.social_block2_fb{
		position: relative;
	border-radius: 20px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	background-color: #515391;
	width: 100%;
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;

	}
	
.social_block1_youtube img{
	margin-bottom: 36px;
}
.social_block2_fb img{
	margin-bottom: 23px;
}
.social_block2_viber img{
	margin-bottom: 15px;
}
.social_block2_telegram img{
	margin-bottom: 29px;
}

.social_block1_instagram img{
	margin-bottom: 20px;
}
.social_item_title {
	  font-family: 'ProximaNova-Bold';
	font-size: 24px;
	margin-bottom: 20px;
}
.social_item_text{
	  font-family: 'ProximaNova-Regular';
	font-size: 18px;
	margin-bottom: 45px;
}
.social_block1_youtube >.alegar_btn a{
	font-size: 16px;
	 font-family: 'ProximaNova-Semibold';
}

.social_btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
.social_btn a{
	font-size: 16px;
	 font-family: 'ProximaNova-Semibold';
}
/* Фон и рамка формы */
body .os-order-form-wrap {background: #fff; border: 5px solid #eee;}

/* Заголовок формы */
body .os-order-form-wrap .os-order-header-title {
  color: #4cb5ff; /*цвет шрифта. 
  Добавьте !important сработало, например: 
  color: blue !important;*/
  font-size: 27px; /*размер шрифта*/
  font-weight: bold; /*жирность шрифта*/
  font-family: arial; /*семейство шрифта*/
}

/* Шрифты и цвета некоторых полей (взрослые и дети, и, возраст детей, возможны другие даты) */
body .os-order-first-title,
body .os-order-and-title,
body .os-order-second-title,
body .os-order-input-dates label {font-family: arial; color: #666;} /*возможны другие даты*/

/* Выпадающие списки (страна, курорт, взрослые, дети, возрасты, длительности) */
body .os-order-form-wrap select {font-family: arial; color: #000;}
body .os-order-select-wrapper,
body .os-order-select-wrapper:after {background: #fff;}
body .os-order-select-wrapper {border-radius: 5px; border: 1px solid #c3c3c3;}
body .os-order-input-duration .os-order-select-wrapper {border-radius: 5px;} /*длительность*/

/* Цвета иконок в полях. Добавьте !important чтобы сработало, например:
   body .os-order-input-country .os-order-select-wrapper:after {color: green !important;}*/
body .os-order-form-wrap .os-order-select-wrapper:after {color: #4cb5ff;} /*выпадающий список ближайшего офиса*/

/* Шрифты, их цвета, фон и цвет рамки в полях формы (имя, телефон, е-мейл, пожелания)*/
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {font-family: arial; color: #000; background: #F0F0F0; border-color: #c3c3c3;}

/* Скругление углов в полях формы (имя, телефон, е-мейл, пожелания) (4 значения означают углы: верхний-левый верхний-правый нижний-правый нижний-левый)*/
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {border-radius: 0px 0px 0px 0px;}

/* Скругление углов в выпадающем списке "ближайший офис"*/
body .os-order-input-office .os-order-select-wrapper {border-radius: 0px 0px 0px 0px;}

/* Поле даты */
body .os-order-input-dates .os-order-input-wrapper {
  font-family: arial; /*семейство шрифта*/
  color: #000; /*цвет шрифта*/
  background: #fff; /*цвет фона*/
  border-radius: 5px; /*скругление углов*/
  border-color: #c3c3c3; /*цвет рамки*/
}
body .os-order-input-dates .os-order-input-wrapper:after {color: #4cb5ff !important;} /*цвет иконки календаря. Добавьте !important чтобы сработало*/

/* Кнопка "Отправить" */
body .os-order-form-submit_button {
  font: bold 18px Arial; /* шрифт */
  color: #ffffff; /*цвет шрифта*/
  border: 5px solid #dbdbdb; /*рамка*/
  border-radius: 25px; /*скругление углов*/
  background: #4cb5ff; /*цвет фона (добавьте !important чтобы сработало) */
  height: 50px; /*высота кнопки*/
  width: 200px; /*ширина кнопки*/
}
/* Кнопка "Отправить" при наведении мыши (добавьте !important чтобы сработало) */
body .os-order-form-submit_button:hover {
  background: #4cb5ff !important; /*цвет фона (добавьте !important чтобы сработало) */
  border-color: #B7B7B7;
}

body .os-order-header-title, .os-order-form-wrap *:after {
    color: #4cb5ff !important;
}
body .table-condensed .prev, .table-condensed .next, .table-condensed .switch {
    background-color: #4cb5ff !important;
}
body .datepicker {
    border-color: #4cb5ff !important;
    z-index:9999;
}
body .os-order-form-submit_button {
    background-color: #4cb5ff !important;
    background-image: linear-gradient(to bottom, #4cb5ff, #1a83cd) !important;
}
#true_loadmore p{
	background: transparent;
    line-height: 50px;
    text-align: center;
    margin: 42px auto;
    color: #fff;
    max-width: 325px;
    display: block;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 0 50px;
    font-family: 'ProximaNova-Bold', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #108bcb;
    cursor: pointer;
}
#true_loadmore {
	width: 100%;
}
.sort {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media (min-width: 1900px) {
.social_block1_youtube{
max-width: 300px;
}
.social_block1_instagram{
max-width: 300px;
}
.social_block2_telegram{
max-width: 300px;
}
.social_block2_viber{
max-width: 300px;
}
.social_block2_fb{
max-width: 300px;
}
.social_block1{
	max-width: 640px;
}

}
footer .bottom-area{
	flex-wrap: nowrap;
}
.img_height{
	overflow: hidden;
	min-height: 220px; 
}
.header .top-info{
	position: static; 
}
