@charset "UTF-8";
.fadeInUp {
  opacity: 0;
  transform: translate3d(0, 35px, 0);
  transition: opacity 0.5s linear, transform 0.7s ease;
  transition-delay: 0.25s;
}
.fadeInUp.js-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fadeInBottom {
  opacity: 0;
  transform: translate3d(0, -35px, 0);
  transition: opacity 0.5s linear, transform 0.7s ease;
  transition-delay: 0.25s;
}
.fadeInBottom.js-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fadeInLeft {
  opacity: 0;
  transform: translate3d(35px, 0, 0);
  transition: opacity 0.5s linear, transform 0.7s ease;
  transition-delay: 0.25s;
}
.fadeInLeft.js-visible {
  opacity: 1;
  transform: none;
}
.fadeInRight {
  opacity: 0;
  transform: translate3d(-35px, 0, 0);
  transition: opacity 1s linear, transform 1.1s ease;
  transition-delay: 0.25s;
}
.fadeInRight.js-visible {
  opacity: 1;
  transform: none;
}
/* stylelint-disable declaration-no-important */
/* stylelint-disable property-no-vendor-prefix */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
em,
strike,
strong,
s,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
main {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
main,
menu,
picture {
  display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  text-align: left;
  background-color: var(--color-white);
  color: var(--color-text-primary);
  font: 400 var(--font-size)/var(--font-lh) var(--font-family-primary);
}
[data-theme=dark] {
  background-color: var(--color-bg-tetriary);
  color: var(--color-text-primary-reverse);
}
html,
body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
a,
area,
button,
input,
label,
select,
textarea,
.btn {
  touch-action: manipulation;
  background: transparent;
  border: none;
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  border-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none !important;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  empty-cells: show;
}
td,
td img {
  vertical-align: top;
}
th {
  text-align: inherit;
}
input,
textarea,
select,
optgroup,
button {
  color: inherit;
  font-family: inherit;
  line-height: var(--line-height-xs);
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border-radius: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=checkbox] {
  vertical-align: baseline;
}
input[type=radio] {
  vertical-align: text-bottom;
}
button,
label,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  border-style: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
  cursor: pointer;
}
input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  border-radius: 0;
  padding: 0;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
input[placeholder] {
  text-overflow: ellipsis;
}
html {
  height: 100%;
  overscroll-behavior: none;
  font-size: 16px;
}
body {
  height: 100%;
  scrollbar-gutter: stable;
  font-family: var(--font-family-primary);
  font-size: 1rem;
}
/* перебить стили автозаполнения */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
.swiper-slide,
.swiper-slide * {
  box-sizing: border-box;
}
*::-moz-selection {
  background: rgba(254, 111, 54, 0.2862745098); /* Safari */
}
*::selection {
  background: rgba(254, 111, 54, 0.2862745098); /* Safari */
}
*::-moz-selection {
  background: rgba(254, 111, 54, 0.2745098039); /* Firefox */
}
:root {
  /* Ширина полотна (макета) */
  --max-width: 1441px;
  --scale-vw: calc(1441 / 100);
  /* отступ у контейнера */
  --main-padding: 1.5rem;
  --color-white: #fff;
  --color-black: #171717;
  --color-primary-400: #FE8B5E;
  --color-primary-500: #FE6E36;
  --color-primary-600: #ED5A2B;
  --color-neutral-200: #F1EDEB;
  --color-neutral-300: #D5D6D8;
  --color-neutral-400: #E5E5E5;
  --color-neutral-500: #AAADB0;
  --color-neutral-600: #808489;
  --color-body: var(--color-white);
  --color-negative: #F43E25;
  --radius-50: 50%;
  --radius-l: 32px;
  --font-family-primary: "Arial", sans-serif;
  --font-weight: 400;
  --line-height: var(--line-height-m);
  --line-height-m: 1.2;
  --line-height-xs: 1;
  --z-index-base: 0;
  --z-index-above: 1;
  --z-index-below: -1;
  --z-index-dropdown: 50;
  --z-index-header: 60;
  --z-index-modal: 70;
}
@media only screen and (max-width: calc(47.9375rem)) {
  :root {
    --main-padding: 1rem;
  }
}
.noscript {
  background: #f00;
  color: #808080;
  text-align: center;
}
.no-wrap {
  white-space: nowrap;
}
.visually-hidden {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.icn {
  display: inline-block;
  fill: currentColor;
  flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: block;
}
.default-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.default-slider:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .default-slider {
    padding-left: var(--main-padding);
    padding-right: var(--main-padding);
    margin-left: calc(var(--main-padding) * -1);
    margin-right: calc(var(--main-padding) * -1);
  }
  .default-slider:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .default-slider:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.default-slider__btns {
  order: -1;
  margin: 1px 1px 1px auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .default-slider__btns {
    display: none;
  }
}
.default-slider__btn {
  color: var(--color-primary-500);
  width: 1.5rem;
  height: 1.5rem;
}
.default-slider__btn svg {
  width: 100%;
  height: 100%;
}
.default-slider__btn:focus {
  outline: 1px solid var(--color-primary-400);
}
.default-slider__btn:focus-visible {
  color: var(--color-primary-400);
}
@media (hover: hover) {
  .default-slider__btn:hover:not(:where(:disabled, .is-disabled)) {
    color: var(--color-primary-400);
  }
}
.default-slider__btn:active, .default-slider__btn.is-active {
  outline: 1px solid var(--color-primary-400);
  color: var(--color-primary-600);
}
.default-slider__btn[disabled], .default-slider__btn.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.base-checkbox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.base-checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.base-checkbox__input:checked + .base-checkbox__label::before {
  border-color: var(--color-primary-500);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 10.5005L10.5 1.50049' stroke='%23FE6E36' stroke-width='1.5'/%3E%3C/svg%3E");
}
.base-checkbox__input:disabled + .base-checkbox__label {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.5;
}
.base-checkbox__input:focus + .base-checkbox__label::before {
  outline: 1px solid var(--color-primary-600);
}
.base-checkbox__input:active + .base-checkbox__label::before, .base-checkbox__input.is-active + .base-checkbox__label::before {
  outline: 1px solid var(--color-primary-600);
}
.base-checkbox__input.error + .base-checkbox__label {
  color: var(--color-negative);
}
.base-checkbox__input.error + .base-checkbox__label::before {
  border-color: var(--color-negative);
}
.base-checkbox__label {
  font-size: 0.75rem;
  line-height: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--color-black);
  transition: color 0.2s ease;
}
.base-checkbox__label a {
  color: var(--color-primary-500);
}
@media (hover: hover) {
  .base-checkbox__label a:hover {
    color: var(--color-primary-600);
  }
}
@media (hover: hover) {
  .base-checkbox__label:hover {
    color: var(--color-black);
  }
  .base-checkbox__label:hover::before {
    border-color: var(--color-primary-400);
  }
}
.base-checkbox__label::-moz-selection {
  background: transparent;
}
.base-checkbox__label::selection {
  background: transparent;
}
.base-checkbox__label::-moz-selection::before {
  border-color: var(--color-primary-500);
}
.base-checkbox__label::selection::before {
  border-color: var(--color-primary-500);
}
.base-checkbox__label::before {
  content: "";
  position: relative;
  flex: none;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 1.125rem;
  border: 1px solid var(--color-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transition: border 0.2s ease;
}
.base-checkbox.is-error .base-checkbox__input:not(:checked) + .base-checkbox__label::before {
  border-color: var(--color-negative);
  background-color: rgba(255, 0, 0, 0.274);
}
@media only screen and (max-width: calc(47.9375rem)) {
  .base-checkbox__input:hover:active + .base-checkbox__label::before, .base-checkbox__input:hover.is-active + .base-checkbox__label::before, .base-checkbox__input:hover:focus + .base-checkbox__label::before {
    outline: none;
  }
}
.base-input {
  position: relative;
}
.base-input::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: calc(100% - 1px);
  left: 0;
  background-color: var(--color-primary-600);
  opacity: 0;
  transition: opacity 0.3s;
}
.base-input:focus-within:after {
  opacity: 1;
}
.base-input__input {
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  height: 3.5rem;
  border-bottom: 1px solid var(--color-neutral-300);
  color: var(--color-black);
  transition: border-color 0.3s;
}
.base-input__input:active, .base-input__input:focus {
  outline: 0;
  outline-offset: 0;
}
@media (hover: hover) {
  .base-input__input:hover {
    outline: 0;
    outline-offset: 0;
    border-color: var(--color-primary-500);
  }
}
.base-input__input:not(:-moz-placeholder-shown) ~ label {
  top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transform: translateY(0);
}
.base-input__input:focus ~ label, .base-input__input:not(:placeholder-shown) ~ label {
  top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transform: translateY(0);
}
.base-input__input:focus, .base-input__input:focus-visible {
  border-color: var(--color-primary-500);
}
.base-input__input:valid ~ .base-input__clear {
  opacity: 1;
}
.base-input__box {
  color: var(--color-black);
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 3.5rem;
}
.base-input__label {
  color: var(--color-neutral-600);
  font-size: 1rem;
  line-height: 1.375rem;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.base-input__error {
  position: absolute;
  top: calc(100% + 0.25rem);
  right: 0;
  color: var(--color-negative);
  font-size: 0.75rem;
  line-height: 1rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.base-input__clear {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  color: var(--color-neutral-600);
  transition: opacity 0.3s;
}
.base-input__clear:active, .base-input__clear.is-active, .base-input__clear:focus, .base-input__clear:focus-visible {
  outline: 1px solid var(--color-primary-600);
}
.base-input__clear svg {
  width: 100%;
  height: 100%;
}
.base-input.is-error::after {
  opacity: 1;
  height: 1px;
}
.base-input.is-error:focus-within:after {
  height: 2px;
}
.base-input.is-error .base-input__error {
  opacity: 1;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  color: var(--color-white);
  border: none;
  border-radius: var(--radius-l);
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.btn:focus:not([disabled]) {
  outline: 1px solid var(--color-primary-600);
}
.btn:focus-visible {
  background-color: var(--color-primary-400);
}
@media (hover: hover) {
  .btn:hover:not(:where(:disabled, .is-disabled)) {
    background-color: var(--color-primary-400);
    cursor: pointer;
  }
}
.btn:active:not([disabled]), .btn.is-active:not([disabled]) {
  outline: 1px solid var(--color-primary-600);
  background-color: var(--color-primary-600);
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.btn[disabled]:focus-visible {
  outline: none;
  background-color: var(--color-primary-500);
}
.btn__text {
  color: inherit;
  padding: 1rem;
}
.btn--color-primary {
  background-color: var(--color-primary-500);
}
.picture {
  display: block;
}
.picture img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
p:not([class]) {
  font-size: 1rem;
  line-height: 1.375rem;
}
p:not([class]):not(:last-child) {
  margin-bottom: 1.25rem;
}
h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  font-weight: 600;
  line-height: normal;
  text-wrap: balance;
  line-height: 1.1;
}
h2:not([class]):not(:last-child), h3:not([class]):not(:last-child), h4:not([class]):not(:last-child), h5:not([class]):not(:last-child), h6:not([class]):not(:last-child) {
  margin-bottom: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
}
h2:not([class]):not(:first-child), h3:not([class]):not(:first-child), h4:not([class]):not(:first-child), h5:not([class]):not(:first-child), h6:not([class]):not(:first-child) {
  margin-top: clamp(1.5625rem, 1.25rem + 1.5625vw, 3.125rem);
}
h2:not([class]) {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
a:not([class]) {
  color: var(--color-primary-500);
}
a:not([class]):active, a:not([class]).is-active, a:not([class]):focus, a:not([class]):focus-visible {
  outline: 1px solid var(--color-primary-600);
}
@media (hover: hover) {
  a:not([class]):hover {
    color: var(--color-primary-600);
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  a:not([class]):hover:active, a:not([class]):hover.is-active, a:not([class]):hover:focus, a:not([class]):hover:focus-visible {
    outline: none;
  }
}
.title {
  font-weight: 400;
  text-wrap: balance;
}
.title--h1 {
  font-size: 4.25rem;
  line-height: 4.625rem;
  display: block;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .title--h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .title--h1 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.title--h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  display: block;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .title--h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.title--fluid {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
  line-height: 1.4;
  display: block;
}
.logo {
  max-width: clamp(13.75rem, 13rem + 3.75vw, 17.5rem);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.logo__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 4.125rem;
  flex: none;
}
.logo__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .logo__img {
    width: 3rem;
  }
}
.card {
  background-color: var(--color-neutral-200);
  padding: 1.5rem;
  padding-bottom: 1.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .card {
    padding: 1rem 0.5625rem 1.375rem;
    gap: 0.5rem;
  }
}
.card__img {
  width: 13.125rem;
  height: 9.6875rem;
  display: block;
  margin-bottom: 0.75rem;
}
.card__img #card-1_left {
  animation: shake-2 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-1_right {
  animation: shake-3 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-2_left {
  animation: shake 1.5s linear 0s infinite reverse forwards;
  animation-play-state: paused;
}
.card__img #card-2_right {
  animation: shake 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-2_top {
  animation: bounce 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-3_circle {
  animation: shake-long 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-4_arrow {
  animation: pulse 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-5_top {
  animation: bounce 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-5_down {
  animation: bounce 1.5s linear 0s infinite reverse forwards;
  animation-play-state: paused;
}
.card__img #card-5_left {
  animation: shake 1.5s linear 0s infinite reverse forwards;
  animation-play-state: paused;
}
.card__img #card-5_right {
  animation: shake 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
}
.card__img #card-6 {
  animation: rotate 1.5s linear 0s infinite normal forwards;
  animation-play-state: paused;
  transform-origin: 40% 100%;
}
.card__img svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  transition: transform 0.3s;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .card__img {
    height: 6.25rem;
    margin-bottom: 0.5rem;
  }
}
.card__title {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .card__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.card__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .card__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (hover: hover) {
  .card:hover #card-1_left,
  .card:hover #card-1_right,
  .card:hover #card-2_left,
  .card:hover #card-2_right,
  .card:hover #card-2_top,
  .card:hover #card-3_circle,
  .card:hover #card-4_arrow,
  .card:hover #card-5_top,
  .card:hover #card-5_down,
  .card:hover #card-5_right,
  .card:hover #card-5_left,
  .card:hover #card-6 {
    animation-play-state: running;
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake-2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake-3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake-mini {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shake-long {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-65px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }
  25% {
    transform: rotate(25deg) translateX(-10px) translateY(8px);
  }
  50% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }
  75% {
    transform: rotate(-25deg) translateX(10px) translateY(-5px);
  }
  100% {
    transform: rotate(0deg) translateX(0) translateY(0);
  }
}
.faq:not(:last-child) {
  margin-bottom: 2.6875rem;
  border-bottom: 1px solid var(--color-neutral-500);
  padding-bottom: 1rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .faq:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .faq:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.faq__content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}
.faq__content-box {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition: opacity 1s;
}
.active .faq__content-box {
  opacity: 1;
}
.faq__btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-500);
  border: 1px solid var(--color-primary-500);
  flex: none;
  transition: transform 0.3s ease;
}
.active .faq__btn {
  transform: rotate(45deg);
}
.faq__btn:focus {
  outline: 1px solid var(--color-primary-600);
}
.faq__btn:focus-visible {
  color: var(--color-primary-600);
}
.faq__btn:hover:not(:disabled), .faq__btn:hover:not(.is-disabled) {
  color: var(--color-primary-600);
  cursor: pointer;
}
.faq__btn:active, .faq__btn.is-active {
  outline: 1px solid var(--color-primary-600);
  color: var(--color-primary-600);
}
.faq__btn:disabled, .faq__btn.is-disabled {
  color: var(--color-neutral-500);
  pointer-events: none;
  opacity: 0.7;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .faq__btn:hover:active, .faq__btn:hover.is-active, .faq__btn:hover:focus, .faq__btn:hover:focus-visible {
    outline: none;
  }
}
.faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  transition: color 0.3s;
}
.faq__head:has(.faq__btn[disabled]) {
  pointer-events: none;
  color: var(--color-neutral-500);
}
@media (hover: hover) {
  .faq__head:hover {
    color: var(--color-primary-500);
  }
}
.title-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .title-block {
    gap: 2rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .title-block {
    gap: 1rem;
  }
}
.title-block:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .title-block:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .title-block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.title-block--margin:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .title-block--margin:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.title-block__title {
  text-transform: uppercase;
}
.title-block--top-b {
  border-top: 1px solid var(--color-neutral-500);
  padding-top: 1rem;
}
.form {
  position: relative;
  min-height: 15rem;
}
.form__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .form__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.form__btn {
  grid-column: 8/-1;
  margin-top: 1rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .form__btn {
    grid-column: 1/4;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .form__btn {
    grid-column: 1/-1;
    margin-top: 0.5rem;
  }
}
.form__info {
  grid-column: 1/8;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .form__info {
    grid-column: 1/-1;
    margin-top: 0.5rem;
  }
}
.form__elem {
  grid-column: 1/-1;
}
.form__elem--6 {
  grid-column: span 6;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .form__elem--6 {
    grid-column: 1/-1;
  }
}
.form__response {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
  pointer-events: none;
}
.form__response p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.form.is-submitted .form__grid {
  display: none;
}
.form.is-submitted .form__response {
  opacity: 1;
  transform: translateY(0);
}
.section {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .section {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .section {
    padding-bottom: 2.5rem;
  }
}
.section:first-child {
  padding-top: 4.5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .section:first-child {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .section:first-child {
    padding-top: 2.5rem;
  }
}
.section:last-child {
  padding-bottom: 4.5rem;
}
@media only screen and (max-width: calc(59.9375rem)) {
  .section:last-child {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: calc(47.9375rem)) {
  .section:last-child {
    padding-bottom: 2.5rem;
  }
}
.section__btn-order {
  margin: 0 auto;
  display: flex;
  min-width: 20.625rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: calc(47.9375rem)) {
  .section__btn-order {
    min-width: 100%;
    width: 100%;
  }
}
.page {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: calc(100 * var(--dvh, 1dvh));
  background-color: var(--color-body);
  color: var(--color-black);
}
.ios .page {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  min-height: -webkit-fill-available;
}
.wrapper {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--main-padding);
}
.layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}