@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

body ol, body ul, body dl {
  list-style: none;
  margin-bottom: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  height: 100%;
  border: 0;
  background: none;
}
button:hover, button:focus {
  outline: none;
}

/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-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, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "Evolventa";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/evolventa-regular/Evolventa-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/evolventa-oblique/Evolventa-Oblique.woff2) format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/evolventa-bold/Evolventa-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Evolventa";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/evolventa-boldoblique/Evolventa-BoldOblique.woff2) format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gothampro-regular/gothampro.woff2) format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/gothampro-medium/gothampro_medium.woff2) format("woff2");
}
@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/gothampro-bold/gothampro_bold.woff2) format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
::-moz-placeholder {
  color: #666;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
:-ms-input-placeholder {
  color: #666;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
::-ms-input-placeholder {
  color: #666;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
::placeholder {
  color: #666;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

::-moz-selection {
  background-color: rgb(255, 106, 0);
  color: #fff;
}

::selection {
  background-color: rgb(255, 106, 0);
  color: #fff;
}

input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #413E39;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 920px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }
}

/* Accessible skip link */
.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transform: translateY(-140%);
      -ms-transform: translateY(-140%);
          transform: translateY(-140%);
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.skip-link:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
}

/* BLOCK: button */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 28px;
  border-radius: 2px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:focus-visible {
  outline: 2px solid #f1ba4f;
  outline-offset: 6px;
}
.btn--outline {
  color: rgb(251, 251, 251);
  text-transform: uppercase;
  background: rgb(255, 106, 0);
  border: 2px solid rgb(255, 106, 0);
}
.btn--outline:hover {
  background: rgb(255, 204, 0);
  border: 2px solid rgb(255, 204, 0);
  color: #FFF;
}
.btn--outline:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

/* Scroll lock helper */
body.is-locked {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* Reduced motion baseline */
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer {
  color: #fff;
}
.footer-top {
  background: #2f8a0a;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav {
  width: 100%;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-item {
  margin: 0;
  padding: 0;
}
.footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 6px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.footer-link:hover {
  color: rgba(255, 255, 255, 0.92);
}
.footer-link:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.footer-link:focus-visible {
  outline: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
}
.footer-link.is-active {
  color: rgb(255, 106, 0);
}
.footer-bottom {
  background: #0d0d0d;
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer-copy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
}
.footer-copy__text {
  white-space: nowrap;
}
.footer-copy__link {
  color: rgb(255, 106, 0);
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.footer-copy__link:hover {
  color: rgb(255, 204, 0);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-copy__link:focus-visible {
  outline: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
}

/* to-top (локально под футер, без "магии") */
.footer .to-top {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(255, 106, 0);
  color: #fff;
  text-decoration: none;
  border: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.footer .to-top:hover {
  -webkit-filter: brightness(1.03);
          filter: brightness(1.03);
}
.footer .to-top:active {
  -webkit-transform: translateY(calc(-50% + 1px));
      -ms-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
}
.footer .to-top:focus-visible {
  outline: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.35);
}
.footer .to-top__icon {
  display: block;
}

.footer-link:hover {
  color: rgb(255, 204, 0);
}

@media (max-width: 1200px) {
  .footer-top {
    min-height: 104px;
  }
  .footer-menu {
    gap: 24px;
  }
}
@media (max-width: 920px) {
  .footer-top {
    min-height: 96px;
  }
  .footer-menu {
    gap: 20px;
  }
  .footer-link {
    font-size: 13px;
    letter-spacing: 0.055em;
  }
}
@media (max-width: 768px) {
  .footer-top {
    min-height: 88px;
  }
  .footer-menu {
    gap: 14px 18px;
  }
  .footer-link {
    font-size: 12px;
    padding: 9px 6px;
  }
  .footer-bottom {
    min-height: 90px;
  }
}
@media (max-width: 480px) {
  .footer-top {
    min-height: 84px;
  }
  .footer-menu {
    gap: 10px 14px;
  }
  .footer-copy {
    font-size: 12px;
    padding: 0 44px 0 0;
  }
  .footer .to-top {
    right: 14px;
    width: 34px;
    height: 34px;
  }
}
.footer .to-top {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 9999;
  position: fixed;
  top: auto;
  right: 18px;
  bottom: 24px;
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
  -webkit-transition: opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 180ms, -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 180ms, -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 180ms;
  transition: opacity 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 180ms, -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.footer .to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer .to-top.is-rotating .to-top__icon {
  -webkit-animation: toTopSpin 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
          animation: toTopSpin 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@-webkit-keyframes toTopSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes toTopSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@media (max-width: 480px) {
  .footer .to-top {
    right: 14px;
    bottom: 16px;
  }
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .footer .to-top {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .footer .to-top.is-rotating .to-top__icon {
    -webkit-animation: none;
            animation: none;
  }
}
/* resources/scss/default/blocks/_header.scss */
/* BLOCK: header */
.header {
  --text: #ffffff;
  --bg: rgba(255, 255, 255, 0.98);
  position: relative;
  z-index: 50;
  color: var(--text);
}
.page-home .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
  background: transparent;
}
body:not(.page-home) .header {
  background: transparent;
  color: #413e39;
}
.header__container {
  max-width: 780px;
  margin: 0 auto;
  padding: 18px 20px 10px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 4px 0 16px;
}
.header__nav {
  padding-bottom: 10px;
}

/* ELEMENT: contact */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.contact__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
body:not(.page-home) .header .contact__label {
  color: #FFF;
}
.contact__value {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(255, 106, 0);
  text-decoration: none;
  white-space: nowrap;
}
.contact__value:hover {
  color: rgb(255, 204, 0);
  text-underline-offset: 4px;
}
.contact__value:focus-visible {
  outline: 2px solid rgb(255, 106, 0);
  outline-offset: 4px;
  border-radius: 6px;
}

/* BLOCK: nav */
.nav__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr auto 1fr 1fr;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  row-gap: 18px;
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 12px;
}
body:not(.page-home) .header .nav__link {
  color: #FFF;
}
.nav__link:hover {
  color: #ffffff;
}
.nav__link:hover svg {
  stroke: rgb(255, 106, 0);
}
body:not(.page-home) .header .nav__link:hover {
  color: rgb(255, 204, 0);
}
.nav__link:focus-visible {
  outline: 2px solid rgb(255, 106, 0);
  outline-offset: 6px;
  border-radius: 10px;
}
.nav__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  color: #ffffff;
}
body:not(.page-home) .header .nav__icon {
  color: #413e39;
}
.nav__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #FFF;
}
.nav__text {
  display: block;
  line-height: 1;
}

/* BLOCK: logo */
.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 200px;
}
.logo img {
  width: 100%;
  height: auto;
}
.logo__placeholder {
  width: 200px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body:not(.page-home) .header .logo__placeholder {
  border-color: rgba(65, 62, 57, 0.25);
  color: rgba(65, 62, 57, 0.75);
  background: #fff;
}
.logo:focus-visible {
  outline: 2px solid rgb(255, 106, 0);
  outline-offset: 6px;
  border-radius: 10px;
}

/* BREAKPOINTS: 1200 / 920 / 768 / 480 */
@media (max-width: 1200px) {
  .header__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 920px) {
  .contact__value {
    font-size: 20px;
  }
  .nav__grid {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .nav__link {
    font-size: 11px;
    gap: 8px;
  }
  .nav__icon {
    width: 26px;
    height: 26px;
  }
  .logo__placeholder {
    width: 180px;
    height: 82px;
  }
}
@media (max-width: 768px) {
  .header__top {
    padding-bottom: 12px;
  }
  .contact__value {
    font-size: 18px;
  }
  .nav__grid {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto 16px auto;
        grid-template-areas: "logo logo" "home catalog" "about contacts";
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 16px;
  }
  .nav__item--logo {
    grid-area: logo;
  }
  .nav__item--home {
    grid-area: home;
  }
  .nav__item--catalog {
    grid-area: catalog;
  }
  .nav__item--about {
    grid-area: about;
  }
  .nav__item--contacts {
    grid-area: contacts;
  }
  .logo__placeholder {
    width: 200px;
    height: 90px;
  }
}
@media (max-width: 768px){
  .nav__item--logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .nav__item--home {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav__item--catalog {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .nav__item--about {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nav__item--contacts {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media (max-width: 480px) {
  .header__container {
    padding-top: 14px;
  }
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 10px;
  }
  .nav__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 14px auto 14px auto 14px auto 14px auto;
        grid-template-areas: "logo" "home" "catalog" "about" "contacts";
    row-gap: 14px;
  }
  .nav__link {
    font-size: 12px;
  }
  .nav__item--logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .nav__item--home {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav__item--catalog {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nav__item--about {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .nav__item--contacts {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
.hero__title,
.hero__subtitle,
.hero [data-hero-cta] {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 56px;
  height: 6px;
  border-radius: 0;
  margin: 0 12px !important;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgb(255, 106, 0);
}
.hero__swiper {
  position: relative;
  width: 100%;
  height: 700px;
  min-height: 700px;
}
.hero__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: transparent;
}
.hero__slide::-moz-selection {
  background-color: transparent;
  color: transparent;
}
.hero__slide::selection {
  background-color: transparent;
  color: transparent;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  pointer-events: none;
}
.hero__content {
  position: absolute;
  left: 50%;
  top: 62%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  will-change: opacity;
  width: min(920px, 100% - 40px);
  text-align: center;
  color: #ffffff;
}
.hero__title {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0.06em;
  font-weight: 900;
  text-transform: uppercase;
}
.hero__subtitle {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
.hero__pagination {
  position: absolute;
  left: 50%;
  bottom: 28px !important;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  border-radius: 0;
  margin: 0 8px !important;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet:focus-visible {
  outline: 2px solid rgb(255, 106, 0);
  outline-offset: 4px;
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgb(255, 106, 0);
  -webkit-transform: scaleX(1.05);
      -ms-transform: scaleX(1.05);
          transform: scaleX(1.05);
}

/* BREAKPOINTS: 1200 / 920 / 768 / 480 */
@media (max-width: 1200px) {
  .hero__title {
    font-size: 56px;
  }
}
@media (max-width: 920px) {
  .hero__swiper {
    min-height: 580px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .hero__swiper {
    min-height: 520px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__subtitle {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .hero__pagination {
    bottom: 22px;
  }
  .hero__content {
    top: 70%;
  }
  .btn {
    padding: 12px 24px;
  }
}
@media (max-width: 480px) {
  .hero__swiper {
    min-height: 900px;
    height: 900px;
  }
  .hero__content {
    top: 73%;
    width: calc(100% - 28px);
  }
  .hero__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .hero__subtitle {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .hero .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 42px;
    height: 6px;
    margin: 0 10px !important;
  }
  .btn {
    width: 100%;
    max-width: 320px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: none;
    transition: none;
  }
  .btn--outline:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  padding: 28px 0 42px;
}
@media (max-width: 920px) {
  .page-header {
    padding: 24px 0 38px;
  }
}
@media (max-width: 768px) {
  .page-header {
    padding: 22px 0 34px;
  }
}
@media (max-width: 480px) {
  .page-header {
    padding: 18px 0 30px;
  }
}

.page-header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.breadcrumbs-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media (max-width: 768px) {
  .breadcrumbs-icon {
    width: 14px;
    height: 14px;
  }
}

.breadcrumbs-label {
  color: rgba(65, 62, 57, 0.7);
}

.breadcrumbs-trail {
  color: rgba(65, 62, 57, 0.95);
}

.crumb-accent {
  color: rgb(255, 106, 0);
}

.page-header-title {
  margin: 0 auto;
  max-width: 980px;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.08;
  color: #2f8a0a;
  font-size: 56px;
}
@media (max-width: 1200px) {
  .page-header-title {
    font-size: 52px;
  }
}
@media (max-width: 920px) {
  .page-header-title {
    font-size: 44px;
    max-width: 820px;
  }
}
@media (max-width: 768px) {
  .page-header-title {
    font-size: 36px;
    max-width: 680px;
  }
}
@media (max-width: 480px) {
  .page-header-title {
    font-size: 28px;
    max-width: 520px;
    letter-spacing: 0.015em;
  }
}

.page-header-subtitle {
  margin: 14px auto 0;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(65, 62, 57, 0.75);
}
@media (max-width: 920px) {
  .page-header-subtitle {
    font-size: 15px;
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  .page-header-subtitle {
    font-size: 14px;
    margin-top: 12px;
    max-width: 640px;
  }
}
@media (max-width: 480px) {
  .page-header-subtitle {
    font-size: 13px;
    margin-top: 10px;
    max-width: 520px;
  }
}

.page-header-decor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 360px;
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.18;
}
@media (max-width: 920px) {
  .page-header-decor {
    width: 300px;
    opacity: 0.16;
  }
}
@media (max-width: 768px) {
  .page-header-decor {
    width: 240px;
    opacity: 0.14;
  }
}
@media (max-width: 480px) {
  .page-header-decor {
    display: none;
  }
}

.about-hero {
  position: relative;
  background: #fff;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  /* декоративные листья как на макете */
}
.about-hero::before, .about-hero::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  opacity: 0.22;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 3vw, 56px);
}

.about-hero__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(260px, 34vw, 520px);
          flex: 0 0 clamp(260px, 34vw, 520px);
  max-width: 370px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 180px;
}

.about-hero__img,
.about-hero__img_rost {
  inset: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  -o-object-position: center;
     object-position: center;
}

.about-hero__img {
  display: none;
}

.about-hero__img_rost {
  display: block;
}

.about-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-hero__content .container {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding-left: clamp(28px, 4vw, 72px);
  padding-right: 24px;
}

.about-hero__title {
  margin: 0 0 18px;
  color: #2f8a0a;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.05;
}

.about-hero__subtitle {
  margin: 18px 0 10px;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 800;
  color: #2f8a0a;
}

.about-hero__p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #413E39;
  max-width: 62ch;
}

.about-hero__list {
  margin: 0 0 16px;
  max-width: 70ch;
}

.about-hero__item {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #413E39;
}
.about-hero__item:first-child {
  margin-top: 0;
}
.about-hero__item strong {
  color: rgb(255, 106, 0);
  font-weight: 800;
}

/* 1200 */
@media (max-width: 1200px) {
  .about-hero__content .container {
    padding-top: 72px;
    padding-bottom: 62px;
  }
  .about-hero__img {
    display: none;
  }
  .about-hero__img_rost {
    display: block;
  }
  .about-hero__media {
    width: 40%;
  }
}
@media (max-width: 920px) {
  .about-hero__media {
    width: 60%;
  }
  .about-hero__inner {
    min-height: 560px;
  }
  .about-hero__content .container {
    max-width: 680px;
    padding-left: clamp(22px, 3.6vw, 56px);
  }
}
/* 768 */
@media (max-width: 768px) {
  .about-hero__img {
    display: block;
  }
  .about-hero__img_rost {
    display: none;
  }
  .about-hero__media {
    width: 40%;
  }
  .about-hero::before {
    opacity: 0.18;
    left: -220px;
    top: -140px;
  }
  .about-hero::after {
    opacity: 0.18;
    right: -260px;
    top: 260px;
  }
  .about-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: unset;
  }
  .about-hero__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    width: 100%;
    position: relative;
    height: clamp(260px, 52vw, 380px);
    top: 0px;
  }
  .about-hero__img {
    position: absolute;
    inset: 0;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .about-hero__content .container {
    max-width: 1200px;
    padding-top: 34px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-hero__p,
  .about-hero__list {
    max-width: none;
  }
}
/* 480 */
@media (max-width: 480px) {
  .about-hero__content .container {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 26px;
    padding-bottom: 34px;
  }
  .about-hero__title {
    font-size: 28px;
  }
  .about-hero__subtitle {
    font-size: 27px;
  }
  .about-hero__p,
  .about-hero__item {
    font-size: 15px;
  }
}
.gallery {
  padding: 0 0 34px;
}
.gallery h2 {
  text-align: center;
}
.gallery .gallery__masonry {
  max-width: 1200px;
  margin: 16px auto 0;
  --gallery-gutter: 18px;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: var(--gallery-gutter);
     -moz-column-gap: var(--gallery-gutter);
          column-gap: var(--gallery-gutter);
}
.gallery .gallery__masonry.is-masonry {
  -webkit-column-count: initial;
     -moz-column-count: initial;
          column-count: initial;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  opacity: 0;
  -webkit-transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity;
}
.gallery .gallery__masonry.is-ready {
  opacity: 1;
}
.gallery .gallery__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin: 0 0 var(--gallery-gutter);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery .gallery__item:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(245, 158, 11, 0.35);
}
.gallery .gallery__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gallery .gallery__item:hover .gallery__img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.gallery .gallery__masonry.is-masonry {
  position: relative;
}
.gallery .gallery__masonry.is-masonry .gallery__item {
  display: block;
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
  margin: 0;
  width: 25%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.gallery .gallery__masonry.is-masonry .gallery__item .gallery__img {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.gallery .gallery__masonry.is-masonry .gallery__item:focus-visible .gallery__img {
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(245, 158, 11, 0.35);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(245, 158, 11, 0.35);
}
@media (max-width: 1200px) {
  .gallery .gallery__masonry {
    --gallery-gutter: 16px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .gallery .gallery__masonry.is-masonry .gallery__item {
    width: 25%;
  }
}
@media (max-width: 920px) {
  .gallery .gallery__masonry {
    --gallery-gutter: 14px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .gallery .gallery__masonry.is-masonry .gallery__item {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 28px 0 54px;
  }
  .gallery .gallery__masonry {
    --gallery-gutter: 12px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .gallery .gallery__masonry.is-masonry .gallery__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery {
    padding: 22px 0 44px;
  }
  .gallery .gallery__masonry {
    --gallery-gutter: 10px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .gallery .gallery__masonry.is-masonry .gallery__item {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery .gallery__masonry.is-masonry {
    -webkit-transition: none;
    transition: none;
  }
  .gallery .gallery__img {
    -webkit-transition: none;
    transition: none;
  }
  .gallery .gallery__item:hover .gallery__img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.catalog {
  padding: 36px 0 60px;
}
@media (max-width: 768px) {
  .catalog {
    padding: 28px 0 48px;
  }
}

.catalog-head {
  margin: 0 0 22px;
}

.catalog-title {
  margin: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.15;
  color: #413E39;
}
@media (max-width: 768px) {
  .catalog-title {
    font-size: 24px;
  }
}

#content .order-popup {
  visibility: hidden;
  display: none;
}

.catalog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.catalog-card {
  width: 100%;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 56px) / 3);
          flex: 1 1 calc((100% - 56px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 46px 36px 40px;
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
          box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
  text-align: center;
}
@media (max-width: 1200px) {
  .catalog-card {
    -ms-flex-preferred-size: calc((100% - 56px) / 3);
        flex-basis: calc((100% - 56px) / 3);
  }
}
@media (max-width: 920px) {
  .catalog-card {
    -ms-flex-preferred-size: calc((100% - 28px) / 2);
        flex-basis: calc((100% - 28px) / 2);
    padding: 42px 32px 38px;
  }
}
@media (max-width: 768px) {
  .catalog-card {
    gap: 2px;
    padding: 40px 28px 34px;
  }
}
@media (max-width: 480px) {
  .catalog-card {
    max-width: 420px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 38px 26px 32px;
  }
}
.catalog-card__title {
  margin: 0 0 22px;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  color: #273142;
}
@media (max-width: 480px) {
  .catalog-card__title {
    font-size: 20px;
  }
}
.catalog-card__media {
  margin: 0 0 26px;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.catalog-card__status {
  margin: 0 0 30px;
  min-height: 78px;
  /* чтобы высота карточек не прыгала */
}
.catalog-card__status-main {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.05;
  color: #f94857;
}
@media (max-width: 480px) {
  .catalog-card__status-main {
    font-size: 32px;
  }
}
.catalog-card__status-sub {
  margin-top: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.1;
  color: #2f8a0a;
}

/* Кнопка в стиле card.png */
.btn--catalog-order {
  width: 100%;
  max-width: 320px;
  padding: 18px 22px;
  border-radius: 4px;
  background: #b7d000;
  border: 2px solid #b7d000;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn--catalog-order:hover {
  -webkit-filter: brightness(0.96);
          filter: brightness(0.96);
}
.btn--catalog-order:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.btn--catalog-order:focus-visible {
  outline: 2px solid #f1ba4f;
  outline-offset: 6px;
}

/* Popup для Fancybox (inline) */
.order-popup {
  padding: 0;
  color: #413E39;
  background: transparent;
}
.order-popup__inner {
  width: min(560px, 100vw - 28px);
  padding: 26px 24px;
  background: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
          box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
}
.order-popup__title {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
}
.order-popup__product {
  font-weight: 800;
}
.order-popup__text {
  margin: 0 0 16px;
  color: rgba(39, 49, 66, 0.78);
  line-height: 1.5;
}
.order-popup__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.order-popup__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #273142;
  text-decoration: none;
  background: rgba(240, 241, 245, 0.9);
  border: 1px solid rgba(39, 49, 66, 0.1);
}
.order-popup__link:hover {
  background: rgb(240, 241, 245);
}
.order-popup__link:focus-visible {
  outline: 2px solid #f1ba4f;
  outline-offset: 4px;
}

.contact-blocks {
  background: #fdb680;
  padding: 64px 0 84px;
  --promo-bg: url(/img/paralax.webp);
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 350px;
  padding: 72px 16px;
  background-image: var(--promo-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 920px) {
  .contact-blocks {
    padding: 52px 0 72px;
  }
}
@media (max-width: 480px) {
  .contact-blocks {
    padding: 44px 0 64px;
  }
}

.contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .contact-cards {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .contact-cards {
    gap: 18px;
  }
}

.contact-card {
  background: #fff;
  width: 100%;
  max-width: 290px;
  min-height: 250px;
  padding: 26px 26px 24px;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-card .icon {
  width: 44px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(255, 106, 0);
  color: #fff;
  border-radius: 0;
  margin-bottom: 16px;
}
.contact-card .icon svg {
  display: block;
}
.contact-card .title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.15;
  color: #413E39;
}
.contact-card .text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(65, 62, 57, 0.65);
}
.contact-card .links a {
  display: block;
  color: rgba(65, 62, 57, 0.72);
  text-decoration: none;
  -webkit-transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-text-decoration-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-card .links a:hover {
  color: #413E39;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(65, 62, 57, 0.35);
          text-decoration-color: rgba(65, 62, 57, 0.35);
  text-underline-offset: 3px;
}
.contact-card .links a:focus-visible {
  outline: 2px solid rgb(255, 204, 0);
  outline-offset: 4px;
}
.contact-card .links .muted {
  color: rgba(65, 62, 57, 0.55);
  font-weight: 500;
}
.contact-card .social {
  margin-top: 4px;
}
.contact-card .social-btn {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(255, 106, 0);
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: background-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contact-card .social-btn:hover {
  background: rgb(255, 204, 0);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.contact-card .social-btn:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.contact-card .social-btn:focus-visible {
  outline: 2px solid rgb(255, 204, 0);
  outline-offset: 4px;
}
@media (max-width: 1200px) {
  .contact-card {
    max-width: 280px;
  }
  .contact-card .title {
    font-size: 19px;
  }
}
@media (max-width: 920px) {
  .contact-card {
    max-width: 420px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 22px);
            flex: 1 1 calc(50% - 22px);
  }
}
@media (max-width: 768px) {
  .contact-card {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .contact-card {
    padding: 22px 20px 20px;
  }
  .contact-card .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }
  .contact-card .title {
    font-size: 18px;
  }
  .contact-card .text {
    font-size: 13.5px;
  }
}

.contact-cta {
  padding: 34px 0 36px;
}
@media (max-width: 920px) {
  .contact-cta {
    padding: 52px 0 72px;
  }
}
@media (max-width: 480px) {
  .contact-cta {
    padding: 44px 0 64px;
  }
}

/* === CTA 2 columns === */
.contact-cta .cta-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-cta .cta-left,
.contact-cta .cta-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 920px) {
  .contact-cta .cta-grid {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .contact-cta .cta-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-cta .cta-left,
  .contact-cta .cta-right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
  }
}
/* === Requisites block === */
.contact-cta .cta-right {
  padding-top: 6px;
}

.contact-cta .cta-right-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 900;
  color: #413E39;
}

.contact-cta .cta-table-wrap {
  overflow: auto;
  /* на очень узких, чтобы не ломало */
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-cta .cta-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.contact-cta .cta-table th,
.contact-cta .cta-table td {
  padding: 4px 12px;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
  line-height: 1.55;
}
.contact-cta .cta-table tr:first-child th,
.contact-cta .cta-table tr:first-child td {
  border-top: 0;
}
.contact-cta .cta-table th {
  width: 42%;
  text-align: left;
  font-weight: 800;
  color: rgba(65, 62, 57, 0.9);
  background: rgba(0, 0, 0, 0.02);
}
.contact-cta .cta-table td {
  color: rgba(65, 62, 57, 0.75);
}
.contact-cta .cta-table td div + div {
  margin-top: 6px;
}

@media (max-width: 480px) {
  .contact-cta .cta-table th,
  .contact-cta .cta-table td {
    padding: 9px 10px;
    font-size: 13.5px;
  }
}
.contact-cta .cta {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.contact-cta .cta-title {
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #2f8a0a;
  font-size: 34px;
  line-height: 1.15;
}
@media (max-width: 920px) {
  .contact-cta .cta-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .contact-cta .cta-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .contact-cta .cta-title {
    font-size: 22px;
  }
}

.contact-cta .cta-lead {
  margin: 0 0 18px;
  color: rgba(65, 62, 57, 0.75);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 480px) {
  .contact-cta .cta-lead {
    font-size: 14px;
  }
}

.contact-cta .cta-subtitle {
  margin: 18px 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: #413E39;
}

.contact-cta .cta-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.contact-cta .cta-list li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  color: rgba(65, 62, 57, 0.75);
  line-height: 1.6;
}
.contact-cta .cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #2f8a0a;
  clip-path: polygon(14% 54%, 0 68%, 35% 100%, 100% 24%, 86% 10%, 35% 72%);
}

.contact-cta .cta-foot {
  margin: 0;
  color: rgba(65, 62, 57, 0.75);
  line-height: 1.65;
}

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

.map {
  background: #fff;
  padding: 0;
  /* карта обычно встык */
}

.map__container {
  margin: 0 auto;
}

/* адаптивная “рамка” под карту */
.map__frame {
  position: relative;
  width: 100%;
  height: 440px;
  /* базовая высота */
  overflow: hidden;
  border-radius: 0;
  /* чтобы подложка была аккуратной до инициализации карты */
  background: #f6f6f6;
  -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

/* скрипт Яндекса вставляет внутрь iframe/div — делаем 100% */
.map__frame > ymaps,
.map__frame > ymaps > ymaps,
.map__frame iframe,
.map__frame > div {
  width: 100% !important;
  height: 100% !important;
}

/* 1200 */
@media (max-width: 1200px) {
  .map__frame {
    height: 420px;
  }
}
/* 920 */
@media (max-width: 920px) {
  .map__frame {
    height: 380px;
  }
}
/* 768 */
@media (max-width: 768px) {
  .map__frame {
    height: 340px;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
            box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  }
}
/* 480 */
@media (max-width: 480px) {
  .map__frame {
    height: 300px;
  }
}
.line {
  --accent: #ff6a00;
  --text: rgba(255, 255, 255, 0.88);
  background: #fff;
}

.line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 324px;
}

.line-card {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: var(--line-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.line-card:nth-child(1) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.line-card:nth-child(1) .line-body {
  text-align: right;
}
.line-card:nth-child(2) {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.line-card:nth-child(2) .line-body {
  text-align: left;
}
.line-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 44%, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.46) 40%, rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0) 80%);
}

.line-body {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  text-align: center;
  padding: 44px 24px 34px;
}

.line-title {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 34px;
  line-height: 1.05;
}

.line-text {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 26.25px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.line-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
  min-width: 120px;
  padding: 12px 26px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  border-radius: 0;
}
.line-btn:hover {
  -webkit-filter: brightness(0.96);
          filter: brightness(0.96);
}
.line-btn:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.line-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

/* 1200 */
@media (max-width: 1200px) {
  .line-body {
    padding-top: 42px;
  }
  .line-title {
    font-size: 32px;
  }
}
/* 920 */
@media (max-width: 920px) {
  .line-wrap {
    min-height: 300px;
  }
  .line-body {
    padding: 40px 18px 30px;
  }
  .line-title {
    font-size: 30px;
  }
  .line-text {
    font-size: 13px;
  }
}
/* 768 */
@media (max-width: 768px) {
  .line-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line-card {
    min-height: 280px;
  }
  .line-card:nth-child(2) {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .line-body {
    width: min(560px, 100%);
  }
}
/* 480 */
@media (max-width: 480px) {
  .line-card {
    min-height: 260px;
  }
  .line-body {
    padding: 34px 16px 28px;
  }
  .line-title {
    font-size: 26px;
  }
  .line-text {
    font-size: 13px;
  }
  .line-btn {
    width: 100%;
    max-width: 260px;
  }
}
.maps {
  position: relative;
  overflow: hidden;
  padding: 78px 0 92px;
}
.maps .maps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}
.maps .maps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}
.maps .maps-row + .maps-row {
  margin-top: 92px;
}
.maps .maps-text {
  max-width: 470px;
  padding-top: 16px;
}
.maps .maps-title {
  margin: 0 0 18px;
  color: #2f8a1c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 44px;
  line-height: 1.06;
}
.maps .maps-desc {
  margin: 0 0 26px;
  color: #6b6b6b;
  font-size: 16px;
}
.maps .maps-actions {
  text-align: left;
}
.maps .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  padding: 0 34px;
  border: 0;
  border-radius: 0;
  background: #ff7a00;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.12s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.12s ease;
  transition: background-color 0.2s ease, transform 0.12s ease;
  transition: background-color 0.2s ease, transform 0.12s ease, -webkit-transform 0.12s ease;
}
.maps .btn:hover {
  background: #ff6a00;
}
.maps .btn:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.maps .btn:focus-visible {
  outline: 3px solid rgba(47, 138, 28, 0.35);
  outline-offset: 3px;
}
.maps .maps-figure {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.maps .maps-figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.maps {
  /* Нижний ряд: на десктопе карта слева, текст справа, заголовок справа, абзац по центру, кнопка справа */
}
.maps .maps-row.bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.maps .maps-row.bottom .maps-figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.maps .maps-text.customers {
  max-width: 560px;
  margin-left: auto;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.maps .maps-text.customers .maps-title {
  text-align: left;
  margin-bottom: 18px;
}
.maps .maps-text.customers .maps-desc {
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  max-width: 560px;
}
.maps .maps-text.customers .maps-actions {
  text-align: left;
}
.maps {
  /* Декор-листья */
}
.maps .maps-leaf {
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgba(47, 138, 28, 0.35);
  border-radius: 60% 40% 60% 40%;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  pointer-events: none;
}
.maps .maps-leaf.leaf-1 {
  top: 24px;
  right: 22px;
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.maps .maps-leaf.leaf-2 {
  top: 140px;
  left: -6px;
  width: 12px;
  height: 12px;
  opacity: 0.35;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.maps .maps-leaf.leaf-3 {
  top: 520px;
  right: 18px;
  width: 14px;
  height: 14px;
  opacity: 0.45;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
.maps {
  /* =========================
   Responsive: 1200 / 920 / 768 / 480
   ========================= */
}
@media (max-width: 1200px) {
  .maps {
    padding: 64px 0 78px;
  }
  .maps .maps-container {
    padding: 0 24px;
  }
  .maps .maps-row {
    gap: 56px;
  }
  .maps .maps-title {
    font-size: 40px;
  }
}
@media (max-width: 920px) {
  .maps .maps-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .maps .maps-row + .maps-row {
    margin-top: 64px;
  }
  .maps .maps-text {
    max-width: none;
    padding-top: 0;
  }
  .maps .maps-figure {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .maps {
    /* На мобилках порядок нормальный: текст -> картинка */
  }
  .maps .maps-row.bottom .maps-figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .maps .maps-figure.russia {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .maps .maps-text.customers {
    margin-left: 0;
    max-width: none;
  }
  .maps .maps-text.customers .maps-title {
    text-align: left;
  }
  .maps .maps-text.customers .maps-desc {
    text-align: left;
    margin-right: auto;
    max-width: none;
  }
  .maps .maps-text.customers .maps-actions {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .maps {
    padding: 54px 0 64px;
  }
  .maps .maps-container {
    padding: 0 18px;
  }
  .maps .maps-title {
    font-size: 34px;
  }
  .maps .maps-desc {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .maps {
    padding: 44px 0 54px;
  }
  .maps .maps-container {
    padding: 0 14px;
  }
  .maps .maps-title {
    font-size: 28px;
  }
  .maps .btn {
    width: 100%;
    padding: 0 18px;
  }
}

.promo-line {
  --promo-bg: url('/img/paralax.webp');
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 350px;
  padding: 72px 16px;
  background-image: var(--promo-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.promo-line::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.promo-line {
  /* inner */
}
.promo-line-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.promo-line {
  /* title */
}
.promo-line-title {
  margin: 0;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.promo-line-title span {
  display: block;
}
@media (hover: none) and (pointer: coarse) {
  .promo-line {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .promo-line {
    background-attachment: scroll;
  }
}

/* ====== MEDIA: 1200 / 920 / 768 / 480 ====== */
@media (max-width: 1200px) {
  .promo-line {
    min-height: 240px;
    padding: 64px 16px;
  }
  .promo-line-title {
    font-size: 48px;
  }
}
@media (max-width: 920px) {
  .promo-line {
    min-height: 220px;
    padding: 56px 16px;
  }
  .promo-line-title {
    font-size: 40px;
    line-height: 1.18;
  }
}
@media (max-width: 768px) {
  .promo-line {
    min-height: 200px;
    padding: 48px 14px;
  }
  .promo-line-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .promo-line {
    min-height: 180px;
    padding: 38px 12px;
  }
  .promo-line-title {
    font-size: 26px;
    line-height: 1.22;
  }
}
.wholesale {
  --title: #2f8a0a;
  --text: #606060;
  position: relative;
  z-index: 2;
  /* как в шаблоне: много воздуха сверху/снизу */
}

.wholesale__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wholesale__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wholesale__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 350px;
}
.wholesale__media img {
  position: absolute;
}

.wholesale__image {
  display: block;
  width: min(520px, 100%);
  height: auto;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wholesale__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 20px;
  background: #FFF;
  border-radius: 40px;
  padding-bottom: 20px;
}

.wholesale__title {
  margin: 0 0 22px;
  color: #2f8a0a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  font-size: 44px;
  max-width: 640px;
}

.wholesale__text {
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
  max-width: 680px;
}
.wholesale__text p {
  margin: 0 0 14px;
}
.wholesale__text p:last-child {
  margin-bottom: 0;
}

.wholesale__btn {
  margin-top: 38px;
}

/* 1200 */
@media (max-width: 1200px) {
  .wholesale__title {
    font-size: 40px;
  }
  .wholesale__image {
    max-height: 500px;
  }
}
/* 920 */
@media (max-width: 920px) {
  .wholesale {
    padding: 64px 0 58px;
  }
  .wholesale__title {
    font-size: 34px;
  }
  .wholesale__media {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
  .wholesale__image {
    max-height: 460px;
  }
}
/* 768 */
@media (max-width: 768px) {
  .wholesale {
    padding: 56px 0 0;
  }
  .wholesale__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .wholesale__content {
    padding-top: 0;
  }
  .wholesale__title {
    font-size: 30px;
    max-width: 100%;
  }
  .wholesale__media {
    display: none;
  }
  .wholesale__image {
    max-height: 420px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .wholesale {
    padding-top: 44px;
  }
  .wholesale__container {
    padding: 0 16px;
  }
  .wholesale__title {
    font-size: 26px;
  }
  .wholesale__text {
    font-size: 14px;
  }
  .wholesale__btn {
    width: 100%;
    max-width: 320px;
  }
  .wholesale__media {
    min-height: 360px;
  }
  .wholesale__image {
    max-height: 360px;
  }
}
[data-margin-bottom-balancer] {
  will-change: margin-bottom;
}

body.contacts .header {
  background-image: url("/img/bg-contacts.webp");
  background-position: center;
  background-size: cover;
}

body.catalog .header {
  background-image: url("/img/bg-contacts.webp");
  background-position: center;
  background-size: cover;
}

body.about .header {
  background-image: url("/img/bg-about.webp");
  background-position: center;
  background-size: cover;
}

.slide-popup-placeholder {
  overflow: hidden;
  height: 0;
}

body {
  position: relative;
  min-height: 100vh;
  background: #fff;
  isolation: isolate;
  --page-side-bg-width: 260px;
  --page-side-bg-opacity: 1;
}

.main-wrap::before {
  -webkit-box-shadow: inset -29px 1px 16px -5px #FFF;
          box-shadow: inset -29px 1px 16px -5px #FFF;
}

.main-wrap::after {
  -webkit-box-shadow: inset 29px -1px 16px -5px #FFF;
          box-shadow: inset 29px -1px 16px -5px #FFF;
}

.main-wrap::before,
.main-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--page-side-bg-width);
  pointer-events: none;
  z-index: -1;
  opacity: var(--page-side-bg-opacity);
  background-repeat: repeat-y;
  background-size: auto;
}

.main-wrap::before {
  left: 0;
  background-image: url("../img/bg/bg-veg-left.png");
  background-position: top left;
}

.main-wrap::after {
  right: 0;
  background-image: url("../img/bg/bg-veg-right.png");
  background-position: top right;
}

@media (min-width: 1200px) {
  .main-wrap {
    --page-side-bg-width: 240px;
  }
}
@media (max-width: 1200px) {
  .main-wrap {
    --page-side-bg-width: 120px;
  }
}
@media (max-width: 920px) {
  .main-wrap {
    --page-side-bg-width: 40px;
  }
}
@media (max-width: 480px) {
  .main-wrap::before,
  .main-wrap::after {
    display: none;
  }
}
/**** DEFAULT ****/
@media screen and (max-width: 1700px) {
  .header-top-fixed .hide-on-1600 {
    display: none;
  }
  .header-top-fixed .main-menu__list > li {
    font-size: 16px;
  }
  .main-menu__list > li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1601px) {
  /** DEFAULT **/
  .show-on-1600 {
    display: none !important;
  }
  /** /DEFAULT **/
}
@media screen and (min-width: 1501px) {
  /** DEFAULT **/
  .show-on-1500 {
    display: none;
  }
  /** /DEFAULT **/
}
@media screen and (max-width: 1620px) {
  /** DEFAULT **/
  .hide-on-1620 {
    display: none !important;
  }
  .show-on-1620 {
    display: block !important;
  }
}
@media screen and (max-width: 1600px) {
  /** DEFAULT **/
  .header-top-fixed .hide-on-1500 {
    display: none;
  }
  .hide-on-1600 {
    display: none !important;
  }
  .show-on-1600 {
    display: block !important;
  }
  .about-header__content_wrap_inner {
    padding-bottom: 1.5%;
  }
  /** /DEFAULT **/
}
@media screen and (max-width: 1500px) and (min-width: 992px) {
  .aside-maintenance-menu .aside-item__to_top_button {
    bottom: 185px;
  }
  .article__aside_inner_rails_item_inner_data {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 1500px) {
  /** DEFAULT **/
  .header-info {
    width: 82.81%;
  }
  .header__main_logo {
    width: 18.19%;
  }
  .hide-on-1500 {
    display: none;
  }
  .header-top-fixed .header__main_logo {
    width: 13.19%;
  }
  .header-top-fixed .header-info {
    width: 86.81%;
  }
  .header-top-fixed .hide-on-1300 {
    display: none;
  }
  /** /DEFAULT **/
}
@media screen and (min-width: 1401px) {
  /** DEFAULT **/
  .show-on-1400 {
    display: none !important;
  }
  /** /DEFAULT **/
}
@media screen and (max-width: 1460px) {
  li.hide-on-1460 {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  /** DEFAULT **/
  .show-on-1400 {
    display: block;
  }
  .main-menu__list li.hide-on-1400,
  .hide-on-1400 {
    display: none;
  }
  .about-header {
    background-position: 140% 0;
  }
  .about-header__company_desc {
    font-size: 22px;
  }
  .error-page__desc {
    font-size: 22px;
  }
  .about-header__content_inner {
    width: 50%;
  }
  .about-header__content_wrap_inner {
    padding-bottom: 45px;
  }
  .calculation__icon {
    display: none;
  }
  .header-top-fixed .header__main_logo {
    width: 18.19%;
  }
  .header-top-fixed .header-info {
    width: 82.81%;
  }
}
@media screen and (max-width: 1350px) {
  .social__btn_md {
    padding: 8px;
  }
  .social__btn_md .social__btn-text {
    display: none;
  }
  .social__btn_md .social__btn-icon {
    width: 18px;
    height: 18px;
  }
  .social__btn-icon_telegram {
    position: relative;
    right: 1px;
    top: 1px;
  }
  .header-social__btn {
    margin-right: 15px;
  }
  .social__btn-icon_whatsapp {
    position: relative;
    left: 1px;
  }
}
@media screen and (min-width: 1301px) {
  /** DEFAULT **/
  .show-on-1300 {
    display: none;
  }
  /** /DEFAULT **/
}
@media screen and (max-width: 1300px) {
  /** DEFAULT **/
  .show-on-1300 {
    display: block;
  }
  .hide-on-1300 {
    display: none;
  }
  /** /DEFAULT **/
  /** ABOUT **/
  .about-blog__image {
    max-width: 360px;
    z-index: 3;
  }
  .about-blog .about-blog__image {
    right: 30px !important;
  }
  .about-blog.red .about-blog__text {
    max-width: 610px;
  }
  .about-blog.green .about-blog__text {
    max-width: 620px;
  }
  /** /ABOUT **/
}
@media screen and (min-width: 1201px) {
  /** DEFAULT **/
  .show-on-1200 {
    display: none !important;
  }
  /** /DEFAULT **/
}
@media screen and (max-width: 1200px) {
  /** DEFAULT **/
  .show-on-1200 {
    display: block;
  }
  .hide-on-1200 {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .extended-multimenu__description {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .about-header {
    background-position: 190% 0;
  }
  .about-blog {
    overflow: hidden;
    min-height: inherit;
  }
  .about-blog__image {
    display: none;
  }
  .consultation__sidebar_wrap {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .calculate-advants__item {
    position: relative;
  }
  .calculate-advants__icon {
    position: absolute;
    display: block;
    opacity: 0.25;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    top: 18px;
    min-width: 80px;
  }
}
@media screen and (max-width: 992px) and (min-width: 577px) {
  .footer__top_inner_wrap_col_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__top_company_body,
  .footer__top_company_footer,
  .footer__top_main_top {
    width: 50%;
  }
  .footer__top_menu_block {
    width: 50%;
  }
  .footer__top_company,
  .footer__top_menu {
    max-width: none;
  }
  .footer__top_company .footer__top_inner_wrap_col_inner,
  .footer__top_menu .footer__top_inner_wrap_col_inner {
    max-width: none;
    width: 100%;
  }
  /**** /ABOUT ****/
  .about-header__content_inner {
    width: 100%;
  }
  /**** /ABOUT ****/
}
@media screen and (max-width: 840px) {
  .social__btn_md .social__btn-text {
    display: none !important;
  }
}
@media screen and (max-width: 380px) {
  .service-contact-phone .service-contact-phone__inner a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  /**** /CALCULATE PREFILLED  ****/
}
@media screen and (min-width: 993px) {
  .show-on-992 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /**** /CALCULATE PREFILLED  ****/
}
@media screen and (max-width: 768px) {
  /**** /CALCULATE PREFILLED  ****/
}
@media screen and (max-width: 640px) {
  .big-list .popup-price-attr__inner_list_item {
    padding: 0;
  }
  .big-list .popup-price-attr__img {
    width: 110%;
  }
  .big-list .popup-price-attr__inner_list_item_name {
    padding: 10px 0 0 0px;
  }
}
@media screen and (max-width: 600px) {
  /**** REVIEW LETTERS  ****/
  .review-letters__title {
    font-size: 28px;
    line-height: 36px;
  }
  .review-letters__about {
    max-width: 300px;
  }
  .review-letters__letter-set {
    width: calc(100% - 300px);
  }
  /**** /REVIEW LETTERS  ****/
}
@media screen and (max-width: 576px) {
  /**** /CALCULATE PREFILLED  ****/
}
@media screen and (max-width: 480px) {
  /**** /CALCULATE PREFILLED  ****/
}
@media screen and (max-width: 420px) {
  .header-top-fixed .header-info {
    width: 50%;
  }
  .header-top-fixed .header__main_logo {
    width: 50%;
    min-width: 160px;
  }
  .header-top-fixed .header .logo__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-top-fixed .header .logo__info_subtitle {
    width: auto;
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 380px) {
  .pricelist-related-service__picture {
    display: none;
  }
  .pricelist-related-service__info {
    width: 100%;
  }
  .pricelist-related-service__header {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 340px) {
  /**** /CALCULATE PREFILLED  ****/
}
.aside-item__to_top_button_text {
  position: relative;
  bottom: 5px;
}

.aside-item__to_top_button_row {
  width: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.aside-item__to_top_button_row svg {
  fill: #FFF;
}

.aside-item__to_top_button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #ffc107;
  color: #FFF;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  border: 0;
  opacity: 0;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 150px;
  right: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 20;
}
.aside-item__to_top_button:focus, .aside-item__to_top_button:active {
  outline: none;
}
.aside-item__to_top_button:hover {
  opacity: 1;
  color: #FFF !important;
}

.aside-maintenance-menu .aside-item__to_top_button {
  visibility: visible;
  opacity: 1;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

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

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

.panzoom__controls {
  position: absolute;
  top: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}

.panzoom__button {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: #eee;
}

@media (hover: hover) {
  .panzoom__button:hover {
    background: #ccc;
  }
}
.panzoom__button svg {
  vertical-align: top;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.panzoom {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panzoom__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1px;
  margin: auto;
}

.panzoom__content {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: none;
  transition: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}