@import "./css2.css";
@font-face {
  font-family: "icons";
  src:
    url("./fonts/icons.ttf") format("truetype"),
    url("./fonts/icons.woff") format("woff"),
    url("") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.form-message._error::before,
.password__eye::before,
.iti__arrow::before,
[class^="_icon-"]:before,
[class*=" _icon-"]:before,
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
  font-family: "icons-system";
}
[class^="_icon-"]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
}
._system-icon-check-circle:before {
  content: "";
}
._system-icon-close-solid:before {
  content: "";
}
._system-icon-eye-close:before {
  content: "";
}
._system-icon-eye:before {
  content: "";
}
._system-icon-close:before {
  content: "";
}
._icon-plus:before {
  content: "";
}
._icon-arrow-big:before {
  content: "";
}
._icon-arrow-small:before {
  content: "";
}
._icon-arrow:before {
  content: "";
}
._icon-icon1:before {
  content: "";
}
._icon-icon2:before {
  content: "";
}
._icon-icon3:before {
  content: "";
}
._icon-login:before {
  content: "";
}
._icon-sphere:before {
  content: "";
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
img {
  max-width: 100%;
}
[data-goto] {
  cursor: pointer;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
._spoiler._init {
  --spoiler-time: 0.3s;
}
._spoiler._init ._spoiler-container {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows var(--spoiler-time) ease-out;
  transition: grid-template-rows var(--spoiler-time) ease-out;
  transition:
    grid-template-rows var(--spoiler-time) ease-out,
    -ms-grid-rows var(--spoiler-time) ease-out;
}
._spoiler._init ._spoiler-container ._spoiler-wrapper {
  min-height: 0px;
}
._spoiler._init ._spoiler-container._active {
  grid-template-rows: 1fr;
}
._container {
  max-width: 79.875rem;
  padding: 0px 15px;
  margin: 0 auto;
}
._container-big {
  max-width: 90.625rem;
  padding: 0px 15px;
  margin: 0 auto;
}
._container-narrow {
  max-width: 58.125rem;
  padding: 0px 15px;
  margin: 0 auto;
}
._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._req::after {
  content: "*";
  color: var(--color-green);
  margin: 0px 0px 0px 0.1875rem;
}
._table-adapt {
  width: 100%;
}
@media (max-width: 47.9375em) {
  ._table-adapt thead {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  ._table-adapt tr {
    display: block;
    margin: 0px 0px 1.25rem 0px;
  }
  ._table-adapt tr:nth-child(2n) {
    background: #fafafa;
  }
}
@media (max-width: 47.9375em) {
  ._table-adapt td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._table-adapt td::before {
    content: attr(data-label);
    font-weight: bold;
  }
}
._mirror-v {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
._mirror-h {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
._loading {
  position: relative;
}
._loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  background-image: url("../img/loading.webp");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  border-radius: 1.5625rem;
  opacity: 0;
  pointer-events: none;
  scale: 1.1;
}
._loading._sending::after {
  opacity: 1;
  pointer-events: auto;
}
._semantic-hidden {
  position: absolute;
  height: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
._hide {
  display: none;
}
:root {
  --color-error: #b81111;
  --color-warning: #ffc107;
  --color-success: #198754;
  --color-focus: #26b9ff;
  --color-main-light: #ffcb8b;
  --color-main: #f7931a;
  --color-main-dark: #d57b0e;
  --color-body-background: #fff;
  --color-border: #f7931a;
  --color-font-light: #767676;
  --color-font: #1a1a1a;
  --color-font-dark: #010e12;
  --color-link: #1a1a1a;
  --color-link-hover: #ffcb8b;
  --color-titles: #1a1a1a;
}
@media (any-hover: hover) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: var(--color-body-background);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 5px;
    border: 2px solid var(--color-body-background);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-main-light);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--color-font);
  background: var(--color-body-background);
  font-size: 1rem;
  line-height: 140%;
  line-height: 130%;
}
@media (max-width: 47.9375em) {
  body {
    font-size: 0.875rem;
  }
}
body._lock {
  overflow: hidden;
}
body:not(._loaded) *,
body:not(._loaded) *::before,
body:not(._loaded) *::after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
body a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--color-link);
}
@media (any-hover: hover) {
  body a:hover {
    color: var(--color-link-hover);
  }
}
body .h1,
body h1 a,
body h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  color: var(--color-titles);
}
@media (max-width: 1278px) {
  body .h1,
  body h1 a,
  body h1 {
    font-size: calc(30px + 26 * (100vw - 320px) / 958);
  }
}
body .h2,
body h2 a,
body h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--color-titles);
}
@media (max-width: 1278px) {
  body .h2,
  body h2 a,
  body h2 {
    font-size: calc(24px + 16 * (100vw - 320px) / 958);
  }
}
body .h3,
body h3 a,
body h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--color-titles);
}
@media (max-width: 1278px) {
  body .h3,
  body h3 a,
  body h3 {
    font-size: calc(16px + 2 * (100vw - 320px) / 958);
  }
}
body .h4,
body h4 a,
body h4 {
  font-weight: 600;
  line-height: 120%;
  font-size: 16px;
  color: var(--color-titles);
}
@media (max-width: 1278px) {
  body .h4,
  body h4 a,
  body h4 {
    font-size: calc(16px + 0 * (100vw - 320px) / 958);
  }
}
body .h5,
body h5 a,
body h5 {
  font-size: 1.125rem;
  line-height: 140%;
}
@media (max-width: 47.9375em) {
  body .h5,
  body h5 a,
  body h5 {
    font-size: 0.875rem;
  }
}
body ._special-styles h1,
body ._special-styles h2,
body ._special-styles h3,
body ._special-styles h4,
body ._special-styles h5,
body ._special-styles h6 {
  color: var(--color-font-dark) !important;
  margin: 1.125rem 0px;
}
@media (max-width: 47.9375em) {
  body ._special-styles h1,
  body ._special-styles h2,
  body ._special-styles h3,
  body ._special-styles h4,
  body ._special-styles h5,
  body ._special-styles h6 {
    margin: 1rem 0px;
  }
}
body ._special-styles a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--color-link);
}
@media (any-hover: hover) {
  body ._special-styles a:hover {
    color: var(--color-second-dark);
  }
}
body ._special-styles p {
  margin: 0px 0px 0.1875rem 0px;
}
body ._special-styles img {
  margin: 2rem 0px;
}
@media (max-width: 47.9375em) {
  body ._special-styles img {
    margin: 0.875rem 0px;
  }
}
body ._special-styles figure {
  display: inline-block;
  margin: 0px 0px 1.25rem 0px;
}
body ._special-styles figure img {
  border-radius: 0.3125rem;
}
body ._special-styles ul {
  padding: 0px 0px 0px 1.375rem;
  margin: 1.5rem 0px;
}
@media (max-width: 47.9375em) {
  body ._special-styles ul {
    margin: 1rem 0px;
  }
}
body ._special-styles ul li {
  position: relative;
  line-height: 132%;
  margin: 0px 0px 0.625rem 0px;
  font-size: 20px;
  font-weight: 500;
}
body ._special-styles ul li > ul,
body ._special-styles ul li > ol {
  padding-top: 0.625rem;
}
body ._special-styles ul li::before {
  content: "";
  position: absolute;
  top: 0.5625em;
  left: -1.125em;
  width: 0.375em;
  height: 0.375em;
  background: var(--color-main);
  border-radius: 50%;
}
body ._special-styles ul.small {
  margin: 0rem 0px;
}
body ._special-styles ul.small li {
  font-size: 1rem;
  margin: 0px 0px 0.3125rem 0px;
  line-height: 150%;
}
body ._special-styles ul.small li::before {
  width: 0.25em;
  height: 0.25em;
}
body ._special-styles ol {
  padding: 0px 0px 0px 1.375rem;
  margin: 0px 0px 0.9375rem 0px;
}
body ._special-styles ol li {
  line-height: 150%;
  margin: 0px 0px 0.625rem 0px;
}
body ._special-styles ol li > ul,
body ._special-styles ol li > ol {
  padding-top: 0.625rem;
}
body ._special-styles table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 2.5rem 0px;
}
@media (max-width: 767px) {
  body ._special-styles table {
    margin: 0px 0px 1.25rem 0px;
  }
}
body ._special-styles table tr th {
  font-size: 1rem;
  font-weight: 400;
  background: #111;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #000;
  color: #fff;
}
body ._special-styles table tr td {
  background: #ddd;
  border: 1px solid #000;
  padding: 0.3125rem 0.625rem;
}
body ._special-styles .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.page {
  display: grid;
  min-width: 0;
}
.btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  height: 2.625rem;
  background: var(--color-main);
  color: #fff !important;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-main);
  -webkit-transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s,
    -webkit-box-shadow 0.1s;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s,
    -webkit-box-shadow 0.1s;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s,
    box-shadow 0.1s;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s,
    box-shadow 0.1s,
    -webkit-box-shadow 0.1s;
}
@media (any-hover: hover) {
  .btn:hover {
    background: var(--color-main-dark);
  }
}
.btn_fw {
  width: 100%;
}
.btn_w {
  background: #fff;
  border: 0.0625rem solid var(--color-border);
  color: var(--color-main) !important;
}
@media (any-hover: hover) {
  .btn_w:hover {
    background: var(--color-main);
    border: 0.0625rem solid var(--color-main);
    color: #fff !important;
  }
}
.btn_d {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--color-main);
  color: var(--color-font-dark) !important;
}
@media (any-hover: hover) {
  .btn_d:hover {
    border: 0.0625rem solid var(--color-main-light);
    color: var(--color-main-light) !important;
    background: rgba(0, 0, 0, 0);
  }
}
.btn_blur {
  background: rgba(0, 0, 0, 0);
  border: unset;
  color: #fff !important;
}
@media (any-hover: hover) {
  .btn_blur:hover {
    color: var(--color-main-light) !important;
  }
}
.btn_blur::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid var(--color-main-light);
  -webkit-filter: blur(0.0625rem);
  filter: blur(0.0625rem);
  border-radius: 62.4375rem;
}
.btn_t {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid #fff;
}
@media (any-hover: hover) {
  .btn_t:hover {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid var(--color-main-light);
    color: var(--color-main-light) !important;
  }
}
.btn_big {
  height: 3.125em;
}
.btn_long {
  min-width: 30em;
}
@media (max-width: 47.9375em) {
  .btn_long {
    min-width: 100%;
  }
}
.btn_arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.btn:focus {
  -webkit-box-shadow: 0 0 0 1px var(--color-focus);
  box-shadow: 0 0 0 1px var(--color-focus);
}
[data-switch][data-disable],
[data-switch-rev][data-disable] {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.input {
  overflow: hidden;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.625rem 1rem;
  height: 2.5rem;
  color: var(--color-font-dark);
  background: #fff;
  border: 0.0625rem solid gray;
  border-radius: 0.625rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (max-width: 47.9375rem) {
  .input {
    height: 2.75rem;
  }
}
.input_small {
  height: 2.625rem;
}
.input:focus {
  border: 0.0625rem solid var(--color-focus);
}
.input._error {
  border: 0.0625rem solid var(--color-error);
  background-image: url("");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  padding-right: 1.875rem;
}
.input._success {
  border: 0.0625rem solid var(--color-success);
  background-image: url("");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  padding-right: 1.875rem;
}
.input._mask {
  letter-spacing: var(--mask-letter-spacing);
}
textarea.input {
  resize: none;
  padding: 0.625rem 1rem;
  min-height: 5.625em;
}
.password {
  position: relative;
}
.password__eye {
  position: absolute;
  top: 0.6875rem;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .password__eye:hover {
    color: var(--color-main-light);
  }
}
.password__eye::before {
  content: "";
  font-family: "icons-system";
  font-size: 1.25rem;
  color: var(--color-main);
}
.password__eye._active::before {
  content: "";
}
.input-file {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border: 0.0625rem solid var(--color-border);
  border-right: none;
  border-radius: 1.5625rem;
  max-width: 100%;
}
.input-file._error {
  border: 0.0625rem solid var(--color-error);
  background-image: url("");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
}
.input-file._success {
  border: 0.0625rem solid var(--color-success);
  background-image: url("");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
}
.input-file__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 2.6875rem;
  padding: 0.1875em 0em 0.1875em 1.375em;
  margin: 0px 2.8125rem 0px 0px;
  color: var(--color-font-dark);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 29.9375em) {
  .input-file__text {
    white-space: normal;
  }
}
.input-file__btn {
  position: absolute;
  top: 0rem;
  right: -0.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  height: 2.6875rem;
  width: 2.6875rem;
  background: #fff;
  color: var(--color-main);
  border: 0.0625rem solid var(--color-main);
  border-radius: 50%;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}
@media (any-hover: hover) {
  .input-file__btn:hover {
    background: var(--color-main);
    color: #fff;
  }
}
.input-file__error {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.input-file input {
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.input-file .input-file input:disabled + .input-file__btn {
  background-color: #ddd;
}
.check {
  cursor: pointer;
  position: relative;
}
.check__mark {
  font-size: 1rem;
}
@media (max-width: 47.9375em) {
  .check__mark {
    font-size: 0.75rem;
  }
}
.check_default {
  padding: 0px 0px 0px 2.1875rem;
}
.check_default .check__mark {
  position: relative;
}
.check_default .check__mark::before {
  content: "";
  position: absolute;
  top: -0.0625em;
  left: -2.1875em;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 0.0625rem solid var(--color-border);
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.check_default .check__mark::after {
  content: "";
  position: absolute;
  top: 0.125em;
  left: -1.625em;
  width: 0.4375em;
  height: 0.75em;
  border-width: 0 0.125em 0.125em 0;
  border-color: #fff;
  border-style: solid;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_default._checked .check__mark::before {
  background: var(--color-main);
  border: 0.0625rem solid var(--color-main);
}
.check_default._checked .check__mark::after {
  opacity: 1;
}
.check_default._error .check__mark::before {
  border: 0.0625rem solid var(--color-error);
}
.check input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radio {
  cursor: pointer;
  position: relative;
}
.radio_default {
  padding: 0px 0px 0px 1.875rem;
}
.radio_default .radio__mark {
  position: relative;
}
.radio_default .radio__mark::before {
  content: "";
  position: absolute;
  top: -0.125em;
  left: -1.875em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  border: 0.0625rem solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.radio_default .radio__mark::after {
  content: "";
  position: absolute;
  top: 0.125em;
  left: -1.625em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.radio_default._checked .radio__mark::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio_default._error .radio__mark::before {
  border: 1px solid var(--color-error);
}
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.range {
  -webkit-appearance: none;
  width: 100%;
  height: 0.1875rem;
  background: #f1f1f1;
  border-radius: 62.4375rem;
  outline: none;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--color-main);
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 0 0.125rem #fff;
  box-shadow: 0 0 0.125rem #fff;
}
.range::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--color-main);
  cursor: pointer;
  border: none;
}
.range::-moz-range-track {
  background: #f1f1f1;
  height: 0.1875rem;
  border-radius: 62.4375rem;
}
.form {
  display: grid;
  grid-gap: 1.25rem 2rem;
}
.form span.form__label-title {
  display: inline-block;
}
.form__section {
  display: grid;
  grid-gap: 1.25rem 1.25rem;
}
.form__title {
  color: var(--color-font-dark);
  margin: 0px 0px 1.5rem 0px;
}
@media (max-width: 47.9375em) {
  .form__title {
    margin: 0px 0px 1.125rem 0px;
  }
}
.form__row {
  display: grid;
  grid-gap: 1rem 1rem;
  min-width: 0;
  grid-template-columns: repeat(1, 1fr);
}
.form__row_1 {
  grid-template-columns: repeat(1, 1fr);
}
.form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
  .form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 47.9375em) {
  .form__row_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row_check {
  margin: 1.25rem 0px 0.625rem 0px;
}
.form__row_btn {
  margin: 0px 0px 0.3125rem 0px;
}
.form__column {
  min-width: 0;
}
.form__single {
  padding: 0.3125rem 0px 0px 0px;
}
.form__group {
  padding: 0.3125rem 0px 0px 0px;
  display: grid;
  justify-items: start;
  grid-gap: 1rem;
}
.form__label {
  font-size: 0.875rem;
  display: grid;
  gap: 0.3125rem;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 47.9375em) {
  .form__label {
    font-size: 0.875rem;
  }
}
.form__label-title {
  cursor: pointer;
  margin: 0px 0px 0.5em 0px;
  color: var(--color-font-dark);
  font-size: 0.875rem;
}
.form__label-title::after {
  content: attr(data-req);
  color: var(--color-error);
  margin: 0px 0px 0px 0.1875rem;
}
.form__error-label {
  display: none;
  font-size: 0.875rem;
  font-style: italic;
  color: var(--color-error);
}
.form__forgot {
  display: block;
  text-align: right;
}
.form__sub-link {
  color: var(--color-main);
}
.form-message {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
}
.form-message::before {
  -webkit-transform: translateY(0.125rem);
  -ms-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}
.form-message._success {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.25rem 1.5rem;
  max-width: 38.75rem;
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.7);
}
@media (max-width: 47.9375em) {
  .form-message._success {
    padding: 1.125rem 0.75rem;
  }
}
.form-message._success h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: var(--color-titles);
  margin: 0px 0px 0.9375rem 0px;
}
@media (max-width: 1278px) {
  .form-message._success h5 {
    font-size: calc(20px + 12 * (100vw - 320px) / 958);
  }
}
.form-message._success span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-main-dark);
  background: #fff;
}
.form-message._error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b91c1c;
  background: #fee2e2;
  border: 0.0625rem solid #f5c6cb;
}
.form-message._error::before {
  content: "";
  font-family: "icons-system";
}
.form-message p {
  line-height: 150%;
}
.form-message ul li {
  line-height: 1;
}
.main-form {
  background: #fff;
  max-width: 30.9375rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--color-main-light);
  padding: 1.25rem;
  text-align: center;
}
.main-form__form {
  margin: 0px 0px 1.0625rem 0px;
}
.main-form__footer {
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--color-font-light);
}
@media (max-width: 47.9375em) {
  .main-form__footer {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .main-form__footer a:hover {
    color: var(--color-main) !important;
  }
}
.main-form .main-form__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
}
.register-form {
  padding: 5rem 0px;
  background: var(--color-main);
}
@media (max-width: 47.9375em) {
  .register-form {
    padding: 2rem 0px;
  }
}
.register-form__body {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
}
@media (max-width: 61.9375em) {
  .register-form__body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.register-form__left {
  text-align: center;
}
@media (max-width: 61.9375em) {
  .register-form__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 61.9375em) {
  .register-form__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.register-form__block {
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, 0.1);
  padding: 2rem;
}
@media (max-width: 47.9375em) {
  .register-form__block {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}
.menu-icon {
  display: none;
}
@media (max-width: 75em) {
  .menu-icon {
    display: inline-block;
    position: relative;
    width: 1.125rem;
    height: 1rem;
    cursor: pointer;
    z-index: 100;
  }
  .menu-icon span {
    -webkit-transition:
      opacity 0.3s,
      rotate 0.3s,
      translate 0.3s;
    transition:
      opacity 0.3s,
      rotate 0.3s,
      translate 0.3s;
    top: calc(50% - 0.0625rem);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #111;
  }
  .menu-icon span:first-child {
    translate: 0 -0.5rem;
  }
  .menu-icon span:last-child {
    translate: 0 0.5rem;
  }
  .menu-icon._active span {
    opacity: 0;
  }
  .menu-icon._active span:first-child {
    rotate: -45deg;
    translate: 0 0;
    opacity: 1;
  }
  .menu-icon._active span:last-child {
    rotate: 45deg;
    translate: 0 0;
    opacity: 1;
  }
}
.breadcrumbs {
  margin: 5.25rem 0px 0px 0px;
}
@media (max-width: 47.9375em) {
  .breadcrumbs {
    margin: 2rem 0px 0px 0px;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "—";
  margin: 0px 1.125rem;
  font-weight: 500;
}
.breadcrumbs__link {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: var(--color-main-light);
  }
}
.breadcrumbs__current {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
}
.breadcrumbs_dark .breadcrumbs__item:not(:last-child)::after {
  color: var(--color-second-dark);
}
.breadcrumbs_dark .breadcrumbs__link {
  color: var(--color-font-dark);
}
.breadcrumbs_dark .breadcrumbs__current {
  color: var(--color-main);
}
.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.move-up {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: var(--color-main);
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    background-color 0.3s,
    opacity 0.3s,
    visibility 0.3s;
  transition:
    background-color 0.3s,
    opacity 0.3s,
    visibility 0.3s;
  z-index: 50;
}
@media (any-hover: hover) {
  .move-up:hover {
    background-color: var(--color-second-dark);
  }
}
.move-up._scroll {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 450px) {
  .move-up {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.move-up::before,
.move-up:after {
  content: "";
  position: absolute;
  height: 0.1875rem;
  width: 1.25rem;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 0.125rem;
}
@media (max-width: 479px) {
  .move-up::before,
  .move-up:after {
    height: 0.125rem;
    width: 0.625rem;
  }
}
.move-up::before {
  -webkit-transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg);
  -ms-transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg);
  transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg);
}
@media (max-width: 479px) {
  .move-up::before {
    -webkit-transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg);
    -ms-transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg);
    transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg);
  }
}
.move-up:after {
  -webkit-transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg);
  -ms-transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg);
  transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg);
}
@media (max-width: 479px) {
  .move-up:after {
    -webkit-transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg);
    -ms-transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg);
    transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg);
  }
}
.link-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4375rem 0px 0px 0px;
}
.link-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--color-main-light);
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.link-line__link {
  color: #fff;
  font-size: 1.25rem;
}
.link-line__arrow {
  color: #fff;
}
.image-container {
  overflow: hidden;
  border-radius: 1.5625rem;
}
.logo {
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 700;
}
@media (max-width: 22.5em) {
  .logo {
    font-size: 1.25rem !important;
  }
}
.white-block {
  padding: 3rem 3rem;
  border-radius: 1.5625rem;
  background: #fff;
  color: var(--color-second-dark);
}
@media (max-width: 47.9375em) {
  .white-block {
    padding: 1.5rem 1rem;
  }
}
.title-h2 {
  margin: 0px 0px 3rem 0px;
}
@media (max-width: 47.9375em) {
  .title-h2 {
    margin: 0px 0px 2rem 0px;
  }
}
.top-margin {
  margin: 5.25rem 0px 0px 0px;
}
@media (max-width: 47.9375em) {
  .top-margin {
    margin: 1.1875rem 0px 0px 0px;
  }
}
.grid {
  display: grid;
  gap: 1.25rem;
}
.grid-big {
  display: grid;
  gap: 2.5rem;
}
@media (max-width: 47.9375em) {
  .grid-big {
    gap: 1.875rem;
  }
}
.title-block {
  display: grid;
  gap: 1.25rem;
}
@media (max-width: 47.9375em) {
  .title-block {
    gap: 0.5rem;
  }
}
.text {
  display: grid;
  gap: 0.625rem;
}
.text-big {
  display: grid;
  gap: 0.625rem;
  font-size: 1.125rem;
}
@media (max-width: 47.9375em) {
  .text-big {
    font-size: 1rem;
  }
}
.text-small {
  display: grid;
  gap: 0.625rem;
  font-size: 0.875rem;
}
.two-cal-block {
  display: grid;
  gap: 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
  .two-cal-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.two-cal-block__col {
  direction: ltr;
}
@media (min-width: 48em) {
  .two-cal-block .image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 48em) {
  .two-cal-block_rev {
    text-align: left;
    direction: rtl;
  }
}
@media (min-width: 48em) {
  .two-cal-block_rev .image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.image {
  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;
}
.half {
  display: grid;
  gap: 1.25rem 3.125rem;
}
@media (min-width: 48em) {
  .half {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 47.9375em) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards_grid-0 {
  gap: 1.25rem 0rem;
}
.card {
  position: relative;
}
.card__bg {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  background: linear-gradient(
    -15deg,
    var(--color-main) 0%,
    rgb(255, 255, 255) 80%
  );
  border-radius: 1.25rem;
}
.card__body {
  position: relative;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 0.625rem;
  background: #fffefd;
  border-radius: 1.25rem;
  padding: 1.0625rem 1.25rem;
  height: 100%;
}
@media (min-width: 48em) {
  .card__body {
    min-height: 19.25rem;
  }
}
@media (min-width: 48em) {
  .card_spec-1 {
    rotate: -10deg;
  }
  .card_spec-2 {
    rotate: 5deg;
  }
}
.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.with-icon-v {
  display: grid;
  gap: 0.625rem;
}
.v-padding {
  padding: 3.75rem 0px;
}
@media (max-width: 47.9375em) {
  .v-padding {
    padding: 1.875rem 0px;
  }
}
.v-padding-big {
  padding: 6.25rem 0px;
}
@media (max-width: 47.9375em) {
  .v-padding-big {
    padding: 3.75rem 0px;
  }
}
.head-block {
  display: grid;
  gap: 1.25rem;
  margin: 0px 0px 1.25rem 0px;
}
mark {
  background: rgba(0, 0, 0, 0);
  color: var(--color-main);
}
.link {
  color: var(--color-main);
  font-size: 1.125rem;
}
@media (any-hover: hover) {
  .link:hover {
    color: var(--color-main-dark);
  }
}
@media (max-width: 47.9375em) {
  .link {
    font-weight: 600;
    font-size: 1rem;
  }
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.right {
  justify-self: end;
  text-align: right;
}
.relative {
  position: relative;
}
.bg-2 {
  position: absolute;
  top: -6.25rem;
  left: 50%;
  translate: -50% 0;
  min-width: 2500px;
}
.bg-3 {
  position: absolute;
  top: -12.5rem;
  left: 50%;
  translate: -50% 0;
  min-width: 2500px;
}
.grid-align-start {
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.center {
  text-align: center;
}
.h-auto {
  height: auto;
  min-height: auto;
}
.bg-red-light {
  background: #fcfaf8;
}
.overflow-hidden {
  overflow: hidden;
}
.star-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 47.9375em) {
  .star-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.star-cards_grid-0 {
  gap: 1.25rem 0rem;
}
.star-card {
  position: relative;
}
@media (min-width: 48em) {
  .star-card:first-child {
    scale: 0.85;
    rotate: -5deg;
    translate: 40px 30px;
  }
  .star-card:nth-child(2) {
    position: relative;
    z-index: 5;
  }
  .star-card:last-child {
    scale: 0.85;
    rotate: 5deg;
    translate: -40px 30px;
  }
}
.star-card__bg {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  background: linear-gradient(
    -15deg,
    var(--color-main) 0%,
    rgb(255, 255, 255) 80%
  );
  border-radius: 1.25rem;
  -webkit-box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0.14);
  box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0.14);
}
.star-card__body {
  position: relative;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 1.0625rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem 1.25rem 2.75rem;
  height: 100%;
}
.star-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6875rem;
}
@media (min-width: 48em) {
  .star-card_spec-1 {
    rotate: -10deg;
  }
  .star-card_spec-2 {
    rotate: 5deg;
  }
}
.spoiler {
  display: grid;
  gap: 0.625rem;
}
.spoiler-item {
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.625rem;
  -webkit-transition:
    border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0);
  box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0);
}
.spoiler-item._active {
  border: 0.0625rem solid var(--color-main-light);
  -webkit-box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0.14);
  box-shadow: 6px 5px 18.1px 0 rgba(39, 39, 39, 0.14);
}
.spoiler-button {
  padding: 1.25rem 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  line-height: 1;
}
.spoiler-button p {
  line-height: 140%;
  text-align: left;
}
.spoiler-button svg {
  -webkit-transition:
    color 0.3s,
    rotate 0.3s;
  transition:
    color 0.3s,
    rotate 0.3s;
}
.spoiler-button._active svg {
  rotate: 180deg;
  color: var(--color-main);
}
.spoiler-content {
  padding: 0rem 1.25rem 1.25rem;
}
.small-text {
  font-size: 0.875rem;
  color: gray;
}
.initials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(247, 147, 26, 0.1019607843);
  color: var(--color-main);
}
.header {
  position: relative;
  z-index: 100;
  padding: 0.75rem 0px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, 0.1);
}
@media (max-width: 75em) {
  .header {
    background: var(--color-body-background);
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.header__logo {
  position: relative;
  z-index: 100;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.header__login {
  color: var(--color-main);
}
@media (max-width: 75em) {
  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 50;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
    -webkit-box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.25rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding-top: 7.5rem;
  }
  .menu__body._active {
    opacity: 1;
    pointer-events: auto;
  }
}
.menu__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 75em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0px 1.875rem 0px;
  }
}
.menu__link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.125rem;
  cursor: pointer;
}
.menu__link._active {
  color: #2c2c2c !important;
}
.menu__link._active::before {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #2c2c2c;
}
@media (max-width: 75em) {
  .menu__link {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
    color: var(--color-font-dark) !important;
  }
}
@media (max-width: 75em) and (any-hover: hover) {
  .menu__link:hover {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 75em) {
  .menu__link._active {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
  }
}
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
}
.header-actions_mobile {
  display: none;
}
@media (max-width: 37.5em) {
  .header-actions_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 37.5em) {
  .header-actions_screen {
    display: none;
  }
}
.header-actions__langs {
  position: relative;
}
.language-selector {
  position: absolute;
  top: 100%;
  right: 0;
  translate: 0 1.875rem;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition:
    translate 0.3s,
    opacity 0.3s;
  transition:
    translate 0.3s,
    opacity 0.3s;
  max-height: 12.5rem;
  overflow-y: scroll;
  border-radius: 0.625rem;
}
.language-selector._active {
  opacity: 1;
  translate: 0 0.625rem;
  pointer-events: auto;
}
.language-list {
  background: var(--color-main);
  display: grid;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  color: #fff;
}
.language-list li {
  cursor: pointer;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  padding: 0.3125rem 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
}
@media (any-hover: hover) {
  .language-list li:hover {
    background: #fff;
    color: var(--color-main);
  }
}
.footer-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-ul a {
  cursor: pointer;
}
.footer-ul:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media (max-width: 47.9375em) {
  .footer-ul:first-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.form-block {
  position: relative;
  padding: 2.5rem 0rem 6.25rem;
}
@media (max-width: 47.9375em) {
  .form-block {
    padding: 1.25rem 0rem 1.875rem;
  }
}
.form-block__bg {
  position: absolute;
  z-index: -1;
  top: -6.25rem;
  right: 0;
  min-width: 2500px;
}
.form-block__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 47.9375em) {
  .form-block__container {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-block__content {
  display: grid;
  grid-gap: 1.875rem;
  padding: 1.75rem 0px 0px 0px;
}
.form-block__head {
  display: grid;
  gap: 1.25rem;
}
.form-block__text {
  color: var(--color-font-light);
  display: grid;
  gap: 0.625rem;
}
.form-block__form {
  display: none;
}
@media (min-width: 48em) {
  .form-block__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 0px 0px 1.875rem;
  }
}
.form-block__link {
  display: none;
}
@media (max-width: 47.9375em) {
  .form-block__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.table-block {
  margin: 0px 0px 3.75rem 0px;
}
@media (max-width: 47.9375em) {
  .table-block {
    margin: 0px 0px 2.5rem 0px;
  }
}
.table-block__title {
  text-align: center;
  margin: 0px 0px 3rem 0px;
}
@media (max-width: 47.9375em) {
  .table-block__title {
    margin: 0px 0px 1.5rem 0px;
  }
}
@media (min-width: 48em) {
  .table-block__bottom {
    border: 1px solid var(--color-main);
    border-radius: 1.25rem;
    padding: 1.875rem 4.375rem;
  }
}
.table-block-table {
  margin: 0px 0px 3.75rem;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .table-block-table {
    margin: 0px 0px 1.875rem;
  }
}
.table-block-table__row:nth-child(odd) {
  background-color: #fcfaf8;
}
.table-block-table__th {
  font-size: 1.125rem;
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 47.9375em) {
  .table-block-table__th {
    padding: 0.625rem;
    font-size: 1rem;
  }
}
.table-block-table__td {
  padding: 0.625rem 0.625rem;
}
@media (max-width: 47.9375em) {
  .table-block-table__td {
    font-size: 0.875rem;
  }
}
.reviews-body {
  display: grid;
  gap: 1.5625rem;
  justify-items: center;
  border: 1px solid var(--color-main);
  border-radius: 1.25rem;
  padding: 0.9375rem 1.875rem;
  font-size: 1.25rem;
}
@media (max-width: 47.9375em) {
  .reviews-body {
    gap: 0.9375rem;
  }
}
.reviews-body__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem 1.25rem;
}
.reviews-body__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-success);
  color: #fff;
  border-radius: 624.9375rem;
  padding: 0.3125rem 0.9375rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
}
.reviews-body__rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews-body__rating {
  font-size: 1.75rem;
  color: var(--color-success);
  line-height: 1;
}
.reviews-body__stars {
  color: var(--color-warning);
  font-size: 1.25rem;
  line-height: 1;
}
.reviews-body__stars::before {
  content: "★★★★☆";
}
.reviews-body__text {
  color: #666;
  font-size: 14px;
}
@media (max-width: 47.9375em) {
  .reviews-body__label {
    font-size: 0.875rem;
  }
}
.block-404 {
  padding: 8.25rem 0px;
  position: relative;
}
.block-404__container {
  height: 100%;
}
.block-404__body {
  height: 100%;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 3rem;
}
@media (max-width: 47.9375em) {
  .block-404__body {
    gap: 1.5rem;
  }
}
.block-404__title svg {
  width: 24.625rem;
}
@media (max-width: 47.9375em) {
  .block-404__title svg {
    width: 9.75rem;
  }
}
.block-404__label {
  font-size: 1.25rem;
  line-height: 130%;
}
@media (max-width: 47.9375em) {
  .block-404__label {
    font-size: 1rem;
  }
}
.block-404__actions {
  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;
}
.block-404__btn {
  width: 11.25rem;
}
.block-404__bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .block-404__bg-1 {
    width: 9.875rem;
  }
}
.block-404__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .block-404__bg-2 {
    width: 8rem;
  }
}
.policy {
  margin: 2.25rem 0px 5rem 0px;
}
@media (max-width: 47.9375em) {
  .policy {
    margin: 1rem 0px 2rem 0px;
  }
}
.policy__info {
  margin: 0px 0px 1.5rem 0px;
}
@media (max-width: 47.9375em) {
  .policy__info {
    margin: 0px 0px 0.875rem 0px;
  }
}
@media (max-width: 29.9375em) {
  .policy__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.policy__title {
  color: var(--color-font-dark) !important;
  margin: 0px 0px 2rem 0px;
}
@media (max-width: 47.9375em) {
  .policy__title {
    margin: 0px 0px 0.875rem 0px;
  }
}
.policy__content {
  margin: 0px 0px 1.125rem 0px;
}
.table-1 {
  margin: 1.125rem 0px;
}
@media (min-width: 48em) {
  .table-1 {
    padding: 1.625rem 1.5rem;
    border: 0.0625rem solid var(--color-border);
    border-radius: 1.5625rem;
  }
}
.table-1__header {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 1.5rem;
  margin: 0px 0px 1.8125rem 0px;
}
@media (max-width: 47.9375em) {
  .table-1__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 1.125rem 0px;
  }
}
.table-1__header-column {
  color: var(--color-main);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}
@media (min-width: 48em) {
  .table-1__row {
    padding: 1rem 0px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 1.5rem;
  }
  .table-1__row:not(:last-child) {
    border-bottom: 0.0625rem solid var(--color-border);
  }
}
.table-1__column {
  font-size: 1rem;
  margin: 0px 0px 1rem 0px;
}
.table-1__item {
  position: relative;
  font-size: 1.125rem;
  padding: 0px 0px 0px 1.5625rem;
  line-height: 130%;
}
@media (max-width: 47.9375em) {
  .table-1__item {
    padding: 0px 0px 0px 1.25rem;
    font-size: 1rem;
  }
}
.table-1__item::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
}
.table-2 {
  margin: 1.125rem 0px;
}
@media (min-width: 48em) {
  .table-2 {
    padding: 1.625rem 1.5rem;
    border: 0.0625rem solid var(--color-border);
    border-radius: 1.5625rem;
  }
}
@media (min-width: 48em) {
  .table-2__row {
    padding: 1rem 0px;
    display: grid;
    grid-template-columns: 15fr 50fr 35fr;
    grid-gap: 1.5rem;
  }
  .table-2__row:not(:last-child) {
    border-bottom: 0.0625rem solid var(--color-border);
  }
  .table-2__row:not(:first-child) .table-2__title {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .table-2__column {
    margin: 0px 0px 0.75rem 0px;
  }
}
.table-2__title {
  color: var(--color-main);
  font-size: 1.25rem;
  line-height: 132%;
  min-height: 3.125rem;
  margin: 0px 0px 0.75rem 0px;
}
@media (max-width: 47.9375em) {
  .table-2__title {
    font-size: 1.125rem;
    min-height: auto;
  }
}
.hello-modal {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.75rem 0rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hello-modal._active {
  opacity: 1;
  visibility: visible;
}
.hello-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.hello-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.hello-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .hello-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.hello-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.hello-modal__text {
  color: #fff;
}
.hello-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.hello-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .hello-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.hello-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .hello-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.exit-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
  .exit-modal {
    padding: 3.75rem 0rem 1.25rem;
    top: unset;
    bottom: 0;
  }
}
.exit-modal._active {
  opacity: 1;
  visibility: visible;
}
.exit-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
  .exit-modal::before {
    bottom: unset;
    top: 0;
  }
}
.exit-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .exit-modal::after {
    bottom: unset;
    top: 50%;
  }
}
.exit-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .exit-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.exit-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.exit-modal__text {
  color: #fff;
}
.exit-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.exit-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .exit-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.exit-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .exit-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.back-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
  .back-modal {
    padding: 3.75rem 0rem 1.25rem;
    top: unset;
    bottom: 0;
  }
}
.back-modal._active {
  opacity: 1;
  visibility: visible;
}
.back-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
  .back-modal::before {
    bottom: unset;
    top: 0;
  }
}
.back-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .back-modal::after {
    bottom: unset;
    top: 50%;
  }
}
.back-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .back-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.back-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.back-modal__text {
  color: #fff;
}
.back-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.back-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .back-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.back-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .back-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.activity-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.activity-modal._active {
  opacity: 1;
  visibility: visible;
}
.activity-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.activity-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.activity-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .activity-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.activity-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.activity-modal__text {
  color: #fff;
}
.activity-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.activity-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .activity-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.activity-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .activity-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.scroll-modal {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.75rem 0rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.scroll-modal._active {
  opacity: 1;
  visibility: visible;
}
.scroll-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.scroll-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.scroll-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .scroll-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.scroll-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.scroll-modal__text {
  color: #fff;
}
.scroll-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.scroll-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .scroll-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.scroll-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .scroll-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.iti {
  width: 100%;
}
