

/* Start:/local/templates/main/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?178188608729064*/
body {
    overflow-x: hidden!important;
}

.services__push {
    position: fixed;
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 334px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(1000%);
    transition: transform .25s ease;
    z-index: 9999
}

.services__push.active {
    transform: translateY(-50%) translateX(0)
}

.services__push_img {
    max-width: 100%;
    border-radius: 4px 0 0 4px
}

.services__push_close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/local/templates/main/img/x-circle.svg);
    -webkit-background-size: cover;
    background-size: cover;
    top: -35px;
    left: 0;
    cursor: pointer
}

@media (max-width:480px) {
    .services__push {
        left: 50%
    }
    .services__push.active {
        transform: translateY(-50%) translateX(-50%)
    }
    .services__push.active:before {
        position: absolute;
        background-color: rgba(255, 255, 255, .85);
        content: " ";
        width: 9999px;
        height: 9999px;
        top: -100%;
        left: -100%;
        z-index: -1
    }
    .services__push_img {
        border-radius: 0
    }
    .services__push_close {
        left: auto;
        right: 0;
    }
}


/* author css style */

.author__article_info {
    display: flex;
}

.author__article_info-img {
    width: 100%;
    max-width: 65px;
    height: max-content;
}

.author__article_info-section {
    margin-left: 10px;
}

.author__article_info-post {
    margin: 0;
}

.author__article_info-modified {
    color: #ccc;
    font-size: 12px;
}
.sources{
    border: 2px solid #2D8DBD;
    background-color: #F3FBFF;
    padding: 20px;
    border-radius: 10px;
}
.article-detail__content .sources ol li:before{
    display: none;
}
.article-detail__content .sources ol li{
    padding-left: 0;
}
.quote_block{
    padding: 20px;
    background: #F3FBFF;
    border: 2px solid #2D8DBD;
    border-radius: 10px;
    margin: 10px 0;
}
.quote .image{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(90deg, #2D8DBD, #3FB4BD);
    overflow: hidden;
    user-select: none;
    flex:none;
}
.quote .image img{
    width: 90%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.quote{
    display: flex;
    column-gap: 20px;
}
.quote .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quote .text .descr{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width: 500px) {
    .quote .image{
        width: 80px;
        height: 80px;
    }
}
/* ========================================================================== */
/* Обновлённое оформление статей — в стилистике основных блоков сайта         */
/* ========================================================================== */

.article-detail {
    --article-blue: #2d8dbd;
    --article-turquoise: #3fb4bd;
    --article-text: #333;
    --article-muted: #6f7b82;
    --article-line: rgba(45, 141, 189, 0.18);
    --article-soft: #f3fbff;
    --article-shadow: 0 20px 40px rgba(2, 54, 127, 0.12);
    --article-radius: 6px;
    align-items: flex-start;
}

.article-detail__main {
    gap: 24px;
    min-width: 0;
}

.article-detail__info,
.article-detail__content,
.article-detail__important,
.article-detail__review,
.article-detail__chapters,
.article-detail__services {
    border: 1px solid var(--article-line);
    border-radius: var(--article-radius);
    box-shadow: var(--article-shadow);
}

.article-detail__info {
    gap: 32px;
    align-items: stretch;
    justify-content: space-between;
    padding: 32px;
    overflow: hidden;
}

.article-detail__overview {
    flex: 1 1 420px;
    min-width: 0;
}

.article-detail__heading {
    gap: 16px;
}

.article-detail__heading_title {
    color: var(--article-text);
    font-family: "Russo One", sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
}

.article-detail__tags .article__tags_item {
    height: auto;
    padding: 6px 11px;
    border-color: rgba(45, 141, 189, 0.35);
    border-radius: 4px;
    background: rgba(243, 251, 255, 0.9);
    color: var(--article-blue);
    line-height: 1.25;
}

.article-detail__tags .article__tags_item.active {
    border: 1px solid rgba(45, 141, 189, 0.28);
    background: var(--article-soft);
    color: var(--article-blue);
}

.article-detail__stats {
    flex-wrap: wrap;
    gap: 10px 18px;
    color: var(--article-muted);
}

.article-detail__stat {
    min-height: 20px;
}

.article-detail__verified {
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid rgba(45, 141, 189, 0.28);
    border-radius: var(--article-radius);
    background: var(--article-soft);
}

.article-detail__verified:after {
    opacity: 0.45;
}

.article-detail__verified_title {
    margin-bottom: 10px;
    color: var(--article-blue);
    font-family: "Russo One", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
}

.article-detail__expert_figure {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
}

.article-detail__expert_info {
    color: var(--article-muted);
}

.article-detail__expert_name {
    color: var(--article-text) !important;
}

.article-detail__figure {
    flex: 0 1 435px;
    align-self: stretch;
    border-radius: var(--article-radius);
    background: #eef5f8;
}

.article-detail__figure picture,
.article-detail__figure_img {
    display: block;
    width: 100%;
    height: 100%;
}

.article-detail__figure_img {
    min-height: 310px;
    object-fit: cover;
}

.article-detail__chapters,
.article-detail__services {
    padding: 22px;
    background: rgba(255, 255, 255, 0.96);
}

.article-detail__sidebar_title {
    margin-bottom: 16px;
    color: var(--article-text);
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.article-detail__chapters_list,
.article-detail__services_list {
    gap: 7px;
}

.article-detail__sidebar li {
    border-bottom: 1px solid rgba(45, 141, 189, 0.1);
}

.article-detail__sidebar li:last-child {
    border-bottom: 0;
}

.article-detail__sidebar li a {
    display: block;
    padding: 8px 0;
    color: var(--article-text);
    line-height: 1.45;
    transition: color .2s ease, transform .2s ease;
}

.article-detail__sidebar li a:hover {
    color: var(--article-blue);
    transform: translateX(3px);
}

.article-detail__content {
    padding: 38px 42px;
    color: var(--article-text);
}

.article-detail__content > :first-child {
    margin-top: 0 !important;
}

.article-detail__content > :last-child {
    margin-bottom: 0 !important;
}

.article-detail__content p,
.article-detail__content ul li,
.article-detail__content ol li {
    font-size: 17px;
    line-height: 1.72;
}

.article-detail__content p {
    text-align: left;
}

.article-detail__content h2 {
    position: relative;
    margin: 42px 0 22px;
    padding: 17px 20px 17px 24px;
    border-radius: var(--article-radius);
    background: var(--article-soft);
    color: var(--article-text);
    font-family: "Russo One", sans-serif;
    font-size: clamp(23px, 2.2vw, 30px);
    font-weight: 400;
    line-height: 1.25;
    text-transform: none;
}

.article-detail__content h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: var(--article-radius) 0 0 var(--article-radius);
    background: linear-gradient(180deg, var(--article-blue), var(--article-turquoise));
}

.article-detail__content h3 {
    margin: 30px 0 14px;
    color: var(--article-blue);
    font-family: "Russo One", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.35;
}

.article-detail__content h4 {
    margin: 24px 0 12px;
    color: var(--article-text);
    font-size: 18px;
    line-height: 1.4;
}

.article-detail__content ul,
.article-detail__content ol {
    margin: 0 0 24px;
    padding: 0;
}

.article-detail__content ol {
    padding-left: 26px;
}

.article-detail__content ul li {
    padding-left: 30px;
}

.article-detail__content ul li:before {
    left: 8px;
    top: 11px;
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg, var(--article-blue), var(--article-turquoise));
    box-shadow: 0 0 0 5px rgba(45, 141, 189, 0.08);
}

.article-detail__content li + li {
    margin-top: 8px;
}

.article-detail__content a {
    color: var(--article-blue);
    text-decoration: underline;
    text-decoration-color: rgba(45, 141, 189, 0.35);
    text-underline-offset: 3px;
}

.article-detail__content a:hover {
    color: var(--article-turquoise);
    text-decoration-color: currentColor;
}

.article-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--article-radius);
}

.article-detail__image-caption img {
    border-radius: var(--article-radius);
}

.article-detail__image-caption p {
    margin-top: 8px;
    color: var(--article-muted);
    text-align: center;
}

.article-detail__content blockquote,
.article-detail__quote,
.article-detail__insert,
.quote_block,
.sources {
    margin: 28px 0;
    padding: 24px 26px;
    border: 1px solid rgba(45, 141, 189, 0.28);
    border-left: 5px solid var(--article-blue);
    border-radius: var(--article-radius);
    background: var(--article-soft);
    box-shadow: none;
}

.article-detail__content blockquote p,
.article-detail__quote p {
    font-size: 20px;
    font-style: normal;
    line-height: 1.55;
}

.article-detail__quote {
    padding: 26px;
}

.article-detail__quote_text {
    padding-left: 62px;
}

.article-detail__quote_text:before {
    width: 44px;
    height: 44px;
    background-size: contain;
}

.quote_block > h2,
.sources > h3 {
    margin-top: 0 !important;
}

.quote_block > h2 {
    padding: 0;
    background: transparent;
    color: var(--article-blue);
    font-size: 22px;
}

.quote_block > h2:before {
    display: none;
}

.quote {
    align-items: center;
}

.quote .image {
    width: 90px;
    height: 90px;
}

.quote .text .descr {
    margin-top: 14px;
    align-items: flex-start;
    color: var(--article-muted);
}

.sources {
    margin-top: 34px;
}

.sources_items {
    margin-bottom: 0 !important;
}

.article-detail__content table {
    width: 100%;
    margin: 28px 0;
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden;
    border: 1px solid rgba(45, 141, 189, 0.22);
    border-radius: var(--article-radius);
    background: #fff;
}

.article-detail__content th,
.article-detail__content td {
    padding: 13px 16px;
    border-right: 1px solid rgba(45, 141, 189, 0.14);
    border-bottom: 1px solid rgba(45, 141, 189, 0.14);
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.article-detail__content th {
    background: var(--article-blue);
    color: #fff;
    font-weight: 600;
}

.article-detail__content tr:nth-child(even) td {
    background: #f8fcfe;
}

.article-detail__content tr:last-child td {
    border-bottom: 0;
}

.article-detail__content th:last-child,
.article-detail__content td:last-child {
    border-right: 0;
}

.article-detail__assesment {
    gap: 16px;
}

.article-detail__pros,
.article-detail__cons {
    padding: 24px;
    border: 1px solid rgba(45, 141, 189, 0.16);
    border-radius: var(--article-radius);
}

.article-detail__pros {
    background: #f2fbf0;
}

.article-detail__cons {
    background: #fff3f3;
}

.article-detail__important {
    padding: 26px 30px;
    border-color: rgba(225, 76, 76, 0.22);
    border-left: 5px solid #e14c4c;
    background: #fff5f5;
}

.article-detail__important_title {
    color: #9f2f2f;
}

.article-detail__important_text {
    font-size: 17px;
    line-height: 1.65;
}

.article-detail__review {
    padding: 28px 32px;
}

.article-detail__review_title {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .article-detail__info {
        padding: 26px;
    }

    .article-detail__figure {
        flex-basis: 360px;
    }
}

@media (max-width: 768px) {
    .article-detail {
        gap: 16px;
    }

    .article-detail__main {
        gap: 16px;
    }

    .article-detail__info {
        gap: 18px;
        padding: 14px;
    }

    .article-detail__heading {
        padding: 6px 6px 14px;
    }

    .article-detail__heading_title {
        font-size: 27px;
        line-height: 1.2;
    }

    .article-detail__figure_img {
        min-height: 230px;
    }

    .article-detail__content {
        padding: 22px 18px;
    }

    .article-detail__content p,
    .article-detail__content ul li,
    .article-detail__content ol li {
        font-size: 16px;
        line-height: 1.62;
    }

    .article-detail__content h2 {
        margin: 32px 0 18px;
        padding: 14px 15px 14px 19px;
        font-size: 21px;
    }

    .article-detail__content h3 {
        margin-top: 26px;
        font-size: 19px;
    }

    .article-detail__content blockquote,
    .article-detail__quote,
    .article-detail__insert,
    .quote_block,
    .sources {
        padding: 18px;
    }

    .article-detail__quote_text {
        padding: 52px 0 0;
    }

    .quote {
        align-items: flex-start;
        column-gap: 14px;
    }

    .quote .image {
        width: 72px;
        height: 72px;
    }

    .article-detail__content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .article-detail__important,
    .article-detail__review {
        padding: 22px 18px;
    }
}

@media (max-width: 480px) {
    .article-detail__stats {
        gap: 8px 12px;
    }

    .article-detail__verified {
        padding: 14px;
    }

    .article-detail__expert_figure {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .article-detail__figure_img {
        min-height: 200px;
    }

    .article-detail__content ul li {
        padding-left: 26px;
    }

    .quote {
        flex-direction: column;
    }

    .quote .text .descr {
        align-items: flex-start;
    }
}

/* ========================================================================== */
/* V2: скругления как у карточек статей на главной, без внешних рамок          */
/* ========================================================================== */
.article-detail {
    --article-radius: 4px;
}

.article-detail__info,
.article-detail__content,
.article-detail__important,
.article-detail__review,
.article-detail__chapters,
.article-detail__services {
    border: 0 !important;
    border-radius: var(--article-radius) !important;
}

.article-detail__info {
    overflow: hidden;
}

.article-detail__figure {
    overflow: hidden;
    border: 0 !important;
    border-radius: var(--article-radius) !important;
}

.article-detail__figure picture,
.article-detail__figure_img {
    border: 0 !important;
    border-radius: var(--article-radius) !important;
}

.article-detail__content img,
.article-detail__image-caption,
.article-detail__image-caption img {
    border: 0 !important;
    border-radius: var(--article-radius) !important;
}

.sources,
.quote_block {
    border: 0 !important;
    border-radius: var(--article-radius) !important;
}

/* ========================================================================== */
/* V4: финальные правки детальной статьи и блока «Читайте также»              */
/* ========================================================================== */

.article-detail__verified {
    position: relative;
    padding: 10px;
    background: #F3FBFF;
    border: 1px solid #a2dee9;
    border-radius: 10px;
    overflow: hidden;
}

/* У первого основного блока статьи нет дополнительного отступа сверху. */
.article-detail:first-of-type,
.article-detail:first-of-type .article-detail__main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.article-detail:first-of-type .article-detail__main > :first-child {
    margin-top: 0 !important;
}

/* Блок «Читайте также» в стилистике остальных светлых блоков сайта. */
.articles-slider {
    margin: 34px 0 40px;
    padding: 26px 28px 30px;
    border: 0;
    border-radius: 10px;
    background: #F3FBFF;
    color: #333;
    overflow: hidden;
}

.articles-slider .swiper-container {
    margin-top: 18px;
    overflow: visible;
    box-shadow: none !important;
}

.articles-slider .swiper-wrapper {
    align-items: stretch;
    padding: 0;
}

.articles-slider .articles-page__item.swiper-slide {
    height: auto;
    min-height: 100%;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(2, 54, 127, 0.10) !important;
    transform: none !important;
    transition: box-shadow .28s ease, opacity .28s ease !important;
}

.articles-slider .articles-page__item.swiper-slide:hover {
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(2, 54, 127, 0.10) !important;
    transform: none !important;
}

.articles-slider .articles-page__figure {
    margin: 0;
    border-radius: 10px 10px 0 0 !important;
}

.articles-slider .articles-page__figure_pic {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px 10px 0 0 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-slider .articles-page__item:hover .articles-page__figure_pic {
    opacity: .96;
    transform: none !important;
}

.articles-slider .articles-page__info {
    height: 100%;
    padding: 18px 18px 16px;
}

.articles-slider .articles-page__info_title {
    color: #333;
    transition: color .28s ease;
}

.articles-slider .articles-page__item:hover .articles-page__info_title {
    color: #2d8dbd;
}

.articles-slider .articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 18px;
    border: 0;
    transition: background-color .28s ease, color .28s ease;
}

.articles-slider .articles-page__item:hover .articles-page__figure_item {
    background-color: #9fdfff2b !important;
}

.articles-slider__head {
    align-items: center;
    gap: 20px;
}

.articles-slider__title {
    margin: 0;
    color: #333;
    font-family: "Russo One", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
}

.articles-slider__arrows {
    gap: 10px;
}

.articles-slider__arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(45, 141, 189, 0.10);
    transition: background-color .25s ease, opacity .25s ease;
}

.articles-slider__arrow:hover {
    background-color: rgba(45, 141, 189, 0.20);
}

@media (max-width: 768px) {
    .articles-slider {
        margin: 24px 0 30px;
        padding: 20px 15px 22px;
    }

    .articles-slider__title {
        font-size: 23px;
    }

    .articles-slider__arrow {
        width: 34px;
        height: 34px;
    }
}

/* ========================================================================== */
/* V5: «Читайте также» полностью повторяет карточки общего списка статей       */
/* ========================================================================== */

.articles-slider {
    --related-articles-blue: #2d8dbd;
    --related-articles-shadow: 0 20px 40px rgba(2, 54, 127, 0.12);
    margin: 34px 0 40px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #333;
}

.articles-slider__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.articles-slider__title {
    margin: 0 !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}

.articles-slider .swiper-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

.articles-slider .swiper-wrapper {
    align-items: stretch !important;
    padding: 0 !important;
}

.articles-slider .articles-page__item.swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: var(--related-articles-shadow) !important;
    color: #333 !important;
    transform: none !important;
    transition: color .28s ease, opacity .28s ease !important;
}

.articles-slider .articles-page__figure {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 4px 4px 0 0 !important;
    flex: 0 0 auto !important;
}

.articles-slider .articles-page__figure_pic {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: 4px 4px 0 0 !important;
    transform: none !important;
    transition: opacity .28s ease !important;
}

.articles-slider .articles-page__info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    height: auto !important;
    padding: 20px 20px 18px !important;
}

.articles-slider .articles-page__info_title {
    margin: 0 0 10px !important;
    color: #333 !important;
    font-family: "Russo One", sans-serif !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    transition: color .28s ease !important;
}

.articles-slider .articles-page__info_text {
    color: #68757c !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.articles-slider .articles-page__bottom {
    margin-top: auto !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(45, 141, 189, 0.12) !important;
}

.articles-slider .articles-page__figure_item {
    padding: 5px 10px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background-color: #9fdfff2b !important;
    box-shadow: none !important;
    line-height: 18px !important;
    transition: background-color .28s ease, color .28s ease !important;
}

.articles-slider .article__tags_item {
    padding: 5px 8px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f3fbff !important;
    color: #2d8dbd !important;
    font-size: 12px !important;
}

.articles-slider .articles-page__item.swiper-slide:hover,
.articles-slider .articles-page__item.swiper-slide:focus-visible {
    border: 0 !important;
    background: #fff !important;
    box-shadow: var(--related-articles-shadow) !important;
    transform: none !important;
}

.articles-slider .articles-page__item:hover .articles-page__figure_pic,
.articles-slider .articles-page__item:focus-visible .articles-page__figure_pic {
    opacity: .96;
    transform: none !important;
}

.articles-slider .articles-page__item:hover .articles-page__info_title,
.articles-slider .articles-page__item:focus-visible .articles-page__info_title {
    color: var(--related-articles-blue) !important;
}

.articles-slider .articles-page__item:hover .articles-page__figure_item,
.articles-slider .articles-page__item:focus-visible .articles-page__figure_item {
    background-color: #9fdfff2b !important;
}

@media (max-width: 768px) {
    .articles-slider {
        margin: 24px 0 30px !important;
    }

    .articles-slider__title {
        font-size: 23px !important;
    }

    .articles-slider .articles-page__figure {
        aspect-ratio: 1 / 1 !important;
    }
}

/* ========================================================================== */
/* V6: финальные параметры детальной статьи и блока «Читайте также»            */
/* ========================================================================== */

.article-detail__main {
    gap: 0 !important;
    min-width: 0 !important;
}

.article-detail__info {
    background-color: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    border: 0 !important;
    border-radius: 20px !important;
    display: flex !important;
    flex-wrap: wrap-reverse !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 40px !important;
    margin-bottom: 20px !important;
}

.article-detail__verified {
    position: relative !important;
    padding: 18px 20px !important;
    background: #F3FBFF !important;
    border: 1px solid rgba(45, 141, 189, 0.28) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.article-detail__figure picture,
.article-detail__figure_img {
    border: 0 !important;
    border-radius: 10px !important;
}

.articles-slider__head {
    justify-content: flex-start !important;
}

.articles-slider__arrows {
    display: none !important;
}

.articles-slider .swiper-container {
    overflow: visible !important;
    padding: 10px 8px 14px !important;
    margin: -10px -8px -14px !important;
}

.articles-slider .swiper-wrapper {
    align-items: stretch !important;
}

.articles-slider .articles-page__item.swiper-slide {
    height: auto !important;
    align-self: stretch !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
    transform: none !important;
    transition: box-shadow .28s ease, color .28s ease, opacity .28s ease !important;
}

.articles-slider .articles-page__figure,
.articles-slider .articles-page__figure picture,
.articles-slider .articles-page__figure_pic {
    border-radius: 10px 10px 0 0 !important;
}

.articles-slider .articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    line-height: 18px !important;
}

.articles-slider .articles-page__item.swiper-slide:hover,
.articles-slider .articles-page__item.swiper-slide:focus-visible {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ========================================================================== */
/* V7: блок «Читайте также» — тени без обрезания и финальный стиль меток       */
/* ========================================================================== */

/* Ранее тени крайних карточек обрезались из-за overflow: hidden у внешнего
   блока. Оставляем дополнительное пространство слева, справа и снизу. */
.articles-slider {
    overflow: visible !important;
    margin: 34px -18px 40px !important;
    padding: 0 18px 24px !important;
}

.articles-slider .swiper-container {
    overflow: visible !important;
    margin: 0 !important;
    padding: 12px 0 18px !important;
}

.articles-slider .swiper-wrapper {
    align-items: stretch !important;
    padding: 0 !important;
}

.articles-slider .articles-page__item.swiper-slide {
    align-self: stretch !important;
    height: auto !important;
    margin-bottom: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
}

.articles-slider .articles-page__item.swiper-slide:hover,
.articles-slider .articles-page__item.swiper-slide:focus-visible {
    box-shadow: none !important;
}

.articles-slider .articles-page__figure_item {
    background-color: #9fdfff2b !important;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    line-height: 18px !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
    .articles-slider {
        margin: 24px -10px 30px !important;
        padding: 0 10px 18px !important;
    }

    .articles-slider .swiper-container {
        padding: 10px 0 16px !important;
    }
}

/* End */


/* Start:/local/components/bitrix/iblock.vote/templates/ajax/style.css?1781886085543*/
div.star-active
{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

div.star-empty
{
	background-image: url(/local/components/bitrix/iblock.vote/templates/ajax/images/article-empty-star.svg);
	width:21px;
	height:21px;
	overflow:hidden;
	margin-left: 5px;
	margin-right: 5px;
}

div.star-voted
{
	background-image: url(/local/components/bitrix/iblock.vote/templates/ajax/images/article-star.svg);
	width:21px;
	height:21px;
	overflow:hidden;
	margin-left: 5px;
	margin-right: 5px;
}

div.star-over
{
	background-image: url(/local/components/bitrix/iblock.vote/templates/ajax/images/article-star.svg);
	width:21px;
	height:21px;
	overflow:hidden;
	margin-left: 5px;
	margin-right: 5px;
}

/* End */
/* /local/templates/main/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?178188608729064 */
/* /local/components/bitrix/iblock.vote/templates/ajax/style.css?1781886085543 */
