

/* Start:/local/templates/spartamed/components/bitrix/news/sales/style.css?17738137786392*/
.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 55px
}

.bonus-banner {
    height: 128px;
    background: #033a73
}

.bonus-content-text {
    margin-bottom: 60px
}

.bonus-content-text:last-child {
    margin-bottom: 0
}

.bonus-content-text--pt-100 {
    padding-top: 100px
}

.bonus-title {
    display: block;
    font-family: "Futura New";
    font-size: 45px;
    line-height: 1.06667;
    font-weight: 500;
    color: #054c96;
    margin-bottom: 40px
}

.bonus-mb-150 {
    margin-bottom: 150px
}

.bonus-mb-25 {
    margin-bottom: 25px
}

.bonus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px
}

.bonus__item:last-child {
    margin-bottom: 0
}

@media (min-width:991px) {
    .bonus__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.bonus__screen {
    width: 100%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-bottom: 20px
}

@media (min-width:991px) {
    .bonus__screen {
        margin-bottom: 0
    }
}

.bonus__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

.bonus__date {
    font-family: "Futura New";
    font-size: 22px;
    line-height: .81818;
    font-weight: 300;
    margin-bottom: 22px
}

.bonus__text {
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 400;
    margin-bottom: 35px
}

.bonus__text--column {
    width: 100%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 25px
}

.bonus__text--column:last-child {
    margin-bottom: 0
}

@media (min-width:600px) {
    .bonus__text--column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0
    }
}

.bonus__text--title {
    font-family: "Futura New";
    font-size: 35px;
    line-height: 1.37143;
    font-weight: 500;
    color: #054c96;
    margin-bottom: 30px
}

@media (min-width:991px) {
    .bonus__text--title {
        font-size: 48px
    }
}

.bonus__link {
    max-width: 230px
}

.bonus__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bonus__fullscreen {
    margin-bottom: 100px
}

.bonus__img-item {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bonus__content-title {
    font-family: "Futura New";
    font-size: 36px;
    line-height: 1.05556;
    font-weight: 500;
    margin-bottom: 22px;
    padding-left: 100px;
    color: #054c96
}

.bonus__content-column {
    width: 100%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bonus__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sales-section-header{
    font-family: "Geologica", sans-serif;
}


.sales-section-header .sales-section-header__items-wrap{
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sales-section-header .sales-section-header__items {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 32px;
    width: fit-content;
    overflow-x: auto;
}

.sales-section-header .sales-section-header__item {
    display: block;
    padding: 8px 16px;
    background: #F0F2F5;
    border-radius: 8px;
    color: #111827;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sales-section-header .sales-section-header__item:hover{
    background: #E5E8ED;
}

.sales-section-header .sales-section-header__item--active{
    color: #fff;
    background: #2BACEF;
}

.section-reviews-on-sales .block-h2-link-all a{
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    background: #FF7A45;
    border-radius: 10px;
    text-transform: none;
}

.section-reviews-on-sales .block-h2-link-all a:hover{
    background: #FF6628;
}


@media (min-width:600px) {
    .bonus__content-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:991px) {
    .bonus__content-item {
        padding: 0 100px
    }
}


@media (max-width:767px) {
    .sales-section-header .sales-section-header__items-wrap{
        margin-right: -20px;
    }

    .sales-section-header .sales-section-header__item {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .section-reviews-on-sales .block-h2-link-all a{
        font-size: 15px;
        height: 40px;
        padding: 0 16px;
    }

    .section-reviews-on-sales .reviews_slider_wrap{
        margin-top: 16px;
    }

    .sales-section-header .sales-section-header__items{
        gap: 8px;
        margin-bottom: 24px;
    }

    .bonus-title{
        margin-bottom: 24px;
    }

}

/* End */


/* Start:/local/templates/spartamed/components/bitrix/news.detail/bonus/style.css?17738137781648*/
.section-reviews-wrap .section-reviews-last {
    padding-top: 0px;
}
.section-reviews-wrap {
    padding-top: 70px;
}
.section-reviews-wrap .load-page {
    z-index: 0;
    position: relative;
}
.section-reviews-wrap h3 {
    margin-bottom: 50px;
}
.load-page_work.ajax-block .section-white:first-of-type {
    padding-bottom: 40px;
}
.container>.bonus {
    margin-bottom: 20px;
}
body .bonus span.bonus__date {
    color: #EE7347;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
}

.sale-page-detail {
    margin-bottom: 50px;
}

.container-remove-reviews {
    margin-top: 50px;
}


.sale-page-detail .sale-page-detail__form-btn{
    margin-top: 106px;
    margin-left: 96px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Geologica", Helvetica, Arial, sans-serif;
    padding: 20px 45px;
    line-height: 18px;
    width: auto;
    height: auto;
    font-weight: 500;
    border-radius: 13px;
    letter-spacing: normal;
    background-color: #2bacef;
    border: none;
    transition: 0.3s ease-out;
    color: #fff;
}

.sale-page-detail .sale-page-detail__form-btn:hover {
    background-color: #0c77c5;
}

@media (max-width: 767px) {
    body .bonus span.bonus__date {
        font-size: 22px;
        line-height: 28px;
    }

    .sale-page-detail .sale-page-detail__form-btn {
        margin-top: 60px;
        margin-left: 18px;
        font-size: 16px;
        padding: 14px 25px;
    }

    .section-reviews-wrap{
        padding-top: 30px;
    }

    .container-remove-reviews {
        margin-top: 32px;
    }
}

/* End */


/* Start:/local/templates/spartamed/components/bitrix/news.list/our_works_carousel/style.css?17738137782393*/
.work-slider-section__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.work-slider-section .work-slider.work-slider-none .work-slide{
    width: auto;
}

.work-slider-slick__slide {
    padding: 5px 12px;
}

.work-slider-section__title {
    color: #054C96;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
}

.work-slider-section .work-slider-section__all-link {
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    background: #FF7A45;
    border-radius: 10px;
    font-family: "Geologica", Helvetica, Arial, sans-serif;
}

.work-slider-section .work-slider-section__all-link:hover{
    background: #FF6628;
}

.work-slider-slick{
    margin-left: -12px;
    margin-right: -12px;
}

.work-slider-slick .work-sliders__direction {
    margin-top: 7px;
    margin-bottom: 7px;
}

.work-slider-section .work-slider.work-slider-none {
    margin-bottom: 26px;
}

/* Позволяет свайпать слайдер, но не мешает работе внутренних элементов */
.work-slider-slick {
    touch-action: pan-y;
}

/* Элементы TwentyTwenty должны иметь приоритет */
.twentytwenty-container {
    touch-action: none; /* Заставляет браузер отдать управление скрипту плагина */
}

@media (max-width:1060px) {

    .work-slider-slick__slide{
        width: 335px;
    }

    .work-slider-section .container {
        padding-right: 0;
        padding-left: 8px;
    }


    .work-slider-section .work-slider{
        max-width: initial;
        margin-left: 0;
        margin-right: 0;
    }
}



@media (max-width:767px) {
    .work-slider-section__title{
        font-size: 24px;
        line-height: 32px;
    }

    .work-slider-section .work-slider-section__all-link{
        font-size: 15px;
        height: 40px;
        padding: 0 16px;
    }

    .work-slider-section__header{
        margin-bottom: 28px;
    }

}



@media (max-width:700px) {

    .work-slider-section__header {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

}
/* End */
/* /local/templates/spartamed/components/bitrix/news/sales/style.css?17738137786392 */
/* /local/templates/spartamed/components/bitrix/news.detail/bonus/style.css?17738137781648 */
/* /local/templates/spartamed/components/bitrix/news.list/our_works_carousel/style.css?17738137782393 */
