.top{
    background: url("/wp-content/uploads/2020/06/3_optimized.jpg") center/cover;
    color: white;
    .container{
        padding: 85px 0 35px 0;
    }
}
.top_title{
    font-size: clamp(7px, calc(10px + 3vw), 54px);
    margin: 0 0 .5em 0;
    color: inherit;
}
.top_txt{
    font-size: clamp(16px, calc(10px + 1vw), 23px);
}
.top_get-offer{
    padding: 1em 1.5em;
    font-size: 16px;
    border-radius: 4px;
    transition: none;
    text-align: inherit;
    border: none;
    font-weight: 400;
    display: flex;
    width: fit-content;
    margin: 20px 0 0 0;
}
.top_get-offer:before{
    content: 'Получить лучшее предложение';
}
.top_btn:before{
    content: 'Получить лучшее предложение';
}
.services_title{
    text-align: center;
    font-size: 30px;
    color: #252525;
    margin: 40px 0;
    font-weight: 600;
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    gap: 20px;
    &:after{
        content: "";
        width: 50px;
        height: 5px;
        background-color: var(--red);
        border-radius: 2px;
    }
}
.service-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}


.countdown{
    background: #2f363a;
    color: white;
    padding: 30px 0;
}
.countdown_title{
    color: inherit;
}

@media (max-width: 800px) {
    .top .container{
        padding: 50px 20px;
    }
}