/* header */
.header{
    margin-bottom: -125px;
}

@media screen and (max-width: 767px) {
    .header-main__wrapper .search-form{
        background: #FAFAFC !important;
    }

    .header-main__wrapper .search-results:not(body){
        background: #FAFAFC !important;
    }
}



/* background */
.company-bg{
    padding-top: 125px;
    padding-bottom: 60px;
}


/* company banner */
.banner__title{
    max-width: 670px !important;
}

@media screen and (max-width: 1025px) {
    .banner__image{
        max-width: 211px !important;
        max-height: 211px !important;
    }
}

.banner__text{
    max-width: 520px;
}

@media screen and (max-width: 767px) {
    .banner__text p{
        font-size: 16px;
        line-height: 150%;
    }

    .banner .btn{
        position: relative !important;
    }
}

@media screen and (max-width: 450px) {
    .banner__image{
        width: 128.139px !important;
        height: 128.139px !important;
    }
}

















/* about company block */
.company-info{
    margin-top: 60px;
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
}

.company-info__title{
    margin-bottom: 30px;
}

.company-info__wrapper.hexagon-block{
    display: grid;
    column-gap: 115px;
    align-items: center;
}

@media screen and (max-width: 1025px) {
    .company-info__wrapper.hexagon-block{
        row-gap: 30px;
    }

    .banner .btn{
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px){
    .banner__wrapper{
        min-height: fit-content !important;
    }

    .banner__image{
        margin-bottom: -50px;
    }
}











/* our clients */
.our-clients{
    margin-top: 100px;
}

.our-clients__title{
    text-align: center;
    margin-bottom: 60px;
}

.swiper-clients > .swiper-wrapper{
    transition-timing-function : linear;
}

@media screen and (max-width: 1025px) {
    .our-clients{
        margin-top: 60px;
    }

    .our-clients__title{
        font-size: 35px !important;
        line-height: 150% !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .our-clients__title{
        font-size: 25px !important;
    }

    .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 300px));
        column-gap: 30px;
        row-gap: 10px;
        justify-content: center;
    }
}

@media screen and (max-width: 370px) {
    .swiper-wrapper{
        column-gap: 20px;
    }
}
