.promotions {
    padding-top: 15px;
    padding-bottom: 70px;
}
.promotions-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-left: 25px;
}
.promotions-list::after {
    content: '';
    display: block;
    min-width: 15px;
}
.promotions-list li {
    display: flex;
    align-items: center;
}
.promotions-list a {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    border-radius: 9px;
    padding: 7px 11px;
}
.promotions-list a span {
    color: var(--xm-color-dark);
    font-size: 14px;
    border-bottom: 1px dotted var(--xm-color-dark);
    /* transition: .3s; */
}
.promotions-list a:hover span {
    color: var(--xm-color-read);
    border-color: var(--xm-color-read);
}
.promotions-list a svg {
    width: 20px;
    height: auto;
}
.promotions-list a svg path {
    stroke: var(--xm-color-dark);
    transition: .3s;
}
.promotions-list a:hover svg path {
    stroke: var(--xm-color-read);
}
.promotions-list li.current a {
    background-color: var(--xm-light-grey19);
}
.promotions-list li.current a span {
    color: var(--xm-color-read);
    font-weight: 500;
    border: none;
}
.promotions-list li.current a svg path {
    stroke: var(--xm-color-read);
}
.promotions-cats {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.promotions-cat {
    display: block;
    padding-bottom: 14px;
    border-radius: 2px;
    border: 1px solid var(--xm-bd-grey);
    background-color: var(--xm-bg-header);
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.promotions-cat.active {
    -webkit-box-shadow: inset 0px 0px 0px 2px var(--xm-color-read);
    box-shadow: inset 0px 0px 0px 2px var(--xm-color-read);
}
.promotions-cat:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px var(--xm-color-read);
    box-shadow: inset 0px 0px 0px 2px var(--xm-color-read);
}
.promotions-cat__pic {
    width: 100%;
    height: 115px;
}
.promotions-cat__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.promotions-cat__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    text-align: center;
    color: var(--xm-color-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 123.077%;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.promotions-cat:hover .promotions-cat__title {
    color: var(--xm-color-read);
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    margin-top: 25px;
}
.promotions-box {
    position: relative;
    z-index: 1;
    /* padding: 30px; */
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 480px; */
}
.promotions-box__pic {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; */
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.promotions-box_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.promotions-box__title {
    text-align: center;
    font-family: "Halvar Breitschrift", sans-serif;
    line-height: 121%;
    color: #000000;
    text-transform: uppercase;
}
.promotions-box__text {
    margin-top: 7px;
    color: #222D3A;
    line-height: 121%;
    text-transform: uppercase;
    text-align: center;
}
.promotions-box_disc {
    padding: 5px 9px;
    background-color: #E30016;
    border-radius: 6px;
    font-size: 14px;
    line-height: 121.5%;
    font-weight: 900;
    color: #FFFFFF;
}
.promotions-box_bottom {
    color: #FFFFFF;
}
.promotions-box__subtitle {
    font-weight: 700;
    text-transform: uppercase;
}
.promotions-timer_wrapper {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 14px;
}
.promotions-timer {
    display: flex;
    align-items: center;
    gap: 3px;
}
.promotions-timer_box {
    display: flex;
    align-items: center;
    gap: 2px;
    background-color: #07111E;
    padding: 6px 4px;
    border-radius: 4px;
}
.promotions-timer__item {
    font-size: 13px;
    line-height: 130.769%;
    font-weight: 800;
}
.promotions-timer__text {
    font-size: 10px;
    line-height: 70%;
    opacity: 0.7;
}
.promotions-timer__del {
    color: #07111E;
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    line-height: 168.75%;
}
.promotions-box__date {
    line-height: 107.69%;
    opacity: 0.6;
}

.promotions-guarantee_row {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #004392;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 30px 40px;
}
.promotions-guarantee__layer {
    position: absolute;
    width: 740px;
    height: auto;
    top: -111px;
    right: -114px;
    z-index: -1;
}

.promotions-guarantee__layer2 {
    position: absolute;
    width: 284px;
    height: auto;
    bottom: 0;
    left: 404px;
    z-index: -2;
}
.promotions-guarantee__title {
    color: #FFFFFF;
}
.promotions-guarantee__text {
    line-height: 25px;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    color: #FFFFFF;
    max-width: 557px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.promotions-guarantee__btn {
    width: 174px;
    min-width: 174px;
    height: 60px;
    margin-left: 12px;
}


.promotion-top {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.promotion-l {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    /* padding: 55px 50px 24px; */
    overflow: hidden;
    /* min-height: 442px; */
}
.promotion__pic {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; */

    width: 100%;
    display: block;
}
.promotion__pic.medium {
    display: none;
}

.promotion-r {
    width: 70%;
    min-width: 70%;
}
.promotion-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    max-width: 442px;
}
.promotion__title.medium {
    display: none;
}
.promotion__title span {
    color: #004392;
}
.promotion__subtitle {
    color: var(--xm-color-dark);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.promotion-box_bottom {
    display: flex;
    align-items: center;
    gap: 44px;
    color: #FFFFFF;
    margin-top: 80px;
}
.promotion-r {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.promotion-r__title {
    color: var(--xm-black);
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
}
.promotion-r__text {
    color: var(--xm-color-dark);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px;
}
.promotion-r ol {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 15px;
}
.promotion-r ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--xm-color-dark);
    font-size: 16px;
    line-height: 156.25%;
}
.promotion-r ol li::before {
    content: counter(my-awesome-counter);
    display: block;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xm-color-read);
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: -0.12px;
}
.promotion-r__subtitle {
    color: var(--xm-color-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.16px;
}
.promotion-r ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 3px;
    color: var(--xm-color-dark);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px;
}
.promotion-r ul li::before {
    content: '';
    display: block;
    width: 7px;
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #FEC200;
    margin-top: 9px;
}
.promotion-info {
    padding: 15px;
    background-color: var(--xm-light-grey19);
}
.promotion-info p {
    color: var(--xm-dirty-blue);
    font-size: 14px;
    line-height: 22px;
}
.promotion__btn {
    width: 219px;
    height: 60px;
}




@media(min-width: 1291px) {
    .promotion-l .promotions-box__subtitle {
        text-transform: none;
        font-weight: 500;
    }
    .promotion-l .promotions-timer_box {
        padding: 15px 9.5px;
    }
    .promotion-l .promotions-timer__item {
        font-size: 22px;
        line-height: 17px;
    }
    .promotion-l .promotions-timer__text {
        font-size: 15px;
        line-height: 7px;
    }
    .promotion-l .promotions-box__date {
        max-width: 138px;
    }
}

.promotion-slider {
    margin-bottom: 60px;
    background-color: var(--xm-bg-section--gray2);
}
.promotion-slider .slider-top {
    margin-bottom: 15px;
}
.promotion-slider2 {
    padding-bottom: 0;
}
.promotion-slider2 .slider-top {
    margin-bottom: 35px;
}

[data-theme=dark] .promotions-guarantee__layer--tablet rect {
    opacity: 0.1;
}


@media(max-width: 1560px) {
    /* .promotions-box {
        padding: 15px;
        min-height: 410px;
    } */

    .promotion-box_bottom {
        gap: 35px;
    }
    .promotion-r {
        width: 70%;
        min-width: 70%;
    }
}

@media(max-width: 1290px) {
    .promotions-cats {
        gap: 12px;
        overflow: hidden;
        /* overflow-x: auto; */
        /* width: calc(100% + 50px); */
        margin: 0 -25px;
        padding: 0 25px;
    }
    .promotions-cats::after {
        /* content: '';
        display: block;
        min-width: 13px; */
    }
    .promotions-cat {
        min-width: 135px;
    }
    .promotions-cat__pic {
        height: 80px;
    }
    .promotions-cat__title {
        margin-top: 5px;
        font-size: 11px;
    }

    .promotions-cats .video-cats_nav {
        left: 25px;
        width: calc(100% - 50px);
    }


    /* .promotions-box {
        min-height: 480px;
    } */
    .promotions-timer_wrapper {
        margin-top: 5px;
    }
    .promotions-box__subtitle br {
        display: none;
    }


    .promotion-top {
        gap: 10px;
    }
    .promotion-l {
        /* padding: 10px; */
        min-height: 29.635vw;
        display: flex;
        flex-direction: column;
    }
    .promotion__pic.large,
    .promotion__title.large {
        display: none;
    }
    .promotion__pic.medium,
    .promotion__title.medium {
        display: block;
    }
    .promotion-box_bottom {
        margin-top: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 20px 10px 10px;
    }
    .promotion-box {
        gap: 2px;
    }
    .promotion-l .promotions-box_disc {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .promotion-r {
        width: 50%;
        min-width: 50%;
        gap: 5px;
    }
    

   .promotion-info,
    .promotion__btn {
        margin-top: 5px;
    }

}

@media (max-width: 1010px) {
    .promotions-cats {
        margin: 0;
        padding: 0;
    }
}

@media(max-width: 1130px) {
    .promotions {
        padding-top: 6px;
        padding-bottom: 30px;
    }
    .promotions-list {
        margin-top: 6px;
        margin-bottom: 15px;
        gap: 5px;
    }


    .promotions-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        margin-top: 30px;
    }
    /* .promotions-box {
        padding: 10px;
    } */
    .promotions-box_top {
        flex-direction: row;
        justify-content: space-between;
    }
    .promotions-box__title,
    .promotions-box__text {
        text-align: left;
    }
    .promotions-box__text {
        margin-top: 2px;
    }
    .promotions-box_disc {
        font-weight: 700;
        font-size: 11px;
    }
    .promotions-box_disc span {
        display: none;
    }

    .promotions-guarantee__layer2 {
        display: none;
    }

    .promotion__subtitle {
        font-size: 10px;
    }

    .promotion-top {
        margin-top: 10px;
    }

    .promotion-slider {
        margin-bottom: 30px;
    }
    .promotion-slider .slider-top,
    .promotion-slider2 .slider-top {
        margin-bottom: 20px;
    }

    .promotion-slider2 .slider-item {
        width: 351px;
        min-width: 351px;
    }
}
@media(max-width: 991px) {
    /* .promotions-box {
        min-height: 266px;
    } */

    .promotions-guarantee_row {
        background-color: var(--xm-light-grey20);
        padding: 25px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .promotions-guarantee__title {
        color: var(--xm-color-dark);
    }
    .promotions-guarantee__text {
        color: var(--xm-dark-grey8);
        padding: 0;
        border: none;
        max-width: calc(100% - 157px);
        line-height: 18px;
    }
    .promotions-guarantee__layer {
        width: 419px;
        top: -59px;
        right: -31px;
    }
    .promotions-guarantee__layer--tablet {
        top: unset;
        bottom: 0;
        right: 0;
        height: 100%;
        width: auto;
    }
    .promotions-guarantee__layer path {
        fill: #FFFFFF;
        opacity: 0.3;
    }
    [data-theme=dark] .promotions-guarantee__layer path {
        fill: #E8EDF3;
        opacity: 0.02;
    }
    .promotions-guarantee__btn.btn {
        background-color: transparent;
        width: 147px;
        min-width: 147px;
        height: 44px;
        margin-left: 0;
        background-image: none;
        color: var(--xm-color-read);
        border: 1px solid var(--xm-color-read);
    }
    [data-theme=dark] .promotions-guarantee__btn.btn {
        color: #FFFFFF;
    }
    .promotions-guarantee__btn.btn::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDMxIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMC41IDNMMjUuNSAwLjExMzI0OVY1Ljg4Njc1TDMwLjUgM1pNMC41IDMuNUgyNlYyLjVIMC41VjMuNVoiIGZpbGw9IiMwMDQzOTIiLz4KPC9zdmc+Cg==);
    }
    .promotions-guarantee__btn.btn:hover {
        background-color: var(--xm-color-read);
        color: #FFFFFF;
    }
    .promotions-guarantee__btn.btn:hover::after,
    [data-theme=dark] .promotions-guarantee__btn.btn::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMzAgNiIgZmlsbD0ibm9uZSI+DQo8cGF0aCBkPSJNMzAgM0wyNSAwLjExMzI0OVY1Ljg4Njc1TDMwIDNaTTAgMy41SDI1LjVWMi41SDBWMy41WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==);
    }
    

    .promotion-r__title {
        font-size: 18px;
        line-height: 21px;
    }
    .promotion-r__text {
        font-size: 14px;
        line-height: 22px;
    }
    .promotion-r ol li {
        font-size: 14px;
        line-height: 22px;
    }
    .promotion-r__subtitle {
        font-size: 14px;
    }
    .promotion-r ul li {
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
    }
    .promotion-info {
        position: relative;
        right: 100%;
        width: calc(100vw - 50px);
        margin-top: 5px;
        padding: 12px;
    }
    .promotion__btn {
        position: relative;
        width: 179px;
        height: 39px;
        margin-top: 5px;
    }
}


@media(max-width: 700px) {
    .promotion-top {
        flex-direction: column;
    }
    .promotion-l {
        width: 100%;
    }
    .promotion-r {
        min-width: 0;
        width: 100%;
    }
    .promotion-info,
    .promotion__btn {
        position: static;
        width: 100%;
    }
    .promotion-info {
        margin-top: 0;
    }
    .promotion__btn {
        margin-top: 6px;
    }
}

@media(max-width: 590px) {
    .promotions-list {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }
    .promotions-list::after {
        min-width: 10px;
    }

    .promotions-cats {
        gap: 5px;
        max-width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .promotions-cats::after {
        min-width: 10px;
    }
    .promotions-cat {
        min-width: 94px;
        padding-bottom: 5px;
        border-radius: 5px;
    }
    .promotions-cat__pic {
        height: 55px;
    }
    .promotions-cat__title {
        font-size: 9px;
        margin-top: 0;
    }

    .promotions-grid {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .promotions-guarantee_row {
        padding: 15px;
    }
    .promotions-guarantee__text {
        max-width: 100%;
    }
    .promotions-guarantee__btn.btn {
        width: 100%;
        height: 34px;
    }
    .promotions-guarantee__layer {
        top: 52px;
        right: -98px;
        width: 390px;
    }
    .promotions-timer_box {
        padding-left: 3px;
        padding-right: 3px;
    }


    .promotion-r__title {
        font-size: 15px;
        line-height: 20px;
    }

    .promotion-slider2 .slider-item {
        width: 240px;
        min-width: 240px;
    }

    .promotions-guarantee__layer--tablet {
        width: 524px;
        height: auto;
        bottom: 0;        
        right: -234px;
    }
    .promotions-guarantee__text {
        line-height: 19px;
    }
}