

/* 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?178768449317643*/
* {
    box-sizing: border-box;
}

:root {
    --bg: #161A23;
    --btn: #050D20;
    --surface: #1B222D;
    --surface-accent: #193441;
    --cyan: #53EAEC;
    --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;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}
b, strong{
    font-weight: 500;
}
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;
}
.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 button {
    color: var(--bg);
}

.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;
}

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

.monitoring-faq summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: var(--white);
    font-size: 20px;
    line-height: 1;
    content: "+";
    transform: translateY(-50%);
}

.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);
    color: var(--cyan);
}

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

.site-header {
    position: sticky;
    z-index: 100;
    top: 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 {
    border-bottom-color: rgba(255, 255, 255, .06);
    background: rgba(22, 26, 35, .94);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .14);
    backdrop-filter: blur(18px);
}

.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{
    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,
.header-contact a {
    transition: color .2s ease;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.header-contact a:hover,
.header-contact 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;
    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, transform .2s ease;
}

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

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

.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, transform .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);
    background: rgba(83, 234, 236, .13);
    box-shadow: 0 10px 28px rgba(83, 234, 236, .12);
    transform: translateY(-2px);
}

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

.site-page .header-cta:hover,
.site-page .header-cta:focus-visible {
    background: var(--cyan-soft);
    box-shadow: 0 10px 30px rgba(83, 234, 236, .16);
    transform: translateY(-2px);
}

.mobile-menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--white);
    flex-direction: column;
    justify-self: end;
}

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

.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(10px) 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(-9px) translateX(0px) rotate(-45deg);
}

.header-search {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid var(--line);
    background: rgba(22, 26, 35, .98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .26);
}

.header-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.header-search-form input {
    min-width: 0;
    height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    outline: none;
    color: var(--white);
    background: var(--surface);
}

.header-search-form input:focus {
    border-color: var(--cyan);
}

.header-search-form button {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
    min-width: 150px;
}

.header-search-form button[type="submit"] {
    border-color: var(--cyan);
    color: var(--bg);
    background: var(--cyan);
}

.mobile-menu {
    position: fixed;
    z-index: 101;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    padding: 26px 0 44px;
    background: rgba(22, 26, 35, 1);
}

.mobile-menu-inner {
    display: grid;
    gap: 30px;
}

.mobile-menu-group {
    display: grid;
}

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

.mobile-menu-group a {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: var(--white);
    font-size: 17px;
}

.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;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

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

.mobile-menu-email {
    color: var(--cyan);
    font-size: 16px;
}

.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: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

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

.site-page .mobile-menu-inner .mobile-menu-cta {
    border: 1px solid var(--cyan);
    color: var(--bg);
    background: var(--cyan);
}

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

.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 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, transform .2s ease;
}

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

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

.site-page .footer-to-top {
    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, transform .2s ease;
    position: absolute;
    bottom: 16px;
}

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

.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;
    }

    .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 {
        grid-template-columns: 145px 1fr auto;
        min-height: 88px;
    }

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

    .desktop-nav {
        gap: 17px;
    }

    .header-actions {
        justify-self: end;
    }

    .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 {
        grid-template-columns: 150px minmax(410px, 1fr) auto auto;
    }

    .desktop-nav {
        gap: 24px;
    }

    .header-contact {
        display: flex;
    }

    .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;
    }
}

/* End */


/* Start:/local/templates/redesign2026v2/vendor/magnific-popup/magnific-popup.css?17839402506852*/
/* 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: #333;
}

.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/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?178768449317643 */
/* /local/templates/redesign2026v2/vendor/magnific-popup/magnific-popup.css?17839402506852 */
/* /local/templates/redesign2026v2/styles.css?178680370898 */
