div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.services-slick-wrapper {

    max-width: calc(100% - 200px);
    padding: 0;
    overflow: hidden;
    margin-left: 200px;
    margin-top: 100px;
}

.slick-slide-item {
    padding: 0 15px;
    /* Зазор между карточками */
    transition: opacity 0.3s ease;
}

/* Карточка */
.service-card {
    background: linear-gradient(180deg, rgba(220, 206, 247, 1.0) 0%, rgba(220, 206, 247, 0.1) 100%);
    border-radius: 25px;
    height: 570px;
    box-shadow: inset 0px 4px 10px 0px rgba(255, 255, 255, 0.5);
    margin: 10px;
    width: 95%;
    overflow: hidden;
}

/* Стилизация кастомных стрелок под фото */
.services-slick-container {
    position: relative;
    padding-bottom: 100px;
    /* Место для стрелок внизу */
}

.slick-custom-prev,
.slick-custom-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.services-slick-container .slick-list {
    /* Это сместит "центр" влево, создавая эффект, что активный слайд начинается сбоку */
    padding: 0 34% 0 0 !important;
}

.slick-custom-prev {
    margin-left: -140px;
    /* Сдвигаем влево от центра */
}

.slick-custom-next {
    /* margin-left: 60px; */
    /* Сдвигаем вправо от центра */
}

.slick-custom-prev:hover,
.slick-custom-next:hover {
    background: #19D3C5;
    border-color: #19D3C5;
}

.service-card__left {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card__title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -3px;
}

.service-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.service-card__list li {
    color: #ffffff;
    font-size: 20px;
    /* margin-bottom: 7px; */
    display: flex;
    align-items: flex-start;
}

.service-card__tick {
    margin-right: 15px;
    /* margin-top: 4px; */
    flex-shrink: 0;
}

/* Кнопка */
.btn-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 323px;
    height: 65px;
    text-decoration: none;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: inset 0px -1px 10px 0px rgba(255, 255, 255, 0.3);
}

.btn-more__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(25, 211, 197, 1.0) 0%, rgba(25, 211, 197, 0.4) 100%);
    transition: 0.3s;
}

.btn-more__text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    z-index: 1;
}

/* Картинка */
.service-card__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0 25px 25px 0;
}

/* Стилизация стрелок Slick */
.slick-prev:before,
.slick-next:before {
    color: #19D3C5;
    font-size: 30px;
}

.slick-dots li button:before {
    color: #ffffff;
}

.slick-dots li.slick-active button:before {
    color: #19D3C5;
}

/* Адаптивность */
@media (max-width: 1199px) {
    .service-card__title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .service-card {
        height: auto;
    }

    .service-card__left {
        padding: 40px 20px;
    }

    .btn-more {
        width: 100%;
    }
}

/* Облако тегов */
.cl-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.cl-tags-pill {
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #f2eeff;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    cursor: default;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Первый элемент (активный) */
.cl-tags-pill.is-active {
    background: #fbe122;
    border-color: #fbe122;
    color: #7e57c5;
    box-shadow: 0px 4px 4px 0px rgba(126, 87, 197, 0.30);
}

.cl-tags-pill:hover:not(.is-active) {
    background: rgba(242, 238, 255, 0.1);
}

.cl-section-label {
    color: #ebe1ff !important;

}

.cl-about-description {
    color: #ffffff !important;
    max-width: 1021px;
    text-align: left;
    font-family: 'Mulish-Regular', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}

.cl-about-title {
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -3px;
    color: #ebe1ff !important;
}

.cl-section-label-white {
    font-size: 25px;
    font-family: 'Mulish-Regular', sans-serif;
    font-weight: 400;
    color: white;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .services-slick-wrapper {
        max-width: 100%;
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .services-slick-container .slick-list {
        padding: 0 !important;
    }

    .slick-slide-item {
        padding: 0;
    }

    .services-slick-container {
        padding-bottom: 90px;
    }

    .slick-custom-prev,
    .slick-custom-next {
        width: 52px;
        height: 52px;
        bottom: 10px;
        left: auto;
        transform: none;
    }

    .slick-custom-prev {
        left: 12px;
        margin-left: 0;
    }

    .slick-custom-next {
        right: 12px;
    }
}
