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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 16px; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none !important; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.main-btn {
  background-color: #4ef49c;
  border-radius: 5px;
  transition: .3s ease;
  text-align: center;
  display: inline-block;
  cursor: pointer; }
.main-btn:hover {
  background-color: #85fbbc; }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 769px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }

@media (min-width: 769px) {
  .container {
    width: 720px;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 769px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 769px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 769px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.333333%; }
  .pull-sm-2 {
    right: 16.666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.333333%; }
  .pull-sm-5 {
    right: 41.666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.333333%; }
  .pull-sm-8 {
    right: 66.666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.333333%; }
  .pull-sm-11 {
    right: 91.666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.333333%; }
  .push-sm-2 {
    left: 16.666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.333333%; }
  .push-sm-5 {
    left: 41.666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.333333%; }
  .push-sm-8 {
    left: 66.666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.333333%; }
  .push-sm-11 {
    left: 91.666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 769px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.333333%; }
  .pull-md-2 {
    right: 16.666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.333333%; }
  .pull-md-5 {
    right: 41.666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.333333%; }
  .pull-md-8 {
    right: 66.666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.333333%; }
  .pull-md-11 {
    right: 91.666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.333333%; }
  .push-md-2 {
    left: 16.666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.333333%; }
  .push-md-5 {
    left: 41.666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.333333%; }
  .push-md-8 {
    left: 66.666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.333333%; }
  .push-md-11 {
    left: 91.666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.333333%; }
  .pull-lg-2 {
    right: 16.666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.333333%; }
  .pull-lg-5 {
    right: 41.666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.333333%; }
  .pull-lg-8 {
    right: 66.666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.333333%; }
  .pull-lg-11 {
    right: 91.666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.333333%; }
  .push-lg-2 {
    left: 16.666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.333333%; }
  .push-lg-5 {
    left: 41.666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.333333%; }
  .push-lg-8 {
    left: 66.666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.333333%; }
  .push-lg-11 {
    left: 91.666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.333333%; }
  .pull-xl-2 {
    right: 16.666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.333333%; }
  .pull-xl-5 {
    right: 41.666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.333333%; }
  .pull-xl-8 {
    right: 66.666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.333333%; }
  .pull-xl-11 {
    right: 91.666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.333333%; }
  .push-xl-2 {
    left: 16.666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.333333%; }
  .push-xl-5 {
    left: 41.666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.333333%; }
  .push-xl-8 {
    left: 66.666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.333333%; }
  .push-xl-11 {
    left: 91.666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/**
 * Basic typography style for copy text
 */
@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderRegular/BenderRegular.eot");
  src: url("../fonts/BenderRegular/BenderRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderRegular/BenderRegular.woff") format("woff"), url("../fonts/BenderRegular/BenderRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderBold/BenderBold.eot");
  src: url("../fonts/BenderBold/BenderBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderBold/BenderBold.woff") format("woff"), url("../fonts/BenderBold/BenderBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderItalic/BenderItalic.eot");
  src: url("../fonts/BenderItalic/BenderItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderItalic/BenderItalic.woff") format("woff"), url("../fonts/BenderItalic/BenderItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderBoldItalic/BenderBoldItalic.eot");
  src: url("../fonts/BenderBoldItalic/BenderBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderBoldItalic/BenderBoldItalic.woff") format("woff"), url("../fonts/BenderBoldItalic/BenderBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderBlack/BenderBlack.eot");
  src: url("../fonts/BenderBlack/BenderBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderBlack/BenderBlack.woff") format("woff"), url("../fonts/BenderBlack/BenderBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderBlackItalic/BenderBlackItalic.eot");
  src: url("../fonts/BenderBlackItalic/BenderBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderBlackItalic/BenderBlackItalic.woff") format("woff"), url("../fonts/BenderBlackItalic/BenderBlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderLight/BenderLight.eot");
  src: url("../fonts/BenderLight/BenderLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderLight/BenderLight.woff") format("woff"), url("../fonts/BenderLight/BenderLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "Bender";
  src: url("../fonts/BenderLightItalic/BenderLightItalic.eot");
  src: url("../fonts/BenderLightItalic/BenderLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BenderLightItalic/BenderLightItalic.woff") format("woff"), url("../fonts/BenderLightItalic/BenderLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200; }

body {
  color: #0b0b0b;
  font-family: "Bender", sans-serif;
  line-height: 1.25; }

.text-uppercase {
  text-transform: uppercase; }

.text-bold, strong {
  font-weight: 600; }

em,
.text-italic {
  font-style: italic; }

.super-bold {
  font-weight: 900; }

.color-white {
  color: #fff; }

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

.text-right {
  text-align: right; }

.text-header {
  font-size: 48px; }
@media screen and (max-width: 769px) {
  .text-header {
    font-size: 24px; } }

.text-header-sm {
  font-size: 36px; }
@media screen and (max-width: 769px) {
  .text-header-sm {
    font-size: 18px; } }

.anons__header {
  font-size: 42px; }

h1 {
  font-size: 44px; }
@media screen and (max-width: 769px) {
  h1 {
    font-size: 33px; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

header {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 3; }
@media screen and (max-width: 576px) {
  header {
    top: auto;
    bottom: 10px; } }

.header-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
@media screen and (max-width: 576px) {
  .header-contain {
    justify-content: flex-end; } }

.menu-btn {
  cursor: pointer;
  display: inline-block; }
.menu-btn__container {
  width: 105px; }
@media screen and (max-width: 769px) {
  .menu-btn__container {
    width: 70px;
    padding-left: 15px; } }
.menu-btn span {
  display: block;
  width: 48px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 6px; }
.menu-btn span:last-child {
  margin-bottom: 0; }

footer {
  background: #175f7d;
  color: #8acbe6;
  font-size: 18px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
footer ::-webkit-input-placeholder {
  color: #21afc7; }
footer ::-moz-placeholder {
  color: #21afc7; }
footer :-moz-placeholder {
  color: #21afc7; }
footer :-ms-input-placeholder {
  color: #21afc7; }
@media screen and (min-width: 992px) {
  footer .col-12 {
    padding: 0 45px; } }
footer .logo {
  margin-bottom: 30px; }
footer .phone {
  margin-bottom: 30px; }
footer .vk {
  margin: 0 15px; }
footer input {
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 3px; }
footer input[type="text"] {
  background: #0e4d67;
  color: #21afc7;
  font-size: 14px;
  padding: 15px; }
footer input[type="submit"] {
  background: #f655a0;
  color: #f4f4f4;
  font-size: 20px;
  padding: 15px; }
footer .form-group {
  margin-bottom: 15px; }
footer .form-group:last-child {
  margin-bottom: 0; }
footer .copy {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 16px;
  color: #21b5cc; }

.footer__col .agreement {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  font-size: 13px; }

@media screen and (max-width: 769px) {
  .footer__col {
    margin-bottom: 15px; } }

.avatar-btn {
  font-size: 19px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 18px 50px;
  border-radius: 30px; }
@media screen and (max-width: 576px) {
  .avatar-btn {
    padding: 12px 30px;
    font-size: 14px; } }
.avatar-btn--white {
  background: #fff;
  color: #040404; }
.avatar-btn--pink {
  background: #f876b3;
  color: #fff; }
.avatar-btn--header-white {
  padding: 7px 15px;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 95px;
  position: relative; }
@media screen and (max-width: 576px) {
  .avatar-btn--header-white {
    font-size: 18px;
    padding: 5px 15px;
    width: 86px;
    margin-right: 10px; } }
.avatar-btn--header-white:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAuElEQVQokYXQr2vCYRDH8fMHA8GuybK0uGab0b9k0T9gaclmWJPFsbi6IiyZ/QdMJsMGEyYLppflxEf4qgcHx3Ofz/ueu0DgGU9ZX8s7zNBBBB4dY3zFfI+f1C5QD7TxVUBeUKsw97FJzR8eDj8ItPBZQF7RKMwDbLP3m7AoAYEbfBSQdzQxxH++fecaUQWInPpWQObYZb3OA8YlQKCOqdNY4bZCWwmIPOIkzUv0zujOAg45QveSZg+Tp9hKsdwHhgAAAABJRU5ErkJggg==");
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  display: block; }
@media screen and (max-width: 576px) {
  .avatar-btn--header-white:after {
    margin-top: -11px; } }
.avatar-btn--header-login {
  padding: 7px 15px;
  border-radius: 25px;
  display: inline-block;
  font-size: 21px;
  border: 2px solid #1493a6;
  color: #fff;
  background: none;
  width: 200px;
  text-align: center; }
@media screen and (max-width: 576px) {
  .avatar-btn--header-login {
    font-size: 0;
    background: transparent url(../images/user.png) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 34px;
    height: 34px; } }

body {
  position: relative;
  overflow-x: hidden; }

* {
  outline: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

path {
  -moz-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  stroke: #4EC7BE; }

.fill-none {
  fill: none; }

.particles {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0; }

.draw path {
  stroke-dashoffset: 0 !important; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }

.top-layer-ball {
  position: absolute;
  z-index: 1; }
.top-layer-ball-1 {
  left: 10%;
  top: 230px;
  -webkit-animation: float 7s linear infinite;
  -moz-animation: float 7s linear infinite;
  -ms-animation: float 7s linear infinite;
  -o-animation: float 7s linear infinite;
  animation: float 7s linear infinite; }
.top-layer-ball-2 {
  top: -250px;
  left: 50%;
  margin-left: -223px;
  -webkit-animation: float 10s linear infinite;
  -moz-animation: float 10s linear infinite;
  -ms-animation: float 10s linear infinite;
  -o-animation: float 10s linear infinite;
  animation: float 10s linear infinite; }
.top-layer-ball-3 {
  right: -275px;
  top: 50%;
  margin-top: -260px;
  -webkit-animation: float 7s linear infinite;
  -moz-animation: float 7s linear infinite;
  -ms-animation: float 7s linear infinite;
  -o-animation: float 7s linear infinite;
  animation: float 7s linear infinite; }

.full-height {
  height: 100%; }

.top-layer {
  height: 100vh;
  background: #093263;
  background: linear-gradient(to bottom, #1a8ea5, #093263);
  background: url(/images/controller/landing/index/bg/bg124.png) no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden; }
@media screen and (max-width: 576px) {
  .top-layer__row {
    align-items: baseline; } }
.top-layer__logo {
  margin-bottom: 44px; }
@media screen and (max-width: 769px) {
  .top-layer__logo {
    margin-bottom: 15px; } }
.top-layer__header {
  margin-bottom: 25px; }
@media screen and (max-width: 769px) {
  .top-layer__header {
    margin-bottom: 15px; } }
.top-layer__subheader {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px; }
@media screen and (max-width: 769px) {
  .top-layer__subheader {
    font-size: 22px;
    margin-bottom: 15px; } }
.top-layer__description {
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 50px; }
@media screen and (max-width: 769px) {
  .top-layer__description {
    font-size: 22px;
    margin-bottom: 20px; } }
.top-layer-col {
  color: #c4d5d8;
  z-index: 2; }

.top-layer-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 312px;
  background: url(../images/top-layer-mask.png) no-repeat 50% bottom;
  -webkit-background-size: cover;
  background-size: cover; }

p {
  margin-bottom: 0.65em; }
p:last-child {
  margin-bottom: 0; }

h1, h3, h4, h5, h6, h2 {
  margin-bottom: 0.65em; }

.container-narrow {
  padding-right: 15px;
  padding-left: 15px; }
@media screen and (min-width: 1005px) {
  .container-narrow {
    width: 1005px;
    max-width: 100%; } }

section {
  position: relative; }

.section-padding-lg {
  padding-top: 80px;
  padding-bottom: 80px; }
@media screen and (max-width: 769px) {
  .section-padding-lg {
    padding-top: 30px;
    padding-bottom: 30px; } }

.section-padding-sm {
  padding-top: 60px;
  padding-bottom: 60px; }
@media screen and (max-width: 769px) {
  .section-padding-sm {
    padding-top: 30px;
    padding-bottom: 30px; } }

.main-gradient {
  background: #26bdbc;
  background: linear-gradient(to right, #621717, #ab2b21); }

.decision {
  margin-bottom: 40px; }
.decision__image {
  margin-bottom: 25px;
  height: 112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end; }
.decision__text {
  color: #444;
  font-size: 16px;
  padding: 0 15px; }
.decision__header {
  margin-bottom: 2em; }
@media screen and (max-width: 769px) {
  .decision-row {
    margin-left: 0;
    margin-right: 0; } }

.advantages {
  margin-bottom: 90px; }
@media screen and (max-width: 769px) {
  .advantages {
    margin-bottom: 20px; } }
.advantages__image {
  margin-bottom: 25px;
  height: 112px; }
@media screen and (max-width: 769px) {
  .advantages__image {
    height: 95px;
    margin-bottom: 10px; } }
.advantages__text {
  font-size: 16px;
  padding: 0 15px; }
@media screen and (max-width: 769px) {
  .advantages__text {
    font-size: 15px;
    padding: 0; } }
.advantages__header {
  margin-bottom: 2em; }
.advantages__section {
  padding-bottom: 0; }

.avatar-pay__header {
  margin-bottom: 2em; }

.section__header {
  margin-bottom: 1.5em; }

.section-result {
  font-size: 30px; }
@media screen and (max-width: 769px) {
  .section-result {
    font-size: 18px; } }

.section-partners {
  background: #f4f4f4; }

.section-contacts {
  background: #21b1c9; }

.list li {
  padding-left: 44px;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 1em; }
.list li:before {
  content: url(../images/list-icon.png);
  position: absolute;
  top: 0;
  left: 5px; }

.dnk-passport__section {
  padding: 45px 0; }

.dnk-passport__header {
  margin-bottom: 1.25em; }

.dnk-passport__image {
  border-radius: 6px;
  -webkit-box-shadow: 0 13px 35px rgba(0, 2, 2, 0.06);
  -moz-box-shadow: 0 13px 35px rgba(0, 2, 2, 0.06);
  box-shadow: 0 13px 35px rgba(0, 2, 2, 0.06); }
@media screen and (min-width: 769px) {
  .dnk-passport__image {
    position: absolute;
    top: 0;
    left: 15px; } }

.dnk-passport__list {
  padding-top: 20px; }
.dnk-passport__list li {
  margin-bottom: 2em; }
.dnk-passport__list li:last-child {
  margin-bottom: 0; }

.advantage-list {
  font-size: 16px;
  color: #0d0d0d; }
.advantage-list li {
  padding-left: 69px;
  position: relative;
  margin-bottom: 3em; }
.advantage-list li i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  transform: translateY(-50%); }
.advantage-list li i:before {
  display: block;
  width: 100%; }
@media screen and (min-width: 768px) {
  .advantage-list li:last-child {
    margin-bottom: 0; } }

i.interview:before {
  content: url(../images/icons/interview-icon.png); }

i.worldwide:before {
  content: url(../images/icons/worldwide-icon.png); }

i.analytics:before {
  content: url(../images/icons/analytics-icon.png); }

i.settings:before {
  content: url(../images/icons/settings-icon.png); }

i.stopwatch:before {
  content: url(../images/icons/stopwatch-icon.png); }

.realization__image {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }

.bank-realization {
  background-color: #00a2be;
  background-image: url(../images/bank-realization-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  -moz-box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  padding: 50px 41px 26px 55px;
  width: 100%;
  position: relative;
  z-index: 2; }
@media screen and (min-width: 992px) {
  .bank-realization {
    max-width: 780px; } }
.bank-realization__header {
  margin-bottom: 1em;
  font-size: 44px; }
@media screen and (max-width: 769px) {
  .bank-realization__header {
    font-size: 24px; } }
@media screen and (max-width: 769px) {
  .bank-realization__slider {
    padding-bottom: 30px; } }

.card-slider {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 8.333333%;
  padding-bottom: 75px; }
.card-slider__header {
  margin-bottom: 1em; }
.card-slider__list li {
  color: #0d0d0d;
  min-height: 44px;
  font-size: 18px;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
@media screen and (min-width: 768px) {
  .card-slider__list li.last {
    margin-bottom: 0; } }
.card-slider__list li:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAnCAYAAADzckPEAAACYklEQVRYheXYz4tOURzH8dfzzMiPmUQMpRCDZCdspKYpNchWkxQWUhY2/CFsFP4CJcqCkFmYzSSysVGMiJKZGPmR/Jh5LM45zZ07z73zeOZ5sphPne6933vOed9zzvd7zrdb0Zh2ox9LGqxfpvFKg8CD8f49JtDZBOwPNqB7rsZZINzCeBPApH3orzYAfIG70dY9DyAshiLorgicwDWMRftcy1FNHReoUgTdjUMReDXa1swBS9qPs3NVykPTlH7CFfyK9skGgOuxHUuxU4mzZV9kgVfxuwEQdGAQvfG5hsOxr2t4lW+QRpqAo7hUB/i9BJqADyKghtvxY45heb5BZwY4iadYZ/YmsCkzqrx640eOCFO7OfbzGiei7UsemuKwA0dKRgQ/6tgeog/nhQ1gChvxBhfqdZLWdBTPsKgAVsU3vKvzblgIqQOmp/K44P3X8aEI+jpCm9EqPI/lKLbgkbBsp3ERX/MjgGVNAuEMzsX7iXi9j6F4PyvGm9m48xrBXpyM/U0JHr0Nn9VZklZAhwTv7cvYtgl+cgs/i6BT8TogrMlUvmJUFS9xL2cfFkZ8CqtxWclplKC1eO3Cyvhcy9WtxNJV0NdvPMbWMmAWmoL+ZizN6kkspSo7T9umhQPNh8wKYYfJO9F8VMFHIWZnQNMhPajxLOFfNCYkBZNZaJrmO+hpAzSFUDULTQnX21japcLErO1aONC89w4IOU6r9Uo4JGZ4b1K3cEq0Ok7Hsob8hn8jlnapg4XkSP8V2krHKVMtC52VPLVJP5n23j1YqzXZYZHSPwedwgnQgx1tBGY1/heIe3cDRrtKagAAAABJRU5ErkJggg=="); }

.roadmap {
  margin: 0 auto; }
@media screen and (max-width: 768px) {
  .roadmap-full {
    display: none; } }
.roadmap-mob {
  display: none; }
@media screen and (max-width: 768px) {
  .roadmap-mob {
    display: block; } }
.roadmap__section {
  background-color: #ebf8fa;
  padding-bottom: 0; }
.roadmap__container--top {
  padding-top: 160px;
  border: 3px solid #d0ebef;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  z-index: 1;
  margin-top: -120px; }
@media screen and (max-width: 769px) {
  .roadmap__container--top {
    margin-top: 0;
    border: none;
    padding-top: 0; } }
.roadmap-slider {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 8.333333%;
  padding-bottom: 75px;
  position: relative;
  z-index: 2; }
@media screen and (max-width: 769px) {
  .roadmap-slider {
    padding-bottom: 0;
    margin-bottom: 30px; } }
.roadmap-slider .list li {
  margin-bottom: 1.5em; }
.roadmap-slider__header {
  font-size: 24px;
  margin-bottom: 1.5em; }
.roadmap-slider .item {
  height: 392px;
  background: url(../images/roadmap-slider-bg.png) no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 35px 65px; }
@media screen and (max-width: 769px) {
  .roadmap-slider .item {
    padding: 15px;
    height: auto;
    border-radius: 15px; } }

.avatar-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
.avatar-slider-arrow--prev {
  left: 0; }
.avatar-slider-arrow--prev:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA5CAYAAADOW/ASAAAC2ElEQVRYhb2ZyW4TQRCGvyD25cJLkBArQbwB+yKknEBsLpRHSEhiBAeOSCQEniBAxSSCCye2LETiwL48BRLPgDhwmB7U09MOM57unpvLY3//VFXX324PtNttmlyqWvleETkArAB/gLGtjcg1LhEZBH4AO03o9pZE4IPAVwsM8DI63IA/A3us8LSqPowKF5FhD3hKVecAotXcgL8D263wjKrey19EeXIRaZHV2AZ3VHXWvi84XERGgE8Um+uGqt517w2adgP+COyywh0fOCjc1Nh94glVfdDrM0HgIjIEfAN2WOHrm4EBBpqOV2CIbHLZ4Cm7q3tdTRvuMFlX1wZDs7QfImuubVZsUlXvV/2Cfp88n1x9g/uFDwJfHPDNuuB+4EMGbK/jW6p6py4Y6tV8GHgP7LVi07lJxIS3DHifFZsCKnV1E/gwWVcXbLEpuAo8dyd7Hc+EAMPmDZebhA3uALP+28PBR8lqbKe6A3jdqd/Ll/YR4APF5TRDwCfuBW+RTa6COwHzocFQTHu+vU0CtuEtssllgydjgnP4KFmNd5vYb2ACqD2r+4FPUByZz4FNdyAh4QtO7ARwPhX8HXDciu0HngEXU8AB1h0BAMvApRTwXMAp5/2lmALc8boCnPEIuJoCDvAaOO3EFmMI6GUsb4CTHgGNN/lV4ACrHgEaUsD/NpCrZOveFXAlBRxgjXIGusDlFHDIMuDOgSc0zECdffs6cNSJdUVkPAUcYMMjYEFErqWA5wLcEjwSEUkBh6wEZ53YYxGpZUZNfp+/As45sWURqewFTQ8HXlAuwVJVAY2PwlTVZ8eVBAQ5hzMCSnYsIheiw40Anx0/FZGeXhD0BFJVfXasvQQEP/5UVZ8dq4iU9gNRDn5V1eeGiyJS8IJo5+2quka5Cbsi8s8Nox72myYsuWGegeh/c5hleMwJd0VkLMkfPKr6lrIbjieBGwEbwBHgF/ATmPsLXtbEvZNLnXYAAAAASUVORK5CYII="); }
@media screen and (max-width: 769px) {
  .avatar-slider-arrow--prev {
    left: -10px; } }
.avatar-slider-arrow--next {
  right: 0; }
.avatar-slider-arrow--next:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA5CAYAAADOW/ASAAACh0lEQVRYhb2ZS3ITMRCGv7h8BooFZ+AG4FdC4AIUdjxtkiuw5gisWFNQsk2yhapAiOM4j2twA9bsWUimJj0aezwjqVf2b4+/X2pJPdPey7LsCXAOPAJeA/fsEMaYXb7+IFrAe+Ap8Bi4A57V/rUa8HOl3QGdVPDvQKb0G6CbAg4wA47UZ6vYBlq5118pzsCKiCloqfczQJR2A/RTwAGmwERpS2A/BRzAeAwsgIMU8LUBnYJLYJACDjYFY6VdEWgXbIMDzIm0DavAwW5Dn4FGu6AqfG1gpLSliBymgAOcAkOlXYhIrUW4KxzgDDhW2pWIPE8BB/gCnCjtdlcDdeEAnynOwK2IdFPAwc6APgdWItJLAccYM/cYuK4yA43hOQP6KF6JyMZbsiBwZ2DqMXAnIqUHUTD4BgNLEfGW46DwnAF9R7TwGQgOdwZmJQYepCAKPGfAl4JudLgzMKVYC1ZrA1HhzsCZM/BXGehEh+cMfFTyuyRwEelQPAU/tROAe8C1ksfGmG9RRy4iBx5w5o7jeAvOHSqXWnZbkGhwB14o+a3bev8jeM5LwBPjaWEEHbnLsQaLDwwBR+7AOscjY8xp2TVBRu5unTV4vAkMsJdluvjsHAPs85sGz7dd2HTkLz3gURVwU/gr4KfShtumOgT8EPihtJErIJWjDvwFcKG0rYsrBLwH/FLaSdUc69hln/exjaF8ZPmzOhbcBz7CPrPXjirT7gOPm4KrwPc94Am2T9M4NsF9ReIY2yILEmU59xWJSUhwGdx3B5Jh+7JBQ8MHFKe68aoui3zO+3iqUyxwHj7Av52CrOqyaGP/0CmURWzPLWq0KXaUhtheW/RoAR+A38Af4E0qMMA/XIDAq7pbXYcAAAAASUVORK5CYII="); }
@media screen and (max-width: 769px) {
  .avatar-slider-arrow--next {
    right: -10px; } }

.decision-row .avatar-slider-arrow {
  top: 65px; }

.mobile-app__header {
  margin-bottom: 1em; }

.mobile-app__image {
  margin-top: -228px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
@media screen and (max-width: 769px) {
  .mobile-app__image {
    margin-top: 0; } }

.mobile-app__list li {
  font-size: 18px;
  margin-bottom: 2.25em; }
@media screen and (max-width: 769px) {
  .mobile-app__list li {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 1.25em; } }
@media screen and (max-width: 769px) {
  .mobile-app__list li:before {
    display: block;
    position: relative;
    left: 0; } }

.anons__container {
  border: 3px solid #d0ebef;
  border-top: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px; }
@media screen and (max-width: 769px) {
  .anons__container {
    border: none;
    padding-left: 15px;
    padding-right: 15px; } }

.anons__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #00a2be;
  background-image: url(../images/anons__description-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 13px;
  -webkit-box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  -moz-box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  box-shadow: 0 13px 68px rgba(0, 2, 2, 0.06);
  margin-bottom: 65px;
  padding: 65px 30px 50px 30px;
  align-items: center; }
@media screen and (max-width: 769px) {
  .anons__description {
    display: block;
    padding: 20px; } }
.anons__description-col {
  padding: 0 15px; }
@media screen and (max-width: 769px) {
  .anons__description-col {
    text-align: center;
    margin-bottom: 15px; } }
@media screen and (max-width: 769px) {
  .anons__description-col:last-child {
    margin-bottom: 0; } }
.anons__description-col--text {
  flex: 1;
  font-size: 24px; }
@media screen and (max-width: 769px) {
  .anons__description-col--text {
    font-size: 18px; } }

.anons__list li {
  color: #626262;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 59px;
  padding-left: 60px; }
.anons__list li:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAA3CAYAAACYV8NnAAAGPElEQVRoge2ZX0gU7xrHP7O7rv/WAjUFyyIiSwg3yNoyiQiDoLvooqCripSECKIuu+uqiBAML7oILesm/EOn2htLMwgzRVREVmXVuUhXVmsn192dmfdcnN/Ob1e383N3Rw8H/N7Mzju77/czD88+7/POSEKIf/F/Jsv/GiAVbUFvljYMOhgMEggENmTuDYPu6+vj9evX6Lpu+twbAh0IBBgfH8ftdiPLsunzmw6tqipfvnzh9+/f+P1+GhsbCQaDpnqYDj09PY3X6wVAkiR6e3vp7u421cNU6HA4zMDAALquI0kSAEIIXr16haIopvmYBi2EoL+/n4WFBeM8evR4PDx79swYS1emQfv9fsbGxuLAhBBGxNvb2xkbGzPFyxRoTdMYHBwkEomsuSaEQAhBKBTi5cuXqKqatp8p0JOTk0xOThq5HI1uVNGxz58/43a70/ZLG3p5eZnBwUE0TTPGYlNEkiTjPBKJ0NLSwtzcXFqeaUOPjIzg9/uN89XAq8dnZ2d58+ZNWp5pQc/NzTE8PAyQMC0SVQtd12lra2NoaChl35ShhRAMDAwQCoWMP1tstYit07E3I0kSiqLQ0tJCKBTaXOjJyUlmZ2fXjEchhRBYLJa4nI693t/fT09Pz+ZBK4pCb28vqqomTIlAIIDH42F+fp5wOByXOtGbCIfDNDQ08OPHj6T9balAj42NGU1QbGQVRWF0dBRZlgmFQvh8PjRNw+FwUFBQQEZGRlzU/X4/HR0d1NbWbiy0z+djdHTUgFVVFZ/Px8zMDLIso2ma0UPruo6mafz69QtFUXA4HOTl5ZGdnW3M19HRwalTpygvL183g5TMbjwSifD+/XtkWUbXdXw+H8PDwywuLq5p9jVNw+PxrFkBJUkiKyuLwsJCA76iooLHjx+Tm5u7Lo6kIu31evF6vUxNTTE9Pc3Pnz/jFpV/UjSvg8EgsiyTlZVFXl4eIyMjfPr0ifPnz5sLHQ6H6ejooKuri+Xl5TU1eHWVSDS+uooEg0FCoRCLi4s0Nzdz5syZuNT5k9ZdPex2O5cvX8blcmG1Wtdcj+Z4okoR/Rw9xlYcq9XKuXPnePDgwbqAIYmcFkKwuLhIbm4ufX19tLa2Mj4+/sf0UFWViYkJoyzGwgshyMjI4PDhw9y8eZOamhrm5+cpLS1NGJDVWnekJUliaWmJr1+/UllZSWNjI1evXsVut//x+4kkhCA7O5t79+7R2dnJ6dOnaWpqwuPxrAsYkqweqqrS29uLLMuUl5dTXl7O3Nwc7e3tuN1uVlZWjIjGRjoqh8PBxYsXuXbtGiUlJXz48IG2tjYOHTrE3bt3ycrKMh8aIBQK0dnZic/no6ioiKqqKoqKihgaGqKpqYmpqSlUVUXTNCYmJohEImRmZlJWVsb9+/eprq5mfHycp0+fMjQ0xIEDB3jy5Anbt29fN0PS0ACyLPP27VsAMjIy2L17N0eOHMFms9HV1cXz589ZWFhgYmKC/Px87ty5w4ULF1AUhebmZnp6eggEAlitVh4+fMjx48eT8k8JWgjBt2/f4pr/3NxcnE4n+/fvR1EUXrx4wcLCAnV1dTgcDrq6umhtbTU2ADabjStXrnD9+nUsluRaoJSgo+Dv3r1jZmYmrtxt27aNqqoqSktL0XWdwcFBGhoa8Hq96Lpu5HxlZSWPHj0iMzMzae+UGib4T3VwuVz4fD6CwaDRTy8tLeF2u9m1axffv3/n48ePrKysxP02Pz+f+vr6lIAhzZ1LYWEhJ06cMEpVtMzpuo7H46G7u3sNsN1up7a2loMHD6bsm/Yecd++fezduzdhs59oWa+urqampiYtz7ShbTYbJ0+epKCgYM0Wa/UCU1ZWxu3bt8nJyUnL05TnHjk5OXFpAn9HOgpvsVioq6tjx44dafuZ9lhs586dVFRUxOV37F7x0qVLHD161BQv06AtFgsul4uSkpI1+e10Oqmvr8dmS7lYxXuZMstfkiSJY8eOGU2UEIK8vDxu3LiR9ALy32T6Q/Xi4mKqq6ux2WzY7XZu3bqF0+k01WND3rmUlZWxZ88eXC4XZ8+eNX3+lJfxf5Lf7ycSiVBcXGz63Ob8MxIoPz9/o6beemO7adqC3ixtQW+WtqA3S1vQm6V/AwY7Kl1Hyj8fAAAAAElFTkSuQmCC"); }

.team {
  color: #202020;
  text-align: center; }
@media screen and (min-width: 769px) {
  .team {
    margin-bottom: 50px;
    text-align: left; } }
.team__image {
  margin-bottom: 25px; }
.team__image img {
  display: block; }
@media screen and (max-width: 768px) {
  .team__image img {
    margin: 0 auto; } }
.team__header {
  font-size: 24px;
  margin-bottom: 0.5em; }
.team__info {
  font-size: 15px; }
@media screen and (max-width: 769px) {
  .team-slider {
    margin: 0; } }

.partners__slider {
  padding: 0 35px; }
@media screen and (max-width: 769px) {
  .partners__slider {
    padding: 0 20px;
    margin: 0; } }

.partner {
  text-align: center; }
.partner__image {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }
.partner__image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s;
  max-height: 100%; }
.partner__image img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }
.partner__header {
  color: #101010;
  font-size: 28px;
  margin-bottom: 1em; }
.partner__description {
  color: #0d0d0d;
  font-size: 14px; }

.agreement-text {
  font-size: 14px;
  margin-bottom: 2.5em; }

.contacts {
  /* Firefox 19+ */
  /* Firefox 18- */ }
.contacts ::-webkit-input-placeholder {
  color: #fff; }
.contacts ::-moz-placeholder {
  color: #fff; }
.contacts :-moz-placeholder {
  color: #fff; }
.contacts :-ms-input-placeholder {
  color: #fff; }
.contacts input[type="text"], .contacts textarea {
  border: 2px solid #f4f4f4;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  margin-bottom: 30px;
  width: 100%; }
.contacts textarea {
  height: 115px;
  margin-bottom: 15px; }

input[type="submit"] {
  border: none; }

.currency {
  color: #626262;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  position: relative; }
.currency.active {
  z-index: 11; }
.currency__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px; }
.currency__symbol {
  width: 58px;
  height: 58px;
  cursor: pointer;
  margin: 0 auto 15px auto; }
.currency__header {
  color: #0d0d0d;
  text-align: center;
  font-size: 29px; }
.currency__popup {
  display: none;
  position: absolute;
  width: 380px;
  z-index: 11;
  /* Firefox 19+ */
  /* Firefox 18- */
  margin-left: -190px; }
.currency__popup ::-webkit-input-placeholder {
  color: #a8a8a8; }
.currency__popup ::-moz-placeholder {
  color: #a8a8a8; }
.currency__popup :-moz-placeholder {
  color: #a8a8a8; }
.currency__popup :-ms-input-placeholder {
  color: #a8a8a8; }
@media screen and (max-width: 769px) {
  .currency__popup {
    left: 50% !important;
    width: 300px;
    margin-left: -150px; } }
.currency__popup:after {
  display: block;
  content: ' ';
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 21px);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.27);
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1; }
@media screen and (max-width: 769px) {
  .currency__popup:after {
    display: none; } }
.currency__popup-inner {
  position: relative;
  background: #fff;
  padding: 30px 20px;
  z-index: 2;
  border-radius: 6px; }
.currency__popup.active {
  display: block; }
.currency__popup input[type="text"], .currency__popup .input {
  width: 100%;
  color: #a8a8a8;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  border: 1px solid #dadada;
  border-radius: 3px; }
.currency__popup input[type="submit"], .currency__popup .submit {
  border: none;
  color: #fff;
  background-color: #104d86;
  font-size: 22px; }
.currency__popup .form-group {
  margin-bottom: 20px; }
.currency__popup .agreement-text {
  font-size: 13px;
  color: #000;
  font-family: Roboto, sans-serif;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700; }
.currency__popup .agreement-text a {
  color: #00b1d7;
  font-weight: 700; }

.currency-buy {
  max-width: 400px;
  margin: 0 auto; }
.currency-buy input[type="text"], .currency-buy .input {
  width: 100%;
  color: #a8a8a8;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 14px 16px;
  border: 1px solid #dadada;
  border-radius: 3px; }
.currency-buy input[type="submit"], .currency-buy .submit {
  border: none;
  color: #fff;
  background-color: #104d86;
  font-size: 22px; }
.currency-buy .form-group {
  margin-bottom: 20px; }
.currency-buy .agreement-text {
  font-size: 13px;
  color: #000;
  font-family: Roboto, sans-serif;
  margin-bottom: 25px;
  text-align: center; }
.currency-buy .agreement-text a {
  color: #00b1d7; }

.avatar-btn--header-login:hover {
  background: #1493a6 !important;
}

.avatar__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 10; }
.avatar__overlay.active {
  display: block; }

.menu-container {
  width: 490px;
  height: 100vh;
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 128px;
  padding-left: 44px; }
.menu-container.active {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
@media screen and (max-width: 769px) {
  .menu-container {
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    min-height: 100vh; } }
@media screen and (max-width: 576px) {
  .menu-container {
    width: 100%; } }

.menu {
  border-left: 1px solid #5f798c; }
.menu li {
  padding-left: 55px;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px; }
@media screen and (max-width: 769px) {
  .menu li {
    margin-bottom: 30px; } }
.menu li:last-child {
  margin-bottom: 0; }
.menu li:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: -8px;
  top: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.menu li:hover:before {
  background-color: #3ddbff; }

.menu-close {
  position: absolute;
  left: 35px;
  top: 30px;
  cursor: pointer;
  display: block; }
.menu-close:before {
  display: block;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAABPElEQVRIia2Wy07DMBBFT6Ju4Rf6gX2EDQvyaDeFRQtfCX8AS9TLxhGuGz/ieKSRJWs8xzOxb1xJwtgb8GPGkvYCPJoRJCHprH9rzVwJb628Z0kg6V33VgLa3mWVPmrgC5DThlegW9DG1uSwTcDnuJtG0nViR31GZd1Enqukp7GlJaG9B9aMMe6C/QJoFDYFDEGHDNjejfUl2M2ADqmwEDAEPSTAdr68se+yDUAPc2EpwBB0CraN5Us97psINAkmiTpROVwlyo1JqjBWnV3lZmlLfbCj8dmtzTksRyvGd1K90Jzr4MbOguZeeNeTBSAVFtLRGPRG4uwFOaLtelTEY7CcH3AQWhoWgzY1sAYqRw8G4JSoQlN2AnpnrgLW444u1k66BZW5br/cLpJYGfoz8At8U/YhPOZ6wDyE/wCCDtbBpdvVNgAAAABJRU5ErkJggg=="); }

.lang-switcher.hidden, .menu-btn.hidden {
  visibility: hidden; }

.lang-switcher {
  position: relative; }

.lang-switcher-container {
  position: relative; }

.lang-choose-layer {
  position: absolute;
  width: 100%;
  font-size: 21px;
  color: #fff;
  border-radius: 25px;
  background: #4ca1b4;
  text-align: center;
  text-transform: uppercase;
  top: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.lang-choose-layer.active {
  opacity: 1;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
@media screen and (max-width: 576px) {
  .lang-choose-layer {
    top: auto;
    bottom: 100%; } }
.lang-choose-layer li {
  padding: 9px; }

.countdown-container {
  margin-top: -115px;
  margin-bottom: 35px; }
@media screen and (max-width: 769px) {
  .countdown-container {
    margin-top: -40px; } }

.countdown-inner {
  padding: 20px 54px;
  background-color: #f7f6f5;
  border-radius: 50px;
  display: inline-block; }
@media screen and (max-width: 576px) {
  .countdown-inner {
    padding: 15px 0;
    background-color: transparent; } }

.countdown-item {
  width: 87px;
  height: 87px;
  margin-right: 42px;
  position: relative;
  background-color: #f1f1f1;
  background-image: linear-gradient(to top, rgba(221, 221, 220, 0.41) 0%, rgba(251, 251, 251, 0.41) 99%, rgba(251, 251, 251, 0.41) 100%);
  border: 1px solid rgba(216, 216, 216, 0.57);
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 rgba(102, 101, 101, 0.19);
  -moz-box-shadow: 0 1px 0 rgba(102, 101, 101, 0.19);
  box-shadow: 0 1px 0 rgba(102, 101, 101, 0.19);
  display: inline-block; }
@media screen and (max-width: 769px) {
  .countdown-item {
    width: 70px;
    height: 80px;
    margin-right: 25px; } }
@media screen and (max-width: 576px) {
  .countdown-item {
    width: 60px;
    height: 65px;
    margin-right: 7px; } }
.countdown-item:after {
  content: ':';
  font-size: 50px;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -15px;
  font-weight: 600;
  line-height: 20px; }
@media screen and (max-width: 769px) {
  .countdown-item:after {
    right: -18px; } }
@media screen and (max-width: 576px) {
  .countdown-item:after {
    display: none; } }
.countdown-item:last-child {
  margin-right: 0; }
.countdown-item:last-child:after {
  display: none; }

.countdown-num {
  color: #3e3e3e;
  font-size: 52px; }
@media screen and (max-width: 769px) {
  .countdown-num {
    font-size: 40px; } }
@media screen and (max-width: 576px) {
  .countdown-num {
    font-size: 30px; } }

.countdown-stamp {
  color: #aeaeae;
  font-size: 18px; }
@media screen and (max-width: 576px) {
  .countdown-stamp {
    font-size: 15px; } }

footer {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  position: relative; }
footer .sections {
  padding: 0px 0px;
  padding-top: -10px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1; }
footer .sections:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 0; }
footer .sections .section {
  color: white;
  text-align: center; }
footer .sections .section:first-child {
  display: flex;
  align-items: center;
  flex-direction: column; }
footer .sections .section:first-child .messegers {
  background: transparent;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
footer .sections .section:first-child .messegers ul {
  display: flex;
  margin: 0; }
footer .sections .section:first-child .messegers ul li {
  list-style: none;
  margin: 0 4px; }
footer .sections .section:first-child .messegers ul li:nth-child(1) a:before {
  background: #c30e4d; }
footer .sections .section:first-child .messegers ul li:nth-child(2) a:before {
  background: #385498; }
footer .sections .section:first-child .messegers ul li:nth-child(3) a:before {
  background: #4f7db3; }
footer .sections .section:first-child .messegers ul li:nth-child(4) a:before {
  background: red; }
footer .sections .section:first-child .messegers ul li:nth-child(4) a {
  font-size: 23px; }
footer .sections .section:first-child .messegers ul li a {
  font-size: 23px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: .5s;
  position: relative;
  color: #8e261f; }
footer .sections .section:first-child .messegers ul li a:hover {
  color: #000;
  animation: rot .25s linear; }
footer .sections .section:first-child .messegers ul li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: .5s; }
footer .sections .section:first-child .messegers ul li a:hover:before {
  transform: scale(1.1); }
footer .sections .section:first-child .messegers ul li a i {
  z-index: 3; }
footer .sections .title {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding-left: 20px;
  margin-top: -5px;
  margin-bottom: 5px; }
footer .sections .section .spisok ul li a {
  font-size: 14px; }

@keyframes rot {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }
