/*
  Author: Dima Luzanov;
 */
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;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

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

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-chevron {
  width: 1.29em;
  height: 1em;
  fill: #FFF;
}

.icon-facebook {
  width: 0.56em;
  height: 1em;
  fill: #FFF;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-linkedin {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-next {
  width: 0.62em;
  height: 1em;
  fill: #5C2D91;
}

.icon-telegram {
  width: 1.13em;
  height: 1em;
  fill: #FFF;
}

.icon-twitter {
  width: 1.2em;
  height: 1em;
  fill: #FFF;
}

.icon-youtube {
  width: 1.36em;
  height: 1em;
  fill: #FFF;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center center;
    transform-origin: center center;
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

body {
  min-width: 320px;
  background: #f7f7f7;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #181717;
  line-height: 1.625;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.out {
  overflow: hidden;
}

.center {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

.stats {
  position: fixed;
  top: calc(50% - 38px);
  right: 22px;
  z-index: 99;
}

.stats__btn {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: url(../img/bg-button.jpg) no-repeat 50% 50%/102% 102%;
  font-size: 0;
  transition: opacity .2s;
}

.stats__btn:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: border-color .2s;
}

.stats__btn:after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/openblock-sm.png) no-repeat 50% 50%/contain;
}

.stats__btn:hover {
  opacity: .7;
}

.stats__btn.active:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.stats__drop {
  display: none;
  position: absolute;
  top: 50%;
  right: 98px;
  width: 260px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.stats__drop.visible {
  display: block;
}

.stats__drop.visible .stats__item {
  opacity: 1;
}

.stats__item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 65px rgba(68, 68, 173, 0.09);
  opacity: 0;
  transition: opacity .2s;
}

.stats__item:not(:last-child) {
  margin-bottom: 10px;
}

.stats__item:nth-child(2) {
  transition-delay: .1s;
}

.stats__item:nth-child(3) {
  transition-delay: .2s;
}

.stats__head {
  height: 47px;
  background-image: linear-gradient(to right, #4a42ac 0%, #2a4bb7 100%);
  border-radius: 7px 7px 0px 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: white;
  line-height: 47px;
}

.stats__body {
  padding: 11px 0;
  line-height: 1.2;
}

.stats__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.stats__col:first-child {
  text-align: center;
}

.stats__time {
  font-size: 18px;
  font-weight: 700;
}

.stats__date {
  font-size: 14px;
  font-weight: 600;
  color: #6f6f6f;
}

.stats__value {
  font-size: 18px;
  font-weight: 700;
}

.stats__percent {
  font-size: 24px;
  color: #39d420;
}

.stats__percent.red {
  color: #fd001e;
}

.stats__foot {
  display: block;
  padding: 9px 10px 8px;
  border-top: 1px solid #f0f0f0;
  font-weight: 600;
  color: #181717;
  text-align: center;
}

.socials {
  position: fixed;
  right: 32px;
  bottom: 32px;
  padding: 10px;
  background: rgba(247, 247, 247, 0.4);
  border: 1px solid rgba(0, 91, 170, 0.11);
  border-radius: 28px;
  z-index: 89;
}

.socials__item {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  background-image: linear-gradient(125deg, #005baa 0%, #5c2d91 100%);
  border-radius: 50%;
  transition: opacity .2s;
}

.socials__item:not(:last-child) {
  margin-bottom: 10px;
}

.socials__item:hover {
  opacity: .7;
}

.socials__item .icon {
  font-size: 14px;
  margin: auto;
}

.socials__item .icon-telegram, .socials__item .icon-twitter {
  font-size: 15px;
}

.socials__item .icon-instagram, .socials__item .icon-facebook {
  font-size: 18px;
}

.btn {
  display: inline-block;
  min-width: 275px;
  padding: 17px 30px 16px;
  background: #5c2d91;
  border-radius: 5px;
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.06);
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: opacity .2s;
}

.btn:hover {
  opacity: .9;
}

.action {
  display: inline-block;
  min-width: 215px;
  margin-right: 10px;
  padding: 17px 20px;
  background: white;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5c2d91;
  transition: opacity .2s;
}

.action:hover {
  opacity: .7;
}

.action_stroke {
  background: transparent;
  color: white;
}

.lang {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.lang__head {
  padding: 6px;
  white-space: nowrap;
  cursor: pointer;
}

.lang__head:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 8px;
  height: 6px;
  margin-left: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiPiAgPHBvbHlnb24gZmlsbD0iI0ZGRiIgcG9pbnRzPSI0LjI1IDMuNTQzIDggLjE5MSA4IDEuNjI1IDQuMjUgNS4wODUgLjUgMS42MiAuNSAuMTkxIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.lang__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 6px;
}

.lang__item {
  display: block;
  padding: 6px;
  color: #181717;
}

.lang:hover .lang__drop {
  display: block;
}

.title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.logo {
  display: block;
  width: 188px;
  height: 37px;
  background: url(../img/openblock.png) no-repeat 50% 50%/contain;
}

.main {
  position: relative;
  background: url(../img/bg-main.jpg) no-repeat 50% 50%/cover;
  color: white;
  z-index: 20;
}

.main__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding: 9px 0;
  -ms-flex-align: center;
  align-items: center;
}

.main__logo {
  margin-right: 60px;
}

.main__toggle {
  display: none;
  position: relative;
  background: none;
  z-index: 30;
}

.main__toggle.active .main__burger:before {
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.main__toggle.active .main__burger span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main__toggle.active .main__burger:after {
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.main__toggle.active .main__label {
  display: none;
}

.main__toggle.active .main__label:last-child {
  display: block;
}

.main__burger, .main__labels {
  display: inline-block;
  vertical-align: middle;
}

.main__burger {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 22px;
  padding-top: 4px;
}

.main__burger:before, .main__burger:after,
.main__burger span {
  display: block;
  width: 30px;
  height: 1px;
  background: white;
  transition: transform .2s, width .2s;
}

.main__burger:before, .main__burger:after {
  content: '';
}

.main__burger span {
  margin: 9px 0;
}

.main__labels {
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.main__label:last-child {
  display: none;
}

.main__nav {
  display: -ms-flexbox;
  display: flex;
}

.main__link {
  margin-right: 17px;
  padding: 10px 6px 8px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: white;
  transition: border-color .2s;
}

.main__link:hover {
  border-color: white;
}

.main__socials {
  display: none;
}

.main__social {
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin: 0 30px;
  background: white;
  border-radius: 50%;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}

.main__social .icon {
  margin: auto;
  fill: #5c2d91;
}

.main__lang {
  margin-left: auto;
}

.main__btn {
  min-height: 40px;
  min-width: 179px;
  margin-left: 20px;
  padding: 10px;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  transition: opacity .2s;
}

.main__btn:hover {
  opacity: .7;
}

.main__container {
  position: relative;
  z-index: 2;
}

.main__preview {
  position: absolute;
  top: 160px;
  left: 640px;
  width: 45%;
  z-index: -2;
}

.main__pic {
  display: block;
}

.main__pic:not(:first-child) {
  position: absolute;
}

.main__pic:nth-child(2) {
  left: 6.2%;
  bottom: 57%;
  width: 9%;
}

.main__pic:nth-child(3) {
  left: 23.8%;
  bottom: 96%;
  width: 8%;
}

.main__pic:nth-child(4) {
  left: 85.4%;
  bottom: 69%;
  width: 9%;
}

.main__pic:nth-child(5) {
  bottom: 49%;
  left: -1.1%;
  width: 102.1%;
  opacity: .9;
}

.main__content {
  max-width: 670px;
}

.main__title {
  margin-bottom: 15px;
}

.main__actions {
  display: -ms-flexbox;
  display: flex;
  margin: 48px 0 26px;
}

.main__action:not(:last-child) {
  margin-right: 10px;
}

.main__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.main__col:first-child {
  width: 596px;
}

.main__col:last-child {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 596px);
}

.main__group {
  padding: 25px 28px 22px;
  background: rgba(101, 68, 194, 0.7);
  border-radius: 5px;
}

.main__vlink {
  margin: auto 66px 7px auto;
}

.main__foot {
  height: 45px;
}

.main.animation .main__pic:nth-child(2), .main.animation .main__pic:nth-child(3), .main.animation .main__pic:nth-child(4) {
  animation: main 2s linear infinite;
}

.main.animation .main__pic:nth-child(3) {
  animation-delay: .5s;
}

.main.animation .main__pic:nth-child(4) {
  animation-delay: 1s;
}

@keyframes main {
  0, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40%);
  }
}

.vlink {
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 5px;
  color: white;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.vlink__wrap {
  padding-right: 12px;
  text-align: right;
}

.vlink__title {
  font-size: 18px;
  line-height: 1.3;
}

.vlink__time {
  font-size: 14px;
  opacity: .4;
}

.vlink__preview {
  position: relative;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
}

.vlink__preview:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.06);
}

.vlink__pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .5;
  object-fit: cover;
}

.timer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -ms-flex-align: center;
  align-items: center;
}

.timer__title {
  padding: 0 30px 27px 0;
  line-height: 1.125;
  -ms-flex: 0 0 124px;
  flex: 0 0 124px;
}

.timer__wrap {
  position: relative;
  text-align: center;
  -ms-flex: 0 0 calc(100% - 124px);
  flex: 0 0 calc(100% - 124px);
}

.timer__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timer__row:first-child {
  min-height: 49px;
}

.timer__row:last-child {
  margin-top: 6px;
  font-size: 14px;
  color: #C5B9E7;
  opacity: .6;
}

.timer__col {
  display: -ms-flexbox;
  display: flex;
  padding: 0 6px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.timer__val {
  height: 49px;
  background: #734ddb;
  border-radius: 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 49px;
  -ms-flex: 0 0 calc(50% - 2px);
  flex: 0 0 calc(50% - 2px);
}

.timer__val:first-child {
  margin-right: 4px;
  font-size: 0;
}

.timer__val:first-child:first-letter {
  font-size: 30px;
}

.timer__val:last-child:first-letter {
  font-size: 0;
}

.progress {
  height: 44px;
  background: #734ddb;
  border-radius: 3px;
}

.progress__range {
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-left: 10px;
  background-image: linear-gradient(to right, #734ddb 0%, white 99%, white 100%);
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 24px rgba(196, 178, 219, 0.22);
  color: #181717;
  text-align: right;
  line-height: 1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.progress__logo {
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin: 0 -22px 0 11px;
  border-radius: 50%;
  background: #6642bb;
  box-shadow: 0 0 35px rgba(196, 178, 219, 0.22);
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
}

.progress__logo:before {
  content: '';
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../img/openblock-sm.png) no-repeat 50% 50%/contain;
}

.logos {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 29px 42px;
  background: #46226f;
  border-radius: 5px;
  box-shadow: -0.5px -10px 38px rgba(81, 63, 172, 0.19);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 4;
}

.logos__item {
  font-size: 0;
}

.logos__pic {
  max-width: 100%;
}

.video {
  display: block;
  position: relative;
  border-radius: 8px;
  color: white;
  overflow: hidden;
}

.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(126deg, rgba(0, 91, 170, 0.37) 0%, rgba(92, 45, 145, 0.37) 100%);
  border-radius: 8px;
}

.video:hover .video__play {
  opacity: .7;
}

.video:hover .video__iframe {
  opacity: 1;
}

.video__pic {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.video__play, .video__date, .video__time, .video__counter {
  position: absolute;
  z-index: 2;
}

.video__play {
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.06);
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .2s;
}

.video__play:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.06);
}

.video__play:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 6px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #5c2d91;
}

.video__date {
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}

.video__time {
  right: 0;
  bottom: 0;
  padding: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.video__counter {
  left: 0;
  bottom: calc(100% + 20px);
  width: 20px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.video__iframe, .video__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video__btn {
  opacity: .2;
  background: red;
  z-index: 99;
}

.video_how .video__play {
  width: 68px;
  height: 68px;
}

.whatis {
  padding: 204px 0 162px;
}

.whatis__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -ms-flex-align: center;
  align-items: center;
}

.whatis__col {
  padding: 0 25px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.whatis__col:last-child {
  padding-bottom: 40px;
}

.content ul {
  counter-reset: decimals;
  font-weight: 600;
  line-height: 1.625;
}

.content li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.content li:before {
  counter-increment: decimals;
  content: counter(decimals);
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  font-size: 14px;
  color: #fd001e;
  text-align: center;
  line-height: 22px;
}

.content li p {
  margin: 10px 0 0 -30px;
  font-weight: 400;
}

.content_green li:before {
  color: #39d420;
}

.benefits {
  position: relative;
  padding: 50px 0 40px;
  background: url("../img/bg-benefits.jpg") no-repeat 50% 50%/cover;
  color: white;
}

.benefits:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.benefits__container {
  position: relative;
}

.benefits__row {
  display: -ms-flexbox;
  display: flex;
}

.benefits__col {
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.benefits__col:last-child {
  margin-left: auto;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
}

.benefits__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.benefits__preview {
  position: absolute;
  top: 50%;
  left: 325px;
  right: 350px;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.benefits__pic {
  display: block;
  width: 100%;
}

.benefits__pic:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.benefits__pic:nth-child(2) {
  top: 10%;
  left: 18%;
  width: 59%;
  opacity: 0;
}

.benefits__pic:nth-child(3) {
  width: 25%;
  top: 32%;
  left: 24%;
}

.benefits__pic:nth-child(4) {
  width: 21.7%;
  top: 33%;
  left: 10%;
}

.benefits.animation .benefits__pic:nth-child(2) {
  animation: benefits-light 7s linear infinite;
}

.benefits.animation .benefits__pic:nth-child(3) g > *:nth-child(4n+1) {
  animation: benefits 1s linear infinite;
}

.benefits.animation .benefits__pic:nth-child(3) g > *:nth-child(4n-1) {
  animation: benefits 1s .5s linear infinite;
}

@keyframes benefits {
  0, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
}

@keyframes benefits-light {
  0%, 4%, 8%, 100% {
    opacity: 0;
  }
  2%, 6%, 10%, 98% {
    opacity: 1;
  }
}

.features {
  padding: 110px 0;
}

.features__container {
  position: relative;
  overflow: visible;
  z-index: 4;
}

.features__container.animated .features__path path {
  animation: features-dash 2.5s linear forwards;
}

.features__container.animated .features__path circle {
  display: block;
}

.features__container.animated .features__col {
  opacity: 1;
}

.features__container.animated .features__col:nth-child(1) {
  transition-delay: .3s;
}

.features__container.animated .features__col:nth-child(2) {
  transition-delay: .55s;
}

.features__container.animated .features__col:nth-child(3) {
  transition-delay: .8s;
}

.features__container.animated .features__col:nth-child(4) {
  transition-delay: 1.05s;
}

.features__container.animated .features__col:nth-child(5) {
  transition-delay: 2.6s;
}

.features__container.animated .features__col:nth-child(6) {
  transition-delay: 2.3s;
}

.features__container.animated .features__col:nth-child(7) {
  transition-delay: 2s;
}

.features__path {
  position: absolute;
  top: 49%;
  left: 53%;
  width: 132%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}

.features__path:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 24px;
  height: 24px;
  background: #f7f7f7;
  pointer-events: none;
}

.features__path svg {
  display: block;
  width: 100%;
}

.features__path path {
  stroke-dasharray: 3094;
  stroke-dashoffset: 3094;
}

.features__path circle {
  display: none;
}

.features__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features__col {
  margin-bottom: 70px;
  opacity: 0;
  transition: opacity .2s;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.features__col:nth-child(1) .features__pic:nth-child(2) {
  left: 33.5%;
  bottom: 19.5%;
  width: 37%;
}

.features__col:nth-child(1) .features__pic:nth-child(3) {
  left: 28%;
  bottom: 15%;
  width: 10%;
  z-index: 2;
}

.features__col:nth-child(2) .features__pic:nth-child(2) {
  left: 3%;
  bottom: 9%;
  width: 94%;
}

.features__col:nth-child(2) .features__pic:nth-child(3) {
  left: 13%;
  bottom: 19%;
  width: 74%;
}

.features__col:nth-child(2) .features__pic:nth-child(4) {
  left: 57%;
  bottom: 35%;
  width: 20%;
}

.features__col:nth-child(3) .features__pic:nth-child(2) {
  left: 14%;
  bottom: 14%;
  width: 70%;
}

.features__col:nth-child(3) .features__pic:nth-child(3) {
  left: 41%;
  bottom: 42%;
  width: 30%;
}

.features__col:nth-child(4) .features__pic:nth-child(2) {
  left: 74%;
  bottom: 12%;
  width: 12%;
}

.features__col:nth-child(4) .features__pic:nth-child(3) {
  left: 29%;
  bottom: 31%;
  width: 46%;
}

.features__col:nth-child(5) .features__pic:nth-child(2) {
  left: 3%;
  bottom: 9%;
  width: 90%;
}

.features__col:nth-child(5) .features__pic:nth-child(3) {
  left: 31%;
  bottom: 23.5%;
  width: 38%;
  height: 20%;
}

.features__col:nth-child(6) .features__pic:nth-child(2) {
  left: 21%;
  bottom: 33%;
  width: 60%;
}

.features__col:nth-child(7) .features__pic:nth-child(2) {
  left: 24%;
  bottom: 31%;
  width: 53%;
}

.features__light {
  position: absolute;
  left: 5%;
  bottom: 16.2%;
  width: 91%;
}

.features__preview {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 172px;
  margin: 0 auto;
  height: 240px;
  margin-bottom: 25px;
}

.features__pic:first-child {
  display: block;
  width: 100%;
  margin: auto auto 0;
}

.features__pic:not(:first-child) {
  position: absolute;
}

.features__title {
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.features.animation .features__col:nth-child(1) .features__pic:nth-child(2),
.features.animation .features__col:nth-child(1) .features__light {
  animation: features-1 5s linear infinite;
}

.features.animation .features__col:nth-child(2) .features__pic:nth-child(3) {
  animation: features-2 1s linear infinite;
}

.features.animation .features__col:nth-child(4) .features__pic:nth-child(3) {
  animation: features-vertical 1.5s linear infinite;
}

.features.animation .features__col:nth-child(5) .features__pic:nth-child(3) {
  animation: features-5 10s linear infinite;
}

.features.animation .features__col:nth-child(6) .features__pic:nth-child(2) {
  animation: features-vertical 2.5s linear infinite;
}

.features.animation .features__col:nth-child(7) .features__pic:nth-child(2) {
  animation: features-vertical 2s linear infinite;
}

@keyframes features-dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes features-vertical {
  0, 100% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(-10%);
  }
}

@keyframes features-1 {
  0, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes features-2 {
  0, 100% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
}

@keyframes features-3 {
  0, 100% {
    transform: translateY(20%);
  }
  50% {
    transform: translateY(-20%);
  }
}

@keyframes features-5 {
  0, 100% {
    height: 20%;
  }
  50% {
    height: 30%;
  }
}

.how {
  padding: 65px 0 55px;
  background: url(../img/bg-how.jpg) no-repeat 100% 0/auto 100%;
  background-color: #005AA7;
  color: white;
}

.how__title {
  margin-bottom: 40px;
}

.how__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
}

.how__col {
  padding: 0 45px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.how__content li {
  margin-bottom: 25px;
}

.how__label {
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.roadmap {
  padding: 95px 0;
}

.roadmap__title {
  margin-bottom: 55px;
  text-align: center;
}

.roadmap__container {
  position: relative;
}

.roadmap__preview {
  position: relative;
  max-width: 230px;
  height: 262px;
  margin: 0 auto;
  z-index: 2;
}

.roadmap__pic {
  position: absolute;
}

.roadmap__pic:nth-child(1) {
  top: 39%;
  left: 0;
  width: 100%;
}

.roadmap__pic:nth-child(2) {
  top: 4.6%;
  left: 17.2%;
  width: 68.4%;
  opacity: .2;
}

.roadmap__pic:nth-child(3) {
  top: 0;
  left: 15%;
  width: 73%;
}

.roadmap__line {
  position: absolute;
  top: 200px;
  left: calc(50% - 1px);
  width: 2px;
  height: 0;
  background: linear-gradient(#e5ddf2, #0058a4);
  transition: height .1s;
}

.roadmap__list {
  position: relative;
  max-width: 970px;
  margin: 0 auto 70px;
}

.roadmap__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -35px 40px;
}

.roadmap__item:nth-child(2n) .roadmap__col:first-child {
  -ms-flex-order: 2;
  order: 2;
}

.roadmap__item:nth-child(2n) .roadmap__col:nth-child(2) {
  text-align: right;
  -ms-flex-order: 1;
  order: 1;
}

.roadmap__item:nth-child(2n) .roadmap__content {
  background-image: linear-gradient(to right, white 0%, #f7f7f7 100%);
  box-shadow: -31.9px 2.2px 49px rgba(68, 68, 173, 0.06);
  text-align: left;
  -ms-flex-align: start;
  align-items: flex-start;
}

.roadmap__point {
  position: absolute;
  top: 35px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: #0058a4;
  border-radius: 50%;
  box-shadow: 0 0 17.2px 3.8px rgba(0, 88, 164, 0.19);
}

.roadmap__col {
  padding: 0 35px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.roadmap__content {
  display: -ms-flexbox;
  display: flex;
  padding: 27px 23px;
  background-image: linear-gradient(to right, #f7f7f7 0%, white 100%);
  border-radius: 8px;
  box-shadow: 32px 0 49px rgba(68, 68, 173, 0.06);
  text-align: right;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}

.roadmap__subtitle, .roadmap__text {
  max-width: 340px;
}

.roadmap__subtitle {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

.roadmap__text {
  font-size: 16px;
  line-height: 1.625;
}

.roadmap__date {
  padding: 26px;
}

.roadmap__year {
  font-size: 24px;
  font-weight: 700;
  color: #0058a4;
  line-height: 1.3;
}

.roadmap__quater {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 88, 164, 0.6);
  text-transform: uppercase;
}

.roadmap__final {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 288px;
  height: 95px;
  margin: 0 auto;
  background: url(../img/bg-final.jpg) no-repeat 50% 50%/cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(68, 68, 173, 0.2);
  font-size: 18px;
  font-weight: 600;
  color: white;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.roadmap.animation .roadmap__pic:nth-child(2) {
  animation: roadmap 1.5s linear infinite;
}

@keyframes roadmap {
  0, 100% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

.videos {
  padding: 50px 0;
  background: url(../img/bg-videos.jpg) no-repeat 50% 50%/cover;
  color: white;
}

.videos__title {
  margin-bottom: 130px;
  text-align: center;
}

.videos__current {
  margin-top: 35px;
  font-weight: 600;
  text-align: right;
}

.videos .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.videos .owl-prev,
.videos .owl-next {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 29px);
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.13);
  font-size: 0;
  transition: background .2s;
}

.videos .owl-prev:before,
.videos .owl-next:before {
  content: '';
  width: 11px;
  height: 19px;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDEzIDIxIj4gIDxwb2x5Z29uIGZpbGw9IiM1QzJEOTEiIHBvaW50cz0iOS4zMzggMTAuMjUgLjA0OCAwIDIuOTkzIDAgMTIuMzk4IDEwLjI1IDIuOTkzIDIwLjUgLjA0OCAyMC41Ii8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.videos .owl-prev:hover,
.videos .owl-next:hover {
  background: white;
}

.videos .owl-prev.disabled,
.videos .owl-next.disabled {
  background: rgba(255, 255, 255, 0.2);
}

.videos .owl-prev {
  left: -88px;
}

.videos .owl-prev:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.videos .owl-next {
  right: -88px;
}

.obc {
  padding: 50px 0;
}

.obc__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -ms-flex-align: center;
  align-items: center;
}

.obc__col {
  padding: 0 25px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.obc__text {
  margin-bottom: 30px;
}

.obc__preview {
  position: relative;
  padding-top: 40px;
}

.obc__pic {
  display: block;
  max-width: 100%;
}

.obc__pic:not(:first-child) {
  position: absolute;
  opacity: 0;
}

.obc__pic:nth-child(2) {
  top: 21%;
  left: 40%;
  max-width: 22%;
}

.obc__pic:nth-child(3) {
  top: 29%;
  left: 33.5%;
  max-width: 32%;
}

.obc__pic:nth-child(4) {
  top: 25%;
  left: 34%;
  max-width: 31%;
}

.obc.animation .obc__pic:not(:first-child) {
  animation: obc .4s linear infinite;
}

.obc.animation .obc__pic:nth-child(3) {
  animation-delay: .13s;
}

.obc.animation .obc__pic:nth-child(4) {
  animation-delay: .26s;
}

@keyframes obc {
  0, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.distrib {
  padding: 50px 0;
}

.distrib__title {
  margin-bottom: 50px;
  text-align: center;
}

.distrib__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -23px;
}

.distrib__col {
  padding: 0 23px;
  font-size: 18px;
  text-align: center;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.distrib__col:hover .distrib__pic {
  opacity: 0;
}

.distrib__col:hover .distrib__pic:last-child {
  opacity: 1;
}

.distrib__preview {
  position: relative;
  margin-bottom: 10px;
}

.distrib__preview:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.distrib__pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: opacity .2s;
}

.distrib__pic:last-child {
  opacity: 0;
}

.distrib__type {
  margin-bottom: 5px;
}

.distrib__value {
  font-weight: 600;
}

.funds {
  padding: 50px 0;
}

.funds__title {
  margin-bottom: 50px;
  text-align: center;
}

.funds__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.funds__col {
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.funds__chart {
  position: relative;
  margin-left: auto;
  -ms-flex: 0 0 303px;
  flex: 0 0 303px;
  overflow: hidden;
}

.funds__chart.animated .funds__overlay {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.funds__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 560px;
  background: #f7f7f7;
  border-radius: 280px 0 0 280px;
  box-shadow: -2px 0 0 0 #f7f7f7, 0 -2px 0 0 #f7f7f7, 0 2px 0 0 #f7f7f7;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: transform 1.5s;
}

.funds__pic {
  display: block;
  max-width: 100%;
}

.funds__item {
  margin-bottom: 7px;
  padding: 1px 0;
  font-size: 22px;
}

.people {
  padding: 40px 0;
}

.people__title {
  margin-bottom: 50px;
  text-align: center;
}

.people__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.people__col {
  position: relative;
  margin: 0 10px 20px;
  padding: 1px;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}

.people__col:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}

.people__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100%;
  padding: 14px 14px 24px;
  background: #f7f7f7;
  border-radius: 7px;
}

.people__preview {
  width: 146px;
  margin-right: 26px;
  -ms-flex: 0 0 146px;
  flex: 0 0 146px;
}

.people__pic {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.people__wrap {
  padding-top: 5px;
  -ms-flex: 0 0 calc(100% - 172px);
  flex: 0 0 calc(100% - 172px);
}

.people__head {
  display: -ms-flexbox;
  display: flex;
}

.people__name {
  font-size: 20px;
  font-weight: 700;
  color: #0058a4;
}

.people__link {
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 6px 0 0 10px;
  background: #5c2d91;
  border-radius: 2px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.people__link .icon {
  margin: auto;
  font-size: 15px;
}

.people__position {
  font-size: 16px;
  font-weight: 600;
  color: rgba(92, 45, 145, 0.9);
}

.people__text {
  margin-top: 10px;
  font-size: 14px;
}

.partners {
  padding: 40px 0 130px;
}

.partners__title {
  margin-bottom: 30px;
  text-align: center;
}

.partners__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__col {
  position: relative;
  margin: 0 8px 16px;
  -ms-flex: 0 0 calc(25% - 16px);
  flex: 0 0 calc(25% - 16px);
}

.partners__col:hover .partners__body {
  opacity: 1;
  visibility: visible;
}

.partners__head {
  position: relative;
  padding: 1px;
}

.partners__head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}

.partners__logo {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 88px;
  background: #f7f7f7;
  border-radius: 7px;
}

.partners__pic {
  position: relative;
  margin: auto;
  z-index: 2;
}

.partners__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 88px 20px 20px;
  background-image: linear-gradient(to right, white 0%, #f7f7f7 100%);
  border-radius: 8px;
  box-shadow: -14px 0.7px 49px rgba(68, 68, 173, 0.08);
  font-size: 14px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
}

.meet {
  padding: 50px 0;
}

.meet__title {
  margin-bottom: 40px;
}

.meet__container {
  position: relative;
  padding-right: calc(50% + 25px);
}

.meet__item {
  margin-bottom: 15px;
}

.meet__link {
  display: block;
  position: relative;
  padding: 1px;
  color: #181717;
}

.meet__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  transition: opacity .2s;
}

.meet__link:hover:before {
  opacity: 0;
}

.meet__link:hover .meet__content {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.meet__link.active .meet__content {
  background: white;
  box-shadow: 0 0 0 1px white;
}

.meet__content {
  position: relative;
  padding: 19px 28px;
  background: #f7f7f7;
  border-radius: 7px;
  transition: background .2s, box-shadow .2s;
}

.meet__date {
  font-size: 14px;
  text-transform: uppercase;
}

.meet__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.meet__location {
  margin-top: 8px;
  color: #0058a4;
}

.meet__preview, .meet__overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 25px);
  height: 100%;
  overflow: hidden;
}

.meet__preview {
  display: none;
}

.meet__preview:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(126deg, rgba(0, 91, 170, 0.37) 0%, rgba(92, 45, 145, 0.37) 100%);
  border-radius: 8px;
}

.meet__preview.visible {
  display: block;
}

.meet__overlay {
  border-radius: 8px;
  transition: opacity .2s;
  pointer-events: none;
  z-index: 4;
}

.meet__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translate(-110%, -110%) rotate(45deg) scale(1.75);
  transform: translate(-110%, -110%) rotate(45deg) scale(1.75);
  background-image: linear-gradient(126deg, #005baa 0%, #5c2d91 100%);
}

.meet__overlay.visible:before {
  animation: meet .8s linear forwards;
}

.meet__pic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.meet__left {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  font-weight: 600;
  color: white;
  z-index: 2;
}

@keyframes meet {
  0 {
    transform: translate(-110%, -110%) rotate(45deg) scale(1.75);
  }
  100% {
    transform: translate(110%, 110%) rotate(45deg) scale(1.75);
  }
}

.whitepaper {
  padding: 50px 0 140px;
  text-align: center;
}

.whitepaper__title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}

.whitepaper__btn {
  min-width: 275px;
  text-transform: none;
}

.subscribe {
  max-width: 486px;
  margin-bottom: 35px;
}

.subscribe__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.subscribe__form {
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  box-shadow: 6px 8px 49px rgba(68, 68, 173, 0.03);
}

.subscribe__field {
  -ms-flex: 0 0 calc(100% - 170px);
  flex: 0 0 calc(100% - 170px);
}

.subscribe__input {
  width: 100%;
  height: 48px;
  padding: 0 22px;
  background: none;
  border: 1px solid #5a79b9;
  border-radius: 5px 0 0 5px;
  color: white;
}

.subscribe__input::-webkit-input-placeholder {
  color: #5a79b9;
}

.subscribe__input:-ms-input-placeholder {
  color: #5a79b9;
}

.subscribe__input::placeholder {
  color: #5a79b9;
}

.subscribe__btn {
  width: 170px;
  height: 48px;
  margin-left: -1px;
  padding: 0 10px;
  background: white;
  border: 1px solid #acbedd;
  border-radius: 0px 5px 5px 0px;
  font-weight: 600;
  color: #5c2d91;
  transition: opacity .2s;
}

.subscribe__btn:hover {
  opacity: .7;
}

.networks {
  margin-bottom: 35px;
}

.networks, .networks__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.networks__item {
  color: white;
  transition: opacity .2s;
}

.networks__item:not(:last-child) {
  margin-right: 40px;
}

.networks__item:hover {
  opacity: .7;
}

.networks__icon {
  margin-right: 15px;
  font-size: 0;
}

.networks__icon .icon {
  font-size: 14px;
  margin: auto;
}

.networks__icon .icon-telegram, .networks__icon .icon-twitter {
  font-size: 15px;
}

.networks__icon .icon-instagram, .networks__icon .icon-facebook {
  font-size: 18px;
}

.footer {
  position: relative;
  padding-top: 60px;
  background-image: linear-gradient(178deg, #005baa 0%, #5c2d91 100%);
  color: white;
}

.footer__center {
  position: relative;
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer__col {
  margin-right: 40px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}

.footer__logo {
  margin-bottom: 26px;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__nav_sm .footer__link {
  margin-bottom: 16px;
  font-size: 14px;
}

.footer__link {
  margin-bottom: 22px;
  color: white;
  transition: opacity .2s;
}

.footer__link:hover {
  opacity: .7;
}

.footer__down {
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  padding: 22px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 14px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__copyright {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
}

.footer__created {
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__bg {
  position: absolute;
  top: -30px;
  left: 810px;
  width: 750px;
  pointer-events: none;
}

.footer__bg .footer__pic:not(:last-child) {
  position: absolute;
  opacity: .3;
}

.footer__bg .footer__pic:nth-child(1) {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 10%;
}

.footer__bg .footer__pic:nth-child(2) {
  top: 5%;
  left: 67%;
  width: 10%;
}

.footer__bg .footer__pic:nth-child(3) {
  position: absolute;
  top: 62%;
  left: 73%;
  width: 17%;
}

.footer__bg .footer__pic:nth-child(4) {
  position: absolute;
  top: 24%;
  left: 27%;
  width: 25.5%;
}

.footer__pic {
  display: block;
  max-width: 100%;
}

.footer.animation .footer__bg .footer__pic:nth-child(1) {
  animation: light-one 2s linear infinite;
}

.footer.animation .footer__bg .footer__pic:nth-child(2) {
  animation: light-two 2s linear infinite;
}

.footer.animation .footer__bg .footer__pic:nth-child(3) {
  animation: light-three 2s linear infinite;
}

.footer.animation .footer__bg .footer__pic:nth-child(4) {
  animation: light-four 6s 2s linear forwards;
}

@keyframes light-one {
  0 {
    opacity: .2;
    transform: translate(0, 0);
  }
  100% {
    opacity: .4;
    transform: translate(290%, 210%) scale(2);
  }
}

@keyframes light-two {
  0 {
    opacity: .2;
    transform: translate(0, 0);
  }
  100% {
    opacity: .4;
    transform: translate(-325%, 220%) scale(2);
  }
}

@keyframes light-three {
  0 {
    opacity: .2;
    transform: translate(0, 0);
  }
  100% {
    opacity: .4;
    transform: translate(-250%, -130%) scale(1.5);
  }
}

@keyframes light-four {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .2s;
  z-index: 9999;
}

.lightbox.visible {
  opacity: 1;
}

.lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
}

.lightbox__close:before, .lightbox__close:after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  border-radius: 2px;
}

.lightbox__close:before {
  -ms-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

.lightbox__close:after {
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

.lightbox__wrap {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 44px;
  left: 44px;
  right: 44px;
  bottom: 44px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lightbox__img {
  display: none;
  max-width: 100%;
  max-height: 100%;
}

.lightbox__iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width: 1440px) {

  .center {
    padding: 0 105px;
  }

  .stats {
    right: 12px;
  }

  .socials {
    right: 18px;
    bottom: 18px;
  }

  .main__toggle {
    display: block;
  }

  .main__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 90px 0;
    background: rgba(92, 45, 145, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 20;
  }

  .main__wrap.visible {
    opacity: 1;
    visibility: visible;
  }

  .main__nav {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__link {
    margin: 0;
  }

  .main__socials {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .whatis__col:last-child {
    padding-bottom: 0;
  }

  .features {
    padding: 60px 0;
  }

  .videos .owl-prev {
    left: -83px;
  }

  .videos .owl-next {
    right: -83px;
  }
}

@media only screen and (max-width: 1260px) {

  .center {
    padding: 0 45px;
  }

  .main__preview {
    width: 35%;
  }

  .main__vlink {
    margin-right: 0;
  }

  .whatis__row {
    margin: 0 -15px;
  }

  .whatis__col {
    padding: 0 15px;
  }

  .how__row {
    margin: 0 -15px;
  }

  .how__col {
    padding: 0 15px;
  }

  .meet__container {
    padding-right: calc(50% + 15px);
  }

  .meet__preview, .meet__overlay {
    width: calc(50% - 15px);
  }

  .footer__bg {
    left: 600px;
    width: 400px;
  }
}

@media only screen and (max-width: 1023px) {

  .center {
    padding: 0 112px;
  }

  .main__header {
    margin-bottom: 70px;
  }

  .main__preview {
    display: none;
  }

  .main__content {
    margin: 0 auto;
    text-align: center;
  }

  .main__title {
    margin-bottom: 25px;
  }

  .main__actions {
    margin: 35px 0 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__row {
    display: block;
    margin-bottom: 15px;
  }

  .main__col:first-child {
    margin: 0 auto 20px;
  }

  .main__col:last-child {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__vlink {
    margin: 0;
  }

  .vlink {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vlink__wrap {
    padding: 0 0 5px;
    text-align: center;
  }

  .logos {
    padding: 29px 9px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos__item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .logos__item:nth-child(4), .logos__item:nth-child(5) {
    margin-top: 35px;
  }

  .whatis {
    padding-top: 235px;
  }

  .whatis__row {
    text-align: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whatis__col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .whatis__col:first-child {
    -ms-flex-order: 2;
    order: 2;
  }

  .whatis__col:last-child {
    margin-bottom: 20px;
    -ms-flex-order: 1;
    order: 1;
  }

  .whatis__text {
    max-width: 660px;
    margin: 0 auto;
    font-size: 18px;
  }

  .whatis__video {
    max-width: 500px;
    margin: 0 auto;
  }

  .benefits:before {
    height: 100%;
  }

  .benefits__row {
    margin: 0 -30px;
  }

  .benefits__col {
    padding: 0 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .benefits__col:last-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .benefits__preview {
    display: none;
  }

  .features__path {
    display: none;
  }

  .features__col {
    margin-bottom: 20px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .features__col:nth-child(1), .features__col:nth-child(3) {
    margin-left: 16.66%;
  }

  .features__col:nth-child(2), .features__col:nth-child(4) {
    margin-right: 16.66%;
  }

  .how {
    padding: 55px 0 65px;
  }

  .how__title {
    margin-bottom: 50px;
  }

  .how__title br {
    display: none;
  }

  .how__row {
    display: block;
    text-align: center;
  }

  .how__content {
    max-width: 520px;
    margin: 0 auto;
    font-size: 18px;
  }

  .how__content li {
    padding-top: 30px;
  }

  .how__content li:before {
    top: 0;
    left: calc(50% - 11px);
  }

  .how__label {
    padding-top: 0;
  }

  .how__video {
    max-width: 500px;
    margin: 0 auto;
  }

  .roadmap__subtitle {
    margin-bottom: 5px;
  }

  .obc {
    padding: 100px 0 50px;
  }

  .obc__row {
    text-align: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .obc__text {
    max-width: 640px;
    margin: 0 auto 20px;
    font-size: 18px;
  }

  .obc__preview {
    margin-top: 20px;
  }

  .distrib__row {
    max-width: 560px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .distrib__col {
    margin-bottom: 20px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .people__row {
    display: block;
  }

  .people__text {
    font-size: 16px;
  }

  .partners {
    padding-bottom: 40px;
  }

  .partners__col {
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
  }

  .partners__body {
    position: relative;
    margin-top: -90px;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
  }

  .meet__title {
    text-align: center;
  }

  .meet__container {
    padding: 0;
  }

  .meet__item {
    margin-bottom: 20px;
    text-align: center;
  }

  .meet__preview {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 560px;
    margin: 20px auto 0;
  }

  .meet__overlay {
    display: none;
  }

  .whitepaper {
    padding-top: 30px;
  }

  .subscribe {
    margin: 0 auto 35px;
  }

  .networks {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    text-align: center;
  }

  .footer__row {
    display: block;
    padding-bottom: 100px;
  }

  .footer__col {
    margin: 0;
  }

  .footer__logo {
    margin: 0 auto 26px;
  }

  .footer__nav {
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__nav_sm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .footer__down {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 992px) {

  .center {
    padding: 0 15px;
  }

  .main {
    position: static;
    padding-top: 108px;
  }

  .main__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 9px 15px;
    background: #6b32a8;
    z-index: 109;
  }

  .main__logo {
    display: none;
  }

  .main__wrap {
    position: fixed;
    height: 100%;
  }

  .main__title {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .main__actions {
    margin: 20px 0 30px;
  }

  .main__col:first-child {
    width: 100%;
  }

  .timer__title {
    padding-right: 20px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .timer__wrap {
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }

  .benefits:before {
    display: none;
  }

  .benefits__row {
    margin: 0 -10px;
  }

  .benefits__col {
    padding: 0 10px;
  }

  .benefits__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

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

  .features__col:nth-child(1), .features__col:nth-child(3) {
    margin-left: 0;
  }

  .features__col:nth-child(2), .features__col:nth-child(4) {
    margin-right: 0;
  }

  .how__title {
    margin-bottom: 20px;
  }

  .roadmap__item {
    margin: 0 -20px 40px;
  }

  .roadmap__col {
    padding: 0 20px;
  }

  .roadmap__content {
    padding: 20px 15px;
  }

  .funds__row {
    display: block;
  }

  .funds__col {
    display: block;
  }

  .funds__col:first-child {
    display: none;
  }

  .funds__item {
    text-align: center;
  }

  .people__col {
    margin-bottom: 30px;
  }

  .partners__row {
    display: block;
  }

  .footer__bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  .stats {
    right: 0;
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .socials {
    right: 10px;
    bottom: 10px;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .main__toggle.active {
    position: fixed;
    top: 14px;
    left: 15px;
  }

  .main__burger {
    margin-right: 12px;
  }

  .main__lang {
    display: none;
  }

  .main__btn {
    min-width: 166px;
    margin-left: auto;
  }

  .main__actions {
    display: block;
    margin: 30px 0 10px;
  }

  .main__action:not(:last-child) {
    margin-right: 0;
  }

  .main__action {
    width: 100%;
    margin-bottom: 20px;
  }

  .main__group {
    padding: 15px 10px;
  }

  .timer {
    display: block;
  }

  .timer__title {
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }

  .timer__wrap {
    width: 200px;
    margin: 0 auto;
  }

  .timer__row:last-child {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    height: auto;
  }

  .timer__row:last-child .timer__col {
    height: 49px;
  }

  .timer__col {
    margin-bottom: 32px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .logos__item {
    margin-bottom: 20px;
    padding: 0 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .logos__item:nth-child(4) {
    margin: 0 0 20px;
  }

  .logos__item:nth-child(5) {
    margin: 0;
  }

  .benefits__row {
    display: block;
  }

  .benefits__col:last-child {
    margin-top: 45px;
  }

  .features__row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features__col:not(:last-child) {
    margin-bottom: 20px;
  }

  .roadmap__line {
    display: none;
  }

  .roadmap__list {
    margin-bottom: 30px;
  }

  .roadmap__item {
    margin-bottom: 20px;
  }

  .roadmap__point {
    display: none;
  }

  .roadmap__col:first-child {
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
  }

  .roadmap__col:nth-child(2) {
    padding: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }

  .roadmap__date {
    padding: 0;
  }

  .distrib__col {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .funds__title {
    margin-bottom: 30px;
  }

  .funds__item {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .people__item {
    display: block;
  }

  .people__preview {
    margin: 0 0 20px;
  }

  .meet__preview {
    height: 0;
    padding-bottom: 100%;
  }

  .meet__pic {
    position: absolute;
    top: 0;
    left: 0;
  }

  .whitepaper__title {
    line-height: 1.3;
  }

  .subscribe__input {
    padding: 0 12px;
  }

  .networks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .networks__item {
    margin-bottom: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .networks__item:not(:last-child) {
    margin: 0 0 10px;
  }

  .footer__down {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__copyright {
    margin: 0 0 20px;
  }
}

/*# sourceMappingURL=app.css.map */
