

/* Start:/local/templates/box/fonts/Manrope/stylesheet.css?17818788361112*/
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/local/templates/box/fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2");
}

/* End */


/* Start:/local/templates/box/libs/slick/slick.css?17791960041776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/box/style/grid.css?1779196004978*/
.grid {
    position: relative;
}

.grid::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    --grid-color: rgb(255 0 0 / 0.2);
    --grid-sides: 20px;
    --grid-gutter: 20px;
    --grid-columns: 12;
    --grid-column-width: calc( (100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));
    border: solid transparent;
    border-width: 0 calc( var(--grid-sides) - var(--grid-gutter) / 2);
    background-image: repeating-linear-gradient( to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter)));
    background-repeat: no-repeat;
    max-width: 1340px;
    margin: auto;
    z-index: 10;
}
/* End */


/* Start:/local/templates/box/style/normalize.css?17791960046039*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  /* outline: 1px dotted ButtonText; */
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/box/style/constructor.css?17791960041663*/
:root {
    /* DEFAULT VARS */
    --main-color: #1771F1;
    --main-color-2: #0043A4;
    --main-color-3: linear-gradient(101.67deg, #0043A4 0%, #1771F1 100%);
    --main-color-4: #DCEAFD;
    --main-color-5: #F3F8FE;
    --main-color-6: #231F20;
    --main-color-7: #414042;
    --main-color-8: #777777;
    --main-color-9: #E9E9E9;
    --main-color-10: #E20338;
    --main-color-11: #62C253;
    --main-color-12: #782FEF;

    --main-h1-size: 32px;
    --main-h2-size: 28px;
    --main-h3-size: 22px;
    --main-h4-size: 20px;
    --main-p-size: 16px;


    /* ELEMENT VARS */
    --body-bg-color: #fff;
    --main-bg-color: var(--main-color-5);
    --main-bg-color-2: var(--main-color-4);
    --btn-bg-color: var(--main-color);
    --btn-hover-bg-color: var(--main-color-3);
    --btn-active-bg-color: var(--main-color-2);
    --text-color: var(--main-color-6);
    --text-color-2: var(--main-color-7);
    --text-color-3: rgba(35, 31, 32, 0.5);
    --text-color-4: var(--main-color-8);
    --link-color: var(--main-color);
    --border-color: var(--main-color-9);
    --red: var(--main-color-10);

    --margin-default: 80px;

    --z-index-tooltip: 10;
    --z-index-mobile-nav: 20;
    --z-index-filter: 30;
    --z-index-menu: 100;

    --font-family-serif: 'Inter', sans-serif;
}



@media (max-width: 767px) {
    :root{
        --main-h1-size: 26px;
        --main-h2-size: 22px;
        --main-h3-size: 19px;
        --main-h4-size: 18px;
        --main-p-size: 14px;

        --margin-default: 40px;

    }
}

.slider-tabs {
    margin: var(--margin-default) auto;
    height: 611px;
}
/* End */


/* Start:/local/templates/box/style/menu.css?17791960047939*/
.main-menu {
    border-top: 1px solid var(--border-color);
    min-height: 59px;
    border-bottom: 1px solid var(--border-color);
}

.main-menu__close {
    display: none;
}

.main-menu__nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu__nav {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    height: 58px;
    overflow: hidden; 
    white-space: nowrap;
}

.main-menu__item a {
    display: flex;
    align-items: center;
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.main-menu__item>a {
    padding: 17px 0;
}

.main-menu__item--hide{
    display: none;
}

.main-menu__item:hover>a path {
    stroke: var(--main-color);
}

.main-menu__item:hover>a {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 15px;
}

.main-menu__item--first>a {
    width: 100%;
    position: relative;
}

.main-menu__item--first>a::after {
    content: '';
    width: 0px;
    border-right: 1px solid var(--border-color);
    position: absolute;
    top: 17px;
    bottom: 17px;
    right: 0;
}

.main-menu__item--first {
    min-width: 210px;
    margin-right: 5px;
    padding: 0px 0 0px 20px;
    box-sizing: border-box;
}

.main-menu__item--first svg {
    margin-right: 5px;
}

.main-menu__item+.main-menu__item {
    margin-left: 35.5px;
}



.main-menu__item--red a::before {
    content: '';
    width: 8px;
    height: 8px;
    left: 0px;
    top: 5px;
    background: var(--red);
    border: 3px solid #fbd9e1;
    border-radius: 50%;
    margin-right: 5px;
}

.main-menu__sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}

.main-menu__item:hover .main-menu__sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu-ul {
    padding: 30px 20px;
    list-style: none;
    margin: 0;
    position: relative;
    height: 564px;
}

.sub-menu__item>a {
    color: #231f2080;
    padding: 0;
}

.sub-menu__item+.sub-menu__item {
    padding-top: 20px;
}

.sub-menu__item {
    width: 190px;
}

.sub-menu__item, .sub-menu__item a {
    font-size: 14px;
}
.sub-menu-col,
.sub-menu-col ul {
    list-style: none;
}

.sub-menu-col b{

}


.sub-menu-col {
    position: absolute;
    left: 210px;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    top: 30px;
    padding: 0 37px;
}

.sub-menu-col__item {
    padding: 0;
    margin-right: 40px;
    margin-bottom: 30px;
    min-width: 180px;
}

.sub-menu__item--hover .sub-menu-col {
    display: flex;
}

.sub-menu-col__item li {
    margin-top: 20px;
}

.sub-menu__item--red a, .main-menu__item--red a {
    color: var(--red);
}

@media (min-width: 992px) {
    .sub-menu__item>a:hover {
        color: var(--link-color);
    }
}

@media (max-width: 992px) {
    .sub-menu__title {
        width: 100%;
    }
    .main-menu__nav {
        height: auto;
    }
    .sub-menu__item--hover .sub-menu-back {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: var(--z-index-menu);
        top: 0;
        height: 50px;
        padding-left: 20px;
    }
    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        background: #fff;
        height: 100vh;
        z-index: var(--z-index-menu);
        width: 300px;
        transition: all 0.3s;
    }
    .main-menu__close {
        display: block;
        position: absolute;
        padding: 13px 20px;
        top: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: var(--z-index-menu);
    }
    .main-menu__close--hide {
        display: none;
    }
    .main-menu__item {
        display: none;
    }
    .main-menu__item--first {
        display: block;
    }
    .main-menu--open {
        transform: translateX(0);
    }
    .main-menu__item--first>a {
        display: none;
    }
    .main-menu__sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .main-menu__sub-menu .main-container {
        padding: 0;
    }
    .sub-menu__item--hover .sub-menu-col {
        left: 0;
        background: #fff;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        padding: 0 0;
        z-index: var(--z-index-menu);
        width: 100%;
    }
    .sub-menu-col__item {
        min-width: 100%;
        margin-right: 0;
    }
    .sub-menu-ul {
        height: 100vh;
        overflow: auto;
        padding: 50px 0;
    }
    .sub-menu-col {
        top: 100px;
    }
    .sub-menu__item {
        width: 100%;
    }
    .sub-menu__item>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
        color: var(--text-color);
    }
    .sub-menu__item--red > a{
        color: var(--red);
    }
    .sub-menu__item--main > a{
        background: var(--main-bg-color);
    }
    .sub-menu__item--hover>a {
        position: absolute;
        top: 50px;
        z-index: var(--z-index-menu);
        background: #1771F1;
        color: #fff;
    }
    .sub-menu-col__item li+li, .sub-menu__item+.sub-menu__item {
        padding-top: 0;
        margin-top: 0;
    }
    .sub-menu-col b, .sub-menu-col__item li>a {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
        padding: 12px 20px;
        width: 100%;
        color: var(--text-color);
    }
    .sub-menu-col__item li>a {
        border-bottom: 1px solid var(--border-color);
    }
    .main-menu--open .main-menu__overlay {
        position: absolute;
        height: 100vh;
        width: calc(100vw + 300px);
        z-index: 99;
        background: rgba(0, 0, 0, 0.15);
    }
    .sub-menu__item--parent>a::after {
        content: '';
        background-image: var(--i-arrowRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }
    .sub-menu__item--hover>a::after {
        display: none;
    }
    .sub-menu-col__item li>a::after {
        content: '';
        background-image: var(--i-arrowUpRight);
        background-color: var(--main-bg-color);
        background-repeat: no-repeat;
        
        background-position: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        display: inline-flex;
        line-height: 0;
        position: absolute;
        right: 15px;
    }
    .sub-menu__item > a[data-count]{
        display: flex;
    }
    .sub-menu__item > a[data-count]::after {
        content: attr(data-count);
        position: relative;
        min-width: 20px;
        height: 20px;
        background: var(--main-bg-color-2);
        color: var(--text-color-2);
        border-radius: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-left: 5px;
        padding: 0 4px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/box/style/main.css?177919600419368*/
body {
    background: var(--body-bg-color);
    color: var(--text-color-2);
    font-family: var(--font-family-serif);
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
    outline-color: var(--link-color);
}

hr {
    border: 0;
    border-top: 1px solid #DCEAFD;
    margin: 20px 0;
}

button {
    cursor: pointer;
}

/* Hide focus styles if they're not needed, for example, 
when an element receives focus via the mouse. */

:focus:not(:focus-visible), :focus:not(:-moz-focusring) {
    outline: 0;
}

/* Show focus styles on keyboard focus. */

:-moz-focusring, :focus-visible {
    outline: var(--link-color) auto 1px;
}

.slick-slide:focus {
    outline: none;
}

a {
    color: var(--link-color)
}

img {
    max-width: 100%;
    line-height: 0;
}

main {
    min-height: 40vh;
}

b {
    font-weight: 500;
    color: var(--text-color);
}




/* h1 {
    font-size: var(--main-h1-size);
    font-weight: 500;
    margin: 10px 0 20px 0;
    color: var(--text-color);
    line-height: 140%;
} */


.main-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
}

.full-container {
    max-width: 1440px;
    margin: 0 auto;
}

.main-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: var(--text-color);
    padding: 0;
    margin: 0 0 20px;
}

.btn-small {
    background: #FFFFFF;
    border-radius: 4px;
    color: var(--btn-bg-color);
    border: 0;
    font-size: 12px;
    min-width: 101px;
    height: 26px;
    cursor: pointer;
}

.btn-small:hover {
    background: var(--btn-bg-color);
    color: #fff;
}

.btn-link {
    background: var(--btn-bg-color);
    border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid var(--btn-bg-color);
    line-height: initial;
    cursor: pointer;
}



.btn-link:hover {
    background: var(--btn-hover-bg-color);
    color: #fff;
}


.btn-clear {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.btn-link--ic {
    padding: 11px 14px;
    display: flex;
}

.btn-link--2 {
    background: var(--main-bg-color);
    color: var(--text-color-2);
    border: 1px solid var(--main-bg-color);
}


.btn-link--2:hover {
    background: var(--main-bg-color);
    color: var(--link-color);
    border: 1px solid var(--btn-bg-color);
}

.btn-clear--small, .btn-link--small {
    padding: 8px 20px 8px 20px;
    line-height: 1.45;
}


.btn-link--white {
    background: #fff;
    color: var(--text-color);
    border-color: var(--main-bg-color-2);
}

.btn-link--white:hover {
    background: #fff;
    color: var(--btn-bg-color);
    ;
    border: 1px solid var(--btn-bg-color);
}

.slick-disabled {
    display: none !important;
}

.slick-track {
    margin-left: 0;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: var(--main-color-5);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.slick-arrow:hover {
    background: var(--btn-bg-color);
}

.slick-arrow:hover svg {
    fill: #fff;
}

.slick-arrow[style="display: block;"] {
    display: flex !important;
}

.slick-arrow[style="display: block;"].slick-disabled {
    display: none !important;
}

.slick-arrow svg {
    width: 9px;
    height: 14px;
}

.slick-dots {
    position: absolute;
    bottom: 24px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    z-index: 10;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: var(--main-bg-color);
    border: 0;
    outline: none;
    background: var(--main-bg-color);
    border-radius: 50%;
    margin: 0 8px;
}

.slick-dots li.slick-active button {
    background: var(--main-color);
}

.slick-track:before, .slick-track:after {
    opacity: 0;
    position: absolute;
}

/* ToolTip */

.link-tooltip {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}

.link-dashed {
    text-decoration: none;
    position: relative;
}

.link-dashed::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px dashed;
}

.link-dashed.link-tooltip::before {
    right: 25px;
}

.link-tooltip::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    background-image: var(--i-arrowDown);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-bg-color-2);
    line-height: 0;
}

.link-tooltip--active::after {
    background-color: var(--main-color);
    background-image: var(--i-arrowUp--active);

}

.tooltip {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 23px 15px 15px;
    z-index: var(--z-index-tooltip);
    margin-top: 10px;
    display: none;
}

.tooltip--open {
    display: block;
}

.tooltip::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 19%;
    width: 20px;
    height: 7px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.tooltip__title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--text-color-4);
}

.tooltip__title b {
    color: var(--text-color);
    font-weight: 500;
}

.tooltip__btns {
    margin: 15px -4px 0;
    display: flex;
}

.tooltip__btns>* {
    margin: 0 4px;
}

.tooltip__link {
    display: inline-block;
}

.tooltip__btns+.tooltip__link {
    margin-top: 20px;
}

.tooltip__link+.tooltip__link {
    margin-top: 8px;
}

.tooltip__tags {
    display: flex;
    margin: 10px -2.5px 0;
}

.tooltip__tag {
    padding: 5px 10px 5px 10px;
    margin: 0 2.5px;
    background: var(--main-bg-color);
    text-decoration: none;
}

/* ToolTip */

.top-header {
    background: var(--main-bg-color);
}

.top-header-right {
    display: flex;
}

.top-header-city>span {
    color: var(--text-color-3);
    font-size: 14px;
    margin-right: 3px;
}

.top-header-city a::before {
    display: none;
}

.top-header-city {
    font-size: 14px;
}

.top-header-phone {
    font-size: 14px;
    margin-left: 30px;
}

.top-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}

.main-header__content {
    display: flex;
    align-items: center;
    min-height: 104px;
    justify-content: space-between;
}

.header-search, .header-widget {
    width: 33%;
}

.header-mobile {
    display: none;
}

.header-widget {
    display: flex;
    justify-content: flex-end;
}

.header-widget__item {
    text-decoration: none;
    line-height: 0;
    display: flex;
    align-items: center;
}

.header-widget>.header-widget__item {
    margin-left: 20px;

}

.header-widget__item[data-count]::after {
    content: attr(data-count);
    position: relative;
    min-width: 20px;
    height: 20px;
    background: var(--main-bg-color-2);
    color: var(--text-color-2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-left: 2px;
    padding: 0 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo {
    line-height: 0;
}

.header-logo svg {
    max-width: 100%;
}

/* Верхние меню */

.sub-menu-back {
    display: none;
}

.top-header-menu ul {
    display: flex;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.top-header-menu li+li {
    margin-left: 24px;
}

.top-header-menu li a {
    color: var(--text-color-2);
    text-decoration: none;
}

.top-header-menu li a:hover {
    color: var(--link-color);
}

/* END Верхние меню */

/* Search */

.header-search form {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 315px;
}

.header-search__input {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    padding: 10px 40px 10px 15px;
    color: var(--text-color-2);
}

.header-search__input::placeholder {
    color: var(--text-color-3);
}

.header-search__submit {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 0;
}

/* END Search */

/* breadcrumbs */

.breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 20px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: '/';
    margin: 0 5px;
}

.breadcrumbs__link {}

/* END breadcrumbs */




/* Отзывы */
.main-reviews__container {
    padding: 0 60px;
}

.main-reviews {
    margin: var(--margin-default) auto;
    position: relative;
    padding-bottom: 35px;
}

.main-reviews-slick {
    position: static;
}

.main-section__container {
    padding: 0 60px;
}

.main-section {
    margin: var(--margin-default) auto;
    position: relative;
    padding-bottom: 35px;
}

.main-section-slick {
    position: static;
}

/*  */

/* Инстагарам */

.instagram-slider__container {
    padding: 0 60px;
    position: relative;
}

.instagram-slider {
    padding-bottom: 35px;
}

.instagram-slider-slick {
    position: static;
}

.instagram-slider .slick-dots {
    margin-top: 20px;
    bottom: -30px;
    left: 0;
    right: 0;
}

.instagram__item {
    position: relative;
    border-radius: 4px;
    margin: 0 10px;
}

.instagram-slider .slick-list {
    margin: 0 -10px;
}

.instagram__item-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translateY(calc(100% - 34px));
    transition: all 0.7s;
    padding: 0 20px 20px;
    color: #fff;
}

.instagram__item-content--open {
    transform: translateY(0);
    background: rgba(35, 31, 32, 0.6);
}

.instagram__item-content svg {
    fill: #414042;
    transition: all 0.5s;
}

.instagram__item-content--open svg {
    fill: #fff;
}

.instagram__item-content--open .instagram__item-content-btn {
    background: transparent;
}

.instagram__item-content--open .instagram__item-content-btn svg {
    transform: rotate(-180deg);
}

.instagram__item-content-btn {
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #E9E9E9;
    border-radius: 4px;
    height: 34px;
    cursor: pointer;
    outline: 0;
}

.instagram__item-picture img {
    width: 100%;
}

.instagram__item-tag {
    margin-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.instagram__item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram__item-btn {
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 37px;
}

/* Инстагарам */



/* Footer */

.footer {
    margin-top: var(--margin-default);
    background: var(--main-bg-color);
    padding: 40px 20px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu__col, .footer-menu__nav {
    --item-cols: 4;
    --item-margin: 20px;
}

.footer-menu__nav {
    margin: 0 calc(var(--item-margin) * -1 / 2);
}

.footer-menu__col {
    width: calc(100% / var(--item-cols) - var(--item-margin));
    margin: 0 calc(var(--item-margin) / 2);
}

.footer-menu__nav {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}

.footer-menu__item+.footer-menu__item {
    margin-top: 10px;
}

.footer-menu__item a {
    font-size: 16px;
    line-height: 150%;
    color: #414042;
    text-decoration: none;
}

.footer-menu__item a:hover {
    color: var(--link-color);
}

.footer-contacts-title {
    font-size: 12px;
    line-height: 150%;
    color: var(--text-color-3);
    margin-bottom: 5px;
}

.footer-contacts-content {
    font-size: 16px;
    line-height: 150%;
}

.footer-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 20px;
}

.footer-socials::before {
    margin-right: 30px;
}

.footer-socials::after {
    margin-left: 30px;
}

.footer-socials::before, .footer-socials::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
}

.footer-socials__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0 5px;
}

.footer-socials__item a:hover {
    background: var(--link-color);
}

.footer-socials__item a:hover path {
    fill: #fff
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #414042;
}

.footer-bottom__item--copyright {
    font-size: 14px;
    line-height: 150%;
}

.footer-bottom__item--uv {
    font-size: 14px;
    line-height: 143%;
    display: flex;
    align-items: center;
}

.footer-bottom__item--uv img {
    margin-right: 10px;
}

.footer-menu__contacts {
    margin-top: 15px;
}

.footer-contacts-content>a {
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.footer-contacts-content>a:not(.link-tooltip)::before {
    /* content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    border: 1px dashed; */
}

/* Footer end */


/* Mobile nav */

.navbar-mobile {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: var(--z-index-mobile-nav);

}

.navbar-mobile__list {
    display: flex;
    list-style: none;
    background: #fff;
    border-top: 1px solid #DCEAFD;
    padding: 0 20px;
    margin: 0;
}

.navbar-mobile__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.navbar-mobile__link{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    padding: 4px;
    color: #414042;
    text-decoration: none;
}

.navbar-mobile__link[data-count]::after{
    position: absolute;
    top: 4px;
    right: 0;
}

@media (min-width: 993px) {
    .desktop-hide {
        display: none;
    }
}

@media (max-width: 1400px) {
    .instagram__item-text {
        -webkit-line-clamp: 5;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .instagram__item-text {
        -webkit-line-clamp: 6;
    }

    .instagram__item-btn {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .main-container {
        padding: 0 20px;
    }

    .main-header {
        border-bottom: 1px solid var(--border-color);
    }



    .header-menu-btn {
        width: 24px;
    }

    .header-search, .header-widget {
        flex: 33.333%;
    }

    .header-search-btn {
        flex: calc(33.333% - 24px);
    }

    .header-search-btn button {
        margin-left: 24px;
    }

    .header-mobile {
        display: block;
    }

    .header-search {
        display: none;
    }

    .header-search--open {
        display: block;
        position: absolute;
        width: 100%;
        top: 104px;
        left: 0;
        right: 0;
        z-index: var(--z-index-tooltip);
        background: #fff;
        padding: 10px 20px;
        box-sizing: border-box;
        border-bottom: 1px solid var(--border-color);
        border-top: 1px solid var(--border-color);
    }

    .header-search form {
        max-width: 100%;
    }

    .top-header {
        display: none;
    }

    .footer-menu__col, .footer-menu__nav {
        --item-cols: 2;
    }

    .footer-menu__col:nth-child(2)~.footer-menu__col {
        margin-top: 40px;
    }

    .footer {
        padding: 40px 9px;
    }
}

@media (max-width: 768px) {
    .main-reviews__container {
        padding: 0 15px;
    }

    .instagram-slider__container {
        padding: 0 15px;
    }

    .main-header__content {
        min-height: 60px;
    }

    .header-logo {
        max-width: 153px;
    }

    .advantages__item-text {
        font-size: 14px;
    }

    .header-search--open {
        top: 60px;
    }

}

@media (max-width: 576px) {
    .header-widget {
        display: none;
    }

    .header-search-btn {
        order: 1;
        flex: none;
    }

    .header-search-btn button {
        margin-left: 0;
    }



    .footer-menu__col, .footer-menu__nav {
        --item-cols: 1;
    }

    .footer-menu__col:nth-child(1)~.footer-menu__col {
        margin-top: 40px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-bottom__item+.footer-bottom__item {
        margin-top: 15px;
    }

    .footer-socials {
        margin-top: 40px;
    }

    .main-header__content {
        min-height: 50px;
    }

    .header-logo {
        max-width: 114px;
    }

    .footer-menu__item a {
        font-size: 14px;
    }

    .footer-menu__title {
        font-size: 16px;
    }

    .header-search--open {
        top: 50px;
    }
}

/* ALL */

.main-container--cancel {
    max-width: 100%;
    padding: 0;
}
/* End */


/* Start:/local/templates/box/style/ui-forms.css?17791960049689*/
.form-container {
    font-size: 14px;
}

.form-container--auth {
    max-width: 538px;
}

.ui-input--text input {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    overflow: hidden;
}

.ui-input--text input::placeholder{
    color: transparent;
}

.ui-input--text input:focus::placeholder{
    color: inherit;
}

.ui-input--text textarea {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    min-height: 100px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    max-width: 100%;
    min-width: 100%;
}

.ui-input--stars input, .ui-input--radio input, .ui-input--checkbox input, .ui-input--checkbox-2 input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--radio .ui-input__placeholder, .ui-input--checkbox .ui-input__placeholder {
    display: block;
    line-height: 20px;
}

.ui-input--checkbox input:focus+span::before {
    background: var(--main-color);
    border-color: var(--main-color);
}

.ui-input--checkbox input:checked+span::before {
    background: var(--main-color);
    background-image: var(--i-ok);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-color: var(--main-color);
}

.ui-input--checkbox input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #231F20;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 11px;
    border: 1px solid #DCEAFD;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: 500;
}

.ui-input--checkbox-2 input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
    color: #1771F1;
    font-weight: 500;
}

.ui-input--radio input+span::before {
    content: '*';
    color: transparent;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    margin-right: 7px;
}

.radio--border .ui-input__placeholder {
    border: 1px solid var(--main-bg-color-2);
    padding: 18px 5px;
    border-radius: 4px;
}

.ui-input__label {
    cursor: pointer;
}

.ui-input--radio input:focus+span::before {
    background: var(--main-color);
    border-color: var(--main-color);
}

.ui-input--radio input:checked+span::before {
    background: var(--main-color);
    /* box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px var(--main-color); */
    padding: 3px;
    border-color: var(--main-color);
    background-clip: content-box;
    line-height: 14px;
}

.ui-input--radio.radio--border input:checked+span {
    background: #DCEAFD;
    border: 1px solid #1771F1;
}


.ui-input+.ui-input {
    margin-top: 20px;
}

.ui-input__wraper {
    position: relative;
}

.ui-input__placeholder {
    font-size: 14px;
    line-height: 143%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ui-input--text .ui-input__placeholder {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 15px;
    color: var(--text-color-4);
    padding: 0 5px;
}

.ui-input__placeholder>.tx-red {
    color: var(--red);
    margin-left: 2px;
}

.ui-input textarea.input--not-empty, 
.ui-input--text textarea:focus, 
.ui-input input.input--not-empty, 
.ui-input--text input:focus, 
.ui-input--text input:not([value=""]), 
.ui-input--text textarea:not(:placeholder-shown) {
    outline: 0;
    background: #fff;
    border-color: var(--main-color);
}

.ui-input input[disabled] {
    background: #E9E9E9;
    border-color: #E9E9E9;
}

.ui-input--text input:not([value=""])+.ui-input__placeholder, 
.ui-input--text textarea:not(:placeholder-shown)+.ui-input__placeholder, 
.ui-input--text textarea.input--not-empty+.ui-input__placeholder, 
.ui-input--text textarea:focus+.ui-input__placeholder, 
.ui-input--text input.input--not-empty+.ui-input__placeholder, 
.ui-input--text input:focus+.ui-input__placeholder {
    top: -10px;
    background: #fff;
    color: var(--main-color);
}

.ui-input textarea::placeholder{
    color: transparent;
}

.ui-input input.input--not-empty+.ui-input__placeholder>.tx-red, .ui-input input:focus+.ui-input__placeholder>.tx-red {
    color: var(--main-color);
}

.ui-input .input--error+.ui-input__placeholder::after {
    content: attr(data-validation-message);
    margin-left: 5px;
    width: 100%;
    color: var(--red) !important;
}

.ui-input .input--ok+.ui-input__placeholder::after {
    /* content: 'ok';
    position: absolute;
    right: 15px;
    top: 15px; */
}

.ui-input input.input--error {
    border-color: var(--red);
}

.ui-select select {
    box-sizing: content-box;
    --select-arrow: 25px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 30px 10px 15px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    line-height: inherit;
    background: #FFFFFF;
    border: 1px solid #1771F1;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #1771F1;
    background-image: var(--i-arrowDown);
    background-size: calc(var(--select-arrow) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.ui-select select:disabled {
    cursor: no-drop;
    background-color: #f5f5f5;
    color: #777777;
    border-color: #777777;
    ;
}

.ui-select select option {
    font-size: 16px;
}

.ui-select select::-ms-expand {
    display: none;
}

.ui-select {
    position: relative;
}

.ui-select select:focus-within {
    background-image: var(--i-arrowUp);
}

.ui-options-overlay {
    /* background: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--z-index-tooltip) + 1);
}

.ui-options {
    background: #FFFFFF;
    /* Blue/blue 15 */
    border: 1px solid #DCEAFD;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    z-index: calc(var(--z-index-tooltip) + 2);
    width: 100%;
    max-height: 208px;
    overflow: auto;
}

.ui-options__item:hover {
    background: var(--main-bg-color);
}

.ui-options__item--select {
    background: #DCEAFD;
}

.ui-options__item {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    color: #414042;
    cursor: pointer;
}

.form-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-input--stars .ui-input__wraper {
    display: flex;
    flex-direction: row-reverse;
    width: min-content;
    text-align: center;

}

.ui-input__star {
    line-height: 0;
}

.ui-input__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ui-input__star svg {
    width: 24px;
    height: auto;
}

.ui-input__star+.ui-input__star {
    margin-left: 2px;
}

.ui-input__label:hover .ui-input__star svg,
.ui-input__label:hover~.ui-input__label .ui-input__star svg,
.ui-input__label.cheked~.ui-input__label .ui-input__star svg {
    fill: #FFAA06;
}

/* .ui-input--stars::before {
    content: attr(data-input-val);
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
} */

.ui-input--stars[data-input-val=""] .ui-input__wraper::before {
    content: '— Без оценки';
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
}

.ui-input__star input:checked+svg {
    fill: #FFAA06;
}

/* CUSTOM bx-sls  */

.bx-sls .dropdown-block{
    background: #fff;
    border: 1px solid var(--main-bg-color-2);
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    width: 100%;
    padding: 12px 40px 12px 15px;
    color: var(--text-color-2);
    /* overflow: hidden; */
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route{
    height: 25px;
}

.bx-sls .bx-ui-sls-pane{
    top: 50px;
}

.bx-sls .bx-ui-sls-clear{
    top: 8px;
}

/* CUSTOM bx-sls  */

@media (max-width: 556px) {
    /* .ui-input+.ui-input {
        margin-top: 10px;
    } */
}
/* End */


/* Start:/local/templates/box/style/popups.css?17791960041068*/
.ui-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: var(--z-index-menu);
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ui-popup h3 {
    margin-top: 0;
}

.ui-form__error {
    color: red;
    display: none;
    padding-left: 10px;
    padding-top: 20px;
}

.ui-popup__buttons{
    margin-top: 20px;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ui-popup__close {
        top: 10px;
        right: 10px;
    }
}

/* End */


/* Start:/local/templates/box/fonts/icons/fonts.css?17791960043810*/
:root{
    /* Icons */
    --i-arrowLeft: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L8.46967 11.4697L7.93934 12L8.46967 12.5303L9 12ZM14.4697 5.46967L8.46967 11.4697L9.53033 12.5303L15.5303 6.53033L14.4697 5.46967ZM8.46967 12.5303L14.4697 18.5303L15.5303 17.4697L9.53033 11.4697L8.46967 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowRight: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12L15.5303 11.4697L16.0607 12L15.5303 12.5303L15 12ZM9.53033 5.46967L15.5303 11.4697L14.4697 12.5303L8.46967 6.53033L9.53033 5.46967ZM15.5303 12.5303L9.53033 18.5303L8.46967 17.4697L14.4697 11.4697L15.5303 12.5303Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    --i-arrowUp: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-arrowDown: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    --i-ok: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowUpRight: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.86944 1.46447L7.86944 0.714474L8.61944 0.714474L8.61944 1.46447L7.86944 1.46447ZM1.32871 9.06587C1.03581 9.35877 0.560938 9.35877 0.268045 9.06587C-0.0248483 8.77298 -0.024848 8.2981 0.268045 8.00521L1.32871 9.06587ZM2.21259 0.714474H7.86944L7.86944 2.21447H2.21259L2.21259 0.714474ZM8.61944 1.46447L8.61944 7.12133L7.11944 7.12133L7.11944 1.46447L8.61944 1.46447ZM8.39977 1.9948L1.32871 9.06587L0.268045 8.00521L7.33911 0.934144L8.39977 1.9948Z' fill='%23414042'/%3E%3C/svg%3E%0A");
    /* Icons active */
    --i-arrowUp--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L5.53033 1.46967L5 0.93934L4.46967 1.46967L5 2ZM9.53033 5.46967L5.53033 1.46967L4.46967 2.53033L8.46967 6.53033L9.53033 5.46967ZM4.46967 1.46967L0.46967 5.46967L1.53033 6.53033L5.53033 2.53033L4.46967 1.46967Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-arrowDown--active: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L5.53033 5.53033L5 6.06066L4.46967 5.53033L5 5ZM9.53033 1.53033L5.53033 5.53033L4.46967 4.46967L8.46967 0.469669L9.53033 1.53033ZM4.46967 5.53033L0.46967 1.53033L1.53033 0.46967L5.53033 4.46967L4.46967 5.53033Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    --i-ok--active: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.52495 11.657L0.574951 6.707L1.98895 5.293L5.52645 8.8265L5.52495 8.828L14.01 0.343002L15.424 1.757L6.93895 10.243L5.52595 11.656L5.52495 11.657Z' fill='%231771F1'/%3E%3C/svg%3E%0A");

}
/* End */


/* Start:/local/templates/box/style/custom.css?178463167855737*/
/* ===== ПОДКЛЮЧЕНИЕ ШРИФТА ===== */

/* ===== ГЛОБАЛЬНЫЕ ПЕРЕОПРЕДЕЛЕНИЯ ===== */
:root {
  --bg-main: #f4f6fb;
  --bg-surface: #ffffff;
  --text-main: #17233d;
  --text-muted: #5f6d86;
  --accent-1: #f49a22;
  --accent-2: #be5a1b;
  --accent-3: #8f3116;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-soft: 0 10px 30px rgba(16, 33, 62, 0.08);
  --shadow-card: 0 16px 40px rgba(17, 34, 66, 0.1);
  --transition: 0.25s ease;
}

/* Скрываем старые блоки */
.advantages:not(.advantages--new),
.main-section,
.main-reviews {
  display: none !important;
}

body {
  font-family: "Manrope", "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text-main);
  background: radial-gradient(
    circle at top left,
    #fdfefe 0%,
    var(--bg-main) 52%,
    #eef2f8 100%
  );
  line-height: 1.45;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition);
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===== БЛОК ХЕДЕР ===== */
.header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(24, 36, 62, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #a74a22;
  white-space: nowrap;
  min-width: 0;
}

.logo img {
  width: 144px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.logo-copy {
  display: grid;
  grid-template-columns: max-content;
  align-content: center;
  align-self: center;
  gap: 5px;
  min-width: 0;
  max-width: none;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #5f2720;
}

.logo-top {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.15;
}

.logo-divider {
  width: 100%;
  max-width: none;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(214, 145, 62, 0.6),
    rgba(182, 80, 36, 0.24)
  );
}

.logo-bottom {
  font-size: 13px;
  font-weight: 700;
  color: #6a3126;
  white-space: nowrap;
  line-height: 1.15;
}

.logo-bottom .accent20 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 2px;
  background: linear-gradient(145deg, #f0bc53 10%, #b36a22 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  vertical-align: baseline;
}

.nav {
  display: flex;
  align-items: baseline;
  align-self: center;
  gap: 16px;
  font-weight: 700;
  font-size: 15px;
  color: #2b344d;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 4px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(244, 247, 252, 0.95);
  border: 1px solid rgba(23, 35, 61, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #4d5d78;
  text-transform: uppercase;
}

.lang-link.is-active {
  background: #ffffff;
  color: #1f2d49;
  box-shadow: 0 4px 12px rgba(20, 33, 60, 0.14);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 800;
  font-size: 16px;
  color: #1f2d49;
  white-space: nowrap;
  position: static;
  transform: none;
  margin-right: 12px;
}

.header-phone:hover {
  color: #8f3116;
}

.header-phone-icon {
  color: #de7a1b;
  font-size: 16px;
  line-height: 1;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  padding: 10px 0;
  line-height: 1.2;
  white-space: nowrap;
}

.nav a:hover {
  color: #7f3a2a;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e7982d, #b44c1f);
}

/* ===== АДАПТИВ ХЕДЕРА ===== */
@media (max-width: 960px) {
  .header-inner {
    min-height: auto;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-copy {
    max-width: none;
  }
  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 0;
  }
  .nav {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
  }
  .header-phone {
    position: static;
    transform: none;
  }
}

@media (max-width: 680px) {
  .logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo img {
    width: 120px;
  }
  .logo-copy {
    gap: 3px;
  }
  .logo-top,
  .logo-bottom {
    white-space: normal;
    text-wrap: balance;
  }
  .logo-top {
    font-size: 13px;
  }
  .logo-bottom {
    font-size: 12px;
  }
  .logo-bottom .accent20 {
    font-size: 17px;
  }
  .header-phone {
    font-size: 15px;
    padding: 9px 12px;
  }
}

/* ===== КНОПКИ ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition);
  cursor: pointer;
  border: none;
  letter-spacing: 0.1px;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
  box-shadow: 0 10px 24px rgba(199, 108, 19, 0.32);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(199, 108, 19, 0.4);
}

.btn-secondary {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 35, 61, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(2px);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

/* ===== ЗАГОЛОВКИ СЕКЦИЙ ===== */
.section-title {
  text-align: center;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 800;
  margin-bottom: 38px;
  color: var(--text-main);
  letter-spacing: -0.4px;
}

@media (max-width: 960px) {
  .section-title {
    font-size: 34px;
  }
}

@media (max-width: 680px) {
  .section-title {
    font-size: 29px;
  }
}

/* ===== HERO БЛОК ===== */
.hero {
  min-height: 560px;
  background:
    linear-gradient(
      96deg,
      rgba(244, 247, 252, 0.93) 0%,
      rgba(244, 247, 252, 0.54) 42%,
      rgba(244, 247, 252, 0.12) 100%
    ),
    url("/local/templates/box/style/../images/hero-jewelry-bg.jpg") center bottom/cover no-repeat;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(23, 35, 61, 0.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 76% 30%,
    rgba(255, 225, 170, 0.26),
    transparent 45%
  );
  pointer-events: none;
}

.hero-inner {
  min-height: 560px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 18px 0;
}

.hero h1 {
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  color: #14213c;
  margin-bottom: 24px;
  letter-spacing: -0.8px;
}

.hero p {
  font-size: 24px;
  line-height: 1.28;
  color: #14213c;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
  max-width: 570px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
  height: 500px;
}

.hero-ring {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 170px;
  z-index: 3;
  filter: drop-shadow(0 22px 34px rgba(67, 44, 15, 0.24));
}

.hero-monitor {
  position: absolute;
  right: -8px;
  bottom: 54px;
  width: 608px;
  z-index: 2;
  filter: drop-shadow(0 14px 24px rgba(20, 26, 41, 0.2));
}

.hero-phone {
  position: absolute;
  right: -34px;
  bottom: 34px;
  width: 144px;
  z-index: 4;
  filter: drop-shadow(0 10px 18px rgba(20, 26, 41, 0.22));
}

@media (max-width: 1200px) {
  .hero h1 {
    font-size: 48px;
  }
  .hero p {
    font-size: 22px;
  }
  .hero-monitor {
    right: 0;
    width: 540px;
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 44px 0 20px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero p {
    font-size: 22px;
    max-width: 100%;
  }
  .hero-visual {
    height: 330px;
  }
  .hero-ring {
    width: 124px;
    left: 6px;
    bottom: 8px;
  }
  .hero-monitor {
    width: 458px;
    right: -6px;
    bottom: 34px;
  }
  .hero-phone {
    width: 107px;
    right: -10px;
    bottom: 18px;
  }
}

@media (max-width: 680px) {
  .hero h1 {
    font-size: 34px;
  }
  .hero p {
    font-size: 20px;
  }
  .hero-visual {
    height: 250px;
  }
  .hero-ring {
    width: 92px;
    left: -4px;
    bottom: 6px;
  }
  .hero-monitor {
    width: 345px;
    right: 2px;
    bottom: 28px;
  }
  .hero-phone {
    width: 81px;
    right: -2px;
    bottom: 18px;
  }
}

/* ===== ПРОДУКТЫ ===== */
.products {
  padding: 64px 0 44px;
  background: #ffffff;
}

.products .section-title {
  margin-bottom: 8px;
}

.products-stack {
  display: flex;
  flex-direction: column;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 1.12fr);
  gap: 40px 52px;
  align-items: start;
  padding: 36px 0 28px;
}

.product-showcase + .product-showcase {
  border-top: 1px solid rgba(23, 35, 61, 0.1);
  padding-top: 36px;
  margin-top: 0;
}

.product-title {
  font-size: clamp(30px, 4.1vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #14213c;
  margin-bottom: 14px;
  max-width: 560px;
}

.product-tagline {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #2a3754;
  margin-bottom: 22px;
  max-width: 540px;
}

.product-tagline .hl {
  color: #e77818;
}

.product-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #5f6d86;
  margin-bottom: 18px;
  max-width: 540px;
}

.product-cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 540px;
  align-items: stretch;
}

.product-cta-row .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  align-items: stretch;
}

.feature-disclosure {
  border: 1px solid rgba(23, 35, 61, 0.12);
  border-radius: 14px;
  background: #fbfcff;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.feature-disclosure[open] {
  border-color: rgba(231, 120, 24, 0.38);
  box-shadow: 0 8px 26px rgba(20, 33, 60, 0.09);
}

.feature-disclosure > summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #14213c;
  line-height: 1.32;
}

.feature-disclosure > summary::-webkit-details-marker {
  display: none;
}

.feature-disclosure > summary:hover {
  color: #e77818;
}

.feature-ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9f1a, #e77818);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(231, 120, 24, 0.32);
}

.feature-panel {
  padding: 0 16px 16px 56px;
  font-size: 14px;
  line-height: 1.55;
  color: #4a5670;
  border-top: 1px solid rgba(23, 35, 61, 0.08);
}

.feature-panel p {
  margin: 12px 0 0;
}

@media (max-width: 960px) {
  .product-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 0 24px;
  }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .product-desc,
  .product-slider,
  .product-cta-row {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .product-cta-row .btn {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 48px;
  }
}

.product-kb-row {
  margin: 12px 0 0;
  max-width: 540px;
}

.product-kb-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #24324c;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.product-kb-link:hover {
  color: #c45f0d;
  border-bottom-color: rgba(196, 95, 13, 0.35);
}

.product-kb-link__ico {
  width: auto;
  height: 22px;
  object-fit: contain;
  border-radius: 3px;
  flex-shrink: 0;
  margin-top: 1px;
}

.product-kb-link__text strong {
  font-weight: 800;
  color: #14213c;
}

/* Слайдер продуктов */
.product-slider {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin-bottom: 18px;
}

.product-slider-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(23, 35, 61, 0.1);
  background: linear-gradient(165deg, #f4f6fb 0%, #eef1f8 45%, #e8ecf5 100%);
  box-shadow:
    0 4px 6px rgba(20, 33, 60, 0.04),
    0 18px 38px rgba(20, 33, 60, 0.1);
  cursor: zoom-in;
}

.product-slider-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.product-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.product-slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px 14px;
  box-sizing: border-box;
}

.product-slider-slide img {
  width: 100%;
  max-height: min(52vh, 380px);
  height: auto;
  object-fit: contain;
  object-position: center top;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(20, 33, 60, 0.12);
}

.product-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #14213c;
  box-shadow: 0 4px 16px rgba(20, 33, 60, 0.15);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.product-slider-btn:hover {
  background: #ffffff;
  color: #e77818;
  box-shadow: 0 6px 22px rgba(20, 33, 60, 0.2);
}

.product-slider-btn--prev {
  left: 10px;
}

.product-slider-btn--next {
  right: 10px;
}

.product-slider-btn svg {
  width: 22px;
  height: 22px;
  display: block;
}

.product-slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 0 4px;
}

.product-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(23, 35, 61, 0.18);
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.product-slider-dot.is-active {
  width: 26px;
  background: linear-gradient(90deg, #ff9f1a, #e77818);
}

.product-slider-dot:hover:not(.is-active) {
  background: rgba(23, 35, 61, 0.32);
}

@media (max-width: 960px) {
  .product-slider {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .product-slider-slide img {
    max-height: min(42vh, 300px);
  }
  .product-slider-btn {
    width: 40px;
    height: 40px;
  }
  .product-slider-btn--prev {
    left: 6px;
  }
  .product-slider-btn--next {
    right: 6px;
  }
}

/* ===== Блок "Почему выбирают нас" ===== */
.advantages {
  position: relative;
  padding: 36px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 100% 70% at 50% -30%,
      rgba(255, 190, 120, 0.14) 0%,
      transparent 55%
    ),
    linear-gradient(180deg, #f9fbff 0%, #eef2fa 55%, #e6ebf5 100%);
}

.advantages .section-title {
  margin-bottom: 10px;
}

.advantages-lead {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #4d5d78;
}

.advantages-lead strong {
  color: #e77818;
  font-weight: 800;
}

.quality-acronym-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 18px;
}

.quality-acronym-bar span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #14213c;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 35, 61, 0.1);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(20, 33, 60, 0.06);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.quality-acronym-bar span:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 6px 18px rgba(231, 120, 24, 0.22);
  border-color: rgba(231, 120, 24, 0.35);
}

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

.quality-card {
  background: linear-gradient(165deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid rgba(23, 35, 61, 0.09);
  border-radius: 16px;
  padding: 16px 18px 18px;
  box-shadow: 0 6px 22px rgba(20, 33, 60, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.quality-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(20, 33, 60, 0.11);
  border-color: rgba(231, 120, 24, 0.28);
}

.quality-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 9px;
  margin: 0 0 9px;
  font-size: clamp(15px, 1.65vw, 17px);
  font-weight: 800;
  color: #14213c;
}

.quality-char {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(145deg, #ffb24a 0%, #f08a1a 45%, #d86a0f 100%);
  box-shadow: 0 5px 14px rgba(216, 106, 15, 0.28);
}

.quality-sep {
  font-weight: 700;
  color: #9aa4b8;
  font-size: 1rem;
}

.quality-name {
  flex: 1;
  min-width: 120px;
}

.quality-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.52;
  color: #4a5670;
}

@media (max-width: 960px) {
  .quality-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .quality-acronym-bar span {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 8px;
  }
}

/* ===== CTA блок на главной ===== */
.cta {
  position: relative;
  padding: 104px 0 88px;
  text-align: center;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(14, 23, 41, 0.82), rgba(20, 32, 58, 0.74)),
    url("/local/templates/box/style/../images/cta-jewelry-bg.jpg") center/cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta .cta-lead {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.32;
  margin: 0 auto 28px;
  padding: 0 12px;
  font-weight: 700;
  max-width: 900px;
  color: #ffffff;
}

.cta .btn {
  min-width: 260px;
  min-height: 56px;
  font-size: 18px;
}

@media (max-width: 960px) {
  .cta {
    padding: 88px 0 72px;
  }
  .cta .cta-lead {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  .cta {
    padding: 88px 0 72px;
  }
  .cta .cta-lead {
    font-size: 20px;
    line-height: 1.35;
  }
  .cta .btn {
    font-size: 16px;
    min-width: 200px;
  }
}

/* ===== ФУТЕР ===== */
.footer {
  background: linear-gradient(180deg, #f8f9fc 0%, #eef1f8 100%);
  padding: 38px 0 36px;
  color: #2f3b55;
  border-top: 1px solid rgba(21, 34, 61, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px 36px;
  align-items: start;
}

.footer-col-head {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a96ae;
  margin: 0 0 12px;
}

.footer-link {
  color: #24324c;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.footer-link:hover {
  color: #c45f0d;
  border-bottom-color: rgba(196, 95, 13, 0.35);
}

.footer-link--tel {
  display: inline-block;
  margin-top: 2px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #14213c;
}

.footer-link--accent {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #e77818;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 25px;
}

.footer-link--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-link-icon {
  width: auto;
  height: 22px;
  display: block;
  border-radius: 3px;
}

.footer-hotline {
  font-size: 15px;
  line-height: 1.55;
  color: #3d4a63;
}

.footer-nick {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #3d4a63;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-legal .footer-link {
  font-size: 14px;
}

.cookie-settings-btn {
  margin-top: 6px;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(23, 35, 61, 0.2);
  background: #ffffff;
  color: #24324c;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-settings-btn:hover {
  border-color: rgba(231, 120, 24, 0.4);
  color: #c45f0d;
}

.footer-requisites {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #3d4a63;
}

.footer-req-line strong {
  color: #24324c;
}

.footer-mirror {
  margin-top: 6px;
}

.footer-messenger-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

.footer-messenger-hit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.footer-messenger-hit:hover {
  background: rgba(231, 120, 24, 0.06);
  border-color: rgba(231, 120, 24, 0.22);
}

.footer-messenger-hit img {
  display: block;
  height: 50px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
  }
  .footer-messengers {
    grid-column: 1 / -1;
  }
  .footer-messenger-links {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-nav {
    align-items: center;
    padding-top: 0;
  }
  .footer-legal {
    align-items: center;
  }
  .footer-legal .footer-link {
    text-align: center;
  }
  .cookie-settings-btn {
    width: 100%;
  }
  .footer-messenger-links {
    justify-content: center;
  }
  .footer-messengers {
    text-align: center;
  }
  .footer-messengers .footer-col-head {
    text-align: center;
  }
}

/* ===== СТРАНИЦА "О КОМПАНИИ" ===== */
.page {
  padding: 64px 0 80px;
}

.about-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(17, 34, 66, 0.1);
  border: 1px solid rgba(20, 33, 60, 0.08);
  padding: 28px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(420px, 1.45fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 34px;
}

.about-photo {
  width: 100%;
  min-height: 215px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(17, 34, 66, 0.16);
}

.about-lead {
  font-size: 22px;
  line-height: 1.5;
  color: #24324e;
  font-weight: 700;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 30px;
  margin-top: 28px;
}

.about-panel {
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(20, 33, 60, 0.08);
}

.about-panel h2 {
  font-size: 26px;
  margin-bottom: 18px;
  color: #17233d;
}

.about-body p {
  font-size: 18px;
  line-height: 1.72;
  color: #3b4964;
  margin-bottom: 18px;
}

.aside-card {
  padding: 28px;
  border-radius: 22px;
  background:
    linear-gradient(
      155deg,
      rgba(244, 154, 34, 0.1) 0%,
      rgba(190, 90, 27, 0.08) 100%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid rgba(180, 76, 31, 0.14);
}

.aside-card h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(20, 33, 60, 0.08);
}

.feature-item:first-child {
  border-top: none;
  padding-top: 0;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(244, 154, 34, 0.14) 0%,
    rgba(190, 90, 27, 0.12) 100%
  );
  color: #b55b1f;
  font-size: 18px;
  font-weight: 800;
}

.feature-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  color: #17233d;
}

.feature-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #3b4964;
}

/* CTA на странице О КОМПАНИИ (как на скриншоте) */
.about-cta {
  margin-top: 32px;
  padding: 34px;
  border-radius: 24px;
  background:
    linear-gradient(125deg, rgba(20, 33, 60, 0.92), rgba(30, 47, 79, 0.88)),
    linear-gradient(155deg, #f49a22 0%, #8f3116 100%);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(17, 34, 66, 0.16);
}

.about-cta p {
  max-width: 760px;
  font-size: 25px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 22px;
  font-weight: 600;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 14px 26px rgba(199, 108, 19, 0.28);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(199, 108, 19, 0.36);
}

/* Модальное окно */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 18, 34, 0.55);
  backdrop-filter: blur(3px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-radius: 20px;
  border: 1px solid rgba(20, 33, 60, 0.1);
  padding: 24px 22px 20px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(20, 33, 60, 0.12);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.request-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.request-field.full {
  grid-column: 1 / -1;
}

.request-input,
.request-select,
.request-textarea {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(27, 41, 72, 0.14);
  padding: 0 12px;
  font-size: 15px;
  font-family: inherit;
}

.request-submit {
  margin-top: 16px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.request-success {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(46, 166, 79, 0.12);
  color: #1f6f38;
}

@media (max-width: 960px) {
  .about-hero,
  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .about-card {
    padding: 18px;
  }
  .about-lead {
    font-size: 18px;
  }
  .about-cta p {
    font-size: 21px;
  }
  .request-grid {
    grid-template-columns: 1fr;
  }
}

.breadcrumbs {
  display: none;
}
.footer-requisites {
  font-size: 13px;
  line-height: 1.4;
}

.footer-requisites .footer-req-line {
  font-size: 13px;
  margin: 0 0 4px 0;
}

.footer-requisites .footer-link {
  font-size: 13px;
}

body:has(.page) .nav a[href="/about/"] {
  display: none;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

@media (max-width: 680px) {
  .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/* ===== ЛАЙТБОКС ===== */
.ytd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
}

.ytd-lightbox[hidden] {
  display: none !important;
}

.ytd-lightbox-backdrop {
  position: absolute;
  inset: 0;
}

.ytd-lightbox-shell {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ytd-lightbox-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  z-index: 2;
}

.ytd-lightbox-close {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.ytd-lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  cursor: zoom-in;
  position: relative;
}

.ytd-lightbox-stage.is-zoomed {
  cursor: grab;
}

.ytd-lightbox-pan {
  transform-origin: center center;
  transition: transform 0.05s ease-out;
}

.ytd-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.ytd-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}

.ytd-lightbox-nav--prev {
  left: 20px;
}

.ytd-lightbox-nav--next {
  right: 20px;
}

.ytd-lightbox-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 1001;
}

.logo-top-kk {
  font-size: 12px;
  line-height: 1.2;
  max-width: 160px;
  display: block;
}

/* ===== ФУТЕР НА СТРАНИЦЕ О КОМПАНИИ ===== */
.page + .footer,
.page ~ .footer {
  width: 100% !important;
  background: linear-gradient(180deg, #f8f9fc 0%, #eef1f8 100%) !important;
  padding: 48px 0 56px !important;
  border-top: 1px solid rgba(21, 34, 61, 0.08) !important;
}

.page + .footer .container,
.page ~ .footer .container {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
}

/* ===== СТРАНИЦА ДЕМО ===== */
.page .card {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

.page .title {
  font-size: 42px;
  font-weight: 800;
  color: #14213c;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}

.page .subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #3b4964;
  margin-bottom: 20px;
}

.page .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin: 30px 0 24px;
}

.page .field.full {
  grid-column: 1 / -1;
}

.page .field label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #17233d;
  margin-bottom: 6px;
}

.page .field .input,
.page .field .select,
.page .field .textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(23, 35, 61, 0.16);
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.page .field .input:focus,
.page .field .select:focus,
.page .field .textarea:focus {
  outline: none;
  border-color: rgba(231, 120, 24, 0.65);
  box-shadow: 0 0 0 3px rgba(231, 120, 24, 0.15);
}

.page .field .textarea {
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
}

.page .actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.page .actions .btn {
  min-width: 200px;
}

@media (max-width: 680px) {
  .page .form-grid {
    grid-template-columns: 1fr;
  }
  .page .title {
    font-size: 30px;
  }
  .page .actions {
    flex-direction: column;
  }
  .page .actions .btn {
    width: 100%;
  }
}

/* ===== МОДАЛЬНОЕ ОКНО ===== */
.site-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.site-modal:not([hidden]) {
  display: flex !important;
}

.site-modal[hidden] {
  display: none !important;
}

.site-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.site-modal-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(20, 33, 60, 0.22);
  border: 1px solid rgba(23, 35, 61, 0.08);
}

.site-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 12px;
  border-bottom: 1px solid rgba(23, 35, 61, 0.08);
  flex-shrink: 0;
}

.site-modal-head h2 {
  font-size: 22px;
  font-weight: 800;
  color: #14213c;
  margin: 0;
}

.site-modal-sub {
  margin: 8px 0 0;
  font-size: 14px;
  color: #5f6d86;
}

.site-modal-x {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: #14213c;
  background: rgba(244, 246, 251, 0.95);
}

.site-modal-x:hover {
  background: #eef1f8;
  color: #e77818;
}

.site-modal-body {
  padding: 18px 22px 22px;
  overflow-y: auto;
  flex: 1;
}

.site-modal-footer {
  padding: 16px 22px 22px;
  border-top: 1px solid rgba(23, 35, 61, 0.08);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.prices-table-wrap {
  overflow-x: auto;
  margin-bottom: 8px;
}

.prices-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #1f2a44;
}

.prices-table th,
.prices-table td {
  border: 1px dashed rgba(23, 35, 61, 0.28);
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.prices-table th {
  font-weight: 800;
  color: #14213c;
  background: #f3f5fb;
  font-size: 13px;
}

.prices-table .price-cell {
  font-weight: 800;
  font-size: 16px;
  color: #14213c;
  white-space: nowrap;
}

.prices-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 14px;
  font-size: 17px;
  font-weight: 800;
  color: #14213c;
  text-align: center;
}

.rental-q {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e77818;
  background: #fff8ef;
  color: #c45f0d;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rental-q:hover {
  transform: scale(1.06);
  box-shadow: 0 4px 12px rgba(231, 120, 24, 0.35);
}

.rental-tip {
  margin: 0 0 16px;
  padding: 14px 16px;
  font-size: 14px;
  color: #3c4a67;
  background: #f4f6fb;
  border: 1px dashed rgba(23, 35, 61, 0.22);
  border-radius: 12px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.rental-tip[hidden] {
  display: none !important;
}

body.site-modal-open {
  overflow: hidden;
}

/* ===== МОДАЛЬНЫЕ ОКНА (ЦЕНЫ И ЗАЯВКА) ===== */

/* Общие стили для модалок */
.site-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(11, 18, 34, 0.55);
  backdrop-filter: blur(4px);
}

.site-modal:not([hidden]) {
  display: flex !important;
}

.site-modal[hidden] {
  display: none !important;
}

.site-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.site-modal-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(10, 22, 44, 0.28);
  border: 1px solid rgba(20, 33, 60, 0.08);
}

.site-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(23, 35, 61, 0.08);
  flex-shrink: 0;
}

.site-modal-head h2 {
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 800;
  color: #14213c;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0;
}

.site-modal-sub {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #5f6d86;
}

.site-modal-x {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #14213c;
  background: rgba(244, 246, 251, 0.95);
  transition:
    background 0.2s ease,
    color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-modal-x:hover {
  background: #eef1f8;
  color: #e77818;
}

.site-modal-body {
  padding: 20px 24px 24px;
  overflow-y: auto;
  flex: 1;
}

.site-modal-footer {
  padding: 16px 24px 24px;
  border-top: 1px solid rgba(23, 35, 61, 0.08);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

body.site-modal-open {
  overflow: hidden;
}

/* Таблицы цен */
.prices-table-wrap {
  overflow-x: auto;
  margin-bottom: 8px;
}

.prices-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.35;
  color: #1f2a44;
}

.prices-table th,
.prices-table td {
  border: 1px dashed rgba(23, 35, 61, 0.2);
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
}

.prices-table th {
  font-weight: 800;
  color: #14213c;
  background: #f3f5fb;
  font-size: 13px;
}

.prices-table td:first-child {
  font-weight: 600;
  text-align: left;
  max-width: 360px;
}

.prices-table .price-cell {
  font-weight: 800;
  font-size: 16px;
  color: #14213c;
  white-space: nowrap;
}

.prices-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 14px;
  font-size: 17px;
  font-weight: 800;
  color: #14213c;
  text-align: center;
}

.rental-q {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e77818;
  background: linear-gradient(180deg, #fff8ef 0%, #fff2e0 100%);
  color: #c45f0d;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.15s,
    box-shadow 0.2s;
}

.rental-q:hover {
  transform: scale(1.06);
  box-shadow: 0 4px 12px rgba(231, 120, 24, 0.35);
}

.rental-tip {
  margin: 0 0 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #3c4a67;
  background: #f4f6fb;
  border: 1px dashed rgba(23, 35, 61, 0.22);
  border-radius: 12px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.rental-tip[hidden] {
  display: none !important;
}

/* Форма заявки */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2a3754;
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"] {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(23, 35, 61, 0.16);
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lead-form input:focus {
  outline: none;
  border-color: rgba(231, 120, 24, 0.65);
  box-shadow: 0 0 0 3px rgba(231, 120, 24, 0.12);
}

.lead-consent {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  color: #4a5670;
}

.lead-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.lead-consent a {
  color: #be5a1b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-consent a:hover {
  color: #8f3116;
}

/* Успешная отправка */
.lead-success-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-radius: inherit;
}

.lead-success-overlay[hidden] {
  display: none !important;
}

.lead-success-panel {
  width: 100%;
  max-width: 420px;
  text-align: center;
  padding: 30px 24px 26px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(23, 35, 61, 0.08);
  box-shadow: 0 20px 52px rgba(20, 33, 60, 0.15);
}

.lead-success-panel p {
  font-size: 16px;
  line-height: 1.5;
  color: #2a3754;
  margin: 0 0 20px;
}

/* Адаптив */
@media (max-width: 680px) {
  .site-modal {
    padding: 12px;
  }
  .site-modal-card {
    max-height: 95vh;
    border-radius: 16px;
  }
  .site-modal-head {
    padding: 18px 18px 12px;
  }
  .site-modal-head h2 {
    font-size: 18px;
  }
  .site-modal-body {
    padding: 16px 18px 18px;
  }
  .site-modal-footer {
    padding: 14px 18px 18px;
  }
  .prices-table th,
  .prices-table td {
    padding: 8px 10px;
    font-size: 13px;
  }
  .prices-table .price-cell {
    font-size: 14px;
  }
  .lead-form label {
    font-size: 13px;
  }
  .lead-consent {
    font-size: 12px;
  }
}

/* ===== МОДАЛКА НА СТРАНИЦЕ О КОМПАНИИ ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 18, 34, 0.55);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  width: 100%;
  max-width: 580px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  position: relative;
  box-shadow: 0 24px 56px rgba(10, 22, 44, 0.28);
  border: 1px solid rgba(20, 33, 60, 0.08);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(244, 246, 251, 0.95);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #14213c;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: #eef1f8;
  color: #e77818;
}

.modal h3 {
  font-size: 24px;
  font-weight: 800;
  color: #14213c;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

.request-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.request-field.full {
  grid-column: 1 / -1;
}

.request-field label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #2a3754;
  margin-bottom: 5px;
}

.request-input,
.request-select,
.request-textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(23, 35, 61, 0.16);
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.request-input:focus,
.request-select:focus,
.request-textarea:focus {
  outline: none;
  border-color: rgba(231, 120, 24, 0.65);
  box-shadow: 0 0 0 3px rgba(231, 120, 24, 0.12);
}

.request-textarea {
  min-height: 100px;
  padding: 10px 14px;
  resize: vertical;
}

.request-submit {
  margin-top: 18px;
  width: 100%;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(199, 108, 19, 0.32);
}

.request-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(199, 108, 19, 0.4);
}

.request-success {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(46, 166, 79, 0.12);
  color: #1f6f38;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 680px) {
  .modal {
    padding: 24px 18px 20px;
  }
  .modal h3 {
    font-size: 20px;
  }
  .request-grid {
    grid-template-columns: 1fr;
  }
  .request-input,
  .request-select,
  .request-textarea {
    min-height: 42px;
    font-size: 14px;
  }
  .request-submit {
    min-height: 44px;
    font-size: 14px;
  }
}

.feature-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  align-items: stretch;
}

.feature-row:has(.feature-disclosure[open]) {
  align-items: start;
}

.feature-disclosure {
  border: 1px solid rgba(23, 35, 61, 0.12);
  border-radius: 14px;
  background: #fbfcff;
  overflow: hidden;
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.feature-disclosure:not([open]) > summary {
  flex: 1;
}

.feature-disclosure[open] > summary {
  flex: 0 0 auto;
}

.feature-disclosure[open] {
  border-color: rgba(231, 120, 24, 0.38);
  box-shadow: 0 8px 26px rgba(20, 33, 60, 0.09);
}

.feature-disclosure > summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #14213c;
  line-height: 1.32;
  box-sizing: border-box;
}

.feature-disclosure > summary::-webkit-details-marker {
  display: none;
}

.feature-disclosure > summary:focus-visible {
  outline: 2px solid #e77818;
  outline-offset: 2px;
}

.feature-ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9f1a, #e77818);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(231, 120, 24, 0.32);
}

.feature-ico svg {
  width: 14px;
  height: 14px;
  display: block;
}

.feature-panel {
  padding: 0 16px 16px 56px;
  font-size: 14px;
  line-height: 1.55;
  color: #4a5670;
  border-top: 1px solid rgba(23, 35, 61, 0.08);
}

.feature-panel p + p {
  margin-top: 10px;
}

.quality-acronym-bar span:nth-child(odd) {
  color: #c45f0d;
  border-color: rgba(231, 120, 24, 0.22);
  background: linear-gradient(180deg, #fffdfa 0%, #fff6ec 100%);
}

/* Тултип для знака вопроса */
.rental-q-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rental-tip-popup {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 400px;
  max-width: 600px;
  padding: 18px 24px;
  background: #1f2d49;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 100;
  pointer-events: none;
  text-align: center;
  font-weight: 400;
}

/* Треугольник внизу тултипа */
.rental-tip-popup::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #1f2d49;
}

.rental-q-wrapper:hover .rental-tip-popup {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .rental-tip-popup {
    min-width: 260px;
    max-width: 340px;
    font-size: 14px;
    padding: 14px 18px;
  }
}

/* ===== COOKIE БАННЕР ===== */
.cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 120;
  max-width: 720px;
  width: calc(100% - 40px);
  background: rgba(20, 33, 60, 0.96);
  color: #f5f7fd;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(8, 15, 28, 0.38);
  padding: 18px 22px;
  backdrop-filter: blur(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245, 247, 253, 0.94);
}

.cookie-banner a {
  color: #ffd39b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner a:hover {
  color: #ffb56b;
}

.cookie-banner-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
}

.cookie-btn--accept {
  background: linear-gradient(180deg, #ff9f1a 0%, #f07f00 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(199, 108, 19, 0.3);
}

.cookie-btn--accept:hover {
  box-shadow: 0 8px 24px rgba(199, 108, 19, 0.4);
}

.cookie-btn:not(.cookie-btn--accept):hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 680px) {
  .cookie-banner {
    bottom: 12px;
    width: calc(100% - 20px);
    padding: 14px 16px;
    border-radius: 12px;
  }
  .cookie-banner p {
    font-size: 13px;
  }
  .cookie-btn {
    font-size: 12px;
    min-height: 34px;
    padding: 0 14px;
  }
  .cookie-banner-actions {
    gap: 8px;
  }
}

.card h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #17233d;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
}

.page .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 16px 40px rgba(17, 34, 66, 0.1);
  border: 1px solid rgba(20, 33, 60, 0.08);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 1.12fr);
  gap: 40px 52px;
  align-items: start; /* заменить на stretch */
  align-items: stretch;
}

.feature-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* растянуть аккордеоны по всей высоте */
  height: 100%;
}

.burger-btn {
  display: none;
}

@media (max-width: 768px) {
  .burger-btn {
    display: block;
  }
}

.footer-link--tel {
  white-space: nowrap;
  font-size: 16px;
}

.footer-extra {
  font-size: 15px;
  font-weight: 400;
  color: #5f6d86;
}

.site-modal-footer--actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-modal-footer--actions .btn {
  min-width: 180px;
  flex: 1 1 auto;
  max-width: 240px;
}
.page .actions .btn {
  flex: 1 1 0;
  min-width: 200px;
  white-space: nowrap;
}

.ytd-lightbox-toolbar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 16px 8px;
  color: #f4f6fb;
}

.ytd-lightbox-toolbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ytd-lightbox-close {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  color: #14213c;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition:
    background var(--transition),
    transform 0.15s;
}

.ytd-lightbox-close:hover {
  background: #ffffff;
  color: #e77818;
}

.ytd-lightbox-counter {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.92;
}

.ytd-lightbox-zoom {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ytd-lightbox-zoom button {
  min-width: 44px;
  height: 40px;
  padding: 0 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
  color: #14213c;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition:
    background var(--transition),
    color var(--transition);
}

.ytd-lightbox-zoom button:hover {
  background: #ffffff;
  color: #e77818;
}

.ytd-lightbox-zoom-label {
  min-width: 52px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
}

.lead-form label.consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.page .field .select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #6a7388 50%),
    linear-gradient(135deg, #6a7388 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% + 1px),
    calc(100% - 19px) calc(50% + 1px);
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

/* ===== КРУЖОК С "i" ДЛЯ ПОДСКАЗКИ (как rental-q) ===== */
.info-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e77818;
  background: linear-gradient(180deg, #fff8ef 0%, #fff2e0 100%);
  color: #c45f0d;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition:
    transform 0.15s,
    box-shadow 0.2s;
  margin: 0 auto 6px auto;
  font-family: "Georgia", serif;
}

.info-circle:hover {
  transform: scale(1.06);
  box-shadow: 0 4px 12px rgba(231, 120, 24, 0.35);
}

/* ===== Модалка "Заявка на приобретение" (шаблон order) ===== */
#form_2 .lead-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#form_2 .form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#form_2 .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#form_2 .field label {
  font-weight: 700;
  font-size: 14px;
  color: #31405d;
}

#form_2 .field .input,
#form_2 .field .select,
#form_2 .field .textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(23, 35, 61, 0.16);
  font-size: 15px;
  background: #fff;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

#form_2 .field .input:focus,
#form_2 .field .select:focus {
  outline: none;
  border-color: rgba(231, 120, 24, 0.65);
  box-shadow: 0 0 0 3px rgba(231, 120, 24, 0.15);
}

#form_2 .field.full {
  grid-column: 1 / -1;
}

#form_2 .lead-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #44506a;
  cursor: pointer;
}

#form_2 .lead-consent input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #b44c1f;
}

#form_2 .actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

#form_2 .actions .btn {
  min-width: 200px;
}

#form_2 .ui-captcha {
  grid-column: 1 / -1;
}

/* End */


/* Start:/local/templates/box/style/media.css?178272815612826*/
/* ===== АДАПТИВ ===== */

/* Планшеты и меньше (до 1024px) */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 40px;
  }
  .hero p {
    font-size: 20px;
  }
  .hero-monitor {
    width: 480px;
  }
  .product-showcase {
    gap: 30px;
  }
}

/* Планшеты (до 960px) */
@media (max-width: 960px) {
  .header-inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }
  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
  }
  .logo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .logo-copy {
    text-align: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 30px 0;
    min-height: auto;
  }
  .hero-content {
    text-align: center;
    padding: 0;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-visual {
    height: 280px;
  }
  .hero-monitor {
    width: 400px;
    right: 0;
    bottom: 20px;
    position: relative;
  }
  .hero-ring {
    width: 120px;
    left: -10px;
    bottom: 0;
  }
  .hero-phone {
    width: 90px;
    right: -10px;
    bottom: 10px;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0;
  }
  .product-title {
    font-size: 30px;
  }
  .product-tagline {
    font-size: 18px;
  }
  .product-cta-row {
    max-width: 100%;
  }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .product-slider {
    max-width: 100%;
  }

  .quality-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quality-title {
    font-size: 15px;
  }
  .quality-acronym-bar span {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .cta {
    padding: 60px 0 50px;
  }
  .cta .cta-lead {
    font-size: 22px;
  }
  .cta .btn {
    min-width: 200px;
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-nav {
    padding-top: 0;
  }
  .footer-messengers {
    grid-column: 1 / -1;
  }
  .footer-messenger-links {
    justify-content: center;
  }

  .site-modal-card {
    max-width: 90%;
    margin: 0 10px;
  }
  .site-modal-head h2 {
    font-size: 20px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-photo {
    min-height: 180px;
  }
  .about-cta p {
    font-size: 20px;
  }

  .page .form-grid {
    grid-template-columns: 1fr;
  }
  .page .title {
    font-size: 32px;
  }
}

/* Мобильные (до 680px) */
@media (max-width: 680px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    position: relative;
  }

  .burger-btn {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 10;
  }
  .burger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #2b344d;
    border-radius: 2px;
    transition: 0.25s ease;
  }
  .burger-btn.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .burger-btn.open span:nth-child(2) {
    opacity: 0;
  }
  .burger-btn.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  .lang-switch {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 10;
  }
  .lang-link {
    min-width: 32px;
    height: 24px;
    font-size: 10px;
    padding: 0 6px;
  }

  .header .logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    width: 100%;
    padding-top: 8px;
  }
  .header .logo img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .header .logo-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
    width: 100%;
  }
  .header .logo-top {
    font-size: 13px;
    font-weight: 700;
    color: #5f2720;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .header .logo-divider {
    width: 70%;
    max-width: 160px;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(
      90deg,
      rgba(214, 145, 62, 0.6),
      rgba(182, 80, 36, 0.24)
    );
  }
  .header .logo-bottom {
    font-size: 12px;
    font-weight: 600;
    color: #6a3126;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .header .logo-bottom .accent20 {
    font-size: 17px;
    font-weight: 800;
    background: linear-gradient(145deg, #f0bc53 10%, #b36a22 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .header-phone {
    font-size: 14px;
    margin: 4px 0 0;
    justify-content: center;
  }

  .nav {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    border-top: 1px solid rgba(23, 35, 61, 0.08);
    border-bottom: 1px solid rgba(23, 35, 61, 0.08);
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    padding: 6px 0;
    font-size: 14px;
  }

  .header-actions {
    flex-direction: column;
    gap: 4px;
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 20px 0 0;
    background-position: center 30%;
    background-size: cover;
  }
  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 20px;
    min-height: auto;
  }
  .hero-content {
    order: 2;
    text-align: center;
    padding: 0;
  }
  .hero h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .hero p {
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
    font-size: 14px;
    min-height: 44px;
    padding: 0 20px;
    justify-content: center;
  }
  .hero-visual {
    order: 1;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-ring {
    width: 70px;
    left: 5%;
    bottom: 10px;
    position: absolute;
  }
  .hero-monitor {
    width: 200px;
    right: auto;
    bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .hero-phone {
    width: 55px;
    right: 5%;
    bottom: 5px;
    position: absolute;
    z-index: 3;
  }

  .products {
    padding: 30px 0;
  }
  .section-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .product-title {
    font-size: 24px;
  }
  .product-tagline {
    font-size: 16px;
  }
  .product-desc {
    font-size: 14px;
  }
  .product-cta-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-cta-row .btn {
    font-size: 14px;
    min-height: 44px;
    padding: 0 16px;
  }
  .product-kb-link {
    font-size: 13px;
  }

  .product-slider-slide img {
    max-height: 200px;
  }
  .product-slider-btn {
    width: 32px;
    height: 32px;
  }
  .product-slider-btn--prev {
    left: 4px;
  }
  .product-slider-btn--next {
    right: 4px;
  }
  .product-slider-btn svg {
    width: 16px;
    height: 16px;
  }
  .product-slider-dot {
    width: 6px;
    height: 6px;
  }
  .product-slider-dot.is-active {
    width: 18px;
  }

  .advantages {
    padding: 24px 0 30px;
  }
  .quality-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .quality-card {
    padding: 12px 14px;
  }
  .quality-title {
    font-size: 14px;
  }
  .quality-char {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .quality-acronym-bar span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .advantages-lead {
    font-size: 14px;
  }

  .cta {
    padding: 40px 0 30px;
  }
  .cta .cta-lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cta .btn {
    min-width: 160px;
    font-size: 14px;
    min-height: 44px;
  }

  .footer {
    padding: 24px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .footer-nav {
    align-items: center;
  }
  .footer-legal {
    align-items: center;
  }
  .footer-requisites {
    align-items: center;
  }
  .footer-messengers {
    text-align: center;
  }
  .footer-messengers .footer-col-head {
    text-align: center;
  }
  .cookie-settings-btn {
    width: 100%;
  }

  .site-modal {
    padding: 10px;
  }
  .site-modal-card {
    max-height: 95vh;
    border-radius: 12px;
  }
  .site-modal-head {
    padding: 14px 16px 10px;
  }
  .site-modal-head h2 {
    font-size: 18px;
  }
  .site-modal-body {
    padding: 12px 16px 16px;
  }
  .site-modal-footer {
    padding: 12px 16px 16px;
  }
  .prices-table th,
  .prices-table td {
    padding: 6px 8px;
    font-size: 12px;
  }
  .prices-table .price-cell {
    font-size: 13px;
  }
  .rental-tip-popup {
    min-width: 200px;
    max-width: 280px;
    font-size: 13px;
    padding: 10px 14px;
  }

  .page {
    padding: 20px 0;
  }
  .about-card {
    padding: 16px;
  }
  .about-hero {
    gap: 16px;
  }
  .about-photo {
    min-height: 140px;
    border-radius: 14px;
  }
  .about-lead {
    font-size: 18px;
  }
  .about-panel {
    padding: 16px;
  }
  .about-panel h2 {
    font-size: 20px;
  }
  .about-body p {
    font-size: 15px;
  }
  .aside-card {
    padding: 16px;
  }
  .aside-card h3 {
    font-size: 18px;
  }
  .feature-item {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    padding: 10px 0;
  }
  .feature-icon {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .feature-item strong {
    font-size: 15px;
  }
  .feature-item p {
    font-size: 13px;
  }
  .about-cta {
    padding: 20px 16px;
    margin-top: 20px;
  }
  .about-cta p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .cta-button {
    font-size: 14px;
    min-height: 44px;
    padding: 0 20px;
  }
  .modal {
    padding: 20px 16px 16px;
  }
  .modal h3 {
    font-size: 18px;
  }
  .request-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page .card {
    padding: 20px 0 30px;
  }
  .page .title {
    font-size: 24px;
  }
  .page .subtitle {
    font-size: 15px;
  }
  .page .form-grid {
    gap: 12px;
    margin: 16px 0;
  }
  .page .field .input,
  .page .field .select,
  .page .field .textarea {
    min-height: 40px;
    font-size: 14px;
  }
  .page .field .textarea {
    min-height: 80px;
  }
  .page .actions .btn {
    min-width: 100%;
  }
  .page .consent {
    font-size: 13px;
  }

  .navbar-mobile {
    display: none !important;
  }
}

/* Очень маленькие экраны (до 480px) */
@media (max-width: 480px) {
  .hero h1 {
    font-size: 22px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero-monitor {
    width: 220px;
  }
  .hero-ring {
    width: 60px;
  }
  .hero-phone {
    width: 50px;
  }
  .hero-visual {
    height: 160px;
  }
  .nav a {
    font-size: 11px;
  }
  .logo img {
    width: 60px;
  }
  .section-title {
    font-size: 22px;
  }
  .product-title {
    font-size: 20px;
  }
  .footer-link {
    font-size: 13px;
  }
}

/* ===== СТРАНИЦЫ ДОКУМЕНТОВ (мобилки) ===== */
@media (max-width: 680px) {
  .wrap {
    padding: 16px 12px 30px;
  }
  .card {
    padding: 16px;
    border-radius: 12px;
  }
  .card h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .card h2 {
    font-size: 18px;
    margin: 20px 0 8px;
  }
  .card p,
  .card li {
    font-size: 15px;
    line-height: 1.55;
  }
  .card .lead {
    font-size: 16px;
  }
  .card ul {
    padding-left: 18px;
  }
  .card .links {
    gap: 8px 12px;
    margin: 8px 0 12px;
  }
  .card .links a {
    font-size: 14px;
  }
  .card .note {
    padding: 10px 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .wrap {
    padding: 12px 8px 20px;
  }
  .card {
    padding: 12px;
    border-radius: 10px;
  }
  .card h1 {
    font-size: 20px;
  }
  .card h2 {
    font-size: 16px;
    margin: 16px 0 6px;
  }
  .card p,
  .card li {
    font-size: 14px;
  }
  .card .lead {
    font-size: 14px;
  }
  .card ul {
    padding-left: 14px;
  }
  .card .links {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .card .links a {
    font-size: 13px;
  }
  .card .note {
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media (max-width: 680px) {
  .card h1 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .card h1 {
    font-size: 20px;
    text-align: center;
  }
}

/* End */


/* Start:/local/components/custom/form/templates/order/style.css?17846309032825*/
<?
CJSCore::Init(array("ajax"));

$athis = $this->__component;

$form_id = 'form_' . $arParams["WEB_FORM_ID"];
$captchaCode = $athis->captchaCode;
?>

<form id="<?= $form_id ?>" class="lead-form" action="" method="POST" enctype="multipart/form-data">
    <?= bitrix_sessid_post() ?>
    <input type="hidden" name="WEB_FORM_ID" value="<?= $arParams["WEB_FORM_ID"] ?>" />

    <div class="form-grid">
        <? foreach ($athis->formData as $field): ?>
            <?
            $fieldType = $field['type'];
            $fieldName = $field['name'];
            $fieldLabel = $field['label'];
            $fieldValue = $field['value'] ?? '';
            $fieldRequired = $field['required'] ? 'required' : '';
            $fieldClass = ($fieldType == 'textarea' || $fieldType == 'select' ? 'full' : '');
            ?>

            <div class="field <?= $fieldClass ?>">
                <label for="<?= $fieldName ?>">
                    <?= $fieldLabel ?><?= $field['required'] ? ' *' : '' ?>
                </label>

                <? if ($fieldType == 'textarea'): ?>
                    <textarea id="<?= $fieldName ?>" name="<?= $fieldName ?>" class="textarea" rows="3" <?= $fieldRequired ?>><?= $fieldValue ?></textarea>

                <? elseif ($fieldType == 'select'): ?>
                    <select id="<?= $fieldName ?>" name="<?= $fieldName ?>" class="select" <?= $fieldRequired ?>>
                        <? foreach ($field['variants'] as $variant): ?>
                            <option value="<?= $variant['ID'] ?>" <?= $variant['SELECTED'] ? 'selected' : '' ?>>
                                <?= $variant['VALUE'] ?>
                            </option>
                        <? endforeach; ?>
                    </select>

                <? elseif ($fieldType == 'checkbox'): ?>
                    <label class="lead-consent">
                        <input type="checkbox" name="<?= $fieldName ?>" value="1" <?= $fieldValue ? 'checked' : '' ?> <?= $fieldRequired ?>>
                        <span><?= $fieldLabel ?></span>
                    </label>

                <? else: ?>
                    <input id="<?= $fieldName ?>" class="input" type="<?= $fieldType ?>" name="<?= $fieldName ?>" value="<?= $fieldValue ?>" <?= $fieldRequired ?> />
                <? endif; ?>
            </div>
        <? endforeach; ?>
    </div>

    <div class="actions">
        <button type="submit" class="btn btn-primary" name="web_form_submit" value="Y">Получить демо</button>
        <a href="/" class="btn btn-secondary">Вернуться на главную</a>
    </div>
</form>

<script>
$(document).ready(function(){
    <? if ($captchaCode): ?>
        // Капча отключена
    <? endif; ?>
});
</script>
/* End */


/* Start:/local/templates/box/template_styles.css?1779196004713*/
/* Typography */


h1, h2, h3 {
    color: var(--text-color);
    line-height: 140%;
    font-weight: 500;
}

h1 {
    font-size: var(--main-h1-size);
    margin: 10px 0 20px 0;
}

h2 {
    font-size: var(--main-h2-size);
    margin: 10px 0 20px 0;
}

h3 {
    font-size: var(--main-h3-size);
    margin: 10px 0 20px 0;
}

p {
    font-size: var(--main-p-size);
    color: var(--text-color-2);
    line-height: 150%;
}

b{
    font-weight: 600;
}

blockquote {
    color: var(--text-color-2);
    font-weight: 500;
    font-size: var(--main-p-size);
    line-height: 150%;
    margin: 10px 0 20px 0;
    padding-left: 20px;
    border-left: 2px solid var(--main-color);
}
/* End */
/* /local/templates/box/fonts/Manrope/stylesheet.css?17818788361112 */
/* /local/templates/box/libs/slick/slick.css?17791960041776 */
/* /local/templates/box/style/grid.css?1779196004978 */
/* /local/templates/box/style/normalize.css?17791960046039 */
/* /local/templates/box/style/constructor.css?17791960041663 */
/* /local/templates/box/style/menu.css?17791960047939 */
/* /local/templates/box/style/main.css?177919600419368 */
/* /local/templates/box/style/ui-forms.css?17791960049689 */
/* /local/templates/box/style/popups.css?17791960041068 */
/* /local/templates/box/fonts/icons/fonts.css?17791960043810 */
/* /local/templates/box/style/custom.css?178463167855737 */
/* /local/templates/box/style/media.css?178272815612826 */
/* /local/components/custom/form/templates/order/style.css?17846309032825 */
/* /local/templates/box/template_styles.css?1779196004713 */
