.solutions {
    padding: 90px 0;
    overflow: hidden;
}

.solutions .container {
    padding: 0 16px;
}

.solutions h2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 58px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.solutions__thumbs {
    max-width: 284px;
    margin: 0;
    overflow: visible;
}

.solutions__headline {
    background-color: #000;
    height: 224px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 70px 30px 18px 12px;
}

.solutions__thumb-number {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}

.solutions__thumbs .swiper-slide-active .solutions__thumb-number {
    color: #1DEA2E;
}

.solutions__thumb-title {
    font-size: 25px;
    font-weight: 100;
    line-height: 33px;
    color: #fff;
}

.solutions__swiper {
    padding-top: 9px;
}

.solutions__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0 !important;
}

.solutions__slider-number {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: #1DEA2E;
    margin-bottom: 8px;
}

.solutions__slider-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
    max-width: 180px;
}

.solutions__slider-text {
    font-size: 21px;
    font-weight: 100;
    line-height: 33px;
    margin-bottom: 29px;
}

@media (min-width: 992px) {
    .solutions {
        padding: 207px 0 100px;
    }
    .solutions__thumbs {
        max-width: 100%;
    }

    .solutions h2  {
        font-size: 56px;
        line-height: 66px;
        text-align: center;
        margin-bottom: 89px;
    }

    .solutions__headline {
        height: 191px;
        padding: 28px 30px 25px 13px;
    }

    .solutions__swiper {
        padding-top: 91px;
    }

    .solutions__slider-number {
        font-size: 56px;
        font-weight: 900;
        line-height: 1;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .solutions__slider-title {
        font-size: 29px;
        font-weight: 900;
        line-height: 33px;
    }

    .solutions__thumbs .swiper-slide-active .solutions__thumb-number {
        color: #fff;
    }

    .solutions__thumbs .swiper-slide-current .solutions__thumb-number {
        color: #1DEA2E;
    }
}

@media (min-width: 1500px) {
    .solutions .container {
        max-width: 1470px;
    }
}