

/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/slider-modal/style.css?17524010062881*/

.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?1752401006649*/
.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?17524010061641*/
.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: 30px 0 10px;
}
.advantages-flex .advantage-block {
	padding: 20px;
	max-width: 282px;
	min-width: min-content;
}
@media (max-width: 991px) {
	.advantages-flex .advantage-block{
		margin-bottom: 20px;
	}
}
@media (max-width: 804px) {
	.advantages-flex {
		margin: 0;
		padding: 0 5px;
	}
	.advantages-flex .advantage-block {
		margin: 10px 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: center;
	}
}
@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/catalog.sections.top/services_8/style.css?17524010066557*/
.scroll_services .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.services-section__container{
    position: relative;
}
.services-section__tabs-list > li > .block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .services-section__tabs-list > li > .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
    }
}
.services-section__tabs-list > li > .block_details_link:hover{
    color: #999;
}
.services-section__tabs-list > li > .block_details_link:focus,
.services-section__tabs-list > li > .block_details_link:hover{
    text-decoration: none;
}
.all_services{
    margin-bottom: 60px;
}
.total_content .scroll_services .services-section__project-wrapper.services-section__bordered {
    border-radius: 10px;
}
.services-section__project-wrapper{
    height: 240px;
    display: block;
    position: relative;
    overflow: hidden;
}
.services-section__project-background{
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}
.services-section__project-wrapper:hover > .services-section__project-background{
    transform: scale(1.1);
}
.services-section__project-heading{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 21px 34px 27px;
    z-index: 2;
    color: #000000;
    background-color: rgba(210, 215, 228, 0.44);
    backdrop-filter: blur(25px);
}
.services-section__project-heading-name{
    font-size: 1.2em;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}
/*owl style*/
.owl-services .owl_btn-right a,
.owl-services .owl_btn-right a:focus,
.owl-services .owl_btn-left a,
.owl-services .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-services .owl-prev{
    left: -24px;
}
.owl-services .owl-next{
    right: -24px;
}
.owl-services .owl-next,
.owl-services .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-services .owl-dots{
    position: relative;
    margin-bottom: -11px;
    bottom: auto!important;
}
.owl-services .owl-next a .carousel-arrow,
.owl-services .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-services .owl-next:not(.disabled):hover .carousel-arrow,
.owl-services .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.services-section__tabs-list > li > .block_details_link {
    position: relative;
    padding: unset;
    color: var(--prv_btn_color);
    font-size: 12px;
}
.services-section__tabs-list > li > a.block_details_link:after {
    content: none;
}

.nav.services-section__tabs-list.nav-pills{
    margin-bottom: 40px;
    border-bottom: none;
}
.services-section__tabs-list>li:not(.ml-auto){
    margin-right: 6px;
}
.scroll_services .services-section__tabs-list>li>.nav-pills__item{
    padding: 9px 26px;
    font-size: 1em;
    font-weight: 600;
    color: var(--prv_btn_color);
    display: block;
    text-decoration: none;
    position: relative;
}
.services-section__tabs-list>li>.nav-pills__item:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.services-section__tabs-list>li:hover>.nav-pills__item:after,
.services-section__tabs-list>li>.nav-pills__item.active:after{
    background: var(--prv_interactive_color);
}
.services-section__tabs-list>li>.nav-pills__item.active{
    color: var(--prv_btn_color);
}
.services-section__tabs-list>li>.nav-pills__item:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
.services-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.scroll_services .services-section__list-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom:0px;
}
.scroll_services .services-section__list-group-item_pill {
    padding: 7px 21px 11px;
    position: relative;
    display: block;
    border: none;
    color: var(--prv_color);
    min-width: fit-content;
    margin: 0 10px 10px;
    border-radius: 10px;
    background-color: transparent;
}
.scroll_services .services-section__list-group-item_pill:hover{
    text-decoration: none;
}
.scroll_services .services-section__list-group-item_pill:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #DCE9FF;
    z-index: -1;
}
.scroll_services .services-section__list-group-item_pill:not(.active):hover:before {
    background-color: var(--prv_color);
    opacity: .5;
}
.scroll_services .services-section__list-group-item_pill.active:before,
.scroll_services .services-section__list-group-item_pill.active:focus:before {
    background: var(--prv_color);
    opacity: .5;
}
.services-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.services-section__dropdown-tab-panel:hover,
.services-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.services-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.services-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.services-section__tab-panel-nav{
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .total_content .services-section__container{
        padding-bottom: 0px;
    }
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/reviews_main_3/style.css?17524010062826*/
.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/main.include/about_2/style.css?17524010061867*/
.total_content .scroll_about{
	padding: 0;
}
.about-section{
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	padding: 0 0 153px;
}
.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;
}
.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;
}
@media(max-width: 1199px){
    .about-section .heading {
			margin-top: 40px;
    }
}
@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: 767px) {
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/team_carousel_img_bg/style.css?17524010064935*/
#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/news_4/style.css?17524010063349*/
.str-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.str-desc {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.total_content #news .news-item {
    border-radius: 10px;
}
.news-item{
	display: block;
	text-decoration: none;
	margin-top: 30px;
        color: #212121;
        position: relative;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
    border-radius: 10px;
}
.news-item__body{
    position: absolute;
    right: 0;
    bottom: 0;
	padding: 22px 30px 18px;
	min-height: 150px;
	background-color: #fff;
	border: 1px solid #ECECEC;
        z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}

.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.1em;
    font-weight: 700;
    color: #333;
}

.news-item-first .news-item__name > a,
.news-item-first .news-item__name > a:focus{
    font-size: 1.4em;
}

.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px;
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}

@media(max-width: 767px){
	.news-item-first .news-item__body{
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 500px;
		position: relative;
	}
        .news-item__body{
            height: calc(100% - 340px);
        }
}
@media(max-width: 768px){
    .news-item-first{
        height: 520px;
        position: relative;
    }
    .news-item__body{
        height: calc(100% - 360px);
    }
    .news-item-first .news-item__name > a,
    .news-item-first .news-item__name > a:focus{
        font-size: 1.1em;
    }
}
/* End */


/* Start:/bitrix/templates/medclinic/components/bitrix/news.list/partners/style.css?17524010062182*/
.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?17524010061896*/
.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?17524010062342*/
.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 {
  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 {
    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?17524010077932*/
@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 {
    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 {
    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?17524010062881 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/heading/style.css?1752401006649 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/advantages_1/style.css?17524010061641 */
/* /bitrix/templates/medclinic/components/bitrix/catalog.sections.top/services_8/style.css?17524010066557 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/reviews_main_3/style.css?17524010062826 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/about_2/style.css?17524010061867 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/team_carousel_img_bg/style.css?17524010064935 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/news_4/style.css?17524010063349 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/partners/style.css?17524010062182 */
/* /bitrix/templates/medclinic/components/bitrix/news.list/licenses/style.css?17524010061896 */
/* /bitrix/templates/medclinic/components/bitrix/main.include/feedback_default/style.css?17524010062342 */
/* /bitrix/templates/medclinic/components/prvolga.medclinic/universal.feedback/callback_counter_feedback/style.css?17524010077932 */
