header {
    padding-bottom: 3.2rem;
    padding-top: 6rem;
    background-image: url(../../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 90.2rem;
}

.date-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    padding-left: 4.483rem;
}
.date-wrap-title{
    font-family: var(--second-family);
font-weight: 400;
font-size: 3.5rem;
line-height: 57%;
text-transform: uppercase;
text-align: center;
color: #fff7dc;
margin-top: 1.7rem;
margin-bottom: 1.2rem;
}
.date-block{
font-family: var(--font-family);
font-weight: 400;
font-size: 1.6rem;
line-height: 94%;
text-align: center;
color: #fff;
}
.date-line{
    border: 1px solid #abc1d1;
    width: 8.7rem;
    height: 0rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.date-wrap p{
    font-family: var(--font-family);
font-weight: 500;
font-size: 1.3rem;
line-height: 115%;
text-align: center;
color: #fff;
}
    .header-upper-title{
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 129%;
        text-transform: uppercase;
        text-align: center;
        color: #606060;
        margin-top: 15rem;
    }
    .header-under-title{
        font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #484848;
    }
    .header-title{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 6.5rem;
    line-height: 72%;
    text-transform: uppercase;
    text-align: center;
    color: #8c9db1;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    }
    .header-upperprice-text{
        font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 106%;
    text-align: center;
    color: #fff;
    margin-top: 12.5rem;
    }
    .header-price-wrap{
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: flex-end;
        margin-top: 2.2rem;
    }
    .price-new{
        font-family: var(--font-family);
    font-weight: 300;
    width: 18.4rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    background-image: url(../../images/price-new-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    margin-top: 1.2rem;
    }
    .price-new p{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 5.5rem;
    line-height: 118%;
    text-transform: uppercase;
    text-align: center;
    color: #4d4837;
    }
    .price-new span{
        font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100%;
    color: #4d4837;
    }
    .price-old{
        width: 13.2rem;
        height: 7rem;
        background-color: #dfdfdf;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.2rem;
    }
    .price-old p{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 4rem;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #9d9d9d;
    position: relative;
    }
    .price-old p::before{
        content: "";
        width: 5.3rem;
        height: 0rem;
        border: 1px solid #9d9d9d;
        position: absolute;
        top: 54%;
    }
    .price-old span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100%;
    text-align: center;
    color: #000;
    }
    .header-btn{
        width: 37rem;
        height: 8.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 2rem;
        line-height: 90%;
        text-transform: uppercase;
        text-align: center;
        color: #4d4837;
        background-image: url(../../images/btn-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15rem;
        backdrop-filter: blur(1rem);
        -webkit-backdrop-filter: blur(1rem);
        margin-top: 1rem;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        }
    .header-timer-text{
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 106%;
        text-align: center;
        color: #fff;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .timer{
        width: 20.8rem;
        height: 5.3rem;
        background: #fff;
        border: 1px solid #c4c4c4;
        border-left: none;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #countdown{
        font-family: var(--font-family);
    font-weight: 400;
    font-size: 3rem;
    line-height: 80%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    }
    .timer-wrap{
        display: flex;
        justify-content: center;
        margin-top: 1.2rem;
    }
    .timer-red-box{
        height: 5.3rem;
        width: 6.5rem;
        background-color: #ea5f10;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 87%;
        color: #fff;
    }
    .header-under-timer{
      font-family: var(--font-family);
font-weight: 400;
font-size: 1.5rem;
line-height: 120%;
text-align: center;
color: #484848;
margin-top: 2.1rem;
    }