.ns-landing {
    --ns-blue: #2299d5;
    --ns-blue-dark: #126a9d;
    --ns-orange: #ff9900;
    --ns-text: #333333;
    --ns-muted: #666666;
    --ns-line: #dfe7ed;
    --ns-soft: #f3f7fa;
    --ns-shadow: 0 16px 36px rgba(31, 53, 72, 0.1);
    color: var(--ns-text);
    font-family: Montserrat, lato, Arial, sans-serif;
    line-height: 1.5;
}

.ns-landing *,
.ns-landing *::before,
.ns-landing *::after {
    box-sizing: border-box;
}

.ns-landing a {
    color: inherit;
}

.ns-landing h1,
.ns-landing h2,
.ns-landing h3,
.ns-landing p {
    margin: 0;
}

.ns-landing h1,
.ns-landing h2 {
    color: var(--ns-text);
    font-weight: 700;
    letter-spacing: 0;
}

.ns-landing h1 {
    max-width: 780px;
    font-size: 30px;
    line-height: 1.16;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.ns-landing h2 {
    font-size: 25px;
    line-height: 1.22;
}

.ns-landing h3 {
    color: var(--ns-text);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

.ns-landing img {
    max-width: 100%;
    height: auto;
}

.ns-landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border: 2px solid var(--ns-orange);
    border-radius: 4px;
    background: var(--ns-orange);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ns-landing-btn:hover,
.ns-landing-btn:focus {
    background: #ffffff;
    color: var(--ns-orange) !important;
}

.ns-landing-btn--submit {
    width: 100%;
}

.ns-landing-link {
    display: inline-flex;
    align-items: center;
    color: var(--ns-blue) !important;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px dashed currentColor;
}

.ns-landing-link:hover {
    color: var(--ns-orange) !important;
}

.ns-landing-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(34, 153, 213, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ns-blue-dark);
    font-size: 12px;
    font-weight: 700;
}

.ns-landing-hero {
    display: grid;
    gap: 22px;
    min-height: 430px;
    min-width: 0;
    padding: 28px 18px 32px;
    border-radius: 8px;
    background-color: #f7f8f9;
    background-image: url("/upload/iblock/be7/be76b72e4f6a7688fd52f4b0b98ec6ae.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--ns-shadow);
    overflow: hidden;
}

.ns-landing-hero__content {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
}

.ns-landing-hero__content h2 {
    max-width: 700px;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
}

.ns-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ns-landing-hero__note {
    max-width: 680px;
    color: var(--ns-muted);
    font-size: 14px;
    font-weight: 600;
}

.ns-landing-hero__facts {
    display: grid;
    gap: 10px;
    align-self: end;
    min-width: 0;
}

.ns-landing-hero__facts div {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(38, 58, 77, 0.12);
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    min-width: 0;
}

.ns-landing-hero__facts span {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ns-orange);
}

.ns-landing-hero__facts span::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 12px;
    height: 8px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(-45deg);
}

.ns-landing-section {
    padding: 44px 0 0;
}

.ns-landing-section__head {
    display: grid;
    gap: 9px;
    margin-bottom: 22px;
}

.ns-landing-section__head p {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-section__head--split {
    align-items: end;
}

.ns-landing-faq {
    display: grid;
    gap: 10px;
}

.ns-landing-faq__item {
    border: 1px solid var(--ns-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(31, 53, 72, 0.06);
    overflow: hidden;
}

.ns-landing-faq__button {
    display: grid;
    grid-template-columns: 1fr 28px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 60px;
    padding: 16px;
    border: 0;
    background: #ffffff;
    color: var(--ns-text);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.ns-landing-faq__button i {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: var(--ns-blue);
}

.ns-landing-faq__button i::before,
.ns-landing-faq__button i::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 13px;
    width: 12px;
    height: 2px;
    background: #ffffff;
}

.ns-landing-faq__button i::after {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.ns-landing-faq__button[aria-expanded="true"] i::after {
    transform: rotate(0);
}

.ns-landing-faq__panel {
    padding: 0 16px 18px;
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.ns-landing-product {
    display: grid;
    grid-template-rows: 170px 1fr;
    min-width: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--ns-shadow);
    overflow: hidden;
}

.ns-landing-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #ffffff;
    border-bottom: 1px solid #edf1f4;
}

.ns-landing-product__image img {
    max-height: 132px;
    object-fit: contain;
}

.ns-landing-product__placeholder {
    display: block;
    width: 92px;
    height: 62px;
    border-radius: 8px;
    border: 3px solid rgba(34, 153, 213, 0.22);
    background: #f4f9fc;
    position: relative;
}

.ns-landing-product__placeholder::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 12px;
    height: 8px;
    border-radius: 8px;
    background: var(--ns-blue);
    box-shadow: 0 14px 0 var(--ns-blue), 0 28px 0 var(--ns-blue);
}

.ns-landing-product__placeholder::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ns-orange);
}

.ns-landing-product__body {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 16px;
}

.ns-landing-product__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 20px;
}

.ns-landing-product__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 7px;
    border-radius: 4px;
    background: rgba(255, 153, 0, 0.12);
    color: #b86c00;
    font-size: 11px;
    font-weight: 800;
}

.ns-landing-product h3 {
    min-height: 44px;
    color: var(--ns-blue);
    overflow-wrap: anywhere;
}

.ns-landing-product h3 a {
    color: var(--ns-blue);
    text-decoration: none;
}

.ns-landing-product h3 a:hover {
    text-decoration: underline;
}

.ns-landing-product p {
    color: var(--ns-muted);
    font-size: 13px;
}

.ns-landing-product__more {
    align-self: end;
    color: var(--ns-blue) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.ns-landing-advantages,
.ns-landing-regions,
.ns-landing-work {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.ns-landing-advantage,
.ns-landing-region,
.ns-landing-work__item {
    min-width: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--ns-shadow);
}

.ns-landing-advantage {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.ns-landing-advantage__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ns-blue);
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.ns-landing-advantage div:not(.ns-landing-advantage__icon) {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-notice {
    margin-top: 16px;
    padding: 16px 18px;
    border-left: 4px solid var(--ns-orange);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(31, 53, 72, 0.06);
    color: var(--ns-text);
    font-size: 15px;
    font-weight: 700;
}

.ns-landing-section--lead {
    padding-top: 50px;
}

.ns-landing-lead {
    display: grid;
    gap: 22px;
    padding: 22px;
    border-radius: 8px;
    background: var(--ns-blue);
    color: #ffffff;
    box-shadow: var(--ns-shadow);
}

.ns-landing-lead h2,
.ns-landing-lead p {
    color: #ffffff;
}

.ns-landing-lead__content {
    display: grid;
    align-content: start;
    gap: 16px;
}

.ns-landing-lead__content p {
    font-size: 15px;
}

.ns-landing-mini-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ns-landing-mini-steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 10px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
}

.ns-landing-mini-steps span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ns-orange);
    color: #ffffff;
    font-weight: 900;
}

.ns-landing-mini-steps strong {
    font-size: 14px;
}

.ns-landing-mini-steps em {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-style: normal;
}

.ns-landing-form {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--ns-text);
    box-shadow: var(--ns-shadow);
}

.ns-landing-form__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}

.ns-landing-form__title {
    color: var(--ns-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.ns-landing-form__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ns-landing-field {
    display: grid;
    gap: 6px;
    color: var(--ns-text);
    font-size: 13px;
    font-weight: 700;
}

.ns-landing-field input,
.ns-landing-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #d7e0e7;
    border-radius: 4px;
    background: #ffffff;
    color: var(--ns-text);
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    box-shadow: inset 0 2px 8px rgba(31, 53, 72, 0.04);
}

.ns-landing-field textarea {
    min-height: 106px;
    resize: vertical;
}

.ns-landing-field input:focus,
.ns-landing-field textarea:focus {
    border-color: var(--ns-blue);
    box-shadow: 0 0 0 3px rgba(34, 153, 213, 0.16);
}

.ns-landing-field--error input,
.ns-landing-field--error textarea {
    border-color: #d63638;
}

.ns-landing-form__footer {
    display: grid;
    gap: 10px;
}

.ns-landing-form__footer p {
    color: #7a858f;
    font-size: 12px;
}

.ns-landing-form__status {
    min-height: 20px;
    color: var(--ns-blue-dark);
    font-size: 14px;
    font-weight: 700;
}

.ns-landing-form__status--error {
    color: #d63638;
}

.ns-landing-form--sending {
    opacity: 0.74;
    pointer-events: none;
}

.ns-landing-region {
    padding: 18px;
}

.ns-landing-region h3 {
    color: var(--ns-blue);
    margin-bottom: 8px;
}

.ns-landing-region p {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-work {
    counter-reset: work;
}

.ns-landing-work__item {
    display: grid;
    gap: 10px;
    padding: 18px;
    position: relative;
}

.ns-landing-work__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ns-orange);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.ns-landing-work__item p {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-section--about {
    padding-top: 50px;
}

.ns-landing-about {
    display: grid;
    gap: 20px;
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--ns-shadow);
}

.ns-landing-about__panel {
    display: grid;
    align-content: center;
    gap: 10px;
    min-height: 210px;
    padding: 24px;
    border-radius: 8px;
    background: var(--ns-soft);
    border: 1px solid #e1ebf1;
}

.ns-landing-about__panel strong {
    color: var(--ns-blue);
    font-size: 24px;
    line-height: 1.1;
}

.ns-landing-about__panel span {
    font-weight: 800;
}

.ns-landing-about__panel p {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-section--final .ns-landing-form {
    border: 2px solid rgba(34, 153, 213, 0.15);
}

.ns-landing-section--seo {
    padding-bottom: 20px;
}

.ns-landing-text {
    color: var(--ns-muted);
    font-size: 14px;
}

.ns-landing-text p {
    margin: 0 0 12px;
}

.ns-landing-text p:last-child {
    margin-bottom: 0;
}

.ns-landing-text h2 {
    margin: 22px 0 12px;
    font-size: 24px;
}

.ns-landing-text ul,
.ns-landing-text ol {
    margin: 0 0 14px 20px;
    padding: 0;
}

.ns-landing-text li {
    margin-bottom: 6px;
}

@media (min-width: 560px) {
    .ns-landing-products,
    .ns-landing-advantages,
    .ns-landing-regions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .ns-landing-field--wide {
        grid-column: 1 / -1;
    }
}

@media (min-width: 760px) {
    .ns-landing h1 {
        font-size: 38px;
    }

    .ns-landing h2 {
        font-size: 32px;
    }

    .ns-landing-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
        min-height: 410px;
        padding: 42px 46px;
        background-image: url("/upload/iblock/13c/13ceac09d38953efad5d2d05317ce69b.jpg");
    }

    .ns-landing-hero__content h2 {
        font-size: 20px;
    }

    .ns-landing-section {
        padding-top: 64px;
    }

    .ns-landing-section__head--split {
        grid-template-columns: 1fr auto;
    }

    .ns-landing-work {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ns-landing-lead {
        grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
        padding: 30px;
    }

    .ns-landing-about {
        grid-template-columns: minmax(0, 1fr) 360px;
        padding: 32px;
    }
}

@media (min-width: 1040px) {
    .ns-landing h1 {
        font-size: 44px;
    }

    .ns-landing-products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ns-landing-advantages {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ns-landing-regions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ns-landing-work {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ns-landing-form--final {
        grid-template-columns: 1fr;
        max-width: 880px;
        margin: 0 auto;
        padding: 28px;
    }
}

@media (min-width: 1230px) {
    .ns-landing-hero {
        min-height: 430px;
    }
}
.landing-agree{
	margin-right: 5px;
}