

/* Start:/local/templates/rehab_en/components/bitrix/news.list/try_to_integration/style.css?16599562421911*/
.integr-header{
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;

    
}
.integr-header_second{
    padding: 5px;
    text-transform: uppercase;
    color: #c25e9c;

}
.accordion{
    max-width: 1106px;
	font-family: ProximaBold, sans-serif;
	line-height: normal;
}
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    
}
.accordion ul{
    list-style : circle outside; 
    font-size: 15px;  
    font-weight: 400;
}
.accordion-button{
    padding: 20px 65px 20px 25px;
    font-size: 20px;
    font-weight: 700;
    
}
.accordion-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: inherit;
    font-weight: 700;
    background-color: #F7E2EC;
    text-align: left;
    padding-right: 25px;
}
.accordion-header_arrow{
    
    width: 24px;
    height: 14px;
}
.arrow-down{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    
}
.arrow-up{

    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}
.accordion-body{

	font-family: ProximaRegular, sans-serif;

	padding: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;

    padding-left: 130px;
   

}
.accordion-body li{
    font-family: ProximaRegular, sans-serif;
    	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-size: 18px !important;
	line-height: normal;
    
}
@media (max-width: 600px) {
    .accordion{
        padding-left: 10px;
    }
    .accordion-body{
        padding-left: 20px;
    }    
}
/* End */


/* Start:/local/templates/rehab_en/components/bitrix/news.list/ytvideo_carousel/style.css?16024901161912*/
.video-block a{
	display: block;
	position: relative;
	line-height: normal;
}

.video-block a img{
	width: 100%;
}

.video-block a svg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}

.video-block a:hover svg{
	transform: scale(1.05);
}

.video-yt-item {
	background: rgb(234,234,235);
	background: linear-gradient(360deg, rgba(234,234,235,1) 0%, rgba(255,255,255,1) 100%);
	/*box-shadow: 1px 0 16px rgba(0,0,0,0.31);*/
	padding: 15px 15px 0 15px !important;
	position: relative !important;
}

.video-yt-item .title{
	line-height: normal;
}

.video-title {
	box-shadow: 1px 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
	background-color: #ffffff;
	background-image: linear-gradient(to top, #bdbdbd 0%, #ffffff 99%, #ffffff 100%);
	padding: 12px 20px;
	color: #070707;
	font-family: ProximaBold;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
}
@media(min-width: 992px) {
	.video-title-pa {
		position: absolute;
		bottom: -23px;
		left: 0;
		right: 0;
	}
}
.mw-310{
	max-width: 310px;
}

.ytvideo-list-carousel .owl-stage {
	padding-bottom: 50px !important;
}

@media(min-width: 575px) {
	.ytvideo-list-carousel {
		position: relative;
		padding-left: 55px;
		padding-right: 55px;
	}
}

.ytvideo-list-carousel .owl-nav{
	transform: translateY(-70px) !important;
}

@media(min-width: 1200px) {
	.ytvideo-list-carousel .video-block {
		max-height: 265px;
		overflow: hidden;
	}

	.ytvideo-list-carousel .video-block img {
		margin-top: -44px;
	}
}




@media(max-width: 574px) {
	.ytvideo-list-carousel.list-carousel.owl-theme .owl-nav {
		position: relative!important;
		z-index: 1!important;
	}
	.ytvideo-list-carousel.list-carousel .owl-nav button.owl-next,
	.ytvideo-list-carousel.list-carousel .owl-nav button.owl-prev {
		float: none !important;
	}
}
/* End */


/* Start:/local/templates/rehab_en/components/bitrix/news.list/hystory_patients_carousel/style.css?16257500317482*/
.history-carousel-info-item-wrapper {
	/*box-shadow: none !important;*/
}

.history-carousel-info-item-wrapper{
	position: relative;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15) !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.history-carousel-info_body {
	flex: 1 0 auto;
	width: 100%;
}
.detail-btn-footer {
	flex: 0 0 auto;
}

.history-carousel-info_wrap {
	padding: 0 15px 0 15px;
	margin-top: -46px;
	/*position: absolute;
	top: 25px;
	right: 50px;*/
}

.history-carousel-info_name {
	background: linear-gradient(to bottom, #d76fb0 0%, #a4387b 100%);
	padding: 15px 20px;
	font-family: ProximaBold;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 26px;
	line-height: 26px;
	min-height: 60px;
}
@media(min-width: 992px) {
	.history-carousel-info_name span {
		display: block;
		max-width: 65%;
	}
}
.history-carousel-info_patient-wrap {
	display: block;
	font-family: ProximaSemibold;
	font-size: 15px;
	padding: 5px 20px 5px 20px;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #d2d2d2 100%);
	border-radius: 10px;
	z-index: 20;
	transform: skew(-15deg);
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
	/*max-width: 300px;*/
}


.history-carousel-info_patient {
	transform: skew(15deg);
	display: flex;
	/*align-items: center;*/
	align-items: center;
	/*justify-content: space-around;*/
}

.history-carousel-info_patient__logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
	background-color: #fff;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.33);
	border-radius: 50px;
	width: 62px;
	height: 62px;
	overflow: hidden;
	/*margin: 0 10px;*/
	margin-bottom: -12px;
}

.history-carousel-info_patient__title {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	align-self: flex-end;
	line-height: 26px;
	font-family: ProximaRegular;
}

.history-carousel-info_patient__male {
	color: #000;
	font-size: 18px;
	line-height: 18px;
}
.history-carousel-info_patient__age {
	color: #000;
	font-size: 22px;
	font-family: ProximaBold;
	line-height: 24px;
}


.history-carousel-info_patient__logo_wrapper{
	position: relative;
	width: 62px;
	height: 62px;
}

.history-carousel-info_body{
	padding: 20px 25px 0 25px;
}

.case-treatment{
	font-size: 30px;
	font-family: ProximaBold;
	line-height: normal;
}
.history-carousel-photo-caption{
	display: flex;
	justify-content: space-between;
}

.history-carousel-photo-caption .history-carousel-photo-caption__before,
.history-carousel-photo-caption .history-carousel-photo-caption__after{
	font-size: 18px;
	color: #999999;
}

.twentytwenty-container img {
	width: 100%;
	height: auto;
	transition: none !important;
}

/*.twentytwenty-container img {
    width: 100%;
    height: 100%;
    transition: none !important;
    object-fit: cover;
}*/

.history-carousel-photo-desc,
.history-carousel-photo-desc p,
.history-carousel-photo-desc div,
.history-carousel-photo-desc span{
	color: #999999;
	font-size: 20px;
	line-height: normal;
}

.history-carousel-result-wrap {
	display: inline-block;
	padding: 8px 20px;
	background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #d2d2d2 100%);
	border-radius: 10px;
	z-index: 1;
	transform: skew(-15deg);
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
}


.history-carousel-result {
	transform: skew(15deg);
	font-size: 22px;
	font-family: ProximaBold;
	text-transform: uppercase;
	line-height: normal;
}

.treatment-wrap{
	font-size: 18px;
}

.gray{
	font-size: 18px;
	color: #999999;
	line-height: normal;
}

.history-carousel-who-doc__photo {
	width: 100%;
}

.history-carousel-doc-name__last {
	font-size: 16px;
	font-family: ProximaSemiboldItalic;
	text-transform: uppercase;
	line-height: normal;
}
.history-carousel-doc-name__first{
	font-family: ProximaRegularItalic;
	font-size: 16px;
	line-height: normal;
}

.history-carousel-btn-appoint a{
	display: block;
	background: linear-gradient(to bottom, #d76fb0 0%, #a4387b 100%);
	font-family: ProximaBold, sans-serif;
	text-transform: uppercase;
	line-height: 16px;
	white-space: nowrap;
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
	text-decoration: none;
}
.history-carousel-btn-appoint a:hover{
	text-decoration: none;
	background: linear-gradient(to bottom, #b85c96 0%, #963471 100%);
	color: #ffffff;
}

.history-carousel-info_patient__name a{
	color: #be569b;
	font-family: ProximaBold, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 14px;
	display: inline-block;
}
.history-carousel-info_patient__name a:hover{
	text-decoration: none;
	color: #be569b;
	border-bottom: 1px solid #be569b;
}
.history-carousel-info_patient__name span{
	color: #be569b;
	font-family: ProximaRegular, sans-serif;
	font-size: 24px;
	line-height: 20px;
}
.history-carousel-info_patient__caption {
	font-size: 18px;
	font-style: italic;
	color: #6b6b6b;
	line-height: 18px;
}

.history-carousel-info_patient__data-history {
	margin-left: 20px;
}

.history-carousel-doc {
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.history-carousel-doc-name{
	margin-left: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #be569b;
}
.history-carousel-doc-name a{
	font-size: 22px;
	color: #be569b;
	border-bottom: none;
	line-height: 20px;
	display: inline-block;
	margin-top: 3px;
}

.history-carousel-doc-name a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #be569b;
	border-bottom: 1px solid #be569b;
}
.history-carousel-diagnosis{
	font-family: ProximaBold, sans-serif;
	font-size: 22px;
	color: #000000;
	line-height: 22px;
}
.history-carousel-text,
.history-carousel-text p{
	font-size: 22px;
	color: #000000;
	line-height: normal;
}

.history-carousel--date-time {
	font-size: 14px;
}

@media(max-width: 574px) {
	.history-carousel-info_patient-wrap {
		padding: 5px 15px 5px 14px;
	}
	.history-carousel-info_patient__logo_wrapper {
		display: none;
	}
	.history-carousel-info_patient__data-history {
		margin-left: 15px;
	}
	.history-carousel-info_patient__name a {
		font-size: 16px;
		line-height: 22px;
	}
	.history-carousel-info_patient__name span {
		font-size: 14px;
		line-height: 20px;
	}
	.history-carousel-info_patient__caption {
		font-size: 14px;
		line-height: 16px;
	}
}
@media(max-width: 767px) {
	.history-carousel-info_patient__logo_wrapper {
		display: none;
	}
}

.history-carousel-list .owl-stage {
	padding-bottom: 15px !important;
	display: flex;
}

@media(min-width: 575px) {
	.history-carousel-list {
		position: relative;
		padding-left: 55px;
		padding-right: 55px;
	}
}

.history-carousel-list .owl-nav{
	transform: translateY(-70px) !important;
}


@media(max-width: 574px) {
	.history-carousel-list.list-carousel.owl-theme .owl-nav {
		position: relative!important;
		z-index: 1!important;
	}
	.history-carousel-list.list-carousel .owl-nav button.owl-next,
	.history-carousel-list.list-carousel .owl-nav button.owl-prev {
		float: none !important;
	}
}

.history-carousel-list.list-carousel .owl-nav button.owl-prev {
	left: 5px;
}
.history-carousel-list.list-carousel .owl-nav button.owl-next {
	right: 5px;
}

.history-carousel-list.owl-carousel .owl-stage {
	padding: 10px;
}


.history-carousel-list.list-carousel .history-carousel-info_body .button-site.small {
	font-size: 15px;
	padding: 9px 20px 9px 20px;
}

.history-carousel-list.owl-carousel.owl-drag .owl-item {
	padding-top: 15px;
}

.history-carousel-list.list-carousel .owl-nav {
	transform: translateY(-50%) !important;
}
/* End */


/* Start:/local/templates/rehab_en/components/bitrix/news.list/main_work_carousel2/style.css?16311874155519*/
.work-info-item-wrapper {
    box-shadow: none !important;
}

.work-info-item-wrapper{
    position: relative;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 18px rgba(0,0,0,0.48);;
}

.work-info_wrap {
    position: absolute;
    top: 25px;
    right: 50px;
}

.work-info_name {
    background: linear-gradient(to bottom, #d76fb0 0%, #a4387b 100%);
    padding: 15px 20px;
    font-family: ProximaBold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
}
@media(min-width: 992px) {
    .work-info_name span {
        display: block;
        max-width: 65%;
    }
}
.work-info_patient-wrap {
    display: inline-block;
    font-family: ProximaSemibold;
    font-size: 15px;
    padding: 5px 20px 12px 20px;
    background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #d2d2d2 100%);
    border-radius: 10px;
    z-index: 20;
    transform: skew(-15deg);
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
    /*max-width: 300px;*/
}


.work-info_patient {
    transform: skew(15deg);
    display: flex;
    /*align-items: center;*/
    align-items: flex-end;
    justify-content: space-around;
}

.work-info_patient__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: #fff;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.33);
    border-radius: 50px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: -12px;
}

.work-info_patient__title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    align-self: flex-end;
    line-height: 26px;
    font-family: ProximaRegular;
}

.work-info_patient__male {
    color: #000;
    font-size: 18px;
    line-height: 18px;
}
.work-info_patient__age {
    color: #000;
    font-size: 22px;
    font-family: ProximaBold;
    line-height: 24px;
}


.work-info_patient__logo_wrapper{
    position: relative;
}

.work-info_body{
    padding: 25px;
}

.case-treatment{
    font-size: 30px;
    font-family: ProximaBold;
    line-height: normal;
}
.work-photo-caption{
    display: flex;
    justify-content: space-between;
}

.work-photo-caption .work-photo-caption__before,
.work-photo-caption .work-photo-caption__after{
    font-size: 18px;
    color: #999999;
}

.twentytwenty-container img {
    width: 100%;
    height: auto;
    transition: none !important;
}

/*.twentytwenty-container img {
    width: 100%;
    height: 100%;
    transition: none !important;
    object-fit: cover;
}*/

.work-photo-desc,
.work-photo-desc p,
.work-photo-desc div,
.work-photo-desc span{
    color: #999999;
    font-size: 20px;
    line-height: normal;
}

.work-result-wrap {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #d2d2d2 100%);
    border-radius: 10px;
    z-index: 1;
    transform: skew(-15deg);
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
}


.work-result {
    transform: skew(15deg);
    font-size: 22px;
    font-family: ProximaBold;
    text-transform: uppercase;
    line-height: normal;
}

.treatment-wrap{
    font-size: 18px;
}

.gray{
    font-size: 18px;
    color: #999999;
    line-height: normal;
}

.work-who-doc__photo {
    width: 100%;
}

.work-doc-name__last {
    font-size: 16px;
    font-family: ProximaSemiboldItalic;
    text-transform: uppercase;
    line-height: normal;
}
.work-doc-name__first{
    font-family: ProximaRegularItalic;
    font-size: 16px;
    line-height: normal;
}

.work-btn-appoint a{
    display: block;
    background: linear-gradient(to bottom, #d76fb0 0%, #a4387b 100%);
    font-family: ProximaBold;
    text-transform: uppercase;
    line-height: 16px;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    text-decoration: none;
}
.work-btn-appoint a:hover{
    text-decoration: none;
    background: linear-gradient(to bottom, #b85c96 0%, #963471 100%);
    color: #ffffff;
}


@media(max-width: 1199px) {
    .work-info_wrap {
        position: relative;
        top: 10px;
        right: 10px;
        text-align: right;
    }
    .work-result {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .work-info_name {
        font-size: 20px;
    }
}

.twentytwenty-handle {
    height: 60px !important;
    width: 60px !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 33px !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 33px !important;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    margin-top: -11px !important;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    border: 10px inset transparent !important;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white !important;
    margin-right: -27px !important;
}

.twentytwenty-left-arrow {
    border-right: 6px solid white !important;
    margin-left: -27px !important;
}


.info-carousel{
    /*box-shadow: 0 0 18px rgba(0,0,0,0.48);*/
    box-shadow: 0 10px 16px rgba(0,0,0,0.31);
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/rehab_en/components/bitrix/news.list/faq_question_home/style.css?1625558074150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/bitrix_en/step3.feedback-modal/templates/.default/style.css?1600779275731*/
.button-wrapper {
    position: relative;
    border: solid 1px #cecece;
    background-color: #ffffff;
    padding: 5px 12px;
    width: 310px;
    margin-bottom: 15px;}

.button-wrapper span.label {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    width: 230px;
    cursor: pointer;
    color: #bdbec1;
    text-align: center;
    font-size: 22px;
    text-transform: lowercase;
   }

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.mf-field label{
    color: #231f20;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: ProximaRegular;
}



/* End */


/* Start:/local/templates/rehab_en/components/bitrix/news.list/objects_map/style.css?16370599954691*/

.map-phone a{
    font-size: 24px;
    font-family: ProximaSemibold;
    color:#000;
    padding-left: 10px;
    white-space: nowrap;
    line-height: normal;
}
.map-mail a{
    font-size: 20px;
    color:#000;
    padding-left: 10px;
    white-space: nowrap;
    line-height: normal;
}

.map-phone a:hover,
.map-mail a:hover
{
    color: #a24091;
}


.map-addr-list{
    padding: 15px 10px;
}
.map-addr-list li,
.map-addr-list li a
{
    font-size: 23px;
    line-height: normal;
    color: #000000;
}

.map-addr-list li
{
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}

.map-addr-list li a:hover
{
    color: #a24091;
}

.map-addr-list li:before{
    content:url("/local/templates/rehab_new/image/location_list.svg");
    width: 17px;
    height: 28px;
    position: absolute;
    left: 0;
}

.make-appointment__body.bg-none {
    background-color: #ffffff;
}


@media(min-width: 992px){
    .map-phone a{
        font-size: 34px;
    }
    .map-mail a{
        font-size: 26px;
    }
}


@media(max-width: 768px){

    .map-phone img{
        width: 20px;
    }
    .map-mail img{
        width: 20px;
    }
    .map-social img{
        width: 20px;
    }

}


.map-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 300px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    word-wrap: break-word;
    box-shadow: 1px 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
    background-color: #ffffff;
    background-image: linear-gradient(to top, #bdbdbd 0%, #ffffff 99%, #ffffff 100%);
    padding: 5px;
    color: #070707;
    font-family: ProximaRegular;
    font-size: 14px;
    border-radius: 10px;
    transform: skew(-10deg);
}

.map-popover .close {
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 10;
}


.popover-content {
    transform: skew(10deg);
}
.m-city {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
}

.m-street{
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.wt-title, .wt-desc {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.m-phone {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}


@media(max-width: 450px){

    .map-popover {
        box-shadow: 1px 1px 8px 1px rgba(35, 35, 35, 0.14), inset 0 0 7px rgba(255, 255, 255, 0.35);
        background-color: #ffffff;
        background-image: none;
        border-radius: 0;
        transform: none;
    }

    .popover-content {
        transform: none;
    }
    .m-city {
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
    }
    .m-street{
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
    }
    .wt-title, .wt-desc {
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
    }
    .m-phone {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
    }
}



.map-container .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    bottom: 100px;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
}

.map-container .modal .modal-body {
    text-align: center;
}


.m-city {
    font-size: 23px;
    font-weight: normal;
    line-height: 23px;
}

.map-container .modal .modal-body .m-street{
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
}

.map-container .modal .modal-body .wt-title,
.map-container .modal .modal-body .wt-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.map-container .modal .modal-body .m-phone {
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    color: #000;
}


.map-container .modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: none !important;
    padding-top: 10px;
}

.map-container .modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 5;
}


.modal-content {
    border-radius: unset !important;
}
/* End */


/* Start:/local/templates/rehab_en/components/bitrix/main.feedback/subscribe/style.css?1660043931327*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.mfeedback img{text-align: left;}

/* End */
/* /local/templates/rehab_en/components/bitrix/news.list/try_to_integration/style.css?16599562421911 */
/* /local/templates/rehab_en/components/bitrix/news.list/ytvideo_carousel/style.css?16024901161912 */
/* /local/templates/rehab_en/components/bitrix/news.list/hystory_patients_carousel/style.css?16257500317482 */
/* /local/templates/rehab_en/components/bitrix/news.list/main_work_carousel2/style.css?16311874155519 */
/* /local/templates/rehab_en/components/bitrix/news.list/faq_question_home/style.css?1625558074150 */
/* /local/components/bitrix_en/step3.feedback-modal/templates/.default/style.css?1600779275731 */
/* /local/templates/rehab_en/components/bitrix/news.list/objects_map/style.css?16370599954691 */
/* /local/templates/rehab_en/components/bitrix/main.feedback/subscribe/style.css?1660043931327 */
