.timer-wrapper {
    background: #4341419C;
    backdrop-filter: blur(20.200000762939453px);

    padding: 50px 40px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    max-width: 498px;
    width: 100%;
    position: absolute;
    right: 37px;
    bottom: 250px;
    z-index: 1;
}

.timer-wrapper h3 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFE7D6;
}


.timer-wrapper p {
    margin: 0 auto 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFE7D6;
    max-width: 420px;
    width: 100%;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
}

.time-box {
    color: #FFFFFF;
    padding: 12px 12px;
    border-radius: 12px;
    width: 82px;
    background: #560300;


    height: 75px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.time-box span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFE7D6;
}

.time-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFE7D6;
}

.colon {
    font-size: 24px;
    color: #FFE7D6;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1599px){

    .timer-wrapper h3 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 36px;
    }
    .timer-wrapper {
        padding: 30px 20px;
        max-width: 424px;
    }
    .time-box span {
        font-weight: 600;
        font-size: 20px;
    }
    .time-label {
        font-size: 14px;
        line-height: 21px;
    }
    .time-box {
        padding: 10px 9px;
        width: 73px;
        height: 63px;
    }
}

@media (max-width: 1399px){
    .timer-wrapper {
        padding: 30px 15px;
        max-width: 394px;
        right: 28px;
        bottom: 223px;
    }
    .time-box {
        padding: 8px 5px;
        width: 62px;
        height: 61px;
    }
    .timer-wrapper p {
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 24px;
        max-width: 332px;
    }
}

@media (max-width: 1199px){

    .timer-wrapper {
        padding: 30px 15px;
        max-width: 394px;
        right: 28px;
        bottom: 223px;
    }
}
@media (max-width: 1099px){


    .timer {
        gap: 6px;
    }
    .timer-wrapper h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .timer-wrapper p {
        margin: 0 auto 15px;
        font-size: 13px;
        line-height: 21px;
        max-width: 255px;
    }
    .time-label {
        font-size: 13px;
        line-height: 18px;
    }
    .timer-wrapper {
        padding: 30px 15px;
        max-width: 340px;
        right: 28px;
        bottom: 210px;
    }
}

@media (max-width: 1023px) {
    .main__promo {
        min-height: 800px;
    }
}
@media (max-width: 1023px) {
    .main__promo-description {
        top: 10%;
    }
}
@media (max-width: 526px) {
    .main__promo-description {
        top: 4%;
    }
}
@media (max-width: 1020px){
    .timer-wrapper {
        padding: 30px 20px;
        border-radius: 8px;
        max-width: 340px;
        margin-left: 0;
        right: auto;
        bottom: 242px;
        left: 21px;
    }
    .timer-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .timer-wrapper p {
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 22px;
        max-width: 400px;
    }
    .timer-wrapper p {
        font-size: 14px;
        line-height: 18px;
    }
}


@media (max-width: 647px){
    .timer-wrapper {
        max-width: 95%;
        bottom: 242px;
        left: 16px;
    }
}

@media (max-width: 570px) {
    .timer {
        gap: 5px;
    }

    .time-box span {
        font-size: 16px;
    }

    .time-label {
        font-size: 10px;
        line-height: 18px;
        font-weight: 400;
    }

    .time-box {
        padding: 9px 8px;
        width: 66px;
        height: auto;
        border-radius: 9px;
    }
    .timer-wrapper p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 21px;
    }
    .timer-wrapper h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .timer-wrapper {
        padding: 20px 12px;
        border-radius: 8px;
    }
    .colon {
        font-size: 18px;
    }
    .timer-wrapper {
        margin-top: 10px;
    }
    .timer-wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .timer-wrapper {
        max-width: 91%;
        bottom: 237px;
    }
    .time-box {
        width: 56px;
    }
}