

/* Start:/local/templates/main2/css/normalize.css?16716349746485*/
/*! 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/main2/css/swiper-bundle.min.css?167163497416484*/
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */

 @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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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 .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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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/main2/css/style.css?175196948550989*/
@charset "UTF-8";
@keyframes phone_anim {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(-30deg);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  font: 300 20px/1 "Roboto", sans-serif, sans-serif !important;
  color: #000 !important;
}

body {
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #E96126;
}
body::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: #D9D9D9;
}
body {
  scrollbar-face-color: #E96126;
  scrollbar-track-color: #D9D9D9;
}
body.act {
  overflow: hidden;
}

input.error {
  border: 2px solid #e9004c !important;
}
input.error ::-webkit-input-placeholder { /* Chrome */
  color: #C51616;
}
input.error :-ms-input-placeholder { /* IE 10+ */
  color: #C51616;
}
input.error ::-moz-placeholder { /* Firefox 19+ */
  color: #C51616;
  opacity: 1;
}
input.error :-moz-placeholder { /* Firefox 4 - 18 */
  color: #C51616;
  opacity: 1;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
a:hover {
  color: #E96126;
}

p {
  line-height: 28px;
  margin-bottom: 30px;
}

img {
  display: inherit;
  max-width: 100%;
}

video {
  max-width: 100%;
}

h1, .h1 {
  position: relative;
  font: 400 30px/1 "Roboto", sans-serif;
  color: #000;
  margin: 0;
  max-width: 640px;
  background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 5;
}
h1 span, .h1 span {
  color: #000;
}
h1.white, .h1.white {
  color: #fff;
}
h1__desc, .h1__desc {
  color: #898989;
  font-size: 24px;
  letter-spacing: 0.28px;
  margin-top: 35px;
}
h1--center, .h1--center {
  max-width: 100%;
  text-align: center;
}
h1--bg, .h1--bg {
  z-index: auto;
}
h1--bg:before, .h1--bg:before {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 80px);
  height: 240px;
  background: #F5F5F5;
  border-radius: 10px;
  z-index: -1;
}
h1--row, .h1--row {
  margin-top: 140px;
  margin-bottom: 40px;
}

h1 {
  margin-bottom: 30px;
}

h2, .h2 {
  font: 400 36px/48px "Roboto", sans-serif;
  margin: 0;
}
h2.mb15, .h2.mb15 {
  margin-bottom: 15px;
}

h3, .h3 {
  font: 400 22px/28px "Roboto", sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #000;
}
h3-desc, .h3-desc {
  color: #9395a7;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 50px;
}

h4, .h4 {
  font: 700 16px/24px "Open Sans";
  margin: 0;
  text-transform: uppercase;
  color: #9ecd44;
}

.up {
  text-transform: uppercase;
}

.nm {
  margin: 0;
}

.pt120 {
  padding-top: 120px;
}

.mt50 {
  margin-top: 50px;
}

.rub:after {
  content: "₽";
  margin-top: 5px;
  margin-left: 5px;
}

button,
.btn {
  position: relative;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  padding: 17px 50px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
  animation: gradient 5s ease infinite;
  background-size: 400% 400%;
  border: 4px solid #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
button > span,
.btn > span {
  position: relative;
  z-index: 1;
}
button:after,
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: linear-gradient(0deg, #cb3d00, #FF9947);
  animation: gradient 5s ease infinite;
  background-size: 400% 400%;
  box-shadow: 0 2px 10px rgba(203, 61, 0, 0.9);
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.5s;
}
button:hover,
.btn:hover {
  color: #fff;
}
button:hover:after,
.btn:hover:after {
  opacity: 1;
}
button:focus,
.btn:focus {
  box-shadow: none;
}
button:disabled,
.btn:disabled {
  background: #f1eded;
  cursor: not-allowed !important;
  border-color: #7c7c7c;
  color: #4a4a4a;
  opacity: 1;
}
button:disabled:hover,
.btn:disabled:hover {
  color: #000;
}
button-disabled,
.btn-disabled {
  border: 3px solid #e9004c;
  background: #E5E5E5;
  font-weight: 700;
  cursor: default;
}
button-disabled:hover,
.btn-disabled:hover {
  background: #e6d9d9;
}
button-dark,
.btn-dark {
  background: #000;
  color: #fff;
}
button-dark:hover,
.btn-dark:hover {
  background: #202020;
}
button-white,
.btn-white {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
button-big,
.btn-big {
  padding: 17px 40px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
button-sm,
.btn-sm {
  font-size: 16px;
  padding: 14px 30px;
}
button-light,
.btn-light {
  display: inline-block;
  border: 2px solid #7A7A7A;
  color: #7A7A7A;
  background: transparent;
  padding: 18px 40px;
}
button-light:hover,
.btn-light:hover {
  border-color: #9ecd44;
}

form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
  flex: 1 0 100%;
}
form input:not(.btn),
form select,
form textarea {
  background: #bcbcd0;
  padding: 10px;
  outline: none;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #202263;
  width: 100%;
  flex: 1 0 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
form input:not(.btn):hover,
form select:hover,
form textarea:hover {
  background: #fdf6f6;
  padding-left: 10px;
}
form input:not(.btn).error,
form select.error,
form textarea.error {
  border-color: #ce4a4a !important;
  color: #ce4a4a !important;
  background-color: #f7e6e6;
}
form select:focus:hover {
  background: #bcbcd0;
}
form option:checked {
  background: #afafb7;
}
form button {
  border: 0;
  flex: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
form button:disabled {
  background: #7c7c7c;
  cursor: not-allowed !important;
  border-color: #7c7c7c;
  opacity: 1;
}
form button:disabled:hover {
  color: #fff;
}
form button:hover {
  background: #202020;
}
form ::-webkit-input-placeholder { /* Chrome */
  color: #202263;
}
form :-ms-input-placeholder { /* IE 10+ */
  color: #202263;
}
form ::-moz-placeholder { /* Firefox 19+ */
  color: #202263;
  opacity: 1;
}
form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #202263;
  opacity: 1;
}
form .desc {
  margin-top: 30px;
  font-size: 12px;
  color: #595959;
  flex: 0 0 50%;
}

.button {
  display: inline-block;
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 14px;
  padding: 26px 25px;
  min-width: 180px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.button:hover {
  color: #fff;
  background: #202020;
}

.text-center {
  text-align: center;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 1.2;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcc {
  justify-content: center;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-aic {
  align-items: center;
}
.flex-aife {
  align-items: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-end {
  justify-content: flex-end;
}
.flex-col {
  flex-direction: column;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.w100 {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
}

.modal {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 580px;
  background: #eee;
  color: #000;
  transform: translate(-50%, -50%);
  padding: 50px;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.modal.active {
  top: 50%;
  pointer-events: inherit;
  opacity: 1;
}
.modal__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #E96126;
  cursor: pointer;
  z-index: 20;
}
.modal .close:after, .modal .close:before {
  position: absolute;
  top: 50%;
  left: calc(50% - 13px);
  content: "";
  width: 26px;
  height: 3px;
  background: #000;
}
.modal .close:before {
  transform: rotate(45deg);
}
.modal .close:after {
  transform: rotate(-45deg);
}
.modal-content {
  padding: 70px 50px;
  color: #000;
  border: 10px solid #e9004c;
}
.modal-content .h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-transform: none;
}
.modal-content .label {
  line-height: 16px !important;
  color: #000;
}
.modal-content .label a {
  color: inherit;
}
.modal-content form.form input,
.modal-content form.form textarea {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  color: #000;
  border-bottom: 2px solid #e9004c;
}
.modal-content form.form button {
  background: #e9004c;
  width: 100%;
  margin-top: 50px;
}
.modal-content.thx {
  display: none;
}
.modal-content.hide {
  display: none;
}

label.custom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
label.custom input[type=checkbox],
label.custom input[type=radio] {
  display: none;
}
label.custom .radio-custom,
label.custom .checkbox-custom {
  width: 26px;
  height: 26px;
  border: 2px solid #e9004c;
  background: #fff;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
}
label.custom .radio-custom {
  border-radius: 50%;
}
label.custom .radio-custom,
label.custom .checkbox-custom,
label.custom .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: #8F8F8F;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
label.custom .label {
  width: calc(100% - 26px);
}
label.custom input[type=radio]:checked + .radio-custom,
label.custom input[type=radio]:checked + .checkbox-custom,
label.custom input[type=checkbox]:checked + .radio-custom,
label.custom input[type=checkbox]:checked + .checkbox-custom {
  background: #fff;
  border-color: #898989;
}
label.custom input[type=radio]:checked + .radio-custom + .label,
label.custom input[type=radio]:checked + .checkbox-custom + .label,
label.custom input[type=checkbox]:checked + .radio-custom + .label,
label.custom input[type=checkbox]:checked + .checkbox-custom + .label {
  color: #000;
}
label.custom input[type=radio]:checked + .radio-custom:before,
label.custom input[type=radio]:checked + .checkbox-custom:before,
label.custom input[type=checkbox]:checked + .radio-custom:before,
label.custom input[type=checkbox]:checked + .checkbox-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e9004c;
  border-bottom: 2px solid #e9004c;
  transform: rotate(45deg);
}
label.custom input[type=radio]:checked + .radio-custom:before {
  top: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  display: none;
}
.hidden.success {
  display: block;
}

#dark_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#dark_bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}
#dark_bg.act {
  pointer-events: inherit;
  opacity: 1;
}

.mw-750 {
  max-width: 750px;
}

.text {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.text p {
  margin-top: 0;
  line-height: 30px;
}

.strong {
  font-weight: 700;
}

.red {
  color: #e9004c;
}

.blue {
  color: #4b2884;
}

@font-face {
  font-family: "GothamPro";
  font-display: swap;
  src: url("/local/templates/main2/css/../fonts/GothamPro/GothamPro.eot");
  src: local("^"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro.woff?v=1") format("woff"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro.ttf?v=1") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  font-display: swap;
  src: url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Bold.eot");
  src: local("^"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Bold.woff?v=1") format("woff"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Bold.ttf?v=1") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  font-display: swap;
  src: url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Black.eot");
  src: local("^"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Black.woff?v=1") format("woff"), url("/local/templates/main2/css/../fonts/GothamPro/GothamPro-Black.ttf?v=1") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.hamb_menu {
  --top: 9px;
  --margin: 6px;
  position: relative;
  right: 0;
  top: 0;
  display: none;
  font-size: 24px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  z-index: 9999;
}
.hamb_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamb_menu span:nth-child(1) {
  top: var(--top);
}
.hamb_menu span:nth-child(2), .hamb_menu span:nth-child(3) {
  top: calc(var(--top) + var(--margin));
}
.hamb_menu span:nth-child(4) {
  top: calc(var(--top) + var(--margin) + var(--margin));
}
.hamb_menu.act span {
  background: #fff;
}
.hamb_menu.act span:nth-child(1), .hamb_menu.act span:nth-child(4) {
  top: calc(var(--top) + var(--margin));
  width: 0;
}
.hamb_menu.act span:nth-child(2) {
  transform: rotate(45deg);
}
.hamb_menu.act span:nth-child(3) {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .hamb_menu {
    display: block;
  }
  .hamb_menu.hide {
    opacity: 0;
    pointer-events: none;
  }
}
.header {
  display: flex;
  align-items: center;
  background: #2D3740;
  border-radius: 10px;
  color: #fff;
  padding: 25px 40px;
}
.header__logo {
  flex-shrink: 0;
}
.header__navi {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0;
  margin: 0 50px;
  list-style: none;
}
.header__navi a:hover {
  color: #E96126;
}
.header__navi li {
  position: relative;
  margin-right: 50px;
}
.header__navi li:last-child {
  margin-right: 0;
}
.header__navi li:hover .header__navi--second {
  opacity: 1;
  pointer-events: all;
}
.header__navi--second {
  position: absolute;
  left: 0;
  width: 310px;
  opacity: 0;
  padding-top: 50px;
  pointer-events: none;
  transition: 0.25s;
  z-index: 99;
}
.header__navi--second.wide {
  width: 650px;
  left: 50%;
  transform: translateX(-50%);
}
.header__navi--second.wide ul {
  columns: auto 2;
  -webkit-columns: auto 2;
}
.header__navi--second ul {
  margin: 0;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
}
.header__navi--second li {
  margin-top: 10px;
  margin-right: 0;
  list-style-type: none;
}
.header__navi--second li:first-child {
  margin-top: 0;
}
.header__navi--second li a {
  color: #2D3740;
}
.header__navi--second li a:hover {
  color: #E96126;
}
.header__search {
  display: none;
}
.header__search form {
  display: none;
}
.header__phone {
  white-space: nowrap;
}
.header a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.header .row-icon {
  margin-bottom: 0;
}

main {
  margin-top: 30px;
  margin-bottom: 150px;
}
main.main {
  margin-top: 0;
}

.section__main_text {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 40px auto;
  z-index: 10;
}
.section__main_text .text {
  font-size: 30px;
  font-weight: 300;
  max-width: 860px;
  line-height: 1.2;
}
.section__main_text .stats {
  display: flex;
  gap: 30px;
}
.section__main_text .stats__count {
  display: flex;
  align-items: flex-start;
  color: #E96126;
  font-weight: 700;
  font-size: 30px;
}
.section__main_text .stats__count img, .section__main_text .stats__count .svg {
  margin-right: 10px;
}
.section__main_text .stats__name {
  font-size: 20px;
  font-weight: 500;
}
.section__map {
  display: flex;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 25px;
  padding-right: 0;
}
.section__map.container {
  max-width: 1590px;
}

.section-main-after {
  background: #F5F5F5;
}

#vmap {
  position: relative;
}
#vmap path {
  transition: 0.15s;
}
#vmap path.active, #vmap path:hover {
  -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.3));
}

.regions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.regions:before {
  position: absolute;
  top: -140px;
  left: -70px;
  content: url(/local/templates/main2/css/../img/bg-element-1.svg);
  pointer-events: none;
  z-index: 1;
}
.regions__name {
  font-size: 20px;
  background: linear-gradient(101.45deg, #E86026 11.28%, #FF9947 109.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  margin-bottom: 15px;
  z-index: 1;
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.regions__top {
  flex: 1 0 100%;
  z-index: 50;
  transition: 0.25s;
  pointer-events: none;
}
.regions__top.ajax {
  opacity: 0.2;
}
.regions__right {
  width: calc(100% - 380px);
  max-width: 100%;
  max-height: 780px;
  margin-top: -95px;
}
.regions__right .jqvmap-zoomin,
.regions__right .jqvmap-zoomout {
  position: absolute;
  left: inherit;
  right: 25px;
  top: calc(50% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #2d3740;
  z-index: 50;
}
.regions__right .jqvmap-zoomout {
  top: calc(50% - 10px);
}
.regions__title {
  font-size: 30px;
  background: linear-gradient(101.45deg, #E86026 11.28%, #FF9947 109.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.regions__count {
  font-size: 20px;
  margin-top: 10px;
}
.regions__search {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
.regions__search input {
  width: 100%;
  border: 1px solid #E96126;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 16px;
}
.regions__list {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
  width: 380px;
  height: 100%;
  max-height: 600px;
  overflow-y: scroll;
  transition: 0.25s;
  z-index: 5;
}
.regions__list.ajax {
  opacity: 0.2;
}
.regions__list li {
  display: flex;
  margin-bottom: 20px;
  padding-right: 15px;
}
.regions__list li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #E96126;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 10px;
}
.regions__list li a {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.regions__list li a span {
  font-size: 14px;
  color: #4c4c4c;
}
.regions__list li.s a {
  font-weight: 500;
}
.regions__list li.s a span {
  font-weight: 300;
}
.regions__list--close {
  display: none;
}
.regions__all {
  bottom: -25px;
}

.section-news {
  margin-top: 170px;
}
.section-news .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-news .container:after {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 250px);
  height: 240px;
  background: #F5F5F5;
  border-radius: 10px;
  z-index: -1;
}
.section-news .h1 {
  flex: 1 0 100%;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100%;
}
.section-news .text-center {
  margin-top: 50px;
}

.box-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.border-radius {
  border-radius: 10px;
}

.section-main-project {
  margin: 130px 0 100px;
}
.section-main-project > .container {
  display: flex;
  gap: 20px;
}
.section-main-project .swiper {
  padding-bottom: 50px;
}
.section-main-project .project {
  display: flex;
  flex-direction: column;
}
.section-main-project .project__status {
  margin-bottom: 70px;
}
.section-main-project .project__img {
  margin-top: auto;
}

.container-project--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 20px;
}
.container-project--inner .project {
  width: calc(33.3333% - 20px);
}

.project {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 35px 45px 0;
}
.project__title {
  font-size: 24px;
  font-weight: 400;
}
.project__title a {
  text-decoration: none;
}
.project__status {
  margin-top: 30px;
  border-radius: 10px;
  padding: 10px;
}
.project__status--open {
  background: #9AEFAD;
}
.project__icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(101.45deg, #E86026 11.28%, #FF9947 109.06%);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border: 8px solid #fff;
  pointer-events: none;
}
.project__img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: -40px;
}
.project__img img {
  border-radius: 10px;
}
.project.konkurs .project__title {
  position: relative;
}
.project.konkurs .project__title a {
  height: 110px;
  overflow: hidden;
}
.project.konkurs .project__title a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 212, 255, 0) 100%);
  pointer-events: none;
}
.project.konkurs .project__title a:before {
  content: attr(data-full);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: 0.25s;
  z-index: 99;
}
.project.konkurs:hover .project__title a:before {
  opacity: 1;
}

.section-about {
  position: relative;
  margin-top: 130px;
}
.section-about:before {
  position: absolute;
  top: -90%;
  width: 100%;
  height: 850px;
  max-height: 850px;
  content: "";
  background: #F5F5F5;
  z-index: -1;
}
.section-about-box {
  position: relative;
  max-width: 1140px;
  margin-right: 300px;
  margin-bottom: min(28vw, 500px);
  background: #fff;
  padding: 40px;
}
.section-about-box:after {
  position: absolute;
  top: -50px;
  left: -10px;
  content: url(/local/templates/main2/css/../img/bg-element-1.svg);
  transform: scale(0.7);
  transform-origin: top left;
  z-index: 1;
}
.section-about-box .row-text {
  display: flex;
}
.section-about-box .row-text P {
  margin: 0;
}
.section-about-box .row-text .col:nth-child(1) {
  max-width: 440px;
  margin-right: 30px;
}
.section-about-box .row-text .col:nth-child(2) {
  margin-right: calc(0px - (60vw - 55%));
  margin-bottom: -40%;
  max-width: 1030px;
}
.section-about-box .row-text .col:nth-child(2) video {
  border-radius: 10px;
  overflow: hidden;
}
.section-about-text {
  position: relative;
  z-index: 2;
}
.section-about-text .orange {
  font-size: 32px;
  color: #E96126;
  font-weight: 400;
}

.text-orange {
  color: #E96126;
  font-weight: 400;
}

.news {
  width: calc(25% - 15px);
}
.news__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news__img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
  display: inline-block;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  transition: 0.25s;
}
.news__img img {
  transition: 0.25s;
}
.news__date {
  margin: 5px 0 15px;
  font-size: 18px;
}
.news__title {
  margin-bottom: 10px;
}
.news__title a {
  font-weight: 400;
  text-decoration: none;
}
.news__desc {
  margin-top: 5px;
  font-size: 18px;
}
.news:hover .news__img:after {
  opacity: 1;
}
.news:hover .news__img img {
  transform: scale(1.03);
}
.news a {
  display: flex;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

footer {
  margin-top: auto;
  margin-bottom: 10px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  background: #2D3740;
  border-radius: 10px;
  padding: 60px;
  color: #fff;
  font-size: 20px;
}
.footer__col {
  width: 33.3333333333%;
}
.footer__col--social .row-icon {
  margin-bottom: 10px;
}
.footer__col--social .row-icon:last-child {
  margin-bottom: 0;
}
.footer__col--museum {
  display: flex;
}
.footer__col--museum .museum-logo {
  flex-shrink: 0;
}
.footer__col--museum .museum-address {
  margin-left: 20px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer p {
  margin-bottom: 0;
}

.section-video {
  margin-top: 170px;
}
.section-video .video-left-block {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  flex: 0 0 500px;
  padding: 40px;
  margin-right: 30px;
}
.section-video .video-left-block .center {
  z-index: 2;
}
.section-video .video-left-block .h1 {
  position: relative;
  margin-bottom: 30px;
  z-index: auto;
}
.section-video .video-left-block .h1:before {
  position: absolute;
  top: -90px;
  left: 0;
  content: url(/local/templates/main2/css/../img/bg-element-2.svg);
  pointer-events: none;
  z-index: -1;
}
.section-video .video-left-block .desc {
  line-height: 1.4;
  margin-bottom: 40px;
}
.section-video--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 0;
}
.section-video--inner .video {
  width: calc(33.3333% - 20px);
}

.video {
  margin-bottom: 30px;
}
.video__img {
  position: relative;
  max-height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.video__img img {
  width: 100%;
  object-fit: cover;
}
.video__img a {
  max-height: 260px;
  display: flex;
}
.video__img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(/local/templates/main2/css/../img/icon-play.svg);
  pointer-events: none;
}
.video__title {
  margin-top: 10px;
  text-align: left;
}
.video__title a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
}

.video-slider-container {
  position: relative;
  width: calc(100% - 530px);
  height: 700px;
}
.video-slider-container .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video-slider-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
}
.video-slider-container .button-prev {
  top: 45%;
  left: -570px;
}
.video-slider-container .button-next {
  top: 45%;
  right: -30px;
  z-index: 2;
}

.button-prev,
.button-next {
  position: absolute;
  top: 50%;
  width: 59px;
  height: 27px;
  background: url(/local/templates/main2/css/../img/arrow.svg);
  cursor: pointer;
  z-index: 20;
}
.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
  opacity: 0.4;
}

.button-prev {
  transform: scaleX(-1);
}

.section-partners {
  margin-top: 230px;
}
.section-partners > .container {
  display: flex;
}
.section-partners.inner {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.section-partners.inner .partner {
  width: calc(25% - 30px);
}
.section-partners .partners__left {
  max-width: calc(100% - 440px);
  z-index: 2;
}
.section-partners .partners__right {
  position: relative;
  width: 440px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.section-partners .partners__right:before {
  position: absolute;
  right: 0;
  content: "";
  width: 600px;
  height: 380px;
  background: #F5F5F5;
}
.section-partners .partners__right:after {
  position: absolute;
  left: -45px;
  top: -80px;
  content: url(/local/templates/main2/css/../img/bg-element-3.svg);
  z-index: 1;
}
.section-partners .partners__right .center {
  z-index: 2;
}
.section-partners .partners__right .h1 {
  margin-bottom: 40px;
}
.section-partners .button-prev {
  top: 40%;
  left: 10px;
}
.section-partners .button-next {
  top: 40%;
  right: -30px;
}
.section-partners .swiper {
  padding: 10px 10px;
  margin: 0 -10px;
}
.section-partners .swiper-wrapper {
  display: flex;
}
.section-partners .partner__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  background: #fff;
}
.section-partners .partner__title {
  margin-top: 25px;
  text-align: center;
}

.breadcrumbs {
  margin: 0;
  margin-bottom: 46px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.people__img img {
  width: 240px;
  border-radius: 10px;
}
.people__name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.people__desc {
  margin-top: 15px;
}

.people-list {
  gap: 50px 20px;
}
.people-list .people {
  width: calc(20% - 20px);
}

.box-element {
  position: relative;
  z-index: -1;
}
.box-element:before {
  position: absolute;
  top: -30px;
  left: -30px;
  display: inline-block;
  content: "";
  width: 60vw;
  max-width: 915px;
  height: 440px;
  background: #F5F5F5;
  border-radius: 10px;
  pointer-events: none;
}
.box-element--left:after {
  position: absolute;
  top: -70px;
  left: -70px;
  content: url(/local/templates/main2/css/../img/bg-element-3.svg);
  pointer-events: none;
  z-index: 1;
}
.box-element--right {
  margin-left: calc(40% + 70px);
}
.box-element--right:after {
  position: absolute;
  top: -130px;
  left: -60px;
  content: url(/local/templates/main2/css/../img/bg-element-1.svg);
  pointer-events: none;
  transform: scale(0.6);
  z-index: 1;
}
.box-element .h1 {
  margin-bottom: 50px;
  z-index: 5;
}

.people-slider-container {
  position: relative;
  margin-top: 120px;
}
.people-slider-container .btn {
  margin-top: 60px;
}
.people-slider-container .swiper {
  /*
  overflow: visible;
  &-slide {
  	opacity: 0;
  	background: #ee5;
  	transition: .25s;
  	pointer-events: none;
  	&-visible {
  		opacity: 1;
  		pointer-events: all;
  		&.swiper-slide-prev {
  			background: #ccc;
  			opacity: 0;
  			pointer-events: none;
  		}
  	}
  }
  */
}
.people-slider-container .swiper .button-prev {
  left: 0;
}
.people-slider-container .swiper .button-next {
  right: 0;
}

.documents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.documents .document {
  width: calc(33.3333% - 20px);
}

.document {
  display: flex;
}
.document__icon {
  flex-shrink: 0;
  margin-right: 30px;
}
.document__name {
  flex: 1;
}
.document__name span {
  display: flex;
  padding-bottom: 2px;
  border-bottom: 2px solid #E96126;
}
.document__name a {
  text-decoration: none;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
}
.contacts__left {
  width: 60%;
}
.contacts__right {
  position: relative;
  background: #F5F5F5;
  width: calc(40% - 20px);
  margin-left: 20px;
  border-radius: 10px;
  padding: 45px 30px;
}
.contacts__right:before {
  position: absolute;
  top: -90px;
  left: -90px;
  content: url(/local/templates/main2/css/../img/bg-element-1.svg);
  pointer-events: none;
  transform: scale(0.6);
  z-index: 1;
}
.contacts a {
  text-decoration: none;
}
.contacts #ya_addr {
  width: 100%;
  height: 540px;
}

.page-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.page-columns.type-2 {
  margin-top: 90px;
}
.page-columns.type-2 .page-columns__left {
  padding-top: 20px;
}
.page-columns.type-3 .page-columns__right {
  max-width: 60%;
  z-index: 5;
}
.page-columns__left {
  position: relative;
  font-weight: 400;
  padding: 40px 40px 40px 0;
  max-width: 500px;
}
.page-columns__left:after {
  position: absolute;
  top: -30px;
  left: -30px;
  content: "";
  width: 60vw;
  max-width: 900px;
  height: 500px;
  background: #F5F5F5;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
.page-columns__left:before {
  position: absolute;
  top: -70px;
  left: -120px;
  content: url(/local/templates/main2/css/../img/bg-element-1.svg);
  pointer-events: none;
  transform: scale(0.6);
  z-index: 2;
}
.page-columns__left .text {
  position: relative;
  z-index: 5;
}
.page-columns__left.element-3:before {
  position: absolute;
  top: -10px;
  left: -50px;
  content: url(/local/templates/main2/css/../img/bg-element-3.svg);
  pointer-events: none;
  transform: scale(1.1);
  z-index: 2;
}
.page-columns__left.full-width {
  max-width: 100%;
  font-weight: 300;
}
.page-columns__right {
  flex: 1;
  line-height: 1.4;
  max-width: 60%;
}
.page-columns__right video {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-columns__top-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  max-width: 924px;
}
.page-columns__top-img img {
  width: 100%;
}
.page-columns.without-bg .page-columns__left {
  padding-top: 0;
}
.page-columns.without-bg .page-columns__left:before, .page-columns.without-bg .page-columns__left:after {
  display: none;
}
.page-columns p {
  margin-top: 0;
}

.row-icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.row-icon .icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.row-icon .icon.bg-orange {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.row-icon .icon.bg-orange:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 70px;
  height: 70px;
  background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
  border-radius: 50%;
  z-index: -1;
}
.row-icon.row-top {
  align-items: flex-start;
}
.row-icon.row-top .icon {
  margin-top: 5px;
}

.svg.orange path {
  fill: #E96126;
}

.card {
  position: relative;
  z-index: 5;
}
.card__top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  min-height: 35px;
  z-index: 5;
}
.card__top strong {
  font-weight: 700;
}
.card__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.card__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 70px;
  height: 70px;
  background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
  border-radius: 50%;
  z-index: -1;
}
.card__img {
  margin-bottom: 6px;
  border-radius: 10px;
  overflow: hidden;
}
.card__img img {
  border-radius: 10px;
}
.card__title {
  font-weight: 400;
}
.card__title a {
  text-decoration: none;
}
.card:hover a {
  color: #E96126;
}
.card--bg {
  padding: 0 24px;
}
.card--bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: -1;
}
.card--video .card__top {
  padding: 0 20px;
}
.card--video .card__img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  max-height: 200px;
}
.card--video .card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.card--video .card__img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url(/local/templates/main2/css/../img/icon-play.svg);
  pointer-events: none;
}

.row-2 {
  gap: 50px 20px;
}
.row-2 > div {
  width: calc(50% - 20px);
}

.row-3 {
  gap: 50px 20px;
}
.row-3 > div {
  width: calc(33.3333333333% - 20px);
}

.row-4 {
  gap: 50px 20px;
}
.row-4 > div {
  width: calc(25% - 20px);
}

.page-exhibition {
  position: relative;
}
.page-exhibition.index:before {
  position: absolute;
  left: 0;
  top: 300px;
  content: "";
  width: 100vw;
  height: 800px;
  background: #F5F5F5;
}
.page-exhibition.index .h1 {
  margin-top: 110px;
}
.page-exhibition.index .row {
  margin-top: 50px;
}
.page-exhibition .card__img {
  position: relative;
}
.page-exhibition .card .title {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  padding: 10px;
}

.toggle {
  margin-top: 40px;
}
.toggle .title {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.25s;
}
.toggle .title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: url(/local/templates/main2/css/../img/arrow.svg);
  transform: rotate(90deg);
  transition: 0.25s;
}
.toggle .title:hover {
  background: rgb(247.0836820084, 198.1464435146, 176.9163179916);
}
.toggle .title.active {
  background: #E96126;
  color: #fff;
}
.toggle .title.active:after {
  transform: rotate(-90deg);
}
.toggle .text {
  display: none;
  padding: 30px 30px 0 30px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  list-style: none;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pagination li span, .pagination li a {
  display: inline-block;
  padding: 5px 12px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #E96126;
  border-radius: 10px;
  font-size: 18px;
}
.pagination li span.current, .pagination li a.current {
  background: #E96126;
  color: #fff;
}

.filter-wrap a {
  border-radius: 5px;
}

.mobile_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100vh;
  background: #F5F5F5;
  padding: 10px 20px;
  color: #3B3B3B;
  overflow: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  z-index: 2000;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.mobile_menu.act {
  left: 0;
}
.mobile_menu .header__logo path {
  fill: #E96126;
}
.mobile_menu .header__navi {
  display: flex;
  flex: 0;
  flex-direction: column;
}
.mobile_menu .header__navi li {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
}
.mobile_menu .header__navi li:last-child .header__navi--second {
  left: 0;
}
.mobile_menu .header__navi li a {
  text-decoration: none;
  font-weight: 700;
}
.mobile_menu .header__navi--second {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  opacity: 1;
}
.mobile_menu .header__navi--second ul {
  box-shadow: none;
  padding: 15px 25px 15px 10px;
  list-style: none;
}
.mobile_menu .header__navi--second ul li {
  display: flex;
}
.mobile_menu .header__navi--second ul li a {
  font-size: 16px;
  font-weight: 400;
}
.mobile_menu .header__navi--second ul li:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E96126;
  margin-right: 5px;
  margin-top: 5px;
  flex-shrink: 0;
}
.mobile_menu .header__navi--second ul li:last-child {
  margin-bottom: 0;
}

.table .row {
  display: flex;
  justify-content: space-between;
}
.table .row:nth-child(2n) {
  background: #F5F5F5;
}
.table .row.th {
  background: #3D4F59;
  color: #fff;
}
.table .row .col {
  padding: 18px 10px;
  border-right: 2px solid #fff;
}
.table .row .col:last-child {
  border-right: 0;
}
.table .row .one {
  width: 75%;
}
.table .row .two {
  width: 20%;
  min-width: 200px;
  text-align: center;
}
.table.table-3-col .one {
  width: auto;
  flex: 1;
  font-weight: 700;
}
.table.table-3-col .two {
  width: 40%;
  text-align: left;
}
.table.table-3-col .two div {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.table.table-3-col .two div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.table.table-3-col .three {
  width: 40%;
}
.table.table-3-col .three div {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.table.table-3-col .three div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-vyistavki .page-columns__left {
  width: 100%;
}
.page-vyistavki .page-columns__left:after {
  display: none;
}
.page-vyistavki .page-columns__left .text {
  position: relative;
  min-height: 200px;
  z-index: inherit;
}
.page-vyistavki .page-columns__left .text:after {
  position: absolute;
  top: -60px;
  left: -30px;
  content: "";
  width: 60vw;
  max-width: 900px;
  height: calc(100% + 60px);
  background: #f5f5f5;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
.page-vyistavki .page-columns__left .text .row {
  position: relative;
  margin-bottom: 15px;
  z-index: 5;
}
.page-vyistavki .page-columns__left .icon {
  display: flex;
  align-items: center;
}
.page-vyistavki .page-columns__left .icon .svg {
  margin-right: 10px;
}
.page-vyistavki .page-columns__left .icon-time .svg {
  width: 33px;
}
.page-vyistavki .page-columns__left .icon-time .svg path {
  fill: #E96126;
}

.smi-box {
  position: relative;
  margin-top: 100px;
}
.smi-box:after {
  position: absolute;
  top: -30px;
  left: -30px;
  content: "";
  width: 80%;
  max-width: 900px;
  height: calc(100% + 60px);
  background: #f5f5f5;
  pointer-events: none;
  border-radius: 10px;
  z-index: -1;
}
.smi-box .left-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.smi-box .smi-container {
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
}
.smi-box .smi-container a {
  text-decoration: none;
  margin-top: 15px;
}
.smi-box .smi-container .title {
  font-weight: 700;
}
.smi-box .smi-container .desc {
  font-weight: 300;
}

.people-box {
  gap: 30px;
}
.people-box .people {
  width: calc(33.3333333333% - 30px);
}
.people-box .people__desc {
  line-height: 1.6;
}

.newsfilter-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  gap: 30px;
}
.newsfilter-wrap .date-block {
  display: flex;
  gap: 15px;
  font-size: 16px;
}
.newsfilter-wrap .date-block label {
  color: #cb3d00;
  font-weight: 500;
}
.newsfilter-wrap .date-block input {
  max-width: 120px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #bcbcd0;
  padding: 5px;
  margin: 0;
  background: transparent;
}
.newsfilter-wrap .text-block {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.newsfilter-wrap .text-block input[type=text] {
  width: calc(100% - 110px);
  flex: unset;
  font-size: 16px;
  line-height: 1;
  max-width: 215px;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #bcbcd0;
  padding: 5px;
}

.search-form p {
  margin: 0;
}
.search-form button[type=submit], .search-form .btn {
  flex-grow: 0;
  padding: 10px 25px;
  font-size: 16px;
  margin: 0;
  border: none;
}
.search-form button[type=submit]:hover, .search-form .btn:hover {
  background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
}

ol.round {
  margin-block: 15px 0;
  padding-left: 0;
  list-style: none;
  counter-reset: num;
}
ol.round li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  counter-increment: num;
}
ol.round li::before {
  content: counter(num);
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
  background: #e86026;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.one-day-block .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.one-day-block .info-block {
  margin-top: 10px;
}
.one-day-block .info-block .info-icon-block .info-icon + span {
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(101.45deg, #E86026 11.28%, #FF9947 109.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  margin-bottom: 0;
  z-index: 1;
  background-clip: text;
  border: none;
}

.info-block {
  position: relative;
  margin-top: 30px;
}
.info-block .info-icon-block {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.info-block .info-icon-block span {
  color: #000;
  font-weight: 300;
  border-bottom: 1px solid;
  font-size: 20px;
  line-height: 1;
}
.info-block .info-icon-block .info-icon {
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e86026;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}
.info-block .info-text-block {
  display: none;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  z-index: 99;
  padding: 52px 25px 28px;
  top: calc(100% + 5px);
  left: 30px;
  pointer-events: none;
  width: 465px;
  font-size: 16px;
}
.info-block .info-text-block.more {
  width: 300px;
}
.info-block .info-text-block.show {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.info-block .info-text-block .title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  min-height: unset;
}
.info-block .info-text-block p {
  margin-block: 15px;
  line-height: 1.2;
}
.info-block .close-btn {
  position: absolute;
  background: #fff;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 15px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prezident-wrap {
  display: flex;
  align-items: center;
  margin-top: max(-25vw, -295px);
  position: relative;
  padding-top: max(3vw, 80px);
}
.prezident-wrap::before {
  content: "";
  display: block;
  background: #f5f5f5;
  border-radius: 10px;
  width: 97%;
  max-width: 1410px;
  position: absolute;
  left: 0;
  top: min(6vw, 130px);
  height: calc(100% - 10vw);
  min-height: 370px;
  z-index: -1;
}
.prezident-wrap .picture-block {
  display: flex;
  max-width: 480px;
  margin-right: 30px;
  justify-content: center;
  flex-grow: 1;
}
.prezident-wrap .picture-block img {
  display: block;
  max-width: 357px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.prezident-wrap .text-block {
  max-width: 1030px;
}
.prezident-wrap .text-block p {
  max-width: 680px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  margin-block: 0 15px;
  margin-right: 7%;
}

@media (max-width: 1100px) {
  .info-block {
    position: initial;
  }
  .info-block .info-text-block.show {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 30px);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  #popupbg {
    display: none;
    background: rgba(0, 0, 0, 0.5098039216);
    z-index: 999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  #popupbg.active {
    display: block;
  }
  .prezident-wrap {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 10px;
    gap: 20px;
    margin-block: 30px;
  }
  .prezident-wrap::before {
    width: 100%;
    top: 6vw;
    height: calc(100% - 6vw);
    padding-bottom: 30px;
  }
  .prezident-wrap .picture-block {
    margin-inline: auto;
    max-width: 350px;
    width: 100%;
  }
  .prezident-wrap .text-block {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .prezident-wrap .text-block p {
    max-width: unset;
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
  }
}
.program-team-title h2 {
  margin-bottom: 0;
}
.program-team-title p {
  margin-top: 10px;
}

.program-team-card-container {
  --_gap: 20px;
  --_row: 5;
  display: flex;
  flex-wrap: wrap;
  gap: var(--_gap);
}
.program-team-card-container .card {
  width: calc((100% - var(--_gap) * (var(--_row) - 1)) / var(--_row));
}
.program-team-card-container .card img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .program-team-card-container {
    --_row: 3;
  }
}
@media (max-width: 767px) {
  .program-team-card-container {
    --_gap: 10px;
    --_row: 2;
  }
}

.program-team-left-card {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e86026;
}
.program-team-left-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.program-team-left-card .title {
  font-weight: 700;
}
.program-team-left-card .desc {
  font-size: 14px;
}
.program-team-left-card .url {
  font-size: 14px;
}

.project-schedule-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
.project-schedule-table .table-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.project-schedule-table .table-row:nth-child(even) {
  background-color: #f9f9f9;
}
.project-schedule-table .table-row:first-child {
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 2px solid #e86026;
}
.project-schedule-table .table-row:hover {
  background-color: #f0f0f0;
}
.project-schedule-table .table-row .table-cell {
  padding: 12px 15px;
}
.project-schedule-table .table-row .table-cell.cell-number {
  flex: 0 0 50px;
  text-align: center;
}
.project-schedule-table .table-row .table-cell.cell-month {
  flex: 0 0 180px;
}
.project-schedule-table .table-row .table-cell.cell-school {
  flex: 1;
}
@media (max-width: 767px) {
  .project-schedule-table .table-row {
    display: block;
  }
  .project-schedule-table .table-row:first-child {
    display: none;
  }
  .project-schedule-table .table-row .cell-number {
    display: none;
  }
  .project-schedule-table .table-row .cell-month {
    padding-bottom: 0;
    font-weight: 700;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main2/css/media.css?17519694858051*/
@charset "UTF-8";
@keyframes phone_anim {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(-30deg);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
  }
}
@media (max-width: 1399px) {
  /* CSS для ширины от 1199px до 1399px */
  main {
    margin-bottom: 100px;
  }
  .header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header__navi {
    width: 100%;
    margin: 10px 0 0;
    order: 10;
    justify-content: space-between;
  }
  .header__navi li {
    margin-right: 20px;
  }
  .header__navi li:last-child .header__navi--second {
    left: -100%;
  }
  .header__navi li .header__navi--second.wide {
    left: unset;
    right: -40px;
    transform: none;
  }
  .section__map {
    padding-left: 50px;
  }
  .section__map .jqvmap-zoomin,
  .section__map .jqvmap-zoomout {
    right: 50px;
  }
  .project {
    padding: 25px 15px 0;
  }
  .project__title {
    font-size: 20px;
  }
  .project__icon {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }
  .footer {
    font-size: 18px;
    padding: 40px;
  }
  .footer__contacts {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__col--museum {
    flex-wrap: wrap;
  }
  .footer__col--museum .museum-address {
    margin-left: 0;
  }
}
/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  /* CSS для ширины от 992px до 1199px */
  body {
    font-size: 18px !important;
  }
  .btn {
    font-size: 18px;
    padding: 13px 30px;
  }
  .regions {
    padding-left: 0;
  }
  .regions__top {
    padding: 0 50px;
    order: 1;
  }
  .regions__left {
    position: relative;
    order: 3;
    width: 100%;
    padding: 0 50px;
  }
  .regions__right {
    height: 600px;
    flex: 1 0 100%;
    order: 2;
  }
  .regions__list {
    width: 100%;
    max-height: 400px;
    display: flex;
    flex-wrap: wrap;
  }
  .regions__list li {
    width: 50%;
  }
  .regions__all {
    bottom: -15px;
  }
  .section-video .video__title a {
    font-size: 18px;
  }
  .project {
    width: calc(50% - 20px);
  }
  .container-project--inner .project {
    width: calc(50% - 20px);
  }
  .section-video {
    margin-top: 100px;
  }
  .section-partners .partners__left {
    max-width: calc(100% - 250px);
  }
  .section-partners .partners__right {
    width: 250px;
  }
  .people-list .people {
    width: calc(33.3333333333% - 20px);
  }
}
/* md-размер (<=991px) */
@media (max-width: 991px) {
  /* CSS для ширины от 768px до 991px */
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section__main_text .text {
    font-size: 26px;
  }
  .section-video > .flex {
    flex-wrap: wrap;
  }
  .section-video .video-left-block {
    flex: 1 0 100%;
  }
  .video-slider-container {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .section-news {
    margin-top: 100px;
  }
  .news {
    width: calc(50% - 15px);
    margin-bottom: 50px;
  }
  .section-about-box {
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .section-about-box .row-text {
    flex-wrap: wrap;
  }
  .section-about-box .row-text .col {
    width: 100%;
  }
  .section-about-box .row-text .col:nth-child(1) {
    max-width: 100%;
  }
  .section-about-box .row-text .col:nth-child(2) {
    margin: 50px 0 0 0;
  }
  .section-partners {
    margin-top: 110px;
  }
  .section-partners.inner .partner {
    width: calc(52% - 30px);
  }
  .page-columns {
    flex-wrap: wrap;
  }
  .page-columns__left, .page-columns__right {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .table.table-3-col .row {
    flex-wrap: wrap;
  }
  .table.table-3-col .row.th {
    display: none;
  }
  .table.table-3-col .one {
    width: auto;
    flex: 1 0 100%;
    padding-bottom: 0;
  }
  .table.table-3-col .two {
    width: 50%;
    text-align: left;
  }
  .table.table-3-col .three {
    width: 50%;
  }
  .row-4 > div {
    width: calc(50% - 10px);
  }
  .contacts .contacts__left,
  .contacts .contacts__right {
    width: 100%;
  }
}
/* sm-размер (<=767px) */
@media (max-width: 767px) {
  /* CSS для ширины от 576px до 767px */
  main {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    background: #2d3740;
  }
  .header {
    padding: 10px 0;
    border-radius: 0;
  }
  .header__logo {
    max-width: 100px;
  }
  .header__navi {
    display: none;
  }
  .section__main_text {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .section__main_text .text {
    font-size: 24px;
  }
  .section__main_text .stats {
    flex-direction: column;
  }
  .regions__top {
    padding: 0;
  }
  .regions__right {
    margin-top: 30px;
    height: 300px;
  }
  .regions__left {
    padding: 0;
  }
  .regions__list {
    margin: 0;
    padding: 0;
  }
  .regions__list li {
    width: 100%;
  }
  .regions__search {
    margin-bottom: 15px;
  }
  .jqvmap-label {
    display: none !important;
  }
  .container-project {
    flex-wrap: wrap;
  }
  .container-project--inner .project {
    width: calc(50% - 10px);
  }
  .section-main-project {
    margin-top: 100px;
  }
  .project {
    padding: 10px;
  }
  .project__title {
    font-size: 16px;
  }
  .project__icon {
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
  .section-about {
    margin-top: 100px;
  }
  .section-about-box {
    padding-left: 0;
    padding-right: 0;
  }
  .section-about-box .orange {
    font-size: 28px;
  }
  .section-about-box .row-text .col:nth-child(1) {
    margin-right: 0;
  }
  .section-news .container:after {
    width: calc(100% - 100px);
  }
  .news-container {
    gap: 20px;
  }
  .news {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .news__date {
    font-size: 16px;
  }
  .news__title {
    margin-top: 5px;
  }
  .news__title a {
    font-size: 18px;
  }
  .news__desc {
    font-size: 16px;
  }
  .row-4 > div {
    width: 100%;
    text-align: center;
  }
  .card--video {
    width: 100% !important;
  }
  .modal {
    padding: 15px;
  }
  .footer {
    padding: 20px;
    font-size: 16px;
  }
  .footer__col {
    width: 100%;
  }
  .footer__col--contacts {
    align-items: center;
  }
  .footer__logo {
    max-width: 120px;
  }
  .footer__copyright {
    margin-top: 10px;
  }
  .section-partners {
    margin-top: 50px;
  }
  .section-partners > .container {
    flex-wrap: wrap;
  }
  .section-partners .partners__left {
    max-width: 100%;
    order: 2;
  }
  .section-partners .partners__right {
    order: 1;
  }
  .section-partners .partners__right:before {
    top: -30px;
  }
  .section-partners .partners__right:after {
    top: -25px;
  }
  .video-slider-container .button-next {
    right: -10px;
  }
  .page-columns__left {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .people-list .people {
    width: calc(50% - 20px);
  }
  .people-list .people__name {
    font-size: 18px;
  }
  .people-list .people__desc {
    font-size: 16px;
  }
  .box-element:before {
    width: 90vw;
    max-width: 100%;
  }
  .box-element--right {
    margin-left: 0;
  }
  .table.table-3-col .two {
    width: 100%;
  }
  .table.table-3-col .three {
    width: 100%;
  }
}
/* xs-размер (<=575px) */
@media (max-width: 575px) {
  /* CSS для ширины до 575px (включительно) */
  .newsfilter-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .newsfilter-wrap .date-block {
    width: 100%;
  }
  .newsfilter-wrap .date-block input[type=text] {
    max-width: 90px;
    font-size: 14px;
  }
  .newsfilter-wrap .text-block {
    width: 100%;
  }
  .newsfilter-wrap .text-block input[type=text] {
    width: calc(100% - 110px);
    flex: unset;
    max-width: 215px;
  }
}

/*# sourceMappingURL=media.css.map */

/* End */
/* /local/templates/main2/css/normalize.css?16716349746485 */
/* /local/templates/main2/css/swiper-bundle.min.css?167163497416484 */
/* /local/templates/main2/css/style.css?175196948550989 */
/* /local/templates/main2/css/media.css?17519694858051 */
