

/* Start:/local/templates/redesign2026v2/css/fonts.css?1787136308974*/
@font-face {
    font-family: 'InterTight';
    src: url('/local/templates/redesign2026v2/fonts/inter-tight/woff2/InterTight-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterTight';
    src: url('/local/templates/redesign2026v2/fonts/inter-tight/woff2/InterTight-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: 'InterTight';*/
/*    src: url('/local/templates/redesign2026v2/fonts/inter-tight/ttf/InterTight-Regular.ttf') format("truetype");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'InterTight';*/
/*    src: url('/local/templates/redesign2026v2/fonts/inter-tight/ttf/InterTight-Medium.ttf') format("truetype");*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
/* End */


/* Start:/local/templates/redesign2026v2/template_styles.css?178830443534081*/
* {
    box-sizing: border-box;
}

:root {
    --bg: #161A23;
    --btn: #050D20;
    --surface: #1B222D;
    --surface-accent: #193441;
    --cyan: #53EAEC;
    --cyan-btn-border: rgba(83, 234, 236, 0.4);
    --cyan-soft: #B8FAFA;
    --white: #FFFFFF;
    --muted-light: rgba(255, 255, 255, 0.8);
    --muted: rgba(255, 255, 255, 0.6);
    --line: rgba(83, 234, 236, 0.1);
    --radius: 14px;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(85, 236, 238, .2) rgba(85, 236, 238, .04);
}


html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: rgba(85, 236, 238, .04);
}

html::-webkit-scrollbar-thumb {
    border: 1px solid var(--bg);
    border-radius: 999px;
    background-color: rgba(85, 236, 238, .2);
    transition: background-color .2s ease, box-shadow .2s ease;
}

html::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:active {
    background-color: #55ECEE;
    box-shadow: 2px 2px 20px rgba(85, 236, 238, .9);
}

body.site-page .ag_cookie_alert_window {
    position: fixed !important;
    z-index: 120 !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    width: auto !important;
    max-width: 760px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(85, 236, 238, .35) !important;
    border-radius: 8px !important;
    color: var(--white) !important;
    background: #19242D !important;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .28) !important;
    font-family: InterTight, Arial, sans-serif !important;
}

body.site-page .ag_cookie_alert_window .ag_user_alert_window_content {
    display: grid !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 16px !important;
    color: var(--white) !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_text {
    max-width: 620px;
    margin: 0 !important;
    color: var(--muted-light) !important;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_text > div + div {
    margin-top: 8px;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_text br {
    display: none;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_text a,
body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_text font {
    color: #55ECEE !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_button {
    display: inline-flex !important;
    min-height: 36px !important;
    align-items: center;
    justify-content: center;
    padding: 8px 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: var(--bg) !important;
    background: #55ECEE !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
}

body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_button:hover,
body.site-page .ag_cookie_alert_window .ag_cookie_alert_window_button:focus-visible {
    box-shadow: 0 8px 24px rgba(85, 236, 238, .22) !important;
}

@media (min-width: 681px) {
    body.site-page .ag_cookie_alert_window {
        right: 32px !important;
        bottom: 32px !important;
        left: auto !important;
        width: max-content !important;
        max-width: min(760px, calc(100vw - 64px)) !important;
    }

    body.site-page .ag_cookie_alert_window .ag_user_alert_window_content {
        grid-template-columns: minmax(0, auto) auto;
        gap: 20px !important;
    }
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}
b, strong{
    font-weight: 500;
}
.page-stub-inner{
    text-align: center;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.site-page {
    position: relative;
    min-width: 320px;
    margin: 0;
    color: var(--white);
    background-color: var(--bg);
    background-image: url("/local/templates/redesign2026v2/img/main-bg.svg");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100vw auto;
    font-family: InterTight, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}
.text-center{
    text-align: center;
}
.color-cyan{
    color: var(--cyan);
}
body.site-page.menu-open {
    overflow: hidden;
}

.site-page a {
    color: inherit;
    text-decoration: none;
}

.site-page button,
.site-page input {
    font: inherit;
}



.site-page img {
    display: block;
    max-width: 100%;
}

.site-page .container {
    width: min(1400px, calc(100% - 32px));
    margin-inline: auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.monitoring-faq {
    padding: 64px 0;
    background: transparent;
}

.monitoring-faq__heading {
    max-width: 920px;
    margin-bottom: 30px;
}

.monitoring-faq__heading h2 {
    margin: 0;
    color: var(--cyan);
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0;
}

.monitoring-faq__heading p {
    margin: 18px 0 0;
    color: var(--white);
    font-size: 15px;
    line-height: 1.55;
}

.monitoring-faq__grid,
.monitoring-faq__column {
    display: grid;
}

.monitoring-faq__column {
    align-content: start;
}

.monitoring-faq details {
    border-top: 1px solid var(--line);
}

.monitoring-faq__column:last-child details:last-child {
    border-bottom: 1px solid var(--line);
}

.monitoring-faq summary {
    position: relative;
    padding: 20px 42px 20px 0;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
    transition: color .2s ease;
}

.monitoring-faq summary::-webkit-details-marker {
    display: none;
}

.monitoring-faq summary::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    color: var(--white);
    font-size: 20px;
    line-height: 1;
    content: "+";
    transform: translateY(-50%);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.monitoring-faq details:hover summary,
.monitoring-faq details:focus-within summary,
.monitoring-faq details[open] summary {
    color: var(--cyan);
}

.monitoring-faq details:hover summary::after,
.monitoring-faq details:focus-within summary::after,
.monitoring-faq details[open] summary::after {
    color: var(--cyan);
    background: linear-gradient(145deg, rgba(85, 236, 238, 0.1), rgba(60, 152, 157, 0.1));
}

.monitoring-faq details[open] summary::after {
    content: "−";
}

.monitoring-faq details > div {
    padding: 0 42px 20px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.monitoring-faq__contact {
    display: flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.monitoring-faq__contact > img {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(83, 234, 236, .08);
}

.monitoring-faq__contact strong,
.monitoring-faq__contact a {
    display: block;
}

.monitoring-faq__contact strong {
    color: var(--white);
    font-size: 14px;
}

.monitoring-faq__contact a {
    width: max-content;
    margin-top: 3px;
    border-bottom: 1px solid var(--muted);
    color: var(--muted-light);
    font-size: 12px;
    transition: color .2s ease, border-color .2s ease;
}

.monitoring-faq__contact a:hover,
.monitoring-faq__contact a:focus-visible {
    border-color: var(--cyan-btn-border);
    color: var(--cyan);
}

.site-main,
.site-footer {
    position: relative;
    z-index: 1;
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled,
body.site-page.menu-open .site-header,
body.site-page.search-open .site-header {
    border-bottom-color: rgba(255, 255, 255, .06);
    background: rgba(25, 36, 45, .4);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .14);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

body.site-page.menu-open .site-header {
    background: var(--bg);
    box-shadow: none;
    backdrop-filter: none;
}

.header-inner {
    display: grid;
    grid-template-columns: 138px 1fr auto;
    min-height: 72px;
    align-items: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    width: 138px;
}

.brand img {
    width: 100%;
    height: auto;
}
.header-nav-wrapper{
    min-width: 0;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.desktop-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
    white-space: nowrap;
}

.desktop-nav > a,
.desktop-products-toggle,
.header-contact a {
    position: relative;
    padding: 7px 0;
    border: 0;
    color: var(--white);
    background: transparent;
    cursor: pointer;
    transition: color .2s ease;
}

.desktop-nav > a::after,
.desktop-products-toggle::after,
.header-contact a::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 1px;
    background: var(--white);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a:focus-visible::after,
.desktop-products-toggle:hover::after,
.desktop-products-toggle:focus-visible::after,
.desktop-nav__item:hover .desktop-products-toggle::after,
.header-contact a:hover::after,
.header-contact a:focus-visible::after {
    transform: scaleX(1);
}

.desktop-nav__item {
    position: relative;
    display: flex;
    align-items: center;
}

.desktop-products-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: inherit;
}

.desktop-products-toggle i {
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: translateY(-2px) rotate(225deg);
    transition: transform .2s ease;
}

.desktop-nav__item:hover .desktop-products-toggle i,
.desktop-products-toggle[aria-expanded="true"] i {
    transform: translateY(2px) rotate(45deg);
}

.desktop-products-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: -24px;
    display: grid;
    visibility: hidden;
    width: 312px;
    padding: 18px 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    opacity: 0;
    background: #19242d;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .28);
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.desktop-products-menu::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 13px;
    content: "";
}

.desktop-nav__item:hover .desktop-products-menu,
.desktop-products-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.desktop-products-menu a {
    padding: 12px 0;
    color: var(--white);
    font-size: 16px;
    transition: color .2s ease;
}

.desktop-products-menu a:hover,
.desktop-products-menu a:focus-visible {
    color: var(--cyan);
}

.header-contact {
    display: none;
    align-items: center;
    gap: 18px;
    font-size: 13px;
    white-space: nowrap;
}

.header-divider {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .18);
}

.header-actions {
    display: none;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.icon-button,
.mobile-menu-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.icon-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    transition: background-color .2s ease;
}

.header-inline-search {
    position: relative;
    display: flex;
    width: 42px;
    height: 44px;
    min-width: 42px;
    align-items: center;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: width .3s ease, border-color .25s ease, background-color .25s ease;
}

.header-inline-search.is-open {
    width: clamp(210px, 23vw, 320px);
    border-color: var(--line);
    background: rgba(25, 52, 65, .44);
}

.header-inline-search .icon-button {
    position: relative;
    z-index: 1;
    min-width: 42px;
}

.header-inline-search .icon-button img,
.mobile-menu-search img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(55%) saturate(696%) hue-rotate(126deg) brightness(99%) contrast(87%);
}

.header-inline-search input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 14px 0 2px;
    border: 0;
    outline: 0;
    opacity: 0;
    color: var(--white);
    background: transparent;
    pointer-events: none;
    transition: opacity .2s ease;
}

.header-inline-search.is-open input {
    opacity: 1;
    pointer-events: auto;
}

.icon-button img {
    width: 20px;
    height: 20px;
}

.icon-button:hover,
.icon-button:focus-visible {
    background: rgba(83, 234, 236, .08);
}

.header-login,
.header-cta {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.header-login {
    gap: 9px;
    padding: 0 18px;
    border: 1px solid rgba(83, 234, 236, .2);
    color: var(--cyan)!important;
    background: rgba(83, 234, 236, .07);
}

.header-login img {
    width: 20px;
    height: 20px;
}

.header-login:hover,
.header-login:focus-visible {
    border-color: var(--cyan-btn-border);
    background: rgba(83, 234, 236, .13);
    box-shadow: 0 10px 28px rgba(83, 234, 236, .12);
}

.site-page .header-cta {
    padding: 0 20px;
    color: var(--bg);
    background: var(--white);
}

.site-page .header-cta:hover,
.site-page .header-cta:focus-visible {
    color: var(--bg);
    background: var(--cyan);
    box-shadow: 0 10px 30px rgba(83, 234, 236, .22);
}

.mobile-menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--white);
    flex-direction: column;
    justify-self: end;
    background: linear-gradient(145deg, rgba(83, 234, 236, .1), rgba(60, 152, 157, .1));
}

.mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px auto;
    background: var(--cyan);
    transition: transform .2s ease, opacity .2s ease;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    z-index: 101;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    height: calc(100dvh - 72px);
    padding: 0 0 16px;
    background-color: var(--bg);
    background-image: linear-gradient(180deg, transparent 45%, rgba(21, 150, 166, .25) 100%);
}

.mobile-menu-inner {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px;
}

.mobile-menu-search {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(25, 52, 65, .44);
}

.mobile-menu-search button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mobile-menu-search button img {
    width: 20px;
    height: 20px;
}

.mobile-menu-search input {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding: 0 16px 0 0;
    border: 0;
    outline: 0;
    color: var(--white);
    background: transparent;
}

.mobile-menu-level {
    width: 100%;
}

.mobile-menu-level.is-active {
    animation: mobile-menu-level-in .22s ease both;
}

.mobile-menu-level[hidden] {
    display: none;
}

@keyframes mobile-menu-level-in {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

.mobile-menu-group {
    display: grid;
    border-top: 1px solid var(--line);
}

.mobile-menu-label {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 12px;
}

.mobile-menu-group a,
.mobile-products-open {
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    background: transparent;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
}

.mobile-products-open i {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    transform: rotate(45deg);
}

.mobile-menu-group a:hover,
.mobile-menu-group a:focus-visible,
.mobile-menu-contacts a:hover,
.mobile-menu-contacts a:focus-visible {
    color: var(--cyan);
}

.mobile-menu-contacts {
    display: grid;
    gap: 8px;
    margin-top: auto;
}

.mobile-menu-phone {
    color: var(--white);
    font-size: 20px;
    line-height: 1.2;
}

.mobile-products-back {
    padding: 4px 0;
    border: 0;
    color: var(--muted) !important;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
}

.mobile-menu-level h2 {
    margin: 24px 0 18px;
    color: var(--cyan);
    font-size: 20px;
}

.mobile-products-list {
    display: grid;
    border-top: 1px solid var(--line);
}

.mobile-products-list a {
    min-height: 67px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    font-size: 17px;
}

.mobile-all-products {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--cyan) !important;
    background: rgba(83, 234, 236, .07);
}

.mobile-menu-actions {
    display: grid;
    gap: 10px;
}

.site-page .mobile-menu-login,
.site-page .mobile-menu-inner .mobile-menu-cta {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
}

.site-page .mobile-menu-login {
    gap: 9px;
    border: 1px solid rgba(83, 234, 236, .28);
    color: var(--cyan);
    background: rgba(83, 234, 236, .08);
}

.mobile-menu-login img {
    width: 24px;
    height: 24px;
}

.site-page .mobile-menu-inner .mobile-menu-cta {
    border: 1px solid var(--cyan);
    color: var(--bg);
    background: linear-gradient(110deg, #81ffff, var(--cyan));
}

.site-main {
    min-height: 1px;
    padding-top: 72px;
}

.white-popup-block {
    position: relative;
    width: min(760px, calc(100% - 32px));
    margin: 20px auto;
    padding: 28px 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--white);
    background: var(--surface);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.popup-form__slot[hidden],
.popup-success[hidden] {
    display: none;
}

.white-popup-block.is-success {
    width: min(464px, calc(100% - 32px));
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
}

.popup-success__visual {
    display: grid;
    min-height: 180px;
    place-items: center;
    background: linear-gradient(115deg, var(--surface) 5%, rgba(83, 234, 236, .58) 145%);
}

.popup-success__visual span {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(83, 234, 236, .08);
}

.popup-success__visual img {
    width: 24px;
}

.popup-success__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 20px;
}

.popup-success__content strong {
    font-size: 28px;
    line-height: 1.15;
}

.popup-success__content p {
    margin: -8px 0 0;
    color: var(--muted-light);
    font-size: 16px;
    line-height: 1.45;
}

.popup-success__content button {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    color: var(--bg);
    background: linear-gradient(110deg, var(--cyan-soft), var(--cyan));
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
    margin-top: 10px;
}

.popup-success__content button:hover,
.popup-success__content button:focus-visible {
    box-shadow: 0 10px 32px rgba(83, 234, 236, .2);
}

.popup-form h2 {
    max-width: 610px;
    margin: 0 0 30px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 1.12;
}

.popup-theme .mfp-close {
    color: var(--white);
}

.image-popup .mfp-img {
    padding-block: 48px;
}

.image-popup .mfp-figure::after {
    border: 1px solid var(--line);
    background: var(--bg);
}

.site-footer {
    overflow: hidden;
    padding: 44px 0 0;
    background: transparent;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 0;
    padding-bottom: 38px;
}

.footer-brand .brand {
    width: 138px;
}

.footer-contacts,
.footer-information,
.footer-brand{
    display: flex;
    flex-direction: column;
}

.footer-contacts {
    gap: 38px;
}
.footer-brand {
    gap: 40px;
}
.footer-contact-group {
    display: grid;
    justify-items: start;
    gap: 5px;
}

.footer-label {
    display: block;
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 12px;
}

.footer-contact-large {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    transition: color .2s ease;
}

.footer-contact-large:hover,
.footer-contact-large:focus-visible,
.footer-policy-links a:hover,
.footer-policy-links a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: var(--cyan);
}

.footer-address {
    margin-top: 8px;
}

.footer-address address {
    color: var(--white);
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.35;
}

.footer-information {
    /*justify-content: space-between;*/
    gap: 30px;
    padding-bottom: 4px;
    position: relative;
}

.footer-policy-links {
    display: grid;
    gap: 9px;
}

.footer-policy-links a {
    font-size: 14px;
    font-weight: 500;
    transition: color .2s ease;
}

.footer-social-block {
    margin-top: 0;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border: 1px solid rgba(83, 234, 236, .15);
    border-radius: 14px;
    background: rgba(83, 234, 236, .08);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    border-color: var(--cyan-btn-border);
    background: rgba(83, 234, 236, .15);
    box-shadow: 0 0 26px rgba(83, 234, 236, .2);
}

.footer-socials img {
    width: 24px;
    height: 24px;
}

.site-page .footer-to-top {
    justify-content: center;
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    align-self: flex-end;
    gap: 12px;
    margin-top: auto;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    color: var(--bg);
    background: var(--cyan);
    font-size: 14px;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
    position: absolute;
    bottom: 16px;
}

.site-page .footer-to-top:hover,
.site-page .footer-to-top:focus-visible {
    box-shadow: 0 10px 32px rgba(83, 234, 236, .2);
}

.site-page .footer-to-top img {
    width: 20px;
    height: 20px;
}

.footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(rgba(83, 234, 236, 0.6), rgba(83, 234, 236, 0.4));
    content: '';
    opacity: 0.5;
}
.footer-bottom {
    position: relative;
    display: flex;
    min-height: 92px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    /*border-top: 1px solid rgba(83, 234, 236, .2);*/
    color: var(--muted);
    font-size: 12px;
}
.reestr-wrapper{
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 50px;
}
.reestr-wrapper img{
    display: grid;
    width: 60px;
    height: 60px;
    padding: 12px;
    place-items: center;
    border: 1px solid rgba(83, 234, 236, 0.1);
    border-radius: 14px;
    background: rgba(83, 234, 236, 0.05);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (min-width: 681px) {
    .site-page .container {
        width: min(1400px, calc(100% - 40px));
    }

    .brand {
        width: 150px;
    }

    .white-popup-block {
        margin: 40px auto;
        padding: 42px;
    }

    .popup-form h2 {
        padding-right: 0;
        font-size: 36px;
    }

    .white-popup-block.is-success {
        padding: 0;
    }

    .popup-success__content {
        padding: 32px;
    }

    .site-footer {
        padding-top: 64px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        padding-bottom: 52px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand .brand {
        width: 170px;
    }

    .footer-contact-large {
        font-size: 24px;
    }

    .footer-address address {
        font-size: 20px;
    }

    .footer-information {
        gap: 34px;
    }

    .footer-social-block {
        margin-top: 36px;
    }

    .footer-to-top {
        align-self: flex-start;
        margin-top: 10px;
    }

    .footer-bottom {
        min-height: 64px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }

    .monitoring-faq {
        padding: 84px 0;
    }

    .monitoring-faq__heading h2 {
        font-size: 44px;
    }

    .monitoring-faq summary {
        font-size: 16px;
    }
}

@media (min-width: 961px) {
    .header-inner {
        display: flex;
        gap: 18px;
        min-height: 88px;
    }

    .site-main {
        padding-top: 88px;
    }

    .brand {
        flex: 0 0 145px;
    }

    .header-nav-wrapper {
        flex: 1 1 auto;
    }

    .desktop-nav,
    .header-actions {
        display: flex;
    }

    .desktop-nav {
        gap: 17px;
    }

    .header-actions {
        flex: 0 0 auto;
        justify-self: end;
    }

    .header-inline-search.is-open {
        width: 180px;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .footer-main {
        grid-template-columns: 190px minmax(280px, .9fr) minmax(320px, 1.1fr);
        gap: 48px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .monitoring-faq__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .monitoring-faq__column:first-child details:last-child {
        border-bottom: 1px solid var(--line);
    }
}

@media (min-width: 1181px) {
    .header-inner {
        gap: 24px;
    }

    .brand {
        flex-basis: 150px;
    }

    .desktop-nav {
        gap: 24px;
    }

    .header-contact {
        display: flex;
    }

    body.site-page.search-open .header-contact {
        display: none;
    }

    .header-inline-search.is-open {
        width: clamp(210px, 23vw, 320px);
    }

    .footer-main {
        grid-template-columns: 400px minmax(300px, .9fr) minmax(266px, 1.1fr);
        gap: 80px;
    }

    .footer-brand {
        gap: 90px;
    }
}

@media (min-width: 1281px) {
    .monitoring-faq__heading h2 {
        font-size: 52px;
    }
}

@media (min-width: 1381px) {
    body.site-page.search-open .header-contact {
        display: flex;
    }
}

/* Legal documents and system pages */


.legal-page {
    padding: 22px 0 64px;
}

.legal-page .breadcrumbs {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.legal-page .breadcrumbs-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.legal-page .breadcrumbs a {
    color: var(--muted);
    transition: color .2s ease;
}

.legal-page .breadcrumbs a:hover,
.legal-page .breadcrumbs a:focus-visible {
    color: var(--cyan);
}

.legal-page .breadcrumbs-current {
    color: var(--white);
}

.legal-page .breadcrumbs-separator {
    color: var(--muted);
}

.site-page .legal-page__container {
    max-width: 1328px;
}

.policy-doc {
    padding-top: 32px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.45;
}

.policy-title {
    max-width: 1080px;
    margin: 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
}

.policy-note {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.policy-note strong {
    font-weight: 400;
}

.policy-h2 {
    margin: 32px 0 18px;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.policy-p,
.policy-doc > p,
.policy-doc dd {
    margin: 0 0 18px;
}

.policy-doc a,
.policy-link {
    color: var(--cyan);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.policy-doc a:hover,
.policy-doc a:focus-visible {
    color: var(--cyan-soft);
}

.policy-ul,
.policy-doc ul,
.policy-doc ol {
    margin: -8px 0 18px;
    padding-left: 22px;
}

.policy-doc li + li {
    margin-top: 3px;
}

.policy-dl {
    margin: 0;
}

.policy-dl dt {
    margin: 20px 0 4px;
    font-weight: 500;
}

.policy-dl dd {
    margin-left: 0;
}

.consent-doc > p:first-child {
    margin: 0 !important;
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left !important;
}

.consent-doc > p:nth-child(2) {
    margin: 8px 0 32px !important;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3;
    text-align: left !important;
}

.error-page {
    min-height: 720px;
}

.error-page__inner {
    display: grid;
    min-height: inherit;
    place-items: center;
    padding-top: 12px;
    padding-bottom: 48px;
}

.error-page__content {
    display: flex;
    max-width: 620px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.error-page__code {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 6px;
    border-radius: 4px;
    color: #f1ad0f;
    background: rgba(241, 173, 15, .1);
    font-size: 12px;
    line-height: 1.2;
}

.error-page__code span {
    font-size: 13px;
}

.error-page h1 {
    margin: 32px 0 0;
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.error-page p {
    margin: 22px 0 0;
    color: var(--white);
    font-size: 16px;
    line-height: 1.45;
}

.error-page__desktop-break {
    display: none;
}

.site-page .error-page__button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 38px;
    padding: 0 20px;
    border: 1px solid rgba(83, 234, 236, .16);
    border-radius: 14px;
    color: var(--cyan);
    background: rgba(83, 234, 236, .07);
    font-size: 16px;
    font-weight: 500;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.site-page .error-page__button:hover,
.site-page .error-page__button:focus-visible {
    border-color: var(--cyan-btn-border);
    background: rgba(83, 234, 236, .13);
    box-shadow: 0 10px 28px rgba(83, 234, 236, .12);
}

.error-page__arrow {
    color: var(--cyan);
    font-size: 20px;
    line-height: 1;
}

.system-page .footer-to-top {
    position: static;
    width: 100%;
}

@media (min-width: 681px) {
    .system-page .footer-to-top {
        position: absolute;
        width: auto;
    }

    .legal-page {
        padding-top: 54px;
        padding-bottom: 96px;
    }

    .legal-page .breadcrumbs {
        font-size: 14px;
    }

    .legal-page .breadcrumbs-inner {
        gap: 8px;
    }

    .policy-doc {
        padding-top: 42px;
        font-size: 16px;
        line-height: 1.4;
    }

    .policy-title,
    .consent-doc > p:first-child {
        font-size: 32px;
        line-height: 1.3;
    }

    .policy-note {
        font-size: 14px;
    }

    .policy-h2,
    .consent-doc > p:nth-child(2) {
        font-size: 22px;
    }

    .policy-h2 {
        margin-top: 38px;
        margin-bottom: 24px;
    }

    .policy-p,
    .policy-doc > p,
    .policy-doc dd {
        margin-bottom: 24px;
    }

    .policy-ul,
    .policy-doc ul,
    .policy-doc ol {
        margin-bottom: 24px;
    }

    .consent-doc > p:nth-child(2) {
        margin-bottom: 40px !important;
    }

    .error-page {
        min-height: 820px;
    }

    .error-page__inner {
        padding-top: 0;
        padding-bottom: 28px;
    }

    .error-page h1 {
        font-size: 40px;
    }

    .error-page p {
        font-size: 18px;
    }

    .error-page__desktop-break {
        display: initial;
    }
}

/* End */


/* Start:/local/templates/redesign2026v2/vendor/magnific-popup/magnific-popup.css?17882937186860*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: var(--white);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
/* End */


/* Start:/local/templates/redesign2026v2/components/bitrix/form.result.new/monitoring_offer/style.css?17883038803043*/
.monitoring-form-container {
    width: 100%;
}

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

.monitoring-form__field {
    display: grid;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
}

.monitoring-form__field--wide,
.monitoring-form__privacy,
.monitoring-form__errors,
.monitoring-form__submit {
    grid-column: 1 / -1;
}

.monitoring-form__field input,
.monitoring-form__field textarea,
.monitoring-form__field select {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid rgba(83, 234, 236, .2);
    border-radius: 10px;
    outline: none;
    color: var(--white);
    background: rgba(255, 255, 255, .045);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.monitoring-form__field textarea {
    min-height: 112px;
    resize: vertical;
}

.monitoring-form__field input:focus,
.monitoring-form__field textarea:focus,
.monitoring-form__field select:focus {
    border-color: var(--cyan);
    background: rgba(255, 255, 255, .07);
    box-shadow: 0 0 0 3px rgba(83, 234, 236, .08);
}

.monitoring-form__privacy {
    display: grid;
    gap: 12px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.monitoring-form__privacy p {
    margin: 0;
}

.monitoring-form__checkbox {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
}

.monitoring-form__checkbox input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--cyan);
}

.monitoring-form__checkbox a {
    color: var(--cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.monitoring-form__submit {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    color: var(--bg);
    background: var(--cyan);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.monitoring-form__submit:hover,
.monitoring-form__submit:focus-visible {
    box-shadow: 0 10px 32px rgba(83, 234, 236, .2);
}

.monitoring-form__submit:disabled {
    cursor: wait;
    opacity: .65;
    transform: none;
}

.monitoring-form__errors {
    padding: 12px 14px;
    border: 1px solid rgba(255, 105, 120, .45);
    border-radius: 9px;
    color: #ffc2c9;
    background: rgba(255, 105, 120, .08);
    font-size: 13px;
}

.monitoring-form-success {
    padding: 30px;
    border: 1px solid rgba(83, 234, 236, .3);
    border-radius: 12px;
    text-align: center;
    background: rgba(83, 234, 236, .07);
}

.monitoring-form-success strong {
    color: var(--cyan);
    font-size: 28px;
}

.monitoring-form-success p {
    margin: 10px 0 0;
    color: var(--muted);
}

@media (max-width: 680px) {
    .monitoring-form__grid {
        grid-template-columns: 1fr;
    }

    .monitoring-form__field,
    .monitoring-form__field--wide,
    .monitoring-form__privacy,
    .monitoring-form__errors,
    .monitoring-form__submit {
        grid-column: auto;
    }
}

/* End */


/* Start:/local/templates/redesign2026v2/styles.css?178680370898*/
/* Component-level styles can be added here when this template gains shared Bitrix components. */

/* End */
/* /local/templates/redesign2026v2/css/fonts.css?1787136308974 */
/* /local/templates/redesign2026v2/template_styles.css?178830443534081 */
/* /local/templates/redesign2026v2/vendor/magnific-popup/magnific-popup.css?17882937186860 */
/* /local/templates/redesign2026v2/components/bitrix/form.result.new/monitoring_offer/style.css?17883038803043 */
/* /local/templates/redesign2026v2/styles.css?178680370898 */
