.contact_us_infinite_slider {
    padding: 100px 0;
    background: #0B1340;
    overflow-x: hidden;
}
.contact_us_infinite_slider .swiper-wrapper{
    -webkit-transition-timing-function:linear!important;
    transition-timing-function:linear!important;

}
.contact_us_infinite_slider .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.0075em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.contact_us_infinite_slider .title.big_title {
    font-size: 40px;
    line-height: 60px;
}
.contact_us_infinite_slider .title span {
    color: #FD6435;
}
.contact_us_infinite_slider .img_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_us_infinite_slider .swiper{
    pointer-events: none;
}
.contact_us_infinite_slider .swiper .swiper-slide{

    max-width: 209px;

    max-height: 80px;

}
.contact_us_infinite_slider .swiper .swiper-slide img {
    display: block;
    max-width: 209px;
    height: auto;
    max-height: 80px;
    width: auto;
}
.contact_us_infinite_slider .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}
.contact_us_infinite_slider .swiper .swiper-slide {
    margin: 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.contact_us_infinite_slider .swiper.infinite_slider_second{
    margin-top: 20px;
    transform: rotate(180deg);
}
.contact_us_infinite_slider .swiper.infinite_slider_second .swiper-slide{
    transform: rotate(180deg);
}

/*.swiper-container {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*&:after {*/
/*     content: '';*/
/*     display: block;*/
/*     width: 200%;*/
/*     height: 1px;*/
/*     background: linear-gradient(90deg, black 50%, transparent 50%);*/
/*     background-size: 10% 1px;*/
/*     background-position: -50px;*/
/*     background-repeat: repeat-x;*/
/*     position: absolute;*/
/*     left: -10%;*/
/*     top: 40%;*/
/*     animation: line-slide 60s forwards infinite linear;*/
/*     z-index: 1;*/
/* }*/
/*&.swiper--bottom {*/
/*&:after {*/
/*     animation-direction: reverse;*/
/* }*/
/*}*/
/*}*/
/*.swiper-wrapper{*/
/*    -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important;*/
/*    position: relative;*/
/*}*/
/*.swiper-slide {*/

/*    text-align: center;*/
/*    font-size: 33px;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 25%;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    padding: 0 50px;*/
/*}*/

/*@keyframes line-slide {*/
/*    0% {*/
/*        background-position: -5% 0;*/
/*    }*/
/*    100% {*/
/*        background-position: 100% 0;*/
/*    }*/
/*}*/




@media (min-width: 0px) and (max-width: 766px) {
    .contact_us_infinite_slider {
        padding: 60px 0;
    }
    .contact_us_infinite_slider .container {
        padding: 0 17px;
    }
    .contact_us_infinite_slider .row {
        margin: 0 -17px;
    }
    .contact_us_infinite_slider .row .col,
    .contact_us_infinite_slider .row .col-lg-12 {
        padding: 0 17px;
    }
    .contact_us_infinite_slider .title {
        font-size: 18px;
        line-height: 27px;
    }
    .contact_us_infinite_slider .title.big_title {
        font-size: 18px;
        line-height: 27px;
    }
}
