body {
  position: relative;
  height: 100%;
  background-color: #040207;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  font-family: "Commissioner", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
.modal__text-content::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

button {
  border: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #fff;
  font-family: "Commissioner", sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #486da8;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {
  margin: 0;
}
a,
span,
div,
button {
  outline: none !important;
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
.btn {
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cc984a;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  padding: 0 24px;
}

@media (max-width: 1152px) {
  .btn {
    background-color: #363539;
  }
}

.btn .top-text {
  position: absolute;
  width: 100%;
  height: 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;
  z-index: 2;
  cursor: pointer;
  padding: 0 24px;
}
.btn .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #363539;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.5s steps(29) forwards;
  animation: ani2 0.5s steps(29) forwards;
}
.btn:not(.disabled):hover .bg {
  -webkit-animation: ani 0.5s steps(29) forwards;
  animation: ani 0.5s steps(29) forwards;
}

.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.disabled .top-text {
  cursor: not-allowed;
}

.ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 1px;
}
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Light.eot");
  src: local("Commissioner-Light"),
    url("../fonts/Commissioner/Commissioner-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Commissioner/Commissioner-Light.woff2") format("woff2"),
    url("../fonts/Commissioner/Commissioner-Light.woff") format("woff"),
    url("../fonts/Commissioner/Commissioner-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Regular.eot");
  src: local("Commissioner-Regular"),
    url("../fonts/Commissioner/Commissioner-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Commissioner/Commissioner-Regular.woff2") format("woff2"),
    url("../fonts/Commissioner/Commissioner-Regular.woff") format("woff"),
    url("../fonts/Commissioner/Commissioner-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Medium.eot");
  src: local("Commissioner-Medium"),
    url("../fonts/Commissioner/Commissioner-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Commissioner/Commissioner-Medium.woff2") format("woff2"),
    url("../fonts/Commissioner/Commissioner-Medium.woff") format("woff"),
    url("../fonts/Commissioner/Commissioner-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-SemiBold.eot");
  src: local("Commissioner-SemiBold"),
    url("../fonts/Commissioner/Commissioner-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Commissioner/Commissioner-SemiBold.woff2") format("woff2"),
    url("../fonts/Commissioner/Commissioner-SemiBold.woff") format("woff"),
    url("../fonts/Commissioner/Commissioner-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("../fonts/Commissioner/Commissioner-Bold.eot");
  src: local("Commissioner-Bold"),
    url("../fonts/Commissioner/Commissioner-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Commissioner/Commissioner-Bold.woff2") format("woff2"),
    url("../fonts/Commissioner/Commissioner-Bold.woff") format("woff"),
    url("../fonts/Commissioner/Commissioner-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.main-wrapper {
  padding: 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrapper {
  min-width: 320px;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.header__items {
  display: flex;
  align-items: center;
}

body.loading {
  overflow: hidden;
}
.preloader {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  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-color: #040207;
}
.preloader video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  display: flex;
  align-items: center;
  padding-left: 317px;
}
.header.sticky {
  padding: 18px 0;
  padding-left: 317px;
  background: rgba(4, 2, 7, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.header.sticky .wrapper {
  display: flex;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  border: 0;
  background: none;
  padding: 0;
  margin-right: 115px;
}
.customLogo {
  display: none;
}
.header__menu {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  margin: 0;
}
.header__menu a {
  color: #fff;
  font-weight: 500;
}
.header__menu a:hover {
  color: #ccc;
}
.header__menu a.active {
  display: inline-block;
  position: relative;
}
.header__menu a.active:after {
  content: "";
  width: calc(100% + 18px);
  height: 1px;
  background-color: #cc984a;
  position: absolute;
  left: -9px;
  bottom: -5px;
}
.header__langs {
  margin-left: 40px;
  margin-right: 15px;
  position: relative;
  font-weight: 500;
}
.active-lang .arr {
  min-width: 16px;
}
.header__langs:before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.header__langs .dropdown.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.header__langs .active-lang .arr.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__langs .active-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.header__langs .active-lang span {
  margin-right: 3px;
  min-width: 20px;
}
.header__langs .active-lang .arr {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header__langs .dropdown {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  border-radius: 4px;
  background: rgba(4, 2, 7, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  overflow: hidden;
  min-width: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  pointer-events: none;
}
.header__langs .dropdown.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__langs .dropdown .lang-item {
  padding: 5px 10px;
  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;
  color: #fff;
  background: transparent;
  border: 0;
  width: 100%;
}
.header__langs .dropdown .lang-item:hover {
  background-color: #6e6e70;
}
.header__langs .dropdown .lang-item img {
  margin-right: 4px;
}

.header__mobile-menu {
  display: none;
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.hero {
  position: relative;
  /* height: 900px; */
  /* min-height: 100vh; */
  min-height: 100vh;
  height: 100vh;
}
.hero__video {
  width: 100%;
  height: 100%;
}
.hero__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 317px;
}
.hero__content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__socs {
  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;
  margin-right: 40px;
  min-width: 40px;
}
.hero__socs .line {
  width: 1px;
  height: 110px;
  background-color: #fff;
}
.hero__socs .line:first-child {
  margin-bottom: 20px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.hero__socs .line:last-child {
  margin-top: 20px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.hero__socs .item {
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  position: relative;
}
.hero__socs .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.hero__socs .item img {
  transition: all 0.3s;
}

.hero__socs .item:last-of-type {
  margin-bottom: 0;
}
.hero__h1 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 103%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transform: translateY(50px);
  opacity: 0;

  @media (max-width: 1152px) {
    font-size: 64px;
  }

  @media (max-width: 767px) {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 118%;
  }
}
.hero__h2 {
  margin-bottom: 30px;
  color: #89898a;
  font-size: 30px;
  font-weight: 300;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.hero__cont .btn-wrap {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0.01;
  width: fit-content;
}
.hero__cont .btn {
  min-width: 250px;
  -webkit-transition: none;
  transition: none;
}
.reserv {
  padding: 120px 0 60px;
  position: relative;
  background-color: #040207;
}
.reserv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserv__map {
  width: 850px;
  max-width: 60vw;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}
.reserv__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reserv__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reserv__form .input-wrap {
  margin-bottom: 30px;
  border: 1px solid #6e6e70;
  border-radius: 10px;
  position: relative;
  background-color: #040207;
}
.reserv__form .input-wrap.calend {
  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-right: 12px;
}
.reserv__form .input-wrap.active .placeholder {
  top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 2px;
  left: 10px;
  background-color: #040207;
  font-size: 12px;
}
.reserv__form .input-wrap .placeholder {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #89898a;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reserv__form .input-wrap input {
  width: 100%;
  height: 56px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
}
.reserv__form .input-wrap input:focus-visible {
  outline: none;
}
.reserv__form .w100 {
  width: 100%;
}
.reserv__form .w50 {
  width: calc(50% - 15px);
}
.reserv .nice-select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  padding-left: 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reserv .nice-select:after {
  width: 9px;
  height: 9px;
  margin-top: -8px;
  right: 16px;
}
.reserv .nice-select .nice-select-dropdown {
  background-color: #363539;
}
.reserv .nice-select .option.focus,
.reserv .nice-select .option.selected.focus,
.reserv .nice-select .option:hover {
  background-color: #222;
}
.reserv .privacy-input-wrap {
  margin-top: -10px;
  margin-bottom: 20px;
}
.reserv .privacy-input-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.reserv .privacy-input-wrap label input {
  position: absolute;
  z-index: -99;
  opacity: 0;
}
.reserv .privacy-input-wrap label input:checked + .check {
  background-image: url("../img/icons/done.svg");
  background-color: #fff;
  border-color: #fff;
  background-size: 22px;
  background-position: -3px -3px;
}
.reserv .privacy-input-wrap label .check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #89898a;
  margin-right: 10px;
  position: relative;
}
.reserv .privacy-input-wrap label .check-label {
  width: 100%;
  font-size: 12px;
  color: #89898a;
}
.reserv .privacy-input-wrap label .check-label a {
  color: #486da8;
}
.reserv .submit-btn {
  width: 100%;
  height: 56px;
  border: none;
}
.reserv__success-popup {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  width: 333px;
  max-width: 100%;
  padding: 16px;
  background-color: #141416;
  border-radius: 10px;
  line-height: 1.5;
  color: #fff;
  z-index: 5;
  transition: all 0.8s;
  opacity: 0;
  visibility: hidden;
}
.reserv__success-popup.visible {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.reserv__success-popup .t1 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
}
.reserv__success-popup .t2 {
  color: #89898a;
  font-size: 12px;
}
.air-datepicker-cell,
.air-datepicker--navigation,
.air-datepicker-body--day-name {
  font-weight: 600;
}
.air-datepicker {
  color: #fff;
  background-color: #363539;
  border-radius: 8px;
}
.air-datepicker-nav,
.air-datepicker {
  border-color: #000 !important;
}
.air-datepicker-nav--title:hover,
.air-datepicker-nav--action:hover,
.air-datepicker-cell.-focus- {
  background-color: #222;
}
.air-datepicker--pointer:after {
  background-color: #363539;
  border-color: #363539;
}
.air-datepicker-body--day-name {
  color: #cc984a;
}

.section-spy {
  min-height: 100vh;
  height: 100vh;
}

.menu {
  background: #040207;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.menu__background {
  background: url("../img/menu-background.jpg") center / cover no-repeat;
  position: absolute;
  inset: 0;
}

.menu__content {
  max-width: 500px;
  text-align: center;
  z-index: 9;
}

.menu__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 103%;
  letter-spacing: -0.01em;
  margin-bottom: 50px;
  text-transform: uppercase;

  @media (max-width: 1152px) {
    font-size: 52px;
    margin-bottom: 40px;
  }

  @media (max-width: 767px) {
    font-size: 36px;
    line-height: 118%;
    margin-bottom: 16px;
  }
}

.menu__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-bottom: 70px;
}

.menu .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: clamp(169px, 100%, 250px);
  margin: auto;
}

.menu .btn-wrap a {
  width: 100%;
}

.affiche {
  background: #040207;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 100px;
}

.gallery {
  background: #040207;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 100px;
  margin-bottom: 30px;
}

.main_partner {
  margin: 144px auto 0;
  max-width: 1290px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  @media (max-width: 1152px) {
    max-width: 620px;
    flex-direction: column;
    margin: 96px auto 0;
  }

  @media (max-width: 767px) {
    max-width: 100%;
    width: 100%;
    gap: 8px;
  }
}

.main_partner__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin: 0;
}

.main_partner__image {
  width: 300px;

  @media (max-width: 767px) {
    width: 200px;
  }
}

.insta {
  padding: 120px 0 450px;
  position: relative;
  z-index: 9;
  background-color: #040207;
}
.insta .next-slide,
.insta .prev-slide {
  position: absolute;
  left: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.insta .next-slide:hover,
.insta .prev-slide:hover {
  opacity: 0.7;
}
.insta .next-slide {
  top: 220px;
  transform: translateX(550px);
}
.insta .prev-slide {
  top: 750px;
  transform: translateX(-620px);
}
.insta__ttl {
  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-bottom: 40px;
  position: relative;
  z-index: 7;
}
.insta__ttl .insta-hash {
  margin-right: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 300;
}
.insta__ttl .insta-hash:hover {
  color: #cc984a;
}
.insta__ttl .insta-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-color: #363539;
  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;
}
.insta__ttl .insta-icon:hover {
  background-color: #cc984a;
}
.insta__slider .slide {
  background-color: #000;
  cursor: pointer;
}
.insta__slider .swiper-slide-active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.insta__slider .insta-top {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.insta__slider .insta-top .photo {
  margin-right: 10px;
}
.insta__slider .insta-top .name {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.insta__slider .insta-top .dots {
  margin-left: auto;
  height: 16px;
  width: 3px;
  position: relative;
}
.insta__slider .insta-top .dots span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.insta__slider .insta-top .dots span:nth-child(1) {
  top: 0;
}
.insta__slider .insta-top .dots span:nth-child(2) {
  top: calc(50% - 1px);
}
.insta__slider .insta-top .dots span:nth-child(3) {
  bottom: 0;
}
.insta__slider .insta-content {
  height: 425px;
  width: 100%;
}
.insta__slider .insta-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel {
  position: relative;
  z-index: 1;
  height: 520px;
  pointer-events: none;
}
.carousel-item {
  --items: 10;
  --width: 340px;
  --height: 520px;
  --x: calc(var(--active) * 800%);
  --y: calc(var(--active) * 200%);
  --rot: calc(var(--active) * 120deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.5);
  background: #000;
  pointer-events: all;
  -webkit-transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0.02, 0, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0, 0.02, 0, 1);
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1),
    -webkit-transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.carousel-item .carousel-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
  opacity: var(--opacity);
}
.carousel-item .carousel-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    color-stop(30%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.5)
  );
}
.contacts {
  display: flex;
  flex-direction: column;
  background-color: #040207;
  position: relative;
  z-index: 9;
}

.contacts__tel {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #89898a;
  text-align: center;
  padding: 78px 0 18px;
}

.contacts__content {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
}
.contacts__map {
  flex: 1 60%;
  position: relative;
}
.contacts__right {
  width: 40%;
  height: 100%;
  position: relative;
}
.contacts__right {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;

  @media (max-width: 1152px) {
    gap: 54px;
  }

  @media (max-width: 767px) {
    gap: 30px;
  }
}
.contacts__cont {
  margin-top: auto;
}
.contacts__cont .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 103%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 30px;

  @media (max-width: 1152px) {
    font-size: 42px;
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 16px;
  }
}
.contacts__cont .city {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contacts__cont .address {
  width: 275px;
  margin-bottom: 30px;
  color: #89898a;
  font-size: 16px;
  line-height: 1.5;
}
.contacts__cont .conts {
  margin-bottom: 30px;
}
.contacts__cont .conts a {
  margin-right: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cc984a;
  font-weight: 500;
}
.contacts__cont .conts a img {
  margin-right: 5px;
}

.contacts__cont .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
/*.contacts__cont .socs a:hover {*/
/*  -webkit-filter: brightness(2);*/
/*          filter: brightness(2);*/
/*}*/
.contacts__cont .socs a {
  display: inline-block;
  position: relative;
}
.contacts__cont .socs a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.contacts__partners {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: auto;

  @media (max-width: 1152px) {
    gap: 16px;
  }

  @media (max-width: 767px) {
    gap: 12px;
  }
}

.contacts__partners__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 103%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #828183;

  @media (max-width: 1152px) {
    font-size: 20px;
    line-height: 100%;
  }

  @media (max-width: 767px) {
    font-size: 16px;
  }
}

.contacts__partners__content {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: flex-end;

  @media (max-width: 1152px) {
    flex-flow: column;
    gap: 24px;
    align-items: flex-start;
  }

  @media (max-width: 767px) {
    align-items: center;
    gap: 16px;
  }
}

.contacts__partners__block {
  display: flex;
  flex-flow: column;
  gap: 12px;

  @media (max-width: 1152px) {
    gap: 4px;
  }
}

.wow_show_icon {
  background: url("../img/partners/wow-show.svg") 100% / cover;
  width: 210px;
  aspect-ratio: 210 / 51;

  @media (max-width: 1152px) {
    width: 142px;
  }

  @media (max-width: 767px) {
    margin: auto;
    width: 121px;
  }
}

.contacts__partners__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #828183;
}

.contacts__copy {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #89898a;
}
.contacts__copy a {
  color: #89898a;
}

.contacts__copy .line {
  height: 16px;
  width: 1px;
  margin: 0 8px;
  background-color: #89898a;
}
/* .contacts__map:after {
  content: '';
  height: 100%;
  width: 400px;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), to(#040207));
  background: linear-gradient(90deg, rgba(255,255,255,0) 20%, #040207 100%);
  position: absolute;
  top: 0;
  right: -5px;
  pointer-events: none;
} */
.contacts__map-btn {
  display: none;
}
.contacts #map {
  width: 100%;
  height: 100%;
}

/**************************\
  Basic Modal Styles
\**************************/

/* .modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100svh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
} */

/**************************\
  Demo Animation Style
\**************************/
/* @keyframes mmfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
} */

.thanks-modal {
  width: 520px;
  padding: 50px 30px;
  border-radius: 10px;
  background: #141416;
}
.thanks-modal__icon {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.thanks-modal__t1 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}
.thanks-modal__t2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 30px;
}
.thanks-modal__btn {
  width: 162px;
  height: 56px;
  border-radius: 10px;
  background: #363539;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.thanks-modal__btn:hover {
  background-color: #c09655;
}

.head-404 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-404 img {
  width: auto;
  height: 24px;
}
.body-404 {
  height: calc(100svh - 84px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.body-404:after {
  content: "";
  width: 100%;
  height: 738px;
  background-image: url("../img/404smoke.png");
  background-size: cover;
  background-position: center top;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.body-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.body-404__content .text1 {
  margin-bottom: 17px;
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
}
.body-404__content .text2 {
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: 1px;
  max-width: 455px;
  font-weight: 300;
  text-align: center;
}
.body-404__content .btn404 {
  min-width: 250px;
}
.head-404 {
  position: relative;
  z-index: 2;
}

.zaglushka .hero__cont {
  max-width: 660px;
}
.hero__tx1 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

div#map a,
div#map .gmnoprint,
div#map .gm-style-cc {
  display: none !important;
}

.contacts__cont__btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  height: 36px;
}

.arrow_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 70px;
  aspect-ratio: 1;
  z-index: 10;
  border-radius: 50%;
  background-color: #141416;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 1152px) {
    display: none;
  }
}

.arrow_to_top button {
  display: block;
  background: url("../img/arror-to-top.svg") center no-repeat;
  width: 42px;
  aspect-ratio: 1;
}

.arrow_to_top__active {
  opacity: 1;
}

.landing {
  background: #040207;
  position: fixed;
  overflow: hidden;
  height: 100dvh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );

  @media (max-width: 1152px) {
    padding-bottom: 44px;
  }

  @media (max-width: 767px) {
    padding-bottom: 22px;
  }
}

.landing::after {
  content: "";
  background: url("../img/menu-background.jpg") center / cover no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1;

  @media (max-width: 1152px) {
    background: url("../img/menu-backgroundAdaptive.jpg") center / cover
      no-repeat;
  }
}

.landing__header {
  padding: 24px 48px;
  background: #040207;
  width: 100%;
  z-index: 1;

  @media (max-width: 1152px) {
    padding: 24px;
  }

  @media (max-width: 767px) {
    padding: 10px;
  }
}

.landing__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 16px;
  width: 100%;

  -ms-overflow-style: none;
  scrollbar-width: none;

  @media (max-width: 1152px) {
    padding: 0 80px;
  }

  @media (max-width: 767px) {
    padding: 0 8px;
  }
}

.landing__image {
  height: 75vh;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
  object-fit: contain;

  @media (max-width: 1152px) {
    height: 65vh;
  }

  @media (max-width: 767px) {
    width: 85%;
    height: auto;
  }
}

.landing__imageWithDescription {
  height: 50vh;

  @media (max-width: 1152px) {
    height: 55vh;
  }

  @media (max-width: 767px) {
    width: 70%;
    height: auto;
  }
}

.landing__content::-webkit-scrollbar {
  display: none;
}

.landing__title,
.landing__title_small {
  text-align: center;
  margin: 0;
  text-wrap-style: balance;
}

.landing__title {
  @media (max-width: 767px) {
    font-size: 22px;
    line-height: 26px;
  }
}

.landing__title_small {
  margin-bottom: 16px;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}

.landing__description_wrapper {
  width: 40%;
  margin: 0 auto;
  mask-image: linear-gradient(#000 60%, transparent);
  padding-bottom: 20px;

  @media (max-width: 1152px) {
    width: 100%;
    flex-grow: 1;
    height: 0;
    overflow: auto;
  }
}

.landing__description {
  font-size: 14px;
  text-align: center;
  line-height: 140%;
  text-wrap-style: balance;
}

.landing .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 60%;
  margin: 0 auto;

  @media (max-width: 1152px) {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }

  @media (max-width: 767px) {
    width: 100%;
    gap: 8px;
    padding: 0;
  }
}

.landing .btn-wrap a {
  flex: 0 1 calc(100% / 3);
  text-align: center;

  @media (max-width: 1152px) {
    flex: 1 1 auto;
  }
}

@media (hover: hover) {
  .hero__socs .item:hover .hover {
    opacity: 1;
  }
  .hero__socs .item:hover img {
    opacity: 0.8;
  }

  .contacts__cont .socs a:hover .hover {
    opacity: 1;
  }
  .contacts__copy a:hover {
    color: #cc984a;
  }
  .contacts__cont .conts a:hover {
    color: #fff;
  }
}

@media (max-width: 1152px) {
  .header,
  .hero__content,
  .header.sticky {
    padding-left: 42px;
    padding-right: 42px;
  }

  .header__logo {
    margin-right: 72px;
  }

  .header__menu {
    padding: 0;
  }

  .menu__background {
    background: url("../img/menu-backgroundAdaptive.jpg") center / cover
      no-repeat;
  }

  .menu__content {
    max-width: 440px;
  }

  .menu__text {
    font-size: 28px;
    letter-spacing: 1.12px;
    margin-bottom: 40px;
  }

  .contacts__right {
    padding-left: 30px;
  }

  .contacts__cont .socs {
    margin-bottom: 30px;
  }

  .contacts__copy {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .contacts__copy .line {
    display: none;
  }

  .contacts__cont .conts {
    margin-bottom: 20px;
  }

  .btn .bg {
    mask: none;
  }
}

@media (max-width: 767px) {
  .header,
  .hero__content,
  .header.sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }

  .header__logo img {
    min-width: 105px;
    height: 18px;
  }

  .header__items {
    display: none;
  }

  .header__mobile-menu {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .header__mobile-menu img {
    width: 28px;
    height: 28px;
  }

  .mobile-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(200px);
    background: #040207;
    height: 100vh;
    width: 200px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: all 0.3s;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }

  .mobile-menu__close {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .mobile-menu__close img {
    width: 24px;
    height: 24px;
  }

  .mobile-menu__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0 74px;
    height: 100%;
  }

  .mobile-menu__content .btn-wrap {
    margin-top: auto;
  }

  .mobile-logo {
    width: 125px;
    height: 151px;
    margin-bottom: 30px;
  }

  .header__menu {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .header__langs {
    margin: 20px 0 0 0;
  }

  .hero__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__content .line {
    display: none;
  }

  .hero__socs {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
  }

  .hero__socs .item {
    margin-bottom: 0;
  }

  .hero__h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
  }

  .hero__video video {
    object-position: 60%;
  }

  .hero__cont .btn,
  .btn {
    min-width: auto;
    height: 40px;
    padding: 8px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .btn .top-text {
    padding: 8px 16px;
  }

  .menu__background {
    background: url("../img/menu-backgroundAdaptive.jpg") center / cover
      no-repeat;
  }

  .menu__content {
    width: 100%;
    max-width: 100%;
    margin: 0 54px;
  }

  .menu__text {
    font-size: 28px;
    letter-spacing: 1.12px;
    margin-bottom: 40px;

    font-size: 18px;
    letter-spacing: 0.72px;
    margin-bottom: 30px;
  }

  .contacts {
    height: auto;
    min-height: auto;
  }

  .contacts__tel {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 75px 0 11px;
  }

  .contacts__map {
    aspect-ratio: 1;
  }

  .contacts__map,
  .contacts__right {
    flex: 1 100%;
  }

  .contacts__right {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
  }

  .contacts__cont {
    margin: 0;
    margin-top: 24px;
  }

  .contacts__cont .city {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .contacts__cont .address {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .contacts__cont .conts {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .contacts__cont .conts a {
    margin-right: 0;
  }

  .contacts__cont .socs {
    justify-content: center;
    margin-bottom: 0;
  }

  .contacts__cont__btn {
    display: none;
  }

  .contacts__map-btn {
    display: flex;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contacts__copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
  }

  .contacts__copy .line {
    display: none;
  }
}
