

/* Start:/local/components/wesma/services.block/templates/.default/style.css?173996027411435*/
.flowers_left{
	position: absolute;
	left: 0;
}
.flowers_right{
	position: absolute;
	right: 0;
	top: 770px;
}
.max-container{
	max-width: 1295px;
	margin: 0 auto;
}
.ps_star{
	padding-top: 15px;
	
}
.ps_star i{
	font-style: italic;
}
.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%);
    border-radius: 37px;
}
.section_lvl1 .widget_service_container{
	margin: 30px auto 0 auto;
}
.top_panel_widget{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    /*padding: 50px 0px 50px 0px;*/
    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;
        -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;
    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/components/wesma/services.block/templates/.default/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;
	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 0px;*/
	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;
    border-radius: 36px;
	color: #7E2A46;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
    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: 20px;
    line-height: 22px;
    /* identical to box height */
	text-decoration: none;
	text-transform: uppercase;

    color: #5E5E5E;
}
.tabs_widget{	
    height: 45px;
	border-radius: 162px;
    margin-bottom: 120px;
}
.tabs_widget ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #f1f1f1;
    border-radius: 95px;
	padding: 15px;
    gap: 5px;
    align-items: center;
}

.tabs_widget ul li{
	display: inline-block;
	line-height: 45px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px;

}
.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;
    border-radius: 95px;
    align-self: center;
}
.tabs_widget ul li:hover a,
.tabs_widget ul li.selected a{
	color: #fff;
}
.section_widget{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: -ms-flexbox;
	display: flex;
}
.section_widget.show{
	opacity: 1;

	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
	            animation: fadein 1s;
}
/* width */
.section_widget::-webkit-scrollbar {
    width: 10px;
}

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

.section_widget .section_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 25%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -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;
    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;
		margin-bottom: 50px;
	}
	.tabs_widget ul{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		
	}
}
@media(max-width: 991px){
	.tabs_widget ul li.selected, 
	.tabs_widget ul li:hover{
		border-radius: 15px;
	}
	.tabs_widget ul{
		border-radius: 15px;
	}
}
@media(max-width: 960px){
	.widget_h1{
		font-size: 28px;
	}
}
@media(max-width: 768px){
	.flowers_right,
	.flowers_left{
		display: none;
	}

	.tabs_widget ul{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
				gap: 0px;
		
	}

	.tabs_widget ul li{
		line-height: 6px;
		padding: 10px 30px;

		max-width: 50%;
	    flex: 0 1 50%;
	    box-sizing: border-box;
	}
	
	.section_widget .section_item{
		max-width: 33.333%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 33.333%;
		        flex: 0 1 33.333%;

		min-height: 95px;
	}
	.widget_main_block{
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.widget_service_container{
		border-radius: 17px;
	}

	.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;
	}
}
@media(max-width: 475px){
	.section_widget .section_item{
		max-width: 50%;
	    -webkit-box-flex: 0;
	        -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;
	}

	.type_widget_btns{
		margin-left: 10px;
	
	}
	.tabs_widget ul{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
				gap: 5px;
		
	}

	.tabs_widget ul li{
		display: flex;
		justify-content: center;
		max-width: 100%;
	    flex: 0 1 100%;
	    box-sizing: border-box;
	}
}
@media(max-width: 380px){
	.section_widget .section_item{
		max-width: 100%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 1 100%;
	            flex: 0 1 100%;
	}
}


@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 */

/* Opera < 12.1 */
/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider_custom_detail/style.css?17473146064850*/






.rating-feedback__stars-items span:not(:last-child){
	background-image: url("/local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider_custom_detail/./src/icon/star-2.png");
}

.rating-feedback__stars-items span:last-child{
	background-image: url("/local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider_custom_detail/./src/icon/star-1.png");
}

.rating-feedback__reward_detail{
	z-index: 5;
	padding-top: 40px;
	position: relative;
	margin-top: 10px;
	height: 180px;
	width: 100%;
	max-width: 1170px;
	clip-path: inset(0 0 -150px 0);
}
.rating-feedback__item-reward{
	height: 100px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 200px;
	box-sizing: border-box; 
}

.rating-feedback__item-reward img{
	height: 100%;
}

.swiper-reward {
	width: 100%;
}


.swiper-wrapper {
	display: flex; 
	align-items: center; 
}

.swiper-slide-medals {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.rating-feedback__item-img {
	width: auto;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rating-feedback__item-img img {
	max-width: 100%; 
	max-height: 100%;
	width: auto; 
	height: auto; 
	object-fit: contain; 
}

.rating-feedback__popup-reward {
	pointer-events: none;
	position: absolute;
    top: 50%;
    opacity: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #535353;
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(50, 10, 25, 0.1);
}
.rating-feedback__item-reward:hover .rating-feedback__popup-reward {
    transition: all 0.2s;
    opacity: 1;
}


.swiper-button-next.arrow-swiper-reward,
.swiper-button-prev.arrow-swiper-reward {
	position: absolute;
	top: 75%;
	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; 
}

.swiper-button-next.arrow-swiper-reward {
	right: 10px;
}

.swiper-button-prev.arrow-swiper-reward {
	left: 10px;
}


.js-tab {

}
.js-tab-active {

}

.rating-feedback__company-score::after{
	z-index: 0;
	content:'';
	display: inline-block;
	width: 16px;
	height: 16px;
	mask-image:  url("/local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider_custom_detail/./src/icon/star-2.png");
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #FFA746;
	margin-left: 5px;
}


.btn.custom.btn-gray{
	background: #f1f1f1;
	color: #892146;
	transition: all 0.2s;
}
.btn.custom.btn-gray:hover{
	transition: all 0.2s;
	background: #892146;
	color: #f1f1f1;
}
.swiper-reward-pagination{
	display: none;
}

.swiper-pagination.swiper-reward-pagination{
	position: relative;
}

.swiper-pagination-bullet {
	background: #dadada;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #892146;
}

@media(max-width: 1200px){
	.rating-feedback__stars{
		flex-direction: column;
		gap: 5px;
	}

	.rating-feedback__company{
		width: 100%;
	}
	.rating-feedback__reward_detail{
		width: 100%;
	}
}

@media(max-width: 950px){

	.rating-feedback{
		padding-top: 0px;
		padding-inline: 10px;
	}
	.arrow-swiper-reward.swiper-reward{
		display: none;
	}

	.rating-feedback__title-description{
		max-width: 100%;
		font-weight: 400;
		font-size: 15px;
	}
	.rating-feedback__stars-description br{
		display: none;
	}

	.rating-feedback__title{
		height: auto;
	}

	.rating-feedback__item-company{
		width: 100%;
		max-width: 100%;
		padding: 7px 20px ;
	}
	.rating-feedback__stars{
		flex-direction: column;
		gap: 24px;
		align-items:center;
	}
	.rating-feedback__general-top{
		flex-direction: column;
		align-items: center;
		gap: 13px;
	}

	.rating-feedback__company{
		display: flex;
		flex-direction: column;
		align-items:center;
		align-content: center;
		justify-content: center;
	}
}



@media(max-width: 768px){
	.swiper-reward-pagination{
		display: block;
		margin-top: 20px;
	}

	.swiper-reward{
		height: auto;
	}

	.rating-feedback__block-wrapper{
		flex-direction: column;
		margin-bottom: 40px;
	}

	.rating-feedback__reward_detail{
		width: 100%;
		clip-path: none;
		height: auto;
	}

	.rating-feedback__reward_detail::before{
		left: -10px;
	}

	.rating-feedback__reward_detail::after{
		right: -10px;
	}

	.rating-feedback__item-reward{
		background: #ffffff;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		color: #1e1d1d;
		border-radius: 10px;
		padding: 10px;
		padding-bottom: 25px;
		height: auto;
	}

	.rating-feedback__popup-reward{
		position:relative;
		bottom: 0;
		opacity: 1;
		box-shadow:none;
		padding: 0;
		width: 100%;
	}
}

@media(max-width: 560px){
	.rating-feedback__general{
		max-width: 100%;
	}

	.rating-feedback__block{
		flex-direction: column;
	}

	.rating-feedback__stars-description{
		margin-bottom: 20px;
	}
}

.swiper-button-prev.arrow-swiper-reward svg {
	transform: rotate(180deg);
}
/* 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/news.list/news.list/style.css?167229746888*/

@media(max-width: 768px){

	.news-items .news-item.mobile_hide{
		display: none;
	}

}

/* End */


/* Start:/local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/style.css?17550705853568*/
.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/components/wesma/services.block/templates/.default/style.css?173996027411435 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/medals.list_slider_custom_detail/style.css?17473146064850 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/detail_rews_custom/style.css?17494705781824 */
/* /local/templates/mc_semya_new/components/bitrix/news.list/news.list/style.css?167229746888 */
/* /local/templates/mc_semya_new/components/bitrix/form.result.new/simple.form_new/style.css?17550705853568 */
