.sp-wrpapper {
    border-radius: 10px;
    background: #eaedf7;
    padding: 40px;
    padding-bottom: 95px;
    max-width: 1020px;
    width: 100%;
    position: relative
}

.sp-wrpapper__title {
    color: #363a45;
    font-family: "Montserrat";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 8px
}

.sp-sp-wrpapper__left {
    position: relative;
    z-index: 3
}

.sp-wrpapper__content {
    position: relative;
    z-index: 2
}

.sp-wrpapper__descr {
    color: #363a45;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.sp-wrpapper__left {
    max-width: 332px;
    width: 100%
}

.sp-wrpapper__right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.sp-slider {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom
}

.sp-slider * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none !important
}

.sp-slider .swiper-slide {
    width: 100%;
    height: 100%
}

.sp-slider picture {
    width: 100%;
    height: 100%;
    display: block
}

.sp-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom;
    transition: transform .8s ease-in-out, opacity .8s ease-in-out
}

.sp-slider .swiper-slide img {
    opacity: 0
}

.sp-slider .swiper-slide-active img {
    opacity: 1
}

.sp-card {
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    gap: 16px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.sp-card * {
    transition: all .2s ease-in-out
}

.sp-card.active {
    background-color: #ff6d38
}

.sp-card.active svg path {
    stroke: #fff
}

.sp-card.active * {
    color: #fff
}

.sp-card__tmp {
    align-items: center;
    margin-bottom: 36px;
    padding: 12px 8px;
    border-radius: 10px;
    background: #fff;
    color: #363a45;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    gap: 8px
}

.sp-wrpapper__descr {
    margin-bottom: 24px
}

.tmp__ico {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.tmp__ico svg {
    width: 100%;
    height: 100%
}

.sp-card__ico {
    width: 34px;
    height: 38px;
    flex-shrink: 0
}

.sp-card__name {
    color: #363a45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.sp-card__decr {
    color: #363a45;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.sp-cards .swiper-wrapper {
    flex-direction: column;
    gap: 12px
}

.sp-cards .swiper-pagination {
    display: none
}

@media(max-width: 992px) {
    .sp-wrpapper__content {
        flex-direction: column
    }

    .sp-wrpapper__left {
        width: 100%;
        max-width: initial
    }

    .sp-slider .swiper-slide {
        width: 100%;
        height: 100%
    }

    .sp-slider {
        background-image: url(../img/sp-i-1-mob.svg) !important;
        background-size: contain
    }

    .sp-wrpapper {
        padding-bottom: 500px !important
    }

    .sp-slider {
        max-width: 345px;
        width: 100%
    }

    .sp-slider img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center bottom;
        object-position: center bottom
    }
}

@media(max-width: 768px) {
    .sp-cards {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .sp-cards .swiper-wrapper {
        flex-direction: row;
        gap: initial
    }

    .sp-cards .sp-card {
        height: auto
    }

    .sp-cards .swiper-pagination {
        display: flex;
        position: static;
        margin: 0;
        padding-top: 16px
    }

    .sp-cards .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #c6cce0;
        opacity: 1
    }

    .sp-cards .swiper-pagination-bullet-active {
        background: #f94300
    }

    .sp-wrpapper {
        padding: 16px
    }

    .sp-wrpapper__title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .sp-cards .sp-card {
        gap: 16px;
        width: fit-content;
    }

    .sp-card__right {
        max-width: initial;
        width: 100%;
        margin-left: 0;
        border-left: none;
        padding-left: 0
    }

    .sp-wrpapper__title {
        margin-bottom: 8px
    }

    .sp-wrpapper__descr {
        margin-bottom: 16px;
        font-size: 12px
    }

    .sp-card__tmp {
        margin-bottom: 16px;
        padding: 8px
    }

    .tmp__text {
        font-size: 12px
    }

    .sp-card {
        padding: 12px
    }

    .sp-card__name {
        font-size: 16px
    }

    .sp-card__decr {
        font-size: 12px
    }
}