.usl-fs-text .content-text {
    max-width: 675px;
}
.back-for-down {
    height: 330px;
}
.download .custom-html {
    display: flex;
    align-items: center;
    gap: 15px;
}
.download .custom-html a {
    display: flex;
}
.download .custom-html p {
    max-width: 185px;
    line-height: 18px;
    margin-top: 5px;
    font-size: 14px;
}

.gradient-1 {
    right: 0;
    left: 140px;
    top: -90px;
}
.gradient-1 svg {
    width: 1100px;
    filter: blur(82px);
}
.creatie .slideshow-content {
    transform: translateX(-80px) !important;
}
#item-1690009542787 li.item .ba-slideshow-img {
    background: #1e1e1e !important;
    border-radius: 5px;
}
#item-1690009542787 li.item .ba-slideshow-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--color-1) 0%, var(--color-2) 100%) !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
#item-1690009542787 li.item:hover .ba-slideshow-img:before {
    opacity: 1;
}
.usl-slider h3 {
    position: relative;
    color: transparent !important;
    transition: all 0.3s ease-in-out;
}
/* Плавный переход к белому цвету текста при ховере */
.usl-slider h3:before {
    content: attr(data-text); /* Получим текст из атрибута data-text */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ff2e80 0%, #3f3cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
.usl-slider li.item:hover h3:before {
    opacity: 0;
}
.usl-slider li.item:hover h3 {
    color: #fff !important;
}
.usl-slider .slideshow-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 35px;
    padding-right: 12px !important;
    padding-top: 2px !important;
}
.usl-slider .slideshow-button a:before {
    content: "";
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute !important;
    top: calc(50% - 7.5px);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    background-image: url(/images/icons/arrow-right-white.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
    right: 12px;
}
.usl-slider .slideshow-button a:after {
    content: "";
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute !important;
    top: calc(50% - 7.5px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background-image: url(/images/icons/arrow-right.svg);
    width: 18px;
    height: 15px;
    top: calc(50% - 7.5px);
    right: 12px;
}
.usl-slider .slideshow-button a:hover:after {
    opacity: 1;
}
.usl-slider .slideshow-button a:hover:before {
    opacity: 0;
}
.usl-slider .slideshow-description-wrapper {
    margin-bottom: auto;
}
.usl-type-head .content-text {
    max-width: 745px;
}
.colored-list ul {
    list-style: none;
}
.colored-list ul li {
    position: relative;
}
.colored-list li:before {
    content: "";
    display: flex;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: linear-gradient(270deg, #ff2e80 0%, #3f3cff 100%);
    position: absolute;
    top: calc(50% - 3px);
    left: -14px;
}
.white-list ul {
    text-align: right;
    list-style: none;
    margin: 0 12px 9px 0px !important;
}
.white-list ul li {
    position: relative;
}
.white-list li:after {
    content: "";
    display: flex;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: -14px;
}
.usl-slider + .gradient-1 {
    right: 0;
    left: 320px;
    top: -40px;
}
.usl-slider + .gradient-1 svg {
    width: 1000px;
    filter: blur(112px);
}
@media (max-width: 1440px) {
    .marketing .slideshow-content {
        transform: translateX(-90px) !important;
    }
    .colored-list ul {
        margin: 0 0 9px 15px;
    }
    .colored-list ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .white-list ul {
        margin: 0 0 9px 15px;
    }
    .white-list ul li {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 1250px) {
    #item-1690007858171 {
        align-items: flex-start !important;
    }
    .back-for-down {
        height: auto;
    }
    .creatie .slideshow-content {
        transform: translateX(0px) !important;
    }
    .marketing .slideshow-content {
        transform: translateX(0px) !important;
    }
    .ba-item-recently-viewed-products .carousel-type .ba-slideshow-caption > *,
    .ba-item-related-posts-slider .carousel-type .ba-slideshow-caption > *,
    .ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > *,
    .ba-item-carousel .ba-slideshow-caption > *,
    .ba-item-slideset .ba-slideshow-caption > * {
        padding: 0 20px;
    }
    #item-1690009542787 .ba-slideshow-img {
        height: 470px!important;
    }
    .usl-slider h3 {
        position: relative;
        transition: all 0.0s ease-in-out;
    }
}
