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

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
select,
a {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Peridot PE Variable";
  src: url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff") format("woff"), url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Peridot PE Variable";
  src: url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff") format("woff"), url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Peridot PE Variable";
  src: url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff") format("woff"), url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Peridot PE Variable";
  src: url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff") format("woff"), url("../fonts/fonntscom-Peridot_PE_Variable_Regular.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.footer__link-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  padding: 20px 20px 0 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 798px) {
  .header {
    padding: 20px 0 0 0;
  }
}
.header__container {
  max-width: 1382px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  position: relative;
  width: 122px;
  top: 2px;
  z-index: 11;
}
.header__box {
  position: relative;
  gap: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  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;
}
@media (max-width: 798px) {
  .header__box {
    display: block;
    position: fixed;
    width: 100%;
    min-height: 0;
    top: -100%;
    left: 0;
    background-color: rgba(16, 16, 17, 0.9);
    overflow-y: auto;
    padding-left: 15px;
  }
  .burger-open .header__box {
    min-height: 100%;
    padding-top: 130px;
    top: 0;
    padding-left: 38px;
  }
}
.header__link.btn-cta.btn-cta--light {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Peridot PE Variable";
  font-weight: 400;
}
.menu__list > li {
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 798px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
  }
}
.menu .menu-item-37,
.menu .menu-item-38,
.menu .menu-item-39,
.menu .menu-item-189 {
  position: relative;
}
.menu .menu-item-37 a,
.menu .menu-item-38 a,
.menu .menu-item-39 a,
.menu .menu-item-189 a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu .menu-item-37:hover > a,
.menu .menu-item-38:hover > a,
.menu .menu-item-39:hover > a,
.menu .menu-item-189:hover > a {
  color: #D1F801;
}
.menu .menu-item-37:hover .sub-menu,
.menu .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -121px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #161616;
  width: 530px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .menu .sub-menu {
    left: 0;
  }
}
.menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 120px;
  width: 93px;
  height: 21px;
  cursor: pointer;
  z-index: 2;
}
.menu .sub-menu li {
  position: relative;
  color: #FFF;
  font-family: "Peridot PE Variable";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .sub-menu li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#C7FE02), to(#161616));
  background: linear-gradient(90deg, #C7FE02 0%, #161616 100%);
}
.menu .sub-menu li:first-child {
  border-radius: 16px 16px 0 0;
}
.menu .sub-menu li:last-child {
  border-radius: 0 0 16px 16px;
}
.menu .sub-menu li a {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, rgba(25, 47, 160, 0.16)), color-stop(32.84%, rgba(25, 47, 160, 0))), #0A0A0A;
  background: linear-gradient(90deg, rgba(25, 47, 160, 0.16) 0.01%, rgba(25, 47, 160, 0) 32.84%), #0A0A0A;
  z-index: 1;
}
.menu .sub-menu li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: calc(50% - 4px);
  width: 16px;
  height: 8px;
  cursor: pointer;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8" fill="none"%3E%3Cpath d="M5.95508 3.70898L6.20215 3.24219C6.95947 1.809 8.90067 1.73046 9.69727 3.10059L12.5459 8H8.35254L5.96094 3.75391L5.70605 4.39746C5.02586 6.10896 2.73627 6.20314 2.00684 4.5498L0 0.000976562H4.125L5.95508 3.70898ZM13.9541 3.63574H13.3916C11.7502 3.63559 10.7509 1.69996 11.6729 0.306641L11.875 0H16L13.9541 3.63574Z" fill="%23C7FE02"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.menu .sub-menu li:hover::before {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__block {
  margin-bottom: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1220px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.footer__left {
  max-width: 262px;
}
.footer__link-logo {
  width: 200px !important;
  margin-bottom: 40px;
}
.footer__right {
  max-width: 988px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Peridot PE Variable";
  font-weight: 400;
}
@media (max-width: 1220px) {
  .footer__right {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer__services-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 992px) {
  .footer__services-list {
    width: 100%;
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 650px) {
  .footer__services-list {
    display: block;
  }
}
.footer__services-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .footer__services-list li:not(:last-child) {
    margin-bottom: unset;
  }
}
@media (max-width: 650px) {
  .footer__services-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.footer__services-list li:hover a {
  color: #FFF;
  text-decoration: underline;
}
.footer__title-services {
  margin-bottom: 27px;
}
@media (min-width: 84.625em) {
  .footer__company li:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .footer__company li:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .footer__company li:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .footer__company li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__company li:hover a {
  color: #FFF;
  text-decoration: underline;
}
.footer__title-company {
  margin-bottom: 27px;
}
@media (min-width: 84.625em) {
  .footer__materials li:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .footer__materials li:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .footer__materials li:not(:last-child) {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .footer__materials li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.footer__materials li:hover a {
  color: #FFF;
  text-decoration: underline;
}
.footer__title-materials {
  margin-bottom: 27px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--City-grey, #A8A8A8);
  font-family: "Peridot PE Variable";
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 425px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
.footer li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__privacy {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__privacy:hover {
  color: #FFF;
  text-decoration: underline;
}

.header__burger {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  display: none;
}
.header__burger span, .header__burger::before, .header__burger::after {
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  right: 15%;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: #D1F801;
}
.header__burger::before {
  top: 10px;
}
.header__burger::after {
  bottom: 10px;
}
.header__burger span {
  top: calc(50% - 1px);
  -webkit-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}
.burger-open .header__burger span {
  width: 0;
  -webkit-transform: translateX(-12px);
      -ms-transform: translateX(-12px);
          transform: translateX(-12px);
}
.burger-open .header__burger::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.burger-open .header__burger::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (max-width: 798px) {
  .header__burger {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
}

.btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  border-radius: 5px;
}
.btn-cta__text {
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 500;
}
.btn-cta__text--light, .btn-cta__text--white {
  color: #161616;
}
.btn-cta__text--dark {
  color: #FFF;
}
.btn-cta__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.btn-cta__arrow--light {
  background-color: #203627;
}
.btn-cta__arrow--dark {
  background-color: #D1F801;
}
.btn-cta--light {
  width: 154px;
  background-color: #D1F801;
}
.btn-cta--dark {
  width: 204px;
  background-color: #161616;
}
.btn-cta--book {
  width: 262px;
  background-color: #D1F801;
}
.btn-cta--white {
  background-color: #FFF;
  gap: 10px;
  width: auto;
}

.h2 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-weight: 800;
  line-height: 1.3;
  max-width: 652px;
}
@media (min-width: 84.625em) {
  .h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 1.5rem , 1.2283702213rem  +  1.2072434608vw , 2.25rem )) {
    .h2 {
      font-size: clamp( 1.5rem , 1.2283702213rem  +  1.2072434608vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2283702213rem  +  1.2072434608vw , 2.25rem )) {
    .h2 {
      font-size: calc(1.5rem + 0.75 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .h2 {
    font-size: 1.5rem;
  }
}
.h2--white {
  color: #FFF;
}
.h2--liteGreen {
  color: #D1F801;
}
@media (min-width: 84.625em) {
  .h2 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .h2 {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .h2 {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .h2 {
    margin-bottom: 1.25rem;
  }
}

.h3 {
  color: #161616;
  font-family: "Peridot PE Variable";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}
.h3--white {
  color: #FFF;
}

.text,
p {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.text strong,
p strong {
  color: #161616;
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Peridot PE Variable";
  background-color: #F5F5F5;
}

.wrapper {
  position: relative;
  overflow: clip;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class$=__container] {
  max-width: 1468px;
  padding-inline: 38px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 798px) {
  [class$=__container] {
    max-width: 1422px;
    padding-inline: 15px;
  }
}