.articles-index {
    padding-top: 40px;
}

.articles-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px;
}

.articles-categories__item {
    padding: 12px 20px;
    border: 1px solid #dce2f4;
    border-radius: 100px;
    color: #2f3a6f;
    transition: color .2s, background-color .2s, border-color .2s;
}

.articles-categories__item:hover,
.articles-categories__item.active {
    color: #fff;
    background: #2f3a6f;
    border-color: #2f3a6f;
}

.articles-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 88px;
    border-radius: 24px;
    background: #eef2ff;
}

.articles-featured__image {
    display: block;
    min-height: 480px;
}

.articles-featured__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 52px;
}

.articles-featured__label {
    margin-bottom: 18px;
    color: #5f8bff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.articles-featured__title {
    margin: 0 0 20px;
    font-size: clamp(32px, 3vw, 56px);
    line-height: 1.05;
}

.articles-featured__title a,
.articles-card__title a {
    color: inherit;
}

.articles-featured__text {
    margin-bottom: 24px;
    color: #515873;
    font-size: 18px;
    line-height: 1.55;
}

.articles-featured__text > :last-child,
.articles-card__text > :last-child {
    margin-bottom: 0;
}

.articles-featured__link {
    margin-top: 28px;
}

.articles-index__top {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 32px;
}

.articles-index__title {
    margin: 0;
    font-size: clamp(32px, 4vw, 56px);
}

.articles-index__count {
    color: #8790ad;
    font-size: 18px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 32px 20px;
}

.articles-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #f5f7fc;
}

.articles-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1.45;
    flex: 0 0 auto;
}

.articles-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.articles-card__meta,
.article-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #8790ad;
    font-size: 14px;
}

.articles-card__title {
    margin: 14px 0 12px;
    font-size: 25px;
    line-height: 1.15;
}

.articles-card__text {
    margin-bottom: 22px;
    color: #5f667c;
    line-height: 1.5;
}

.articles-card__link {
    margin-top: auto;
    color: #2f63e9;
    font-weight: 600;
}

.articles-empty {
    padding: 48px;
    border-radius: 18px;
    background: #f5f7fc;
    color: #5f667c;
}

.article {
    padding-top: 32px;
}

.article-header {
    width: 100%;
    max-width: 1320px;
    margin: 64px auto 72px;
}

.article-header__title {
    margin: 18px 0 24px;
    font-size: clamp(44px, 6vw, 88px);
    line-height: .98;
    letter-spacing: -.035em;
}

.article-header__lead {
    max-width: 900px;
    color: #515873;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.45;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.article-author__avatar {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #2f3a6f;
    font-size: 14px;
    font-weight: 600;
    place-items: center;
}

.article-author__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.article-author__info small {
    color: #8790ad;
    font-size: 12px;
}

.article-author__info strong {
    color: #30364b;
    font-size: 14px;
    font-weight: 600;
}

.article-layout {
    display: grid;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: clamp(44px, 6vw, 112px);
    align-items: start;
}

.article-sidebar {
    align-self: stretch;
    min-width: 0;
}

.article-sidebar__navigation {
    position: sticky;
    top: 132px;
    overflow-y: auto;
    max-height: calc(100vh - 156px);
    scrollbar-width: thin;
    scrollbar-color: #b8c2e2 transparent;
}

.article-sidebar__image,
.article-mobile-preview {
    overflow: hidden;
    margin-bottom: 28px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    background: #eef2ff;
}

.article-sidebar__image img,
.article-mobile-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-main {
    min-width: 0;
    max-width: 868px;
}

.article-toc {
    padding: 24px;
    border: 1px solid #dce2f4;
    border-radius: 18px;
    background: #fff;
}

.article-toc__title {
    margin-bottom: 16px;
    color: #2f3a6f;
    font-weight: 600;
}

.article-toc__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    gap: 10px;
}

.article-toc__item a {
    color: #626b88;
    line-height: 1.35;
}

.article-toc__item_h3 {
    padding-left: 16px;
    font-size: 14px;
}

.article-content {
    color: #30364b;
    font-size: 19px;
    line-height: 1.72;
}

.article-content h2,
.article-content h3 {
    scroll-margin-top: 148px;
    color: #17204b;
    line-height: 1.1;
}

.article-content h2 {
    margin: 72px 0 24px;
    font-size: clamp(32px, 4vw, 52px);
}

.article-content h3 {
    margin: 42px 0 18px;
    font-size: 28px;
}

.article-content p,
.article-content ul,
.article-content ol {
    margin: 0 0 24px;
}

.article-content ul,
.article-content ol {
    padding-left: 28px;
}

.article-content ul {
    list-style: disc;
}

.article-content ol {
    list-style: decimal;
}

.article-content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.article-content a {
    color: #2f63e9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.article-content figure {
    max-width: 100%;
    margin: 48px 0;
}

.article-content img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
}

.article-content figcaption {
    margin-top: 12px;
    color: #8790ad;
    font-size: 14px;
    line-height: 1.5;
}

.article-content blockquote {
    position: relative;
    overflow: hidden;
    margin: 48px 0;
    padding: 58px 48px 40px;
    border: 1px solid rgba(95, 139, 255, .25);
    border-radius: 24px;
    background: linear-gradient(135deg, #f4f7ff 0%, #e9efff 100%);
    box-shadow: 0 18px 50px rgba(47, 58, 111, .08);
}

.article-content blockquote::before {
    position: absolute;
    top: 14px;
    left: 34px;
    color: #5f8bff;
    content: "“";
    font-family: Georgia, "Times New Roman", serif;
    font-size: 86px;
    line-height: 1;
    opacity: .9;
}

.article-content blockquote p {
    position: relative;
    margin-bottom: 0;
    color: #202a59;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.015em;
}

.article-content .article-note {
    margin: 40px 0;
    padding: 28px 32px;
    border-left: 4px solid #5f8bff;
    border-radius: 0 16px 16px 0;
    background: #eef2ff;
}

.article-content .article-note p:last-child {
    margin-bottom: 0;
}

.article-content blockquote cite {
    position: relative;
    display: flex;
    margin-top: 28px;
    padding: 18px 0 0 48px;
    border-top: 1px solid rgba(95, 139, 255, .22);
    color: #4f597b;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    flex-direction: column;
    gap: 2px;
}

.article-content blockquote cite::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #2f3a6f;
    content: "НХ";
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    place-items: center;
}

.article-content blockquote cite strong {
    color: #202a59;
    font-size: 15px;
    font-weight: 600;
}

.article-content blockquote cite span {
    color: #77809d;
    font-size: 13px;
}

.article-video__frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    background: #17204b;
}

.article-video__frame iframe,
.article-video__frame video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.article-content hr {
    height: 1px;
    margin: 56px 0;
    border: 0;
    background: #dce2f4;
}

.article-content table {
    display: block;
    overflow-x: auto;
    width: 100%;
    margin: 36px 0;
    border-collapse: collapse;
}

.article-content th,
.article-content td {
    padding: 14px 16px;
    border: 1px solid #dce2f4;
    text-align: left;
}

.article-mobile-preview,
.article-mobile-toc {
    display: none;
}

.article-similar {
    padding-top: 112px;
}

.article-similar__title {
    margin-bottom: 36px;
}

.wrapper {
    overflow: clip;
}

.product-content__layout {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.product-content__aside {
    min-width: 0;
    align-self: stretch;
}

.product-content__aside-inner {
    position: sticky;
    top: 132px;
    width: min(100%, 460px);
    margin-left: auto;
    margin-right: clamp(24px, 4vw, 72px);
}

.product-content_right-aside .product-content__aside-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.section-editor-mobile-navigation {
    display: none;
}

.section-editor__navigation-links {
    display: flex;
    flex-direction: column;
}

.product-content__navigation {
    display: flex;
    padding: 0;
    flex-direction: column;
}

.product-content__navigation-title {
    margin-bottom: 24px;
    color: #252e57;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.product-content__navigation a {
    position: relative;
    padding: 15px 38px 15px 0;
    border-top: 1px solid #e4e8f6;
    color: #4c576e;
    font-size: 16px;
    line-height: 1.35;
}

.product-content__navigation a:last-child {
    border-bottom: 1px solid #e4e8f6;
}

.product-content__navigation a::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #8c96b2;
    border-bottom: 1px solid #8c96b2;
    content: "";
    transform: translateY(-65%) rotate(45deg);
}

.product-content__navigation a:hover {
    color: #2f63e9;
}

.product-content__navigation a.active {
    color: #2f63e9;
    font-weight: 600;
}

.section-editor__navigation-link_h3 {
    padding-left: 18px !important;
    font-size: 14px !important;
}

.section-editor__navigation-link_h4 {
    padding-left: 34px !important;
    font-size: 13px !important;
}

.product-content__main {
    min-width: 0;
    max-width: none;
}

.product-content__block {
    padding: 0 0 64px;
    scroll-margin-top: 148px;
}

.product-content__block + .product-content__block {
    padding-top: 64px;
    border-top: 1px solid #dce2f4;
}

.product-content__title {
    margin: 0 0 28px;
    color: #17204b;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.product-content__text {
    color: #30364b;
    font-size: 18px;
    line-height: 1.72;
}

.product-content__text p,
.product-content__text ul,
.product-content__text ol {
    margin: 0 0 24px;
}

.product-content__text h3,
.product-content__text h4 {
    margin: 34px 0 18px;
    color: #202a59;
    line-height: 1.2;
}

.product-content__text h3 {
    font-size: 26px;
}

.product-content__text h4 {
    font-size: 21px;
}

.product-content__text ul,
.product-content__text ol {
    padding-left: 26px;
}

.product-content__text ul {
    list-style: disc;
}

.product-content__text ol {
    list-style: decimal;
}

.product-content__text li {
    margin-bottom: 12px;
    padding-left: 4px;
}

.product-content__text strong {
    color: #202a59;
    font-weight: 600;
}

.section-editor__content h2 {
    margin: 0 0 28px;
    padding-top: 64px;
    border-top: 1px solid #dce2f4;
    color: #17204b;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.025em;
    scroll-margin-top: 148px;
}

.section-editor__content h2.section-editor__first-heading {
    padding-top: 0;
    border-top: 0;
}

.section-editor__content h3 {
    scroll-margin-top: 148px;
}

.section-editor__content .sp-image,
.section-editor__content .sp-gallery,
.section-editor__content .sp-block-table,
.section-editor__content iframe,
.section-editor__content video {
    margin: 32px 0;
}

.section-editor__content .sp-image {
    overflow: hidden;
    border-radius: 16px;
}

.section-editor__content .sp-image img,
.section-editor__content video,
.section-editor__content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

.section-editor__content iframe,
.section-editor__content video {
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 16px;
}

.section-editor__content .sp-gallery-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.section-editor__content .sp-gallery-item img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.section-editor__content table {
    width: 100%;
    border-collapse: collapse;
}

.section-editor__content th,
.section-editor__content td {
    padding: 14px 16px;
    border: 1px solid #dce2f4;
    text-align: left;
}

.content-lead {
    margin-top: 32px;
    padding: 24px;
    border-radius: 16px;
    color: #fff;
    background: #252e57;
}

.content-lead__title {
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.content-lead__input {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(229, 231, 235, .4);
    border-radius: 16px;
    outline: none;
    color: #fff;
    background: transparent;
    font-family: inherit;
    font-size: 18px;
}

.content-lead__input::placeholder {
    color: rgba(229, 231, 235, .5);
}

.content-lead__input:focus {
    border-color: rgba(229, 231, 235, .8);
}

.content-lead__note {
    margin-top: 10px;
    color: #f9fafb;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
}

.content-lead__button {
    display: flex;
    min-height: 54px;
    margin-top: 24px;
}

.content-lead__button span {
    margin-right: auto;
}

.content-lead__button svg {
    flex: 0 0 28px;
    margin-left: 16px;
}

.content-lead__policy {
    margin-top: 8px;
    color: #f9fafb;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
}

.catalog-subsections__top {
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 560px);
    gap: 40px;
    align-items: end;
}

.catalog-subsections__title {
    margin: 0;
    color: #17204b;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1;
    letter-spacing: -.035em;
}

.catalog-subsections__description {
    color: #626b88;
    font-size: 18px;
    line-height: 1.6;
}

.catalog-subsections__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.catalog-subsections__card {
    overflow: hidden;
    border: 1px solid #e0e5f4;
    border-radius: 20px;
    color: #202a59;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.catalog-subsections__card:hover {
    border-color: #9db6ff;
    box-shadow: 0 18px 44px rgba(47, 58, 111, .11);
    transform: translateY(-4px);
}

.catalog-subsections__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #eef2ff;
}

.catalog-subsections__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-subsections__content {
    display: flex;
    min-height: 210px;
    padding: 24px;
    flex-direction: column;
}

.catalog-subsections__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
}

.catalog-subsections__text {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 14px;
    color: #69718d;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalog-subsections__count {
    margin-top: auto;
    padding-top: 18px;
    color: #5f8bff;
    font-size: 13px;
    font-weight: 600;
}

.hm-stage-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.hm-stage-text {
    color: #626b88;
    font-size: 14px;
    line-height: 1.45;
}

.service-payment__item {
    display: block;
}

.feedback-form .feedback-form__btn {
    display: flex;
}

.img-cover {
    background: #fff !important;
}

.img-cover img {
    object-fit: contain !important;
}

.articles-featured__image img,
.articles-card__image img,
.mainarticles-item__img img,
.maincases-item__img img,
.products-item__img img,
.catalog-subsections__image img,
.service-products__img img,
.service-features-item__img img {
    padding: 0;
    object-fit: cover !important;
    object-position: center;
}

.maincategories-info__img.img-cover img {
    padding: 12px;
}

.maincategories-info__visual {
    display: none;
}

.maincategories-info__visual.active {
    display: block;
}

.maincategories-list__link.active {
    color: #252e57;
    background: #e4e8f6;
    border-radius: 14px;
}

.maincategories-list__link.active::after {
    opacity: 1;
}

.service-products__btn {
    display: block;
    width: 100%;
    color: #252e57;
}

.service-products__item:hover .service-products__btn,
.service-products__item:focus-within .service-products__btn,
.service-products__item.open .service-products__btn {
    color: #252e57;
    background: #e4e8f6;
    border-radius: 16px;
}

.service-products__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-products__link svg,
.service-products__link path {
    transition: transform .2s ease, stroke .2s ease;
}

.service-products__item:hover .service-products__link svg,
.service-products__item:focus-within .service-products__link svg,
.service-products__item.open .service-products__link svg {
    transform: translate(2px, -2px);
}

.service-product__body {
    align-items: flex-start;
}

.service-product__gallery {
    aspect-ratio: 16 / 9;
    align-self: flex-start;
}

.service-product__gallery-img {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #fff;
}

.service-product__gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
}

.service-product__gallery-img img.service-product__gallery-slide {
    display: none;
}

.service-product__gallery-img img.service-product__gallery-slide.active {
    display: block;
}

.service-product__gallery-controls {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    left: 18px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.service-product__gallery-controls[hidden] {
    display: none;
}

.service-product__gallery-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    color: #252e57;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 24px rgba(37, 46, 87, .14);
    font-family: inherit;
    font-size: 24px;
    cursor: pointer;
    pointer-events: auto;
    place-items: center;
}

.service-product__gallery-counter {
    position: absolute;
    top: 18px;
    right: 0;
    padding: 8px 12px;
    border-radius: 10px;
    color: #252e57;
    background: rgba(255, 255, 255, .94);
    font-size: 12px;
}

.service-product__gallery-btn span {
    margin-left: 5px;
    color: #5f8bff;
}

.equipment-main__img {
    overflow: hidden;
    background: #dbe1f2;
}

.equipment-main__img img {
    object-fit: cover !important;
    object-position: center;
}

.equipment-item {
    background: #e4e8f6;
}

.equipment-item__img {
    overflow: hidden;
    padding: 12px;
    background: transparent;
}

.equipment-item__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.faq-list__item-caption {
    width: 100%;
    border: 0;
    outline: none;
    color: inherit;
    background: transparent;
    font-family: inherit;
    text-align: left;
}

.faq-list__item-caption:focus-visible {
    box-shadow: inset 0 0 0 2px #7b9dff;
}

@media (max-width: 1279px) {
    .product-content__layout {
        gap: 24px;
    }
}

@media (max-width: 1023px) {
    .articles-featured {
        grid-template-columns: 1fr;
    }

    .articles-featured__image {
        min-height: 360px;
    }

    .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-layout {
        display: block;
        max-width: 820px;
        margin: 0 auto;
    }

    .article-header {
        max-width: 820px;
    }

    .article-main {
        max-width: none;
    }

    .article-content h2,
    .article-content h3 {
        scroll-margin-top: 112px;
    }

    .article-sidebar {
        display: none;
    }

    .article-sidebar__navigation {
        position: static;
        overflow: visible;
        max-height: none;
    }

    .article-mobile-preview,
    .article-mobile-toc {
        display: block;
    }

    .article-mobile-toc {
        margin-bottom: 40px;
    }

    .product-content__layout {
        display: block;
        max-width: 820px;
        margin: 0 auto;
    }

    .product-content__aside {
        display: block;
        margin-bottom: 48px;
    }

    .product-content__aside-inner {
        position: static;
        display: grid;
        width: 100%;
        margin: 0;
        padding: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .content-lead {
        margin-top: 0;
    }

    .section-editor-mobile-navigation {
        position: sticky;
        top: 82px;
        z-index: 24;
        display: block;
        max-width: 820px;
        margin: 0 auto 28px;
    }

    .section-editor-mobile-navigation__toggle {
        display: grid;
        width: 100%;
        min-height: 64px;
        padding: 10px 52px 10px 18px;
        border: 1px solid #dce2f4;
        border-radius: 16px;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        color: #252e57;
        background: #fff;
        box-shadow: 0 10px 30px rgba(37, 46, 87, .1);
        text-align: left;
    }

    .section-editor-mobile-navigation__caption {
        font-size: 13px;
        font-weight: 600;
    }

    .section-editor-mobile-navigation__current {
        overflow: hidden;
        color: #4c576e;
        font-size: 14px;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-editor-mobile-navigation__arrow {
        position: absolute;
        top: 50%;
        right: 22px;
        width: 10px;
        height: 10px;
        border-right: 1px solid #7884a5;
        border-bottom: 1px solid #7884a5;
        transform: translateY(-70%) rotate(45deg);
        transition: transform .2s;
    }

    .section-editor-mobile-navigation.is-open .section-editor-mobile-navigation__arrow {
        transform: translateY(-30%) rotate(225deg);
    }

    .section-editor-mobile-navigation__panel {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
        padding: 8px 18px;
        border: 1px solid #dce2f4;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 18px 40px rgba(37, 46, 87, .14);
    }

    .section-editor-mobile-navigation.is-open .section-editor-mobile-navigation__panel {
        display: flex;
    }

    .product-content_right-aside .section-editor__navigation_desktop {
        display: none;
    }

    .product-content_right-aside .product-content__aside {
        margin-top: 48px;
        margin-bottom: 0;
    }

    .product-content_right-aside .product-content__aside-inner {
        display: block;
        margin: 0;
    }

    .product-content_right-aside .content-lead {
        width: 100%;
    }

    .product-content__main {
        max-width: none;
    }

    .product-content__block {
        scroll-margin-top: 112px;
    }

    .section-editor__content h2,
    .section-editor__content h3 {
        scroll-margin-top: 112px;
    }

    .catalog-subsections__top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-subsections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .articles-index {
        padding-top: 20px;
    }

    .articles-categories {
        overflow-x: auto;
        margin-right: -16px;
        margin-bottom: 28px;
        padding-right: 16px;
        flex-wrap: nowrap;
    }

    .articles-categories__item {
        flex: 0 0 auto;
    }

    .articles-featured {
        margin-bottom: 56px;
        border-radius: 16px;
    }

    .articles-featured__image {
        min-height: 240px;
    }

    .articles-featured__content {
        padding: 28px 20px;
    }

    .articles-featured__text {
        font-size: 16px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }

    .article-header {
        margin: 36px 0 32px;
    }

    .article-header__title {
        font-size: 40px;
    }

    .article-header__lead {
        font-size: 19px;
    }

    .article-author {
        margin-top: 24px;
    }

    .article-content {
        font-size: 17px;
    }

    .article-content h2 {
        margin-top: 52px;
        font-size: 32px;
    }

    .article-content h3 {
        font-size: 24px;
    }

    .article-content figure {
        margin: 32px 0;
    }

    .article-content blockquote,
    .article-content .article-note {
        margin: 32px 0;
    }

    .article-content blockquote {
        padding: 52px 22px 28px;
        border-radius: 18px;
    }

    .article-content blockquote::before {
        top: 10px;
        left: 18px;
        font-size: 72px;
    }

    .article-content blockquote p {
        font-size: 21px;
    }

    .article-content .article-note {
        padding: 22px 20px;
    }

    .article-similar {
        padding-top: 72px;
    }

    .product-content__block {
        padding-bottom: 44px;
    }

    .product-content__aside {
        margin-bottom: 36px;
    }

    .product-content__aside-inner {
        grid-template-columns: 1fr;
    }

    .content-lead {
        padding: 20px;
        border-radius: 16px;
    }

    .product-content__navigation-title {
        font-size: 24px;
    }

    .content-lead__title {
        font-size: 21px;
    }

    .section-editor__content h2 {
        margin-bottom: 22px;
        padding-top: 44px;
        font-size: 32px;
    }

    .section-editor__content .sp-gallery-items {
        grid-template-columns: 1fr;
    }

    .section-editor-mobile-navigation {
        top: 72px;
        margin-bottom: 22px;
    }

    .section-editor-mobile-navigation__toggle {
        min-height: 58px;
        padding-left: 15px;
        border-radius: 14px;
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .section-editor-mobile-navigation__caption {
        font-size: 11px;
    }

    .section-editor-mobile-navigation__current {
        padding-right: 12px;
        font-size: 13px;
    }

    .product-content__block + .product-content__block {
        padding-top: 44px;
    }

    .product-content__title {
        margin-bottom: 22px;
        font-size: 32px;
    }

    .product-content__text {
        font-size: 17px;
    }

    .catalog-subsections__grid {
        grid-template-columns: 1fr;
    }

    .catalog-subsections__content {
        min-height: 180px;
        padding: 22px 20px;
    }
}

/* Fixed header */
.header-spacer {
    height: 0;
}

.header-menu__item {
    position: relative;
}

.header-menu__item-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-menu__toggle {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    color: #4c576e;
    cursor: pointer;
    border-radius: 6px;
}

.header-menu__toggle span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: translate(-50%, -65%) rotate(45deg);
    transform-origin: center;
    transition: transform .2s ease;
}

.header-menu__item.is-open .header-menu__toggle span::before {
    transform: translate(-50%, -35%) rotate(225deg);
}

.header-menu__dropdown {
    position: absolute;
    z-index: 120;
    top: calc(100% + 12px);
    left: -16px;
    width: min(720px, calc(100vw - 48px));
    padding: 18px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    color: #252e57;
    background: #fff;
    border: 1px solid #dce2f0;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(24, 33, 73, .18);
    transform: translateY(8px);
    transition: visibility 0s linear .2s, opacity .2s ease, transform .2s ease;
}

@media (min-width: 1280px) {
    .header-menu__list {
        align-items: center;
    }

    .header-menu__item > .header-menu__link {
        display: flex;
        min-height: 22px;
        align-items: center;
        line-height: 1.2;
    }

    .header-menu__dropdown::before {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 12px;
        content: "";
    }
}

.header-menu__item_has-dropdown:hover .header-menu__dropdown,
.header-menu__item_has-dropdown:focus-within .header-menu__dropdown,
.header-menu__item_has-dropdown.is-open .header-menu__dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.header-menu__dropdown-head {
    display: flex;
    margin-bottom: 12px;
    padding: 2px 6px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e5e9f3;
}

.header-menu__dropdown-head > span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.header-menu__dropdown-head > a {
    color: #5f8bff;
    font-size: 12px;
    font-weight: 500;
}

.header-menu__dropdown-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.header-menu__dropdown-link {
    display: flex;
    min-height: 68px;
    padding: 11px 12px;
    flex-direction: column;
    gap: 5px;
    color: #252e57 !important;
    border-radius: 11px;
    transition: color .2s ease, background-color .2s ease;
}

.header-menu__dropdown-link:hover,
.header-menu__dropdown-link.active {
    color: #2f63e9 !important;
    background: #f2f5ff;
}

.header-menu__dropdown-link strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.header-menu__dropdown-link span {
    display: -webkit-box;
    overflow: hidden;
    color: #7a849f;
    font-size: 11px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mainscreen .header:not(.is-fixed) .header-menu__toggle {
    color: #fff;
}

.header-mobile__logo-fixed {
    display: none;
}

body.header-is-fixed .mainscreen,
.mainscreen:has(.header.is-fixed) {
    z-index: 1200;
}

.header.is-fixed {
    position: fixed !important;
    top: 12px;
    right: max(24px, calc((100vw - 1920px) / 2 + 24px));
    left: max(24px, calc((100vw - 1920px) / 2 + 24px));
    z-index: 1200 !important;
    margin: 0;
    padding: 12px 16px;
    border: 1px solid rgba(47, 58, 111, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 42px rgba(24, 33, 73, .16);
    backdrop-filter: blur(18px);
    animation: hm-header-in .25s ease-out;
}

.header.is-fixed .header__top {
    margin-bottom: 10px;
}

.header.is-fixed .header-search__input {
    height: 48px;
    color: #2f3a6f;
    border-color: rgba(76, 84, 118, .4);
    background-image: url(../img/icon-search-dark2.svg);
}

.header.is-fixed .header-search__input::placeholder {
    color: rgba(76, 84, 118, .65);
}

.header.is-fixed .header-search__clear {
    top: 12px;
}

.header-search .search-suggest {
    right: 16px;
    left: 46px;
}

.search-suggest {
    max-height: min(520px, calc(100vh - 180px));
    padding: 8px;
    overflow-y: auto;
    border-color: #dce2f0;
    box-shadow: 0 18px 48px rgba(26, 37, 79, .16);
}

.search-suggest__item {
    padding: 14px 16px;
    border-bottom: 0;
    border-radius: 12px;
    transition: color .2s ease, background-color .2s ease;
}

.search-suggest__item:hover,
.search-suggest__item.is-selected {
    color: #252e57;
    background: #f2f5ff;
}

.search-suggest__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.search-suggest__caption,
.search-suggest__desc,
.search-suggest__type {
    display: block;
}

.search-suggest__caption {
    min-width: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}

.search-suggest__type {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #2f63e9;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
    background: #e9efff;
    border-radius: 7px;
}

.search-suggest__type_element {
    color: #7a4b12;
    background: #fff0dc;
}

.search-suggest__desc {
    padding-top: 6px;
    overflow: hidden;
    color: #68718e;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-suggest__status {
    padding: 18px 16px;
    color: #626b88;
    font-size: 14px;
    line-height: 1.45;
}

.search-suggest__status_error {
    color: #a13c3c;
}

.footer-search {
    position: relative;
}

.footer-search .search-suggest {
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    left: 0;
    width: 100%;
    text-align: left;
}

.search-page .breadcrumbs-wrap {
    margin-bottom: 48px;
}

.search-page__title {
    margin-bottom: 40px;
}

.search-page__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 48px;
}

.search-page__input {
    width: 100%;
    min-width: 0;
    height: 64px;
    padding: 12px 20px 12px 60px;
    color: #252e57;
    font-size: 18px;
    background: #fff url(../img/icon-search-dark2.svg) no-repeat 18px 50% / 28px 28px;
    border: 1px solid #aeb7ce;
    border-radius: 16px;
}

.search-page__input:focus {
    border-color: #5f8bff;
    outline: none;
}

.search-page__button {
    min-width: 150px;
}

.search-page__message,
.search-page__summary {
    color: #626b88;
    font-size: 18px;
    line-height: 1.5;
}

.search-page__summary {
    margin-bottom: 20px;
    font-size: 14px;
}

.search-page__results {
    border-top: 1px solid #dce2f0;
}

.search-page__item {
    position: relative;
    display: grid;
    grid-template-columns: 140px minmax(220px, .8fr) minmax(260px, 1.2fr) 32px;
    gap: 24px;
    align-items: center;
    padding: 24px 8px;
    border-bottom: 1px solid #dce2f0;
    transition: color .2s ease, padding .2s ease, background-color .2s ease;
}

.search-page__item:hover {
    padding-right: 16px;
    padding-left: 16px;
    color: #2f63e9;
    background: #f6f8ff;
}

.search-page__meta {
    color: #5f8bff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.search-page__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.search-page__description {
    color: #68718e;
    font-size: 14px;
    line-height: 1.5;
}

.search-page__arrow {
    color: #5f8bff;
    font-size: 24px;
}

@media (max-width: 1279px) {
    .header-menu__item-row {
        justify-content: space-between;
    }

    .header-menu__toggle {
        width: 38px;
        height: 38px;
        color: #2f3a6f;
        background: #f2f5ff;
        border-radius: 10px;
    }

    .header-menu__toggle span::before {
        top: 50%;
        left: 50%;
        width: 9px;
        height: 9px;
    }

    .header-menu__dropdown {
        position: static;
        width: 100%;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
        transition: max-height .3s ease, padding .3s ease;
    }

    .header-menu__item_has-dropdown:hover .header-menu__dropdown,
    .header-menu__item_has-dropdown:focus-within .header-menu__dropdown {
        max-height: 0;
        padding: 0;
    }

    .header-menu__item_has-dropdown.is-open .header-menu__dropdown {
        max-height: 720px;
        padding: 10px 0 6px 14px;
    }

    .header-menu__dropdown-head {
        display: none;
    }

    .header-menu__dropdown-list {
        grid-template-columns: 1fr;
        gap: 2px;
        border-left: 1px solid #dce2f0;
    }

    .header-menu__dropdown-link {
        min-height: auto;
        padding: 10px 14px;
    }

    .header-menu__dropdown-link strong {
        font-size: 15px;
    }

    .mainscreen .header:not(.is-fixed) .header-menu__toggle {
        color: #2f3a6f;
    }

    .header-search .search-suggest {
        right: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .header-menu__dropdown-link span {
        display: none;
    }

    .search-suggest {
        max-height: min(420px, calc(100vh - 170px));
    }

    .search-suggest__item {
        padding: 12px 10px;
    }

    .search-suggest__caption {
        font-size: 15px;
    }

    .search-suggest__type {
        font-size: 9px;
    }

    .search-page .breadcrumbs-wrap {
        margin-bottom: 28px;
    }

    .search-page__title {
        margin-bottom: 24px;
    }

    .search-page__form {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .search-page__input {
        height: 56px;
        padding-left: 48px;
        font-size: 15px;
        background-position: 14px 50%;
        background-size: 24px 24px;
    }

    .search-page__button {
        width: 100%;
    }

    .search-page__item {
        grid-template-columns: minmax(0, 1fr) 24px;
        gap: 8px 16px;
        padding: 18px 4px;
    }

    .search-page__meta,
    .search-page__name,
    .search-page__description {
        grid-column: 1;
    }

    .search-page__arrow {
        grid-column: 2;
        grid-row: 1 / span 3;
        align-self: center;
    }

    .search-page__name {
        font-size: 17px;
    }
}

.header.is-fixed .header-economy {
    min-height: 48px;
}

.mainscreen .header.is-fixed {
    background: rgba(255, 255, 255, .94);
    border-color: rgba(47, 58, 111, .12);
}

.mainscreen .header.is-fixed .header-logo {
    background-image: url(../img/logo-dark2.svg);
}

.mainscreen .header.is-fixed .header-menu__link,
.mainscreen .header.is-fixed .header-contacts__timetable,
.mainscreen .header.is-fixed .header-contacts__mail,
.mainscreen .header.is-fixed .header-contacts__phone {
    color: #2f3a6f;
}

.mainscreen .header.is-fixed .header-search__clear path {
    stroke: #2f3a6f;
}

@keyframes hm-header-in {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Floating contacts */
.contact-widget {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 24px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    transform: none;
}

.contact-widget__item {
    display: flex;
    min-height: 48px;
    padding: 5px 7px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(47, 58, 111, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(24, 33, 73, .14);
    color: #2f3a6f;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s, background-color .2s, transform .2s, opacity .2s;
}

.contact-widget__item:hover {
    color: #fff;
    background: #2f3a6f;
    transform: translateX(-4px);
}

.contact-widget__icon {
    display: flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef2ff;
    color: #2f3a6f;
}

.contact-widget__icon_text {
    font-family: var(--font-accent);
    font-size: 10px;
    letter-spacing: -.04em;
}

.contact-widget__item_request .contact-widget__icon {
    color: #fff;
    background: #ff9f40;
}

.contact-widget__item_max .contact-widget__icon {
    color: #fff;
    background: #6a65ff;
}

.contact-widget__item_telegram .contact-widget__icon {
    color: #fff;
    background: #229ed9;
}

.contact-widget__item_whatsapp .contact-widget__icon {
    color: #fff;
    background: #25d366;
}

.contact-widget__item_email .contact-widget__icon {
    color: #fff;
    background: #5f8bff;
}

.scroll-top-button {
    position: fixed;
    right: 20px;
    bottom: 304px;
    z-index: 901;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 58, 111, .12);
    border-radius: 16px;
    background: #2f3a6f;
    box-shadow: 0 10px 30px rgba(24, 33, 73, .18);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .2s, visibility .2s, transform .2s, background-color .2s;
}

.scroll-top-button:hover {
    background: #5f8bff;
}

.scroll-top-button.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.footer-cookie-settings {
    padding: 0;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1279px) {
    .header.is-fixed {
        top: 8px;
        right: 12px;
        left: 12px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .header.is-fixed .header-mobile__logo-default {
        display: none;
    }

    .header.is-fixed .header-mobile__logo-fixed {
        display: block;
    }

    .header.is-fixed .header-mobile__switcher {
        border: 1px solid rgba(47, 58, 111, .12);
    }
}

@media (max-width: 767px) {
    .contact-widget {
        top: auto;
        right: 12px;
        bottom: 16px;
        gap: 6px;
        transform: none;
    }

    .contact-widget__item {
        width: 48px;
        min-height: 48px;
        padding: 5px;
        justify-content: center;
        border-radius: 15px;
    }

    .contact-widget__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .contact-widget__item:hover {
        transform: none;
    }

    .scroll-top-button {
        right: 12px;
        bottom: 288px;
    }
}

/* Company, certificates and contacts */
.company-hero__grid,
.documents-hero__grid,
.contacts-hero__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.company-hero__content {
    display: flex;
    min-height: 620px;
    padding: clamp(32px, 5vw, 88px);
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    background: #f2f5ff;
}

.company-hero__eyebrow {
    margin-bottom: 24px;
    color: #5f8bff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.company-hero__title {
    margin-bottom: 32px;
    font-size: clamp(44px, 5vw, 80px);
    line-height: .98;
    letter-spacing: -.035em;
}

.company-hero__lead {
    max-width: 720px;
    color: #4c576e;
    font-size: 21px;
    line-height: 1.5;
}

.company-hero__actions {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 10px;
}

.company-hero__media {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    border-radius: 24px;
    background: #e4e8f6;
}

.company-hero__media > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-hero__badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    min-width: 190px;
    padding: 20px;
    border-radius: 16px;
    flex-direction: column;
    color: #252e57;
    background: #fff;
}

.company-hero__badge strong {
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: 500;
}

.company-hero__badge span {
    color: #626b88;
}

.company-intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.company-intro__title h2 {
    max-width: 650px;
}

.company-intro__content {
    color: #4c576e;
    font-size: 20px;
    line-height: 1.55;
}

.company-stats {
    display: grid;
    margin-top: 52px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.company-stats__item {
    display: flex;
    min-height: 150px;
    padding: 20px;
    border: 1px solid #dce2f4;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
}

.company-stats__item strong {
    color: #252e57;
    font-family: var(--font-accent);
    font-size: 30px;
    font-weight: 500;
}

.company-stats__item span {
    color: #626b88;
    font-size: 14px;
    line-height: 1.35;
}

.company-production__top {
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.company-production__top p {
    color: #4c576e;
    font-size: 20px;
    line-height: 1.55;
}

.company-production__media {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 7;
    border-radius: 24px;
    background: #17204b;
}

.company-production__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-capabilities > h2 {
    margin-bottom: 48px;
}

.company-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.company-capability {
    min-height: 310px;
    padding: 28px;
    border: 1px solid #dce2f4;
    border-radius: 20px;
    background: #fff;
}

.company-capability__number {
    margin-bottom: 80px;
    color: #5f8bff;
    font-size: 14px;
}

.company-capability__title {
    margin-bottom: 18px;
    color: #252e57;
    font-size: 25px;
    font-weight: 500;
}

.company-capability__text {
    margin: 0;
    color: #626b88;
    line-height: 1.5;
}

.company-section-label {
    margin-bottom: 18px;
    color: #5f8bff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.company-section-label_light {
    color: #aebfff;
}

.company-hero__facts {
    display: flex;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid #dce2f4;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.company-hero__facts span {
    position: relative;
    padding-left: 15px;
    color: #626b88;
    font-size: 13px;
}

.company-hero__facts span::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5f8bff;
    content: "";
}

.company-intro__content > p {
    margin: 0 0 18px;
}

.company-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-cycle {
    display: grid;
    padding: clamp(32px, 5vw, 72px);
    border-radius: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    color: #fff;
    background: #252e57;
}

.company-cycle h2 {
    max-width: 700px;
    color: #fff;
}

.company-cycle__text {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: flex-start;
}

.company-cycle__text p {
    margin: 0 0 32px;
    color: #dce2f4;
    font-size: 20px;
    line-height: 1.55;
}

.company-text-link {
    display: inline-flex;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
}

.company-text-link:hover {
    border-color: #fff;
    color: #fff;
}

.company-gallery {
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: 1.45fr 1fr;
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 16px;
}

.company-gallery__item {
    position: relative;
    overflow: hidden;
    min-height: 0;
    margin: 0;
    border-radius: 20px;
    background: #e4e8f6;
}

.company-gallery__item_large {
    grid-row: 1 / 3;
}

.company-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.company-gallery__item:hover img {
    transform: scale(1.025);
}

.company-gallery__item figcaption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    padding: 11px 15px;
    border-radius: 12px;
    color: #252e57;
    background: rgba(255, 255, 255, .94);
    font-size: 13px;
}

.company-production__media {
    display: grid;
    overflow: hidden;
    aspect-ratio: auto;
    border: 1px solid #dce2f4;
    grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
    background: #fff;
}

.company-production__media video {
    min-height: 520px;
    background: #17204b;
}

.company-production__video-caption {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
}

.company-production__video-caption strong {
    margin-bottom: 12px;
    color: #252e57;
    font-size: 25px;
    font-weight: 500;
}

.company-production__video-caption span {
    color: #626b88;
    font-size: 15px;
    line-height: 1.45;
}

.company-capabilities__top,
.company-stages__top {
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.company-capabilities__top p,
.company-stages__top p {
    max-width: 720px;
    margin: 0;
    color: #4c576e;
    font-size: 20px;
    line-height: 1.55;
}

.company-capabilities > h2 {
    margin-bottom: 0;
}

.company-capabilities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-capability {
    transition: border-color .25s, transform .25s, box-shadow .25s;
}

.company-capability:hover {
    border-color: #b8c7f3;
    box-shadow: 0 16px 38px rgba(37, 46, 87, .08);
    transform: translateY(-4px);
}

.company-capabilities__action {
    margin-top: 24px;
}

.company-industries {
    display: grid;
    overflow: hidden;
    padding: clamp(32px, 5vw, 72px);
    border-radius: 24px;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: clamp(40px, 7vw, 110px);
    color: #fff;
    background: #252e57;
}

.company-industries__intro {
    align-self: start;
}

.company-industries__intro h2 {
    margin-bottom: 28px;
    color: #fff;
}

.company-industries__intro p {
    max-width: 560px;
    margin: 0;
    color: #cbd2e6;
    font-size: 18px;
    line-height: 1.55;
}

.company-industries__list {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.company-industry {
    position: relative;
    display: grid;
    min-height: 112px;
    padding: 24px 50px 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    grid-template-columns: minmax(180px, .85fr) minmax(220px, 1.15fr);
    gap: 24px;
    align-items: center;
    color: #fff;
    transition: padding-left .2s, background .2s;
}

.company-industry:hover {
    padding-left: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
}

.company-industry__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
}

.company-industry__text {
    color: #cbd2e6;
    font-size: 14px;
    line-height: 1.4;
}

.company-industry__arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 22px;
    transform: translateY(-50%);
}

.company-stages__top .mainstages__title {
    margin-bottom: 0;
}

.company-advantages__top {
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: minmax(220px, .5fr) minmax(0, 1.5fr);
    gap: 24px;
    align-items: start;
}

.company-advantages__top h2 {
    max-width: 1000px;
}

.company-advantages .benefits {
    margin: 0;
}

.company-quality {
    display: grid;
    padding: clamp(28px, 4vw, 64px);
    border: 1px solid #dce2f4;
    border-radius: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(40px, 8vw, 120px);
    align-items: center;
    background: #f8f9fd;
}

.company-quality__content > p {
    max-width: 740px;
    margin: 24px 0;
    color: #4c576e;
    font-size: 19px;
    line-height: 1.55;
}

.company-quality__list {
    display: grid;
    margin: 0 0 36px;
    padding: 0;
    gap: 0;
    list-style: none;
}

.company-quality__list li {
    position: relative;
    padding: 17px 0 17px 30px;
    border-bottom: 1px solid #dce2f4;
    color: #394260;
    line-height: 1.4;
}

.company-quality__list li::before {
    position: absolute;
    top: 22px;
    left: 2px;
    width: 9px;
    height: 9px;
    border: 2px solid #5f8bff;
    border-radius: 50%;
    content: "";
}

.company-quality__documents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.company-quality__document {
    display: block;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dce2f4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(37, 46, 87, .1);
    transition: transform .25s, box-shadow .25s;
}

.company-quality__document_offset {
    margin-top: 54px;
}

.company-quality__document:hover {
    box-shadow: 0 22px 50px rgba(37, 46, 87, .15);
    transform: translateY(-5px);
}

.company-quality__document img {
    display: block;
    width: 100%;
    aspect-ratio: .71;
    object-fit: contain;
}

.documents-hero,
.contacts-hero {
    padding-top: 30px;
}

.documents-hero__grid h1,
.contacts-hero__grid h1 {
    max-width: 760px;
    font-size: clamp(50px, 7vw, 104px);
    line-height: .92;
    letter-spacing: -.045em;
}

.documents-hero__grid p,
.contacts-hero__grid p {
    max-width: 720px;
    padding-top: 16px;
    color: #4c576e;
    font-size: 22px;
    line-height: 1.55;
}

.documents__top {
    display: flex;
    margin-bottom: 40px;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
}

.documents__top h2 {
    margin: 0;
}

.documents__count {
    color: #8790ad;
}

.documents__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.document-card {
    overflow: hidden;
    border: 1px solid #dce2f4;
    border-radius: 20px;
    color: #252e57;
    background: #fff;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.document-card:hover {
    border-color: #9db6ff;
    box-shadow: 0 18px 44px rgba(47, 58, 111, .1);
    transform: translateY(-4px);
}

.document-card__image {
    display: flex;
    height: 420px;
    padding: 24px;
    align-items: flex-start;
    justify-content: center;
    background: #f2f5ff;
}

.document-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}

.document-card__body {
    display: flex;
    min-height: 190px;
    padding: 24px;
    flex-direction: column;
}

.document-card__type {
    margin-bottom: 16px;
    color: #8790ad;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.document-card__title {
    font-size: 21px;
    line-height: 1.3;
}

.document-card__action {
    margin-top: auto;
    padding-top: 22px;
    color: #5f8bff;
    font-weight: 600;
}

.contacts__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.contacts__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-card {
    min-height: 180px;
    padding: 24px;
    border: 1px solid #dce2f4;
    border-radius: 18px;
}

.contact-card__label {
    margin-bottom: 44px;
    color: #8790ad;
    font-size: 13px;
}

.contact-card__value {
    display: block;
    color: #252e57;
    font-size: 20px;
    line-height: 1.35;
}

a.contact-card__value:hover {
    color: #5f8bff;
}

.contact-card__value_secondary {
    margin-top: 6px;
}

.contact-form {
    padding: clamp(28px, 4vw, 56px);
    border-radius: 24px;
    color: #fff;
    background: #252e57;
}

.contact-form__title {
    margin-bottom: 16px;
    color: #fff;
}

.contact-form__lead {
    max-width: 580px;
    margin-bottom: 36px;
    color: #dce2f4;
    font-size: 18px;
    line-height: 1.5;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form__field_full {
    grid-column: 1 / -1;
}

.contact-form__field span {
    color: #dce2f4;
    font-size: 13px;
}

.contact-form__field input,
.contact-form__field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 14px;
    outline: 0;
    color: #fff;
    background: transparent;
    font: inherit;
}

.contact-form__field input {
    height: 54px;
    padding: 0 16px;
}

.contact-form__field textarea {
    min-height: 140px;
    padding: 14px 16px;
    resize: vertical;
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
    border-color: #fff;
}

.contact-form__submit {
    width: 100%;
    margin-top: 24px;
}

.contact-form__policy {
    margin-top: 10px;
    color: #c8cee0;
    font-size: 11px;
    line-height: 1.4;
}

.contacts-map {
    overflow: hidden;
    height: 560px;
    border-radius: 24px;
    background: #e4e8f6;
}

.contacts-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1279px) {
    .company-hero__content,
    .company-hero__media {
        min-height: 520px;
    }

    .company-capabilities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .company-gallery {
        grid-template-rows: repeat(2, minmax(220px, 1fr));
    }

    .company-industries {
        grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
        gap: 48px;
    }

    .company-industry {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .documents__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .company-hero__grid,
    .company-intro,
    .company-production__top,
    .company-cycle,
    .company-capabilities__top,
    .company-stages__top,
    .company-industries,
    .company-quality,
    .documents-hero__grid,
    .contacts-hero__grid,
    .contacts__grid {
        grid-template-columns: 1fr;
    }

    .company-production__media {
        aspect-ratio: auto;
        grid-template-columns: 1fr;
    }

    .company-production__media video {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .company-production__video-caption {
        padding: 24px;
    }

    .company-gallery {
        grid-template-columns: 1.3fr 1fr;
        grid-template-rows: repeat(2, minmax(190px, 1fr));
    }

    .company-industries {
        gap: 36px;
    }

    .company-quality__documents {
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .company-advantages__top {
        grid-template-columns: 1fr;
    }

    .documents-hero__grid p,
    .contacts-hero__grid p {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .company-hero__content {
        min-height: 0;
        padding: 28px 20px;
        border-radius: 18px;
    }

    .company-hero__media {
        min-height: 380px;
        border-radius: 18px;
    }

    .company-hero__lead,
    .company-intro__content,
    .company-production__top p,
    .company-cycle__text p,
    .company-capabilities__top p,
    .company-stages__top p,
    .documents-hero__grid p,
    .contacts-hero__grid p {
        font-size: 17px;
    }

    .company-stats,
    .company-capabilities__grid,
    .documents__grid,
    .contacts__details,
    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .company-hero__facts {
        margin-top: 30px;
    }

    .company-cycle,
    .company-industries,
    .company-quality {
        border-radius: 18px;
    }

    .company-gallery {
        display: flex;
        flex-direction: column;
    }

    .company-gallery__item {
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
        border-radius: 16px;
    }

    .company-gallery__item_large {
        aspect-ratio: 4 / 5;
    }

    .company-production__media {
        border-radius: 16px;
    }

    .company-production__video-caption strong {
        font-size: 21px;
    }

    .company-capabilities__top,
    .company-stages__top {
        margin-bottom: 30px;
    }

    .company-industry {
        min-height: 0;
        padding: 22px 42px 22px 0;
    }

    .company-industry:hover {
        padding-left: 0;
    }

    .company-industry__title {
        font-size: 19px;
    }

    .company-quality__content > p {
        font-size: 17px;
    }

    .company-quality__documents {
        gap: 10px;
    }

    .company-quality__document {
        padding: 6px;
        border-radius: 12px;
    }

    .company-quality__document_offset {
        margin-top: 28px;
    }

    .company-stats__item,
    .company-capability,
    .contact-card {
        min-height: 0;
    }

    .company-capability__number,
    .contact-card__label {
        margin-bottom: 36px;
    }

    .document-card__image {
        height: 380px;
    }

    .contact-form__field_full {
        grid-column: auto;
    }

    .contacts-map {
        height: 420px;
        border-radius: 18px;
    }
}

/* Payment page and contact maps */
.contacts-maps__top,
.payment-options__top {
    display: grid;
    margin-bottom: 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.contacts-maps__top p,
.payment-options__top p {
    max-width: 720px;
    margin: 0;
    color: #4c576e;
    font-size: 19px;
    line-height: 1.5;
}

.contacts-maps__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contacts-map-card {
    overflow: hidden;
    border: 1px solid #dce2f4;
    border-radius: 24px;
    background: #fff;
}

.contacts-map-card__heading {
    display: flex;
    min-height: 130px;
    padding: 26px 28px;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.contacts-map-card__heading strong {
    color: #252e57;
    font-size: 24px;
    font-weight: 500;
}

.contacts-map-card__heading span {
    color: #626b88;
    line-height: 1.4;
}

.contacts-map-card .contacts-map {
    height: 460px;
    border-radius: 0;
}

.contacts-map > ymaps,
.contacts-map > ymaps > ymaps {
    max-width: 100%;
}

.payment-hero {
    padding-top: 30px;
}

.payment-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(40px, 8vw, 130px);
    align-items: end;
}

.payment-hero h1 {
    max-width: 940px;
    font-size: clamp(50px, 7vw, 104px);
    line-height: .92;
    letter-spacing: -.045em;
}

.payment-hero__content p {
    margin: 0 0 34px;
    color: #4c576e;
    font-size: 21px;
    line-height: 1.55;
}

.payment-options__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.payment-option {
    display: flex;
    min-height: 330px;
    padding: 28px;
    border: 1px solid #dce2f4;
    border-radius: 20px;
    flex-direction: column;
    background: #fff;
    transition: border-color .25s, box-shadow .25s, transform .25s;
}

.payment-option:hover {
    border-color: #b8c7f3;
    box-shadow: 0 16px 38px rgba(37, 46, 87, .08);
    transform: translateY(-4px);
}

.payment-option__number {
    margin-bottom: auto;
    color: #5f8bff;
    font-size: 14px;
}

.payment-option__title {
    margin-bottom: 18px;
    color: #252e57;
    font-size: 26px;
    line-height: 1.15;
}

.payment-option__text {
    margin: 0;
    color: #626b88;
    line-height: 1.5;
}

.payment-leasing {
    display: grid;
    padding: clamp(32px, 5vw, 72px);
    border-radius: 24px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: clamp(48px, 9vw, 140px);
    align-items: center;
    color: #fff;
    background: #252e57;
}

.payment-leasing h2 {
    max-width: 850px;
    margin-bottom: 28px;
    color: #fff;
}

.payment-leasing__content > p {
    max-width: 780px;
    margin: 0 0 28px;
    color: #cbd2e6;
    font-size: 19px;
    line-height: 1.55;
}

.payment-leasing__list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 0;
    list-style: none;
}

.payment-leasing__list li {
    position: relative;
    padding: 14px 0 14px 26px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    color: #e4e8f6;
}

.payment-leasing__list li::before {
    position: absolute;
    top: 21px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8dacff;
    content: "";
}

.payment-leasing__accent {
    display: flex;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    flex-direction: column;
    background: rgba(255, 255, 255, .07);
}

.payment-leasing__accent strong {
    margin-bottom: 22px;
    color: #fff;
    font-family: var(--font-accent);
    font-size: clamp(58px, 7vw, 100px);
    font-weight: 500;
    line-height: .9;
    letter-spacing: -.04em;
}

.payment-leasing__accent span {
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.payment-leasing__accent small {
    margin-top: 36px;
    color: #aeb7cf;
    font-size: 12px;
    line-height: 1.45;
}

.payment-process__top {
    display: grid;
    margin-bottom: 44px;
    grid-template-columns: minmax(220px, .5fr) minmax(0, 1.5fr);
    gap: 24px;
}

.payment-process__list {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dce2f4;
    list-style: none;
}

.payment-process__item {
    display: grid;
    min-height: 130px;
    padding: 26px 0;
    border-bottom: 1px solid #dce2f4;
    grid-template-columns: minmax(90px, .35fr) minmax(240px, .8fr) minmax(320px, 1.15fr);
    gap: 24px;
    align-items: center;
}

.payment-process__number {
    color: #5f8bff;
    font-size: 14px;
}

.payment-process__item h3 {
    margin: 0;
    color: #252e57;
    font-size: 24px;
    font-weight: 500;
}

.payment-process__item p {
    margin: 0;
    color: #626b88;
    line-height: 1.5;
}

.payment-process__note {
    max-width: 900px;
    margin: 28px 0 0 auto;
    color: #8790ad;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1279px) {
    .payment-options__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .contacts-maps__top,
    .payment-options__top,
    .payment-hero__grid,
    .payment-leasing,
    .payment-process__top {
        grid-template-columns: 1fr;
    }

    .contacts-maps__grid {
        grid-template-columns: 1fr;
    }

    .payment-hero__grid {
        align-items: start;
    }

    .payment-process__item {
        grid-template-columns: 70px minmax(220px, .8fr) minmax(0, 1.2fr);
    }
}

@media (max-width: 767px) {
    .contacts-maps__top,
    .payment-options__top {
        margin-bottom: 28px;
    }

    .contacts-map-card {
        border-radius: 18px;
    }

    .contacts-map-card__heading {
        min-height: 0;
        padding: 22px 20px;
    }

    .contacts-map-card .contacts-map {
        height: 380px;
    }

    .payment-hero h1 {
        font-size: 48px;
    }

    .payment-hero__content p,
    .payment-leasing__content > p {
        font-size: 17px;
    }

    .payment-options__grid {
        grid-template-columns: 1fr;
    }

    .payment-option {
        min-height: 280px;
    }

    .payment-leasing {
        border-radius: 18px;
    }

    .payment-process__item {
        padding: 24px 0;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px 14px;
        align-items: start;
    }

    .payment-process__item p {
        grid-column: 2;
    }
}

/* Conveyor calculator */
.calculator-hero .breadcrumbs-wrap {
    margin-bottom: 48px;
}

.calculator-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: 24px;
    align-items: end;
}

.calculator-hero__eyebrow {
    margin-bottom: 20px;
    color: #5f8bff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.calculator-hero__title {
    max-width: 1050px;
    margin: 0 0 28px;
    font-size: clamp(44px, 5.2vw, 82px);
    line-height: 1;
    letter-spacing: -.035em;
}

.calculator-hero__lead {
    max-width: 820px;
    color: #626b88;
    font-size: 20px;
    line-height: 1.55;
}

.calculator-hero__facts {
    border: 1px solid #dce2f0;
    border-radius: 18px;
    background: #fff;
}

.calculator-hero__fact {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 22px;
    align-items: start;
    border-bottom: 1px solid #dce2f0;
}

.calculator-hero__fact:last-child {
    border-bottom: 0;
}

.calculator-hero__fact strong {
    color: #5f8bff;
    font-size: 13px;
}

.calculator-hero__fact span {
    color: #303a68;
    font-size: 15px;
    line-height: 1.4;
}

.calculator {
    display: grid;
    grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
    overflow: hidden;
    border-radius: 24px;
    background: #252e57;
}

.calculator__intro {
    display: flex;
    min-width: 0;
    padding: clamp(32px, 4vw, 64px);
    flex-direction: column;
    color: #fff;
}

.calculator__intro h2 {
    max-width: 520px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(38px, 4vw, 60px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.calculator__intro > p {
    max-width: 460px;
    color: #cbd3ea;
    font-size: 17px;
    line-height: 1.55;
}

.calculator__result {
    display: flex;
    margin-top: auto;
    padding-top: 64px;
    flex-direction: column;
    gap: 10px;
}

.calculator__result span {
    color: #8dacff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.calculator__result strong {
    max-width: 430px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.calculator-form {
    min-width: 0;
    padding: clamp(28px, 4vw, 60px);
    background: #f7f8fc;
}

.calculator-form__section {
    margin: 0 0 42px;
    padding: 0;
    border: 0;
}

.calculator-form__section legend {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
    align-items: center;
    gap: 12px;
    color: #252e57;
    font-size: 22px;
    font-weight: 600;
}

.calculator-form__section legend span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #5f8bff;
    font-size: 11px;
    border: 1px solid #cbd6f3;
    border-radius: 50%;
}

.calculator-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.calculator-form__field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.calculator-form__field_wide {
    grid-column: 1 / -1;
}

.calculator-form__field > span {
    color: #4c576e;
    font-size: 13px;
    line-height: 1.35;
}

.calculator-form__field em {
    color: #5f8bff;
    font-style: normal;
}

.calculator-form__field input,
.calculator-form__field select,
.calculator-form__field textarea {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
    color: #252e57;
    font: inherit;
    background: #fff;
    border: 1px solid #d5dcef;
    border-radius: 14px;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.calculator-form__field textarea {
    min-height: 118px;
    padding-top: 15px;
    resize: vertical;
}

.calculator-form__field select {
    appearance: none;
    padding-right: 44px;
    background-image: url(../img/icon-arrow-acc.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 26px;
}

.calculator-form__field input:focus,
.calculator-form__field select:focus,
.calculator-form__field textarea:focus {
    border-color: #7698f2;
    box-shadow: 0 0 0 4px rgba(95, 139, 255, .1);
}

.calculator-form__field input.is-invalid {
    border-color: #d64e64;
}

.calculator-form__file {
    margin-top: 18px;
}

.calculator-form > .form-consents {
    margin-bottom: 18px;
}

.calculator-form__submit {
    position: relative;
    min-width: min(100%, 340px);
}

.calculator-form.is-sending .lead-form__spinner {
    display: block;
}

.calculator-form.is-sending [data-submit-label] {
    opacity: .7;
}

@media (max-width: 1023px) {
    .calculator-hero__grid,
    .calculator {
        grid-template-columns: 1fr;
    }

    .calculator-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .calculator-hero__fact {
        grid-template-columns: 1fr;
        border-right: 1px solid #dce2f0;
        border-bottom: 0;
    }

    .calculator-hero__fact:last-child {
        border-right: 0;
    }

    .calculator__result {
        padding-top: 36px;
    }
}

@media (max-width: 767px) {
    .calculator-hero .breadcrumbs-wrap {
        margin-bottom: 28px;
    }

    .calculator-hero__title {
        font-size: 42px;
    }

    .calculator-hero__lead {
        font-size: 16px;
    }

    .calculator-hero__facts {
        display: block;
    }

    .calculator-hero__fact {
        grid-template-columns: 36px minmax(0, 1fr);
        border-right: 0;
        border-bottom: 1px solid #dce2f0;
    }

    .calculator {
        margin-right: -8px;
        margin-left: -8px;
        border-radius: 18px;
    }

    .calculator__intro,
    .calculator-form {
        padding: 28px 20px;
    }

    .calculator__intro h2 {
        font-size: 38px;
    }

    .calculator-form__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .calculator-form__field_wide {
        grid-column: auto;
    }

    .calculator-form__section {
        margin-bottom: 34px;
    }

    .calculator-form__submit {
        width: 100%;
    }
}

/* Lead modal and unified form consent */
body.lead-modal-open {
    overflow: hidden;
}

.lead-modal {
    position: fixed;
    z-index: 1400;
    inset: 0;
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s linear .28s, opacity .28s ease;
}

.lead-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
}

.lead-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 27, 58, .72);
    backdrop-filter: blur(8px);
}

.lead-modal__dialog {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: min(100%, 780px);
    max-height: calc(100vh - 48px);
    padding: clamp(30px, 5vw, 64px);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(18, 26, 66, .28);
    transform: translateY(28px) scale(.975);
    transition: transform .36s cubic-bezier(.2, .75, .25, 1);
}

.lead-modal__campaign {
    display: none;
}

.lead-modal_economy .lead-modal__dialog {
    width: min(100%, 1120px);
    padding: 0;
}

.lead-modal_economy .lead-modal__form-view {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
}

.lead-modal_economy .lead-modal__campaign {
    display: flex;
    min-width: 0;
    padding: 58px 42px;
    flex-direction: column;
    color: #fff;
    background: #252e57;
}

.lead-modal__campaign-label {
    margin-bottom: 42px;
    color: #9eb5f2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lead-modal__campaign-value {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 8px;
    color: #fff;
}

.lead-modal__campaign-value span {
    padding-top: 13px;
    color: #9eb5f2;
    font-size: 18px;
}

.lead-modal__campaign-value strong {
    font-size: clamp(68px, 8vw, 112px);
    font-weight: 500;
    line-height: .82;
    letter-spacing: -.06em;
}

.lead-modal__campaign > p {
    margin: 0 0 46px;
    color: #d7dded;
    font-size: 17px;
    line-height: 1.5;
}

.lead-modal__campaign ul {
    display: grid;
    margin-top: auto;
    gap: 14px;
}

.lead-modal__campaign li {
    position: relative;
    padding-left: 22px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.lead-modal__campaign li::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: #8dacff;
    border-radius: 50%;
}

.lead-modal_economy .lead-modal__content {
    padding: 52px 48px;
}

.lead-modal_economy .lead-modal__title {
    font-size: clamp(36px, 4vw, 56px);
}

.lead-modal_economy .lead-modal__success {
    padding: 52px 48px;
}

.lead-modal_economy .lead-form__file {
    display: none;
}

.lead-modal.is-open .lead-modal__dialog {
    transform: translateY(0) scale(1);
}

.lead-modal__close {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    display: flex;
    width: 46px;
    height: 46px;
    border: 1px solid #dce2f4;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #252e57;
    background: #fff;
    cursor: pointer;
    transition: color .2s, border-color .2s, transform .2s;
}

.lead-modal__close:hover {
    border-color: #9eb2ee;
    color: #5f8bff;
    transform: rotate(5deg);
}

.lead-modal__eyebrow {
    margin-bottom: 16px;
    color: #5f8bff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lead-modal__title {
    max-width: 640px;
    margin: 0 56px 20px 0;
    color: #252e57;
    font-size: clamp(38px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.035em;
}

.lead-modal__lead {
    max-width: 620px;
    margin: 0 0 34px;
    color: #626b88;
    font-size: 18px;
    line-height: 1.5;
}

.lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lead-form__field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.lead-form__field:nth-of-type(3),
.lead-form__file,
.form-consents,
.lead-form__error,
.lead-form__submit {
    grid-column: 1 / -1;
}

.lead-form__label {
    color: #4c576e;
    font-size: 13px;
}

.lead-form__label em {
    color: #5f8bff;
    font-style: normal;
}

.lead-form__input {
    width: 100%;
    min-height: 58px;
    padding: 0 17px;
    border: 1px solid #d5dcef;
    border-radius: 14px;
    outline: none;
    color: #252e57;
    background: #fff;
    font: inherit;
    transition: border-color .2s, box-shadow .2s;
}

.lead-form__input:focus {
    border-color: #7698f2;
    box-shadow: 0 0 0 4px rgba(95, 139, 255, .1);
}

.lead-form__input.is-invalid {
    border-color: #d64e64;
}

.lead-form__textarea {
    min-height: 112px;
    padding-top: 15px;
    resize: vertical;
}

.lead-form__field-error {
    display: none;
    color: #bd364e;
    font-size: 12px;
    line-height: 1.35;
}

.lead-form__input.is-invalid + .lead-form__field-error {
    display: block;
}

.lead-form__file {
    display: flex;
    min-height: 76px;
    padding: 14px 16px;
    border: 1px dashed #bfc9e7;
    border-radius: 14px;
    align-items: center;
    gap: 14px;
    color: #252e57;
    background: #f8f9fd;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.lead-form__file:hover {
    border-color: #7698f2;
    background: #f2f5ff;
}

.lead-form__file input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.lead-form__file-icon {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #5f8bff;
    font-size: 24px;
    font-weight: 300;
}

.lead-form__file-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.lead-form__file-copy strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lead-form__file-copy small {
    color: #7a849f;
    font-size: 11px;
}

.lead-form__honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.form-consents {
    display: grid;
    margin-top: 2px;
    gap: 10px;
}

.form-consent {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    cursor: pointer;
}

.form-consent__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-consent__check {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b8c2df;
    border-radius: 5px;
    background: #fff;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.form-consent__check::after {
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    opacity: 0;
    transform: rotate(45deg) scale(.6);
    transition: opacity .18s, transform .18s;
}

.form-consent__input:checked + .form-consent__check {
    border-color: #5f8bff;
    background: #5f8bff;
}

.form-consent__input:checked + .form-consent__check::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.form-consent__input:focus-visible + .form-consent__check {
    box-shadow: 0 0 0 4px rgba(95, 139, 255, .16);
}

.is-validated .form-consent__input:invalid + .form-consent__check {
    border-color: #d8a0aa;
}

.form-consent__text {
    color: #68728d;
    font-size: 11px;
    line-height: 1.45;
}

.form-consent__text a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #aeb7cf;
    text-underline-offset: 2px;
}

.form-consent__text a:hover {
    color: #5f8bff;
}

.lead-form__error {
    min-height: 0;
    color: #bd364e;
    font-size: 13px;
    line-height: 1.4;
}

.lead-form__error:empty {
    display: none;
}

.lead-form__submit {
    position: relative;
    min-height: 62px;
    margin-top: 2px;
}

.lead-form__spinner {
    display: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, .38);
    border-top-color: #fff;
    border-radius: 50%;
    animation: hmFormSpin .75s linear infinite;
}

.lead-form.is-sending .lead-form__spinner {
    display: block;
}

.lead-form.is-sending [data-submit-label] {
    opacity: .7;
}

.lead-modal__success {
    display: none;
    min-height: 510px;
    padding: 28px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.lead-modal.is-success .lead-modal__form-view {
    display: none;
}

.lead-modal.is-success .lead-modal__success {
    display: flex;
    animation: hmSuccessContent .5s .15s both;
}

.lead-success-animation {
    position: relative;
    width: 104px;
    height: 104px;
    margin-bottom: 38px;
}

.lead-success-animation svg {
    position: relative;
    z-index: 2;
    display: block;
    width: 96px;
    height: 96px;
    margin: 4px;
    filter: drop-shadow(0 14px 24px rgba(95, 139, 255, .28));
}

.lead-modal.is-success .lead-success-animation svg {
    animation: hmSuccessPop .58s cubic-bezier(.2, 1.35, .4, 1) both;
}

.lead-success-animation svg path {
    stroke-dasharray: 62;
    stroke-dashoffset: 62;
}

.lead-modal.is-success .lead-success-animation svg path {
    animation: hmSuccessCheck .5s .38s ease forwards;
}

.lead-success-animation__ring {
    position: absolute;
    z-index: 1;
    border: 1px solid #8dacff;
    border-radius: 50%;
    inset: 4px;
    opacity: 0;
}

.lead-modal.is-success .lead-success-animation__ring {
    animation: hmSuccessRing 1.9s .3s ease-out infinite;
}

.lead-modal.is-success .lead-success-animation__ring_delay {
    animation-delay: .85s;
}

.lead-modal__success-actions {
    display: flex;
    margin-top: 6px;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.lead-modal__messenger {
    color: #5f8bff;
    font-weight: 500;
}

.content-lead .form-consents,
.feedback-form .form-consents,
.contact-form .form-consents {
    margin: 18px 0 6px;
}

.content-lead .form-consent__text,
.feedback-form .form-consent__text,
.contact-form .form-consent__text {
    color: #cbd2e6;
}

.content-lead .form-consent__check,
.feedback-form .form-consent__check,
.contact-form .form-consent__check {
    border-color: rgba(255, 255, 255, .45);
    background: transparent;
}

.content-lead .form-consent__input:checked + .form-consent__check,
.feedback-form .form-consent__input:checked + .form-consent__check,
.contact-form .form-consent__input:checked + .form-consent__check {
    border-color: #fff;
    background: #fff;
}

.content-lead .form-consent__input:checked + .form-consent__check::after,
.feedback-form .form-consent__input:checked + .form-consent__check::after,
.contact-form .form-consent__input:checked + .form-consent__check::after {
    border-color: #252e57;
}

.content-lead .lead-form__error,
.feedback-form .lead-form__error,
.contact-form .lead-form__error {
    color: #ffd1d8;
}

@keyframes hmFormSpin {
    to { transform: rotate(360deg); }
}

@keyframes hmSuccessPop {
    0% { opacity: 0; transform: scale(.62) rotate(-8deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes hmSuccessCheck {
    to { stroke-dashoffset: 0; }
}

@keyframes hmSuccessRing {
    0% { opacity: .65; transform: scale(.82); }
    85%, 100% { opacity: 0; transform: scale(1.65); }
}

@keyframes hmSuccessContent {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
    .lead-modal {
        padding: 10px;
        align-items: flex-end;
    }

    .lead-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        padding: 30px 20px 24px;
        border-radius: 22px;
        transform: translateY(48px);
    }

    .lead-modal_economy .lead-modal__dialog {
        padding: 0;
    }

    .lead-modal_economy .lead-modal__form-view {
        display: block;
    }

    .lead-modal_economy .lead-modal__campaign {
        min-height: auto;
        padding: 26px 20px;
    }

    .lead-modal_economy .lead-modal__campaign-label {
        margin-bottom: 20px;
    }

    .lead-modal_economy .lead-modal__campaign-value {
        margin-bottom: 12px;
    }

    .lead-modal_economy .lead-modal__campaign-value strong {
        font-size: 70px;
    }

    .lead-modal_economy .lead-modal__campaign > p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .lead-modal_economy .lead-modal__campaign ul {
        display: none;
    }

    .lead-modal_economy .lead-modal__content {
        padding: 28px 20px 24px;
    }

    .lead-modal_economy .lead-modal__title {
        font-size: 34px;
    }

    .lead-modal_economy .lead-modal__success {
        padding: 40px 20px 30px;
    }

    .lead-modal__close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
    }

    .lead-modal__title {
        margin-right: 42px;
        font-size: 38px;
    }

    .lead-modal__lead {
        margin-bottom: 26px;
        font-size: 16px;
    }

    .lead-form {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lead-form__field:nth-of-type(3),
    .lead-form__file,
    .form-consents,
    .lead-form__error,
    .lead-form__submit {
        grid-column: auto;
    }

    .lead-form__input {
        min-height: 54px;
    }

    .lead-modal__success {
        min-height: 440px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lead-modal,
    .lead-modal__dialog,
    .lead-modal.is-success .lead-modal__success,
    .lead-modal.is-success .lead-success-animation svg {
        transition: none;
        animation: none;
    }

    .lead-modal.is-success .lead-success-animation svg path {
        stroke-dashoffset: 0;
        animation: none;
    }

    .lead-modal.is-success .lead-success-animation__ring {
        display: none;
    }
}
