@media(min-width: 1400px){
    header{
        height: 700px;
        padding-bottom: 70px;
        background-position: center bottom;
        background-size: cover;
    }
    .section.section_2 {
        height: auto;
        padding: 50px 0;
        background-position-y: 100%;
    }
}

@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;
    }
}

@media(max-width: 1182px){
    .block-11-left{
        width: 50%;
    }
    .block-11-right{
        width: 50%;
    }
}

@media(max-width: 992px){
    .block-4-right{
        margin-top: 50px;
    }
    .small-logo-wrap {
        left: 12%;
    }
    header{
        background: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../../img/bg1.png") no-repeat;
        background-position: left bottom;
        background-size: cover;
    }
    .block-11{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        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;
    }
}

@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;
    }
    .small-logo-wrap > div:nth-child(1){
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .small-logo-wrap {
        align-items: flex-start;
    }
    .small-logo-wrap > div:nth-child(2) > p {
        padding-left: 0;
    }
    .small-logo-wrap > div:nth-child(1) > p {
        margin-left: 0;
    }
    .small-logo-wrap > div:nth-child(1) div {
        margin-bottom: 10px;
    }
    .hero-bottom {
        left: 12%;
    }
    header{
        background: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../../img/bg1.png") no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .content_wrapper_2 {
        width: 100%;
        height: auto;
    }
    section.section_2 {
        height: auto;
    }
    .content_wrapper_2 {
        padding: 25px 30px;
    }
}

@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%;
    }
}
