@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: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/manrope/Manrope-ExtraLight.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/manrope/Manrope-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/manrope/Manrope-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/manrope/Manrope-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/manrope/Manrope-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/manrope/Manrope-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/manrope/Manrope-ExtraBold.woff2) format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
  font-family: "Manrope", sans-serif;
}
::-moz-placeholder {
  color: #666;
  font-family: "Manrope", sans-serif;
}
:-ms-input-placeholder {
  color: #666;
  font-family: "Manrope", sans-serif;
}
::-ms-input-placeholder {
  color: #666;
  font-family: "Manrope", sans-serif;
}
::placeholder {
  color: #666;
  font-family: "Manrope", sans-serif;
}

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

::selection {
  background-color: #f46e49;
  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: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #253137;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #f7f9fa;
}

a {
  color: #69c;
}

a.accent {
  color: #C94F3D;
}

a.accent:hover {
  color: #C94F3D;
}

a:hover {
  text-decoration: none;
  color: #3d85cc;
}

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

/* 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;
}

.page-header {
  background: #EBEEF0;
  color: #253137;
  position: relative;
  z-index: 20;
}
.page-header a {
  color: inherit;
  text-decoration: none;
}
.page-header__top {
  background: #CED7DB;
  border-bottom: 1px solid rgba(37, 49, 55, 0.06);
}
.page-header__body {
  padding: 14px 0 28px;
}
.page-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 18px;
}
.page-header__nav {
  margin-top: 22px;
}

.meta-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 34px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.meta-nav__link {
  font-size: 13px;
  line-height: 1.35;
  color: #253137;
  -webkit-transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.meta-nav__link:hover, .meta-nav__link:focus {
  color: #f46e49;
}

.brand-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  min-width: 245px;
}
.brand-panel__mark {
  width: 50px;
  height: 50px;
  min-width: 30px;
}
.brand-panel__main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  max-width: 280px;
}
.brand-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}
.brand-panel__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  max-width: 220px;
}
.brand-panel__subtitle {
  font-size: 11px;
  line-height: 1.25;
  color: #f46e49;
  text-transform: lowercase;
  max-width: 220px;
}
.brand-panel__location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 14px;
  line-height: 1.3;
}
.brand-panel__location-icon {
  width: 14px;
  height: 14px;
  border: 2px solid #7d8b92;
  border-radius: 50% 50% 50% 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
}
.brand-panel__location-icon::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7d8b92;
  top: 3px;
  left: 3px;
}

.coverage-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  max-width: 255px;
}
.coverage-panel__text {
  font-size: 13px;
  line-height: 14px;
  max-width: 170px;
}

.contact-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  margin-left: auto;
  min-width: 190px;
}
.contact-panel__phone {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  color: #253137;
  text-decoration: underline !important;
}
.contact-panel__phone:hover {
  color: #f46e49;
}
.contact-panel__note {
  font-size: 14px;
  line-height: 1.3;
  color: #ccb589;
}
.contact-panel__time {
  font-size: 14px;
  line-height: 1.3;
  color: #7d8b92;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links__link {
  width: 44px;
  height: 44px;
  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;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.social-links__link:hover, .social-links__link:focus {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 14px 22px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 22px rgba(0, 0, 0, 0.12);
  color: #fff;
  opacity: 0.8;
}
.social-links__link--vk {
  background-image: url("/img/max.svg");
  background-size: 32px;
  background-color: #6a46ff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.social-links__link--tg {
  background-image: url("/img/telegram.svg");
  background-size: 24px;
  background-color: #24A1DE;
  background-repeat: no-repeat;
  background-position: 38% 50%;
}
.social-links__link--wa {
  background-image: url("/img/whatsapp.svg");
  background-size: 27px;
  background-color: #25b341;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.button {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0 22px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: background-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms cubic-bezier(0.2, 0.8, 0.2, 1), color 280ms 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);
}
.button:hover, .button:focus {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.button__icon path {
  fill: #f46e49;
  -webkit-transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.button__icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  bottom: 1px;
}
.button--outline {
  border-color: #f46e49;
  color: #f46e49;
}
.button--outline:hover path {
  fill: #FFF;
}
.button--outline:hover, .button--outline:focus {
  background: rgba(244, 110, 73, 0.06);
  color: #FFF;
  background: #D64431;
  border-color: #D64431;
}
.button--consultation {
  min-width: 268px;
}

.button__consultation_text {
  white-space: nowrap;
}

.service-nav {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 6px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.service-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-nav__item {
  position: relative;
}
.service-nav__link, .service-nav__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  color: #253137;
  cursor: pointer;
  -webkit-transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-nav__link:hover, .service-nav__link:focus, .service-nav__toggle:hover, .service-nav__toggle:focus {
  color: #f46e49;
}
.service-nav__arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-1px);
      -ms-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-nav__dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service-nav.is-open .service-nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.service-nav.is-open .service-nav__toggle .service-nav__arrow {
  -webkit-transform: rotate(-135deg) translate(-1px, -1px);
      -ms-transform: rotate(-135deg) translate(-1px, -1px);
          transform: rotate(-135deg) translate(-1px, -1px);
}

.mega-menu {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 32px 30px;
  -webkit-box-shadow: 0 16px 36px rgba(37, 49, 55, 0.08);
          box-shadow: 0 16px 36px rgba(37, 49, 55, 0.08);
}
.mega-menu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.35fr 1fr 1fr;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 0 26px;
}
.mega-menu__column {
  min-width: 0;
}
.mega-menu__column + .mega-menu__column {
  border-left: 1px solid #dde4e7;
  padding-left: 26px;
}
.mega-menu__group + .mega-menu__group {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #dde4e7;
}
.mega-menu__title {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #c4aa82;
}
.mega-menu__lists--double {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.mega-menu__item {
  line-height: 18px;
}
.mega-menu__list {
  margin: 0;
  color: #253137;
}
.mega-menu__list li + li {
  margin-top: 12px;
}
.mega-menu__list::marker {
  font-weight: 800;
}
.mega-menu__link {
  font-size: 14px;
  line-height: 1.32;
  font-weight: 600;
  color: #253137;
  -webkit-transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: color 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mega-menu__link:hover, .mega-menu__link:focus {
  color: #f46e49;
}

/* 1200 */
@media (max-width: 1200px) {
  .coverage-panel {
    display: none;
  }
  .page-header__main {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .meta-nav__list {
    gap: 12px 24px;
  }
  .contact-panel {
    min-width: 190px;
  }
  .button--consultation {
    min-width: 220px;
  }
  .service-nav {
    padding: 5px 18px;
  }
  .service-nav__list {
    gap: 8px 16px;
  }
  .service-nav__link, .service-nav__toggle {
    font-size: 12px;
  }
  .mega-menu {
    padding: 26px 24px 28px;
  }
  .mega-menu__grid {
    -ms-grid-columns: 1.2fr 1fr 1fr;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 0 22px;
  }
  .mega-menu__column + .mega-menu__column {
    padding-left: 22px;
  }
}
/* 992 */
@media (max-width: 992px) {
  .page-header__body {
    padding-bottom: 22px;
  }
  .page-header__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brand-panel {
    min-width: 220px;
  }
  .coverage-panel {
    max-width: 100%;
  }
  .contact-panel {
    margin-left: 0;
  }
  .social-links {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .button--consultation {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: none;
  }
  .service-nav {
    padding: 5px 18px;
  }
  .service-nav__list {
    gap: 8px 14px;
  }
  .service-nav__dropdown {
    top: calc(100% + 14px);
  }
  .mega-menu__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
  .mega-menu__column:nth-child(3) {
    grid-column: 1/-1;
    border-left: 0;
    padding-left: 0;
    padding-top: 24px;
    border-top: 1px solid #dde4e7;
  }
}
/* 768 */
@media (max-width: 768px) {
  .page-header__top {
    display: none;
  }
  .page-header__body {
    padding: 16px 0 18px;
  }
  .page-header__main {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 16px;
  }
  .page-header__nav {
    margin-top: 18px;
  }
  .brand-panel,
  .coverage-panel,
  .contact-panel {
    max-width: 100%;
    min-width: 0;
  }
  .social-links {
    gap: 10px;
    width: 45%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .button {
    width: calc(55% - 15px);
  }
  .button--consultation {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-nav {
    padding: 4px 0;
  }
  .service-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4px;
  }
  .service-nav__item {
    width: 100%;
  }
  .service-nav__link, .service-nav__toggle {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 16px;
    font-size: 15px;
  }
  .service-nav__dropdown {
    position: static;
    width: 100%;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding-top: 0 !important;
  }
  .service-nav.is-open .service-nav__dropdown {
    display: block;
  }
  .service-nav__item--has-dropdown {
    display: block;
  }
  .mega-menu {
    padding: 18px 10px 10px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mega-menu__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .mega-menu__column {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  .mega-menu__lists--double {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .mega-menu__group {
    padding: 18px;
    border-radius: 14px;
    background: #f4f6f7;
    border: 1px solid #dde4e7;
  }
  .mega-menu__group + .mega-menu__group {
    margin-top: 18px;
    padding-top: 18px;
  }
  .mega-menu__title {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .mega-menu__list {
    padding-left: 20px;
  }
  .mega-menu__list li + li {
    margin-top: 10px;
  }
}
/* 576 */
@media (max-width: 576px) {
  .brand-panel__main {
    max-width: 100%;
  }
  .brand-panel__title {
    font-size: 16px;
  }
  .social-links {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .coverage-panel__text {
    font-size: 14px;
  }
  .contact-panel__phone {
    font-size: 18px;
  }
  .contact-panel__note, .contact-panel__time {
    font-size: 13px;
  }
  .service-nav {
    border-radius: 16px;
  }
  .service-nav__link, .service-nav__toggle {
    font-size: 14px;
  }
  .mega-menu__group {
    padding: 16px;
  }
  .mega-menu__link {
    font-size: 14px;
  }
  .button {
    width: 100%;
  }
}
/* 480 */
@media (max-width: 480px) {
  .page-header__body {
    padding-top: 14px;
  }
  .brand-panel, .contact-panel {
    width: calc(50% - 3px);
  }
  .brand-panel__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .brand-panel__mark {
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .brand-panel__title {
    font-size: 15px;
    max-width: 100%;
  }
  .brand-panel__subtitle {
    font-size: 10px;
    max-width: 100%;
  }
  .brand-panel__location {
    font-size: 13px;
  }
  .coverage-panel {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .coverage-panel__flag {
    -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
    width: 48px;
    height: 30px;
  }
  .social-links {
    display: none;
  }
  .social-links__link {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  .button {
    padding: 0 16px;
    font-size: 14px;
  }
  .service-nav {
    padding: 12px;
  }
  .service-nav__link, .service-nav__toggle {
    padding: 10px 0;
  }
  .brand-panel__title {
    font-size: 12px;
  }
  .brand-panel__subtitle {
    display: none;
  }
  .brand-panel__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* 340 */
@media (max-width: 340px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .brand-panel__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-panel__phone {
    font-size: 16px;
  }
  .button {
    font-size: 13px;
    min-height: 40px;
  }
  .mega-menu__group {
    padding: 14px;
  }
  .mega-menu__link {
    font-size: 13px;
    line-height: 1.3;
  }
}
.fast {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .fast {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .fast {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .fast {
    padding: 36px 0;
  }
}
.fast__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media (max-width: 992px) {
  .fast__inner {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .fast__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 28px;
  }
}
.fast__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 520px;
  aspect-ratio: 1/1;
  border-radius: 28px;
  overflow: hidden;
  background: #EBEEF0;
}
@media (max-width: 992px) {
  .fast__media {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    border-radius: 22px;
  }
}
@media (max-width: 768px) {
  .fast__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .fast__media {
    border-radius: 18px;
  }
}
.fast__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fast__badge {
  position: absolute;
  top: 14%;
  right: -28px;
  width: 124px;
  height: 124px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 14px 30px rgba(37, 49, 55, 0.18);
          box-shadow: 0 14px 30px rgba(37, 49, 55, 0.18);
  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: #253137;
}
.fast__badge svg {
  width: 64%;
  height: 64%;
  fill: currentColor;
  stroke: currentColor;
}
@media (max-width: 992px) {
  .fast__badge {
    width: 96px;
    height: 96px;
    right: -18px;
  }
}
@media (max-width: 480px) {
  .fast__badge {
    width: 76px;
    height: 76px;
    right: -10px;
    top: 10%;
  }
}
.fast__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.fast__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #253137;
  margin: 0 0 32px;
}
@media (max-width: 992px) {
  .fast__title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .fast__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .fast__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.fast__title--accent {
  color: #ccb589;
}
.fast__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  position: relative;
}
.fast__list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: 14px;
  width: 0;
  border-left: 2px dashed rgba(204, 181, 137, 0.55);
}
@media (max-width: 768px) {
  .fast__list {
    margin-bottom: 24px;
  }
}
.fast__item {
  position: relative;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fast__item + .fast__item {
  margin-top: 22px;
}
@media (max-width: 480px) {
  .fast__item {
    padding-left: 26px;
  }
  .fast__item + .fast__item {
    margin-top: 18px;
  }
}
.fast__marker {
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccb589;
  -webkit-box-shadow: 0 0 0 4px rgba(204, 181, 137, 0.18);
          box-shadow: 0 0 0 4px rgba(204, 181, 137, 0.18);
}
.fast__item-body {
  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;
}
.fast__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #253137;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .fast__item-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .fast__item-title {
    font-size: 16px;
  }
}
.fast__item-desc {
  font-size: 15px;
  font-weight: 400;
  color: rgba(37, 49, 55, 0.7);
  line-height: 1.45;
}
@media (max-width: 480px) {
  .fast__item-desc {
    font-size: 14px;
  }
}
.fast__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  background: #fff;
  border: 1px solid #EBEEF0;
  border-radius: 12px;
  padding: 6px;
  max-width: 560px;
  -webkit-box-shadow: 0 8px 24px rgba(37, 49, 55, 0.06);
          box-shadow: 0 8px 24px rgba(37, 49, 55, 0.06);
}
@media (max-width: 480px) {
  .fast__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 14px;
    padding: 10px;
    gap: 10px;
  }
}
.fast__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 18px;
  min-width: 0;
  margin-bottom: 0;
}
.fast__field-flag {
  font-size: 18px;
  line-height: 1;
}
.fast__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: transparent;
  font: 500 16px/1 "Manrope", sans-serif;
  color: #253137;
  padding: 14px 0;
  min-width: 0;
}
.fast__input::-webkit-input-placeholder {
  color: rgba(37, 49, 55, 0.45);
}
.fast__input::-moz-placeholder {
  color: rgba(37, 49, 55, 0.45);
}
.fast__input:-ms-input-placeholder {
  color: rgba(37, 49, 55, 0.45);
}
.fast__input::-ms-input-placeholder {
  color: rgba(37, 49, 55, 0.45);
}
.fast__input::placeholder {
  color: rgba(37, 49, 55, 0.45);
}
.fast__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  background: #ccb589;
  color: #fff;
  font: 700 14px/1 "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0 28px;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 50px;
}
.fast__btn:hover {
  background: #553023;
}
.fast__btn:focus-visible {
  -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);
  outline: none;
}
.fast__btn:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 480px) {
  .fast__btn {
    padding: 14px 28px;
    border-radius: 14px;
  }
}
.fast__notice {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(37, 49, 55, 0.55);
  max-width: 560px;
}
.fast__notice a {
  color: #ccb589;
  text-decoration: none;
  border-bottom: 1px solid rgba(204, 181, 137, 0.4);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fast__notice a:hover {
  color: #553023;
  border-bottom-color: #553023;
}

/* ============================================================
   Block: hero-services
   ============================================================ */
.hero-services {
  position: relative;
  background-color: #EBEEF0;
  padding: 100px 0 150px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero-services {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .hero-services {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .hero-services {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .hero-services {
    padding: 36px 0;
  }
}

/* Картинка-документ — прижата к правому краю viewport, без карточки */
.hero-services__media {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46%;
  height: 100%;
  background-image: url("../img/bg-d4.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hero-services__media {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .hero-services__media {
    width: 42%;
    opacity: 0.85;
  }
}
.hero-services__media {
  /* На планшете и ниже — уводим в фон, чтобы не мешало */
}
@media (max-width: 768px) {
  .hero-services__media {
    position: absolute;
    top: 0;
    right: -10%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    opacity: 0.18;
  }
}
@media (max-width: 480px) {
  .hero-services__media {
    opacity: 0.12;
    right: -20%;
    width: 90%;
  }
}

.hero-services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Контентная зона — поверх картинки */
.hero-services__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1500px) {
  .hero-services__content {
    max-width: 670px;
  }
}
@media (max-width: 1200px) {
  .hero-services__content {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .hero-services__content {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .hero-services__content {
    max-width: 100%;
  }
}

/* Заголовок */
.hero-services__title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #253137;
  margin: 0 0 16px;
}
@media (max-width: 1200px) {
  .hero-services__title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .hero-services__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .hero-services__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hero-services__title {
    font-size: 24px;
  }
}

.hero-services__title-accent {
  color: #ccb589;
}

.hero-services__subtitle {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(37, 49, 55, 0.72);
  margin: 0 0 48px;
  max-width: 480px;
}
@media (max-width: 768px) {
  .hero-services__subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

/* ============================================================
   Плитки — БЕЗ карточек, плоский список
   ============================================================ */
.hero-services__tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
}
@media (max-width: 768px) {
  .hero-services__tiles {
    gap: 28px 20px;
  }
}

.hero-services__tile {
  /* 3 в ряд на десктопе, 2 на планшете, 2 на мобиле */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 48px) / 5);
          flex: 0 0 calc((100% - 48px) / 5);
}
@media (max-width: 992px) {
  .hero-services__tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 49px) / 3);
            flex: 0 0 calc((100% - 49px) / 3);
  }
}
@media (max-width: 480px) {
  .hero-services__tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 340px) {
  .hero-services__tile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.hero-services__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  color: #253137;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hero-services__link:hover {
  text-decoration: none;
}
.hero-services__link:hover .hero-services__icon {
  color: #553023;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hero-services__link:hover .hero-services__label {
  color: #f46e49 !important;
}
.hero-services__link:focus-visible {
  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);
  border-radius: 4px;
}

/* Иконка — без фоновой плашки, плоско */
.hero-services__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ccb589;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hero-services__icon svg {
  width: 44px;
  height: 44px;
  display: block;
}
@media (max-width: 768px) {
  .hero-services__icon svg {
    width: 38px;
    height: 38px;
  }
}

.hero-services__label {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #253137;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hero-section {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px;
}
.hero-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-section__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 470px) minmax(0, 1fr);
  grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  min-height: 470px;
}
.hero-section__content {
  position: relative;
  z-index: 2;
  padding: 0px 0 18px 0;
}
.hero-section__title {
  margin: 0 0 34px;
  font-size: 45px;
  line-height: 1.08;
  font-weight: 700;
  color: #253137;
  letter-spacing: -0.02em;
  max-width: 560px;
}
.hero-section__features {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 525px;
}
.hero-section__feature {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.45;
  color: #2f2f2f;
}
.hero-section__feature:not(:last-child) {
  margin-bottom: 20px;
}
.hero-section__feature::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ccb589;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}
.hero-section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}
.hero-section__button {
  min-width: 190px;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  -webkit-transition: background-color all 0.2s ease-in-out, border-color all 0.2s ease-in-out, color all 0.2s ease-in-out, -webkit-transform all 0.2s ease-in-out;
  transition: background-color all 0.2s ease-in-out, border-color all 0.2s ease-in-out, color all 0.2s ease-in-out, -webkit-transform all 0.2s ease-in-out;
  transition: background-color all 0.2s ease-in-out, border-color all 0.2s ease-in-out, color all 0.2s ease-in-out, transform all 0.2s ease-in-out;
  transition: background-color all 0.2s ease-in-out, border-color all 0.2s ease-in-out, color all 0.2s ease-in-out, transform all 0.2s ease-in-out, -webkit-transform all 0.2s ease-in-out;
}
.hero-section__button:hover, .hero-section__button:focus-visible {
  background: #f46e49;
  color: #FFF;
  border-color: #f46e49;
}
.hero-section__button--primary {
  background: #ccb589;
  border-color: #ccb589;
  color: #FFF;
}
.hero-section__button--secondary {
  background: transparent;
  border-color: #ccb589;
  color: #2f2f2f;
}
.hero-section__media {
  position: relative;
  min-width: 0;
}
.hero-section__media-shell {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0) 18%), linear-gradient(135deg, #f2f2f2 0%, #d6d6d6 42%, #bbbbbb 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), inset 70px 0 65px rgba(255, 255, 255, 0.82), inset -70px 0 65px rgba(255, 255, 255, 0.82), inset 0 0 38px rgba(255, 255, 255, 0.55);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), inset 70px 0 65px rgba(255, 255, 255, 0.82), inset -70px 0 65px rgba(255, 255, 255, 0.82), inset 0 0 38px rgba(255, 255, 255, 0.55);
}
.hero-section__media-shell-img {
  width: 100%;
  height: auto;
}
.hero-section__media-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
  -webkit-box-shadow: inset 0px 0px 20px 70px #FFF;
          box-shadow: inset 0px 0px 20px 70px #FFF;
  border-radius: 20%;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 540px) {
  .hero-section__media-shell::before {
    -webkit-box-shadow: inset 0px 0px 20px 30px #FFF;
            box-shadow: inset 0px 0px 20px 30px #FFF;
  }
}
.hero-section__media-shell::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  pointer-events: none;
}
.hero-section__media-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  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;
  padding: 32px;
  background: radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 16%), radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 14%), linear-gradient(135deg, #ccb589 0%, #ccb589 100%);
}
.hero-section__media-label {
  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: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(37, 49, 55, 0.7);
  background: rgba(255, 255, 255, 0.74);
  -webkit-box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
          box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

/* 1200px */
@media (max-width: 1200px) {
  .hero-section__layout {
    -ms-grid-columns: minmax(0, 440px) minmax(0, 1fr);
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
    gap: 24px;
    min-height: 430px;
  }
  .hero-section__title {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 430px;
  }
}
/* 992px */
@media (max-width: 992px) {
  .hero-section {
    padding: 18px 0 26px;
  }
  .hero-section__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero-section__layout {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 22px;
    min-height: unset;
  }
  .hero-section__title {
    font-size: 40px;
    max-width: 460px;
  }
  .hero-section__feature {
    font-size: 15px;
  }
  .hero-section__actions {
    margin-top: 34px;
  }
  .hero-section__button {
    min-width: 175px;
    font-size: 16px;
    padding: 15px 20px;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 390px;
  }
}
/* 768px */
@media (max-width: 768px) {
  .hero-section {
    padding: 18px 0 24px;
  }
  .hero-section__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero-section__content {
    padding: 0;
  }
  .hero-section__title {
    max-width: 100%;
    font-size: 36px;
    margin-bottom: 24px;
  }
  .hero-section__features {
    max-width: 100%;
  }
  .hero-section__actions {
    margin-top: 30px;
  }
  .hero-section__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 360px;
    border-radius: 28px;
  }
  .hero-section__media-shell {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), inset 40px 0 45px rgba(255, 255, 255, 0.8), inset -40px 0 45px rgba(255, 255, 255, 0.8), inset 0 0 28px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), inset 40px 0 45px rgba(255, 255, 255, 0.8), inset -40px 0 45px rgba(255, 255, 255, 0.8), inset 0 0 28px rgba(255, 255, 255, 0.5);
  }
}
/* 576px */
@media (max-width: 576px) {
  .hero-section__title {
    font-size: 31px;
    line-height: 1.1;
  }
  .hero-section__feature {
    padding-left: 24px;
    font-size: 14px;
  }
  .hero-section__feature:not(:last-child) {
    margin-bottom: 16px;
  }
  .hero-section__feature::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .hero-section__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .hero-section__button {
    width: 100%;
    min-width: 0;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 300px;
  }
}
/* 480px */
@media (max-width: 480px) {
  .hero-section__container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-section__title {
    font-size: 28px;
  }
  .hero-section__button {
    font-size: 15px;
    padding: 14px 18px;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 255px;
    border-radius: 24px;
  }
  .hero-section__media-label {
    font-size: 12px;
    padding: 10px 14px;
  }
}
/* 340px */
@media (max-width: 340px) {
  .hero-section__title {
    font-size: 24px;
  }
  .hero-section__feature {
    font-size: 13px;
    line-height: 1.4;
  }
  .hero-section__actions {
    margin-top: 24px;
  }
  .hero-section__button {
    padding: 13px 14px;
    font-size: 14px;
  }
  .hero-section__media-shell, .hero-section__media-placeholder {
    min-height: 220px;
  }
  .hero-section__media-label {
    font-size: 11px;
    letter-spacing: 0.02em;
  }
}
/* =========================
   REVIEWS BLOCK
   ========================= */
.reviews {
  padding: 80px 0;
  background: #EBEEF0;
}
@media (max-width: 992px) {
  .reviews {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .reviews {
    padding: 36px 0;
  }
}
.reviews__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #253137;
  margin: 0 0 28px;
}
@media (max-width: 992px) {
  .reviews__title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .reviews__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .reviews__title {
    font-size: 32px;
  }
}
.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.reviews__source {
  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: 6px 6px 6px 18px;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: 0 4px 16px rgba(37, 49, 55, 0.06);
          box-shadow: 0 4px 16px rgba(37, 49, 55, 0.06);
  text-decoration: none;
  color: #253137;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.reviews__source:hover {
  color: #253137;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 22px rgba(37, 49, 55, 0.1);
          box-shadow: 0 8px 22px rgba(37, 49, 55, 0.1);
}
.reviews__source-label {
  font-weight: 600;
  font-size: 14px;
}
.reviews__source-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 4px;
  background: #f5f5f6;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
.reviews__source-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FC3F1D;
  color: #fff;
  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;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
}
.reviews__slider-box {
  position: relative;
}
.reviews__slider {
  overflow: hidden;
  /* запас под тень карточек, чтобы её не обрезало */
  padding: 28px 34px 44px;
  margin: -8px -4px -14px;
}
.reviews__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #EBEEF0;
  color: #253137;
  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;
  -webkit-box-shadow: 0 6px 20px rgba(37, 49, 55, 0.08);
          box-shadow: 0 6px 20px rgba(37, 49, 55, 0.08);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 20;
  cursor: pointer;
}
.reviews__btn:hover {
  background: #ccb589;
  border-color: #ccb589;
  color: #fff;
}
.reviews__btn--prev {
  left: -22px;
}
.reviews__btn--next {
  right: -22px;
}
.reviews__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .reviews__btn {
    width: 42px;
    height: 42px;
  }
  .reviews__btn--prev {
    left: -6px;
  }
  .reviews__btn--next {
    right: -6px;
  }
}
@media (max-width: 768px) {
  .reviews__btn {
    display: none;
  }
}
.reviews__pagination {
  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;
  gap: 8px;
  margin-top: 28px;
}
.reviews__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #CED7DB;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: #253137;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* =========================
   REVIEW CARD
   ========================= */
.reviews .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review {
  background: #fff;
  border-radius: 18px;
  padding: 22px 22px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 320px;
  -webkit-box-shadow: 0 6px 20px rgba(37, 49, 55, 0.05);
          box-shadow: 0 6px 20px rgba(37, 49, 55, 0.05);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.review:hover {
  -webkit-box-shadow: 0 12px 30px rgba(37, 49, 55, 0.1);
          box-shadow: 0 12px 30px rgba(37, 49, 55, 0.1);
}
.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.review__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #EBEEF0;
}
.review__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.review__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  margin-bottom: 4px;
  line-height: 0;
}
.review__stars svg {
  width: 16px;
  height: 16px;
  fill: #FFB800;
}
.review__name {
  font-size: 14px;
  font-weight: 700;
  color: #253137;
  margin: 0;
  line-height: 1.3;
}
.review__date {
  font-size: 12px;
  color: rgba(37, 49, 55, 0.5);
}
.review__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.review__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #253137;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review__more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0 0 36px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(32%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 32%);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #253137;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.review__more:hover {
  color: #f46e49;
}
.review.is-overflow .review__more {
  display: inline-block;
}
@media (max-width: 768px) {
  .review {
    min-height: 280px;
    padding: 20px;
  }
}

/* =========================
   POPUP
   ========================= */
.review-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.review-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.review-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(37, 49, 55, 0.55);
  cursor: pointer;
}
.review-popup__dialog {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 32px;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.review-popup.is-open .review-popup__dialog {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.review-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #EBEEF0;
  color: #253137;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.review-popup__close:hover {
  background: #CED7DB;
}
.review-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-right: 44px;
}
.review-popup__avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #EBEEF0;
}
.review-popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.review-popup__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  margin-bottom: 4px;
  line-height: 0;
}
.review-popup__stars svg {
  width: 18px;
  height: 18px;
  fill: #FFB800;
}
.review-popup__name {
  font-size: 18px;
  font-weight: 700;
  color: #253137;
  line-height: 1.3;
}
.review-popup__date {
  font-size: 13px;
  color: rgba(37, 49, 55, 0.5);
}
.review-popup__text {
  font-size: 15px;
  line-height: 1.6;
  color: #253137;
  white-space: pre-wrap;
}
@media (max-width: 480px) {
  .review-popup {
    padding: 12px;
  }
  .review-popup__dialog {
    padding: 24px 20px;
  }
  .review-popup__avatar {
    width: 56px;
    height: 56px;
  }
  .review-popup__name {
    font-size: 16px;
  }
}

/* блокировка прокрутки body при открытом попапе */
body.is-scroll-lock {
  overflow: hidden;
}

.team {
  padding: 0 0 80px 0;
}
@media (max-width: 992px) {
  .team {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 48px 0;
  }
}
.team__header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .team__header {
    margin-bottom: 28px;
  }
}
.team__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #253137;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .team__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .team__title {
    font-size: 26px;
  }
}
.team__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(37, 49, 55, 0.6);
  margin: 0;
}
.team__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media (max-width: 768px) {
  .team__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.team {
  /* ===== Большая карточка (директор) ===== */
}
.team__lead {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 12px);
          flex: 0 0 calc(40% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  min-width: 0;
}
@media (max-width: 992px) {
  .team__lead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .team__lead {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.team__lead-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  background: #EBEEF0;
}
.team__lead-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 992px) {
  .team__lead-photo {
    min-height: 0;
    aspect-ratio: 16/10;
  }
}
@media (max-width: 768px) {
  .team__lead-photo {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 480px) {
  .team__lead-photo {
    aspect-ratio: 4/4.6;
  }
}
.team__lead:hover .team__lead-photo img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.team__lead-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.team__lead-name {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #253137;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .team__lead-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .team__lead-name {
    font-size: 22px;
  }
}
.team__lead-role {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(37, 49, 55, 0.65);
  margin: 0;
}
.team {
  /* ===== Список 2x2 ===== */
}
.team__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .team__list {
    gap: 16px;
  }
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 12px);
          flex: 1 1 calc(50% - 12px);
  min-width: 0;
}
@media (max-width: 992px) {
  .team__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.team {
  /* ===== Маленькая карточка ===== */
}
.team__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #EBEEF0;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-box-shadow 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.team__card:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 28px rgba(37, 49, 55, 0.08);
          box-shadow: 0 12px 28px rgba(37, 49, 55, 0.08);
}
@media (max-width: 480px) {
  .team__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team__card-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.team__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  -webkit-transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 768px) {
  .team__card-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
  }
}
@media (max-width: 480px) {
  .team__card-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.team__card:hover .team__card-photo img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.team__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  min-width: 0;
}
@media (max-width: 768px) {
  .team__card-body {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .team__card-body {
    padding: 18px;
  }
}
.team__card-name {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #253137;
  margin: 0 0 6px;
}
.team__card-role {
  font-size: 14px;
  line-height: 1.25;
  color: rgba(37, 49, 55, 0.6);
  margin: 0 0 14px;
}
.team__card-desc {
  font-size: 12px;
  line-height: 1.35;
  color: #253137;
  margin: 0;
}

[data-margin-bottom-balancer] {
  will-change: margin-bottom;
}

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

@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) {
  .hide-on-992 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-on-768 {
    display: block;
  }
}
@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;
}