

/* Start:/local/templates/mc_semya_new/components/bitrix/news/service_2/style.css?174659667725512*/
 .page-inner--rating .page-block{
	padding-bottom: 0;
}

.section_item.unvis-section{
	display: none !important;
}
.section_lvl1 .top_panel_widget{
	padding: 50px 0px 50px 0px;
}
.section_lvl1 .main_panel_widget{
	padding: 0;
}
.section_lvl1 .block_section_top{
	margin-bottom: 0;
}
.section_lvl1 .widget_service_container{
	-webkit-box-shadow: unset;
	        box-shadow: unset;
}
.widget_service_container{
	max-width: 1295px;
	margin: 0 auto;

	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 52px rgb(175 175 175 / 12%);
	        box-shadow: 0px 4px 52px rgb(175 175 175 / 12%);
	-webkit-border-radius: 37px;
	        border-radius: 37px;
}
.section_lvl1 .widget_service_container{
	margin: 30px auto 0 auto;
}
.top_panel_widget{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 50px 65px 50px 65px;
	/*width: 100%;*/
}
/* поиск виджета */
.widget_search{
	margin-bottom: 45px;
	height: 47px;
}
.widget_search_form{
	height: 100%;
}
.widget_search form{
	display: table;
	width: 100%;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.widget_search form label{
	position: relative;
	display: table-cell;
	height: 100%;
	width: 85%;
	padding-right: 5%;
}
.widget_search form label input{
	display: inline-block;
	height: 100%;
	background: #F1F1F1;
	-webkit-border-radius: 89px;
	        border-radius: 89px;
	width: 100%;
	padding-left: 30px;
	/*box-sizing: border-box;*/
}
.widget_search form label i{
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url('/local/templates/mc_semya_new/components/bitrix/news/service_2/src/search_widget.svg');
	top: 35%;
	right: 5%;
	cursor: pointer;
	z-index: 400;
}
.widget_search .search_btn_start{
	display: table-cell;
	height: 100%;
	background: #7E2A46;
	-webkit-border-radius: 89px;
	        border-radius: 89px;

	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	/* identical to box height */


	color: #FFFFFF;
	padding: 0 55px;
	cursor: pointer;
}

.widget_search form label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	color: #A2A2A2;
}
.widget_search form label input::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	color: #A2A2A2;
}
.widget_search form label input:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	color: #A2A2A2;
}
.widget_search form label input:-moz-placeholder { /* Firefox 18- */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	/* identical to box height, or 24px */


	color: #A2A2A2;
}

@media(max-width: 575px){
	.widget_search_form{

	}
	.widget_search{
		height: unset;
	}
	.widget_search .search_btn_start,
	.widget_search form label{
		display: block;
	}
	.widget_search  form label {
		width: 100%;
		padding-right: 0;
		max-width: 100%;
		height: 47px;
	}
	.widget_search  form label i{
		top: 30%;
	}
	.widget_search  form label input{
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.widget_search .search_btn_start{
		width: 100%;
		height: 35px;
		margin-top: 15px;
	}
}
/**/
.main_panel_widget{
	padding: 0 65px;

}
.panel_type{
	display: none;

	opacity: 0;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
	            animation: fadein 1s;
}
.panel_type.active{
	display: block;
}
.panel_type.show{
	opacity: 1;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
	            animation: fadein 1s;


}
.widget_h1{
	/*font-family: 'Lora';*/
	font-style: normal;
	font-weight: 400;
	font-size: 49.8831px;
	line-height: 64px;
	color: #7E2A46;
}
.type_widget_btns{
	margin-left: 56px;
	padding-top: 10px;
}
.type_widget_btns a.selected{
	border: 1px solid #7E2A46;
	-webkit-border-radius: 36px;
	        border-radius: 36px;
	color: #7E2A46;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	padding: 6px 14px;
	text-decoration: none;
	font-family: 'Open Sans';

}
.type_widget_btns a:last-child{
	margin-left: 25px;
}
.type_widget_btns a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height */
	text-decoration: none;

	color: #5E5E5E;
}
.tabs_widget{

	height: 45px;
	-webkit-border-radius: 162px;
	        border-radius: 162px;
	margin-bottom: 50px;
}
.tabs_widget ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	background-color: #f1f1f1;
	-webkit-border-radius: 95px;
	        border-radius: 95px;
}
.tabs_widget ul li{
	display: inline-block;
	line-height: 45px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 30px;

}
.tabs_widget ul li{

}
.tabs_widget ul li a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: #505050;
}
.tabs_widget ul li.selected,
.tabs_widget ul li:hover{
	/*background: #7E2A46;*/
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #7E2A46), color-stop(50%, #f1f1f1)) right;
	background: -o-linear-gradient(right, #7E2A46 50%, #f1f1f1 50%) right;
	background: linear-gradient(to left, #7E2A46 50%, #f1f1f1 50%) right;
	background-size: 200% 100%;
	color: #fff;
	-webkit-border-radius: 95px;
	        border-radius: 95px;

    align-self: center;
	/*transition: background .5s  ease;*/
}
.tabs_widget ul li:hover a,
.tabs_widget ul li.selected a{
	color: #fff;
	/*        font-size: 16px;
        font-weight: 600;*/
	/*transition: .5s all ease;*/
}
.section_widget{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	max-height: 790px;
	overflow-y: auto;
	overflow-x: hidden;
	direction: ltr;
	scrollbar-color: #7E2A46 transparent;
	scrollbar-width: thin;
	display: none;

	opacity: 0;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
	            animation: fadein 1s;

}
.section_widget.full_list{
	height: 100%;
	max-height: 100%;
	overflow-y: unset;
}
.section_widget.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section_widget.show{
	opacity: 1;
	-ms-filter: none;
	-webkit-filter: none;
	        filter: none;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* width */
.section_widget::-webkit-scrollbar {
	width: 10px;
}

.section_widget::-webkit-scrollbar-thumb {
	background-color: #7E2A46;
	-webkit-border-radius: 577px;
	        border-radius: 577px;
	cursor: pointer;
}

.section_widget .section_item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 25%;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	margin-bottom: 50px;
}
.section_widget .section_item .section_item-link{
	padding-bottom: 15px;
	max-width: 96%;
}
.section_widget .section_item .section_item-link a{
	text-decoration: none;
	color: #7E2A46;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	word-break: break-all;
}

.section_detail_items span{
	color: #b5b5b5;
}
.section_detail_items a{
	color: #505050;
}
.section_detail_items span,
.section_detail_items a{
	display: block;
	width: 100%;
	padding-bottom: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}
.section_detail_items a:hover,
.section_detail_items a:active,
.section_detail_items a:focus{
	color: #7E2A46;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}
.section_detail_items a:last-child{
	padding-bottom: 25px;
}
.section_item .all_items{
	background: #F1F1F1;
	-webkit-border-radius: 89px;
	        border-radius: 89px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;

	color: #505050;

	max-width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;

	text-decoration: none;
}

@media(max-width: 1295px){
	.widget_service_container{
		max-width: 1140px;
	}
	.top_panel_widget{
		padding: 25px 15px;
	}
	.main_panel_widget{
		padding: 0 15px;
	}
	.tabs_widget{
		height: unset;
	}
	.tabs_widget ul{
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;

	}
}
@media(max-width: 991px){
	.tabs_widget ul li.selected,
	.tabs_widget ul li:hover{
		-webkit-border-radius: 15px;
		        border-radius: 15px;
	}
	.tabs_widget ul{
		-webkit-border-radius: 15px;
		        border-radius: 15px;
	}
}
@media(max-width: 768px){
	.section_widget .section_item{
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 33.333%;
		    -ms-flex: 0 1 33.333%;
		        flex: 0 1 33.333%;

		min-height: 95px;
	}
}
@media(max-width: 475px){
	.section_widget .section_item{
		max-width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 50%;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}
	.section_widget .section_item{
		margin-bottom: 30px;
	}
	.section_detail_items span,
	.section_detail_items a{
		padding-bottom: 7px;
	}
}
@media(max-width: 380px){
	.section_widget .section_item{
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
	}
}

/*section_level_2*/
.service_banner{
	position: relative;
	height: 526px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.service_banner:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: '';
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(253, 253, 253, 0.83)), to(rgba(253, 253, 253, 0.83)));
	background: -o-linear-gradient(bottom, rgb(253, 253, 253, 0.83), rgba(253, 253, 253, 0.83));
	background: linear-gradient(0deg, rgb(253, 253, 253, 0.83), rgba(253, 253, 253, 0.83));
	height: 100%;
}
.service_banner_content{
	position: relative;
	background: unset;
	z-index: 99;

}
.service_banner_textblock{
	padding-top: 70px;
	/*max-width: 50%;*/
	max-width: 670px;

	background: rgba(255, 255, 255, 0.71);
    border-radius: 54px;

    padding-left: 45px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.service_banner_textblock h1{
	/*font-family: 'Lora';*/
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;

	color: #7E2A46;
	word-break: break-word;
}
.service_banner_text{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	padding-top: 23px;
	padding-bottom: 40px;
	color: #101010;
}
.service_banner_text b{
	font-weight: 900;
}

.service_banner_imgblock {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 570px;
  z-index: 500;
  -webkit-mask-image: url('/local/templates/mc_semya_new/components/bitrix/news/service_2/img/mask.svg');
  -webkit-mask-size: 570px;
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
  min-height: 561px;
  object-fit: cover;
}
.service_banner_content.page-inner{
	padding-top: 25px;
}

@media(min-width: 1400px){
	.service_banner_imgblock{
		right: -45px;
	}
}

@media(max-width: 1024px){
	.service_banner_content {
		height: 100%;
	}
	.service_banner_imgblock{
		top: unset;
		bottom: 0;
		max-width: 50%;
	}
}
@media(max-width: 802px){
	.service_banner_imgblock{
		display: none;
	}
	.service_banner_textblock{
		max-width: 100%;
	}
}
@media(max-width: 475px){
	.service_banner_textblock h1{
		font-size: 38px;
		line-height: 44px;
	}
}
/* навигация по странице */
.nav_section_page{
	background: #FFFFFF;
	-webkit-box-shadow: 2px 2px 14px rgba(230, 230, 230, 0.51);
	        box-shadow: 2px 2px 14px rgba(230, 230, 230, 0.51);
}
.tabs_section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;


}
.tabs_section_list{

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

}
.tabs_section_item{
	padding: 31px 0;
	margin-right: 65px;
}
.tabs_section_item:last-child{
	margin-right: 0;
}
.tabs_section_item a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9C9C9C;

}
.tabs_section_item a.selected{
	color: #7E2A46;
}
.nav_sec_type{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav_sec_type a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #5E5E5E;
	text-decoration: none;
	text-transform: uppercase;
}
.nav_sec_type.top a{
	color: #fff;
}
.nav_sec_type a:first-child{
	margin-right: 25px;
}
.nav_sec_type a.selected{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	/* identical to box height */


	color: #FFFFFF;
	padding: 8px 20px;
	background: #7E2A46;
	border: 1px solid #7E2A46;
	-webkit-border-radius: 36px;
	        border-radius: 36px;
}
@media(max-width: 960px){
	.tabs_section_item a{
		font-size: 16px;
		line-height: 16px;
	}
	.nav_sec_type a.selected,
	.nav_sec_type a{
		font-size: 16px;
		line-height: 25px;
	}
}
@media(max-width: 660px){
	.tabs_section_list{
		width: 100%;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.tabs_section_item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		margin-right: 0;
		padding: 10px 0;
	}
}
/**/

/* предоставляемые услуги */
.our_service{
	box-sizing: border-box;
}
.our_service.page-inner{
	margin: 70px auto 0 auto;
}
.block_title_section{
	/*font-family: 'Lora';*/
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 54px;
	/* identical to box height */


	color: #7E2A46;
}
.block_section_top{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;

}

.service_link_detail.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.service_link_detail.show{
	opacity: 1;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}

.service_link_detail{
	content: "";
	display: none;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	clear: both;
}
.service_link_detail-item:nth-child(odd){
	margin-right: 2%;
}
.service_link_detail-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	float: left;

	width: 49%;
	background: #FFFFFF;
	-webkit-box-shadow: 6px 5px 19px rgba(226, 226, 226, 0.54);
	        box-shadow: 6px 5px 19px rgba(226, 226, 226, 0.54);
	-webkit-border-radius: 13px;
	        border-radius: 13px;
	/*padding: 30px 0 30px 0px;*/
	margin-bottom: 25px;

	min-height: 102px;
	max-height: 52px;
}
.service_link_detail-item span,
.service_link_detail-item a{
	display: inline-block;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	/* identical to box height */


	color: #3A3A3A;

	text-decoration: none;
	padding-left: 55px;
}

.service_link_detail-item a.selected,
.service_link_detail-item a:hover{
	/*font-size: 24px;*/
	/* identical to box height */


	color: #7E2A46;
}
.service_link_detail-item span{
	color: #8e8e8e;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media(max-width: 960px){
	.our_service.page-inner{
		margin: 30px auto 0 auto;
	}
	.block_title_section{
		margin: 0;
		font-size: 22px;
		line-height: 28px;
	}

}

/* показать еще */
.load_more_btn{
	max-width: 275px;
	margin: 60px auto 0 auto;

	border: 1.09903px solid #7E2A46;
	-webkit-border-radius: 57.2369px;
	        border-radius: 57.2369px;
	padding: 17px 0;
}

.load_more_btn a{
	display: block;
	position: relative;
	text-align: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 19.4849px;
	line-height: 27px;
	/* identical to box height */


	color: #79233E;
	text-decoration: none;
}
.load_more_btn a i{
	/*	position: absolute;
        right: 15px;
        top: 50%;*/
	display: inline-block;
	background: url('/local/templates/mc_semya_new/components/bitrix/news/service_2/src/arrow_more.svg');
	width: 12px;
	height: 6px;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

/* text */
.text_section.page-inner{
	margin: 75px auto 0 auto;
}
.text{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;

	color: #535353;
}

.text .text_subtitle{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	/* identical to box height */


	color: #535353;

}
.text ul,
.text p{
	padding-bottom: 35px;
}
.text ul li{
	line-height: 30px;
}
.text ul li:before{
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #7E2A46;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	vertical-align: middle;

}



@media(max-width: 960px){
	.widget_h1{
		font-size: 38px;
	}
	.text_section.page-inner{
		margin: 25px auto 0 auto;
	}
	.block_section_top{
		margin-bottom: 15px;
	}
	.block_section_top{
		display: block;
	}
	.block_section_top .btn--red{
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 10px 22px;
		margin-top: 15px;
	}

	.service_link_detail-item a,
	.service_link_detail-item a.selected, .service_link_detail-item a:hover{
		font-size: 18px;
	}
	.load_more_btn a{
		font-size: 18px;
	}
	.load_more_btn{
		margin: 20px auto 0 auto;
	}

}

@media(max-width: 768px){
	
	.tabs_widget ul li{
		line-height: 6px;
		padding: 10px 30px;

		max-width: 50%;
	    flex: 0 1 50%;
	    box-sizing: border-box;
	}
	
	.type_widget_btns a{
		font-size: 16px;
	}

	.type_widget_btns a.selected{
		font-size: 14px;
		padding: 3px 13px;
	}
	.type_widget_btns a:last-child{
		margin-left: 20px;
	}
	.service_banner{
		height: 100%;
	}
}
@media(max-width: 700px){

	.service_link_detail{
		display: none;

	}
	.service_link_detail-item{
		float: unset;
		width: 100%;
		min-height: 60px;
		padding: 0 20px;
		max-height: unset;
	}
	.service_link_detail-item a{
		padding-left: 0;
	}
	.service_link_detail-item span, 
	.service_link_detail-item a{
		font-size: 18px;
	}
}

/**/

@media(max-width: 576px){
	
	.service_link_detail-item span, 
	.service_link_detail-item a{
		padding-left: 15px;
	}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
#tabs {
	margin: 10px 0;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
}    
.tabs-nav a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fbfbfb; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
}		
.tabs-nav li:first-child a {
	border-radius: 5px 0 0 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}    
.tabs-items {
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item {
	padding: 15px;
}
.page-text .tabs-nav h2 {
  font-size: 24px;
  line-height: 24px;
  padding-top: 10px;
  margin-bottom: 10px;
}
 .back-button {
	 display: flex;
	 align-items: center;
	 background-color: transparent;
	 padding: 1px 0px 20px 3px;
	 cursor: pointer;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 19.36px;
	 z-index: 400;
	 color:#535353;
 }

 .back-button svg {
	 margin-right: 8px;
	 transform: rotate(-180deg);
	 fill: black;
 }
 .back-button:hover {
	 color: #892146;
 }

/* Баннеры Новый дизайн */
.service_banner {
	height: 400px;
	background-color: #fcfaf8;
	background-image: none !important;
}
.service_banner_content {
	display: flex;
	height: 100%;
	padding-top: 0 !important;
	background-color: #fcfaf8;
	/* overflow: hidden; */
}
.service_banner_content .back-button {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 550;
}
.service_banner_textblock {
	max-width: 556px;
	padding-left: 0;
	background: none;
	z-index: 550;
}
.service_banner_imgblock {
	right: -90px;
	min-width: 814px;
	max-width: 814px;
	height: 100%;
	min-height: unset;
	mask-image: none;
}
@media (max-width: 1330px) {
	.service_banner_imgblock {
		display: block !important;
	}
}

.service-banner__decor-top {
	position: absolute;
	top: -195px;
	left: -245px;
	width: calc(100vw / (1920 / 920));
	min-width: 800px;
	height: 790px;
	z-index: 510;
	background-color: #fcfaf8;
	border-radius: 100%;
}
.service-banner__decor-bottom {
	position: absolute;
	top: 48px;
	left: 86px;
	width: calc(100vw / (1920 / 889));
	min-width: 758px;
	height: 790px;
	z-index: 505;
	background-color: #fcfaf880;
	border-radius: 100%;
}
.service_banner:after {
	display: none;
}

.service_banner_textblock h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	word-break: normal;
}

/* Адаптив */
@media (max-width: 992px) {
	.service_banner_content .back-button {
		font-size: 15px;
	}
	.service_banner_textblock {
		max-width: 327px;
		padding: 0 !important;
		padding-top: 70px !important;
	}
	.service_banner_textblock h1 {
		font-size: 32px !important;
	}
	.service_banner_text {
		font-size: 14px !important;
		padding-top: 10px !important;
		padding-bottom: 15px !important;
	}

	.service-banner__decor-top {
		top: -105px;
		left: -352px;
		width: calc(100vw / (1920 / 718));
		height: 617px;
	}
	.service-banner__decor-bottom {
		position: absolute;
		top: 25px;
		left: 85px;
		width: calc(100vw / (1920 / 694));
		height: 617px;
	}
}

@media (max-width: 640px) {
	.service_banner {
		height: 310px;
	}

	.service_banner_textblock {
		padding-top: 60px !important;
	}
	.service_banner_textblock h1 {
		font-size: 24px !important;
		line-height: 24px;
	}
	.service_banner_text {
		padding-top: 0 !important;
		font-size: 14px !important;
	}

	.service_banner_textblock h1,
	.service_banner_text {
		line-height: normal;
	}
	.service_banner_textblock h1 {
		margin-bottom: 15px;
	}
	.service_banner_imgblock {
		min-width: 631px;
		max-width: 631px;
	}
	.service-banner__decor-top {
		top: -140px;
		min-width: 718px;
	}
	.service-banner__decor-bottom {
		top: 30px;
		left: 60px;
		min-width: 694px;
	}
}

@media (max-width: 480px) {
	.service_banner {
		height: 530px;
	}
	.service_banner_content {
		flex-direction: column;
	}
	.service_banner_textblock,
	.service_banner_textblock a {
		min-width: 100%;
	}
	.service_banner_imgblock {
		position: relative;
		right: unset;
		min-width: 320px;
		max-width: 480px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.service-banner__decor-top,
	.service-banner__decor-bottom {
		transform: rotate(17deg);
	}
	.service-banner__decor-top {
		top: -260px;
		left: -155px;
	}
	.service-banner__decor-bottom {
		top: 20px;
		left: 28px;
	}
}
@media (max-width: 440px) {
	.service-banner__decor-top {
		left: -195px;
	}
}
@media (max-width: 360px) {
	.service-banner__decor-top {
		left: -220px;
	}
}
@media (max-width: 320px) {
	.service-banner__decor-top {
		top: -260px;
		left: -233px;
	}
	.service-banner__decor-bottom {
		top: 15px;
		left: 35px;
	}
}
/* end Баннеры Новый дизайн */
/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/news.list/doctors.list_slider/style.css?16641900809149*/
.page-content .select2-container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    /*padding: 8px 70px 8px 11px;*/
    padding: 14px 70px 15px 15px;
    margin-top: -5px;
    margin-left: 40px;
    width: 270px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s border-color cubic-bezier(.25,.46,.45,.94),.3s background-color cubic-bezier(.25,.46,.45,.94);
    -moz-transition: .3s border-color cubic-bezier(.25,.46,.45,.94),.3s background-color cubic-bezier(.25,.46,.45,.94);
    -o-transition: .3s border-color cubic-bezier(.25,.46,.45,.94),.3s background-color cubic-bezier(.25,.46,.45,.94);
    -ms-transition: .3s border-color cubic-bezier(.25,.46,.45,.94),.3s background-color cubic-bezier(.25,.46,.45,.94);
    transition: .3s border-color cubic-bezier(.25,.46,.45,.94),.3s background-color cubic-bezier(.25,.46,.45,.94);
}
.page-heading .select2-container:hover {
    border-color: #535353;
}
.page-heading .select2-selection.select2-selection--single{
    border: none;
}

.page-heading .select2-container--default .select2-selection--single .select2-selection__arrow b{
    position: absolute;
    right: 17px;
    top: 18px;
    display: block;
    width: 14px;
    height: 8px;
    background: url(/local/templates/mc_semya_new/components/bitrix/news.list/doctors.list_slider/img/heading_select_opener.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s -webkit-transform cubic-bezier(.25,.46,.45,.94);
    -moz-transition: .3s -moz-transform cubic-bezier(.25,.46,.45,.94);
    -o-transition: .3s -o-transform cubic-bezier(.25,.46,.45,.94);
    -ms-transition: .3s -ms-transform cubic-bezier(.25,.46,.45,.94);
    transition: .3s transform cubic-bezier(.25,.46,.45,.94);
    border-color: none;
}
.page-heading .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 17px;
}
.page-heading .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: none;
    border-style: none;
    border-width: none;
}
.page-heading .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1;
    font-size: 14px;
    color: #535353;

    user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page-heading .select2-container--default .select2-selection--single{
    background-color: unset;
}
.page-heading .select2-container .select2-selection--single{
    height: 100%;
}
/*.page-heading .select2.select2-container.select2-container--default.select2-container--below.select2-container--open{*/

/*}*/
.page-heading .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
span.select2-dropdown.custom_selected.select2-dropdown--below .select2-results__option--highlighted.select2-results__option--selectable,
span.select2-dropdown.custom_selected.select2-dropdown--above .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #d7d7d7;
    color: #000;
    -webkit-transition: .3s background-color cubic-bezier(.25,.46,.45,.94);
    -moz-transition: .3s background-color cubic-bezier(.25,.46,.45,.94);
    -o-transition: .3s background-color cubic-bezier(.25,.46,.45,.94);
    -ms-transition: .3s background-color cubic-bezier(.25,.46,.45,.94);
    transition: .3s background-color cubic-bezier(.25,.46,.45,.94);
}
span.select2-dropdown.custom_selected .select2-results__option{
    padding: 6px 16px;
}
.page-heading .select2-container--classic.select2-container--open .select2-selection--single,
.page-heading .select2-container--classic.select2-container--open .select2-dropdown{
    border-color: unset;
}

span.select2-dropdown.custom_selected .select2-results__option.select2-results__option--group{
    background: #535353;
    color: #fff;
    padding: 0 6px;
}
main .doctors_slider{
    background: #f5f5f5;
}
.doctors_slider .page-inner,
.doctors_slider .wrap_slider{
    position: relative;
    z-index: 20;
}

.doctors_slider{
    position: relative;
    margin-top: 65px;
    
    padding-bottom: 35px;
    padding-top: 50px;
}
.block_title{
    padding-top: 50px;
}
.doctors-items_slider {
    margin-top: 50px;
    max-width: 1220px;
}
.wrap_slider .doctors-items_slider{
    /*margin:  0 -15px;*/
}
.doctor-item_slider.slick-slide{
    /*padding: 0 15px;*/
}

.doctors-items_slider .doctor-item_slider {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;

}
.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder{
    margin-bottom: 25px;
    position: relative;
    display: block;
    text-decoration: none;
}
.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder:before{
    content: "";
    display: block;
    padding-top: 100%;
}


.doctors-items_slider .doctor-item_slider .doctor-item-experience {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 19px;
    color: #892146;
}

.doctors-items_slider .doctor-item_slider .doctor-item-post {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 19px;
    min-height: 38px;
}
.doctors-items_slider .doctor-item_slider .doctor-item-btn {
 /*   position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.doctors-items_slider .doctor-item_slider .doctor-item-title {
    margin-bottom: 7px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    min-height: 48px;
    padding: 0 5px;

}
.doctors-items_slider_textblock{
    min-height: 175px;
    padding-bottom: 25px;
}
.wrap_slider{
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
}
.custom_slider_arrow_doctors{
    position: absolute;
    top: 50%;
    width: 100%;
}
.custom_slider_arrow_doctors .btn#prev{
    left: -80px;
    background-image: url('/local/templates/mc_semya_new/components/bitrix/news.list/doctors.list_slider/img/arrow_slider.svg');
}
.custom_slider_arrow_doctors .btn#next{
    right: -65px;
    background-image: url('/local/templates/mc_semya_new/components/bitrix/news.list/doctors.list_slider/img/arrow_slider.svg');
    transform: rotateY(180deg);
}
.custom_slider_arrow_doctors .btn{
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #7E2A46;
    border-radius: 50%;
    background-position: 45% 50%;
    background-repeat: no-repeat;
}

.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder .doctor-item-photo-out{
    display: block;
}
.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder .doctor-item-photo-in{
    display: none;
}

.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder:hover .doctor-item-photo-out{
    display: none;
}
.doctors-items_slider .doctor-item_slider .doctor-item-photo-holder:hover .doctor-item-photo-in{
    display: block;
}

.doctors_slider .see-all{
    margin-top: 35px;
}

.doctor-main-bg{
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.doctors_slider:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: rgba(137,33,70,.3);*/
}

@media (max-width: 1300px) and (min-width: 901px) {
    .doctors-items_slider{
        max-width: 90%;
        margin: 50px auto 0 auto;
    }
    .custom_slider_arrow_doctors .btn#prev{left: -10px;}
    .custom_slider_arrow_doctors .btn#next{right: 0px;}
}
@media(max-width: 960px){
    .doctors_slider{
        margin-top: 35px;
        padding-top: 35px;
    }
    main .doctors_slider{
        padding-bottom: 15px;
    }
}
@media (max-width: 900px) {
    .page-content .select2-container{
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .doctors-items_slider{
        margin-top: 30px;
    }
    .wrap_slider{
        max-width: 85%;
        margin: 0 auto;
    }
    .custom_slider_arrow_doctors{
        top: 40%;
    }
    .custom_slider_arrow_doctors .btn#prev{left: -30px;}
    .custom_slider_arrow_doctors .btn#next{right: -30px;}
    .custom_slider_arrow_doctors .btn{
        width: 25px;
        height: 25px;
        background-size: 35%;
    }
}
/* End */


/* Start:/local/templates/mc_semya_new/plugin/select2/css/select2.css?165882290818931*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/news.list/detail_rews_custom/style.css?17494705781824*/
.items-feedback__swiper .wrapper{
	position: relative;

}

.items-feedback__swiper .container{
	padding-inline: 15px;
}

.items-feedback__swiper  .feedback-buttons__container{
	margin-top: 30px;
}

.items-feedback__swiper .item-feedback{
	overflow: hidden;
	height: 100%;
}

.items-feedback__swiper .swiper-wrapper{
	align-items: start;
}

.swiper-button-next.swiper-arrow-feedback,
.swiper-button-prev.swiper-arrow-feedback {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	padding: 11px;
	background-color: #7E2A46; /* Пример стиля */
	color: white; /* Пример стиля */
	border-radius: 50%; /* Пример стиля */
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10; /* Чтобы кнопки были поверх слайдов */
	transition: all 0.2s;
}

.swiper-button-next.swiper-arrow-feedback:hover,
.swiper-button-prev.swiper-arrow-feedback:hover {
	background-color:rgb(172, 172, 172);
	transition: all 0.2s;
}

.swiper-button-next.swiper-arrow-feedback {
	right: -15px;
}

.swiper-button-prev.swiper-arrow-feedback {
	left: -15px;
}

.swiper-button-prev.swiper-arrow-feedback svg{
	transform: rotate(180deg);
}

.swiper-pagination.swiper-feedback-pagination{
	display: none;
	margin-top: 20px;
}

@media(max-width: 900px) {
	.swiper-pagination.swiper-feedback-pagination{
		display: block;
	}
	.swiper-button-next.swiper-arrow-feedback,
	.swiper-button-prev.swiper-arrow-feedback{
		display: none;
	}
	.items-feedback__swiper .item-feedback{

	}
}

/* Правки от 20.05.2025 */
.doctor-detail-feedback-title {
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 54px;
	color: #7E2A46;
}
.doctor-detail-feedback-title-offset {
	margin-top: 80px;
	margin-bottom: 20px;
}

/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/style.css?16608974103568*/
.form_simple_new{
	background: #7E2A46;
	border-radius: 14px;
	padding: 90px 100px 90px 100px;
	max-width: 1205px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url('/local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/img/back_fon.svg');
    background-position: 0px 35px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 95px;
}

.form_simple_new .h1{
	/*font-family: 'Lora';*/
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 138.6%;
	margin: 0;
	/* or 58px */


	color: #FFFFFF;
}
.form_simple_new .page-section-description{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18.2065px;
	line-height: 150%;
	/* or 27px */


	color: #FFFFFF;

}
.page-section-description--success{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18.2065px;
	line-height: 150%;
	/* or 27px */


	color: #FFFFFF;
	max-width: 50%;
	margin: 0 auto;
}
.form_simple_new .form_left_block{
	margin-right: 12%;
}
.form_simple_new .form_right_block,
.form_simple_new .form_left_block{
	width: 44%;
	float: left;
}
.form_simple_new:after{
	content: '';
	display: block;
	clear: both;
}

.form_simple_new .page-section-description{
	padding-top: 35px;
}
.form_simple_new .label_input_text{
	position: relative;
	display: block;
	max-width: 329px;
	/*height: 64px;*/
	margin-left: auto;
}
.form_simple_new .label_input_text input{
	height: 100%;
	border-radius: 56px;
	height: 64px;
	text-align: center;
}
.form_simple_new .label_input_text i{
	display: inline-block;
	position: absolute;
}
.form_simple_new .label_input_text[for="NAME"] i{
	width: 11px;
	height: 10px;
	background: url('/local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/img/name.svg');
	left: 30%;
    /*top: 50%;*/
	top: 32px;
    transform: translateY(-50%);
}
.form_simple_new .label_input_text[for="PHONE"] i{
	width: 13px;
	height: 12px;
	background: url('/local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/img/phone.svg');
	left: 25%;
    /*top: 50%;*/
    top: 32px;
    transform: translateY(-50%);
}
.form_simple_new .form-policy{
	max-width: 340px;
	margin-left: auto;
	margin-top: 15px;

	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 8.56775px;
	line-height: 140%;
	/* or 12px */

	text-align: center;

	color: #FFFFFF;
}
.form_simple_new button[type='submit']{
	max-width: 329px;
	height: 64px;
	margin-left: auto;
}
.form_simple_new  .form-row--btn{
	margin: 0;
}


.form_simple_new input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-align: center;
}
.form_simple_new input::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
}
.form_simple_new input:-ms-input-placeholder { /* IE 10+ */
	text-align: center;
}
.form_simple_new input:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}

@media(max-width: 960px){
	.form_simple_new .h1{
		font-size: 38px;
	}
	.form_simple_new .page-section-description{
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media(max-width: 768px){
	.form_simple_new{
		padding: 40px 20px 40px 20px;
		margin-bottom: 25px;
	}
	.form_simple_new .form_right_block, .form_simple_new .form_left_block{
		float: unset;
		width: 100%;
		margin-right: 0;
	}
	.form_simple_new button[type='submit'],
	.form_simple_new .label_input_text{
		max-width: 100%;
		height: unset;
		margin-left: unset;
	}
	.form_simple_new .form-policy{
		max-width: 100%;
		margin-left: 0;
	}

	.page-section-description--success{
		max-width: 100%;
		margin: 0 auto;
	}
}
/* End */
/* /local/templates/mc_semya_new/components/bitrix/news/service_2/style.css?174659667725512 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/doctors.list_slider/style.css?16641900809149 */
/* /local/templates/mc_semya_new/plugin/select2/css/select2.css?165882290818931 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/detail_rews_custom/style.css?17494705781824 */
/* /local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/style.css?16608974103568 */
