html {
    scroll-behavior: smooth;
}

.article-page .section-nav {
    margin-top: 24px;
}

@media (max-width: 1280px) {
    .article-page .section-nav {
        margin-top: 40px
    }
}

@media (max-width: 900px) {
    .article-page .section-nav {
        margin-top: 32px
    }
}

@media (max-width: 600px) {
    .article-page .section-nav {
        margin-top: 14px
    }
}

.article-page .section-nav .nav {
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.article-page .section-nav .nav > * {
    transition: color 200ms ease;
    will-change: color
}

.article-page .section-nav .nav > a:hover {
    color: #1069BB
}

.article-page .section-nav .nav > *:after {
    content: '   →   ';
    white-space: pre
}

.article-page .section-nav .nav > *:last-child:after {
    display: none
}

.article-page .section-header {
    padding-top: 24px;
    border-top: 1px solid #DBDBDB
}

@media (max-width: 600px) {
    .article-page .section-header {
        padding-top: 16px
    }
}

.article-page .section-header .nav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: #646464
}

.article-page .section-header .nav > * {
    transition: color 200ms ease;
    will-change: color
}

.article-page .section-header .nav > *:hover {
    color: #1069BB
}

.article-page .section-header .nav > *:first-child:before {
    content: '← ';
    white-space: pre
}

.article-page .section-header .nav > *:last-child:after {
    content: ' →';
    white-space: pre
}

.article-page .section-header .header {
    font-size: 48px;
    line-height: 56px;
    margin-top: 10px;
}

.article-page .section-header .date {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 400;
    line-height: 100%;
    margin-top: 48px;
}

@media (max-width: 1280px) {
    .article-page .section-header .header {
        font-size: 40px;
        line-height: 48px
    }

    .article-page .section-header .date {
        margin-top: 30px;
    }
}

@media (max-width: 900px) {
    .article-page .section-header .header {
        margin-top: 10px;
        max-width: 580px;
        font-size: 32px;
        line-height: 40px
    }
}

.article-page .section-header .text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}

@media (max-width: 1280px) {
    .article-page .section-header .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }
}

.article-page .section-header .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    gap: 32px;
    flex-wrap: wrap;
}

@media (max-width: 1280px) {
    .article-page .section-header .info {
        margin-top: 16px;
    }
}

@media (max-width: 600px) {
    .article-page .section-header .info {
        gap: 12px 24px;
    }
}

.article-page .section-header .info .time,
.article-page .section-header .info .views,
.article-page .section-header .info .like,
.article-page .articles-item .info .time,
.article-page .articles-item .info .views,
.article-page .articles-item .info .like {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    color: #646464
}

.article-page .section-header .info .time:before,
.article-page .articles-item .info .time:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/time-1b875eb0fee7c85cca2e3b515ad23fc7.svg") no-repeat center center/contain
}

.article-page .section-header .info .time:after,
.article-page .articles-item .info .time:after {
    content: ' мин';
    white-space: pre
}

.article-page .section-header .info .views:before,
.article-page .articles-item .info .views:before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    margin-right: 8px;
    background: url("../img/eye-e2b7019c96c23063b4c6c065fdc2f271.svg") no-repeat center center/contain
}

.article-page .section-header .info .like:before,
.article-page .articles-item .info .like:before {
    content: '';
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url("../img/heart-502cb2b775e08cea7d5c4ffc18bf1f06.svg") no-repeat center center/contain;
}

.article-page .section-header .info .like.active:before,
.article-page .articles-item .info .like.active:before {
    background: url("../img/heart_filled-cce91256d408d1551013ca3630b2cc06.svg") no-repeat center center/contain;
}

.article-page .section-header .info .share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    color: #646464
}

.article-page .section-header .info .share:before {
    content: 'Поделиться: ';
    display: block;
    margin-right: 8px
}

.article-page .section-header .info .share > * {
    color: transparent
}

.article-page .section-header .info .share .ya-share2__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.article-page .section-header .info .share .ya-share2__item {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    transition: opacity 200ms ease;
    will-change: opacity
}

.article-page .section-header .info .share .ya-share2__item:hover {
    opacity: .8
}

.article-page .section-header .info .share .ya-share2__item, .article-page .section-header .info .share .ya-share2__item * {
    cursor: pointer
}

.article-page .section-header .info .share * + .ya-share2__item {
    margin-left: 8px
}

.article-page .section-header .info .share .ya-share2__item_service_twitter {
    background: url("../img/twitter-e13cf152fbe134b4c76ada71e70db2f6.svg") no-repeat center center/16px auto, #43D2FF
}

.article-page .section-header .info .share .ya-share2__item_service_facebook {
    background: url("../img/facebook-a103b244c673754e831cb71135886055.svg") no-repeat center center/9px auto, #004B8F
}

.article-page .section-header .info .share .ya-share2__item_service_telegram {
    background: url("../img/telegram-89d4c6deddfb773c521ba1ecab8f2529.svg") no-repeat center center/16px auto, #61A8DE
}

.article-page .section-header .info .share .ya-share2__item_service_vkontakte {
    background: url("../img/vkontakte-33dc855d96a5e35699b7876fedd4ec52.svg") no-repeat center center/17px auto, #2384DE
}

.article-page .section-text {
    margin-top: 56px
}

@media (max-width: 1280px) {
    .article-page .section-text {
        margin-top: 32px
    }
}

.article-page .section-text .section-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 1280px) {
    .article-page .section-text .section-inner {
        flex-direction: column;
        justify-content: flex-start
    }
}

.article-page .section-text .contents {
    flex-grow: 1;
    flex-basis: 0%;
    font-size: 18px;
    line-height: 26px;
    margin-right: 48px;
    min-height: 100vh
}

@media (max-width: 1280px) {
    .article-page .section-text .contents {
        font-size: 16px;
        line-height: 24px;
        flex-grow: initial;
        flex-basis: initial;
        min-height: initial;
        width: 100%
    }
}

.article-page .section-text .contents > * {
    display: block;
    max-width: 760px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * {
        max-width: 580px
    }
}

.article-page .section-text .contents > * + * {
    margin-top: 16px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > * + * {
        margin-top: 12px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > * + * {
        margin-top: 8px
    }
}

.article-page .section-text .contents > p a {
    color: #1069BB;
    border-bottom: 1px solid rgba(16, 105, 187, .4);
    transition: border-bottom-color 200ms ease;
    will-change: border-bottom-color
}

.article-page .section-text .contents > p a:hover {
    border-bottom-color: rgba(16, 105, 187, 0)
}

.article-page .section-text .contents > .image {
    margin: 0
}

.article-page .section-text .contents > * + .image, .article-page .section-text .contents > .image + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + .image {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .image + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > .image img {
    display: block;
    width: 100%;
    height: auto
}

.article-page .section-text .contents > .image figcaption {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .image figcaption {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px
    }
}

.article-page .section-text .contents > .image figcaption a {
    color: #646464;
    transition: color 200ms ease;
    will-change: color
}

.article-page .section-text .contents > .image figcaption a:hover {
    color: #1069BB
}

.article-page .section-text .contents > .slider {
    position: relative
}

.article-page .section-text .contents > * + .slider, .article-page .section-text .contents > .slider + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + .slider {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .slider + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > *.slider .nav-v2 {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 8px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > *.slider .nav-v2 {
        display: flex
    }
}

.article-page .section-text .contents > *.slider .nav-v2 > * {
    border: 1px solid #979797;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background 200ms ease;
    will-change: background;
    cursor: pointer
}

.article-page .section-text .contents > *.slider .nav-v2 > *.active {
    background: #1069BB
}

.article-page .section-text .contents > *.slider .nav-v2 > * + * {
    margin-left: 7px
}

.article-page .section-text .contents > *.slider .nav {
    display: flex;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    padding: 0 32px;
    box-sizing: border-box
}

@media (max-width: 900px) {
    .article-page .section-text .contents > *.slider .nav {
        display: none
    }
}

.article-page .section-text .contents > *.slider .nav > * {
    pointer-events: initial;
    width: 56px;
    height: 56px;
    background: url("../img/rounded-next-2ee5188507c47ba66418fadf5796b589.svg") no-repeat center center/contain;
    cursor: pointer;
    transition: opacity 200ms ease;
    will-change: opacity
}

.article-page .section-text .contents > *.slider .nav > *.disabled {
    opacity: 0;
    pointer-events: none
}

.article-page .section-text .contents > *.slider .nav > *:hover {
    opacity: .8
}

.article-page .section-text .contents > *.slider .nav > *.prev {
    transform: rotate(180deg)
}

.article-page .section-text .contents > *.slider .slides {
    position: relative;
    z-index: 0
}

.article-page .section-text .contents > *.slider .slides > * > * > * {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.article-page .section-text .contents > *.slider .slides > * > * > *:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 56%
}

.article-page .section-text .contents > ol {
    display: block;
    counter-reset: item;
    margin: 0;
    padding: 0
}

.article-page .section-text .contents > * + ol, .article-page .section-text .contents > ol + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + ol {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > ol + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > ol > li {
    display: block;
    position: relative;
    counter-increment: item;
    margin: 0;
    padding: 0 0 0 30px
}

.article-page .section-text .contents > ol > * + li {
    margin-top: 16px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > ol > * + li {
        margin-top: 12px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > ol > * + li {
        margin-top: 8px
    }
}

.article-page .section-text .contents > ol > li:before {
    content: counter(item) '.';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #1069BB
}

.article-page .section-text .contents > * + ul, .article-page .section-text .contents > ul + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + ul {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > ul + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > ul > li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 24px
}

.article-page .section-text .contents > ul > * + li {
    margin-top: 16px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > ul > * + li {
        margin-top: 12px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > ul > * + li {
        margin-top: 8px
    }
}

.article-page .section-text .contents > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(.5em - 1px);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #1069BB
}

.article-page .section-text .contents > .video {
    position: relative;
    cursor: pointer
}

.article-page .section-text .contents > * + .video, .article-page .section-text .contents > .video + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + .video {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .video + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > .video video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0
}

.article-page .section-text .contents > .video:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/play-db2e832b7bf0776fbcffba5a14090ca7.svg") no-repeat center center/60px 60px, rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: opacity 200ms ease;
    will-change: opacity
}

.article-page .section-text .contents > .video.played:before {
    opacity: 0
}

.article-page .section-text .contents > .table {
    position: relative;
    cursor: pointer;
    max-width: 870px;
    padding-bottom: 4px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table {
        padding-bottom: 8px
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table {
        padding-bottom: 10px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table {
        padding-bottom: 0
    }
}

.article-page .section-text .contents > .table:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table:before {
        width: calc(100% + 40px);
        left: -20px
    }
}

.article-page .section-text .contents > * + .table, .article-page .section-text .contents > .table + * {
    margin-top: 24px
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + .table {
        margin-top: 16px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table + * {
        margin-top: 16px
    }
}

.article-page .section-text .contents > .table .header {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 26px;
    color: #646464;
    padding-bottom: 16px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table .header {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .header {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .header {
        display: none
    }
}

.article-page .section-text .contents > .table .header:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #c4c4c4
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .header:before {
        width: calc(100% + 40px);
        left: -20px
    }
}

.article-page .section-text .contents > .table .header > * {
    flex-grow: 1;
    flex-basis: 0%
}

.article-page .section-text .contents > .table .rows {
    font-size: 18px;
    line-height: 26px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table .rows {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .rows {
        font-size: 14px;
        line-height: 20px
    }
}

.article-page .section-text .contents > .table .rows .separator {
    position: relative;
    border-bottom: 1px solid #C4C4C4;
    height: 0;
    margin: 10px 0
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table .rows .separator {
        margin: 8px 0
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .rows .separator {
        width: calc(100% + 40px);
        left: -20px;
        margin: 10px 0
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .separator {
        display: none
    }
}

.article-page .section-text .contents > .table .rows .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table .rows .row {
        padding: 8px 0
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .rows .row {
        padding: 6px 0
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .row {
        flex-direction: column;
        position: relative;
        padding: 12px 0
    }

    .article-page .section-text .contents > .table .rows .row:before {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% + 40px);
        height: 0;
        left: -20px;
        top: 0;
        border-bottom: 1px solid #c4c4c4
    }
}

.article-page .section-text .contents > .table .rows .row:first-child {
    margin-top: 4px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > .table .rows .row:first-child {
        margin-top: 8px
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > .table .rows .row:first-child {
        margin-top: 6px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .row:first-child {
        margin-top: 0
    }
}

.article-page .section-text .contents > .table .rows .row > * {
    flex-grow: 1;
    flex-basis: 0%
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .row > * {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-basis: initial;
        flex-grow: initial
    }

    .article-page .section-text .contents > .table .rows .row > * + * {
        margin-top: 8px
    }
}

.article-page .section-text .contents > .table .rows .row .title {
    display: none;
    color: #646464;
    min-width: 120px;
    box-sizing: border-box;
    padding-right: 12px
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .row .title {
        display: block;
        width: 135px
    }
}

.article-page .section-text .contents > .table .rows .row .value {
    padding-right: 16px;
    box-sizing: border-box
}

.article-page .section-text .contents > .table .rows .row .value.hidden {
    display: none
}

@media (max-width: 600px) {
    .article-page .section-text .contents > .table .rows .row .value {
        padding-right: 0
    }

    .article-page .section-text .contents > .table .rows .row .value.hidden {
        display: block
    }
}

.article-page .section-text .contents > h2 {
    font-size: 32px;
    line-height: 40px;
    scroll-margin-top: 100px;
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.article-page .section-text .contents > * + h2, .article-page .section-text .contents > .image + h2, .article-page .section-text .contents > .slider + h2, .article-page .section-text .contents > .table + h2, .article-page .section-text .contents > .video + h2, .article-page .section-text .contents > ol + h2, .article-page .section-text .contents > ul + h2 {
    margin-top: 72px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > * + h2, .article-page .section-text .contents > .image + h2, .article-page .section-text .contents > .slider + h2, .article-page .section-text .contents > .table + h2, .article-page .section-text .contents > .video + h2, .article-page .section-text .contents > ol + h2, .article-page .section-text .contents > ul + h2 {
        margin-top: 48px
    }
}

@media (max-width: 900px) {
    .article-page .section-text .contents > * + h2, .article-page .section-text .contents > .image + h2, .article-page .section-text .contents > .slider + h2, .article-page .section-text .contents > .table + h2, .article-page .section-text .contents > .video + h2, .article-page .section-text .contents > ol + h2, .article-page .section-text .contents > ul + h2 {
        margin-top: 40px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > * + h2, .article-page .section-text .contents > .image + h2, .article-page .section-text .contents > .slider + h2, .article-page .section-text .contents > .table + h2, .article-page .section-text .contents > .video + h2, .article-page .section-text .contents > ol + h2, .article-page .section-text .contents > ul + h2 {
        margin-top: 32px
    }
}

.article-page .section-text .contents > h2 + * {
    margin-top: 24px
}

@media (max-width: 1280px) {
    .article-page .section-text .contents > h2 + * {
        margin-top: 12px
    }
}

@media (max-width: 600px) {
    .article-page .section-text .contents > h2 + * {
        margin-top: 8px
    }
}

.article-page .section-text .aside {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 120px;
}

@media (max-width: 1280px) {
    .article-page .section-text .aside {
        display: none
    }
}

.article-page .section-text .aside .anchors {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.article-page .section-text .aside .anchors .anchor {
    color: #646464;
}

.article-page .section-text .aside .anchors .anchor:hover,
.article-page .section-text .aside .anchors .anchor.visible {
    color: #1069BB;
}

.article-page .section-text .aside .caption {
    font-size: 24px;
    line-height: 32px
}

@media (max-height: 570px) {
    .article-page .section-text .aside .caption {
        display: none
    }
}

.article-page .section-text .aside .list {
    margin-top: 24px
}

@media (max-height: 570px) {
    .article-page .section-text .aside .list {
        display: none
    }
}

.article-page .section-text .aside .list > * {
    display: block
}

@media (max-height: 990px) {
    .article-page .section-text .aside .list > *:nth-child(4) {
        display: none
    }
}

@media (max-height: 850px) {
    .article-page .section-text .aside .list > *:nth-child(3) {
        display: none
    }
}

@media (max-height: 710px) {
    .article-page .section-text .aside .list > *:nth-child(2) {
        display: none
    }
}

.article-page .section-text .aside .list > * + * {
    margin-top: 24px
}

.article-page .section-text .aside .list .image {
    width: 118px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.article-page .section-text .aside .list .title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 8px;
    max-width: 320px
}

.article-page .section-text .aside .list .title > * {
    display: inline
}

.article-page .section-text .aside .list > *:hover .title > * {
    color: #1069BB;
    border-bottom-color: rgba(16, 105, 187, 0)
}

.article-page .section-text .aside .show-collections {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    height: 74px;
    background: rgba(196, 196, 196, .2)
}

.article-page .section-text .aside .show-collections, .article-page .section-text .aside .show-collections * {
    cursor: pointer
}

.article-page .section-text .aside .show-collections:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/bricks-340fcd7da8686cbe787aae789e22bf12.svg") no-repeat center center/contain;
    margin-right: 16px
}

.article-page .section-text .aside .show-shops {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    transition: color 200ms ease;
    will-change: color
}

.article-page .section-text .aside .show-shops, .article-page .section-text .aside .show-shops * {
    cursor: pointer
}

.article-page .section-text .aside .show-shops:hover {
    color: #1069BB
}

.article-page .section-text .aside .show-shops:before, .article-page .section-text .aside .show-shops:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 22px;
    height: 30px;
    background: url("../img/marker-dark-e8e2e67e6fb0df262243751d32d727c1.svg") no-repeat center center/contain;
    z-index: 0
}

.article-page .section-text .aside .show-shops:after {
    background: url("../img/marker-dark-hover-8fe44138c013d56a251a4ef440924c8d.svg") no-repeat center center/contain;
    z-index: 1;
    opacity: 0;
    transition: opacity 200ms ease;
    will-change: opacity
}

.article-page .section-text .aside .show-shops:hover:after {
    opacity: 1
}

.article-page .section-bottom {
    margin-top: 48px;
}

@media (max-width: 900px) {
    .article-page .section-bottom {
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .article-page .section-bottom {
        margin-top: 32px;
    }
}

.article-page .section-bottom .share {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    color: #646464
}

.article-page .section-bottom .share:before {
    content: 'Поделиться: ';
    display: block;
    margin-right: 8px
}

.article-page .section-bottom .share > * {
    color: transparent
}

.article-page .section-bottom .share .ya-share2__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.article-page .section-bottom .share .ya-share2__item {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    transition: opacity 200ms ease;
    will-change: opacity
}

.article-page .section-bottom .share .ya-share2__item:hover {
    opacity: .8
}

.article-page .section-bottom .share .ya-share2__item, .article-page .section-bottom .share .ya-share2__item * {
    cursor: pointer
}

.article-page .section-bottom .share * + .ya-share2__item {
    margin-left: 8px
}

.article-page .section-bottom .share .ya-share2__item_service_twitter {
    background: url("../img/twitter-e13cf152fbe134b4c76ada71e70db2f6.svg") no-repeat center center/16px auto, #43D2FF
}

.article-page .section-bottom .share .ya-share2__item_service_facebook {
    background: url("../img/facebook-a103b244c673754e831cb71135886055.svg") no-repeat center center/9px auto, #004B8F
}

.article-page .section-bottom .share .ya-share2__item_service_telegram {
    background: url("../img/telegram-89d4c6deddfb773c521ba1ecab8f2529.svg") no-repeat center center/16px auto, #61A8DE
}

.article-page .section-bottom .share .ya-share2__item_service_vkontakte {
    background: url("../img/vkontakte-33dc855d96a5e35699b7876fedd4ec52.svg") no-repeat center center/17px auto, #2384DE
}

.article-page .section-bottom .show-collections {
    margin-top: 56px
}

.article-page .section-bottom .show-collections > * {
    display: block;
    max-width: 265px;
    background: #E2E2E2;
    border: none;
    color: #000
}

.article-page .section-bottom .show-collections > *:hover {
    background: #c4c4c4
}

.page-section.section-text .contents a {
    color: #1069bb;
    border-bottom: 1px solid rgba(16, 185, 187, .5);
}

.page-section.section-text .contents img {
    width: 100%;
    height: auto;
}

.page-section.section-text .contents a:hover {
    border-color: transparent;
}

.article-page .section-comments {
    padding-top: 56px;
}

.article-page .section-comments .title {
    font-size: 32px;
    line-height: 40px;
}

.article-page .articles .title {
    font-size: 32px;
    line-height: 40px;
}

.article-page .articles {
    padding-top: 56px;
    padding-bottom: 120px;
}

@media (max-width: 1700px) {
    .article-page .articles {
        padding-bottom: 100px
    }
}

@media (max-width: 1280px) {
    .article-page .articles {
        padding-bottom: 64px
    }
}

@media (max-width: 900px) {
    .article-page .articles {
        padding-bottom: 56px
    }
}

@media (max-width: 600px) {
    .article-page .articles {
        padding-bottom: 48px
    }
}

.article-page .articles .articles-list {
    display: grid;
    gap: 40px;
    margin-top: 20px;
}

.article-page .articles .info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.articles-item-title .href {
    font-size: 20px;
    margin-top: 20px;
    border: none;
}

.articles-item-desc {
    font-size: 16px;
    margin-top: 10px;
}

.article-page .articles-list a img {
    width: 100%;
}

.article-page .articles-list a:hover img {
    opacity: .8;
}

.article-page .articles .comments {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 0 64px;
    max-width: 600px
}

.article-page .section-comments .comments .comment {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;

    &:last-child {
        border-bottom: none;
    }
}

.article-page .section-comments .comments .comment .author {
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
}

.article-page .section-comments .comments .comment .date {
    align-self: flex-end;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
}

.article-page .section-comments .no-comments {
    padding: 20px 0;
}

.article-page .section-comments .button {
    max-width: 180px;
}

.article-page .section-comments .button:disabled {
    background: #D3D3D3;
    border: 1px solid #D3D3D3;
}

.article-page .section-comments .form-wrapper {
    background: #f1f1f1;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    padding: 40px;
    max-width: 600px;
    position: relative;
}

.article-page .section-comments .form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.article-page .section-comments .form-wrapper form .error {
    color: darkred;
}

.article-page .section-comments .form-wrapper label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.article-page .section-comments .form-wrapper input[type='text'],
.article-page .section-comments .form-wrapper textarea {
    background: white;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    resize: block;
    margin-top: 5px;
    max-width: 100%;
    padding: 7px;
    width: 100%;
    font-size: 16px;
}

.article-page .section-comments .form-wrapper .captcha-block {
    display: none;
    position: absolute;
    background-color: rgb(241, 241, 241, 0.75);
    border-radius: 4px;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.article-page .section-comments .form-wrapper .captcha-block .smart-captcha {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.author-avatar-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;

    &:hover {
        .author-name {
            color: #1069bb;
        }
    }
}

.author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.author-name {
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s linear;
}

.comment-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
