@media only screen and (max-width : 1799px) {
    .wrap_change_form {
        grid-template-columns: repeat(auto-fit, minmax(280px, 470px));
        gap: 35px;
    }
}
@media only screen and (max-width : 1699px) {
    .menu ul,
    .header__right{
        gap: 30px;
    }
    .warp_advantages--logo svg{
        width: 600px;
        height: auto;
    }
    .warp_advantages_content_warp_icons--icon {
        max-width: 250px;
    }
    .wrap_change_form .step {
        padding: 25px 15px;
    }
    .wrap_change_form {
        grid-template-columns: repeat(auto-fit, minmax(280px, 390px));
        gap: 25px;
    }
    .wrap_change_form .step .amount input {
        max-width: 200px;
    }
    .wrap_change_form .step .amount input,
    .wrap_change_form .step .warp_amount .amount,
    .wrap_change_form .direct-select,
    .custom-select__current{
        font-size: 18px;
    }
    .custom-select__current img,
    .items-list .item img,
    .wrap_change_form .direct-select .direct-select-ins img,
    .step-cash .item img{
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width : 1399px) {
    .logo svg {
        width: 180px;
        height: auto;
    }
    .warp_advantages_content_warp_icons--icon {
        max-width: 220px;
    }
    .menu ul,
    .header__right{
        gap: 20px;
    }
    .menu ul li a,
    #authorization a {
        font-size: 14px;
    }
    .wrap_change_form .types > div {
        padding: 5px;
        font-size: 12px;
    }
    .wrap_change_form > :last-child {
        grid-column: 1 / -1;
    }
    #hexch_html {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 25px;
    }
    .form-group.btn button {
        padding: 21px 0;
        height: auto;
    }
    .warp_advantages--content {
        padding-top: 50px;
    }

    .items-list {
        max-height: 300px;
    }
}
@media only screen and (max-width : 1199px) {
    .button-sm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu {
        display: none;
    }
    #languages {
        display: none;
    }
    #authorization {
        display: none;
    }
    .menu-burger {
        display: flex;
    }
    .home-header__wtitle {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .home-header__wtext {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .warp_advantages--logo svg {
        width: 400px;
    }
    .warp_advantages_content--title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .warp_advantages_content_warp_icons--icon {
        max-width: 200px;
    }
    .warp_advantages_content_warp--icons {
        gap: 30px;
    }
    .footer__logo-section,
    .footer__menu ul,
    .footer__column-warp_contact{
        gap: 15px;
    }
    .mobile-menu__nav ul {
        gap: 15px;
    }
    .mobile-menu__nav ul li a{
        font-size: 18px;
    }
    .mobile-menu__content {
        gap: 15px;
    }
    .mobile-menu__header {
        margin-top: 50px;
    }
    .mobile-menu__content {
        padding: 20px;
    }

}

@media only screen and (max-width : 991px) {
    .warp_advantages_content_warp_icons--icon {
        max-width: 135px;
        margin: auto;
        font-size: 18px;
        gap: 5px;
    }
    .warp_advantages_content--title {
        font-size: 28px;
    }
    .footer__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer__logo-section {
        max-width: 300px;
    }
    #faq .questions .question + .question {
        margin-top: 15px;
    }

    .wrap_change_form {
        grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
        gap: 15px;
    }
    #hexch_html {
        display: block;
    }
    .floating-label-group input, .floating-label-group textarea, .floating-label-group select {
        max-width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    h1 {
        font-size: 32px;
    }
    .home-header__wtitle {
        font-size: 21px;
    }
    .home-header__wtext {
        font-size: 11px;
    }
    .warp_advantages::before {
        display: none;
    }
    #footer.footer {
        padding: 40px 0 30px;
    }

    .footer__content {
        gap: 30px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .warp_advantages--logo {
        display: none;
    }
    #faq {
        display: block;
    }
    #faq .questions {
        width: auto;
    }
    #faq .questions .question {
        font-size: 14px;
        line-height: 18px;
    }
    #faq .answers {
        margin-top: 30px;
        width: auto;
    }
    .mobile-menu__logo {
        width: auto;
        height: auto;
    }
    .mobile-menu__logo svg {
        width: 180px;
        height: auto;
    }
    .wrap_change_form {
        grid-template-columns: auto;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1 {
        font-size: 22px;
    }
    .captcha_value {
        max-width: 120px;
    }
    .captcha_divimg {
        max-width: 35px;
    }
    button, .button {
        font-size: 18px;
    }

    .button.sm {
        height: 45px;
    }
    .logo svg {
        width: 160px;
    }
    html {
        -webkit-text-size-adjust: 100%;
    }

    input,
    textarea,
    select {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 340px) {
    .wrap_change_form .step .amount input, .wrap_change_form .step .warp_amount .amount, .wrap_change_form .direct-select, .custom-select__current {
        font-size: 16px;
    }
    .wrap_change_form .step {
        padding-left: 0;
        padding-right: 0;
    }
}
