@media(min-width: 1400px){
    header{
        height: auto;
        padding-bottom: 70px;
    }
}

@media(min-width: 1201px){
    header{
        height: auto;
        padding-bottom: 160px;
    }
}

@media(max-width: 1200px){
    .footer-row{
        flex-wrap: wrap;
    }
    .footer-item-xl{
        width: 50% !important;
        margin-bottom: 20px;
    }
    .footer-item:nth-child(2) > div > div:nth-child(1) a, .footer-item:nth-child(2) > div > div:nth-child(2) a{
        width: auto;
        text-align: center;
        padding: 10px 0;
    }
    .footer-item:nth-child(2) > div > div:nth-child(1) a:not(:last-child), .footer-item:nth-child(2) > div > div:nth-child(2) a:not(:last-child){
        margin-right: 25px;
    }
    header{
        height: auto;
        padding-bottom: 70px;
    }
}

@media(max-width: 1050px){
    .header-left{
        opacity: 0.7;
        width: 50%;
    }
    .small-logo-wrap > div:nth-child(1) > div:nth-child(3) div > button{
        margin-right: 10px;
    }
}

@media(max-width: 1182px){
    .block-11-left{
        width: 50%;
    }
    .block-11-right{
        width: 50%;
    }
}

@media(max-width: 992px){
    .block-4-right{
        margin-top: 50px;
    }
    .block-11{
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .block-11-left{
        width: 100%;
    }
    .block-11-right{
        width: 100%;
    }
    .block-12 > div:nth-child(2){
        margin-bottom: 30px;
    }
    .block-11-right {
        justify-content: center;
        margin-bottom: 40px;
    }
    .small-logo-wrap > div:nth-child(1) > div:nth-child(2){
        width: 100%;
    }
    .small-logo-wrap > div:nth-child(1) > div:nth-child(3) div{
        width: 100%;
    }
}

@media(max-width: 769px){
}

@media(max-width: 768px){
    #section-grid .container > h4 {
        text-align: center;
    }
    .footer-item-md{
        width: 100% !important;
        border-bottom: 1px solid #828282;
        padding-bottom: 20px;
    }
    .footer-item-md:last-child{
        margin-bottom: 0;
        border: none;
    }
    .block-11-right img{
        width: 90%;
    }
}

@media(max-width: 750px){
    header > .container .small-logo-wrap > div:nth-child(1) {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

@media(max-width: 600px){
    .header-left {
        width: 100%;
    }
}

@media(max-width: 500px){
    .logo {
        padding-left: 30px;
    }
}

@media(max-width: 500px){
    .textarea-technology {
        width: 100%;
    }
    .block-5 > div:nth-child(1) > div:nth-child(2) > h4 {
        font-size: 20px;
    }
    .input-energies, .textarea-energies{
        width: 90%;
    }
    .block-11-left form {
        width: 95%;
    }
}
