@media only screen and (min-width:767px) {
    .content-wrap .half {
        margin: 0
    }

    .container {
        padding: 0 30px
    }

    section {
        margin-bottom: 0
    }

    h2, h3 {
        font-size: 50px
    }

    header .header-wrap.desk {
        padding: 20px 0
    }

    header .header-wrap.desk .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    header .header-wrap.desk .menu a {
        font-size: 18px;
        line-height: 120%;
        color: #2C2C2C;
        padding: 4px 8px;
        transition: all 0.5s ease
    }

    header .header-wrap.desk .menu a.active, header .header-wrap .lang-selector a.current, header .header-wrap.desk .menu a:hover {
        color: #EE6129
    }

    header .header-wrap.desk .orange-btn {
        min-width: 212px
    }

    header .header-wrap .lang-selector .list-toggle {
        left: 5px;
        top: 35px
    }
}

@media only screen and (min-width:1023px) {
    html body main .mob, .mobile-menu__wrap {
        display: none
    }

    .header-wrap .lang-selector {
        margin: 0
    }

    .header-wrap .lang-selector:hover .list-toggle {
        opacity: 1;
        visibility: visible
    }

    .header-wrap .lang-selector:hover a.current:after {
        transform: rotate(180deg)
    }

    footer .footer-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    footer .footer-wrap .copyright {
        order: 4;
        width: 100%;
        margin: 60px 0 0 0
    }

    footer .logo.two-col {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0
    }

    footer .logo.two-col .logo-text {
        padding: 0
    }

    footer .logo.two-col p {
        width: 100%;
        font-weight: 400
    }

    footer .footer-menu {
        flex-direction: column;
        margin-bottom: 0;
        max-width: 500px;
        width: 100%
    }

    footer .two-col .main, footer .two-col .legal {
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    footer .two-col .legal {
        padding: 20px 0 0 0;
        gap: 20px
    }

    footer .two-col .main {
        border-right: unset;
        border-bottom: 1px solid #EE6129;
        padding: 0 0 20px 0
    }

    footer .footer-menu a:not(:last-child) {
        margin-bottom: 0
    }

    footer {
        border: unset
    }
}