@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoLight/RobotoLight.woff") format("woff");
}
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff");
}
@font-face {
  font-family: "RobotoMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff");
}
@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoBold/RobotoBold.woff") format("woff");
}
@font-face {
  font-family: "raleway-v22-latin_cyrillic-600";
  font-display: swap;
  src: url("../fonts/raleway-v22-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/raleway-v22-latin_cyrillic-600.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "raleway-v22-latin_cyrillic-900";
  font-display: swap;
  src: url("../fonts/raleway-v22-latin_cyrillic-900.woff2") format("woff2"), url("../fonts/raleway-v22-latin_cyrillic-900.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "raleway-v22-latin_cyrillic-regular";
  font-display: swap;
  src: url("../fonts/raleway-v22-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/raleway-v22-latin_cyrillic-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?za5w69");
  src: url("../fonts/icomoon/fonts/icomoon.eot?za5w69#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?za5w69") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?za5w69") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?za5w69#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--tiny-slider--*/
/*--end tiny-slider--*/
/*--FormHandler-*/
/*--end FormHandler--*/
/*--spoilers-*/
/*--------------------adjustment----------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.main-wrapper {
  overflow: hidden;
}

body {
  min-height: 100vh;
  font-family: "RobotoLight", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  min-width: 20rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #fff;
  background-color: #203852;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow-behavior: none;
}

.main-wrapper {
  position: relative;
}
.main-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 99rem;
  height: 99rem;
  filter: blur(25rem);
  background: rgba(115, 193, 40, 0.1);
  z-index: -1;
}

.menu-cover {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #112B47;
  transition: right 0.4s ease;
}
.menu-cover:after {
  content: "";
  position: absolute;
  top: 5.125rem;
  left: 0;
  width: 99rem;
  height: 99rem;
  border-radius: 50%;
  background: rgba(115, 193, 40, 0.1);
  filter: blur(25rem);
}
.menu-opened .menu-cover {
  right: 0;
}

a {
  color: inherit;
}

img {
  vertical-align: top;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

input input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

.input,
input {
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  border: 0 none;
}

textarea {
  outline: none;
  resize: none;
  padding: 0 0;
}

.wrapper {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

[class*=__wrapper] {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

.hidden {
  display: none !important;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 52.25%;
}

.ibg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

._prod-img {
  position: relative;
  padding-bottom: 80%;
}
._prod-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._fit {
  padding-bottom: 80%;
  position: relative;
}

._fit ._fit-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (--webkit-backdrop-filter: blur(10px)) {
  .bd-filter-fallback {
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(1.9375rem);
    backdrop-filter: blur(1.9375rem);
  }
}

.form-order__label {
  display: block;
}
.form-order__label:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-order__input {
  height: 2.9375rem;
  padding-inline: 0.75rem;
  background-color: #fff;
  border-radius: 0.625rem;
  color: #000;
  font-size: 1rem;
}
.form-order__input::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__input::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__input:-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__input:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}

.form__custom-chek {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0.125rem;
}
.form__custom-chek:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background-color: #000;
  content: "";
}

.form-order__area {
  display: block;
  padding: 0.75rem 0.875rem;
  padding-top: 0.75rem;
  width: 100%;
  resize: none;
  border: 0.0625rem solid #73C128;
  border-radius: 0.625rem;
  background-color: #fff;
  border-radius: 0.625rem;
  color: #fff;
  font-family: "RobotoRegular", sans-serif;
  font-size: 1rem;
}
.form-order__area::-webkit-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__area::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__area:-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.form-order__area:-ms-input-placeholder {
  color: #CCCCCC;
  opacity: 1;
}

/*--------------------END adjustment----------------------*/
/*--------------------ui----------------------*/
h1 {
  margin-bottom: 1.5rem;
  font-family: "RobotoBold", sans-serif;
  font-size: 2.5rem;
}

h2 {
  margin-bottom: 0.875rem;
  font-family: "RobotoBold", sans-serif;
  font-size: 2rem;
  color: #73C128;
}
h2.text-center {
  text-align: center;
}

.sect-top {
  margin-bottom: 3rem;
  text-align: center;
}

.sect-note {
  max-width: 39.0625rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "RobotoMedium", sans-serif;
}

.btn {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  color: #fff;
  text-decoration: none;
  background-color: #73C128;
  padding: 0.3125rem 2rem 0.625rem 2rem;
  font-size: 1.25rem;
  font-family: "RobotoBold", sans-serif;
  line-height: 1;
  border-radius: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  outline: none;
  transition: background-color 0.1s ease;
}
.btn-fw {
  width: 100%;
}

.toggle-mnu {
  position: relative;
  display: none;
  width: 2.25rem;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 4;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.toggle-mnu span:after {
  top: 1.25rem;
}
.toggle-mnu span {
  position: absolute;
  top: 0;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  -ms-transform: rotate(45deg) translate(0rem, 0);
  transform: rotate(45deg) translate(0rem, 0);
}
.toggle-mnu.on span:after {
  -ms-transform: rotate(-45deg) translate(0.375rem, -0.4375rem);
  transform: rotate(-45deg) translate(0.375rem, -0.4375rem);
}

.radius {
  border-radius: 2.5rem 0rem 2.5rem 0rem;
}

.radius-mirror {
  border-radius: 0rem 2.5rem 0rem 2.5rem;
}

/*--------------------END ui----------------------*/
/*--------------------cis-sea----------------------*/
.cis-sea {
  padding-top: 4.6875rem;
  padding-bottom: 3rem;
}

.cis-sea__wrapper {
  position: relative;
}

.cis-sea__map {
  position: relative;
  top: -1.25rem;
  margin-bottom: -11.25rem;
  text-align: center;
}
.cis-sea__map:before {
  content: "";
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: calc(100% + 12.75rem);
  margin-left: -1rem;
  aspect-ratio: 583/241;
  background-color: #122C48;
  -ms-transform: translate(-50%, -50%) rotate(15deg);
  transform: translate(-50%, -50%) rotate(15deg);
  z-index: -1;
}
.cis-sea__map img {
  max-width: 100%;
}

.cis-sea__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cis-sea__item {
  position: relative;
  padding-left: 3.125rem;
  max-width: 26.6875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-cis-sea__icon {
  position: absolute;
  top: 3.3125rem;
  left: 0;
  width: 6.25rem;
  aspect-ratio: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item-cis-sea__icon img {
  max-width: 100%;
}

.item-cis-sea__body {
  height: 100%;
  padding: 1.75rem 1.3125rem 2.125rem 4.125rem;
}
.item-cis-sea__body--cis {
  background-color: #122C48;
  border: 0.0625rem solid rgb(49, 192, 228);
}
.item-cis-sea__body--sea {
  background-color: #44200F;
  border: 0.0625rem solid #EC7336;
}

.item-cis-sea__title {
  margin-bottom: 0.5625rem;
  font-family: "RobotoBold", sans-serif;
  text-transform: uppercase;
}

.item-cis-sea__text {
  font-size: 0.9375rem;
  font-family: "RobotoLight", sans-serif;
}

.cis-sea__ellipse {
  position: absolute;
  top: 5.5rem;
  width: 49.7735714286%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: blur(31.25rem);
  opacity: 0.4;
}

.cis-sea__ellipse--left-1,
.cis-sea__ellipse--left-2 {
  background: rgb(49, 189, 225);
}

.cis-sea__ellipse--left-1 {
  left: -43.2142857143%;
}

.cis-sea__ellipse--left-2 {
  left: -26.1428571429%;
}

.cis-sea__ellipse--right-1,
.cis-sea__ellipse--right-2 {
  background: rgb(236, 115, 54);
}

.cis-sea__ellipse--right-1 {
  top: -5.125rem;
  right: -49.7735714286%;
}

.cis-sea__ellipse--right-2 {
  right: -36.2142857143%;
}

/*--------------------END cis-sea----------------------*/
/*--------------------features----------------------*/
.features {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2.6875rem;
}

.features__items {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.features__items .features__item {
  -ms-flex-preferred-size: calc(calc(100% / 3) - calc(1.5rem / 3 * calc(3 - 1)));
  flex-basis: calc(calc(100% / 3) - calc(1.5rem / 3 * calc(3 - 1)));
}

.features__item {
  padding: 1.5rem;
  border: 0.0625rem solid #73C128;
  border-radius: 2.5rem 0rem 2.5rem 0rem;
  background-color: #112B47;
  text-align: center;
}

.item-features__icon {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
  margin-inline: auto;
}
.item-features__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-features__title {
  margin-bottom: 0.5rem;
  font-family: "RobotoBold", sans-serif;
}

/*--------------------END features----------------------*/
/*--------------------footer----------------------*/
.footer {
  padding: 4.6875rem 0;
  background-color: #051930;
}

.footer__top {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
}
.footer__top:after {
  content: "";
  height: 0.125rem;
  width: 10rem;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer__logo {
  max-width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo img {
  width: 100%;
}

.footer__body {
  padding: 3rem 0;
}

.menu-footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.menu-footer__item {
  list-style-type: none;
}

.menu-footer__link {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  transition: color 0.1s ease-in;
  text-decoration: none;
}

.footer__bottom {
  text-align: center;
}

.footer__address {
  margin-bottom: 0.625rem;
  font-style: normal;
  font-size: 1.25rem;
}

.footer__email {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  transition: color 0.1s ease-in;
  text-decoration: none;
}

/*--------------------END footer----------------------*/
/*--------------------header----------------------*/
.header__inner {
  position: relative;
  z-index: 4;
  min-height: 6.4375rem;
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 0.625rem;
}

.header__logo {
  position: relative;
  z-index: 4;
  max-width: 11.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
}

.header__menu {
  z-index: 3;
}
.header__menu .menu-header__body:before {
  content: "";
  height: 6.4375rem;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  background-color: #112B47;
  transition: right 0.4s ease;
}
.menu-opened .header__menu .menu-header__body:before {
  right: 0;
}
.menu-opened .header__menu .menu-header__body {
  right: 0;
}
.header__menu .toggle-mnu span, .header__menu .toggle-mnu span:after, .header__menu .toggle-mnu span:before {
  background-color: #000;
}
.menu-opened .header__menu .toggle-mnu span, .menu-opened .header__menu .toggle-mnu span:after, .menu-opened .header__menu .toggle-mnu span:before {
  background-color: #000;
}
.header__menu .toggle-mnu.on span {
  background-color: transparent;
}
.header__menu .menu-header__body:before {
  z-index: 1;
  display: none;
}

.menu-header__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1.5rem;
}

.menu-header__item {
  list-style-type: none;
}
.menu-header__item--auth-btn {
  margin-top: 1.25rem;
}

.menu-header__link {
  font-family: "RobotoLight", sans-serif;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.1s ease-in;
  padding: 0;
  background-color: transparent;
  border: none;
}

/*--------------------END header----------------------*/
/*--------------------hero----------------------*/
.hero {
  padding-top: 6.5rem;
  padding-bottom: 11.25rem;
}

.hero__inner {
  display: -ms-flexbox;
  display: flex;
  column-gap: 4.8333333333%;
}
.hero__content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 2;
}

.hero__text {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.hero__img {
  position: relative;
  top: 0.5rem;
  left: -3.125rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  aspect-ratio: 876/584;
}

.hero__visual {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  z-index: 2;
}

.hero__bg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: none;
  max-width: none;
}

/*--------------------END hero----------------------*/
/*--------------------methods----------------------*/
.methods {
  padding: 4.6875rem 0;
}

.methods__wrapper {
  position: relative;
}
.methods__wrapper:before, .methods__wrapper:after {
  content: "";
  position: absolute;
  top: -13.875rem;
  width: 43.55188rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: blur(31.25rem);
  opacity: 0.4;
  z-index: 2;
}
.methods__wrapper:before {
  left: -42.4285714286%;
  background: rgb(49, 189, 225);
}
.methods__wrapper:after {
  right: -42.4285714286%;
  background: rgb(236, 115, 54);
}

.methods__groups {
  margin-top: 4.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 0.625rem;
  row-gap: 4.0625rem;
}

.methods__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 1.875rem;
}
.methods__items:first-child .methods__item:first-child {
  -ms-transform: rotate(-4.98deg);
  transform: rotate(-4.98deg);
}
.methods__items:first-child .methods__item:nth-child(2) {
  -ms-transform: rotate(-5.58deg);
  transform: rotate(-5.58deg);
}
.methods__items:first-child .methods__item:nth-child(3) {
  -ms-transform: rotate(-6.23deg);
  transform: rotate(-6.23deg);
}
.methods__items:first-child .methods__item:nth-child(4) {
  margin-top: 0.9375rem;
  -ms-transform: rotate(10.12deg);
  transform: rotate(10.12deg);
}
.methods__items:last-child .methods__item:first-child {
  -ms-transform: rotate(4.52deg);
  transform: rotate(4.52deg);
}
.methods__items:last-child .methods__item:nth-child(2) {
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.methods__items:last-child .methods__item:nth-child(3) {
  margin-top: 0.9375rem;
  -ms-transform: rotate(-11.14deg);
  transform: rotate(-11.14deg);
}
.methods__items:last-child .methods__item:nth-child(3) img {
  max-height: 150%;
}
.methods__items:last-child .methods__item:nth-child(4) {
  margin-top: 0.9375rem;
  -ms-transform: rotate(10.37deg);
  transform: rotate(10.37deg);
}
.methods__items:last-child .methods__item:nth-child(4) img {
  max-height: 150%;
}

.methods__item {
  padding: 1.125rem 3rem;
  width: 15.6875rem;
  height: 5.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #112B47;
}
.methods__item--cis {
  border: 0.0625rem solid #31C0E4;
}
.methods__item--sea {
  background-color: #44200F;
  border: 0.0625rem solid #EC7336;
}
.methods__item img {
  max-width: 100%;
  max-height: 100%;
}

/*--------------------END methods----------------------*/
/*--------------------order----------------------*/
.order {
  padding-top: 5.25rem;
  padding-bottom: 6.0625rem;
}
.order h2 {
  margin-bottom: 2.5625rem;
}

.order__form {
  padding-bottom: 0.875rem;
  background-color: #73C128;
  border: 0.0625rem solid #73C128;
  border-radius: 0.75rem;
}

.form-order__body {
  padding: 2.6875rem 2.0625rem 2.375rem 2.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0.75rem;
  border-bottom: none;
  column-gap: 2.5rem;
  background-color: #122D47;
}

.form-order__fields {
  -ms-flex: 0 0 calc(33.8983050847% - 2.5rem);
  flex: 0 0 calc(33.8983050847% - 2.5rem);
}
.form-order__fields .form-order__label:last-child {
  margin-bottom: 0.8125rem;
}

.form-order__message {
  -ms-flex: 0 0 66.0124888492%;
  flex: 0 0 66.0124888492%;
}
.form-order__message--textarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-order__message--textarea .form-order__area {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
}

.form-order__fieldname {
  margin-bottom: 0.625rem;
  font-family: "RobotoRegular", sans-serif;
}

.form-order__caption {
  margin-bottom: 0.625rem;
  font-family: "RobotoRegular", sans-serif;
}

.form-order__footer {
  padding-top: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-order__send {
  min-width: 14.625rem;
}

.form-order__rules {
  max-width: 12.5rem;
}

.form-order__rules-text {
  max-width: 19.1875rem;
  font-family: "RobotoLight", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.form-order__rules-text--mob {
  display: block;
}
.form-order__rules-text a {
  color: rgba(190, 255, 125, 0.5);
  text-decoration: none;
}

/*--------------------END order----------------------*/
/*--------------------payment----------------------*/
.payment-page {
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(33, 57, 83) 4.91%, rgb(27, 45, 65) 100%);
  overflow: hidden;
}
.payment-page:before {
  content: "";
  position: absolute;
  bottom: -71.6875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 99rem;
  height: 99rem;
  filter: blur(25rem);
  background: rgba(115, 193, 40, 0.1);
}

.payment {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 56.25rem;
  min-height: 33.8125rem;
  padding: 2.4375rem;
  margin-inline: auto;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.75rem;
  background-color: #fff;
  color: #000;
}
.payment .btn {
  color: #fff;
  font-family: "RobotoMedium", sans-serif;
}

.payment__column {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.payment__logo {
  display: inline-block;
  text-align: center;
}
.payment__logo img {
  max-width: 5.625rem;
}

.payment__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.payment__container:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
  height: calc(100% - 1.375rem);
  background: rgba(115, 193, 40, 0.2);
}

.payment__top {
  margin-bottom: 1.5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
.payment__top--mb0 {
  margin-bottom: 0;
}

.payment__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment__content .payment__logo {
  margin-bottom: 1.375rem;
}

.payment__header {
  text-align: center;
}

.payment__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "RobotoBold", sans-serif;
  line-height: 1.1875;
}

.payment__subtitle {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-family: "RobotoLight", sans-serif;
  line-height: 1.1875;
}
.order__form--payment .form-order__input {
  padding-inline: 0.75rem;
  margin-bottom: 1rem;
  background-color: #fff;
  color: #808080;
  text-align: left;
}
.order__form--payment .form-order__input::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.order__form--payment .form-order__input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.order__form--payment .form-order__input:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.order__form--payment .form-order__input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.order__form--payment .form-order__input--code {
  text-align: center;
}
.order__form--payment .form-order__input--mb24 {
  margin-bottom: 1.5rem;
}

.form-order__text {
  margin-bottom: 1rem;
  text-align: center;
}
.form-order__code {
  margin-bottom: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
}
.form-order__code input::-webkit-outer-spin-button,
.form-order__code input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form-order__input--align-left {
  text-align: left;
}
.form-order__input--code {
  -ms-flex: 0 0 5.34375rem;
  flex: 0 0 5.34375rem;
  -moz-appearance: textfield;
}

.form-order__cols {
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.125rem;
}

.form-order__col {
  -ms-flex: 0 0 calc(50% - 0.5625rem);
  flex: 0 0 calc(50% - 0.5625rem);
}

.form-order__bottom {
  text-align: center;
}

.payment__logos {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.payment__logos img {
  display: block;
  max-height: 1.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.payment__info {
  padding-top: 5.3125rem;
}
.payment__info .payment__title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.info-payment__title {
  margin-bottom: 0.5rem;
  font-family: "RobotoMedium", sans-serif;
}

.info-payment__help {
  margin-top: 2.125rem;
}

.info-payment__soc-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.info-payment__soc-item {
  list-style-type: none;
}

.info-payment__soc-link {
  padding-left: 0.5rem;
  padding-right: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 0.625rem;
  height: 2.125rem;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  font-family: "RobotoMedium", sans-serif;
  color: #fff;
  background: #2AABEE;
  text-decoration: none;
}
.info-payment__bottom a {
  color: #73C128;
  text-decoration: none;
}

.payment__qrcode {
  margin-top: 1.75rem;
  max-width: 12.5rem;
  margin-inline: auto;
}
.payment__qrcode img {
  display: block;
}

/*--------------------END payment----------------------*/
/*--------------------system----------------------*/
.system {
  padding-top: 5.625rem;
  padding-bottom: 2.9375rem;
}
.system h2 {
  margin-bottom: 3rem;
}

.system__items {
  padding-top: 2.0625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.75rem;
}

.system__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 0.75rem 1.5625rem 1.3125rem;
  text-align: center;
}
.system__item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 21.625rem;
  height: 0.125rem;
  margin-inline: auto;
  background-color: #909EA1;
}

.item-system__icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}

.item-system__body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-system__title {
  margin-bottom: 0.3125rem;
  font-family: "RobotoBold", sans-serif;
}

.item-system__text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: "RobotoLight", sans-serif;
}

/*--------------------END system----------------------*/

@media only screen and (max-width: 75em) {
  .menu-header__body {
    column-gap: 0.75rem;
  }
  .menu-header__link {
    font-size: 0.875rem;
  }
  .form-order__message {
    -ms-flex: 0 0 calc(50% - 2.5rem);
    flex: 0 0 calc(50% - 2.5rem);
  }
}

@media only screen and (max-width: 68.75em) {
  .methods__groups {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 61.99875em) {
  .header__menu .menu-header__body {
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100% - 2.5rem);
    height: 100%;
    transition: all 0.4s ease;
    overflow-y: auto;
    z-index: 2;
  }
  @supports (height: 100svh) {
    .header__menu .menu-header__body {
      height: 100dvh;
    }
  }
  .header__menu .toggle-mnu {
    display: block;
  }
}

@media only screen and (max-width: 61.99875em) {
  .toggle-mnu {
    display: block;
  }
  .cis-sea__map {
    margin-bottom: -2.5rem;
  }
  .cis-sea__content {
    padding-left: 0;
    padding-right: 1.3125rem;
    column-gap: 1.75rem;
  }
  .cis-sea__item {
    max-width: none;
    -ms-flex: 0 0 calc(50% - 0.875rem);
    flex: 0 0 calc(50% - 0.875rem);
  }
  .item-cis-sea__text {
    font-size: 0.8125rem;
  }
  .features__items .features__item {
    -ms-flex-preferred-size: calc(calc(100% / 2) - calc(1.5rem / 2 * calc(2 - 1)));
    flex-basis: calc(calc(100% / 2) - calc(1.5rem / 2 * calc(2 - 1)));
  }
  .header__menu {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header__menu .menu-header__body {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.625rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
  }
  .menu-header__body {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.875rem;
    padding-top: 6.4375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu-header__item {
    position: relative;
  }
  .menu-header__link {
    display: block;
    font-size: 1.25rem;
  }
  .header__get-started {
    margin-left: auto;
    margin-right: 0.875rem;
  }
  .header__get-started {
    display: none;
  }
  .hero {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
  .hero__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 0.9375rem;
  }
  .hero__content {
    padding-left: 0.625rem;
    word-break: break-word;
  }
  .hero__img {
    left: 0;
    top: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .methods__groups {
    padding-left: 10.7142857143%;
    padding-right: 12.7747252747%;
    margin-top: 5.125rem;
  }
  .order {
    padding-bottom: 5.5625rem;
  }
  .order {
    padding-bottom: 5.25rem;
  }
  .order__form {
    margin-inline: 8.7096774194%;
  }
  .form-order__body {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 2.5625rem;
  }
  .form-order__fields {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-order__message--textarea .form-order__area {
    height: 11.25rem;
  }
  .item-system__text br {
    display: none;
  }
}

@media only screen and (max-width: 47.99875em) {
  .main-wrapper:before {
    height: 148rem;
    bottom: -13.125rem;
  }
  .main-wrapper:before {
    height: 148rem;
    bottom: 0;
  }
  .sect-note {
    font-family: "RobotoRegular", sans-serif;
  }
  .cis-sea {
    padding-top: 3rem;
    padding-bottom: 3.3125rem;
  }
  .cis-sea__item--cis .item-cis-sea__icon {
    width: 5.6875rem;
    left: -0.125rem;
  }
  .item-cis-sea__icon {
    width: 4.5625rem;
    left: 0.875rem;
  }
  .item-cis-sea__body {
    padding: 1.5rem 1.3125rem 1.625rem 3.5625rem;
  }
  .cis-sea__ellipse {
    width: 26.75rem;
  }
  .cis-sea__ellipse--left-1 {
    display: none;
  }
  .cis-sea__ellipse--right-1 {
    top: 0;
  }
  .cis-sea__ellipse--right-1 {
    right: -80%;
  }
  .cis-sea__ellipse--right-2 {
    top: auto;
    bottom: -5.125rem;
    right: -90%;
  }
  .features {
    padding-bottom: 2.8125rem;
    padding-inline: 17.8571428571%;
  }
  .features__items .features__item {
    -ms-flex-preferred-size: calc(calc(100% / 1) - calc(1.5rem / 1 * calc(1 - 1)));
    flex-basis: calc(calc(100% / 1) - calc(1.5rem / 1 * calc(1 - 1)));
  }
  .features__items {
    row-gap: 3.6875rem;
  }
  .footer {
    padding: 4.6875rem 12.3626373626%;
  }
  .footer__address {
    margin-bottom: 1.25rem;
    margin-inline: -0.3125rem;
  }
  .hero {
    padding-top: 2.5rem;
  }
  .hero__visual {
    margin-left: -6.2%;
    width: 123%;
  }
  .hero__bg {
    width: 237%;
  }
  .methods {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .methods__wrapper:before {
    top: 0;
    left: -50%;
  }
  .methods__wrapper:after {
    right: -64.2857142857%;
    top: auto;
    bottom: -16.3125rem;
  }
  .order h2 {
    margin-bottom: 4.1875rem;
  }
  .order__form {
    padding-bottom: 1.6875rem;
  }
  .form-order__fields .form-order__label:last-child {
    margin-bottom: 1.75rem;
  }
  .form-order__message {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-order__message--textarea .form-order__area {
    min-height: 12.5rem;
  }
  .form-order__message--title .form-order__caption {
    display: none;
  }
  .form-order__footer {
    padding-top: 1.6875rem;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 1.1875rem;
  }
  .payment-page {
    padding-block: 5.1875rem;
  }
  .payment-page:before {
    height: 148rem;
    bottom: -13.125rem;
  }
  .payment-page:before {
    height: 148rem;
    bottom: 0;
  }
  .payment {
    max-width: 33.5rem;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem;
  }
  .payment__container:after {
    display: none;
  }
  .payment__container {
    padding-bottom: 3rem;
    border-bottom: 0.0625rem solid rgba(115, 193, 40, 0.2);
  }
  .payment__top--mb0 {
    margin-bottom: 1.5rem;
  }
  .order__form--payment {
    max-width: 24.375rem;
    margin-inline: auto;
  }
  .payment__info {
    padding-top: 2.375rem;
  }
  .info-payment__help {
    margin-top: 2.3125rem;
  }
  .system {
    padding-top: 4.6875rem;
  }
  .system__items {
    padding-top: 2.5625rem;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .system__item:not(:last-child) {
    padding-bottom: 4.5625rem;
    position: relative;
  }
  .item-system__text br {
    display: block;
  }
}

@media only screen and (max-width: 45em) {
  .methods__groups {
    margin-inline: auto;
    padding-inline: 0;
    max-width: 18.125rem;
    margin-top: 3.125rem;
  }
  .methods__items {
    column-gap: 1.0625rem;
  }
  .methods__item {
    width: 8.3125rem;
    height: 3.9375rem;
    padding: 0.625rem 1.25rem;
  }
}

@media only screen and (max-width: 36em) {
  .cis-sea {
    padding-top: 3rem;
  }
  .cis-sea__map {
    aspect-ratio: 360/300;
    margin-bottom: -0.3125rem;
  }
  .cis-sea__map img {
    display: block;
    position: static;
    max-width: none;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .cis-sea__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.875rem;
    padding-right: 0.625rem;
  }
  .cis-sea__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 2.75rem;
  }
  .item-cis-sea__icon {
    left: 0.5rem;
  }
  .cis-sea__ellipse--left-2 {
    left: -80%;
  }
  .cis-sea__ellipse--right-1 {
    right: -100%;
    top: 3.125rem;
  }
  .cis-sea__ellipse--right-2 {
    right: -110%;
  }
  .features {
    padding-top: 3rem;
    padding-inline: 3.3333333333%;
  }
  .item-features__text {
    font-size: 0.9375rem;
  }
  .footer__body {
    padding-top: 2.125rem;
  }
  .menu-footer__link {
    text-align: center;
  }
  .footer__address {
    margin-inline: 0.625rem;
  }
  .hero {
    padding-bottom: 49%;
  }
  .hero__title br {
    display: none;
  }
  .hero__content {
    padding-left: 0.25rem;
  }
  .hero__text {
    max-width: 16.25rem;
    font-size: 1.125rem;
  }
  .hero__img {
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    margin-top: 4.5rem;
  }
  .hero__visual {
    width: 246%;
    -ms-transform: translate(-50%, -50%) rotate(-27deg);
    transform: translate(-50%, -50%) rotate(-27deg);
  }
  .hero__bg {
    width: 400%;
  }
  .methods {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }
  .methods__wrapper:before, .methods__wrapper:after {
    width: 26.1875rem;
  }
  .methods__wrapper:before {
    width: 27.5625rem;
    left: -111.1111111111%;
  }
  .methods__wrapper:after {
    width: 26.1875rem;
    right: -90.2777777778%;
    top: auto;
    bottom: -11.875rem;
  }
  .order h2 {
    margin-bottom: 3.125rem;
  }
  .order__form {
    margin-inline: 0;
  }
  .form-order__body {
    padding: 2.6875rem 1.75rem 2.5625rem 1.75rem;
  }
  .form-order__fields {
    width: 100%;
  }
  .payment {
    max-width: 20.75rem;
    padding: 4.0625rem 1rem;
  }
  .form-order__input--code {
    -ms-flex-preferred-size: 3.9375rem;
    flex-basis: 3.9375rem;
  }
  .payment__info {
    padding-top: 2.125rem;
  }
  .info-payment__help {
    margin-top: 2.125rem;
  }
  .system {
    padding-top: 3rem;
  }
  .system__items {
    padding-top: 0;
  }
}

@media only screen and (max-width: 30em) {
  h1 {
    font-size: 2.125rem;
  }
  .sect-note {
    max-width: 16.25rem;
  }
  .footer {
    padding: 3rem 0 4rem 0;
  }
  .footer__top:after {
    display: block;
  }
  .footer__top {
    border-bottom: none;
  }
  .menu-footer__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .payment-page {
    padding-block: 6.0625rem;
  }
  .system__item:not(:last-child):after {
    width: calc(100% - 2rem);
  }
}

@media only screen and (max-width: 23.4375em) {
  .sect-note {
    max-width: none;
    padding-inline: 0.75rem;
  }
}

@media only screen and (max-width: 20em) {
  .footer__address {
    margin-inline: 0;
  }
}

@media only screen and (min-width: 30em) {
  .toggle-mnu {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 36em) {
  .cis-sea__map:before {
    display: none;
  }
  .form-order__rules-text--mob {
    display: none;
  }
}

@media only screen and (min-width: 47.99875em) {
  .menu-header__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-order__send {
    margin-left: 1.3125rem;
  }
  .payment__container {
    padding-right: 1.3125rem;
  }
  .payment__info {
    padding-left: 2rem;
  }
  .info-payment__bottom {
    max-width: 17.5625rem;
  }
  .system__item:not(:last-child) {
    border-right: 0.125rem solid #909EA1;
  }
  .system__item:not(:last-child):after {
    display: none;
  }
}

@media only screen and (min-width: 61.99875em) {
  .menu-cover:after {
    display: none;
  }
  .menu-opened .menu-cover {
    right: -100%;
  }
  .cis-sea__content {
    padding-inline: 2.1875rem;
  }
  .header__menu .menu-header__body:before {
    display: none;
  }
  .menu-header__item--auth-btn {
    display: none;
  }
  .hero__content {
    padding-top: 3.4375rem;
  }
}

@media (any-hover: hover) {
  .form__custom-chek:hover {
    cursor: pointer;
  }
  .btn {
    cursor: pointer;
  }
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    background-color: #80d42f;
  }
  .menu-footer__link:hover {
    color: #fff;
  }
  .footer__email:hover {
    color: #fff;
  }
  .menu-header__link {
    cursor: pointer;
  }
  .menu-header__link:hover {
    color: #fff;
  }
}

.grecaptcha-badge {
  bottom: -65px !important;
}