a {
  -webkit-transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  text-decoration: underline;
}

.body {
  background-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.section {
  padding: 100px 20px 120px;
}

.section.h-sec {
  overflow: hidden;
  height: 100vh;
  padding-top: 122px;
  padding-bottom: 94px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 0%, #353455, #000 80%);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #353455, #000 80%);
}

.section.sec-adv {
  padding-top: 26px;
}

.section.sec-viol {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #3a224c;
}

.section.s-team {
  overflow: hidden;
  background-color: #19073d;
}

.section.sec-f {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 2;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link {
  margin-right: 40px;
  margin-left: 0px;
  padding: 0px;
  color: #c0bfdb;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ff4b6d;
}

.nav-link.nl-lang {
  margin-right: 0px;
  margin-left: 40px;
}

.nav-link.nl-lang.w--current {
  color: #fff;
}

.h-logo {
  margin-left: -9px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 68px;
  line-height: 72px;
  font-weight: 300;
}

.h2.h2-1 {
  margin-top: 80px;
}

.h2.h2-2 {
  margin-top: 200px;
}

.head-subt {
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
}

.head-subt.hs2 {
  margin-top: 70px;
  line-height: 32px;
}

.btn {
  margin-top: 50px;
  padding: 12px 40px 16px;
  border-radius: 100px;
  background-color: #ff4b6d;
  background-image: -webkit-linear-gradient(270deg, rgba(217, 64, 154, 0), #d9409a);
  background-image: linear-gradient(180deg, rgba(217, 64, 154, 0), #d9409a);
  box-shadow: 0 25px 45px -5px rgba(218, 64, 153, .3);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  text-decoration: none;
}

.btn:hover {
  background-color: #d9409a;
  box-shadow: none;
}

.btn.b-f {
  width: 200px;
  height: 50px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.btn.b-f:hover {
  border-color: #ff4b6d;
  background-color: #d62d4d;
}

.head-small-text {
  margin-top: 5px;
  color: #c0bfdb;
  font-size: 14px;
  line-height: 18px;
}

.romb1 {
  position: absolute;
  left: -189px;
  top: -272px;
  z-index: -1;
  width: 24vw;
  min-width: 300px;
}

.romb-img {
  width: 100%;
}

.romb2 {
  position: absolute;
  top: -10vw;
  right: -41vw;
  z-index: -1;
  width: 80vw;
  max-width: 1600px;
}

.tokens-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.token-bar {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .2);
}

.bar-line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 60%;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
}

.bar-point {
  position: absolute;
  top: -6px;
  /*right: -5px;*/
  bottom: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 20px;
}

.stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21.2%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stage.s2 {
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stage-text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
}

.stage-line {
  width: 1.25px;
  height: 11px;
  background-color: hsla(0, 0%, 100%, .2);
}

._2-col-p {
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.adv-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.item-1-3.item3 {
  padding-right: 20px;
  padding-left: 20px;
}

.adv-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viol-text {
  max-width: 755px;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}

.viol-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 184px;
  height: 126px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/iz-red-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._2-col-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ico-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 556px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ico-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ico-lines {
  width: 3px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ico-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-linear-gradient(270deg, #000, #a5dfff);
  background-image: linear-gradient(180deg, #000, #a5dfff);
}

.ico-line.il2 {
  height: 42%;
  background-image: -webkit-linear-gradient(270deg, #c82241, #ac32d0);
  background-image: linear-gradient(180deg, #c82241, #ac32d0);
}

.ico-line.il3 {
  height: 43%;
  background-image: -webkit-linear-gradient(270deg, rgba(91, 76, 255, .5), #9749d1);
  background-image: linear-gradient(180deg, rgba(91, 76, 255, .5), #9749d1);
}

.ico-circle {
  width: 5px;
  height: 5px;
  margin-left: -1px;
  border-radius: 10px;
  background-color: #fff;
}

.ico-stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ico-stage.is2 {
  margin-top: 20px;
}

.ico-stage.is3 {
  margin-top: 20px;
}

.ico-titile {
  font-size: 32px;
  line-height: 40px;
}

.ico-titile.ist1 {
  width: 75px;
}

.ico-stage-text {
  margin-left: 64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico-p {
  margin-bottom: 0px;
}

.ico-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._2-col-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._1-col-p {
  max-width: 460px;
  margin-right: 20px;
  margin-bottom: 0px;
}

._1-col-p._1cp-1 {
  margin-right: 0px;
  margin-left: 20px;
}

.team-p {
  display: block;
  max-width: 860px;
  margin: 60px auto 0px;
  text-align: center;
}

.team-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.team-img {
  width: 120px;
  margin-bottom: 30px;
}

.name {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
}

.team-romb1 {
  position: absolute;
  left: -12vw;
  top: -24vw;
  z-index: -1;
  width: 50vw;
  max-width: 1200px;
  min-width: 600px;
}

.team-romb2 {
  position: absolute;
  right: -105px;
  bottom: -78px;
}

.f-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-menu-link {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.f-menu-link:hover {
  color: #ff4b6d;
}

.f-3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-p {
  max-width: 280px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .7);
}

.footer-p.fp3 {
  max-width: 310px;
}

.f-cont-link {
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
}

.f-cont-link:hover {
  color: #ff4b6d;
}

.f-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.f-link {
  margin-right: 40px;
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
}

.f-link:hover {
  color: #ff4b6d;
}

.f-copyr {
  color: hsla(0, 0%, 100%, .7);
}

.f-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._2-cop-span {
  display: block;
  font-weight: 700;
}

.ico-r-titile {
  font-size: 24px;
  line-height: 40px;
}

.ico-diag {
  margin-top: 10px;
}

.ico-r-table {
  width: 100%;
  max-width: 365px;
  margin-top: -19px;
}

.ico-r-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.ico-r-circle {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #9b21ee;
}

.ico-r-circle.c2 {
  background-color: #ceeeff;
}

.ico-r-circle.c3 {
  background-color: #e7e0ff;
}

.ico-r-circle.c4 {
  background-color: #dec2ff;
}

.ico-r-circle.c5 {
  background-color: #d49cff;
}

.ico-r-circle.c6 {
  background-color: #ffcaee;
}

.ico-r-circle.c7 {
  background-color: #ff8dbc;
}

.ico-r-circle.c8 {
  background-color: #f76598;
}

.ico-r-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico-r-text.ico-r-perc {
  width: 32px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  text-align: right;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  width: 100%;
  margin: 40px auto 0px;
}

.text-field {
  height: 50px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #ff4b6d;
  font-size: 16px;
}

.text-field:focus {
  border-bottom-color: #ff4b6d;
}

.success-message {
  height: 50px;
  padding: 10px;
  background-color: transparent;
  color: #ff4b6d;
}

.error-message {
  padding: 0px;
  background-color: transparent;
  color: #ff4b6d;
  line-height: 16px;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 362px;
  max-width: 640px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: url('../images/pop-up-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .5);
  font-size: 24px;
  line-height: 31px;
}

.pop-up-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pop-up-link:hover {
  color: hsla(0, 0%, 100%, .5);
}

.teleg-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #fff;
  border-radius: 200px;
}

.plain-ico {
  margin-top: 2px;
  margin-left: -7px;
}

.cross {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.cross:hover {
  opacity: 0.5;
}

html.w-mod-js *[data-ix="pop-up"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .section.sec-f {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-lang {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-link {
    margin-right: 20px;
  }
  .h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .h2.h2-2 {
    margin-top: 100px;
  }
  .head-subt {
    font-size: 20px;
    line-height: 24px;
  }
  .romb1 {
    left: -149px;
    top: -200px;
    width: 250px;
    min-width: 0px;
  }
  .romb2 {
    right: -40vw;
    width: 85vw;
    min-width: 800px;
  }
  ._2-col-p {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .item-1-3 {
    padding-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .viol-text {
    font-size: 28px;
  }
  ._2-col-ico {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
  }
  .ico-left {
    width: auto;
    margin-right: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ico-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ico-lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ico-line {
    height: 40px;
  }
  .ico-line.il2 {
    height: 200px;
  }
  .ico-line.il3 {
    height: 200px;
  }
  .ico-stages {
    max-width: 460px;
    padding-top: 0px;
  }
  .ico-stage {
    height: 200px;
    margin-top: 24px;
  }
  .ico-stage.is2 {
    margin-top: 0px;
  }
  .ico-stage.is3 {
    height: auto;
    margin-top: 0px;
  }
  .ico-titile {
    font-size: 21px;
    line-height: 30px;
  }
  .ico-titile.ist1 {
    width: 55px;
  }
  .ico-stage-text {
    margin-left: 10px;
  }
  .ico-r {
    width: auto;
    max-width: 370px;
    min-width: 310px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._2-col-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .team-p {
    margin-top: 40px;
  }
  .team-items {
    margin-top: 40px;
  }
  .name {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
  }
  .f-menu-link {
    font-size: 21px;
    line-height: 28px;
  }
  .f-3col {
    margin-top: 40px;
  }
  .footer-p {
    max-width: 190px;
  }
  .footer-p.fp3 {
    max-width: 210px;
  }
  .ico-r-titile {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }
  .ico-diag {
    max-width: 360px;
    margin-top: 10px;
  }
  .ico-r-table {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .body {
    font-size: 15px;
    line-height: 25px;
  }
  .section {
    padding: 40px 30px 60px;
  }
  .section.h-sec {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section.sec-adv {
    padding-top: 20px;
  }
  .section.sec-viol {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.sec-f {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar {
    top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, .3);
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, .8);
  }
  .nav-lang {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    margin-right: 0px;
    padding: 5px 10px;
  }
  .nav-link.nl-lang {
    margin-right: 20px;
    margin-left: 0px;
    padding: 0px;
  }
  .h-logo {
    width: 167px;
  }
  .h2 {
    font-size: 42px;
    line-height: 55px;
    text-align: center;
  }
  .h2.h2-1 {
    margin-top: 40px;
    text-align: center;
  }
  .h2.h2-2 {
    margin-top: 60px;
  }
  .head-subt {
    font-size: 18px;
    line-height: 21px;
  }
  .head-subt.hs2 {
    margin-top: 40px;
  }
  .btn {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .btn.b-f {
    height: 40px;
    line-height: 16px;
  }
  .romb2 {
    top: -100px;
    right: -260px;
    width: 690px;
    max-width: 100%;
    min-width: 0px;
  }
  .tokens-wrap {
    max-width: 600px;
  }
  ._2-col-p {
    max-width: 600px;
    margin-top: 20px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .adv-items {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item-1-3 {
    width: 100%;
    max-width: 320px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .adv-ico {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .adv-ico.ai1 {
    width: 48px;
  }
  .adv-ico.ai3 {
    width: 47px;
  }
  .viol-text {
    max-width: 480px;
    font-size: 18px;
    line-height: 30px;
  }
  .viol-img {
    width: 144px;
    height: 96px;
    margin-top: 30px;
  }
  ._2-col-ico {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ico-left {
    width: 100%;
    max-width: 600px;
    margin-right: 0px;
  }
  .ico-wrap {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ico-lines {
    margin-right: 10px;
    padding-bottom: 10px;
  }
  .ico-line.il2 {
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ico-line.il3 {
    height: 160px;
  }
  .ico-stage {
    height: 160px;
  }
  .ico-stage.is2 {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ico-stage.is3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ico-titile {
    font-size: 18px;
    line-height: 24px;
  }
  .ico-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    min-width: 0px;
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ._2-col-text {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._1-col-p {
    width: 100%;
    max-width: 600px;
    margin-right: 0px;
  }
  ._1-col-p._1cp-1 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .team-p {
    max-width: 600px;
    margin-top: 20px;
  }
  .team-items {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .team-img {
    width: 90px;
    margin-bottom: 10px;
  }
  .f-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-menu-link {
    margin-top: 15px;
    font-size: 18px;
    line-height: 21px;
  }
  .f-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-p {
    max-width: 320px;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-p.fp3 {
    max-width: 320px;
  }
  .f-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .f-link {
    margin-top: 10px;
    margin-right: 0px;
  }
  .f-copyr {
    margin-top: 20px;
  }
  .f-bot {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    padding: 15px;
    background-color: transparent;
    color: #c0bfdb;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #ff4b6d;
  }
  .text-field {
    height: 40px;
    margin-right: 30px;
    line-height: 20px;
  }
  .pop-up {
    z-index: 50;
    height: auto;
    max-width: 480px;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 24px;
  }
  .pop-up-link {
    margin-top: 10px;
  }
  .teleg-circle {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .plain-ico {
    width: 40px;
    margin-left: -3px;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 14px;
    line-height: 21px;
  }
  .section {
    overflow: hidden;
    padding: 30px 15px 40px;
  }
  .section.h-sec {
    background-image: -webkit-radial-gradient(circle farthest-corner at 0% 0%, #353455, #000 80%);
    background-image: radial-gradient(circle farthest-corner at 0% 0%, #353455, #000 80%);
  }
  .section.sec-viol {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h-logo {
    width: 120px;
  }
  .h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .head-subt {
    text-align: center;
  }
  .btn {
    margin-top: 30px;
  }
  .btn.b-f {
    margin-top: 30px;
  }
  .romb2 {
    top: 290px;
    right: -100px;
  }
  .item-1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .viol-text {
    font-size: 16px;
  }
  .viol-img {
    width: 94px;
    height: 66px;
    margin-top: 30px;
  }
  .ico-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ico-wrap {
    max-width: 320px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ico-lines {
    margin-right: 10px;
  }
  .ico-line {
    height: 40px;
  }
  .ico-line.il2 {
    height: 180px;
  }
  .ico-line.il3 {
    height: 185px;
  }
  .ico-stage {
    height: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ico-stage.is2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ico-stage.is3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ico-titile {
    font-size: 18px;
    line-height: 24px;
  }
  .ico-titile.ist1 {
    width: auto;
    margin-right: 10px;
  }
  .ico-stage-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ico-r {
    margin-top: 40px;
  }
  ._2-col-text {
    margin-top: 20px;
  }
  .team-items {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .f-menu-link {
    font-size: 16px;
  }
  .f-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .ico-r-titile {
    font-size: 18px;
    line-height: 24px;
  }
  .ico-diag {
    max-width: 300px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-block {
    max-width: 320px;
  }
  .text-field {
    width: 100%;
    max-width: 200px;
    margin-right: 0px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0px;
    text-align: center;
  }
  .error-message {
    text-align: center;
  }
}
