* {
    scroll-behavior: smooth;
}

.page {
    margin-top: 77px;
}

.page h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 113%;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.page--blog {
    margin-top: 162px;
}

.blog_head {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 110px;
}

.blog_head:last-child {
    margin-bottom: 0;
}

.blog_head .subscribe_block {
    width: calc(50% - 25px);
}

.subscribe_block__title {
    font-size: 40px;
    line-height: 113%;
    text-transform: uppercase;
    text-wrap: balance;
    margin-bottom: 35px;
}

.subscribe_block__title .highlighted {
    color: #e42038;
}

.subscribe_block__title:last-child {
    margin-bottom: 0;
}

.subscribe_block__form {
    background: #ebebec;
    border-radius: 20px;
    padding: 30px 23px;
}

.form-template__title {
    display: none;
}

.form-template__block {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 24px;
}

.form-template__block:last-child {
    margin-bottom: 0;
}

.form-template__block .field {
    width: calc(50% - 16px);
}

.field__input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 13px;
    text-overflow: ellipsis;
    background-color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease-out;
}

.field__input::-webkit-input-placeholder,
.field_textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #959595;
}

.field__input::-moz-placeholder,
.field_textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #959595;
}

.field__input:-ms-input-placeholder,
.field_textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #959595;
}

.field__input:-moz-placeholder,
.field_textarea:-moz-placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #959595;
}

.field__input:-webkit-autofill,
.field__input:-webkit-autofill:hover,
.field__input:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.label--warning .field__input {
    border-color: #e41f38;
}

.field_error {
    display: none;
    margin-top: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #e41f38;
}

.label--warning .field_error {
    display: block;
}

.form-template__row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.form-template__agreement {
    position: relative;
}

.agreement__label {
    position: relative;
    display: block;
    cursor: pointer;
}

.agreement__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -10;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
}

.agreement__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
    color: rgba(0, 0, 0, 0.53);
    position: relative;
    padding-left: 34px;
    display: block;
    text-wrap: balance;
}

.agreement__text:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    border: 1px solid rgba(127, 128, 132, 0.35);
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #fff;
}

.agreement__input:checked ~ .agreement__text:before {
    border-color: #000;
}

.label--warning .agreement__text:before {
    border-color: var(--hit-color);
}

.agreement__input:checked ~ .agreement__text:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-color: #34343b;
    background-image: url('/local/templates/new/assets/svg/checkbox-icon.svg');
    background-size: 8px 6px;
    background-repeat: no-repeat;
    background-position: center;
}

.agreement__text a {
    color: rgba(0, 0, 0, 0.53);
    border-bottom: 1px solid rgba(0, 0, 0, 0.53);
    transition: border 0.3s ease-out;
}

.form-template__agreement .label--warning .field_error {
    padding-left: 34px;
}

.form-template__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    background: #e42038;
    padding: 10px 43px;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
}

.blog_head .blog_main {
    width: calc(50% - 25px);
}

.blog_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 45px;
}

.blog_list:last-child {
    margin-bottom: 0;
}

.blog_item {
    width: calc(50% - 25px);
    position: relative;
}

.blog_main .blog_item {
    width: 100%;
}

.blog_item__link {
    box-shadow: 0 4px 44px -1px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_item > *:last-child {
    margin-bottom: 0;
}

.blog_item__head {
    margin-bottom: 17px;
}

.blog_item__authors {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.blog_item__author {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    gap: 24px;
}

.blog_item__author_img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.blog_item__author_img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.blog_item__author_info {
    display: flex;
    flex-direction: column;
}

.blog_item__author_name,
.blog_item__author_hint {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #000;
}

.blog_item__media {
    width: 100%;
    aspect-ratio: 4.579 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

.blog_main .blog_item__media {
    aspect-ratio: 2.318 / 1;
}

.blog_item__media img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.blog_item__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog_item__info > *:last-child {
    margin-bottom: 0;
}

.blog_item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 104%;
    margin-bottom: 10px;
    color: #000;
}

.blog_main .blog_item__title {
    font-size: 22px;
}

.blog_item__params {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 10px;
}

.blog_item__param {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #959595;
    white-space: nowrap;
}

.blog_item__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #000;
}

.blog_item__description_inner {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog_item__description_more {
    color: #959595;
}

.blog_item__labels {
    position: absolute;
    top: -28px;
    right: -19px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog_item__label {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #e42038;
    border-radius: 100px;
    padding: 13px 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_filter {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 42px;
    margin-bottom: 45px;
}

.blog_filter:last-child {
    margin-bottom: 0;
}

.blog_filter__item {
    background: #ebebec;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    transition: all 0.3s ease-out;
    padding: 10px;
    width: 222px;
    flex-shrink: 0;
    cursor: pointer;
}

.blog_filter__item--active {
    background: #e42038;
    color: #fff;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.pagination__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 113%;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.pagination__item--arrow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.pagination__item--arrow--next {
    margin-left: 22px;
    margin-right: 0;
}

.pagination__item--disabled {
    opacity: 0.5;
    cursor: auto;
}

.pagination__item--arrow svg {
    fill: #e42038;
}

.pagination__item--active {
    color: #e42038;
}

.page--blog-detail {
    margin-top: 116px;
    margin-bottom: 30px;
}

.back_button {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 27px;
}

.back_button:last-child {
    margin-bottom: 0;
}

.back_button__link {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.back_button__icon {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_button__icon svg {
    fill: #e42038;
}

.back_button__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #000;
    transition: color 0.3s ease-out;
}

.article_block {
    display: flex;
    gap: 50px;
    margin-bottom: 110px;
}

.article_block:last-child {
    margin-bottom: 0;
}

.article_block__content {
    width: calc(100% - 459px);
}

.article_block__date {
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #959595;
    margin-bottom: 10px;
}

.article_block__date:last-child {
    margin-bottom: 0;
}

.article_block__media {
    width: 100%;
    aspect-ratio: 2.318 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.article_block__media:last-child {
    margin-bottom: 0;
}

.article_block__media img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.article_block__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 104%;
    margin-bottom: 20px;
}

.article_block__title:last-child {
    margin-bottom: 0;
}

.article_block__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 28px;
}

.article_block__options:last-child {
    margin-bottom: 0;
}

.article_block__option {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #959595;
    white-space: nowrap;
}

.article_block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
}

.article_block__text > *:first-child {
    margin-top: 0;
}

.article_block__text > *:last-child {
    margin-bottom: 0;
}

.article_block__into {
    scroll-margin-top: 100px;
}

.article_block__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    margin: 0;
}

.article_block__text b,
.article_block__text strong {
    font-weight: 700;
}

.article_block__text a {
    color: #e42038;
    text-decoration: none;
    transition: border 0.3s ease-out;
    border-bottom: 1px solid #e42038;
}

.article_block__text h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;
    text-transform: none;
    margin: 25px 0;
    scroll-margin-top: 100px;
}

.article_block__text h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;
    text-transform: none;
    margin: 25px 0 0 0;
    scroll-margin-top: 100px;
}

.article_block__text h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;
    text-transform: none;
    margin: 25px 0 0 0;
    scroll-margin-top: 100px;
}

.article_block__text h2 .icon,
.article_block__text h3 .icon,
.article_block__text h4 .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.article_block__text h2 .icon svg,
.article_block__text h3 .icon svg,
.article_block__text h4 .icon svg {
    width: 100%;
    height: 100%;
}

.article_block__text li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    margin: 0;
    padding-left: 27px;
}

.article_block__text li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
}

.article_block__img {
    margin: 25px 0;
    width: 100%;
    aspect-ratio: 2.318 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.article_block__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.article_block__author {
    border-top: 1px solid #959595;
    margin-top: 20px;
    padding-top: 20px;
}

.article_block__author_head {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 10px;
}

.article_block__author_head:last-child {
    margin-bottom: 0;
}

.article_block__author_img {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.article_block__author_img img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.article_block__author_info {
    display: flex;
    flex-direction: column;
}

.article_block__author_name,
.article_block__author_hint {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #000;
}

.article_block__author_body {
    padding-left: 89px;
}

.article_block__author_descr {
    margin-bottom: 20px;
}

.article_block__author_descr:last-child {
    margin-bottom: 0;
}

.article_block__author_descr,
.article_block__author_descr p {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    color: #000;
}

.article_block__author_links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article_block__author_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
}

.article_block__author_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.article_block__author_link svg {
    width: 100%;
    height: 100%;
}

.article_block__author_link img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.article_block__aside {
    width: 409px;
    flex-shrink: 0;
    padding-top: 34px;
}

.article_block__aside_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.article_block__aside_inner--sticky {
    position: sticky;
    top: 88px;
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    overflow-x: hidden;
}

.article_block__aside_inner--sticky::-webkit-scrollbar {
    display: none;
}

.article_block__aside_inner--sticky::-webkit-scrollbar-track {
    display: none;
}

.article_block__aside_inner--sticky::-webkit-scrollbar-thumb {
    display: none;
}

.article_block__substance {
    padding-bottom: 30px;
}

.substance__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 104%;
    margin-bottom: 24px;
}

.substance__title:last-child {
    margin-bottom: 0;
}

.substance__inner ol {
    list-style: none;
}

.substance__inner ol ol {
    padding-left: 16px;
}

.substance__inner li {
    font-weight: 400;
    font-size: 18px;
    line-height: 200%;
}

.substance__inner > ol > li {
    margin-bottom: 20px;
}

.substance__inner > ol > li:last-child {
    margin-bottom: 0;
}

.substance__inner a {
    color: #000;
    transition: color 0.3s ease-out;
}

.substance__inner .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.substance__inner .icon svg {
    width: 100%;
    height: 100%;
}

.substance__inner .substance--current > a {
    color: #e42038;
}

.blog_slider__head h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 104%;
    margin: 0;
    text-transform: none;
    position: relative;
}

.blog_slider__head {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
}

.blog_slider__head:last-child {
    margin-bottom: 0;
}

.blog_slider__body {
    container-type: inline-size;
}

.blog_slider__slider {
    display: flex;
    gap: 50px;
    overflow-x: clip;
    overflow-y: visible;
    width: calc(100cqw + 42px);
    margin-left: -20px;
    padding: 0 20px;
}

.blog_slider__slider.slick-dotted {
    padding-bottom: 70px;
}

.blog_slider__slider .slick-list {
    overflow: visible;
}

.blog_slider__slider .slick-track {
    display: flex;
    gap: 50px;
}

.blog_slider__slider .blog_item {
    width: calc(50cqw - 25px);
    flex-shrink: 0;
}

.blog_slider__slider .slick-track .blog_item {
    height: auto;
}

.blog_slider__slider .blog_item__link {
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.25);
}

.arrow_block__item {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow_block__item.slick-arrow:not(.slick-hidden) {
    display: flex;
}

.arrow_block__item svg {
    fill: #e42038;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    height: 10px;
}

.slick-dots:not(:has(li:nth-child(2))) {
    display: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #d9d9d9;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.slick-dots li.slick-active {
    background: #e42038;
    width: 16px;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
}

.blog_slider .arrow_block__item {
    position: absolute;
    top: -6px;
    right: 0;
}

.blog_slider .arrow_block__item--prev {
    right: 75px;
}

.article_block__form {
    background: #ebebec;
    border-radius: 10px;
    padding: 20px;
}

.article_block__form_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 126%;
    text-transform: uppercase;
    color: #e42038;
    margin-bottom: 28px;
}

.article_block__form .values__form-container {
    padding: 0;
    margin-top: 0;
}

.article_block__form .input-group {
    margin-bottom: 13px;
}

.article_block__form .values__form-container input[name=politik] {
    width: 18px;
    flex-shrink: 0;
    max-width: 18px !important;
    margin-right: 16px !important;
}

.article_block__form .sf-form__label_pdf {
    font-size: 12px;
    line-height: 115%;
}

.article_block__form .values__form-submit {
    margin: 28px auto 0 auto;
    display: flex;
    padding: 4px 59px;
}

.article_block__form .values__form-hint {
    display: none;
}

.values__form-thanks a {
    color: #e42038;
    border-bottom: 1px solid #e42038;
    transition: border 0.3s ease-out;
}

.values__form-note:not(:empty) {
    margin-bottom: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .agreement__text a:hover {
        border-color: transparent;
    }

    .form-template__button:hover {
        background-color: #aa2938;
    }

    .blog_filter__item:not(.blog_filter__item--active):hover {
        background-color: #aa2938;
        color: #fff;
    }

    .back_button:hover .back_button__text {
        color: #e42038;
    }

    .substance__inner li:not(.substance--current) > a:hover {
        color: #aa2938;
    }

    .article_block__text a:hover {
        border-color: transparent;
    }

    .values__form-thanks a:hover {
        border-color: transparent;
    }
}

@media (max-width: 1199px) {
    .form-template__block {
        gap: 20px;
    }

    .form-template__block .field {
        width: calc(50% - 10px);
    }

    .form-template__row {
        gap: 20px;
    }

    .form-template__button {
        font-size: 20px;
    }

    .agreement__text {
        padding-left: 30px;
    }

    .form-template__agreement .label--warning .field_error {
        padding-left: 30px;
    }

    .blog_filter__item {
        font-size: 20px;
        width: 212px;
    }

    .blog_list {
        gap: 30px;
    }

    .blog_item {
        width: calc(50% - 15px);
    }

    .blog_item__author {
        gap: 20px;
    }

    .blog_item__label {
        font-size: 20px;
    }

    .blog_item__labels {
        top: -22px;
        right: -10px;
    }

    .blog_head {
        gap: 30px;
    }

    .blog_head .subscribe_block {
        width: calc(50% - 15px);
    }

    .blog_head .blog_main {
        width: calc(50% - 15px);
    }

    .article_block {
        gap: 30px;
    }

    .article_block__content {
        width: calc(100% - 439px);
    }

    .blog_slider__slider,
    .blog_slider__slider .slick-track {
        gap: 30px;
    }

    .blog_slider__slider .blog_item {
        width: calc(50cqw - 15px);
    }
}

@media (max-width: 989px) {
    .page--blog {
        margin-top: 102px;
    }

    .page h2 {
        font-size: 30px;
    }

    .blog_head {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 60px;
    }

    .blog_head .subscribe_block {
        width: 100%;
    }

    .subscribe_block__title {
        font-size: 30px;
    }

    .blog_head .blog_main {
        width: 100%;
    }

    .blog_item__author {
        width: 100%;
    }

    .blog_item__author:not(:first-child) {
        display: none;
    }

    .blog_item__media {
        aspect-ratio: 2.318 / 1;
    }

    .article_block__content {
        width: 100%;
    }

    .article_block__aside {
        display: none;
    }

    .article_block__title {
        font-size: 30px;
    }

    .article_block__text h2 {
        font-size: 18px;
    }

    .article_block {
        margin-bottom: 60px;
    }

    .blog_slider__head h2{
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .page h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .subscribe_block__title {
        font-size: 20px;
    }

    .form-template__block .field {
        width: 100%;
    }

    .form-template__row {
        flex-direction: column;
    }

    .form-template__button {
        font-size: 18px;
    }

    .blog_item__labels {
        top: -17px;
    }

    .blog_item__label {
        font-size: 18px;
        padding: 7px 30px;
    }

    .blog_item__param,
    .blog_item__description_inner,
    .blog_item__author_name,
    .blog_item__author_hint {
        font-size: 16px;
    }

    .blog_main .blog_item__title,
    .blog_item__title {
        font-size: 18px;
    }

    .blog_filter {
        gap: 13px;
        margin-bottom: 25px;
    }

    .blog_filter__item {
        font-size: 16px;
        width: 140px;
    }

    .blog_list {
        gap: 20px;
        margin-bottom: 30px;
    }

    .blog_item {
        width: 100%;
    }

    .field__input {
        font-size: 16px;
    }

    .field__input::-webkit-input-placeholder,
    .field_textarea::-webkit-input-placeholder {
        font-size: 16px;
    }

    .field__input::-moz-placeholder,
    .field_textarea::-moz-placeholder {
        font-size: 16px;
    }

    .field__input:-ms-input-placeholder,
    .field_textarea:-ms-input-placeholder {
        font-size: 16px;
    }

    .field__input:-moz-placeholder,
    .field_textarea:-moz-placeholder {
        font-size: 16px;
    }

    .back_button__link {
        gap: 15px;
        justify-content: flex-end;
    }

    .back_button__icon {
        width: 40px;
        height: 40px;
    }

    .back_button__icon svg {
        width: 50%;
    }

    .article_block {
        margin-bottom: 30px;
    }

    .back_button__text,
    .article_block__date,
    .article_block__option,
    .article_block__text,
    .article_block__text p,
    .article_block__text h2,
    .article_block__text h3,
    .article_block__text h4,
    .article_block__text li,
    .article_block__author_name,
    .article_block__author_hint,
    .article_block__author_descr,
    .article_block__author_descr p {
        font-size: 16px;
    }

    .article_block__text h2 .icon,
    .article_block__text h3 .icon,
    .article_block__text h4 .icon {
        width: 16px;
        height: 16px;
    }

    .article_block__title {
        font-size: 20px;
    }

    .article_block__author_head {
        gap: 20px;
    }

    .article_block__author_img {
        width: 45px;
        height: 45px;
    }

    .article_block__author_body {
        padding-left: 0;
    }

    .article_block__author_descr {
        margin-bottom: 16px;
    }

    .article_block__author_links {
        gap: 15px;
    }

    .blog_slider__head h2 {
        font-size: 20px;
        margin: 0;
    }

    .blog_slider__head {
        margin-bottom: 25px;
    }

    .blog_slider__slider,
    .blog_slider__slider .slick-track {
        gap: 15px;
    }

    .blog_slider__slider {
        width: calc(100cqw + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }

    .blog_slider__slider .slick-list {
        overflow: hidden;
        padding: 20px 15px !important;
        margin: -20px -15px;
    }

    .blog_slider__slider .blog_item {
        width: 350px;
    }

    .blog_slider__slider.slick-dotted {
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .page {
        margin-top: 52px;
    }

    .page--blog {
        margin-top: 82px;
    }

    .subscribe_block__title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .subscribe_block__form {
        padding: 15px;
        border-radius: 12px;
    }

    .form-template__block {
        gap: 10px;
        margin-bottom: 15px;
    }

    .field__input {
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 6px;
    }

    .field__input::-webkit-input-placeholder,
    .field_textarea::-webkit-input-placeholder {
        font-size: 14px;
    }

    .field__input::-moz-placeholder,
    .field_textarea::-moz-placeholder {
        font-size: 14px;
    }

    .field__input:-ms-input-placeholder,
    .field_textarea:-ms-input-placeholder {
        font-size: 14px;
    }

    .field__input:-moz-placeholder,
    .field_textarea:-moz-placeholder {
        font-size: 14px;
    }

    .form-template__row {
        gap: 15px;
    }

    .form-template__button {
        font-size: 14px;
        padding: 10px 43px;
    }

    .blog_item__label {
        font-size: 14px;
        padding: 7px 20px;
    }

    .blog_item__link {
        padding: 15px;
    }

    .blog_main .blog_item__title,
    .blog_item__title {
        font-size: 14px;
    }

    .blog_item__param,
    .blog_item__description_inner,
    .blog_item__author_name,
    .blog_item__author_hint {
        font-size: 13px;
    }

    .blog_item__author {
        gap: 10px;
    }

    .blog_item__author_img {
        width: 40px;
        height: 40px;
    }

    .blog_head {
        gap: 40px;
        margin-bottom: 40px;
    }

    .page h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog_filter {
        gap: 10px;
    }

    .blog_filter__item {
        font-size: 14px;
        width: min(140px, calc(50% - 5px));
    }

    .pagination {
        gap: 15px;
    }

    .pagination__item {
        font-size: 13px;
    }

    .pagination__item--arrow {
        width: 38px;
        height: 38px;
        margin-right: 10px;
        padding: 10px;
    }

    .pagination__item--arrow--next {
        margin-left: 10px;
        margin-right: 0;
    }

    .page--blog-detail {
        margin-top: 62px;
        margin-bottom: 10px;
    }

    .back_button {
        margin-bottom: 20px;
    }

    .back_button__icon {
        width: 35px;
        height: 35px;
    }

    .article_block__media,
    .article_block__options,
    .article_block__title {
        margin-bottom: 15px;
    }

    .back_button__text,
    .article_block__date,
    .article_block__option,
    .article_block__text,
    .article_block__text p,
    .article_block__text h2,
    .article_block__text h3,
    .article_block__text h4,
    .article_block__text li,
    .article_block__author_name,
    .article_block__author_hint,
    .article_block__author_descr,
    .article_block__author_descr p {
        font-size: 13px;
    }

    .article_block__text h2 .icon,
    .article_block__text h3 .icon,
    .article_block__text h4 .icon {
        width: 13px;
        height: 13px;
    }

    .article_block__title {
        font-size: 16px;
    }

    .article_block__text h2 {
        margin: 15px 0;
    }

    .article_block__text h3 {
        margin: 15px 0 0 0;
    }

    .article_block__img {
        margin: 15px 0;
    }

    .article_block__author_head {
        gap: 10px;
    }

    .article_block__author_img {
        width: 40px;
        height: 40px;
    }

    .article_block__author_descr {
        margin-bottom: 10px;
    }

    .article_block__author_links {
        gap: 10px;
    }

    .article_block__author_link {
        width: 17px;
        height: 17px;
    }

    .blog_slider__head h2 {
        font-size: 16px;
        margin: 0;
    }

    .blog_slider__slider .blog_item {
        width: min(calc(100vw - 30px), 350px);
    }
}