@import url(https://fonts.googleapis.com/css?family=Manrope:300,regular,700,800);
* {
  padding: 0px;
  margin: 0px;
  border: none;
  scroll-behavior: smooth;
    transition: all 0.3s ease-in-out;

}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

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

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
}

a {
  text-decoration: underline;
  color: #333;
}

a:focus {
  outline-offset: 1px;
  outline: #005ccf auto 1px;
}

.title-section {
  font-weight: 600;
  font-size: 5vh;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 1220px) {
  .title-section {
    font-size: 5vh;
  }
  .logo-with-text {
    width: 1vh;
  }
}
@media (max-width: 788px) {
  .title-section {
    font-size: 5vh;
  }
  .logo-with-text {
    width: 1vh;
  }
}

.none {
  display: none;
}

@media (max-width: 1220px) {
  .visible-desktop {
    display: none;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.no-scroll {
  overflow-y: hidden;
  overflow: hidden;
}

.container {
  width: 92%;
  justify-content: center;
  padding: 0 15px;
  margin: 0 auto; 
}

@media (max-width: 991px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 360px;
  }
}




.container--large {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 1220px) {
  .container--large {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .container--tablet-fluid {
    width: auto;
  }
}
@media (max-width: 788px) {
  .container--mobile-fluid {
    width: auto;
  }
}
.container--mobile-no-pading {
  padding: 0;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1220px) {
  .main {

  }
}
@media (max-width: 788px) {
  .main {

  }
}




.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);


  display: flex;
  align-items: center;
  height: 6vh;


  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  background: rgba(255, 255, 255, 0.8); 
  z-index: 999;
} 




.header__row {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  
}



header {
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 8vh;
}



.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}



@media (max-width: 788px) {
  .header__nav {
    display: none;
  }
  .header__nav-btn {
    display: block;
  }
}

.header__nav-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 1200; 
  display: none; 
  flex-direction: column;
  overflow-y: auto;
  height: 3vh; 
  width: 100%;
}

.mobile-nav.active {
  display: flex;
}

.mobile-nav__btn {
  background: none;
  border: none;
  cursor: pointer;
  align-self: flex-end;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden;
  clip: rect(0, 0, 0, 0); 
  border: 0;
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10vh;
}

@media (max-width: 788px) {
  .header__nav {
    display: none;
  }
  .header__row {
    justify-content: space-between;
  }
}

.header__nav-btn {
  display: none;
}
@media (max-width: 788px) {
  .header__nav-btn {
    display: block;
  }
}

.nav {
  font-size: 14px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .nav__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__row {
    
  }
  
}

.nav__link {
  font-size: 1.6vh;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
    position: relative;
  display: inline-block;
  padding: 0;
}

.nav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  color: rgba(0, 0, 0, 0.7);
}

.nav__link::after {
  content: '';
  position: absolute;
  width: 102%;
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: -1px;
  right: 1px;
  background-color: #1a73e8; 
  color: #1a73e8;
  color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav__link:hover {
  color: #000; 
}



.nav__link.active {
  color: #000; 
}

.nav__link.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;

}


/* .nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #1a73e8;
  transition: width 0.3s ease;
}

.nav__link:hover::after {
  width: 100%;
} */

.btn--dark, a.btn--dark {
  border-radius: 80px;
  padding: 10px 20px;
  background-color: #1a73e8;

  /* font-size: 16px; */
  font-size: 1.6vh;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  text-align: center;
  
}

.btn--dark:hover, a.btn--dark:hover {
  background-color: #174ea6;
}

.btn--dark--wide, a.btn--dark--wide {
  width: 100%;
}


.promo__title2 {
  font-weight: 400;
  font-size: 3vh;
  width: 90vw;
  color: #1d3763;
  background-clip: text;
  text-align: center;
}

.btn-green, a.btn-green {
  display: inline-block;
  border-radius: 80px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 2.3vh;
  color: white;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  margin-left: 1px;
  margin-right: 1px;
}
.btn-green:hover, a.btn-green:hover {
  background-color: #22533D;
  color: white;
}

.btn-autline, a.btn-autline {
  display: inline-block;
  padding: 9px 20px;
  font-weight: 400;
  font-size: 3vh;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
  


}
.btn-autline:hover, a.btn-autline:hover {
  color: #000;
  background-color: #fff;
}

.btn-price, a.btn-price {
  margin-top: auto;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 80px;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-price:hover, a.btn-price:hover {
  color: #fff;
  background-color: #000;
}

.btn-tg, a.btn-tg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 80px;
  padding: 10px 20px;
  background-color: #039be5;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.btn-tg:hover, a.btn-tg:hover {
  background-color: #3083ac;
}

.btn-whatsapp, a.btn-whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 80px;
  padding: 10px 20px;
  background-color: #00ae6c;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.btn-whatsapp:hover, a.btn-whatsapp:hover {
  background-color: #218f65;
}


/* Контейнер */
    .video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: -1; /* чтобы видео было на заднем плане */
    }

    /* Само видео */
    .video-background video {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; /* обрезает и вписывает видео */
    }




.promo__wrapper {
  padding: 30px;
  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: 100vh;
  background-color: #000;
  text-align: center;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
  /* background-image: url('../img/2325093-hd_1920_1080_25fps.gif'); */
  /* background-color: aliceblue; */
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;


  



  svg {
    position: fixed;
    top:0;
    left:0;
    width: 0;
    height: 0;
  }


  .gradients-container {
    filter: url(#goo) blur(40px) ;
    width: 100%;

    height: 100%;
    z-index: 0;
    position: absolute;
    pointer-events: none;

  }

  .g1 {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: center center;
    animation: moveVertical 30s ease infinite;

    opacity: 1;
  }

  .g2 {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;

    opacity: 1;
  }

  .g3 {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2 + 200px);
    left: calc(50% - var(--circle-size) / 2 - 500px);

    transform-origin: calc(50% + 400px);
    animation: moveInCircle 40s linear infinite;

    opacity: 1;
  }

  .g4 {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);

    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 40s ease infinite;

    opacity: 0.7;
  }

  .g5 {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: calc(var(--circle-size) * 2);
    height: calc(var(--circle-size) * 2);
    top: calc(50% - var(--circle-size));
    left: calc(50% - var(--circle-size));

    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 20s ease infinite;

    opacity: 1;
  }

  .interactive {
    position: relative;
    background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);

    width: relative;
    height: relative;
    top: -50%;
    left: -50%;

    opacity: 0.7;
  }

  overflow: hidden;
  z-index: 1;


} 


.promo__content {
  /* max-width: 678px; */
  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;
  z-index: 4;
  justify-content: space-evenly;
  height: 100%;
}
@media (max-width: 1220px) {
  .promo__content {

  }
}
@media (max-width: 788px) {
  .promo__content {
    max-width: 330px;
  }
}

.promo__title {
  width: 95vw;
  font-weight: 600; 
  color: rgba(0, 0, 0, 1);
  font-size: 8vh;
  text-align: center;
  padding: 2vh;padding: 2vh;
}

.glow-text {
  position: relative;
  font-size: 7vh;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #ffffff;
  filter: brightness(1.1);
  z-index: 1;
}




.glow-text::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00cfff, #a600ff, #ff006e, #ff8800);
  filter: blur(20px) brightness(0.8);
  opacity: 0.7;
  border-radius: 100px;
  z-index: -1;
  pointer-events: none;
  background-size: 200% 200%;
  animation: gradientShift 12s ease-in-out infinite;
  left: -17px;
}

.glow-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  background: linear-gradient(90deg, #00cfff, #a600ff, #ff006e, #ff8800);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
  filter: blur(3px) brightness(1.3);
  z-index: 0;
  pointer-events: none;
  background-size: 200% 200%;
  animation: gradientShift 12s ease-in-out infinite;

}

@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


@media (max-width: 1220px) {
  .promo__title {
    font-size: 7vh;
  }
  .glow-text {
    font-size: 7vh;
  }
}

@media (max-width: 788px) {
  .promo__title {
    font-size: 5.3vh;
    padding: 2vh;
    /* text-align: left; */
  }

  .promo__subtitle {
    /* text-align: left; */
  }


  .glow-text {
    font-size: 5vh;
  }
}


@media (max-width: 370px) {
  .promo__title {
    font-size: 4vh;
  }
  .glow-text {
    font-size: 4vh;
  }
}

@media (max-width: 370px) {
  .promo__title2 {
    font-size: 2.6vh;
  }
  .glow-text {
    font-size: 4vh;
  }
}

.promo__text {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1220px) {
  .promo__text {
    font-size: 16px;
  }
}
.promo__text p + p {
  margin-top: 1em;
}
.promo__text p {
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.benefits {
  scroll-margin-top: 60px;
  padding-bottom: 10vh;
  background: white;
  height: 100vh;
  margin-top: 10vh;
}
@media (max-width: 1220px) {
  .benefits {
    scroll-margin-top: 40px;
  }
}
@media (max-width: 1025px) {
  .benefits {
    scroll-margin-top: 30px;
     margin-top: 0vh;
     height: auto;
  }
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.benefits__row {
  display: flex;
  align-items: center;
  gap: 30px;
}


@media (max-width: 1025px) {
  .benefits__row {
    flex-direction: column; 
    align-items: flex-start; 
  }

  .benefits__img {
    width: 100%;
    max-width: 100%;
  }

  .benefits__img img {
    width: 100%;
    height: auto;
    display: block; 
  }
}



.benefits__img {
  display: flex;
  justify-content: center; 
  align-items: center;    
  flex: 0.8;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
}


@media (max-width: 788px) {
  .benefits__img {

  }
  .benefits {
      height: auto;
      padding-top: 1vh;
  }

  .benefits__title {
      font-size: 5vh;
  }
}

.benefits__desk {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.benefits__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 5vh;
  line-height: 1.2;
  
}


@media (max-width: 770px) {
  .benefits__title {
    font-size: 5vh;
  }
  .btn--dark, a.btn--dark {
    font-size: 2vh;
  }
}

@media (min-width: 770px) and (max-width: 1024px) {
  .benefits__title {
    font-size: 5vh;
  }
}

.benefits__text {
  margin-bottom: 30px;
  font-size: 3vh;
  font-weight: 500;
  color: grey;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .benefits__text {
    font-size: 3.3vh;
    margin-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .benefits__text {
    font-size: 3vh;
  }
}

.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}


@media (max-width: 1220px) {
  .benefit {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 788px) {
  .benefit {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.benefit__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7vh;
  height: 7vh;
  border-radius: 2vh;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1220px) {
  .benefit__img {
    width: 6vh;
    height: 6vh;
  }
}

@media (max-width: 1025px) {
  .benefit__img {
    width: 5vh;
    height: 5vh;
    border-radius: 1vh;
  }

  .benefit {
    flex-direction: column;
    align-items: flex-start;
    text-align: start; 
    row-gap: 10px; 
  }

  .benefit__img {
    margin-bottom: 0;
  }

  .benefit__desk {
    align-items: start;
  }
}

.benefit__desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #2f2f2f;
}

.benefit__title {
  color: #000;
  font-weight: 600;
  font-size: 3vh;
  line-height: 1;
}
@media (max-width: 599px) {
  .benefit__title {

  }
}

@media (min-width: 600px) and (max-width: 1025px) {
  .benefit__title {
    font-size: 3vh;
  }
  .service__title {
    font-size: 3vh;
  }
}

.locations {
  scroll-margin-top: 60px;
}
@media (max-width: 1220px) {
  .locations {
    scroll-margin-top: 40px;
  }
}
@media (max-width: 788px) {
  .locations {
    scroll-margin-top: 30px;
  }
}

.location__row {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 788px) {
  .location__row {
    margin-bottom: 20px;
  }
}

.location__title {
  max-width: 430px;
}

.location__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 1220px) {
  .location__controls {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (max-width: 788px) {
  .location__controls {
    display: none;
  }
}
.location__controls--mobile {
  display: none;
  margin-top: 20px;
}
@media (max-width: 788px) {
  .location__controls--mobile {
    display: block;
  }
}

@media (max-width: 1220px) {
  .location__controls-img {
    width: 42px;
    height: 42px;
  }
}

.slider img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset !important;
  height: unset !important;
  height: 400px !important;
}
@media (max-width: 788px) {
  .slider img {
    height: 250px !important;
  }
}

.slider > div:first-child {
  padding-left: 15px;
}

.services {
  scroll-margin-top: 60px;
  padding-top: 10vh;
  position: relative;
  z-index: 1;
}


@media (max-width: 599px) {
  .services{
    padding-bottom: 10vh;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  .services {
      height: auto;
      padding-bottom: 10vh;
  }
}

@media (min-width: 1200px) {
  .services {
    height: 93vh;
  }
}


@media (max-width: 1220px) {
  .services {
    scroll-margin-top: 40px;
        padding-bottom: 10vh;

  }
}
@media (max-width: 788px) {
  .services {
    scroll-margin-top: 30px;
    padding-bottom: 10vh;

  }
}

.container_title {
  margin-bottom: 5vh;
  max-width: 570px;
}

@media (max-width: 788px) {
  .services__title {

  }
  
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}



.services__list-item {
  flex: 0 0 calc((100% - 3 * 30px) / 4); 
  max-width: calc((100% - 3 * 30px) / 4);
}

@media (max-width: 1025px) {
  .services__list {
    display: block;
  }

  .services__list-item {
    flex: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px; 
  }
  
  .services__list-item:last-child {
    margin-bottom: 0;
  }
}


@media (max-width: 1220px) {
  .services__list-item {

  }
}






.service {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.5;
}

.service__icon {
  margin-bottom: 20px;
  height: 5vh;
  width: 5vh;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));

}
@media (max-width: 788px) {
  .service__icon {
    margin-bottom: 10px;
  }
}

.service__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 3vh;
  line-height: 1;
  color: #000;
}

.price {
  padding: 60px 0 120px;
  background-color: #F6F6F6;
}
@media (max-width: 1220px) {
  .price {
    padding: 60px 0 80px;
  }
}
@media (max-width: 788px) {
  .price {
    padding: 60px 0 60px;
  }
}

.price__title {
  margin-bottom: 40px;
}
@media (max-width: 788px) {
  .price__title {
    margin-bottom: 20px;
  }
}

.price__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 788px) {
  .price__cards {
    row-gap: 30px;
  }
}
.price__cards > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1220px) {
  .price__cards > * {
    min-width: 354px;
  }
}
@media (max-width: 788px) {
  .price__cards > * {
    min-width: unset;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.card__img {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 37/18;
}

.card__body {
  padding: 20px 24px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
}

.card__title {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}

.card__price {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.2;
  color: #00ae6c;
}

.card__list {
  margin-bottom: 25px;
  padding-left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  font-size: 14px;
  line-height: 1.2;
}

.card__list-item {
  list-style: disc;
}

.cta__wrapper {
  padding: 30px;
  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: 400px;
  border-radius: 40px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cta__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg@2x.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg@2x.jpg");
  }
}
@media (max-width: 1220px) {
  .cta__wrapper {
    height: 326px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg-tablet.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg-tablet.jpg");
  }
}
@media (max-width: 1220px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1220px) and (min-resolution: 192dpi) {
  .cta__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg-tablet@2x.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg-tablet@2x.jpg");
  }
}
@media (max-width: 788px) {
  .cta__wrapper {
    height: auto;
    padding: 40px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg-mobile.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg-mobile.jpg");
    border-radius: 20px;
  }
}
@media (max-width: 788px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 788px) and (min-resolution: 192dpi) {
  .cta__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("./../img/cta/cta-bg-mobile@2x.jpg");
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url("./../img/cta/cta-bg-mobile@2x.jpg");
  }
}

.cta__content {
  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;
  row-gap: 25px;
  text-align: center;
}

.cta__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1220px) {
  .cta__title {
    font-size: 32px;
  }
}
@media (max-width: 788px) {
  .cta__title {
    font-size: 24px;
  }
}

.cta__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
}
@media (max-width: 1220px) {
  .cta__text {
    font-size: 16px;
  }
}
@media (max-width: 788px) {
  .cta__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.cta__btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.map {
  scroll-margin-top: 60px;
  background: ghostwhite;
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: 100vh;
  position: relative;
  z-index: 1;

}
@media (max-width: 1220px) {
  .map {
    scroll-margin-top: 40px;
  }
}
@media (max-width: 788px) {
  .map {
    scroll-margin-top: 30px;
  }
}

.map__title {
  margin-bottom: 5vh;
}
@media (max-width: 788px) {
  .map__title {
    margin-bottom: 10px;
  }
}

.map__desc {
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
  font-size: 2vh;
}
@media (max-width: 788px) {
  .map__desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.map__img,
.map__iframe {
  border-radius: 20px;
  height: 60vh;
}
@media (max-width: 788px) {
  .map__img,
  .map__iframe {
    border-radius: 15px;
  }
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1220px) {
  .faq__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width: 788px) {
  .faq__wrapper {
    row-gap: 20px;
  }
}

.faq__title {
  width: 470px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1220px) {
  .faq__title {
    width: auto;
  }
}

.faq__topics {
  width: 670px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1220px) {
  .faq__topics {
    width: auto;
  }
}

.topic {
  padding: 30px 0;
  border-top: 1px solid #ececf1;
  border-bottom: 1px solid #ececf1;
}
@media (max-width: 1220px) {
  .topic {
    padding: 17px 0;
  }
}
@media (max-width: 788px) {
  .topic {
    padding: 15px 0;
  }
}

.topic + .topic {
  margin-top: -1px;
}

.topic__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #000;
}
@media (max-width: 788px) {
  .topic__title {
    font-size: 18px;
  }
}

.topic__btn {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.topic__btn:hover:not(:focus-visible) {
  opacity: 0.5;
}
.topic__btn:active:not(:focus-visible) .topic__title {
  color: #00ae6c;
}
.topic__btn:focus {
  outline: none;
}
.topic__btn:focus-visible {
  outline-offset: 1px;
  outline: #005ccf auto 1px;
}

@media (max-width: 788px) {
  .topic__icon {
    width: 32px;
    height: 32px;
  }
}

.topic__content {
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (max-width: 788px) {
  .topic__content {
    padding-top: 13px;
    font-size: 14px;
  }
}

.topic__content a {
  text-decoration: underline;
  color: #00ae6c;
}

.topic__content-padding {
  padding-top: 30px;
}
.topic__content-padding p + p {
  margin-top: 1em;
}

.footer {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}
.footer a {
  color: #fff;
  font-size: 2vh;
}
@media (max-width: 788px) {
  .footer {
    padding: 40px 0;
  }
}

.footer__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;
  row-gap: 30px;
}

.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 788px) {
  .nav-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}

.nav-footer__item {
  list-style: none;
}

a.nav-footer__link {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

a.nav-footer__link:hover {
  color: #00ae6c;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 788px) {
  .social-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.top-link {
  position: fixed;
  right: 40px;
  bottom: 40px;
  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: 6vh;
  height: 6vh;
  border-radius: 2.5vh;
  background-color: #0c1628;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 50;
}

.top-link:hover {
  background-color: #333333;

}

.top-link img {
  display: block;
}

.top-link:hover img {
}

.top-link--visible {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mobile-nav--open {
  opacity: 1;
  pointer-events: all;
  height: 3vh;
}
.mobile-nav--open {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav__header {


  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 6vh;

}
.mobile-nav__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: #f6f6f6;
}

.mobile-nav-list {
  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;
  gap: 30px;
  text-align: center;
  font-size: 2vh;
  font-weight: 400;
}
.mobile-nav-list a {
  color: rgba(0, 0, 0, 0.9);
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.modal--open {
  opacity: 1;
  pointer-events: all;
}

.modal__body {
  position: relative;
  padding: 40px;
  width: 420px;
  color: #2f2f2f;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 788px) {
  .modal__body {
    padding: 20px;
    width: 360px;
  }
}

.modal--open .modal__body {
  -webkit-transform: translate(0%);
          transform: translate(0%);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 144px;
}


@media (max-width: 788px) {
  .modal-close {
    top: 10px;
    right: 10px;
  }
}

.modal__header {
  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;
  row-gap: 10px;
  font-size: 14px;
  text-align: center;
}

.modal__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 788px) {
  .modal__title {
    font-size: 28px;
  }
}

.modal__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.input {
  padding: 20px 30px;
  border: 1px solid #b3b3b3;
  border-radius: 80px;
  height: 60px;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.modal-checkbox__lebel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
}

.fake-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(./../img/icons/tick-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fake-checkbox::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 16px;
  height: 13px;
}

.real-checkbox:checked + .fake-checkbox {
  border: 1px solid #000000;
  background-color: #000000;
}

.real-checkbox:checked + .fake-checkbox::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}








.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}




























.dot {
  position: absolute;
  border-radius: 50%;
  background: white;
}

.orbit-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: orbit-rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#anim2 {
  background: black;
}



.dot {
  width: 20px !important;
  height: 20px !important;
  background: red !important;
  border-radius: 50%;
  position: absolute;
}











.logo-with-text {
  display: flex;
  align-items: center; 
  width: 30%;   
  height: auto; 
  
}



.vertical-text-grid {
  display: grid;
  grid-template-rows: repeat(3, auto);
  row-gap: 1px; 
  align-items: start; 
  text-align: left;
  color: rgba(0,0,0,0.4);
  font-size: 1.3vh;
  font-weight: 600; 
  cursor: pointer;
}






.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


  .mobile-nav--open {
    opacity: 1;
    pointer-events: all;
  }
  
  .mobile-nav__header {
    
    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;
  }
  
  .mobile-nav__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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: #f6f6f6;
  }
  

.mobile-nav-list a {
  color: rgba(0, 0, 0, 0.8);
}







  @media screen and (max-width: 788px) {
    .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 16px;
    }
  
    .logo {
     
    }
  
    .menu-button {
    }
  }






  /* :root {
    --color-bg1: rgb(108, 0, 162);
    --color-bg2: rgb(0, 17, 82);
    --color1: 18, 113, 255;
    --color2: 221, 74, 255;
    --color3: 100, 220, 255;
    --color4: 200, 50, 50;
    --color5: 180, 180, 50;
    --color-interactive: 140, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
  } */


  :root {
  /* Фоновые градиенты: мягкий песочно-терракотовый → тёплый кофейный */
  --color-bg1: rgb(197, 150, 122);   /* sand-terracotta */
  --color-bg2: rgb(93, 72, 61);      /* deep warm coffee */

  /* Акцентные и вспомогательные цвета (тёплые, естественные) */
  --color1: 205, 133, 100;  /* терракота */
  --color2: 228, 176, 145;  /* персиковый нюд */
  --color3: 189, 160, 140;  /* тёплый тауп */
  --color4: 150, 97, 83;    /* пыльный кирпичный */
  --color5: 195, 179, 120;  /* мягкий оливково-золотистый */

  /* Для интерактивных элементов: приглушённый глин-руд */
  --color-interactive: 216, 140, 115;

  /* Остальные настройки без изменений */
  --circle-size: 80%;
  --blending: hard-light;



  --lg-bg-color: rgba(255, 255, 255, 0.25);
  --lg-highlight: rgba(255, 255, 255, 0.75);
  --lg-text: #ffffff;
  --lg-red: #fb4268;
  --lg-grey: #444739;




  --vh: 1vh; /* запасное значение */

}
  
  @keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  
  @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  
  
  



  .text-container {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 96px;
    color: white;
    opacity: 0.8;
    user-select: none;
    text-shadow: 1px 1px rgba(0,0,0,0.1);
  }
  
  :root {
    --color-bg1: rgb(108, 0, 162);
    --color-bg2: rgb(0, 17, 82);
    --color1: 18, 113, 255;
    --color2: 221, 74, 255;
    --color3: 100, 220, 255;
    --color4: 200, 50, 50;
    --color5: 180, 180, 50;
    --color-interactive: 140, 100, 255;
    --circle-size: 80%;
    --blending: hard-light;
  }
  
  @keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  
  @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  
  
  .gradient-bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
    top: 0;
    left: 0;
  
    svg {
      position: fixed;
      top:0;
      left:0;
      width: 0;
      height: 0;
    }
  
  
    .gradients-container {
      filter: url(#goo) blur(40px) ;
      width: 100%;
      height: 100%;
    }
  
    .g1 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: center center;
      animation: moveVertical 30s ease infinite;
  
      opacity: 1;
    }
  
    .g2 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: calc(50% - 400px);
      animation: moveInCircle 20s reverse infinite;
  
      opacity: 1;
    }
  
    .g3 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2 + 200px);
      left: calc(50% - var(--circle-size) / 2 - 500px);
  
      transform-origin: calc(50% + 400px);
      animation: moveInCircle 40s linear infinite;
  
      opacity: 1;
    }
  
    .g4 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: var(--circle-size);
      height: var(--circle-size);
      top: calc(50% - var(--circle-size) / 2);
      left: calc(50% - var(--circle-size) / 2);
  
      transform-origin: calc(50% - 200px);
      animation: moveHorizontal 40s ease infinite;
  
      opacity: 0.7;
    }
  
    .g5 {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: calc(var(--circle-size) * 2);
      height: calc(var(--circle-size) * 2);
      top: calc(50% - var(--circle-size));
      left: calc(50% - var(--circle-size));
  
      transform-origin: calc(50% - 800px) calc(50% + 200px);
      animation: moveInCircle 20s ease infinite;
  
      opacity: 1;
    }
  
    .interactive {
      position: absolute;
      background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
      mix-blend-mode: var(--blending);
  
      width: 100%;
      height: 100%;
      top: -50%;
      left: -50%;
  
      opacity: 0.7;
    }
  }





 
.mobile-nav .container {
  max-width: 1200px;   
  margin: 0 auto;     
  padding: 0 15px;
  width: 100vw; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mobile-nav__header {
  position: relative;      
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6vh;
}









.header-elements {
  width: 90vw;
  max-width: 1200px;      
  margin: 0 auto;         
  
  display: flex;         
  justify-content: space-between; 
  align-items: center;   
  
  padding: 0 15px;        
  box-sizing: border-box;  
}



.mobile-nav__body {
  position: relative;       
  z-index: 0;
  background: transparent;
}

















.promo__stats {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  width: 80vw;
}

.stats__inner {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat__number {
  font-size: 3.2vh;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  display: inline-flex;
  align-items: center;
}

.stat__star {
  width: 1em;
  height: 1em;
  margin-left: 0.1em;
  transform: translateY(2%);
  fill: #000;
}

.stat__label {
  margin-top: 0.4rem;
  font-size: 2vh;
  color: rgba(0, 0, 0, 0.6);
}



@media (min-width: 600px) and (max-width: 1024px) {
  .stat__label {
    font-size: 2vh;
  }
}


@media (max-width: 599px) {
  .stat__label {
    font-size: 1.8vh;
  }
}



.decor-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vh;   
  height: 50vh;
  pointer-events: none;
  z-index: -1;    
  padding: 10px;
}

.waves-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 20vh;   
  height: 20vh;
  pointer-events: none;
  z-index: -1; 
  padding: 5vh;
  visibility: hidden;
}

.benefit_subtitle {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);;
}

@media (max-width: 599px) {
  .footer__logo {
    height: auto;
    width: 20vh;
  }
  .benefit_subtitle {
    font-size: 2vh;
  }
  .decor-image {
    width: 60vw;  
    height: 80vw;
  }
  .map__desc {
    font-size: 2vh;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .footer__logo {
    height: auto;
    width: 20vh;
  }
  .benefit_subtitle {
    font-size: 2vh;
  }
}

@media (min-width: 1025px) {
  .footer__logo {
    height: auto;
    width: 30vh;
  }
  .benefit_subtitle {
    font-size: 2vh;
  }
  .map__desc {
    font-size: 2vh;
  }
}

.legal-links{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
    align-items: center;
    

}


.footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}


.footer__legal-title {
  font-size: 1rem;
  color: #666;
  width: fit-content; 
  margin: 0 auto;
}










.footer {
  background-color: #0c1628;
  padding: 3rem 1rem;
  color: #e5e7eb;
  text-align: center;
}

.footer__brand img {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 100px;
  height: auto;
}

.footer__nav-container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: left;
  font-size: 0.9rem;
}

.footer__nav-block {}

.footer__nav-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: darkgray;
  font-size: 2vh;
}

.footer__nav-list {
  list-style: none;
}

.footer__nav-list li {
  margin-bottom: 0.5rem;
}

.footer__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: medium;
}

.footer__link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1a73e8;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.footer__link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer__text {
  color: #9ca3af;
}

.footer__copyright {
  margin-top: 3rem;
  font-size: 1.5vh;
  color: #6b7280; 
  text-align: center;
}




.footer__nav-block:not(:last-child) {
  border-right: 1px solid #4b5563; 
}



.footer__nav-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .footer__nav-container {
    grid-template-columns: 1fr;
  }
}

.designn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23vh;   
  height: 23vh;
  pointer-events: none;
  z-index: -1; 
}


@media (max-width: 599px) {
  .designn {
    visibility: hidden;
  }
} 

@media (min-width: 600px) and (max-width: 1024px) {

  .designn {
    width: 20vh;   
  height: 20vh;
   
     padding-bottom: 0vh;
     visibility: hidden;
  }
}

.text {
  font-weight: 400;

  font-size: 3vh;
  width: 90vw;
  color: #1d3763;

  background-clip: text;
  text-align: center;
  height: 2vh;
  transition: opacity 0.4s ease-in-out;

}

@keyframes flicker {
  0%   { opacity: 0.3; }
  50%  { opacity: 1; }
  100% { opacity: 0.3; }
}

.blinking-cursor {
  user-select: none;
  animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}

  .btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
    user-select: none;
  }
 .btn .arrow {
    margin-top: 6px;
    width: 12px;
    height: 24px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 16px solid white;
    transform: rotate(180deg);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }





.arrow-down {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}


.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #b91a2f;
    border-right: 2px solid #b91a2f;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}


.typer {
  font-weight: 400;
  font-size: 2.6vh;
  width: 90vw;
  color: rgba(0, 0, 0, 0.8);
  background-clip: text;
  text-align: center;
  height: 2vh;
  transition: opacity 0.4s ease-in-out;
  padding: 12px;
}








.scrollDist {
  width: 100%;
  height: 200%;
}




.button {
  background-color: #007bff;
  border: none;
  padding: 12px 24px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.svg {
  width: 40px; 
  height: 40px; 
}

.button {
  width: 38px;
  height: 82px;
  padding: 2px;
  border: 1px solid white;
  border-radius: 50px;
  background: rgba(141, 141, 141, 0.18);
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.svg {
  width: 22px;
  height: 62px;
  transform: rotate(180deg);
}

.button:hover {
  transform: scale(-1.2);
}

.button:focus {
  height: 0px;
  width: 0px;
  padding: 0px;
  border: 0px;
}

.button:focus > .svg {
  display: none;
  height: 0px;
}


.arrow_down {
  height: 4vh;
  width: 4vh;
}



.arrow {
	width: 6vmin;
	height: 6vmin;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(135deg);
	
	&::before {
		content: '';
		width: 100%;
		height: 100%;
		border-width: .8vmin .8vmin 0 0;
		border-style: solid;
		border-color: #1d3763;
		transition: .2s ease;
		display: block;
		transform-origin: 100% 0;
	}

	
	&:after {
		content: '';
		float: left;
		position: relative;
		top: -100%;
		width: 100%;
		height: 100%;
		border-width: 0 .8vmin 0 0;
		border-style: solid;
		border-color: #1d3763;
		transform-origin: 100% 0;
		transition:.2s ease;
	}
	
	&:hover::after {
		transform: rotate(45deg);
		border-color: #1d3763;
		height: 120%;
	}
	&:hover::before {
		border-color: #1d3763;
		transform: scale(.8);
		
	}
	
}









.btn-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.a_href {
  display: block;
  margin: auto;
  padding: 1vh;
  font-family: sans-serif;
  font-size: 2.2vh;
  font-weight: 700;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  transition: all .3s cubic-bezier(.2, 0, 0, 0.9);
  z-index: 1;

  
  &:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .3s cubic-bezier(.2, 0, 0, 1);
    transform-origin: bottom center;
    z-index: -1;
    corner-radius: 10vh;
  }
  
  &:hover {

    &:after {
      transform: scaleX(1.5);
    }
  }
}







.ell, #ai {
	fill: none;
  width: 500px;
  height: 500px;
  outline: 1px double red;
}






#site-loader {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20vh;
    height: 20vh;
    background-color: #FFFFFF; 
    display: flex;
    
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: transparent;
}

#loader-canvas {
    max-width: 20vh;
    max-height: 20vh; 
}

#loader-text {
    color: #495057;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 5px; 
    letter-spacing: 2px;
    font-size: 1rem;
    height: 1.2rem;
    position: relative;
}

#loader-text::after {
    content: '|';
    display: inline-block;
    margin-left: 2px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    49% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
}


















.bouncing-blob {
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 50%;
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform-origin: left top;
}

.bouncing-blob--blue {
  background: #4783c7;
}

.bouncing-blob--white {
 background: #ffffff;
  z-index: 2;
  width: 15vw;
}

.bouncing-blob--purple {
  background: #8c8ff1;
}

.bouncing-blob--pink {
  background: #e289cd50;
}

.bouncing-blobs-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bouncing-blobs-glass {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(140px);
  -webkit-backdrop-filter: blur(140px);
  pointer-events: none;
}

.bouncing-blobs {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero h2 {
  font-size: 70px;
  max-width: 800px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #021123;
}

.hero p {
  font-size: 24px;
  max-width: 500px;
  text-align: center;
  color: #021123;
}

@media (max-width: 1200px) {
  .bouncing-blobs-glass {
    backdrop-filter: blur(120px);
    -webkit-backdrop-filter: blur(120px);
  }
}

@media (max-width: 500px) {
  .bouncing-blob {
    width: 60vw;
  }
  .bouncing-blob--white {
    width: 30vw;
  }
  .bouncing-blobs-glass {
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
  }

  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
    padding: 0 20px;
  }
}

.tutorial-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  gap: 0 5px;
  border: 2px solid;
  border-radius: 5px;
  padding: 4px 10px;
}

.tutorial-link svg {
  width: 30px;
}

@media(max-width: 500px) {
  .tutorial-link a {
    font-size: 14px;
    padding: 2px 4px;
  }
  .tutorial-link svg {
    width: 15px;
  }
}


.glass-container {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 2rem;
  overflow: hidden;
  flex: 1 1 auto;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  color: var(--lg-text);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}


.glass-container--rounded {
  border-radius: 3rem;
}

.glass-container--large {
  flex: 1 1 auto;
  margin-top: 6vh;
}

.glass-container--medium {
  flex: 1 1 auto;
}

.glass-container--small {
  flex: 0 1 auto;
}

.glass-filter,
.glass-overlay,
.glass-specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.glass-filter {
  z-index: 0;
  backdrop-filter: blur(4px);
  filter: url(#lensFilter) saturate(120%) brightness(1.15);
}

.glass-overlay {
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  z-index: 2;
  box-shadow: inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}

.glass-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
  height: 80vh;
  width: 90vw;
}

.glass-content__link {
  margin-bottom: -1px;
  margin-top: 6px;
  transition: transform 0.2s ease-out;

  img {
    width: 78px;
  }

  &:hover {
    transform: scale(1.1);
  }

  &:active {
    transform: scale(0.95);
  }
}

.player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

.player__img {
  width: 5rem;
  height: auto;
  border-radius: 0.5rem;
  margin-right: 1rem;
  transition: transform 0.25s ease-out;

  &:hover {
    transform: scale(1.1);
  }

  &:active {
    transform: scale(0.95);
  }
}

.player__legend {
  color: black;
}

.player__legend__title,
.player__legend__sub-title {
  margin: 0;
  font-size: 1rem;
}

.player__legend__sub-title {
  opacity: 0.6;
}

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

.player__controls > :first-child {
  margin-right: 2rem;
}

.glass-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--lg-grey);
  transition: color 0.3s ease;
  cursor: pointer;
}

.glass-item svg {
  fill: var(--lg-grey);
  height: 50px;
  margin-bottom: 0.25rem;
  filter: drop-shadow(0 0 3px rgba(255 255 255 / 0.25));
  transition: transform 0.25s ease-out;

  &:hover {
    transform: scale(1.1);
  }

  &:active {
    transform: scale(0.95);
  }
}

.glass-item--active {
  background: rgba(0, 0, 0, 0.25);
  color: var(--lg-red);
  margin: -8px -40px;
  padding: 0.5rem 2.5rem;
  border-radius: 3rem;
}

.glass-item--active svg {
  fill: var(--lg-red);
}


.contact {
  scroll-margin-top: 60px;
  background: white;
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: 100vh;
  position: relative;
  z-index: 1;
}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}


input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}



#form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto;
}

input {
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px rgba(0, 0, 0, 0.4);
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 1vh;
  margin-bottom: 1vh;
}

input:hover {
  color: #e2dedb;
}

textarea {
  width: 470px;
  max-width: 470px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #726659;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 1vh;
}

textarea:hover {
  color: #e2dedb;
}

#submit {
  width: 502px;
  
  padding: 0;
  margin: -5px 0px 0px 0px;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: #b3aca7;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}













.contact-flex {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.contact-info {
  flex: 1;
  min-width: 280px;
  max-width: 480px;
  min-width: 50%;
}

.contact-title {
  font-size: 3vh;
  font-weight: 600;
  margin-bottom: 1rem;
}

.contact-title2 {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #111;
  font-size: 2vh;
  line-height: 1.5;
}

.contact-info p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #333;
}

.contact-form-wrapper {
  flex: 1;
  max-width: 40vw;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: #fff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-family: 'Inter', sans-serif;
 
}

.contact-form label {
  font-size: 2vh;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.2s ease;
  color: #111;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0071e3;
  background-color: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 22vh;
  min-width: 100%;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 0.85rem;
  gap: 0.5rem;
  line-height: 1.4;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-top: 3px;
  height: 2vh;
  width: 2vh;
}

.contact-form button[type="submit"] {
  background-color: #1a73e8;
  color: #ffffff;
  padding: 0.8rem 1.25rem;
  border: none;
  border-radius: 80px;
  
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   align-self: center;
  width: 40%;
  font-weight: 400;
  font-size: 2.2vh;
}

.contact-form button[type="submit"]:hover {
  background-color: #174ea6;
  transform: translateY(-1px);
}


@media (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
  }

  .contact-form {
    padding: 2rem;
  }

  .glass-content {
    height: 75vh;
  }

  .glass-container--large {
    margin-top: 0vh;
  }

  .typer {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
  }


  :root {
    --lg-bg-color: rgba(255, 255, 255, 0.25);
  }


}


.checkbox {
  display: inline-flex;  
  gap: 0.5rem;         
}

  .checkbox-wrapper {
  display: inline-block; 
  width: auto;          
}


.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.95rem;
}



.contact-row {
  display: grid;
  grid-template-columns: 200px 1fr; 
  align-items: baseline;
  gap: 1rem;
}

.label {
  font-weight: 500;
  white-space: nowrap;
  color: #111;
}

.contact-row a {
  text-decoration: none;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
  color: #1a73e8;
  font-weight: 400;
  font-size: 2vh;
}

.contact-row a:hover {
  color: #174ea6;
}

.icon {
  font-size: 1rem;
}

.highlight {
  font-weight: 600;
}


.contact-form textarea {

}


@media (max-width: 1024px) {
  .contact {
    height: auto;
  }
  .contact-flex {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-form-wrapper,
  .contact-info {
    max-width: 100%;
    flex: none;
  }

  .contact-form {
    padding: 2rem 1.5rem;
  }

  input,
  textarea {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  
  .contact-title2 {
    font-size: 2vh;
  }

  .contact-row {
    grid-template-columns: 150px 1fr;
    gap: 0.5rem;
    display: block;
  }

  .label {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .contact {
    padding-top: 6vh;
    padding-bottom: 6vh;
    height: auto;
  }

  .contact-flex {
    gap: 1.5rem;
  }

  .contact-title {
    font-size: 2.8vh;
  }

  .contact-title2 {
    font-size: 2vh;
  }

  .contact-row {
    grid-template-columns: 1fr; 
    gap: 0.25rem;
  }

  .label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }

  .contact-row a {
    font-size: 2vh;
  }

  .contact-form-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .contact-form {
    padding: 1.5rem 1rem;
  }

  input,
  textarea {
    font-size: 2vh;
  }

  .contact-form button[type="submit"] {
    width: 60%;
    font-size: 2vh;
  }

  .top-link  {
    visibility: hidden;
  }
}

.service__subtitle {
  font-size: 2vh;
}

.fa-solid, .fas {
  font-size: 2vh;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  font-size: 2vh;
}


.body-title {
  font-size: 3vh;
  font-weight: 600;
  margin-bottom: 1.87vh;
  margin-top: 5vh;
  position: relative; 

}

.body-text {
  font-size: 2vh;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .body-title {
    font-size: 2.8vh;
    padding-top: 1rem
  }
}


.impressum {
  scroll-margin-top: 60px;
  background: white;
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: auto;
  position: relative;
  z-index: 1;

}

@media (max-width: 480px) {
  .impressum {
    height: auto;
  }
}


.company-info{
  padding: 1rem;
  background: ghostwhite;
  border-left: 4px solid #1a73e8;
  border-radius: 6px;
  display: flex;
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
}


.company-info p {
  font-size: 2vh;
  line-height: 1.6;
  color: #333;
}



.datenschutz {
  scroll-margin-top: 60px;
  background: white;
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .datenschutz {
    height: auto;
  }
}

.gdpr-list {
  list-style: none; 
  margin-left: 0;
  padding-left: 0;
  margin: 1.87vh;
  margin-right: 0px;
}

.gdpr-list li {
  position: relative; 
  padding-left: 2vh; 
  margin-bottom: 1rem;
  font-size: 2vh;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.gdpr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1vh; 
  width: 0.7vh;
  height: 0.7vh;
  background-color: black; 
  border-radius: 50%; 
}















































/* 

.liquidGlass-wrapper {
  position: relative;
  display: flex;
  font-weight: 600;
  overflow: hidden;

  color: black;
  cursor: pointer;

  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);

  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}

.liquidGlass-effect {
  position: absolute;
  z-index: 0;
  inset: 0;

  backdrop-filter: blur(3px);
  filter: url(#glass-distortion);
  overflow: hidden;
  isolation: isolate;
}

.liquidGlass-tint {
  z-index: 1;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
}

.liquidGlass-shine {
  position: absolute;
  inset: 0;
  z-index: 2;

  overflow: hidden;

  box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);
}

.liquidGlass-text {
  z-index: 3;
  font-size: 2rem;
  color: black;
}



.menu,
.menu > div {
  padding: 0.4rem;
  border-radius: 1.8rem;
  height: 80vh;
  width: 90vw;
}



.menu > div > div {
  font-size: 20px;
  color: black;
  padding: 0.4rem 0.6rem;
  border-radius: 0.8rem;
  transition: all 0.1s ease-in;
}
 */



.done {
    width: 5vh;
    height: 5vh;
}



.thank-you-message {
    text-align: center; 
}















































/* ---------------- Houdini ---------------- */
@property --blink-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

@keyframes blink-animation {
  0%, 100% {
    opacity: var(--blink-opacity, 1);
  }
  50% {
    opacity: 0;
  }
}

/* ---------------- Base ---------------- */
:root {
  font-family: Inter, sans-serif;
  --stripe-color: #fff;
  --bg: var(--stripe-color);
  --maincolor: var(--bg);
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  font-family: Inter, sans-serif;
  display: block;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden; /* убираем горизонтальный скролл */
}

/* ---------------- Promo wrapper ---------------- */
.promo .wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* ---------------- Hero (фон) ---------------- */
.promo .hero {
  width: 100vw;              /* на всю ширину */
  height: 100vh;             /* на всю высоту экрана */
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  place-content: center;
  place-items: center;

  --stripes: repeating-linear-gradient(
    100deg,
    var(--stripe-color) 0%,
    var(--stripe-color) 7%,
    transparent 10%,
    transparent 12%,
    var(--stripe-color) 16%
  );

  --rainbow: repeating-linear-gradient(
    100deg,
    #60a5fa 10%,
    #e879f9 15%,
    #60a5fa 20%,
    #5eead4 25%,
    #60a5fa 30%
  );

  background-image: var(--stripes), var(--rainbow);
  background-size: cover;
  background-position: center;
  filter: blur(10px) invert(100%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
}

.promo .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--stripes), var(--rainbow);
  background-size: 200%, 100%;
  animation: smoothBg 60s linear infinite;
  background-attachment: fixed;
  mix-blend-mode: difference;
}

@keyframes smoothBg {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}







/* ---------------- SAF ---------------- */






.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    100deg,
    #60a5fa 10%,
    #e879f9 15%,
    #60a5fa 20%,
    #5eead4 25%,
    #60a5fa 30%
  );
  width: 100%; 
  height: 100%;
  animation: moveBg 60s linear infinite;
  will-change: transform;
}

@keyframes moveBg {
  from { transform: translateX(0); }
  to   { transform: translateX(-66.6%); }
}



/* ---------------- Content (текст и кнопка) ---------------- */
.promo .content {
  position: relative;
  z-index: 2; /* поверх hero */
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  flex-flow: column;
  gap: 4.5%;
  text-align: center;
  mix-blend-mode: difference;
  filter: invert(1);
}

.promo .h1--scalingSize {
  font-size: calc(1rem - -5vw);
  position: relative;
}

.promo .h1--scalingSize::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: white;
  text-shadow: 0 0 1px #ffffff;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: white;
  -webkit-mask: linear-gradient(#000 0 0) luminance;
  mask: linear-gradient(#000 0 0) luminance, alpha;
  backdrop-filter: blur(19px) brightness(12.5);
  -webkit-text-stroke: 1px white;
  display: flex;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}



/* ---------------- Icon ----------------
.icon {
  width: 1lh;
  height: 1lh;
  aspect-ratio: 1/1;
  padding: 0.25em 0.35rem;
  border-radius: calc(1px / 0);
  border: 1px dashed;
  --blink-opacity: 1;
  animation: blink-animation 2s ease-in-out infinite running;
} */

/* ---------------- Footer ---------------- */
footer {
  width: 100%;
  padding: 2rem;
  text-align: center;
  background: #111;
  color: #fff;
  position: relative;
}

.promo .hero::after {
  background-attachment: scroll; /* по умолчанию */
}





.promo__subtitle {
  font-size: clamp(1rem, 2vw, 1.75rem); /* адаптивный размер */
  font-weight: 400;
  /* margin-top: 1.25rem; */
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /* padding: 2vh;   

  /* margin-top: 1.25rem; */


  /* Анимация появления
  opacity: 0;
  transform: translateY(10px);
  animation: subtitleFade 1.5s ease-out forwards 0.5s; */


}

@keyframes subtitleFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* .liquid-glass-button {
  cursor: pointer;
  font-size: 2vh;
  color: black;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  will-change: transform;
  transition: transform 450ms cubic-bezier(0.34, 1.56, 0.64, 1);

  &:hover {
    transform: scale(1.2);
  }

  .inner {
    border-radius: 2rem;
    backdrop-filter: blur(3px);
    padding: 1rem 2rem;
    box-shadow: inset 2px 2px 1px 0 rgba(255, 255, 255, 0.4),
      inset -1px -1px 1px 1px rgba(255, 255, 255, 0.4);
  }
} */



.btn-switch {
  /* padding: 0.6rem 1.5rem;          вертикальный и горизонтальный padding */
  background-color: #1a73e8;
  color: #fff;                     /* белый текст */
  font-size: 2vh;
  /* font-weight: 600; */

  cursor: pointer;
  box-shadow: 0 6px 10px rgba(0, 122, 255, 0.3), /* лёгкая тень */
              0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;



    background-color: #1a73e8;
    padding: 0.8rem 1.25rem;
    border: none;
    border-radius: 80px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: center;
    /* width: 40%; */
    font-weight: 400;
    font-size: 2vh;

    margin-top: 7vh;
}

.btn-switch:hover {
  background-color: #005bb5;       /* чуть темнее при ховере */
  box-shadow: 0 8px 12px rgba(0, 122, 255, 0.35),
              0 2px 4px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);     /* лёгкое «подпрыгивание» */
}

.btn-switch:active {
  background-color: #004494;       /* при нажатии ещё темнее */
  box-shadow: 0 4px 6px rgba(0, 122, 255, 0.25),
              0 1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}



@media (max-width: 788px) {

  .btn-switch {
    /* align-self: flex-start; */
  }

}






/* класс для скрытого хедера */
.header.hidden {
  transform: translateY(-100%); /* скрываем вверх */
}