@charset "UTF-8";
/* Библиотеки */
/* INIT */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

/* COLORS */
/* TIME*/
/* ЗАТУХАНИЕ */
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Italic.woff2") format("woff2"), url("../fonts/DMSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/DMSans-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: DMSans;
  font-display: swap;
  src: url("../fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/DMSans-MediumItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes slideMenuOpen {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    /*  visibility: hidden; */
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* visibility: visible; */
  }
}
@keyframes slideMenuOpen {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    /*  visibility: hidden; */
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* visibility: visible; */
  }
}
@-webkit-keyframes slideMenuClose {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* visibility: visible; */
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    /* visibility: hidden; */
  }
}
@keyframes slideMenuClose {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* visibility: visible; */
  }
  50% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    /* visibility: hidden; */
  }
}
.block-s__body {
  position: fixed;
  z-index: 4;
  -webkit-transform: translateX(-99999px);
      -ms-transform: translateX(-99999px);
          transform: translateX(-99999px);
}
@media screen and (min-width: 994px) {
  .block-s__body {
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.block-s__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 994px) {
  .block-s__controller {
    display: none;
  }
}
.block-s_open .block-s__body {
  /*margin-right: -15px;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-animation: slideMenuOpen 0.8s forwards;
          animation: slideMenuOpen 0.8s forwards;
}
.block-s_close .block-s__body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -webkit-animation: slideMenuClose 0.8s forwards;
          animation: slideMenuClose 0.8s forwards;
}
@media screen and (min-width: 994px) {
  .block-s_close .block-s__body {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: none;
            animation: none;
  }
}

/* Фундоментальные Блоки */
.page {
  position: relative;
}
.page_theme {
  color: #fff;
  background: -o-linear-gradient(248.49deg, #061620 -18.28%, #095788 44.8%, #085788 100.25%), -o-linear-gradient(231.93deg, #399cdc 6.37%, #031f31 114.95%), #d9d9d9;
  background: linear-gradient(201.51deg, #061620 -18.28%, #095788 44.8%, #085788 100.25%), linear-gradient(218.07deg, #399cdc 6.37%, #031f31 114.95%), #d9d9d9;
  font: 14px/2.14 "DM Sans", sans-serif;
}
.page_overflow {
  overflow: hidden;
}
.page__clump {
  position: relative;
}
.page__clump:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  content: "";
  background: url("/img/bg/bg_spot_1.png") right no-repeat;
  mix-blend-mode: multiply;
  background-size: cover;
}
@media screen and (min-width: 994px) {
  .page__clump:after {
    bottom: -100px;
    width: 400px;
    height: 600px;
  }
}
@media screen and (min-width: 1434px) {
  .page__clump:after {
    bottom: -400px;
    width: 580px;
    height: 780px;
  }
}
@media screen and (min-width: 1618px) {
  .page__clump:after {
    bottom: -800px;
    width: 859px;
    height: 1251px;
  }
}
.page__clump:before {
  position: absolute;
  right: 0;
  bottom: -200px;
  /* width: 807px;
  height: 1790px; */
  width: 200px;
  height: 400px;
  content: "";
  background: url("/img/bg/bg_spot_2.png") right no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 994px) {
  .page__clump:before {
    width: 400px;
    height: 600px;
  }
}
@media screen and (min-width: 1434px) {
  .page__clump:before {
    bottom: -500px;
    width: 600px;
    height: 800px;
  }
}
@media screen and (min-width: 1618px) {
  .page__clump:before {
    bottom: -1200px;
    width: 807px;
    height: 1790px;
  }
}
.page__section {
  margin-bottom: 50px;
}
.page__section_last {
  margin-bottom: 0;
}
@media screen and (min-width: 994px) {
  .page__section {
    margin-bottom: 50px;
  }
  .page__section_last {
    margin-bottom: 0;
  }
}
.page__section-bg {
  position: relative;
  margin-top: -700px;
  padding-top: 700px;
  padding-bottom: 50px;
}
@media screen and (min-width: 994px) {
  .page__section-bg {
    margin-top: -400px;
    padding-top: 400px;
  }
}
.page__section-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/img/bg/bg_big_n.png") no-repeat;
  mix-blend-mode: multiply;
  background-size: cover;
}
.layout__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  color: #000;
}
.layout__wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.layout__slim {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.layout__full {
  max-width: 1920px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header__logo {
  width: calc(100% - 32px);
}
@media screen and (min-width: 994px) {
  .header__logo {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1434px) {
  .header__logo {
    width: 285px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
}
@media screen and (min-width: 994px) {
  .header__menu {
    width: 100%;
  }
}
@media screen and (min-width: 1434px) {
  .header__menu {
    width: calc(100% - 300px - 15px);
    margin-left: 15px;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #000;
}
.footer__row {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer__row_main {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.footer__span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__span {
    width: 50%;
  }
}
.footer__title {
  position: relative;
  /* or 110% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  padding-right: 50px;
  text-align: justify;
  letter-spacing: 0.035em;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.footer__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 50px;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #353945;
}
@media screen and (min-width: 768px) {
  .footer__title {
    padding-right: 70px;
    font-size: 48px;
    line-height: 48px;
  }
}
.footer__title-line {
  width: 100%;
  text-align: right;
  color: #fff;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 50px;
}
@media screen and (min-width: 768px) {
  .footer__social {
    margin-left: 70px;
  }
}
.footer__social-item {
  margin-right: 15px;
}
.footer__social-item:last-child {
  margin-right: 0;
}
.footer__line {
  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;
}
.footer__cr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__cookie {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__accept {
  margin-left: 15px;
}

/* Кит */
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  cursor: poiter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  outline: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /* HOVER */
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (min-width: 994px) {
  .button::before {
    border-radius: 85px;
  }
}
.button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: -o-linear-gradient(247.92deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  background: linear-gradient(202.08deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.button .button__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.button:hover {
  cursor: pointer;
}
.button:hover::before {
  opacity: 0;
}
.button:hover::after {
  opacity: 1;
}
.button:hover .button__text {
  color: #fff;
}

/* Модификаторы */
.button_width_available {
  width: 100%;
}

/* Модификаторы КОНЕЦ */
/*Размеры кнопок*/
/*S - Начало*/
.button_size_s {
  font-size: 12px;
  line-height: 14px;
}

.button_size_s .button__text {
  margin: 3px 15px;
}
@media screen and (min-width: 768px) {
  .button_size_s .button__text {
    margin: 3px 30px;
  }
}
@media screen and (min-width: 994px) {
  .button_size_s .button__text {
    margin: 5px 45px;
  }
}

/*S - КОНЕЦ*/
/*M - Начало*/
.button_size_m {
  font-size: 16px;
  line-height: 20px;
}

.button_size_m .button__text {
  margin: 7px 40px;
}

/*M - КОНЕЦ*/
/*L - Начало*/
.button_size_l {
  font-size: 18px;
  line-height: 22px;
}

.button_size_l .button__text {
  margin: 10px 50px;
}

/*L - КОНЕЦ*/
/*XL - Начало*/
.button_size_xl {
  border-radius: 32px;
  font-size: 22px;
  line-height: 22px;
}
.button_size_xl::after {
  border-radius: 32px;
}
@media screen and (min-width: 994px) {
  .button_size_xl {
    border-radius: 85px;
    font-size: 28px;
    line-height: 28px;
  }
  .button_size_xl::after {
    border-radius: 85px;
  }
}

.button_size_xl .button__text {
  margin: 20px 100px;
}
@media screen and (min-width: 994px) {
  .button_size_xl .button__text {
    margin: 25px 140px;
  }
}

/*XL - КОНЕЦ*/
/*Виды кнопок*/
.button.button_view_action {
  background: red;
}
.button.button_view_action .button__text {
  color: #000;
}

/*Виды кнопок КОНЕЦ*/
.checkbox {
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox .checkbox__control {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0;
}

.checkbox .checkbox__box {
  position: relative;
  display: inline-block;
  background: yellow;
}

.checkbox .checkbox__box:before {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  background: #fff;
}

.checkbox .checkbox__box:after {
  position: absolute;
  top: -1px;
  left: 0px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.05s ease-out, visibility 0s linear 0.05s, -webkit-transform 0.05s ease-out;
  transition: opacity 0.05s ease-out, visibility 0s linear 0.05s, -webkit-transform 0.05s ease-out;
  -o-transition: transform 0.05s ease-out, opacity 0.05s ease-out, visibility 0s linear 0.05s;
  transition: transform 0.05s ease-out, opacity 0.05s ease-out, visibility 0s linear 0.05s;
  transition: transform 0.05s ease-out, opacity 0.05s ease-out, visibility 0s linear 0.05s, -webkit-transform 0.05s ease-out;
}

/* Вид */
/* Размеры */
/* Размер - S */
.checkbox.checkbox_size_s {
  font-size: 13px;
}

.checkbox.checkbox_size_s .checkbox__box {
  line-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border-radius: 2px;
}

.checkbox.checkbox_size_s .checkbox__box:after {
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.checkbox.checkbox_size_s .checkbox__box:before {
  border-radius: 1px;
}

/* Размер - S КОНЕЦ */
/* Размер - M */
.checkbox.checkbox_size_m {
  font-size: 14px;
}

.checkbox.checkbox_size_m .checkbox__box {
  line-height: 14px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 3px;
}

.checkbox.checkbox_size_m .checkbox__box:after {
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  /* background-image: url("../img/icon/checbox_checked.svg"); */
}

.checkbox.checkbox_size_m .checkbox__box:before {
  border-radius: 2px;
}

/* Размер - M КОНЕЦ */
/* Размер - L */
.checkbox.checkbox_size_l {
  font-size: 16px;
}

.checkbox.checkbox_size_l .checkbox__box {
  line-height: 18px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 4px;
}

.checkbox.checkbox_size_l .checkbox__box:after {
  width: 24px;
  height: 22px;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  /* background-image: url("../img/icon/checbox_checked.svg"); */
}

.checkbox.checkbox_size_l .checkbox__box:before {
  border-radius: 3px;
}

/* Размер - L КОНЕЦ */
/* Размер - XL */
.checkbox.checkbox_size_xl {
  font-size: 20px;
}

.checkbox.checkbox_size_xl .checkbox__box {
  line-height: 24px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 6px;
}

.checkbox.checkbox_size_xl .checkbox__box:after {
  width: 3 px;
  height: 32px;
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
  background-size: contain;
  /* background-image: url("../img/icon/checbox_checked.svg"); */
}

.checkbox.checkbox_size_xl .checkbox__box:before {
  border-radius: 5px;
}

/* Размер - XL КОНЕЦ */
/* Состояния */
.checkbox.checkbox_checked .checkbox__box:before {
  /* background: $color_active; */
}

.checkbox.checkbox_checked .checkbox__box:after {
  /* background: $color_active; */
  background-image: url("../img/icon/icon_checbox_checked.svg");
}

.checkbox.checkbox_checked .checkbox__box:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.checkbox.checkbox_hovered .checkbox__box {
  background: rgba(0, 0, 0, 0.3);
}

.checkbox.checkbox_hovered.checkbox_checked .checkbox__box {
  background: rgba(129, 103, 0, 0.6);
}

.checkbox.checkbox_disabled {
  cursor: default;
  color: #999;
}

.checkbox.checkbox_disabled .checkbox__box {
  background: rgba(0, 0, 0, 0.08);
}

.checkbox.checkbox_disabled .checkbox__box:before {
  display: none;
}

.checkbox.checkbox_disabled.checkbox_checked .checkbox__box {
  background: rgba(0, 0, 0, 0.15);
}

.checkbox.checkbox_disabled.checkbox_checked .checkbox__box:after {
  opacity: 0.4;
}

.deco__sh {
  -webkit-box-shadow: 0px 4px 15px 2px rgba(160, 127, 136, 0.3);
          box-shadow: 0px 4px 15px 2px rgba(160, 127, 136, 0.3);
}
.deco__tw {
  color: #fff;
}
.deco__w_700 {
  font-weight: 700;
}
.deco__i {
  font-style: italic;
}
.deco__b_b {
  position: relative;
}
.deco__b_b::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 994px) {
  .deco__b_b::after {
    width: 300px;
  }
}
.deco__b_b_f::after {
  width: 100%;
}
.deco__uline {
  text-decoration: underline;
}
.deco__bg_around {
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #1b3d50;
}
.deco__accent {
  color: #3bdcff;
}
.deco__font_alt {
  font-family: "Poppins", sans-serif;
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__row {
  width: 100%;
  margin-bottom: 25px;
}
.form__row_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__label_l {
  margin-right: 15px;
  width: calc(50% - 15px);
}
.form__label_r {
  margin-left: 15px;
  width: calc(50% - 15px);
}
.form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon {
  display: inline-block;
  min-width: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
}

.icon:empty:after {
  visibility: hidden;
  content: " ";
}

.icon > img,
.icon > svg {
  margin: -5.15em 0 -5em;
  vertical-align: middle;
}

/* .icon.icon_policy {
  width: 43px;
  height: 43px;

  background-image: url('../img/icons/icon_policy.png');
} */
.icon.icon_burger {
  width: 32px;
  height: 22px;
  background: #fff;
  -webkit-mask-image: url("../img/icons/icon_burger.svg");
          mask-image: url("../img/icons/icon_burger.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.icon.icon_close {
  width: 60px;
  height: 60px;
  background: #b8b8b8;
  -webkit-mask-image: url("../img/icons/icon_close.svg");
          mask-image: url("../img/icons/icon_close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.icon.icon_discord {
  width: 37px;
  height: 27px;
  background: #fff;
  -webkit-mask-image: url("../img/icons/icon__discord.svg");
          mask-image: url("../img/icons/icon__discord.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.icon.icon_twitter {
  width: 37px;
  height: 27px;
  background: #fff;
  -webkit-mask-image: url("../img/icons/icon__twitter.svg");
          mask-image: url("../img/icons/icon__twitter.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon.icon_twitter_passive {
  background: #b8b8b8;
}

.icon.icon_control {
  width: 55px;
  height: 55px;
  background: #fff;
  -webkit-mask-image: url("../img/icons/icon_control.svg");
          mask-image: url("../img/icons/icon_control.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  border: 1px solid #eee;
  background-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.input .input__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input .input__control {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #fff;
  border: 0;
  outline: none;
  background: none;
  font: inherit;
  line-height: inherit;
}

/*Стэйт полей*/
.input.input_view_error {
  border-color: red;
}

.input.input_view_success {
  border-color: green;
}

.input.input_focused {
  border-color: yellow;
}

/*Виды полей КОНЕЦ*/
/*Размеры полей*/
.input.input_width_available {
  width: 100%;
}
.input.input_width_available .input__control {
  width: 100%;
}

/*S - Начало*/
.input.input_size_s {
  font-size: 13px;
  line-height: 16px;
}

.input.input_size_s .input__control {
  height: 24px;
  padding: 0 7px;
}

/*S - КОНЕЦ*/
/*M - Начало*/
.input.input_size_m {
  font-size: 14px;
  line-height: 16px;
}

.input.input_size_m .input__control {
  height: 26px;
  padding: 0 8px;
}

/*M - КОНЕЦ*/
/*L - Начало*/
.input.input_size_l {
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
}

.input.input_size_l .input__control {
  height: 48px;
  padding: 0 10px;
}

/*L - КОНЕЦ*/
/*XL- Начало*/
.input.input_size_xl {
  font-size: 20px;
  line-height: 24px;
}

.input.input_size_xl .input__control {
  height: 36px;
  padding: 0 12px;
}

/*XL - КОНЕЦ*/
.label__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.label__inner_flat {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.label__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
}
.label__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*align-items: center;*/
}
.label__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.label__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.label__radio {
  width: 100%;
}
.label__select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.label.label_size_s .label__box {
  min-width: 130px;
}
.label.label_size_s .label__text {
  font-size: 13px;
}

.label.label_size_m .label__box {
  min-width: 150px;
}
.label.label_size_m .label__text {
  font-size: 14px;
}

.label.label_size_l .label__box {
  min-width: 165px;
}
.label.label_size_l .label__text {
  font-size: 16px;
}

.label.label_size_xl .label__box {
  min-width: 200px;
}
.label.label_size_xl .label__text {
  font-size: 20px;
}

.link {
  display: inline;
  text-decoration: none;
  color: #3bdcff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.link:hover {
  cursor: pointer;
  color: #4fbbeb;
}

.relative-box__inner {
  height: 100%;
  position: relative;
  margin-bottom: 25px;
}
.relative-box__ration {
  padding-top: 56.25%;
  height: 0;
}
.relative-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.text__paragraph {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 994px) {
  .text__paragraph {
    margin-bottom: 25px;
  }
}

.textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: inline-block;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-height: 10em;
  border-radius: 3px;
  /*background-color: white;*/
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border: 1px solid red;
  outline: none;
  color: darkblue;
  /*  trns($th, border-color, box-shadow); */
}

.textarea::-webkit-input-placeholder {
  color: #999;
  text-indent: 0;
}

.textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.textarea.textarea_focused {
  border-color: yellow;
  /*box-shadow: 0 0 0 1px gray;*/
}

.textarea.textarea_width_available {
  width: 100%;
  resize: vertical;
}

.textarea.textarea_size_s {
  font-size: 13px;
  line-height: 16px;
  padding-left: 6px;
}

.textarea.textarea_size_m {
  font-size: 13px;
  line-height: 18px;
  padding: 3px 5px;
}

.textarea.textarea_size_l {
  font-size: 15px;
  line-height: 20px;
  padding: 5px 7px;
}

.textarea.textarea_size_xl {
  font-size: 18px;
  line-height: 22px;
  padding-left: 11px;
}

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

.title_main .title__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (min-width: 994px) {
  .title_main .title__text {
    font-size: 36px;
    line-height: 46px;
  }
}

.title_sub .title__text {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .title_sub .title__text {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 994px) {
  .title_sub .title__text {
    font-size: 42px;
    line-height: 56px;
  }
}

.paragraph__item {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 994px) {
  .paragraph__item {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
  }
}
.paragraph__item_single {
  margin-bottom: 0;
}
@media screen and (min-width: 994px) {
  .paragraph__item_single {
    margin-bottom: 0;
  }
}

.paragraph.paragraph_size_s .paragraph__item {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 994px) {
  .paragraph.paragraph_size_s .paragraph__item {
    font-size: 16px;
    line-height: 22px;
  }
}

.logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -32px;
}
@media screen and (min-width: 994px) {
  .logo__inner {
    margin-right: 0;
  }
}
.logo__img {
  max-width: 240px;
}
@media screen and (min-width: 480px) {
  .logo__img {
    max-width: 100%;
  }
}
.logo__text {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

/* Блоки Верстки */
.section__inner {
  position: relative;
  z-index: 1;
}
.section__inner_top {
  z-index: 2;
}
.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .section__title {
    margin-bottom: 50px;
  }
}
.section__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .section__cell {
    margin-bottom: 50px;
  }
}
.section__number {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (min-width: 994px) {
  .section__number {
    font-size: 70px;
    line-height: 70px;
  }
}
.section__about {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .section__about {
    font-size: 24px;
    line-height: 30px;
  }
}
.section__text {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 994px) {
  .section__text {
    font-size: 30px;
    line-height: 40px;
  }
}
.section__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.banner__inner {
  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;
}
.banner__title-box {
  /*  position: relative;
  z-index: -1; */
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-size 0.5s;
  -o-transition: background-size 0.5s;
  transition: background-size 0.5s;
  text-align: center;
  background: url("/img/bg/bg_text.png");
  background-position: 50% 50%;
  -webkit-background-clip: text;
  background-size: 100%;
  -webkit-text-fill-color: transparent;
}
.banner__title-box:hover {
  background-size: 120%;
}
@media screen and (min-width: 994px) {
  .banner__title-box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner__title {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
}
@media screen and (min-width: 994px) {
  .banner__title {
    font-size: 140px;
    font-weight: 600;
    line-height: 120px;
  }
}
.banner__text {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (min-width: 994px) {
  .banner__text {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 40px;
  }
}
.banner__deco {
  margin-bottom: 50px;
}
.banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__deco {
  margin: 0 auto 25px;
}
@media screen and (min-width: 994px) {
  .about__deco {
    margin: 0 auto 50px;
  }
}

.token__numbers {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}
@media screen and (min-width: 994px) {
  .token__numbers {
    margin-bottom: 50px;
    font-size: 128px;
    line-height: 128px;
  }
}
.token__textbox {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .token__textbox {
    margin-bottom: 120px;
  }
}
.token__text {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
.token__text_big {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 994px) {
  .token__text_big {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 994px) {
  .token__text_l {
    font-size: 28px;
    line-height: 34px;
  }
}
.token__arrow-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 994px) {
  .token__arrow-box {
    margin-bottom: 50px;
  }
}
.token__control {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.token__diagram {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 994px) {
  .token__diagram {
    margin-bottom: 50px;
  }
}

.token.token_init .token__init {
  display: block;
}
.token.token_init .token__active {
  display: none;
}

.token.token_active .token__init {
  display: none;
}
.token.token_active .token__active {
  display: block;
}
.token.token_active .token__control {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.diagram__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.diagram__controlbox {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .diagram__controlbox {
    margin-bottom: 50px;
  }
}
.diagram__control {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.diagram__diagrambox {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .diagram__diagrambox {
    height: 450px;
    margin-bottom: 50px;
  }
}
.diagram__textbox {
  width: 100%;
  text-align: center;
}
.diagram__text {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 994px) {
  .diagram__text {
    font-size: 30px;
    line-height: 38px;
  }
}
.diagram__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.diagram__item_first {
  z-index: 2;
  width: 270px;
  height: 270px;
}
@media screen and (min-width: 994px) {
  .diagram__item_first {
    width: 450px;
    height: 450px;
  }
}
.diagram__item_second {
  z-index: 1;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 994px) {
  .diagram__item_second {
    width: 390px;
    height: 390px;
  }
}
.diagram__item_third {
  z-index: 3;
  width: 180px;
  height: 180px;
}
@media screen and (min-width: 994px) {
  .diagram__item_third {
    width: 250px;
    height: 250px;
  }
}
.diagram__svg {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.diagram__svg_first {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.diagram__svg_second {
  -webkit-transform: rotate(113deg);
      -ms-transform: rotate(113deg);
          transform: rotate(113deg);
}
.diagram__circle_first {
  opacity: 0.7;
  stroke-width: 70px;
}
.diagram__circle_second {
  opacity: 0.2;
  stroke: #188abb;
  stroke-width: 70px;
}
.diagram__circle_third {
  fill: #fff;
}
.diagram__value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #353945;
  font-size: 38px;
  font-weight: 700;
}

/* @property --p {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
 */
.pie {
  --p: 90;
  --b: 60px;
  --c: #399cdc;
  --w: 250px;
  --r: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-inline-grid;
  display: inline-grid;
  width: var(--w);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 25px;
  font-weight: bold;
  aspect-ratio: 1;
  place-content: center;
}
@media screen and (min-width: 994px) {
  .pie {
    width: var(--d-w);
  }
}

.pie:before,
.pie:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.pie:before {
  -webkit-transform: rotate(var(--r));
      -ms-transform: rotate(var(--r));
          transform: rotate(var(--r));
  opacity: 0.8;
  background: -o-radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  inset: 0;
  mix-blend-mode: multiply;
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}
@media screen and (min-width: 994px) {
  .pie:before {
    background: -o-radial-gradient(farthest-side, var(--d-c) 98%, rgba(0, 0, 0, 0)) top/var(--d-b) var(--d-b) no-repeat, conic-gradient(var(--d-c) calc(var(--d-p) * 1%), rgba(0, 0, 0, 0) 0);
    background: radial-gradient(farthest-side, var(--d-c) 98%, rgba(0, 0, 0, 0)) top/var(--d-b) var(--d-b) no-repeat, conic-gradient(var(--d-c) calc(var(--d-p) * 1%), rgba(0, 0, 0, 0) 0);
    inset: 0;
    mix-blend-mode: multiply;
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--d-b)), #000 calc(100% - var(--d-b)));
    mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--d-b)), #000 calc(100% - var(--d-b)));
  }
}

.pie:after {
  -webkit-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
      -ms-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
          transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
  background: var(--c);
  inset: calc(50% - var(--b) / 2);
}
@media screen and (min-width: 994px) {
  .pie:after {
    -webkit-transform: rotate(calc(var(--d-p) * 3.6deg)) translateY(calc(50% - var(--d-w) / 2));
        -ms-transform: rotate(calc(var(--d-p) * 3.6deg)) translateY(calc(50% - var(--d-w) / 2));
            transform: rotate(calc(var(--d-p) * 3.6deg)) translateY(calc(50% - var(--d-w) / 2));
    background: var(--d-c);
    inset: calc(50% - var(--d-b) / 2);
  }
}

.animate {
  -webkit-animation: p 1s 0.5s both;
          animation: p 1s 0.5s both;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@-webkit-keyframes p {
  from {
    --p: 0;
    --d-p: 0;
  }
}

@keyframes p {
  from {
    --p: 0;
    --d-p: 0;
  }
}
body {
  background: #ddd;
}

.phases__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 994px) {
  .phases__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.phases__title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .phases__title {
    margin-bottom: 30px;
  }
}
.phases__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 994px) {
  .phases__deco {
    margin-bottom: 50px;
  }
}
.phases__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .phases__list {
    max-width: 880px;
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 1434px) {
  .phases__list {
    max-width: 100%;
    margin-right: -80px;
    margin-left: -80px;
  }
}
.phases__item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 140px;
}
.phases__item:first-child::after {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  left: 50%;
  width: 78px;
  height: 49px;
  content: "";
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: url("/img/icons/icon__eth.svg") no-repeat;
}
@media screen and (min-width: 994px) {
  .phases__item:first-child::after {
    right: -50px;
    bottom: 50%;
    left: auto;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
}
@media screen and (min-width: 1434px) {
  .phases__item:first-child::after {
    right: -80px;
  }
}
@media screen and (min-width: 994px) {
  .phases__item {
    width: calc(50% - 100px);
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1434px) {
  .phases__item {
    width: calc(50% - 160px);
    margin-right: 80px;
    margin-left: 80px;
  }
}

.phase-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 500px;
}
.phase-item__inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 20px;
  -webkit-box-shadow: 0px 28px 23px 11px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 28px 23px 11px rgba(0, 0, 0, 0.15);
  mix-blend-mode: multiply;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}
.phase-item__img-row {
  position: absolute;
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 250px;
  padding: 30px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
.phase-item__img-box {
  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;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #1b3d50;
}
.phase-item__text-row {
  position: absolute;
  z-index: 1;
  bottom: 0;
  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;
  width: 100%;
  height: 250px;
  padding: 60px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 994px) {
  .phase-item__text-row {
    padding: 70px 15px;
  }
}
.phase-item__text {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
}
.phase-item__text-glow {
  -webkit-animation: glow 2s ease-in-out infinite alternate;
          animation: glow 2s ease-in-out infinite alternate;
  font-size: 64px;
  font-weight: 700;
  line-height: 46px;
}

.phase-item.phase-item_first .phase-item__inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#17376b), to(rgba(57, 156, 220, 0)));
  background: -o-linear-gradient(top, #17376b 0%, rgba(57, 156, 220, 0) 100%);
  background: linear-gradient(180deg, #17376b 0%, rgba(57, 156, 220, 0) 100%);
}

.phase-item.phase-item_second .phase-item__inner:after {
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d5783), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #2d5783 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #2d5783 0%, rgba(255, 255, 255, 0) 100%);
}

.phase-item.phase-item_init .phase-item__img.phase-item__img_active {
  display: none;
}
.phase-item.phase-item_init .phase-item__img.phase-item__img_init {
  display: block;
}

.phase-item.phase-item_active .phase-item__img-row {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.phase-item.phase-item_active .phase-item__img.phase-item__img_active {
  display: block;
}
.phase-item.phase-item_active .phase-item__img.phase-item__img_init {
  display: none;
}
.phase-item.phase-item_active .deco__bg_around {
  background-color: #fff;
}
.phase-item.phase-item_active .phase-item__text-row {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.benefit__item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .benefit__item {
    margin-bottom: 80px;
  }
}

.benefit-item__inner {
  position: relative;
  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;
}
.benefit-item__img-cell {
  position: relative;
  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;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}
.benefit-item__img-cell::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 20px;
  /* background: linear-gradient(
    180deg,
    #399cdc 0%,
    rgba(57, 156, 220, 0) 100%
  ); */
  background: -o-linear-gradient(247.92deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  background: linear-gradient(202.08deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  -webkit-box-shadow: 0px 28px 23px 11px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 28px 23px 11px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .benefit-item__img-cell {
    position: absolute;
    left: 0;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.benefit-item__img-box {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .benefit-item__img-box {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.benefit-item__text-cell {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit-item__text-cell {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 15px - 200px - 15px);
    height: 200px;
    margin-left: 200px;
    -moz-text-align-last: left;
         text-align-last: left;
    border-bottom: none;
  }
}
.benefit-item__text {
  max-width: 350px;
  padding-bottom: 15px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .benefit-item__text {
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.benefit-item.benefit-item_active .benefit-item__img-cell {
  width: 100%;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.work__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .work__item {
    width: calc(33.3333% - 50px);
    margin-right: 25px;
    margin-left: 25px;
  }
}

.work-item__inner {
  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;
  width: 300px;
  height: 300px;
  padding: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
  background: -o-linear-gradient(247.92deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  background: linear-gradient(202.08deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
}
.work-item__img {
  border-radius: 14px;
}

.work-item.work-item_active .work-item__inner {
  border-radius: 50%;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.menu__controller-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 994px) {
  .menu__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 50px;
  }
}
.menu__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (min-width: 994px) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
    padding-left: 0;
  }
}
.menu__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (min-width: 994px) {
  .menu__soc {
    padding-right: 0;
    padding-left: 0;
  }
}
.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item-text {
  padding: 15px 10px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  color: #b8b8b8;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.menu__item-text:hover {
  color: #353945;
}
@media screen and (min-width: 994px) {
  .menu__item-text {
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 994px) {
  .menu__item-text {
    font-size: 20px;
  }
}
.menu__item-icon {
  padding: 30px 10px;
}
@media screen and (min-width: 994px) {
  .menu__item-icon {
    padding: 20px;
  }
}
.menu__icon.icon {
  width: 50px;
  height: 35px;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  background: #b8b8b8;
}
.menu__icon.icon:hover {
  background: #353945;
}

.feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.feature__item {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.feature__item:nth-child(1) {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.feature__item:nth-child(6) {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
@media screen and (min-width: 994px) {
  .feature__item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 994px) {
  .feature__item:nth-child(1) {
    border-top-left-radius: 70px;
    border-top-right-radius: 12px;
  }
  .feature__item:nth-child(2) {
    border-top-left-radius: 12px;
    border-top-right-radius: 70px;
  }
  .feature__item:nth-child(5) {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 70px;
  }
  .feature__item:nth-child(6) {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 12px;
  }
}
.feature__title {
  margin-bottom: 25px;
  margin-top: 50px;
}

.feature-item__inner {
  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;
  height: 100%;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
}
.feature-item__imgcell {
  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;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .feature-item__imgcell {
    width: 180px;
    margin: 15px;
    margin-bottom: 0;
  }
}
.feature-item__imgbox {
  position: relative;
  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;
  width: 180px;
  height: 180px;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  border-radius: 50%;
  background: -o-linear-gradient(237.01deg, #111631 -12.11%, #317296 16.63%, #085788 50.64%, #085788 71.51%), #d9d9d9;
  background: linear-gradient(212.99deg, #111631 -12.11%, #317296 16.63%, #085788 50.64%, #085788 71.51%), #d9d9d9;
}
.feature-item__img {
  position: absolute;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.feature-item__img_init {
  opacity: 1;
}
.feature-item__img_hover {
  opacity: 0;
}
.feature-item__textcell {
  width: 100%;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 994px) {
  .feature-item__textcell {
    width: calc(100% - 180px - 30px - 30px);
    margin: 15px;
    text-align: left;
  }
}
.feature-item__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 994px) {
  .feature-item__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.feature-item.feature-item_active .feature-item__inner {
  background-color: #1e2a31;
}
.feature-item.feature-item_active .feature-item__textcell {
  color: #fff;
}
.feature-item.feature-item_active .feature-item__imgbox {
  background: #fff;
}
.feature-item.feature-item_active .feature-item__img_init {
  opacity: 0;
}
.feature-item.feature-item_active .feature-item__img_hover {
  opacity: 1;
}

.map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 994px) {
  .map__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.map__row {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 994px) {
  .map__row {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.map-row__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 994px) {
  .map-row__inner {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
.map-row__cell {
  width: 100%;
}
@media screen and (min-width: 994px) {
  .map-row__cell {
    width: 50%;
  }
}
.map-row__span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0;
  padding: 35px 15px;
  border-radius: 40px;
}
.map-row__span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 40px;
  background: -o-linear-gradient(247.92deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  background: linear-gradient(202.08deg, rgba(50, 164, 235, 0.7) 0.83%, rgba(11, 118, 184, 0.7) 97.41%);
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.map-row__span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  border-radius: 40px;
  background: #353945;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.map-row__span:hover::before {
  opacity: 0;
}
.map-row__span:hover::after {
  opacity: 1;
}
@media screen and (min-width: 994px) {
  .map-row__span {
    width: calc(100% - 25px);
    margin-right: 25px;
    margin-left: 0;
  }
}
.map-row__img {
  position: relative;
  z-index: 1;
}
.map-row__textbox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
.map-row__text-line {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (min-width: 994px) {
  .map-row__text-line {
    font-size: 22px;
    line-height: 22px;
  }
}
.map-row__deco {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 994px) {
  .map-row__deco::after {
    position: absolute;
    top: calc(50% - 4px);
    left: -25px;
    width: 262.5px;
    height: 48.5px;
    content: "";
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-top-right-radius: 60px;
  }
}

@media screen and (min-width: 994px) {
  .map-row:nth-child(even) .map-row__deco::after {
    right: -25px;
    left: auto;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.map-row:nth-child(even) .map-row__span {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 994px) {
  .map-row:nth-child(even) .map-row__span {
    width: calc(100% - 25px);
    margin-right: 0;
    margin-left: 25px;
  }
}
.map-row:nth-child(even) .map-row__textbox {
  margin-right: 15px;
  margin-left: 0;
  text-align: right;
}
@media screen and (min-width: 994px) {
  .map-row:nth-child(even) .map-row__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.map-row:last-child .map-row__deco {
  display: none;
}

.mint__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mint__item {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 12px;
}

.mint-item__inner {
  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;
  height: 100%;
  padding: 25px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  color: #000;
  background-color: #fff;
}
.mint-item__row {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.mint-item__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 994px) {
  .mint-item__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.mint-item.mint-item_active .mint-item__inner {
  color: #fff;
  background-color: #1e2a31;
}

/* Навигация */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: auto;
  min-height: 100%;
}

body {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}