.solutions-first h1 {
    margin-bottom: 40px;
    max-width: 861px;
}

.solutions-first-boubles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 24px;
    margin-bottom: 24px;
}

.solutions-first-bouble {
    gap: 16px;
}

.solutions-first-bouble-top {
    align-items: center;
    gap: 16px;
}

.solutions-first .purple-btn {
    width: fit-content;
}

@media(max-width: 1000px) {
    .solutions-first-boubles {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 768px) {
    .solutions-first-boubles {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        margin-bottom: 16px;
    }

    .solutions-first h1 {
        margin-bottom: 24px;
    }

    .solutions-first-bouble {
        gap: 8px;
    }

    .solutions-first-bouble-top {
        gap: 12px;
    }

    .solutions-first .purple-btn {
        width: 100%;
        justify-content: center;
        display: flex;
    }
}



.solutions-second .wrapper {
    gap: 24px;
}

.solutions-block-top-column {
    gap: 24px;
    margin-bottom: 52px;
}

.solutions-block-top-column p {
    max-width: 808px;
}

.solutions-block-top-row {
    gap: 10px;
}

.centered-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Шапка */
.sol-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

/* Табы */
.sol-tabs {
    display: flex;
    gap: 0px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10000px;
    padding: 4px;
}

.sol-tab {
    display: flex;
    padding: 16px 32px;
    border-radius: 10000px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}


.sol-tab:hover {
    background-color: rgba(255, 255, 255, .2);
}

.sol-tab.active {
    background: #fff;
    color: #000;
}

/* Панели */
.sol-panel {
    display: none;
}

.sol-panel.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: sol-in .25s ease;
}

@keyframes sol-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.sol-panel__desc {
    margin: 0 0 4px;
    max-width: 600px;
}

/* Дочернее решение */
.sol-child {
    padding: 0;
}

.sol-top {
    padding: 32px 32px 0 32px;
    margin-bottom: 32px;
    gap: 20px;
}

.sol-child__head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sol-child__head p {
    max-width: 714px;
    width: 100%;
}

.sol-child__head .flex-box-column {
    gap: 15px;
}

.sol-navig {
    gap: 10px;
    flex-shrink: 0;
}

.sol-child-icon-wrapper {
    min-height: 72px;
    display: flex;
}

.sol-child__icon {
    object-fit: contain;
}

.sol-swiper {
    padding: 0 32px 32px 32px;
}

.sol-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sol-swiper .swiper-slide {
    display: flex;
    height: auto;
    width: 392px;
    flex-shrink: 0;
}

/* Карточка модификации */
.solutions-second .mod-card {
    background-color: #3E3C47 !important;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
}

/* Навигация слайдера */
.sol-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.sol-prev,
.sol-next {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-prev path,
.sol-next path {
    transition: all 0.3s;
}

.sol-prev:hover path,
.sol-next:hover path {
    fill: #000;
}

.sol-prev.swiper-button-disabled,
.sol-next.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.sol-pagination {
    gap: 5px;
}

.sol-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 1000px;
    background: rgba(255, 255, 255, .4);
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 3px;
}

.sol-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #fff;
}

@media(max-width: 768px) {
    .solutions-second .wrapper {
        gap: 12px;
        padding: 0;
    }

    .solutions-block-top-column {
        gap: 16px;
        margin-bottom: 28px;
        padding: 0 16px;
    }
    .sol-tabs{
        width: fit-content;
        margin: 0 auto;
    }
    .sol-tab {
        padding: 12px 25px;
        font-size: 18px;
        line-height: 24px;
    }
    .sol-top{
        padding: 16px 50px 0 16px;
        margin-bottom: 24px;
    }
    .sol-child__head-all{
        gap: 12px;
    }
    .sol-child__head{
        gap: 15px;
    }
    .sol-child-icon-wrapper{
        min-height: 54px;
        max-height: 54px;
        max-width: 60px;
    }
    .sol-child-icon-wrapper img{
        width: 100%;
        height: auto;
    }
    .sol-swiper{
        padding: 0 16px 38px 16px;
    }
    .solutions-second .test-block{
        margin: 0 16px;
        width: calc(100% - 32px);
    }
    .mod-card{
        padding-top: 139px;
    }
    .mod-card-img{
        height: 139px;
    }
    .card-name-text{
        margin-bottom: 12px;
        font-size: 24px;
    }
    .mod-card-features{
        margin-bottom: 16px;
    }
    .sol-panel {
        gap: 12px;
    }
}

@media(max-width: 567px){
    .sol-swiper .swiper-slide{
        width: 343px;
    }
}