* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill::first-line,
textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

input:-moz-fill-selected,
textarea:-moz-fill-selected {
  -moz-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

input::-ms-value,
textarea::-ms-value {
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/Inter-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Inter-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1220px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #02031c;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --pink: #ca6fb4;
  --gr-btn: linear-gradient(90deg, #cb37b0 0%, #7130ea 43.35%, #b230ef 100%);
  --pink-060: rgba(255, 50, 211, 0.6);
  --gray: rgba(255, 255, 255, 0.6);
  --yellow: #ffffac;
  --red: #f50909;
  --green: #00ff00;
  --hover: #7B68EE;
  --active: #4169E1;
  --btn-hover: linear-gradient(90deg, #b230ef 0%, #cb37b0 43.35%, #7130ea 100%);
  --btn-active: linear-gradient(90deg, #b230ef 0%, #cb37b0 43.35%, #7130ea 100%)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.logo {
  display: block;
  width: 252px;
  height: 66px
}

@media (max-width:991px) {
  .logo {
    width: 184px;
    height: 48px
  }
}

.logo_min {
  width: 184px;
  height: 48px
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.tx-64-32 {
  font-weight: 400;
  font-size: 64px;
  line-height: 110%
}

@media (max-width:991px) {
  .tx-64-32 {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .tx-64-32 {
    font-size: 32px
  }
}

.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 110%
}

@media (max-width:991px) {
  .tx-36-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-36-24 {
    font-size: 24px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-24-18 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%
}

@media (max-width:1220px) {
  .tx-24-18 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-18 {
    font-size: 18px
  }
}

.but {
  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: 10px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -.02em;
  color: var(--main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid rgba(255, 50, 211, .6);
  border-radius: 13px;
  min-width: 205px;
  min-height: 56px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center;
  background: var(--gr-btn)
}

.but_min {
  min-width: 333px;
  min-height: 65px;
  font-weight: 600;
  font-size: 16px
}

@media (max-width:420px) {
  .but_min {
    min-width: 0;
    width: 100%
  }
}

.but_w100 {
  min-width: 0;
  width: 100%
}

.but img {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (any-hover:hover) {
  .but:hover {
    background: var(--btn-hover)
  }
}

.but:focus-visible {
  background: var(--btn-hover)
}

.but:active {
  background: var(--btn-active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border: 1px solid #272450;
  border-radius: 7px;
  width: 100%;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, .6);
  padding-left: 55px;
  padding-right: 24px;
  background-color: #000221;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--pink)
  }
}

.input:focus-visible {
  border-color: var(--pink)
}

.icon {
  display: block;
  width: 20px;
  height: 20px
}

.brr-20 {
  border-radius: 20px
}

.p-40-20 {
  padding: 40px
}

@media (max-width:991px) {
  .p-40-20 {
    padding: 30px
  }
}

@media (max-width:600px) {
  .p-40-20 {
    padding: 20px
  }
}

.p-30-20 {
  padding: 30px
}

@media (max-width:600px) {
  .p-30-20 {
    padding: 20px
  }
}

.plr-30-20 {
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width:600px) {
  .plr-30-20 {
    padding-left: 20px;
    padding-right: 20px
  }
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-80-40:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.cp-grid {
  display: -ms-grid;
  display: grid
}

.cp-grid_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template: auto/repeat(4, 1fr)
}

@media (max-width:1220px) {
  .cp-grid_4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .cp-grid_4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .cp-grid_4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.cp-grid_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template: auto/repeat(3, 1fr)
}

@media (max-width:991px) {
  .cp-grid_3 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .cp-grid_3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.cp-grid_g60 {
  gap: 60px
}

@media (max-width:1220px) {
  .cp-grid_g60 {
    gap: 30px
  }
}

@media (max-width:600px) {
  .cp-grid_g60 {
    gap: 20px
  }
}

.cp-grid_g40 {
  gap: 40px
}

@media (max-width:991px) {
  .cp-grid_g40 {
    gap: 30px
  }
}

@media (max-width:600px) {
  .cp-grid_g40 {
    gap: 20px
  }
}

.color-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb67cc), to(#6305e2));
  background: linear-gradient(180deg, #eb67cc 0, #6305e2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.color-pink {
  color: var(--pink)
}

.color-gray {
  color: var(--gray)
}

.color-yellow {
  color: var(--yellow)
}

.color-red {
  color: var(--red)
}

.color-green {
  color: var(--green)
}

.card-background {
  border: 1px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#0c0924, #0c0924) padding-box, linear-gradient(95deg, #ca6fb4, #0c0924) border-box
}

.card-background_dark {
  background: linear-gradient(#0c0924, #0c0924) padding-box, linear-gradient(95deg, #ca6fb4, #1e184f) border-box
}

.card-background_mike {
  background: linear-gradient(#02031d, #02031d) padding-box, linear-gradient(95deg, #c96eb3, #1e184f) border-box
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  width: 100%
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.container_1320 {
  max-width: 1320px
}

@media (max-width:991px) {
  .container_1320 {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container_1320 {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.header {
  padding: 35px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}

@media (max-width:991px) {
  .header {
    padding: 24px 0
  }
}

@media (max-width:600px) {
  .header {
    padding: 10px 0
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px
}

.header__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 844px;
  flex: 0 1 844px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:1220px) {
  .header__menu {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

@media (max-width:991px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #02031c;
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .header__menu {
    padding: 80px 30px 30px 30px
  }
}

.header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 60px
}

@media (max-width:1220px) {
  .nav__list {
    gap: 10px 32px
  }
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
  }
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 32px;
  height: 16px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.hero {
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto
}

.hero__container {
  padding-top: 190px;
  min-height: 820px
}

@media (max-width:991px) {
  .hero__container {
    min-height: 0;
    padding-top: 110px
  }
}

.hero__left {
  position: relative;
  z-index: 2;
  width: 44%
}

@media (max-width:1320px) {
  .hero__left {
    width: 60%
  }
}

@media (max-width:991px) {
  .hero__left {
    width: 100%
  }
}

.hero__image {
  display: block;
  width: 1154px;
  height: 820px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

@media (max-width:991px) {
  .hero__image {
    width: 100%;
    position: static;
    height: auto
  }
}

.mi-card__image {
  max-width: 136px;
  width: 100%;
  height: 83px
}

.ob__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:900px) {
  .ob__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.ob__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 463px;
  flex: 0 1 463px;
  width: 100%
}

@media (max-width:900px) {
  .ob__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.ob__left-top {
  max-width: 310px;
  width: 100%
}

@media (max-width:900px) {
  .ob__left-top {
    max-width: none
  }
}

.ob__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px
}

@media (max-width:900px) {
  .ob__item {
    gap: 10px
  }
}

.ob__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  margin-top: 6px;
  position: relative
}

.ob__item-icon::before {
  content: "";
  width: .6px;
  height: 60%;
  background-color: #450099;
  -webkit-box-shadow: 0 4px 4px 0 #7130ea;
  box-shadow: 0 4px 4px 0 #7130ea;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}

@media (max-width:900px) {
  .ob__item-icon::before {
    display: none
  }
}

.ob__item-descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ob__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 621px;
  flex: 0 1 621px;
  width: 100%
}

@media (max-width:900px) {
  .ob__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.do-card__top {
  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: 30px
}

@media (max-width:991px) {
  .do-card__top {
    gap: 20px
  }
}

@media (max-width:600px) {
  .do-card__top {
    gap: 10px
  }
}

.do-card__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 92px;
  flex: 0 1 92px;
  height: 85px
}

.lojka__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:600px) {
  .lojka__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.lojka__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

@media (max-width:600px) {
  .lojka__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lojka__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 237px;
  flex: 0 0 237px;
  height: 375px
}

@media (max-width:600px) {
  .lojka__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lojka-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px
}

@media (max-width:991px) {
  .lojka-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.lojka-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 294px
}

@media (max-width:991px) {
  .lojka-list__item {
    max-width: none;
    gap: 10px
  }
}

.lojka-list__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  height: 54px
}

.lojka-list__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 100px
}

@media (max-width:1220px) {
  .contacts {
    gap: 20px 40px
  }
}

@media (max-width:991px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.contacts__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 465px;
  flex: 0 1 465px;
  width: 100%
}

@media (max-width:991px) {
  .contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.contacts__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
  width: 100%
}

@media (max-width:991px) {
  .contacts__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.form__wrapper-input {
  display: block;
  position: relative
}

.form__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 1
}

.footer {
  padding-bottom: 40px
}

@media (max-width:991px) {
  .footer {
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .footer {
    padding-bottom: 20px
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px
}

@media (max-width:991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.just-validate-error-label {
  margin-top: 4px
}

.send {
  display: none;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid var(--green);
  margin-top: 10px
}

.send-error {
  display: none;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid var(--red);
  margin-top: 10px
}

.form.ok .send {
  display: block
}

.form.ne-ok .send-error {
  display: block
}

.terms {
  padding-top: 190px
}

@media (max-width:991px) {
  .terms {
    padding-top: 110px
  }
}

.tx-footer {
  text-align: center
}

@media (max-width:991px) {
  .tx-footer {
    text-align: left
  }
}

.icon-footer {
  margin: 0 auto
}

@media (max-width:991px) {
  .icon-footer {
    margin: 0
  }
}