@media(min-width: 1400px){
    header{
        height: 552px;
        background-position: center bottom;
        background-size: cover;
    }
    .small-logo-wrap > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
        position: absolute;
        top: -10px;
        right: 0;
        width: 1px;
        height: 455px;
    }
}

@media(max-width: 1025px){
    .small-logo-wrap{
        height: auto;
    }
    header{
        height: auto;
    }
    .small-logo-wrap > div:nth-child(2) {
        height: auto;
        margin-bottom: 20px;
    }
}

@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){
    header {
        height: auto;
    }
    .block-4-right{
        margin-top: 50px;
    }
    .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;
    }
    header > .container .small-logo-wrap > div:nth-child(2) > div > div {
        width: 110px;
        height: 110px;
    }
    .small-logo-wrap > div:nth-child(2) > div > div > p > a {
        font-size: 14px;
    }
    header > .container .small-logo-wrap > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
        top: -91px;
        height: 600px;
    }
    header > .container .small-logo-wrap > div:nth-child(2) {
        height: auto;
        padding-bottom: 30px;
    }
    .block-11-right {
        justify-content: center;
        margin-bottom: 40px;
    }
}

@media(max-width: 769px){
    .small-logo-wrap > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
        bottom: 27px;
    }
}

@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%;
    }
}

@media(max-width: 750px){
    .small-logo-wrap > div:nth-child(1) > div:nth-child(3) {
        display: none !important;
    }
    header > .container .small-logo-wrap > div:nth-child(1) {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

@media(max-width: 500px){
    .logo {
        padding-left: 30px;
    }
    header > .container .small-logo-wrap > div:nth-child(2) > div{
        /* flex-direction: column; */
        /* align-items: center; */
    }
    header > .container .small-logo-wrap > div:nth-child(2) > div > div {
        width: 120px;
        height: 120px;
        border-radius: 240px;
    }
    header > .container .small-logo-wrap > div:nth-child(2) > div > div:not(:last-child) {
        margin-bottom: 15px;
    }
}

@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%;
    }
}

@media(max-width: 995px) {
    .col-3.grid_item_3 {
        width: 30%;
        margin-bottom: 15px;
    }
}

@media(max-width: 770px) {
    .col-3.grid_item_3 {
        width: 100%;
        margin-bottom: 15px;
    }
}