.thingi {
    position: relative;
}

.thingi:before {
    content: '';
    z-index: 100;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -332px;
    height: 765px;
    width: 313px;
    background-image: url("/bitrix/templates/about/images/thingi.png");
}

@media screen and (max-width: 1850px) {
    .thingi:before {
        content: '';
        background-size: cover;
        width: 200px;
        height: 488px;
    }
}

.thingi.thingi-right:before {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

@media screen and (max-width: 1600px) {
    .thingi:before {
        content: none;
    }
}

._bg_ {
    opacity: 0.93;
    position: absolute;
    top: 147px;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1920 / 12850;
    z-index: 1111111;
    background-position: top center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 32px !important;
    text-shadow: 0 1px WHITE;
}

.swiper-counter {

    margin-right: 20px;
}

.min-w-50 {
    min-width: 50%;
}

.image-column-1 {
    height: 100%;
    width: 66%;
    max-width: 466px;
    position: relative;
}

.image-column-2 {
    height: 100%;
    width: 66%;
    max-width: 466px;
    position: relative;
}


[data-theme="light"] .swiper-button-next, [data-theme="light"] .swiper-button-prev {
    color: #1c1c1c !important;

}


.logos-marquee {
    overflow: hidden;
    width: 100%;
}

.logos-track {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    will-change: transform;
}

.logos-img {
    display: block;
    height: 90px;
    width: auto;
    flex: 0 0 auto;
    min-width: 1000px;
}