.blog-article-slider-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.blog-article-slider {
    min-height: 100%;
    display: flex;
}
.blog-article-slider > .blog-article-slider-item-wrapper {
    flex-grow: 1;
}
.blog-article-slider-item {
    display: flex;
    height: 100%;
}
.blog-article-slider-item-hidden {
    display: none;
}
.blog-article-slider-left {
    background-color: #f3f3ff;
    color: #010203;
    width: 240px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.blog-article-slider-block {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 12px 10px;
}
.blog-article-slider-author {
    border-bottom: 1px solid #fff;
    flex-grow: 1;
}
.blog-article-slider-author-info {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.blog-article-slider-author-right {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.blog-article-slider-author-name {
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}
.blog-article-slider-author-post {
    font-family: PTRootUIWebMedium;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #292929;
}
.blog-article-slider-author-description {
    font-family: PTRootUIWebMedium;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #292929;
}
.blog-article-slider-date {
    justify-content: space-between;
    max-height: 110px;
    font-family: PTRootUIVFRegular;
    font-size: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
}
.blog-article-slider-read-time {
    justify-content: space-between;
    max-height: 110px;
    font-family: PTRootUIVFRegular;
    font-size: 32px;
    line-height: 32px;
}
.blog-article-slider-block-name {
    color: #002EA6;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 8px;
    line-height: 10px;
    flex-direction: row;
    justify-content: flex-start;
}

.blog-article-slider-right {
    flex-grow: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.blog-article-slider-image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-article-slider-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-article-slider-right-pink-gradient {
    background: linear-gradient(358.43deg, rgba(250, 66, 59, 0.7) 1.07%, rgba(232, 232, 236, 0) 90.64%);
}
.blog-article-slider-right-blue-gradient {
    background: linear-gradient(358.91deg, rgba(0, 46, 166, 0.7) 0.75%, rgba(232, 232, 236, 0) 69.57%);
}
.blog-article-slider-right-violet-gradient {
    background: linear-gradient(358.91deg, rgba(120, 74, 245, 0.7) 0.75%, rgba(232, 232, 236, 0) 72.79%);
}
.blog-article-slider-right-white-gradient {
    background: linear-gradient(358.43deg, rgba(255, 255, 255, 0.7) 1.07%, rgba(232, 232, 236, 0) 90.64%);
}
.blog-article-slider-right-green-gradient {
    background: linear-gradient(358.91deg, rgba(113, 242, 112, 0.7) 0.75%, rgba(232, 232, 236, 0) 65.64%);
}
.blog-article-slider-right-gray-gradient {
    background: linear-gradient(358.43deg, rgba(216, 216, 216, 0.7) 1.07%, rgba(232, 232, 236, 0) 90.64%);
}

.blog-article-slider-tags {
    display: flex;
    gap: 5px;
    z-index: 10;
}
.blog-article-slider-tag {
    color: #002ea6;
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px 11px 10px;
    border-radius: 20px;
    background-color: #fff;
}
.blog-article-slider-info {
    color: #fff;
    gap: 14px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.blog-article-slider-type {
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    gap: 2px;
    align-items: center;
}
.blog-article-slider-title {
    font-family: PTRootUIVFBold;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
}
.blog-article-slider-text {
    font-family: PTRootUIWebMedium;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

.blog-article-slider .slick-list,
.blog-article-slider .slick-track,
.blog-article-slider .slick-slide {
    min-height: 100%;
}

.blog-article-slider-arrows {
    position: absolute;
    width: 55px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}
.blog-article-slider-arrows .theme-slider-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
    background: rgba(232, 232, 236, 0.2);
    width: 100%;
    height: 100%;
    position: static;
    mask: unset;
    -webkit-mask: unset;
}
.blog-article-slider-arrows .theme-slider-arrow svg {
    width: 32px;
    height: 32px;
}
.blog-article-slider-arrows .theme-slider-arrow:hover {
    background: rgba(232, 232, 236, 0.61);
}

@media (max-width: 1599px) {
    .blog-article-slider-block {
        gap: 16px;
        padding: 10px 8px;
    }
    .blog-article-slider-author-info {
        gap: 8px;
    }
    .blog-article-slider-author-right {
        gap: 8px;
    }
    .blog-article-slider-author-name {
        font-size: 16px;
        line-height: 18px;
    }
    .blog-article-slider-author-post {
        font-size: 12px;
        line-height: 16px;
    }
    .blog-article-slider-author-description {
        font-size: 12px;
        line-height: 16px;
    }
    .blog-article-slider-date {
        font-size: 26px;
        line-height: 26px;
    }
    .blog-article-slider-read-time {
        font-size: 26px;
        line-height: 26px;
    }

    .blog-article-slider-right {
        padding: 16px;
    }
    .blog-article-slider-tag {
        font-size: 10px;
        line-height: 10px;
        padding: 8px 8px 9px 8px;
    }
    .blog-article-slider-info {
        gap: 12px;
    }
    .blog-article-slider-type {
        font-size: 10px;
        line-height: 8px;
    }
    .blog-article-slider-title {
        font-size: 30px;
        line-height: 32px;
    }
    .blog-article-slider-text {
        font-size: 20px;
        line-height: 22px;
    }

    .blog-article-slider-arrows {
        width: 45px;
    }
}

@media (max-width: 991px) {
    .blog-article-slider-item {
        flex-direction: column-reverse;
    }
    .blog-article-slider-left {
        width: unset;
        flex-direction: row;
    }
    .blog-article-slider-block {
        max-height: 100%;
    }
    .blog-article-slider-block-name {
        line-height: 8px;
    }
    .blog-article-slider-block-content {
        align-self: flex-end;
    }
    .blog-article-slider-author {
        border-right: 1px solid #fff;
        border-bottom: none;
    }
    .blog-article-slider-author-info {
        flex-direction: row;
        gap: 15px;
    }
    .blog-article-slider-author-left {
        flex-shrink: 0;
    }
    .blog-article-slider-author-name {
        font-size: 16px;
        line-height: 16px;
    }
    .blog-article-slider-author-post {
        font-size: 12px;
        line-height: 14px;
    }
    .blog-article-slider-author-description {
        font-size: 12px;
        line-height: 14px;
    }
    .blog-article-slider-date {
        border-right: 1px solid #fff;
        border-bottom: none;
        width: 30%;
        font-size: 24px;
        line-height: 24px;
    }
    .blog-article-slider-read-time {
        width: 20%;
        font-size: 24px;
        line-height: 24px;
    }
    .blog-article-slider-right {
        height: 520px;
        padding: 24px;
    }
    .blog-article-slider-title {
        font-size: 32px;
        line-height: 38px;
    }
    .blog-article-slider-text {
        font-size: 18px;
        line-height: 20px;
    }

    .blog-article-slider-arrows {
        height: 520px;
        bottom: unset;
    }
}

@media (max-width: 560px) {
    .blog-article-slider-tags {
        display: none;
    }
    .blog-article-slider-left {
        flex-wrap: wrap;
    }
    .blog-article-slider-block-name {
        font-size: 7px;
    }
    .blog-article-slider-author {
        width: 100%;
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .blog-article-slider-author-info {
        gap: 12px;
        flex-direction: column;
    }
    .blog-article-slider-author-right {
        gap: 12px;
    }
    .blog-article-slider-author-name {
        font-size: 14px;
        line-height: 14px;
    }
    .blog-article-slider-date {
        font-size: 20px;
        line-height: 20px;
        width: 50%;
    }
    .blog-article-slider-read-time {
        font-size: 20px;
        line-height: 20px;
        width: 50%;
    }

    .blog-article-slider-right {
        height: 300px;
        padding: 10px;
        justify-content: flex-end;
    }
    .blog-article-slider-title {
        font-size: 24px;
        line-height: 24px;
    }
    .blog-article-slider-text {
        font-size: 12px;
        line-height: 14px;
    }

    .blog-article-slider-arrows {
        height: 300px;
    }
    .blog-article-slider-arrows-arrow img {
        width: 18px;
    }
}