@media screen and (min-width: 1440px) {
    .inner-text, .inner-text p, .btn, ul > li::before, ul li {
        font-size: .9vw !important;
    }
    .inner-text--childs * {
        font-size: .9vw !important;
    }
    .inner-text--20 {
        font-size: max(1vw, 20px) !important;
    }
    .heading-20 {
        font-size: 20px !important;
    }
    .inner-text.inner-text--small {
        font-size: .8vw !important;
    }
    .heading {
        font-size: max(1vw, 30px) !important;
    }
    h1.heading {
        font-size: max(1vw, 28px) !important;
    }
    .img-w100, .img-w100 img {
        max-width: none !important;
    }

}
@media screen and (min-width: 1024px) {
    .tab {
        display: none !important;
    }
    .img-wide-sm, .img-wide-sm *, .img-wide-sm img {
        max-height: 210px;
    }
}

@media (max-width: 1200px) {
    .section .section-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
    header .section-inner.section-inner--header .header-nav:first-child {
        padding: 0 60px !important;
    }
    .header-nav {
        padding-left: 80px !important;
    }
}
@media (max-width: 1370px) {
    .gap-60 {
        gap: 60px 20px;
    }
    form.form-search--header {
        gap: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
    .input--field---file svg {
        top: 0;
        transform: translateY(-60%);
        max-height: 40px;
    }
    .heading, .input--field---m > .input, .input--field---m > span, .input--field---sm > span {
        font-size: 30px !important;
        /* font-weight: 300 !important; */
    }
    .nav-block {
        position: fixed;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
        inset: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 20px;
        /* background-color: #c46ca9e3; */
        backdrop-filter: blur(3px);
        transition: opacity .3s;
    }
    .btn-nav-toggle.active span {
        background-color: var(--color-black);
        transition: all .3s;
    }
    .btn-nav-toggle {
        width: 30px;
        height: 12px;
        position: fixed;
        top: 45px;
        right: 40px;
        z-index: 100000000000000000;
    }
    .btn-nav-toggle span {
        background-color: var(--color-black);
        position: absolute;
        height: 4px;
        width: 100%;
        /* border-radius: 6px !important; */
        overflow: hidden;
        transition: all .3s;
    }
    .btn-nav-toggle span:nth-child(1) {
        top: 0;
        left: 0;
    }
    .btn-nav-toggle span:nth-child(2) {
        top: 8px;
        left: 0;
    }
    .btn-nav-toggle span:nth-child(3) {
        right: 0;
        bottom: 0;
        width: 60%;
    }
    .btn-nav-toggle.active span:nth-child(1) {
        top: 8px;
        transform: rotate(30deg);
    }
    .btn-nav-toggle.active span:nth-child(2) {
        top: 8px;
        transform: rotate(-30deg);
    }
    .btn-nav-toggle.active span:nth-child(3) {
        bottom: 8px;
        width: 0;
    }
    .flex-to-column {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100%;
    } 
    .nav-block {
        position: fixed;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
        inset: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        padding: 20px;
        background-color: var(--color-bg--nav);
        backdrop-filter: blur(3px);
        transition: opacity .3s;
    }
    .nav-block.active {
        opacity: 1;
        z-index: 100000000;
        pointer-events: all;
        transition: opacity .3s;
        justify-content: flex-start;
        align-items: center;
        padding-top: 80px;
    }
    
    .nav-top img {
        height: 50px;
    }
    .nav-top {
        width: 100%;
        justify-content: flex-between;
    }
    .nav-main {
        height: fit-content;
        max-height: 70vh;
        flex-direction: column;
        margin-top: 40px !important;
        width: 100%;
        border-radius: 0 !important;
        gap: 20px;
        background: 0 0 !important;
        justify-content: flex-start !important;
    }
    .nav-indicator {
        display: none;
    }
    button.btn.nav-item {
        font-size: 40px;
        line-height: 110%;
        padding: 0 !important;
        font-weight: 400;
        text-transform: none !important;
        text-decoration: none !important;
    }
    
    .btn.nav-item {
        color: var(--color-main) !important;
    }
    /* button.btn.nav-item.nav-item.is-active {
        color: var(--color-sec) !important;
        background-color: #efefef !important;
        width: fit-content;
        padding: 1px 15px !important;
        border-radius: 25px;
    } */
    .section .section-inner {
        padding: 30px 20px;
    }
    .gap-30 {
        gap: 20px;
    }
    .flex-to-column .w40, .flex-to-column .w60 {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .mob {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .w40, .w60 {
        width: 100% !important;
    }
    .inner-text {
        font-size: 13px;
    }
    .gap-30 {
        /* gap: 10px; */
    }
    .btn-nav-toggle {
        top: 45px;
        right: 30px;
    }
    .flex-to-column-mob {
        flex-direction: column;
    }
    .flex-to-column-mob > .w50 {
        width: 100%;
        max-width: 100%;
    }
    .flex-mob-start {
        justify-content: flex-start;
    }
    .heading, .input--field---m > .input, .input--field---sm > .input, .heading, .input--field---m > span, .input--field---sm > span {
        font-size: 25px !important;
    }
    .gap-60 {
        gap: 30px;
    }
    .inner-text--20 {
        font-size: 16px;
    }
    .btn-nav:hover::before, .btn-nav.active::before {
        opacity: 1;
        left: -15px;
    }
    .heading-30 {
        font-size: 20px;
    }
} 
@media screen and (max-width: 550px) {
    .section:not(header) .section-inner {
        /* padding: 40px 0; */
    }
}