/* Start common styles for blog pages */
.blog-page .blog-card .blog-card_link {
    height: auto;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #03101A;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-page .blog-card {
    display: flex;
    flex-direction: column;
}

.blog-page .blog-card .bottom-block-row {
    margin-top: auto;
}

.blog-page .blog-card .blog-card_text {
    min-height: initial;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    color: #626262;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-page .blog-card .date-row {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #626262;
}

.blog-page .blog-card .center-block-row {
    /*margin-bottom: 15px;*/
}

.blog-page .blog-card .bottom-block-row .all_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 217px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1.8px;
    color: #FFF;
}

.blog-page .blog-card .bottom-block-row .all_btn:hover {
    background-color: transparent;
    color: #877FB0;
}

.blog-page .blog-card .bottom-block-row .btn-green {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.8px;
    color: #FFF;
    text-align: center;
}

.blog-page .blog-card .date-row {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #626262;
    opacity: 0.7;
}

.blog-page.academy .catalog-page-products .nav-list {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.blog-files ul li {
    padding-left: 20px;
}

.blog-files a {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 5px;
    text-decoration: underline;

}

.blog-files .file__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: 0;

}
/*BLOG SLIDER*/
.blog__slider {
    position: relative;
}
.blog__slider .swiper__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: #877fb0;
    user-select: none;
}
.blog__slider .swiper__nav-btn.swiper-button-prev {
    left: -50px;
}
.blog__slider .swiper__nav-btn.swiper-button-next {
    right: -50px;
}
.blog__slider .swiper__nav-btn.swiper-button-disabled {
    opacity: 1;
    color: white;
    background: #d5d2e3;
}
.blog__slider .swiper__nav-btn svg {
    width: initial;
    height: initial;
    color: white;
}
.blog__slider .swiper__nav-btn:after {
    display: none;
}
.f-button svg {
    stroke: white;
}
.fancybox__infobar {
    color: white;
}
.fancybox__infobar span {
    color: white;
}
.blog__big-slider-wrapper {
    margin-bottom: 30px;
}
.blog__big-slider-wrapper .blog__big-slider {
    position: relative;
}
.blog__big-slider-wrapper .big__img-wrapper {
    display: block;
}
.blog__big-slider-wrapper .big__img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}
.blog__multi-slider-wrapper {
    margin-bottom: 30px;
}
.blog__multi-slider-wrapper .blog__multi-slider {
    position: relative;
}
.blog__multi-slider-wrapper .multi__img-wrapper {
    display: block;
}
.blog__multi-slider-wrapper .multi__img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
}
@media screen and (max-width: 1350px) {
    .blog__slider .swiper__nav-btn.swiper-button-prev {
        left: 0;
    }
    .blog__slider .swiper__nav-btn.swiper-button-next {
        right: 0px;
    }
}
