@media (max-width: 1050px) {
    header .slogan {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    header .slogan .title {
        font-size: 13vw;
    }

    header .slogan .text {
        font-size: 5vw;
    }

    header .quicklinks {
        display: none;
    }

    .sidemenu {
        width: 100% !important;
    }

    .sidemenu .menu li ul {
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
    
    section.text, section.contact, section.echbox {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .right {
        float: none;
    }

    .left {
        float: none;
    }

    section.text .right, section.text .left {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    section.text h1 {
        margin-top: 20px;
    }

    section.infoblocks {
        width: 512px;
        height: auto;
        margin: 0 auto;
        margin-top: 30px;
    }

    #infoblock-1, #infoblock-2, #infoblock-3, #infoblock-4 {
        left: auto;
    }

    section.infoblocks .block {
        position: relative;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    footer .footerInner .one_four {
        display: none;
    }

    footer .footerInner {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footerInner .mobile {
        display: block !important;
        width: 100%;
        padding-bottom: 90px;
    }

    footer .footerInner .socials {
        right: 20px;
        bottom: 30px;
    }

    footer .footerInner .copyright {
        right: 20px;
    }

    header .sidemenuBtn {
        top: 20px;
        right: 20px;
        height: 40px;
        width: 45px;
        background-size: cover;
    }
}

@media (max-width: 720px) {
    section.echbox .textbox, section.echbox .videobox {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    header.smaller {
        height: 30vh;
    }

    .sidemenu .menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidemenu .menu li a {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .sidemenu .menu li ul {
        margin-top: 10px;
    }

    .sidemenu .menu li ul li a {
        font-size: 25px;
        line-height: 25px;
    }

    .wpcf7 {
        width: 100%;
    }

    .wpcf7-form {
        width: 100%;
    }

    .wpcf7 input.halfInput {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .wpcf7 input.second {
        margin-left: 0px;
    }

    .wpcf7 textarea {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
    }

    .wpcf7 label {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 5px;
    }

    .wpcf7 input[type=text] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .wpcf7 input[type=submit] {
        width: 100%;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width: 510px) {
    section.infoblocks {
        width: 225px;
    }

    section.infoblocks .block {
        margin-right: 0;
    }

    .sidemenu .closeBtn {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 430px) {
    header .logo {
        width: 200px;
    }

    .sidemenu .menu li a {
        font-size: 20px;
        line-height: 25px;
    }

    .sidemenu .menu li ul li a {
        font-size: 15px;
        line-height: 15px;
    }
}