

/* 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/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/detail_rews_custom/style.css?17494705781824 */
/* /local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/style.css?16608974103568 */
