@media(max-width:1295px){
    .container{
        max-width: 768px;
    }
    .first-screen__image img{
        position: static;
        margin-bottom: -57px;
    }
    h1{
        font-size: 52px;
    }
    .first-screen .container{
        display: grid;
        grid-template-columns: 1fr 1fr ;
    }
    .first-screen{
        height: auto;
    }
    .first-screen .form{
        min-width: 100%;
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
        z-index: 1;
    }
    .whyme-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    h2{
        font-size: 38px;
    }
    .advantages__items, .calculator__wrapper, .steps__wrapper, .reviews__wrapper{
        grid-template-columns: 1fr;
    }
    .advantages__item:first-of-type, .advantages__item:last-of-type{
        transform: rotate(0) !important;
    }
    .guarantees__wrapper{
        display: block;
    }
    .guarantees__right{
        margin-top: 16px;
    }
    .horizon-header{
        flex-wrap: wrap;
    }
    .calculator-result-block{
        margin-top: 24px;
    }
    .payments__wrapper, .faq-wrapper{
        grid-template-columns: 1fr;
    }
    .header-left{
        margin-bottom: 24px;
    }
    
    .header-left .btn{
        display: none;
    }
    .form-row{
        flex-direction: column;
    }
    .section-form .form{
        width: 320px;
    }
    .form-row button{
        min-width: 100%;
    }
    .footer-top .menu{
        display: none;
    }
    .footer-down{
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .form-row > p{
        flex-direction: column;  
    }
}
@media(max-width:768px){
    .container{
        max-width: 480px;
    }
    .first-screen{
        padding-bottom: 48px;
        border-radius: 0;
        margin-top: 0;
        padding-top: 100px;
    }
    .first-screen .container{
        grid-template-columns: 1fr;
    }
    .first-screen .form{
        grid-column-end: 1;
                margin-top: -90px !important;
        position: relative;
        z-index: 9;
    }
    h1{
        font-size: 42px;
    }
    .first-screen__descript{
        font-size: 16px;
        margin-bottom: 0;
    }
    .first-screen__info .btn{
        display: none;
    }
    .first-screen__image img{
        width: 100%;
    }
    h2{
        font-size: 28px;
    }
    .form-title{
        font-size: 24px;
    }
    .label{
        font-size: 16px;
        margin-left: 0;
        margin-bottom: -6px;
    }
    input, select{
        padding: 17px 20px;
    }
    .btn, button{
        padding: 16px;
    }
    .navigation::after, .navigation::before{
        display: none;
    }
    body {
    padding: 0;
}
.navigation {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 8px 10px;
}
.navigation .menu{
    position: absolute;
    display: none;
}
.logo__image{
    min-width: 112px;
    width: 112px;
}
.navigation__action .btn{
    display: none;
}
.navigation.fixed{
    top: 8px;
}
.menu-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--background-secondary);
    padding: 0;
}
.menu-btn svg{
    width: 24px;
}

.whyme-wrapper{
    grid-template-columns: 1fr;
}
section{
    padding: 70px 0;
}
.card-info{
    border-radius: 16px;
}
.card-info header{
    display: flex;
    gap: 16px;
}
.card-info h3{
    font-size: 20px;
}
.card-info-icon{
    min-width: 42px;
    margin-bottom: 0;
}
p{
    font-size: 16px;
}
.guarantees__wrapper, .advantages__img{
    margin-top: 32px;
}
.guarantees__row{
    grid-template-columns: 1fr;
}
.guarantees__row header{
    align-items: center;
}
.guarantees__row .card-info h3{
    font-size: 20px;
    margin-bottom: 0;
}
.guarantees__footer{
    grid-template-columns: 1fr;
}
.guarantees__right{
    height: 303px;
}
.section_gray{
    border-radius: 0px;
    padding: 60px 0;
}
.amount-rub {
    font-size: 42px;
}
.amount-usd{
    font-size: 24px;
}
.result-note{
    font-size: 14px;
}
.steps__title{
    font-size: 20px;
}
.card-info{
    padding: 24px 16px;
}
.calculator-result-block{
    border-radius: 16px;
}
.steps header, .steps header h2{
    text-align: left;
}
.steps__wrapper{
    gap: 42px;
}
.reviews .btn{
    width: 100%;
}
.payments header span{
    display: block;
}
.subtitle{
    font-size: 16px !important;
    line-height: 140%;
}
.payment__steps-item, .payments__image{
    border-radius: 16px;
}
.payments__image{
    height: 380px;
}
.payments__triggers{
    gap: 16px 8px;
}
.payments__triggers-item{
    border-radius: 16px;
}
.payments__triggers-item span, .payments__triggers-item p{
    font-size: 18px;
}
.faq-item__header{
    align-items: flex-start;
}
.faq-item__title{
    font-size: 18px;
}
.btn-icon{
    width: 60px;
    height: 60px;
}
.section-form .label{
    margin: 0 auto;
}
      .section-form .form {
        width: 100%;
        min-width: 100%;
    }

    .blog-slider {
    margin-top: 20px;
}
.advantages__img img{
    max-width: 100%;
    border-radius: 16px;
}
.advantages__items{
    margin-top: -40px;
}
body{
    overflow-x: hidden;
}
br{
    display: none;
}
}