

/* 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 */
/* /local/templates/spartamed/components/bitrix/news/sales/style.css?17738137786392 */
