

/* Start:/local/templates/avaclinic/components/bitrix/breadcrumb/main/style.css?1711642668647*/
/* ====================================== BREADCRUMBS ======================================*/
.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 56px 0 16px;
}
.breadcrumbs_item {
    display: flex;
}
.breadcrumbs_link,
.breadcrumbs_slash {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #B2B8BD;
}
.breadcrumbs_slash {
    margin: 0 4px;
}
@media (max-width: 1279px) {
    .breadcrumbs {
        padding: 32px 0 12px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        padding: 24px 0 8px;
    }
}

/* End */


/* Start:/local/templates/avaclinic/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?176000675218275*/
.wrapper {
    background-image: url(/local/templates/avaclinic/images/doctors/blur_bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
}
.reviewItem_head{
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (max-width: 767px) {
    .reviewItem_head{
        flex-direction: column;
        align-items: baseline;
    }
}
.reviewItem_name{
    display: inline-block;
    margin-bottom: 12px;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    color: #1D2F3C;
}
.reviewItem_date{
    display: inline-block;
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
}
.doctorsDetail {
    margin-top: 14px;
}
.doctorsDetail_top{
    display: flex;
}
.doctorsDetail_photo{
    width: 280px;
    height: 370px;
    flex-shrink: 0;
}
.doctorsDetail_img{
    border-radius: 10px;
}
.doctorsDetail_info{
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.doctorsDetail_name{
    margin-bottom: 0;
    margin-top: 15px;
}
.doctorsDetail_desc{
    margin-top: 24px;
    font-size: 15px;
    line-height: 19px;
    display: inline-flex;
    flex-flow: row wrap;
}

.doctorsDetail_available {
    display: inline-flex;
    margin-top: 24px;
}

.doctorsDetail_availableDate {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    background: #EFF9E3;
    border-radius: 8px;
    padding: 4px 8px;
    color: #5EB92D;
}

.doctorsDetail_clinics{
    margin-top: 32px;
}
.doctorsDetail_clinicsTitle{
    margin-bottom: 16px;
    color:#7D8694;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.doctorsDetail_clinicsLink{
    font-size: 13px;
    line-height: 20px;
    cursor: default !important;
}
.doctorsDetail_clinicsLink:hover{
    text-decoration: none;
}
.doctorsDetail_clinicsItems{
    display: flex;
    flex-wrap: wrap;
}
.doctorsDetail_clinicsLink{
    flex: 1 1 calc(30% - 16px);
}

.doctorsDetail_descLink{
    color: #1D2F3C;
    font-size: 13px;
    line-height: 20px;
    background: #F6F9FB;
    border-radius: 8px;
    display: inline-flex;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    align-items: center;
}
.doctorsDetail_descLink:hover{
    background: #EFF9E3;
    color: #5EB92D;
    text-decoration: none;
}

.doctorsDetail_descLinkIcon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.doctorsDetail_clinicsLink:nth-child(3n+3) {
    /*color: #cccccc;*/
}
.doctorsDetail_clinicsRow{
    display: flex;
    flex-direction: column;
}
.doctorsDetail_clinicsRow:first-child{
    margin-right: 24px;
}
.doctorsDetail_clinicsRow:nth-child(2){
    margin-right: 24px;
}

.doctorsDetail_clinicsCol{
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.doctorsDetail_clinicsIcon{
    width: 16px;
    height: 16px;
    fill: #5EB92D;
    margin-right: 8px;
}

.doctorsDetail_wide{
    margin-top: 48px;
    padding: 48px 0;
}
.doctorsDetail_portfolio{
    padding: 24px;
    box-shadow: 0px 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 32px;
}
.doctorsDetail_experience{
    width: 300px;
    flex-shrink: 0;
}
.doctorsDetail_experienceYears{
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    color: #5EB92D;
}
.doctorsDetail_experienceTitle{
    font-size: 18px;
    line-height: 27px;
}
.doctorsDetail_features{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.doctorsDetail_feature {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.treeCols .doctorsDetail_feature {
    width: 33%;
}
.doctorsDetail_featureIcon{
    margin-right: 24px;
    width: 48px;
    height: 48px;
}
.doctorsDetail_featureName{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.doctorsDetail_direction{
    margin-top: 72px;
}
.doctorsDetail_directionValue{
    margin-top: 32px;
}
.doctorsDetail_blockTitle{
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    font-size: 40px;
}
.doctorsDetail_metas h3:first-child{
    margin-top: 0;
}
.doctorsDetail_wide .doctorsDetail_record{
    margin-top: 24px;
}
.doctorsDetail_principles{
    margin-top: 48px;
}
.doctorsDetail_limit{
    margin-top: 70px;
}
.doctorsDetail_study{

}
.doctorsDetail_gallery{
    margin-top: 48px;
    position: relative;
    /*z-index: 9001;*/
}

.doctorsDetail_direct{
    display: flex;
    justify-content: center;
    margin-top: 31px;
}
.doctorsDetail .blockReviews{
    margin-top: 56px;
    background-color: #F0F9FF;
    padding: 32px 0 75px;
}
.doctorsDetail_portfolio.oneLine{
    width: max-content;
}
.doctorsDetail_portfolio.oneLine .doctorsDetail_experience{
    width: inherit;
    display: flex;
    align-items: baseline;
}
.doctorsDetail_portfolio.oneLine .doctorsDetail_experienceTitle {
    margin-left: 16px;
}

@media (max-width: 1279px){
    .wrapper {
        background-image: url(/local/templates/avaclinic/images/doctors/blur_bg_tab.png);
        background-repeat: no-repeat;
        background-position: right 0;
    }
    .doctorsDetail_info{
        margin-top: 0;
        margin-left: 40px;
    }
    .doctorsDetail_name{
        font-size: 48px;
        line-height: 57px;
        margin-top: 0;
    }
    .doctorsDetail_desc {
        margin-top: 28px;
    }
    .doctorsDetail_available {
        margin-top: 20px;
    }
    .doctorsDetail_photo {
        height: 312px;
        width: 214px;
    }
    .doctorsDetail_experience {
        width: 250px;
    }
    .doctorsDetail_features .doctorsDetail_feature{
        width: 100%;
    }
    .doctorsDetail_experienceYears{
        font-size: 40px;
        line-height: 47px;
    }
    .doctorsDetail_experienceTitle{
        font-size: 15px;
        line-height: 19px;
    }
    .doctorsDetail .blockReviews{
        margin-top: 48px;
    }
}
@media (max-width: 767px){
    .wrapper{
        background-image: none;
    }
    .doctorsDetail_top {
        padding-bottom: 40px;
    }
    .doctorsDetail_photo {
        width: 187px;
        height: 247px;
    }
    .doctorsDetail_info {
        width: 100%;
    }
    .doctorsDetail_name{
        font-size: 24px;
        line-height: 28px;
    }
    .doctorsDetail_portfolio{
        flex-wrap: wrap;
        padding: 16px;
        margin-bottom: 32px;
    }
    .doctorsDetail_metas h3:first-child{
        margin-top: 24px;
    }
    .doctorsDetail_experience{
        margin-bottom: 24px;
    }
    .doctorsDetail_experienceYears{
        font-size: 24px;
        line-height: 28px;
    }
    .doctorsDetail_featureName {
        font-size: 15px;
        line-height: 20px;
    }
    .doctorsDetail_featureIcon{
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    .doctorsDetail_feature:first-child{
        padding-top: 0;
    }
    .doctorsDetail_feature:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .doctorsDetail_feature {
        margin-bottom: 0;
        padding: 16px 0;
        border-bottom: 1px solid #F0F0F0;
    }
    .doctorsDetail_blockTitle{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .doctorsDetail_blockTitle,
    .doctorsDetail_direction{
        margin-top: 0;
    }
    .doctorsDetail_directionValue {
        margin-top: 16px;
        font-size: 15px;
        line-height: 20px;
    }
    .doctorsDetail_wide{
        margin-top: 0;
        padding: 32px 0;
    }
    .doctorsDetail_wide .doctorsDetail_record {
        margin-top: 16px;
    }
    .doctorsDetail_limit {
        margin-top: 40px;
    }
    .doctorsDetail_meta {
        font-size: 15px;
        line-height: 20px;
        margin-top: 16px;
    }
    .doctorsDetail_metas h3{
        font-size: 18px;
        line-height: 25px;
    }
    .doctorsDetail_principles {
        margin-top: 40px;
    }
    .doctorsDetail_recordRow {
        display: flex;
        justify-content: center;
    }
    .doctorsDetail .blockGallery_slider .slick-list.draggable{
        padding-bottom: 0;
    }
    .doctorsDetail_portfolio.oneLine{
        width: auto;
    }
    .doctorsDetail_portfolio.oneLine .doctorsDetail_experienceTitle {
        margin-left: 8px;
    }
    .doctorsDetail_portfolio.oneLine .doctorsDetail_experience{
        margin-bottom: 0;
    }
}
@media (max-width: 560px) {
    .doctorsDetail_top {
        flex-wrap: wrap;
        padding-bottom: 32px;
    }
    .doctorsDetail_info {
        margin-top: 0;
        margin-left: 0;
    }
    .doctorsDetail_name{
        margin-top: 16px;
    }
    .doctorsDetail_photo {
        margin-right: 0;
        max-width: 450px;
        height: auto;
        width: 100%;
    }
    .doctorsDetail_photo img {
        width: 100%;
        height: 372px;
        object-fit: cover;
        object-position: top;
    }
}

/* region Social Icons */
.doctorsDetail_social{
    margin-top: 24px;
}
.doctorsDetail_socialTitle{
    color: #7D8694;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
}
.doctorsDetail_socialItems{
    display: flex;
}
.doctorsDetail_socialLink{
    display: inherit;
    height: max-content;
}
.doctorsDetail_socialLink:hover{
    text-decoration: unset;
}
.doctorsDetail_socialLink:hover .doctorsDetail_socialIcon{
    fill: #79CE4B;
}
.doctorsDetail_socialLink:not(:last-child){
    margin-right: 24px;
}
.doctorsDetail_socialIcon{
    width: 24px;
    height: 24px;
    fill: #7D8694;
}
@media (max-width: 1279px){
    .doctorsDetail_social{
        margin-top: 32px;
        margin-bottom: 8px;
    }
    .doctorsDetail_socialTitle{
        margin-bottom: 20px;
    }
}
/* endregion Social Icons */

/*region Doctors -- Element page -- Promo section -- General layout*/
.doctorsDetail_promos .doctorsDetail_blockTitle {
    margin-top: 64px;
}

.doctorsDetail_promo .slick-list {
    margin: 0 -12px;
}

.doctorsDetail_promoSlideChips {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 8px;
}

.doctorsDetail_promoSlideChip {
    background: #FFA742;
    border-radius: 100px;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 8px 8px 0;
}

.doctorsDetail_promoSlider .slick-track {
    display: flex;
    margin: 8px 0;
}

.doctorsDetail_promoSlider .doctorsDetail_promoSlide.slick-slide {
    display: flex;
    height: auto;
    justify-content: space-between;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.doctorsDetail_promoSlide:hover {
    cursor: pointer;
    box-shadow: 0 2px 8px rgb(120 160 190 / 30%);
}

.doctorsDetail_promoSlide:hover .doctorsDetail_promoSlideTitle {
    color: #5EB92D;
}

.doctorsDetail_promoSlide {
    flex-flow: row nowrap;
    background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
    border-radius: 12px;
    margin: 0 12px;
}

.doctorsDetail_promoSlideText {
    display: flex;
    flex-flow: column;
    margin: 16px;
}

.doctorsDetail_promoSlideText > *:last-child {
    margin-bottom: 0;
}

.doctorsDetail_promoSlideTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1D2F3C;
    margin: 0 0 16px;
    transition: color .3s ease;
}

.doctorsDetail_promoSlideDescription {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 16px;
}

.doctorsDetail_promoSlideDate {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    margin-top: auto;
}

.doctorsDetail_promoSlideImage {
    min-width: 282px;
}

.doctorsDetail_promoSlideImage img {
    display: block;
    width: 282px;
    height: 100%;
    object-fit: cover;
}

/*
 * фикс зарезания текста на десктопе и ios
 */
.js_webkitClamp .doctorsDetail_promoSlideDescription,
.slick-cloned .doctorsDetail_promoSlideDescription {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.doctorsDetail_promo .sliderPagination {
    margin: 0;
}

.doctorsDetail_promoControls {
    display: flex;
    margin-top: 8px;
    justify-content: center;
}

.doctorsDetail_promoControlsDots {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 8px;
}

.doctorsDetail_promoControlsArrow {
    color: #5EB92D;
    display: flex;
    background: #fff;
    border-radius: 50%;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 4px 15px rgba(120, 160, 190, 0.15));
    align-items: center;
    justify-content: center;
}

.doctorsDetail_promoControlsArrow svg {
    height: 16px;
    width: 16px;
    fill: #5EB92D;
}

.doctorsDetail_promoControlsArrow.slick-prev svg {
    transform: rotate(180deg);
}

.doctorsDetail_anchorTarget {
    scroll-margin-top: 128px;
}

/*endregion */

/*region Doctors -- Element page -- Promo section -- Tablet layout*/
@media (max-width: 1279px) {
    .doctorsDetail_promo {
        width: 100%;
    }

    .doctorsDetail_promoControlsArrow {
        display: none;
    }

    .doctorsDetail_promoControls {
        margin-top: 16px;
    }
}
/*endregion */
/*region Doctors -- Element page -- Promo section -- Mobile layout*/
@media (max-width: 767px) {
    .doctorsDetail_promos .doctorsDetail_blockTitle {
        margin-top: 24px;
    }

    .doctorsDetail_promoSlide {
        flex-flow: column;
    }

    .doctorsDetail_promoSlideImage {
        display: none;
    }

    .doctorsDetail_promoSlideText {
        height: 100%;
    }
}
/*endregion */

.doctorsDetail_SMILink {
    background-color: #7A858D;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    height: 20px;
}

.doctorsDetail_SMILink:hover {
    text-decoration: unset;
    background-color: #5EB92D;
    color: #fff;
}

.doctorsDetail_reasons {
    box-shadow: 0 2px 8px 0 #78A0BE4D;
    border-radius: 12px;
    padding: 15px;
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
}

.doctorsDetail_reasons h5 {
    margin: 0;
}

.doctorsDetail_reasonsList {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.doctorsDetail_reason {
    background-color: #F6F9FB;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 20px;
    color: #1D2F3C;
}

.doctorsDetail_quote {
    box-shadow: 0 2px 8px 0 #78A0BE4D;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 94px 1fr;
    overflow: hidden;
}

.doctorsDetail_quoteImage {
    position: relative;
    width: 94px;
    padding-bottom: 100%;
}

.doctorsDetail_quoteImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctorsDetail_quoteText {
    font-size: 18px;
    line-height: 31px;
    padding: 10px 23px;
    display: flex;
    align-items: center;
}

.doctorsDetail_advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.doctorsDetail_advantage {
    box-shadow: 0 2px 8px 0 #78A0BE4D;
    border-radius: 12px;
    padding: 5px 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: 48px 1fr;
    align-items: center;
    font-weight: 500;
}

.doctorsDetail_anchors {
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    margin-bottom: 50px;
    position: sticky;
    top: 81px;
    z-index: 10;
    margin-top: 28px;
    padding: 16px 0;
}

.doctorsDetail_anchor {
    background: #F0F9FF;
    color: #1D2F3C;
    padding: 8px 20px;
    margin-right: 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 8px;
    white-space: nowrap;
}

.doctorsDetail_anchor.active, .doctorsDetail_anchor:hover {
    text-decoration: none;
    background: #ECFBDA;
    color: #5EB92D;
}

.doctorsDetail_anchorsLinks {
    display: flex;
    gap: 10px;
}

@media (max-width: 1279px) {
    .doctorsDetail_name {
        font-size: 36px;
        line-height: 47px;
    }

    .doctorsDetail_anchors {
        margin-bottom: 40px;
    }

    .doctorsDetail_advantages {
        grid-template-columns: 1fr 1fr;
    }

    .doctorsDetail_direction {
        margin-top: 40px;
    }

    .sliderReviews .sliderReviews_pagination .sliderPagination {
        margin-top: 6px;
    }

    .doctorsDetail_direct {
        margin-top: 40px;
    }

    .doctorsDetail .blockReviews {
        padding-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .doctorsDetail_name {
        font-size: 24px;
        line-height: 33px;
    }

    .doctorsDetail_available .btn {
        width: 100%;
    }

    .doctorsDetail_anchorsLinks {
        overflow-x: scroll;
    }
    
    .doctorsDetail_anchorsLinks::-webkit-scrollbar {
        background: transparent;
        display: none;
        height: 0;
        width: 0;
    }

    .doctorsDetail_advantages {
        grid-template-columns: 1fr;
    }

    .doctorsDetail_quote {
        grid-template-columns: 1fr;
        padding: 16px;
        row-gap: 18px;
    }

    .doctorsDetail_quoteImage {
        border-radius: 12px;
        overflow: hidden;
        padding: 0;
        height: 100px;
        width: 100px;
    }

    .doctorsDetail_quoteText {
        padding: 0;
    }

    .doctorsDetail_direction {
        margin-top: 50px;
    }

    .doctorsDetail .sliderReviews .slick-slider {
        height: 364px;
    }

    .doctorsDetail .sliderReviews .slick-slider .reviewItem {
        height: 364px;
    }

    .doctorsDetail_direct {
        margin-top: 32px;
    }

    .blockReviews .doctorsDetail_blockTitle {
        margin-bottom: 6px;
    }

    .sliderReviews .sliderReviews_pagination .sliderPagination {
        margin-top: 35px;
    }

    .doctorsDetail_anchors {
        top: 64px;
    }
}

.doctorsDetail_recordRow {
    margin-top: 15px;
}
/* End */


/* Start:/local/templates/avaclinic/css/gallery.css?176000675211471*/
/*галерея*/
.blockGallery_header{
    margin: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}
.blockGallery_headerTitle{
    font-size: 40px;
    font-weight: 900;
    line-height: 47px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    margin: 8px 0 0 0;
}
.blockGallery_header .blockGallery_paginationContainer{
    margin-left: 0;
    margin-top: 0;
    position: relative;
    display: none;
}
.blockGallery_header .sliderPagination{
    margin-top: 0;
    /*display: flex;*/
}
.blockGallery_header .sliderPagination.smart:after{
    width: 0;
}
.blockGallery_header .sliderPagination .sliderPagination_dots{
    /*text-align: right;*/
}
.blockGallery_container{
    max-width: 1264px;
    margin: auto;
}
.blockGallery_paginationContainer{
    margin-left: 32px;
    margin-top: 32px;
}

.blockGallery_slider .slick-list.draggable {
    z-index: 1;
    padding: 16px
}
.blockGallery_title{
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 32px;
}
.blockGallery_slider{
    position: relative;
    z-index: 9;
}
.blockGallery_slide .blockGallery_item{
    position: relative;
}
.blockGallery_title{
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 32px;
}
.blockGallery_slider .blockGallery_fakeInner{
    background: #F6F9FB;
    border-radius: 10px;
    height: 240px;
    margin: 16px;
}
.blockGallery_itemInfo{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.blockGallery_itemVideo,
.blockGallery_itemPhoto {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
}

.blockGallery_itemVideo img,
.blockGallery_itemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.blockGallery_videoPlaceholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    border: none;
    border-radius: 10px;
}

.blockGallery_video{
    position: absolute;
    top: 50%;
    left:50%;
    width: 68px;
    height: 48px;
    border:none;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}
.blockGallery_videoIcon{
    outline: none;
    width: 68px;
    height: 48px;
}
.videoButton_shape{
    fill: #212121;
    fill-opacity: 0.8;

}
.videoButton_icon{
    fill: #ffffff;
}
.blockGallery_itemVideo:hover .videoButton_shape,
.blockGallery_video:focus .videoButton_shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.blockGallery_itemName {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #7D8694;
}
.blockGallery_slideInner{
    height: calc(100% - 32px);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
    padding: 16px;
    /*margin: 8px;*/
}

.js_commentOpen .blockGallery_slideInner{
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);;
    transition: all 0.3s;
    background: #FFFFFF;
    margin-bottom: 16px;
}
/*Скрытие и раскрытие текста*/
.js_isToggle .blockGallery_toggle{
    max-height: 78px;
    overflow: hidden;
    transition: max-height 300ms;
}
.js_commentOpen .blockGallery_toggle{
    max-height: 100vh;
    transition: max-height 400ms;
}

.js_isToggle .blockGallery_toggleGradient{
    position: absolute;
    background: linear-gradient(360deg, #FFFFFF 39.02%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    height: 90px;
    width: 100%;
    opacity: 1;
    transition: opacity 400ms;
}
.js_commentOpen .blockGallery_toggleGradient{
    opacity: 0;
}
.js_slideToggleText {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.blockGallery_toggleSvg{
    width: 24px;
    height: 24px;
    fill: #5EB92D;
}
.js_commentOpen .blockGallery_toggleSvg{
    transform: rotate(180deg);
}
.blockGallery_toggleBtn{
    display: none;
    align-items: center;
    color: #5EB92D;
    margin-top: 8px;
    cursor: pointer;
    position: relative;
}
.js_isToggle .blockGallery_toggleBtn{
    display: flex;
}

.blockGallery_slider.onlyMobile .blockGallery_arrow {
    display: none;
}


/*======single========*/
.blockGallery_typeMobile .blockGallery_inner,
.blockGallery_typeStatic .blockGallery_inner{
    display: flex;
    padding: 16px;
    justify-content: space-between;
}
.blockGallery_typeMobile .blockGallery_slide,
.blockGallery_typeStatic .blockGallery_slide{
    width: 411px;
    height: max-content;
}
.blockGallery_typeMobile .blockGallery_arrow ,
.blockGallery_typeStatic .blockGallery_arrow {
    display: none;
}
.blockGallery_typeMobile .blockGallery_slider .sliderPagination_dots li:last-child{
    /*display: none;*/
}
/*======end single========*/

@media (max-width: 1279px){
    .blockGallery_header .blockGallery_paginationContainer{
        display: block;
    }
    .blockGallery_container{
        margin: 0;
    }
    .blockGallery  .blockGallery_slider .blockGallery_fake2{
        /*display: none;*/
    }
    .blockGallery_slider .blockGallery_arrow{
        display: none;
    }
    /*======single========*/
    .blockGallery_typeMobile .blockGallery_slide,
    .blockGallery_typeStatic .blockGallery_slide{
        flex-grow: 1;
    }
    .blockGallery_typeStatic .blockGallery_fake2{
        /*display: none;*/
    }
    .blockGallery_typeMobile .blockGallery_inner{
        display: flex;
    }
    /*======end single========*/

}
@media (max-width: 767px){
    .blockGallery_container{
        margin-left: -16px;
        margin-right: 0;
    }
    .blockGallery_inner .blockGallery_slide{
        width: 100vw ;
    }
    .blockGallery  .blockGallery_slider .blockGallery_fake2{
        /*display: none;*/
    }
    .blockGallery_slider .blockGallery_arrow{
        display: none;
    }
    .blockGallery_fake{
        display: none;
    }
    .blockGallery_header {
        margin: 0 16px -16px 32px;
    }
    .blockGallery_headerTitle{
        font-size: 24px;
        line-height: 28px;
    }
    .blockGallery_typeStatic .blockGallery_slide {
        min-width: 100vw;
    }
}

.blockGallery_arrow {
    position: absolute;
    top: calc(50% - 28px);
}
.blockGallery_arrow.left {
    left: -53px;
}
.blockGallery_arrow.right {
    right: -53px;
}


/*=================Gallery modal==========================*/
.blockGallery .galleryModal_block{
    width: 848px;
    position: relative;
    padding: 16px 24px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgb(120 160 190 / 30%);
}
.galleryModal_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-bottom: 16px;
}
.galleryModal_headerTitle{
    font-weight: 900;
    font-size: 21px;
    line-height: 29px;
}
.galleryModal_header .galleryModal_paginationContainer{
    margin-left: 0;
    margin-top: 0;
    position: relative;
    display: none;
}
.galleryModal_header .sliderPagination{
    margin-top: 0;
    max-width: 80px;
    /*display: flex;*/
}
.galleryModal_header .sliderPagination.smart:after{
    width: 0;
}
.galleryModal_block .sliderPagination .sliderPagination_dots{
    /*text-align: right;*/
}

.blockGallery_container .blockGallery_slider .blockGallery_arrow {
    z-index: 50;
    background: #fff;
}
.blockModal_slider{
    height: auto;
}
.blockModal_slide{
    background: #FFFFFF;
    overflow: hidden;
    height: unset!important;
}
.blockModal_item{
    min-width: fit-content;
    position: relative;
}

.blockGallery_typeStatic .blockModal_controls {
    display: none;
}
.blockModal_controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*=====MEDIA=========*/
.blockModal_itemMedia{
    height: 480px;
    margin-bottom: 16px;
}
.blockModal_itemMedia img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.blockModal_itemMedia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
/*======VIDEO=======*/
.videoPreview{
    cursor: pointer;
    position: relative;
}
.videoPreview_placeholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.videoPreview_btn{
    position: absolute;
    top: 50%;
    left:50%;
    width: 68px;
    height: 48px;
    border:none;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}
.blockGallery_videoIcon{
    outline: none;
    width: 68px;
    height: 48px;
}
.videoButton_shape{
    fill: #212121;
    fill-opacity: 0.8;

}
.videoButton_icon{
    fill: #ffffff;
}
.videoPreview_btn:hover .videoButton_shape,
.videoPreview_btn:focus .videoButton_shape {
    fill: #ff0000;
    fill-opacity: 1;
}
.videoPreview_frame{
    height: 480px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 10px;
    outline: none;
}
/*======VIDEO=======*/
/*=============END MEDIA==================*/

.blockModal_itemInfo{
    margin-bottom: 4px;
    margin-top: 16px;
}
.blockModal_itemName{
    font-size: 15px;
    line-height: 24px;
    color: #7D8694;
}
@media (max-width: 1279px){
    .blockGallery .galleryModal_block{
        width: 736px;
        box-sizing: border-box;
    }
    .blockModal_controls .blockModal_arrow{
        display: none;
    }
    .galleryModal_header .galleryModal_paginationContainer{
        display: block;
    }
}
@media (max-width: 767px){
    .blockGallery .galleryModal_block{
        width: 100%;
    }
    .blockModal_itemPhoto img{
        border-radius: 0;
    }
    .blockModal_itemInfo{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .galleryModal_blockTitle,
    .blockGallery_paginationContainer{
        margin-left: 16px;
    }
    .blockGallery_paginationContainer {
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }
    .blockModal_itemPhoto {
        height: 193px;
    }
    .blockModal_itemMedia{
        height: 240px;
    }
    .blockModal_itemMedia img,
    .videoPreview_placeholder,
    .videoPreview_frame{
        border-radius: 0;
        max-height: 240px;
    }
    .galleryModal_header{
        margin-left: 16px;
        margin-right: 16px;
    }
    .blockGallery .galleryModal_block{
        width: 100%;
        padding: 16px 0;
        border-radius: 0;
    }
    .blockGallery_typeStatic .galleryModal_block{
        padding: 16px 0;
        border-radius: 0;
    }
    .galleryModal_block  .sliderPagination.smart{
        max-width: 200px;
    }

    .blockGallery_itemVideo, .blockGallery_itemPhoto {
        margin-bottom: 0;
    }

    .blockGallery_paginationContainer .sliderPagination {
        margin-top: 0;
    }
}

.btn.modal{
    width: 36px;
    height: 36px;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    padding: 0;
    border-radius: 50%;
    background: none;
}
.btn.modal svg {
    fill: #5EB92D;
    width: 15px;
    height: 15px;
    transition: all 0.3s;
}
.btn.modal:hover,
.btn.modal:focus,
.btn.modal:active {
    background: #fff;
    box-shadow:0px 4px 15px rgba(120, 160, 190, 0.3);
}

/* End */


/* Start:/local/templates/avaclinic/css/reviews.css?17494597476027*/

.blockReviews{
    margin-top: 52px;
    position: relative;
    margin-bottom: 40px;
}
.blockReviews .blockReviews_title{
    margin-bottom: 32px;
}
.blockReviews_link {
    text-align: center;
    margin-top: 24px;
}
.sliderReviews{
    position: relative;
    max-width: 1224px;
    margin: auto;

}
.sliderReviews:not(.initialized) {
    overflow: hidden;
}

.sliderReviews .sliderReviews_container:not(.slick-slider) {
    display: inline-flex;
}
.sliderReviews .slick-slider {
    height: 320px;
}
.sliderReviews .slick-slide{
    height: auto;
}
.sliderReviews .slick-track{
    transition: height 0.5s;
}
.sliderReviews_slide{
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
}
.sliderReviews .slick-list.draggable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.reviewItem{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    height: 296px;
    box-sizing: border-box;
    padding: 0 0 24px 24px;
    margin: 0 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    transition:  height 0.5s;
}
/*SOLO ITEM*/
.sliderReviews.solo .reviewItem{
    height: auto!important;
    padding: 24px;
}
.sliderReviews.solo .reviewItem .sliderReviews_text{
    max-height: 100%;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
}
.sliderReviews.solo .reviewItem .reviewItem_text{
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
    margin-bottom: 8px;
}

.reviewItem_more p{
    color: #5EB92D;
    margin: 0 -8px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;
}
.reviewItem_more svg{
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: #5EB92D;
    margin-left: 6px;
    vertical-align: middle;
}


.reviewItem_close{
    display: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}
.reviewItem_close p{
    color: #5EB92D;
    margin: 0 -8px 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08rem;
    font-weight: 500;

}
.reviewItem_close svg{
    height: 24px;
    width: 24px;
    display: inline-block;
    fill: #5EB92D;
    margin-left: 6px;
    vertical-align: middle;
    transform: rotate(180deg);
}
.sliderReviews_text{
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: max-height 0.5s;
    padding-right: 24px;
}
.sliderReviews.solo .reviewItem_name{
    margin-top: 0;
}
.reviewItem_name{
    font-weight: bold;
    line-height: normal;
    font-size: 21px;
    color: #1D2F3C;
    margin-top: 24px;
}
.reviewItem_text, .reviewItem_text p{
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    color: #1D2F3C;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}
.sliderReviews_pagination{
    display: flex;
    justify-content: center;
}

/*=====ARROWS======*/
.arrow_button {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #5EB92D;
    width: 56px;
    height: 56px;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
.sliderReviews_button {
    position: absolute;
    top: 33%;
}
.js_prev.sliderReviews_button {
    left: -73px;
}
.js_next.sliderReviews_button {
    right: -73px;
}
.arrow_button svg {
    fill: #5EB92D;
    width: 24px;
    height: 24px;
}

.sliderReviews_pagination .sliderPagination {
    margin-top: 32px;
}
/*=====ARROWS======*/

.reviewItem .reviewItem_more{
    display: none;
}
.js_isToggle .reviewItem_more{
    display: block;
    cursor: pointer;
    width: 100%;
    left: 0;
    opacity: 1;
    transition: all 0.5s;
    box-sizing: border-box;
    position: relative;
}
.js_reviewOpen .sliderReviews_text {
    transition:  max-height 0.5s;
    margin-bottom: 8px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.js_fadeBefore:before,
.js_fadeAfter:after {
    content: '';
    height: 44px;
    position: absolute;
    left: 24px;
    right: 24px;
}

.js_fadeBefore:before {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.js_fadeAfter:after {
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 60px;
}

.js_reviewOpen.reviewItem{
    height: calc(100%);
    transition:  height 0.5s;
}
.js_reviewOpen .reviewItem_close{
    display: block;
}
.js_reviewOpen .reviewItem_more,
.js_reviewOpen .reviewItem_white{
    display: none;
}
@media (max-width: 1330px) {
    .sliderReviews  .sliderReviews_button{
        display: none;
    }
    .reviewItem.full .reviewItem_more{
        display: none;
    }
}
@media (max-width: 1279px) {
    .sliderReviews {
        margin:auto 12px;
    }
}
@media (max-width: 767px) {
    .blockReviews .reviewItem_name{
        font-size: 18px;
        line-height: 25px;
    }
    .blockReviews .blockReviews_title{
        margin-bottom: 8px;
    }
    .sliderReviews  .sliderReviews_pagination{
        justify-content: center;
        margin-left: 8px;
    }
    .sliderReviews_pagination .sliderPagination {
        margin-top: 24px;
    }
    .sliderReviews {
        margin:0 0 0 8px;
    }
    .sliderReviews_slide {
        width: calc(100vw - 40px);
    }
    .reviewItem{
        height:266px;
        margin: 8px;
        padding-bottom: 16px;
    }
        /*solo*/
    .sliderReviews.solo{margin: 8px;
    }
    .sliderReviews.solo .sliderReviews_slide{
        width: 100%;
    }
    .sliderReviews_text{
        max-height: 230px;
    }
    .sliderReviews.solo .reviewItem .sliderReviews_text{
        min-height: 100%;
    }
    .js_fadeAfter:after {
        bottom: 50px;
    }
}
.elPositionTop{
    z-index:3;
}

/* End */
/* /local/templates/avaclinic/components/bitrix/breadcrumb/main/style.css?1711642668647 */
/* /local/templates/avaclinic/components/bitrix/news/doctors/bitrix/news.detail/.default/style.css?176000675218275 */
/* /local/templates/avaclinic/css/gallery.css?176000675211471 */
/* /local/templates/avaclinic/css/reviews.css?17494597476027 */
