:root {
  --font-family: "SuisseIntl", sans-serif;
  --content-width: 1310px;
  --container-offset: 20px;
  --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-l10-assets/fonts/SuisseIntl-Book.woff2") format("woff2");
  font-weight: 450;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../../land-l10-assets/fonts/SuisseIntl-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../../land-l10-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;
  background-color: #1A1C2C;
  
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
   /*background-color: #1A1C2C;*/
}

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: 40px;
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 576px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 110%;
  }
}

.animate__animated {
  opacity: 0;
}

.header {
  position: fixed;
  padding-top: 32px;
  width: 100%;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


@media (max-width: 1400px) {
    .header {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media (max-width: 576px) {
  .header__logo {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .header {
    padding-top: 10px;
  }
}
.condensed .header__container {
  background: #151623;
  padding: 14px 30px 20px 20px;
  border-radius: 20px;
}

.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: 60px;
}
@media (max-width: 1024px) {
  .menu li:not(:last-child) {
    margin-right: 30px;
  }
}

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

.siteHeader__burger {
  display: none;
}

.mobileMenu {
  display: none;
}

.main {
  background-image: url("../../land-l10-uploads/main-bg-l10.svg");
  background-repeat: no-repeat;
  background-size: 3000px;
  background-position: top center;
  background-color: #1a1c2c;
}


.hero {
  padding-top: 107px;
  /*background-color: #1a1c2c;*/
  --animate-delay: .3s;
  background: url("../img/hero-bg.png");
  background-size: cover;
  background-position: left center;
}
@media (max-width: 576px) {
  .hero {
    padding-top: 70px;
  }
}
.hero__top {
  margin-bottom: 32px;
  padding: 0 115px;
  height: 551px;
  position: relative;
  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;
  background: #151623;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .hero__top {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .hero__top {
    padding: 0 15px;
    padding-top: 45px;
    height: 590px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.hero__left {
  max-width: 530px;
  position: relative;
  z-index: 11;
}
@media (max-width: 768px) {
  .hero__left {
    max-width: 322px;
    width: 100%;
  }
}
.hero__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 14px;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 96px;
  line-height: 90%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .hero__title {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 90%;
  }
}
.hero__offer {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 450;
  font-size: 20px;
  line-height: 170%;
  color: #fff;
}
@media (max-width: 768px) {
  .hero__offer {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 137%;
  }
}
.hero__right {
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero__right {
    bottom: 0;
    right: 0;
  }
}
.hero__right img {
  height: 616px;
}
@media (max-width: 768px) {
  .hero__right img {
    height: 590px;
  }
}

.benefits {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  background: #151623;
  padding: 40px 110px;
  position: relative;
  z-index: 2;
  --animate-delay: .3s;
}
@media (max-width: 1300px) {
  .benefits {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .benefits {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .benefits {
    border-radius: 30px;
    padding: 35px 15px;
  }
}
.benefits--full {
  row-gap: 30px;
  border-radius: 30px;
  padding: 100px 110px;
}
@media (max-width: 1024px) {
  .benefits--full {
    padding: 80px;
  }
  .benefits--full .benefits__item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .benefits--full {
    border-radius: 30px;
    padding: 30px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  
  .benefits--full .benefits__item {
      width: 100%;
  }
}
.benefits__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .benefits__item {
    width: auto;
  }
  .benefits__item:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .benefits__item {
    width: 100%;
  }
  .benefits__item:last-child {
    margin: 0;
  }
}
.benefits__icon {
  display: block;
  margin-right: 20px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .benefits__icon {
    width: 60px;
    height: 60px;
  }
}
.benefits__text {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .benefits__text {
    font-size: 14px;
  }
}

.benefits-section {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .benefits-section {
    padding-top: 60px;
  }
}

.btns-section {
  padding-top: 120px;
  padding-left: 20px;
padding-right: 20px;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .btns-section {
    padding-top: 60px;
   
  }
}
.btns-section__container {
  padding: 90px 110px 105px 110px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  background: #0e3bcc;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .btns-section__container {
    padding: 90px 50px;
  }
}
@media (max-width: 768px) {
  .btns-section__container {
    padding: 35px 15px 45px 15px;
  }
}
.btns-section__text {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .btns-section__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 137%;
  }
}

.buy-btns {
  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: 768px) {
  .buy-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.buy-btns__btn {
  width: 33%;
  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: 10px;
  padding: 17px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .buy-btns__btn {
    width: 100%;
    padding: 14px 0;
    font-size: 14px;
  }
}
.buy-btns__btn--shop {
  background-color: #151623;
}
.buy-btns__btn--wb {
  background-color: #b927af;
}
.buy-btns__btn--ozon {
  background-color: #4374fc;
}
.buy-btns__btn--shopblue {
  background-color: #0e3bcc;
}

.info-section {
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .info-section {
    padding-top: 60px;
  }
}
.info-section__container {
  max-width: 1300px;
  border-radius: 30px;
  height: 600px;
  padding: 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  background-repeat: no-repeat !important;
  background-color: #151623 !important;
  background-position: -4px !important;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
}
@media (max-width: 1024px) {
  .info-section__container {
    background: none !important;
    background-color: #151623 !important;
    height: unset;
    padding: 0;
    padding-bottom: 50px;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }
}
.info-section__img {
  display: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .info-section__img {
    margin-bottom: 30px;
    display: block;
  }
  
  .info-section__img--mbnone {
      margin-bottom: 0px;
  }
  
  .info-section__img--pl {
      padding-top: 60px;
      padding-left: 15px;
  }
}
.info-section__content {
  max-width: 530px;
}
@media (max-width: 1024px) {
  .info-section__content {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .info-section__content {
    max-width: unset;
    width: 100%;
  }
}
.info-section__icon {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 768px) {
  .info-section__icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }
}
.info-section__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .info-section__title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 110%;
  }
}
.info-section__text {
  margin: 0;
  font-weight: 450;
  font-size: 20px;
  line-height: 170%;
  color: var(--light-color);
}
@media (max-width: 768px) {
  .info-section__text {
    font-size: 16px;
    line-height: 137%;
  }
}
.info-section__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: 20px;
  line-height: 170%;
  color: #fff;
}
@media (max-width: 768px) {
  .info-section__item {
    font-size: 16px;
    line-height: 137%;
  }
}
.info-section__item::before {
  content: "";
  margin-right: 20px;
  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;
  width: 18px;
  height: 18px;
  background-color: #0e3bcc;
  border-radius: 100%;
  border: 5px solid #151623;
}
@media (max-width: 768px) {
  .info-section__item::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}

.info-section--reverse .info-section__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-position: 0 !important;
}

.info-section__item--number {
    display: flex;
    align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.info-section__item--number:not(:last-child) {
    margin-bottom: 5px;
}

.info-section__item--number::before {
    display:none;
}

.info-section__list-number {
    margin-right: 15px;
    display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 5px solid #212334;
  border-radius: 100%;
  background-color: #0e3bcc;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--light-color);
}



@media (max-width: 576px) {
  .info-section__list-number {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    font-size: 10px;
    line-height: 100%;
  }
}

.slider {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .slider {
    padding-top: 60px;
  }
}
@media (max-width: 1400px) {
  .slider .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .slider .container {
    padding: 0;
  }
}
.slider__wrapper {
  position: relative;
}
.slider__swiper {
  position: relative;
}
@media (max-width: 768px) {
  .slider__swiper {
    margin-bottom: 20px;
  }
}
.slider__slide {
  height: 330px;
  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: 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  background: #151623;
}
@media (max-width: 768px) {
  .slider__slide {
    width: 285px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .slider__slide {
    width: 305px;
    height: 240px;
    border-radius: 30px;
  }
}
@media (max-width: 576px) {
  .slider__img {
    width: 225px;
    height: 225px;
  }
}
.slider__btns {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  left: 0;
}
@media (max-width: 768px) {
  .slider__btns {
    display: none;
  }
}
.slider__next, .slider__prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0e3bcc;
  background-repeat: no-repeat;
  background-position: center;
}
.slider__prev {
  background-image: url("../../land-l10-uploads/prev.svg");
  left: -25px;
}
.slider__next {
  background-image: url("../../land-l10-uploads/next.svg");
  right: -25px;
}
.slider__next, .slider__prev {
  position: relative;
  top: 0 !important;
  margin-top: 0 !important;
}
.slider__next::after, .slider__prev::after {
  content: "";
}
.slider__pagination {
  display: none !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: 8px;
  height: 8px;
  background: #212334;
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #0e3bcc;
  border: 5px solid #212334;
}

.video {
  padding-top: 130px;
}

.video__wrapper {
  width: 100%;
  position: relative;
}

.media-wrapper {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width: 768px) {
  .media-wrapper {
    height: 330px;
  }
}
@media (max-width: 576px) {
  .media-wrapper {
    height: 220px;
  }
}

.video__wrapper .img {
  height: 600px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .video__wrapper .img {
    height: 330px;
  }
}
@media (max-width: 576px) {
  .video__wrapper .img {
    height: 230px;
    border-radius: 30px;
  }
}

.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;
}

.video__playBtn .siteCircleText__circle {
  width: 90px;
  height: 90px;
  background-color: #0e3bcc;
  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;
}
@media (max-width: 768px) {
  .video__playBtn .siteCircleText__circle {
    width: 60px;
    height: 60px;
  }
}

.video__playBtn .siteCircle__icon svg {
  width: 16px;
}

span.media-wrapper iframe,
span.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.equipment {
  padding-top: 130px;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .equipment {
    padding-top: 60px;
  }
}
.equipment__top {
  margin-bottom: 20px;
  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) {
  .equipment__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .equipment__top {
    gap: 5px;
  }
}
.equipment__item {
  width: 33.3%;
  padding: 35px;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  background: #151623;
  height: 177px;
}
@media (max-width: 768px) {
  .equipment__item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .equipment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 76px;
  }
}
.equipment__number {
  margin-bottom: 15px;
  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;
  width: 40px;
  height: 40px;
  background-color: #0e3bcc;
  border: 5px solid #212334;
  border-radius: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--light-color);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .equipment__number {
    margin-bottom: 0;
    margin-right: 15px;
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.equipment__text {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--light-color);
}
@media (max-width: 576px) {
  .equipment__text {
    font-size: 14px;
  }
}

.section-table {
  padding-top: 130px;
}
@media (max-width: 576px) {
  .section-table {
    padding-top: 60px;
  }
}

.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: 5px;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .table {
    gap: 10px;
  }
}
.table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  box-shadow: 0 4px 4px 0 rgba(192, 183, 232, 0.01);
  background: #151623;
  --animate-delay: .2s;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .table__row {
    padding:0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: auto;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .table__row:not(.table__heading) .table__item:first-child {
    grid-column: 1/-1;
    padding: 0;
    text-align: center;
    height: auto;
    background: none;
  }
  .table__row:not(.table__heading) .table__item:first-child p {
    max-width: 300px;
    width: 100%;
    margin: auto;
    font-weight: 450;
    font-size: 16px;
    line-height: 237%;
    color: #fff;
    text-align: center;
  }
  .table__row:not(.table__heading) .table__item:first-child p::after {
    content: ":";
  }
}
.table__row .table__item {
  height: 55px;
  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;
}
@media (max-width: 768px) {
  .table__row .table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
    background-color: #151623;
  }
}
.table__row .table__item:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.table__row .table__item:last-child {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
}
@media (max-width: 768px) {
  .table__row .table__item:last-child {
    grid-column: unset;
  }
}
.table__row .table__item p {
  margin: 0;
  font-weight: 450;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  color: var(--light-color);
}
@media (max-width: 1024px) {
  .table__row .table__item p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .table__row .table__item p {
    font-weight: 450;
    font-size: 16px;
    line-height: 137%;
  }
}
.table__heading {
  background: #0e3bcc;
}
.table__heading .table__item p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .table__heading {
    background: none;
  }
  .table__heading .table__item {
    min-height: 50px;
    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-color: #4c0feb;
  }
  .table__heading .table__item:first-child {
    display: none;
  }
}

.siteTable__table-showMore {
  display: none;
}
@media (max-width: 768px) {
  .siteTable__table-showMore {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 345px;
    width: 100%;
    height: 50px;
    background: #0e3bcc;
    border: none;
    outline: none;
    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: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    text-transform: uppercase;
    text-align: center;
    color: var(--light-color);
  }
}

@media (max-width: 768px) {
  .table__row.mobile-hide {
    display: none;
  }
}
.mailingOffer {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .mailingOffer {
    padding-top: 60px;
  }
}
.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;
  padding: 68px 80px;
  background: #0e3bcc;
  border-radius: 30px;
}

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

.mailingOffer__title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

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: 260px;
  padding: 0 25px;
  height: 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--light-color);
  font-size: 16px;
  font-weight: 450;
  line-height: 110%;
  border: 0;
  outline: none;
}

.input-style::-webkit-input-placeholder {
  color: var(--light-color);
}

.input-style::-moz-placeholder {
  color: var(--light-color);
}

.input-style:-ms-input-placeholder {
  color: var(--light-color);
}

.input-style::-ms-input-placeholder {
  color: var(--light-color);
}

.input-style::placeholder {
  color: var(--light-color);
}

.form-btn {
  width: 260px;
  background: #151623;
  height: 60px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--light-color);
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mailingOffer__wrapper {
    padding: 40px 15px 50px 15px;
    border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .mailingOffer__wrapper > * {
    width: 100%;
  }
  .mailingOffer__title {
    font-size: 28px;
  }
  .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: #fff;
  }
  .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: #1A1C2C;
  }
  .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: #0E3BCC;
  }
  .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__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-image: url("../../land-l10-uploads/footer-bg-l10.svg");
    background-repeat: no-repeat;
    background-size: 3000px;
    background-position: bottom center;
    background-color: #1A1C2C;
    color:#fff;
    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: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    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 {
	text-decoration: underline;
	color: #898989;
}
.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;
}

@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;
  }
}