.reputation-section .section__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
@media screen and (max-width: 991.98px) {
    .reputation-section .section__header {
        flex-direction: column;
        gap: 24px;
    }
}
.reputation-section .section__title {
    flex: 0 1 392px;
}
@media screen and (max-width: 991.98px) {
    .reputation-section .section__title {
        flex: unset;
    }
}
.reputation-section .section__body {
    margin-top: clamp(56px, 10vw, 95px);
}
.reputation-section .brands {
    flex: 0 1 933px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.reputation-section .brands > * {
    flex: 0 0 calc(33.3333333333% - 4px);
}
@media screen and (max-width: 991.98px) {
    .reputation-section .brands {
        flex: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .reputation-section .brands > * {
        flex: 0 0 calc(50% - 8px);
    }
}
.reputation-section .brands__item {
    padding: 10px;
    height: clamp(90px, 20vw, 230px);
    border-radius: 16px;
    border: 1px solid #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.reputation-section .brands__item:hover .brands__hover {
    opacity: 1;
}
.reputation-section .brands__logo {
    max-height: clamp(68px, 11vw, 110px);
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.reputation-section .brands__hover {
    opacity: 0;
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.reputation-swiper {
    width: 100vw !important;
    margin-left: calc(-1 * (100vw - 100%) / 2) !important;
    margin-right: calc(-1 * (100vw - 100%) / 2) !important;
    padding-left: calc((100vw - 100%) / 2) !important;
    padding-right: calc((100vw - 100%) / 2) !important;
}
.reputation-swiper__footer {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: -16px;
    translate: 0 -100%;
}
.reputation-swiper .swiper-slide {
    width: fit-content;
    height: auto;
}
.reputation-swiper .swiper-counter {
    color: #FFFFFF;
}
@media screen and (min-width: 767.98px) {
    .reputation-swiper .swiper-counter {
        display: none;
    }
}
.reputation-swiper .swiper-counter ._current {
    color: #FFFFFF;
}
.reputation-swiper .swiper-counter ._total {
    color: #959595;
}

.reputation-slide {
    border-radius: 12px;
    background: #132F3B;
    padding: clamp(16px, 2vw, 20px);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 612px;
    height: 100%;
}
@media screen and (max-width: 767.98px) {
    .reputation-slide {
        flex-direction: column;
        padding-bottom: 60px;
        width: calc(100vw - 2 * 16px);
    }
}
.reputation-slide__video {
    width: 232px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767.98px) {
    .reputation-slide__video {
        width: 100%;
        height: 210px;
        aspect-ratio: unset;
    }
}
.reputation-slide__video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reputation-slide__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.reputation-slide__title {
    color: #FFFFFF;
    font-size: clamp(20px, 2vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.reputation-slide__text {
    color: #CBD5E1;
    font-size: clamp(16px, 2vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 5px;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
button.embed-responsive-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    min-width: 64px;
    height: 64px;
    cursor: pointer;
    padding: 0;
}
.embed-responsive-preview.removed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.embed-responsive-preview img {
    object-fit: cover;
}
.embed-responsive {
    position: relative;
    padding-top: 100%;
}
@media screen and (max-width: 767.98px) {
    .embed-responsive {
        padding-top: 210px;
    }
}
