.block--cases-section.main-section-wrapper {
    background: transparent;
    padding: 150px 0;
}

@media screen and (max-width: 786px){
    .block--cases-section.main-section-wrapper {
        padding: 70px 0;
    }
}
.cases-section {
    overflow-x: hidden;
}
.service-item {
    padding: 50px 100px;
    background: #F5F5F5;
    border-radius: 30px;
    padding-bottom: 0;
}
.services-list {
    margin-top: 50px;
}
.service-header {
    display: grid
;
    grid-template-columns: 250px 1fr 350px;
    gap: 50px;
}
.service-representative-media img, .service-representative-media video {
    width: 100%;
    border-radius: 50px 50px 0 0;
}
span.number-badge {
    font-size: 30px;
}
.service-number {
    display: flex
;
    align-items: center;
    line-height: 100%;
    gap: 20px;
    padding-top: 10px;
    height: fit-content;
}
.service-decoration img {
    height: 30px;
    width: auto;
}
.service-tags {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 15px;
    margin-top: 30px;
}
span.service-tag {
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 50px;
}

.services-list {
    margin-top: 50px;
    display: grid
;
    gap: 50px;
}
.service-media {
    margin-top: 30px;
}
.service-representative-media {
    display: flex
;
}
.service-actions {
    display: flex
;
    gap: 20px;
    justify-content: end;
    flex-wrap: wrap;
}
button.expand-btn {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid var(--main);
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
}


.service-item {
    transition: all 0.3s ease;
}

.service-description-wrapper {
    overflow: hidden;
}

.service-item.active {
    transform: scale(1.02);
}
.service-title-wrapper {
    padding-bottom: 50px;
}
.service-tag {
    font-size: var(--font-normal);
}

@media screen and (max-width: 1800px){
    .service-header {
        display: grid;
        grid-template-columns: 150px 1fr 350px;
        gap: 50px;
    }
}

@media screen and (max-width: 1600px){
    .service-item {
    padding: 50px;
    padding-bottom: 0;
}
}

.service-actions.respo-version {
    margin-top: 30px;
    justify-content: start;
}

@media screen and (min-width: 1601px){
.service-actions.respo-version {
    display: none;
}
}
@media screen and (max-width: 1600px){
.service-actions.respo-version {
    display: flex;
}
.service-actions:not(.respo-version) {
    display: none;
}
    .service-header {
        display: grid
;
        grid-template-columns: 150px 1fr;
        gap: 50px;
    }
}
.service-description {
    font-size: var(--font-normal);
}
.service-number.service-number-mobile-version {
    display: none;
}
@media screen and (max-width: 1050px){
    .service-number {
        display: none;
    }
    .service-number.service-number-mobile-version {
        display: flex;
    }
        .service-header {
        display: grid
;
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media screen and (max-width: 786px){
    .service-item {
        padding: 30px 30px;
        padding-bottom: 0;
    }
    .service-tags {
        gap: 10px;
    }
}
@media screen and (max-width: 600px){
    .service-item {
        margin-left: calc(-1 * var(--padding));
        margin-right: calc(-1 * var(--padding));
        border-radius: 0;
        padding: 30px var(--padding);
        padding-bottom: 0;
    }
    .service-actions.respo-version {
        gap: 10px;
    }
}
.cta-section {
    background-color: white;
}

.cases-section .default-section-header .mini-header::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 53.37%, rgba(255, 255, 255, 0) 100%);
}

.cases-section .default-section-header .mini-header,
.cases-section .main-default-header,
.cases-section .right-section-text {
    color: white;
}

.cases-section .right-section-text-value::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 53.37%, rgba(255, 255, 255, 0) 100%);
}

.horizontal-gradient-full {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 53.37%, rgba(255, 255, 255, 0) 100%);
    height: 3px;
    width: 100%;
    margin: 40px 0;
}
.horizontal-gradient-normal {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 53.37%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
    width: 30%;
}

h3.case-title {
    margin: 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.case-data-info {
    display: flex
;
    align-items: center;
    gap: 10px;
    position: absolute;
    transform: rotate(90deg);
    width: max-content;
    position: absolute;
    white-space: nowrap;
    transform-origin: 100% 100%;
    bottom: 21px;
    right: 50px;
}
.case-decoration img {
    height: 30px;
}
.case-wrapper {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 5 / 7;
    overflow: hidden;
}
.case-image {
 
    height: 100%;
}
.case-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 40%;
}

.swiper-pagination-cases span.swiper-pagination-bullet {
    height: 20px;
    width: 100%;
    border-radius: 5px;
    background: white;
}

.swiper-pagination-cases {
    display: flex;
    gap: 5px;
}
.swiper-pagination-wrapper {
    display: flex
;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
}
.case-decoration {
    flex: none;
}
.multi-case-decoration svg {
    height: 30px;
    width: auto;
}
@media screen and (max-width: 1600px){
    h3.case-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 1300px){
    h3.case-title {
        font-size: 14px;
    }
    .case-decoration img, .multi-case-decoration svg {
        height: 20px;
    }
    .case-data-info {
            bottom: 17px;
    right: 36px;
    }
}
@media screen and (max-width: 1000px){
    .swiper-pagination-cases {
        gap: 2px;
    }
    .swiper-pagination-wrapper {
        gap: 20px;
    }
}

.multi-case-decoration {
    display: flex
;
    align-items: center;
    gap: 10px;
}

.case-wrapper.cta-case .case-image {
    padding: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.client-logos-header {
    display: flex
;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.client-logos-header h2 {
    font-size: var(--h4);
    color: white;
    margin: 0;
    font-weight: 400;
}
.client-logos-slider img {
    height: 50px;
}
.client-logos-slider .swiper-slide {
    width: fit-content;
}
.client-logos-slider-wrapper {
    margin-top: 50px;
}

@media screen and (max-width: 786px){
    .client-logos-slider img {
    height: 30px;
}
.swiper-pagination-wrapper .horizontal-gradient-normal {
    display: none;
}
}

@media screen and (max-width: 400px){
    .client-logos-slider img {
    height: 20px;
}
}