.services-additional {
    position: relative;
}
.services-additional__slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(90deg,#1a02ba -103%,#b90e9e 121.63%,#1a02ba 332.65%);
    color: #fff;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: auto;
}
.services-additional__name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: normal;
}
.services-additional__text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}
.services-additional__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: auto;
}
.services-additional__price-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: normal;
}
.services-additional__price {
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
}
.services-additional__price_old {
    text-decoration: line-through;
}
.services-additional__switch {}
@media screen and (min-width: 768px) {
    .services-additional__container {
        overflow: hidden;
    }
}