@charset "UTF-8";
:root {
  --font-family: "SuisseIntl", sans-serif;
  --content-width: 1290px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "SuisseIntl";
  src: url("../../land-u155-assets/fonts/SuisseIntl-Book.woff2") format("woff2");
  font-weight: 450;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../../land-u155-assets/fonts/SuisseIntl-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../../land-u155-assets/fonts/SuisseIntl-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.section-title {
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 100%;
  }
}

.benefits-item--hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.benefits-item__icon {
  width: 90px;
  height: 90px;
  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;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.benefits-item__icon-border {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.benefits-item__icon-inside {
  width: 60px;
  height: 60px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.benefits-item__text {
  margin: 0;
  max-width: 175px;
  font-weight: 450;
  font-size: 20px;
  line-height: 120%;
  color: var(--light-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .benefits-item__text {
    font-size: 18px;
    line-height: 110%;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .swiper-slide-active .benefits-item__text {
    opacity: 1;
  }
}

.animate__animated {
  opacity: 0;
}

.header {
  position: fixed;
  padding-top: 37px;
  width: 100%;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .header__logo {
    width: 70px;
  }
}

@media (max-width: 1340px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
}
.condensed .header__container {
  background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
  background: linear-gradient(180deg, #14366d 0%, #021225 100%);
  padding: 14px 30px 20px 20px;
  border-radius: 60px;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.menu li:not(:last-child) {
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .menu li:not(:last-child) {
    margin-right: 30px;
  }
}

.menu li a {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: var(--light-color);
  text-transform: uppercase;
}

.siteHeader__burger {
  display: none;
}

.mobileMenu {
  display: none;
}

.hero {
  padding-top: 200px;
  padding-bottom: 175px;
  background-image: url("../../land-u155-uploads/hero-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .hero {
    height: 900px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 0;
    height: 450px;
  }
}
@media (max-width: 768px) {
  .hero {
    background-image: url("../../land-u155-uploads/hero-bg-mobile.png");
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .hero__title {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 138%;
  }
}
.hero__title span {
  font-weight: 700;
  font-size: 230px;
  line-height: 87%;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .hero__title span {
    font-size: 100px;
    line-height: 80%;
  }
}
.hero__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
@media (max-width: 768px) {
  .hero__img {
    width: 300px;
  }
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    display: none;
  }
}
.hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.hero__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.hero__right .benefits-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hero__right .benefits-item__text {
  text-align: right;
}

.btn-section {
  padding: 78px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .btn-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.btn-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .btn-section__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.btn-section__text {
  margin: 0;
  max-width: 630px;
  font-weight: 450;
  font-size: 18px;
  line-height: 133%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .btn-section__text {
    font-size: 16px;
    line-height: 137%;
  }
}

.buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .buy-btn {
    gap: 10px;
  }
}
.buy-btn__link {
  width: 135px;
  height: 135px;
  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;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.buy-btn__link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .buy-btn__link {
    width: 90px;
    height: 90px;
  }
}
.buy-btn__link-border {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .buy-btn__link-border {
    width: 70px;
    height: 70px;
  }
  .buy-btn__link-border svg {
    width: 70px;
    height: 70px;
  }
}
.buy-btn__link-inside {
  width: 85px;
  height: 85px;
  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;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .buy-btn__link-inside {
    width: 60px;
    height: 60px;
  }
  .buy-btn__link-inside svg {
    width: 60%;
  }
}

.info-section {
  background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
  height: 700px;
  position: relative;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .info-section {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .info-section {
    padding: 55px 0;
  }
}
.info-section--reverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
}
.info-section--reverse .info-section__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .info-section--reverse .info-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-section--reverse .info-section__icon-inside {
  background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
  background: linear-gradient(180deg, #14366d 0%, #021225 100%);
}
@media (max-width: 1024px) {
  .info-section--full {
    padding-top: 0;
  }
}
.info-section--full .container {
  margin-top: auto;
  top: 3px;
  gap: 0;
  padding-left: 0;
  max-width: unset;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: calc((100% - 1320px) / 2);
}
@media (max-width: 1024px) {
  .info-section--full .container {
    top: 0;
    padding: 0 15px;
  }
}
.info-section--full .info-section__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .info-section--full .info-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .info-section--full .info-section__left {
    position: relative;
    right: -15px;
    margin-left: auto;
  }
}
.info-section--full-reverse .container {
  padding-right: 0;
  padding-left: calc((100% - 1320px) / 2);
}
@media (max-width: 1200px) {
  .info-section--full-reverse .container {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .info-section--full-reverse .container {
    top: 0;
    padding: 0 15px;
  }
}
.info-section--full-reverse .info-section__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .info-section--full-reverse .info-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .info-section--bottom {
    padding: 100px 0;
  }
}
.info-section--bottom .container {
  top: 3px;
  gap: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .info-section--bottom .container {
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.info-section--bottom .info-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 1024px) {
  .info-section--bottom .info-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .info-section__bg {
    width: 356px;
    height: 454px;
    -o-object-fit: fill;
    object-fit: fill;
    top: unset;
    bottom: 2px;
    right: -100px;
  }
}
.info-section__bg-small {
  position: absolute;
  bottom: -90px;
  right: 0;
  -webkit-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  transform: translateX(-700px);
  z-index: 1;
}
@media (max-width: 1024px) {
  .info-section__bg-small {
    width: 164px;
    height: 208px;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transform: translateX(-208px);
    -ms-transform: translateX(-208px);
    transform: translateX(-208px);
    bottom: -80px;
  }
}
.info-section__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1024px) {
  .info-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.info-section__right {
  max-width: 630px;
}
.info-section__icon {
  margin-bottom: 40px;
  width: 135px;
  height: 135px;
  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;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 768px) {
  .info-section__icon {
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
  }
}
.info-section__icon-border {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .info-section__icon-border {
    width: 70px;
    height: 70px;
  }
  .info-section__icon-border svg {
    width: 70px;
    height: 70px;
  }
}
.info-section__icon-inside {
  width: 85px;
  height: 85px;
  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;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
}
@media (max-width: 768px) {
  .info-section__icon-inside {
    width: 60px;
    height: 60px;
  }
  .info-section__icon-inside svg {
    width: 40%;
  }
}
.info-section__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 1200px) {
  .info-section__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .info-section__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 100%;
  }
}
.info-section__text {
  margin: 0;
  font-weight: 450;
  font-size: 22px;
  line-height: 118%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .info-section__text {
    font-size: 18px;
    line-height: 133%;
  }
}
.info-section__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: 450;
  font-size: 22px;
  line-height: 118%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .info-section__list-item {
    font-size: 18px;
    line-height: 133%;
  }
}
.info-section__list-item::before {
  content: "";
  margin-right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
  background: linear-gradient(180deg, #14366d 0%, #021225 100%);
}

.benefits {
  padding: 150px 0;
  background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .benefits {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .benefits .container {
    padding: 0;
  }
}
.benefits--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .benefits--mobile {
    padding: 100px 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
    background: linear-gradient(180deg, #14366d 0%, #021225 100%);
  }
}
@media (max-width: 768px) {
  .benefits--mobile {
    padding: 40px 0;
  }
}
.benefits__slide {
  width: 190px !important;
}
@media (max-width: 576px) {
  .benefits__slide {
    width: 185px !important;
  }
}
.benefits__slide .benefits-item__icon {
  margin: 0 auto;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .benefits__slide .benefits-item__icon {
    margin-bottom: 15px;
  }
}
.benefits__slide .benefits-item__text {
  margin: 0 auto;
  text-align: center;
}
.benefits__pagintaion, .benefits__pagintaion--1 {
  display: none;
  margin-top: 30px;
  position: relative !important;
}
@media (max-width: 1300px) {
  .benefits__pagintaion, .benefits__pagintaion--1 {
    display: block;
  }
}

.slider {
  padding: 150px 0;
  background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .slider {
    padding: 50px 0;
  }
}
.slider .container {
  max-width: unset;
  padding: 0;
}
.slider__wrapper {
  position: relative;
}
.slider__swiper {
  margin-bottom: 40px;
  width: 100%;
  height: 520px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .slider__swiper {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .slider__swiper {
    margin-bottom: 20px;
    height: 230px;
  }
}
.slider__slide {
  height: 360px;
  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;
  -webkit-box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.1);
  background: var(--light-color);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .slider__slide {
    height: 170px;
  }
}
.slider__img {
  width: auto;
  height: 304px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .slider__img {
    height: 150px;
  }
}
.slider__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
}
@media (max-width: 768px) {
  .slider__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.swiper-pagination {
  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;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 10px !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  position: relative;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../land-u155-uploads/pagination-before.svg");
  background-size: 20px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.slider__slide.swiper-slide-active {
  height: 500px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .slider__slide.swiper-slide-active {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .slider__slide.swiper-slide-active {
    height: 230px;
  }
}

.slider__slide.swiper-slide-active .slider__img {
  height: 448px;
}
@media (max-width: 1024px) {
  .slider__slide.swiper-slide-active .slider__img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .slider__slide.swiper-slide-active .slider__img {
    height: 200px;
  }
}

.slider__slide.swiper-slide-prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 58px;
}
@media (max-width: 768px) {
  .slider__slide.swiper-slide-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
}

.slider__slide.swiper-slide-next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 58px;
}
@media (max-width: 768px) {
  .slider__slide.swiper-slide-next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.slider__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video {
  min-height: 700px;
  position: relative;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .video {
    min-height: 350px;
  }
}
.video .video__playBtn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 135px;
  height: 135px;
  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;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 20px 0 rgba(226, 226, 226, 0.4), inset 0 4px 4px 0 rgba(233, 233, 233, 0.16), 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.video .video__playBtn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .video .video__playBtn {
    width: 90px;
    height: 90px;
  }
}
.video__playBtn-border {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .video__playBtn-border {
    width: 70px;
    height: 70px;
  }
  .video__playBtn-border svg {
    width: 70px;
    height: 70px;
  }
}
.video__playBtn-wrapper {
  width: 85px;
  height: 85px;
  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;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
}
@media (max-width: 768px) {
  .video__playBtn-wrapper {
    width: 60px;
    height: 60px;
  }
}
.video__playBtn-icon {
  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;
}
@media (max-width: 768px) {
  .video__playBtn-icon svg {
    width: 26px;
    height: 30px;
  }
}

.equipment {
  padding: 150px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .equipment {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .equipment {
    padding: 50px 0;
  }
}
.equipment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .equipment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.equipment__title {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .equipment__title {
    margin-bottom: 15px;
  }
}
.equipment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 450;
  font-size: 22px;
  line-height: 118%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .equipment__item {
    font-size: 18px;
    line-height: 133%;
  }
}
.equipment__item::before {
  content: "";
  margin-right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
  background: linear-gradient(180deg, #14366d 0%, #021225 100%);
}
.equipment__item:not(:last-child) {
  margin-bottom: 6px;
}
.section-table {
  padding-top: 150px;
  padding-bottom: 160px;
  background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .section-table {
    margin-bottom: -30px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .section-table .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .table-container {
    padding-bottom: 10px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
    margin-bottom: 20px;
  }
  .table-container::-webkit-scrollbar {
    height: 5px;
  }
  .table-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
  }
  .table-container::-webkit-scrollbar-thumb {
    background: var(--light-color);
    border-radius: 50px;
  }
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .table {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .table {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 720px;
  }
}
.table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  overflow: hidden;
  --animate-delay: .2s;
}
@media (max-width: 1024px) {
  .table__row {
    gap: 10px;
  }
}
.table__row .table__item {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  backdrop-filter: blur(38.9565200806px);
  -webkit-box-shadow: inset 0 1px 16px 0 rgba(226, 226, 226, 0.4), inset 0 3px 3px 0 rgba(233, 233, 233, 0.16), 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 16px 0 rgba(226, 226, 226, 0.4), inset 0 3px 3px 0 rgba(233, 233, 233, 0.16), 0 3px 16px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 150px;
}
@media (max-width: 768px) {
  .table__row .table__item {
    width: 160px;
    height: 50px;
  }
}
.table__row .table__item p {
  margin: 0;
  width: 100%;
  font-weight: 450;
  text-align: center;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .table__row .table__item p {
    font-size: 16px;
    line-height: 100%;
  }
}
.table__row-title {
  margin: 0;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 450;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .table__row-title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
  }
}
.table__heading .table__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
}
.table__heading .table__item p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--light-color);
  text-align: center;
}
@media (max-width: 1024px) {
  .table__heading .table__item p {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .table__heading .table__item p {
    font-size: 14px;
    line-height: 100%;
  }
}

.siteTable__table-showMore {
  width: 100%;
  height: 60px;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  border-radius: 150px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-color);
  cursor: pointer;
}
@media (max-width: 768px) {
  .siteTable__table-showMore {
    max-width: 350px;
    height: 50px;
    font-size: 14px;
    line-height: 100%;
  }
}

.table__row-wrapper.hide {
  display: none;
}

.mailingOffer {
  padding-top: 70px;
  padding-bottom: 74px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01b4ee), to(#28348a));
  background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .mailingOffer {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.mailingOffer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.mailingOffer__wrapper > * {
  width: calc(50% - 10px);
}

.mailingOffer__title {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 1024px) {
  .mailingOffer__title {
    font-size: 30px;
  }
}

.mailingOffer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .mailingOffer__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

form {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form.loading {
  opacity: 0.7;
  pointer-events: none;
}

.mailingOffer__form .form-success-message {
  bottom: -30px;
  right: 0;
  margin: auto;
  width: 100%;
  position: absolute;
}

.form-success-message {
  display: none;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.js-form-sender.sended .form-success-message {
  display: block;
}

.mailingOffer__form > * {
  width: calc(50% - 10px);
}

.input-style {
  width: 310px;
  padding: 0 20px;
  height: 60px;
  border-radius: 150px;
  background: var(--light-color);
  color: var(--dark-color);
  font-size: 17px;
  font-weight: 450;
  line-height: 156%;
  border: 0;
  outline: none;
}

.input-style::-webkit-input-placeholder {
  background: radial-gradient(50% 50% at 50% 50%, rgb(12, 46, 80) 0%, rgb(13, 17, 29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-style::-moz-placeholder {
  background: radial-gradient(50% 50% at 50% 50%, rgb(12, 46, 80) 0%, rgb(13, 17, 29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-style:-ms-input-placeholder {
  background: radial-gradient(50% 50% at 50% 50%, rgb(12, 46, 80) 0%, rgb(13, 17, 29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-style::-ms-input-placeholder {
  background: radial-gradient(50% 50% at 50% 50%, rgb(12, 46, 80) 0%, rgb(13, 17, 29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-style::placeholder {
  background: radial-gradient(50% 50% at 50% 50%, rgb(12, 46, 80) 0%, rgb(13, 17, 29) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-btn {
  width: 310px;
  background: -webkit-gradient(linear, left top, left bottom, from(#14366d), to(#021225));
  background: linear-gradient(180deg, #14366d 0%, #021225 100%);
  height: 60px;
  border-radius: 150px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--light-color);
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mailingOffer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mailingOffer__wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .mailingOffer__wrapper > * {
    width: 100%;
  }
  .mailingOffer__title {
    font-size: 24px;
    line-height: 108%;
  }
  .mailingOffer__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .mailingOffer__form > * {
    width: 100%;
  }
  .form-btn {
    font-size: 14px;
    height: 50px;
  }
  .input-style::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input-style::-moz-placeholder {
    font-size: 16px;
  }
  .input-style:-ms-input-placeholder {
    font-size: 16px;
  }
  .input-style::-ms-input-placeholder {
    font-size: 16px;
  }
  .input-style::placeholder, .input-style {
    font-size: 16px;
  }
  .input-style {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .siteHeader__menu {
    display: none;
  }
  .siteHeader__burger {
    display: block;
  }
  .siteHeader__burger span {
    display: block;
  }
  .siteHeader__burger-active {
    display: none;
  }
  .siteHeader__burger-default span {
    height: 2px;
    background: var(--light-color);
  }
  .siteHeader__burger-default span:first-child {
    width: 35px;
  }
  .siteHeader__burger-default span:last-child {
    width: 20px;
    margin-top: 6px;
  }
  .mobileMenu {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    height: 100%;
    padding: 10px 10px 10px 25px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
  }
  .menu li:not(:last-child) {
    margin-right: 0;
  }
  .mobileMenu.active {
    display: block;
    -webkit-animation: 0.3s fadeIn backwards;
    animation: 0.3s fadeIn backwards;
  }
  .mobileMenu__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;
  }
  .mobileMenu__header-backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
  }
  .mobileMenu__header-backBtn.active {
    opacity: 1;
    pointer-events: initial;
  }
  .mobileMenu__header-backBtn p {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
  }
  .mobileMenu__menu ul.menu-list-active > li:not(.active) {
    display: none;
  }
  .mobileMenu__menu li.active > ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobileMenu__menu li.menu-item-has-children.active > a {
    display: none;
  }
  .mobileMenu__header-close {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   background: linear-gradient(180deg, #01b4ee 0%, #28348a 100%);
  }
  .mobileMenu__header-close img {
    width: 14px;
  }
  .mobileMenu__menu {
    margin-top: 50px;
    padding-right: 14px;
  }
  .mobileMenu__menu .sub-menu {
    display: none;
  }
  .mobileMenu__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    line-height: 1;
  }
  .mobileMenu__menu > ul > .menu-item > a {
    font-weight: bold;
  }
  .mobileMenu__menu .menu-item-has-children > a {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobileMenu__menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background: url(../../land-water-uploads/menu-arrow.svg);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .equipment__item.mobile-hide {
    display: none;
  }
  .showtab.mobile-hide {
    display: none;
  }
  .siteFooter {
    
  }
  .siteFooter__menus {
    display: none;
  }
  .siteFooter__wrapper {
    padding: 35px 0 50px;
  }
  .siteFooter__info {
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .siteFooter__info-title {
    margin-top: 10px;
  }
  .siteFooter__logo {
    margin-bottom: 10px;
  }
  .siteFooter__links {
    -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;
    text-align: center;
    gap: 14px;
    font-size: 12px;
    margin-top: 16px;
  }
}

.siteFooter {
    background: radial-gradient(50% 50% at 50% 50%, #0c2e50 0%, #0d111d 100%);
    position: relative;
    color: var(--light-color);
    font-weight: 450;
    font-size: 18px;
	
}
.siteFooter__wrapper {
	width: 100%;
	padding: 75px 0 80px;
}
.siteFooter__top {
	display: flex;
	gap: 150px;
}

@media (max-width: 1200px) {
    .siteFooter__top {
        gap:20px;
        flex-direction: column;
    }
}
.siteFooter__info {
	max-width: 230px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 18px;
}
.siteFooter__info-title {
	margin-top: 16px;
	
	
}
.siteFooter__info-text {
	opacity: .5;
	font-size: 14px;
	margin-top: 3px;
}
.siteFooter__logo {
	margin-bottom: 14px;
}
.siteFooter__menus {
	padding-top: 12px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

@media (max-width: 1024px) {
    .siteFooter__menus {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }
}
.siteFooter__menus-title {
    margin: 0;
	font-weight: 700;
    font-size: 16px;
    line-height: 137%;
    text-transform: uppercase;
    color: var(--text-color);
    opacity: 0.4;
}



.siteFooter__menu {
	margin-top: 30px;
}
.siteFooter__menu ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.siteFooter__menus-item {
	display: flex;
}
.siteFooter__menus-item:nth-child(3n + 1) {
	justify-content: start;
}
.siteFooter__menus-item:nth-child(3n + 2) {
	justify-content: center;
}
.siteFooter__menus-item:nth-child(3n + 3) {
	justify-content: end;
}
.siteFooter__links {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}
.siteFooter__links a {
    font-size: 14px;
	text-decoration: underline;
	color: var(--text-color);
    opacity: 0.4;
}
.popup {
	display: none;
}
.popupCallback {
	border-radius: var(--border-r-default);
	padding: 70px 70px 80px;
	max-width: 640px;
}
.popupCallback__title {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
}
@supports (background-clip: text) {
	.popupCallback__title {
		background: var(--gradient-dark);
		color: transparent;
    	background-clip: text;
	}
}
.popupCallback__form {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.popupCallback__text {
	text-align: center;
	color: #AEAEAE;
}
.popupCallback__text a {
	text-decoration: underline;
}

.siteFooter__menu ul li a {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 768px) {
    .siteFooter__menus {
        display: none;
    }
    .siteFooter__info {
    max-width: unset;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  
  .siteFooter__links {
      margin-top: 15px;
  }
  
  .siteFooter__info-text {
      margin: 0;
  }
  
  .siteFooter__wrapper {
      padding-top: 40px;
      padding-bottom: 55px;
  }
}