@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");

:root {
    --promo-discount-height: 78px;
}

body {
    padding-bottom: var(--promo-discount-height);
}

.cookie {
    bottom: calc(var(--promo-discount-height) + 12px) !important;
}

.promo-discount-bar {
    --promo-discount-scale: 1;
    --promo-discount-height: 78px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    height: var(--promo-discount-height);
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #ff6a00 16.532%, #ff2600 131.05%);
    box-shadow: 0 -10px 24px rgba(17, 20, 27, .14);
}

.promo-discount-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .37;
    pointer-events: none;
    background-image: url("/local/templates/novadata_2/assets/img/promo-discount/promo-bar-pattern.png");
    background-size: 55px 11px;
    background-position: left top;
    background-repeat: repeat;
}

.promo-discount-bar__inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 1920px;
    height: 78px;
    min-height: 0;
    margin: 0;
    display: block;
    transform: translateX(-50%) scale(var(--promo-discount-scale));
    transform-origin: center bottom;
}

.promo-discount-bar__sticker {
    position: absolute;
    left: 272px;
    top: -9px;
    width: 129.162px;
    height: 113.663px;
    display: block;
    transform: none;
}

.promo-discount-bar__sticker img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-discount-bar__sticker .promo-discount-bar__sticker-img--mobile {
    display: none;
}

.promo-discount-bar__text {
    position: absolute;
    left: 416.99px;
    top: 25.9px;
    color: #000;
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 23.132px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: pre;
}

.promo-discount-bar__text strong {
    font-weight: 700;
}

.promo-discount-bar__code {
    position: absolute;
    left: 825.1px;
    top: 16.95px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137.827px;
    height: 45.644px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border-radius: 34.009px;
    background: #ffc9a2;
    color: #000;
    box-shadow: 3.58px 5.37px 4.385px rgba(0, 0, 0, .25);
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 18.134px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-discount-bar__timer {
    display: block;
}

.promo-discount-bar__time-row {
    position: absolute;
    left: 1044.37px;
    top: 19.64px;
    display: block;
    color: #000;
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 27.313px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 11.7446px;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-discount-bar__time-labels {
    position: absolute;
    left: 1032px;
    top: 52.75px;
    display: grid;
    grid-template-columns: 46px 12px 46px 12px 46px 12px 46px;
    justify-content: space-between;
    width: 315px;
}

.promo-discount-bar__time-label {
    position: static;
    color: #000;
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 10.35px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

.promo-discount-bar__time-label:nth-child(1) {
    grid-column: 1;
}

.promo-discount-bar__time-label:nth-child(2) {
    grid-column: 3;
}

.promo-discount-bar__time-label:nth-child(3) {
    grid-column: 5;
}

.promo-discount-bar__time-label:nth-child(4) {
    grid-column: 7;
}

.promo-discount-bar__button {
    position: absolute;
    left: 1385.36px;
    top: 16.95px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 262.642px;
    height: 45.719px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 37.589px;
    background: #fff;
    color: #000;
    box-shadow: 3.58px 5.37px 4.385px rgba(0, 0, 0, .25);
    font-family: Montserrat, Inter, Arial, sans-serif;
    font-size: 18.134px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-discount-bar__code img {
    display: none;
}

@media (min-width: 901px) {
    .promo-discount-bar {
        --promo-discount-height: 78px;
        height: 78px;
    }

    .promo-discount-bar__inner {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(1264px, calc(100% - 32px));
        height: 78px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        transform: none;
    }

    .promo-discount-bar__sticker {
        position: relative;
        left: auto;
        top: -5px;
        width: 88px;
        height: 77px;
        max-width: 129.162px;
        max-height: 113.663px;
        flex: 0 0 88px;
    }

    .promo-discount-bar__text {
        position: static;
        width: auto;
        flex: 0 0 auto;
        overflow: visible;
        font-size: 23.132px;
        line-height: 1.05;
        white-space: nowrap;
    }

    .promo-discount-bar__code {
        position: static;
        flex: 0 0 137.827px;
    }

    .promo-discount-bar__timer {
        position: static;
        display: block;
        width: 252px;
        height: 45px;
        flex: 0 0 252px;
    }

    .promo-discount-bar__time-row,
    .promo-discount-bar__time-labels {
        position: static;
        width: 252px;
        display: grid;
        grid-template-columns: 38px 10px 38px 10px 38px 10px 38px;
        justify-content: space-between;
        letter-spacing: 0;
    }

    .promo-discount-bar__time {
        width: 38px;
        text-align: center;
        color: #000;
        font-family: Montserrat, Inter, Arial, sans-serif;
        font-size: 27.313px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
    }

    .promo-discount-bar__time-sep {
        width: 10px;
        text-align: center;
        color: #000;
        font-family: Montserrat, Inter, Arial, sans-serif;
        font-size: 27.313px;
        font-weight: 500;
        line-height: 1;
    }

    .promo-discount-bar__button {
        position: static;
        flex: 0 0 262.642px;
    }
}

@media (max-width: 900px) {
    :root {
        --promo-discount-height: 82px;
    }

    body {
        padding-bottom: var(--promo-discount-height);
    }

    .cookie {
        bottom: calc(var(--promo-discount-height) + 12px) !important;
    }

    .promo-discount-bar {
        --promo-discount-height: 82px;
        display: block;
        height: var(--promo-discount-height);
        padding: 0;
        border-radius: 0;
        background: linear-gradient(180deg, #ff6a00 16.532%, #ff2600 131.05%);
        box-shadow: none;
    }

    .promo-discount-bar__inner {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 375px;
        height: 82px;
        margin: 0;
        display: block;
        transform: scale(var(--promo-discount-scale));
        transform-origin: left bottom;
    }

    .promo-discount-bar__sticker {
        position: absolute;
        left: 9.16px;
        top: -6.73px;
        width: 64.681px;
        height: 59.635px;
        transform: none;
        filter: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .promo-discount-bar__sticker .promo-discount-bar__sticker-img--desktop {
        display: none;
    }

    .promo-discount-bar__sticker .promo-discount-bar__sticker-img--mobile {
        display: block;
        width: 52.202px;
        height: 39.231px;
        object-fit: fill;
        object-position: bottom;
        border-radius: 13.019px;
        transform: rotate(29.03deg);
    }

    .promo-discount-bar__text {
        display: none;
    }

    .promo-discount-bar__code {
        position: absolute;
        left: -1px;
        top: 17.44px;
        width: 111px;
        height: 55.561px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #ff6a00;
        box-shadow: none;
        font-size: 0;
        font-weight: 700;
        line-height: 1;
        overflow: visible;
        z-index: 1;
    }

    .promo-discount-bar__code-text {
        display: none;
    }

    .promo-discount-bar__code img {
        display: block;
        width: 106px;
        height: 51px;
        margin: 4.292px auto 0;
        object-fit: cover;
        transform: rotate(-5.18deg);
    }

    .promo-discount-bar__timer {
        position: absolute;
        left: 119px;
        top: 20px;
        width: 142px;
        height: 42px;
    }

    .promo-discount-bar__time-row {
        position: absolute;
        left: 0;
        top: 0;
        display: grid;
        grid-template-columns: 24px 8px 30px 8px 30px 8px 30px;
        align-items: flex-start;
        justify-content: start;
        width: 138px;
        margin: 0;
    }

    .promo-discount-bar__time-labels {
        position: absolute;
        left: 0;
        top: 30.46px;
        display: grid;
        width: 138px;
        grid-template-columns: 24px 8px 30px 8px 30px 8px 30px;
        column-gap: 0;
        align-items: start;
    }

    .promo-discount-bar__time,
    .promo-discount-bar__time-sep {
        display: inline-block;
        color: #000;
        font-family: Montserrat, Inter, Arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        letter-spacing: 0;
    }

    .promo-discount-bar__time {
        min-width: 0;
    }

    .promo-discount-bar__time-sep {
        min-width: 0;
        opacity: 1;
    }

    .promo-discount-bar__time-label {
        overflow: visible;
        color: #000;
        font-family: Montserrat, Inter, Arial, sans-serif;
        font-size: 8px;
        font-weight: 500;
        line-height: 1;
        text-overflow: ellipsis;
        text-align: center;
    }

    .promo-discount-bar__time-label:nth-child(1) {
        grid-column: 1;
    }

    .promo-discount-bar__time-label:nth-child(2) {
        grid-column: 3;
    }

    .promo-discount-bar__time-label:nth-child(3) {
        grid-column: 5;
    }

    .promo-discount-bar__time-label:nth-child(4) {
        grid-column: 7;
    }

    .promo-discount-bar__button {
        position: absolute;
        left: 272px;
        top: 19px;
        width: 102px;
        min-width: 0;
        height: 42px;
        padding: 0 11.415px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 2.27px 3.405px 2.781px rgba(0, 0, 0, .25);
        color: #ff6a00;
        font-size: 11.5px;
        overflow: hidden;
        text-transform: uppercase;
        transform: none;
        white-space: normal;
        text-align: center;
        line-height: 1.15;
        font-weight: 700;
    }

    .promo-discount-bar__button::after {
        content: none;
    }

    .promo-discount-bar::after {
        opacity: .37;
        background-image: url("/local/templates/novadata_2/assets/img/promo-discount/promo-bar-pattern-39074.png");
        background-size: 55px 11px;
    }

    iframe[src*="chat.lms.novadt.ru/widget/frame.html"] {
        right: 14px !important;
        bottom: calc(var(--promo-discount-height, 82px) + 31px) !important;
        width: 80px !important;
        height: 80px !important;
        border-radius: 50% !important;
        z-index: 2147483646 !important;
    }

    .nd-chat-iframe-waves {
        left: auto !important;
        top: auto !important;
        right: 21px !important;
        bottom: calc(var(--promo-discount-height, 82px) + 38px) !important;
        z-index: 2147483645 !important;
    }
}
