

/* Start:/local/templates/main/assets/libs/normalize.css?17858289706599*/
/*! 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 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/main/assets/libs/swiper/swiper-bundle.min.css?178582897018448*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/assets/css/vars.css?17885250661496*/
@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/main/fonts/Ubuntu/Ubuntu-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

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

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

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

:root {
    /* Colors */
    --white: #ffffff;
    --white50: #FFFFFF80;
    --white20: #FFFFFF33;
    --white10: #FFFFFF1A;
    --dark: #1D2029;
    --black: #000000;
    --dark50: #00000080;
    --dark20: #00000033;
    --red: red;
    --blue: #0088CC;
    --grey: #F8F8F8;
    --grey2: #F5F5F5;
    --grey3: #EBEEF1;
    --grey4: #7E828F;
    --primary: #0088CC;
    --secondary: #263345;

    --darkgrey: #3F4455;
    
    /* Letter spacing */
    --ls-04: -0.04em;
    --ls-03: -0.03em;
    --ls-02: -0.02em;
    --ls-01: -0.01em;
    --ls04: 0.04em;
    --ls03: 0.03em;
    --ls02: 0.02em;
    --ls01: 0.01em;

    /* Typography */
    --font-family-base: 'Ubuntu', Arial, sans-serif;
}


/* End */


/* Start:/local/templates/main/assets/css/main.css?17869808236155*/
:root {
    --font-scale: 1;
}
@media (min-width: 1681px) {
    html {
        font-size: calc((100vw / 192) * var(--font-scale));
    }
}

@media (min-width: 1500px) and (max-width: 1680px) {
    html {
        font-size: calc((100vw / 168) * var(--font-scale));
    }
}

@media (min-width: 1281px) and (max-width: 1499px) {
    html {
        font-size: calc((100vw / 148) * var(--font-scale));
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: calc((100vw / 76.8) * var(--font-scale));
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc((100vw / 37.5) * var(--font-scale));
    }
}

html {
    font-display: swap;
    overflow-x: hidden;
}

html, body {
    font-family: var(--font-family-base);
    font-weight: 400;
    overflow-x: hidden;
}

html *, body * {
    box-sizing: border-box;
    outline: none;
    line-height: 1;
}

body {
    max-width: 100vw;
}

body[data-scroll-lock-locked] {
    padding-right: 0 !important;
}

body.no-scroll {
    overflow-y: hidden;
    max-height: 100vh;
    scrollbar-gutter: stable;
}

@media (max-width: 1280px) {
    body.no-scroll {
        max-height: 100vh;
    }
}

*, *:before, *:after, *::before, *::after {
    outline: none;
}
div,
p,
span,
a {
    font-size: 1.6rem;
    line-height: 110%;
    margin: 0;
}

div,
span,
a,
p {
    color: var(--dark);
}

a {
    text-decoration: none;
}

button {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
.h1 {
    font-size: 3.5rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h1,
    .h1 {
        font-size: 2.8rem;
        line-height: 110%;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.8rem;
        line-height: 110%;
    }
}

h1 span,
.h1 span {
    font-size: 3.5rem;
    line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1280px) {
    h1 span,
    .h1 span {
        font-size: 2.8rem;
        line-height: 110%;
    }
}

@media (max-width: 767px) {
    h1 span,
    .h1 span {
        font-size: 2.8rem;
        line-height: 110%;
    }
}

h2,
.h2 {
    font-size: 2.8rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h2,
    .h2 {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 3.5rem;
    }
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h3,
    .h3 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    h3,
    .h3 {
        font-size: 2.8rem;
    }
}

h4,
.h4 {
    font-size: 2rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h4,
    .h4 {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) {
    h4,
    .h4 {
        font-size: 2.4rem;
    }
}

h5,
.h5 {
    font-size: 1.8rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h5,
    .h5 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    h5,
    .h5 {
        font-size: 2rem;
    }
}

h6,
.h6 {
    font-size: 1.6rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {
    h6,
    .h6 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    h6,
    .h6 {
        font-size: 1.8rem;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    padding: 0;
    margin: 0;
}

picture {
    display: block;
    height: 100%;
    width: 100%;
}

img {
    display: block;
    user-select: none;
    width: 100%;
    height: 100%;
}

input {
    user-select: none;
    outline: transparent;
}

.container {
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 1681px) {
    .container {
        width: 128rem;
    }
}

@media (min-width: 1281px) and (max-width: 1680px) {
    .container {
        width: calc(100% - 12rem);
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .container {
        width: calc(100% - 4rem);
    }
}

@media (max-width: 767px) {
    .container {
        width: calc(100% - 3rem);
    }
}

#overlay {
    display: none;
    background: #1F1E2A66;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#overlay.visible {
    display: block;
}

.section {
    position: relative;
    padding-bottom: 8rem;
}
@media (max-width: 767px){
    .section {
        padding-bottom: 6.4rem;
    }
}
.section--grey {
    background-color: var(--grey);
}
.section__title {
    font-weight: 500;
    line-height: 120%;
}
.section__title:not(.section__title--big) {
    font-size: 2.8rem;
}
.section__title--big {
    font-size: 3.5rem;
    margin-bottom: 3.2rem;
}
.section__title:not(.section__head .section__title) {
    margin-bottom: 3.2rem;
}
.section__head .section__title {
    margin-bottom: 1.2rem;
}
.section__head {
    margin-bottom: 2rem
}
.section__bg {
    width: 100%;
    position: relative;
}

.section__bg img {
    object-fit: cover;
}
.section__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.section__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section__text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}


@media (max-width: 767px){
    .section__content {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
    }
    .section__title:not(.section__head .section__title) {
        margin-bottom: 2.4rem;
    }
    .section__actions .btn {
        width: 100%;
    }
}


/* End */


/* Start:/local/templates/main/assets/css/components/btns.css?17858289701987*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-out;
    width: fit-content;
    outline: none;
}

.btn span {
    font-size: 1.6rem;
    line-height: 100%;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    text-transform: uppercase;
}

.btn:focus {
    outline: none !important;
}

.btn.error {
    background-color: var(--red);
}

.btn[disabled] {
}

.btn--svg {
    gap: 0.7rem;
}

.btn--svg svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
}

.btn--svg:hover svg {
    transform: rotate(45deg);
}

.btn--primary {
    height: 4.6rem;
    padding: 0 2.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary);
    color: var(--white);
    transition: all .3s ease;
}

.btn--primary span {
    color: var(--white);
}

.btn--primary:hover {
    background-color: #1CA4E8;
}

.btn.btn--primary-transparent {
    color: var(--primary);
    font-weight: 500;
}
.btn.btn--primary-transparent span{
    color: var(--primary);
    font-weight: 500;
}

.btn--secondary {
    height: 4.6rem;
    padding: 0 2.5rem;
    border-radius: 0.5rem;
    background-color: var(--white);
    color: var(--primary);
}

.btn--secondary span {
    color: var(--primary);
}

.btn--secondary:hover {

}
.btn--grey-bordered {
    height: 4.6rem;
    padding: 0 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--grey4);
    color: var(--grey4);
}
.btn--grey-bordered span {
    color: var(--grey4);
}
.btn--primary-bordered {
    background-color: transparent;
    border: 1px solid var(--primary);
}
.btn--primary-bordered span {
    color: var(--primary);
}
.btn--primary-bordered:hover {
    background-color: transparent;
    border-color: #1CA4E8;
}
.btn--primary-bordered:hover span{
    color: #1CA4E8;
}
/* End */


/* Start:/local/templates/main/assets/css/components/inputs.css?17858289702019*/
.input {
    display: inline-flex;
    align-items: center;
    height: 4.6rem;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    line-height: 120%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-out;
    border: 0;
}

.input::placeholder {
    font-size: 1.6rem;
    line-height: 120%;
    transition: all 0.3s ease-out;
}

.input--primary {
    background-color: var(--grey2);
    color: var(--dark);
}

.input--primary::placeholder {
    color: var(--grey4);
}
.input--primary:not(:focus):hover,
.input--primary:not(:focus):hover::placeholder {
    color: #1CA4E8;
}
.input__container {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.input__container input {
    cursor: pointer;
    width: 100%;
}

.input__container:not(.input__container--copy, .input__container--btn) svg {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    cursor: pointer;
    pointer-events: none;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    z-index: 1;
}
.input__container--copy input {
    text-overflow: ellipsis;
    padding: 0 4rem 0 1.2rem;
}
.input__container--copy .input__copy,
.input__container--btn .input__btn {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    z-index: 1;
}
.input__container--copy .input__copy svg,
.input__container--btn .input__btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.input__container--copy .input__copy .input__copy-msg {
    background-color: var(--primary);
    color: var(--white);
    font-size: 1.4rem;
    top: 50%;
    left: calc(100% + 2rem);
    position: absolute;
    padding: .25rem;
    height: 2rem;
    transform: translateY(-50%);
    display: none;
}
/* End */


/* Start:/local/templates/main/assets/css/components/tabs.css?17869823841491*/
.tabs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.tabs__nav {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}

.tabs__btn {
    font-size: 1.6rem;
    line-height: 120%;
    color: var(--grey4);
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--grey4);
    flex: 1;
    transition: all .3s ease;
    white-space: nowrap;
}
.tabs__btn:first-child {
    text-align: left;
    padding-left: 1.2rem;
}

.tabs__btn:last-child {
    text-align: right;
    padding-right: 1.2rem;
}

.tabs__btn.active {
    color: var(--dark);
    font-weight: 500;
    position: relative;
}
.tabs__btn.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    right: 0;
    background-color: var(--primary);
    height: 3px;
    z-index: 2;
}
.tabs__btn:not(:first-child):not(:last-child) {
    padding: 0 1.2rem 1.2rem;
}
.tabs__btn:not(.active):hover {
    color: #1CA4E8;
}
.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .tabs__btn {
        min-height: 6rem;
    }
    .tabs__btn:not(:first-child):not(:last-child) {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tabs__btn:not(:first-child) {
        padding-left: 1.6rem;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/components/list.css?17858289702690*/
.list {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding: 0;
}
.list:not(.list--big) {
    gap: .8rem;
}
.list.list--col-2{
    flex-direction: row;
    flex-wrap: wrap;
}
.list.list--col-3{
    flex-direction: row;
    flex-wrap: wrap;
}
.list--check li {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-left: 3.4rem;
    align-items: center;
    position: relative;
    font-size: 1.4rem;
    line-height: 115%;
    height: 2.4rem;
}
.list.list--big {
    gap: 1.2rem;
}
.list.list--big li {
    font-size: 1.8rem;
}
.list.list--big.list--check li {
    padding-left: 4.4rem;
}
.list.list--col-2 li{
    width: calc(50% - 1rem);
}
.list.list--col-3 li{
    width: calc(33% - 1rem);
}
@media (max-width: 767px) {
    .list.list--col-2 li{
        width: 100%;
    }
    .list.list--col-3 li{
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .list--check li {
        height: auto;
        padding-left: 2.8rem;
    }
}

.list--check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("/local/templates/main/assets/css/components/../../images/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.list--big.list--check li::before {
    width: 3.2rem;
    height: 3.2rem;
}
@media (max-width: 767px) {
    .list--check li::before {
        width: 2rem;
        height: 2rem;
        top: 1rem;
    }
    .list--big.list--check li::before {
        width: 2rem;
        height: 2rem;
    }
}

.list--check li p,
.list--check li b,
.list--check li span {
    display: contents;
}

.list--disc li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    padding-left: 1.7rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 120%;
}

.list--disc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--primary);
    border-radius: 50%;
}

.list--disc li p,
.list--disc li b,
.list--disc li span,
.list--disc li strong {
    display: contents;
}

.list--disc li sup {
    position: absolute;
    top: -0.7rem;
    right: -1rem;
    font-size: 1.2rem;
    color: #ffffff80;
}

.list--decimal {
    list-style-type: decimal;
    padding-left: 1.7rem;
}

.list--decimal li {
    line-height: 110%;
}

@media (max-width: 767px){
    .list--disc li::before {
        top: .5rem;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/components/checkbox.css?17858289701583*/
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 400;
    position: relative;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.custom-checkbox .checkmark {
    height: 1.6rem;
    width: 1.6rem;
    flex: 0 0 auto;
    border: 1px solid var(--secondary);
    border-radius: 0.4rem;
    position: relative;
    transition: 0.3s;
    margin-top: 0.2rem;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: -0.05rem;
    width: 0.4rem;
    height: 1rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background: var(--secondary);
}

.custom-checkbox input:checked + .checkmark::after {
    transform: rotate(45deg) scale(1);
}

.custom-checkbox:hover .checkmark {
    box-shadow: 0 0 0 2px rgba(255, 174, 0, 0.15);
}

.checkbox-text {
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 400;
}

.checkbox-text a {
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 400;
    color: var(--secondary);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.checkbox-text a:hover {
    text-decoration: unset;
}

.checkbox-text p,
.checkbox-text span {
    font-size: 1.2rem;
    line-height: 120%;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/main/assets/css/components/badges.css?1785828970233*/
.badge {
    position: absolute;
    padding: 1.6rem 2.4rem;
    border-radius: .8rem;
    font-size: 1.8rem;
    line-height: 120%;
}
.badge.badge--primary {
    background-color: var(--primary);
    color: var(--white);
}
/* End */


/* Start:/local/templates/main/assets/css/components/textarea.css?1785828970507*/
.textarea {
    display: inline-flex;
    align-items: center;
    padding: 1.2rem 2rem 1.2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 120%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-out;
    border: 0;
}

.textarea::placeholder {
    font-size: 1.6rem;
    line-height: 120%;
    transition: all 0.3s ease-out;
}

.textarea--primary {
    background-color: var(--grey2);
    color: var(--grey4);
}

.textarea--primary::placeholder {
    color: var(--grey4);
}
/* End */


/* Start:/local/templates/main/assets/css/components/radiobutton.css?1785828970884*/
.radio {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 2rem;
}

.radio input {
    display: none;
}

.radio__control {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid #1D202933;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.radio__control::after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: var(--white);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.radio input:checked + .radio__control {
    background: var(--primary);
    border-color: var(--primary);
}

.radio input:checked + .radio__control::after {
    opacity: 1;
}
/* End */


/* Start:/local/templates/main/assets/css/components/tiles.css?17858289701342*/
.tiles__grid {
    display: grid;
    gap: 2rem;
}
.tiles__grid.tiles__grid--col-4 {
    grid-template-columns: repeat(4,1fr);
}
.tiles__grid.tiles__grid--col-5 {
    grid-template-columns: repeat(5,1fr);
}
.tiles__item {
    display: flex;
    flex-direction: column;
    min-height: 19.7rem;
    background-color: var(--grey);
    border-radius: .6rem;
    padding: 1.6rem;
    gap: 1.6rem;
}
.tiles__item--auto {
    min-height: unset;
    gap: 4rem;
    height: auto;
}
.tiles__item-ico {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
    margin-bottom: auto;
}
.tiles__item-content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.tiles__item-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
}
.tiles__item-text {
    font-size: 1.4rem;
    line-height: 115%;
    color: var(--grey4)
}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .tiles__items {
        gap: 1.2rem;
    }
    .tiles__grid.tiles__grid--col-4 {
        grid-template-columns: repeat(1,1fr);
    }
    .tiles__item {
        height: auto;
        min-height: 13.4rem;
    }
    .tiles__item-ico {
        width: 4rem;
        height: 4rem;
    }
    .tiles__item-title br {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/layouts/header.css?17870552958818*/
.header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.header-top {
    display: flex;
    align-items: center;
    background-color: var(--dark);
    height: 5.4rem;
}

.header-top__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 6.6rem;
}

.header-top__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
}

.header-top__link {
    font-size: 1.4rem;
    line-height: 120%;
    color: var(--white);
    transition: all .3s ease;
}

.header-top__link:hover {
    color: var(--primary);
}

.header-top__actions {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
}

.header-top__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
}

.header-top__action svg {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.header-top__action span {
    font-size: 1.2rem;
    line-height: 120%;
    color: var(--white);
    text-align: left;
    transition: all .3s ease;
}

.header-top__action:hover span {
    color: var(--primary);
}






.header-mid__actions {
    display: none;
    flex-direction: row;
    gap: 2.4rem;
}

.header-mid__action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
}

.header-mid__action svg {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.header-mid__action span {
    font-size: 1.2rem;
    line-height: 120%;
    text-align: left;
    transition: all .3s ease;
}

.header-mid__action:hover span {
    color: var(--primary);
}







.header-mid__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.header-mid__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
}

.header-mid__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
}

.header__logo {
    width: 20.6rem;
    height: 5.5rem;
    flex: 0 0 auto;
}

.header__logo img {
    object-fit: contain;
}

.header__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__search {
    width: 27.8rem;
}

.header__address {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    max-width: 28.6rem;
}

.header__address svg {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.header__address span {
    font-size: 1.4rem;
    line-height: 120%;
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 21.7rem;
}

.header__phone svg {
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    object-fit: contain;
}

.header__phone-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.header__phone-text a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
    transition: all .3s ease;
}
.header__phone-text a:hover{
    color: var(--primary);
}
.header__phone-text span {
    font-size: 1.2rem;
    line-height: 120%;
}

.header-bottom {
    border-top: 1px solid var(--grey2);
    padding: 2rem 0;
}

.header-menu__list {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    position: relative;
}

.header-menu__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
}

.header-menu__link {
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 500;
    transition: all .3s ease;
}

.header-menu__arrow {
    width: 0.9rem;
    height: 1.4rem;
    flex: 0 0 auto;
}

.header-menu__item:hover .header-menu__link {
    color: var(--primary);
}

.header-menu__arrow svg {
    object-fit: contain;
}

.header-menu__arrow svg path {
    transition: all .3s ease;
}

.header-menu__item:hover .header-menu__arrow svg path {
    fill: var(--primary);
}

.header-menu__item:has(.header-submenu) {
    /*position: relative;*/
}

.header-submenu {
    width: 128rem;
    /*overflow-y: auto;*/
    position: absolute;
    left: 0;
    top: calc(100% + 2rem);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    /*transition: opacity .15s ease, max-height .15s ease, visibility 0s linear .15s;*/
}

.header-menu__item:has(.header-submenu):hover .header-submenu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, max-height .5s ease, visibility 0s;
    background-color: var(--primary);
}

.header-submenu__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.header-submenu__list .header-menu__item {
    display: flex;
    align-items: center;
    background-color: var(--primary);
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #FFFFFF33;
    min-height: 7rem;
    transition: all .3s ease;
}

.header-submenu__list .header-menu__link {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 400 !important;
    color: var(--white) !important;
    text-align: left;
    transition: all .3s ease;
}

.header-submenu:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: -2rem;
    height: 2rem;
    background-color: transparent;
}

.header-submenu__list .header-menu__item:hover {
    background-color: var(--secondary);
}




.header.header--fixed {
    position: fixed;
    z-index: 1001;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .15);
}
@media (min-width: 1281px) {
    .header__toggle {
        display: none;
    }

    .header {
        transition: all .3s ease;
    }
    .header.header--fixed {
        gap: 1rem;
    }
    .header.header--fixed .header-mid {
        padding: 1rem 0 0;
    }
    .header.header--fixed .header-bottom {
        padding: 1rem 0;
    }
    .header.header--fixed .header-top,
    .header.header--fixed .header__address {
        display: none;
    }
    .header.header--fixed .header-submenu {
        top: calc(100% + 1rem);
    }
    .header.header--fixed .header-submenu:before {
        top: -1rem;
        height: 1rem;
    }
    .header.header--fixed .header-mid__actions {
        display: flex;
        gap: 1.2rem;
    }
    .header.header--fixed .header-mid__left {
        gap: 1.6rem;
    }
    .header.header--fixed .header-mid__right {
        gap: 1.2rem;
    }

}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 1280px) {
    .header {
        padding: 0 0 1.6rem;
        box-shadow: 3px 5px 8px rgba(0, 0, 0, .15);
        z-index: 101;
        position: relative;
    }

    .header-top {

    }
    .header-top__inner{
        gap: .6rem;
    }

    .header-top__menu,
    .header-bottom,
    .header__search,
    .header__address,
    .header__phone,
    .header__btn {
        display: none;
    }

    .header-mid__inner {
        justify-content: space-between;
    }

    .header__logo {
        width: 16.1rem;
        height: 4.4rem;
    }

    .header__toggle {
        width: 4rem;
        cursor: pointer;
        height: 4rem;
    }

    .header__toggle svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media (max-width: 767px){
    .header-top__action span {
        font-size: 1rem;
    }
}


.maxwidth-theme {
    z-index: 99999999999999999;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1008px;
    position: relative;
    width: 60rem;
}
.bx_searche {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.33);
    padding: 1.6rem;
}
.bx_searche .bx_item_block {
    position: relative;
    display: block;
    text-decoration: none;
}
.bx_searche .bx_item_block:not(:last-child) {
    border-bottom: 1px solid #7E828F;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
}
.bx_searche .bx_item_block:last-child {
    margin-top: 1.6rem;
}
.bx_searche .bx_item_block:last-child {
    font-weight: 700;
}
.bx_searche .bx_item_block:hover * {
    color: #0088CC;
}
.bx_searche .bx_item_element {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.title-search-result .bx_item_block .bx_img_element {
    display: none;
}
.title-search-result .bx_searche .bx_item_block {
    min-height: unset;
    line-height: 110%;
}



/* End */


/* Start:/local/templates/main/assets/css/layouts/mobile-menu.css?17858289703732*/
.mobile-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--white);
    transition: all 0.3s ease;
    transform: translateX(-200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: calc(100vh - 7.6rem);
    height: 100dvh;
    overflow: auto;
    z-index: 10001;
}

@media (max-width: 1280px) {
    .mobile-menu {
        display: flex;
    }
}

.mobile-menu.opened {
    transform: translateX(0%);
}

.mobile-menu__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 1.5rem;
    border-bottom: 1px solid var(--grey4);
}

@media (min-width: 768px) and (max-width: 1280px) {
    .mobile-menu__header {
        height: 9.6rem;
    }
}

@media (max-width: 767px) {
    .mobile-menu__header {
        height: 7.6rem;
    }
}

.mobile-menu__logo {
    width: 16.1rem;
    height: 4.4rem;
    flex: 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .mobile-menu__logo {
        width: 29.8rem;
    }
}

.mobile-menu__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-menu__close {
    flex: 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .mobile-menu__close {
        width: 4.4rem;
        height: 4.4rem;
    }
}

@media (max-width: 767px) {
    .mobile-menu__close {
        width: 3rem;
        height: 3rem;
    }
}

.mobile-menu__close svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-menu__body {
    padding: 1.6rem;
    margin-bottom: auto;
}

.mobile-menu__footer {
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.mobile-menu__btn {
    width: 100% !important;
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mobile-menu__link {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 130%;
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--grey4);
}

@media (min-width: 768px) and (max-width: 1280px) {
    .mobile-menu__link {
        font-size: 2.4rem;
        padding: 2.4rem 0;
    }
}

.mobile-menu__item:last-child .mobile-menu__link {
    border-bottom: 0;
    padding-bottom: 0;
}














/*****

 */
.mobile-menu__item.has-submenu {
    display: flex;
    flex-wrap: wrap;
}

.mobile-menu__item.has-submenu > .mobile-menu__link {
    width: calc(100% - 4.8rem);
    text-align: left;
    border-bottom: 1px solid var(--grey4);
}

.mobile-menu__toggle {
    width: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--grey4);
    cursor: pointer;
    transition: .2s;
    flex-shrink: 0;
}

.mobile-menu__toggle svg {
    width: 14px;
    height: 14px;
    transition: transform .3s ease;
}

.mobile-menu__item.is-open > .mobile-menu__toggle svg {
    transform: rotate(180deg);
}

.mobile-menu__sublist {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}

.mobile-menu__item.is-open > .mobile-menu__sublist {
    display: block;
}

.mobile-menu__sublist .mobile-menu__item {
    display: block;
}

.mobile-menu__sublist .mobile-menu__link {
    text-align: left;
    padding: 1.2rem 2rem 1.2rem 3.5rem;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--grey4);
}

.mobile-menu__sublist .mobile-menu__item:last-child .mobile-menu__link {
    border-bottom: 0;
}
/* End */


/* Start:/local/templates/main/assets/css/layouts/footer.css?17885201415822*/
.footer {
    padding: 4rem 0;
    background-color: var(--secondary);
}
.footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
}
.footer__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
}
.footer__info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer__info-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.footer__info-name {
    font-size: 1.2rem;
    line-height: 115%;
    text-align: right;
    color: var(--grey3);
}
.footer__info-val {
    font-size: 1.5rem;
    line-height: 120%;
    color: var(--white);
    text-align: right;
}
.footer__phone-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 3rem;
}
.footer__phone-content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.footer__phone-content a {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: right;
    color: var(--white);
    transition: all .3s ease;
}
.footer__phone-content a:hover {
    color: var(--primary);
}

.footer__phone-ico {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
}
.footer__phone-ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__phone-text{
    font-size: 1.2rem;
    line-height: 115%;
    color: var(--white);
}


.footer__email-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1rem;
}
.footer__email-content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.footer__email-content a {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: right;
    color: var(--white);
    transition: all .3s ease;
}
.footer__email-content a:hover {
    color: var(--primary);
}
.footer__email-ico {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
}
.footer__email-ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}
.footer__logo-item {
    width: auto;
    height: 6.5rem;
}
.footer__logo-item svg,
.footer__logo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__policy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer__copyright,
.footer__policy-text,
.footer__policy-link {
    font-size: 1.2rem;
    line-height: 115%;
    color: var(--grey4);
}
.footer__policy-link {
    text-decoration: underline;
    transition: all .3s ease;
}
.footer__policy-link:hover {
    color: var(--primary);
}
.footer__bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    width: 92.8rem;
}

.footer__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    margin-bottom: 1.5rem;
}

.footer__soc-item {
    width: 3.8rem;
    height: 3.8rem;
    flex: 0 0 auto;
}
.footer__soc-item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer__soc-item svg path {
    transition: all .3s ease;
}
.footer__soc-item:hover svg path {
    fill: var(--primary)
}

.footer__logo-item:nth-child(1) {
    width: 5.5rem;
    height: 6.4rem;
}
.footer__logo-item:nth-child(2) {
    width: 8.7rem;
    height: 6.5rem;
}
.footer__logo-item:nth-child(3) {
    width: 7.6rem;
    height: 6.5rem;
}

.footer__subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.footer__subscribe-title {
    font-size: 2.8rem;
    line-height: 120%;
    color: #fff;
}
.footer__subscribe-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
}

.footer__subscribe-item {
    width: 44rem;
}
.footer__subscribe-item input {
    width: 100%;
}

@media (max-width: 1280px){
    .footer__subscribe {
        flex-direction: column;
        align-items: unset;
        gap: 2.4rem;
    }
    .footer__subscribe-form {
        width: 100%;
    }
    .footer__subscribe-item {
        flex: 1;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .footer__wrapper {
        gap: 3.2rem;
    }
    .footer__top {
        flex-direction: column;
        gap: 2.4rem;
    }
    .footer__info-name,
    .footer__info-val {
        text-align: left;
    }
    .footer__phone-inner,
    .footer__email-inner {
        justify-content: flex-start;
    }
    .footer__bottom {
        flex-direction: column-reverse;
        gap: 3.2rem
    }
    .footer__soc {
        justify-content: flex-start;
    }
    .footer__bottom .btn {
        width: 100%;
    }
    .footer__bottom-wrapper {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .footer__logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__policy {
        text-align: center;
    }
    .footer__subscribe {
        margin-bottom: 2.4rem;
    }
    .footer__subscribe-form {
        flex-direction: column;
    }
    .footer__subscribe-item {
        width: 100%;
    }
    .footer__subscribe-btn {
        width: 100%;
    }
    .footer__subscribe-title {
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/main/assets/visually-impaired/stylePanel.css?17858289705276*/
.panel__version {
    background-color: #f8f8f8;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-evenly;
}
.panel__version-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.5rem;
}
.off__version{
    display: none;
}

.switch__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title__panel {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 1.8rem;
}

.switch__buttons {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.switch__item {
    cursor: pointer;
}

.switch__item:not(:first-child) {
    margin-left: 1rem;
}

.button__panel {
    border: 1px solid #000;
    padding: .5rem;
    margin-top: .5rem;
    cursor: pointer;
}


.black {
    background-color: black !important;
    color: #fff !important;
    background: black !important;
}

.blue {
    background-color: #9dd1ff !important;
    color: #063462 !important;
    background: #9dd1ff !important;
}

.brown {
    background-color: #f7f3d6 !important;
    color: #4d4b43 !important;
    background: #f7f3d6 !important;
}

.green {
    background-color: #3b2716 !important;
    color: #a9e44d !important;
    background: #3b2716 !important;
}
#switch-version {
    max-width: 12rem;
}
.switch-version__text {
    display: inline-block;
    cursor: pointer;
}

.text___version {
    cursor: pointer;
}

/**/
.black-theme .footer{
    background-color: black;
}
.black-theme .header.black .header__address span,
.black-theme .header.black .header__phone-text a,
.black-theme .header.black .header__phone-text span,
.black-theme .header.black .header-menu__link,
.black-theme .section__title,
.black-theme .section__subtitle,
.black-theme .tabs__btn.active,
.black-theme .reviews-slider__text,
.black-theme .reviews-slider__date,
.black-theme .teachers__name,
.black-theme .news__about-title,
.black-theme .news__about-text,
.black-theme .news__about-text p,
.black-theme .news__block-title,
.black-theme .news__item-text,
.black-theme .news__item-text a,
.black-theme .docs__gallery-label,
.black-theme .education__text,
.black-theme .consultation-form__agreement a,
.black-theme .list--check li,
.black-theme .department-sidemenu__item span,
.black-theme .complete-docs__item-title,
.black-theme .complete-docs__item-text,
.black-theme .content-new,
.black-theme .content-new p,
.black-theme .content-new span,
.black-theme .cat-desc-new,
.black-theme .cat-desc-new p,
.black-theme .cat-desc-new span,
.black-theme .cat-desc-new h1,
.black-theme .cat-desc-new h2,
.black-theme .cat-desc-new h3,
.black-theme .cat-desc-new h4,
.black-theme .cat-desc-new h5,
.black-theme .cat-desc-new h6,

.black-theme .consultation-form__title,
.black-theme .consultation-form__subtitle
{
    color: #fff;
}
.black-theme .tabs__btn {
    color: #F8F8F8;
}
.black-theme .header.black .header-menu__arrow svg path {
    fill: #fff;
}

.green-theme .footer{
    background-color: #3b2716;
}
.green-theme .header.green .header__address span,
.green-theme .header.green .header__phone-text a,
.green-theme .header.green .header__phone-text span,
.green-theme .header.green .header-menu__link,
.green-theme .section__title,
.green-theme .section__subtitle,
.green-theme .tabs__btn.active,
.green-theme .reviews-slider__text,
.green-theme .reviews-slider__date,
.green-theme .teachers__name,
.green-theme .news__about-title,
.green-theme .news__about-text,
.green-theme .news__about-text p,
.green-theme .news__block-title,
.green-theme .news__item-text,
.green-theme .news__item-text a,
.green-theme .docs__gallery-label,
.green-theme .education__text,
.green-theme .consultation-form__agreement a,
.green-theme .list--check li,
.green-theme .department-sidemenu__item span,
.green-theme .complete-docs__item-title,
.green-theme .complete-docs__item-text,
.green-theme .content-new,
.green-theme .content-new p,
.green-theme .content-new span,
.green-theme .cat-desc-new,
.green-theme .cat-desc-new p,
.green-theme .cat-desc-new span,
.green-theme .cat-desc-new h1,
.green-theme .cat-desc-new h2,
.green-theme .cat-desc-new h3,
.green-theme .cat-desc-new h4,
.green-theme .cat-desc-new h5,
.green-theme .cat-desc-new h6,

.green-theme .consultation-form__title,
.green-theme .consultation-form__subtitle
{
    color: #a9e44d;
}
.green-theme .tabs__btn {
    color: #a9e44d;
}
.green-theme .header.green .header-menu__arrow svg path {
    fill: #a9e44d;
}

.brown-theme .footer {
    background-color: #f7f3d6;
}
.brown-theme .footer svg {
    filter: invert(1);
}
.brown-theme .footer__menu-link,
.brown-theme .footer__info-val,
.brown-theme .footer__info-name,
.brown-theme .footer__phone-content a,
.brown-theme .footer__phone-text,
.brown-theme .footer__email-content a,
.brown-theme .footer__menu-title {
    color: var(--dark);
}

.blue-theme .footer {
    background-color: #9dd1ff;
}
.blue-theme .footer svg {
    filter: invert(1);
}
.blue-theme .footer__menu-link,
.blue-theme .footer__info-val,
.blue-theme .footer__info-name,
.blue-theme .footer__phone-content a,
.blue-theme .footer__phone-text,
.blue-theme .footer__email-content a,
.blue-theme .footer__menu-title {
    color: var(--dark);
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1785828970832*/
.breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
    padding: 3.2rem 0;
}
.breadcrumb li span,
.breadcrumb li a {
    display: block;
    font-size: 1.4rem;
    line-height: 100%;
    color: var(--grey4);
    transition: all .3s ease;
    white-space: nowrap;
}
.breadcrumb li a,
.breadcrumb li a span{
    cursor: pointer;
}
.breadcrumb li a:hover,
.breadcrumb li a:hover span{
    color: var(--primary);
}
.breadcrumb li span {
    cursor: default;
}
.breadcrumb li svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    flex: 0 0 auto;
    object-fit: contain;
}
@media (max-width: 1280px) {
    .breadcrumb {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px){
    .breadcrumb {
        padding: 1.6rem 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/bottom/style.css?17858289701014*/
.footer__menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:6.4rem;
}
.footer__menu-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer__menu-link,
.footer__menu-title {
    font-size: 1.5rem;
    line-height: 100%;
    color: var(--white);
}
.footer__menu-link {
    transition: all .3s ease;
}
.footer__menu-link:hover {
    color: var(--primary);
}


@media (min-width: 768px) and (max-width: 1280px) {
    .footer__menu {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer__bottom {
        flex-direction: column;
    }
    .footer__bottom-wrapper {
        width: 100%;
    }
    .footer__bottom .footer__col:nth-child(2) {
        flex-direction: row-reverse;
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .footer__menu {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}
/* End */
/* /local/templates/main/assets/libs/normalize.css?17858289706599 */
/* /local/templates/main/assets/libs/swiper/swiper-bundle.min.css?178582897018448 */
/* /local/templates/main/assets/css/vars.css?17885250661496 */
/* /local/templates/main/assets/css/main.css?17869808236155 */
/* /local/templates/main/assets/css/components/btns.css?17858289701987 */
/* /local/templates/main/assets/css/components/inputs.css?17858289702019 */
/* /local/templates/main/assets/css/components/tabs.css?17869823841491 */
/* /local/templates/main/assets/css/components/list.css?17858289702690 */
/* /local/templates/main/assets/css/components/checkbox.css?17858289701583 */
/* /local/templates/main/assets/css/components/badges.css?1785828970233 */
/* /local/templates/main/assets/css/components/textarea.css?1785828970507 */
/* /local/templates/main/assets/css/components/radiobutton.css?1785828970884 */
/* /local/templates/main/assets/css/components/tiles.css?17858289701342 */
/* /local/templates/main/assets/css/layouts/header.css?17870552958818 */
/* /local/templates/main/assets/css/layouts/mobile-menu.css?17858289703732 */
/* /local/templates/main/assets/css/layouts/footer.css?17885201415822 */
/* /local/templates/main/assets/visually-impaired/stylePanel.css?17858289705276 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1785828970832 */
/* /local/templates/main/components/bitrix/menu/bottom/style.css?17858289701014 */
