

/* Start:/local/templates/viyar_new/components/bitrix/news/.default/style.css?175689676742*/
.g-title__btn-back {
    flex-shrink: 0;
}
/* End */


/* Start:/local/templates/viyar_new/components/bitrix/news.list/articles/style.css?176104250569605*/
.articles-heading-title__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.articles-heading-title__body .g-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 296px;
    flex: 0 0 296px;
}

.g-title__btn-filter {
    margin: 0 22px;
}

.articles-category {
    /*margin-left: auto;
    overflow: auto;
    width: calc(100vw - 180px);*/
}
._filter--open .articles-category {
    /*width: calc(100vw - 296px);*/
}

.articles-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /*max-width: 1208px;*/
}
.articles-category__list .slick-list {
    width: calc(100vw - 340px);
    max-width: 1208px;
    overflow: hidden;
}
.articles-category__list .slick-track {
    display: flex;
}
.articles-category__item:not(.slick-active) {
    /*visibility: hidden;*/
}
.articles-category .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    margin-top: -2px;
    transform: translateY(-50%);
    z-index: 1;
}
.articles-category .slick-arrow.slick-disabled {
    visibility: hidden;
}
.articles-category__list .slick-prev.slick-arrow {
    left: -32px;
    background: transparent url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M22 2L23 3L10 16L23 29L22 30L8 16L22 2Z' fill='white'/%3E%3Cpath d='M21 1L22 2L8 16L22 30L21 31L6 16L21 1Z' fill='%23606060'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center no-repeat;
}

.articles-category__list .slick-next.slick-arrow {
    right: -32px;
    background: transparent url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L9 3L22 16L9 29L10 30L24 16L10 2Z' fill='white'/%3E%3Cpath d='M11 1L10 2L24 16L10 30L11 31L26 16L11 1Z' fill='%23606060'/%3E%3C/svg%3E%0A") center no-repeat;
}

.articles-category .articles-category__link {
    font-size: 16px;
    line-height: 20px;
    color: var(--grayscale-black);
    min-height: 64px;
    /*min-width: 70px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
}

.articles-category .articles-category__link:hover,
.articles-category .articles-category__link.is-active {
    color: var(--primary-base);
    border-color: var(--primary-base);
}

.catalog-articles__cell {
    margin-bottom: 40px;
}

.catalog-articles .articles-filters {
    /*border-right: 1px solid var(--grayscale-faint);*/
    flex: 0 0 296px;
    pointer-events: all;
    position: relative;
    transition: flex .05s linear;
    z-index: unset;
}

.catalog-articles .articles-filters.is-hidden {
    width: 0;
    height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    pointer-events: none;
    z-index: -9999;
}

.articles-filters__container {
    padding: 8px 8px 32px 30px;
    border: 1px solid var(--grayscale-faint);
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.articles-cart__desc.text--ellipsis--7 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-desc::before {
    content: attr(data-before);
    display: block;
    margin-bottom: 14px;
}

.filters-search .filters-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
}

.filters-search ._icon--search {
    background: var(--grayscale-barely)
    url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L14.5 12.5L12.8 10.8C13.5 9.7 14 8.4 14 7C14 3.1 10.9 0 7 0C3.1 0 0 3.1 0 7C0 10.9 3.1 14 7 14C8.4 14 9.7 13.6 10.8 12.8L12.5 14.5L12 15L19 22L22 19L15 12ZM2 7C2 4.2 4.2 2 7 2C9.8 2 12 4.2 12 7C12 9.8 9.8 12 7 12C4.2 12 2 9.8 2 7Z' fill='%23909090'/%3E%3C/svg%3E%0A")
    center no-repeat;
    width: 32px;
    height: 40px;
    border-radius: 2px 0 0 2px;
}

.filters-search .filters-search__input {
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    border: none;
    outline: none;
    background: var(--grayscale-barely);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--grayscale-dark);
    width: 100%;
}

.filters-search .filters-search__input::-webkit-input-placeholder {
    color: var(--grayscale-soft);
}

.filters-search .filters-search__input::-moz-placeholder {
    color: var(--grayscale-soft);
}

.filters-search .filters-search__input:-ms-input-placeholder {
    color: var(--grayscale-soft);
}

.filters-search .filters-search__input::-ms-input-placeholder {
    color: var(--grayscale-soft);
}

.filters-search .filters-search__input::placeholder {
    color: var(--grayscale-soft);
}

._btn--close {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2C14.4 2 18 5.6 18 10C18 14.4 14.4 18 10 18C5.6 18 2 14.4 2 10C2 5.6 5.6 2 10 2ZM10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM15 7L13 5L10 8L7 5L5 7L8 10L5 13L7 15L10 12L13 15L15 13L12 10L15 7Z' fill='%23606060'/%3E%3C/svg%3E%0A")
    center no-repeat;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters-search ._btn--close {
    height: 40px;
    width: 48px;
    background-color: var(--grayscale-barely);
}

.filters-search .filters-search__submit {
    border: none;
    background-color: var(--primary-base);
    border-radius: 0 2px 2px 0;
    color: #fff;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 128px;
    flex: 0 0 128px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.filters-sort .filters__header {
    /*margin-top: 24px;*/
}

.filters-sort .filters__subheader-select {
    padding-left: 0;
    padding-right: 8px;
    padding-bottom: 0;
    max-width: 272px;
}

.filters-sort .filters__subheader-actions {
    padding-left: 0;
    max-width: 272px;
    margin-top: 16px;
    gap: 16px;
}

.filters-sort .filters__subheader-actions > * {
    padding: 0;
}

.filters-sort .filters__subheader {
    padding-bottom: 0;
}

.filters-tags {
    margin-top: 32px;
    padding-right: 20px;
}
.filters-tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.filters-tags__list .filters-tags__link {
    min-height: 24px;
    background-color: var(--grayscale-barely);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grayscale-black);
    border-left: 2px solid var(--grayscale-faint);
    padding: 2px 8px;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.filters-tags__list .filters-tags__link:hover {
    background-color: var(--grayscale-faint);
}

.catalog-articles .articles-cart {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.articles-cart__body {
    background-color: var(--grayscale-barely);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.articles-cart__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    grid-auto-rows: min-content;
    justify-content: start;
    grid-gap: 8px;
    padding: 12px;
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.articles-cart__item {
    max-width: 328px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 16px;
    min-height: 416px;
    display: flex;
    flex-direction: column;
}

.articles-cart__item video {
    width: 100%;
    height: 208px;
    aspect-ratio: 4/3;
    background-color: #f3f9fe;
}

.articles-cart__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.articles-cart__item:hover {
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
}

.articles-cart__figure {
    display: block;
    max-width: 328px;
    height: 208px;
    overflow: hidden;
}

.articles-cart__figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.articles-cart__figure img[src*="noname_"] {
    background-color: #a9e0ff;
}

.articles-cart__content {
    display: flex;
    flex-direction: column;
    padding: 8px 16px 0 24px;
}

.articles-cart__content .articles-cart__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.articles-cart__meta .articles-cart__cat {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    width: calc(100% - 148px);
    padding-right: 5px;
    min-height: 18px;
}

.articles-cart__meta .articles-cart__cat .text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.articles-cart__meta .text {
    font-weight: 700;
    font-size: 12px;
    color: var(--grayscale-base);
}

.articles-cart__meta .articles-cart__date {
    padding-right: 24px;
}

.articles-cart__meta .articles-cart__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._icon--view {
    background: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C2 0 0 5 0 5C0 5 2 10 8 10C14 10 16 5 16 5C16 5 14 0 8 0ZM8 9C5.8 9 4 7.2 4 5C4 2.8 5.8 1 8 1C10.2 1 12 2.8 12 5C12 7.2 10.2 9 8 9ZM8 5H10C10 6.1 9.1 7 8 7C6.9 7 6 6.1 6 5C6 3.9 6.9 3 8 3C8.5 3 9 3.2 9.4 3.6L8 5Z' fill='%23606060'/%3E%3C/svg%3E%0A")
    no-repeat;
    width: 16px;
    height: 10px;
}

.articles-cart__meta .articles-cart__view .text {
    padding-left: 8px;
    font-weight: 400;
}

.articles-cart__title {
    margin: 12px 0;
}

.articles-cart__title .text-title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
}

.articles-cart__desc .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--grayscale-black);
}

.articles-event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    margin: 8px 0 0;
    padding: 0 20px 0 32px;
}

.articles-event__status {
    width: calc(100% - 30px);
}

.articles-event__status .text {
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--grayscale-base);
    white-space: nowrap;
}

.articles-event__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.share-soc__list {
    display: flex;
    align-items: center;
    position: relative;
    right: 0;
    opacity: 1;
    pointer-events: all;
    z-index: unset;
    transition: right .3s ease-in-out;
}
.share-soc__list:not(.unvisible) {
    box-shadow: 0 4px 8px 0 rgba(32, 32, 32, .20);
    border-radius: 64px;
    width: 100%;
    justify-content: flex-end;
    padding: 8px 16px;
}
.share-soc__list.unvisible {
    right: -328px;
    opacity: 0;
    pointer-events: none;
    width: 0;
    transition: right .3s ease-in;
    z-index: -99999;
}

.share-soc__label {
    font-size: 14px;
    line-height: 18px;
    color: var(--grayscale-black);
    padding-right: 13px;
}

.share-soc__list .share-soc__link:not(:last-child) {
    margin-right: 16px;
}
.share-soc__list .share-soc__link:hover {
    opacity: .8;
}

.articles-cart__actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
}

.articles-cart__actions .pagination__main {
    padding: 0 16px;
}

.articles-cart__pagination,
.articles-cart__tools.show-more-products {
    border: 1px solid var(--grayscale-faint);
    border-top: none;
    border-left: none;
}

.articles-cart__tools.show-more-products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}
/*--pagination*/
.news-cart__actions {
    justify-content: flex-end;
    /*position: absolute;*/
    right: 0;
}
.news-cart__actions .pagination__main {
    padding: 0 16px;
}
.news-cart__pagination,
.news-cart__tools.show-more-products {
    border: 1px solid var(--grayscale-faint);
    border-top: none;
    border-left: none;
}
.news-cart__tools.show-more-products {
    flex: 0 0 256px;
}
/**/
.icon-btn {
    cursor: pointer;
}

._icon--share {
    background: url("data:image/svg+xml,%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 16C16.9 16 15.9 16.5 15.1 17.2L7.8 13C7.9 12.7 8 12.3 8 12C8 11.7 7.9 11.3 7.8 11L15.1 6.8C15.8 7.5 16.8 8 18 8C20.2 8 22 6.2 22 4C22 1.8 20.2 0 18 0C15.8 0 14 1.8 14 4C14 4.4 14.1 4.7 14.2 5L6.9 9.2C6.1 8.5 5.1 8 4 8C1.8 8 0 9.8 0 12C0 14.2 1.8 16 4 16C5.1 16 6.1 15.5 6.9 14.8L14.2 19C14.1 19.3 14 19.7 14 20C14 22.2 15.8 24 18 24C20.2 24 22 22.2 22 20C22 17.8 20.2 16 18 16Z' fill='%230080E0'/%3E%3C/svg%3E")
    no-repeat;
    width: 22px;
    height: 24px;
    position: absolute;
}

._icon--filter {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_17714_51024)'%3E%3Cpath d='M18 18.3V28L14 26V18.3L7.8 10H6V8H26V10H24.3L18 18.3Z' fill='%230080E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17714_51024'%3E%3Crect width='32' height='32' fill='%230080E0'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
    width: 32px;
    height: 32px;
}
._icon--filter._active,
._icon--filter.button--transparent:not(.button--icon):active {
    border-radius: 50%;
    background: var(--primary-base) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_17714_51024)'%3E%3Cpath d='M18 18.3V28L14 26V18.3L7.8 10H6V8H26V10H24.3L18 18.3Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17714_51024'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center no-repeat;
}

._icon--filter._active:hover {
    opacity: 0.8;
    background-color: var(--primary-base);
}

.articles-filters__sort .button--outline {
    -webkit-box-shadow: inset 0 0 0 1px var(--primary-base);
    box-shadow: inset 0 0 0 1px var(--primary-base);
}

.adm--radius--16 {
    border-radius: 16px !important;
}

._icon--share-fb {
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 0H1.2C0.5 0 0 0.5 0 1.2V20.8C0 21.5 0.5 22 1.2 22H11.7V13.5H8.8V10.2H11.7V7.8C11.7 5 13.4 3.4 16 3.4C17.2 3.4 18.3 3.5 18.6 3.5V6.5H16.8C15.4 6.5 15.2 7.2 15.2 8.1V10.2H18.5L18 13.5H15.1V22H20.7C21.4 22 21.9 21.5 21.9 20.8V1.2C22 0.5 21.5 0 20.8 0Z' fill='%230080E0'/%3E%3C/svg%3E")
    no-repeat;
    width: 22px;
    height: 22px;
}

._icon--share-tg {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 8.1L9.6 13.6C9.4 13.8 9.3 14.1 9.2 14.3L9 15.9C9 16.1 8.7 16.1 8.6 15.9L7.8 13.2C7.7 12.9 7.8 12.6 8.1 12.4L15.3 8C15.5 7.8 15.6 8 15.5 8.1ZM24 12C24 18.6 18.6 24 12 24C5.4 24 0 18.6 0 12C0 5.4 5.4 0 12 0C18.6 0 24 5.4 24 12ZM19 5.6C19.1 5.3 18.7 5 18.4 5.1L3.3 10.9C2.9 11 2.9 11.6 3.3 11.7L7 13.1L8.4 17.7C8.5 18 8.9 18.1 9.1 17.9L11.2 16.2C11.4 16 11.7 16 11.9 16.2L15.6 18.9C15.9 19.1 16.2 18.9 16.3 18.6L19 5.6Z' fill='%230080E0'/%3E%3C/svg%3E")
    no-repeat;
    width: 24px;
    height: 24px;
}

._icon--share-vb {
    background: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7 3.5998C19.8 1.3998 16.3 0.799805 12.9 0.799805C9.5 0.799805 6.7 0.999805 5.2 1.5998C2.2 2.6998 0 5.0998 0 9.2998C0 11.7998 -1.19209e-07 15.4998 0.6 17.3998C1.5 20.0998 4.4 21.8998 6.5 21.8998H6.8L7.4 25.1998L11.1 22.0998C14.8 22.0998 19.3 21.6998 21.4 19.6998C23.5 17.6998 24 14.8998 24 11.3998C24 7.8998 23.7 5.6998 21.7 3.5998ZM17.4 16.0998C17.1 16.7998 16.6 17.3998 15.9 17.6998C15.7 17.7998 15.5 17.7998 15.3 17.8998C15.1 17.7998 14.8 17.7998 14.6 17.6998C12.3 16.7998 10.2 15.4998 8.6 13.6998C7.7 12.5998 6.9 11.3998 6.3 10.1998C6 9.5998 5.8 8.9998 5.5 8.3998C5.3 7.7998 5.6 7.1998 6 6.7998C6.3 6.3998 6.8 6.0998 7.2 5.8998C7.6 5.6998 7.9 5.7998 8.2 6.0998C8.8 6.7998 9.3 7.4998 9.7 8.2998C10 8.7998 9.9 9.3998 9.4 9.6998C9.3 9.7998 9.2 9.8998 9.1 9.9998C9 10.0998 8.9 10.1998 8.8 10.2998C8.7 10.4998 8.7 10.6998 8.8 10.8998C9.4 12.4998 10.4 13.7998 12 14.4998C12.3 14.5998 12.5 14.6998 12.8 14.6998C13.3 14.5998 13.5 14.0998 13.8 13.7998C14.1 13.4998 14.6 13.4998 15 13.6998C15.4 13.8998 15.7 14.1998 16.1 14.3998C16.5 14.6998 16.8 14.8998 17.1 15.1998C17.5 15.2998 17.6 15.6998 17.4 16.0998ZM14.5 10.7998C14.3 10.7998 14.4 10.7998 14.5 10.7998C14.2 10.7998 14.1 10.6998 14.1 10.3998C14.1 10.1998 14.1 10.0998 14 9.8998C13.9 9.5998 13.8 9.2998 13.5 9.0998C13.4 8.9998 13.2 8.8998 13.1 8.8998C12.9 8.7998 12.7 8.89981 12.5 8.7998C12.3 8.7998 12.2 8.5998 12.2 8.3998C12.2 8.1998 12.4 8.0998 12.6 8.0998C13.8 8.1998 14.6 8.7998 14.7 10.0998C14.7 10.1998 14.7 10.2998 14.7 10.3998C14.7 10.6998 14.6 10.7998 14.5 10.7998ZM13.7 7.6998C13.3 7.4998 13 7.3998 12.6 7.3998C12.4 7.3998 12.3 7.3998 12.1 7.2998C11.9 7.2998 11.8 7.0998 11.8 6.8998C11.8 6.6998 11.9 6.5998 12.2 6.5998C12.9 6.5998 13.5 6.7998 14.1 7.0998C15.3 7.7998 16 8.7998 16.2 10.1998C16.2 10.2998 16.2 10.2998 16.2 10.3998C16.2 10.5998 16.2 10.6998 16.2 10.8998C16.2 10.8998 16.2 10.9998 16.2 11.0998C16.1 11.3998 15.7 11.3998 15.6 11.0998C15.6 10.9998 15.6 10.8998 15.6 10.7998C15.6 10.1998 15.5 9.4998 15.1 8.9998C14.8 8.3998 14.3 7.9998 13.7 7.6998ZM17.5 11.8998C17.3 11.8998 17.2 11.6998 17.1 11.4998C17.1 11.0998 17 10.6998 17 10.1998C16.7 7.9998 14.9 6.1998 12.7 5.7998C12.4 5.6998 12 5.6998 11.7 5.6998C11.5 5.6998 11.2 5.6998 11.2 5.3998C11.2 5.1998 11.3 4.9998 11.6 4.9998C11.7 4.9998 11.7 4.9998 11.8 4.9998C14.8 5.0998 11.7 4.9998 11.8 4.9998C14.8 5.0998 17.2 7.0998 17.7 9.9998C17.8 10.4998 17.8 10.9998 17.9 11.4998C17.9 11.6998 17.8 11.8998 17.5 11.8998Z' fill='%230080E0'/%3E%3C/svg%3E")
    no-repeat;
    width: 24px;
    height: 26px;
}

.share-soc__list .share-soc__link:visited .icon,
.share-soc__list .share-soc__link:active .icon,
.share-soc__list .share-soc__link:focus .icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

._hide {
    display: none !important;
}

.articles-cart__pagination .pagination__prev .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.articles-cart__pagination .pagination__next .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.articles-heading-title-post__body .g-title {
    min-height: 80px;
    margin: 0;
    padding-right: 24px;
}

.articles-heading-title-post__body .g-title__text > * {
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
}

.articles-heading-title-post__body .g-title__text {
    margin-right: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.articles-heading-title-post__body .btn-back__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    border-radius: 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.articles-heading-title-post__body .btn-back__link:hover {
    background-color: rgba(48, 160, 240, 0.15);
}

._icon--back {
    background: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L0 9L9 18H10V0H9Z' fill='%230080E0'/%3E%3C/svg%3E%0A")
    center no-repeat;
    width: 32px;
    height: 32px;
}

.g-title__btn-back .text-link {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-base);
}

.content-articles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(728px, auto) minmax(462px, auto);
    grid-template-columns: minmax(728px, auto) minmax(462px, auto);
    gap: 0 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 32px;
}

.content-articles > * {
    width: 100%;
    -ms-grid-column: 2;
    grid-column: 2;
    max-width: 720px;
}

.poster-articles {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-span: 6;
    grid-row: span 6;
    max-width: 960px;
}

.poster-articles .poster-articles__figure {
    max-width: 960px;
    max-height: 640px;
    width: 100%;
    height: 100%;
    display: block;
}

.poster-articles__figure .poster-articles__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.meta-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 32px;
    min-height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta-articles__cat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.meta-articles__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta-articles__view .icon {
    margin-right: 8px;
}

.meta-articles .text {
    color: var(--grayscale-base);
    font-size: 14px;
    line-height: 18px;
}

.meta-articles__cat .text {
    font-size: 16px;
    line-height: 20px;
}

.content-articles__title {
    margin: 8px 0 16px;
}

.content-articles__title .title-post {
    font-weight: 300;
    font-size: 32px;
    line-height: 112%;
    color: var(--grayscale-black);
}
html[lang="pl"] .content-articles__title .title-post {
    font-weight: 400;
}

.content-articles__subtitle {
    margin-bottom: 16px;
}

.content-articles__subtitle .subtitle-post {
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: var(--grayscale-black);
}

.content-articles__description {
    padding: 0 8px 0 0;
    margin-bottom: 24px;
}

.content-articles__description iframe {
    min-height: 380px;
}

.desc-articles__text {
    padding-right: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--grayscale-base);
    height: calc(100vh - 640px);
    overflow: auto;
}

.post--stock .desc-articles__text {
    height: calc(100vh - 710px);
}

.desc-articles__text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.desc-articles__text ul li {
    list-style: disc;
    padding-bottom: 5px;
    font-size: 14px;
}

.desc-articles__text ul li:last-child {
    padding-bottom: 0;
}

.desc-articles__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--grayscale-base);
    margin-bottom: 20px;
}

.desc-articles__text p:last-child {
    margin-bottom: 0;
}

.tags-articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-articles__list .tags-articles__link {
    min-height: 24px;
    background-color: var(--grayscale-barely);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--grayscale-black);
    border-left: 2px solid var(--grayscale-faint);
    padding: 2px 8px;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tags-articles__list .tags-articles__link:hover {
    background-color: var(--grayscale-faint);
}

.content-articles__share .share-soc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-articles__share .share-soc__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

.title--block .text {
    min-height: 48px;
    margin: 24px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: var(--grayscale-black);
}

.population-articles__body {
    background-color: var(--grayscale-barely);
    height: 480px;
    overflow: hidden;
}

.population-articles__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, auto));
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 16px;
    padding: 16px;
    margin: 0 auto;
}

.population-articles__item {
    max-width: 336px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 16px;
    height: 448px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.population-articles__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.population-articles__item:hover {
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
}

.population-articles__figure {
    display: block;
    width: 336px;
    height: 208px;
}

.population-articles__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.population-articles__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 16px 0 32px;
}

.population-articles__content .population-articles__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.population-articles__meta .population-articles__cat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 148px);
    padding-right: 5px;
}

.population-articles__meta .population-articles__cat .text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.population-articles__meta .text {
    font-weight: 700;
    font-size: 12px;
    color: var(--grayscale-base);
}

.population-articles__meta .population-articles__date {
    padding-right: 24px;
}

.population-articles__meta .population-articles__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.population-articles__meta .population-articles__view .text {
    padding-left: 8px;
    font-weight: 400;
}

.population-articles__title {
    margin: 12px 0;
}

.population-articles__title .text-title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
}

.population-articles__desc .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--grayscale-black);
}

.population-articles .articles-event__share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.population-articles .articles-event__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.population-articles__actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.population-articles__actions .pagination__main {
    padding: 0 16px;
}

.population-articles__pagination,
.population-articles__tools.show-more-products {
    border: 1px solid var(--grayscale-faint);
    border-top: none;
    border-left: none;
}

.population-articles__tools.show-more-products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}

.product-stock {
    margin-top: 24px;
}

.product-stock .filters__header {
    margin-top: 16px;
}

.product-stock .filters__subheader-actions {
    margin-top: 0;
    padding-left: 0;
}

.product-stock .product-card__status {
    font-size: 10px;
    line-height: 12px;
}

.product-card__status::after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 2px;
    border-radius: 50%;
    background-color: #c0c0c0;
}

.product-card__status--green::after {
    background-color: #40e000;
}

.product-card__status::before {
    visibility: hidden;
}

.filters__accordion-control {
    color: var(--grayscale-black);
}

.filters__accordion-control-arrow .icon {
    color: var(--grayscale-base);
}

.filters__accordion-list-item:not(:last-child) {
    border-bottom: 1px solid var(--grayscale-faint);
}

.product-stock .product-list__actions {
    margin-right: 5px;
}

.product-stock .filters + .product-list .product-list__tools--list {
    max-width: calc((100% / 5) + 1px);
}

.pagination .pagination__main {
    padding: 0 9px;
}

#filter_form .filters__accordion_number {
    display: block;
}

.filters__accordion-control {
    color: var(--grayscale-black);
}

#filter_form .bx_filter_input_container {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 66%;
    min-width: 80px;
    width: 100%;
    height: 35px;
    padding: 1px;
    border-radius: 3px;
    background: #8ca3ae;
    background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#8ca3ae), to(#b6c8d2));
    background: linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
    -webkit-box-shadow: 0 1px 0 0 rgb(255 255 255 / 75%);
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}

#filter_form .bx_filter_parameters_box_container_block {
    font-size: 11px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    color: #3f3f3f;
}

#filter_form .bx_filter_input_container input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    height: 33px;
    margin: 0;
    padding: 0 4px;
    border: none;
    background: #fff;
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.75);
    box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.75);
}

#filter_form .bx_ui_slider_track {
    position: relative;
    height: 7px;
    margin: 25px 10px;
    border: 1px solid #8da3ad;
    background: #a1c0c8;
    background: -o-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#a1c0c8), to(#b3d5df));
    background: linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c0c8', endColorstr='#b3d5df',GradientType=0 );
}

#filter_form .bx_ui_slider_part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

#filter_form .bx_ui_slider_part.p1 {
    left: -1px;
}

#filter_form .bx_ui_slider_part.p2 {
    left: 25%;
}

#filter_form .bx_ui_slider_part.p3 {
    left: 50%;
}

#filter_form .bx_ui_slider_part.p4 {
    left: 75%;
}

#filter_form .bx_ui_slider_part.p5 {
    right: -1px;
}

#filter_form .bx_ui_slider_part span {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

#filter_form .bx_ui_slider_part.p2 span,
#filter_form .bx_ui_slider_part.p3 span,
#filter_form .bx_ui_slider_part.p4 span {
    color: #6b8086;
}

#filter_form .bx_ui_slider_range,
#filter_form .bx_ui_slider_pricebar,
#filter_form .bx_ui_slider_pricebar_VD,
#filter_form .bx_ui_slider_pricebar_VN,
#filter_form .bx_ui_slider_pricebar_V {
    position: absolute;
    top: -1px;
    bottom: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#filter_form .bx_ui_slider_range {
    z-index: 50;
}

#filter_form .bx_ui_slider_pricebar {
    z-index: 100;
}

#filter_form .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #2f92d0;
}

#filter_form .bx_ui_slider_pricebar_VN {
    z-index: 70;
    border: 1px solid #8da3ad;
}

#filter_form .bx_ui_slider_pricebar_V {
    z-index: 80;
    top: -1px;
    bottom: -1px;
    background: #2f92d0;
}

#filter_form .bx_ui_slider_handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    background: #2f92d0;
    border-radius: 100px;
    margin-top: -14px;
}

#filter_form .bx_ui_slider_handle:hover {
    -webkit-cursor: -webkit-grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

#filter_form .bx_ui_slider_handle:active {
    -webkit-cursor: -webkit-grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

#filter_form .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -11px;
}

#filter_form .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -11px;
}

.content-articles__footer {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    grid-gap: 24px 32px;
}

.post--stock .content-articles__footer {
    -ms-grid-columns: minmax(288px, 384px) auto;
    grid-template-columns: minmax(288px, 384px) auto;
}

.content-articles__share {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: end;
    align-self: end;
}

.breadcrumbs-section_mobile {
    display: none;
}

.header.header--sticky ~ main > .articles-heading-title {
    max-width: 1536px;
    position: fixed;
    top: 56px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: calc(100% - 48px);
    z-index: 1;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
    -webkit-animation: 0.3s header ease-in-out;
    animation: 0.3s header ease-in-out;
}
.grid .header--sticky .page-header {
    margin: 0 auto;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.18);
}

/*@media (max-width: 1793.6px) {*/
    ._filter--open .articles-heading-title__body .g-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 296px;
        flex: 0 0 296px;
    }

    ._filter--open .catalog-articles .articles-filters {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 296px;
        flex: 0 0 296px;
    }

    .articles-filters__container {
        padding-left: 22px;
    }
/*}*/

/*@media (max-width: 1792px) {*/
    .content-articles {
        grid-gap: 8px 32px;
    }

    .product-stock .filters + .product-list .product-card {
        -ms-flex: 0 1 25.05%;
        -webkit-box-flex: 0;
        flex: 0 1 25.05%;
    }

    .product-stock .product-list .product-card:nth-last-child(-n + 2) {
        display: none;
    }

    .product-stock .product-list__actions {
        margin-right: 0;
    }

    .product-stock .filters + .product-list .product-list__tools--list {
        max-width: calc((100% / 4) + 1px);
        margin-right: 1px;
    }
/*}*/

/*@media (max-width: 1680px) {*/
    .desc-articles__text {
        height: calc(100vh - 680px);
    }

    /*articles for stocks*/

    .post--stock .meta-articles {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        max-width: 960px;
    }

    .post--stock .poster-articles {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        grid-row: 2/5;
    }

    .post--stock .content-articles__title {
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin-bottom: 0;
    }

    .post--stock .content-articles__subtitle {
        margin-bottom: 0;
        padding: 8px 0;
    }

    .post--stock .content-articles__description {
        -ms-grid-row-span: 4;
        grid-row: span 4;
    }

    .post--stock .desc-articles__text {
        height: calc(100vh - 300px);
    }

    .post--stock .content-articles__footer {
        -ms-grid-column: 1;
        grid-column: 1;
        max-width: 960px;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
/*}*/

/*@media (max-width: 1600px) {*/
    .grid .header--sticky .page-header {
        margin: 0 !important;
    }
/*}*/

/*@media (max-width: 1536px) {*/
    .articles-heading-title .g-title {
        margin-bottom: 0;
    }
    .header.header--sticky ~ main > .articles-heading-title {
        width: 100%;
    }
    .content-articles__description {
        padding-right: 0;
    }

    .content-articles {
        grid-column-gap: 24px;
    }
    .is-pagination .main {
        padding-bottom: 32px;
    }
    .desc-articles__text {
        padding-right: 8px;
    }

    .population-articles {
        padding: 0 15px;
    }
/*}*/

@media (max-width: 1440px) {
    .desc-articles__text {
        height: calc(100vh - 760px);
    }

    .post--stock .desc-articles__text {
        height: calc(100vh - 440px);
    }
}

@media (max-width: 1423px) {
    .articles-cart__title .text-title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .articles-cart__desc.text--ellipsis--7 {
        -webkit-line-clamp: 10;
    }
}

@media (max-width: 1366.4px) {
    .articles-category {
        margin: 0;
    }

    .articles-filters__container {
        border-left: none;
    }

    .articles-cart__desc.text--ellipsis--12 {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1366px) {
    .content-articles__description {
        margin-bottom: 0;
    }

    .post--stock .desc-articles__text {
        height: calc(100vh - 500px);
    }

    /**/

    .post-articles .meta-articles {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        max-width: 960px;
    }

    .post-articles .poster-articles {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        grid-row: 2/5;
    }

    .post-articles .content-articles__title {
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin: 0;
    }

    .post-articles .content-articles__subtitle {
        margin-bottom: 0;
        padding: 8px 0;
    }

    .post-articles .content-articles__description {
        -ms-grid-row-span: 4;
        grid-row: span 4;
    }

    .post-articles .desc-articles__text {
        height: calc(100vh - 440px);
    }

    .post-articles .content-articles__footer {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        max-width: 960px;
    }

    .product-stock {
        padding-right: 16px;
    }

    .product-stock .filters + .product-list .product-card {
        -ms-flex: 0 1 33.4%;
        -webkit-box-flex: 0;
        flex: 0 1 33.4%;
    }

    .product-stock .product-list .product-card:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-stock .filters + .product-list .product-list__tools--list {
        max-width: calc((100% / 3) + 1px);
    }
}

@media (max-width: 1279px) {
    .articles-heading-title-post__body .g-title {
        padding: 0 24px;
    }
    .articles-category__list {
        justify-content: flex-start;
    }
    .content-articles {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        padding: 0 16px 0 24px;
    }

    .desc-articles__text {
        padding-right: 8px;
    }
}

@media (max-width: 1024px) {
    main .articles-category {
        -webkit-transition: width 0.25s ease-in-out;
        -o-transition: width 0.25s ease-in-out;
        transition: width 0.25s ease-in-out;
    }

    .articles-heading-title-post__body .g-title {
        padding-right: 16px;
    }

    .g-title__btn-back .text-link {
        width: 45px;
        white-space: nowrap;
        overflow: hidden;
    }

    .content-articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-articles__title .title-post {
        font-size: 32px;
        line-height: 112%;
    }

    .post-articles .content-articles > * {
        max-width: inherit;
    }

    .poster-articles .poster-articles__figure {
        max-width: inherit;
        max-height: inherit;
    }

    .post-articles .desc-articles__text {
        padding-right: 8px;
        height: auto;
    }

    .post-articles .poster-articles {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .post-articles .meta-articles {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .post-articles .content-articles__title {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .post-articles .content-articles__subtitle {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .post-articles .content-articles__description {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .post-articles .content-articles__footer {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .product-stock .filters + .product-list .product-card {
        -ms-flex: 0 1 50.05%;
        -webkit-box-flex: 0;
        flex: 0 1 50.05%;
    }

    .product-stock .product-list .product-card:nth-last-child(-n + 2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .population-articles__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(((33.3% - 16px) * 3) + (16px * 4));
    }

    .population-articles__item {
        max-width: inherit;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3% - 16px);
        flex: 0 0 calc(33.3% - 16px);
    }

    .population-articles__figure {
        width: auto;
    }

    .population-articles__content,
    .population-articles__event {
        padding-left: 16px;
    }
}

@media (max-width: 970px) {
    .header.header--sticky ~ main > .articles-heading-title {
        top: 48px;
    }
}

@media (max-width: 960px) {
    .product-stock .product-list__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-stock .filters + .product-list .product-card {
        -ms-flex: 0 1 50%;
        -webkit-box-flex: 0;
        flex: 0 1 50%;
    }
    .product-stock .filters + .product-list .product-list__tools--list {
        margin-right: 0;
        margin-left: -1px;
        margin-top: -1px;
        max-width: inherit;
        border-top: 1px solid var(--grayscale-faint);
    }
}

@media (max-width: 958px) {
    .product-stock .pagination__prev {
        border-left: none !important;
        border-right: 1px solid var(--grayscale-faint);
    }
}

@media (max-width: 864px) {
    .meta-articles .text {
        font-size: 12px;
        line-height: 16px;
    }

    .meta-articles__cat .text {
        font-size: 14px;
        line-height: 18px;
    }

    .content-articles__title .title-post {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
    }

    .content-articles__description {
        max-height: inherit;
    }

    .desc-articles__text {
        padding-right: 0;
    }

    .population-articles__list {
        width: calc(((50% - 16px) * 2) + (16px * 3));
    }

    .population-articles__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
        flex: 0 0 calc(50% - 16px);
    }
    .articles-cart__list {
        width: auto;
    }
}

@media (max-width: 780px) {
    .main:has(.select__button.is-active),
    body._articlesCatLock {
        overflow: hidden !important;
    }

    .lock .grid:before,
    ._lock .grid:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
    }
    .submenu .submenu__catalog {
        padding: 0;
    }
    /**/

    .main__section .articles-heading-title__body .g-title {
        padding-left: 24px;
    }

    ._articlesCatLock ._icon--catalog {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H0V0H4V4ZM10 0H6V4H10V0ZM16 0H12V4H16V0ZM4 6H0V10H4V6ZM10 6H6V10H10V6ZM16 6H12V10H16V6ZM4 12H0V16H4V12ZM10 12H6V16H10V12ZM16 12H12V16H16V12Z' fill='%230080E0'/%3E%3C/svg%3E%0A")
        center no-repeat;
        width: 48px;
        height: 48px;
        position: absolute;
        z-index: 12;
        margin-top: -74px;
    }

    /**/

    .articles-category .articles-category__link {
        min-height: 48px;
    }

    /**/

    .filters-sort .filters__header-text {
        color: var(--grayscale-black);
    }

    .filters-sort .filters__subheader-select .select__button {
        border: 1px solid var(--grayscale-soft);
        color: var(--grayscale-black);
        height: 40px;
    }

    .filters-sort .filters__subheader-select .select__text {
        color: var(--grayscale-black);
    }

    /**/

    .catalog-articles .articles-cart {
        width: calc(100vw - 336px);
    }

    .articles-cart__list {
        max-width: inherit;
    }

    .articles-cart__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 336px;
        flex: 0 0 336px;
        height: auto;
    }

    .articles-cart__desc .text--ellipsis--12 {
        -webkit-line-clamp: 10 !important;
    }

    .articles-heading-title {
        border-bottom: 1px solid var(--grayscale-faint);
    }

    .main__section .articles-heading-title__body .g-title {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding-left: 0;
    }

    ._icon--catalog {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H0V0H4V4ZM10 0H6V4H10V0ZM16 0H12V4H16V0ZM4 6H0V10H4V6ZM10 6H6V10H10V6ZM16 6H12V10H16V6ZM4 12H0V16H4V12ZM10 12H6V16H10V12ZM16 12H12V16H16V12Z' fill='%230080E0'/%3E%3C/svg%3E%0A")
        center no-repeat;
        width: 48px;
        height: 48px;
    }

    /**/

    .g-title__btn-filter,
    .articles-category__box.is-hidden {
        display: none;
    }

    .articles-heading-title__btn-filter.hidden-lg,
    .articles-category__select .select__button.hidden-lg {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .articles-heading-title__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 16px;
        padding-bottom: 8px;
    }

    .articles-category {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 16px;
    }

    .articles-category__select .select__button {
        height: 32px;
        width: 100%;
    }

    main.main .articles-category {
        width: 100%;
    }

    .articles-category__select {
        position: relative;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .articles-category__select .select__label {
        background-color: #fff;
        padding: 1px 2px;
        position: absolute;
        top: 0;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        color: var(--grayscale-base);
    }

    /**/
    .articles-category .articles-category__list {
        flex-direction: column;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 8px 48px 0 rgba(32, 32, 32, 0.25);
        max-width: 256px;
        width: 100%;
        padding: 16px;
        z-index: 2;
    }
    .articles-category .articles-category__link:hover,
    .articles-category .articles-category__link.is-active {
        background-color: #f0f0f0;
        border-color: var(--grayscale-faint);
    }
    .articles-category .articles-category__link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        min-height: 48px;
        border-bottom: 1px solid #e0e0e0;
        padding: 8px;
    }
    .articles-category .articles-category__item:last-child .articles-category__link {
        border-bottom: none;
    }
    .articles-category__select .select__text {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
    }
    .articles-category a .articles-category__link-text {
        color: #202020;
        font-weight: 700;
        font-size: 14px;
    }

    /**/
    ._filter--open {
        overflow: hidden;
    }
    .catalog-articles .articles-filters.is-hidden {
        right: -350px;
        top: -99999px;
    }

    .catalog-articles .articles-filters {
        background-color: var(--grayscale-dark);
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100dvh;
        -webkit-transition: right 0.25s linear;
        -o-transition: right 0.25s linear;
        transition: right 0.25s linear;
        z-index: 12345;
    }

    .articles-filters__container {
        border: none;
        padding: 8px 0;
        height: 100%;
    }

    .articles-filters__container > * {
        padding: 0 16px;
    }

    .filters-sort .filters__header {
        display: none;
    }

    .articles-filters__container .filters__header.hidden-lg {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        min-height: 32px;
        padding: 0 16px;
    }

    .articles-filters__container .filters__header .button--sidebar {
        position: absolute;
        right: 4px;
    }

    .articles-filters__container .filters__header .icon--size--32 {
        color: #fff;
    }

    .filters-search .filters-search__form {
        margin-top: 8px;
    }

    .filters-sort .filters__subheader {
        padding-top: 24px;
    }

    .filters-sort .filters__subheader-select .select__button {
        border: 1px solid #fff;
        color: #fff;
        height: 48px;
    }

    .filters-sort .filters__subheader-select .select__text {
        color: #fff;
    }

    .filters-tags {
        padding: 16px 0 8px;
        margin-top: 8px;
        border-top: 1px solid var(--grayscale-base);
        /*height: calc(100dvh - 205px);*/
        height: 100dvh;
        overflow: auto;
    }

    .filters-tags__list {
        padding: 0 10px 0 16px;
    }

    /**/

    .filters-search .filters-search__form {
        height: 48px;
    }

    .filters-search .filters-search__input {
        height: 48px;
        background-color: var(--grayscale-base);
        border-radius: 2px 0 0 2px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
        flex: 0 0 162px;
        color: #fff;
    }

    .filters-search .filters-search__input::-webkit-input-placeholder {
        color: #fff;
    }

    .filters-search .filters-search__input::-moz-placeholder {
        color: #fff;
    }

    .filters-search .filters-search__input:-ms-input-placeholder {
        color: #fff;
    }

    .filters-search .filters-search__input::-ms-input-placeholder {
        color: #fff;
    }

    .filters-search .filters-search__input::placeholder {
        color: #fff;
    }

    .filters-search ._icon--search {
        height: 48px;
        background: #606060
        url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L14.5 12.5L12.8 10.8C13.5 9.7 14 8.4 14 7C14 3.1 10.9 0 7 0C3.1 0 0 3.1 0 7C0 10.9 3.1 14 7 14C8.4 14 9.7 13.6 10.8 12.8L12.5 14.5L12 15L19 22L22 19L15 12ZM2 7C2 4.2 4.2 2 7 2C9.8 2 12 4.2 12 7C12 9.8 9.8 12 7 12C4.2 12 2 9.8 2 7Z' fill='%23fff'/%3E%3C/svg%3E%0A")
        right 6px center no-repeat;
        border-radius: 0 2px 2px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .filters-search ._btn--close {
        background: transparent
        url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0C4.9 0 0 4.9 0 11C0 17.1 4.9 22 11 22C17.1 22 22 17.1 22 11C22 4.9 17.1 0 11 0ZM17 15L15 17L11 13L7 17L5 15L9 11L5 7L7 5L11 9L15 5L17 7L13 11L17 15Z' fill='white'/%3E%3C/svg%3E%0A")
        center no-repeat;
        height: 48px;
        width: 22px;
        margin: 0 26px 0 21px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .filters-search .filters-search__submit {
        background: transparent
        url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0C4.9 0 0 4.9 0 11C0 17.1 4.9 22 11 22C17.1 22 22 17.1 22 11C22 4.9 17.1 0 11 0ZM9 17L4 12L6 10L9 13L17 5L19 7L9 17Z' fill='white'/%3E%3C/svg%3E%0A")
        center no-repeat;
        font-size: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 22px;
        height: 48px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .filters__subheader-select .select__label.hidden-lg {
        display: block !important;
    }

    .filters__subheader-select .select__label {
        position: absolute;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        top: -7px;
        background: var(--grayscale-dark);
        padding: 1px 2px;
    }

    .catalog-articles .articles-cart {
        width: 100vw;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    @media (any-hover: hover) {
        .catalog-articles .articles-cart {
            width: calc(100vw - 8px);
        }
    }

    .articles-cart__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .articles-cart__list {
        grid-template-columns: repeat(auto-fill, 344px);
    }

    .main.articles-page {
        display: -ms-grid;
        display: grid;
    }

    .articles-heading-title-post {
        -ms-grid-row: 1;
        grid-row: 1;
        border-bottom: 1px solid var(--grayscale-faint);
    }

    .main__section .articles-heading-title-post__body .g-title {
        padding-left: 0;
    }

    .articles-heading-title-post__body .g-title {
        min-height: 48px;
    }

    .articles-heading-title-post__body ._icon--catalog {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H0V0H4V4ZM10 0H6V4H10V0ZM16 0H12V4H16V0ZM4 6H0V10H4V6ZM10 6H6V10H10V6ZM16 6H12V10H16V6ZM4 12H0V16H4V12ZM10 12H6V16H10V12ZM16 12H12V16H16V12Z' fill='%230080E0'/%3E%3C/svg%3E%0A")
        center no-repeat;
        width: 48px;
        height: 48px;
    }

    ._articlesCatLock ._icon--catalog {
        position: absolute;
        z-index: 12;
        margin-top: -76px;
    }

    .g-title .g-title__text {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
    }
    body .grid .main__section.breadcrumbs-section {
        margin-top: 0;
    }
    .main__section.breadcrumbs-section:not(.breadcrumbs-section_mobile) {
        display: none;
    }

    .breadcrumbs-section_mobile {
        display: block;
        grid-row: auto !important;
        border-top: none !important;
    }

    .g-title .g-title__btn-catalog {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
    }

    ._newsCatLock .main::before {
        content: '';
        background-color: rgba(32,32,32,.15);
        position: fixed;
        top: 114px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    ._newsCatLock .main {
        overflow: hidden;
    }
    ._newsCatLock .g-title .g-title__text {
        opacity: 0;
        width: 100px;
    }

    ._newsCatLock .g-title .g-title__btn-catalog .icon-btn._active {
        position: relative;
    }

    ._newsCatLock  .articles-heading-title .g-title .g-title__btn-catalog {
        position: relative;
    }
    ._newsCatLock  .articles-heading-title .g-title .g-title__btn-catalog:after {
        content: 'КАТАЛОГ';
        font-size: 20px;
        font-weight: 400;
        color: var(--grayscale-black);
        position: absolute;
        top: 16px;
        left: 48px;
    }
    ._newsCatLock .header .submenu._active {
        padding-top: 0;
    }
    ._newsCatLock .header-catalog .drop-box {
        top: 114px;
        height: calc(100% - 114px);
    }
    ._newsCatLock .header--sticky .header-catalog .drop-box {
        top: 96px;
        height: calc(100% - 96px);
    }

    ._newsCatLock .header.header--sticky .dropdown--catalog .dropdown-box {
        top: 97px !important;
    }

    ._newsCatLock .header:not(.header--sticky) .dropdown__list.menuHidden {
        padding: 0 !important;
    }

    ._newsCatLock .header:not(.header--sticky) .dropdown--catalog .dropdown-box {
        height: calc(100% - 87px) !important;
    }

    ._newsCatLock .header.header--sticky ~ main:not(._filter--open) .videos-heading-title__body .g-title {
        z-index: 2;
        width: 100%;
    }

    ._newsCatLock .header.header--sticky ~ main:not(._filter--open) .videos-heading-title__body .videos-category,
    ._newsCatLock .header.header--sticky ~ main:not(._filter--open) .videos-heading-title__body .videos-heading-title__btn-filter.hidden-lg {
        display: none !important;
    }

    .g-title .g-title__text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .g-title .g-title__btn-back {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .g-title .articles-heading-title__btn-filter {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .product-stock .filters__header {
        margin-top: 8px;
    }

    .filters__subheader .filters__subheader-select {
        max-width: inherit;
        padding-right: 16px;
        padding-bottom: 16px;
        /*border-bottom: 1px solid var(--grayscale-base);*/
    }

    .filters__subheader .title--label {
        color: #fff;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        position: absolute;
        top: -5px;
        left: 5px;
        background-color: var(--grayscale-dark);
        padding: 0 3px;
    }

    .filters__body .filters__accordion {
        padding-left: 24px;
    }

    .filters__accordion .filters__accordion-control {
        padding-right: 8px;
    }

    .filters__accordion-list-item:not(:last-child) {
        border-color: var(--grayscale-base);
    }

    .content-articles {
        padding: 0 8px;
    }

    .post-articles .content-articles > * {
        padding-right: 16px;
        padding-left: 16px;
    }

    .post-articles .poster-articles {
        padding: 0;
    }

    .post-articles .articles-title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 16px;
    }

    .post-articles .articles-title h1 {
        font-size: 24px;
        line-height: 100%;
        font-weight: 900;
    }

    .meta-articles__date.term--stock {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 8px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .meta-articles__date.term--stock .text {
        color: var(--grayscale-base);
    }

    .post-articles .post--articles .poster-articles {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .post-articles .post--articles .content-articles__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 16px;
    }

    .product-stock {
        padding: 0;
    }

    .product-stock .product-list__actions .product-list__pagination {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .articles-cart__actions,
    .population-articles__actions {
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .articles-cart__pagination,
    .population-articles__pagination {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border-top: 1px solid var(--grayscale-faint);
        border-right: none;
    }

    .articles-cart__tools.show-more-products,
    .population-articles__tools.show-more-products {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: none;
        border-left: 1px solid var(--grayscale-faint);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .population-articles__tools.show-more-products {
        border-right: 1px solid var(--grayscale-faint);
    }

    .population-articles {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 780px) {
    .dropdown--catalog .dropdown-box {
        top: 97px !important;
        height: calc(100% - 97px) !important;
    }
}

@media (max-width: 720px) {
    .articles-cart__list {
        padding: 16px 8px;
        gap: 16px 8px;
    }
}

@media (max-width: 640px) {
    .post-articles .content-articles__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px 0;
        margin-top: 24px;
    }

    .content-articles__tags {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-articles__share {
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 600px) {
    .articles-heading-title-post__body .g-title {
        padding-right: 16px;
    }

    .g-title__btn-back .text-link {
        width: 45px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 470.4px) {
    .articles-cart__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: inherit;
    }
    .articles-cart__figure {
        max-width: inherit;
    }
}

@media (max-width: 470px) {
    .g-title__btn-back .text-link {
        display: none;
    }

    .articles-heading-title-post__body .g-title__btn-catalog {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .articles-heading-title-post__body .g-title__text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .articles-heading-title-post__body .g-title__btn-back {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .articles-heading-title-post__body ._icon--back {
        width: 22px;
    }

    .content-articles {
        padding: 0;
    }

    .meta-articles__date.term--stock {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .desc-articles__text p {
        font-size: 14px;
        line-height: 18px;
    }

    .desc-articles__text p small {
        font-size: 12px;
    }

    .population-block__title {
        padding: 0;
        min-height: 32px;
    }

    .title--block .text {
        padding: 0 16px;
        font-size: 20px;
        margin-top: 8px;
    }

    .meta-articles__date.term--stock {
        margin-bottom: 8px;
    }

    .meta-articles__date.term--stock .text:first-child {
        font-size: 10px;
    }

    .meta-articles__date.term--stock .text:last-child {
        font-size: 16px;
    }

    .population-articles {
        padding: 0;
    }
}

@media (max-width: 414.4px) {
    .articles-category {
        padding: 0 8px;
    }
}

@media (max-width: 414px) {
    .post--stock .content-articles__description .desc-articles__text:not(._show) {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .post--stock .content-articles__footer:not(._show) {
        display: none;
    }

    .product-stock {
        margin-top: 0;
    }
}

@media (max-width: 360px) {
    .main .product-stock .product-list {
        margin: 0;
    }
}

@media (max-width: 359px) {
    .meta-articles__date.term--stock .text:last-child {
        font-size: 12px;
    }

    .articles-cart__list {
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }

    .population-articles__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .population-articles__link {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .population-articles__figure {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .population-articles__content {
        padding-left: 8px;
    }

    .product-stock .pagination__prev,
    .product-stock .pagination__next,
    .population-articles__actions .pagination__prev,
    .population-articles__actions .pagination__next {
        display: none;
    }

    .main .product-list__actions *,
    .main .population-articles__actions * {
        border-left: none !important;
        border-right: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .post-articles .content-articles__footer {
        padding: 0;
    }

    .content-articles__tags,
    .content-articles__share {
        padding: 0 16px;
    }

    .articles-cart__desc.text--ellipsis--7 {
        -webkit-line-clamp: 8;
    }
}

@media (min-width: 959px) and (max-width: 960px) {
    .product-stock .product-list__actions .product-list__pagination {
        border-right: 1px solid var(--grayscale-faint);
        margin-right: 2px;
    }
}

@media (any-hover: hover) {
    .articles-category::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
/* End */
/* /local/templates/viyar_new/components/bitrix/news/.default/style.css?175689676742 */
/* /local/templates/viyar_new/components/bitrix/news.list/articles/style.css?176104250569605 */
