.main.custom-article {
    padding-left: 0;
}

.blog-list.custom-blog-list.custom-article__list {
    margin-bottom: 10rem;
}

.custom-article__marker {
    display: none;
}

.article__bookmark {
    right: 1.9rem !important;
}

.article__bookmark.custom-article__bookmark {
    right: 1.6rem !important;
    top: 4.2rem;
}

.custom-article__info-wrapper {
    column-gap: 0.5rem;

    margin-left: 2.2rem;
}

.custom-blog-article__info-wrapper:nth-child(2) {
    margin-left: 8.5rem;
}

.blog-section__title.custom-article__section-title {
    margin-bottom: 3.9rem;
}

.custom-article-title {
    font-size: 2rem;
    font-weight: 600;
}

.custom-article-title-main {
    max-width: 86.2rem;
    width: 100%;

    font-size: 3.8rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.2;

    margin-bottom: 1.8rem;
}

.custom-article__text-main {
    max-width: 83rem;
    width: 100%;

    font-family: 'Inter', sans-serif;
    line-height: 163%;
    font-weight: 400;
    letter-spacing: -0.01em;

    margin-bottom: 4.5rem;
}

.tag-nav.custom-article-section-nav {
    display: none !important;
}

.custom-article-section-nav-title {
    display: none !important;

    font-size: 1.8rem;
    font-weight: 600;
}

.custom-article-header-share-popup__list-item.custom-article-header-table__list-item {
    display: none;
}

.sidebar_padding.custom-article-sidebar {
    padding: 20rem 0 0 0rem;
}

.sidebar_padding.custom-article-sidebar--table,
.sidebar_padding.custom-article-sidebar--mobile {
    display: none;
}


/* page-header START */
.article-page__header.custom-article-header {
    position: relative;

    padding-bottom: 1.5rem;
    margin-bottom: 4.1rem;
}

.article-page__header.custom-article-header-table,
.article-page__header.custom-article-header-mobile {
    display: none !important;
}

.custom-article-header__wrapper {
    display: flex;
    align-items: center;
    column-gap: 0.7rem;
}

/* .custom-article-header__wrapper:first-child {
	margin-right: 1.4rem;
}

.custom-article-header__wrapper.custom-article-header-update {
	margin-right: 3.1rem;
}

.custom-article-header__wrapper:nth-child(4) {
	margin-right: 2rem;
}

.custom-article-header__wrapper:nth-child(5) {
	margin-right: 1.5rem;
} */

.tag__marker.custom-article-header__marker {
    width: 13.8rem;
    height: 2.4rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-article-header-update span {
    color: #78b968;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 183%;
    letter-spacing: -0.02em;
}

.custom-article-header__share {
    width: 12.5rem;
    height: 2.8rem;

    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;

    border-radius: 0.5rem;
    background-color: #3F892C;
    transition: background-color 0.3s ease;

    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;

    border: none;
    outline: none;
}

.custom-article-header__share:hover {
    background-color: #0d5700;
}
/* page-header END */


/* sidebar START */
.custom-article-sidebar__item {
    position: relative;
    width: 29.3rem;
    height: 18rem;

    overflow: hidden;
    border-radius: 1.6rem;

    padding: 1.2rem 1.3rem 2.2rem 1.3rem;
}

.custom-article-sidebar__item-bg {
    position: absolute;
    inset: 0;
    z-index: 1;

    border-radius: 1.6rem;
    transition: transform 0.3s ease;
    background: url("../../img/custom-img/custom-article/custom-article-sidebar-1.jpg") no-repeat center/cover;
}

.custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-bg {
    background: url("../../img/custom-img/custom-article/custom-article-sidebar-2.jpg") no-repeat center/cover;
}

.custom-article-sidebar__item:hover .custom-article-sidebar__item-bg {
    transform: scale(1.12);
}

.custom-article-sidebar__item-link img {
    margin-bottom: 7.7rem;
}

.custom-article-sidebar__item:hover .custom-article-sidebar__item-text {
    color: #3F892C;
}

.custom-article-sidebar__item-text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;

    transition: color 0.3s ease;
}

.custom-article-sidebar__item-text--table {
    display: none;
}

.custom-article-sidebar__item-tag {
    display: none;
}

.custom-article-sidebar__item:first-child .custom-article-sidebar__item-text {
    max-width: 10.3rem;
}

.custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-text {
    max-width: 17.5rem;
}

.custom-article-sidebar__item:not(.custom-article-sidebar__item:nth-child(2)) {
    margin-bottom: 2.4rem;
}

.custom-article-sidebar__item:nth-child(2) {
    margin-bottom: 4.4rem;
}

.custom-article-sidebar__title {
    font-size: 1.8rem;
    font-weight: 500;

    margin-bottom: 2rem;
}

.custom-article-sidebar__list-link {
    display: block;

    width: 29.7rem;
    height: 55px;

    border-bottom: 1px solid #e0dcdc;

    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;

    padding-bottom: 2rem;
}

.custom-article-sidebar__list-item:not(:last-child) {
    margin-bottom: 2rem;
}

.custom-article-sidebar__list-item:nth-child(3) .custom-article-sidebar__list-link {
    height: 7.9rem;
}

.custom-article-sidebar__item-content {
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
/* sidebar END */


/* toc START */
.custom-article__toc-link,
.custom-article__toc-sublist a {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.custom-article__toc-link:hover,
.custom-article__toc-sublist a:hover {
    color: #225316;
}

.custom-article__toc-sublist a,
.custom-article__toc-link {
    display: flex;
    align-items: flex-end;
    column-gap: 1.2rem;
}

.custom-article__toc-link {
    display: inline-flex;
    align-items: center;

    margin-bottom: 2rem;
}

.custom-article__toc-sublist a {
    display: inline-flex;
}

.custom-article__toc-sublist a::before,
.custom-article__toc-link::before {
    content: '';
    display: block;

    width: 2.1rem;
    height: 2.1rem;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #000;
    font-weight: 600;
    letter-spacing: -0.02em;

    border-radius: 1.1rem;
    background-color: #ececec;
}

.custom-article__toc-link::before {
    content: '1';
    font-size: 1.2rem;
}

.custom-article__toc-sublist a::before {
    content: '1.1';

    font-size: 0.9rem;
}

.custom-article__toc-sublist {
    padding-left: 3.4rem;
    margin-bottom: 2.3rem;
}

.custom-article__toc-item:last-child .custom-article__toc-sublist {
    margin-bottom: 0;
}

.custom-article__toc-sublist__item:not(:last-child) {
    margin-bottom: 0.9rem;
}

.custom-article__toc {
    margin-bottom: 4.1rem;
}
/* toc END */


/* anxiety START */
.custom-article-anxiety {
    margin-bottom: 6rem;
}

.custom-article-anxiety--last {
    margin-bottom: 5.6rem;
}

.custom-article-anxiety__title {
    font-size: 2rem;
    font-weight: 500;

    margin-bottom: 3.4rem;
}

.custom-article-anxiety--last .custom-article-anxiety__title {
    margin-bottom: 2.9rem;
}

.custom-article-anxiety p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 156%;
    letter-spacing: -0.01em;
}

.custom-article-anxiety--last p {
    max-width: 82.6rem;
    width: 100%;
}

.dots-list__item.custom-article-anxiety__dots-item {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.01em;

    margin-bottom: 2rem;
}

.dots-list__item.custom-article-anxiety__dots-item:last-child {
    margin-bottom: 0;
}

.dots-list__item.custom-article-anxiety__dots-item::before {
    margin-right: 3.2rem;
}
/* anxiety END */


/* author START */
.author-block.custom-article__author {
    width: 82rem;

    padding: 1.9rem 2rem 2.2rem 2.9rem;
}

.custom-article__author-info {
    display: flex;

    margin-bottom: 2.6rem;
}

.custom-article__author-info .author-block__image {
    width: 7.2rem;
    height: 7.2rem;

    margin-right: 2.1rem;
}

.author-block__chapter.custom-article__author-chapter {
    font-weight: 600;
    letter-spacing: 0.2em;

    margin-top: 0;
    margin-bottom: 0.3rem;
}

.custom-article__author-post {
    color: #3F892C;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 200%;
}
/* author END */


/* recommended START */
.custom-article-recommended {
    margin-bottom: 8.1rem;
}

.custom-article-recommended__title {
    font-size: 2rem;
    font-weight: 600;

    margin-bottom: 4.9rem;
}

.catalogue-slider.custom-article-recommended__slider {
    margin-left: 0;
}

.custom-article-recommended__slider .slick-slide:last-child {
    margin-right: 0;
}

.custom-article-recommended__slider .slick-slide .catalogue-item {
    width: 100%;

    margin: 0;
    padding-top: 0;
}
/* recommended END */


/* image-block START */
.image-block.custom-article__image-block {
    margin: 0 0 6.1rem;
}
/* image-block END */


/* blockquote START */
.blockquote.custom-article__blockquote {
    width: 73.3rem;

    border-radius: 0.8rem;
    background-color: #f9f9f9;

    margin: 0;
    margin-left: 3.8rem;
    padding: 2.9rem 6.7rem 3rem 5.5rem;
}

.blockquote.custom-article__blockquote::before {
    display: none;
}

.blockquote.custom-article__blockquote p {
    max-width: 61.1rem;
    width: 100%;

    font-size: 1.4rem;
    line-height: 157%;

    margin-bottom: 0;
}

.blockquote__title.custom-article__blockquote-title {
    letter-spacing: 0.2em;

    margin-bottom: 2.5rem;
}

.author-block__name.custom-article__author-name {
    line-height: 175%;

    margin: 0;
}
/* blockquote END */


/* notice START */
.custom-article-notice {
    width: 82.2rem;
    height: 9.1rem;

    display: flex;
    justify-content: center;

    border-radius: 1rem;
    border: 2px dashed #3F892C;

    padding: 2rem 4.6rem;
    margin-bottom: 4.1rem;
}

.custom-article-notice__text {
    max-width: 63rem;
    width: 100%;

    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}
/* notice END */


/* sources START */
.custom-article-sources__title {
    margin-bottom: 2rem;
}

.custom-article-sources__list {
    list-style-type: decimal;

    padding-left: 1.9rem;
}

.custom-article-sources__list-item {
    max-width: 82.6rem;
    width: 100%;

    color: #5f5f5f;
    font-size: 1.4rem;
    font-weight: 500;
}

.custom-article-sources__list-item:not(:last-child) {
    margin-bottom: 2.1rem;
}
/* sources END */


/* like START */
.like-block__title.custom-article-like__title {
    font-size: 1.8rem;
    line-height: 1;

    margin-bottom: 2rem;
}

.like-block.custom-article-like {
    background-color: #F1FBEF;

    padding: 3.7rem 20% 2.4rem;
    margin: 3.9rem 0 6.9rem;
}

.like-block.custom-article-like p {
    max-width: 26.4rem;
    width: 100%;

    font-size: 1.4rem;
    line-height: 129%;
    letter-spacing: -0.01em;

    margin: 0 auto 2rem auto;
}

.custom-article-like-rating {
    margin-bottom: 2rem;
}

.custom-article-like-rating__list {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 0.6rem;
}

.custom-article-like-rating__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-article-like-rating__item:not(:last-child) {
    margin-right: 0.8rem;
}

.custom-article-like-rating__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 240%;
    letter-spacing: -0.01em;
}

.custom-article-like__copy {
    position: relative;

    height: 2.2rem;

    font-size: 1rem;
    font-weight: 600;
    line-height: 240%;

    transition: color 0.3s ease;

    border: none;
    outline: none;
    background-color: transparent;
}

.custom-article-like__copy:hover {
    color: #3F892C;
}

.custom-article-like__copy::before {
    position: absolute;
    content: '';

    bottom: 0;

    width: 0%;
    height: 0.1rem;
    background-color: #3F892C;
    transition: width 0.3s ease;
}

.custom-article-like__copy:hover::before {
    width: 100%;
}

.custom-article-like__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.3rem;
}

.custom-article-like__socials-link {
    transition: opacity 0.3s ease;
}

.custom-article-like__socials-link:hover {
    opacity: 0.7;
}
/* like END */


/* faq START */
.custom-article-faq {
    background-color: #F6F6F6;

    padding: 5.5rem 0 5.3rem;
    margin-bottom: 5.8rem;
}

.custom-article-faq__title {
    margin-bottom: 8.7rem;
}
/* faq END */


/* Comments START */
.custom-article__comments {
    margin-bottom: 8.1rem;
}

.custom-article__comments-title {
    margin-bottom: 3.5rem;
}

.custom-article-comments-user__ava {
    width: 4.9rem;
    height: 4.9rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-article-comments-user__name,
.custom-article-comments-user__date {
    display: block;
    line-height: 1;
}

.custom-article-comments-user__name {
    font-size: 1.4rem;
    font-weight: 600;

    margin-bottom: 0.8rem;
}

.custom-article-comments-user__date {
    color: #929292;
    font-size: 1.2rem;
    font-weight: 600;
}

.custom-article-comments-user__top {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;

    margin-bottom: 0.7rem;
}

.custom-article-comments-user__comment {
    max-width: 49.1rem;
    width: 100%;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: -0.01em;

    margin-bottom: 0;
    padding-left: 6.3rem;
}

.custom-article__comments-item:not(:last-child) {
    margin-bottom: 6.9rem;
}
/* Comments END */


/* Add-comments START */
.custom-article-add-comment {
    margin-bottom: 6.2rem;
}

.custom-article-add-comment__title {
    margin-bottom: 2.6rem;
}

.custom-article-add-comment__form {
    max-width: 50.6rem;
}

.custom-article-add-comment__form-input {
    height: 4.3rem;

    border-radius: 0.6rem;
    border: 1px solid #bababa;
    background-color: #fff;

    padding: 1.3rem 1.6rem;
}

.custom-article-add-comment__form-input:first-child {
    width: 19.1rem;
}

.custom-article-add-comment__form-input:last-child {
    width: 29.6rem;
}

.custom-article-add-comment__form-input::placeholder,
.custom-article-add-comment__form-textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #bababa !important;
    font-weight: 600 !important;
    font-size: 1.4rem;
}

.custom-article-add-comment__form-textarea {
    display: block;

    width: 100%;
    height: 15.8rem;

    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid #bababa;

    padding: 1.3rem 1.6rem;
    margin-bottom: 2.9rem;

    resize: none;
}

.custom-article-add-comment__form-top {
    display: flex;
    align-items: center;
    column-gap: 1.9rem;

    margin-bottom: 1.4rem;
}

.custom-article-add-comment__form-button {
    width: 19rem;
    height: 4rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 60px;
    background-color: #3F892C;
    transition: background-color 0.3s ease;

    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;

    border: none;
    outline: none;
}

.custom-article-add-comment__form-button:hover {
    background-color: #191919;
}
/* Add-comments END */


/* Calculate-dosage START */
.custom-article-dosage {
    margin-bottom: 23rem;
}

.container.custom-article-dosage__container {
    height: 45rem;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    border-radius: 2rem;
    background: url("../../img/custom-img/custom-article/custom-article-calculate-dosage.jpg") no-repeat center/cover;

    padding-left: 8rem;
}

.custom-article-dosage__title {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.01em;

    margin-bottom: 4.3rem;
}

.custom-article-dosage__text {
    max-width: 42.8rem;
    width: 100%;

    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;

    margin-bottom: 12.2rem;
}

.custom-article-dosage__link {
    width: 29.7rem;
    height: 5rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 6rem;
    background-color: #191919;
    transition: background-color 0.3s ease;

    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
}

.custom-article-dosage__link:hover {
    color: #fff;
    background-color: #3F892C;
}
/* Calculate-dosage END */


/* To the top START */
.custom-article__top {
    width: 7rem;
    height: 7rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100%;
    background-color: #3F892C;
    transition: opacity 0.3s ease;

    margin-bottom: 11.1rem;
    margin-left: auto;

    border: none;
    outline: none;
}

.custom-article__top:hover {
    opacity: 0.7;
}
/* To the top END */


/* Adaptiv */
@media only screen and (max-width: 1399px) {
    .custom-blog-article__info-wrapper:nth-child(2) {
        margin-left: 5.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .custom-blog-article__info-wrapper:nth-child(2) {
        margin-left: 0.6rem;
    }
    .custom-article__info-wrapper {
        margin-left: 0.6rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list .article.custom-article.custom-article--table {
        grid-column: span 2 !important;
    }

    .blog-list .article.custom-article .article__image img {
        min-height: auto;
    }

    .article.custom-article .tag__marker {
        left: 1.2rem;
        bottom: 7.3rem;
    }

    .custom-blog-article__info {
        display: none;
    }

    .custom-article__marker {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .custom-article__section-title {
        margin-bottom: 1.2rem;
    }

    .custom-blog-article .article__image.custom-article__image {
        margin-bottom: 1.2rem;
    }

    .blog-list .article .article__title.custom-article__title {
        margin-bottom: 0;
    }

    .custom-article-add-comment__form-textarea {
        margin-bottom: 2.7rem;
    }

    .custom-article-add-comment {
        margin-bottom: 4rem;
    }

    .custom-article__text-main {
        margin-bottom: 3.9rem;
    }

    .custom-article__toc-link {
        column-gap: 0.5rem;
    }

    .custom-article__toc-sublist {
        padding-left: 2.6rem;
        margin-bottom: 0.9rem;
    }

    .custom-article__toc {
        margin-bottom: 3.9rem;
    }

    .custom-article-anxiety__title {
        margin-bottom: 3rem;
    }

    .custom-article-anxiety p,
    .dots-list__item.custom-article-anxiety__dots-item {
        font-weight: 300;
    }

    .author-block.custom-article__author {
        margin-bottom: 4.8rem;
        padding: 1.6rem 1.2rem 1.2rem 1rem;
    }

    .blockquote.custom-article__blockquote {
        margin-left: 0;
        padding: 2rem 6.8rem 1.7rem 2rem;
    }

    .blockquote__title.custom-article__blockquote-title {
        margin-bottom: 1.5rem;
    }

    .custom-article__author-post {
        max-width: 22.5rem;
    }

    .author-block__name.custom-article__author-name {
        line-height: 1;

        margin-bottom: 0.6rem;
    }

    .author-block__chapter.custom-article__author-chapter {
        margin-bottom: 0.8rem;
    }

    .custom-article-recommended__title {
        margin-bottom: 3rem;
    }

    .custom-article-recommended {
        margin-bottom: 7.6rem;
    }

    .custom-article-notice {
        align-items: center;

        padding: 2rem 2.4rem;
        margin-bottom: 3.1rem;
    }

    .custom-article-notice__text {
        margin-bottom: 0;
    }

    .custom-article-sources__title {
        font-size: 1.8rem;
    }

    .custom-article-sidebar__item {
        height: 28rem;

        background: url(../../img/custom-img/custom-article/custom-article-sidebar-1-table.jpg) no-repeat center / cover;
    }

    .custom-article-sidebar__item:nth-child(2) {
        display: flex;
        flex-direction: row;

        background: url(../../img/custom-img/custom-article/custom-article-sidebar-2-table.jpg) no-repeat center / cover;
    }

    .custom-article-sidebar__item .custom-article-sidebar__item-tag {
        display: none !important;
    }

    .custom-article-sidebar__item .custom-article-sidebar__item-tag.custom-article-sidebar__item-tag--know {
        display: block !important;

        left: 10.8rem !important;
        bottom: 6.5rem !important;
    }

    .tag-nav.custom-blog-section-nav.custom-article-section-nav {
        display: none !important;
    }

    .custom-article-title-main {
        font-size: 2.4rem;
        font-weight: 400;
    }

    .article-page__header.custom-article-header-table {
        display: block !important;

        padding-bottom: 2.4rem;
        margin-bottom: 3.6rem;
    }

    .custom-article-header-table__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 2.4rem;
    }

    .custom-article-header-share-popup__list.custom-article-header-table__list {
        display: flex;
        align-items: center;

        margin-bottom: 0;
    }

    .custom-article-header-share-popup__list-item.custom-article-header-table__list-item {
        display: block;
    }

    .custom-article-header-table__list-button {
        width: 2.4rem;
        height: 2.4rem;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #9F9F9F;
        font-size: 1.2rem;

        border-radius: 0.3rem;
        background-color: #f4f5f6;

        background-color: transparent;
        border: none;
        outline: none;
    }

    .custom-article-header-share-popup__list.custom-article-header-table__list .custom-article-header-share-popup__list-link {
        width: 2.4rem;
        height: 2.4rem;
    }

    .custom-article-header-share-popup__list.custom-article-header-table__list .custom-article-header-share-popup__list-link img {
        width: 100%;
        height: 100%;
    }

    .sidebar_padding.custom-article-sidebar--table {
        display: block !important;
    }

    .sidebar_padding.custom-article-sidebar.custom-article-sidebar--mobile {
        display: none !important;
    }

    .sidebar_padding.custom-article-sidebar {
        padding: 0 0 0 0rem;
    }

    .blog-section.custom-article-blog-section {
        margin-bottom: 0;
    }

    .blog-list.custom-blog-list.custom-article__list {
        margin-bottom: 9rem;
    }

    .custom-article-sidebar__item {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        column-gap: 2.8rem;
    }

    .custom-article-sidebar__item-text {
        font-size: 2rem !important;
        font-weight: 500 !important;

        padding-bottom: 0.5rem;
    }

    .custom-article-sidebar__item-text.custom-article-sidebar__item-text--table {
        display: block !important;
    }

    .custom-article-sidebar__item:first-child .custom-article-sidebar__item-text {
        max-width: 35.3rem !important;
        width: 100%;
    }

    .custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-text {
        display: none;

        max-width: 33.4rem !important;
        width: 100%;
    }

    .custom-article-sidebar__item {
        padding: 2rem 2rem 2.7rem 3rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
    .custom-article__comments-item:not(:last-child) {
        margin-bottom: 4rem;
    }

    .custom-article-dosage,
    .custom-article__top,
    .custom-article-sidebar__title,
    .custom-article-sidebar__list {
        display: none;
    }

    .author-block.custom-article__author,
    .blockquote.custom-article__blockquote,
    .custom-article__author-post,
    .custom-article-notice,
    .custom-article-sidebar__item {
        width: 100%;
    }

    .blockquote.custom-article__blockquote {
        margin-left: 0;
    }

    .blockquote.custom-article__blockquote p {
        font-family: 'Inter', sans-serif;
    }

    .custom-article__author-post {
        line-height: 1;
    }

    .custom-article-sidebar__item {
        display: flex;
    }

    .custom-article-sidebar__item-tag {
        position: absolute;

        display: block;

        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
    }

    .article-page__header.custom-article-header {
        display: none !important;
    }

    .tag__marker.custom-article-header__marker.custom-article-header__marker--directory {
        width: 10.1rem;
        height: 2.4rem;

        color: #3F892C;
        background-color: #ECF3EA;
    }

    .custom-article-header-table__actions {
        display: flex;
        align-items: center;
        column-gap: 0.8rem;
    }

    .custom-article-header-table__wrapper .custom-article-header__wrapper.custom-article-header-update span:first-of-type,
    .article-page__header.custom-article-header-mobile .custom-article-header-mobile__info .custom-article-header-update span:first-of-type {
        display: none;
    }

    .article-page__header.custom-article-header-table .custom-article-header__share span,
    .article-page__header.custom-article-header-mobile .custom-article-header__share span {
        display: none;
    }

    .article-page__header.custom-article-header-table .custom-article-header__share,
    .article-page__header.custom-article-header-mobile .custom-article-header__share {
        width: 3.3rem;
        height: 2.4rem;
    }

    .custom-article-anxiety__title span {
        display: none;
    }

    .custom-article-anxiety p {
        line-height: 140%;
    }

    .breadcrumb.custom-article-blog-breadcrumb {
        padding-top: 6rem;
    }

    .sidebar_padding.custom-article-sidebar {
        display: none;
    }

    .custom-article-sidebar {
        display: none;
    }

    .custom-article-sidebar__item-link {
        display: block;
        width: 5rem;
        height: 5rem;
    }

    .custom-article-sidebar__item-link img {
        width: 100%;
        height: 100%;
    }

    .catalogue-slider.custom-article-recommended__slider .slick-prev,
    .catalogue-slider.custom-article-recommended__slider .slick-next {
        display: none !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .custom-article__section-title {
        display: none;
    }

    .blog-list.custom-blog-list.custom-article__list {
        display: none;
    }

    .custom-article-comments-user__comment {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 160%;

        padding-left: 0;
    }

    .custom-article-add-comment__form {
        max-width: 34.6rem;
    }

    .custom-article-add-comment__form-input:first-child,
    .custom-article-add-comment__form-input:last-child {
        width: 16.4rem;
    }

    .custom-article-add-comment__form-textarea {
        margin-bottom: 2.2rem;
    }

    .custom-article-add-comment__form-button {
        width: 100%;
    }

    .custom-article-add-comment {
        margin-bottom: 6.6rem;
    }

    .author-block.custom-article__author {
        margin-bottom: 7rem;
        padding: 1.6rem 1rem 1.3rem 1rem;
    }

    .blockquote.custom-article__blockquote {
        padding: 2.1rem 2.1rem 1.6rem 2rem;
    }

    .blockquote__title.custom-article__blockquote-title {
        margin-bottom: 1.5rem;
    }

    .blockquote.custom-article__blockquote p {
        font-weight: 400;
    }

    .custom-article-recommended__title {
        display: none;
    }

    .custom-article-title-main {
        font-size: 1.8rem;

        margin-bottom: 1.2rem;
    }

    .custom-article-anxiety__title {
        margin-bottom: 2.7rem;
    }

    .custom-article-notice {
        display: none;
    }

    .custom-article__comments-title,
    .custom-article-add-comment__title {
        font-size: 1.6rem;
    }

    .custom-article__comments-title {
        margin-bottom: 4.2rem;
    }

    .custom-article-add-comment__title {
        margin-bottom: 2.2rem;
    }

    .custom-article-comments-user__ava {
        width: 6rem;
        height: 6rem;
    }

    .custom-article-comments-user__ava img {
        width: 100%;
        height: 100%;
    }

    .custom-article-comments-user__top {
        column-gap: 2.6rem;

        margin-bottom: 1.5rem;
    }

    .custom-article__comments {
        margin-bottom: 3.8rem;
    }

    .custom-article-sidebar__item:first-child .custom-article-sidebar__item-text,
    .custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-text {
        max-width: 23.3rem;

        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-text {
        max-width: 20rem;
    }

    .custom-article-sidebar__item:first-child .custom-article-sidebar__item-tag {
        left: 2rem;
        bottom: 4.8rem;
    }

    .custom-article-sidebar__item:nth-child(2) .custom-article-sidebar__item-tag {
        left: 2rem;
        bottom: 6.7rem;
    }

    .custom-article-sidebar__item {
        padding: 2rem 2rem 2.6rem 2rem;
    }

    .custom-article-sidebar__item:first-child {
        background: url(../../img/custom-img/custom-article/custom-article-sidebar-1.jpg) no-repeat center / cover;
    }

    .custom-article-sidebar__item:nth-child(2) {
        background: url(../../img/custom-img/custom-article/custom-article-sidebar-2.jpg) no-repeat center / cover;
    }

    .tag-nav.custom-article-section-nav {
        display: flex !important;

        row-gap: 1.2rem;
    }

    .custom-article-section-nav-title {
        display: block;

        margin-bottom: 2.9rem;
    }

    .custom-article-title-main:not(.article-page__header.custom-article-header-mobile .custom-article-title-main) {
        display: none;
    }

    .article-page__header.custom-article-header-mobile {
        display: block !important;

        margin-bottom: 1.6rem;
        padding-bottom: 1.4rem;
    }

    .custom-article-header-mobile__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-bottom: 2.9rem;
    }

    .custom-article-header-mobile__info {
        display: flex;
        align-items: center;
        column-gap: 1.4rem;
    }

    .dots-list__item.custom-article-anxiety__dots-item::before {
        margin-right: 2.8rem;
    }

    .custom-article-anxiety {
        margin-bottom: 4.3rem;
    }

    .custom-article-faq.custom-article-faq--blog {
        padding: 2.7rem 0 3.9rem;
    }

    .custom-article-faq.custom-article-faq--blog .custom-article-faq__title {
        font-weight: 500;

        margin-bottom: 2.5rem;
    }

    .custom-article-faq.custom-article-faq--blog .faq-item:first-of-type a {
        padding: 0 4rem 1.6rem 0;
    }

    .like-block.custom-article-like {
        padding: 3.7rem 0 2.4rem;
    }

    .breadcrumb.custom-article-blog-breadcrumb {
        margin: 1.6rem 0 2.4rem;
    }

    .tag-nav__link.custom-article-section-nav__link {
        width: fit-content;
        height: 3.7rem;

        font-size: 1.3rem;
        line-height: 1;

        padding: 0.7rem 1.7rem;
    }

    .custom-blog-section-nav__link-count.custom-article-section-nav__link-count {
        top: -0.5rem;

        width: 1.8rem;
        height: 1.2rem;

        border-radius: 4.3rem;
        background-color: #676767;

        padding: 0.3rem 0.3rem 0.2rem 0.3rem;
    }

    .sidebar_padding.custom-article-sidebar {
        padding: 0 0 0 0rem;
    }

    .sidebar_padding.custom-article-sidebar--table {
        display: none;
    }

    .sidebar_padding.custom-article-sidebar--mobile {
        display: block !important;
    }

    .custom-article-sidebar__item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.main_reverse > p > img {
    width: 100%;
}

/* Слайдер товаров внутри текстовой колонки статьи */
.custom-article .catalogue-slider,
.catalogue-slider.custom-article-recommended__slider {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;
}

.custom-article .catalogue-slider .slick-list,
.custom-article-recommended__slider .slick-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/*
 * Ширину slick-track и slick-slide задаёт сам Slick.
 * Не устанавливаем здесь width с !important.
 */
.custom-article-recommended__slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.custom-article .article-popular-block {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.custom-article .article-popular-slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    box-sizing: border-box;
}

/* Слайдер товаров строго по ширине текстовой области статьи */
.main.main_reverse {
    min-width: 0;
}

.main.main_reverse .article-popular-block,
.main.main_reverse .article-popular-block.container,
.main.main_reverse .article-popular-slider,
.main.main_reverse .article-popular-slider .slick-list {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.main.main_reverse .article-popular-block.container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    display: contents;
}

.main.main_reverse .article-popular-slider .slick-track {
    margin-right: 0;
    margin-left: 0;
}

.main.main_reverse .article-popular-slider .slick-slide {
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    box-sizing: border-box;
}