/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.about {
    position: relative;
    padding: 95px 0;
}

.about__advantages {
    padding: 50px 0 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

.about__advantages-item {
    position: relative;
    width: 30%;
    min-width: 250px;
    text-align: center;
}

.about__advantages-item p {
    padding: 0;
    margin: 0;
}
.about__country{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
}
ul.flash{
    list-style: none;
}
ul.flash li{
    padding-left: 40px;
    background: url("../images/flash.png") no-repeat left top;
    min-height: 40px;
}
p.red{
    color: #e03420;
}
.about__left {
    width: 45%;
}

.about__left img {
    width: 100%;
    height: auto;
}

.about__left--img {
    width: 47%;
}

.about__right {
    width: 50%;
    text-align: center;
}

.about__right img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.about__link {
    color: #343434;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.about__link:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #343434;
    bottom: -3px;
    right: 0;
}

.about--future {
    padding: 0 0 30px;
}
.about--idea{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
}
.bold {
    font-weight: 700;
}
.landing__p .bold {
    font-weight: 700;
}
.about__tb {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about__td {
    width: 47%;
}

.about__td-item {
    padding: 20px 0;
}

.about__td-item p {
    padding: 0;
    margin: 5px 0;
}

.about-project {
    padding: 95px 0 0;
}

.about-project__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: #343434;
    margin-bottom: 40px;
}

.about-project .landing__p--l {
    margin: 40px 0;
}


.about-project .about__right {
    width: 47%;
}

.about-project .about__right--img {
    width: 47%;
}

.about-tb {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about-tb__td {
    width: 24%;
    margin: 5px 5px 5px 0;
    min-width: 174px;
}

.about-tb__title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-tb__title span {
    font-size: 11px;
    font-weight: 500;
    color: #9bb5d1;
    line-height: 1.92;
}

.about-tb__cell {
    position: relative;
    border-radius: 6px;
    width: 100%;
    height: 155px;
    padding: 30px 20px;
    background: #fbfbfb;
    box-sizing: border-box;
    margin: 10px 0;
    transition: 0.2s;
}

.about-tb__cell-discover {
    position: relative;
    right: 20px;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 0;
}

.about-tb__cell-locked {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.about-tb__cell-locked:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 17px);
    background: #343434;
    bottom: -5px;
    right: 0;
}

.about-tb__cell-title {
    font-size: 19px;
    font-weight: 600;
    color: #343434;
    padding: 0 0 10px 0;
}

.about-tb__cell-title--youtube {
    color: #d9292a;
}

.about-tb__cell-desc {
    font-size: 12px;
    font-weight: 500;
    opacity: .5;
    color: #343434;
}

.about-tb__cell--2 {
    height: 315px;
}

.about-tb__cell--3 {
    height: 480px;
}

.about-tb__cell a:hover {
    text-decoration: none;
}

.about-tb__cell:hover {
    box-shadow: 0 4px 12px 0 rgba(209, 209, 209, 0.5);
    background: #fff;
    color: #0170ba;
}

.about-tb__cell:hover .about-tb__cell-title {
    color: #0170ba;
}

.about-tb__cell:hover .about-tb__cell-title--youtube {
    color: #fc3234;
}

.about-tb__icon--locked {
    width: 12px;
    height: 14.4px;
    fill: #343434;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.b-block {
    padding: 50px 0 40px;
    position: relative;
}

.b-block__right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
}

.b-block__right-img img {
    width: 100%;
    height: auto;
    position: relative;
}

.b-block__h4 {
    font-size: 27px;
    font-weight: 600;
    color: #343434;
    text-transform: uppercase;
}

.b-block__h4--s {
    font-size: 19px;
}

.b-block__p {
    font-size: 12px;
    font-weight: 500;
    color: #343434;
}

.b-block__p--title {
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}
.landing__status{
    position: relative;
    background: #f3f6f8;
}
.docs {
    width: auto;
    height: auto;
    position: relative;
    margin: 20px auto 0;
}
.docs .serts {
    width: 139px;
    height: 200px;
    position: relative;
    display: inline-block;
    margin: 0 19px;
    cursor: pointer;
    padding: 0 0 30px 0;

}
.docs .serts img {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid rgba(119, 175, 205, 0.18);
    box-shadow: 13px 24px 31px 0 rgba(119, 175, 205, 0.18);
}
.docs .serts .overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/overflow.png) no-repeat;
    display: none;
}
 .docs .serts:hover .overflow {
    display: block;
}
.circle {
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 7px 13px 0 rgba(164, 176, 235, 0.14);
    position: absolute;
}

.circle--about {
    width: 202px;
    height: 202px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 13px 24px 31px 0 rgba(119, 175, 205, 0.18);
    border: 1px solid rgba(119, 175, 205, 0.18);
}

.circle--bg-gray {
    background: #f5f9ff;
    box-shadow: 0 7px 13px 0 rgba(164, 176, 235, 0.14);
}

.circle--size-xs {
    width: 61px;
    height: 61px;
}

.circle--size-s {
    width: 104px;
    height: 104px;
}

.circle--size-m {
    width: 162px;
    height: 162px;
}

.circle--size-l {
    width: 201px;
    height: 201px;
}

.circle--size-xl {
    width: 341px;
    height: 341px;
}

.circle--index {
    z-index: 10;
}

.container {
    width: 970px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.container__padding {
    padding: 50px 0;
}

.doc {
    position: relative;
    width: 100%;
    color: #343434;
    padding: 5px;
    box-sizing: border-box;
}

.doc:hover {
    background: #fff;
}

.doc__title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
}

.doc__number {
    font-size: 13px;
    font-weight: 500;
    opacity: .2;
    padding: 2px 0;
}

.doc__desc {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
}

.doc__line {
    width: 100%;
    height: 1px;
    background: #979797;
    opacity: .1;
    margin-top: 30px;
    margin-bottom: 15px;
}

.doc__btn {
    width: 100%;
    max-width: 400px;
    border-radius: 3px;
    background: #fff;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    transition: .2s;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    border: solid 1px #979797;
    cursor: pointer;
}

.doc__btn:hover {
    background: #123997;
    color: #fff;
    border: solid 1px #fff;
}

.doc__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.doc__logo {
    font-size: 13px;
    font-weight: 500;
}

.doc__date {
    font-size: 12px;
    font-weight: 500;
    opacity: .2;
}

.doc__icon {
    width: 12.3px;
    height: 14.6px;
    position: relative;
    top: 2px;
}

.docs__container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 50px 0 0;
}

.docs__item {
    width: 30%;
}

.docs p {
    margin: 5px 0;
}

.docs a {
    color: #343434;
}

.docs a:hover {
    text-decoration: underline;
}

.faq {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.faq p {
    margin: 0;
    padding: 0;
}

.faq-item {
    background: #fff;
    padding: 13px 17px;
    border-radius: 4px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 12px;
}

.faq p, .faq-item__show, .faq-item__hidden {
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding: 10px 0;
}

.faq-item__answer p {
    color: #141f29;
    opacity: 1;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}

.faq-item__nav {
    padding: 15px 0 5px;
    border-top: solid 1px rgba(151, 151, 151, 0.3);
}

.faq-item__nav div {
    padding: 5px 0;
    line-height: 35px;
    font-size: 12px;
}

.faq-item__nav svg {
    margin-right: 10px;
}

.faq-item__nav svg g {
    opacity: 1;
}

.faq-item__hidden svg {
    transform: rotate(90deg);
    margin-bottom: -7px;
}

.faq-item__show svg {
    transform: rotate(-90deg);
    margin-bottom: -7px;
}

.faq-item__show:hover, .faq-item__hidden:hover {
    color: #141f29;
    opacity: 1;
    cursor: pointer;
}

.faq-item__nav .hidden {
    display: none;
}

/* FONTS */
@font-face {
    font-family: "Whitney";
    src: url('../fonts/Whitney-Book.eot'),
    url('../fonts/Whitney-Book.ttf'),
    url('../fonts/Whitney-Book.woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Whitney";
    src: url('../fonts/Whitney-BookItalic.eot'),
    url('../fonts/Whitney-BookItalic.ttf'),
    url('../fonts/Whitney-BookItalic.woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Whitney";
    src: url('../fonts/Whitney-Medium.eot'),
    url('../fonts/Whitney-Medium.ttf'),
    url('../fonts/Whitney-Medium.woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Whitney";
    src: url('../fonts/Whitney-MediumItalic.eot'),
    url('../fonts/Whitney-MediumItalic.ttf'),
    url('../fonts/Whitney-MediumItalic.woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Whitney";
    src: url('../fonts/Whitney-Semibold.eot'),
    url('../fonts/Whitney-Semibold.ttf'),
    url('../fonts/Whitney-Semibold.woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url('../fonts/helveticaneuecyr-light.eot'),
    url('../fonts/helveticaneuecyr-light.otf'),
    url('../fonts/helveticaneuecyr-light.ttf'),
    url('../fonts/helveticaneuecyr-light.woff'),
    url('../fonts/helveticaneuecyr-light.woff2');
    font-weight: normal;
    font-style: normal;
}

.header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header__menu {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    color: #343434;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 20px;
}

.header__menu-mobile {
    z-index: 1001;
    display: none;
}

.header__menu-item {
    margin: 0 10px;
}

.header__menu-item a {
    color: #343434;
}

.header__menu-item--lang {
    position: absolute;
    padding: 2px 2px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    list-style: none;
    margin: 0;
    text-align: center;
    top: 70px;
    right: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px rgba(151, 151, 151, 0.2);
    display: none;
}

.header__menu-item--lang a {
    color: #000;
    position: relative;
    padding: 0 7px 0 12px;
    transition: .2s;
}

.header__menu-item--lang a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 5px;
    background: #e0e0e0;
    border-radius: 50%;
    left: 2px;
    transition: .2s;
}

.header__menu-item--lang a:hover {
    color: #343434;
}

.header__menu-item--lang a:hover:before {
    background: #343434;
}

.header__icon {
    fill: #343434;
}

.header__icon--logo {
    width: 124px;
    height: 31px;
}

.header__icon--lang {
    width: 15px;
    height: 14px;
    position: relative;
    top: 3px;
}

.header__icon--menu {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.header__icon--white {
    fill: #fff;
}

.header--move {
    height: 68px;
    background: #e03420;
    color: #fff;
    position: fixed;
    transition: .4s;
}

.header--move .header__icon {
    fill: #fff;
}

.header--move a {
    color: #fff;
}

.header--move .header__menu-item--lang {
    background: #343434;
    top: 50px;
}

.header--move .header__menu-item--lang a:hover {
    opacity: 0.7;
    color: #fff;
}

.header--move .header__menu-item--lang a:hover:before {
    background: #fff;
    opacity: 0.7;
}

.landing {
    font-family: "Whitney", "Arial", sans-serif;
    color: #343434;
}

.landing a {
    text-decoration: none;
}

.landing a.market__link {
    text-decoration: underline;
    color: #343434;
}
.header__logo{
    width: 210px;
    height: 57px;
    background: url("../images/logo.png") 0 -57px no-repeat;
}
.header--move .header__logo{
    background-position: 0 0;
}
.landing__h1 {
    font-size: 44px;
    font-weight: 600;
    color: #e03420;
    line-height: 1.07;
    text-transform: uppercase;
}

.landing__h4 {
    margin: 17px 0;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.19;
    color: #e03420;
    text-transform: uppercase;
}

.landing__h4 span {
    font-size: 15px;
    font-weight: 500;
}

.landing__h4--center {
    text-align: center;
}
.img--center{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.landing__p {
    color: #343434;
    font-weight: 500;
}

.landing__p--l {
    font-size: 18px;
    line-height: 1.29;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
    padding-left: 30px;
    list-style: disc outside;
    position: relative;
}
.landing__p--l li{
    margin: 10px 0;
}

.landing__p--l span {
    font-weight: 500;
}
.landing__main .landing__p--l{
    font-size: 28px;
    font-weight: 700;
    list-style: none;
    padding-left: 10px;
}
.landing__main .landing__p--l li{
    padding-left: 50px;
    background: url("../images/plus_red.png") no-repeat 0 2px;
}
.landing__p--m {
    font-size: 18px;
    line-height: 1.25;
}
.landing__p--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.about__advantages-item p.landing__p--s {
    font-size: 17px;
    line-height: 1.55;
}


.landing__p--title-note {
    font-weight: 600;
    font-size: 18px;
}

.landing__p--color-green {
    color: #269e4a;
}

.landing__p--faq {
    font-size: 19px;
    font-weight: 500;
}

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

.landing__button {
    font-size: 18px;
    padding: 11px 15px;
    border-radius: 37px;
    color: #fff;
    display: inline-block;
    min-width: 125px;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 500;
    margin: 20px 20px 20px 0;
}

.landing__button--green {
    background: #269e4a;
}

.landing__button--green:hover {
    background: #1c7537;
}

.landing__button--blue {
    background: #343434;
}

.landing__button--blue:hover {
    background: #01254b;
}

.landing__button--light-blue {
    background: #0170ba;
}

.landing__button--light-blue:hover {
    background: #015187;
}
.landing__button--red {
    background: #e03420;
}

.landing__button--red:hover {
    background: #a51606;
}
.landing__main {
    padding-top: 70px;
    position: relative;
    min-height: 683px;
    background: url("../images/landing__main-bg.png") no-repeat;
    background-position: 22% 11%;
}

.landing__right-img {
    width: 483px;
    position: absolute;
    top: 85%;
    right: 10%;
    max-width: 50%;
    margin-top: -331px;
    overflow: hidden;
}

.landing__right-img img {
    width: 100%;
    height: auto;
    position: relative;
}

.landing__roadmap {
    position: relative;
    padding: 35px 0;
}

.landing__about {
    position: relative;
    background: #f3f6f8;
    padding: 0 0 30px;
}

.landing__about-project {
    position: relative;
    padding: 0;
}

.landing__token {
    padding: 0 0 30px;
    position: relative;
}

.landing__team {
    padding: 65px 0;
    position: relative;
}

.landing__faq {
    background: #fbfdff;
    padding: 55px 0;
    position: relative;
}

.landing__docs {
    padding: 65px 0;
    position: relative;
}

.landing__footer {
    position: relative;
}

.landing__footer-basement {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.footer-tb{
    position: relative;
    width: 100%;
}
.footer__td-item{
    display: inline-block;
    position: relative;
    width: 49%;
    vertical-align: top;
}
.footer__title{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.landing__footer-basement ul.landing__p{
    list-style: disc outside;
    padding: 0;
}
.landing__footer-basement ul.landing__p li {
    display: block;
    padding: 0 3% 14px 20px;
    text-align: left;
    position: relative;
    max-width: 400px;
}
.landing__footer-basement ul.landing__p li span{
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
}
.landing__footer-basement a{
    font-weight: 600;
    color: #343434;
}
.landing__footer-basement a:hover{
    color: #0170ba;
}
.landing__about-tb {
    position: relative;
    padding: 65px 0;
}

.landing__market {
    position: relative;
    padding: 65px 0;
    background: #fbfdff;
}

.landing__icon--social {
    margin: 0 15px;
}

.landing__icon--social-twitter {
    width: 25px;
    height: 21px;
    fill: #343434;
}

.landing__b-block {
    position: relative;
    width: 100%;
    background: #f3f6f8;
}

.landing__b-block--footer {
    background: #f0f6fc;
}

.landing__problem {
    position: relative;
    width: 100%;
    padding: 65px 0 20px;
}

.landing__rating {
    position: relative;
    width: 100%;
    padding: 65px 0;
}

.landing__buble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.footer {
    position: relative;
    height: 400px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 25px 20px 5px rgba(119, 175, 205, 0.18);
}
.footer p{
    max-width: 550px;
    margin: 1em auto;
}

.hidden {
    display: none;
}

.overflow {
    overflow: hidden;
}

.market {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.market__text {
    position: relative;
    width: 40%;
}

.market__img {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.market__img img {
    position: relative;
    width: 100%;
    height: 100%;
}

.market__p {
    font-size: 15px;
    font-weight: 500;
}

.market__p--1 {
    color: #72dfe5;
}

.market__p--2 {
    color: #49d0e4;
}

.market__p--3 {
    color: #4bb67d;
}

.market__p--4 {
    color: #3dc0eb;
}

.market__p--5 {
    color: #53bbf0;
}

.market__p--6 {
    color: #5394e1;
}

.market__p--7 {
    color: #2a58c7;
}

.market__p--8 {
    color: #123997;
}

.market__p--9 {
    color: #bfd3eb;
}

.market .landing__p {
    padding: 30px 0;
}

.note {
    width: 100%;
    border-radius: 4px;
    background: #f7fafe;
    padding: 20px 15px;
    box-sizing: border-box;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    overflow: auto;
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 438px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto;
    top: 20%;
}
.sert .popup__container{
    max-width: 555px;
    top: 3%;
}
.popup__title {
    font-size: 20px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #e03420;
}

.popup__p {
    display: block;
    vertical-align: top;
    margin-top: 10px;
    opacity: 0.8;
    font-size: 18px;
    text-transform: none;
    line-height: 1.21;
    color: #151c22;
    margin-bottom: 15px;
}
.popup__s {
    display: block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 15px;
}
.popup__s img{
    max-width: 100%;
}

.popup__input {
    width: 100%;
    display: block;
    padding: 0 12px;
    line-height: 49px;
    border-radius: 4px;
    background: #f6f6f6;
    height: 51px;
    border: 1px solid #f6f6f6;
    font-size: 13px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.popup__input.has-error{
    border: 1px solid #f56a6a;
}
.popup__textarea {
    width: 100%;
    border: 1px solid #f6f6f6;
    font-size: 13px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 12px;
    height: 161px;
    resize: none;
}

.popup__btn {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
    line-height: 51px;
    height: 51px;
    width: 100%;
    border-radius: 4px;
    margin-top: 16px;
    background: #e03420;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: .2s;
    border: none;
    font-family: Whitney;
}

.popup__btn:hover {
    background: #a51606;
}

.popup__icon--close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 33px;
    right: 40px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    fill: #343434;
}

.popup__icon--close:hover {
    transform: rotate(180deg);
}

.popup--hidden {
    display: none;
}

.pre-sale {
    display: flex;
    align-items: center;
}

.pre-sale__p {
    font-size: 15px;
    font-weight: normal;
    color: #343434;
    margin-left: 20px;
}

.pre-sale__icon {
    text-transform: uppercase;
    width: 37px;
    height: 37px;
    color: #fff;
    font-size: 15px;
    background: #0170ba;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    vertical-align: top;
    box-sizing: border-box;
}

.pre-sale__icon span {
    display: block;
    font-size: 11px;
}

.swiper-container {
    width: 100%;
    position: relative;
    margin: 20px auto;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button-prev {
    left: -50px;
    margin-top: 22px;
}

.swiper-button-next {
    right: -50px;
    margin-top: 22px;
}

.problem__container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}

.problem__item {
    border-radius: 4px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.1);
    background: #fbfdff;
    width: 45%;
    padding: 10px;
    height: 220px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin: 10px 0;
    overflow: hidden;
}

.problem__item:hover {
    overflow: auto;
}

.problem__item--title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rating {
    position: relative;
    width: 100%;
}

.rating__container {
    display: flex;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    flex-flow: row wrap;
}

.rating__container a {
    width: 17%;
    min-width: 150px;
    display: block;
    margin: 10px 20px 10px 0;
}

.rating__container a img {
    width: 100%;
    height: auto;
}

.roadmap__container {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
}

.roadmap__row {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 55px;
}

.roadmap__cell {
    width: 300px;
}

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

.roadmap__cell-title {
    font-size: 13px;
    font-weight: 600;
}

.roadmap__cell p {
    margin: 5px 0;
}

.roadmap__middle {
    margin: 0 15px;
    width: 1px;
    background: #024590;
    position: relative;
}

.roadmap__middle-dot {
    width: 9px;
    height: 9px;
    background: #024590;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
}

.roadmap__date {
    margin-bottom: 30px;
    background: #024590;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}

.segment__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.segment__text {
    width: 46%;
    position: relative;
}

.segment__img {
    width: 46%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.segment .landing__p--l {
    font-size: 20px;
}

.segment__icon {
    fill: #343434;
}
#application{
    padding: 80px 0 20px;
}
.application_left{
    width: 100%;
    padding-right: 200px;
    box-sizing: border-box;
}
.application_right{
    position: absolute;
    right: 0;
    bottom: 0;

}
.status {
    position: relative;
    padding: 95px 0 30px;
}

.status__advantages {
    padding: 50px 0 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: relative;
    flex-flow: row wrap;
    margin: 20px 0;
}

.status__advantages-item {
    position: relative;
    width: 30%;
    min-width: 250px;
    text-align: center;
}

.status__advantages-item p {
    padding: 0;
    margin: 0;
}

.team__container {
    display: flex;
    flex-flow: row wrap;
}

.team__card {
    width: 24%;
    min-width: 162px;
    margin: 10px 4px;
}

.team__card-photo {
    width: 162px;
    height: 162px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    filter: grayscale(100%);
    transition: .2s;
}

.team__card-photo:hover {
    filter: grayscale(0);
}

.team__card-photo img {
    width: auto;
    height: 100%;
    position: relative;
}

.team__card-photo--add {
    background: #e3effb;
    opacity: .31;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
}

.team__card-photo--add:hover {
    opacity: .5;
}

.team__card-name {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: .9;
    line-height: 1;
    margin: 10px 0;
}

.team__card-position {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .3;
}

.team__card-duties {
    font-size: 13px;
    opacity: .3;
    font-weight: 500;
}

.team__icon {
    width: 75px;
    height: 75px;
    opacity: .3;
}

.team__icon--social {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    transition: .2s;
}

.team__icon--social:hover {
    opacity: 1;
}

.team__social {
    padding: 10px 0;
    display: flex;
}

.token {
    position: relative;
    margin: 30px 0;
    width: 100%;
}
ul.landing__p--m {
    margin: 10px 0 0;
    padding-left: 30px;
    list-style: disc outside;
    position: relative;
}
ul.landing__p--m li{
    padding: 0 0 10px;
}
.token--margin {
    margin-top: 70px;
}

.token__p-info {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9bb5d1;
}

.token__graph {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.token__graph-item {
    position: relative;
    width: 386px;
    height: 155px;
    border-radius: 6px;
    background: #fbfbfb;
    box-shadow: 0 12px 14px 0 rgba(1, 62, 126, 0.07);
    display: block;
}

.token__graph-p {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
}

.token__graph-title {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.token__graph-title span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.token__graph-img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 160px;
    height: 160px;
}

.token__graph-img img {
    width: 100%;
    height: 100%;
}

.token__arrow-right {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.token__icon {
    width: 46px;
    height: 33px;
    fill: #343434;
    margin-bottom: 10px;
}

.token__tb {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

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

.token__td {
    width: 47%;
    position: relative;
}

.token__td-item {
    padding: 10px 0;
}

.token__td-logo {
    position: absolute;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    top: 50%;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.token__td-graph:hover .token__td-logo {
    opacity: 0;
}

.token__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 5px;
}

.token__bonus {
    position: relative;
    width: 100%;
    background: #fbfbfb;
    border-radius: 6px;
    box-shadow: 0 12px 14px 0 rgba(1, 62, 126, 0.07);
    padding: 25px;
    box-sizing: border-box;
}

.token__bonus-medium {
    font-size: 18px;
    font-weight: 500;
    color: #e03420;
}

.token__bonus-title {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
}

.token__bonus-light {
    font-size: 12px;
    font-weight: 500;
}

.token__cells {
    margin-top: 50px;
    width: 100%;
}

.token__cells-title {
    font-size: 16px;
    font-weight: 500;
}

.token__cells-container {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
}

.token__cells-item {
    width: 30%;
    margin: 10px 1%;
    min-width: 200px;
    position: relative;
    background: rgb(243, 246, 248);
    padding-bottom: 150px;
    box-sizing: border-box;
}
.align__right{
    right: 0;
}
.align__left{
    left: 0;
}
.align__center{
    left: 50%;
    margin-left: -100px;
}
.token__cells-item img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
    vertical-align: bottom;
}
.token__cells-item-desc {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #8f8f8f;
    padding: 5px;
}

.token__cells-item-title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px 5px;
}
.without_sex .img {
    position: relative;
    height: 105px;
    margin: 0 auto;
    border-radius: 50%;
    width: 105px;
}
.without_sex .token__cells-item:nth-child(1) .img {
    background: #ffffff url(../images/sec3_img3.jpg) top center no-repeat;
}
.without_sex .token__cells-item:nth-child(2) .img {
    background: #ffffff url(../images/sec3_img1.jpg) top center no-repeat;
}
.without_sex .token__cells-item:nth-child(3) .img {
    background: #ffffff url(../images/sec3_img2.jpg) top center no-repeat;
}
.without_sex .token__cells-item:nth-child(4) .img {
    background: #ffffff url(../images/sec3_img4.jpg) top center no-repeat;
}
.without_sex .token__cells-item .img:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: calc(50% - 15px);
    background: url(../images/sec3_img-icon.png);
    bottom: -10px;
}
.without_sex .token__cells-item {
    width: 25%;
    min-width: 150px;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 10px 0;
    background: none;
}
.without_sex .token__cells-item-desc {
    font-size: 16px;
    font-weight: 500;
    color: #9bb8d6;
    text-align: center;
}
.without_sex .token__cells-item-title {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0 5px;
    color: #e03420;
    text-align: center;
}



@media (max-width: 1199.98px) {
    .swiper-container {
        width: 90%;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }

    .landing__right-img {
        top: 85%;
        right: 0;
    }
    .b-block__right-img {
        overflow: hidden;
    }

    .b-block__right-img img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .header__logo {
        width: 120px;
        height: 33px;
        background-size: cover;
        background-position: 0 -33px;
    }
    .header--move .header__logo{

    }
    .about__advantages {
        flex-flow: row wrap;
    }

    .about-project .about__right span {
        display: block;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .container__padding {
        padding: 50px 20px;
    }

    .header__icon--logo {
        width: 80px;
    }

    .landing__h1 {
        font-size: 36px;
    }



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

    .token__graph {
        flex-flow: column;
        align-items: center;
    }

    .token__graph-item {
        margin: 30px 0;
    }

    .token__icon {
        transform: rotate(90deg);
    }
}

@media all and (max-width: 900px) {
    .landing__right-img {
        width: 380px;
        margin-top: -250px;
    }
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .landing__right-img {
        top: 100%;
        max-width: 380px;
        margin-top: -320px;
    }

    .about--idea {
        flex-flow: column;
    }

    .about__left, .about__right, .about__right--img {
        width: 100%;
        margin: 20px 0 0;
    }

    .about__left--img {
        width: 60%;
    }

    .about__tb {
        flex-flow: column;
    }

    .about__td {
        width: 100%;
    }

    .about-project .about__right {
        width: 100%;
    }


    .about-project .about__right span {
        display: inline-block;
    }

    .about-tb {
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .about-tb__td {
        min-width: 250px;
    }

    .b-block {
        display: flex;
        flex-flow: column;
    }

    .b-block__right-img {
        position: relative;
        order: 2;
        max-width: 100%;
        padding: 0 0 0 20px;
        overflow: hidden;
    }

    .b-block__right-img img {
        height: 100%;
        width: auto;
    }

    .b-block .container {
        order: 1;
    }

    .header__menu {
        display: none;
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        flex-flow: column;
        background: #343434;
        color: #fff;
        right: 500px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 12px 0 black;
    }

    .header__menu--open {
        right: 0;
        display: flex;
    }

    .header__menu-item {
        font-size: 18px;
        text-transform: uppercase;
        margin: 10px;
    }

    .header__menu-item--lang {
        position: relative;
        top: 0;
    }

    .header__menu-mobile {
        display: inline-block;
    }

    .header__menu-mobile--open {
        margin-right: calc(50% - 50px);
    }

    .header__menu a {
        color: #fff;
    }

    .header__icon--menu {
        z-index: 1001;
    }

    .header__icon--lang {
        top: 1px;
    }

    .market {
        flex-flow: column;
    }

    .market__text {
        width: 100%;
    }

    .problem__container {
        flex-flow: column;
    }

    .problem__item {
        width: 70%;
    }

    .roadmap__row {
        width: 100%;
    }

    .roadmap__cell {
        width: 100%;
        max-width: 300px;
    }

    .roadmap__middle {
        width: 3px;
    }

    .segment__container {
        flex-flow: column;
    }

    .segment__text {
        order: 1;
        width: 100%;
    }

    .segment__img {
        width: 100%;
        order: 2;
    }

    .token__tb {
        flex-flow: column;
    }

    .token__td {
        width: 100%;
    }

    .token--margin {
        margin-top: 50px;
    }

    .token__bonus {
        position: relative;
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }

    .token__cells-item {
        margin: 10px;
    }
    .application_left{
        padding-right: 0;
    }
    .application_right{
        position: relative;
        width: 100%;
        text-align: center;

    }
    .application_right img{
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .landing__main{
        padding-bottom: 120px;
    }
    .landing__right-img{
        max-width: 100%;
        margin-top: -360px;
    }


    .b-block__h4 {
        font-size: 20px;
    }

    .header__menu {
        min-width: 320px;
    }

    .header__menu-mobile--open {
        margin-right: 0;
    }

    .header__logo {
        z-index: 1001;
    }

    .landing__h1 {
        font-size: 24px;
    }

    .landing__h4 {
        font-size: 20px;
    }

    .market__img {
        width: 100%;
    }

    .problem__item {
        width: 90%;
    }

    .token__graph-item {
        width: 100%;
    }

    .token__graph-img {
        width: 120px;
        height: 120px;
    }
    .footer__td-item {
        width: 100%;
    }
}
@media (max-width: 465.98px) {
    .landing__main{
        padding-bottom: 180px;
    }
    .landing__right-img {
        width: 380px;
        margin-top: -340px;
    }
    .landing__p--l br{
        display: none;
    }
}
body {
    transition: all 1s 1s;
    opacity: 0;
    overflow-x: hidden;
}
body.loaded {
    opacity: 1;
}

.enter-y {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-y-r {
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x {
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x-r {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.show .delay-1 {
    transition-delay: .2s !important
}

.show .delay-2 {
    transition-delay: .4s !important
}

.show .delay-3 {
    transition-delay: .6s !important
}

.show .delay-4 {
    transition-delay: .8s !important
}

.show .delay-5 {
    transition-delay: 1s !important
}

.show .delay-6{
    transition-delay: 1.2s !important
}

.show .enter-y, .show .enter-x, .show .enter-y-r, .show .enter-x-r {
    opacity: 1;
    transform: translate(0)
}
.show-me{
    overflow: hidden;
}