* {
    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__authors:not(:has(.blog_item__author:nth-child(2))) .blog_item__author {
    width: 100%;
}

.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 0 10px 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 15px 0;
    scroll-margin-top: 100px;
}

.article_block__text h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;
    text-transform: none;
    margin: 25px 0 15px 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 ul {
    margin: 10px 0;
}

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

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

.article_block__text li:before {
    content: '';
    position: absolute;
    top: 17px;
    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__text figure {
    margin: 25px 0;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.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 (min-width: 990px) {
    .page--blog-detail--bfont .article_block__text,
    .page--blog-detail--bfont .article_block__text p,
    .page--blog-detail--bfont .article_block__text h2,
    .page--blog-detail--bfont .article_block__text h3,
    .page--blog-detail--bfont .article_block__text h4,
    .page--blog-detail--bfont .article_block__text li {
        font-size: 26px;
    }

    .page--blog-detail--bfont .substance__inner li {
        font-size: 22px;
    }
}

@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__authors {
        gap: 20px;
    }

    .blog_item__author {
        width: calc(50% - 10px);
        gap: 10px;
    }

    .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 p {
        margin-bottom: 5px;
    }

    .article_block__text ul {
        margin: 5px 0;
    }

    .article_block__text li:before {
        top: 11px;
    }

    .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 li:before {
        top: 8px;
    }

    .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 5px 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);
    }
}
.traning-top{
    position: relative;
}
.traning-top__left h1{
font-weight: 700;
font-size: 64px;
line-height: 113%;
margin-bottom: 11px;
letter-spacing: 0.05em;
text-transform: uppercase;

}
.traning-top__left h1 b{
color: #e42038;font-weight: 700;
}
.traning-top__list{
    display: flex;
    flex-direction: row;
    gap:50px;
    align-items: center;
}
.traning-top__list li{
    font-weight: 400;
font-size: 20px;
line-height: 107%;
text-align: center;
color: rgba(0, 0, 0, 0.53);
display: flex;
flex-direction: row;
align-items: center;
}
.traning-top__list img{
    height: 27px;
    margin-right: 10px;
}
.traning-top__text {
    margin-top: 27px;
}
.traning-top__text p{
    font-weight: 400;
font-size: 24px;
line-height: 126%;
}
.traning-top__form{
   padding: 40px 74px 40px 78px;
    position: relative;
    margin-top: 100px;
    box-shadow: 0 4px 44px -1px rgba(0, 0, 0, 0.25);
background: #fff;border-radius: 20px;
}
.traning-top__form h3,
.traning-top__form .h3{
    font-weight: 700;
font-size: 24px;
line-height: 126%;
margin-bottom: 15px;
}
.traning-top__form li{
    position: relative;font-weight: 400;
font-size: 24px;
line-height: 120%;
color: #000;
}
.traning-top__form ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.traning-top__form li::before{
    display: block;
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMy44NjMxOSA2Ljg3Mzc1QzQuNjQwNDUgNi40ODAyNyA1LjA3ODE0IDcuMjMyNzkgNS41MTk1OSA3Ljc2Mzk4QzYuMjcwNDMgOC42Njg5OCA3LjAwOTk2IDkuNjEzMzIgNy42MzYyOSAxMC42NjA5QzguMTk0NzEgMTEuNTk1NCA4LjYwOTc2IDExLjM3OSA5LjE1MzA4IDEwLjcyNDlDMTEuNjM1OCA3LjcyNDY0IDE0LjEzNzMgNC43NTM5IDE2LjYxNjMgMS43NDM4MkMxOC41NTE4IC0wLjYwNzE5NiAxOC41NTE5IC0wLjYzMTc4OSAyMC4yNDIyIDEuOTc5OUMyMC44MDgyIDIuODU1MzggMjEuNDUzNCAzLjYzMjUgMjEuODY4NCA0LjY4NTA0QzIyLjA3MjIgNS4yMDE0OCAyMi4wNDU3IDUuMzM5MTkgMjEuNzQzOSA1Ljc2NzFDMTkuOTg5NCA4LjIzNjE1IDE4LjAxOTkgMTAuNDA1MiAxNi4wOTE4IDEyLjYxODVDMTQuMzE0NyAxNC42NTk2IDEyLjgxMyAxNy4wNjk3IDEwLjkwNzYgMTguOTIzOUMxMC4yMDk2IDE5LjYwMjcgOS41MjY2MSAyMC4yNzY1IDguOTgzMjkgMjEuMjIwOEM4LjM5ODQ2IDIyLjIzNCA3Ljc0OTQ5IDIxLjU2NTEgNy4xNzIyMSAyMC45NjAxQzUuMjAyNjUgMTguODk5MyAzLjY1MTkxIDE2LjI4NzYgMS43NzY2OCAxNC4wOTg5QzEuMzU3ODcgMTMuNjA3MSAwLjk3MzAwNCAxMy4wNjYxIDAuNTM5MDk4IDEyLjU5ODhDLTAuMTc3NzkgMTEuODI2NiAtMC4xOTI4NzIgMTAuNjkwNSAwLjU3MzA2NiAxMC4wMTE3QzEuMzY5MTkgOS4zMDM0NSAyLjAyOTQ3IDguNDEzMjIgMi42NjMzNSA3LjQ4ODU1QzIuOTk5MTYgNi45OTY3MSAzLjI3ODM3IDYuNDIxMjUgMy44NjY5NyA2Ljg3ODY2TDMuODYzMTkgNi44NzM3NVpNMjAuNzEzOSA1LjExMjk1QzIwLjM1MTYgMy44ODgyNSAxOS43MzI4IDMuMjA0NTkgMTkuMTg1NyAyLjQyNzQ4QzE4LjQ1IDEuMzc5ODUgMTcuODU3NiAxLjM3NDkzIDE3LjEwMyAyLjQwMjg5QzE1LjkyMiA0LjAxNjEzIDE0LjY4NDQgNS42MDQ3OSAxMy4zNzkgNy4wMDE2M0MxMS45NjAzIDguNTIxNDIgMTAuNzM3OCAxMC4zMTE3IDkuMjU4NzIgMTEuNzIzM0M5LjA4ODkzIDExLjg4NTYgOC43Nzk1NSAxMi4wMzgxIDguOTI2NzEgMTIuNDcwOUM5LjAzOTkgMTIuODEwMyA5LjQ3Mzc5IDEzLjE3NDMgOS4wMzIzNCAxMy40OTg5QzguNjU1MDMgMTMuNzc5MiA4LjQwMjI0IDEzLjIzODIgOC4xNzIwOSAxMi45MzMzQzcuMTU3MTIgMTEuNTkwNSA2LjE0OTcgMTAuMjM4IDUuMTY4NjkgOC44NTA5NkM0LjU2NSA3Ljk5NTE1IDQuMDUxODYgNy44MTgwOSAzLjM1NzYxIDguNzYyNDNDMi43MTk5NiA5LjYyODA3IDIuMTQyNjYgMTAuNTQ3OCAxLjU5OTM0IDExLjUwNjlDMS40MTA2OCAxMS44NDE0IDEuMzA4ODIgMTIuMTY2IDEuNjEwNjcgMTIuNTY0NEMzLjQ5NzIyIDE1LjA3NzcgNS42NTkxOCAxNy4yMzIgNy4zNzIxNyAxOS45NzE1QzcuODA5ODUgMjAuNjcgOC4xMzA1OCAyMC41MDc3IDguNTY4MjYgMTkuOTcxNUMxMi4yOTk4IDE1LjQxNzEgMTYuMDQ2NSAxMC44ODIzIDE5Ljc4NTcgNi4zNDI1NkMyMC4wMTU4IDYuMDYyMiAyMC4yMTk2IDUuNzQyNTEgMjAuNDM0NiA1LjQzNzU2QzIwLjU0NzggNS4yODAxNyAyMC43MjE0IDUuMTY3MDUgMjAuNzEzOSA1LjEwODAzVjUuMTEyOTVaIiBmaWxsPSIjNzQ3NTc2IiAvPgo8L3N2Zz4=');
        width: 22px;
        height: 22px;
        position: absolute;
        left: -38px;
        top: 50%;
        transform: translateY(-50%);
}
.traning-top__form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
}
.traning-top__form-form{
    display: flex;
    flex-direction: column;

}
.traning-top__form-input{
    margin-bottom: 12px;
}
.traning-top__form-input input{
    border: 1px solid #959595;
border-radius: 10px;background: #fff;font-weight: 400;
font-size: 16px;
line-height: 115%;
padding: 8px 13px;
width: 100%; 

}
.traning-top__form-input.label--warning input{
    border: 1px solid #e41f38;
}
.traning-top__form-checkbox.label--warning::before{
    border: 1px solid #e41f38 !important;
}
.traning-top__form-checkbox .field_error{
    position: absolute;
    left: 0;
    top: 100%
}
.traning-top__form-input input::placeholder{
   color: #959595;
}
.traning-top__form-checkbox{
    padding-left: 44px;
    position: relative;
    font-family: var(--second-family);
font-weight: 400;
font-size: 12px;
line-height: 115%;;
color: rgba(0, 0, 0, 0.53);
}
.traning-top__form-checkbox input{
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.traning-top__form-checkbox a{
    text-decoration: underline;color: rgba(0, 0, 0, 0.53);
text-decoration-skip-ink: none;
}
.traning-top__form-checkbox a:hover{
    text-decoration: none;
}

.traning-top__form-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid rgba(127, 128, 132, 0.35);
    background-color: #ffffff;
    cursor: pointer;}


    .traning-top__form-checkbox:has(input:checked)::before {
    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;
}

.traning-top__form .sf-button{
    margin-top: 35px;
    padding: 10px;
}
.traning-top__text,
.traning-top__form{
    max-width: 62%;
}
.traning-top__right{
    position: absolute;
    width:38%;
    right: 0;
    bottom: 0;
}
.traning-top__right img{
    width: 100%;
}
.pakets{
    margin-top: 50px;

}
.text h2,
.text .h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 113%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}
.text {
    margin-bottom: 50px;
}
.text p{
    font-weight: 400;
    font-size: 24px;
    line-height: 132%;
    color: #000;
}
.text p a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.text p a:hover{
    text-decoration: none;
}
.sf-button._big{
        padding: 10px 20px;
}
.pakets__cards{
    display: grid;
    gap:33px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}
.pakets__card{
    padding: 20px 40px;border-radius: 10px;box-shadow: 0 4px 44px -1px rgba(0, 0, 0, 0.25);
background: #fff;
}

.pakets__card ul li,
.pakets__card p{  
    font-size: 20px;
    line-height: 113%;
    color: #000;
    margin-bottom: 24px;
}
.pakets__card ul li{
    position: relative;
    padding-left: 30px;
}
.pakets__card ul li::after{
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    left: 14px;
    top: 10px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}
.pakets__card-img{
    aspect-ratio: 340 / 219;
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.pakets__card-recomend{  
    font-size: 20px;
    line-height: 113%;  
}

.pakets__card-recomend b{
    font-weight: 700;
    color: #000;
    margin-left: 32px;
}
.pakets__card-recomend a:hover{
}
.pakets__table{
    padding-left: 15px;
    padding-right: 15px;
    overflow-y:hidden;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.pakets__table table{
    border-spacing:0 10px;
    width: 100%;
    min-width: 532px; 
}
.pakets__slider {
    margin-top: 91px;
}
.pakets__table th{
font-weight: 700;
font-size: 24px;
line-height: 107%;
color: #000;
padding-left: 15px;
padding-right: 15px;
text-align: center;
padding-bottom: 5px;
}
.pakets__table th:first-child{
    text-align: left;
}
.pakets__table tr td{
    padding: 15px;font-weight: 400;
font-size: 24px;cursor: pointer;
line-height: 107%;
text-align: center;
color: #000;
}

.pakets__table tbody tr{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #f5f5f5;
    border-radius: 20px;
}
.pakets__table tbody tr td:first-child{
    border-radius: 20px 0 0 20px;
    
}
.pakets__table tr td:first-child{text-align: left;}
.pakets__table tr td:last-child{
    border-radius: 0 20px 20px 0;
}

.pakets__table tr._active{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), inset 0 0 0px 3px #E42038;
}
.pakets__table tr._active td{
    color: #e42038;font-weight: 700;
}
.pakets__slider {
    box-shadow: 0 4px 44px -1px rgba(0, 0, 0, 0.25);
background: #fff;border-radius: 10px;
}
.paket{
    padding: 57px 64px;
}
.paket__head{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 35px;
}
.paket__head h2,
.paket__head .h2{
    font-weight: 700;
    font-size: 40px;
    padding-left: 24px;
    margin: 0;
    line-height: 107%;
    text-transform: uppercase;
    color: #e42038;
}
.paket__desc{ 
font-weight: 400;
font-size: 24px;
line-height: 107%;
color: #000;border-left: 8px solid #e42038;
padding-left: 25px;
padding-top: 4px;
}
.paket__grid{
    display: grid;
    margin-bottom: 65px;
    grid-template-columns: 1fr 1fr;
    gap:42px 57px;
}
.paket__item-text  ul{
        display: flex;
    flex-direction: column;
    gap: 12px;
}
.paket__item-title{
        padding: 14px 20px 14px 20px;
    margin-bottom: 25px;
    font-weight: 700;
 
text-transform: capitalize;
color: #000;
    border-radius: 20px;background: #ebebec;
    font-weight: 700;
font-size: 24px;
line-height: 113%;
text-transform: capitalize;
color: #000;
}
.paket__item-text {
    padding-left: 22px;
    padding-right: 22px;
}
.paket__item-text p,
.paket__item-text li{
    font-weight: 400;
font-size: 24px;
line-height: 107%;
color: #000;
}

.paket__item-text li{
    position: relative;
    padding-left: 20px;
}
.paket__item-text li::after{
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    left: 0px;
    top: 10px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.paket__form{
    margin-top: auto    ;
}
.paket__form .sf-button{
    padding: 10px;
}
.paket__form-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 91%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}
.paket__form-wrap{
    padding: 30px;
    background: #ebebec;border-radius: 20px;
}
.paket__form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px 30px;
}
.paket__form-input input{
    border-radius: 10px;background: #fff;
    padding: 13px;font-weight: 400;
font-size: 17px;
line-height: 115%;
width: 100%;
color: #000;
}.paket__form-input input.is-invalid{
    box-shadow: 0 0 0 1px red;
}

.paket__form-input input::placeholder{
    color: #959595;
}

.paket__form-checkbox{
    padding-left: 44px;
    position: relative;
    font-family: var(--second-family);
font-weight: 400;
font-size: 12px;
line-height: 115%;;display: block;
color: rgba(0, 0, 0, 0.53);
}
.paket__form-checkbox input{
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.paket__form-checkbox a{
    text-decoration: underline;color: rgba(0, 0, 0, 0.53);
text-decoration-skip-ink: none;
}
.paket__form-checkbox a:hover{
    text-decoration: none;
}

.paket__form-checkbox::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid rgba(127, 128, 132, 0.35);
    background-color: #ffffff;
    cursor: pointer;}


    .paket__form-checkbox:has(input:checked)::before {
    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;
}

.block{ 
}
.trainer__text {
    margin-bottom: 30px;
}
.trainer__text p{
      max-width: 837px;
}
.packages__table table{
    border-spacing:0;
    width: 100%; 
}
.packages__table th{
font-weight: 700;
font-size: 24px;
line-height: 107%;
color: #000;
padding-left: 10px;
padding-right: 10px;
text-align: center;
padding-bottom: 5px; 
font-weight: 700;
font-size: 24px;
text-transform: uppercase;
line-height: 113%;
color: #e42038;
}
.packages__table td,
.packages__table th{
    text-align: left;
}
.packages__table tr td{
    height: 74px;
    vertical-align: top;
    padding:16px 10px 7px;font-weight: 400;
font-size: 24px;
line-height: 113%; border-left: 1px solid #d3d3d3;
color: #000;
}
.packages__table tr:nth-child(odd) td{background: #ebebec;}
.packages__table tr:nth-child(odd) td:first-child{
    border-radius: 20px 0 0 20px;
    
}
.packages__table tr:nth-child(even) td{

}
.packages__table tr td:first-child{text-align: left; 
border-left: 0 solid;}
.packages__table tr:nth-child(odd) td:last-child{
    border-radius: 0 20px 20px 0;border-right: 0 solid;
}
.trainers__grid{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.trainer{
    display: grid;
    grid-template-columns: 350px auto;
    gap:35px;
}
.trainer__soc-links{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.trainer__soc-links a svg{
    transition: transform 0.3s;
}
.trainer__soc-links a:hover svg{
   transform: scale(1.2);
}
.trainer__img-wrap img{
    max-width: 285px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.trainer__name{
   font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    color: #000;
    margin-bottom: 20px;
}
.faq__items{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.faq-item__head{
    cursor: pointer;
    background: #ebebec;
    padding: 12px;border-radius: 20px;
    padding-left: 47px;font-weight: 700;
font-size: 24px;
line-height: 107%;
transition: color 0.4s;
position: relative;
text-transform: capitalize;
}
.faq-item__head::before{
    display: block;
    position: absolute;
    content: '';
    left: 22px;    
    top: 50%;
    margin-top: -5px;
    border-top: 10px solid currentColor;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transition: transform 0.4s;
}
 .faq-item._open .faq-item__head {color: #e42038;}
 .faq-item._open .faq-item__head::before{
    transform: rotate(180deg);
 }
.faq-item__body {
    padding-left: 47px;
    margin-bottom: 0;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}


.sf-feedback__text-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 113%;
    color: #e42038;
    margin-bottom: 23px;
}
.sf-feedback__text p{font-weight: 400;
font-size: 24px;
line-height: 113%;
color: #000}


.sf-feedback__text ul{
    margin-top: 31px;
    margin-bottom: 46px;
}
.sf-feedback__text li{
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    padding-left: 41px;
    color: #000;
}

 .sf-feedback__text li::before{
    display: block;
    content: '';
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMy44NjMxOSA2Ljg3Mzc1QzQuNjQwNDUgNi40ODAyNyA1LjA3ODE0IDcuMjMyNzkgNS41MTk1OSA3Ljc2Mzk4QzYuMjcwNDMgOC42Njg5OCA3LjAwOTk2IDkuNjEzMzIgNy42MzYyOSAxMC42NjA5QzguMTk0NzEgMTEuNTk1NCA4LjYwOTc2IDExLjM3OSA5LjE1MzA4IDEwLjcyNDlDMTEuNjM1OCA3LjcyNDY0IDE0LjEzNzMgNC43NTM5IDE2LjYxNjMgMS43NDM4MkMxOC41NTE4IC0wLjYwNzE5NiAxOC41NTE5IC0wLjYzMTc4OSAyMC4yNDIyIDEuOTc5OUMyMC44MDgyIDIuODU1MzggMjEuNDUzNCAzLjYzMjUgMjEuODY4NCA0LjY4NTA0QzIyLjA3MjIgNS4yMDE0OCAyMi4wNDU3IDUuMzM5MTkgMjEuNzQzOSA1Ljc2NzFDMTkuOTg5NCA4LjIzNjE1IDE4LjAxOTkgMTAuNDA1MiAxNi4wOTE4IDEyLjYxODVDMTQuMzE0NyAxNC42NTk2IDEyLjgxMyAxNy4wNjk3IDEwLjkwNzYgMTguOTIzOUMxMC4yMDk2IDE5LjYwMjcgOS41MjY2MSAyMC4yNzY1IDguOTgzMjkgMjEuMjIwOEM4LjM5ODQ2IDIyLjIzNCA3Ljc0OTQ5IDIxLjU2NTEgNy4xNzIyMSAyMC45NjAxQzUuMjAyNjUgMTguODk5MyAzLjY1MTkxIDE2LjI4NzYgMS43NzY2OCAxNC4wOTg5QzEuMzU3ODcgMTMuNjA3MSAwLjk3MzAwNCAxMy4wNjYxIDAuNTM5MDk4IDEyLjU5ODhDLTAuMTc3NzkgMTEuODI2NiAtMC4xOTI4NzIgMTAuNjkwNSAwLjU3MzA2NiAxMC4wMTE3QzEuMzY5MTkgOS4zMDM0NSAyLjAyOTQ3IDguNDEzMjIgMi42NjMzNSA3LjQ4ODU1QzIuOTk5MTYgNi45OTY3MSAzLjI3ODM3IDYuNDIxMjUgMy44NjY5NyA2Ljg3ODY2TDMuODYzMTkgNi44NzM3NVpNMjAuNzEzOSA1LjExMjk1QzIwLjM1MTYgMy44ODgyNSAxOS43MzI4IDMuMjA0NTkgMTkuMTg1NyAyLjQyNzQ4QzE4LjQ1IDEuMzc5ODUgMTcuODU3NiAxLjM3NDkzIDE3LjEwMyAyLjQwMjg5QzE1LjkyMiA0LjAxNjEzIDE0LjY4NDQgNS42MDQ3OSAxMy4zNzkgNy4wMDE2M0MxMS45NjAzIDguNTIxNDIgMTAuNzM3OCAxMC4zMTE3IDkuMjU4NzIgMTEuNzIzM0M5LjA4ODkzIDExLjg4NTYgOC43Nzk1NSAxMi4wMzgxIDguOTI2NzEgMTIuNDcwOUM5LjAzOTkgMTIuODEwMyA5LjQ3Mzc5IDEzLjE3NDMgOS4wMzIzNCAxMy40OTg5QzguNjU1MDMgMTMuNzc5MiA4LjQwMjI0IDEzLjIzODIgOC4xNzIwOSAxMi45MzMzQzcuMTU3MTIgMTEuNTkwNSA2LjE0OTcgMTAuMjM4IDUuMTY4NjkgOC44NTA5NkM0LjU2NSA3Ljk5NTE1IDQuMDUxODYgNy44MTgwOSAzLjM1NzYxIDguNzYyNDNDMi43MTk5NiA5LjYyODA3IDIuMTQyNjYgMTAuNTQ3OCAxLjU5OTM0IDExLjUwNjlDMS40MTA2OCAxMS44NDE0IDEuMzA4ODIgMTIuMTY2IDEuNjEwNjcgMTIuNTY0NEMzLjQ5NzIyIDE1LjA3NzcgNS42NTkxOCAxNy4yMzIgNy4zNzIxNyAxOS45NzE1QzcuODA5ODUgMjAuNjcgOC4xMzA1OCAyMC41MDc3IDguNTY4MjYgMTkuOTcxNUMxMi4yOTk4IDE1LjQxNzEgMTYuMDQ2NSAxMC44ODIzIDE5Ljc4NTcgNi4zNDI1NkMyMC4wMTU4IDYuMDYyMiAyMC4yMTk2IDUuNzQyNTEgMjAuNDM0NiA1LjQzNzU2QzIwLjU0NzggNS4yODAxNyAyMC43MjE0IDUuMTY3MDUgMjAuNzEzOSA1LjEwODAzVjUuMTEyOTVaIiBmaWxsPSIjNzQ3NTc2IiAvPgo8L3N2Zz4=');
        width: 22px;
        height: 22px;
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
}
.sf-feedback__img{
    margin-bottom: 72px;box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.traning-top__img-mob{
    display: none;
}
@media (max-width:1400px){
    .pakets__cards{
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width:1200px){
    .faq-item__head,
    .packages__table tr td,
    .packages__table td, .packages__table th,
    .paket__item-text p, .paket__item-text li,
    .pakets__table tr td,
    .traning-top__text p,
    .traning-top__form li,
    .text p {
        font-size: 20px;
    }
    .trainer {
        display: grid;
        grid-template-columns: 285px auto;
        gap: 35px;
    }
}
.page--traning .sf-feedback__img{
    width: 100%;
}
@media (max-width:1024px){
  .traning-top__text,
.traning-top__form{
    max-width: 100%;
}
.pakets__card-recomend a {
    margin-left: 22px;}
 .page--traning .sf-feedback__img{
    margin-bottom: 10px; 
}
.page--traning .sf-feedback__wrapper{
    gap: 20px;
}
.page--traning .sf-feedback__title{display: none;}
    .traning-top__left-wrap{
        display: grid;        align-items: end;
        grid-template-columns: 2fr 1fr;
    }
    .traning-top__left-text{
        padding: 30px 0;
    }
    .traning-top__img-mob {
    display: block;
}
    .traning-top__list{
         display: none;
    }
    .traning-top__right{
        display: none;
    }
    .traning-top__form{
        margin-top: 0;
        max-width: 100%;
    }
    .traning-top__left h1{
        font-size: 37px;
    }
    .text h2, .text .h2,
    .paket__head h2, .paket__head .h2{
        font-size: 30px;
    }
    .paket__item-title{
        font-size: 24px;
    }
    .pakets__table th,
    .paket__desc,
    .paket__item-text p, .paket__item-text li,
    .pakets__table tr td,
    .traning-top__text p,
    .traning-top__form li,
    .text p {
        font-size: 16px;
    }
    .pakets__cards{
        gap:10px;
    }
    .pakets__card{
        padding: 15px;
    }
    .pakets__card-recomend,
    .pakets__card ul li, .pakets__card p{
        font-size: 14px;
    }
     .sf-feedback__text-title{
        font-size: 25px;
     }
     .sf-feedback__title,
    .sf-feedback__title{font-size: 20px;}
    .sf-feedback__text li,
    .sf-feedback__text p{font-size: 20px;}
}
@media (max-width:768px){
    .traning-top__form-left ul{
        display: grid;
        gap:0 10px;
        grid-template-columns: 1fr 1fr;
    }
        .sf-feedback__text li, .sf-feedback__text p {
        font-size: 17px;
    }
    
  .page--traning   .sf-feedback__form {
    max-width: 700px;
    width: calc(100vw - 103px);
    margin-left: -60%;
}
    .traning-top__form-left ul li{
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .traning-top__form-left ul li::before{
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .traning-top__img-mob img{

    }

    .packages__table tr td, .packages__table td{
        font-size: 16px;
        height: 58px;
    }
    .traning-top__form li::before {
    display: block;
     width: 15px;
    height: 15px;
    position: absolute;
    background-size: cover;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
}
    .traning-top__form {
    padding: 20px 17px;}
    .traning-top__form-row{
        grid-template-columns: 1fr;

    }
    .traning-top__list{
        flex-direction: column;    gap: 10px;
    align-items: flex-start;
    }
    .sf-feedback__img{
        margin-bottom: 30px;
    }
     .traning-top__left h1 {
        font-size: 20px;
    }
    .traning-top__text{
        margin-top: 10px;
    }
    .paket__form-row{
        grid-template-columns: 1fr;
    }
        .paket__item-title {padding: 5px 12px;
        font-size: 20px;
    }
    .paket{
        padding: 20px;
    }
    .paket__head h2, .paket__head .h2{
        padding-left: 0;
    }
    .paket__head{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .paket__grid{
        grid-template-columns: 1fr;
        gap:30px
    }
    .pakets__cards{
        display: grid;
        grid-template-columns: 1fr;
    }
    .trainer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .trainer__name{
        margin-bottom: 0;
    }
}
.sf-feedback__text-title-mob {
    display: none;
}

.packages__table{
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: hidden;
    overflow-x: auto;
}
.page--traning .sf-form__label .cases-item__more {color: rgba(0, 0, 0, 0.53);border-color: rgba(0, 0, 0, 0.53);}

.page--traning .sf-form__label .cases-item__more:hover{
    border-color: transparent;
}

.pakets__slider {
    margin-bottom: 50px;
}

.paket__sub-grid{

}
.paket__card-img{
    margin-top: 30px;
    height: 250px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	object-fit: contain;
}
.paket__item{
    margin-bottom:24px;
}
@media (max-width:1024px){
	.paket__card-img{
		height: initial;
	}
    .pakets__card-recomend b {
 
    margin-left: 23px;
}
    .paket__card-img {
        margin-top: 0px;
    }
    .paket__card-img{
        height: initial;
    }
    .paket{
        padding: 40px 20px;
    }
}

.page--traning .sf-feedback__wrapper{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30.449% 66.347%;
    grid-template-columns: auto 63.347%;
    gap: 40px;
    padding: 32px 61px;
    border-radius: 20px;
    background-color: #ebebec;
}
.page--traning .sf-feedback__title{
font-weight: 400;
font-size: 40px;
line-height: 115%;
}

.page--traning  .sf-form__input {
    border-radius: 10px;
}
.page--traning  .sf-feedback__img {
    margin-bottom: 35px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 275px;
}

@media (max-width: 1023px) {
   .page--traning    .sf-feedback__wrapper {
       
        padding: 40px;
    }
}

@media (max-width: 767px) {
   .page--traning  .sf-feedback__wrapper {
        gap: 24px;
        padding: 24px;
    }
}
@media (max-width: 989px) {
    .trainer__name,
    .paket__form-title,
    .text h2, .text .h2, .paket__head h2, .paket__head .h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .text {
    margin-bottom: 20px;
}
.faq-item__body{
    margin-bottom: 0;
}
.paket__grid{
    margin-bottom: 30px;
}
.block{
    margin: 0;
}
.packages__table tr td, .packages__table td,
.packages__table th, .packages__table td,
.pakets__table tr td,.pakets__table tr th,
.faq-item__head,
    .trainer__text p,
    .trainer__text ,
    .paket__desc, 
    .paket__item-text p, 
    .paket__item-text li, 
    .traning-top__text p, .traning-top__form li, .text p  {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .paket__item-text {
    padding-left: 12px;
    padding-right:12px;
}
.paket__form-wrap{
    padding: 12px;
}
.paket__form-input input{
    font-size: 12px;
}
.paket__item-text ul{
    gap:6px;
}.paket__form-row{
    gap: 10px;
}
    .paket__item-text li::after{
        top: 4px;
    }
    .paket__item-text li{
        padding-left: 10px;
    }
    .pakets__card ul li::after{
        top: 5px;
    }
    .pakets__card-recomend, .pakets__card ul li, .pakets__card p{
        margin-bottom: 5px;
    }
    .pakets__card ul li{
        margin-bottom: 5px;
    }
    .trainer__name,
    .paket__form-title,
    .text h2, .text .h2, .paket__head h2, .paket__head .h2 {
        font-size: 20px;
    }
    .packages__table tr td, .packages__table td,
    .packages__table th, .packages__table td,
    .pakets__table tr td,.pakets__table tr th,
    .faq-item__head,
    .trainer__text p,
    .trainer__text ,
    .paket__desc, 
    .paket__item-text p, 
    .paket__item-text li, 
    .traning-top__text p, .traning-top__form li, .text p  {
        font-size: 14px;
    }

      .page--traning .field_error {
        font-size: 10px;
      }
      .page--traning .sf-button {
        line-height: 0px;
        padding: 12px;
        font-size: 14px;
        min-width: auto;
    }
}

@media (max-width: 500px){
    .faq-item__head{
        padding-left:  25px;
    }
    .faq__items{
        gap: 10px;
    }
    .faq-item__body{
        padding-left: 25px;
    }
    .faq-item__head::before {
    display: block;
    position: absolute;
    content: '';
    left:10px;
    top: 50%;
    margin-top: -3px;
    border-top: 6px solid currentColor;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;}
      .traning-top__form-left ul{
        display: grid;
        gap:0 10px;
        grid-template-columns:   1fr;
    }
    .traning-top__text p{
        font-size: 10px;
    }
     .traning-top__left-wrap{
        grid-template-columns: 1fr 1fr;
    }
    .page--traning  .request.block{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page--traning .sf-feedback__wrapper{
        padding: 20px;
    }
      .page--traning    .sf-feedback__form {
            max-width: 700px;
        width: calc(100vw - 75px);
        margin-left: -130px;
    }

    .page--traning .sf-feedback .sf-container{
        padding-top: 0;
    }
    .page--traning .sf-feedback__text-title{
        font-size: 13px;
        margin-bottom: 17px;
    }
    .sf-feedback__text-title-desktop{
        display: none;
    }
    .sf-feedback__text-title-mob {
        display: block;
        text-align: center;
        grid-column: span 2;
        margin-bottom: 0;
    }
        .sf-feedback__text li, .sf-feedback__text p {
        font-size: 12px;
    }
    .sf-feedback__text li::before{    width: 13px;
    height: 13px;
    background-size: cover;}
    .sf-feedback__text li{
        padding-left: 24px;
    }

     .page--traning .sf-feedback__text ul {
    margin-top: 5px;
    margin-bottom: 15px;
}
    .page--traning .sf-feedback__wrapper {
        gap:0  20px;
        grid-template-columns: 110px calc(100% - 130px);
    }

        .paket__item-title {
        padding: 5px 12px;
        font-size: 14px;
        margin-bottom: 7px;
    }
    .trainer__name,
    .paket__form-title,
    .text h2, .text .h2, .paket__head h2, .paket__head .h2 {
        font-size: 14px;
    }
    .packages__table tr td, .packages__table td,
    .packages__table th, .packages__table td,
    .pakets__table tr td,.pakets__table tr th,
    .faq-item__head,
    .trainer__text p,
    .trainer__text ,
   .paket__desc, 
    .paket__item-text p, 
    .paket__item-text li, 
    .traning-top__text p, .traning-top__form li, .text p  {
        font-size: 12px;
    }
}
.traning-top__form-form {
	position: relative;
}
.traning-top__form-thanks{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	display: none;
}
.traning-top__form-thanks p{
	font-size: 24px;
}
.traning-top__form-form._thanks .traning-top__form-thanks{
	display: block;
}
@media (max-width: 1200px) {
	.traning-top__form-thanks p{
		font-size: 20px;
	}
}
.pakets{
	padding-top: 100px;
}

@media (max-width: 1024px) {
	 .page--traning .container>br{display: none;}
	.trainers__grid {
		gap: 30px;
	}
	.block {
    padding-top: 25px;
    padding-bottom: 25px;
}
	.pakets__slider{
		margin-bottom: 0;
		margin-top: 50px;
	}
	.pakets{
		padding-top:50px;
	}
	.traning-top__form-thanks p{
		font-size: 16px;
	}
}


.paket__form-thanks{
	display: none;
}
.paket__form._thanks .paket__form-thanks{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	padding-top: 10px;
}

.paket__form-wrap{
	position: relative;
}



.modal-case__bullets{
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: center; 
	justify-content: center;
	display: none;
}

.modal-case__bullet{
	width: 15px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #ebebeb;
	cursor: pointer;
	transition: background 0.3s;
}
.modal-case__bullet:hover{
	background: #959595;
}
._active.modal-case__bullet{
	    background: #e42038
}

.modal-case__body  .modal-case__item-desc {
    font-size: 24px;
}

.modal-case__item-title {
    font-size: 32px;
	padding-bottom: 26px;
}

@media (max-width: 1100px) {
	.modal-case__body  .modal-case__item-desc {
		font-size: 18px;
	}

	.modal-case__item-title {
		font-size: 24px;
		padding-bottom: 18px;
	}
}


.modal-case__item-desc li::after{
	position: absolute;
	left: 5px;
	top: 10px;
	width: 4px;
	height: 4px;
	display: block;
	content: '';
	background: currentColor;
	border-radius: 50%;
}
@media (max-width: 1100px) {
    .modal-case__item-desc li::after{
       top: 7px;
    }
}
.modal-case__item-desc li{
	position: relative;
	padding-left:15px;

}