.main-first-section {
    padding-top: 130px;
}

.main-first-section .wrapper {
    padding-bottom: 45px;
    gap: 126px;
    position: relative;
    z-index: 1;
}

.main-first-top {
    gap: 32px;
}

.main-first-top .page-title {
    max-width: 860px;
}

.main-first-bottom {
    gap: 24px;
}

.main-first-boubles-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 12px 16px 0 16px;
}

.main-first-boubles-container::-webkit-scrollbar {
    display: none;
}

.main-first-boubles {
    gap: 24px;
}

.main-first-boubles-container .main-first-boubles {
    width: max-content;
}

.main-first-section .grey-bouble {
    width: 288px;
    padding: 24px 32px;
    border-radius: 32px;
    gap: 8px;
}

.main-first-video {
    position: absolute;
    transform: rotateY(0deg);
    top: 130px;
    bottom: 80px;
    right: 0;
    z-index: -1;
}

.main-first-video video {
    height: 100%;
    width: auto;
}

.main-first-video>div {
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 0;
    height: 209px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media(max-width: 1240px) {
    .main-first-top .page-title {
        max-width: 685px;
    }

    .main-first-section .grey-bouble {
        width: 264px;
        padding: 22px 30px;
        border-radius: 24px;
    }

    .main-first-boubles {
        gap: 16px;
    }

    .main-first-section {
        padding-top: 100px;
    }
}

@media(max-width: 1000px) {
    .main-first-top .page-title {
        max-width: 511px;
    }

    .main-first-section {
        padding-top: 70px;
    }
}

@media(max-width: 768px) {
    .main-first-section {
        padding-top: 40px;

    }

    .main-first-section .wrapper {
        padding-bottom: 0px;
        gap: 189px;
        position: relative;
        z-index: 1;
    }

    .main-first-top {
        gap: 24px;
    }

    .main-first-top .page-title {
        max-width: 336px;
    }

    .main-first-bottom {
        gap: 12px;
    }

    .main-first-boubles {
        gap: 8px;

    }

    .main-first-section .grey-bouble {
        width: 216px;
        padding: 16px;
        border-radius: 16px;
        gap: 8px;
    }

    .main-first-video {
        position: absolute;
        top: 0;
        bottom: 110px;
        right: unset !important;
        left: 50%;
        transform: translateX(-50%) rotateY(0deg);
        z-index: -5;
    }

    .main-first-video video {
        height: 100%;
        width: auto;
    }

    .main-first-video>div {
        bottom: 0;
        height: 149px;
    }

    .main-first-section .transparent-btn {
        padding: 12px 17px;
    }
}






/* Третий экран */
.main-third-section .swiper-slide {
    display: flex !important;
    width: 392px;
    height: auto;
    gap: 12px;
}

.grey-hars {
    gap: 12px;
    margin-top: 24px;
}

.grey-har {
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 12px 11px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
}

.grey-har-icon-wrapper {
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-trigger {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: help;
    z-index: 5;
}



.main-third-swiper-icon {
    min-height: 72px;
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}

.main-third-swiper .white-btn {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.main-third-section .wrapper {
    gap: 40px;
    position: relative;
}

.main-third-section .swiper-navigation {
    position: absolute;
    right: 40px;
    top: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}

.main-third-section .swiper-prev,
.main-third-section .swiper-next {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    left: unset;
    right: unset;
    margin-top: unset;
    top: unset;
}

.main-third-section .swiper-prev.swiper-button-disabled,
.main-third-section .swiper-next.swiper-button-disabled {
    opacity: 0.4;
}

.main-third-section .swiper-prev svg path,
.main-third-section .swiper-next svg path,
.main-third-section .swiper-prev svg,
.main-third-section .swiper-next svg {
    transition: all 0.3s;
}

.main-third-section .swiper-prev:hover svg path,
.main-third-section .swiper-next:hover svg path {
    fill: #000;
    opacity: 1;
}
.main-third-swiper-top .card-name-text{
    max-width: 290px;
}
.solution-mobile {
    gap: 17px;
    padding: 0;
    overflow: hidden;
}

.third-mobile-column {
    gap: 12px;
    margin-top: 28px;
}

.solution-mobile-top {
    padding: 16px 16px 0 16px;
    gap: 10px;
    align-items: center;
}

.solution-mobile-top img {
    max-width: 58px;
    max-height: 54px;
}
@media(max-width: 1240px){
    .main-third-swiper-top .card-name-text{
        max-width: unset;
    }
}
@media(max-width: 768px) {
    .grey-hars {
        padding: 0 16px 16px 16px;
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .grey-hars::-webkit-scrollbar {
        display: none;
    }

    .grey-har {
        max-width: 298px;
        width: auto;
        min-width: 178px;
        flex: 0 0 auto;
        gap: 8px;
        padding: 12px;
        border-radius: 12px;
    }

    .grey-har-icon-wrapper {
        min-width: unset;
    }

    .main-third-section .wrapper {
        gap: 0;
    }

    .main-third-section .white-btn{
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}




/* Пятый экран */


.main-fifth-section .wrapper {
    gap: 32px;
}

.main-fifth-top {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main-fifth-top .purple-blur {
    position: absolute;
    left: -161px;
    top: -211px;
    width: 44%;
    height: 80%;
    background-color: rgba(100, 51, 221, 0.3);
    filter: blur(90px);
    z-index: -1;
}

.main-fifth-top-mid {
    gap: 10px;
    align-items: end;
    margin-top: 48px;
}

.main-fifth-top-mid span {
    max-width: 712px;
}

.main-fifth-top-mid span span {
    color: rgba(100, 51, 221, 1) !important;
}

.main-fifth-top-mid a {
    margin-bottom: 7px;
}

.main-fifth-top-bottom {
    margin-top: 60px;
    gap: 24px;
}

.main-fifth-top-bottom-el {
    width: 50%;
    gap: 8px;
    padding: 24px 32px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    height: auto;
}

.main-fifth-top-bottom .main-fifth-top-bottom-el:first-child p {
    max-width: 365px;
}

@media(max-width: 1240px) {
    .main-fifth-top-mid {
        margin-top: 36px;
    }

    .main-fifth-top-bottom {
        margin-top: 46px;
    }

    .main-fifth-top-bottom-el {
        padding: 25px;
    }

    .main-fifth-top-mid span {
        max-width: 605px;
    }

    .main-fifth-top .purple-blur {
        width: 50%;
    }

}

@media(max-width: 768px) {
    .main-fifth-top-mid {
        margin-top: 24px;
    }

    .main-fifth-top-mid .section-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .main-fifth-top-bottom {
        flex-direction: column;
        gap: 12px;
        margin-top: 32px;
    }

    .main-fifth-top-mid span {
        max-width: unset;
    }

    .main-fifth-top-bottom-el {
        width: 100%;
        padding: 16px;
        height: fit-content;
    }

    .main-fifth-top .purple-blur {
        left: -121px;
        top: -239px;
        width: 88%;
        height: 75%;
    }

    .main-fifth-top .transparent-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

}