

/* Start:/local/templates/frutonyanya/components/bitrix/news/school.consultations/style.css?17714121534232*/
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/templates/frutonyanya/fonts/roboto-condensed-medium.woff2") format("woff2");
}

.btn.empty.icon_add.active {
    color: #bdbdbd;
    border: solid 1px #bdbdbd;
}
.btn.empty.icon_add.active:before {
    background-image: url(/local/templates/frutonyanya/img/UI/btn/icon_add_grey.svg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.experts__content {
    position: relative;
    margin-bottom: 60px;
}

.experts-swiper-buttons .swiper-button-prev:after,
.experts-swiper-buttons .swiper-button-next:after {
    display: none;
}

.experts-swiper-buttons .swiper-button-prev,
.experts-swiper-buttons .swiper-button-next {
    width: auto;
    height: auto;
}

.experts__head-title {
    display: none;
}

.experts__head .btn {
    margin: 0 auto;
}

.experts__img {
    height: 155px;
    width: 155px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    display: block;
}

.experts__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts__name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #00625e;
    margin-bottom: 10px;
}

.experts__position {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #646464;
    font-size: 14px;
    line-height: 114%;
}

.experts__consult {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: #00625e;
}

.experts__slide {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.consultations__experts-place {
    display: block;
}

.experts__slider .swiper-wrapper .swiper-slide {
    flex-basis: auto;
    padding: 0 45px;
}

.consultations__experts {
    margin-top: 22px;
}

.experts__head {
    margin-bottom: 23px;
    display: flex;
}

.experts__content .experts__slider {
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(1,78,114,.08);
}

.experts-swiper-buttons .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
   bottom: -25px;
}

.experts-swiper-buttons .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00625e;
}

.experts-swiper-buttons .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
}

.consultation-expert__content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .experts__content {
        margin-bottom: 0;
    }

    .consultations__experts {
        margin-bottom: 70px;
        margin-top: 0;
        padding-top: 26px;
    }

    .experts__slider .swiper-wrapper .swiper-slide {
        padding: 0;
    }

    .experts__head-title {
        display: block;
        font-family: "Neucha",sans-serif;
        font-size: 25px;
        line-height: 1;
        color: #00625e;
    }

    .experts__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(1,78,114,.08);
        margin-bottom: 19px
    }

    .experts__head .btn {
        margin: 0;
    }

    .experts-swiper-buttons {
        display: none;
    }

    .experts__slider .swiper-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 36px;
    }

    .experts__slider .experts__slide {
        flex: 0 0 47%;
    }

    @supports (display: grid) {
        .experts__slider .swiper-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .experts__img {
        width: 100%;
        margin-bottom: 19px;
    }

    @supports (aspect-ratio: 1 / 1) {
        .experts__img {
            aspect-ratio: 1 / 1;
            padding-top: 0;
            width: 100%;
            height: 100%;

        }
    }

    .experts__slide {
        display: block;
    }

    .experts__name {
        margin-bottom: 0;
    }

    .consultations__experts-place {
        display: none;
    }

    .experts__content .experts__slider {
        padding-bottom: 0;
        border-bottom: none;
    }
}


/* End */
/* /local/templates/frutonyanya/components/bitrix/news/school.consultations/style.css?17714121534232 */
