

/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/slider-modal/style.css?17703648982881*/

.head-slide {
	padding-top: 100px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn {
    padding-left: 32px;
    padding-right: 32px;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 50px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){

    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1.4em;
    }
    .head-slide{
		min-height: 633px;
    }
}

.counter_block{
	margin-right: 15px;
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0%;
    border-radius: 10px;
    z-index: 10;
    padding: 36px 25px 56px 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,1)), to(rgba(234,235,243,1)));
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(234,235,243,1) 100%);
}
.counter-wrapper{
	position: relative;
}
.counter-container{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto
}
.counter-container .row{
	height: 100%;
}

@media(max-width: 1199.98px){
    .counter_block{
        display: none;
	}

}
@media(min-width: 1199.98px){
	.slider_text_left {
		max-width: calc(100% - 500px);
	}
}

@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/main.include/heading/style.css?1770364899649*/
.block-header {
	position: relative;
}
.heading {
	position: relative;
	font-size: 2.1428571em;
	line-height: 1.066;
	margin-bottom: 26px;
}

.total_content .heading {
	margin-bottom: 48px;
}
.about-section .heading {
	margin-bottom: 30px;
}
.scroll_news .heading{
	margin-bottom: 18px;
}
.partners-section .heading{
	margin-bottom: 10px;
}

@media (max-width: 576px) {
	.total_content .all_services_link,
	.total_content .block_details_link,
	.total_content .block-header .block-header__right,
	.total_content .block-header .all_services_link,
	.total_content .block-header .block_details_link {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/advantages_1/style.css?17846196672097*/
.total_content #advantages .container {
	padding: 0 10px;
}
.advantage-cnt {
    min-height: 60px;
	display: flex;
	align-items: flex-start;
    justify-content:flex-start;
}
.adv-icon-cnt {
	width: fit-content;
	margin-right: 20px;
}
.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
}
.adv-text-cnt {
	text-align: left;
	color: #212121;
    width: 100%;
}
#advantages.main-page__section {
	padding: 0;
}
.advantage-block:nth-child(n+6){
	padding-top: 40px;
}
.advantage-block:hover {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	cursor: pointer;
}
.advantages-flex {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	margin: 40px 0 30px;
}
.advantages-flex .advantage-block {
	/* padding: 20px; */
	padding: 10px;
	/* max-width: 282px; */
	max-width: 350px;
	min-width: min-content;
}

#advantages .adv-heading {
    background: var(--adv-head-color, var(--prv_btn_bg_revert));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--prv_color);
}

#advantages .adv-text-cnt{
	color: var(--prv_color);
}


@media (max-width: 1300px) {
	.advantages-flex{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
	}

	.advantages-flex .advantage-block{
		max-width: 450px;
	}
}

@media (max-width: 804px) {
	.advantages-flex {
		margin: 0;
		padding: 0 5px;
		gap: 10px;
	}

	.advantages-flex .advantage-block {
		margin: 20px 0;
		padding: 15px 25px 20px;
		flex: 0 0 100%;
		max-width: unset;
		min-width: unset;
		border: 1px solid rgba(33, 97, 255, 0.5);
		border-radius: 10px;
	}

	.advantages-flex .advantage-block .advantage-cnt {
		display: flex;
		align-items: start;
	}
}
@media (max-width: 767px) {
	.adv-icon-cnt {
		margin-bottom: 8px;
	}
	#advantages.section_grey{
            padding: 60px 0 0px;
        }
	.adv-heading{
		margin-bottom: 8px;
	}
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/main.include/about_2/style.css?17846200063363*/
.total_content .scroll_about {
	padding: 0;
}

.about-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	padding: 0 0 153px;
	border-radius: 10px;
}

.about-section::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 34%;
	height: 100%;
	background: url('/bitrix/templates/medclinic/local/img/about_bg-item.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: 1;
}

.about-section .col-12 {
	z-index: 2;
	padding-left: 65px;
}

.about-section__subheading {
	font-size: 1.8571em;
	margin-bottom: 48px;
	line-height: 1.58em;
	margin-top: -13px;
}

.about-section__subheading h1 {
	font-weight: 700;
}

.about-section__button-container {
	margin-top: 25px;
}

.about-section__button-container .btn {
	display: inline-block;
	margin-right: 20px;
}

.about-section__button-container .btn,
.about-section__button-container .btn:focus {
	padding-right: 80px;
	padding-left: 80px;
}

.about-section__button-container .btn:last-child {
	margin-right: 0;
}

.about-section__text {
	line-height: 22px;
	color: #757575;
	font-size: 1em;
	line-height: 1.6em;

	width: 800px;
}

.about-section .heading {
	margin-top: 85px;
}

.about-section__text ul {
	padding-left: 0;
	margin: 30px 0 36px;
}

.about-section__text ul li {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}

.about-section__text ul li:before {
	content: "\2022 ";
	position: absolute;
	left: 0;
}

.about-section__text ul li:last-child {
	margin-right: 0;
}


.about-section .heading {
	color: "#212121";
	font-weight: 500
}

.about-section .about-section__text {
	color: #000000" ;

}

.about-section .about-section__subheading {
	color: var(--prv_color);
}


@media (max-width: 1460px) {

	.about-section::before {
		width: 35%;
	}

	.about-section__text {
		width: 600px;
	}
}

@media(max-width: 1199px) {
	.about-section .heading {
		margin-top: 40px;
	}
}


@media (max-width: 1180px) {

	.about-section::before {
		width: 40%;
	}

	.about-section__text {
		width: 500px;
	}
}


@media (max-width: 991px) {
	.about-section {
		padding-bottom: 0;
	}

	.about-section__button-container {
		margin: 30px 0;
	}

	.about-section__button-container .btn {
		margin-bottom: 12px;
	}

	.about-section__subheading br {
		display: none;
	}

	.about-section {
		padding-bottom: 50px;
	}

	.about-section .heading {
		margin-top: 40px;
	}
}

@media (max-width: 950px) {

	.about-section::before {
		width: 45%;
	}

	.about-section__text {
		width: 400px;
	}
}

@media (max-width: 767px) {
	.about-section__text {
		font-size: 1em;
		line-height: 25px;
	}

	.about-section__subheading {
		font-size: 1.2857em;
	}
}


@media (max-width: 830px) {

	.about-section::before {
		display: none;
	}

	.about-section__text {
		width: 100%;
	}

	.about-section .col-12 {
		padding-right: 65px;
	}

	.about-section .col-md-8 {
		max-width: 100%;
		flex-basis: 100%;
	}
}


@media (max-width: 550px) {

	.about-section .col-12 {
		padding-right: 35px;
		padding-left: 35px;
	}
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/catalog.sections.top/services_3/style.css?17846202051892*/
.services-sections>.container {
    position: relative;
}

.sect_service_cnt {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}

.sect_service_bg {
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0;
    right: 0;
    bottom: 0;
}

.sect_service_desc {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}

#services .heading {
    color:#212121";
}


@media (max-width: 767px) {
    .sections_services {
        margin-top: 40px;
    }

    .services_subheading {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .sections_services [class*="col-"] {
        width: 100%;
    }
}

@media(min-width: 768px) {
    .sect_service_cnt:hover .sect_service_heading {
        /* visibility: none; */
        visibility: hidden;
        opacity: 0;
        transition: 0s;
    }

    .sect_service_cnt:hover .sect_service_bg {
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }

    .sect_service_cnt:hover .sect_service_desc {
        display: flex;
    }
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/catalog.section/services_3_main/style.css?17846172991813*/
.services-sections>.container{
    position: relative;
}
.sect_service_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.sect_service_block {
    margin-bottom: 22px;
}

.sect_service_heading{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--prv_interactive_color);
    font-size: 1.0714285em;
    line-height: 1.2857142;
    color: #fff;
    padding: 16px 20px;
    transition: 0.9s;
}
.sect_service_bg{
    visibility: hidden;
    opacity: 0;
    background: var(--prv_interactive_color);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 182px;
    transition: top .3s, visibility .3s, opacity 10s;
    left: 0; 
    right: 0;
    bottom: 0;
}
.sect_service_desc{
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    color: #fff;
    align-items: center;
}
@media (max-width: 767px) {
    .sections_services{
        margin-top: 40px;
    }
    .services_subheading{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .sections_services [class*="col-"]{
        width: 100%;
    }
}
@media(min-width: 768px){
    .sect_service_cnt:hover .sect_service_heading{
        /* visibility: none; */
        visibility: hidden;
        opacity: 0;
        transition: 0s;
    }
    .sect_service_cnt:hover .sect_service_bg{
        visibility: visible;
        opacity: .8;
        top: 0px;
        transition: top .3s, visibility .3s, opacity .3s;
    }
    .sect_service_cnt:hover .sect_service_desc{
        display: flex;
    }
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/reviews_main_3/style.css?17703648982826*/
.scroll_reviews.main-page__section {
    padding: 40px 0 60px;
}
.reviews-section__container {
    position: relative;
}
.reviews-row {
    display: flex;
}

.reviews-row .item {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
    margin: 0 18px;
    border-radius: 10px;
}
.reviews-row .item:hover {
    box-shadow: 0px 4px 40px #B8D0FF;
    text-decoration: none;
}
.reviews-row .item:first-child {
    margin-left: 0;
}
.reviews-row .item:last-child {
    margin-right: 0;
}

.reviews-section__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 15px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.reviews-section .stars_cnt {
    min-width: 120px;
}
.reviews-section .star{
    height: 18px;
    width: 18px;
    margin-left: 3px;
    display: inline-block;
}
.reviews-section .star .star_icon{
    fill: #E1E1E1;
}
.reviews-section .star.active .star_icon{
    fill: var(--prv_color);
}
.reviews-section__person-date {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.reviews-section__person-name{
    font-size: 1.4285em;
    font-weight: 600;
}
.reviews-section .review-text{
    color: #757575;
    font-size: 1em;
    padding: 9px 30px 18px;
}
.reviews-section .review_more,
.reviews-section .review_more:hover,
.reviews-section .review_more:focus{
    color: var(--prv_btn_color);
}
.reviews-section .review_rating_value {
    display: none !important;
}
.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}

@media (max-width: 991px) {
    .reviews-section .star {
        margin-left: 0px;
        margin-right: 3px;
    }
    .reviews-row {
        flex-wrap: wrap;
    }
    .reviews-row .item {
        margin: 16px 0;
    }
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__title,
    .reviews-file__files-item-link{
        font-size: 1em;
    }
}

.block-header__right {
    font-size: .8571em;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    margin-bottom: 17px
}

@media(min-width: 560px) {
    .block-header__right {
        position:absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        margin-bottom: 0;
    }
}

.block-header__link:not(:last-child) {
    margin-right: 36px;
}

.block-header__link,.block-header__link:focus {
    color: var(--prv_btn_color);
    transition: .5s;
}

.block-header__link:hover {
    color: #999;
    cursor: pointer;
}
.block-header__link:hover svg path {
    fill: #999;
}

.block-header__link:focus,.block-header__link:hover {
    text-decoration: none;
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/team_carousel_img_bg/style.css?17703648984935*/
#team .block_details_all {
    margin: 70px auto 0;
}
#team .block_details_link_team {
    font-size: 12px;
    z-index: 1;
    display:block;
    width: fit-content;
    padding: 17px 80px;
    margin: 0 auto;
    filter: drop-shadow(0px 10px 30px rgba(44, 179, 255, 0.4));
}
.total_content #team .heading{
    margin-bottom: 33px;
}
.worker-grid-rectangle_section{
    border-top: 1px solid #EEF1F4;
    padding-top: 38px;
}
.worker-grid-rectangle__block{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.worker-grid-rectangle__block-inside{
    padding: 0 10px;
    position: relative;
    height: 100%;
}
.worker-grid-rectangle__block-link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.worker-grid-rectangle__block-inner{
    padding: 15px 0 22px;

    color: #000;
        position: relative;
}

.worker-grid-rectangle__header{
    padding-bottom: 15px;
}
.worker-grid-rectangle__picture{
    width: 100%;
}
.worker-grid-rectangle__image{
    margin: 0 auto;
}
.worker-grid-rectangle__info{
    padding: 0 10px;
}
.worker-grid-rectangle__info-block-title{
    margin: 0;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 1.7em;
}
.worker-grid-rectangle__info-block-value{
    margin: 0;
    font-size: 1em;
}
h5.worker-grid-rectangle__info-block-value {
    line-height: 24px;
}
.worker-grid-rectangle__info > *{
    margin-bottom: 10px;
}
.worker-grid-rectangle__description{
    padding-top: 9px;
    line-height: 25px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 0;
}
.worker-grid-rectangle__info-block-inline{
    display: inline-block;
    margin-bottom: 8px;
}
.worker-grid-rectangle__info-block-inline{
    margin-right: 15px;
}
.worker-grid-rectangle__info-block-value.name{
    font-weight: bold;
    text-transform: uppercase;
}
.worker-grid-rectangle_info-block-grey{
    background-color: #EEF1F4;
    padding: 12px 31px;
}
.worker-grid-rectangle__image{
    margin-bottom: 36px;
}
.worker-grid-rectangle__image > div{
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    width: 190px;
        height: 190px;
    margin: 0 auto;
}
p.worker-grid-rectangle__section-description{
    margin-bottom: 50px;
}
.worker-grid-rectangle__btn-more-block{
    font-size: 12px;
    font-family: var(--prv_font_family);
    /* text-transform: uppercase; */
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
    display: block;
    text-align: center;
}
.worker-grid-rectangle__btn-more-block:hover,
.worker-grid-rectangle__btn-more-block:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.worker-grid-rectangle__outside{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    min-height: 403px;
}

.worker-grid-rectangle__outside:hover .worker-grid-rectangle__block{
    transform: scale(1.1);
}
@media(min-width: 576px){
    .worker-grid-rectangle__block{
        text-align: left;
    }
    .worker-grid-rectangle__image > div{
        max-width: 150px;
        max-height: 150px;
    }
    .worker-grid-rectangle__info{
        padding: 0 10px;
    }
}
@media(min-width:768px){

    .worker-grid-rectangle__description{
        margin-bottom: 0;
    }

}
@media(min-width: 992px){
    .worker-grid-rectangle__image > div{
        max-width: 130px;
        max-height: 130px;
    }
}

/*owl style*/
#team_owl .owl_btn-right a,
#team_owl .owl_btn-right a:focus,
#team_owl .owl_btn-left a,
#team_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#team_owl .owl-prev{
    left: -24px;
}
#team_owl .owl-next{
    right: -24px;
}
#team_owl .owl-next,
#team_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#team_owl .owl-dots{
    bottom: -50px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
}
#team_owl .owl-next a .carousel-arrow,
#team_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}

.worker-grid-rectangle__block_mask{
       background: rgba(226, 228, 233, .9);
       height: 40%;
position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#team .owl-stage-outer {
    border-radius: 10px;
}

#team .heading h2{
    color: #fff;
}

@media (max-width: 992px) {
    #team .block-header {
        padding-bottom: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/promotions_default/style.css?17703648982920*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 30px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 40px;
  }
}

.scroll_promotions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: relative;
}
.promotions-promotion .owl-dots{
    bottom: auto;
    left: 0;
    margin-right: 0;
}

.promotions-promotion{
    /*margin-bottom: 100px;*/
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 322px;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    transform: scale(1);
}
.sect_promotion_cnt:hover{
    /* box-shadow: 0 0 32px #777; */
    transition: .5s;
    text-decoration: none;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
  transform: scale(1.1);
}
.sect_promotion_cnt .sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sect_promotion_cnt .sect_promotion_bg-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.sect_promotion_block {
    margin-bottom: 30px;
}
.name_data{
    margin-top: auto;
}
.sect_promotion_heading{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: normal;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    background: var(--prv_interactive_color);
    display: inline-block;
    padding: 5px 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 15px;
    color: #fff;
    background-color: var(--prv_color);
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/partners/style.css?17703648982182*/
.partners-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.partners-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        margin-bottom:0px;
    }
}
@media (min-width: 991px) {
    .total_content .partners-section .partners-section{
        padding-bottom: 40px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.partners-section__partner-block{
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    margin: 0 auto;
}
.partners-section__partner-block > img{
    max-width: 100%;
    width: auto!important;
}
.partners-section__partner-block img {
    transition: .2s all ease;
    filter: saturate(0);
}

.partners-section__partner-block:hover img {
    filter: saturate(1);
}
.partners-section__partner-block a:hover {
    opacity: 1;
}
/*owl style*/
.owl-partners .owl_btn-right a,
.owl-partners .owl_btn-right a:focus,
.owl-partners .owl_btn-left a,
.owl-partners .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-partners .owl-prev{
    left: -24px;
}
.owl-partners .owl-next{
    right: -24px;
}
.owl-partners .owl-next,
.owl-partners .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-partners .owl-dots{
    bottom: auto;
    left: 0;
    margin-right: 0;
}
.owl-partners .owl-next a .carousel-arrow,
.owl-partners .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-partners .owl-next:not(.disabled):hover .carousel-arrow,
.owl-partners .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/licenses/style.css?17703648981896*/
.total_content .licenses-section .licenses-section{
    padding-bottom: 40px;
}
.licenses-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.licenses-section__container{
    position: relative;
}
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        margin-bottom:0px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.licenses-section__partner-block{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    margin: 0 auto;
}
.licenses-section__partner-block > img{
    max-width: 100%;
    width: auto!important;
}
/*owl style*/
.owl-licenses .owl_btn-right a,
.owl-licenses .owl_btn-right a:focus,
.owl-licenses .owl_btn-left a,
.owl-licenses .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-licenses .owl-prev{
    left: -24px;
}
.owl-licenses .owl-next{
    right: -24px;
}
.owl-licenses .owl-next,
.owl-licenses .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-licenses .owl-dots{
    bottom: auto;
    left: 0;
    margin-right: 0;
}
.owl-licenses .owl-next a .carousel-arrow,
.owl-licenses .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-licenses .owl-next:not(.disabled):hover .carousel-arrow,
.owl-licenses .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/main.include/feedback_default/style.css?17846288822524*/
.total_content .page-footer-buttons-block a:not(:last-of-type){
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.total_content .page-footer-buttons-block a{
  margin: 0;
}

.main-page__section.scroll_feedback {
  padding: 0;
}

.feedback-block-main {
  display: flex;
}

.feedback-block-main .feedback-image {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: flex;
  align-items: flex-end;
}

.feedback-block-main .feedback-image .page-footer-img {
  height: fit-content;
  margin: 0;
}

.feedback-block-main .feedback-form {
  -ms-flex: 0 0 67.777777%;
  flex: 0 0 67.777777%;
  max-width: 67.777777%;
  padding: 40px 0;
}
.feedback-block-main .feedback-form .feedback-form__content {
  margin: 0 17% 0 15%;
}

.feedback-block-main .feedback-form .feedback-form__content .feedback-form__header h4,

.feedback-block-main .feedback-form .feedback-form__content .feedback-form__header .h4 {
  color: var(--prv_color);
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4px;
}
.feedback-block-main .feedback-form .feedback-form__content .feedback-form__header p {
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 992px) {
  .feedback-block-main .feedback-image {
    display: none;
  }
  .feedback-block-main .feedback-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .feedback-block-main .feedback-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .main-page__section.scroll_feedback {
    border-radius: 40px;
  }
  .feedback-block-main {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback-block-main .feedback-image {
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .feedback-block-main .feedback-form .feedback-form__content {
    margin: 0 5% 0 5%;
  }
  .feedback-block-main .feedback-form .feedback-form__content .feedback-form__header h4,
  .feedback-block-main .feedback-form .feedback-form__content .feedback-form__header .h4 {
    font-size: 2.5em;
  }
  .feedback-block-main .feedback-form .feedback-form__content .feedback-form__header p {
    font-size: 1em;
  }
}
/* End */


/* Start:/bitrix/templates/medclinic/components/prvolga.medclinic/universal.feedback/callback_counter_feedback/style.css?17846270318043*/
@media(max-width: 768px){
  .captcha-block{
    overflow: hidden;
    margin-bottom: 25px;
  }
}
.btn-submit-counter .btn,
.thanks_container-close-btn-block .btn {
    width: 100%;
}

.feedback_block .feedback_modal {
    padding-bottom: 0px;
}

.feedback_block .PRVUniversalFeedback .error_text {
    color: red;
}

.feedback_block .prv_from_group {
    margin-bottom: 14px;
    position: relative;
}

.feedback_block .prv_from_group label {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
    -moz-transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    transition: all ease-out .2s;
    cursor: text;
    color: #555555;
    font-size: 1em;
}

.feedback_block .prv_from_group .label_text {
    height: 53px;
    border-radius: 10px;
    border: none;
    background: #DCE9FF;
    padding: 15px 26px;
    width: 100%;
    resize: none;
}

.feedback_block .prv_from_group .label_text.error {
    color: #FF636C;
    border: 1px solid #FF636C;
    background: #FFF7F7;
}

.feedback_block .custom-control-input.error + .custom-control-label,
.feedback_block .custom-control-input.error + .custom-control-label a {
    color: #FF636C;
}

.feedback_block .prv_from_group .label_text:focus {
    color: var(--prv_btn_color);
    border: 1px solid var(--prv_btn_color);
    background: #EFF5FF;

}

.feedback_block .label_text:focus + label,
.feedback_block .label_text:not(:placeholder-shown) + label {
    top: -16px;
    font-size: .8em;
}

.feedback_modal .imp_text:focus,
.feedback_modal .textarea:focus {
    border-color: var(--prv_color);
}

.feedback_block .thanks_container .modal_heading,
.feedback_block .feedback_modal .modal_heading {
    margin: 0px 0 20px;
}

.feedback_block .thanks_container .modal_heading h3,
.feedback_block .feedback_modal .modal_heading h3,
.feedback_block .feedback_modal .modal_heading .h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
	color: var(--prv_color);
}

.feedback_block .feedback_modal .modal_heading h3 span,
.feedback_block .feedback_modal .modal_heading .h3 span {
    color: var(--prv_interactive_color);
}

.thanks_container h5 {
    margin: 10px 0 10px;
}

.feedback_block .feedback_modal .checkbox_cnt {
    margin: 4px 0px 0px;
}

.feedback_block .feedback_modal .help-block {
    display: none !important;
}

.feedback_block .agree-checkbox-block {
    margin-bottom: 32px;
}

.required_star {
    color: #fb5f5f;
    margin-left: 3px;
    font-weight: 400;
    vertical-align: middle;
}

.close_modal_btn {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .feedback_block .feedback_modal .modal-heading {
        margin: 12px 0;
    }

    .feedback_block .feedback_modal .checkbox_cnt {
        margin: 0 0 5px;
    }
    .feedback_block .agree-checkbox-block.custom-checkbox {
        padding-bottom: 16px;
    }
}

.feedback_block .feedback_modal input[type="text"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="email"]::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea::-webkit-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]::-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]::-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]::-moz-placeholder,
.feedback_block .feedback_modal textarea::-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:-moz-placeholder,
.feedback_block .feedback_modal textarea:-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:-ms-input-placeholder,
.feedback_block .feedback_modal textarea:-ms-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea:focus::-webkit-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus::-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus::-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus::-moz-placeholder,
.feedback_block .feedback_modal textarea:focus::-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus:-moz-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus:-moz-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus:-moz-placeholder,
.feedback_block .feedback_modal textarea:focus:-moz-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.feedback_block .feedback_modal textarea:focus:-ms-input-placeholder {
    color: #003C8A99;
}

.feedback_block .feedback_modal input.error[type="text"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]::-webkit-input-placeholder,
.feedback_block .feedback_modal input.error[type="email"]::-webkit-input-placeholder,
.feedback_block .feedback_modal textarea.error::-webkit-input-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]::-moz-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]::-moz-placeholder,
.feedback_block .feedback_modal input.error[type="email"]::-moz-placeholder,
.feedback_block .feedback_modal textarea::-moz-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]:-moz-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]:-moz-placeholder,
.feedback_block .feedback_modal input.error[type="email"]:-moz-placeholder,
.feedback_block .feedback_modal textarea.error:-moz-placeholder {
    color: #FF636C;
}

.feedback_block .feedback_modal input.error[type="text"]:-ms-input-placeholder,
.feedback_block .feedback_modal input.error[type="tel"]:-ms-input-placeholder,
.feedback_block .feedback_modal input.error[type="email"]:-ms-input-placeholder,
.feedback_block .feedback_modal textarea.error:-ms-input-placeholder {
    color: #FF636C;
}


.modal_description .clsp-1, .modal_description .clsp-2 {
    fill: #8b9bae;
    fill-rule: evenodd;
}

.modal_description .clsp-2 {
    opacity: 0.1;
}

.feedback_block .checkbox_cnt {
    display: flex;
}

@media (min-width: 500px) {
    .api-star-rating {
        float: left;
        margin-right: 15px;
    }
}

.api-star-rating-label {
    line-height: 32px;
}

.api-star-rating i {
    display: inline-block;
    height: 28px;
    width: 29px;
    cursor: pointer
}

.api-star-rating i {
    background: url("/bitrix/templates/medclinic/components/prvolga.medclinic/universal.feedback/callback_counter_feedback/./sprite.png") no-repeat 0 -57px;
}

.api-star-rating i.active {
    background-position: -29px -57px;
}

.rounded{
    margin-top: 20px;
}

.btn-submit-counter{
    text-align: center;
}
.feedback-submit-wrapper button, .feedback-submit-wrapper button:focus{
    padding: 16px 52px;
}
.feedback-submit-wrapper button svg{
    margin-left: 5px;
}

/* End */
/* /bitrix/templates/medclinic/components/bitrix/news.list/slider-modal/style.css?17703648982881 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/heading/style.css?1770364899649 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/advantages_1/style.css?17846196672097 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/about_2/style.css?17846200063363 */
/* /bitrix/templates/medclinic/components/bitrix/catalog.sections.top/services_3/style.css?17846202051892 */
/* /bitrix/templates/medclinic/components/bitrix/catalog.section/services_3_main/style.css?17846172991813 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/reviews_main_3/style.css?17703648982826 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/team_carousel_img_bg/style.css?17703648984935 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/promotions_default/style.css?17703648982920 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/partners/style.css?17703648982182 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/licenses/style.css?17703648981896 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/feedback_default/style.css?17846288822524 */
/* /bitrix/templates/medclinic/components/prvolga.medclinic/universal.feedback/callback_counter_feedback/style.css?17846270318043 */
