@media only screen and (min-width: 1921px) {
    
}

@media only screen and (max-width: 1800px) {
    
}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1360px) {
    
}

@media only screen and (max-width: 1200px) {
    #header #menu-btn {
        display: block;
    }
    #header .headmenu {
        position: fixed;
        top: 0;
        right: -360px;
        bottom: 0;
        height: 100vh;
        padding: 80px 0 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
        width: 300px;
        max-width: 100%;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        box-shadow: -2px 0 8px rgb(0 0 0 / 20%);
        transition: all .5s cubic-bezier(.7,0,.2,1);
        z-index: 1;
    }
    .menu_opened #header .headmenu {
        right: 0;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
    .header .headmenu ul {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .header .headmenu ul li {
        width: 100%;
        margin-right: 0;
        padding: 10px 20px;
        border-top: 1px solid #e3e3e3;
    }
    .header .headmenu ul li:last-child {
        border-bottom: 1px solid #e3e3e3;
    }
    .header .headmenu ul li a.contact_us {
        display: inline-block;
        padding: 0;
        color: #000;
        border: none;
    }
    .header .headmenu ul li a.active::after,
    .header .headmenu ul li a:hover::after {
        display: none;
    }
    .header .headmenu .langbar {
        padding: 0 20px;
    }
    .header .langbar .otherlangs {
        width: 100%;
        top: -40px;
        left: 0;
        right: 0;
        margin-left: 20px;
        background: transparent;
    }
    .header .langbar.open .otherlangs {
        top: -90px;
    }
    .header .langbar .otherlangs a {
        text-align: center;
        background: #CED7E1;
    }
}

@media only screen and (max-width: 1024px) {
    .footer > .wrp {
        flex-direction: column;
    }
    .footer > .wrp > div:first-child {
        text-align: center;
    }
    .footer > .wrp > div:first-child p {
        max-width: 500px;
        margin: 0 auto 40px auto;
    }
    .footer > .wrp > div:last-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 769px) {

}

@media only screen and (max-width: 600px) {
    .footer > .wrp > div:last-child {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer .full_icons > a:nth-child(n+2) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .footer > .wrp > div:last-child {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer .wrp ul {
        padding-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .home-title {
        font-size: 24px;
    }
    .wrp {
        padding: 0 20px;
    }
    .content {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 380px) {
    
}

@media only screen and (max-width: 320px) {
    
}