@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Varela&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  /* height: 100%; */
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  color: #000;
  line-height: 1;
  font-family: Inter;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  /* font-size: inherit; */
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 82.625rem;
  margin: 0 auto;
  padding: 0 2.25rem;
}
:root {
  --color-main: rgb(31, 32, 41);
  --color-main-60: rgb(31, 32, 41, 0.6);
  --color-main-30: rgb(31, 32, 41, 0.3);
  --color-main-20: rgb(31, 32, 41, 0.2);
  --color-black: #000000;
  --color-black-80: rgba(0, 0, 0, 0.8);
  --color-black-60: rgba(0, 0, 0, 0.6);
  --color-black-50: rgba(0, 0, 0, 0.5);
  --color-black-30: rgba(0, 0, 0, 0.3);
  --color-black-20: rgba(0, 0, 0, 0.2);
  --color-white: #ffffff;
  --color-white-80: rgba(255, 255, 255, 0.8);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-white-40: rgba(255, 255, 255, 0.4);
  --color-white-20: rgba(255, 255, 255, 0.2);
  --color-gray: #575757;
  --color-mediumgray: #afafaf;
  --color-lightgray: #d4d4d4;
  --color-lightgray-2: #f8f8f8;
  --color-dark: #2b2b2b;
  --color-mediumdark: #373737;
  --color-lightdark: #999999;
  --color-extralight-gray: #e9e9e9;
  --color-red: #ff2424;
  --color-yellow: #f5ad01;
  --font-inter: "Inter";
  --font-varela: "Varela";
  --font-size-85: 85px;
  --font-size-80: 80px;
  --font-size-75: 75px;
  --font-size-70: 70px;
  --font-size-65: 65px;
  --font-size-60: 60px;
  --font-size-56: 56px;
  --font-size-50: 50px;
  --font-size-48: 48px;
  --font-size-45: 45px;
  --font-size-42: 42px;
  --font-size-40: 40px;
  --font-size-36: 36px;
  --font-size-32: 32px;
  --font-size-28: 28px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-size-21: 21px;
  --font-size-20: 20px;
  --font-size-18: 18px;
  --font-size-17: 17px;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --font-size-14: 14px;
  --font-size-12: 12px;
}
.btn__primary {
  text-wrap: nowrap;
  font-size: var(--font-size-18);
  color: var(--color-white);
  padding: 20px;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
.btn__primary .icon {
  width: 18px;
  height: 10px;
}
.btn__primary .icon use {
  transition: all 0.3s ease;
  color: var(--color-white);
}
.btn__primary.inverse {
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.btn__primary.inverse .icon use {
  color: var(--color-main);
}
@media (max-width: 1280px) {
  [class*="__container"] {
    max-width: 70.75rem;
    margin: 0 auto;
    padding: 0 2.25rem;
  }
  .btn__primary {
    font-size: var(--font-size-16);
  }
}
@media (max-width: 660px) {
  [class*="__container"] {
    padding: 0 20px;
  }
}
@media (any-hover: hover) {
  .btn__primary:hover {
    color: var(--color-main);
    background: var(--color-white);
  }
  .btn__primary:hover use {
    color: var(--color-main-60);
  }
  .btn__primary:hover.inverse {
    color: var(--color-white);
    background: var(--color-main);
  }
  .btn__primary:hover.inverse .icon use {
    color: var(--color-white-60);
  }
}
.section__hero {
  min-height: 100dvh;
  position: relative;
  margin-bottom: 80px;
  
}
.section__hero__body {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section__hero__slider {
  height: 100%;
}
.section__hero__slider:not(.swiper-initialized) .section__hero__slide {
    display: none;
}
.section__hero__slider:not(.swiper-initialized) .section__hero__slide:first-child {
    display: block;
}
.section__hero__slide {
  position: relative;
  width: 100%;
}
.section__hero__slide::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black-30);
  z-index: 1;
}
.section__hero__slide__img {
  height: 100%;
  width: 100%;
}
.section__hero__slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__hero__container {
  min-height: 100dvh;
  position: relative;
  padding-bottom: 24px;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 24px;
}
.section__hero__title {
  order: 0;
  font-size: var(--font-size-85);
  font-family: var(--font-varela);
  color: var(--color-white);
  text-transform: uppercase;
  max-width: 965px;
}
.section__hero__inner {
  order: 2;
  padding-top: 20px;
  border-top: 1px solid var(--color-white-60);
  width: 100%;
  display: grid;
  grid-template-columns: minmax(auto, 370px) auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section__hero__text {
  font-size: var(--font-size-20);
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-white);
}

.section__hero__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  order: 1;
  margin-top: -40px;
}
.section__hero__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-white-40);
  cursor: pointer;
}
.section__hero__pagination .swiper-pagination-bullet-active {
  background: var(--color-white);
}
.section__hero__mouse__body {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mouse {
  background: #737373 linear-gradient(transparent 0, transparent 50%, #fff 50%, #fff 100%);
  position: relative;
  width: 30px;
  height: 48px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation:
    colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
  animation:
    colorSlide 5s linear infinite,
    nudgeMouse 5s ease-out infinite;
}
.mouse:after,
.mouse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 24px;
  height: 42px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
@-webkit-keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #737373;
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }
  30% {
    background-color: #737373;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #737373;
  }
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  60% {
    background-color: #737373;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #737373;
  }
  100%,
  90% {
    background-color: #fff;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #737373;
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }
  30% {
    background-color: #737373;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #737373;
  }
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  60% {
    background-color: #737373;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #737373;
  }
  100%,
  90% {
    background-color: #fff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  100%,
  88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(24px);
    transform: scale(0.4) translateY(24px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-12px);
    transform: scale(0.4) translateY(-12px);
  }
  100%,
  88% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-12px);
    transform: scale(1) translateY(-12px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (max-width: 1280px) {
  .section__hero {
    margin-bottom: 60px;
  }
  .section__hero__title {
    font-size: var(--font-size-80);
  }
  .section__hero__text {
    font-size: var(--font-size-18);
  }
}
@media (max-width: 992px) {
  .section__hero {
    margin-bottom: 50px;
  }
  .section__hero__container {
    padding-bottom: 50px;
  }

  .section__hero__pagination {
    order: 0;
    margin-top: 0;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
  .section__hero__title {
    font-size: var(--font-size-75);
  }
  .section__hero__mouse__body {
    display: none;
  }
}
@media (max-width: 560px) {
  .section__hero {
    margin-bottom: 40px;
  }
  .section__hero__title {
    font-size: var(--font-size-48);
  }
  .section__hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section__hero__text {
    font-size: var(--font-size-17);
  }
}
#form_loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.footer__form #form_loader {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: rgba(176, 178, 193, 0.3);
}
.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.popup .spinner {
  border: 4px solid rgba(176, 178, 193, 1);
  border-top-color: #fff;
}
.footer__form .spinner {
  border: 4px solid rgba(176, 178, 193, 0.6);
  border-top-color: #fff;
}
.footer__map{
    background: var(--color-mediumdark);
    padding: 20px 0;
}
.footer__map iframe{
  width: 100%;
  height: 350px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.footer__form:has(.spinner) {
  position: relative;
}
.h1__mbr {
  font-size: var(--font-size-85);
  line-height: 1.2;
  font-style: var(--font-varela);
  color: var(--color-white);
  letter-spacing: -0.01em;
}
.title__mbr {
  line-height: 1.1;
  font-family: var(--font-varela);
  color: var(--color-main);
  font-size: var(--font-size-65);
}
.section__mbr {
  padding: 90px 0;
}
.text__mbr {
  line-height: 1.4;
  color: var(--color-main);
  font-size: var(--font-size-18);
}
.text__mbr span {
  font-weight: 700;
}
.subtitle__mbr {
  line-height: 1.3;
  font-family: var(--font-varela);
  color: var(--color-main);
  font-size: var(--font-size-32);
  letter-spacing: -0.01em;
}
@media (max-width: 1280px) {
  .h1__mbr {
    font-size: var(--font-size-80);
  }
  .title__mbr {
    font-size: var(--font-size-60);
  }
  .section__mbr {
    padding: 70px 0;
  }
  .text__mbr {
    font-size: var(--font-size-16);
  }
  .subtitle__mbr {
    font-size: var(--font-size-28);
  }
}
@media (max-width: 992px) {
  .h1__mbr {
    font-size: var(--font-size-75);
  }
  .title__mbr {
    font-size: var(--font-size-56);
  }
  .section__mbr {
    padding: 60px 0;
  }
  .subtitle__mbr {
    font-size: var(--font-size-24);
  }
}
@media (max-width: 560px) {
  .h1__mbr {
    font-size: var(--font-size-48);
  }
  .title__mbr {
    font-size: var(--font-size-48);
  }
  .section__mbr {
    padding: 50px 0;
  }
  .text__mbr {
    font-size: var(--font-size-15);
  }
  .subtitle__mbr {
    font-size: var(--font-size-20);
  }
}
html:has(#footer__contact) .main_contact {
  display: none;
}
