:root {
  --color-surface-quaternary: #ebebeb;
  --color-surface-primary: #212121;
  --color-surface-secondary: #2b2b2b;
  --color-surface-tertiary: #f8f8f8;
  --color-edges-primary: #4d4d4d;
  --color-chars-secondary: #a6a6a6;
  --color-chars-secondary: #666;
  --color-white: #ffffff;
  --color-black: #000;
  --color-accent-primary-active: #69b42e;
  --color-primary-active: #69b42e;
  --Colors-Bg-color-bg-secondary: #f2f2f2;
  --color-btn-hover: #f0f7ea;
  --color-btn-primary: #69b42e;
  --color-btn-primary-hover: #80bf4d;
  --color-acid: #5fd900;
  --freeset: "FreeSet", "Roboto", sans-serif;
  --Radius-rds-xl: 20px;
  --Radius-rds-s: 5px;
}

[x-cloak] {
  display: none !important;
}

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

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

ul {
  list-style: none;
}

.h1 {
  font-family: var(--freeset);
  font-size: 48px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
}

.h2 {
  font-family: var(--freeset);
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 480px) {
  .h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

.container {
  max-width: 1280px;
  padding-inline: 56px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding-inline: 32px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-inline: 16px;
  }
}
@media (max-width: 320px) {
  .container {
    padding-inline: 12px;
  }
}
.container_slider {
  max-width: 1280px;
  padding-inline: 56px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container_slider {
    padding-inline: 56px;
  }
}
@media (max-width: 768px) {
  .container_slider {
    padding-inline: 32px;
  }
}
@media (max-width: 480px) {
  .container_slider {
    padding-inline: 16px;
  }
}
@media (max-width: 320px) {
  .container_slider {
    padding-inline: 12px;
  }
}

.section {
  padding-block: 104px;
}
@media (max-width: 1280px) {
  .section {
    padding-block: 88px;
  }
}
@media (max-width: 768px) {
  .section {
    padding-block: 64px;
  }
}
@media (max-width: 480px) {
  .section {
    padding-block: 48px;
  }
}
@media (max-width: 480px) {
  .section {
    padding-block: 40px;
  }
}

.img {
  width: 100%;
}

.link {
  color: var(--color-accent-primary-active);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.button {
  display: block;
  padding: 15px 32px;
  text-decoration: none;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  width: 100%;
}
.button_primary {
  background: var(--color-accent-primary-active, #69b42e);
  color: #fff;
}
.button_primary:hover {
  background-color: #80bf4d;
}
.button_secondary {
  color: #000;
  background-color: #edf6e6;
}
.button_secondary:hover {
  background-color: #fff;
}

.block {
  display: block;
}

.text_green {
  color: var(--color-accent-primary-active);
}

.text_gray {
  color: #666;
}

.custom-scrollbar {
  overflow: auto;
  scrollbar-color: #69b42e;
  -webkit-overflow-scrolling: touch;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #69b42e;
  border-radius: 20px;
}

.custom-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 6px;
  background: #F2F2F2;
}

.swiper-scrollbar-drag {
  background: #69B42E;
}

.header {
  height: 100vh;
}
.header_imagebg {
  height: 100%;
  overflow: hidden;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  .header_imagebg {
    background-size: auto;
  }
}
.header_logo {
  padding-top: 104px;
}
@media (max-width: 768px) {
  .header_logo {
    padding-top: 64px;
  }
}
@media (max-width: 480px) {
  .header_logo {
    padding-top: 48px;
  }
}
.header_text {
  margin-top: 10px;
  font-family: var(--freeset);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.header_subtitle {
  margin-top: 8px;
}
.header_button {
  margin-top: 35px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.header_baloons {
  position: relative;
}
@media (max-width: 768px) {
  .header_baloons_1, .header_baloons_2 {
    width: clamp(175px, 33.5vw, 225px);
  }
}
@media (max-width: 480px) {
  .header_baloons_1, .header_baloons_2 {
    width: clamp(155px, 43.5vw, 175px);
  }
}
@media (max-width: 320px) {
  .header_baloons_1, .header_baloons_2 {
    width: 155px;
  }
}
.header_baloons_2 {
  margin-left: -90px;
  margin-bottom: 6px;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .header_baloons_2 {
    margin-left: -60px;
  }
}
@media (max-width: 320px) {
  .header_baloons_2 {
    margin-left: -55px;
  }
}
.header_earth {
  position: absolute;
  bottom: -73%;
  width: 1168px;
}
.header_earth img {
  width: 1168px;
}
.header_hand {
  position: absolute;
  z-index: 11;
  bottom: -100%;
  margin-top: auto;
}

.header_imagebg {
  animation: skyChange 10s;
}

.header_hand {
  animation: handHide 5s;
  animation-timing-function: ease;
}

.header_baloons {
  margin-top: 1.25rem;
  animation: baloonsFloat 10s;
  animation-timing-function: ease;
}

.header_baloons_1 {
  margin-bottom: 6px;
  animation: baloon1Float 10s;
}

.header_baloons_2 {
  animation: baloon2Float 10s;
}

.header_text {
  animation: textAppear 15s;
}

@keyframes skyChange {
  0% {
    background-position: bottom;
    bottom: 0;
  }
  100% {
    background-position: top;
  }
}
.header_earth {
  animation: earthAnimation 20s;
  top: 68%;
}

.header_earth img {
  animation: earthAnimationImg 20s;
  rotate: 20deg;
}

@keyframes earthAnimation {
  0% {
    top: 100%;
    rotate: 0deg;
  }
  45% {
    top: 100%;
  }
  60% {
    top: 68%;
    rotate: 0deg;
  }
}
@keyframes earthAnimationImg {
  0% {
    rotate: 0deg;
  }
  65% {
    rotate: 0deg;
  }
  100% {
    rotate: 20deg;
  }
}
@keyframes handHide {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes baloonsFloat {
  0% {
    margin-top: 10rem;
  }
  100% {
    margin-top: 1.25rem;
  }
}
@keyframes baloon1Float {
  0% {
    margin-bottom: 6px;
  }
  25% {
    margin-bottom: 40px;
    rotate: -10deg;
  }
  60% {
    margin-bottom: -50px;
    rotate: 0deg;
  }
  85% {
    margin-bottom: 6px;
  }
  100% {
    margin-bottom: 6px;
  }
}
@keyframes baloon2Float {
  0% {
    rotate: 0deg;
  }
  30% {
    rotate: 0deg;
  }
  60% {
    rotate: 10deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes textAppear {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  70% {
    opacity: 0;
    visibility: hidden;
  }
  90% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes bodyScroll {
  0% {
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}
.history_cards {
  margin-top: 24px;
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.history_card {
  padding: 32px 20px 0;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
  flex-shrink: 0;
  width: 268px;
  height: 417px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .history_card {
    max-width: 100%;
  }
}
.history_card-date {
  font-weight: 500;
}
.history_card-text {
  margin-top: 13px;
}
.history_card-img {
  margin-top: auto;
  min-height: 180px;
}
.history_card-img img {
  -webkit-user-select: none;
          user-select: none;
  display: block;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.product {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.product .product_wrapper {
  position: relative;
  padding-block: 122px;
}
@media (max-width: 768px) {
  .product .product_wrapper {
    padding-block: 72px;
  }
}
@media (max-width: 480px) {
  .product .product_wrapper {
    padding-block: 109px;
  }
}
@media (max-width: 320px) {
  .product .product_wrapper {
    padding-block: 0px;
  }
}
.product_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 990px;
}
@media (max-width: 768px) {
  .product_image {
    width: 770px;
  }
}
@media (max-width: 768px) {
  .product_image {
    width: 665px;
  }
}
.product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card {
  margin-inline: auto;
  border-radius: var(--Radius-rds-xl, 20px);
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 32px;
  gap: 32px;
  max-width: 368px;
  position: relative;
}
@media (max-width: 480px) {
  .product_card {
    gap: 24px;
    padding: 32px 24px;
    max-width: 296px;
  }
}
.product_card-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.product_card-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product_card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 480px) {
  .product_card-text {
    font-size: 16px;
  }
}
.product_card-button {
  margin-top: 24px;
}
.product_os {
  position: absolute;
  left: 32px;
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  border-radius: var(--Radius-rds-s, 5px);
  background: #f2f2f2;
}
@media (max-width: 480px) {
  .product_os {
    left: 24px;
  }
}
.product_img img {
  max-width: 180px;
}

.old-price {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  text-decoration-line: line-through;
}
@media (max-width: 480px) {
  .old-price {
    font-size: 16px;
    line-height: 20px; /* 125% */
  }
}

.price {
  font-family: var(--freeset);
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 480px) {
  .price {
    font-size: 20px;
    line-height: 22px; /* 110% */
  }
}

.nds {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.ss {
  background-color: var(--color-surface-quaternary);
}
.ss_container {
  display: flex;
  gap: 32px;
}
@media (max-width: 1100px) {
  .ss_container {
    flex-direction: column;
    align-items: center;
  }
}
.ss_left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ss_list li {
  position: relative;
  padding-left: 16px;
  line-height: 133.333%;
  font-size: 18px;
}
.ss_list li::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: var(--color-primary-active);
  position: absolute;
  left: 0;
  top: 8px;
}
.ss_list li:not(:last-child) {
  margin-bottom: 16px;
}
.ss_data {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.ss_picture {
  max-width: 568px;
  width: 568px;
}
@media (max-width: 768px) {
  .ss_picture {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */