@import "./fonts/stylesheet.css";
@import "./lightgallery-bundle.css";
@import "./lg-thumbnail.css";
@import "./lg-zoom.css";
@import "./animate.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Fredoka", sans-serif;
  color: #603221;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #603221;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

.auto__container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.editor-block p {
  color: #757575;
  font-weight: 300;
  margin-bottom: 20px;
}
.editor-block p:last-child {
  margin: 0;
}
.editor-block p a {
  color: #757575;
  text-decoration: underline;
  color: #185900;
}
.editor-block p a:hover {
  color: #fabc4c;
  opacity: 1;
}
.editor-block h1 {
  margin-bottom: 22px;
}
.editor-block h1:last-child {
  margin: 0;
}
.editor-block h2,
.editor-block h3,
.editor-block h4,
.editor-block h5 {
  margin-bottom: 20px;
}
.editor-block h2:last-child,
.editor-block h3:last-child,
.editor-block h4:last-child,
.editor-block h5:last-child {
  margin: 0;
}
.editor-block h1,
.editor-block h2,
.editor-block h3,
.editor-block h4,
.editor-block h5 {
  color: #185900;
}
.editor-block ol {
  padding-left: 40px;
}
.editor-block ol li {
  font-weight: 300;
  padding-left: 10px;
  margin-bottom: 18px;
  list-style: decimal;
  list-style-type: decimal-leading-zero;
  color: #626669;
}
.editor-block ol li:last-child {
  margin: 0;
}
.editor-block ol li::marker {
  font-weight: 700;
  color: #185900;
}
.editor-block ul {
  padding-left: 40px;
}
.editor-block ul li {
  list-style: disc;
  margin-bottom: 20px;
}
.editor-block ul li:last-child {
  margin: 0;
}
.editor-block ul li::marker {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #185900;
}
.editor-block ul li h5 {
  font-family: "Fredoka", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}
.editor-block table {
  width: 100%;
  border-collapse: collapse;
}
.editor-block table tr th {
  white-space: nowrap;
  color: #f6f6f6 !important;
  font-weight: 600;
  background-color: #185900;
  border-right: 1px solid rgba(117, 117, 117, 0.2);
}
.editor-block table tr th,
.editor-block table tr td {
  font-family: "Fredoka", sans-serif;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #185900;
}
.editor-block table tr td {
  padding: 12px;
}
.editor-block table tbody tr:nth-child(even) td {
  background: rgba(26, 56, 90, 0.05);
}
.editor-block .table__wrapper {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-radius: 30px;
  overflow: hidden;
  overflow-x: auto;
}

h1 {
  font-family: "Salad Trial", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #185900;
}

h2 {
  font-family: "Salad Trial", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #185900;
}

h3 {
  font-family: "Salad Trial", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
}

h4 {
  font-family: "Salad Trial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}

h5 {
  font-family: "Salad Trial", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}

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

.lang {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #603221;
  position: relative;
}
.lang:hover .langBtn {
  color: #185900;
}
.lang:hover .langBtn span svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.lang:hover .langMenu {
  opacity: 1;
  visibility: visible;
}
.langBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.langBtn span {
  width: 12px;
  height: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.langBtn span svg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.langMenu {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.langMenu a {
  margin-bottom: 8px;
}
.langMenu a:hover {
  color: #185900;
}
.langMenu a:last-child {
  margin: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Fredoka", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  padding: 11px 25px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.button.primary {
  background-color: #fabc4c;
  color: #000;
  border: 2px solid #fabc4c;
  -webkit-box-shadow: 0px 0px 38.8008px rgba(254, 149, 94, 0.25);
          box-shadow: 0px 0px 38.8008px rgba(254, 149, 94, 0.25);
}
.button.primary:hover {
  opacity: 1;
  background-color: #185900;
  color: #ffffff;
  border-color: #185900;
}
.button.secondary {
  color: #000;
  background: #ffffff;
  border: 2px solid #fabc4c;
  -webkit-box-shadow: 0px 0px 38.8008px rgba(254, 149, 94, 0.25);
          box-shadow: 0px 0px 38.8008px rgba(254, 149, 94, 0.25);
}
.button.secondary span {
  background-color: #fabc4c;
}
.button.secondary:hover {
  opacity: 1;
  background-color: #603221;
  color: #ffffff;
  border-color: #603221;
}
.button.secondary:hover span {
  background-color: #ffffff;
}
.button.uniq {
  background: #185900;
  color: #ffffff;
  border-radius: 12px;
  padding: 12px 25px;
}
.button.uniq:hover {
  opacity: 1;
  background: #02463b;
}
.button span {
  min-width: 25px;
  width: 25px;
  height: 25px;
  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;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button span svg {
  width: 11px;
  height: 9px;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.input__outer {
  display: block;
}
.input__outer p {
  font-weight: 500;
  margin-bottom: 11px;
  color: #fabc4c;
}
.input::before {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 56px;
  height: 2px;
  content: "";
  background-color: #fabc4c;
}
.input input,
.input textarea {
  width: 100%;
  font-family: "Fredoka", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
  padding: 16px 20px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  resize: unset;
  border: 1px solid rgba(26, 56, 90, 0.15);
  border-radius: 5px;
}
.input input:focus,
.input textarea:focus {
  border-color: #fabc4c;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #757575;
  opacity: 0.8;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #757575;
  opacity: 0.8;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #757575;
  opacity: 0.8;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #757575;
  opacity: 0.8;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #757575;
  opacity: 0.8;
}

.video {
  width: 100%;
  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-bottom: 56.25%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.92%, rgba(26, 56, 90, 0)), to(#1a385a));
  background: linear-gradient(180deg, rgba(26, 56, 90, 0) 41.92%, #1a385a 100%);
}
.video.active::after {
  display: none;
}
.video video,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.video video [poster],
.video iframe [poster] {
  width: 100%;
  height: 100%;
}
.video video:hover ~ .video__play.active,
.video iframe:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  z-index: 3;
  background-color: #f7f8f9;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.video__play:hover::before {
  -webkit-animation: pulsate 1s infinite;
          animation: pulsate 1s infinite;
}
.video__play:hover::after {
  -webkit-animation: pulsate 1s infinite;
          animation: pulsate 1s infinite;
}
.video__play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 156%;
  height: 156%;
  background-color: rgba(247, 248, 249, 0.3);
  content: "";
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.video__play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 204%;
  height: 204%;
  background-color: rgba(247, 248, 249, 0.1);
  content: "";
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.video__play.active {
  opacity: 0;
}
.video__play.active::before {
  -webkit-animation: unset;
          animation: unset;
  opacity: 0;
}
.video__play.active::after {
  -webkit-animation: unset;
          animation: unset;
  opacity: 0;
}
.video__play.active span img {
  opacity: 0;
}
.video__play.active span::after {
  display: block;
}
.video__play.active span::before {
  display: block;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play span {
  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;
  position: relative;
  z-index: 2;
}
.video__play span::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 5px;
  height: 45%;
  background-color: #fabc4c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 35%;
  width: 5px;
  height: 45%;
  background-color: #fabc4c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span img {
  width: 40%;
  margin-left: 5%;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.check__box {
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  margin-top: 4px;
}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.check__box input:checked ~ span {
  background-color: #603221;
}
.check__box input:checked ~ span img {
  opacity: 1;
}
.check__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #603221;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check__box span img {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #fabc4c;
  font-family: "Fredoka", sans-serif;
  width: calc(100% - 30px);
}
.check p a {
  text-decoration: underline;
  color: #fabc4c;
}

.header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 43px 0;
}
.header.sticky {
  padding: 20px 0;
}
.header .auto__container {
  max-width: 1380px;
}
.header__inner {
  padding: 16px 45px 16px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 13;
  background: #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.header__inner-logo {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  background: #ffffff;
  border-radius: 50%;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-left: 20px;
}

@-webkit-keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 14px;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 14px;
    opacity: 1;
  }
}
.nav {
  width: 100%;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__inner-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-side li {
  margin-right: 70px;
  list-style: none;
}
.nav__inner-side li:last-child {
  margin: 0;
}
.nav__inner-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #603221;
  position: relative;
}
.nav__inner-link:hover {
  color: #185900;
}
.nav__inner-link:hover::before {
  opacity: 1;
}
.nav__inner-link.active {
  color: #185900;
}
.nav__inner-link.active::before {
  opacity: 1;
}
.nav__inner-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fabc4c;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__inner-logo {
  display: none;
}
.nav__shape {
  display: none;
}

.burger {
  display: none;
}

.footer {
  color: #ffffff;
}
.footer__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2%;
}
.footer__image img {
  width: 100%;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px 0 20px;
}
.footer__inner-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner-terms span {
  margin: 0 4px;
}
.footer__inner p,
.footer__inner a {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.footer__inner a:hover {
  color: #fabc4c;
  opacity: 1;
}
.footerMain {
  background: #02463b;
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -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-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

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

.swiper-pointer-events.swiper-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;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

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

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

.swiper-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-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.typography {
  margin: 223px 0 63px;
}
.typography__inner-title {
  margin-bottom: 50px;
}
.typography__inner-title h1 {
  color: #185900;
}
.typography__inner-content {
  margin-bottom: 30px;
}
.typography__inner-content:last-child {
  margin: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.breadcrumb h5 {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  margin: 0 !important;
  color: #fabc4c;
}
.breadcrumb h5 a {
  color: #757575;
}
.breadcrumb span {
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 18px;
}
.breadcrumb span img {
  width: 100%;
}

.hero {
  position: relative;
}
.hero .auto__container {
  max-width: 1260px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg-logo {
  position: absolute;
  bottom: 20px;
  right: 22px;
  width: 25%;
  max-width: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg-logo img {
  width: 100%;
}
.hero__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__inner {
  padding: 232px 0 180px;
  min-height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__inner-content {
  width: 100%;
  max-width: 544px;
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 35px 40px;
}
.hero__inner-buttons {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hero__inner-buttons .button {
  margin-bottom: 20px;
}
.hero__inner-buttons .button:last-child {
  margin: 0;
}
.hero__inner h1 {
  margin-bottom: 24px;
  position: relative;
}
.hero__inner h1 b {
  font-weight: 800;
  position: relative;
}
.hero__inner h1 b span {
  position: absolute;
  right: -36px;
  top: -25px;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__inner h1 b span img {
  width: 100%;
}
.hero__inner p {
  margin-bottom: 32px;
}

.about {
  margin: 106px 0 100px;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__inner-content {
  width: calc(45% - 35px);
  max-width: 513px;
  position: relative;
}
.about__inner-content p {
  margin-bottom: 32px;
}
.about__inner-buttons {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__inner-buttons .button {
  margin-bottom: 20px;
}
.about__inner-buttons .button:last-child {
  margin: 0;
}
.about__inner-shape {
  position: absolute;
  bottom: -77px;
  right: 0;
  width: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}
.about__inner-shape img {
  width: 100%;
}
.about__inner-row {
  width: calc(55% - 35px);
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__inner h2 {
  margin-bottom: 24px;
}
.aboutItem {
  background: #eff3ed;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding: 22px 16px;
  margin-top: 40px;
  width: calc(50% - 18px);
  max-width: 280px;
}
.aboutItem:nth-child(1) {
  margin: 0;
}
.aboutItem:nth-child(2) {
  background: #fff9ee;
}
.aboutItem:nth-child(3) {
  margin: 0;
  background: #fff9ee;
}
.aboutItem h5 {
  margin-bottom: 10px;
  color: #000;
}
.aboutItem span {
  position: absolute;
  top: -8px;
  right: 26%;
}

.partners__inner {
  background: #fef5e4;
  border-radius: 50px;
  padding: 70px 40px;
}
.partners__inner-title {
  text-align: center;
  margin-bottom: 50px;
}
.partners__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.partners__inner h2 {
  margin-bottom: 16px;
}
.partnersItem {
  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;
  width: 28%;
  position: relative;
}
.partnersItem::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.15;
  pointer-events: none;
}
.partnersItem.big {
  width: 22%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.partnersItem.big .partnersItem__logo {
  width: 90%;
  max-width: 204px;
}
.partnersItem.sm {
  width: 22%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.partnersItem.sm::after {
  display: none;
}
.partnersItem.sm .partnersItem__logo {
  width: 70%;
  max-width: 154px;
}
.partnersItem__logo {
  width: 40%;
  max-width: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partnersItem__logo img {
  width: 100%;
}

.features {
  margin: 100px 0;
}
.features__inner-title {
  text-align: center;
  margin-bottom: 45px;
}
.features__inner-row {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__inner h2 {
  margin-bottom: 20px;
}
.featuresItem {
  width: calc(33.3% - 15px);
  max-width: 350px;
  background: #ccdfc2;
  border-radius: 20px;
  padding: 30px;
  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;
  text-align: center;
  min-height: 440px;
}
.featuresItem:nth-child(2) {
  background: #ffeac4;
  margin-top: 50px;
}
.featuresItem:nth-child(2) .featuresItem__image {
  width: 68%;
}
.featuresItem:nth-child(3) {
  background: #bde4a9;
}
.featuresItem:nth-child(3) .featuresItem__image {
  width: 92%;
}
.featuresItem__image {
  width: 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featuresItem__image img {
  width: 100%;
}
.featuresItem h3 {
  width: 100%;
  line-height: 110%;
  margin-bottom: 14px;
  min-height: 60px;
  color: #000;
}

.reviews {
  position: relative;
}
.reviews__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1440px;
  pointer-events: none;
}
.reviews__shape {
  position: absolute;
  top: -50px;
  right: -26px;
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__shape img {
  width: 100%;
}
.reviews__inner-title {
  text-align: center;
}
.reviews__inner-slider {
  overflow: hidden;
  padding: 50px 0 0;
}
.reviews__inner h2 {
  margin-bottom: 20px;
}
.reviewsItem {
  text-align: center;
}
.reviewsItem__content {
  position: relative;
  padding: 60px 24px 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 20px;
}
.reviewsItem__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.reviewsItem__content-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
  -o-object-fit: cover;
     object-fit: cover;
}
.reviewsItem__content span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-33%, -31%);
          transform: translate(-33%, -31%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviewsItem__content span.big {
  width: 135px;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(32%, 34%);
          transform: translate(32%, 34%);
}
.reviewsItem__content span img {
  width: 100%;
}
.reviewsItem__content p {
  position: relative;
  z-index: 2;
}
.reviewsItem__quote {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30%;
  max-width: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.25;
}
.reviewsItem__quote img {
  width: 100%;
}
.reviewsItem__info h6 {
  line-height: 100%;
  color: #185900;
  font-weight: 500;
  margin-bottom: 4px;
}
.reviewsItem h5 {
  margin-bottom: 16px;
  color: #000;
  position: relative;
  z-index: 2;
}
.reviews .swiper-slide-active .reviewsItem__content {
  background: rgba(250, 188, 76, 0.15);
  -webkit-box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.1);
}
.reviews .swiper-slide-active .reviewsItem__content-bg {
  opacity: 1;
}
.reviews .swiper-slide-active .reviewsItem__content span {
  opacity: 1;
}
.reviews .swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 50px;
}
.reviews .swiper-buttons button {
  width: 50px;
  height: 50px;
  background: #fabc4c;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  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;
  color: #603221;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 15px 0 0;
  position: static !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.reviews .swiper-buttons button:hover {
  opacity: 1;
  background: #603221;
  color: #ffffff;
}
.reviews .swiper-buttons button::after {
  display: none;
}
.reviews .swiper-buttons button:last-child {
  margin: 0;
}
.reviews .swiper-buttons button svg {
  width: 9px;
  height: 18px;
}
.reviews .swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.intro {
  padding-top: 85px;
}
.intro__close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #eff3ed;
  border-radius: 50%;
  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;
  z-index: 9;
}
.intro__close:hover {
  background: #fabc4c;
}
.intro__close img {
  width: 24px;
  height: 24px;
}
.intro__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__inner-title {
  width: calc(55% - 15px);
  max-width: 655px;
}
.intro__inner-title h1 {
  max-width: 380px;
  margin-bottom: 15px;
}
.intro__inner-content {
  width: calc(45% - 15px);
  max-width: 440px;
  position: relative;
}
.intro__inner-content > span {
  position: absolute;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 100%;
  right: calc(100% - 15px);
}
.intro__inner-content > span img {
  width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.intro__inner-logo {
  position: absolute;
  top: calc(100% + 50px);
  left: 0;
  width: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__inner-logo img {
  width: 100%;
}
.introItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.introItem:nth-of-type(2) .introItem__arrow svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.introItem:hover {
  opacity: 1;
}
.introItem:hover .introItem__arrow {
  background: #185900;
  color: #ffffff;
}
.introItem:last-child {
  margin: 0;
  padding: 0;
  border: unset;
}
.introItem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.introItem__row span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.introItem__row span.big img {
  max-width: 18px;
}
.introItem__row span img {
  width: 100%;
}
.introItem__row p {
  width: calc(100% - 30px);
}
.introItem__row p b {
  font-weight: 500;
}
.introItem__arrow {
  width: 50px;
  height: 50px;
  background: #eff3ed;
  border-radius: 10px;
  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;
  color: #185900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.introItem__arrow svg {
  width: 22px;
  height: 18px;
}
.introBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
.introBanner__image {
  width: 80%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introBanner__image img {
  width: 100%;
}

.info {
  position: relative;
  margin: 50px 0;
}
.info__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1440px;
  pointer-events: none;
  z-index: 2;
}
.info__shape {
  position: absolute;
  bottom: -100px;
  right: -26px;
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info__shape img {
  width: 100%;
}
.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 38px;
}
.infoItem {
  width: calc(50% - 15px);
  background: #eff3ed;
  border-radius: 20px;
  position: relative;
  padding: 34px 30px 20px;
  min-height: 330px;
}
.infoItem.big p {
  max-width: unset;
}
.infoItem:last-child {
  background: #fff9ee;
}
.infoItem h3 {
  margin-bottom: 24px;
  color: #185900;
}
.infoItem p {
  margin-bottom: 16px;
  max-width: 520px;
}
.infoItem p:last-child {
  margin: 0;
}
.infoItem span {
  position: absolute;
  right: 40px;
  top: -38px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoItem span.big {
  width: 65px;
  right: unset;
  left: 14px;
  top: -32px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.infoItem span img {
  width: 100%;
}

.story {
  margin: 20px 0 100px;
}
.story__inner {
  background: #fef5e4;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
.storyContent {
  padding: 15px 0;
  width: calc(58% - 12px);
  max-width: 670px;
}
.storyContent__title {
  margin-bottom: 30px;
}
.storyContent__title p {
  margin-bottom: 20px;
}
.storyContent__title p:last-child {
  margin: 0;
}
.storyContent__info {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.storyContent__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.storyContent__info li:last-child {
  margin: 0;
}
.storyContent__info li h6 {
  color: #185900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 8px;
}
.storyContent__info li h6 span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.storyContent__info li h6 span img {
  width: 100%;
}
.storyContent__info li h6,
.storyContent__info li p {
  font-size: 20px;
  line-height: 100%;
}
.storyContent__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storyContent__buttons .button {
  margin-right: 15px;
}
.storyContent__buttons .button:last-child {
  margin: 0;
}
.storyContent h2 {
  margin-bottom: 20px;
}
.storyImage {
  width: calc(42% - 12px);
  max-width: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.storyImage__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 133%;
  position: relative;
}
.storyImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gallery {
  margin: 50px 0;
}
.gallery .auto__container {
  max-width: 1260px;
}
.gallery__inner-title {
  text-align: center;
  margin-bottom: 20px;
  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;
}
.gallery__inner-title h2 {
  width: 100%;
  margin-bottom: 24px;
}
.gallery__inner-title p {
  width: 100%;
  margin-bottom: 24px;
}
.gallery__inner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.galleryItem {
  width: calc(25% - 20px);
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.galleryItem__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.galleryItem__inner:hover {
  opacity: 1;
}
.galleryItem__inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.galleryItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

#map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 10;
}

.custom-pin {
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-pin.superZ {
  z-index: 11;
}

.custom-pin img {
  width: 120%;
  height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pin-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.custom-pin:hover .pin-label {
  opacity: 1;
}

.highlighted-pin {
  -webkit-animation: pulse 1.5s ease-in-out;
          animation: pulse 1.5s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  position: relative;
}
.highlighted-pin img {
  -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(56%) saturate(748%) hue-rotate(327deg) brightness(102%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(77%) sepia(56%) saturate(748%) hue-rotate(327deg) brightness(102%) contrast(96%);
}
.highlighted-pin::before {
  position: absolute;
  content: "";
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  border: 5px solid #185900;
  z-index: 2;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.custom-pin-container {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Hide default Leaflet controls */
.leaflet-control-container {
  display: none;
}

.map__logo {
  position: fixed;
  bottom: 30px;
  right: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map__logo img {
  width: 100%;
}

.pin {
  position: absolute;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pin:hover {
  opacity: 0.88;
}
.pin img {
  width: 100%;
}

.item {
  position: relative;
  margin-bottom: 18px;
}
.item.active .item__title {
  display: none;
}
.item.active .item__button {
  background: #185900;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.item.active .item__button::before {
  opacity: 1;
}
.item:last-child {
  margin: 0;
}
.item:hover .item__title {
  opacity: 1;
  visibility: visible;
}
.item:hover .item__button {
  background: #185900;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.item.no-hover:hover .item__title {
  opacity: 0;
  visibility: hidden;
}
.item__button {
  width: 50px;
  height: 50px;
  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;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #185900;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
}
.item__button::before {
  position: absolute;
  top: 50%;
  left: -15px;
  height: calc(100% + 20px);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e5ebeb;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 20px 0 0 20px;
  width: 103px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
.item__button:hover {
  background: #185900;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.item__title {
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -15px;
  background: #e5ebeb;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 20px 12px 12px 20px;
  padding: 5px 14px 5px 118px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  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;
  z-index: -1;
}
.item__title h3 {
  color: #02463b;
  line-height: 100%;
  white-space: nowrap;
}
.itemContent {
  width: 350px;
  position: absolute;
  top: -136px;
  left: calc(100% + 38px);
  background: #e5ebeb;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 12px;
  padding: 20px 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.itemContent.active {
  opacity: 1;
  visibility: visible;
}
.itemContent__title {
  margin-bottom: 24px;
  color: #02463b;
}
.itemContent__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 8px 7px 18px;
  background: #ccdfc2;
  border-radius: 12px;
  margin-bottom: 10px;
}
.itemContent__info h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #02463b;
  font-weight: 500;
}
.itemContent__info h6 span {
  width: 18px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.itemContent__info h6 span img {
  width: 100%;
}
.itemContent__info h6 b {
  font-weight: 500;
}
.itemContent__info button {
  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;
  width: 46px;
  height: 46px;
  background: #ffffff;
  border-radius: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.itemContent__info button:hover {
  opacity: 1;
  background: #02463b;
}
.itemContent__info button img {
  width: 22px;
}
.itemContent__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemContent__buttons .button {
  width: 100%;
}
.itemContent h3 {
  margin-bottom: 12px;
}

.sidebar {
  position: fixed;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 930px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 90px;
  z-index: 1000;
  padding: 10px;
}
.sidebar__logo {
  width: 80px;
  height: 80px;
  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;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: relative;
  background: #ffffff;
  margin-bottom: 20px;
}
.sidebar__logo img {
  width: 88%;
}
.sidebar__col {
  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;
  max-width: 50px;
  margin: 0 auto;
  height: 680px;
}
.sidebar__button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  -webkit-transform: translate(0);
          transform: translate(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;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #fabc4c;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
}
.sidebar__button::after {
  display: none;
}
.sidebar__button:hover {
  background: #185900;
  color: #ffffff;
}
.sidebar__button svg {
  width: 18px;
  height: 9px;
}
.sidebar .swiper {
  height: 100%;
}
.sidebar .swiper-slide {
  width: 100%;
  height: 50px !important;
  margin-bottom: 18px;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  -webkit-transform: translateY(calc(var(--swiper-slide-offset) * 68px));
          transform: translateY(calc(var(--swiper-slide-offset) * 68px)); /* 50px + 18px margin */
  opacity: 0;
  visibility: hidden;
}
.sidebar .swiper-slide:nth-child(n+9) .itemContent {
  top: unset;
  bottom: -100px;
}
.sidebar .swiper-slide.swiper-slide-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sidebar .swiper-button-prev {
  margin-bottom: 18px;
}
.sidebar .swiper-button-prev svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.sidebar .swiper-button-disabled {
  opacity: 0.6 !important;
}
.sidebar .swiper-wrapper {
  min-height: calc(100% + 1px);
}

.zoom {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 16px;
  z-index: 9999;
}
.zoom button {
  height: 54px;
  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;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-radius: 16px 16px 0 0;
  background: transparent;
}
.zoom button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.zoom button:last-of-type {
  border-radius: 0 0 16px 16px;
}
.zoom button:last-of-type::before {
  display: none;
}
.zoom button::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(172, 183, 161, 0.7);
  border-radius: 2px;
  pointer-events: none;
}
.zoom button span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.zoom button span img {
  width: 100%;
}

.modes {
  position: fixed;
  top: 24px;
  right: 30px;
  width: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 16px;
  z-index: 9999;
}
.modes__menu {
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
  padding: 12px 16px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14.1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 12px;
  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;
  text-align: center;
  display: none;
  z-index: 1000;
}
.modes__menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.modes__menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 6px;
  color: #185900 !important;
  white-space: nowrap;
  padding: 5px 0;
}
.modes__menu a:hover {
  opacity: 1;
  color: #fabc4c !important;
}
.modes__menu a:last-child {
  margin: 0;
}
.modes button {
  height: 54px;
  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;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.modes button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.modes button:first-child {
  border-radius: 16px 16px 0 0;
}
.modes button:first-child span {
  width: 20px;
  height: 20px;
}
.modes button:last-of-type {
  border-radius: 0 0 16px 16px;
}
.modes button:last-of-type::before {
  display: none;
}
.modes button::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(172, 183, 161, 0.7);
  border-radius: 2px;
  pointer-events: none;
}
.modes button span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.modes button span img {
  width: 100%;
}

.tooltip {
  position: absolute;
  padding: 11px 28px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
  max-width: 330px;
  border-radius: 16px;
  -webkit-animation: 0.2s linear tooltip;
          animation: 0.2s linear tooltip;
}
.tooltip::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - 2px);
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #ffffff;
}
.tooltip.topl {
  left: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 340px;
}
.tooltip.topl::before {
  left: unset;
  right: calc(100% - 2px);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 14px solid #ffffff;
  border-left: unset;
}
.tooltip.topr {
  right: calc(100% + 30px);
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 340px;
  top: 50%;
  z-index: 1000;
}
.tooltip.tooltip--pin {
  width: 340px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: calc(100% + 20px);
}
.tooltip.tooltip--pin::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 14px solid #ffffff;
  border-bottom: 14px solid transparent;
}
.tooltip.botr {
  right: calc(100% + 30px);
  z-index: 1000;
  width: 340px;
  bottom: 30px;
}
.tooltip p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #02463b;
}

@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-map-pane {
  width: 100%;
  height: 100%;
}
.leaflet-map-pane.active .leaflet-overlay-pane {
  z-index: 9999;
}
.leaflet-map-pane.active .leaflet-overlay-pane .leaflet-zoom-animated {
  opacity: 0.1;
}

.leaflet-overlay-pane {
  z-index: -1;
}

.leaflet-marker-pane {
  z-index: 9999;
}

@media (max-height: 960px) {
  .sidebar {
    height: 740px;
  }
  .sidebar__col {
    height: 476px;
  }
}
@media (max-height: 800px) {
  .sidebar {
    height: 600px;
  }
  .sidebar__col {
    height: 340px;
  }
}
@media (max-height: 650px) {
  .sidebar {
    height: 460px;
  }
  .sidebar__col {
    height: 204px;
  }
}
@media (max-width: 1180px) {
  .sidebar {
    left: 30px;
  }
}
@media (max-width: 930px) {
  .sidebar {
    left: 20px;
  }
  .zoom {
    right: 20px;
  }
  .modes {
    top: 20px;
    right: 20px;
  }
  .leaflet-map-pane {
    width: 100%;
    height: 100%;
  }
  .tooltip {
    width: 250px !important;
    padding: 10px 16px;
    border-radius: 12px;
  }
  .tooltip p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 750px) {
  .map__logo {
    display: none;
  }
  .zoom {
    right: 10px;
    bottom: 360px;
  }
  .modes {
    top: 10px;
    right: 10px;
  }
  .sidebar {
    position: absolute;
    top: unset;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: unset;
    background: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 0 20px;
    border-radius: 0;
  }
  .sidebar__logo {
    display: none;
  }
  .sidebar__col {
    width: calc(100% + 40px);
    max-width: unset;
    height: unset;
    margin: 0 -20px;
    overflow: hidden;
    padding: 0 10px;
  }
  .sidebar__button {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 265px;
    margin: 0 !important;
  }
  .sidebar__button.swiper-button-prev {
    right: 77px;
  }
  .sidebar__button.swiper-button-prev svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sidebar__button.swiper-button-next {
    right: 10px;
  }
  .sidebar__button.swiper-button-next svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .sidebar__button svg {
    width: 22px;
    height: 11px;
  }
  .sidebar .swiper-slide {
    height: unset !important;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
  .sidebar .swiper-wapper {
    min-height: unset;
    height: unset;
  }
  .item {
    padding: 0 10px;
  }
  .item__button {
    display: none;
  }
  .item__title {
    display: none;
  }
  .itemContent {
    position: static;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .itemContent__title {
    width: 100%;
    margin-bottom: 16px;
  }
  .itemContent__title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 25px;
    line-height: 100%;
  }
  .itemContent__title p {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .itemContent__buttons {
    width: calc(50% - 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .itemContent__buttons .button {
    padding: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .itemContent__info {
    width: calc(50% - 6px);
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5px 8px 5px 16px;
  }
  .itemContent__info h6 {
    line-height: 100%;
  }
  .itemContent__info button {
    width: 40px;
    height: 40px;
  }
  .itemContent__info button img {
    width: 20px;
  }
}
@media (max-width: 400px) {
  .sidebar__button {
    bottom: 224px;
    width: 50px;
    height: 50px;
  }
  .sidebar__button.swiper-button-prev {
    right: 70px;
  }
  .modes {
    width: 50px;
  }
  .modes__menu {
    padding: 10px 14px;
    right: calc(100% + 15px);
  }
  .modes__menu a {
    font-size: 14px;
    padding: 3px 0;
  }
  .modes button {
    height: 44px;
  }
  .zoom {
    bottom: 305px;
    width: 50px;
  }
  .zoom button {
    height: 46px;
  }
  .itemContent__title {
    margin-bottom: 12px;
  }
  .itemContent__title h3 {
    font-size: 20px;
  }
  .itemContent__title p {
    font-size: 14px;
    line-height: 22px;
  }
  .itemContent__info {
    width: calc(50% - 4px);
    border-radius: 8px;
    padding: 5px 6px 5px 10px;
  }
  .itemContent__info button {
    width: 30px;
    height: 30px;
  }
  .itemContent__info button img {
    width: 18px;
  }
  .itemContent__info h6 {
    font-size: 13px;
  }
  .itemContent__info h6 span {
    width: 12px;
    height: 16px;
    margin-right: 5px;
  }
  .itemContent__buttons {
    width: calc(50% - 4px);
  }
  .itemContent__buttons .button {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    border-radius: 8px;
  }
  .itemContent__buttons .button span {
    width: 18px;
    height: 18px;
  }
  .tooltip {
    width: 220px !important;
    padding: 10px 14px;
    border-radius: 10px;
  }
  .tooltip.tooltip--pin::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
  }
  .tooltip::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
  }
  .tooltip.topr {
    right: calc(100% + 20px);
  }
  .tooltip.botr {
    right: calc(100% + 20px);
  }
  .tooltip p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1380px) {
  h2 {
    font-size: 45px;
    line-height: 120%;
  }
  .header {
    padding: 30px 0;
  }
  .header__inner {
    padding: 16px 40px 16px 60px;
  }
  .header__inner-logo {
    width: 112px;
    height: 112px;
  }
  .nav__inner-side li {
    margin-right: 40px;
  }
  .hero__inner {
    padding: 200px 0 140px;
  }
  .typography {
    margin: 180px 0 60px;
  }
  .typography__inner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  .button {
    font-size: 18px;
    line-height: 25px;
  }
  .header {
    top: 14px;
  }
  .nav__inner-side li {
    margin-right: 30px;
  }
  .nav__inner-link {
    font-size: 18px;
    line-height: 100%;
  }
  .lang {
    font-size: 18px;
  }
  .hero__inner {
    padding: 170px 0 110px;
  }
  .about {
    margin: 80px 0;
  }
  .about__inner-content {
    width: calc(45% - 15px);
  }
  .about__inner-content p {
    margin-bottom: 24px;
  }
  .about__inner-row {
    width: calc(55% - 15px);
  }
  .about__inner-shape {
    right: 10px;
    width: 130px;
    bottom: -40px;
  }
  .about__inner h2 {
    margin-bottom: 16px;
  }
  .aboutItem {
    width: calc(50% - 10px);
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .partnersItem {
    width: 25% !important;
  }
  .partnersItem__logo {
    width: 45%;
    max-width: 93px;
  }
  .features {
    margin: 80px 0;
  }
  .featuresItem {
    width: calc(33.3% - 12px);
    min-height: 418px;
    padding: 30px 20px;
  }
  .featuresItem:nth-child(2) {
    margin-top: 40px;
  }
  .reviews__shape {
    width: 150px;
    top: -80px;
  }
  .reviews__inner-slider {
    overflow: visible;
  }
  .intro__close {
    right: 30px;
  }
  .info {
    margin: 40px 0;
  }
  .info__shape {
    width: 150px;
  }
  .infoItem {
    width: calc(50% - 10px);
  }
  .infoItem h3 {
    margin-bottom: 16px;
  }
  .story {
    margin: 20px 0 70px;
  }
  .story__inner {
    padding: 30px;
    border-radius: 40px;
  }
  .story__inner h2 {
    margin-bottom: 12px;
  }
  .storyContent__title {
    margin-bottom: 20px;
  }
  .storyContent__info {
    margin-bottom: 18px;
  }
  .storyImage__inner {
    padding-bottom: 144%;
  }
  .gallery {
    margin: 40px 0 50px;
  }
  .typography {
    margin: 160px 0 50px;
  }
  .typography__inner-title {
    margin-bottom: 30px;
  }
  .footer__image {
    height: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -4%;
  }
  .footer__image img {
    width: auto;
    height: 100%;
  }
  .footer__inner p,
  .footer__inner a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .header {
    top: 0;
    padding: 0;
  }
  .header.sticky {
    padding: 0;
  }
  .header__inner {
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 12px 0;
  }
  .header__inner-logo {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    z-index: 11;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  }
  body.active {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .nav.active {
    opacity: 1;
    visibility: visible;
  }
  .nav__shape {
    position: absolute;
    bottom: -1px;
    left: -1px;
    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;
    height: 74px;
    width: calc(100% + 2px);
    z-index: 3;
  }
  .nav__shape img {
    height: 100%;
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 175px 20px;
    background: #ffffff;
    overflow-y: auto;
  }
  .nav__inner-links {
    -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;
    position: relative;
    z-index: 2;
  }
  .nav__inner-links li {
    margin: 0 0 50px 0;
  }
  .nav__inner-links li a {
    color: #757575;
    opacity: 0.8;
  }
  .nav__inner-links li a:hover {
    opacity: 1;
    color: #fabc4c;
  }
  .nav__inner-links li a::before {
    display: none;
  }
  .nav__inner-links li a.active {
    color: #fabc4c;
    opacity: 1;
  }
  .nav__inner-side {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .nav__inner-side:last-child {
    margin: 0;
  }
  .nav__inner-side li {
    margin: 0 0 40px 0;
  }
  .nav__inner-side li:last-child {
    margin: 0;
  }
  .nav__inner-link {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
  }
  .nav__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 154px;
    margin-top: 40px;
  }
  .nav__inner-logo img {
    width: 100%;
  }
  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fabc4c;
    border-radius: 50%;
    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;
    z-index: 11;
  }
  .burger:hover {
    background: #185900;
  }
  .burger:hover .burger__inner::before {
    background-color: #ffffff;
  }
  .burger:hover .burger__inner::after {
    background-color: #ffffff;
  }
  .burger:hover .burger__inner span {
    background-color: #ffffff;
  }
  .burger__inner {
    width: 20px;
    height: 16px;
    position: relative;
  }
  .burger__inner::before {
    top: 0;
    width: 82%;
    height: 2px;
    border-radius: 3px;
    background-color: #185900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    right: 0;
  }
  .burger__inner span {
    top: 50%;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    background-color: #185900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger__inner::after {
    bottom: 0;
    width: 82%;
    height: 2px;
    border-radius: 3px;
    background-color: #185900;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    right: 0;
  }
  .burger.active .burger__inner::before {
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .burger.active .burger__inner span {
    opacity: 0;
  }
  .burger.active .burger__inner::after {
    width: 100%;
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
  }
  .lang {
    font-size: 30px;
    line-height: 100%;
  }
  .langMenu {
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  }
  .featuresItem {
    min-height: 390px;
  }
}
@media (max-width: 930px) {
  .hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .about__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
    text-align: center;
    position: static;
  }
  .about__inner-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__inner-row {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .about__inner-shape {
    right: unset;
    bottom: -70px;
    left: 0;
    width: 100px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .aboutItem {
    max-width: 388px;
    width: calc(50% - 12px);
    margin-top: 35px;
  }
  .partners__inner {
    padding: 50px 30px;
  }
  .partners__inner-title {
    margin-bottom: 40px;
  }
  .features__inner-title {
    margin-bottom: 30px;
  }
  .featuresItem {
    min-height: 330px;
  }
  .featuresItem:nth-child(2) {
    margin-top: 30px;
  }
  .reviews__inner-slider {
    padding-top: 40px;
  }
  .reviewsItem__content span {
    width: 40px;
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%);
  }
  .reviewsItem__content span.big {
    width: 100px;
    -webkit-transform: translate(10%, 34%);
            transform: translate(10%, 34%);
  }
  .intro {
    padding-top: 70px;
  }
  .intro__close {
    top: 20px;
  }
  .intro__inner-logo {
    width: 120px;
  }
  .intro__inner-title {
    width: calc(52% - 10px);
  }
  .intro__inner-content {
    width: calc(48% - 10px);
  }
  .intro__inner-content > span {
    width: 45px;
  }
  .intro__inner h1 {
    font-size: 40px;
    line-height: 120%;
  }
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .infoItem {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
    min-height: unset;
    padding: 30px;
  }
  .infoItem:last-child {
    margin: 0;
  }
  .infoItem p {
    max-width: unset;
  }
  .infoItem span {
    width: 42px;
    top: -24px;
    right: 20px;
  }
  .infoItem span.big {
    display: none;
  }
  .story {
    margin: 20px 0 60px;
  }
  .story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
    border-radius: 30px;
  }
  .story__inner h2 {
    margin-bottom: 16px;
  }
  .storyContent {
    width: 100%;
    max-width: unset;
  }
  .storyContent__title {
    margin-bottom: 30px;
  }
  .storyContent__info {
    margin-bottom: 30px;
  }
  .storyImage {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
  }
  .storyImage__inner {
    padding-bottom: 80%;
  }
  .galleryItem {
    width: calc(33.3% - 20px);
  }
  .galleryItem:last-child {
    width: calc(66.6% - 20px);
  }
  .galleryItem:last-child .galleryItem__inner {
    padding-bottom: 40%;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }
  .editor-block .table__wrapper {
    border-radius: 14px;
  }
  .editor-block ul li h5 {
    font-size: 20px;
    line-height: 100%;
  }
  .partners__inner {
    padding: 40px 20px;
    border-radius: 30px;
  }
  .partners__inner-title {
    margin-bottom: 30px;
  }
  .partnersItem__logo {
    width: 50%;
  }
  .features__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featuresItem {
    width: 100%;
    max-width: unset;
    margin: 0 0 35px 0 !important;
  }
  .featuresItem:last-child {
    margin: 0 !important;
  }
  .reviews__shape {
    width: 136px;
    right: -20px;
    top: unset;
    bottom: calc(100% + 50px);
  }
  .footer__image {
    height: 156px;
    margin-bottom: -6%;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px 0 15px;
  }
  .footer__inner p {
    margin-bottom: 10px;
  }
  .intro {
    padding-top: 50px;
  }
  .intro__close {
    top: 20px;
    right: 20px;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__inner-logo {
    width: 100px;
  }
  .intro__inner-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .intro__inner-content {
    width: 100%;
    max-width: unset;
    position: static;
  }
  .intro__inner-content > span {
    right: 30px;
    width: 35px;
    bottom: unset;
    top: -48px;
  }
  .introBanner {
    padding-top: 30px;
  }
  .info__shape {
    width: 136px;
  }
}
@media (max-width: 650px) {
  h1 {
    font-size: 45px;
    line-height: 120%;
  }
  .hero__inner h1 b span {
    width: 60px;
    right: -28px;
    top: -20px;
  }
  .gallery__inner-title p {
    margin-bottom: 16px;
  }
  .gallery__inner-grid {
    margin: 0 -9px;
  }
  .gallery__inner h2 {
    margin-bottom: 12px;
  }
  .galleryItem {
    width: calc(50% - 18px) !important;
    margin: 10px 9px;
  }
  .galleryItem__inner {
    padding-bottom: 100% !important;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .input__outer p {
    margin-bottom: 6px;
  }
  .input input,
  .input textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 16px;
  }
  .editor-block ul {
    padding-left: 30px;
  }
  .editor-block ol {
    padding-left: 30px;
  }
  .editor-block h1,
  .editor-block h2,
  .editor-block h3,
  .editor-block h4,
  .editor-block h5 {
    margin-bottom: 15px;
  }
  .editor-block table tr td,
  .editor-block table tr th {
    font-size: 12px;
  }
  .breadcrumb h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .hero__bg {
    width: 100%;
    height: 450px;
  }
  .hero__bg-logo {
    display: none;
  }
  .hero__inner {
    padding: 320px 0 0;
    min-height: unset;
  }
  .hero__inner-content {
    padding: 30px 18px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
  }
  .hero__inner-content p {
    margin-bottom: 20px;
  }
  .hero__inner-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__inner-buttons .button {
    max-width: 258px;
    padding: 10px 25px;
  }
  .hero__inner-buttons .button:last-child {
    max-width: 234px;
  }
  .hero__inner h1 {
    margin-bottom: 16px;
  }
  .hero__inner h1 b span {
    width: 42px;
    right: -19px;
    top: -10px;
  }
  .about {
    margin: 70px 0;
  }
  .about__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner-content {
    margin-bottom: 20px;
  }
  .aboutItem {
    width: 100%;
    max-width: unset;
    padding: 35px 20px;
    min-height: 200px;
    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;
    margin: 0 0 20px 0 !important;
    background: #eff3ed !important;
  }
  .aboutItem:last-child {
    margin: 0 !important;
  }
  .aboutItem:nth-child(even) {
    background: #fff9ee !important;
  }
  .aboutItem span {
    display: none;
  }
  .aboutItem p {
    width: 100%;
    max-width: 250px;
  }
  .aboutItem h5 {
    width: 100%;
    max-width: 250px;
    margin-bottom: 15px;
  }
  .partners__inner {
    padding: 30px 20px;
    border-radius: 50px;
  }
  .partners__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .partnersItem {
    width: 100% !important;
    margin-bottom: 35px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .partnersItem.sm .partnersItem__logo {
    max-width: 118px;
  }
  .partnersItem:first-child {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .partnersItem:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .partnersItem:nth-child(3) {
    margin: 0;
  }
  .partnersItem::after {
    display: none;
  }
  .features {
    margin: 70px 0;
  }
  .features__inner-title {
    margin-bottom: 20px;
  }
  .features__inner h2 {
    margin-bottom: 16px;
  }
  .featuresItem {
    margin: 0 0 20px 0 !important;
    min-height: 440px;
  }
  .featuresItem:nth-child(2) .featuresItem__image {
    max-width: 200px;
  }
  .featuresItem:nth-child(3) .featuresItem__image {
    max-width: 266px;
  }
  .featuresItem__image {
    max-width: 170px;
  }
  .featuresItem h3 {
    margin-bottom: 20px;
    max-width: 270px;
  }
  .reviews__inner-title {
    margin-bottom: 20px;
  }
  .reviews__inner-slider {
    margin: 0 -10px;
    padding: 0;
  }
  .reviews__inner h2 {
    margin-bottom: 20px;
  }
  .reviewsItem {
    margin: 0 10px;
  }
  .reviewsItem__content {
    padding: 60px 12px 30px;
  }
  .reviewsItem__content span.big {
    width: 86px;
  }
  .reviews .swiper-buttons {
    margin: 25px 0 30px;
  }
  .intro {
    padding-top: 36px;
    margin-bottom: 40px;
  }
  .intro__inner-logo {
    display: none;
  }
  .intro__inner-title {
    margin-bottom: 24px;
  }
  .intro__inner-content > span {
    top: -34px;
  }
  .intro__inner h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .introBanner__image {
    width: 100%;
  }
  .info {
    margin: 30px 0;
  }
  .info__shape {
    display: none;
  }
  .infoItem {
    margin-bottom: 20px;
    padding: 20px 20px 24px 20px;
  }
  .infoItem h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .story {
    margin: 40px 0;
  }
  .story__inner {
    padding: 20px;
    border-radius: 20px;
  }
  .storyContent__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storyContent__buttons .button {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .storyImage {
    margin-bottom: 24px;
  }
  .storyImage__inner {
    padding-bottom: 128%;
  }
  .typography {
    margin: 160px 0 30px;
  }
  .typography__inner-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .auto__container {
    padding: 0 16px;
  }
  h1,
  h2 {
    font-size: 30px !important;
    line-height: 120% !important;
  }
  h3 {
    font-size: 25px;
    line-height: 120%;
  }
  h4 {
    font-size: 25px;
    line-height: 120%;
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .button {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 18px;
  }
  .button span {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .button span svg {
    width: 9px;
    height: 7px;
  }
  .header__inner-logo {
    width: 90px;
    height: 90px;
  }
  .nav__inner {
    padding: 150px 20px;
  }
  .nav__inner-side {
    margin-bottom: 30px;
  }
  .nav__inner-side li {
    margin-bottom: 28px;
  }
  .nav__inner-logo {
    margin-top: 30px;
    width: 140px;
  }
  .nav__inner-link {
    font-size: 25px;
  }
  .lang {
    font-size: 25px;
  }
  .storyContent__info li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storyContent__info li h6 {
    margin-bottom: 10px;
  }
  .storyContent__info li h6,
  .storyContent__info li p {
    font-size: 18px;
  }
  .gallery__inner-grid {
    margin: 0 -6px;
  }
  .galleryItem {
    width: calc(50% - 12px) !important;
    margin: 6px;
    border-radius: 15px;
  }
  .typography {
    margin: 130px 0 30px;
  }
}
@media (max-width: 360px) {
  .nav__inner {
    padding: 130px 20px;
  }
  .nav__inner-links li {
    margin-bottom: 24px;
  }
  .nav__inner-shape {
    height: 200px;
  }
}