:root {
  --font-family: "Mulish", sans-serif;
  --content-width: 1300px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --acent-color: #32affd;
  --text-color: #3e4451;
}

/* 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 */
*,
*::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;
}

.buy-btns {
  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-btns {
    gap: 10px;
  }
}
.buy-btns__btn {
  width: 166px;
  padding: 22px 35px;
  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: var(--acent-color);
  border-radius: 150px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: var(--light-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.buy-btns__btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .buy-btns__btn {
    width: 144px;
    padding: 18px 30px;
    font-size: 14px;
  }
}
.buy-btns__market {
  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;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.buy-btns__market:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .buy-btns__market {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}

.section-title {
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 860px;
  font-weight: 800;
  font-size: 55px;
  line-height: 95%;
  text-align: center;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 94%;
  }
}
.section-title span {
  color: var(--acent-color);
}

.section-subtitle {
  margin: 0;
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  text-align: center;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .section-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 137%;
  }
}

.swiper-pagination {
  margin-top: 30px;
  position: relative !important;
  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: var(--acent-color);
  opacity: 0.15;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: var(--acent-color);
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../land-peta30-uploads/pagination-before.svg");
  background-size: 16px 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.animate__animated {
  opacity: 0;
}

.header {
  position: fixed;
  padding-top: 33px;
  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: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
}
.condensed .header__container {
  background: #edf6fd;
  padding: 15px 30px;
  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: 20px;
  line-height: 100%;
  color: var(--text-color);
}

.siteHeader__burger {
  display: none;
}

.mobileMenu {
  display: none;
}

.hero {
  padding-top: 70px;
  padding-bottom: 95px;
  background: url("../../land-peta30-uploads/header-bg.png");
  background-repeat: no-repeat;
  background-size: 3000px;
  background-position: top center;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 50px;
  }
}
.hero__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;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.hero__left {
  max-width: 520px;
}
@media (max-width: 1024px) {
  .hero__left {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  .hero__left {
    margin-top: -100px;
  }
}
@media (max-width: 576px) {
  .hero__left {
    margin-top: -80px;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 130px;
  line-height: 100%;
  color: var(--text-color);
}
.hero__title span {
  color: var(--acent-color);
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 70px;
    line-height: 100%;
  }
}
.hero__text {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .hero__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 137%;
  }
}
.hero__right {
  position: relative;
  right: -103px;
}
.hero__benefits {
  position: absolute;
  top: 60px;
  left: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 160px;
}
@media (max-width: 1200px) {
  .hero__benefits {
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .hero__benefits {
    left: -98px;
    gap: 15px;
  }
}
.hero__benefits-item {
  max-width: 288px;
  padding-right: 20px;
  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: 15px;
  background-color: var(--light-color);
  border-radius: 150px;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .hero__benefits-item {
    width: auto !important;
    max-width: unset;
    gap: 10px;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .hero__benefits-item:hover {
    width: 234px !important;
  }
  .hero__benefits-item:hover .hero__benefits-text {
    display: block;
  }
}
.hero__benefits-item:nth-child(2) {
  width: 241px;
  margin-left: 90px;
}
@media (max-width: 1024px) {
  .hero__benefits-item:nth-child(2) {
    margin-left: 0;
  }
}
.hero__benefits-item:nth-child(3) {
  width: 267px;
  margin-left: 300px;
}
@media (max-width: 1024px) {
  .hero__benefits-item:nth-child(3) {
    margin-left: 0;
  }
}
.hero__benefits-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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background-color: var(--acent-color);
  border-radius: 100%;
}
@media (max-width: 768px) {
  .hero__benefits-icon {
    width: 50px;
    height: 50px;
  }
  .hero__benefits-icon svg {
    width: 60%;
    height: auto;
  }
}
.hero__benefits-text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .hero__benefits-text {
    font-size: 16px;
    line-height: 100%;
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__img {
    display: block;
    width: 310px;
    height: 310px;
  }
}

.level {
  padding-bottom: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .level {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .level {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .level .container {
    padding: 0;
  }
}
.level .section-subtitle {
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 470px;
}
@media (max-width: 768px) {
  .level .section-subtitle {
    margin-bottom: 25px;
    padding: 0 15px;
    max-width: unset;
  }
}
.level__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .level__grid {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.level__slide {
  max-width: 420px;
  width: auto !important;
}
@media (max-width: 1024px) {
  .level__slide {
    width: 345px !important;
  }
}
.level__img {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .level__img {
    margin-bottom: 10px;
  }
}
.level__text {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .level__text {
    font-size: 16px;
    line-height: 125%;
  }
}

.benefits {
  padding-bottom: 65px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .benefits {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding-top: 0;
  }
}
.benefits .section-title {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .benefits .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .benefits .section-title {
    margin-bottom: 30px;
  }
}
.benefits .container {
  max-width: 1048px;
}
@media (max-width: 1024px) {
  .benefits .container {
    padding: 0;
  }
}
.benefits__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;
}
@media (max-width: 1024px) {
  .benefits__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.benefits__center {
  position: relative;
  width: 570px;
  z-index: -1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .benefits__center {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .benefits__center {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .benefits__center {
    margin-bottom: 50px;
    width: 300px;
  }
}
.benefits__img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .benefits__img {
    width: 266px;
    height: 266px;
  }
}
.benefits__bg {
  width: 570px;
  height: 570px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .benefits__bg {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .benefits__bg {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .benefits__bg {
    width: 300px;
    height: 300px;
  }
}
.benefits__slider-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .benefits__slider-wrapper {
    display: block;
  }
}
.benefits__slide {
  width: 163px !important;
}
@media (max-width: 576px) {
  .benefits__slide .benefits__slide-text {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.benefits .swiper-slide-active .benefits__slide-text {
  opacity: 1;
}
.benefits__slide-icon {
  margin: 0 auto;
  margin-bottom: 10px;
  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: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--acent-color);
}
.benefits__slide-text {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--text-color);
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .benefits-list {
    width: 100%;
  }
}
.benefits-list--left {
  margin-right: -106px;
}
@media (max-width: 1024px) {
  .benefits-list--left {
    display: none;
  }
}
.benefits-list--left .benefits-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.benefits-list--left .benefits-list__item:nth-child(odd) {
  margin-left: 86px;
}
.benefits-list--right {
  margin-left: -120px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .benefits-list--right {
    display: none;
  }
}
.benefits-list--right .benefits-list__item {
  padding: 0;
}
.benefits-list--right .benefits-list__icon {
  margin: 0;
  margin-right: 15px;
}
.benefits-list--right .benefits-list__item:nth-child(odd) {
  margin-right: 86px;
}
.benefits-list--right .benefits-list__text {
  text-align: left;
}
.benefits-list__item {
  width: 267px;
  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;
  background-color: var(--light-color);
  border-radius: 100px;
  -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);
}
@media (max-width: 576px) {
  .benefits-list__item {
    width: calc(100% - 40px);
  }
}
.benefits-list__item:not(:last-child) {
  margin-bottom: 115px;
}
@media (max-width: 1024px) {
  .benefits-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .benefits-list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.benefits-list__icon {
  margin-left: 15px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--acent-color);
  border-radius: 100%;
}
@media (max-width: 576px) {
  .benefits-list__icon {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    font-size: 17px;
    line-height: 129%;
  }
}
.benefits-list__text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: var(--text-color);
  text-align: right;
}

.info-section {
  padding-top: 180px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .info-section {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .info-section {
    padding-top: 50px;
  }
}
.info-section--reverse .info-section__container {
  padding-right: 0;
  padding-left: 100px;
  -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;
    padding-left: 0;
  }
}
.info-section--reverse .info-section__circle {
  right: unset;
  left: -119px;
}
@media (max-width: 768px) {
  .info-section--reverse .info-section__circle {
    width: 160px;
    height: 180px;
    left: unset;
    top: -30px;
    right: 0px;
  }
}
.info-section__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;
  gap: 20px;
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .info-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    gap: 43px;
  }
}
.info-section__left {
  max-width: 540px;
}
.info-section__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 55px;
  line-height: 91%;
  color: var(--text-color);
}
.info-section__title span {
  color: var(--acent-color);
}
@media (max-width: 768px) {
  .info-section__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 94%;
    text-align: center;
  }
}
.info-section__text {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .info-section__text {
    font-size: 16px;
    line-height: 137%;
    text-align: center;
  }
}
.info-section__right {
  position: relative;
}
@media (max-width: 768px) {
  .info-section__img {
    margin: 0 auto;
    display: block;
    width: 84%;
  }
}
.info-section__circle {
  display: block;
  position: absolute;
  top: -140px;
  right: -119px;
}
@media (max-width: 1024px) {
  .info-section__circle {
    top: -80px;
  }
}
.info-section__circle--1 {
  right: -153px;
  top: -131px;
}
@media (max-width: 768px) {
  .info-section__circle--1 {
    width: 136px;
    height: 170px;
    right: -9px;
    top: -50px;
  }
}
.info-section__circle--2 {
  top: -131px;
  left: -153px;
}
.info-section .info-section__circle--normal {
  right: unset;
  left: -80px;
  top: -80px;
  width: 317px;
  height: 317px;
}

@media (max-width: 768px) {
    .info-section .info-section__circle--normal {
        width: 160px;
        height: 180px;
        left: unset;
        top: -30px;
        right: 0px;
    }
}
@media (max-width: 1024px) {
  .info-section__circle--2 {
    top: -80px;
  }
}
@media (max-width: 768px) {
  .info-section__circle--2 {
    width: 128px;
    height: 166px;
    left: unset !important;
    right: 0px !important;
    top: -50px;
  }
}

.slider {
  padding-top: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .slider {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .slider {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .slider .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .slider .section-title {
    margin-bottom: 25px;
  }
}
.slider__wrapper {
  position: relative;
}
.slider__swiper {
  position: relative;
  padding: 10px;
}
@media (max-width: 768px) {
  .slider__swiper {
    margin-bottom: 20px;
  }
}
.slider__slide {
  height: 300px;
  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 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 1024px) {
  .slider__slide {
    width: 300px !important;
    height: 220px;
  }
}
@media (max-width: 768px) {
  .slider__img {
    width: 220px;
    height: 220px;
  }
}
.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: 1024px) {
  .slider__btns {
    display: none;
  }
}
.slider__next, .slider__prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: var(--acent-color);
  background-repeat: no-repeat;
  background-position: center;
}
.slider__prev {
  background-image: url("../../land-peta30-uploads/prev.svg");
  left: -25px;
}
.slider__next {
  background-image: url("../../land-peta30-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: 1024px) {
  .slider__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.video {
  padding-top: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .video {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .video {
    padding-top: 50px;
  }
}
.video__container {
  max-width: 1080px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .video .section-title {
    margin-bottom: 25px;
  }
}
.video__wrapper {
  width: 100%;
  height: 550px;
  border-radius: 30px;
  position: relative;
  background-size: 100% 550px !important;
  background-position: center !important;
}
@media (max-width: 768px) {
  .video__wrapper {
    min-height: 220px;
    height: auto;
    background-size: 100% 220px !important;
  }
}
.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: 70px;
  height: 70px;
  background-color: var(--acent-color);
  border-radius: 100%;
}
@media (max-width: 768px) {
  .video__playBtn {
    width: 60px;
    height: 60px;
  }
}
.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);
}
.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: 16px;
    height: 20px;
  }
}

.trimmer {
  padding-top: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .trimmer {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .trimmer {
    padding-top: 50px;
  }
  .trimmer .container {
    padding: 0;
  }
  .trimmer .section-title {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .trimmer__slide {
    width: 345px !important;
  }
}
.trimmer__img {
  margin-bottom: 20px;
  display: block;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .trimmer__img {
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
.trimmer__title {
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .trimmer__title {
    font-size: 16px;
    line-height: 125%;
  }
}
.trimmer__pagination {
  display: none;
}
@media (max-width: 768px) {
  .trimmer__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.capping {
  padding-top: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .capping {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .capping {
    padding-top: 50px;
  }
  .capping .container {
    padding: 0;
  }
  .capping .section-title {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
.capping__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .capping__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.capping__slide {
  width: 310px !important;
  height: 310px;
}
@media (max-width: 768px) {
  .capping__slide {
    width: 300px !important;
    height: 300px;
  }
}
.capping__pagination {
  display: none;
}
@media (max-width: 768px) {
  .capping__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.equipment {
  padding-top: 170px;
  --animate-delay: .3s;
}
@media (max-width: 1024px) {
  .equipment {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .equipment {
    padding-top: 50px;
  }
}
.equipment .section-title {
  margin: 0;
  margin-bottom: 30px;
  max-width: unset;
  text-align: left;
}
@media (max-width: 768px) {
  .equipment .section-title {
    margin-bottom: 15px;
  }
}
.equipment__wrapper {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1024px) {
  .equipment__wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .equipment__wrapper {
    margin-bottom: 25px;
    gap: 5px;
  }
}
.equipment__item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
}
@media (max-width: 768px) {
  .equipment__item {
    font-size: 16px;
    line-height: 137%;
  }
}
.equipment__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .equipment__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.equipment__item::before {
  content: "";
  margin-right: 10px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--acent-color);
}
@media (max-width: 768px) {
  .equipment__item::before {
    width: 6px;
    height: 6px;
  }
}
.siteTable {
  padding-top: 170px;
}
@media (max-width: 1024px) {
  .siteTable {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .siteTable {
    padding-top: 50px;
  }
}
.siteTable__table {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.siteTable__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: 60px;
  background: var(--alt-bg);
  border-radius: var(--border-r-small);
  overflow: hidden;
  --animate-delay: .2s;
}

.siteTable__table-showMore {
  display: none;
}

.siteTable__table-row .row-item {
  padding-left: 0px;
}

.siteTable__table-row .row-item:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.siteTable__table-heading {
  gap: 20px;
}

.siteTable__table-row {
  gap: 20px;
}

.siteTable__table-row .row-item {
  background: #EDF8FD;
  border-radius: 150px;
  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;
}

.siteTable__table-row .row-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #080a0e;
}

.siteTable__table-heading .row-item {
  background: var(--acent-color);
  border-radius: 150px;
  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;
}
@media (max-width: 768px) {
  .siteTable__table-heading .row-item {
    height: 55px;
  }
}

.siteTable__table-heading .row-item p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .siteTable__table-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: auto;
    border-radius: 0;
  }
  .siteTable__table-heading {
    font-size: 14px;
    text-align: center;
  }
  .siteTable__table-heading .row-item:first-child {
    display: none;
  }
  .siteTable__table-heading .row-item {
    min-height: 55px;
    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;
  }
  .siteTable__table-row .row-item {
    padding: 8px;
  }
  .siteTable__table-heading .row-item p {
    max-width: 130px;
    width: 100%;
  }
  .siteTable__table {
    gap: 15px;
  }
  .siteTable__table-row {
    background: transparent;
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:first-child {
    grid-column: 1/-1;
    padding: 0;
    text-align: center;
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:first-child {
    height: auto;
    background: none;
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:first-child p {
    max-width: 300px;
    width: 100%;
    margin: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: var(--text-color);
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:first-child p::after {
    content: ":";
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:not(:first-child) {
    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;
    height: 55px;
  }
  .siteTable__table-row:not(.siteTable__table-heading) .row-item:not(:first-child) p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: var(--text-color);
  }
  .siteTable__table-showMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: var(--text-color);
  }
  .siteTable__table-row.mobile-hide {
    display: none;
  }
}
.mailingOffer {
  padding-top: 120px;
  padding-bottom: 60px;
  --animate-delay: .3s;
}
@media (max-width: 768px) {
  .mailingOffer {
    margin-top: 0;
    margin-bottom: 0px;
    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;
  background-color: #edf6fd;
  padding: 70px 45px 84px 45px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .mailingOffer__wrapper {
    padding: 0 15px;
    padding-top: 45px;
    padding-bottom: 55px;
  }
}

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

.mailingOffer__title {
  margin: 0;
  font-weight: 800;
  font-size: 46px;
  line-height: 91%;
  color: var(--text-color);
}
.mailingOffer__title span {
  color: var(--acent-color);
}
@media (max-width: 1200px) {
  .mailingOffer__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .mailingOffer__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .mailingOffer__title {
    font-size: 28px;
    line-height: 100%;
  }
}

.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: 367px;
  padding: 0 20px;
  height: 60px;
  border-radius: 150px;
  background: var(--light-color);
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  border: 0;
  outline: none;
}

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

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

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

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

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

.form-btn {
  width: 208px;
  background: var(--acent-color);
  height: 60px;
  border-radius: 150px;
  border: none;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: var(--light-color);
  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(--acent-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: var(--light-color);
  }
  .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: var(--text-color);
  }
  .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 {
    margin-top: 50px;
  }
  .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-color: #fff;
    background-image: url("../../land-peta30-uploads/footer-bg.png");
    background-size: 3000px;
    background-position: center;
    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;
	color: var(--text-color);
	
	
}
.siteFooter__info-text {
	opacity: .5;
	font-size: 14px;
	margin-top: 3px;
	color: var(--text-color);
}
.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(--acent-color);
}



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