:root {
  --font-family: Aeonik, helvetica, sans-serif;
  --font-size: 14px;
  --main-font-color: #000000;
  --min-width: 320px;
  --white: #ffffff;
  --black: #000000;
  --red: #FF0000;
}

@font-face {
  font-family: Aeonik;
  font-display: swap;
  src: url("fonts/AeonikPro-Light.woff2") format("woff2"), url("fonts/AeonikPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  font-display: swap;
  src: url("fonts/AeonikPro-Regular.woff2") format("woff2"), url("fonts/AeonikPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  font-display: swap;
  src: url("fonts/AeonikPro-Medium.woff2") format("woff2"), url("fonts/AeonikPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Takt;
  font-display: swap;
  src: url("fonts/RF-Takt-Bold.woff2") format("woff2"), url("fonts/RF-Takt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-tap-highlight-color: transparent;
}

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

html,
body {
  height: 100%;
  min-width: var(--min-width);
}

body {
  color: var(--main-font-color);
  line-height: 1;
  font-family: var(--font-family);
  font-size: var(--font-size);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: var(--font-family);
  font-size: inherit;
  outline: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

[class*=__container] {
  max-width: 1760px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 990px) {
  [class*=__container] {
    padding: 0 15px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  z-index: 5;
  background-color: var(--white);
}
@media (max-width: 1290px) {
  .header {
    padding: 19px 0;
  }
}
.header__container {
  display: flex;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 1290px) {
  .header__left {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}
.header__logo {
  margin-top: 5px;
  width: 100%;
  max-width: 360px;
}
@media (max-width: 1290px) {
  .header__logo {
    max-width: 237px;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .header__logo {
    max-width: 200px;
  }
}
.header__text {
  margin-left: 25px;
  font-family: Takt;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  color: var(--main-font-color);
  text-transform: uppercase;
}
@media (max-width: 1290px) {
  .header__text {
    font-size: 18px;
    margin: 0;
  }
}
@media (max-width: 650px) {
  .header__text {
    font-size: 14px;
  }
}
.header__phone {
  margin-right: 40px;
  font-family: Aeonik;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  color: var(--main-font-color);
}
@media (max-width: 650px) {
  .header__phone {
    display: none;
  }
}
.header__btn {
  padding: 12px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: var(--white);
  background-color: var(--red);
  text-transform: uppercase;
}
.header__btn svg {
  display: none;
}
@media (max-width: 990px) {
  .header__btn {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .header__btn svg {
    display: block;
  }
  .header__btn span {
    display: none;
  }
}
@media (max-width: 350px) {
  .header__btn {
    width: 40px;
    height: 40px;
  }
  .header__btn svg {
    width: 20px;
    height: 20px;
  }
}

.welcome {
  overflow: hidden;
  position: relative;
  padding: 115px 0 80px;
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 1290px) {
  .welcome {
    padding-top: 88px;
  }
}
@media (max-width: 990px) {
  .welcome {
    height: auto;
    min-height: auto;
    padding-top: 98px;
    padding-bottom: 0;
  }
}
@media (max-width: 350px) {
  .welcome {
    padding-top: 80px;
  }
}
.welcome__container {
  position: relative;
  height: 100%;
}
@media (max-width: 990px) {
  .welcome__container {
    padding: 0;
  }
}
.welcome__slider {
  height: 100%;
}
@media (max-width: 990px) {
  .welcome__slider {
    height: 460px;
  }
}
.welcome__slide {
  height: 100%;
}
.welcome__slide img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.welcome__slider-btns {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 3;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
@media (max-width: 990px) {
  .welcome__slider-btns {
    left: 20px;
    bottom: 40px;
  }
}
.welcome__slider-btns .swiper-button-prev,
.welcome__slider-btns .swiper-button-next {
  position: static;
  margin: 0;
  opacity: 1 !important;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.welcome__slider-btns .swiper-button-prev svg,
.welcome__slider-btns .swiper-button-next svg {
  width: 14px;
}
.welcome__slider-btns .swiper-button-prev::after,
.welcome__slider-btns .swiper-button-next::after {
  display: none;
}
.welcome__slider-btns .swiper-button-prev.swiper-button-disabled,
.welcome__slider-btns .swiper-button-next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 450px) {
  .welcome__slider-btns .swiper-button-prev,
  .welcome__slider-btns .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.welcome__slider-btns .swiper-button-next {
  rotate: 180deg;
}
.welcome .welcome-text {
  position: absolute;
  right: 20px;
  bottom: -74px;
  width: 100%;
  max-width: 913px;
  min-width: 0;
  z-index: 3;
}
@media (max-width: 1290px) {
  .welcome .welcome-text {
    max-width: 700px;
  }
}
@media (max-width: 990px) {
  .welcome .welcome-text {
    position: relative;
    right: auto;
    bottom: auto;
    top: -30px;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.welcome .welcome-text__wrap {
  position: relative;
  padding: 20px 25px 30px;
  display: flex;
  flex-direction: column;
  background-color: var(--black);
  min-width: 0;
}
@media (max-width: 990px) {
  .welcome .welcome-text__wrap {
    padding: 15px 20px 20px;
  }
}
.welcome .welcome-text__slider {
  max-width: 100%;
}
.welcome .welcome-text .welcome-text-slide {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
}
.welcome .welcome-text .welcome-text-slide__title {
  font-family: Takt;
  font-size: clamp(2.1875rem, 1.15rem + 5.1875vw, 7.375rem);
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
}
.welcome .welcome-text .welcome-text-slide__sub {
  margin: 12px 0 30px;
  font-family: Takt;
  font-size: clamp(1.25rem, 1.0375rem + 1.0625vw, 2.3125rem);
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .welcome .welcome-text .welcome-text-slide__sub {
    margin: 10px 0 15px;
  }
}
.welcome .welcome-text .welcome-text-slide__text {
  margin-bottom: 30px;
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .welcome .welcome-text .welcome-text-slide__text {
    margin-bottom: 105px;
  }
}
.welcome .welcome-text .welcome-text-slide__btn {
  padding: 14px 10px;
  width: 100%;
  max-width: 412px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--red);
  text-align: center;
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1.1875rem);
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.welcome .welcome-text .welcome-text-slide__list {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .welcome .welcome-text .welcome-text-slide__list {
    margin-bottom: 105px;
  }
}
.welcome .welcome-text .welcome-text-slide__list li {
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  text-transform: uppercase;
  color: var(--white);
}
.welcome .welcome-text__btns {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .welcome .welcome-text__btns {
    left: 20px;
    right: 20px;
    bottom: 100px;
  }
}
.welcome .welcome-text__btns .swiper-button-prev,
.welcome .welcome-text__btns .swiper-button-next {
  position: static;
  margin: 0;
  width: 45px;
  min-width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome .welcome-text__btns .swiper-button-prev::after,
.welcome .welcome-text__btns .swiper-button-next::after {
  display: none;
}
.welcome .welcome-text__btns .swiper-button-prev svg,
.welcome .welcome-text__btns .swiper-button-next svg {
  width: 11px;
}
@media (max-width: 990px) {
  .welcome .welcome-text__btns .swiper-button-prev svg,
  .welcome .welcome-text__btns .swiper-button-next svg {
    width: 16px;
  }
}
.welcome .welcome-text__btns .swiper-button-next {
  rotate: 180deg;
}
.welcome .welcome-text__btns .swiper-pagination {
  position: static;
}
.welcome .welcome-text__btns .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: var(--white);
  margin: 0 6px;
}
@media (max-width: 990px) {
  .welcome .welcome-text__btns .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 8px;
  }
}
.welcome .welcome-text__btns .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.welcome .welcome-text__bottom {
  padding: 19px;
  width: 100%;
  text-align: center;
  font-family: Takt;
  font-size: clamp(1.875rem, 1.8rem + 0.375vw, 2.25rem);
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  transition: background-color 0.5s ease;
}
.welcome .welcome-text:has(.welcome-form.active) .welcome-text__bottom {
  background-color: var(--black);
}

.welcome-form {
  position: absolute;
  left: 0;
  bottom: 74px;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  width: 100%;
  min-height: calc(100% - 74px);
  z-index: 5;
  background-color: var(--white);
  transform: translateX(200%);
  transition: transform 0.5s ease;
}
.welcome-form.active {
  transform: translateX(0);
}
@media (max-width: 1290px) {
  .welcome-form {
    bottom: 105px;
    min-height: calc(100% - 105px);
  }
}
@media (max-width: 990px) {
  .welcome-form {
    position: fixed;
    bottom: 0;
    top: 95px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 45px 15px 30px;
    row-gap: 10px;
    min-height: calc(100vh - 95px);
  }
}
@media (max-width: 350px) {
  .welcome-form {
    top: 79px;
    min-height: calc(100vh - 79px);
  }
}
.welcome-form__title {
  font-family: Takt;
  font-size: clamp(2.375rem, 2.025rem + 1.75vw, 4.125rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--main-font-color);
  text-transform: uppercase;
}
.welcome-form__text {
  max-width: 542px;
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: var(--main-font-color);
}
@media (max-width: 990px) {
  .welcome-form__text {
    margin-bottom: 0;
  }
}
.welcome-form__input {
  width: 100%;
  max-width: 542px;
  padding: 15px 10px;
  border-bottom: 1px solid var(--black);
  font-family: Aeonik;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  color: var(--main-font-color);
}
.welcome-form__input::-moz-placeholder {
  font-family: Aeonik;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  color: var(--main-font-color);
}
.welcome-form__input::placeholder {
  font-family: Aeonik;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  color: var(--main-font-color);
}
.welcome-form._sending .welcome-form__btn {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.welcome-form__btn {
  margin: 10px 0 10px;
  padding: 15px;
  width: 100%;
  max-width: 290px;
  font-family: Aeonik;
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--red);
}
.welcome-form__policy {
  max-width: 542px;
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: var(--main-font-color);
}
.welcome-form__policy a {
  text-decoration: underline;
}
.welcome-form__close {
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}
@media (max-width: 990px) {
  .welcome-form__close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.welcome-form__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: var(--black);
}
.welcome-form__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 2px;
  background-color: var(--black);
}
.welcome-form .thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 5;
}
.welcome-form .thanks.active {
  opacity: 1;
  visibility: visible;
}
.welcome-form .thanks p {
  font-family: Takt;
  font-size: clamp(2.375rem, 2.025rem + 1.75vw, 4.125rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--main-font-color);
  text-transform: uppercase;
}
.welcome-form .thanks span {
  margin-bottom: 30px;
  max-width: 542px;
  font-family: Aeonik;
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: var(--main-font-color);
}/*# sourceMappingURL=style.css.map */