@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  font-display: swap;
  src: url("../fonts/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Colors */

/* Animations */

@-webkit-keyframes flying {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes flying {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.container {
  width: 100%;
  max-width: 1692px;
  padding: 0 16px;
  margin: 0 auto;
}

.button {
  font-family: "Nunito", sans-serif;
  display: block;
  padding: 12px 32px;
  border-radius: 100px;
  cursor: pointer;
  background: -o-linear-gradient(353deg, #0FF 10.41%, #066 177.68%);
  background: linear-gradient(97deg, #0FF 10.41%, #066 177.68%);
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.34);
          box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.34);
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  /* Button add to cart */
  /* Button transparent */
}

.button.add_to_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button.add_to_cart .button__text {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

.button.add_to_cart .button__icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 10px;
}

.button.add_to_cart .button__icon img,
.button.add_to_cart .button__icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.button_transparent {
  background: transparent;
  border: 1px solid #0FF;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.34);
          box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.34);
  color: #ffffff;
}

form {
  font-family: "Nunito", sans-serif;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea,
form .select2 {
  width: 100%;
  font-family: "Nunito", sans-serif;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 32px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid transparent;
}

form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form .select2::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, form .select2::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder, form .select2:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form select::-ms-input-placeholder, form textarea::-ms-input-placeholder, form .select2::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form select::placeholder,
form textarea::placeholder,
form .select2::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

form input[type=radio] {
  margin: 0;
}

form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form select option {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
}

form fieldset {
  outline: none;
  border: 0;
  padding: 0;
}

form textarea {
  border-radius: 12px;
  resize: none;
  height: 157px;
}

form button {
  outline: none;
  border: 0;
}

form .address-field {
  width: 100%;
  display: block;
}

form .select2 {
  padding: 12px 0;
  width: 100%;
  display: block;
  position: relative;
}

form .select2::after {
  position: absolute;
  top: 12.5px;
  right: 32px;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.19531L12 15.1953L18 9.19531' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

form .select2 .selection {
  width: 100%;
  display: block;
}

form .select2 .selection .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  display: block;
}

form .select2 .selection .select2-selection .select2-selection__rendered {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0 32px;
}

form .select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__field {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form__field_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.form__field_label {
  width: 100%;
}

.form__field_select_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__field_select_icon {
  position: absolute;
  right: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.form__field_select_icon img,
.form__field_select_icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.form__field_radio_column .form__field_radio_items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px 0;
}

.form__field_radio_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.form__field_radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.form__field_radio_item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form__field_radio_item input[type=radio]:checked + span::after {
  opacity: 1;
}

.form__field_radio_item span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 0 0;
}

.form__field_radio_item span::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.form__field_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form__field_check_item {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 0 8px 0 0;
  padding: 4px;
}

.form__field_check_item input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 0;
}

.form__field_check_item input[type=checkbox].checked + span {
  opacity: 1;
}

.form__field_check_item input[type=checkbox]:checked + span {
  opacity: 1;
}

.form__field_check_item span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form__field_check_item span img,
.form__field_check_item span svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.form__field_check_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}

.form__field_check_text a {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form__field_check_text a:hover {
  color: #0FF;
}

.form__note_instagram {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.form__note_instagram a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}

.form__note_address {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
}

.form__note_address span {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.54px;
  padding: 0 8px 0 0;
}

/* Title */

.title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

/* Subtitle */

.subtitle {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
}

/* Product Card */

.card {
  padding: 32px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.card__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 253px;
  margin: 0 0 24px 0;
}

.card__image img,
.card__image svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.card__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 8px 0;
}

.card__title:hover {
  color: #0FF;
}

.card__price {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.card__text {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9C9C9C;
}

.card__text p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #9C9C9C;
}

.card__button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  border-radius: 7px;
  background: #0FF;
}

.card__button img,
.card__button svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.card__check {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 999;
}

.card__check.checked img,
.card__check.checked svg {
  opacity: 1;
}

.card__check img,
.card__check svg {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.card__check_wrapper {
  position: relative;
}

.card__check_tooltip {
  position: absolute;
  left: -16px;
  bottom: calc(100% + 30px);
  width: 285px;
  border-radius: 16px;
  background: #ffffff;
  padding: 18px 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 6px 6px 24px rgba(0, 255, 255, 0.2);
          box-shadow: 6px 6px 24px rgba(0, 255, 255, 0.2);
}

.card__check_tooltip.left {
  left: -16px;
}

.card__check_tooltip.left::after {
  left: 27px;
}

.card__check_tooltip.right {
  left: auto;
  right: -16px;
}

.card__check_tooltip.right::after {
  right: 27px;
}

.card__check_tooltip.open {
  z-index: 5;
  opacity: 1;
}

.card__check_tooltip::after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 21px solid #ffffff;
  z-index: 1;
}

.card__check_tooltip_wrapper {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  position: relative;
  z-index: 2;
}

/* Order Card */

.ord {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  gap: 0 16px;
}

.ord__image {
  width: 62px;
  min-width: 62px;
  height: 59px;
  padding: 6px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ord__image:hover {
  background: rgba(255, 255, 255, 0.07);
}

.ord__image img,
.ord__image svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.ord__title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-width: 59px;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.ord__title:hover {
  color: #0FF;
}

.ord__char {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  min-width: 50px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.ord__price {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  margin: 0 0 0 auto;
  min-width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Counter */

.counter {
  padding: 23px 38px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 21.5% 0;
  min-width: 301px;
}

.counter_item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter_item_value {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.counter_item_value span {
  min-width: 30px;
  display: inline-block;
}

.counter_item_title {
  font-size: 1rem;
  font-weight: 300;
  color: #757575;
  text-align: center;
}

.counter_colon {
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 6px;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.back__icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px 0 0;
}

.back__icon img,
.back__icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.back__text {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}

.fitting__guide {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
}

.size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
}

.size__item {
  min-width: 68px;
  padding: 4px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.size__item.active {
  background: rgba(255, 255, 255, 0.4);
}

.drop.open .drop__content {
  max-height: 1000px;
}

.drop.open .drop__icon {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/* Modals */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 16px;
  overflow-y: auto;
}

.modal.open {
  z-index: 100;
  opacity: 1;
  pointer-events: initial;
}

.modal__wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}

/* Modal Congratulations */

.modal_con__wrapper {
  max-width: 724px;
  padding: 42px;
  position: relative;
  border-radius: 16px;
  background: #181818;
  overflow: hidden;
}

.modal_con__wrapper::before {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  left: 0;
  top: 42px;
  opacity: 0.38;
  background: #0FF;
  -webkit-filter: blur(140px);
          filter: blur(140px);
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
}

.modal_con__wrapper::after {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  opacity: 0.68;
  background: #0FF;
  -webkit-filter: blur(140px);
          filter: blur(140px);
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
}

.modal_con__close {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 5;
}

.modal_con__close:hover svg path {
  stroke: #0FF;
}

.modal_con__close img,
.modal_con__close svg,
.modal_con__close picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.modal_con__close img path,
.modal_con__close svg path,
.modal_con__close picture path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_con__left {
  position: absolute;
  top: 10px;
  left: 0;
  width: 38%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.modal_con__left img,
.modal_con__left svg,
.modal_con__left picture {
  width: 100%;
  height: auto;
  display: block;
}

.modal_con__right {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 27%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.modal_con__right img,
.modal_con__right svg,
.modal_con__right picture {
  width: 100%;
  height: auto;
  display: block;
}

.modal_con__content {
  padding: 70px 0 80px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.modal_con__title {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}

.modal_con__subtitle {
  max-width: 378px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px 0;
}

.modal_con__text {
  max-width: 253px;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.woocommerce-notices-wrapper {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
}

.app {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: #181818;
  position: relative;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  /* Homepage */
  /* Toggle Page */
  /* Raffle */
  /* Thank you */
  /* Product */
  /* Shopping Cart */
  /* Checkout */
  /* Thank you for your order */
  /* About us */
  /* Contact Us */
  /* Term */
  /* Footer */
  /* Coming Soon */
}

.app__homepage_spot,
.app__raffle_spot {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: -155px;
  left: -155px;
  background: #0FF;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
}

.app__homepage_grid,
.app__raffle_grid {
  position: absolute;
  top: -56px;
  right: -56px;
  width: 979px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.15;
  overflow: hidden;
}

.app__homepage_grid img,
.app__homepage_grid svg,
.app__homepage_grid picture,
.app__raffle_grid img,
.app__raffle_grid svg,
.app__raffle_grid picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.app__homepage_blur {
  position: absolute;
  top: 0;
  right: 0;
  width: 801px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.app__homepage_blur img,
.app__homepage_blur svg,
.app__homepage_blur picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.app__toggle_spot {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: -155px;
  left: -155px;
  background: #0FF;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
}

.app__toggle_blur {
  width: 1112px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  min-height: 1092px;
}

.app__toggle_blur img,
.app__toggle_blur svg,
.app__toggle_blur picture {
  width: 100%;
  height: 100%;
  display: block;
}

.app__toggle_grid {
  position: absolute;
  top: -56px;
  right: -56px;
  width: 979px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.15;
  overflow: hidden;
}

.app__toggle_grid img,
.app__toggle_grid svg,
.app__toggle_grid picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.app__raffle_blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 1089px;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.app__raffle_blur img,
.app__raffle_blur svg,
.app__raffle_blur picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.app__thank_spot {
  width: 413px;
  height: 396px;
  position: absolute;
  left: -205px;
  top: -50px;
  pointer-events: none;
  z-index: 2;
  display: block;
  content: "";
  border-radius: 50%;
  opacity: 0.24;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

.app__thank_grid {
  width: 980px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__thank_grid img,
.app__thank_grid svg,
.app__thank_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__thank_blur {
  width: 1112px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__thank_blur img,
.app__thank_blur svg,
.app__thank_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__pr_spot {
  width: 413px;
  height: 396px;
  position: absolute;
  top: -100px;
  left: -200px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

.app__pr_grid {
  width: 924px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__pr_grid img,
.app__pr_grid svg,
.app__pr_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__pr_blur {
  width: 1008px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__pr_blur img,
.app__pr_blur svg,
.app__pr_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__ca_spot {
  width: 413px;
  height: 396px;
  position: absolute;
  left: -200px;
  top: -60px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
}

.app__ca_blur {
  width: 1008px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__ca_grid {
  width: 924px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__ca_footer {
  width: 362px;
  height: 344px;
  position: absolute;
  left: 23%;
  bottom: -120px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
}

.app__ch_spot,
.app__ty_spot,
.app__us_spot,
.app__co_spot,
.app__term_spot {
  width: 413px;
  height: 396px;
  position: absolute;
  left: -200px;
  top: -60px;
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
}

.app__ch_blur,
.app__ty_blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 1008px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.app__ch_blur img,
.app__ch_blur svg,
.app__ch_blur picture,
.app__ty_blur img,
.app__ty_blur svg,
.app__ty_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__ch_grid,
.app__ty_grid {
  width: 924px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__ch_grid img,
.app__ch_grid svg,
.app__ch_grid picture,
.app__ty_grid img,
.app__ty_grid svg,
.app__ty_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__ch_footer {
  width: 362px;
  height: 344px;
  position: absolute;
  left: 23%;
  bottom: -120px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
}

.app__ty_footer {
  width: 362px;
  height: 344px;
  position: absolute;
  left: 436px;
  bottom: -500px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
}

.app__us_blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 970px;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.app__us_blur img,
.app__us_blur svg,
.app__us_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__us_grid {
  width: 955px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__us_grid img,
.app__us_grid svg,
.app__us_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__co_blur {
  width: 1067px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__co_blur img,
.app__co_blur svg,
.app__co_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__co_grid {
  width: 955px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__co_grid img,
.app__co_grid svg,
.app__co_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.no-webp .app__term_background {
  background: url("../assets/term/background_image.png"); }

.app__term_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.app__term_blur {
  width: 970px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__term_blur img,
.app__term_blur svg,
.app__term_blur picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__term_grid {
  width: 955px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.app__term_grid img,
.app__term_grid svg,
.app__term_grid picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__grid_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 973px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}

.app__grid_footer img,
.app__grid_footer svg,
.app__grid_footer picture {
  width: 100%;
  height: auto;
  display: block;
}

.app__com_spot {
  width: 414px;
  height: 414px;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  top: -212px;
  left: -212px;
  background: #0FF;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.24;
}

.app__com_blur {
  width: 1000px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.app__com_grid {
  width: 980px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.15;
}

.header {
  width: 100%;
  padding: 32px 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header.menu-open {
  background: #181818;
}

.header.menu-open .header__burger span:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.menu-open .header__burger span:nth-of-type(2) {
  opacity: 0;
}

.header.menu-open .header__burger span:nth-of-type(3) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.menu-open .header__menu {
  top: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger {
  width: 26px;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: none;
  margin: 0 16px 0 0;
  z-index: 2;
}

.header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__burger span:nth-of-type(1) {
  top: 0;
}

.header__burger span:nth-of-type(2) {
  top: 6px;
}

.header__burger span:nth-of-type(3) {
  top: 12px;
}

.header__logo {
  max-width: 180px;
  position: relative;
  z-index: 2;
}

.header__logo img,
.header__logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 48px;
}

.header__nav ul li.current-menu-item a {
  color: #0FF;
}

.header__nav ul li a {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__nav ul li a:hover {
  color: #0FF;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  position: relative;
  z-index: 2;
}

.header__lang_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  border-radius: 133px;
  background: transparent;
  gap: 0 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__lang_item.active {
  padding: 5px 13px;
  background: -o-linear-gradient(348deg, #0FF 9.65%, #066 206.06%);
  background: linear-gradient(102deg, #0FF 9.65%, #066 206.06%);
}

.header__lang_item.active .header__lang_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lang_item.active .header__lang_item_text {
  color: #000000;
}

.header__lang_item_icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__lang_item_icon img,
.header__lang_item_icon svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.header__lang_item_text {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.header__basket {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 0 0 max(6%, 16px);
  position: relative;
  z-index: 2;
}

.header__basket img,
.header__basket svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer {
  width: 100%;
  padding: 0 0 52px 0;
  position: relative;
  z-index: 2;
  margin: auto 0 0 0;
}

.footer__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  max-width: 134px;
}

.footer__logo img,
.footer__logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer__menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px 36px;
}

.footer__menu ul li.current-menu-item a {
  color: #0FF;
}

.footer__menu ul li a {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__menu ul li a:hover {
  color: #0FF;
}

.hero {
  width: 100%;
  padding: 48px 0 160px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__background_text {
  font-family: sans-serif;
  position: absolute;
  font-size: 28rem;
  line-height: 1.2;
  font-weight: 800;
  color: #D9D9D9;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  text-transform: uppercase;
  margin: auto;
  opacity: 0.02;
  pointer-events: none;
}

.hero__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__column {
  width: 42%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hero .counter {
  margin: 0 0 21.5% 0;
}

.hero__content {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hero__title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.hero__price {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.72px;
  margin: 0 0 24px 0;
}

.hero__text {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  max-width: 437px;
  margin: 0 0 42px 0;
}

.hero__button {
  padding: 24px 48px;
}

.hero__image {
  position: absolute;
  right: calc((100% - 1692px) / 2);
  width: 58%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 881px;
  max-height: 620px;
}

.hero__image::before {
  position: absolute;
  width: 69%;
  height: 69%;
  border-radius: 50%;
  display: block;
  content: "";
  background: #0FF;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.26;
}

.hero__image_top_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 2;
}

.hero__image_top_line img,
.hero__image_top_line svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero__image_bottom_line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 2;
}

.hero__image_bottom_line img,
.hero__image_bottom_line svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero__image_main {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
  -webkit-animation: flying linear 10s infinite;
          animation: flying linear 10s infinite;
}

.hero__image_main img,
.hero__image_main svg {
  width: 100%;
  height: auto;
  display: block;
}

.pop {
  width: 100%;
  padding: 140px 0 70px 0;
  position: relative;
}

.pop::before {
  position: absolute;
  top: 0;
  right: 95%;
  width: 208px;
  height: 197px;
  display: block;
  content: "";
  background: #0FF;
  opacity: 0.2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

.pop::after {
  position: absolute;
  right: 13%;
  top: 15%;
  width: 245px;
  height: 233px;
  display: block;
  content: "";
  background: #0FF;
  opacity: 0.2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

.pop__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 56px 0;
  position: relative;
  z-index: 2;
}

.pop__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  padding: 0 12px 0 0;
  text-transform: uppercase;
  max-width: 567px;
}

.pop__text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  max-width: 542px;
}

.pop__sliders {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pop__slider {
  width: 100%;
  padding: 0 max((100% - 1660px) / 2, 16px);
}

.pop__slider .card {
  width: 100%;
}

.pop__slider_mob {
  width: 100%;
  display: none;
}

.pop__slider_mob .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 28px;
}

.pop__slider_mob .swiper-slide .card {
  width: calc((100% - 28px) / 2);
}

.complete {
  width: 100%;
  padding: 45px 0 70px 0;
  position: relative;
}

.complete__product {
  padding: 70px 0 100px 0;
}

.complete.complete__product::before {
  display: none;
}

.complete.complete__product::after {
  display: none;
}

.complete::before {
  position: absolute;
  top: 0;
  right: 95%;
  width: 208px;
  height: 197px;
  display: block;
  content: "";
  background: #0FF;
  opacity: 0.2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

.complete::after {
  position: absolute;
  right: 13%;
  top: 15%;
  width: 245px;
  height: 233px;
  display: none;
  content: "";
  background: #0FF;
  opacity: 0.2;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}

.complete__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 56px 0;
  position: relative;
  z-index: 2;
}

.complete__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  padding: 0 12px 0 0;
  text-transform: uppercase;
}

.complete__text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  max-width: 542px;
}

.complete__sliders {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.complete__slider {
  width: 100%;
  padding: 0 max((100% - 1660px) / 2, 16px);
}

.complete__slider .card {
  width: 100%;
}

.complete__slider .swiper-slide {
  z-index: -1;
}

.complete__slider .swiper-slide:hover {
  z-index: 1;
}

.complete__slider_mob {
  width: 100%;
  display: none;
}

.complete__slider_mob .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 28px;
}

.complete__slider_mob .swiper-slide .card {
  width: calc((100% - 28px) / 2);
  z-index: -1;
}

.complete__slider_mob .swiper-slide .card:hover {
  z-index: 1;
}

.how {
  width: 100%;
  padding: 70px 0;
}

.how__wrapper {
  padding: 60px 100px;
  background: -o-linear-gradient(320deg, #0FF -133.11%, #066 92.47%);
  background: linear-gradient(130deg, #0FF -133.11%, #066 92.47%);
  border-radius: 32px;
  position: relative;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how__icon {
  width: 267px;
  position: absolute;
  left: -100px;
  top: -100px;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how__icon img,
.how__icon svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.how__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 42px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.how__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 32px;
  position: relative;
  z-index: 2;
}

.how__item {
  width: calc((100% - 96px) / 4);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.how__item_count {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -2.4px;
  opacity: 0.59;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-66.04%, #FFF), color-stop(83.21%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFF -66.04%, rgba(255, 255, 255, 0) 83.21%);
  background: linear-gradient(180deg, #FFF -66.04%, rgba(255, 255, 255, 0) 83.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how__item_title {
  margin: -30px 0 16px 0;
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.78px;
}

.how__item_text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.trust {
  width: 100%;
  padding: 70px 0 60px 0;
}

.trust__wrapper {
  max-width: 1135px;
  margin: 0 auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.trust__wrapper::after {
  position: absolute;
  width: 418px;
  height: 214px;
  display: block;
  content: "";
  border-radius: 418px;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(122.5482635498px);
          filter: blur(122.5482635498px);
  pointer-events: none;
  z-index: 1;
}

.trust__title {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.trust__subtitle {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.96px;
  text-align: center;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.trust__subtitle span {
  background: -o-linear-gradient(353deg, #0FF 10.41%, #066 177.68%);
  background: linear-gradient(97deg, #0FF 10.41%, #066 177.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trust__subtext {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.72px;
  text-align: center;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 2;
}

.trust__text {
  max-width: 550px;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 2;
}

.trust__text p {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-align: center;
}

.trust__text p:nth-last-of-type(1) {
  margin: 0;
}

.trust__text p span.font-weight-700 {
  font-weight: 700;
  font-size: 1.125rem;
}

.trust__text p span.font-weight-600 {
  font-weight: 600;
}

.trust__winner {
  width: 100%;
  max-width: 984px;
  padding: 36px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(23.4513950348px);
          backdrop-filter: blur(23.4513950348px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.trust__winner_text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.trust__winner_text span {
  background: -o-linear-gradient(353deg, #0FF 10.41%, #066 177.68%);
  background: linear-gradient(97deg, #0FF 10.41%, #066 177.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trust__items {
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  position: relative;
  z-index: 2;
}

.trust__item {
  width: calc((100% - 24px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20.0770931244px);
          backdrop-filter: blur(20.0770931244px);
  padding: 24px;
}

.trust__item_icon {
  width: 71px;
  min-width: 71px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  border-radius: 10px;
  background: -o-linear-gradient(338deg, #0FF 0%, #066 132.98%);
  background: linear-gradient(112deg, #0FF 0%, #066 132.98%);
  margin: 0 15px 0 0;
}

.trust__item_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.trust__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.trust__item_text {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}

.want {
  width: 100%;
  padding: 60px 0 20px 0;
}

.want__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.want__content {
  width: 49%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.want__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 0 42px 0;
}

.want__subtitle {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.want__form {
  width: 100%;
}

.want__form .gform_heading {
  display: none;
}

.want__form form {
  max-width: 378px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 16px;
}

.want__form .gform_validation_errors {
  display: none;
}

.want__form .gfield_label {
  display: none;
}

.want__form .gform-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.want__form .gform-footer {
  width: auto;
}

.want__form .gform_button {
  border: none;
}

.want__form .gfield_error input {
  border: 1px solid #E84545;
}

.want__form .validation_message {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
  padding: 6px 0 0 0;
}

.want__form .gform_confirmation_message {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.want__form input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.want__form input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}

.want__form input[type=text]::-moz-placeholder {
  color: #ffffff;
}

.want__form input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}

.want__form input[type=text]::-ms-input-placeholder {
  color: #ffffff;
}

.want__form input[type=text]::placeholder {
  color: #ffffff;
}

.want__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.want__image::before {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 60%;
  height: 60%;
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(172.5280456543px);
          filter: blur(172.5280456543px);
}

.want__image_main {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}

.want__image_main img,
.want__image_main svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.want__image_icon {
  position: absolute;
  right: 50px;
  width: 47%;
  pointer-events: none;
  z-index: 2;
}

.want__image_icon img,
.want__image_icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.toggle {
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}

.toggle::before {
  position: absolute;
  width: 685px;
  height: 653px;
  right: 56px;
  bottom: 144px;
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
  border-radius: 685px;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

.toggle__container {
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}

.toggle__wrapper {
  padding: 34px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggle__logo {
  max-width: 179px;
}

.toggle__logo img,
.toggle__logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.toggle__content {
  padding: 34px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1028px;
  margin: 0 auto;
}

.toggle__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0 0 52px 0;
  text-transform: uppercase;
}

.toggle__control {
  padding: 27px 56px;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 378px;
  height: 166px;
  position: relative;
  cursor: pointer;
}

.toggle__control.active .toggle__control_item:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateX(154px);
      -ms-transform: translateX(154px);
          transform: translateX(154px);
}

.toggle__control.active .toggle__control_item:nth-of-type(2) {
  -webkit-transform: translateX(154px);
      -ms-transform: translateX(154px);
          transform: translateX(154px);
  opacity: 1;
}

.toggle__control_item {
  position: absolute;
  left: 56px;
  right: auto;
  width: 112px;
  height: 112px;
  min-width: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.toggle__control_item img,
.toggle__control_item svg {
  width: 100%;
  height: 100%;
  display: block;
}

.toggle__control_item:nth-of-type(1) {
  opacity: 1;
}

.toggle__control_item:nth-of-type(2) {
  opacity: 0;
}

.raffle {
  width: 100%;
  padding: 68px 0 45px 0;
}

.raffle__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.raffle__wrapper::after {
  width: 685px;
  height: 653px;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  position: absolute;
  right: -74px;
  top: 119px;
  pointer-events: none;
  z-index: 1;
}

.raffle__back {
  position: relative;
  z-index: 2;
}

.raffle__product {
  width: 48%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}

.raffle__product::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 685px;
  height: 653px;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.raffle__product_wrapper {
  width: 100%;
  padding: 20px 0 0 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}

.raffle__product_image {
  max-width: 100%;
  margin: 0 auto 24px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.raffle__product_image_main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.raffle__product_image_main img,
.raffle__product_image_main svg {
  max-width: 100%;
  height: auto;
  display: block;
}

.raffle__product_image_icon {
  position: absolute;
  width: 49%;
  left: 101px;
  pointer-events: none;
  z-index: 1;
}

.raffle__product_image_icon img,
.raffle__product_image_icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.raffle__product_content {
  width: 100%;
  max-width: 604px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.raffle__product_head {
  width: 100%;
  max-width: 555px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px 0;
}

.raffle__product_title,
.raffle__product_price {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 18px 0 0;
}

.raffle__product_price {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.raffle__product_text {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.raffle__product_guide {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.raffle__product_guide:hover {
  color: #0FF;
}

.raffle__order {
  width: 45%;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 42px;
  position: relative;
  z-index: 2;
}

.raffle__order_title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  margin: 0 0 32px 0;
}

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

.raffle__order .form .gform_heading {
  display: none;
}

.raffle__order .form .gfield_required {
  display: none;
}

.raffle__order .form .gform_body {
  width: 100%;
}

.raffle__order .form #field_3_13 {
  display: none;
}

.raffle__order .form #field_3_14 .admin-hidden-markup,
.raffle__order .form #field_3_14 .gfield_label,
.raffle__order .form #field_3_14 .ginput_container {
  display: none;
}

.raffle__order .form #field_3_14 .gfield_validation_message {
  padding: 0;
  margin: 0 0 16px 0;
}

.raffle__order .form .gfield_label {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.raffle__order .form input[type=submit] {
  border: none;
}

.raffle__order .form .gfield_error input {
  border: 1px solid #E84545;
}

.raffle__order .form .gfield_label_before_complex {
  display: none;
}

.raffle__order .form .gform_validation_errors {
  display: none;
}

.raffle__order .form .validation_message {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
  padding: 6px 0 0 0;
}

.raffle__order .form .gform_fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 32px;
}

.raffle__order .form .gform_fields .gfield:nth-of-type(1),
.raffle__order .form .gform_fields .gfield:nth-of-type(2) {
  width: calc((100% - 32px) / 2);
}

.raffle__order .form .gform_fields .gfield:nth-of-type(3) {
  width: 100%;
  margin: 0;
}

.raffle__order .form .gform_fields .gfield:nth-of-type(4),
.raffle__order .form .gform_fields .gfield:nth-of-type(5) {
  width: 100%;
  margin: 0 0 32px 0;
}

.raffle__order .form .gform_fields .gfield:nth-of-type(5) {
  margin: 0;
  position: relative;
}

.raffle__order .form .gform_fields .gfield:nth-of-type(5) .ginput_container_select {
  position: relative;
}

.raffle__order .form .gform_fields .gfield:nth-of-type(5) .ginput_container_select::after {
  position: absolute;
  top: 10.5px;
  right: 32px;
  display: block;
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.19531L12 15.1953L18 9.19531' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.raffle__order .form .gform_fields .gfield:nth-of-type(6) {
  width: 100%;
  margin: 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) {
  width: 100%;
  margin: 0 0 32px 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 32px;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row label {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(1),
.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(2),
.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(3),
.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(4) {
  width: calc((100% - 32px) / 2);
  margin: 0 0 32px 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(3),
.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(4) {
  margin: 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) {
  width: 100%;
  margin: 0 0 32px 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .ginput_container_radio {
  width: 100%;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice input[type=radio]:checked + label::after {
  opacity: 1;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice label::before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 0 0;
  content: "";
  position: relative;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(2) .gfield_radio .gchoice label::after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) {
  width: 100%;
  margin: 0 0 32px 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice {
  position: relative;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice label::before {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 0 8px 0 0;
  padding: 4px;
  content: "";
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice label::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 8px 0 0;
  padding: 4px;
  content: url("data:image/svg+xml, %3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.70588L8.08065 11L18.5 1' stroke='%2300FFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 0;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice label a {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.raffle__order .form .gform_fields fieldset.gfield:nth-of-type(3) .gchoice label a:hover {
  color: #0FF;
}

.raffle__order .form__note_instagram {
  margin: 16px 0 32px 0;
}

.raffle__order .form__note_address {
  margin: 32px 0 16px 0;
}

.thank {
  width: 100%;
  margin: 100px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}

.thank__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}

.thank__content {
  width: 44%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.thank__content::after {
  width: 685px;
  height: 653px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
}

.thank__content .counter {
  margin: 0 0 56px 0;
  position: relative;
  z-index: 2;
}

.thank__content_title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.thank__content_text {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.78px;
  color: #ffffff;
  max-width: 500px;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.thank__product {
  width: 37%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: relative;
  z-index: 2;
  margin: 0 5% 0 0;
}

.thank__product::after {
  width: 685px;
  height: 653px;
  position: absolute;
  right: -150px;
  bottom: -60px;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.thank__product_image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 32px 0;
  z-index: 2;
}

.thank__product_image_main {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.thank__product_image_main img,
.thank__product_image_main svg {
  width: 100%;
  height: auto;
  display: block;
}

.thank__product_image_icon {
  width: 57%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.thank__product_image_icon img,
.thank__product_image_icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.thank__product_content {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}

.thank__product_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px 0;
}

.thank__product_title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  padding: 0 12px 0 0;
  max-width: 355px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.thank__product_price {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.78px;
  color: #ffffff;
}

.thank__product_text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.thank__background {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.29;
}

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

.thank__background_main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.thank__background_main img,
.thank__background_main svg {
  width: 100%;
  height: auto;
  display: block;
}

.thank__background_icon {
  width: 64%;
  position: absolute;
  top: -50px;
  left: 17%;
  pointer-events: none;
  z-index: 1;
}

.thank__background_icon img,
.thank__background_icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.pr {
  width: 100%;
  padding: 40px 0 70px 0;
  position: relative;
  z-index: 2;
}

.pr__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 56px 0;
}

.pr__block {
  width: 100%;
}

.pr__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pr__content {
  width: 41%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.pr__content::after {
  width: 483px;
  height: 461px;
  position: absolute;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.pr__title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.pr__price {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.pr__text {
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.pr__text p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #9C9C9C;
  margin: 0 0 16px 0;
}

.pr__text ul,
.pr__text ol {
  font-size: 1.125rem;
  font-weight: 300;
  color: #9C9C9C;
  list-style-position: inside;
  margin: 0 0 16px 0;
}

.pr__text img,
.pr__text picture {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
}

.pr .fitting__guide {
  display: inline-block;
  margin: auto 0 16px 0;
  position: relative;
  z-index: 2;
}

.pr .variations {
  width: 100%;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.pr .variations tbody {
  width: 100%;
}

.pr .variations tbody tr {
  width: 100%;
}

.pr .variations tbody .woo-variation-items-wrapper {
  width: 100%;
}

.pr .variations tbody .button-variable-items-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
}

.pr .variations tbody .button-variable-item {
  min-width: 68px !important;
  margin: 0 !important;
  padding: 4px 24px !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center !important;
  -webkit-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pr .variations tbody .button-variable-item::before {
  display: none;
}

.pr .variations tbody .button-variable-item::after {
  display: none;
}

.pr .variations tbody li[aria-checked=true] {
  background: rgba(255, 255, 255, 0.4) !important;
}

.pr .single_add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr__image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 16px;
  position: relative;
  z-index: 2;
  height: 600px;
}

.pr__image::after {
  width: 275px;
  height: 262px;
  position: absolute;
  right: 131px;
  bottom: -80px;
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
  display: block;
  content: "";
}

.pr__main {
  width: calc(78% - 8px);
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.pr__main_slide {
  height: 100%;
}

.pr__main_slide_wrapper {
  width: 100%;
  padding: 62px 42px;
  border-radius: 30.988px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.pr__main_slide_wrapper img,
.pr__main_slide_wrapper svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.pr__thumb {
  width: calc(22% - 8px);
  height: 100%;
  position: relative;
  z-index: 2;
}

.pr__thumb_wrapper {
  height: 100%;
}

.pr__thumb_slide {
  height: 100%;
  cursor: pointer;
}

.pr__thumb_slide_wrapper {
  width: 100%;
  padding: 21px;
  border-radius: 27.575px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.pr__thumb_slide_wrapper img,
.pr__thumb_slide_wrapper svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.ca {
  width: 100%;
  padding: 40px 0 100px 0;
  position: relative;
  z-index: 3;
}

.ca__head {
  width: 100%;
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.ca__head_wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ca__head_title {
  margin: 56px 0 0 0;
}

.ca__block {
  width: 100%;
}

.ca__block_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ca__cart {
  width: 53%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 32px 0;
  position: relative;
}

.ca__cart::after {
  position: absolute;
  left: 119px;
  top: 0;
  width: 483px;
  height: 461px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
}

.ca__cart .update_cart {
  width: 100%;
}

.ca__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  position: relative;
  z-index: 2;
}

.ca__item {
  width: 100%;
  padding: 24px 66px 24px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ca__item_empty {
  min-height: 300px;
}

.ca__item_empty > p {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.ca__item_wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ca__item_image {
  width: 158px;
  min-width: 158px;
  height: 151px;
  padding: 15px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin: 0 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ca__item_image img,
.ca__item_image svg,
.ca__item_image picture {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.ca__item_content {
  width: 193px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 max(12%, 16px) 0 0;
}

.ca__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 0 8px 0;
}

.ca__item_title:hover {
  color: #0FF;
}

.ca__item_price {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.ca__item_text {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.ca__item_char {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.ca__item_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ca__item_control label {
  display: none;
}

.ca__item_control .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ca__item_control .minus,
.ca__item_control .plus {
  font-family: "Nunito", sans-serif;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ca__item_control .minus {
  border-radius: 4px 0 0 4px;
}

.ca__item_control .plus {
  border-radius: 0 4px 4px 0;
}

.ca__item_control input[type=number] {
  width: 48px;
  font-family: "Nunito", sans-serif;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  padding: 0;
  -moz-appearance: textfield;
}

.ca__item_control input[type=number]::-webkit-outer-spin-button,
.ca__item_control input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ca__item_remove {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ca__item_remove:hover svg path {
  stroke: #0FF;
}

.ca__item_remove img,
.ca__item_remove svg,
.ca__item_remove picture {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.ca__item_remove img path,
.ca__item_remove svg path,
.ca__item_remove picture path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ca__coupon {
  width: 100%;
  position: relative;
  z-index: 2;
}

.ca__coupon .coupon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 16px;
  position: relative;
}

.ca__coupon .coupon label {
  display: none;
}

.ca__coupon .coupon input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ca__coupon .coupon input[type=text].has-error {
  border: 1px solid #E84545;
}

.ca__coupon .coupon .coupon-error-notice {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
}

.ca__coupon .coupon button {
  min-width: 180px;
  height: 46px;
}

.ca__total {
  width: 43%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 42px;
  position: relative;
}

.ca__total::after {
  width: 275px;
  height: 262px;
  position: absolute;
  right: 131px;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
  display: block;
  content: "";
  border-radius: 50%;
}

.ca__total_title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ca__total_button,
.ca__total .checkout-button {
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ca__rows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ca__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}

.ca__row_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}

.ca__row_text {
  width: 70%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.ca__ship {
  width: 70%;
  margin: 0 0 32px auto;
  position: relative;
  z-index: 2;
}

.ca__ship_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  cursor: pointer;
}

.ca__ship_head_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.ca__ship_head_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ca__ship_head_icon img,
.ca__ship_head_icon svg,
.ca__ship_head_icon picture {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.ca__ship_content {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ca__ship_wrapper {
  width: 100%;
  padding: 24px 0 0 0;
}

.ca__ship_wrapper > .form__field select {
  width: 100%;
  font-family: "Nunito", sans-serif;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 32px;
  border: 0;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ca__ship_wrapper > .form__field select option {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
}

.ca__ship_wrapper > .form__field select::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

.ca__ship_wrapper > .form__field select::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

.ca__ship_wrapper > .form__field select:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

.ca__ship_wrapper > .form__field select::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

.ca__ship_wrapper > .form__field select::placeholder {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.71);
}

.ca__ship_wrapper .woocommerce-shipping-destination {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 0;
}

.ca__ship_form {
  width: 100%;
  gap: 16px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ca__ship_form section {
  gap: 16px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ca__ship_form section button {
  margin: 8px 0 0 0;
}

.ca__sum {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ca__sum_title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}

.ca__sum_text {
  width: 70%;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-align: right;
}

.ch {
  width: 100%;
  padding: 40px 0 100px 0;
  position: relative;
  z-index: 3;
}

.ch .woocommerce-NoticeGroup {
  display: none;
}

.ch .checkout-inline-error-message {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  color: #E84545;
}

.ch__head {
  margin: 0 0 56px 0;
  position: relative;
  z-index: 3;
}

.ch__block {
  width: 100%;
}

.ch__block_wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ch__block_row {
  font-family: "Nunito", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ch__title {
  position: relative;
  z-index: 3;
  margin: 0 0 42px 0;
}

.ch__detail {
  width: 59%;
  padding: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.ch__detail::after {
  position: absolute;
  top: 0;
  left: 119px;
  width: 483px;
  height: 461px;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.ch__detail_title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  margin: 0 0 32px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.ch__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.ch__form .form__field_label label {
  display: none;
}

.ch__form .form__field:nth-of-type(1),
.ch__form .form__field:nth-of-type(5),
.ch__form .form__field:nth-of-type(7) {
  margin: 0 32px 24px 0;
}

.ch__form .form__field:nth-of-type(2),
.ch__form .form__field:nth-of-type(6),
.ch__form .form__field:nth-of-type(8) {
  margin: 0 0 24px 0;
}

.ch__form .form__field:nth-of-type(1),
.ch__form .form__field:nth-of-type(2),
.ch__form .form__field:nth-of-type(5),
.ch__form .form__field:nth-of-type(6),
.ch__form .form__field:nth-of-type(7),
.ch__form .form__field:nth-of-type(8) {
  width: calc((100% - 32px) / 2);
}

.ch__form .form__field:nth-of-type(3) {
  width: 100%;
  margin: 0 0 16px 0;
}

.ch__form .form__field:nth-of-type(4),
.ch__form .form__field:nth-of-type(9),
.ch__form .form__field:nth-of-type(10) {
  width: 100%;
  margin: 0 0 24px 0;
}

.ch__form .form__field:nth-of-type(10) textarea {
  height: 46px;
  border-radius: 100px;
  overflow: hidden;
}

.ch__form .form__field input[aria-invalid=true] {
  border: 1px solid #E84545;
}

.ch__form .form__field select[aria-invalid=true].select2-hidden-accessible + span {
  border: 1px solid #E84545;
}

.ch__form .form__note_address {
  margin: 0 0 16px 0;
}

.ch__form .form__field_check {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ch__form .form__field_check_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ch__form .form__field_check_wrapper .form-row {
  width: 100%;
}

.ch__coupon {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}

.ch__coupon_title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.ch__coupon_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 16px;
  position: relative;
}

.ch__coupon_form label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ch__coupon_form .coupon-error-notice {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
}

.ch__coupon_form button {
  min-width: 179px;
  height: 46px;
}

.ch__order {
  width: 38%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: relative;
}

.ch__order::after {
  position: absolute;
  right: 131px;
  width: 275px;
  height: 262px;
  display: block;
  content: "";
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.ch__order_title {
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1.08px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ch__order_form {
  position: relative;
  z-index: 2;
}

.ch__order_form .form__field:nth-of-type(1) {
  width: 100%;
  margin: 0 0 60px 0;
}

.ch__order_form .form__field:nth-of-type(2) {
  width: 100%;
  margin: 0 0 24px 0;
}

.ch__order_form .form__field_check {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ch__order_form .form__field_check_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ch__order_button {
  width: 100%;
  position: relative;
  z-index: 2;
}

.ch__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ch__rows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-grid-column-align: start;
      justify-self: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 2;
}

.ch__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch__row_title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 12px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ch__row_text {
  width: 70%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}

.ch__total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.ch__total_title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  padding: 0 12px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ch__total_text {
  width: 70%;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}

.ty {
  width: 100%;
  padding: 40px 0 100px 0;
  position: relative;
  z-index: 3;
}

.ty__head {
  width: 100%;
  margin: 0 0 56px 0;
}

.ty__head_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ty__block {
  width: 100%;
}

.ty__block_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ty__title {
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.ty__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.ty__detail {
  width: 45%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px 0;
  position: relative;
}

.ty__detail::after {
  width: 483px;
  height: 461px;
  position: absolute;
  top: -100px;
  left: 119px;
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.ty__detail_title {
  position: relative;
  z-index: 2;
}

.ty__detail_columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 36px;
  position: relative;
  z-index: 2;
}

.ty__detail_column {
  width: 33%;
  min-width: 237px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 32px 0;
}

.ty__detail_item {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px 0;
}

.ty__detail_item_title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.ty__detail_item_text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.ty__detail_item_text_card {
  word-break: break-all;
}

.ty__detail_button {
  position: relative;
  z-index: 2;
}

.ty__order {
  width: 52%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 42px;
  position: relative;
}

.ty__order::after {
  width: 275px;
  height: 262px;
  position: absolute;
  right: 131px;
  bottom: 0;
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.ty__order_title {
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ty__order_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.ty__order_rows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.ty__order_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 0;
  margin: 0 0 20px 0;
}

.ty__order_row_title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 12px 0 0;
}

.ty__order_row_text {
  width: 70%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  text-align: right;
}

.ty__order_total {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.ty__order_total_title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 12px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ty__order_total_text {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

/* About us - Hero */

.us_hero {
  width: 100%;
  padding: 90px 0 70px 0;
}

.us_hero__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.us_hero__wrapper::after {
  position: absolute;
  right: 261px;
  bottom: -100px;
  width: 275px;
  height: 262px;
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.us_hero__block {
  width: 100%;
  max-width: 860px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}

.us_hero__block::after {
  position: absolute;
  top: 155px;
  left: 119px;
  width: 483px;
  height: 461px;
  display: block;
  content: "";
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.us_hero__title {
  position: relative;
  margin: 0 0 42px 0;
  z-index: 2;
}

.us_hero__story {
  padding: 0 0 0 32px;
  margin: 0 0 24px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px 0;
  position: relative;
  z-index: 2;
}

.us_hero__story::before {
  position: absolute;
  top: -9px;
  left: 5px;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: -o-repeating-linear-gradient(top, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 6px, transparent 6px, transparent 12px);
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 6px, transparent 6px, transparent 12px);
}

.us_hero__story p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.us_hero__story p::before {
  position: absolute;
  top: 6px;
  left: -32px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0FF;
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.us_hero__check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.us_hero__check_item {
  width: calc((100% - 24px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}

.us_hero__check_item_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.us_hero__check_item_icon img,
.us_hero__check_item_icon svg {
  width: 100%;
}

.us_hero__check_item_text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.us_hero__text {
  width: 100%;
  margin: 0 0 16px 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px 0;
  max-width: 690px;
  position: relative;
  z-index: 2;
}

.us_hero__text p,
.us_hero__text ul,
.us_hero__text ol {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.us_hero__text ul,
.us_hero__text ol {
  list-style-position: inside;
}

.us_hero__ready {
  width: 100%;
  max-width: 459px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px 0;
  position: relative;
  z-index: 2;
}

.us_hero__ready p,
.us_hero__ready ul,
.us_hero__ready ol {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
}

.us_hero__ready ul,
.us_hero__ready ol {
  list-style-position: inside;
}

/* About us - Why */

.us_why {
  width: 100%;
  padding: 70px 0;
}

.us_why__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.us_why__title {
  display: inline-block;
  margin: 0 0 32px 0;
  text-align: center;
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.us_why__text,
.us_why__subtext {
  max-width: 650px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 0;
  position: relative;
  z-index: 2;
}

.us_why__text p,
.us_why__subtext p {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.us_why__text {
  margin: 0 0 16px 0;
}

.us_why__subtext {
  margin: 0 0 32px 0;
}

.us_why__bot {
  display: inline-block;
  max-width: 650px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.72px;
  color: #ffffff;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 2;
}

.us_why__bot span {
  background: -o-linear-gradient(353deg, #0FF 10.41%, #066 177.68%);
  background: linear-gradient(97deg, #0FF 10.41%, #066 177.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.us_why__subtitle {
  display: inline-block;
  max-width: 650px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 2;
}

.us_why__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  position: relative;
}

.us_why__items::before,
.us_why__items::after {
  position: absolute;
  width: 332px;
  height: 185px;
  display: block;
  content: "";
  border-radius: 332px;
  opacity: 0.2;
  background: #0FF;
  -webkit-filter: blur(107px);
          filter: blur(107px);
  pointer-events: none;
  z-index: 1;
}

.us_why__items::before {
  left: -100px;
  bottom: -100px;
}

.us_why__items::after {
  right: 364px;
  top: -160px;
}

.us_why__item {
  width: calc((100% - 48px) / 3);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 0;
  position: relative;
  z-index: 2;
}

.us_why__item_icon {
  width: 81px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: -o-linear-gradient(338deg, #0FF 0%, #066 132.98%), #FFF;
  background: linear-gradient(112deg, #0FF 0%, #066 132.98%), #FFF;
  padding: 10px;
}

.us_why__item_icon img,
.us_why__item_icon svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.us_why__item_text {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.us_why__item_text span {
  font-weight: 700;
}

/* FAQ */

.faq {
  width: 100%;
  padding: 70px 0;
}

.faq__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.faq__title {
  margin: 0 0 40px 0;
}

.faq__block {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 40px 0;
}

.faq__block:nth-last-of-type(1) {
  margin: 0;
}

.faq__block_title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.faq__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 0;
}

.faq__item {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 24px;
}

.faq__item.open .faq__item_icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__item_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.faq__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0 12px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.faq__item_icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
}

.faq__item_icon span {
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  background: #ffffff;
  display: block;
}

.faq__item_icon span:nth-of-type(1) {
  width: 18px;
  height: 2px;
  top: 11px;
  left: 3px;
}

.faq__item_icon span:nth-of-type(2) {
  width: 2px;
  height: 18px;
  left: 11px;
  top: 3px;
}

.faq__item_wrapper {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq__item_content {
  width: 100%;
  padding: 15px 0 0 0;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 8px 0;
}

.faq__item_content p {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}

/* Contact Us */

.co {
  width: 100%;
  padding: 200px 0 210px 0;
}

.co__wrapper {
  width: 100%;
}

.co__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.co__block {
  width: 42%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.co__block::after {
  position: absolute;
  top: -182px;
  left: 0;
  width: 685px;
  height: 653px;
  display: block;
  content: "";
  border-radius: 50%;
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  z-index: 1;
}

.co__block_title {
  margin: 0 0 42px 0;
  position: relative;
  z-index: 2;
}

.co__block_text {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px 0;
  margin: 0 0 42px 0;
  width: 100%;
  max-width: 648px;
  position: relative;
  z-index: 2;
}

.co__block_text p {
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.78px;
  color: #ffffff;
}

.co__block_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 42px;
  position: relative;
  z-index: 2;
}

.co__block_item {
  width: calc((100% - 84px) / 3);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px 0;
}

.co__block_item:nth-of-type(1) .co__block_item_text,
.co__block_item:nth-of-type(4n+4) .co__block_item_text {
  text-decoration: underline;
}

.co__block_item_title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.co__block_item_text {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}

.co__feed {
  width: 40%;
  position: relative;
}

.co__feed::after {
  position: absolute;
  right: -74px;
  top: 0;
  width: 685px;
  height: 653px;
  display: block;
  content: "";
  opacity: 0.26;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.co__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: -91px;
  right: -130px;
  opacity: 0.26;
  pointer-events: none;
  z-index: 2;
}

.co__image_main {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 6.084px 91.267px 0 rgba(136, 136, 136, 0.26);
          box-shadow: 0 6.084px 91.267px 0 rgba(136, 136, 136, 0.26);
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.co__image_main img,
.co__image_main svg,
.co__image_main picture {
  width: 100%;
  height: auto;
  display: block;
}

.co__image_icon {
  position: absolute;
  width: 65%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 19%;
}

.co__image_icon img,
.co__image_icon svg,
.co__image_icon picture {
  width: 100%;
  height: auto;
  display: block;
}

.co__form {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.co__form .gform_heading {
  display: none;
}

.co__form .gform_submission_error {
  display: none;
}

.co__form .gform-body {
  width: 100%;
}

.co__form .gfield_label {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.co__form .gfield_required {
  display: none;
}

.co__form .gform_fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.co__form .gform_fields .gfield:nth-of-type(1),
.co__form .gform_fields .gfield:nth-of-type(2) {
  width: calc((100% - 32px) / 2);
  margin: 0 32px 32px 0;
}

.co__form .gform_fields .gfield:nth-of-type(2) {
  margin: 0 0 32px 0;
}

.co__form .gform_fields .gfield:nth-of-type(3) {
  width: 100%;
  margin: 0 0 32px 0;
}

.co__form .gfield_error input {
  border: 1px solid #E84545;
}

.co__form .validation_message {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
  padding: 6px 0 0 0;
}

.co__form .gform_confirmation_message {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}

.co__form .gform_button {
  border: none;
}

/* Terms */

.term {
  width: 100%;
  padding: 50px 0 110px 0;
  position: relative;
  z-index: 2;
}

.term__wrapper {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.term__back {
  display: none;
}

.term__title {
  margin: 0 0 85px 0;
  max-width: 812px;
  width: 100%;
}

.term__content {
  width: 100%;
  max-width: 770px;
  color: #ffffff;
}

.term__content p {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  margin: 16px 0;
}

.term__content ul,
.term__content ol {
  width: 100%;
  margin: 16px 0;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  list-style-position: inside;
}

.term__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 30px;
}

.term__content ul li::before {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
}

.term__content ul li p,
.term__content ul li ul,
.term__content ul li ol,
.term__content ul li h1,
.term__content ul li h2,
.term__content ul li h3,
.term__content ul li h4,
.term__content ul li h5,
.term__content ul li h6 {
  width: 100%;
  margin: 0;
}

.term__content h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 56px 0 16px 0;
  width: 100%;
}

.term__content h3 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 24px 0 16px 0;
}

.term__content h4,
.term__content h5,
.term__content h6 {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 24px 0 16px 0;
}

.term__content img,
.term__content svg,
.term__content picture {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 16px 0;
}

.term__content a {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.term__content a:hover {
  color: #0FF;
}

/* Modal Size */

.modal_product__wrapper {
  width: 100%;
  max-width: 885px;
  padding: 42px 84px 42px 42px;
  border-radius: 16px;
  background: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 32px;
  position: relative;
}

.modal_product__wrapper::before {
  width: 200px;
  height: 192px;
  position: absolute;
  top: 42px;
  left: 0;
  opacity: 0.24;
  -webkit-filter: blur(139px);
          filter: blur(139px);
  background: #0FF;
  border-radius: 50%;
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.modal_product__close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.modal_product__close img,
.modal_product__close svg,
.modal_product__close picture {
  width: 100%;
  height: auto;
  display: block;
}

.modal_product__close img path,
.modal_product__close svg path,
.modal_product__close picture path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_product__close:hover svg path {
  stroke: #0FF;
}

.modal_product__sliders {
  width: 44%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.modal_product__main {
  width: 100%;
}

.modal_product__main_slider {
  width: 100%;
  height: 332px;
}

.modal_product__main_slide {
  height: 100%;
  min-height: 100%;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_product__main_slide img,
.modal_product__main_slide svg,
.modal_product__main_slide picture {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.modal_product__thumb {
  width: 100%;
}

.modal_product__thumb_slider {
  width: 100%;
  height: 86px;
}

.modal_product__thumb_slide {
  height: 100%;
  min-height: 100%;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.modal_product__thumb_slide img,
.modal_product__thumb_slide svg,
.modal_product__thumb_slide picture {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.modal_product__content {
  max-width: 360px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}

.modal_product__title,
.modal_product__price,
.modal_product__text {
  display: block;
}

.modal_product__title_mob,
.modal_product__price_mob,
.modal_product__text_mob {
  display: none;
}

.modal_product__title,
.modal_product__title_mob {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.modal_product__price,
.modal_product__price_mob {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.modal_product__text,
.modal_product__text_mob {
  font-size: 1rem;
  font-weight: 300;
  color: #9C9C9C;
  margin: 0 0 24px 0;
}

.modal_product .fitting__guide {
  display: inline-block;
  margin: 0 0 12px 0;
}

.modal_product .variations {
  width: 100%;
  margin: 0 0 24px 0;
}

.modal_product .variations tbody {
  width: 100%;
}

.modal_product .variations tbody tr {
  width: 100%;
}

.modal_product .variations tbody .woo-variation-items-wrapper {
  width: 100%;
}

.modal_product .variations tbody .button-variable-items-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
}

.modal_product .variations tbody .button-variable-item {
  min-width: 68px !important;
  margin: 0 !important;
  padding: 4px 24px !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center !important;
  -webkit-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal_product .variations tbody .button-variable-item::before {
  display: none;
}

.modal_product .variations tbody .button-variable-item::after {
  display: none;
}

.modal_product .variations tbody li[aria-checked=true] {
  background: rgba(255, 255, 255, 0.4) !important;
}

.modal_product .single_add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Modal Size */

.modal_size.open {
  z-index: 101;
}

.modal_size__wrapper {
  width: 100%;
  max-width: 640px;
  position: relative;
  padding: 42px 84px 42px 42px;
  border-radius: 16px;
  background: #181818;
}

.modal_size__wrapper::before {
  width: 200px;
  height: 192px;
  position: absolute;
  top: 42px;
  left: 0;
  opacity: 0.24;
  -webkit-filter: blur(139px);
          filter: blur(139px);
  background: #0FF;
  border-radius: 50%;
  display: block;
  content: "";
  pointer-events: none;
  z-index: 1;
}

.modal_size__close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.modal_size__close img,
.modal_size__close svg,
.modal_size__close picture {
  width: 100%;
  height: auto;
  display: block;
}

.modal_size__close img path,
.modal_size__close svg path,
.modal_size__close picture path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_size__close:hover svg path {
  stroke: #0FF;
}

.modal_size__title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: #ffffff;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 2;
}

.modal_size__items {
  width: 100%;
  max-width: 373px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 56px;
  position: relative;
  z-index: 2;
}

.modal_size__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_size__item_title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  margin: 0 4px 0 0;
  min-width: 30px;
}

.modal_size__item_block {
  padding: 8px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 88px;
  gap: 0 12px;
}

.modal_size__item_value {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}

.modal_size__item_pre {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}

.modal_size__item:nth-of-type(2n+2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.com {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.com__background {
  position: absolute;
  font-family: sans-serif;
  font-size: 35rem;
  font-weight: 800;
  color: #D9D9D9;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #FFF;
  z-index: 1;
  pointer-events: none;
  opacity: 0.02;
}

.com__wrapper {
  width: 100%;
  min-height: 100vh;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.com__header {
  width: 100%;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com__header_logo {
  max-width: 180px;
}

.com__header_logo img,
.com__header_logo svg,
.com__header_logo picture {
  width: 100%;
  height: auto;
  display: block;
}

.com__footer {
  width: 100%;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com__footer_logo {
  max-width: 134px;
  width: 100%;
  height: auto;
  display: block;
}

.com__footer_logo img,
.com__footer_logo svg,
.com__footer_logo picture {
  width: 100%;
  height: auto;
  display: block;
}

.com__footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 24px;
}

.com__footer_item {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.com__footer_item:hover {
  color: #0FF;
}

.com__content {
  width: 100%;
  max-width: 555px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
}

.com__content::before {
  position: absolute;
  right: 100%;
  width: 483px;
  height: 461px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  display: block;
  content: "";
  opacity: 0.26;
}

.com__content::after {
  position: absolute;
  left: 142%;
  top: 100%;
  width: 275px;
  height: 262px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  background: #0FF;
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.26;
  display: block;
  content: "";
}

.com__title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 42px 0;
  position: relative;
  z-index: 3;
}

.com__text {
  max-width: 396px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 3;
}

.com__form {
  width: 100%;
  max-width: 378px;
  position: relative;
  z-index: 3;
}

.com__form .gform_heading {
  display: none;
}

.com__form .gfield_label {
  display: none;
}

.com__form .validation_message {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #E84545;
  padding: 6px 0 0 0;
}

.com__form .gform_body .gfield_error input {
  border: 1px solid #E84545;
}

.com__form .gform_submission_error {
  display: none;
}

.com__form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 16px;
}

.com__form input[type=submit] {
  border: 0;
}

@media (min-width: 1921px) {
  .pop::before {
    left: calc((100% - 1920px) / 2);
  }

  .complete::before {
    left: calc((100% - 1920px) / 2);
  }

  .toggle::before {
    right: calc((100% - 1920px) / 2 + 56px);
  }

  .thank__background {
    max-width: 680px;
    right: calc((100% - 1920px) / 2);
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1272px;
  }

  .title {
    font-size: 3.5rem;
  }

  .subtitle {
    font-size: 1.5rem;
    letter-spacing: -0.72px;
  }

  .app__homepage_grid,
  .app__raffle_grid {
    width: 734px;
  }

  .app__toggle_spot {
    display: none;
  }

  .app__toggle_blur {
    display: none;
  }

  .app__thank_grid {
    display: none;
  }

  .app__pr_grid {
    display: none;
  }

  .app__pr_blur {
    width: 721px;
  }

  .app__ca_blur {
    width: 792px;
  }

  .app__ca_grid {
    display: none;
  }

  .app__ch_blur,
  .app__ty_blur {
    width: 725px;
  }

  .app__ch_grid,
  .app__ty_grid {
    display: none;
  }

  .app__us_blur {
    width: 725px;
  }

  .app__us_grid {
    display: block;
    width: 730px;
  }

  .app__co_blur {
    width: 1112px;
  }

  .app__co_grid {
    display: none;
  }

  .no-webp .app__term_background {
    background: url("../assets/term/background_image_1440.png"); }

  .app__term_blur {
    width: 710px;
  }

  .app__term_grid {
    display: none;
  }

  .app__grid_footer {
    width: 730px;
  }

  .app__com_blur {
    width: 715px;
  }

  .app__com_grid {
    display: none;
  }

  .header__logo {
    max-width: 134px;
  }

  .header__nav ul {
    gap: 0 36px;
  }

  .header__nav ul li a {
    font-size: 1rem;
  }

  .header__lang_item_icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .header__lang_item_text {
    font-size: 1rem;
  }

  .header__basket {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .footer__menu ul li a {
    font-size: 1rem;
  }

  .hero__image {
    right: 0;
  }

  .pop::before {
    top: auto;
    bottom: 35%;
    left: -30px;
    right: auto;
  }

  .pop::after {
    top: auto;
    bottom: 5%;
    right: -100px;
  }

  .pop__title {
    font-size: 3.5rem;
  }

  .pop__text {
    font-size: 1rem;
    margin: auto 0 0 0;
  }

  .pop__slider {
    padding: 0 max((100% - 1240px) / 2, 16px);
  }

  .complete.complete__product::before {
    width: 362px;
    height: 344px;
    bottom: 0;
    left: 278px;
    right: auto;
    top: auto;
    display: block;
  }

  .complete::before {
    top: auto;
    bottom: 35%;
    left: -30px;
    right: auto;
  }

  .complete::after {
    top: auto;
    bottom: 25%;
    right: -100px;
    display: block;
  }

  .complete__title {
    font-size: 3.5rem;
  }

  .complete__text {
    font-size: 1rem;
    margin: auto 0 0 0;
    max-width: 409px;
  }

  .complete__slider {
    padding: 0 max((100% - 1240px) / 2, 16px);
  }

  .how__wrapper {
    padding: 76px 66px 32px 66px;
  }

  .how__title {
    font-size: 3.5rem;
  }

  .how__item_title {
    font-size: 1.5rem;
  }

  .how__item_text {
    font-size: 1rem;
  }

  .want__title {
    font-size: 3.5rem;
  }

  .toggle::before {
    right: -200px;
  }

  .toggle__title {
    font-size: 3.5rem;
  }

  .raffle__wrapper::after {
    width: 561px;
    height: 534px;
  }

  .raffle__product {
    width: 39%;
  }

  .raffle__product::after {
    width: 561px;
    height: 534px;
  }

  .raffle__order {
    width: 53%;
    padding: 32px;
  }

  .raffle__order_title {
    font-size: 1.5rem;
    margin: 0 0 24px 0;
  }

  .raffle__order .form .gform_fields .gfield:nth-of-type(4),
  .raffle__order .form .gform_fields .gfield:nth-of-type(5) {
    margin: 0 0 24px 0;
  }

  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(1),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(2),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(3),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(4) {
    margin: 0 0 24px 0;
  }

  .raffle__order .form__note_instagram {
    margin: 16px 0 24px 0;
  }

  .thank__content {
    width: 51.5%;
  }

  .thank__content::after {
    width: 561px;
    height: 534px;
  }

  .thank__content_title {
    font-size: 3.5rem;
  }

  .thank__content_text {
    font-size: 1.125rem;
  }

  .thank__product {
    width: 44%;
    margin: 0;
    padding: 42px 32px;
  }

  .thank__product::after {
    width: 570px;
    height: 543px;
  }

  .thank__product_title {
    font-size: 1.625rem;
    max-width: 306px;
  }

  .thank__product_price {
    font-size: 1.5rem;
  }

  .thank__product_text {
    font-size: 1rem;
  }

  .pr__content::after {
    width: 436px;
    height: 416px;
    left: 0;
    bottom: 48px;
  }

  .pr__title {
    font-size: 3.5rem;
  }

  .pr__price {
    font-size: 1.5rem;
  }

  .pr__text p {
    font-size: 1rem;
  }

  .pr__text ul,
  .pr__text ol {
    font-size: 1rem;
  }

  .pr__image {
    height: 544px;
    width: 55%;
  }

  .pr__image::after {
    width: 362px;
    height: 344px;
    bottom: -122px;
  }

  .pr__main_slide_wrapper {
    padding: 52px 40px;
    border-radius: 26px;
  }

  .pr__thumb_slide_wrapper {
    padding: 16px;
    border-radius: 21px;
  }

  .ca__cart::after {
    width: 436px;
    height: 416px;
    left: 0;
  }

  .ca__total::after {
    width: 362px;
    height: 344px;
    right: 26px;
  }

  .ca__total_title {
    font-size: 1.5rem;
  }

  .ca__row_title {
    font-size: 1rem;
  }

  .ca__row_text {
    font-size: 1rem;
  }

  .ca__sum_title {
    font-size: 1rem;
  }

  .ca__sum_text {
    font-size: 1rem;
  }

  .ch__detail {
    padding: 32px;
    width: 55%;
  }

  .ch__detail::after {
    left: 0;
    top: -42px;
  }

  .ch__detail_title {
    font-size: 1.5rem;
  }

  .ch__order {
    padding: 32px;
    width: 41%;
  }

  .ch__order::after {
    width: 362px;
    height: 344px;
    right: 26px;
  }

  .ch__order_title {
    font-size: 1.5rem;
  }

  .ch__row_title {
    font-size: 1rem;
  }

  .ch__row_text {
    font-size: 1rem;
  }

  .ty {
    padding: 60px 0 100px 0;
  }

  .ty__detail::after {
    left: 0;
  }

  .ty__detail_column {
    min-width: 0;
    width: calc((100% - 32px) / 2);
  }

  .ty__order {
    padding: 32px;
  }

  .ty__order::after {
    right: 32px;
    width: 362px;
    height: 344px;
  }

  .ty__order_row_title {
    font-size: 1rem;
  }

  .ty__order_row_text {
    font-size: 1rem;
  }

  .us_hero {
    padding: 110px 0 70px 0;
  }

  .us_hero__wrapper::after {
    width: 362px;
    height: 344px;
    right: 126px;
    bottom: 0;
  }

  .us_hero__block::after {
    width: 436px;
    height: 416px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
    top: 101px;
    left: 0;
  }

  .us_why__items::after {
    right: -80px;
  }

  .co {
    padding: 150px 0 180px 0;
  }

  .co__block {
    width: 56%;
  }

  .co__block::after {
    width: 561px;
    height: 534px;
    top: -109px;
  }

  .co__block_text {
    max-width: 484px;
  }

  .co__block_text p {
    font-size: 1.125rem;
    letter-spacing: normal;
  }

  .co__feed {
    width: 43%;
  }

  .co__feed::after {
    width: 570px;
    height: 543px;
    top: 100px;
    right: -78px;
  }

  .co__image {
    top: -83px;
    right: -100px;
  }

  .modal_product__main_slide {
    padding: 32px 24px;
  }

  .com__footer_item {
    font-size: 1rem;
  }

  .com__content::after {
    width: 362px;
    height: 362px;
    top: calc(100% - 128px);
    right: -48px;
  }

  .com__title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1290px) {
  .co__block {
    width: 48%;
  }
}

@media (max-width: 1280px) {
  .pop__slider {
    padding: 0 16px;
    max-width: 1272px;
  }

  .complete__slider {
    padding: 0 16px;
    max-width: 1272px;
  }

  .ca__item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px 0;
  }

  .co__block_item {
    width: calc((100% - 42px) / 2);
  }

  .co__feed {
    width: 48%;
  }
}

@media (max-width: 1024px) {
  .modal_con__close {
    top: 24px;
    right: 24px;
  }

  .modal_con__right {
    right: 0;
  }

  .modal_con__content {
    padding: 42px 0 32px 0;
  }

  .modal_con__title {
    font-size: 2.625rem;
  }

  .pop__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 0 32px 0;
  }

  .pop__title {
    max-width: none;
    padding: 0;
  }

  .pop__text {
    max-width: 478px;
  }

  .complete__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0 0 32px 0;
  }

  .complete__title {
    max-width: none;
    padding: 0;
  }

  .complete__text {
    max-width: 478px;
  }

  .how__wrapper {
    padding: 76px 32px 60px 32px;
  }

  .how__icon {
    left: -48px;
    top: -48px;
    width: 197px;
  }

  .how__items {
    gap: 12px 80px;
  }

  .how__item {
    width: calc((100% - 80px) / 2);
  }

  .want__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .want__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .want__title {
    text-align: center;
    max-width: none;
    width: 100%;
  }

  .want__subtitle {
    max-width: 400px;
  }

  .want__form {
    max-width: 400px;
  }

  .want__image {
    width: 100%;
  }

  .raffle__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .raffle__product {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .raffle__product_content {
    max-width: 100%;
  }

  .raffle__product_head {
    max-width: 100%;
  }

  .raffle__order {
    width: 100%;
  }

  .thank__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .thank__content {
    width: 100%;
    margin: 0 0 136px 0;
  }

  .thank__product {
    width: 100%;
    max-width: 597px;
    margin: 0 auto;
  }

  .thank__background {
    width: 100%;
    top: 40%;
  }

  .pr__wrapper {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .pr__content {
    width: 100%;
  }

  .pr__image {
    width: 100%;
    max-width: 683px;
    margin: 0 auto 32px auto;
  }

  .ca__block_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 42px 0;
  }

  .ca__cart {
    width: 100%;
  }

  .ca__item_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }

  .ca__total {
    width: 100%;
  }

  .ch__block_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ch__detail {
    width: 100%;
    margin: 0 0 42px 0;
  }

  .ch__order {
    width: 100%;
  }

  .ty__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ty__detail {
    width: 100%;
    margin: 0 0 42px 0;
  }

  .ty__order {
    width: 100%;
  }

  .us_hero__block {
    max-width: 100%;
  }

  .us_why__item {
    width: calc((100% - 24px) / 2);
  }

  .co__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .co__block {
    width: 100%;
    margin: 0 0 42px 0;
  }

  .co__block_item {
    width: calc((100% - 84px) / 3);
  }

  .co__feed {
    width: 100%;
  }

  .co__image {
    right: 0;
    top: 0;
  }

  .co__form {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 736px;
  }

  .title {
    font-size: 2.625rem;
  }

  .subtitle {
    font-size: 2rem;
    letter-spacing: -0.96px;
  }

  .card {
    padding: 24px 20px;
  }

  .card__image {
    height: 206px;
  }

  .card__title {
    font-size: 1rem;
  }

  .card__price {
    font-size: 1rem;
  }

  .card__text {
    font-size: 1rem;
  }

  .card__text p {
    font-size: 1rem;
  }

  .counter {
    border-radius: 21px;
    padding: 13px 24px;
    margin: 0 0 42px 0;
    min-width: 0;
  }

  .counter_item_value {
    font-size: 2rem;
  }

  .counter_item_value span {
    min-width: 24px;
  }

  .back {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .modal_con__wrapper {
    padding: 24px;
  }

  .modal_con__close {
    top: 16px;
    right: 16px;
  }

  .modal_con__title {
    font-size: 2.4rem;
  }

  .modal_con__subtitle {
    font-size: 1rem;
  }

  .app__homepage_spot,
  .app__raffle_spot {
    left: -50px;
  }

  .app__homepage_grid,
  .app__raffle_grid {
    width: 252px;
  }

  .app__homepage_blur {
    width: 471px;
  }

  .app__toggle_spot {
    display: block;
    width: 208px;
    height: 197px;
    left: -20px;
    top: 0;
  }

  .app__toggle_grid {
    width: 522px;
  }

  .app__raffle_blur {
    display: none;
  }

  .app__raffle_grid {
    position: absolute;
    top: 0;
    right: 0;
    width: 253px;
    pointer-events: none;
    z-index: 2;
  }

  .app__raffle_grid img,
  .app__raffle_grid svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .app__thank_spot {
    display: none;
  }

  .app__thank_grid {
    display: block;
    width: 253px;
  }

  .app__thank_blur {
    width: 582px;
  }

  .app__pr_spot {
    width: 208px;
    height: 197px;
    left: -30px;
    top: -80px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }

  .app__pr_grid {
    width: 253px;
    display: block;
  }

  .app__pr_blur {
    width: 471px;
    left: auto;
    right: 0;
  }

  .app__ca_spot {
    width: 208px;
    height: 197px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    left: -30px;
    top: -80px;
  }

  .app__ca_blur {
    width: 472px;
    left: auto;
    right: 0;
  }

  .app__ca_grid {
    width: 253px;
    display: block;
  }

  .app__ca_footer {
    display: none;
  }

  .app__ch_spot,
  .app__ty_spot,
  .app__us_spot,
  .app__co_spot,
  .app__term_spot {
    width: 208px;
    height: 197px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    left: -30px;
    top: -80px;
  }

  .app__ch_blur,
  .app__ty_blur {
    width: 472px;
    top: 0;
    left: auto;
    right: 0;
  }

  .app__ch_grid,
  .app__ty_grid {
    width: 253px;
    display: block;
    z-index: 2;
  }

  .app__ch_footer {
    display: none;
  }

  .app__ty_footer {
    bottom: -344px;
    left: -180px;
    opacity: 0.2;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .app__us_blur {
    width: 425px;
    top: 0;
    left: 0;
  }

  .app__us_grid {
    width: 253px;
    display: block;
    z-index: 2;
  }

  .app__co_spot {
    display: none;
  }

  .app__co_blur {
    width: 582px;
    left: 0;
  }

  .app__co_grid {
    width: 253px;
    display: block;
    z-index: 2;
  }

  .no-webp .app__term_background {
    background: url("../assets/term/background_image_768.png"); }

  .app__term_blur {
    width: 472px;
    left: auto;
    right: 0;
  }

  .app__term_grid {
    width: 253px;
    display: block;
    z-index: 2;
  }

  .app__grid_footer {
    width: 390px;
  }

  .app__com_spot {
    display: none;
  }

  .app__com_blur {
    width: 475px;
  }

  .app__com_grid {
    display: block;
    width: 253px;
  }

  .header__nav ul {
    gap: 0 28px;
  }

  .header__lang_item {
    padding: 4px 0;
  }

  .header__lang_item.active {
    padding: 4px 10px;
  }

  .header__basket {
    margin: 0 0 0 24px;
  }

  .footer {
    padding: 32px 0;
  }

  .hero {
    padding: 0 0 60px 0;
  }

  .hero__wrapper {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .hero__column {
    width: 100%;
  }

  .hero .counter {
    margin: 0 0 42px 0;
  }

  .hero__title {
    font-size: 2.25rem;
    margin: 0 0 12px 0;
  }

  .hero__price {
    font-size: 1.625rem;
  }

  .hero__text {
    margin: 0 0 32px 0;
    max-width: 583px;
  }

  .hero__image {
    position: relative;
    right: auto;
    width: 100%;
  }

  .hero__image_top_line {
    top: 12.3%;
    left: 12.3%;
  }

  .hero__image_bottom_line {
    bottom: 9.8%;
    right: 9.8%;
  }

  .pop {
    padding: 60px 0;
  }

  .pop::after {
    display: none;
  }

  .pop__title {
    font-size: 2.625rem;
    margin: 0 0 32px 0;
  }

  .pop__text {
    font-size: 1rem;
  }

  .pop__slider {
    display: none;
  }

  .pop__slider_mob {
    display: block;
    padding: 0 max((100% - 702px) / 2, 16px);
  }

  .complete {
    padding: 60px 0;
  }

  .complete__product {
    padding: 60px 0 120px 0;
  }

  .complete.complete__product::before {
    width: 208px;
    height: 197px;
    left: -100px;
    bottom: auto;
    top: 50%;
  }

  .complete::after {
    display: none;
  }

  .complete__title {
    font-size: 2.625rem;
    margin: 0 0 32px 0;
  }

  .complete__text {
    font-size: 1rem;
  }

  .complete__slider {
    display: none;
  }

  .complete__slider_mob {
    display: block;
    padding: 0 max((100% - 702px) / 2, 16px);
  }

  .how {
    padding: 60px 0;
  }

  .how__title {
    font-size: 2.625rem;
  }

  .trust {
    padding: 60px 0;
  }

  .trust__title {
    font-size: 2.625rem;
  }

  .trust__winner {
    margin: 0 0 32px 0;
  }

  .trust__items {
    gap: 32px 32px;
  }

  .trust__item {
    width: calc((100% - 32px) / 2);
    padding: 0;
    border: 0;
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .trust__item_icon {
    width: 81px;
    min-width: 81px;
    height: 64px;
    margin: 0 0 24px 0;
  }

  .trust__item_content {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .trust__item_title {
    font-size: 1.5rem;
    margin: 0 0 16px 0;
    text-align: center;
  }

  .trust__item_text {
    font-size: 1rem;
    text-align: center;
  }

  .want {
    padding: 70px 0 0 0;
  }

  .want__title {
    font-size: 2.625rem;
    max-width: 450px;
  }

  .want__subtitle {
    font-size: 1rem;
  }

  .toggle::before {
    right: -300px;
  }

  .toggle__title {
    font-size: 2.625rem;
  }

  .toggle__control {
    padding: 18px 38px;
    height: 111px;
    min-width: 254px;
  }

  .toggle__control.active .toggle__control_item:nth-of-type(1) {
    -webkit-transform: translateX(103px);
        -ms-transform: translateX(103px);
            transform: translateX(103px);
  }

  .toggle__control.active .toggle__control_item:nth-of-type(2) {
    -webkit-transform: translateX(103px);
        -ms-transform: translateX(103px);
            transform: translateX(103px);
  }

  .toggle__control_item {
    width: 75px;
    height: 75px;
    min-width: 75px;
    left: 38px;
  }

  .raffle {
    padding: 24px 0;
  }

  .raffle__wrapper::after {
    display: none;
  }

  .raffle__back {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }

  .raffle__product {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 72px 0;
  }

  .raffle__product::after {
    width: 471px;
    height: 449px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    left: auto;
  }

  .raffle__product_title {
    font-size: 2rem;
  }

  .raffle__product_text {
    max-width: 477px;
    font-size: 0.875rem;
  }

  .thank {
    margin: 60px 0;
  }

  .thank__content::after {
    width: 472px;
    height: 449px;
    left: auto;
    right: 58px;
    top: 17px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .thank__content .counter {
    margin: 0 0 42px 0;
  }

  .thank__content_title {
    font-size: 2.625rem;
  }

  .thank__content_text {
    font-size: 1rem;
  }

  .thank__product::after {
    width: 409px;
    height: 389px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    bottom: 42px;
    right: auto;
    left: 48px;
  }

  .thank__product_title {
    font-size: 2rem;
    letter-spacing: -0.96px;
  }

  .thank__product_price {
    font-size: 1.625rem;
  }

  .thank__product_text {
    font-size: 1.125rem;
  }

  .pr {
    padding: 20px 0 60px 0;
  }

  .pr__head {
    margin: 0 0 45px 0;
  }

  .pr__content::after {
    display: none;
  }

  .pr__title {
    font-size: 2.625rem;
  }

  .pr__price {
    font-size: 2rem;
    margin: 0 0 24px 0;
    letter-spacing: -0.96px;
  }

  .pr__text {
    margin: 0 0 32px 0;
  }

  .pr .variations {
    max-width: 150px;
    margin: 0 0 16px 0;
  }

  .pr__image {
    max-width: 100%;
    height: 528px;
  }

  .pr__image::after {
    width: 396px;
    height: 377px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    right: 104px;
    bottom: auto;
  }

  .ca {
    padding: 30px 0 120px 0;
  }

  .ca__cart {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ca__cart::after {
    width: 396px;
    height: 377px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    top: -100px;
    left: auto;
  }

  .ca__item_remove {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .ca__total {
    padding: 42px 32px;
  }

  .ca__total::after {
    right: auto;
    bottom: 102px;
    left: -200px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .ca__total_title {
    font-size: 2rem;
  }

  .ch {
    padding: 20px 0 90px 0;
  }

  .ch__head {
    margin: 0 0 42px 0;
  }

  .ch__detail::after {
    width: 396px;
    height: 377px;
    top: -56px;
    left: auto;
    right: 104px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .ch__detail_title {
    font-size: 2rem;
  }

  .ch__form .form__field #ship-to-different-address {
    width: 100%;
  }

  .ch__order::after {
    width: 396px;
    height: 377px;
    left: -200px;
    bottom: 153px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .ch__order_title {
    font-size: 2rem;
  }

  .ch__order_form .form__field:nth-of-type(1) {
    margin: 0 0 32px 0;
  }

  .ty {
    padding: 20px 0 90px 0;
  }

  .ty__head {
    margin: 0 0 42px 0;
  }

  .ty__detail::after {
    opacity: 0.08;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    right: 104px;
    top: -52px;
  }

  .ty__detail_column {
    width: 33%;
    min-width: 237px;
  }

  .ty__detail_column {
    min-width: 0;
    width: calc((100% - 32px) / 2);
  }

  .ty__order::after {
    display: none;
  }

  .us_hero {
    padding: 70px 0 90px 0;
  }

  .us_hero__wrapper::after {
    display: none;
  }

  .us_hero__block::after {
    width: 396px;
    height: 377px;
    right: 104px;
    left: auto;
    top: 62px;
    opacity: 0.2;
    -webkit-filter: blur(107px);
            filter: blur(107px);
  }

  .us_hero__title {
    margin: 0 0 36px 0;
  }

  .us_hero__check {
    gap: 8px 12px;
  }

  .us_why {
    padding: 60px 0;
  }

  .us_why__subtitle {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .us_why__items {
    gap: 20px 20px;
  }

  .us_why__items::after {
    display: none;
  }

  .us_why__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: calc((100% - 40px) / 3);
  }

  .us_why__item_icon {
    width: 61px;
    height: 48px;
    padding: 7px;
    border-radius: 8px;
  }

  .us_why__item_text {
    text-align: left;
  }

  .faq {
    padding: 60px 0;
  }

  .co {
    padding: 100px 0 140px 0;
  }

  .co__block::after {
    width: 471px;
    height: 449px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    top: -48px;
    right: 58px;
    left: auto;
  }

  .co__block_title {
    margin: 0 0 32px 0;
  }

  .co__block_text {
    max-width: 535px;
    margin: 0 0 24px 0;
  }

  .co__block_text p {
    font-size: 1rem;
  }

  .co__feed::after {
    width: 409px;
    height: 389px;
    -webkit-filter: blur(107px);
            filter: blur(107px);
    top: auto;
    left: 100px;
    right: 0;
    bottom: -323px;
  }

  .co__image {
    top: auto;
    bottom: -140px;
  }

  .term {
    padding: 20px 0 100px 0;
  }

  .term__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 42px 0;
  }

  .term__title {
    margin: 0 0 32px 0;
  }

  .modal_product__wrapper {
    max-width: 640px;
    padding: 32px 74px 32px 32px;
    gap: 0 24px;
  }

  .modal_product__close {
    top: 32px;
    right: 32px;
  }

  .modal_product__main_slider {
    height: 239px;
  }

  .modal_product__main_slide {
    padding: 24px 18px;
  }

  .modal_product__content {
    max-width: 262px;
  }

  .modal_product__title,
  .modal_product__title_mob {
    font-size: 2rem;
    letter-spacing: -0.96px;
  }

  .modal_product__text,
  .modal_product__text_mob {
    font-size: 0.875rem;
    margin: 0 0 16px 0;
  }

  .modal_product .variations {
    max-width: 150px;
    margin: 0 0 16px 0;
  }

  .com__background {
    font-size: 21.25rem;
  }

  .com__header_logo {
    max-width: 134px;
  }

  .com__content::before {
    width: 396px;
    height: 377px;
    right: auto;
    left: 48px;
    bottom: 0;
    -webkit-filter: blur(108px);
            filter: blur(108px);
    opacity: 0.2;
  }

  .com__content::after {
    display: none;
  }

  .com__title {
    font-size: 2.625rem;
  }

  .com__text {
    font-size: 1rem;
  }
}

@media (max-width: 650px) {
  .ca__item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px 0;
  }

  .ca__item_content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .form__field_radio_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .header__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .header__burger {
    display: block;
  }

  .header__logo {
    max-width: 100px;
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #181818;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    z-index: 1;
  }

  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px 0;
  }

  .header__lang {
    margin: 0 0 0 auto;
  }

  .footer__logo {
    max-width: 100px;
  }

  .footer__menu ul {
    gap: 16px 16px;
  }

  .how__items {
    gap: 12px 32px;
  }

  .how__item {
    width: calc((100% - 32px) / 2);
  }

  .raffle__order {
    padding: 24px 16px;
  }

  .raffle__order .form input[type=submit] {
    width: 100%;
  }

  .raffle__order .form .gform_fields .gfield:nth-of-type(1),
  .raffle__order .form .gform_fields .gfield:nth-of-type(2) {
    width: 100%;
    margin: 0 0 16px 0;
  }

  .raffle__order .form .gform_fields .gfield:nth-of-type(4),
  .raffle__order .form .gform_fields .gfield:nth-of-type(5) {
    margin: 0 0 16px 0;
  }

  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(1),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(2),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(3),
  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(4) {
    width: 100%;
    margin: 0 0 16px 0;
  }

  .raffle__order .form .gform_fields fieldset.gfield:nth-of-type(1) .gform-grid-row span:nth-of-type(3) {
    margin: 0 0 16px 0;
  }

  .raffle__order .form__note_instagram {
    margin: 0 0 16px 0;
  }

  .pr .variations {
    max-width: 100%;
    margin: 0 0 24px 0;
  }

  .us_hero__check_item {
    width: 100%;
  }

  .us_why__subtitle {
    margin: 0 0 16px 0;
  }

  .us_why__items {
    gap: 12px 0;
  }

  .us_why__item {
    width: 100%;
  }

  .modal_product__wrapper {
    padding: 66px 16px 24px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
  }

  .modal_product__close {
    top: 24px;
    right: 16px;
  }

  .modal_product__sliders {
    width: 100%;
    gap: 0;
  }

  .modal_product__main {
    margin: 0 0 12px 0;
  }

  .modal_product__main_slider {
    height: 318px;
  }

  .modal_product__main_slide {
    padding: 31px 23px;
  }

  .modal_product__content {
    max-width: 100%;
  }

  .modal_product__title,
  .modal_product__price,
  .modal_product__text {
    display: none;
  }

  .modal_product__title_mob,
  .modal_product__price_mob,
  .modal_product__text_mob {
    display: block;
  }

  .modal_product__text,
  .modal_product__text_mob {
    margin: 0 0 24px 0;
  }

  .modal_product .variations {
    max-width: 100%;
    margin: 0 0 24px 0;
  }

  .modal_size__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px 0;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .form__note_instagram {
    font-size: 1rem;
  }

  .form__note_instagram a {
    font-size: 1rem;
  }

  .title {
    font-size: 2.25rem;
  }

  .back__text {
    font-size: 1rem;
  }

  .modal_con__title {
    font-size: 1.8rem;
  }

  .app__homepage_grid,
  .app__raffle_grid {
    display: none;
  }

  .app__homepage_blur {
    width: 314px;
  }

  .app__toggle_spot {
    left: -100px;
    top: -100px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }

  .app__toggle_blur {
    top: 0;
    right: 0;
    left: auto;
    width: 314px;
    display: block;
  }

  .app__toggle_grid {
    width: 289px;
    right: 0;
    top: 0;
  }

  .app__raffle_spot {
    width: 208px;
    height: 197px;
    left: -104px;
    top: -100px;
  }

  .app__raffle_blur {
    width: 314px;
    display: block;
    top: 0;
    left: auto;
    right: 0;
  }

  .app__raffle_grid {
    max-width: 289px;
    display: block;
  }

  .app__thank_spot {
    width: 208px;
    height: 197px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    top: -100px;
    left: -100px;
  }

  .app__thank_grid {
    width: 289px;
  }

  .app__thank_blur {
    width: 314px;
    top: 0;
    right: 0;
    left: auto;
  }

  .app__pr_spot {
    top: -100px;
    left: -100px;
  }

  .app__pr_grid {
    width: 289px;
  }

  .app__pr_blur {
    width: 314px;
  }

  .app__ca_spot {
    top: -100px;
    left: -100px;
  }

  .app__ca_blur {
    width: 314px;
  }

  .app__ca_grid {
    width: 289px;
  }

  .app__ch_spot,
  .app__ty_spot,
  .app__us_spot,
  .app__co_spot,
  .app__term_spot {
    top: -100px;
    left: -100px;
  }

  .app__ch_blur,
  .app__ty_blur {
    width: 314px;
  }

  .app__ch_grid,
  .app__ty_grid {
    width: 289px;
  }

  .app__ty_footer {
    display: none;
  }

  .app__us_blur {
    width: 314px;
    right: 0;
    left: auto;
  }

  .app__us_grid {
    width: 289px;
  }

  .app__co_spot {
    display: block;
  }

  .app__co_blur {
    width: 314px;
    left: auto;
    right: 0;
  }

  .app__co_grid {
    width: 289px;
  }

  .no-webp .app__term_background {
    background: url("../assets/term/background_image_500.png"); }

  .app__term_blur {
    width: 314px;
    left: auto;
    right: 0;
  }

  .app__term_grid {
    width: 289px;
  }

  .app__grid_footer {
    width: 219px;
    bottom: 390px;
  }

  .app__com_spot {
    width: 208px;
    height: 208px;
    left: -104px;
    top: -104px;
    display: block;
  }

  .app__com_blur {
    width: 375px;
  }

  .app__com_grid {
    width: 300px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .footer__logo {
    max-width: 100px;
    margin: 0 0 32px 0;
  }

  .footer__menu ul {
    gap: 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .pop::before {
    top: 25%;
    bottom: auto;
    left: -120px;
    right: auto;
  }

  .pop__title {
    font-size: 2.25rem;
  }

  .pop__slider_mob {
    padding: 0 16px;
  }

  .pop__slider_mob .swiper-slide .card {
    width: 100%;
  }

  .complete__product {
    padding: 50px 0 70px 0;
  }

  .complete.complete__product::before {
    left: -130px;
    top: 30%;
  }

  .complete::before {
    top: 25%;
    bottom: auto;
    left: -120px;
    right: auto;
  }

  .complete__title {
    font-size: 2.25rem;
  }

  .complete__slider_mob {
    padding: 0 16px;
  }

  .complete__slider_mob .swiper-slide .card {
    width: 100%;
  }

  .how__wrapper {
    padding: 32px 24px;
  }

  .how__title {
    font-size: 2.25rem;
  }

  .how__items {
    gap: 24px 0;
  }

  .how__item {
    width: 100%;
  }

  .trust {
    padding: 50px 0;
  }

  .trust__title {
    font-size: 2.25rem;
  }

  .trust__winner {
    padding: 20px 24px;
  }

  .trust__winner_text {
    font-size: 1.125rem;
  }

  .trust__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .trust__item {
    width: 100%;
  }

  .want__title {
    font-size: 2.25rem;
  }

  .want__subtitle {
    text-align: center;
    max-width: 259px;
  }

  .want__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .want__form .gform_button {
    width: 100%;
  }

  .want__form input[type=text] {
    width: 100%;
  }

  .toggle::before {
    width: 397px;
    height: 379px;
  }

  .toggle__logo {
    max-width: 100px;
  }

  .toggle__title {
    font-size: 2.25rem;
  }

  .raffle {
    padding: 10px 0 50px 0;
  }

  .raffle__wrapper::after {
    width: 397px;
    height: 379px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    top: 153px;
    right: -166px;
    display: block;
  }

  .raffle__product::after {
    display: none;
  }

  .raffle__product_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px 0;
  }

  .raffle__product_title,
  .raffle__product_price {
    font-size: 1.125rem;
    padding: 0;
  }

  .raffle__product_title {
    font-size: 1.125rem;
  }

  .thank {
    margin: 52px 0 68px 0;
  }

  .thank__content {
    margin: 0 0 42px 0;
  }

  .thank__content_title {
    font-size: 2.25rem;
  }

  .thank__content_button {
    width: 100%;
  }

  .thank__product {
    padding: 24px 16px;
  }

  .thank__product::after {
    display: none;
  }

  .thank__product_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .thank__product_title {
    padding: 0;
    margin: 0 0 16px 0;
  }

  .thank__product_text {
    font-size: 1rem;
  }

  .thank__background {
    top: 35%;
  }

  .pr {
    padding: 12px 0 50px 0;
  }

  .pr__head {
    margin: 0 0 32px 0;
  }

  .pr__title {
    font-size: 2.25rem;
  }

  .pr__text {
    margin: 0 0 24px 0;
  }

  .pr .single_add_to_cart_button {
    width: 100%;
    max-width: 306px;
  }

  .pr__image {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }

  .pr__image::after {
    right: -166px;
  }

  .pr__main {
    width: 100%;
    height: 330px;
    margin: 0 0 8px 0;
  }

  .pr__main_slide_wrapper {
    padding: 33px 24px;
    border-radius: 17px;
  }

  .pr__thumb {
    width: 100%;
    height: auto;
  }

  .pr__thumb_wrapper {
    height: auto;
  }

  .pr__thumb_slide {
    height: 80px;
  }

  .ca {
    padding: 12px 0 100px 0;
  }

  .ca__head_title {
    margin: 32px 0 0 0;
  }

  .ca__cart::after {
    top: 0;
    right: -168px;
  }

  .ca__item {
    padding: 16px 44px 16px 16px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .ca__item_image {
    width: 117px;
    min-width: 117px;
    height: 112px;
    margin: 0 16px 0 0;
  }

  .ca__item_content {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
    height: 100%;
  }

  .ca__item_title {
    width: 100%;
    margin: 0;
  }

  .ca__item_price {
    margin: 0;
  }

  .ca__item_text {
    display: none;
  }

  .ca__item_control {
    margin: auto 0 0 0;
  }

  .ca__item_control .minus,
  .ca__item_control .plus {
    padding: 4px 14px;
    font-size: 1rem;
  }

  .ca__item_control input[type=number] {
    font-size: 1rem;
    width: 32px;
  }

  .ca__coupon .coupon button {
    min-width: 148px;
    padding: 12px 12px;
  }

  .ca__total {
    padding: 24px 16px;
  }

  .ca__total::after {
    display: none;
  }

  .ca__row_title {
    min-width: 96px;
  }

  .ca__ship {
    width: 100%;
  }

  .ca__sum_title {
    min-width: 96px;
  }

  .ch {
    padding: 12px 0 70px 0;
  }

  .ch__head {
    margin: 0 0 32px 0;
  }

  .ch__detail {
    padding: 32px 16px;
  }

  .ch__detail::after {
    right: -150px;
    top: 14px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }

  .ch__form .form__field:nth-of-type(1),
  .ch__form .form__field:nth-of-type(5),
  .ch__form .form__field:nth-of-type(7) {
    margin: 0 16px 16px 0;
  }

  .ch__form .form__field:nth-of-type(2),
  .ch__form .form__field:nth-of-type(6),
  .ch__form .form__field:nth-of-type(8) {
    margin: 0 0 16px 0;
  }

  .ch__form .form__field:nth-of-type(1),
  .ch__form .form__field:nth-of-type(2),
  .ch__form .form__field:nth-of-type(5),
  .ch__form .form__field:nth-of-type(6),
  .ch__form .form__field:nth-of-type(7),
  .ch__form .form__field:nth-of-type(8) {
    width: calc((100% - 16px) / 2);
  }

  .ch__form .form__field:nth-of-type(4),
  .ch__form .form__field:nth-of-type(9),
  .ch__form .form__field:nth-of-type(10) {
    margin: 0 0 16px 0;
  }

  .ch__form .form__field:nth-of-type(5) {
    margin: 0 16px 24px 0;
  }

  .ch__form .form__field:nth-of-type(6) {
    margin: 0 0 24px 0;
  }

  .ch__form .form__field:nth-of-type(7) {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .ch__form .form__field:nth-of-type(8),
  .ch__form .form__field:nth-of-type(9),
  .ch__form .form__field:nth-of-type(10) {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .ch__coupon_title {
    font-size: 1rem;
  }

  .ch__coupon_form button {
    min-width: 128px;
    padding: 12px 12px;
  }

  .ch__order {
    padding: 24px 16px;
  }

  .ch__order::after {
    display: none;
  }

  .ty {
    padding: 12px 0 70px 0;
  }

  .ty__head {
    margin: 0 0 32px 0;
  }

  .ty__detail::after {
    width: 397px;
    height: 379px;
    right: -100px;
    opacity: 0.26;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }

  .ty__detail_columns {
    gap: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .ty__detail_column {
    width: 100%;
    gap: 16px 0;
  }

  .ty__detail_item {
    gap: 4px 0;
  }

  .ty__detail_item_text {
    font-size: 1rem;
  }

  .ty__detail_button {
    width: 100%;
  }

  .ty__order {
    padding: 24px 16px;
  }

  .us_hero {
    padding: 12px 0 50px 0;
  }

  .us_hero__block::after {
    width: 397px;
    height: 377px;
    opacity: 0.26;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    right: -150px;
    top: 145px;
  }

  .us_hero__title {
    margin: 0 0 32px 0;
  }

  .us_why {
    padding: 50px 0;
  }

  .us_why__bot {
    font-size: 1.25rem;
  }

  .us_why__items::before {
    left: -100px;
    bottom: 78px;
  }

  .faq {
    padding: 50px 0;
  }

  .co {
    padding: 40px 0 70px 0;
  }

  .co__block::after {
    width: 397px;
    height: 379px;
    right: -166px;
    top: 107px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }

  .co__block_text {
    width: 100%;
  }

  .co__block_text p {
    font-size: 1.125rem;
  }

  .co__block_items {
    gap: 16px 0;
  }

  .co__block_item {
    width: 100%;
  }

  .co__feed::after {
    display: none;
  }

  .co__image {
    top: -100px;
    bottom: auto;
    right: -16px;
  }

  .co__form {
    padding: 32px 16px;
  }

  .co__form .gform_fields .gfield:nth-of-type(1),
  .co__form .gform_fields .gfield:nth-of-type(2) {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .co__form .gform_fields .gfield:nth-of-type(2) {
    margin: 0 0 24px 0;
  }

  .co__form .gform_fields .gfield:nth-of-type(3) {
    margin: 0 0 24px 0;
  }

  .co__form .gform_button {
    width: 100%;
  }

  .term {
    padding: 40px 0 70px 0;
  }

  .term__back {
    margin: 0 0 32px 0;
  }

  .modal_product .single_add_to_cart_button {
    width: 100%;
  }

  .modal_size__title {
    font-size: 1.5rem;
  }

  .com__header_logo {
    max-width: 98px;
  }

  .com__footer_logo {
    max-width: 98px;
  }

  .com__content::before {
    left: 128px;
  }

  .com__title {
    font-size: 2.25rem;
  }

  .com__text {
    max-width: 276px;
  }

  .com__form .gform_body {
    width: 100%;
  }

  .com__form .gform_footer {
    width: 100%;
  }

  .com__form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 16px 0;
  }

  .com__form input[type=submit] {
    width: 100%;
  }
}

.webp .app__term_background { background: url(../assets/term/background_image.webp); }

@media (max-width: 1440px) {

  .webp .app__term_background { background: url(../assets/term/background_image_1440.webp); }
}

@media (max-width: 768px) {

  .webp .app__term_background { background: url(../assets/term/background_image_768.webp); }
}

@media (max-width: 500px) {

  .webp .app__term_background { background: url(../assets/term/background_image_500.webp); }
}