@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

.lang_new{
	cursor:pointer;
}

body{
    font-family: 'Roboto', sans-serif;
}

a{
	color:#2260A7;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover{
	color:#1D406E;
}

header .jq-selectbox__select-text{
	display:none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}


.fix_a{
	padding:15px;
}

.spec_item_info{
	min-height:135px;
}

.size_1_wrap{
	min-height:387px;
}

.topnavigation{
	background-color:#2260A7;
	color:#fff;
	font-size:14px;
	height:53px;
	line-height:53px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align:right;
	position:relative;
	z-index:130;
}

.topnavigation .nav_2 ul li{
	line-height:48px;
}

.topnavigation nav{
	display:inline-block;
}

.topnavigation nav ul li, .topnavigation nav ul li a{
	vertical-align:middle;
	line-height:1;
}

.topnavigation nav ul li a:hover{
	text-decoration:none;
}

.topnavigation nav ul li{
	position:relative;
}

.topnavigation nav ul li:hover ul.sub-menu, .mainmenu ul li:hover ul.sub-menu{
	display:block;
}


.topnavigation nav ul ul.sub-menu, .mainmenu ul ul.sub-menu{
	background-color:#4A80BE;
	min-width:400px;
	margin-left:-20px;
	top:100%;
	position:absolute;
	text-align:left;
	display:none;
	padding-bottom:15px;
border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}

.topnavigation nav ul ul.sub-menu li, .mainmenu ul ul.sub-menu li{
	display:block;
	padding-left:20px;
	padding-right:20px;
	float:none;
}

.mainmenu ul ul.sub-menu li{
	margin-left:0px;
	margin-right:0px;
}

.topnavigation nav ul ul.sub-menu li a, .mainmenu ul ul.sub-menu li a{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	text-decoration:none !important;
	display:block;
}


.topnavigation nav ul ul.sub-menu li:hover a, .mainmenu ul ul.sub-menu li:hover a{
	padding-left:5px;
}



.topnavigation nav ul ul.sub-menu li:last-child a, .mainmenu ul ul.sub-menu li:last-child a{
	border-bottom:0px none;
}

.topnavigation nav ul ul.sub-menu li a, .mainmenu ul ul.sub-menu li a{
	border-bottom:1px solid #5F94D1;
	padding:14px 0px;
}


.nav_1 ul{
	padding:0px;
	margin:0px;
}

.nav_1 ul, .nav_1 ul li{
	list-style-type:none;
}

.nav_1 ul li{
	display:inline-block;
}

.topnavigation nav.nav_1 ul li a{
	height:52px;
	line-height:52px;
	padding-left:9px;
	padding-right:9px;
	display:inline-block;
}
.topnavigation nav.nav_1 ul li a:hover{
	background-color:#0E3561;
}


.nav_1 ul li a i{
	vertical-align:middle;
	display:inline-block;
}

.dicon{
	position:relative;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}

.glaz{
	background-image:url(../img/glaz.svg);
	width:25.17px;
	height:14.95px;
}

.pochta{
	background-image:url(../img/pochta.svg);
	width:19.71px;
	height:15px;
}

.search{
	background-image:url(../img/search.svg);
	width:14.53px;
	height:14.53px;
}

.nav_2{
	padding-right:9px;	
}

.nav_2 ul{
	margin:0px;
	padding:0px;
}

.nav_2 ul, .nav_2 ul li{
	list-style-type:none;
}

.nav_2 ul li{
	padding-left:14px;
	padding-right:14px;
	display:inline-block;
}

.nav_2 ul li a{
	text-decoration:underline;
	color:#fff;
}

.topnavigation .nav_3 select{
	color:#000;
	height:25px;
	width:140px;
	padding:0 0 0px 10px;
	line-height:25px;
	border-radius:5px;
	font-size:12px;
	color:#464646;
	border:1px solid #B9B9B9;
}

.mainheader{
	padding-top:25px;
}

.mainheader .container, .topnavigation .container{
	width:94%;
}

.mh_wrap{
	width:47%;
}

.mh_item{
	text-align:left;
}

.mh_wrap_r .mh_item{
	padding-left:70px;
}

.mh_val a{
	font-size:26px;
	color:#464646;
	font-weight:700;
}

.mh_item, .mh_wrap{
	display:inline-block;
}

.mh_wrap_r{
	text-align:right;
}

.mh_name{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#848894;
}

.mh_phone{
	position:relative;
}

.mh_phone:after{
	content:'';
	display:block;
	position:absolute;
	top: 28px;
	left: 35px;
	width:18.3px;
	height:18.3px;
	background-image:url(../img/phone.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

/** mainmenu **/

.mainmenu{
	padding-bottom:20px;
	text-align:center;
	position:relative;
	z-index:120;
}	

.mainmenu ul{
	margin:0px;
	padding:0px;
}

.mainmenu ul, .mainmenu ul li{
	list-style-type:none;
}

.mainmenu ul li{
	position:relative;
	display:inline-block;
	margin-left:22px;
	margin-right:22px;
}

.mainmenu ul li a{
	font-size:19px;
	font-weight:300;
	color:#464646;
	text-decoration:underline;
}

.mainmenu ul li:hover a{
	text-decoration:none;
}

/** slider **/

.slide{
	padding-top:55px;
	height:435px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4), 1px 12px 7px rgba(0, 0, 0, 0.2);
}

.slide .container{
	position:relative;
	z-index:3;
}

.slidepc, .slidemob{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.slidemob{
	display:none;
}
	
.sl_name{
	padding-bottom:10px;
	font-size:26px;
	font-weight:700;
}

.sl_text{
	font-size:14px;
	margin-bottom:12px;
}

.sl_link{
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	text-align:center;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	font-weight:700;
	line-height:1.1;
	padding:14px 38px;
	border:2px solid #fff;
	text-decoration:underline;
	display:inline-block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sl_link:hover, .sl_link:active, .sl_link:focus {
	background-color:#fff;
	color:#000;
}

.owl-dots{
	position:absolute;
	bottom:100px;
	text-align:center;
	left:0px;
	width:100%;
}

.owl-dots .owl-dot{
	display:inline-block;
	margin-left:7px;
	margin-right:7px;
}

.owl-dots .owl-dot span{
	display:block;
	opacity:0.5;
	height:5px;
	background-color:#fff;
	width:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border-radius:5px;
}


.owl-dots .owl-dot.active span{
	opacity:1;
}

/** Важные вкладки **/

main{
	background-color:#fafcff;
}

.sec_2{
	position:relative;
	z-index:100;
	margin-top:-60px;
	padding-bottom:70px;
}

.sec_2_item{
	height:120px;
	line-height:120px;
	font-size:26px;
	font-weight:600;
	position:relative;
	border-radius:5px;
	background: #fecd00; /* Old browsers */
	background: -moz-linear-gradient(top, #fecd00 0%, #f9b100 50%, #f49400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fecd00 0%,#f9b100 50%,#f49400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fecd00 0%,#f9b100 50%,#f49400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd00', endColorstr='#f49400',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 7px 25px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 25px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 25px -9px rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sec_2_item:hover{
	-webkit-box-shadow: 0px 7px 59px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 59px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 59px -9px rgba(0,0,0,0.75);
}


.sec_2_item a{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:100%;
	padding-left:136px;
	text-decoration:none !important;
	color:#fff;
}

.sec_2_item a img{
	position:absolute;
	top:20px;
	left:25px;
}

.color2 .sec_2_item a span{
	padding-right:55px;
	position:relative;
	display:inline-block;
	line-height:1;
}

.color2 .sec_2_item a span:after{
	content:'';
	display:block;
	width:33px;
	height:23px;
	background-image:url(../img/ar.png);
	position:absolute;
	top:3px;
	right:0px;
}

.color2 .sec_2_item{
	background: -moz-linear-gradient(90deg, rgba(141,145,13,1) 0%, rgba(208,216,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208,216,0,1)), color-stop(100%, rgba(141,145,13,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(141,145,13,1) 0%, rgba(208,216,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(141,145,13,1) 0%, rgba(208,216,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(141,145,13,1) 0%, rgba(208,216,0,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(141,145,13,1) 0%, rgba(208,216,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d800', endColorstr='#8d910d',GradientType=0 ); /* ie6-9 */ 
}

.color3 .sec_2_item{
	background: #4c84c5; /* Old browsers */
	background: -moz-linear-gradient(top, #4c84c5 0%, #306aac 50%, #175396 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c84c5 0%,#306aac 50%,#175396 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c84c5 0%,#306aac 50%,#175396 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c84c5', endColorstr='#175396',GradientType=0 ); /* IE6-9 */
}

/** Ротация объектов **/

.sec_common h2{
	font-size:36px;
	font-weight:800;
	color:#464646;
	line-height:1.2;
}

.sec_common h2 a{
	color:#464646;
	text-decoration:none !important;
}

.sec_common h2 a i{
	color:#BFC3C9;
	font-size:21px;
	top:-2px;
	position:relative;
	display:inline-block;
}

.sec_3{
	padding:0 0 30px;
}

.sec_3.sec_3_2{
	padding:0 0 60px;
}

.sec_3_sl img{
	width:100%;
}

.sec_sl_common .slick-arrow, .spec_list_common .slick-arrow,.usl_list_row .slick-arrow{
	position:absolute;
	top:50%;
	margin-top:-47.5px;
	height:95.25px;
	width:54.05px;
	z-index:100;
	background-color:transparent;
	border:0px none;
	padding:0px;
	font-size:1px;
	color: transparent; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-size:contain;
	background-repeat:no-repeat;
}

html body .spec_list_common .slick-arrow{
	top:70px;
	margin-top:0px;
}
.usl_list_row .slick-arrow{
	margin-top:-53px;
	height:94px;
	width:54px;

}
.sec_sl_common .slick-arrow:hover, .spec_list_common .slick-arrow:hover,.usl_list_row .slick-arrow:hover{
	opacity:0.9;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sec_sl_common .slick-arrow.slick-next, .spec_list_common .slick-arrow.slick-next,.usl_list_row .slick-arrow.slick-next{
	right:-70px;
	background-image:url(../img/ar_right.svg);
}
.sec_sl_common .slick-arrow.slick-prev, .spec_list_common .slick-arrow.slick-prev,.usl_list_row .slick-arrow.slick-prev{
	left:-70px;
	background-image:url(../img/ar_left.svg);
}


.sec_3_sl .slick-disabled, .spec_list_common .slick-disabled{
	opacity:0 !important;	
}

.sec_3_row{
	margin-left:-11.5px;
	margin-right:-11.5px;
}

.sec_3_item{
	padding:15px 11.5px 15px;
}

.sec_3_item span{
	display:block;
}

.sec_3_item a{
	min-height:440px;
	color:#464646;
	text-decoration:none !important;
	display:block;
	border-radius:6px;
	padding:12px 12px 16px;
	-webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.27);
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.27);
}


.sec_3_item a .sec_3_img{
	height:216px;
	width:100%;
	margin-bottom:23px;
	overflow:hidden;
	border-radius:5px;
}

.sec_3_item a .sec_3_img img{
	object-fit: cover;
    height: 100%;
    width: 100%;
	border-radius:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sec_3_item a:hover .sec_3_img img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sec_3_item a .sec_3_name{
	font-size:24px;
	line-height:1.3;
	font-weight:800;
	min-height:65px;
}

.sec_3_item a .sec_3_location{
	font-size:18px;
	color:#2260A7;
	min-height:50px;
	font-weight:700;
	text-decoration:underline;
}

.sec_3_item a .sec_3_btn{
	background-color:#2260A7;
	font-size:16px;
	text-decoration:underline;
	border-radius:5px;
	font-weight:700;
	height:57px;
	line-height:57px;
	color:#fff;
	text-align:center;	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.sec_3_item a:hover .sec_3_btn{
	background-color:#0E3561;
}


.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}


 .cta span:nth-child(2) {
    width: 20px;
    margin-left: 0px;
    position: relative;
    top: 6px;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: #BFC3C9;
    }
    50% {
        fill: #464646;
    }
    100% {
        fill: #BFC3C9;
    }
}

/** 5 секция (информационный блок) **/

.sec_5{
	padding:42px 0 35px;
	background-image:url(../img/bg2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:330px;
	color:#fff;
}

.sec_5_block{
	text-align:center;
}

.sec_5_url{
	background-color:#fff;
	text-align:center;
	display:inline-block;
	width:375px;
	font-size:26px;
	text-decoration:none !important;
	height:64px;
	line-height:64px;
	border-radius:5px;
	color:#2260A7 !important;
	font-weight:500;
}


.sec_5_url:hover{
	background-color:#DFDBDB;
}

.sec_5_url i{
	position:relative;
	bottom:-3px;
	padding-left:10px;
	font-size:34px;
}

.sec_5_row{
	margin-bottom:32px;
}



.sec_name_5{
	font-weight:500;
	font-size:33px;
}
	
.sec_dopname_5{
	font-weight:300;
	font-size:24px;
}

.sec_5_right{
	padding-right:37.5px;
	text-align:right;
}

.sec_5_left{
	padding-left:37.5px;
	text-align:left;
}

/** 6 секция (преимущества) **/

.sec_6{
	background-color:#EAEFF5;
	padding:64px 0px 0px;
}

.sec_6_img{
	margin-bottom:24px;
}

.sec_6_img img{
	border-radius:5px;
	width:100%;
	object-fit: cover;
	height:470px;
}

.sec_6_name{
	font-size:30px;
	color:#2260A7;
	font-weight:500;
	text-decoration:underline;
	padding-bottom:5px;
}

.sec_6_des{
	font-size:22px;
	color:#848894;
	padding-bottom:10px;
}

.sec_6_item{
	margin-bottom:64px;
}

.sec_6_item a{
	display:block;
	border-radius:5px;
	border:1px solid #3666A5;
	height:64px;
	line-height:62px;
	padding:0 30px;
	background-color:#fff;
	text-decoration:none !important;
	color:#464646;
	font-weight:500;
	font-size:24px;
	position:relative;
}

.sec_6_item a i{
	position:absolute;
	right:30px;
	font-size:30px;
	height:100%;
	line-height:64px;
}

.sec_6_item a:hover{
	background-color:#2260A7;
	color:#fff;
}

/** 7 секция (инфоблок 2) **/

.sec_7{
	color:#fff;
	padding:110px 0 70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.sec_7_name{
	padding-bottom:5px;
	font-size:36px;
	font-weight:900;
}

.sec_7_des{
	font-size:22px;
	font-weight:500;
	padding-bottom:5px;
}

.sec_7 a, .page_platno_box_btn{
	width:226px;
	display:block;
	height:64px;
	line-height:64px;
	text-decoration:none !important;
	padding:0 23px;
	font-weight:500px;
	border-radius:6px;
	font-size:18px;
	background-color:#2260A7;
	color:#fff;
	position:relative;
}

.sec_7 a i, .page_platno_box_btn i{
	display:block;
	position:absolute;
	right:14px;
	top:22px;
	font-size:23px;
}

.sec_7 a:hover, .page_platno_box_btn:hover{
	background-color:#0E3561;
}

/** 8 секция (новости) **/

.sec_8{
	background-color:#F8F8F9;
	padding:64px 0 80px;
}

.sec_8 h2{
	margin-bottom:25px;
}


.sec_8_item{
	margin-bottom:30px;
}

.sec_8_item a{
	display:block;
	text-decoration:none !important;
}


.sec_8_item a img{
	object-fit:cover;
	height:216px;
	width:100%;
	border-radius:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sec_8_item a:hover img{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sec_8_item a:hover .sec_8_name{
	color:#000;
}

.sec_8_item span{
	display:block;
}

.sec_8_img{
	overflow:hidden;
	display:block;
	border-radius:5px;
	margin-bottom:22px;
}

.sec_8_name{
	margin-bottom:10px;
	min-height:62px;
	color:#464646;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:500;
	font-size:22px;
}

.sec_8_data{
	font-size:22px;
	font-weight:500;
	color:#C9C9C9;
}


/** 9 секция (логотипы) **/


.sec_9{
	padding:35px 0px;
}

.sec_9 ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.sec_9 ul li{
	list-style-type:none;
	padding-left:0px;
	margin:0px;
	width:20%;
	display:inline-block;
}

/** footer **/

footer{
	padding:84px 0 84px; 
	background-color:#2E4055;
	color:#fff;
	font-weight:500;
}

footer a{
	color:#fff;
}


footer .sitedes{
	margin-bottom:15px;
	font-size:18px;
}

footer .mf_name{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
}

footer .mf_val{
	font-size:26px;
}

footer .mf_item{
	margin-bottom:15px;
}

footer .f_pochta a{
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

footer .f_item{
	margin-bottom:40px;
}

footer .f_personal{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin-bottom:15px;
}

footer .f_copy{
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

footer .f_menu ul{
	margin:0px;
	padding:0px;
}

footer .f_menu ul, 
footer .f_menu ul li{
	list-style-type:none;
}

footer .f_menu ul li{
	padding-left:0px;
	margin-left:0px;
	margin-bottom:7px;
}

footer .f_menu ul li a{
	color:#fff;
	font-size:18px;
}

footer .f_soc a{
	display:inline-block;
	margin-right:35px;
	font-size:20px;
}

footer .f_soc a:hover{
	color:#fff !important;
	opacity:0.6;
}

/** sec_filter Найти врача **/



/** search and filter **/

.sec_4{
	padding:64px 0px;
	background-color:#ffffff;	
}

.sec_4_search{
	position:relative;
	z-index:10;
	margin-bottom:25px;
}

.sec_4_search ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:50px;
	position:relative;
	border-radius:5px;
-webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
}


.sec_4_search ul li.sf-field-submit{
	display:block;
	padding:0px;
}

.sec_4_search ul li:first-child{
	list-style-type:none;
	padding:0px;
	display:block;
}



.sec_4_search ul li.sf-field-search label{
	width:100%;
}

.sec_4_search .jq-selectbox__select-text:after, .sec_filter .searchandfilter .jq-selectbox__select-text:after {
	content:'';
	display:block;
	height:50px;
	width:140px;
	position:absolute;
	z-index:10;
	top:0px;
	right:0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,ffffff+75,ffffff+75&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 40%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.sec_4_search .jq-selectbox__select-text:before, .sec_filter .searchandfilter .jq-selectbox__select-text:before {
	content:'';
	display:block;
	background-image:url(../img/bottom_ar.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:12px;
	height:7px;
	position:absolute;
	top:50%;
	margin-top:-3.5px;
	right:20px;
	z-index:20;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sec_4_search .opened .jq-selectbox__select-text:before, .sec_filter .searchandfilter .opened .jq-selectbox__select-text:before{
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


.sec_4_search select, .sec_filter select{
	display:none;
}

.sec_4_search .jq-selectbox__select-text, .sec_filter .jq-selectbox__select-text{
	width:245px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	white-space: nowrap; /* Переносов в тексте нет */
	padding-left:22px;
	font-size:16px;
	font-weight:700;
	color:#343A51;
	position:relative;
}

.sec_4_search .jq-selectbox ul, .sec_filter .jq-selectbox ul{
	height:auto;
	border-radius:5px;
	padding:7px 0px;
	margin-top:4px;
	background-color:#fff;
	box-shadow:none;
	max-height:99999px !important;
	border:1px solid #EDEFF2;
}

.sec_4_search .jq-selectbox__select, .sec_filter .jq-selectbox__select{
	position:relative;
}




.sec_4_search .jq-selectbox ul li, .sec_filter .jq-selectbox ul li{
	padding:5px 22px;
	font-size:14px;
	font-weight:400;
}

.sec_filter .jq-selectbox ul li:first-child{
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.sec_filter .jq-selectbox ul li:last-child{
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}


.sec_4_search .jq-selectbox ul li:hover, .sec_filter .jq-selectbox ul li:hover{
	background-color:#2260A7;
	color:#fff;
}
/*
.sec_4_search ul .sf-field-post-meta-_ label, .sec_filter ul .sf-field-post-meta-_ label{
	cursor:pointer;
}*/

.sec_4_search ul li.sf-field-search{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.sec_filter ul li.sf-field-search{
	position:absolute;
	top:0px;
	left:0px;
	border:0px none;
	display:block;
	width:100%;
	font-size:14px;
	font-weight:600;
	padding-left:26px;
	height:50px;
	-webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
}
.sec_4_search ul li.sf-field-search input, .sec_filter form input.sf-input-text{
	border:0px none;
	display:block;
	width:100%;
	font-size:14px;
	font-weight:600;
	padding-left:26px;
	height:50px;
}

.sec_filter form input.sf-input-text{
	border-radius:5px;
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	
}/*-webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);*/

.sec_4_search ul .sf-field-submit{
	position:absolute;
	right:12px;
	top:9px;
}

.sec_4_search ul .sf-field-submit input[type="submit"], .sec_filter form ul .sf-field-submit input[type="submit"]{
	background-color:#2260A7;
	color:#fff;
	font-weight:600;
	text-align:center;
	border-radius:5px;
	border:0px none;
	width:82px;
	font-size:16px;
	height:30px;
	line-height:30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.sec_4_search ul .sf-field-submit input[type="submit"]:hover, .sec_filter form ul .sf-field-submit input[type="submit"]:hover{
	background-color:#0E3561;
}

.sec_4_search ul li:first-child{
	display:block;
}

.sec_4_search ul li{
	display:none;
}

.sec_4_item {
	margin-bottom:12px;
}

.sec_4_item a{
	color:#3666A5;
	text-decoration:underline;
	font-weight:500;
	font-size:16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sec_4_item a:hover{
	color:#0E3561;
	text-decoration:none;
}

.filter_sec_4{
	height:50px;
	margin-bottom:36px;
}

.sec_relative{
	position:relative;
}

html body .sec_filter{
	position:static;
}

.sec_filter form{
	margin-bottom:40px;
	background-color:#2260A7;
	border-radius:5px;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
}

.sec_filter form input, 
.sec_filter form select{
	color:#000;
}


.sec_filter .searchandfilter ul{
	padding:0px;
}

.sec_filter .searchandfilter label{
	display:block;
}

.sec_filter .searchandfilter .jq-selectbox__select-text{
	width:100%;
}

.sec_filter .searchandfilter .jq-selectbox__select{
	background-color:#fff;
	color:#3666A5;
	width:100%;
	border-radius:5px;
	border:1px solid #B3C9E5;
	cursor:pointer;
}

.sec_filter ul .sf-field-post-meta-_ label{
	margin-bottom:20px;
}

.sec_filter .searchandfilter .jq-selectbox__dropdown{
	position:absolute;
	width:100%;
	left:0px;
	top:100% !important;
}

.sec_filter .searchandfilter .jq-selectbox__dropdown ul{
	padding-left:0px;
	padding-right:0px;
	border:1px solid #B3C9E5;
	overflow:auto;
	max-height:350px !important; 
	color:#3666A5;
}

.sec_filter .searchandfilter .jq-selectbox__dropdown ul li:first-child{
	display:block;
}

.sec_filter .searchandfilter .jq-selectbox{
	position:relative;
}

.sec_filter .searchandfilter .sf-field-submit {
	position:absolute;
	top:9px;
	right:12px;
	padding:0px;
}

h1.h1all{
	font-size:36px;
	font-weight:900;
	color:#464646;
	margin-bottom:25px;
}

.find_result{
	border-bottom:2px solid #EAEFF5;
	font-size:17px;
	font-weight:500;
	color:#464646;
	margin-bottom:15px;
	line-height:1.4;
	padding-bottom:10px;
}

.post_item{
	margin-bottom:40px;
}


.bgdoc{
	height:243px;
	border-radius:5px;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border:2px solid #EAEFF5;
	background-image:url(../img/drkb.png);
}

.post_content h2{
	margin-top:5px;
	padding-top:0px;
	font-size:20px;
	color:#464646;
	font-weight:900;
}

.post_content h2 a{
	color:#464646;
}

.post_des1{
	font-size:16px;
	font-weight:700;
	color:#2260A7;
	margin-bottom:25px;
}

.post_des2{
	font-size:17px;
	color:#464646;
	padding-bottom:5px;
}

.post_des3{
	font-size:16px;
	font-weight:700;
	color:#2260A7;
	margin-bottom:15px;
}

a.post_link {
	text-decoration:none !important;
	display:block;
	width:226px;
	height:50px;
	background-color:#2260A7;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:50px;
	border-radius:5px;
}


a.post_link:hover{
	background-color:#0E3561;	
}



.sec_filter .sf-field-sort_order{
	position:absolute;
	top:75px;
	right:0px;
	z-index:10;
}

.sec_filter .sf-field-sort_order ul li:first-child{
	display:none !important;
}

.sf-field-sort_order .jq-selectbox{
	display:block;
	width:52px;
	background-color:transparent;
}

.sec_filter .sf-field-sort_order .jq-selectbox__select-text{
	height:30px;
	line-height: 30px;
	padding-right:0px;
	border:0px none;
	padding-left:0px;
	background-color:transparent;
	text-align:right;
}

.sec_filter .searchandfilter .sf-field-sort_order .jq-selectbox__select{
	border:0px none;
	background-color:transparent;
	cursor:pointer;
}


.sec_filter .searchandfilter  .sf-field-sort_order  .jq-selectbox__select-text:after{
	display:none;
}
.sec_filter .searchandfilter .sf-field-sort_order .jq-selectbox__select-text:before{
	left:0px;
}

.bread_wrap{
	padding:16px 0px;
	font-size:16px;
	font-weight:500;
	color:#2260A7;
	background-color:#EAEFF5;
}

.bread_wrap a{
	color:#BFC3C9 !important;
}

.bread_wrap i{
	color:#BFC3C9;
	position:relative;
	top:3px;
	margin-left:35px;
	font-size:22px;
	margin-right:30px;
}

ul.vkl_wrap{
	margin:0px;
	padding:0px;
}

.vkl_box{
	margin:0px 0 25px;
}


ul.vkl_wrap, ul.vkl_wrap li.vkl_item{
	list-style-type:none;
}

ul.vkl_wrap li.vkl_item{
	height:55px;
	line-height:53px;
	border-radius:55px;
	padding-right:28px;
	color:#2260A7;
	border:1px solid #2260A7;
	font-size:17px;
	font-weight:700;
	float:left;
}

ul.vkl_wrap li.vkl_item{
	margin-left:0px;
	padding-left:85px;
	background-color:#fff;
	margin-left:-60px;
	position:relative;
	cursor:pointer;

}


ul.vkl_wrap li.vkl_item:nth-child(2) {   
        z-index:9;  
    }
ul.vkl_wrap li.vkl_item:nth-child(3) {
        z-index:8;  
    }
ul.vkl_wrap li.vkl_item:nth-child(4) {   
        z-index:7;  
    }
ul.vkl_wrap li.vkl_item:nth-child(5) {
        z-index:6;  
    }
ul.vkl_wrap li.vkl_item:nth-child(6) {   
        z-index:5;  
 }

ul.vkl_wrap li.vkl_item:first-child{
	padding-left:28px;
	margin-left:0px;
	z-index:10;
}

ul.vkl_wrap li.vkl_item.active{
	color:#fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4d85c7+0,316bae+50,175397+100 */
background: rgb(77,133,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(77,133,199,1) 0%, rgba(49,107,174,1) 50%, rgba(23,83,151,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(77,133,199,1) 0%,rgba(49,107,174,1) 50%,rgba(23,83,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(77,133,199,1) 0%,rgba(49,107,174,1) 50%,rgba(23,83,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d85c7', endColorstr='#175397',GradientType=0 ); /* IE6-9 */
}

.content_info, .item_vkl{
	color:#464646;
	font-size:16px;
	font-weight:500;
}

.item_vkl{
	display:none;

}
.item_vkl.active{
	display:block;
}

.item_vkl h2, .content_info h2{
	color:#2260A7;
	font-size:26px;
	font-weight:700;
}

.content_vkl_wrap{
	margin-bottom:15px;
}

.content_photo_bg{
	height:435px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:45px;
}

/** rightmenu **/

.rightmenu_wrap{
	padding-top:60px;
}

.rightmenu_wrap.rightmenu_wrap_margin{
	padding-top:0px;
}

 ul.rightmenu, ul.rightmenu li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}


 ul.rightmenu li a{
	padding:10px 0px;
	font-size:20px;
	font-weight:500;
	display:block;
	padding-left:75px;
	position:relative;
	border-bottom:2px solid #B3C9E5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none !important;
}


 ul.rightmenu li a:hover{
	 border-color:#2260A7;
	 color:#1D436E;
 }


 ul.rightmenu li a:after{
	content:'';
	display:block;
	width:19px;
	height:19px;
	background-image:url(../img/crug.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:30px;
	top:15px;
}

/** Контакты **/

.contact_item{
	margin-bottom:50px;
	color:#021B37;
}
.contact_item h3{
	margin-top:0;
}
.c_item_adres{
	font-size:16px;
	margin-bottom:14px;
	font-weight:500;
}


.contact_img img{
	width:100%;
	height:243px;
	object-fit:cover;
	border-radius:5px;
}

.c_item_name{
	font-size:20px;
	font-weight:900;
	color:#2260A7;
	margin-bottom:20px;
	padding-left:18px;
	position:relative;
}

.c_item_name:after{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	top:6px;
}

.c_item_loc:after{
	width:12px;
	height:16px;
	background-image:url(../img/maploc.svg);
}

.c_item_clock:after{
	width:16px;
	height:16px;
	background-image:url(../img/clock.svg);	
}

.c_item_phone:after{
	width:18px;
	height:18px;
	background-image:url(../img/phone-call.svg);	
}

.c_item_name.c_item_clock{
	padding-left:25px;
}

.c_item_name.c_item_phone{
	padding-left:25px;
}

.с_item_time{
	margin-bottom:10px;
}

.c_item_otdel{
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
}

.c_item_nomer{
	font-size:22px;
}

.c_item_nomer a{
	font-weight:700;
	color:#021B37;
}

.c_item_nomer_wrap{
	padding-bottom:10px;
}

.c_item_more{
	width:100%;
	border-radius:5px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff !important;
	text-decoration:none !important;
	margin-top:10px;
	font-size:18px;
	font-weight:500;
	display:block;
	background-color:#2260A7;
}


.c_item_more:hover{
	background-color:#0E3561;
}

.c_item_mapimg{
	cursor:pointer;
	height:114px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:5px;
}

.mapheight{
	height:400px;
	width:100%;
}

.modal-sm{
	width:1100px;
}

.modal-sm button.close span{
	display:none;
	border:0px none;
}

.modal-sm button.close{
	width:32px;
	height:32px;
	top:15px;
	right:15px;
	z-index:300;
	background-color:#EAEFF5;
	background-image:url(../img/x.svg);
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow:0px 0px 0px 0px;
}


/** О ДРКБ **/


.sec_8_row_cur_wrap{
	padding-right:55px;
	padding-left:55px;
	margin-top:25px;
	margin-bottom:30px;
}

.sec_8_row_cur .sec_8_item{
	padding:10px;
}

.sec_8_row_cur .slick-arrow{
	position:absolute;
	background-color:transparent;
	border:0px none;
	color:#BFC3C9;
	top:50%;
	margin-top:-30.5px;
	width:27px;
	height:47px;
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
}


.sec_8_row_cur .slick-arrow:hover{
	opacity:0.8;
}

.sec_8_row_cur .slick-arrow i{
	display:none;
}

.sec_8_row_cur .slick-arrow.slick-next{
	right:-50px;
	background-image:url(../img/arr.svg);
}
.sec_8_row_cur .slick-arrow.slick-prev{
	left:-50px;
	background-image:url(../img/arl.svg);
}

/**  single-specialists.php  **/

.allbtn_style{
	height:50px;
	line-height:50px;
	border-radius:5px;
	color:#fff;
	font-weight:500;
	font-size:18px;
	margin-top:20px;
	text-align:center;
	cursor:pointer;
	background-color:#2260A7;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.allbtn_style:hover{
	background-color:#0E3561;
}

.page_bg{
	padding:46px 0 26px;
	background-image:url(../img/bg3.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}/*padding:46px 0 80px;*/

.content_spec_style h4{
	font-size:20px;
	font-weight:900;
	color:#464646;
	margin-bottom:5px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:5px;
}


.content_spec_style img{
	width:100%;
	border-radius:5px;
}	

.spec_work{
	font-size:17px;
	font-weight:400;
	margin-bottom:10px;
}

.spec_other{
	font-weight:700;
	font-size:16px;
}

.spec_spec{
	margin-bottom:10px;
	font-size:17px;
	color:#2260A7;
}/*font-size:16px;*/
.desco{
	color:#464646;
	font-weight: 700;

}
.spec_object span{
	color:#2260A7;
}

.modal-content{
	padding:83px 250px 90px;
	background-color:#EAEFF5;
	border-radius:5px;
}

.form_name{
	margin-bottom:20px;
	font-size:36px;
	font-weight:900;
	color:#2260A7;
	text-align:center;
}

.f_line{
	margin-bottom:25px;
}

.modal-sm .modal-content input{
	margin-bottom:0px;
}

.f_line input{
	margin-bottom:0px;
	height:50px;
}

.f_line textarea, .f_line input{
	border:1px solid #B3C9E5;
	width:100%;
	border-radius:5px;
	padding-left:22px;
	font-size:18px;
	font-weight:500;
-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.17);
box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.17);
}

.f_line textarea:focus, .f_line input:focus{
	border:1px solid #1B6FDC;
}

.f_line textarea{
	height:200px;
	padding-top:15px;
}

.modal-sm .modal-content input[type="submit"]{
	width:270px;
	height:50px;
	font-size:18px;
	color:#fff;
	font-weight:500;
	margin:0 auto 20px;
	display:block;
	border-radius:5px;
	background-color:#2260A7;
	border:0px none;
}

.modal-sm .modal-content input[type="submit"]:hover{
	background-color:#0E3561;
}

.modal-sm .confid{
	font-size:12px;
	font-weight:500;
	color:#2260A7;
	text-align:center;
}

.modal-sm .confid a{
	text-decoration:underline;
}

.f_name_line{
	color:#2260A7;
	font-weight:500;
	margin-bottom:5px;
	font-size:18px;
}

.screen-reader-response{
	display:none !important;
}

.wpcf7-not-valid-tip{
	color:red;
	margin-top:4px;
	font-size:12px;
	display:block;
}

.wpcf7-validation-errors{
	color:red;
	text-align:center;
}

.wpcf7-mail-sent-ok{
	font-size:16px;
	color:#2260A7;
	text-align:center;
}

.spec_row{
	padding-bottom:105px;
}

.alterh{
	font-size:36px;
	font-weight:900;
	margin-bottom:25px;
	color:#2260A7;
}

.spec_item_col_row{
	margin-left:-15px;
	margin-right:-15px;
}

.spec_item_col a{
	display:block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none !important;
}

.spec_item_name{
	margin-top:15px;
	font-size:20px;
	font-weight:900;
	color:#464646;
	min-height:58px;
}

.spec_item_img img{
	width:100%;
	border-radius:5px;
	object-fit:cover;
}/*height:243px;*/

.spec_item_spec{
	color:#2260A7;	
	font-size:16px;
	margin-bottom:15px;
}

.spec_item_work{
	font-size:17px;
	color:#464646;
	font-weight:400;
}

/** category-platnye-uslugi **/

.content_platno_img{
	background-image:url(../img/bg4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:436px;
	width:100%;
	padding-top:70px;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4), 1px 12px 7px rgba(0, 0, 0, 0.2);
	color:#fff;
}

.sec_4_usl_search_label{
	color:#2260A7;
	font-weight:900;
	font-size:20px;
	margin-bottom:15px;
}

.sec_4_usl_search_wrap{
	padding:35px 0;
}

.sec_4_usl_search_wrap .sec_4_search input[type="text"]{
	border:1px solid #B3C9E5;
	border-radius:5px;
	font-size:18px;
}

.sec_4_usl_search_wrap .sec_4_search ul li.sf-field-submit{
	top:10px;
}


.usl_item span{
	display:block;
}

.usl_main_wrap{
	position:relative;
	z-index:10;
}

.usl_gr{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	border-radius:5px;
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f87c8+0,155195+100 */
background: rgb(79,135,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(79,135,200,1) 0%, rgba(21,81,149,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(79,135,200,1) 0%,rgba(21,81,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(79,135,200,1) 0%,rgba(21,81,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f87c8', endColorstr='#155195',GradientType=0 ); /* IE6-9 */
}

.usl_item a:hover .usl_gr{
	opacity:1;
}



.usl_item a{
	background-color:#EAEFF5;
	display:block;
	text-align:center;
	height:207px;
	padding-top:30px;
	font-size:18px;
	border-radius:5px;
	text-decoration:none !important;
	font-weight:700;
	position:relative;
}


.usl_item a:hover{
	color:#fff;
}



.usl_item span.usl_mask_item{
  display: block;
  width: 70px;
  height: 70px;
  margin:0px auto 30px;
  background-repeat:no-repeat;
  background-color: #1B6FDC;
  	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.usl_item a:hover .usl_mask_item,
.usl_item a:focus .usl_mask_item {
  background-repeat:no-repeat;
  background-color: #fff;
}


.usl_list_row{
	padding-bottom:65px;
	margin-left:-6px;
	margin-right:-6px;
}

.usl_item{
	width:16.66666666666667%;
	padding:0 6px;
	vertical-align:top;
	margin-bottom:12px;
	display:inline-block;
}

.allbtn_style.usl_all_btn{
	width:260px;
	margin:18px auto 65px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

.spec_sec{
	padding:65px 0 15px;
}

.page_platno_box{
	height:380px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(../img/bg5.jpg);
	text-align:center;
	padding-top:180px;
}

html body .page_platno_box_name{
	color:#fff;
	font-size:36px;
	font-weight:900;
}

html body .page_platno_box_btn{
	text-align:left;
	margin:20px auto 0;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.f_inp_wrap_box{
	position:relative;
}

.f_icon:after {
	width:18px;
	height:20px;
	content:'';
	display:block;
	position:absolute;
	right:12.8px;
	z-index:10;
	background-color:#fff;
	top:15px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.f_icon.f_icon_calendar:after{
	width:30px;
	background-position:left center;
	right:1px;
	background-image:url(../img/calendar.svg);
}

.f_icon.f_icon_time:after{
	background-image:url(../img/watch.svg);
}

.wpcf7-form select{
	display:none;
}




.wpcf7-form .jq-selectbox__select-text:after {
	content:'';
	display:block;
	height:50px;
	width:140px;
	position:absolute;
	z-index:10;
	top:0px;
	right:0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,ffffff+75,ffffff+75&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 40%, rgba(255,255,255,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.wpcf7-form .jq-selectbox__select-text:before {
	content:'';
	display:block;
	background-image:url(../img/bottom_ar.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:12px;
	height:7px;
	position:absolute;
	top:50%;
	margin-top:-3.5px;
	right:20px;
	z-index:20;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-form .opened .jq-selectbox__select-text:before{
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


.wpcf7-form .jq-selectbox__select-text{
	width:100%;
	height:50px;
	overflow:hidden;
	line-height:50px;
	white-space: nowrap; /* Переносов в тексте нет */
	padding-left:22px;
	font-size:16px;
	font-weight:700;
	color:#343A51;
	cursor:pointer;
	background-color:#fff;
	border:1px solid #B3C9E5;
	border-radius:5px;
	position:relative;
}

.wpcf7-form .jq-selectbox ul{
	height:auto;
	border-radius:5px;
	padding:0px 0px;
	margin-top:4px;
	list-style-type:none;
	border: 1px solid #B3C9E5;
	background-color:#fff;
	box-shadow:none;
	max-height:99999px !important;
}

.wpcf7-form .jq-selectbox__select{
	position:relative;
}


.wpcf7-form .jq-selectbox ul li{
	padding:5px 22px;
	list-style-type:none;
	cursor:pointer;
	font-size:14px;
	font-weight:400;
}

.wpcf7-form .jq-selectbox ul li:first-child{
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.wpcf7-form .jq-selectbox ul li:last-child{
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}


.wpcf7-form .jq-selectbox ul li:hover{
	background-color:#2260A7;
	color:#fff;
}

.wpcf7-form .jq-selectbox__dropdown{
	position:absolute;
	width:100%;
	left:0px;
	top:100% !important;
}

.wpcf7-form .form_des{
	font-size:18px;
	color:#464646;
	font-weight:500;
	text-align:center;
	padding-bottom:25px;
}

/** page-listusl **/

.usl_list_item{
	padding:24px 0px;
	background-color:#3666A5;
	color:#fff;
	font-size:24px;
	line-height:1.2;
	font-weight:500;
	text-align:center;
	border-radius:15px;
}

.usl_list_item .usl_mask_item{
	margin-right:14px;
	display:inline-block;
	height:50px;
	vertical-align:middle;
	width:40px;
	background-color:#fff;
}

.masonryi { /* Masonry container 
  column-count: 2;*/
  margin-left:-15px;
  margin-right:-15px;
  overflow:hidden;
}

.usl_list_item_wrap_col { 
  padding-left:15px;
  padding-right:15px;
  display: inline-block;
  width:100%;
  margin-bottom:25px;
}

.usl_list_item_wrap{
	background-color:#EAEFF5;
	border-radius:10px;
}



.usl_list_item_wrap ul{
	margin:0px 0 0px;
	padding:0px;
}

.usl_list_item_wrap ul li{
	padding-left:24px;
	position:relative;
	font-size:22px;
	margin-bottom:20px;
	font-weight:500;
}

.usl_list_item_wrap ul li:before{
	content:'';
	display:block;
	width:8px;
	height:8px;
	position:absolute;
	left:0px;
	top:11px;
	border-radius:8px;
	background-color:#F49400;
}

.usl_list_item_wrap ul, .usl_list_item_wrap ul li{
	list-style-type:none;
}

.usl_list_item_wrap ul{
	padding:27px 20px;
}

.sec_4_usl_search_wrap.nopadding{
	padding:0px 0px 10px;
}

/* page-usl.php */

.usl_page_img img{
	border-radius:5px;
	width:100%;
}

.usl_page_content_row{
	padding-bottom:75px;
}

.price_table_box table{
	width:100% !important;
}



table {
  border-collapse: collapse;
  color: #2260A7;
  font-size:18px;
  font-weight:500;
}

th {
  border-bottom: 0px solid none;
  padding-left: 22px;
  text-align: left;
}

td {
  padding:20px 22px;
}

td:last-child{
	padding-left:0px;
	text-align:right;
	width:12%;
}
tr:nth-child(odd) {
 background:#EAEFF5;
}
tr:nth-child(even) {
   background: white;
}

.price_table_box {
	margin-bottom:55px;
}

.price_table_box h2{
	margin-bottom:20px;
}

.usl_page_form{
	padding:45px 0 30px;
	background-image:url(../img/bg6.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.usl_page_form .wpcf7-form{
	width:570px;
	display:block;
	margin:0 auto;
}

.usl_page_form .wpcf7-form .form_name{
	margin-bottom:5px;
}

.usl_page_form .wpcf7-form .form_des{
	padding-bottom:35px;
}

.usl_page_form .wpcf7-form .confid{
	font-size:12px;
	color:#2260A7;
	text-align:center;
	font-weight:500;
}

.usl_page_form .wpcf7-form .confid a{
	text-decoration:underline;
}

.usl_page_form .wpcf7-form .wpcf7-submit, .spec_item_btn{
	width:100%;
	color:#fff;
	background-color:#2260A7;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:500;
	text-align:left;
	border:0px none;
	border-radius:5px;
	padding-left:20px;
	position:relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer;
}/*margin-bottom:30px;*/

.usl_page_form .wpcf7-form .f_submit input[type="submit"]{
	margin-bottom:0px;
}

.usl_page_form .wpcf7-form .f_submit{
	position:relative;
	margin-bottom:25px;
}

.usl_page_form .wpcf7-form .f_submit:after, .spec_item_btn:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:18px;
	width:21px;
	height:14px;
	background-size:contain;
	background-image:url(../img/proright.svg);
	background-position:center center;
	background-repeat:no-repeat;
}

.usl_page_form .wpcf7-form .f_submit .ajax-loader{
	display:none;
}

.usl_page_form .wpcf7-form .wpcf7-submit:hover, .spec_item_btn:hover{
	background-color:#0E3561;
}

.usl_page_vids{
	padding:80px 0 55px;
}

.usl_page_vids h2{
	margin-bottom:25px;
}

.usl_page_vids ul, .usl_page_vids ul li{
	list-style-type:none;
	margin:0px;
}
.usl_page_vids ul{
	padding:0px;
}

.usl_page_vids ul li{
	padding-left:0px;
	padding-bottom:30px;
	width:25%;
	display:inline-block;
}
/*
.content_fix_docs{
	padding-bottom:70px;
}*/

.content_fix_docs h2{
	margin-bottom:25px;
}

.content_fix_docs a{
	text-decoration:none !important;
}

.spec_item_fix_doc{
	margin-bottom:40px;
}

.spec_item_fix_doc .spec_item_work{
	min-height:70px;
}/*min-height:100px;*/

.sec_3.content_fix_docs{
	padding:50px 0 70px;
	background-color:#EAEFF5;
}

.sec_3.content_fix_docs a{
	background-color:#fff;	
}

.usl_page_last_content{
	padding:70px 0 50px;
}

.content_info ul{
	margin:0 auto 15px;
	padding:0px;
}

.content_info h3{
	font-size:24px;
	color:#3666A5;
	font-weight:900;
}

.content_info ul, .content_info ul li{
	list-style-type:none;
}

.content_info ul li{
	padding-left:33px;
	margin-bottom:20px;
	position:relative;
}

.content_info ul li:after{
	content:'';
	display:block;
	background-image:url(../img/sv.svg);
	background-repeat:no-repeat;
	background-size:contain;
	height:9px;
	width:16px;
	position:absolute;
	top:8px;
	left:0px;
}

.content_info ul.slick-dots li:after{
	display:none;
}

.content_info  ul.slick-dots li{
	padding-left:0px;
}


.content_info ul li.usl_item_element{
	padding-left:0px;
}

.content_info ul li.usl_item_element:after{
	display:none;
}

/* news */

a.news_name {
	display:block;
	font-weight:500;
	margin-bottom:15px;
	color:#2260A7;
	font-size:22px;
}

.news_date{
	font-size:16px;
	color:#C9C9C9;
	font-weight:500;
}

.news_short{
	margin-bottom:10px;
	font-size:16px;
	font-weight:500;
	color:#343A51;
}

.news_more{
	color:#2260A7;
	font-size:17px;
	font-weight:500;
	display:block;
	text-decoration:underline;
}

.news_item{
	margin-bottom:65px;
}

.news_img img{
	width:100%;
	border-radius:5px;
}

.navigation.pagination{
	margin-bottom:50px;
	margin-left:-10px;
}


.navigation.pagination .page-numbers{
	display:inline-block;
	width:48px;
	height:48px;
	text-align:center;
	text-decoration:none;
	line-height:48px;
	border-radius:3px;
	border:1px solid #EAEFF5;
	font-size:22px;
	color:#2260A7;
	font-weight:500;
	margin-left:10px;
	margin-right:10px;
}

.navigation.pagination .page-numbers:hover{
	background-color:#EAEFF5;
}

.navigation.pagination .page-numbers.current{
	background-color:#EAEFF5;
}

.navigation.pagination .next.page-numbers, .navigation.pagination .prev.page-numbers{
	width:170px;
	padding-left:17px;
	padding-right:17px;
	background-color:#2260A7;
	color:#fff;
	border:0px none;
	text-align:left;
	position:relative;
}

.navigation.pagination .next.page-numbers:hover, .navigation.pagination .prev.page-numbers:hover{
	background-color:#0E3561;
}


html body .navigation.pagination .prev.page-numbers{
	text-align:right;
}

.navigation.pagination  .next.page-numbers:after, .navigation.pagination  .prev.page-numbers:after{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	width:21px;
	height:14px;
	content:'';
	display:block;
	position:absolute;
	top:50%;
	margin-top:-7px;
	
}

.navigation.pagination  .next.page-numbers:after{
	background-image:url(../img/arv1.svg);
	right:16px;
}

.navigation.pagination  .prev.page-numbers:after{
	background-image:url(../img/arv2.svg);
	left:16px;
}

h1.h1all.h1centered{
	text-align:center;
	padding-left:200px;
	padding-right:200px;
}

.news_page_img{
	height:auto;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:5px;
	margin-bottom:20px;
}/*height:367px;*/
.news_page_img img{width:100%}
.allnews_wrap{
	margin-bottom:50px;
	margin-top:40px;
}

.allnews_wrap a{
	display:inline-block;
	text-decoration:none !important;
}

.allnews_wrap a:hover span.x_all{
	color:#2260A7;
}

.allnews_wrap a span{
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.allnews_wrap a span.x_all{
	font-size:12px;
	font-weight:700;
	color:#87A8D1;

}

.allnews_wrap a span.x_all_name{
	font-size:20px;
	font-weight:700;
	color:#2260A7;
}


.allnews_wrap a:hover i{
	color:#2260A7;
}

.allnews_left{
	text-align:left;	
}

.allnews_right{
	text-align:right;
}

.allnews_center{
	text-align:center;
}

.allnews_item{
	position:relative;
}

.allnews_prev{
	padding-left:53px;
}

.allnews_next{
	padding-right:53px;
}

.allnews_item i{
	font-size:64px;
	color:#BFC3C9;
	position:absolute;
	top:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.allnews_item.allnews_next i{
	right:0px;
}

.allnews_item.allnews_prev i{
	left:0px;
}

.allnews_center a{
	height:50px;
	width:170px;
	border-radius:5px;
	border:1px solid #B3C9E5;
	line-height:50px;
	color:#3666A5;
	text-decoration:underline !important;
	font-size:18px;
	margin-top:25px;
	font-weight:500;
-webkit-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.24);
box-shadow: 0px 0px 17px -8px rgba(0,0,0,0.24);
}

.allnews_center a:hover{
	background-color:#3666A5;
	border-color:#3666A5;
	color:#fff;
}

.os_border{
	border:1px solid #cbce78;
	border-radius:5px;
	padding-bottom:32px;
}

.os_name{
	color:#fff;
	border-radius:5px;
	padding:20px 0px;
	font-size:24px;
	text-align:center;
}

.os_text{
	min-height:340px;
	margin-top:30px;
	padding:0 25px 0 25px;
	color:#707070;
	font-weight:400;
	font-size:18px;
}

.os_text ul, 
.os_text ul li{
	list-style-type:none;
}

.os_text ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.os_text ul li{
	position:relative;
	padding-left:25px;
	line-height:1.2;
}

.os_text ul li:after{
	content:'';
	display:block;
	background-color:#F49400;
	border-radius:8px;
	height:8px;
	width:8px;
	background-image:none;
	position:absolute;
	left:0px;
	top:8px;
}

.os_btn{
	height:50px;
	line-height:50px;
	width:270px;
	margin:0 auto;
	background-color:#2260A7;
	border-radius:5px;
	color:#fff;
}

.os_item{
	margin-bottom:30px;
}

.os_page_form_and.usl_page_form{
	padding-bottom:55px;
	background-image:none;
	background-color:#EAEFF5;
	margin-top:50px;
	border-radius:5px;
}

.os_page_form_and.usl_page_form .wpcf7-form .f_submit{
	text-align:center;
}

.os_page_form_and.usl_page_form .wpcf7-form .f_submit input[type="submit"]{
	width:270px;
	margin:0 auto;
	text-align:center;
	padding:0px;
	display:inline-block;
}


.os_page_form_and.usl_page_form .wpcf7-form .f_submit:after{
	display:none;
}

.ruk_img{
	padding-bottom:25px;
}

.ruk_img img{
	width:100%;
}

.ruk_dolgnost{
	padding-bottom:5px;
}

.ruk_name{
	color:#464646;
	line-height:1.2;
	font-size:20px;
	font-weight:700;
	padding-bottom:10px;
}

.ruk_text{
	color:#848894;
	font-size:20px;
	font-weight:500;
	line-height:1.8;
}

.ruk_dolgnost, .ruk_number{
	font-size:16px;
	font-weight:700;
	color:#2260A7;
}

.ruk_main_wrap{
	padding-bottom:40px;
}

.ruk_spec_wrap{
	background-color:#EAEFF5;
	padding:40px 0px;
}

.ruk_spec_wrap h2{
	margin-bottom:25px;
}

.ruk_spec_wrap a{
	text-decoration:none !important;
}

.ruk_spec_wrap img{
	margin-bottom:25px;
	display:block;
	border-radius:5px;
}

.ruk_spec_name{
	font-weight:900;
	color:#464646;
	font-size:20px;
	line-height:1.2;
	padding-bottom:10px;
}

.ruk_spec_item{
	margin-bottom:40px;
}

.content_info.content_info_simple{
	min-height:150px;
	padding-bottom:50px;
}

/** Программы **/

.prog_photo{
	height:361px;
	margin-bottom:50px;
	text-transform:uppercase;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	font-size:26px;
	color:#fff;
	font-weight:900;
	padding-top:145px;
}

.prog_text{
	position:relative;
	padding-left:70px;
	position:relative;
	font-size:20px;
	color:#3666A5;
	font-weight:500;
	padding-right:15px;
	margin-bottom:30px;
}

.prog_text:after{
	height:46px;
	width:44px;
	position:absolute;
	top:5px;
	content:'';
	display:block;
	left:0px;
	background-image:url(../img/check.svg);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
}

h2.prog_h2{
	margin-top:50px;
	margin-bottom:35px;
	text-align:center;
	color:#3666A5;
	font-size:36px;
	font-weight:900;
}

.prog_pre{
	background-color:#EAEFF5;
	padding:55px 0px 45px;
}

.prog_pre_img{
	min-height:145px;
	padding-left:52px;
}

.prog_pre_item_row{
	margin-right:-30px;
	margin-left:-30px;
}

.prog_pre_item_wrap{
	padding:0 30px 30px 30px;
}

.prog_pre_text{
	font-size:22px;
	color:#848894;
}

.prog_pre_name{
	font-size:30px;
	color:#2260A7;
	font-weight:500;
	text-decoration:underline;
	margin-bottom:5px;
}

.prog_row_wrap{
	padding-bottom:66px;
}

.prog_item_in{
	min-height:695px;
	margin-top:160px;
	position:relative;
	border:1px solid #B3C9E5;
	border-radius:5px;
	padding:130px 30px 60px;
}

.prog_item_in img{
	position:absolute;
	top:-160px;
	left:50%;
	margin-left:-135px;
	border-radius:270px;
	height:270px;
	width:270px;
	object-fit:cover;
}

.prog_item_in h3{
	font-size:23px;
	color:#3666A5;
	font-weight:900;
	text-align:center;
	margin:0px;
	padding:0px 0 20px;
}

.prog_item_short{
	font-size:18px;
	color:#343A51;
	font-weight:500;
	padding-bottom:85px;
}

.prog_item_short ul{
	margin:0px;
	padding:0px;
}

.prog_item_short ul li{
	padding-left:23px;
	margin:0px 0 20px;
	position:relative;
}

.prog_item_short ul li:before{
	content:'';
	display:block;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#E77F0F;
	position:absolute;
	left:0px;
	top:10px;
}

.prog_item_short ul, .prog_item_short ul li{
	list-style-type:none;
}

.prog_item_btn_wrap{
	padding:0 30px;
	position:absolute;
	bottom:55px;
	min-height:57px;
	width:100%;
	left:0px;
}

.prog_item_in .allbtn_style{
	text-align:center;
	position:relative;
	text-decoration:underline !important;
	color:#fff !important;
	top:0px;
	left:0px;
	width:100%;
	display:block;
	height:57px;
	line-height:57px;
	border-radius:5px;    
}

.prog_item_second .prog_item_in{
	background-color:#EAEFF5;
	border-color:#EAEFF5;
}

.content_info_prog{
	text-align:center;
	font-size:24px;
	font-weight:700;
	padding-bottom:55px;
}

.usl_page_form.prog_page_form{
	padding:80px 0px;
}

.usl_page_form.prog_page_form .wpcf7-form{
	width:100%;
}

.usl_page_form.prog_page_form .form_des{
	font-size:20px;
	font-weight:500;
	color:#464646;
	text-align:center;
	margin-bottom:5px;
}

.f_offer_price s{
	font-size:24px;
	color:#2260A7;
	font-weight:900;
	padding-right:15px;
}

.f_offer_price{
	font-weight:500;
	font-size:17px;
	padding-bottom:20px;
	color:#464646;
	text-align:center;
}

.f_offer_price span{
	font-size:36px;
	padding-left:15px;
	color:#2260A7;
	font-weight:900;
}

.f_offer_arr{
	padding-bottom:35px;
	text-align:center;
	color:#464646;
	font-size:20px;
	font-weight:500;
	font-weight:20px;
}

.f_offer_arr i{
	padding-left:10px;
	color:#2260A7;
}

/** post-single-location **/

.c_p_ic{
	font-size:16px;
	font-weight:700;
	margin-bottom:25px;
	position:relative;
	padding-left:50px;
}

.c_p_ic img{
	position:absolute;
	top:-6px;
	left:0px;
	width:36px;
	height:34px;
	object-fit:contain;
}

.c_img_main{
	height:267px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	border-radius:5px;
}

.c_img_item_g_wrap{
	padding-left:20px;
}

.c_img_g_box_wrap{
	margin-left:-20px;
}
.c_img_g_box .slick-arrow{
	position:absolute;
	background-color:#2260A7;
	color:#fff;
	border:0;
	top:50%;
	margin-top:-11px;
	z-index:99;
}
.c_img_g_box .slick-prev{
left:-10px;
}
.c_img_g_box .slick-next{
right:-30px;
}
.c_img_item_g{
	height:81px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:5px;
}

.c_img_g_box_wrap{
	margin-top:17px;
}

.c_p_i{
	padding-bottom:25px;
}

.c_p_inf_box{
	padding:35px 0px;
	background-color:#EAEFF5;
}

.c_p_inf_box{
	font-size:18px;
	color:#021B37;
	font-weight:500;
}

.c_item_page_t{
	margin-bottom:15px;
}

.c_p_inf_box h2{
	font-weight:36px;
	color:#2260A7;
	font-weight:900;
	margin-bottom:20px;
}
.c_p_inf_box_img{
	height:310px;
}
.c_p_inf_box_img img{
	width:100%;
	border-radius:5px;
}

.c_item_page_t_r{
	text-align:right;
}

.c_p_inf_box .c_item_nomer a{
	color:#2260A7;
	font-size:22px;
}

.c_i_item_num{
	margin-bottom:20px;
}

.c_q_inf{
	padding:25px 0 45px;
}

.c_us_name{
	width:16,66666666666667%;
	display:inline-block;
}

.p_us_tab{
	display:none;
}

.p_us_tab.active{
	display:block;
}

ul.c_us_ul li:after{
	display:none;
}

ul.c_us_ul, ul.c_us_ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.c_us_ul{
	border:2px solid #1B6FDC;
	border-radius:5px;
	margin-bottom:35px;
}

ul.c_us_ul li{
	 cursor:pointer;
	 font-size:14px;
	 height:53px;
	 font-weight:500;
	 text-align:center;
	 display:inline-block;
	 vertical-align:middle;
	 width:16.66666666666667%;
	 color:#2260A7;
	 padding:7px 14px 0px;
	 border-right:1px solid #2260A7;
}

ul.c_us_ul li.active{ 
	color:#fff;
	background-color:#2260A7;
}

ul.c_us_ul li:first-child{
border-left:0px none;
}
ul.c_us_ul li:last-child{
border-right:0px none;
}

.p_us_col{
	margin-bottom:30px;
}

.p_us_col a{
	font-size:18px;
	font-weight:500;
	text-decoration:underline;
}

.c_d_items{
	background-color:#EAEFF5;
	padding:46px 0 64px;
}

.c_d_item{
	margin-bottom:15px;
}

.c_d_item a{
	text-decoration:none !important;
}

.c_d_items h2{
	color:#2260A7;
	margin-bottom:25px;
	font-weight:900;
}

.c_row_disable{
	overflow:hidden;
	height:0px;
}


.c_more_btn{
	height:50px;
	position:relative;
	background-color:#fff;
	line-height:50px;
	margin:15px auto 0;
	cursor:pointer;
	width:227px;
	color:#3666A5;
	font-size:18px;
	font-weight:500;
	padding:0 20px 0px;
	border:1px solid #B3C9E5;
	border-radius:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c_more_btn i{
	position:absolute;
	font-size:27px;
	right:24px;
	top:12px;
	color:#3666A5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c_more_btn.active i{
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.c_more_btn:hover i{
	color:#fff;
}

.c_more_btn:hover{
	background-color:#3666A5;
	color:#fff;
	border-color:#3666A5;
}

.c_i_item{
	border-radius:5px;
	width:100%;
	display:block;
	position:relative;
	height:337px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c_i_name{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:18px;
	color:#fff;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius:5px;
	padding:20px 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c_i_item:hover .c_i_name{
	opacity:1;
}

.c_i_item:hover {
	z-index:3;
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-o-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}
.c_i_item_wrap{
	margin-bottom:30px;
}

.c_i_item_wrap a{
	display:block;
}

.vc_row_in{
	padding:32px 24px;
	color:#3666A5;
	font-size:18px;
	font-weight:900;
	border:1px solid #B3C9E5;
	border-radius:10px;
	margin-bottom:17px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.vc_row_in:hover{
	background-color:#F5FAFF;
}

.vc_btn{
	cursor:pointer;
	font-size:16px;
	color:#2260A7;
	padding-left:34px;
	text-decoration:underline;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.qbutton{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.vc_btn:hover, .qbutton:hover{
	color:#092646;
}


.vc_btn:after{
	content:'';
	display:block;
	width:18px;
	height:24px;
	position:absolute;
	top:1px;
	left:0px;
	background-image:url(../img/document.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.vc_btn.ic_list:after{
	width:20px;
	height:24px;
	background-image:url(../img/list.svg);
}

.f_q{
	text-align:center;
	margin-bottom:40px;
	position:relative;
}

.qbutton{
	position:relative;
	border:0px none;
	background-color:transparent;
	display:inline-block;
	font-size:18px;
	font-weight:500;
	color:#3666A5;
	background-image:url(../img/document.svg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:18px 24px;
	padding-left:34px;
}

.content_info.content_info_vac ul li{
	padding-left:20px;
	margin-bottom:25px;
	position:relative;
}

.content_info.content_info_vac{
	margin-bottom:40px;
}

.content_info.content_info_vac ul li:after{
	content:'';
	display:block;
	border-radius:8px;
	height:8px;
	width:8px;
	background-image:none;
	background-color:#464646;
	position:absolute;
	left:0px;
	top:7px;
}

.f_submit_wrap{
	text-align:center;
}

.usl_page_vac.usl_page_form{
	background-image:none;
	background-color:#EAEFF5;
}

.usl_page_vac.usl_page_form .wpcf7-form .f_submit{
	width:270px;
	display:inline-block;
}

h2.oc_h2,h2.oc_h2 a{
	color:#464646;
	font-size:30px;
	font-weight:900;
}
.oc_des{
	color:#3666A5;
	font-size:18px;
	padding-bottom:15px;
	font-weight:500;
}

.oc_in{
	border:1px solid #4A80BE;
	min-height:109px;
	text-align:center;
	font-size:14px;
	border-radius:5px;
	color:#2260A7;
	display:table;
	width:100%;
	margin-bottom:34px;
	padding:0px 15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.oc_in span{
	text-align:center;
	width:100%;
	height:109px;
	display: table-cell;
	vertical-align:middle;
}

.oc_a{
	text-decoration:none !important;
}

.oc_a:hover .oc_in{
	color:#fff;
	background-color:#2260A7;
}

.usl_list_item_wrap_col.col_usl_li .usl_list_item_wrap{
	background-color:transparent;
}

.usl_list_item_wrap_col.col_usl_li{
	margin-bottom:0px;
}

.usl_list_item_wrap_col.col_usl_li ul li{
	margin-bottom:0px;
}

.usl_list_item_wrap_col.col_usl_li ul{
	padding:5px 15px;
}

.news_item.news_item_search{
	margin-bottom:30px;
}

.mobilemenu, .mobilebox, .mini_mob_menu, .sec_7_bg_mob{
	display:none;
}


.sec_7{
	position:relative;
}

.sec_7 .container{
	position:relative;
	z-index:3;
}

.sec_7_bg, .sec_7_bg_mob{
	position:absolute;
	top:0;
	left:0px;
	height:100%;
	width:100%;
	background-size:cover;
	background-repeat:no-repea;
	background-position:center center;
}

footer a{
	color:#fff;
}

.cinar{
	position:relative;
	color:#fff;
	padding-left:110px;
	display:inline-block;
	font-size:11px;
	line-height:1.2;
	text-decoration:none !important;
}


.cinar:after{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:4px;
	background-image:url(../img/cinar.svg);
	background-position:left top;
	background-repeat:no-repeat;
	width:92px;
	height:20px;
	background-size:contain;
}

.onmobisoc{
	display:block;
}

.onmobisoc2{
	display:none;
}

.post_img img{
	width:100%;
	border-radius:5px;
}

.news_img_wrap_item {
	text-align:center;
}

.news_img_wrap_item img{
	max-width:100%;
}

iframe{
	max-width:100% !important;
}



.current_select_vkl{
	display:none;
	-webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	padding-left: 26px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	font-weight:500;
	font-size:14px;
	position:relative;
}

.current_select_vkl.active:before{
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.current_select_vkl:before {
    content: '';
    display: block;
    background-image: url(../img/bottom_ar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 20px;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.current_select_vkl:after {
    content: '';
    display: block;
    height: 50px;
    width: 140px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.53) 40%, rgba(255,255,255,1) 75%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.53) 40%,rgba(255,255,255,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.spec_spec .dotsbox:after{
	content:',';
}

.spec_spec .dotsbox:last-child:after{
	content:'';
}
	.ruk_spec_item img{
		max-height:243px;
	}
	


.vkl_box.style_2 ul li{
	width:25%;
}	
	
.vkl_box.style_2 ul li:after{
	display:none;
}


.vkl_box.style_2 ul.vkl_wrap li.vkl_item:first-child{
	border-radius: 27px 0px 0px 27px;
	-moz-border-radius: 27px 0px 0px 27px;
	-webkit-border-radius: 27px 0px 0px 27px;
	border-left: 1px solid #2260A7;
}
.vkl_box.style_2 ul.vkl_wrap li.vkl_item:last-child{
	border-radius: 0px 27px 27px 0px;
	-moz-border-radius: 0px 27px 27px 0px;
	-webkit-border-radius: 0px 27px 27px 0px;
	border-right: 1px solid #2260A7;
}
.vkl_box.style_2 ul.vkl_wrap li.vkl_item{
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	font-size:12px;
	text-align:center;
	border-radius:0px;
	border-right:0px;
	border-left:0px;
}

.content_vkl_wrap h1{
	color: #2260A7;
	font-size: 26px;
	font-weight: 700;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 10px;
}

.inlineh1, .langbox{
	vertical-align:top;
	display:inline-block;
}

.langbox{
	margin-top: 20px;
	padding-left:130px;
}

.langitem{
	height:46px;
	border:1px solid #3666a5;
	line-height:46px;
	color:#3666a5;
	font-size:14px;
	text-align:left;
	background-color:#eaeff5;
	border-radius:5px;
	width:85px;
	cursor:pointer;
	position:relative;
	margin-left:35px;
	display:inline-block;
}

.langitem img{
	width:24px;
	height:16px;
	position:absolute;
	top:15px;
	left:9px;
}

.langitem span{
	display:inline-block;
	padding-left:45px;
	text-transform:uppercase;
}

.langitem.active, html:lang(en) .langitem.enlang, html:lang(ru-RU) .langitem.ruslang, html:lang(es) .langitem.eslang{
	color:#fff;
	background-color:#3364a5;
}
@media (max-width: 1200px) {
	.container{
		width:1000px;
	}
	
}


.open_filter{
	display:none;
}
@media (max-width: 990px) {
.open_filter{
	display:block;
	background-color:#EAEFF5;
	cursor:pointer;
	font-size:14px;
	border-radius:3px;
	text-align:center;
	margin-bottom:15px;
	padding:15px 8px;
}
.sec_filter{
	transition: max-height 0.15s ease-out;
	max-height: 0;
}



.sec_filter.active{
	max-height: 800px;
    transition: max-height 0.25s ease-in;
}

.sec_filter form{
	margin-top:2px;
}
	
	.mini_mob_menu ul .sub-menu{
		display:none;
	}
	
	
	td{
		display:block;
		text-align:center;
		padding: 10px 22px;
		width:100%;
	}
	td:last-child{
		width:100%;
		padding-left:22px;
		text-align:center;
	}
	.langbox{
		display:none;		
	}
	
	.vkl_box.style_2 ul.vkl_wrap li.vkl_item{
		border:0px none !important;
		border-radius:0px !important;
	}
	.current_select_vkl{
		overflow:hidden;
	}
	
	html body .vkl_box.style_2 ul.vkl_wrap li.vkl_item{
		padding-right:5px  !important;
		padding-left:5px !important;
	}
	
.prog_photo{
	height:140px;
}
	
	.post_img{
		margin-bottom:15px;
	}
	
	h1.h1all{
		font-size:27px;
	}
	
	.usl_page_form .wpcf7-form{
		width:100%;
	}
.masonryi .col-xs-12{ 
  padding:0
}	
.filterlike .vkl_box .vkl_wrap li.vkl_item{
	width:100%;
	margin:0px;
	border:0px none;
	border-radius:0px;
	height: auto;
	line-height: 1.2;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	padding-left: 26px !important;
}

.filterlike{
	margin-bottom:15px;
	position:relative;
}

.filterlike.active .vkl_box{
	display:block;
}

	
	.current_select_vkl{
		display:block;
	}
	
.vkl_box{
		-webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.1);
	position:absolute;
	top:100%;
	left:0px;
	display:none;
}
.content_spec_style h4{
	margin-top:15px;
}

.spec_row{
	padding-bottom:30px;
}

.spec_item_img img{
	height:auto;
}

.alterh{
	font-size:27px;
	line-height:1.2;
}

.page_bg{
	padding:35px 0px;
}

.c_p_inf_box{
	font-size:16px;
}

.c_p_inf_box_img{
	margin-bottom:20px;
}
	
.c_item_page_t_r{
	text-align:left;
}
	
.contact_img{
	margin-bottom:20px;
}

.c_item_name{
	margin-bottom:5px;
}
.c_item_mapimg{
	margin-bottom:10px;
}

.slidepc{
	display:none;
}	

.black_mask{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
}

.slidemob{
	display:block;
}
	
.content_info, .item_vkl{
	font-size:14px;
}

ul.rightmenu li a{
	font-size:18px;
	padding-left:35px;
}

ul.rightmenu li a:after{
	top:14px;
	left:0;
}

.sec_8_item a img{
	height:165px;
}

.sec_8_row_cur .slick-arrow{
	height:17px;
	width:27px;
	margin-top:-18.5px;
}

.sec_8_row_cur_wrap{
	padding-left:30px;
	padding-right:30px;
}

.bread_wrap i{
	margin-left:5px;
	margin-right:5px;
}

.bread_wrap{
	font-size:14px;
}

.bread_wrap i{
	top:1px;
	font-size:16px;
}


footer{
	padding:33px 0 44px;
}

.f_soc.onmobisoc2{
	margin-top:20px;
}

.onmobisoc2{
	display:block;
}

.onmobisoc{
	display:none;
}

.cinar{
	margin-top:25px;
}

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

	font-size:24px;
	font-weight:900;
}
	
	.sec_7_des{
		font-size:16px;
		font-weight:900;
	}
	
	.sec_7 a{
		text-align:left;
		height:46px;
		line-height:46px;
		display:inline-block;
	}
	
	.sec_7 a i{
		top:12px;
	}
	
.modal-sm .modal-content .init_box{
	font-size:21px;
	padding-top:25px;
}

	.modal .modal-content{
		background-image:none;
	}
	.modal .modal-sm{
		width:100%;
	}
	
	.modal-content{
		padding:55px 15px 15px;
	}
	

.modal-open .modal{
	padding:0px !important;
}
	
	
	.modal-dialog{
		margin:75px auto 0;
	}
	
	.modal-sm{
		width:100%;
	}
	
	.close {
		position: absolute;
		top: 5px;
		right: 5px;
	}
	
.mobilemenu, .mobilebox{
	display: block;
}
.mainmenu{
	display:none !important;
}

.mobilemenu{
	height:55px;
	line-height:55px;
	background-color:#2260A7;
	position:fixed;
	top:0;
	border-radius:0px;
	left:0;
	opacity:1;
	width:100%;
	z-index:999999;
}


.mobbtn{
	height:55px;
	width:55px;
	position:absolute;
	left:0px;
	top:0px;
}


.woocommerce div.product form.cart .button{
	float:none;
}

.mobilebox{
	padding:60px 0px 0; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	position:absolute;
	min-height:100%;
	left:-100%;
	width:100%;
	z-index:999;
}

.mobilebox:after{
	position:fixed;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	content:"";
	display:block;
	height:100%;
	background-color:#fff;
	width:100%;
	top:0px;
	left:-100%;
}

.mobileboxin{
	position:relative;
	z-index:10;
}


.mobileboxin ul li, .mobileboxin ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.mobileboxin ul li a{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	color:#464646;
	display:block;
	font-weight:500;
	font-size:16px;
	padding:10px 25px;
	text-transform:none;
	border-bottom:0px none;
}

.mobileboxin ul li a:hover{
	text-decoration:none !important;
	background-color:#2260A7;
	color:#fff;
}

.cinarlogomob{
	width:90px;
	text-align:center;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-45px;
}

.cinarlogomob img{
	width:46px;
	height:40px;
}

.h-logo-wrap, .h-call-wrap{
	display:none;
}

.phonebtnmob{
	background-image:url(../img/phone2.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:15px 15px;
	position:absolute;
	width:32px;
	height:32px;
	background-color:#fff;
	line-height:32px;
	position:absolute;
	top:12px;
	text-align:center;
	right:20px;
	border-radius:10px;
}

.phonebtnmob.carticon{
	background-image:url(../img/cart.svg);
	right:60px;
}



body{
	margin-top:0px;
	position:relative;
	height:100%;
}


body.showmob .mobilebox, body.showmob .mobilebox:after{
	left:0;
}

body.showmob .wrapper{
	right:-100%;
	width:100%;
	position:fixed;
}


.wrapper{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	right:0;
	overflow:hidden;
	width:100%;
	position:relative;
}


.modal-sm .modal-content{
	padding:15px;
}
.modal .close{
	background-size:100% 100%;
	width:24px;
	height:24px;
}

.mobilemenu .nav_1{
	position:absolute;
	right:19px;
}

.mobilemenu .nav_1 ul li{
	padding-left:6px;
	padding-right:6px;
}

header{
	display:none;
}

.mini_mob_menu{
	padding-top:65px;
	padding-bottom:12px;
	display:block;
	background-color:#fff;
}
.mini_mob_menu ul li{
	display:inline-block;
	padding-left:20px;
	margin:0px;
	list-style-type:none;
	padding-right:20px;
}

.mini_mob_menu ul li a{
	text-decoration:underline;
	color:#464646;
	font-size:16px;
	font-weight:500;
}

.mini_mob_menu ul{
	list-style-type:none;
	margin:0px;
	text-align:center;
	padding:0px;
}

.mob_phone{
	padding:25px 25px;
}

.mob_translate{
	padding:25px 25px;
}

.mob_translate select{
	width:140px;
	height:25px;
	border-radius:5px;
	border:1px solid #B9B9B9;
}

.mobilebox .jq-selectbox__select, .mobilebox .jq-selectbox__dropdown{
	display:none !important;
}

.slide{
	padding-top:15px;
	height:298px;
}

.sl_name{
	font-size:16px;
}

.container{
	width:100%;
}

.sl_text{
	font-size:14px;
	font-weight:700;
}

.owl-dots{
	display:none !important;
}

.sec_2_item{
	font-size:20px;
	height:96px;
	margin-bottom:20px;
	line-height:96px;
}

.sec_2_item a{
	padding-left:100px;
}

.sec_2_item img{
	height:60px;
}

.sec_2_item a img{
	top:18px;
}

.sec_2{
	margin-top:-24px;
	padding-bottom:10px;
}

.sec_common h2{
	font-size:32px;
}

.two, .three{
	display:none !important;
}
path.one {
    transition: 0.4s !important;
    transform: translateX(-60%) !important;
}

.cta span {
	margin:0px !important;
}

.sec_3_item a .sec_3_name{
	font-size:20px;
}

.sec_3_item a .sec_3_location{
	font-size:13px;
}


.color2 .sec_2_item a span{
	padding-right:45px;
}

.color2 .sec_2_item a span:after{
	background-size:contain;
	width:26px;
	height:18px;
}

.sec_3.sec_3_2{
	padding:54px 0 44px;
}

.sec_4{
	padding-top:54px;
}

.sec_4_search ul li.sf-field-search input, .sec_filter form input.sf-input-text{
	padding-left:15px;
	font-size:12px;
}

.sec_4_search, .filter_sec_4 {
	margin-bottom:60px;
}

.sec_filter .searchandfilter .sf-field-submit{
	top:65px;
	right:auto;
	left:0px;
}
.news_img{
	margin-top:20px;
}
 .news_item{
	margin-bottom:30px;
}

.usl_item{
	width:50%;
}

.sec_4_search ul .sf-field-submit{
	bottom:-45px;
	left:0px;
	top:auto;
	right:auto;
}

.sec_5_left{
	display:none;
}

.sec_5 .sec_5_right{
	text-align:center;
	padding-right:15px;
	padding-left:15px;
}

.sec_name_5{
	padding-bottom:30px;
	font-size:20px;
}

.sec_5{
	min-height:40px;
}

.sec_3.sec_3_2{
	padding-top:0px;
}

.container{
	padding-left:25px;
	padding-right:25px;
}

.sec_dopname_5{
	font-size:16px;
	font-weight:400;
}

.sec_5_url{
	height:46px;
	line-height:46px;
	text-align:left;
	padding-left:17px;
	width:220px;
	position:relative;
	font-size:12px;
}

.sec_6_name{
	font-size:20px;
	font-weight:900;
}

.sec_6_des{
	font-size:17px;
}

.sec_6_item a i{
	font-size:20px;
	line-height:46px;
}

.sec_6_img img{
	height:270px;
}

.sec_3_item a{
	min-height:30px;
}

.sec_3_item a .sec_3_img{
	height:170px;
}

.sec_6{
	background-color:#fff;
}

.sec_6_item a{
	line-height:46px;
	font-size:12px;
	height:46px;
}

.mobino{
	display:none;
}

.sec_5_url i{
	position:absolute;
	right:20px;
	top:12px;
	font-size:23px;
}

.sec_8{
	padding-top:0px;
	padding-bottom:0px;
}

.sec_9{
	padding-bottom:20px;
	background-color:#fff;
}

.sec_9 ul li{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:15px;
	width:33.3333333333333333333333333%;
}


.sec_9 ul li img{
	max-width:100%;	
}

.sec_9_item{
	text-align:center;
}


.slick-dots{
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:center;
}

 .slick-dots li{
	list-style-type:none;
	padding:0px 5px;
	display:inline-block;
	margin:0px;
}

.slick-dots li button{
	width:20px;
	font-size:1px;
	color:#2260A7;
	border-radius:5px;
	opacity:0.5;
	border:0px;
	padding:0px;
	height:5px;
	background-color:#2260A7;
}

.slick-dots li.slick-active  button{
	opacity:1;
}


.sf-field-sort_order{
	display:none !important;
}

.sec_filter{
	overflow:hidden;
}/*background-color:#fff;
	height:0px;

.sec_filter form{
	background-color:#fff;
}*/

.usl_list_row{
	padding-bottom:0px;
}

.spec_sec{
	padding-bottom:20px;
}

html body .page_platno_box_name{
	font-size:23px;
}

.page_platno_box_name{
	padding-left:15px;
	padding-right:15px;
}

.content_info_prog{
	padding-bottom:20px;
}

.usl_page_form.prog_page_form{
	padding-top:20px;
	padding-bottom:20px;
}

.form_name{
	font-size:27px;
	line-height:1.2;
}
.form_name a{
	display:block;
}

.f_offer_arr{
	padding-bottom:15px;
}

.f_line textarea, .f_line input{
	font-size:12px;
}

.f_offer_price{
	padding-bottom:2px;
}

.allnews_btn{
	margin:25px 0px;
}

.allnews_item i{
	top:0px;
	font-size:40px;
}

.allnews_prev{
	padding-left:35px;
}

.allnews_next{
	padding-right:35px;
}

.allnews_wrap a span.x_all_name{
	font-size:14px;
}

.allnews_wrap{
	margin:15px 0px;
}

}

@media (max-width: 470px) {
	.sec_5{
	background-image:url(../img/bxz.jpg);
}
.sec_7{
	padding-top:180px;
}

.content_platno_img{
	height:auto;
	padding-bottom:40px;
	padding-top:40px;
}

h1.h1all{
	font-size:27px;
}

.content_info_prog{
	font-size:18px;
}


.sec_8_name{
	font-size:20px;
	min-height:20px;
}
	
	.container{
		padding-right:35px;
		padding-left:35px;
	}
	
	
	.sec_7_bg{
		display:none;
	}

	.sec_7_bg_mob{
		background-position:top;
		display:block;
	}
	
	.usl_item a{
	font-size:14px;
}

.usl_item a{
	height:auto;
	min-height:200px;
}

.sec_4_usl_search_wrap .sec_4_search ul li.sf-field-submit{
	top:65px;
}

.sec_4_usl_search_wrap .sec_4_search input[type="text"]{
	font-size:12px;
}
	
}


@media (max-width: 320px) {

	
	.container{
		padding-right:15px;
		padding-left:15px;
	}
	
	}