*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    position: relative;
    color: #333333;
}
body{
    margin: 0;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}
header{
    background: url(../img/header.webp) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
    padding: 60px 0;
}
.tel_top{
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 10px;
    right: 350px;
    display: flex;
    align-items: center;
    z-index: 3;
}
.tel_top img{
    height: 20px;
}
header::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}
.header__content{
    text-align: center;
    z-index: 3;
}
.header__title{
    font-size: 72px;
    line-height: 1.17;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.header__subtitle{
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
}
.header__offer{
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.mob{
    display: none;
}
.header__image img{
    width: 100%;
}
.btn{
    display: block;
    height: 60px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffbb00;
    font-weight: 700;
    padding: 20px 15px 0 15px;
    border-radius: 30px;
    text-decoration: none;
    color: #333333;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header__button{
    margin: 30px auto;
}
.header__form-sale{
    position: absolute;
    background-color: #ED1A34;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    z-index: 3;
    font-size: 18px;
    padding-top: 28px;
    font-weight: 600;
    top: -35px;
    left: -40px;
    color: #fff;
    border: 2px solid #fff;
}
.sale-value{
    display: block;
    font-size: 48px;
    color: #fff;
    margin: 5px 0;
}
.header__form-prices{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.old-price{
    font-size: 24px;
}
.old-price::after{
    content: '';
    width: 55%;
    position: absolute;
    height: 2px;
    left: 0;
    top: 49%;
    background-color: #ED1A34;
}
.new-price{
    font-size: 36px;
    margin-left: 10px;
}
.new-price::before, .old-price::before{
    position: absolute;
    top: -20px;
    font-size: 18px;  
    width: 140px;
}
.old-price::before{
    content: 'СТАРАЯ ЦЕНА:';
    left: -28px;
}
.new-price::before{
    content: 'НОВАЯ ЦЕНА:';
    left: -10px;
}
.header__timer{
    margin-top: 30px;
    border-radius: 20px;
    padding: 15px 0;
    background: url('../img/clock-img.png') no-repeat left #fff; 
}

.header__timer .box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    margin-left: 135px;
}
.timer-title{
    font-size: 18px;
    width: 200px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 195px;
}
.header__timer .dots{
    margin: 0 5px;
}
.order-box{
    margin: auto;
}
.header__form{
    width: 450px;
    border-radius: 15px;
    padding: 20px 30px;
    background-color: #F3E157;
    margin: 0 auto;
}
.header__form h3 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: bold;
}
.header__form-btn{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 20px auto 0;
    font-size: 24px;
    padding: 0 15px 0 15px;
    background: #ED1A34;
    color: #fff;
    width: 100%;
}
.underform{
    width: 300px;
    margin: 20px auto 0;
    border-radius: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
}
.underform span{
    background-color: #FFAC4E;
    padding: 5px;
}
input{
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.more{
    padding: 120px 0 60px;
}
.top_line{
    transform: rotate(180deg);
    top: -130px;
}
.title{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.subtitle{
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}
.more__content{
    padding-top: 100px;
    display: flex;
}
.more__images{
    width: 50%;
}
.more__images-item img{
    width: 100%;
}
.more__text{
    flex-grow: 1;
    padding-left: 40px;
}
.more__button{
    width: 240px;
    margin: 20px auto 0;
}
.more__content-title{
    font-size: 25px;
    font-weight: 600;
}
.more__text > p{
    margin: 18px 0;
    line-height: 1.5;
    font-weight: 300;
}
.more__list-title{
    font-weight: bold;
}
.more__list ul{
    padding-left: 20px;
    font-weight: 300;
}
.more__list ul li{
    margin: 15px 0;
}
.how{
    padding: 90px 0;
}
.how .top_line{
    top: -100px;
}
.how__content{
    display: flex;
}
.how__content > div{
    flex: 0 0 50%;
    padding: 0 20px;
}
.how__content-text .title{
    text-align: start;
}
.how__content-text > p{
    margin: 25px 0;
    line-height: 1.5;
}
.video-container{
    width: 550px;
    height: 315px;
}
.video-container iframe{
    width: 100%;
    height: 100%;
}
.video-container.second{
    margin-top: 20px;
}
.delivery {
    background-color: #F7F7F7;
    height: auto;
    padding: 100px 0;
}

.t1_dost {
    font-size: 36px;
    font-weight: bold;
}
.t2_dost {
    font-size: 26px;
    margin-top: 30px;
}
.box_dost {
    display: flex;
    margin-top: 20px;
}
.box_dost img {
    height: 29px;
    margin-right: 15px;
}
.t_dost {
    font-size: 26px;
    margin: 0;
}
.delivery__content{
    display: flex;
}
.delivery__content .delivery__content-text{
    flex: 0 0 60%
}
.delivery__content .delivery__content-image{
    flex: 0 0 40%;
}
.delivery__content .delivery__content-image img{
    width: 100%;
}
footer{
    padding: 20px 0;
    background-color: #000;
}
.footer__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__content > div, .footer__content > div a {
    color: #fff;
}
.footer__content-logo{
    width: 150px;
}
.footer__content-logo img{
    width: 100%;
}

@media screen and (max-width: 1700px){
    .tel_top{
        right: 20px;
    }
}
@media screen and (max-width: 1200px){
    .container{
        max-width: 768px;
    }
    .header__form{
        margin: 30px auto 0;
    }
    .header__image{
        max-width: 400px;
        margin: auto;
    }
    .header__title{
        font-size: 60px;
    }
    .more__content{
        flex-wrap: wrap;
    }
    .more__images{
        width: 400px;
        margin: auto;
    }
    .more__text{
        padding-left: 0;
        margin-top: 30px;
    }
    .more__content{
        padding-top: 40px;
    }
    .how__content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .how__content > div{
        flex: 0 0 100%;
    }
    .video-container{
        margin: auto;
    }
    .t1_dost{
        font-size: 30px;
    }
    .t2_dost{
        font-size: 22px;
    }
    .t_dost{
        font-size: 18px;
    }
    .delivery__content .delivery__content-image{
        padding-top: 30px;
    }
    .footer__content-req{
        text-align: center;
    }
    .footer__content-policy{
        text-align: end;
    }
}

@media screen and (max-width: 767px){
    header{
        padding: 50px 0 30px;
    }
    .header__title{
        font-size: 30px;
    }
    .header__subtitle{
        font-size: 16px;
    }
    .header__timer{
        font-size: 42px;
    }
    .header__offer{
        margin-top: 20px;
    }
    .header__form{
        margin: 10px auto 0;
    }
    .header__form-sale{
        width: 120px;
        height: 120px;
        font-size: 18px;
        top: 40px;
        padding-top: 12px;
    }
    .sale-value{
        font-size: 28px;
    }
    .more, .how{
        padding: 20px 0;
    }
    .top_line, .how .top_line{
        top: -30px;
    }
    .title, .t1_dost{
        font-size: 28px;
    }
    .subtitle{
        font-size: 16px;
    }
    .video-container {
        width: 350px;
        height: 200px;
    }
    .delivery__content .delivery__content-image{
        display: none;
    }
    .delivery__content .delivery__content-text{
        flex: 100%;
    }
    .delivery{
        padding: 25px 0;
    }
    .t2_dost{
        font-size: 16px;
        margin-top: 10px;
    }
    .t_dost{
        font-size: 14px;
    }
    .footer__content{
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
    }
    .footer__content-req{
        margin: 10px 0;
    }
}
@media screen and (max-width: 425px) {
    .more__images{
        width: 100%;
    }
    .header__title{
        font-size: 24px;
    }
    .header__subtitle{
        font-size: 12px;
    }
    .video-container{
        width: 300px;
        height: 175px;
    }
    .how__content > div{
        padding: 0;
    }
    .header__form-sale {
        width: 80px;
        height: 80px;
        font-size: 10px;
        top: 5px;
        left: -10px;
        padding-top: 6px;
    }
    .sale-value{
        font-size: 24px;
    }
    .header__form, .header__timer{
        width: 270px;
    }
    .underform{
        font-size: 10px;
        width: 100%;
    }
    .header__form-btn{
        font-size: 14px;
        padding: 10px;
        height: 40px;
    }
    .header__form h3{
        font-size: 16px;
    }
    .old-price{
        font-size: 18px;
    }
    .new-price{
        font-size: 24px;
    }
    .header__form-prices{
        padding-top: 15px;
    }
    .new-price::before, .old-price::before{
        font-size: 11px;
        width: 80px;
        top: -11px;
    }
    .old-price::before{
        left: -10px;
    }
    .mob{
        display: block;
    }
    .desc{
        display: none;
    }
    .header__timer .box{
        font-size: 24px;
    }
    .header__timer{
        background-size: contain;
    }
    .header__timer .box{
        margin-left: 105px;
    }
    .timer-title{
        font-size: 13px;
        margin-left: 125px;
        width: 130px;
    }
    .new-price::before{
        left: 2px;
    }
}