@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -moz-box-sizing: content-box;
    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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * 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 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -moz-box-sizing: border-box;
    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 in Chrome and Safari on macOS.
 */
    [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 Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Bold.html");
    src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope/Manrope-Boldd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Semibold.html");
    src: local("Manrope Semibold"), local("Manrope-Semibold"), url("../fonts/Manrope/Manrope-Semiboldd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope/Manrope-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Regular.html");
    src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/Manrope/Manrope-Regulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Light.html");
    src: local("Manrope Light"), local("Manrope-Light"), url("../fonts/Manrope/Manrope-Lightd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Light.woff") format("woff"), url("../fonts/Manrope/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Thin.html");
    src: local("Manrope Thin"), local("Manrope-Thin"), url("../fonts/Manrope/Manrope-Thind41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Thin.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Thin.woff") format("woff"), url("../fonts/Manrope/Manrope-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-Medium.html");
    src: local("Manrope Medium"), local("Manrope-Medium"), url("../fonts/Manrope/Manrope-Mediumd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url("../fonts/Manrope/Manrope-ExtraBold.html");
    src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url("../fonts/Manrope/Manrope-ExtraBoldd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SovMod';
    src: url("../fonts/Sovmod/SovMod.html");
    src: url("../fonts/Sovmod/SovModd41d.html?#iefix") format("embedded-opentype"), url("../fonts/Sovmod/SovMod.woff2") format("woff2"), url("../fonts/Sovmod/SovMod.woff") format("woff"), url("../fonts/Sovmod/SovMod.ttf") format("truetype");
    font-weight: normal;
    font-style: 400;
    font-display: swap;
}

.team-item__text:after {
    content: "";
    display: block;
    clear: both;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.2;
    }

    100% {
        -moz-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        -moz-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse2 {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}

@-moz-keyframes pulse2 {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}

@keyframes pulse2 {
    0% {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}

@-webkit-keyframes cabTimer {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

@-moz-keyframes cabTimer {
    0% {
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }

    100% {
        -moz-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

@keyframes cabTimer {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

@-webkit-keyframes scene1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes scene1 {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scene1 {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scene2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: rotate(51deg) translate(58px, -27px);
        transform: rotate(51deg) translate(58px, -27px);
    }

    31% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(67px, 26px);
        transform: rotate(0deg) translate(67px, 26px);
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(230px, -51px);
        transform: rotate(0deg) translate(230px, -51px);
    }
}

@-moz-keyframes scene2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -moz-transform: rotate(51deg) translate(58px, -27px);
        transform: rotate(51deg) translate(58px, -27px);
    }

    31% {
        opacity: 0;
        -moz-transform: rotate(0deg) translate(67px, 26px);
        transform: rotate(0deg) translate(67px, 26px);
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(0deg) translate(230px, -51px);
        transform: rotate(0deg) translate(230px, -51px);
    }
}

@keyframes scene2 {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: rotate(51deg) translate(58px, -27px);
        -moz-transform: rotate(51deg) translate(58px, -27px);
        transform: rotate(51deg) translate(58px, -27px);
    }

    31% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(67px, 26px);
        -moz-transform: rotate(0deg) translate(67px, 26px);
        transform: rotate(0deg) translate(67px, 26px);
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(230px, -51px);
        -moz-transform: rotate(0deg) translate(230px, -51px);
        transform: rotate(0deg) translate(230px, -51px);
    }
}

@-webkit-keyframes scene3 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(-149px, 70px);
        transform: rotate(0deg) translate(-149px, 70px);
    }

    61% {
        opacity: 0;
        -webkit-transform: rotate(50deg) translate(-47px, 168px);
        transform: rotate(50deg) translate(-47px, 168px);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(50deg) translate(-93px, 189px);
        transform: rotate(50deg) translate(-93px, 189px);
    }
}

@-moz-keyframes scene3 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        -moz-transform: rotate(0deg) translate(-149px, 70px);
        transform: rotate(0deg) translate(-149px, 70px);
    }

    61% {
        opacity: 0;
        -moz-transform: rotate(50deg) translate(-47px, 168px);
        transform: rotate(50deg) translate(-47px, 168px);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(50deg) translate(-93px, 189px);
        transform: rotate(50deg) translate(-93px, 189px);
    }
}

@keyframes scene3 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0;
        -webkit-transform: rotate(0deg) translate(-149px, 70px);
        -moz-transform: rotate(0deg) translate(-149px, 70px);
        transform: rotate(0deg) translate(-149px, 70px);
    }

    61% {
        opacity: 0;
        -webkit-transform: rotate(50deg) translate(-47px, 168px);
        -moz-transform: rotate(50deg) translate(-47px, 168px);
        transform: rotate(50deg) translate(-47px, 168px);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(50deg) translate(-93px, 189px);
        -moz-transform: rotate(50deg) translate(-93px, 189px);
        transform: rotate(50deg) translate(-93px, 189px);
    }
}

@-webkit-keyframes scene4 {
    0% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    50% {
        -webkit-transform: translateY(-20px) scale(1.2);
        transform: translateY(-20px) scale(1.2);
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-moz-keyframes scene4 {
    0% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    50% {
        -moz-transform: translateY(-20px) scale(1.2);
        transform: translateY(-20px) scale(1.2);
    }

    100% {
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes scene4 {
    0% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

    50% {
        -webkit-transform: translateY(-20px) scale(1.2);
        -moz-transform: translateY(-20px) scale(1.2);
        transform: translateY(-20px) scale(1.2);
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes adv1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(495px, 232px);
        transform: translate(495px, 232px);
    }
}

@-moz-keyframes adv1 {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate(495px, 232px);
        transform: translate(495px, 232px);
    }
}

@keyframes adv1 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(495px, 232px);
        -moz-transform: translate(495px, 232px);
        transform: translate(495px, 232px);
    }
}

@-webkit-keyframes adv2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(520px, 242px);
        transform: translate(520px, 242px);
    }
}

@-moz-keyframes adv2 {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -moz-transform: translate(520px, 242px);
        transform: translate(520px, 242px);
    }
}

@keyframes adv2 {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(520px, 242px);
        -moz-transform: translate(520px, 242px);
        transform: translate(520px, 242px);
    }
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-family: "Manrope", sans-serif;
    background-color: #0F0F0F;
}

html {
    font-size: 14px;
}

@media (max-width: 480px) {
    html {
        font-size: 12px;
    }
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

sup, sub {
    font-size: 60%;
}

sup {
    top: -6px;
}

sub {
    bottom: 0;
    text-transform: uppercase;
}

img {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

.wrapper {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    opacity: 1;
    z-index: 1;
}

    .wrapper:before {
        position: absolute;
        top: 0;
        right: -moz-calc(50% + 1764px / 2);
        right: calc(50% + 1764px / 2);
        height: 100%;
        width: 1px;
        background-color: #202020;
        content: '';
        z-index: -1;
        pointer-events: none;
    }

    .wrapper:after {
        position: absolute;
        top: 0;
        left: -moz-calc(50% + 1764px / 2);
        left: calc(50% + 1764px / 2);
        height: 100%;
        width: 1px;
        background-color: #202020;
        content: '';
        z-index: -1;
        pointer-events: none;
    }

.content {
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.svg-gradients {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

@supports (-webkit-background-clip: text) {
    .header-title,
    .m-title p,
    .plan-title span,
    .about-page__title .m-title p > span,
    .faq-info__text p,
    .cashback-text p,
    .sign-title,
    .cab-title {
        background: -moz-linear-gradient(354deg, #0F0F0F -13.99%, #FFF 75.31%);
        background: linear-gradient(96deg, #0F0F0F -13.99%, #FFF 75.31%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .cab-radio__item-title span {
        background: -moz-linear-gradient(354deg, #FF512F 0%, #DD2476 100%);
        background: linear-gradient(96deg, #FF512F 0%, #DD2476 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

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

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

.z-index {
    z-index: 10;
    position: relative;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.highcharts-credits {
    display: none !important;
}

@media (max-width: 575px) {
    .datepicker {
        position: fixed !important;
        top: 10px !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        pointer-events: none !important;
    }

        .datepicker.active {
            pointer-events: all !important;
        }
}

@media (max-width: 575px) {
    .datepicker--pointer {
        display: none !important;
    }
}

.copy-success {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #fff;
    z-index: 9999;
    display: none;
    border: 6px solid #4EB71E;
}

    .copy-success svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #4EB71E;
        width: 50%;
        height: 50%;
    }

.header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #202020;
}

    .header:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .header:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

.header-top {
    border-bottom: 1px solid #202020;
    padding: 18px 0;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    z-index: 10;
}

    .header-top:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .header-top:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

@media (max-width: 1199px) {
    .header-top {
        padding: 15px 0;
    }
}

.header-logo {
    width: 140px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 17px;
}

    .header-logo img {
        width: 100%;
    }

.header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1199px) {
    .header-menu {
        display: none;
    }
}

.header-menu__item {
    margin-right: 30px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #B4B3AF;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
}

    .header-menu__item:last-child {
        margin-right: 0;
    }

    .header-menu__item:hover, .header-menu__item.active {
        color: #fff;
    }

    .header-menu__item > svg {
        margin-left: 4px;
        width: 5px;
        height: 5px;
        fill: none;
        stroke: #B81E20;
        stroke-linecap: round;
    }

.header-menu__drop {
    position: absolute;
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 0;
    display: none;
    background-color: #151515;
    border-radius: 15px;
    padding: 10px 15px;
}

    .header-menu__drop:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        content: '';
    }

    .header-menu__drop a {
        white-space: nowrap;
        color: #B4B3AF;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: block;
    }

        .header-menu__drop a:hover, .header-menu__drop a.active {
            color: #fff;
        }

        .header-menu__drop a:last-child {
            margin-bottom: 0;
        }

.header-lang {
    position: relative;
}

    .header-lang.active .header-lang__btn {
        border-color: #fff;
        color: #fff;
    }

        .header-lang.active .header-lang__btn svg {
            fill: #fff;
        }

    .header-lang.active .header-lang__drop {
        opacity: 1;
        pointer-events: all;
    }

.header-lang__btn {
    padding: 13px 16px 13px 10px;
    border-radius: 9px;
    border: 1px solid #151515;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    color: #B4B3AF;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .header-lang__btn svg {
        fill: #B4B3AF;
        width: 15px;
        height: 15px;
        margin-right: 10px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header-lang__btn:hover {
        border-color: #fff;
        color: #fff;
    }

        .header-lang__btn:hover svg {
            fill: #fff;
        }

.header-lang__drop {
    position: absolute;
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    right: 0;
    background-color: #151515;
    border-radius: 15px;
    padding: 10px 15px;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
}

    .header-lang__drop a {
        white-space: nowrap;
        color: #B4B3AF;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        margin-bottom: 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        text-align: center;
    }

        .header-lang__drop a:hover, .header-lang__drop a.active {
            color: #fff;
        }

        .header-lang__drop a:last-child {
            margin-bottom: 0;
        }

.header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 13px;
}

@media (max-width: 1199px) {
    .header-btns {
        display: none;
    }
}

.header-btns:last-child {
    margin-right: 0;
}

.header-login {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #B4B3AF;
    margin-right: 22px;
}

    .header-login svg {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        fill: #B4B3AF;
        opacity: 0.2;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header-login:hover {
        color: #fff;
    }

        .header-login:hover svg {
            fill: #B81E20;
            opacity: 1;
        }

.header-burger {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-left: 10px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: none;
}

@media (max-width: 1199px) {
    .header-burger {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #B4B3AF;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
}

.header-burger:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B4B3AF;
    border-radius: 2px;
    content: '';
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header-burger:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B4B3AF;
    border-radius: 2px;
    content: '';
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header-burger.active span {
    opacity: 0;
}

.header-burger.active:before {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -moz-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
    background-color: #B81E20;
}

.header-burger.active:after {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-315deg);
    -moz-transform: translate(-50%, -50%) rotate(-315deg);
    -ms-transform: translate(-50%, -50%) rotate(-315deg);
    transform: translate(-50%, -50%) rotate(-315deg);
    background-color: #B81E20;
}

.header-content {
    background-color: #121212;
    padding: 136px 0px 50px 0;
    border-radius: 59px;
    max-width: 1744px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .header-content {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .header-content {
        background-position: 0 50%;
    }
}

.header-content .m-text {
    max-width: 368px;
}

    .header-content .m-text:last-child {
        margin-bottom: 0;
    }

    .header-content .m-text p {
        font-size: 16px;
    }

@media (max-width: 991px) {
    .header-content .m-text p {
        font-size: 14px;
    }
}

.header-content .m-btn {
    margin-bottom: 170px;
}

@media (max-width: 1199px) {
    .header-content .m-btn {
        margin-bottom: 40px;
    }
}

.header-scene {
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 1756px;
    height: 755px;
    z-index: -1;
    pointer-events: none;
    border-radius: 59px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .header-scene {
        display: none;
    }
}

.header-scene__item {
    position: absolute;
    -webkit-animation: scene1 7s infinite ease-in-out;
    -moz-animation: scene1 7s infinite ease-in-out;
    animation: scene1 7s infinite ease-in-out;
}

.header-scene__item_1 {
    left: 843px;
    top: 536px;
}

.header-scene__item_2 {
    left: 915px;
    top: 508px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.header-scene__item_3 {
    left: 844px;
    top: 574px;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.header-scene__item_4 {
    left: 938px;
    top: 579px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.header-scene__item_5 {
    left: 1593px;
    top: 414px;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
}

.header-scene__item_6 {
    left: 1659px;
    top: 386px;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s;
}

.header-scene__item_7 {
    left: 1686px;
    top: 437px;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.header-scene__line {
    position: absolute;
}

.header-scene__line_1 {
    top: 674px;
    left: 927px;
    -webkit-transform: rotate(51deg) translate(0px, 0px);
    -moz-transform: rotate(51deg) translate(0px, 0px);
    -ms-transform: rotate(51deg) translate(0px, 0px);
    transform: rotate(51deg) translate(0px, 0px);
    -webkit-animation: scene2 5s infinite linear;
    -moz-animation: scene2 5s infinite linear;
    animation: scene2 5s infinite linear;
}

.header-scene__line_2 {
    top: 529px;
    left: 1573px;
    -webkit-animation: scene3 5s infinite linear;
    -moz-animation: scene3 5s infinite linear;
    animation: scene3 5s infinite linear;
}

.header-scene__bubble {
    position: absolute;
    -webkit-animation: scene4 7s infinite ease-in-out;
    -moz-animation: scene4 7s infinite ease-in-out;
    animation: scene4 7s infinite ease-in-out;
}

.header-scene__bubble_1 {
    top: 37px;
    left: 127px;
}

.header-scene__bubble_2 {
    top: 167px;
    left: 728px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.header-scene__bubble_3 {
    top: 460px;
    left: 37px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
}

.header-title {
    font-weight: 100;
    font-size: 80px;
    color: #fff;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.14;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .header-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .header-title {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .header-title {
        font-size: 32px;
    }
}

.header-title > img {
    max-width: 155px;
    margin-left: -70px;
    margin-bottom: -9px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .header-title > img {
        margin-bottom: -14px;
    }
}

@media (max-width: 575px) {
    .header-title > img {
        max-width: 121px;
        margin-left: -50px;
        margin-bottom: -13px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .header-title > img {
        margin-left: -46px;
    }
}

.header-title span {
    font-family: "SovMod", sans-serif;
}

.header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.header-soc-text {
    font-weight: 400;
    color: #3C3C3C;
    font-size: 12px;
    max-width: 248px;
    line-height: 1.51;
    margin-bottom: 21px;
}

@media (max-width: 991px) {
    .header-soc-text {
        color: rgba(180, 179, 175, 0.5);
    }
}

.header-soc-text span {
    color: #fff;
    font-weight: 600;
}

.header-soc a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    color: #B4B3AF;
    font-weight: 300;
    font-size: 13px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    margin-right: 16px;
    margin-bottom: 10px;
    transition: all .3s ease;
}

    .header-soc a:last-child {
        margin-right: 0;
    }

    .header-soc a:hover {
        color: #fff;
    }

        .header-soc a:hover svg {
            fill: #fff;
        }

    .header-soc a span {
        color: #B81E20;
        text-transform: none;
        font-weight: 500;
        font-size: 8px;
        margin-left: 3px;
        margin-top: 1px;
    }

    .header-soc a svg {
        width: 12px;
        height: 12px;
        margin-right: 2px;
        fill: #B4B3AF;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.header-soc_cont {
    margin-bottom: 37px;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -moz-calc(33px * 4);
    height: calc(33px * 4);
}

    .header-soc_cont a {
        text-transform: none;
        color: #fff;
        margin-bottom: 18px;
        margin-right: 40px;
        min-width: 117px;
        -webkit-text-decoration-style: dashed;
        -moz-text-decoration-style: dashed;
        text-decoration-style: dashed;
        -webkit-text-decoration-color: #B81E20;
        -moz-text-decoration-color: #B81E20;
        text-decoration-color: #B81E20;
        text-underline-offset: 5px;
    }

        .header-soc_cont a span {
            text-decoration: none !important;
        }

        .header-soc_cont a:hover {
            text-decoration: underline;
            -webkit-text-decoration-style: dashed;
            -moz-text-decoration-style: dashed;
            text-decoration-style: dashed;
            -webkit-text-decoration-color: #B81E20;
            -moz-text-decoration-color: #B81E20;
            text-decoration-color: #B81E20;
        }

            .header-soc_cont a:hover svg {
                width: 14px;
                margin-right: 2px;
            }

        .header-soc_cont a svg {
            fill: #fff;
            width: 0;
            margin-right: 0;
            height: 14px;
        }

.header-page {
    background-image: url(../img/header-page-bg.png);
    background-repeat: repeat;
    max-width: 1744px;
    margin-left: auto;
    margin-right: auto;
    background-position: 15px 20px;
    padding: 50px 0;
}

@media (max-width: 991px) {
    .header-page {
        padding: 30px 0;
    }
}

.header_page:after, .header_page:before {
    display: none;
}

.m-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #B4B3AF;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 11px 16px;
    background-color: #181818;
    border-radius: 9px;
    position: relative;
    z-index: 1;
    line-height: 1;
}

    .m-btn:hover {
        color: #fff;
        background-color: #B81E20;
    }

        .m-btn:hover > svg {
            fill: #fff;
            stroke: #fff;
        }

    .m-btn > svg {
        fill: #D7D6D3;
        stroke: #D7D6D3;
        stroke-linecap: round;
        margin-right: 22px;
        width: 13px;
        height: 13px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .m-btn > span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -16px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background: -moz-linear-gradient(183deg, #C32723 5.36%, #B51B20 61.22%, #F3533C 97.03%);
        background: linear-gradient(267deg, #C32723 5.36%, #B51B20 61.22%, #F3533C 97.03%);
        border-radius: 5px;
        padding: 4px 6px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1;
    }

.m-btn_red {
    background: -moz-linear-gradient(183deg, #C32723 5.36%, #B51B20 61.22%, #F3533C 97.03%);
    background: linear-gradient(267deg, #C32723 5.36%, #B51B20 61.22%, #F3533C 97.03%);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 21px;
}

    .m-btn_red:hover:after {
        opacity: 1;
    }

    .m-btn_red:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        background: -moz-linear-gradient(357deg, #C32723 0%, #F3533C 50%);
        background: linear-gradient(-267deg, #C32723 0%, #F3533C 50%);
        content: '';
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.m-btn_big {
    padding: 15px 21px;
    font-size: 18px;
}

.m-btn_mb {
    margin-bottom: 30px;
}

.m-btn_full {
    width: 100%;
}

@media (max-width: 575px) {
    .m-btn_mob-full {
        width: 100%;
    }
}

.m-btn_white {
    background-color: #fff;
    color: #0F0F0F;
}

    .m-btn_white svg {
        stroke: #0F0F0F;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .m-btn_white:hover {
        background-color: #151515;
        color: #fff;
    }

        .m-btn_white:hover svg {
            stroke: #fff;
        }

.m-btn_radius {
    border-radius: 100px;
}

.m-btn_tg {
    background-color: #259DD9;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
}

    .m-btn_tg:hover {
        background-color: #fff;
        color: #259DD9;
    }

        .m-btn_tg:hover svg {
            fill: #259DD9;
            stroke: #259DD9;
        }

    .m-btn_tg svg {
        margin-right: 10px;
        width: 15px;
        height: 15px;
        stroke: none;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.m-btn_tr {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(15, 15, 15, 0.05);
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .m-btn_tr {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .m-btn_tr {
        margin-top: 10px;
    }
}

.m-btn_tr:after {
    display: none;
}

.m-btn_tr:hover {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
}

.m-btn_green {
    background-color: #4FB81E;
    color: #fff;
}

    .m-btn_green:hover {
        background-color: #fff;
        color: #4FB81E;
    }

        .m-btn_green:hover > svg {
            stroke: #4EB71E;
            fill: #4EB71E;
        }

.m-btn_inst {
    background: -moz-linear-gradient(183deg, #FFBE61 -0.7%, #FD9781 35.49%, #D54587 61.71%, #C54695 100%);
    background: linear-gradient(267deg, #FFBE61 -0.7%, #FD9781 35.49%, #D54587 61.71%, #C54695 100%);
    color: #fff;
}

    .m-btn_inst:hover:after {
        opacity: 1;
    }

    .m-btn_inst:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        background: -moz-linear-gradient(357deg, #FFBE61 -0.7%, #FD9781 35.49%, #D54587 61.71%, #C54695 100%);
        background: linear-gradient(-267deg, #FFBE61 -0.7%, #FD9781 35.49%, #D54587 61.71%, #C54695 100%);
        content: '';
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.m-btn_tt {
    background-color: #2C2929;
    color: #fff;
}

    .m-btn_tt:hover {
        background-color: #B81E20;
    }

.m-btn_tg-gr {
    background: -moz-linear-gradient(183deg, #56C7F3 -0.7%, #329BE8 100%);
    background: linear-gradient(267deg, #56C7F3 -0.7%, #329BE8 100%);
    color: #fff;
}

    .m-btn_tg-gr:hover:after {
        opacity: 1;
    }

    .m-btn_tg-gr:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        background: -moz-linear-gradient(357deg, #56C7F3 -0.7%, #329BE8 100%);
        background: linear-gradient(-267deg, #56C7F3 -0.7%, #329BE8 100%);
        content: '';
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.m-btn_yt {
    background: -moz-linear-gradient(183deg, #ED5953 -0.7%, #DA2E2B 100%);
    background: linear-gradient(267deg, #ED5953 -0.7%, #DA2E2B 100%);
    color: #fff;
}

    .m-btn_yt:hover:after {
        opacity: 1;
    }

    .m-btn_yt:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        background: -moz-linear-gradient(357deg, #ED5953 -0.7%, #DA2E2B 100%);
        background: linear-gradient(-267deg, #ED5953 -0.7%, #DA2E2B 100%);
        content: '';
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.m-btn_cab {
    min-height: 47px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .m-btn_cab {
        font-size: 14px;
    }
}

.m-btn_cab > svg {
    margin-right: 17px;
}

.m-text {
    position: relative;
    z-index: 2;
}

    .m-text ul {
        font-weight: 300;
        font-size: 16px;
        color: #B4B3AF;
        line-height: 1.51;
        margin-bottom: 20px;
    }

    .m-text p, .m-text div {
        font-weight: 300;
        font-size: 14px;
        color: #B4B3AF !important;
        line-height: 1.51;
        margin-bottom: 20px;
    }

        .m-text p span, .m-text div span {
            font-weight: 700;
            color: #B81E20;
        }

            .m-text p span.bg, .m-text div span.bg {
                color: #fff;
                background-color: #B81E20;
                padding: 4px 5px;
                border-radius: 3px;
                line-height: 1;
                display: inline-block;
                font-size: 10px;
            }

        .m-text p:last-child, .m-text div:last-child {
            margin-bottom: 0;
        }

    .m-text b {
        font-weight: 700;
    }

        .m-text b span {
            color: #fff;
        }

    .m-text a {
        color: #B81E20;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-underline-offset: 3px;
    }

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

        .m-text a.white {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px dashed #B81E20;
        }

            .m-text a.white:hover {
                color: #B81E20;
            }

    .m-text h3 {
        font-weight: 800;
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.4;
    }

        .m-text h3:last-child {
            margin-bottom: 0;
        }

    .m-text ul li {
        color: #B4B3AF !important;
        position: relative;
        padding-left: 30px;
    }

        .m-text ul li:after {
            position: absolute;
            left: 5px;
            top: 10px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            content: '';
            background-color: #B4B3AF;
        }

.m-text_mb70 {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .m-text_mb70 {
        margin-bottom: 40px;
    }
}

.m-text_mb {
    margin-bottom: 30px;
}

.m-text_mb45 {
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .m-text_mb45 {
        margin-bottom: 24px;
    }
}

.m-text_xl p {
    font-size: 16px;
}

.m-text_mb60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .m-text_mb60 {
        margin-bottom: 30px;
    }
}

.m-text_mb40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .m-text_mb40 {
        margin-bottom: 20px;
    }
}

.m-text_mb24 {
    margin-bottom: 24px;
}

.m-text_mb13 {
    margin-bottom: 13px;
}

.m-text_news h1, .m-text_news h2, .m-text_news h3, .m-text_news h4, .m-text_news h5, .m-text_news h6, .m-text_news blockquote, .m-text_news ol {
    color: #B4B3AF !important;
}

.m-text_news div span, .m-text_news p span {
    color: #B4B3AF;
    font-weight: 400;
}

.m-text_pic {
    max-width: 100%;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 35px;
    overflow: hidden;
    width: 360px;
}

@media (max-width: 767px) {
    .m-text_pic {
        float: none;
        margin-right: 0;
    }
}

.m-subtext {
    font-weight: 400;
    font-size: 13px;
    color: #B4B3AF;
    line-height: 1.4;
    margin-bottom: 24px;
}

.m-subtext_mb60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .m-subtext_mb60 {
        margin-bottom: 30px;
    }
}

.m-subtitle {
    background-color: rgba(184, 30, 32, 0.07);
    margin-bottom: 27px;
    padding: 9px 16px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 9px;
    font-family: "SovMod", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #B81E20;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 575px) {
    .m-subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.m-subtitle img {
    margin-right: 10px;
    width: 19px;
}

.m-title {
    font-weight: 300;
    font-size: 44px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .m-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .m-title {
        font-size: 24px;
    }
}

.m-title > span {
    font-weight: 700;
}

.m-title p {
    font-weight: 300;
    line-height: 1.15;
    display: inline-block;
}

    .m-title p span {
        font-weight: 700;
    }

.m-title_mb50 {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .m-title_mb50 {
        margin-bottom: 30px;
    }
}

.m-title_mb60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .m-title_mb60 {
        margin-bottom: 30px;
    }
}

.m-title_mb90 {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .m-title_mb90 {
        margin-bottom: 30px;
    }
}

.m-input {
    margin-bottom: 35px;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .m-input {
        margin-bottom: 20px;
    }
}

.m-input__title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    padding-left: 20px;
}

    .m-input__title:after {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        content: '';
        background-color: #fff;
    }

.m-input input, .change-country {
    width: 100%;
    height: 63px;
    background-color: #181818;
    border-radius: 9px;
    border: none;
    outline: none;
    padding: 10px 25px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    /*color: #fff;*/
}

.m-input textarea {
    width: 100%;
    height: 132px;
    background-color: #181818;
    border-radius: 9px;
    border: none;
    outline: none;
    padding: 27px 25px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    resize: none;
}

.m-input > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 19px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    fill: #848484;
}

.m-input ::-webkit-input-placeholder {
    color: #3C3C3C;
}

.m-input :-moz-placeholder {
    color: #3C3C3C;
}

.m-input ::-moz-placeholder {
    color: #3C3C3C;
}

.m-input :-ms-input-placeholder {
    color: #3C3C3C;
}

.m-input ::placeholder {
    color: #3C3C3C;
}

.m-input__text {
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .m-input__text {
        margin-bottom: 30px;
    }
}

.m-input__text a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.m-input__text span {
    color: #fff;
}

    .m-input__text span.red {
        color: #B81E20;
    }

.m-input__show {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    z-index: 2;
    cursor: pointer;
}

    .m-input__show:after {
        position: absolute;
        top: -moz-calc(50% - 2px);
        top: calc(50% - 2px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #848484;
        content: '';
        width: 2px;
        height: 100%;
        display: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .m-input__show:hover:after {
        background-color: #B81E20;
    }

    .m-input__show:hover svg {
        fill: #B81E20;
    }

    .m-input__show svg {
        width: 19px;
        height: 19px;
        fill: #848484;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .m-input__show.active:after {
        display: block;
    }

.m-input .country-select {
    width: 100%;
}

    .m-input .country-select input {
        color: #fff;
    }

        .m-input .country-select input:focus {
            color: #fff;
        }

.m-input .flag-dropdown {
    width: 100%;
}

.m-input .selected-flag {
    width: 100% !important;
    background: transparent !important;
    padding-left: 16px;
    font-weight: 500;
}

    .m-input .selected-flag .arrow {
        display: none;
    }

.m-input .country-list {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 12px;
    overflow: auto;
    width: 100% !important;
    background-color: #151515;
    border-color: #202020;
    max-width: 100%;
    z-index: 10;
}

    .m-input .country-list::-webkit-scrollbar {
        width: 2px;
        /* ширина всей полосы прокрутки */
    }

    .m-input .country-list::-webkit-scrollbar-track {
        background: transparent;
        /* цвет зоны отслеживания */
    }

    .m-input .country-list::-webkit-scrollbar-thumb {
        background-color: #B81E20;
        /* цвет бегунка */
        border-radius: 20px;
        /* округлось бегунка */
        border: 0px solid orange;
        /* отступ вокруг бегунка */
    }

    .m-input .country-list .divider {
        display: none;
    }

    .m-input .country-list .country {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
        border-radius: 5px;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        font-family: "Manrope", sans-serif;
        border: 1px solid transparent;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .m-input .country-list .country:hover {
            border-color: transparent;
            color: #B81E20;
            background-color: transparent;
        }

        .m-input .country-list .country.active {
            border-color: transparent;
            color: #B81E20;
            background-color: transparent;
        }

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 240px;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}

    .mob-menu .nicescroll-box {
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        width: 100%;
    }

        .mob-menu .nicescroll-box .wrap {
            min-height: 100%;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: flex-start;
            -moz-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 15px;
        }

    .mob-menu .header-btns {
        margin-top: auto;
        width: 100%;
        margin-right: 0;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .mob-menu .header-btns .m-btn {
            font-size: 14px;
        }

    .mob-menu .header-login {
        margin-right: 10px;
        font-size: 14px;
    }

    .mob-menu .header-menu {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .mob-menu .header-menu__item {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mob-menu .header-menu__drop {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .mob-menu.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
    }

.bg-lines {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    pointer-events: none;
    width: 1744px;
    height: 80px;
    background-image: url(../img/bg-lines.png);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
}

.bg-lines_bottom {
    -webkit-transform: translateX(-50%) scaleY(-1);
    -moz-transform: translateX(-50%) scaleY(-1);
    -ms-transform: translateX(-50%) scaleY(-1);
    transform: translateX(-50%) scaleY(-1);
    top: auto;
    bottom: 0;
}

.invest {
    border-bottom: 1px solid #202020;
    position: relative;
    z-index: 1;
    padding: 84px 0px 99px 0px;
}

    .invest:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .invest:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .invest .m-title {
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

.invest-tabs {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px;
    border: 4px solid #151515;
    background-color: #101010;
    border-radius: 68px;
}

@media (max-width: 767px) {
    .invest-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 38px;
    }
}

.invest-tabs__item {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 15px 26px;
    border-radius: 42px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 700;
    color: #B4B3AF;
    font-size: 16px;
}

@media (max-width: 767px) {
    .invest-tabs__item {
        min-width: 50%;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 14px;
    }
}

.invest-tabs__item:hover {
    color: #fff;
}

.invest-tabs__item span {
    font-size: 10px;
    color: #3C3C3C;
    margin-left: 5px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.invest-tabs__item.active {
    color: #fff;
    background-color: #151515;
}

    .invest-tabs__item.active span {
        color: #B81E20;
    }

.plan {
    background-color: #3C3C3C;
    padding: 10px 10px 13px 10px;
    border-radius: 38px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 55px;
    position: relative;
    box-shadow: 0px -5px 14.9px 0px rgba(255, 255, 255, 0.25) inset;
    z-index: 1;
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .plan {
        margin-bottom: 30px;
    }
}

.plan:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #AE1D1F;
    box-shadow: none;
}

    .plan:hover:after {
        border-color: #AE1D1F;
    }

.plan:after {
    z-index: -1;
    width: 100%;
    height: -moz-calc(100% - 38px);
    height: calc(100% - 38px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #101010;
    border-radius: 38px;
    content: '';
    border: 2px solid #3C3C3C;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.plan.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

    .plan.active:hover {
        -webkit-transform: translateY(-10px) scale(1.05);
        -moz-transform: translateY(-10px) scale(1.05);
        -ms-transform: translateY(-10px) scale(1.05);
        transform: translateY(-10px) scale(1.05);
    }

.plan-popular {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -moz-linear-gradient(138deg, #151515 6.6%, rgba(217, 217, 217, 0) 48.92%, rgba(120, 120, 120, 0.28) 73.68%, #151515 111.47%), #FFF;
    background: linear-gradient(312deg, #151515 6.6%, rgba(217, 217, 217, 0) 48.92%, rgba(120, 120, 120, 0.28) 73.68%, #151515 111.47%), #FFF;
    border-radius: 27px;
    top: 13px;
    font-weight: 700;
    font-size: 12px;
    color: #101010;
    padding: 7px 12px;
    line-height: 1;
}

    .plan-popular svg {
        width: 9px;
        height: 9px;
        margin-right: 4px;
        fill: #101010;
    }

.plan-head {
    border-radius: 30px;
    width: 100%;
    background-color: #151515;
    padding: 45px 9px 10px 9px;
    position: relative;
}

.plan-btns {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .plan-btns .m-btn {
        padding-left: 29px;
        padding-right: 29px;
        background-color: #1B1B1B;
        margin-right: 10px;
        border-radius: 31px;
        font-size: 18px;
    }

@media (max-width: 1199px) {
    .plan-btns .m-btn {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.plan-btns .m-btn:last-child {
    margin-right: 0;
}

.plan-btns .m-btn_red {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
}

    .plan-btns .m-btn_red:after {
        border-radius: 31px;
    }

.plan-title {
    font-size: 16px;
    color: #B81E20;
    text-align: center;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.14;
    margin-bottom: 20px;
    line-height: 1.15;
}

    .plan-title span {
        color: #fff;
        font-size: 24px;
    }

.plan-val {
    font-size: 16px;
    color: #3C3C3C;
    line-height: 1.14;
    text-align: center;
    margin-bottom: 30px;
}

    .plan-val span {
        font-weight: 800;
        font-size: 42px;
        color: #fff;
    }

        .plan-val span sub {
            font-size: 16px;
        }

.plan-info {
    padding: 22px 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.plan-info__wrap {
    margin-bottom: 22px;
}

.plan-info:after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/plan-info-bg.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
    border-radius: 30px;
}

.plan-info p {
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    width: 50%;
}

    .plan-info p span {
        font-weight: 300;
        font-size: 18px;
        color: #fff;
    }

    .plan-info p sub {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

.plan-info__title {
    font-weight: 400;
    font-size: 14px;
    color: #B4B3AF;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    width: 40%;
}

    .plan-info__title svg {
        width: 17px;
        height: 17px;
        margin-right: 4px;
        fill: #B4B3AF;
    }

.plan-amount {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 20px;
}

    .plan-amount:last-child {
        margin-bottom: 0;
    }

.plan-amount__wrap {
    padding: 0px 18px;
    margin-bottom: 37px;
}

    .plan-amount__wrap:last-child {
        margin-bottom: 0;
    }

    .plan-amount__wrap .plan-info__title {
        margin-bottom: 20px;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

.plan-amount h3 {
    font-weight: 400;
    font-size: 16px;
    color: #3C3C3C;
    width: 33%;
    margin-left: 21px;
}

.plan-amount p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    width: 50%;
}

    .plan-amount p span {
        font-size: 14px;
    }

.plan-ref {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 17px;
}

    .plan-ref h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
    }

        .plan-ref h3 img {
            margin-right: 6px;
        }

    .plan-ref p {
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        text-align: right;
    }

        .plan-ref p span {
            margin-right: 8px;
        }

            .plan-ref p span:last-child {
                margin-right: 0;
            }

.footer {
    padding-top: 10px;
}

.footer-wrap {
    border-radius: 59px;
    max-width: 1744px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    background-color: rgba(18, 18, 18, 0.2);
}

.footer-top {
    border-bottom: 1px solid #202020;
    position: relative;
}

    .footer-top:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .footer-top:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

.footer-bot {
    padding: 44px 0px 18px 0;
}

@media (max-width: 991px) {
    .footer-bot {
        padding: 20px 0;
    }
}

.footer-bot .header-soc {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer-bot .header-soc {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .footer-bot .header-soc {
        margin-bottom: 10px;
    }
}

.footer-copy {
    font-weight: 400;
    font-size: 11px;
    color: #3C3C3C;
    line-height: 1.15;
}

@media (max-width: 991px) {
    .footer-copy {
        margin-bottom: 20px;
    }
}

.footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .footer-links {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-links a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 12px;
    color: #B4B3AF;
    text-decoration: none;
    margin-right: 24px;
}

@media (max-width: 1199px) {
    .footer-links a {
        font-size: 10px;
    }
}

.footer-links a:last-child {
    margin-right: 0;
}

.footer-links a svg {
    width: 10px;
    height: 10px;
    stroke: #B81E20;
    fill: none;
    margin-right: 8px;
}

.footer-content {
    border-radius: 59px;
    width: 100%;
    background-color: #121212;
    z-index: 3;
    position: relative;
    padding: 75px 0px 37px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .footer-content {
        padding-top: 30px;
        padding-bottom: 15px;
    }
}

.footer-content:after {
    z-index: -1;
    content: attr(data-text);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    pointer-events: none;
    font-weight: 800;
    font-size: 571px;
    color: #111;
}

.footer-content-2 {
    background-color: rgba(18, 18, 18, 0.4);
    border-radius: 59px;
    width: 100%;
    padding: 124px 0 17px 0;
    margin-top: -110px;
    margin-bottom: 15px;
}

.footer-logo {
    max-width: 179px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 27px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-text {
    margin-bottom: 30px;
    max-width: 223px;
    width: 100%;
}

@media (max-width: 991px) {
    .footer-text {
        max-width: 100%;
    }
}

.footer-text p {
    font-weight: 300;
    font-size: 10px;
    color: #B4B3AF;
    line-height: 1.4;
    margin-bottom: 15px;
}

    .footer-text p:last-child {
        margin-bottom: 0;
    }

.footer-title {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 12px;
    color: #3C3C3C;
}

@media (max-width: 991px) {
    .footer-title {
        margin-bottom: 20px;
    }
}

.footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .footer-menu {
        margin-bottom: 30px;
    }
}

.footer-menu a {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #B4B3AF;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 29px;
}

@media (max-width: 991px) {
    .footer-menu a {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .footer-menu a {
        font-size: 14px;
    }
}

.footer-menu a:last-child {
    margin-bottom: 0;
}

.footer-menu a:hover, .footer-menu a.active {
    color: #fff;
}

.footer-cont {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #151515;
}

@media (max-width: 480px) {
    .footer-cont {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

.footer-cont .m-btn {
    font-weight: 700;
    font-size: 18px;
    margin-right: 8px;
}

@media (max-width: 480px) {
    .footer-cont .m-btn {
        width: -moz-calc(100% - 16px);
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-bottom: 8px;
    }
}

.footer-cont__link {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 27px 27px 27px 58px;
    color: #D7D6D3;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .footer-cont__link:hover > svg {
        fill: #B81E20;
    }

    .footer-cont__link p {
        text-decoration: underline;
        -webkit-text-decoration-style: dashed;
        -moz-text-decoration-style: dashed;
        text-decoration-style: dashed;
        -webkit-text-decoration-color: #B81E20;
        -moz-text-decoration-color: #B81E20;
        text-decoration-color: #B81E20;
        text-underline-offset: 5px;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        padding: 5px 0;
        margin: -5px 0;
    }

    .footer-cont__link > svg {
        position: absolute;
        top: 50%;
        left: 29px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #D7D6D3;
        width: 24px;
        height: 24px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.footer-partners {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-partners__item {
    padding: 20px 18px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 991px) {
    .footer-partners__item {
        padding: 15px 5px;
    }
}

.footer-partners__item img {
    max-width: 100%;
}

.footer-partners__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 55px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .footer-partners__title {
        margin-bottom: 30px;
    }
}

.footer-partners__title:after {
    display: inline-block;
    background-color: #1C1C1C;
    height: 1px;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
}

.footer-partners__title:before {
    display: inline-block;
    background-color: #1C1C1C;
    height: 1px;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
}

.footer-partners__title span {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #3A3A3A;
    padding: 11px 15px;
    background-color: #121212;
    border: 1px solid #1C1C1C;
    border-radius: 30px;
}

.footer-partners_2 {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer-partners_2 {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.footer-partners_2 .footer-partners__item {
    padding-left: 40px;
    width: auto;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .footer-partners_2 .footer-partners__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-info {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-info__left {
    max-width: 190px;
    width: 100%;
    margin-right: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 14px;
    color: #B4B3AF;
}

@media (max-width: 767px) {
    .footer-info__left {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
    }
}

.footer-info__left img {
    width: 36px;
    margin-right: 16px;
}

.footer-info__right {
    font-weight: 400;
    font-size: 12px;
    color: #B4B3AF;
    padding-left: 27px;
    position: relative;
    line-height: 1.4;
}

    .footer-info__right:after {
        width: 16px;
        height: 10px;
        background-image: url(../img/footer-info-lines.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
    }

.about {
    padding: 10px 0;
    border-bottom: 1px solid #202020;
    position: relative;
}

    .about:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .about:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

.about-wrap {
    width: 100%;
    position: relative;
    padding: 58px 100px 25px 45px;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    background-color: #121212;
    border-radius: 59px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 1199px) {
    .about-wrap {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .about-wrap {
        background-image: none;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .about-wrap {
        padding: 30px 20px;
    }
}

.about-wrap:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    left: 100%;
    content: '';
    background-image: url(../img/bg-lines-vertical.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.about-wrap:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    background-image: url(../img/bg-lines-vertical.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.about .m-title {
    font-size: 72px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .about .m-title {
        font-size: 52px;
    }
}

@media (max-width: 480px) {
    .about .m-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

.about .m-title p {
    line-height: 1;
}

.about .m-text {
    position: relative;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .about .m-text {
        margin-top: 20px;
    }
}

.about .m-text:after {
    width: 22px;
    height: 14px;
    background-image: url(../img/red-lines.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
}

.about-video {
    padding-bottom: 309px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    text-decoration: none;
    overflow: hidden;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

    .about-video:hover:after {
        bottom: 20px;
    }

    .about-video:hover .about-video__head h3 {
        color: #B81E20;
    }

        .about-video:hover .about-video__head h3 svg {
            fill: #B81E20;
        }

    .about-video:hover .about-video__head p {
        color: #fff;
    }

        .about-video:hover .about-video__head p:after {
            background-color: #fff;
        }

    .about-video:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        z-index: -1;
        pointer-events: none;
        width: 210px;
        height: 344px;
        background-image: url(../img/video-bg.png);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: contain;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.about-video__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .about-video__head h3 {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        padding-bottom: 5px;
        border-bottom: 1px dashed #B81E20;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .about-video__head h3 svg {
            width: 16px;
            height: 16px;
            margin-right: 4px;
            fill: #fff;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

    .about-video__head p {
        position: relative;
        padding-left: 20px;
        font-weight: 400;
        font-size: 14px;
        color: #3C3C3C;
        margin-bottom: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .about-video__head p:after {
            position: absolute;
            top: 50%;
            left: 10px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-color: #3C3C3C;
            border-radius: 50%;
            width: 3px;
            height: 3px;
            content: '';
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

.about-cert-img {
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../img/about-cert.png);
    width: 430px;
    height: 504px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

@media (max-width: 991px) {
    .about-cert-img {
        display: none;
    }
}

.about-cert-img:hover {
    background-position: -moz-calc(100% + 10px)-10px;
    background-position: calc(100% + 10px)-10px;
}

    .about-cert-img:hover .cert-view {
        background-color: #B81E20;
    }

.cert {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-top: 78px;
    width: 100%;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .cert {
        max-width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }
}

.cert-view {
    position: absolute;
    bottom: 100px;
    left: 230px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(168, 6, 6, 0.58);
    box-shadow: 0px 0px 60px #B81E20;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

.cert-view_mob {
    display: none;
}

@media (max-width: 991px) {
    .cert-view_mob {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1199px) {
    .cert-view {
        left: 150px;
    }
}

@media (max-width: 991px) {
    .cert-view {
        bottom: auto;
        top: -26px;
        right: 0;
        left: auto;
        margin-bottom: 30px;
    }
}

.cert-view:hover {
    background-color: #B81E20;
}

.cert-view:after, .cert-view:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(168, 6, 6, 0.58);
    opacity: 0;
    content: '';
    z-index: -1;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -moz-animation: pulse 3s infinite ease-in-out;
    animation: pulse 3s infinite ease-in-out;
    border-radius: 50%;
    pointer-events: none;
}

.cert-view:after {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.cert-view svg {
    z-index: 3;
    position: relative;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.cert-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cert-title svg {
        fill: none;
        stroke: #B81E20;
        stroke-linecap: round;
        width: 13px;
        height: 13px;
        margin-bottom: 24px;
    }

    .cert-title h3 {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin-bottom: 18px;
    }

        .cert-title h3 span {
            position: relative;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
            padding-left: 20px;
        }

            .cert-title h3 span:after {
                position: absolute;
                top: 50%;
                left: 10px;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #3C3C3C;
                border-radius: 50%;
                width: 3px;
                height: 3px;
                content: '';
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

.cert .m-text {
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 0;
}

    .cert .m-text:after {
        display: none;
    }

.steps {
    padding: 84px 0px 65px 0;
    border-bottom: 1px solid #202020;
    position: relative;
    background-image: url(../img/steps-bg.png);
    background-position: 50% 340px;
    background-size: auto;
    background-repeat: no-repeat;
}

    .steps:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .steps:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

@media (max-width: 767px) {
    .steps {
        padding: 40px 0;
    }
}

.steps-cur {
    position: relative;
    width: 100%;
    margin-bottom: 90px;
}

@media (max-width: 575px) {
    .steps-cur {
        margin-bottom: 30px;
    }
}

.steps-cur .swiper {
    position: relative;
}

    .steps-cur .swiper:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 160px;
        height: 100%;
        content: '';
        background: -moz-linear-gradient(left, #0F0F0F 12.68%, rgba(15, 15, 15, 0.77) 43.91%, rgba(15, 15, 15, 0) 81.01%);
        background: linear-gradient(90deg, #0F0F0F 12.68%, rgba(15, 15, 15, 0.77) 43.91%, rgba(15, 15, 15, 0) 81.01%);
        z-index: 3;
        pointer-events: none;
    }

@media (max-width: 767px) {
    .steps-cur .swiper:after {
        display: none;
    }
}

.steps-cur .swiper:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 160px;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(right, #0F0F0F 12.68%, rgba(15, 15, 15, 0.77) 43.91%, rgba(15, 15, 15, 0) 81.01%);
    background: linear-gradient(-90deg, #0F0F0F 12.68%, rgba(15, 15, 15, 0.77) 43.91%, rgba(15, 15, 15, 0) 81.01%);
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 767px) {
    .steps-cur .swiper:before {
        display: none;
    }
}

.steps-cur__title {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    margin-bottom: 30px;
    line-height: 1.4;
}

    .steps-cur__title span {
        color: #fff;
        font-weight: 600;
    }

.steps-cur__item {
    min-height: 64px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 24px;
    border: 1px solid rgba(58, 58, 58, 0.3);
    border-radius: 100px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .steps-cur__item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .steps-cur__item img {
        max-width: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.steps-cur .swiper-slide {
    width: auto;
}

.steps-cur marquee {
    min-height: 65px;
}

.steps .m-title {
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
}

.steps-wrap {
    width: 100%;
    border-radius: 38px;
    background-image: url("../img/steps-wrap-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 50% 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 95px 30px 95px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .steps-wrap {
        padding: 0px 15px 30px 15px;
    }
}

.steps-wrap .m-title {
    margin-bottom: 405px;
}

@media (max-width: 767px) {
    .steps-wrap .m-title {
        margin-bottom: 305px;
    }
}

.steps-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(15, 15, 15, 0.53);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 41px;
    width: 100%;
    overflow: hidden;
}

.steps-tabs__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 575px) {
    .steps-tabs__item {
        font-size: 12px;
    }
}

.steps-tabs__item.active {
    color: #fff;
}

    .steps-tabs__item.active span {
        color: #fff;
    }

    .steps-tabs__item.active:before {
        width: 100%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
        border-radius: 0;
    }

.steps-tabs__item:hover {
    color: #fff;
}

    .steps-tabs__item:hover span {
        color: #fff;
    }

    .steps-tabs__item:hover:before {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.steps-tabs__item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 26px;
    content: '';
    background-color: rgba(255, 255, 255, 0.14);
}

.steps-tabs__item:before {
    width: 18px;
    height: 3px;
    border-radius: 2px 2px 0 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-color: #B81E20;
}

.steps-tabs__item:last-child:after {
    display: none;
}

.steps-tabs__item span {
    font-size: 10px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.steps-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .steps-title {
        font-size: 18px;
    }
}

.steps-title span {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    padding-left: 20px;
}

    .steps-title span:after {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #3C3C3C;
        border-radius: 50%;
        width: 3px;
        height: 3px;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.steps-title svg {
    width: 20px;
    stroke-width: .5px;
    height: 20px;
    fill: none;
    stroke: #B81E20;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-right: 20px;
    stroke-linecap: round;
}

@media (max-width: 575px) {
    .steps-content .m-text {
        margin-bottom: 20px;
    }
}

.advantage {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #202020;
    position: relative;
}

    .advantage:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .advantage:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

.advantage-wrap {
    max-width: 1744px;
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 59px;
    background-color: #121212;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 0px 68px 0;
    background-image: url("../img/advantage-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .advantage-wrap {
        padding: 40px 0;
    }
}

.advantage-footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .advantage-footer {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.advantage-footer > p {
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
    line-height: 1.4;
    max-width: 415px;
}

@media (max-width: 767px) {
    .advantage-footer > p {
        text-align: center;
    }
}

.advantage-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 53px;
}

@media (max-width: 991px) {
    .advantage-btns {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .advantage-btns {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .advantage-btns {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }
}

.advantage-btns .m-btn {
    margin-right: 22px;
}

@media (max-width: 480px) {
    .advantage-btns .m-btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

.advantage-btns .m-btn:last-child {
    margin-right: 0;
}

@media (max-width: 480px) {
    .advantage-btns .m-btn:last-child {
        margin-bottom: 0;
    }
}

.advantage-scene {
    position: relative;
    z-index: 1;
    background-image: url(../img/advantage-list-bg.png);
    background-repeat: no-repeat;
    background-position: 50% -43px;
    background-size: auto;
    overflow: hidden;
}

.advantage-scene__line {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
}

    .advantage-scene__line:after, .advantage-scene__line:before {
        width: 132px;
        height: 62px;
        background-image: url(../img/advantage-line.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }

.advantage-scene__line_1 {
    top: 252px;
    left: -moz-calc(50% - 288px);
    left: calc(50% - 288px);
}

    .advantage-scene__line_1:after, .advantage-scene__line_1:before {
        -webkit-animation: adv1 5s infinite linear;
        -moz-animation: adv1 5s infinite linear;
        animation: adv1 5s infinite linear;
    }

    .advantage-scene__line_1:before {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

.advantage-scene__line_2 {
    top: 526px;
    left: -moz-calc(50% - -309px);
    left: calc(50% - -309px);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

    .advantage-scene__line_2:after, .advantage-scene__line_2:before {
        -webkit-animation: adv2 5s infinite linear;
        -moz-animation: adv2 5s infinite linear;
        animation: adv2 5s infinite linear;
    }

    .advantage-scene__line_2:before {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

.advantage-scene__line_3 {
    top: 817px;
    left: -moz-calc(50% - 288px);
    left: calc(50% - 288px);
}

    .advantage-scene__line_3:after, .advantage-scene__line_3:before {
        -webkit-animation: adv1 5s infinite linear;
        -moz-animation: adv1 5s infinite linear;
        animation: adv1 5s infinite linear;
    }

    .advantage-scene__line_3:before {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

.advantage-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 80px 0;
    position: relative;
}

@media (max-width: 767px) {
    .advantage-list {
        background-image: none;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.advantage-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 370px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .advantage-item {
        padding-left: 0;
        margin-bottom: 30px;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
}

.advantage-item:nth-child(even) {
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    padding-left: 0;
    padding-right: 370px;
}

@media (max-width: 767px) {
    .advantage-item:nth-child(even) {
        padding-right: 0;
        text-align: left;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.advantage-item:nth-child(even) > svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 767px) {
    .advantage-item:nth-child(even) > svg {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.advantage-item:nth-child(even) .advantage-item__img {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .advantage-item:nth-child(even) .advantage-item__img {
        right: auto;
    }
}

.advantage-item:nth-child(2) {
    margin-bottom: 90px;
}

@media (max-width: 767px) {
    .advantage-item:nth-child(2) {
        margin-bottom: 30px;
    }
}

.advantage-item:last-child {
    margin-bottom: 0;
}

.advantage-item__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
    max-width: 315px;
}

@media (max-width: 767px) {
    .advantage-item__img {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
    }
}

.advantage-item__img img {
    max-width: 100%;
}

.advantage-item > svg {
    fill: none;
    stroke: #B81E20;
    stroke-linecap: round;
    stroke-width: 0.4px;
    width: 28px;
    height: 28px;
    margin-bottom: 25px;
}

.advantage-item h3, .advantage-item p {
    max-width: 340px;
}

@media (max-width: 767px) {
    .advantage-item h3, .advantage-item p {
        max-width: 100%;
    }
}

.advantage-item h3 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.33;
}

.advantage-item p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

.team {
    padding: 70px 0;
    background-image: url(../img/team-bg.png);
    background-repeat: no-repeat;
    background-position: 113% 52%;
    background-size: auto;
    border-bottom: 1px solid #202020;
    position: relative;
}

    .team:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .team:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

@media (max-width: 575px) {
    .team {
        padding: 40px 0;
    }
}

.team-title {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .team-title {
        margin-bottom: 30px;
    }
}

.team-title > p {
    line-height: 1;
    font-size: 120px;
}

@media (max-width: 1199px) {
    .team-title > p {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .team-title > p {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .team-title > p {
        font-size: 40px;
    }
}

.team-title__img {
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 27px;
    border: 4px solid #0F0F0F;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 1199px) {
    .team-title__img {
        display: none;
    }
}

.team-title__img:hover {
    border-color: #B81E20;
}

    .team-title__img:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

.team-title__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.team-title__img_1 {
    top: 78px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    right: 110px;
    z-index: 1;
}

.team-title__img_2 {
    z-index: -1;
    width: 77px;
    height: 77px;
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg);
    top: 200px;
    left: 180px;
}

.team-title__img_3 {
    right: 140px;
    top: 360px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
}

.team-title__img_4 {
    left: 40px;
    top: 445px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.team-slider {
    border: 1px solid #1B1B1B;
    border-radius: 34px;
    padding: 35px 37px;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .team-slider {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .team-slider {
        padding: 20px;
    }
}

@media (max-width: 1199px) {
    .team-slider .swiper {
        margin-bottom: 40px;
    }
}

.team-slider__nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .team-slider__nav .swiper-button-prev, .team-slider__nav .swiper-button-next {
        width: 50px;
        height: 50px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #151515;
        border-radius: 9px;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
    }

        .team-slider__nav .swiper-button-prev:hover, .team-slider__nav .swiper-button-next:hover {
            border-color: #B81E20;
        }

        .team-slider__nav .swiper-button-prev svg, .team-slider__nav .swiper-button-next svg {
            width: 8px;
            height: 14px;
            fill: #fff;
        }

    .team-slider__nav .swiper-button-prev {
        margin-right: 7px;
    }

        .team-slider__nav .swiper-button-prev svg {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            transform: scaleX(-1);
        }

.team-item {
    width: 100%;
}

.team-item__head {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100px;
    padding-left: 124px;
    z-index: 1;
    margin-bottom: 40px;
}

    .team-item__head > img {
        position: absolute;
        width: 51px;
        top: 0;
        right: 7px;
        z-index: -1;
        pointer-events: none;
    }

    .team-item__head h3 {
        font-weight: 400;
        font-size: 14px;
        color: #3C3C3C;
        margin-bottom: 12px;
    }

@media (max-width: 575px) {
    .team-item__head h3 {
        font-size: 12px;
    }
}

.team-item__head p {
    font-weight: 500;
    font-size: 22px;
    color: #B81E20;
    line-height: 1.15;
}

@media (max-width: 575px) {
    .team-item__head p {
        font-size: 18px;
    }
}

.team-item__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    border-radius: 27px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-color: #121212;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 4px solid transparent;
}

    .team-item__img:hover {
        border-color: #B81E20;
    }

        .team-item__img:hover img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

    .team-item__img img {
        width: 100%;
        height: 100%;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        -o-object-fit: cover;
        object-fit: cover;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.team-item__text {
    font-weight: 400;
    font-size: 21px;
    color: #D7D6D3;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .team-item__text {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .team-item__text {
        font-size: 18px;
    }
}

.team-item__text:before {
    width: 19px;
    height: 19px;
    display: inline-block;
    content: '';
    background-image: url(../img/team-quote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-right: 15px;
    float: left;
}

.team-item__text:after {
    width: 19px;
    height: 19px;
    display: inline-block;
    content: '';
    background-image: url(../img/team-quote.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    -webkit-transform: scale(-1) translateY(20px);
    -moz-transform: scale(-1) translateY(20px);
    -ms-transform: scale(-1) translateY(20px);
    transform: scale(-1) translateY(20px);
    margin-left: 15px;
    float: right;
}

@media (max-width: 1199px) {
    .team-item__text:after {
        -webkit-transform: scale(-1) translateY(-10px);
        -moz-transform: scale(-1) translateY(-10px);
        -ms-transform: scale(-1) translateY(-10px);
        transform: scale(-1) translateY(-10px);
    }
}

.stat-wrap {
    margin: 56px 0px 18px 0;
    position: relative;
    z-index: 1;
    border-radius: 38px;
    padding: 60px 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .stat-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 30px 15px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
}

.stat-wrap .bg-lines {
    bottom: auto;
    top: 100%;
}

.stat-wrap .bg-lines_bottom {
    bottom: 100%;
    top: auto;
}

.stat-wrap__bg {
    position: absolute;
    z-index: -1;
    border-radius: 38px;
    background: -moz-linear-gradient(left, #151515 0%, #15151500 50%, #151515 100%);
    background: linear-gradient(90deg, #151515 0%, #15151500 50%, #151515 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .stat-wrap__bg:after {
        width: -moz-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -moz-calc(100% - 2px);
        height: calc(100% - 2px);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        border-radius: 38px;
        background-color: #0F0F0F;
        background-image: url(../img/stat-lines.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto;
    }

@media (max-width: 991px) {
    .stat-wrap__bg:after {
        background-image: none;
    }
}

.stat-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: 0px 15px;
}

@media (max-width: 991px) {
    .stat-item {
        padding: 10px 15px;
    }
}

.stat-item h3 {
    font-weight: 400;
    font-size: 14px;
    color: #B4B3AF;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .stat-item h3 {
        margin-bottom: 15px;
    }
}

.stat-item p {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}

@media (max-width: 1199px) {
    .stat-item p {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .stat-item p {
        font-size: 30px;
    }
}

.stat-item p sup {
    font-weight: 300;
    color: #B81E20;
    font-size: 28px;
    top: -14px;
}

@media (max-width: 1199px) {
    .stat-item p sup {
        font-size: 24px;
        top: -10px;
    }
}

.stat-text {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    z-index: 1;
    line-height: 1.4;
}

    .stat-text span {
        font-weight: 600;
        color: #fff;
    }

    .stat-text > svg {
        position: absolute;
        top: 3px;
        left: 0;
        width: 14px;
        height: 14px;
        fill: none;
        stroke: #B81E20;
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        stroke-width: 0.5px;
    }

.cont-links {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .cont-links {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cont-links {
        max-width: 100%;
    }
}

.cont-links__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 28px;
    width: 100%;
}

@media (max-width: 767px) {
    .cont-links__item {
        margin-bottom: 15px;
    }
}

.cont-links__item:last-child {
    margin-bottom: 0;
}

.cont-links__item h3 {
    font-weight: 400;
    font-size: 14px;
    color: #373736;
    margin-bottom: 16px;
}

.cont-links__item a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    color: #D7D6D3;
    line-height: 1.4;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .cont-links__item a:hover {
        color: #fff;
    }

    .cont-links__item a.mail {
        text-decoration: underline;
        -webkit-text-decoration-style: dashed;
        -moz-text-decoration-style: dashed;
        text-decoration-style: dashed;
        -webkit-text-decoration-color: #B81E20;
        -moz-text-decoration-color: #B81E20;
        text-decoration-color: #B81E20;
        text-underline-offset: 10px;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        padding-bottom: 11px;
        text-overflow: ellipsis;
    }

.cont-wrap {
    max-width: 300px;
    margin-left: auto;
    width: 100%;
}

@media (max-width: 991px) {
    .cont-wrap {
        margin-top: 30px;
        margin-left: 0;
        max-width: 100%;
    }
}

.cont-text {
    font-weight: 400;
    font-size: 22px;
    color: #3C3C3C;
    line-height: 1.4;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .cont-text {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

.cont-text span {
    color: #fff;
}

.page-content {
    padding: 80px 0;
    position: relative;
    border-bottom: 1px solid #202020;
    overflow: hidden;
}

    .page-content:before {
        position: absolute;
        right: -moz-calc(50% + 1760px / 2);
        right: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

    .page-content:after {
        position: absolute;
        left: -moz-calc(50% + 1760px / 2);
        left: calc(50% + 1760px / 2);
        bottom: -3px;
        content: '';
        width: 5px;
        height: 5px;
        background-color: #B81E20;
        border-radius: 1px;
    }

@media (max-width: 991px) {
    .page-content {
        padding: 30px 0;
    }
}

.faq-title {
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    margin-bottom: 20px;
}

.faq-tabs {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3px;
    border: 4px solid #151515;
    border-radius: 68px;
    margin-bottom: 34px;
}

@media (max-width: 480px) {
    .faq-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 30px;
        width: 100%;
        margin-bottom: 20px;
    }
}

.faq-tabs__item {
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 800;
    font-size: 16px;
    color: #B4B3AF;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 42px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 480px) {
    .faq-tabs__item {
        width: 50%;
        font-size: 14px;
    }
}

.faq-tabs__item:hover {
    color: #fff;
}

.faq-tabs__item svg {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    fill: none;
    stroke: #B81E20;
    height: 10px;
    width: 0;
    margin-right: 0;
}

.faq-tabs__item.active {
    background-color: #151515;
}

    .faq-tabs__item.active svg {
        width: 10px;
        margin-right: 8px;
    }

.faq-info {
    background-image: url("../img/faq-info-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 46px 56px 46px 48px;
    border-radius: 38px;
    background-color: #121212;
    border: 1px solid #202020;
}

@media (max-width: 991px) {
    .faq-info {
        padding: 30px;
    }
}

.faq-info__text {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    position: relative;
    line-height: 1.3;
    padding-left: 60px;
}

@media (max-width: 991px) {
    .faq-info__text {
        margin-bottom: 20px;
    }
}

.faq-info__text p {
    line-height: 1.3;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 767px) {
    .faq-info__text p {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .faq-info__text p {
        font-size: 16px;
    }
}

.faq-info__text span {
    font-weight: 700;
    color: #fff;
}

.faq-info__title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: right;
    max-width: 250px;
    margin-left: auto;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .faq-info__title {
        text-align: left;
        margin-left: 0;
        max-width: 100%;
    }
}

.faq-info_office {
    background-image: url(../img/faq-info-bg-2.png);
}

.faq-info_mb {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .faq-info_mb {
        margin-bottom: 30px;
    }
}

.faq-info_cashback {
    background-image: url(../img/cashback-bg.png);
    padding: 53px 56px 45px 50px;
}

@media (max-width: 991px) {
    .faq-info_cashback {
        padding: 30px;
    }
}

.faq-info_cashback .m-title {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .faq-info_cashback .m-title {
        margin-bottom: 20px;
    }
}

.faq-info_cashback .m-text {
    margin-bottom: 56px;
}

@media (max-width: 991px) {
    .faq-info_cashback .m-text {
        margin-bottom: 20px;
    }
}

.faq-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -moz-linear-gradient(132deg, #C32723 0%, #B51B20 54.25%, #F3533C 89.03%);
    background: linear-gradient(318deg, #C32723 0%, #B51B20 54.25%, #F3533C 89.03%);
    box-shadow: 0px 4px 27px 0px rgba(188, 33, 33, 0.68);
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    border-radius: 9px;
    width: 40px;
    height: 40px;
}

    .faq-icon:after {
        border: 1px solid #3A1212;
        border-radius: 13px;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-animation: pulse2 3s infinite ease-in-out;
        -moz-animation: pulse2 3s infinite ease-in-out;
        animation: pulse2 3s infinite ease-in-out;
    }

    .faq-icon:before {
        border: 1px solid #3A1212;
        border-radius: 13px;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-animation: pulse2 3s infinite ease-in-out;
        -moz-animation: pulse2 3s infinite ease-in-out;
        animation: pulse2 3s infinite ease-in-out;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

.faq-wrap {
    padding: 0 28px;
    border: 1px solid #202020;
    border-radius: 38px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

    .faq-wrap:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #0F0F0F;
        content: '';
        left: 0;
    }

.faq-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 295px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #202020;
    height: 100%;
    padding: 42px 0;
}

@media (max-width: 767px) {
    .faq-item {
        max-width: 100%;
        padding: 28px 0;
    }
}

.faq-item .faq-icon {
    margin-bottom: 28px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

    .faq-item .faq-icon:after, .faq-item .faq-icon:before {
        display: none;
    }

.faq-item > h3 {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .faq-item > h3 {
        font-size: 16px;
    }
}

.faq-item p {
    font-weight: 300;
    font-size: 16px;
    color: #D7D6D3;
    line-height: 1.5;
    margin-bottom: 22px;
}

@media (max-width: 575px) {
    .faq-item p {
        font-size: 14px;
    }
}

.faq-item p span {
    text-decoration: underline;
}

.faq-subtitle {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    color: #B4B3AF;
    padding: 12px 16px;
    background-color: #151515;
    border-radius: 50px;
}

.insurance-text {
    font-weight: 400;
    font-size: 13px;
    color: #3C3C3C;
    line-height: 1.4;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.insurance-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 20px;
    width: 100%;
}

@media (max-width: 991px) {
    .insurance-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.insurance-grid__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.insurance-item {
    background-color: #151515;
    border-radius: 28px;
    min-height: 113px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 83px 20px 120px;
    position: relative;
}

@media (max-width: 575px) {
    .insurance-item {
        padding-left: 80px;
        padding-right: 20px;
    }
}

.insurance-item > p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .insurance-item > p {
        font-size: 12px;
    }
}

.insurance-item .m-subtitle {
    margin-bottom: 15px;
}

.insurance-item__subtitle {
    font-weight: 300;
    font-size: 12px;
    color: #3C3C3C;
    margin-bottom: 11px;
}

.insurance-item__num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    background-image: url(../img/insurance-num-1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}

@media (max-width: 575px) {
    .insurance-item__num {
        left: 15px;
    }
}

.insurance-item_2 .insurance-item__num {
    background-image: url(../img/insurance-num-2.svg);
}

.insurance-item_3 .insurance-item__num {
    background-image: url(../img/insurance-num-3.svg);
}

.insurance-item_4 .insurance-item__num {
    background-image: url(../img/insurance-num-4.svg);
}

.insurance-item_5 .insurance-item__num {
    background-image: url(../img/insurance-num-5.svg);
}

.insurance-item_6 {
    background-image: url(../img/cert-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    min-height: 100%;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    min-height: 637px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .insurance-item_6 {
        min-height: 480px;
    }
}

.insurance-item_6 .m-title {
    font-size: 44px;
}

@media (max-width: 480px) {
    .insurance-item_6 .m-title {
        font-size: 30px;
    }
}

.insurance-wrap {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
    margin-top: auto;
    padding-left: 28px;
    padding-right: 44px;
}

@media (max-width: 991px) {
    .insurance-wrap {
        margin-top: 22px;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

.guide {
    position: relative;
    z-index: 1;
}

    .guide:after {
        left: -222px;
        top: -80px;
        position: absolute;
        width: 477px;
        height: 100%;
        content: '';
        background-image: url(../img/guide-bg.png);
        background-repeat: repeat-y;
        background-position: 50% 0;
        background-size: contain;
    }

@media (max-width: 991px) {
    .guide:after {
        display: none;
    }
}

.guide-item {
    margin-bottom: 80px;
    min-height: 160px;
}

@media (max-width: 991px) {
    .guide-item {
        min-height: 0;
        margin-bottom: 30px;
    }
}

.guide-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

    .guide-title p {
        font-weight: 400;
        font-size: 14px;
        color: #3C3C3C;
        margin-bottom: 18px;
    }

    .guide-title h3 {
        font-weight: 700;
        font-size: 44px;
        color: #fff;
        line-height: 1.14;
    }

@media (max-width: 991px) {
    .guide-title h3 {
        font-size: 30px;
    }
}

.guide-wallet {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.guide-wallet__item {
    padding: 22px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #1C1C1C;
    background-color: #0F0F0F;
    border-radius: 100px;
    margin-left: -52px;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

    .guide-wallet__item span {
        color: #B81E20;
        font-size: 9px;
        margin-left: 2px;
        margin-top: -2px;
    }

    .guide-wallet__item img {
        max-width: 100%;
    }

    .guide-wallet__item:first-child {
        margin-left: 0;
    }

    .guide-wallet__item:last-child {
        background-color: #151515;
    }

.guide img {
    max-width: 100%;
    border-radius: 30px;
}

.team-page {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .team-page {
        margin-bottom: 40px;
    }
}

.team-page .m-text p {
    font-size: 16px;
}

@media (max-width: 575px) {
    .team-page .m-text p {
        font-size: 14px;
    }
}

.team-page__img {
    width: 100%;
    border-radius: 28px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 399px;
    position: relative;
    z-index: 1;
    padding: 27px 16px 18px 16px;
    margin-bottom: 35px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

    .team-page__img:after {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(184, 30, 32, 0) 59.57%, #B81E20 100%);
        background: linear-gradient(180deg, rgba(184, 30, 32, 0) 59.57%, #B81E20 100%);
        content: '';
    }

    .team-page__img > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0;
        object-position: 50% 0;
        z-index: -2;
    }

.team-page__name {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 150px;
    line-height: 1.3;
    text-shadow: 0 0 3px black;
}

.team-page__post {
    margin-top: auto;
    padding: 9px 12px;
    background-color: rgba(21, 21, 21, 0.15);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 42px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.team-page__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 13px;
    color: #3C3C3C;
    margin-bottom: 30px;
}

    .team-page__title svg {
        width: 11px;
        height: 11px;
        fill: #B81E20;
        margin-right: 12px;
    }

.news-head {
    width: 100%;
    background-color: #181818;
    border-radius: 28px;
    padding: 22px 28px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .news-head {
        display: none;
    }
}

.news-head__title {
    font-weight: 500;
    font-size: 16px;
    color: #B4B3AF;
}

.news-wrap {
    width: 100%;
    margin-bottom: 25px;
}

.news-year {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

@media (max-width: 991px) {
    .news-year {
        margin-bottom: 20px;
    }
}

.news-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .news-item {
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.news-item:hover .news-content {
    border-color: #181818;
    background-color: #181818;
}

.news-item:hover .m-btn svg {
    width: 13px;
    margin-right: 22px;
}

.news-item:hover .m-btn:after {
    opacity: 1;
}

.news-item:last-child {
    margin-bottom: 0;
}

.news-item .m-btn {
    background: #151515;
}

    .news-item .m-btn svg {
        width: 0;
        margin-right: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .news-item .m-btn:after {
        opacity: 0;
    }

.news-img {
    max-width: 350px;
    width: 100%;
    border: 4px solid #1B1B1B;
    border-radius: 34px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-height: 205px;
    background-color: #151515;
}

@media (max-width: 991px) {
    .news-img {
        margin-bottom: 8px;
    }
}

.news-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.news-content {
    width: -moz-calc(100% - 361px);
    width: calc(100% - 10px);
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #181818;
    border-radius: 34px;
    padding: 28px 28px 25px 192px;
    position: relative;
}

@media (max-width: 1199px) {
    .news-content {
        padding-left: 164px;
    }
}

@media (max-width: 991px) {
    .news-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .news-content {
        padding-top: 50px;
        padding-left: 28px;
    }
}

.news-date {
    font-weight: 400;
    font-size: 14px;
    color: #373736;
    margin-bottom: 20px;
    position: absolute;
    top: 31px;
    left: 28px;
}

@media (max-width: 1199px) {
    .news-date {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .news-date {
        top: 18px;
    }
}

.about-page__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 34px;
    border: 1px solid #1B1B1B;
    background-image: url("../img/about-page-info-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 33px 39px 33px;
    min-height: 384px;
}

@media (max-width: 767px) {
    .about-page__info {
        min-height: 0;
    }
}

.about-page__info_2 {
    background-image: url(../img/about-page-info-bg-2.png);
}

.about-page__info_3 {
    background-image: url(../img/about-page-info-bg-3.png);
}

.about-page__info:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35px;
    left: 33px;
    background-image: url(../img/about-page-info-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: '';
    pointer-events: none;
}

.about-page__info h3 {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.3;
}

.about-page__info p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
    margin-bottom: 15px;
}

    .about-page__info p:last-child {
        margin-bottom: 0;
    }

.about-page__note {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 266px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 65px;
}

@media (max-width: 991px) {
    .about-page__note {
        margin-top: 0;
        max-width: 100%;
    }
}

.about-page__note p {
    font-weight: 400;
    font-size: 13px;
    color: #B4B3AF;
    line-height: 1.4;
    margin-bottom: 30px;
}

.about-page__note h3 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.about-page__note h4 {
    font-weight: 400;
    font-size: 12px;
    color: #AAA9A5;
    line-height: 1.15;
}

.about-page__title {
    text-align: center;
    padding: 70px 0;
    width: 100%;
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .about-page__title {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}

.about-page__title .m-title {
    font-size: 120px;
    padding: 0px 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .about-page__title .m-title {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .about-page__title .m-title {
        font-size: 80px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-page__title .m-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .about-page__title .m-title {
        font-size: 50px;
    }
}

.about-page__title .m-title:after {
    position: absolute;
    width: 89px;
    height: 89px;
    left: 93px;
    top: -39px;
    background-image: url(../img/about-page-info-img-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: '';
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 991px) {
    .about-page__title .m-title:after {
        display: none;
    }
}

.about-page__title .m-title:before {
    right: 77px;
    bottom: -8px;
    position: absolute;
    width: 106px;
    height: 106px;
    background-image: url(../img/about-page-info-img-2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: '';
}

@media (max-width: 991px) {
    .about-page__title .m-title:before {
        display: none;
    }
}

.about-page__title .m-title p > span {
    position: relative;
    border: 1px solid #FAFAFA;
    border-radius: 100px;
    padding: 5px 40px 25px 40px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .about-page__title .m-title p > span {
        padding-bottom: 20px;
    }
}

.about-page__title .m-title p > span:after {
    width: 67px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    background-image: url(../img/about-page-title-line.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
}

.about-page__title .m-title p > span:before {
    width: 67px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    content: '';
    background-image: url(../img/about-page-title-line.svg);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

.about-page__title .m-title p > span > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-page__year {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 90px;
    margin-bottom: 90px;
    padding-top: 20px;
}

    .about-page__year h3 {
        font-weight: 700;
        font-size: 100px;
        color: #B81E20;
        line-height: .7;
    }

    .about-page__year p {
        max-width: 67px;
        font-weight: 400;
        font-size: 13px;
        color: #373736;
        line-height: 1.2;
    }

.about-page__cert {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 39px 39px 44px 39px;
    border-radius: 34px;
    background: -moz-radial-gradient(22.7% 102.44% at 50% 0%, #0F0F0F 37.5%, #151515 100%);
    background: radial-gradient(22.7% 102.44% at 50% 0%, #0F0F0F 37.5%, #151515 100%);
    position: relative;
    z-index: 1;
}

    .about-page__cert:after {
        width: 100%;
        height: -moz-calc(100% + 51px);
        height: calc(100% + 51px);
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -51px;
        content: '';
        background-image: url(../img/cert-page.png);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: contain;
        z-index: -1;
    }

    .about-page__cert .m-text {
        /* max-width: 265px; */
    }

    .about-page__cert > svg {
        width: 16px;
        height: 16px;
        fill: none;
        stroke: #B81E20;
        margin-bottom: 70px;
        stroke-linecap: round;
        stroke-width: 0.5px;
    }

    .about-page__cert h3 {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        margin-bottom: 18px;
    }

        .about-page__cert h3 span {
            position: relative;
            font-weight: 400;
            font-size: 14px;
            color: #FFFFFF;
            padding-left: 20px;
        }

            .about-page__cert h3 span:after {
                position: absolute;
                top: 50%;
                left: 10px;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #3C3C3C;
                border-radius: 50%;
                width: 3px;
                height: 3px;
                content: '';
                -moz-transition: all .3s ease;
                transition: all .3s ease;
            }

.office-list {
    width: 100%;
    margin-bottom: 30px;
}

.office-list__item {
    width: 100%;
    position: relative;
}

    .office-list__item:after {
        position: absolute;
        width: 5px;
        border-radius: 10px;
        background-color: #151515;
        content: '';
        border: 1px solid #0F0F0F;
        top: -moz-calc(50% + 68px);
        top: calc(50% + 68px);
        left: 11.2%;
        height: 60%;
    }

@media (max-width: 991px) {
    .office-list__item:after {
        display: none;
    }
}

.office-list__item:last-child:after {
    display: none;
}

.office-list__num {
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 106px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    color: #B4B3AF;
    line-height: 1;
    background-color: #151515;
    border: 1px solid #0F0F0F;
    border-radius: 100px;
    margin-bottom: 30px;
}

.office-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    height: 350px;
    background-color: #151515;
}

@media (max-width: 575px) {
    .office-img {
        height: 280px;
    }
}

.office-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(15, 15, 15, 0.2) 48.43%, rgba(184, 30, 32, 0.7) 100%);
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.2) 48.43%, rgba(184, 30, 32, 0.7) 100%);
}

.office-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: 1;
}

.office-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 43px 41px;
    border: 1px solid #1B1B1B;
    border-radius: 34px;
}

.office-item__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

    .office-item__head svg {
        fill: none;
        stroke: #B81E20;
        stroke-linecap: round;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        width: 15px;
        height: 15px;
        stroke-width: .5;
    }

.office-item .m-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.office-slider {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .office-slider .office-img {
        margin-bottom: 0;
    }

    .office-slider .swiper-button-prev, .office-slider .swiper-button-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border-radius: 9px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #0F0F0F;
        border: 2px solid #151515;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        margin: 0;
        transform: translateY(-50%);
    }

        .office-slider .swiper-button-prev:hover, .office-slider .swiper-button-next:hover {
            border-color: #B81E20;
            background-color: transparent;
        }

        .office-slider .swiper-button-prev svg, .office-slider .swiper-button-next svg {
            width: 14px;
            height: 14px;
            fill: #fff;
        }

    .office-slider .swiper-button-prev {
        left: 30px;
    }

@media (max-width: 575px) {
    .office-slider .swiper-button-prev {
        left: 15px;
    }
}

.office-slider .swiper-button-prev svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.office-slider .swiper-button-next {
    right: 30px;
}

@media (max-width: 575px) {
    .office-slider .swiper-button-next {
        right: 15px;
    }
}

.office-line {
    width: 100%;
    margin: 30px 0px 60px 0;
    height: 1px;
    background-color: #1B1B1B;
}

@media (max-width: 991px) {
    .office-line {
        margin: 20px 0 40px 0;
    }
}

.office-gallery {
    width: 100%;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .office-gallery {
        margin-bottom: 40px;
    }
}

.office-gallery img {
    width: 100%;
}

.card-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 38px 13px 38px 23px;
    margin-bottom: 56px;
    border-radius: 28px;
    background-color: #151515;
    height: -moz-calc(100% - 56px);
    height: calc(100% - 56px);
    min-height: 255px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 991px) {
    .card-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .card-info {
        background-position: 50% 30%;
        padding: 20px;
    }
}

.card-info p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

    .card-info p span {
        color: #B81E20;
    }

    .card-info p a {
        color: #fff;
        border-bottom: 1px dashed #B81E20;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .card-info p a:hover {
            color: #B81E20;
        }

.card-info_1 {
    background-image: url(../img/card-info-1.png);
}

.card-info_2 {
    background-image: url(../img/card-info-2.png);
}

.card-info_3 {
    background-image: url(../img/card-info-3.png);
}

.card-cond {
    width: 100%;
    border: 1px solid #1B1B1B;
    position: relative;
    padding: 63px 125px 56px 125px;
    border-radius: 59px;
    background-image: url(../img/header-page-bg.png);
    background-position: 20px;
    background-size: auto;
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .card-cond {
        padding: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .card-cond {
        padding: 20px;
        border-radius: 22px;
    }
}

.card-cond:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    width: 10000px;
    height: 1px;
    background-color: #1B1B1B;
    content: '';
}

.card-cond:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 10000px;
    height: 1px;
    background-color: #1B1B1B;
    content: '';
}

.card-cond .m-text {
    text-align: center;
}

.card-cond__title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin-bottom: 49px;
    text-align: center;
}

@media (max-width: 991px) {
    .card-cond__title {
        margin-bottom: 30px;
    }
}

.card-cond__box {
    width: 100%;
    background-color: #0F0F0F;
    border: 1px solid #1B1B1B;
    border-radius: 28px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .card-cond__box {
        margin-bottom: 30px;
    }
}

.card-cond__img {
    overflow: hidden;
    border-radius: 28px 28px 0 0;
    width: 100%;
}

@media (max-width: 575px) {
    .card-cond__img {
        border-radius: 22px 22px 0 0;
    }
}

.card-cond__img img {
    width: 100%;
}

.card-cond__content {
    padding: 43px 35px 0 35px;
}

@media (max-width: 991px) {
    .card-cond__content {
        padding: 20px 20px 0 20px;
    }
}

.card-cond__top {
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .card-cond__top {
        margin-bottom: 20px;
    }
}

.card-cond__subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #373736;
    margin-bottom: 23px;
}

    .card-cond__subtitle span {
        color: #fff;
        padding: 4px 5px;
        border-radius: 3px;
        background-color: #B81E20;
        line-height: 1;
        display: inline-block;
    }

.card-cond__item {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .card-cond__item {
        margin-bottom: 20px;
    }
}

.card-cond__item h3 {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
}

    .card-cond__item h3:last-child {
        margin-bottom: 0;
    }

.card-cond__item p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

.card-preview {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 991px) {
    .card-preview {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

.card-preview img {
    max-width: 100%;
}

.card-bonus {
    background-image: url(../img/card-bonus-bg-1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto;
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 40px;
    padding-bottom: 96px;
    z-index: 1;
    position: relative;
}

    .card-bonus:after {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 196px;
        height: 196px;
        background: -moz-linear-gradient(top, #FDE177 0%, #E2A945 100%);
        background: linear-gradient(180deg, #FDE177 0%, #E2A945 100%);
        -webkit-filter: blur(158px);
        filter: blur(158px);
        content: '';
        pointer-events: none;
    }

    .card-bonus .m-title {
        margin-bottom: 45px;
    }

.card-bonus__img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 27px;
}

    .card-bonus__img img {
        max-width: 100%;
    }

.card-bonus__text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

    .card-bonus__text h3 {
        font-weight: 300;
        font-size: 16px;
        color: #B4B3AF;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .card-bonus__text p {
        font-weight: 300;
        font-size: 14px;
        color: #575757;
        max-width: 242px;
        line-height: 1.4;
    }

.free-preview {
    background-image: url("../img/free-preview.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 28px;
    width: 100%;
    border: 1px solid #1B1B1B;
    padding: 35px 30px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .free-preview {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .free-preview {
        padding: 20px;
    }
}

.free-preview .m-title {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .free-preview .m-title {
        margin-bottom: 40px;
    }
}

.free-info {
    padding-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 55px;
}

@media (max-width: 991px) {
    .free-info {
        margin-bottom: 30px;
        padding-bottom: 0;
    }
}

.free-info__title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    margin-bottom: 38px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .free-info__title {
        margin-bottom: 20px;
    }
}

.free-info__icon {
    width: 46px;
    height: 46px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.free-info__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
    max-width: 270px;
}

@media (max-width: 575px) {
    .free-info__item {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.free-info__item h3 {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}

.free-info__item p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

.free-steps {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 111px;
    margin-bottom: 60px;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
}

@media (max-width: 991px) {
    .free-steps {
        margin-bottom: 30px;
        min-height: 0;
        height: -moz-calc(100% - 30px);
        height: calc(100% - 30px);
    }
}

.free-steps h3 {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
}

.free-steps p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    margin-bottom: 20px;
    line-height: 1.4;
}

    .free-steps p a {
        color: #fff;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        border-bottom: 1px dashed #B81E20;
    }

        .free-steps p a:hover {
            color: #B81E20;
        }

.free-steps__bar {
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -moz-calc(100% + 9px);
    width: calc(100% + 9px);
}

    .free-steps__bar span {
        margin-right: 9px;
        min-width: -moz-calc(100% / 3 - 9px);
        min-width: calc(100% / 3 - 9px);
        height: 5px;
        border-radius: 10px;
        background-color: #1B1B1B;
        display: block;
    }

        .free-steps__bar span.red {
            background-color: #B81E20;
            -webkit-flex-grow: 1;
            -moz-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

.free-steps_4 {
    min-height: 158px;
}

@media (max-width: 575px) {
    .free-steps_4 {
        min-height: 0;
    }
}

.free-steps_4 .free-steps__bar span {
    min-width: -moz-calc(100% / 4 - 9px);
    min-width: calc(100% / 4 - 9px);
}

.cashback-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .cashback-img img {
        width: 100%;
    }

.cashback-line {
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .cashback-line {
        margin-bottom: 30px;
    }
}

.cashback-line_2 {
    margin: 50px 0px 80px 0;
}

@media (max-width: 991px) {
    .cashback-line_2 {
        margin: 0px 0px 30px 0;
    }
}

.cashback-bonus {
    background-image: url("../img/cashback-bonus-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 28px;
    padding: 64px 190px 0px 190px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 132px;
}

@media (max-width: 991px) {
    .cashback-bonus {
        padding: 40px 60px 0px 60px;
        margin-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .cashback-bonus {
        padding: 20px;
    }
}

.cashback-bonus .m-title {
    text-align: center;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .cashback-bonus .m-title {
        margin-bottom: 30px;
    }
}

.cashback-bonus .m-title img {
    margin-bottom: -20px;
}

.cashback-bonus__wrap {
    position: relative;
    width: 100%;
}

    .cashback-bonus__wrap:after {
        pointer-events: none;
        z-index: -1;
        top: -60px;
        right: -40px;
        width: 104px;
        height: 104px;
        content: '';
        background-image: url(../img/cashback-icon-2.png);
        position: absolute;
    }

    .cashback-bonus__wrap:before {
        pointer-events: none;
        z-index: 2;
        top: 100px;
        left: -40px;
        width: 58px;
        height: 58px;
        content: '';
        background-image: url(../img/cashback-icon-1.png);
        position: absolute;
    }

.cashback-bonus__list {
    background: rgba(32, 32, 32, 0.7);
    -webkit-backdrop-filter: blur(34.5px);
    backdrop-filter: blur(34.5px);
    border-radius: 28px;
    margin-bottom: -58px;
    width: 100%;
    z-index: 1;
}

.cashback-bonus__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 26px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 575px) {
    .cashback-bonus__item {
        padding: 20px;
    }
}

.cashback-bonus__item:last-child {
    border-bottom: none;
}

.cashback-bonus__item h3 {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    margin-bottom: 19px;
    position: relative;
    padding-left: 29px;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .cashback-bonus__item h3 {
        font-size: 14px;
    }
}

.cashback-bonus__item h3:after {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/cashback-check.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: '';
}

.cashback-bonus__item p {
    font-weight: 300;
    font-size: 16px;
    color: #B4B3AF;
    line-height: 1.4;
}

@media (max-width: 575px) {
    .cashback-bonus__item p {
        font-size: 12px;
    }
}

.cashback-percent {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991px) {
    .cashback-percent {
        margin-bottom: 30px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .cashback-percent img {
        max-width: 100%;
    }
}

.cashback-title {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    margin-bottom: 23px;
}

.cashback-title_red {
    color: #B81E20;
}

.cashback-text-wrap {
    max-width: 307px;
}

.cashback-text-wrap_right {
    margin-left: auto;
}

.cashback-text {
    padding: 28px;
    border: 1px solid #1B1B1B;
    border-radius: 28px;
    margin-bottom: 30px;
}

    .cashback-text p {
        font-weight: 800;
        font-size: 14px;
        color: #fff;
        line-height: 1.4;
    }

.cashback-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.cashback-list__item {
    padding-bottom: 37px;
    width: 100%;
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 16px;
    color: #B4B3AF;
    line-height: 1.4;
    padding-left: 34px;
    position: relative;
}

@media (max-width: 575px) {
    .cashback-list__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.cashback-list__item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../img/cashback-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.cashback-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.cashback-row {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .cashback-row {
        margin-bottom: 25px;
    }
}

.cashback-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .cashback-info {
        margin-bottom: 30px;
    }
}

.cashback-info h3 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}

    .cashback-info h3 img {
        max-width: 16px;
        margin-right: 6px;
    }

.cashback-info p {
    font-weight: 300;
    font-size: 14px;
    color: #B4B3AF;
    line-height: 1.4;
}

.cashback-example {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 85px;
}

@media (max-width: 991px) {
    .cashback-example {
        margin-bottom: 30px;
    }
}

.cashback-example h3 {
    font-weight: 800;
    font-size: 18px;
    color: #FD9822;
    margin-bottom: 16px;
}

.cashback-example p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(253, 152, 34, 0.6);
    line-height: 1.4;
}

.sign {
    width: 100%;
    min-height: -moz-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .sign {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.sign-left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url("../img/Register-bg.jpg");
    /*background-image: url("../img/360_F_481181503_lJOpaITB1ICtknYvGWilBjrLC3Ym6Qk0.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 50%;
    padding: 65px 65px 110px 65px;
}

@media (max-width: 1400px) {
    .sign-left {
        padding: 65px;
    }
}

@media (max-width: 991px) {
    .sign-left {
        width: 100%;
        padding: 20px 15px;
        position: relative;
        z-index: 1;
    }

        .sign-left:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            content: '';
            background-color: rgba(0, 0, 0, 0.7);
        }
}

.sign-left .header-logo {
    margin-bottom: 20px;
}

.sign-title {
    margin-top: auto;
    font-weight: 100;
    font-size: 100px;
    line-height: 1.14;
    color: #fff;
    max-width: 800px;
}

@media (max-width: 1400px) {
    .sign-title {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .sign-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .sign-title {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 575px) {
    .sign-title {
        font-size: 34px;
    }
}

.sign-title b {
    font-family: "SovMod", sans-serif;
    font-weight: 500;
}

.sign-title span {
    color: #B81E20;
    font-family: "SovMod", sans-serif;
    -webkit-text-fill-color: #B81E20;
}

.sign-right {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 15px;
    background :url(/assets//img/right-bg.jpg);
}

@media (max-width: 991px) {
    .sign-right {
        width: 100%;
        padding: 20px 0;
    }
}

.sign-wrap {
    max-width: 598px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .sign-wrap .m-title {
        margin-bottom: 70px;
    }

@media (max-width: 991px) {
    .sign-wrap .m-title {
        margin-bottom: 30px;
    }
}

.sign-wrap .m-title p {
    font-weight: 700;
}

.sign-wrap .m-input {
    margin-bottom: 30px;
}

    .sign-wrap .m-input input, .change-country {
        height: 47px;
        background-color: transparent;
        
        /*background-color: #151515;*/
        border: 1px solid #202020;
    }

.sign-input-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    /*color: #fff;*/
    margin-bottom: 19px;
}

    .sign-input-title span {
        color: #B81E20;
    }

.sign-or {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
    text-transform: uppercase;
    margin-bottom: 25px;
}

    .sign-or:before {
        display: inline-block;
        height: 1px;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: -moz-linear-gradient(right, #202020 0%, rgba(32, 32, 32, 0) 100%);
        background: linear-gradient(270deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
        content: '';
        margin-right: 7px;
    }

    .sign-or:after {
        display: inline-block;
        height: 1px;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: -moz-linear-gradient(left, #202020 0%, rgba(32, 32, 32, 0) 100%);
        background: linear-gradient(-270deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
        content: '';
        margin-left: 7px;
    }

.sign-check {
    width: 100%;
    margin-bottom: 40px;
    display: block;
    cursor: pointer;
}

    .sign-check input {
        display: none;
    }

        .sign-check input:checked + p:before {
            opacity: 1;
        }

    .sign-check p {
        position: relative;
        padding-left: 25px;
        font-weight: 400;
        font-size: 14px;
        color: #848484;
        line-height: 1.5;
    }

        .sign-check p:after {
            position: absolute;
            top: 1px;
            left: 0;
            background-color: #4FB81E;
            content: '';
            width: 18px;
            height: 18px;
            border-radius: 5px;
            z-index: 1;
        }

        .sign-check p:before {
            left: 5px;
            top: -1px;
            color: #ffffff;
            position: absolute;
            content: '✓';
            z-index: 2;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            opacity: 0;
        }

.sign-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .sign-links a {
        margin-right: 30px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #848484;
        border-bottom: 1px solid transparent;
        line-height: 1.4;
    }

        .sign-links a:hover {
            color: #fff;
        }

        .sign-links a:last-child {
            margin-right: 0;
        }

        .sign-links a.bd.sign-links a.bd:hover {
            color: #4FB81E;
        }

.marquee {
    --gap: 1rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee__content {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll 10s linear infinite;
    -moz-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@-moz-keyframes scroll {
    from {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        -moz-transform: translateX(-moz-calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.cab {
    background-color: #202020;
    border-right: 1px solid #202020;
    width: 100%;
    position: relative;
    min-height: -moz-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    padding-left: 255px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .cab {
        padding-left: 0;
        border-right: none;
    }
}

.cab.active {
    padding-left: 0;
}

    .cab.active .cab-side {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }

@media (max-width: 1199px) {
    .cab.active .cab-side {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }
}

.cab-side {
    background-color: #0F0F0F;
    border-right: 1px solid #202020;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 255px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}

@media (max-width: 1199px) {
    .cab-side {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        position: fixed;
    }
}

.cab-side .nicescroll-box {
    cursor: auto !important;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

    .cab-side .nicescroll-box .wrap {
        min-height: 100%;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 25px 20px 27px;
        width: 100%;
    }

.cab-side__title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
}

.cab-side .header-lang {
    width: 100%;
    margin-bottom: 26px;
}

    .cab-side .header-lang:last-child {
        margin-bottom: 0;
    }

.cab-side .header-lang__btn {
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
    width: 100%;
}

    .cab-side .header-lang__btn svg {
        width: 9px;
        height: 9px;
        fill: #fff;
        margin-left: 8px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 0;
    }

.cab-side .header-lang__drop {
    top: auto;
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    right: auto;
    left: 0;
}

    .cab-side .header-lang__drop a {
        text-align: left;
    }

.cab-wrap {
    background-color: #0F0F0F;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cab-header {
    width: 100%;
    padding: 18px 0px 34px 0;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cab-header {
        padding: 15px 0;
    }
}

.cab-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/cab-header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    z-index: -1;
}

.cab-header:before {
    z-index: -2;
    position: absolute;
    bottom: 0;
    left: 680px;
    width: 445px;
    height: 203px;
    background: -moz-linear-gradient(top, rgba(46, 46, 46, 0) 0%, #2E2E2E 100%);
    background: linear-gradient(180deg, rgba(46, 46, 46, 0) 0%, #2E2E2E 100%);
    content: '';
    border: 1px solid #2E2E2E;
    border-bottom: none;
    border-radius: 22px 22px 0 0;
}

@media (max-width: 1400px) {
    .cab-header:before {
        left: -moz-calc(50% + 88px);
        left: calc(50% + 88px);
    }
}

@media (max-width: 1199px) {
    .cab-header:before {
        width: 376px;
    }
}

@media (max-width: 991px) {
    .cab-header:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top-right-radius: 22px;
        width: 690px;
        max-width: -moz-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

.cab-header__top {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .cab-header__top {
        margin-bottom: 20px;
    }
}

.cab-logo {
    padding: 20px 25px 20px 27px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

    .cab-logo img {
        max-width: 113px;
        width: 100%;
    }

.cab-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

    .cab-menu:last-child {
        margin-bottom: 0;
    }

    .cab-menu a {
        position: relative;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 37px;
        padding: 10px 10px 10px 37px;
        font-weight: 700;
        font-size: 14px;
        color: #848484;
        text-decoration: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        outline: none;
        margin-bottom: 5px;
        border-radius: 9px;
        width: 100%;
    }

        .cab-menu a:hover {
            background-color: #151515;
            color: #fff;
        }

            .cab-menu a:hover svg {
                fill: #fff;
            }

        .cab-menu a:last-child {
            margin-bottom: 0;
        }

        .cab-menu a:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -27px;
            width: 3px;
            height: 29px;
            background-color: #B81E20;
            content: '';
            border-radius: 0 1.5px 1.5px 0;
            display: none;
        }

        .cab-menu a svg {
            position: absolute;
            top: 50%;
            left: -moz-calc(37px / 2);
            left: calc(37px / 2);
            width: 14px;
            height: 14px;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            fill: #848484;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .cab-menu a span {
            padding: 5px 6px;
            background-color: #B81E20;
            color: #fff;
            border-radius: 5px;
            line-height: 1;
            margin-right: 5px;
        }

        .cab-menu a.active {
            background-color: #151515;
            color: #fff;
        }

            .cab-menu a.active:before {
                display: block;
            }

            .cab-menu a.active svg {
                fill: #fff;
            }

.cab-hero {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 48px;
    width: 100%;
    min-height: 37px;
    margin-bottom: 85px;
}

    .cab-hero:last-child {
        margin-bottom: 0;
    }

.cab-hero__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #202020;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #151515;
}

    .cab-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.cab-hero h3 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 7px;
}

    .cab-hero h3:last-child {
        margin-bottom: 0;
    }

.cab-hero p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #848484;
}

.cab-logout {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 13px;
    border-radius: 9px;
    border: 1px solid #202020;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #D7D6D3;
    width: 100%;
    line-height: 1;
}

    .cab-logout:hover {
        border-color: #fff;
        color: #fff;
    }

        .cab-logout:hover svg {
            fill: #fff;
        }

    .cab-logout svg {
        width: 11px;
        height: 11px;
        margin-left: 10px;
        fill: #D7D6D3;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-burger {
    width: 38px;
    height: 38px;
    margin-right: 17px;
    border-radius: 9px;
    background-color: #151515;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .cab-burger {
        margin-right: 0;
    }
}

.cab-burger:hover:after, .cab-burger:hover:before {
    width: 17px;
}

.cab-burger span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 17px;
    height: 2px;
    background-color: #D7D6D3;
    border-radius: 2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cab-burger:before {
    width: 13px;
    left: 10px;
    top: 13px;
    position: absolute;
    content: '';
    height: 2px;
    background-color: #D7D6D3;
    border-radius: 2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cab-burger:after {
    width: 9px;
    left: 10px;
    bottom: 13px;
    position: absolute;
    content: '';
    height: 2px;
    background-color: #D7D6D3;
    border-radius: 2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cab-title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 1199px) {
    .cab-title {
        margin-bottom: 20px;
    }
}

.cab-bal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .cab-bal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cab-bal__right {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
}

@media (max-width: 575px) {
    .cab-bal__right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

.cab-bal__title {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.cab-bal__val {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 1.14;
    margin-bottom: 15px;
}

    .cab-bal__val sup {
        color: #B81E20;
        font-weight: 300;
        top: -9px;
    }

.cab-bal__staking {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-bal__staking h3 {
        font-weight: 400;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        margin-right: 24px;
    }

    .cab-bal__staking p {
        font-weight: 700;
        font-size: 14px;
        color: #4FB81E;
    }

        .cab-bal__staking p sup {
            font-weight: 300;
            top: -5px;
        }

.cab-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -moz-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-bottom: -12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .cab-btns {
        margin-bottom: 8px;
    }
}

.cab-btns .m-btn {
    margin-right: 24px;
    margin-bottom: 20px;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .cab-btns .m-btn {
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.cab-bonus {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 25px 33px 25px;
    position: relative;
    min-height: 203px;
    margin-bottom: -34px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 991px) {
    .cab-bonus {
        margin-bottom: -15px;
    }
}

.cab-bonus:after {
    width: 300px;
    height: 236px;
    background-image: url(../img/cab-percent.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    content: '';
    position: absolute;
    right: -50px;
    top: -22px;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 991px) {
    .cab-bonus:after {
        right: 0;
    }
}

@media (max-width: 480px) {
    .cab-bonus:after {
        opacity: 0.2;
    }
}

.cab-bonus h3 {
    font-weight: 300;
    font-size: 14px;
    color: #FBC0C0;
    max-width: 160px;
    line-height: 1.14;
}

.cab-bonus p {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1.14;
    max-width: 220px;
}

    .cab-bonus p span {
        background-color: #fff;
        color: #8B4451;
        padding: 5px 6px;
        line-height: 1;
        border-radius: 100px;
        font-size: 20px;
        display: inline-block;
        margin-right: 5px;
    }

.cab-content {
    padding-top: 37px;
    width: 100%;
}

@media (max-width: 575px) {
    .cab-content {
        padding-top: 15px;
    }
}

.cab-footer {
    width: 100%;
    padding: 30px 0;
    margin-top: auto;
}

@media (max-width: 575px) {
    .cab-footer {
        padding: 15px 0;
    }
}

.cab-footer__copy {
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
}

@media (max-width: 575px) {
    .cab-footer__copy {
        text-align: center;
        margin-bottom: 10px;
    }
}

.cab-footer__links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .cab-footer__links {
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cab-footer__links a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    color: #B4B3AF;
    margin-right: 21px;
}

    .cab-footer__links a:hover {
        color: #fff;
    }

    .cab-footer__links a:last-child {
        margin-right: 0;
    }

    .cab-footer__links a svg {
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #B81E20;
        stroke-linecap: round;
        margin-right: 8px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-promo-code {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .cab-promo-code {
        margin-bottom: 3px;
    }
}

.cab-promo-code__input {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}

    .cab-promo-code__input:after {
        position: absolute;
        left: 11px;
        top: -14px;
        width: 78px;
        height: 43px;
        background-image: url(../img/cab-promo-bg-2.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        content: '';
        pointer-events: none;
    }

@media (max-width: 575px) {
    .cab-promo-code__input:after {
        display: none;
    }
}

.cab-promo-code__input ::-webkit-input-placeholder {
    color: #848484;
}

.cab-promo-code__input :-moz-placeholder {
    color: #848484;
}

.cab-promo-code__input ::-moz-placeholder {
    color: #848484;
}

.cab-promo-code__input :-ms-input-placeholder {
    color: #848484;
}

.cab-promo-code__input ::placeholder {
    color: #848484;
}

.cab-promo-code__input input {
    border: none;
    background-image: url(../img/cab-promo-bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 100%;
    height: 47px;
    padding-left: 102px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    outline: none;
}

@media (max-width: 575px) {
    .cab-promo-code__input input {
        background-image: url(../img/cab-promo-bg-1-mob.png);
        padding-left: 30px;
    }
}

.cab-promo-code .m-btn {
    margin-bottom: 12px;
}

.cab-promo-info {
    border-radius: 11px;
    position: relative;
    padding: 53px 30px 21px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999999;
    max-width: 255px;
    display: none;
    box-shadow: 0 0 8px 6px rgba(61, 255, 8, 0.4);
}

    .cab-promo-info:before {
        content: '';
        background: url("../img/cab-banner-1.png");
        background-position: bottom;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 11px;
        -webkit-filter: hue-rotate(137deg) brightness(2);
        filter: hue-rotate(137deg) brightness(2);
    }

    .cab-promo-info.active {
        display: block;
    }

.cab-promo-info__close {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #b3b8c4;
    font-weight: 500;
    font-size: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #515A72;
    position: absolute;
    right: 0;
    top: -32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    .cab-promo-info__close span {
        position: relative;
        top: -1px;
    }

    .cab-promo-info__close:hover {
        opacity: 0.8;
    }

.cab-promo-info__img {
    width: 79px;
    height: 79px;
    padding: 5px;
    position: absolute;
    top: -35px;
    left: 20px;
}

.cab-promo-info__text p {
    margin-bottom: 10px;
    font-size: 11px;
    color: #FFFFFF;
}

    .cab-promo-info__text p:last-child {
        margin-bottom: 0;
    }

    .cab-promo-info__text p b {
        font-weight: 700;
        font-size: 15px;
        display: block;
        text-align: center;
    }

.cab-subtitle {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}

.cab-subtitle_mb {
    margin-bottom: 14px;
}

.cab-table {
    background-color: #151515;
    border-radius: 22px;
    width: 100%;
    margin-bottom: 24px;
    padding: 15px 24px 20px 24px;
}

@media (max-width: 767px) {
    .cab-table {
        padding: 15px;
        margin-bottom: 15px;
    }
}

.cab-table .cab-subtitle {
    margin-bottom: 12px;
}

.cab-table .cab-search {
    margin-bottom: 12px;
}

.cab-table__wrap {
    width: 100%;
    margin-bottom: 25px;
}

    .cab-table__wrap:last-child {
        margin-bottom: 0;
    }

    .cab-table__wrap table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 6px;
        margin: -6px 0;
    }

@media (max-width: 767px) {
    .cab-table__wrap table {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .cab-table__wrap table thead {
        display: none;
    }
}

.cab-table__wrap table thead tr {
    position: relative;
    z-index: 1;
}

    .cab-table__wrap table thead tr:after {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #1A1A1A;
        content: '';
        border-radius: 8px;
        left: 0;
        top: 0;
    }

.cab-table__wrap table thead td {
    padding: 12px 9px;
}

    .cab-table__wrap table thead td:first-child {
        padding-left: 14px;
    }

    .cab-table__wrap table thead td:last-child {
        padding-right: 14px;
    }

.cab-table__wrap table tbody tr {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .cab-table__wrap table tbody tr {
        border: none;
        background-color: #1A1A1A;
        border-radius: 8px;
        margin-bottom: 3px;
    }

        .cab-table__wrap table tbody tr:last-child {
            margin-bottom: 0;
        }
}

.cab-table__wrap table tbody tr:hover:after {
    opacity: 1;
}

.cab-table__wrap table tbody tr:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
    border-radius: 8px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    content: '';
}

.cab-table__wrap table tbody td {
    padding: 9px;
}

@media (max-width: 767px) {
    .cab-table__wrap table tbody td {
        border: none;
        padding: 10px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cab-table__wrap table tbody td:before {
    font-weight: 400;
    font-size: 14px;
    color: #525252;
}

.cab-table__wrap table tbody td:first-child {
    padding-left: 14px;
}

@media (max-width: 767px) {
    .cab-table__wrap table tbody td:first-child {
        padding-left: 9px;
    }
}

.cab-table__wrap table tbody td:last-child {
    padding-right: 14px;
}

@media (max-width: 767px) {
    .cab-table__wrap table tbody td:last-child {
        padding-right: 9px;
    }
}

.cab-table__wrap_empty {
    margin-bottom: 13px;
}

.cab-table__empty {
    width: 100%;
    background-color: #1A1A1A;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
}

    .cab-table__empty:last-child {
        margin-bottom: 0;
    }

    .cab-table__empty h3 {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        margin-bottom: 14px;
    }

        .cab-table__empty h3:last-child {
            margin-bottom: 0;
        }

    .cab-table__empty a {
        font-weight: 400;
        font-size: 11px;
        color: #4FB81E;
        text-decoration: underline;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .cab-table__empty a:hover {
            text-decoration: none;
        }

.cab-table__chart {
    height: 36px;
    margin-bottom: -5px;
    width: 94px;
}

@media (max-width: 767px) {
    .cab-table__chart {
        width: 100%;
    }
}

.cab-table__num {
    font-weight: 400;
    font-size: 14px;
    color: #373736;
}

.cab-table__title {
    font-weight: 400;
    font-size: 14px;
    color: #525252;
}

.cab-table__cur {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 36px;
    margin-right: 18px;
}

@media (max-width: 1199px) {
    .cab-table__cur {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .cab-table__cur {
        width: 20px;
        margin-right: 10px;
    }
}

.cab-table__cur img {
    width: 36px;
}

.cab-table__val {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-table__val h3 {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
    }

@media (max-width: 991px) {
    .cab-table__val h3 {
        font-size: 12px;
    }
}

.cab-table__val h3 span {
    font-weight: 300;
    color: #848484;
}

.cab-table__val h3.green {
    color: #4FB81E;
}

.cab-table__val h3.gray {
    color: #848484;
}

.cab-table__val h4 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    .cab-table__val h4 {
        font-size: 12px;
    }
}

.cab-table__val-change {
    margin-left: 3px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    padding: 1px 3px 1px 0px;
    background-color: rgba(79, 184, 30, 0.2);
    color: #4FB81E;
    font-weight: 800;
    font-size: 10px;
    border-radius: 3px;
}

    .cab-table__val-change svg {
        fill: none;
        stroke: #4FB81E;
        stroke-linecap: round;
        width: 14px;
        height: 14px;
    }

    .cab-table__val-change.red {
        background-color: rgba(184, 30, 32, 0.2);
        color: #B81E20;
    }

        .cab-table__val-change.red svg {
            stroke: #B81E20;
            -webkit-transform: scale(-1);
            -moz-transform: scale(-1);
            -ms-transform: scale(-1);
            transform: scale(-1);
        }

.cab-table__icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-table__icon svg {
        width: 14px;
        height: 14px;
        fill: #2F2F2F;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-table__status {
    background-color: rgba(69, 151, 122, 0.1);
    color: #45977A;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    max-width: 106px;
    width: 100%;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
}

    .cab-table__status.red {
        background-color: rgba(184, 30, 32, 0.1);
        color: #B81E20;
    }

    .cab-table__status.orange {
        background-color: rgba(241, 187, 82, 0.1);
        color: #F1BB52;
    }

    .cab-table__status.pp {
        background-color: rgba(125, 127, 195, 0.1);
        color: #7D7FC3;
    }

    .cab-table__status.blue {
        background-color: rgba(89, 168, 211, 0.1);
        color: #59A8D3;
    }

.cab-table__type {
    max-width: 143px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #202020;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    color: #525252;
    padding: 12px;
}

.cab-table__more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #848484;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

    .cab-table__more:hover {
        color: #fff;
    }

        .cab-table__more:hover svg {
            fill: #fff;
        }

    .cab-table__more svg {
        width: 9px;
        height: 9px;
        margin-left: 10px;
        fill: #848484;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-table_his {
    padding: 26px;
}

    .cab-table_his .cab-table__wrap table td:first-child {
        padding-left: 23px;
        width: 58px;
    }

@media (max-width: 767px) {
    .cab-table_his .cab-table__wrap table td:first-child {
        width: auto;
        padding-left: 9px;
    }
}

.cab-table_his .cab-table__wrap table td:last-child {
    padding-right: 23px;
}

@media (max-width: 767px) {
    .cab-table_his .cab-table__wrap table td:last-child {
        padding-right: 9px;
    }
}

.cab-table_his .cab-table__wrap table tbody td {
    padding: 13px 9px;
}

@media (max-width: 767px) {
    .cab-table_his .cab-table__wrap table tbody td {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.cab-table_his .cab-table__wrap table tbody tr {
    position: relative;
    z-index: 1;
}

    .cab-table_his .cab-table__wrap table tbody tr:hover:after {
        background-color: #1A1A1A;
        border: 1px solid #1A1A1A;
    }

    .cab-table_his .cab-table__wrap table tbody tr:after {
        opacity: 1;
        border: 1px solid #202020;
        background-color: transparent;
    }

.cab-search {
    position: relative;
    max-width: 140px;
    width: 100%;
}

    .cab-search ::-webkit-input-placeholder {
        color: #848484;
    }

    .cab-search :-moz-placeholder {
        color: #848484;
    }

    .cab-search ::-moz-placeholder {
        color: #848484;
    }

    .cab-search :-ms-input-placeholder {
        color: #848484;
    }

    .cab-search ::placeholder {
        color: #848484;
    }

    .cab-search input {
        background-color: #1A1A1A;
        border: 1px solid #202020;
        border-radius: 8px;
        padding-left: 31px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        outline: none;
        height: 32px;
        width: 100%;
    }

    .cab-search button {
        position: absolute;
        top: 0;
        left: 0;
        width: 31px;
        height: 100%;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .cab-search button:hover svg {
            fill: #fff;
        }

        .cab-search button svg {
            width: 13px;
            height: 13px;
            fill: #2D2D2D;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

.cab-news {
    position: relative;
    width: 100%;
    background-color: #151515;
    border-radius: 22px;
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-news .swiper {
        width: 100%;
    }

.cab-news__item {
    width: 100%;
}

.cab-news__img {
    width: 100%;
    height: 155px;
    background-color: #1A1A1A;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}

    .cab-news__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.cab-news__content {
    padding: 28px 24px 12px 24px;
}

    .cab-news__content > h3 {
        font-weight: 800;
        font-size: 15px;
        color: #fff;
        margin-bottom: 16px;
        line-height: 1.33;
    }

@media (max-width: 1199px) {
    .cab-news__content > h3 {
        font-size: 12px;
    }
}

.cab-news__content > p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.38;
    margin-bottom: 16px;
}

.cab-news__nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    padding: 12px 24px 24px 24px;
    margin-top: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -moz-calc(390px / 2);
    top: calc(390px / 2);
    padding: 0;
    z-index: 2;
}

@media (max-width: 575px) {
    .cab-news__nav {
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
    }
}

.cab-news__nav .swiper-pagination {
    font-weight: 400;
    font-size: 14px;
    color: #373736;
    text-align: center;
    margin: 0 10px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
}

.cab-news__nav .swiper-button-prev, .cab-news__nav .swiper-button-next {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #202020;
    background-color: #202020;
    width: 30px;
    height: 60px;
    border-radius: 9px;
}

    .cab-news__nav .swiper-button-prev:hover, .cab-news__nav .swiper-button-next:hover {
        border-color: #B81E20;
        background-color: #B81E20;
    }

    .cab-news__nav .swiper-button-prev svg, .cab-news__nav .swiper-button-next svg {
        width: 14px;
        height: 14px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .cab-news__nav .swiper-button-prev svg {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.cab-news__date {
    position: relative;
    padding-left: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 10px;
    color: #B81E20;
}

    .cab-news__date:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 15px;
        height: 15px;
        background-image: url(../img/cab-news-date.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        content: '';
    }

.cab-banners {
    width: 100%;
    position: relative;
}

    .cab-banners .cab-news__nav {
        top: 50%;
    }

    .cab-banners .swiper-pagination {
        position: absolute;
        bottom: 24px;
        left: 24px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
        width: auto;
        right: auto;
        top: auto;
        z-index: 10;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cab-banners .swiper-pagination-bullet {
        margin: 0 4px 0 0 !important;
        background-color: #373736;
        opacity: 1;
        width: 8px;
        height: 8px;
        cursor: pointer;
    }

    .cab-banners .swiper-pagination-bullet-active {
        background-color: #B81E20;
    }

.cab-banners__item {
    width: 100%;
    padding: 24px 24px 28px 24px;
    min-height: 230px;
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 22px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-banners__item:last-child {
        margin-bottom: 0;
    }

    .cab-banners__item > img {
        max-width: 75px;
        width: 100%;
        margin-bottom: 25px;
    }

    .cab-banners__item h4 {
        font-weight: 800;
        font-size: 16px;
        color: #fff;
        margin-bottom: 2px;
        text-transform: uppercase;
        line-height: 1;
        margin-top: auto;
    }

    .cab-banners__item h3 {
        font-weight: 800;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1;
    }

    .cab-banners__item p {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        line-height: 1.38;
    }

.cab-banners__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-banners__bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.cab-partners {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 26px 26px 26px 24px;
    position: relative;
    z-index: 1;
    background-color: #151515;
    border-radius: 22px;
    overflow: hidden;
    min-height: 230px;
}

@media (max-width: 991px) {
    .cab-partners {
        margin-bottom: 20px;
    }
}

.cab-partners:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 144px;
    background-image: url("../img/cab-partners-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: '';
    z-index: 1;
    pointer-events: none;
}

.cab-partners .cab-subtitle {
    margin-bottom: 16px;
}

.cab-partners__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.cab-partners__item {
    padding: 15px 0;
    min-height: 138px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
}

    .cab-partners__item h3 {
        font-weight: 400;
        font-size: 14px;
        color: #525252;
        line-height: 1;
        margin-bottom: 10px;
    }

    .cab-partners__item p {
        font-weight: 700;
        font-size: 22px;
        color: #fff;
    }

    .cab-partners__item.active {
        position: relative;
        z-index: 1;
    }

        .cab-partners__item.active:after {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 0;
            height: 100%;
            width: -moz-calc(100% + 28px);
            width: calc(100% + 28px);
            z-index: -1;
            pointer-events: none;
            background-image: url(../img/cab-partners-active.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: contain;
            content: '';
        }

        .cab-partners__item.active h3 {
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: flex-start;
            -moz-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 5px 6px;
            background-color: #4EB71E;
            border-radius: 5px;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
        }

        .cab-partners__item.active p {
            font-size: 32px;
        }

.cab-stat {
    width: 100%;
    margin-bottom: 20px;
    background-color: #151515;
    border-radius: 22px;
    padding: 24px 24px 12px 24px;
}

    .cab-stat .cab-subtitle {
        margin-bottom: 27px;
    }

.cab-stat__item {
    min-height: 46px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 62px;
    margin-bottom: 12px;
}

    .cab-stat__item > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 46px;
    }

    .cab-stat__item h3 {
        font-weight: 400;
        font-size: 14px;
        color: #525252;
        margin-bottom: 10px;
    }

@media (max-width: 991px) {
    .cab-stat__item h3 {
        font-size: 12px;
    }
}

.cab-stat__item p {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

@media (max-width: 991px) {
    .cab-stat__item p {
        font-size: 18px;
    }
}

.cab-stat__item p sup {
    color: #C34456;
    font-weight: 300;
    top: -9px;
}

    .cab-stat__item p sup.color {
        color: #C06575;
    }

.cab-refs-link {
    width: 100%;
    position: relative;
    background-color: #151515;
    border: 1px solid #202020;
    border-radius: 8px;
    padding: 12px 56px 12px 16px;
    min-height: 40px;
}

@media (max-width: 991px) {
    .cab-refs-link {
        margin-bottom: 20px;
    }
}

.cab-refs-link p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cab-refs-link__copy {
    width: 56px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

    .cab-refs-link__copy:hover svg {
        fill: #fff;
    }

    .cab-refs-link__copy svg {
        width: 17px;
        height: 17px;
        fill: #2D2D2D;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-invest {
    width: 100%;
    padding: 26px 26px 34px 26px;
    background-color: #151515;
    border-radius: 22px;
    margin-bottom: 24px;
}

    .cab-invest:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .cab-invest {
        margin-bottom: 20px;
    }
}

.cab-invest .cab-subtitle {
    margin-bottom: 10px;
}

.cab-invest__tabs {
    width: 100%;
    border-bottom: 1px solid #202020;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cab-invest__tabs-item {
    height: 42px;
    padding: 12px 32px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #D7D6D3;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

@media (max-width: 767px) {
    .cab-invest__tabs-item {
        padding: 12px 15px;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.cab-invest__tabs-item:hover sup {
    color: #B81E20;
}

.cab-invest__tabs-item > img {
    margin-right: 4px;
    max-width: 17px;
}

.cab-invest__tabs-item sup {
    color: #3C3C3C;
    font-weight: 600;
    top: -2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 3px;
}

.cab-invest__tabs-item.active {
    border-bottom-color: #B81E20;
}

    .cab-invest__tabs-item.active sup {
        color: #B81E20;
    }

.cab-invest__bal {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 24px;
}

    .cab-invest__bal p {
        font-weight: 400;
        font-size: 12px;
        color: #3C3C3C;
    }

        .cab-invest__bal p span {
            font-weight: 700;
            color: #fff;
        }

    .cab-invest__bal img {
        width: 14px;
        margin-left: 4px;
    }

.cab-invest__box {
    width: 100%;
    border: 1px solid #202020;
    border-radius: 9px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
    min-height: 73px;
}

    .cab-invest__box:last-child {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .cab-invest__box {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cab-invest__select {
    max-width: 257px;
    width: 100%;
    border-right: 1px solid #202020;
    position: relative;
}

@media (max-width: 767px) {
    .cab-invest__select {
        border-right: none;
        border-bottom: 1px solid #202020;
        max-width: 100%;
    }
}

.cab-invest__select > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 24px;
    fill: #848484;
    width: 11px;
    height: 11px;
}

.cab-invest__select-btn {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 48px 16px 25px;
    cursor: pointer;
}

    .cab-invest__select-btn > img {
        width: 36px;
        height: 36px;
        margin-right: 17px;
    }

    .cab-invest__select-btn p {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        line-height: 1.4em;
    }

        .cab-invest__select-btn p .cCurr {
            font-weight: 300;
            text-transform: uppercase;
            color: #848484;
        }

.cab-invest__select-drop {
    position: absolute;
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 2;
    background-color: #202020;
    border-radius: 9px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    padding-top: 63px;
    min-height: 403px;
}

@media (max-width: 480px) {
    .cab-invest__select-drop {
        width: 100% !important;
    }
}

.cab-invest__select-drop.bottom {
    bottom: auto;
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
}

.cab-invest__select-drop .cab-search {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;
    width: -moz-calc(100% - 28px);
    width: calc(100% - 28px);
    max-width: -moz-calc(100% - 28px);
    max-width: calc(100% - 28px);
}

    .cab-invest__select-drop .cab-search input {
        background-color: #282828;
        border-color: #343434;
    }

    .cab-invest__select-drop .cab-search svg {
        fill: #343434;
    }

.cab-invest__select-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 340px;
    overflow-y: auto;
    /* Track */
    /* Handle */
}

    .cab-invest__select-list::-webkit-scrollbar {
        width: 2px;
    }

    .cab-invest__select-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .cab-invest__select-list::-webkit-scrollbar-thumb {
        background: #B81E20;
        border-radius: 10px;
    }

    .cab-invest__select-list input {
        display: none;
    }

        .cab-invest__select-list input:checked + label {
            background-color: #383838;
        }

            .cab-invest__select-list input:checked + label p {
                color: #B81E20;
            }

.cab-invest__select-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 25px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .cab-invest__select-item:hover p, .cab-invest__select-item.active p {
        color: #B81E20;
    }

    .cab-invest__select-item > img {
        width: 36px;
        height: 36px;
        margin-right: 17px;
    }

    .cab-invest__select-item p {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        white-space: nowrap;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

@media (max-width: 480px) {
    .cab-invest__select-item p {
        white-space: normal;
        line-height: 1.4em;
    }
}

.cab-invest__select-item p .cCurr {
    font-weight: 300;
    text-transform: uppercase;
    color: #848484;
}

.cab-invest__select.active .cab-invest__select-drop {
    opacity: 1;
    pointer-events: all;
}

.cab-invest__select_full {
    max-width: 100%;
    border-right: none;
}

.cab-invest__input {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 767px) {
    .cab-invest__input {
        width: 100%;
    }
}

.cab-invest__input input {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 93px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    min-height: 68px;
}

.cab-invest__input button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1A1A1A;
    border: none;
    outline: none;
    padding: 8px 9px;
    line-height: 1;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .cab-invest__input button:hover {
        background-color: #B81E20;
    }

.cab-invest__input ::-webkit-input-placeholder {
    color: #fff;
}

.cab-invest__input :-moz-placeholder {
    color: #fff;
}

.cab-invest__input ::-moz-placeholder {
    color: #fff;
}

.cab-invest__input :-ms-input-placeholder {
    color: #fff;
}

.cab-invest__input ::placeholder {
    color: #fff;
}

.cab-invest_set .cab-subtitle {
    margin-bottom: 28px;
}

.cab-invest_set .cab-invest__input ::-webkit-input-placeholder {
    color: #525252;
}

.cab-invest_set .cab-invest__input :-moz-placeholder {
    color: #525252;
}

.cab-invest_set .cab-invest__input ::-moz-placeholder {
    color: #525252;
}

.cab-invest_set .cab-invest__input :-ms-input-placeholder {
    color: #525252;
}

.cab-invest_set .cab-invest__input ::placeholder {
    color: #525252;
}

.cab-invest_set .cab-invest__input input {
    padding-right: 24px;
    font-weight: 400;
    font-size: 14px;
}

.cab-radio {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 9px;
    border: 1px solid #202020;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

    .cab-radio label {
        padding: 4px;
        display: block;
        border-top: 1px solid #202020;
        border-right: 1px solid #202020;
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }

@media (max-width: 767px) {
    .cab-radio label {
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-right: none;
    }
}

@media (max-width: 480px) {
    .cab-radio label {
        width: 100%;
    }
}

.cab-radio label:last-child {
    border-right: none;
}

.cab-radio label:first-child .cab-radio__item {
    border-radius: 6px 0 0 6px;
}

@media (max-width: 767px) {
    .cab-radio label:first-child .cab-radio__item {
        border-radius: 0;
    }
}

.cab-radio label:last-child .cab-radio__item {
    border-radius: 0 6px 6px 0;
}

@media (max-width: 767px) {
    .cab-radio label:last-child .cab-radio__item {
        border-radius: 0;
    }
}

.cab-radio label input {
    display: none;
}

    .cab-radio label input:checked + .cab-radio__item {
        border-color: #4FB81E;
        box-shadow: 4px 0px 0px 0px #4FB81E inset, 0px 0px 20px 0px rgba(79, 184, 30, 0.2);
    }

        .cab-radio label input:checked + .cab-radio__item .cab-radio__item-val {
            color: #4FB81E;
        }

.cab-radio__item {
    padding: 10px 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent;
    height: 100%;
    position: relative;
}

    .cab-radio__item:hover {
        border-color: #4FB81E;
    }

.cab-radio__item-title {
    font-weight: 400;
    font-size: 14px;
    color: #D7D6D3;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.3;
}

    .cab-radio__item-title span {
        font-weight: 700;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        line-height: 1;
        margin-left: 7px;
        font-size: 10px;
    }

        .cab-radio__item-title span img {
            margin-right: 4px;
        }

.cab-radio__item-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.cab-radio__item-val {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-radio__item-val span {
        padding: 4px 5px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        background-color: #E68C00;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        line-height: 1;
        margin-left: 7px;
    }

        .cab-radio__item-val span svg {
            margin-right: 3px;
            width: 6px;
            height: 9px;
            fill: #fff;
        }

        .cab-radio__item-val span img {
            width: 6px;
            margin-right: 3px;
        }

.cab-radio__item-text {
    font-weight: 400;
    font-size: 12px;
    color: #B4B3AF;
    text-align: right;
    margin-left: 3px;
}

.cab-radio__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21px;
    width: 36px;
    height: 36px;
    background-color: #1D1D1D;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .cab-radio__icon svg {
        width: 14px;
        height: 14px;
        fill: #848484;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-radio_pay {
    width: 66.6%;
}

@media (max-width: 1199px) {
    .cab-radio_pay {
        width: 100%;
    }
}

.cab-radio_pay label {
    width: 50%;
}

@media (max-width: 767px) {
    .cab-radio_pay label {
        width: 100%;
    }
}

.cab-radio_pay label a {
    text-decoration: none;
}

.cab-radio_pay label input:checked + .cab-radio__item .cab-radio__icon {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #4EB71E;
}

    .cab-radio_pay label input:checked + .cab-radio__item .cab-radio__icon svg {
        fill: #ffffff;
    }

.cab-radio_pay .cab-radio__item {
    padding-left: 70px;
}

.cab-radio_pay .cab-radio__item-title {
    color: #525252;
    margin-bottom: 0;
}

.cab-info {
    width: 100%;
    background-color: #151515;
    padding: 26px 24px 34px 24px;
    border-radius: 22px;
    height: 100%;
}

    .cab-info .cab-subtitle {
        margin-bottom: 30px;
    }

.cab-info__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 23px;
    border-bottom: 1px solid #202020;
    margin-bottom: 26px;
}

    .cab-info__head h3 {
        font-weight: 700;
        font-size: 20px;
        color: #B81E20;
        margin-bottom: 20px;
    }

    .cab-info__head p {
        padding-left: 19px;
        position: relative;
        font-weight: 700;
        font-size: 10px;
        color: #fff;
    }

        .cab-info__head p .curr {
            font-weight: 300;
            font-size: 10px;
            color: #848484;
            text-transform: uppercase;
        }

        .cab-info__head p img {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 14px;
            height: 14px;
        }

.cab-info__list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.cab-info__list-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .cab-info__list-item {
        margin-bottom: 16px;
    }
}

.cab-info__list-item:last-child {
    margin-bottom: 0;
}

.cab-info__list-item h3 {
    width: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 12px;
    color: #525252;
    padding-right: 5px;
}

    .cab-info__list-item h3 img {
        width: 14px;
        margin-right: 8px;
    }

.cab-info__list-item p {
    width: 50%;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.cab-info__title {
    font-weight: 400;
    font-size: 12px;
    color: #3C3C3C;
    margin-bottom: 10px;
}

.cab-info__profit {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #1A1A1A;
    margin-bottom: 11px;
    border-radius: 9px;
}

.cab-info__profit-item {
    border-bottom: 1px solid #202020;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 13px 15px;
}

    .cab-info__profit-item h3 {
        font-weight: 400;
        font-size: 12px;
        color: #525252;
        min-width: 50px;
    }

    .cab-info__profit-item p {
        font-weight: 800;
        font-size: 12px;
        color: #4FB81E;
    }

    .cab-info__profit-item:last-child {
        border-bottom: none;
    }

.cab-info__single .cab-info__head {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cab-info__single .cab-info__list {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cab-info__single .cab-info__list-item {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
}

@media (max-width: 575px) {
    .cab-info__single .cab-info__list-item {
        width: 100%;
    }
}

.cab-info__single .cab-info__buttons .m-btn {
    margin-right: 15px;
    margin-bottom: 15px;
}

.cab-dep {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 26px;
    border: 1px dashed #202020;
    border-radius: 22px;
    height: 100%;
}

@media (max-width: 991px) {
    .cab-dep {
        margin-bottom: 24px;
        height: auto;
        padding: 20px;
    }
}

.cab-dep .m-btn {
    margin-top: 10px;
}

.cab-dep .cab-subtitle {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cab-dep .cab-subtitle {
        margin-bottom: 20px;
    }
}

.cab-dep__item {
    width: 100%;
    background-color: #151515;
    border-radius: 7px;
    position: relative;
    padding: 17px 16px;
    margin-bottom: 10px;
}

    .cab-dep__item:last-child {
        margin-bottom: 0;
    }

    .cab-dep__item:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: -moz-calc(100% + 2px);
        width: calc(100% + 2px);
        height: -moz-calc(100% + 2px);
        height: calc(100% + 2px);
        border: 1px solid #4FB81E;
        content: '';
        border-radius: 9px;
        pointer-events: none;
    }

    .cab-dep__item.closed:after {
        border-color: #202020;
    }

    .cab-dep__item.closed .cab-dep__head p span {
        color: #fff;
    }

    .cab-dep__item.closed .cab-dep__footer p {
        color: #525252;
    }

    .cab-dep__item.closed .cab-dep__bar span {
        display: none;
    }

.cab-dep__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

    .cab-dep__head h3 {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        margin-bottom: 9px;
        line-height: 1.14;
    }

    .cab-dep__head p {
        font-weight: 400;
        font-size: 12px;
        color: #525252;
    }

        .cab-dep__head p span {
            font-size: 14px;
            font-weight: 800;
            color: #4FB81E;
        }

.cab-dep__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .cab-dep__info {
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cab-dep__info img {
    width: 36px;
    margin-bottom: 26px;
}

.cab-dep__info h3 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-bottom: 7px;
}

.cab-dep__info p {
    font-weight: 400;
    font-size: 12px;
    color: #525252;
}

.cab-dep__date {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #202020;
    padding: 9px 13px 9px 9px;
    border-radius: 9px;
    margin-bottom: 20px;
}

    .cab-dep__date svg {
        margin: 0 10px;
        width: 10px;
        height: 10px;
        fill: #525252;
    }

.cab-dep__date-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-dep__date-item h3 {
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        margin-bottom: 7px;
    }

    .cab-dep__date-item p {
        font-weight: 400;
        font-size: 12px;
        color: #525252;
    }

.cab-dep__footer {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .cab-dep__footer h3 {
        position: relative;
        padding-left: 20px;
        font-weight: 400;
        font-size: 12px;
        color: #525252;
    }

        .cab-dep__footer h3:after {
            width: 14px;
            height: 14px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            background-image: url(../img/cab-dep-footer-icon.svg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: contain;
            content: '';
        }

    .cab-dep__footer p {
        font-weight: 700;
        font-size: 12px;
        color: #4EB71E;
    }

.cab-dep__bar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2px;
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: 4px;
    background-color: #202020;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

    .cab-dep__bar span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #4EB71E;
        border-radius: 10px;
    }

.cab-filter {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -moz-calc(100% + 17px);
    width: calc(100% + 17px);
    margin-bottom: 15px;
}

.cab-filter__item {
    padding: 15px 0;
    border-bottom: 2px solid transparent;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 17px;
    font-weight: 500;
    font-size: 12px;
    color: #D7D6D3;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

    .cab-filter__item:hover {
        color: #fff;
    }

    .cab-filter__item.active {
        border-bottom-color: #B81E20;
        font-weight: 800;
        color: #fff;
    }

.cab-refs {
    background-color: #151515;
    border-radius: 22px;
    padding: 26px 24px;
    width: 100%;
    margin-bottom: 24px;
}

    .cab-refs .cab-subtitle {
        margin-bottom: 24px;
    }

    .cab-refs .cab-subtitle_mb {
        margin-bottom: 18px;
    }

.cab-refs__text {
    width: 100%;
    border-bottom: 1px solid #202020;
    margin-bottom: 30px;
}

    .cab-refs__text .m-text h3 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cab-refs__text .m-text p {
        font-size: 13px;
    }

    .cab-refs__text .m-text ul li {
        padding-left: 20px;
    }

.cab-refs__row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cab-refs__row .cab-refs-link {
        max-width: 540px;
        width: 100%;
        margin-right: 47px;
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .cab-refs__row .cab-refs-link {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .cab-refs__row .cab-refs-link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.cab-refs__users {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .cab-refs__users {
        width: 100%;
    }
}

.cab-refs__users-item {
    padding: 3px 24px 3px 0;
    border-right: 1px solid #202020;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 24px;
}

@media (max-width: 767px) {
    .cab-refs__users-item {
        width: -moz-calc(100% / 2 - 24px);
        width: calc(100% / 2 - 24px);
    }
}

@media (max-width: 575px) {
    .cab-refs__users-item {
        margin-right: 12px;
        padding-right: 12px;
    }
}

.cab-refs__users-item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

    .cab-refs__users-item:last-child h3, .cab-refs__users-item:last-child p {
        color: #4EB71E;
    }

.cab-refs__users-item h3 {
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .cab-refs__users-item h3 {
        font-size: 12px;
    }
}

.cab-refs__users-item p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 575px) {
    .cab-refs__users-item p {
        font-size: 16px;
    }
}

.cab-refs__links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 34px;
}

.cab-refs__links-item {
    width: 100%;
    position: relative;
    background-color: #1A1A1A;
    margin-bottom: 7px;
    border-radius: 8px;
    padding: 17px 20px 17px 56px;
}

    .cab-refs__links-item:last-child {
        margin-bottom: 0;
    }

    .cab-refs__links-item:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 2px;
        height: 31px;
        background-color: #C34456;
        content: '';
        border-radius: 0 10px 10px 0;
        content: '';
    }

    .cab-refs__links-item > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 19px;
        width: 21px;
    }

    .cab-refs__links-item h3 {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        margin-bottom: 9px;
    }

    .cab-refs__links-item p {
        font-weight: 300;
        font-size: 12px;
        color: #B4B3AF;
    }

@media (max-width: 991px) {
    .cab-refs__links-item p {
        margin-bottom: 15px;
    }
}

.cab-refs__links-item .m-btn {
    font-size: 12px;
    min-height: 29px;
    padding: 5px 12px;
}

    .cab-refs__links-item .m-btn svg {
        margin-right: 10px;
        width: 9px;
        height: 9px;
    }

.cab-refs__arrow {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

    .cab-refs__arrow:last-child {
        margin-bottom: 0;
    }

    .cab-refs__arrow:after, .cab-refs__arrow:before {
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-top: 1px dashed #202020;
        content: '';
    }

.cab-refs__arrow-box {
    padding: 10px 12px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #202020;
    border-radius: 9px;
    font-weight: 700;
    font-size: 12px;
    color: #D7D6D3;
    line-height: 1;
    margin: 0 12px;
}

    .cab-refs__arrow-box svg {
        width: 9px;
        height: 9px;
        fill: #D7D6D3;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 10px;
    }

.cab-refs__arrow_top .cab-refs__arrow-box svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cab-refs-stat {
    width: 100%;
    background-color: #151515;
    border-radius: 22px;
    padding: 26px 24px 30px 24px;
    margin-bottom: 47px;
}

@media (max-width: 991px) {
    .cab-refs-stat {
        margin-bottom: 30px;
    }
}

.cab-refs-stat:last-child {
    margin-bottom: 0;
}

.cab-refs-stat .cab-subtitle {
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .cab-refs-stat .cab-subtitle {
        margin-bottom: 20px;
    }
}

.cab-refs-lvls {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
    z-index: 1;
}

    .cab-refs-lvls:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 10000px;
        height: 1px;
        background-color: #202020;
        content: '';
        pointer-events: none;
        z-index: -1;
    }

    .cab-refs-lvls .cab-subtitle {
        margin-bottom: 16px;
    }

    .cab-refs-lvls .cab-filter {
        margin-bottom: -1px;
    }

.cab-refs-table {
    width: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
}

    .cab-refs-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0px 15px;
    }

        .cab-refs-table table thead {
            display: none;
        }

@media (max-width: 767px) {
    .cab-refs-table table tr {
        background-color: #151515;
        border-radius: 9px;
        border: none;
    }
}

.cab-refs-table table td {
    background-color: #151515;
    padding: 13px 19px 13px 19px;
}

@media (max-width: 767px) {
    .cab-refs-table table td {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #202020;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 15px;
    }

        .cab-refs-table table td:last-child {
            border-bottom: none;
        }
}

.cab-refs-table table td:first-child {
    background-color: transparent;
    padding: 0 6px 0 0;
    width: 1%;
}

@media (max-width: 767px) {
    .cab-refs-table table td:first-child {
        width: 100%;
        padding: 10px 15px;
    }
}

.cab-refs-table table td:nth-child(2) {
    border-radius: 9px 0 0 9px;
}

@media (max-width: 767px) {
    .cab-refs-table table td:nth-child(2) {
        border-radius: 0;
    }
}

.cab-refs-table table td:last-child {
    border-radius: 0 9px 9px 0;
    position: relative;
    padding-left: 31px;
    padding-right: 48px;
    width: 1%;
    background-image: url(../img/ref-table-bg.png);
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
}

@media (max-width: 767px) {
    .cab-refs-table table td:last-child {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cab-refs-table table td:last-child:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 50px;
    width: 1px;
    background-color: #202020;
    content: '';
}

@media (max-width: 767px) {
    .cab-refs-table table td:last-child:after {
        display: none;
    }
}

.cab-refs-table table td:last-child .cab-refs-table__val {
    font-weight: 700;
    color: #4EB71E;
}

.cab-refs-table table td:last-child .cab-refs-table__title {
    color: #4EB71E;
}

.cab-refs-table table td:before {
    font-weight: 400;
    font-size: 12px;
    color: #525252;
    line-height: 1;
}

.cab-refs-table__title {
    font-weight: 400;
    font-size: 12px;
    color: #525252;
    line-height: 1;
}

@media (max-width: 767px) {
    .cab-refs-table__title {
        display: none;
    }
}

.cab-refs-table__name {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
    line-height: 1;
}

    .cab-refs-table__name span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #525252;
        font-size: 12px;
        padding: 5px 6px;
        line-height: 1;
        border-radius: 5px;
        background-color: #202020;
    }

.cab-refs-table__mail {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.cab-refs-table__val {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 9px;
    line-height: 1;
}

.cab-refs-table__ava {
    width: 64px;
    height: 64px;
    position: relative;
}

.cab-refs-table__ava-img {
    border: 1px solid #202020;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    border-radius: 9px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .cab-refs-table__ava-img:after {
        z-index: -1;
        position: absolute;
        top: 100%;
        left: 50%;
        background: -moz-radial-gradient(#4EB71E, rgba(78, 183, 30, 0));
        background: radial-gradient(#4EB71E, rgba(78, 183, 30, 0));
        content: '';
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-filter: blur(13px);
        filter: blur(13px);
    }

    .cab-refs-table__ava-img img {
        max-width: 100%;
        z-index: 2;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }

.cab-refs-table__ava span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 6px;
    line-height: 1;
    border: 1px solid #4EB71E;
    border-radius: 5px;
    font-weight: 700;
    font-size: 8px;
    color: #fff;
    z-index: 3;
}

.cab-refs-table__ava.red .cab-refs-table__ava-img:after {
    background: -moz-radial-gradient(#B81E20, rgba(184, 30, 32, 0));
    background: radial-gradient(#B81E20, rgba(184, 30, 32, 0));
}

.cab-refs-table__ava.red span {
    border-color: #B81E20;
}

.cab-refs-table__contacts {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.cab-refs-table__contacts-item {
    margin: 0 5px;
}

    .cab-refs-table__contacts-item:hover svg {
        fill: #B81E20;
    }

    .cab-refs-table__contacts-item svg {
        fill: #ffffff;
        width: 15px;
        height: 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-lvls {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .cab-lvls {
        margin-bottom: 20px;
    }
}

.cab-lvls__item {
    margin-right: 19px;
    font-weight: 500;
    font-size: 12px;
    color: #D7D6D3;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

    .cab-lvls__item:last-child {
        margin-right: 0;
    }

    .cab-lvls__item:hover, .cab-lvls__item.active {
        color: #B81E20;
    }

.cab-stak {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cab-stak__item {
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: 0px 15px 30px 15px;
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cab-stak__item {
        width: -moz-calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media (max-width: 767px) {
    .cab-stak__item {
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        margin-bottom: 15px;
        padding: 0 15px 15px 15px;
    }
}

@media (max-width: 480px) {
    .cab-stak__item {
        width: 50%;
    }
}

.cab-stak__item:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 52px;
    background-color: #202020;
    width: 1px;
    content: '';
    pointer-events: none;
}

.cab-stak__item:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    content: '';
    width: 52px;
    height: 1px;
    background-color: #202020;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cab-stak__item:after {
        top: -15px;
    }
}

.cab-stak__item:last-child:before {
    display: none;
}

.cab-stak__item:nth-child(6n):before {
    display: none;
}

@media (max-width: 991px) {
    .cab-stak__item:nth-child(6n):before {
        display: block;
    }
}

.cab-stak__item:nth-child(-n+6):after {
    display: none;
}

@media (max-width: 991px) {
    .cab-stak__item:nth-child(-n+6):after {
        display: block;
    }
}

@media (max-width: 991px) {
    .cab-stak__item:nth-child(4n):before {
        display: none;
    }
}

@media (max-width: 767px) {
    .cab-stak__item:nth-child(4n):before {
        display: block;
    }
}

@media (max-width: 991px) {
    .cab-stak__item:nth-child(-n+4):after {
        display: none;
    }
}

@media (max-width: 767px) {
    .cab-stak__item:nth-child(-n+4):after {
        display: block;
    }
}

@media (max-width: 767px) {
    .cab-stak__item:nth-child(3n):before {
        display: none;
    }
}

@media (max-width: 480px) {
    .cab-stak__item:nth-child(3n):before {
        display: block;
    }
}

@media (max-width: 767px) {
    .cab-stak__item:nth-child(-n+3):after {
        display: none;
    }
}

@media (max-width: 480px) {
    .cab-stak__item:nth-child(-n+3):after {
        display: block;
    }
}

@media (max-width: 480px) {
    .cab-stak__item:nth-child(2n):before {
        display: none;
    }
}

@media (max-width: 480px) {
    .cab-stak__item:nth-child(-n+2):after {
        display: none;
    }
}

.cab-stak__item img {
    width: 36px;
    margin-bottom: 10px;
}

.cab-stak__item h3 {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 14px;
}

    .cab-stak__item h3 span {
        display: block;
        font-weight: 300;
        font-size: 10px;
        color: #848484;
    }

.cab-stak__item p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.cab-set-personal {
    width: 100%;
    padding: 26px;
    margin-bottom: 24px;
    background-color: #151515;
    border-radius: 22px;
}

    .cab-set-personal .cab-subtitle {
        margin-bottom: 11px;
    }

    .cab-set-personal .m-text p {
        font-size: 12px;
    }

.cab .m-input {
    margin-bottom: 23px;
}

    .cab .m-input input {
        border: 1px solid #202020;
        background-color: #1A1A1A;
        height: 47px;
        font-size: 14px;
    }

.cab-input__title {
    font-weight: 400;
    font-size: 12px;
    color: #848484;
    margin-bottom: 11px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-input__title svg {
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        fill: #848484;
        margin-left: 5px;
    }

    .cab-input__title a {
        color: #B81E20;
        margin-left: 15px;
        word-break: break-all;
    }

.cab-google {
    margin-bottom: 24px;
    width: 100%;
    border-radius: 22px;
    padding: 18px 24px 18px 70px;
    position: relative;
    background-color: #151515;
}

    .cab-google img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 26px;
        width: 39px;
    }

@media (max-width: 575px) {
    .cab-google img {
        left: 15px;
    }
}

.cab-google h3 {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

    .cab-google h3 span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
        padding: 5px 6px;
        border: 1px solid #4EB71E;
        border-radius: 5px;
        font-size: 10px;
    }

        .cab-google h3 span.red {
            border-color: #B81E20;
        }

.cab-google p {
    font-weight: 300;
    font-size: 12px;
    color: #B4B3AF;
}

@media (max-width: 575px) {
    .cab-google .m-btn {
        margin-top: 20px;
    }
}

.cab-google .cab-check {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
}

.cab-check {
    display: block;
    position: relative;
    cursor: pointer;
}

    .cab-check input {
        display: none;
    }

        .cab-check input:checked + span {
            border-color: #4EB71E;
        }

            .cab-check input:checked + span:after {
                right: 3px;
                background-color: #4EB71E;
            }

    .cab-check span {
        width: 40px;
        height: 23px;
        display: block;
        border: 1px solid #B81E20;
        border-radius: 100px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .cab-check span:after {
            width: 17px;
            height: 17px;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            border-radius: 50%;
            background-color: #B81E20;
            position: absolute;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

.cab-2fa {
    width: 100%;
    padding: 21px 24px 28px 24px;
    border-radius: 22px;
    background-color: #151515;
    margin-bottom: 24px;
}

.cab-2fa__title {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #B81E20;
    padding: 5px 6px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.cab-2fa__text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

    .cab-2fa__text h3 {
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        margin-bottom: 10px;
    }

        .cab-2fa__text h3:last-child {
            margin-bottom: 0;
        }

    .cab-2fa__text p {
        font-weight: 300;
        font-size: 13px;
        color: #B4B3AF;
        line-height: 1.4;
    }

.cab-qr {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 17px;
}

.cab-app {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -moz-calc(100% + 6px);
    width: calc(100% + 6px);
    margin-bottom: 15px;
}

.cab-app__item {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 11px;
    background-color: #1A1A1A;
    border-radius: 9px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 6px;
}

    .cab-app__item:hover {
        background-color: #B81E20;
    }

    .cab-app__item img {
        max-width: 100%;
    }

.cab-code {
    width: 100%;
    margin-bottom: 47px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 18px 15px;
    border: 1px solid #202020;
    border-radius: 9px;
}

    .cab-code h3 {
        font-weight: 400;
        font-size: 12px;
        color: #848484;
        margin-bottom: 10px;
    }

.cab-code__box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

    .cab-code__box p {
        font-weight: 800;
        font-size: 24px;
        color: #B81E20;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.cab-code__copy {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    margin-left: 14px;
}

    .cab-code__copy:hover svg {
        fill: #fff;
    }

    .cab-code__copy svg {
        width: 17px;
        height: 17px;
        fill: #2D2D2D;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

.cab-bounty {
    padding: 21px 27px 25px 27px;
    width: 100%;
    border-radius: 22px;
    background-color: #151515;
    margin-bottom: 30px;
}

    .cab-bounty .m-btn {
        margin-bottom: 25px;
    }

        .cab-bounty .m-btn:last-child {
            margin-bottom: 0;
        }

    .cab-bounty .m-text p {
        font-size: 13px;
    }

.cab-bounty-about {
    width: 100%;
    position: relative;
    background-color: #151515;
    border-radius: 22px;
    padding: 23px 409px 25px 25px;
    z-index: 1;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .cab-bounty-about {
        padding-right: 25px;
    }
}

.cab-bounty-about:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 399px;
    height: 185px;
    background-image: url(../img/cab-bounty-about.png);
    background-repeat: no-repeat;
    content: '';
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cab-bounty-about:after {
        opacity: 0.2;
    }
}

.cab-bounty-about .cab-subtitle {
    margin-bottom: 20px;
}

.cab-bounty__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 75px;
    min-height: 66px;
    margin-bottom: 20px;
}

    .cab-bounty__head > img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -7px;
        width: 66px;
    }

    .cab-bounty__head h3 {
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        margin-bottom: 7px;
    }

    .cab-bounty__head a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 300;
        font-size: 12px;
        text-decoration: none;
        color: #B4B3AF;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .cab-bounty__head a svg {
            width: 11px;
            height: 11px;
            fill: #B4B3AF;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            margin-right: 3px;
        }

.cab-bounty__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    margin-bottom: 24px;
}

    .cab-bounty__title:after {
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 16px;
        height: 1px;
        background-color: #202020;
        content: '';
    }

.cab-bounty__bar {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .cab-bounty__bar span {
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 6px;
        height: 3px;
        background-color: #262626;
        border-radius: 10px;
        display: block;
    }

        .cab-bounty__bar span:last-child {
            margin-right: 0;
        }

        .cab-bounty__bar span.active {
            background-color: #4EB71E;
        }

.cab-bounty__bar-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}

    .cab-bounty__bar-head p {
        font-weight: 700;
        font-size: 13px;
        color: #fff;
    }

.cab-bounty-footer {
    position: relative;
    padding-top: 30px;
}

    .cab-bounty-footer:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 10000px;
        height: 1px;
        top: 0;
        content: '';
        background-color: #202020;
    }

    .cab-bounty-footer .cab-subtitle {
        margin-bottom: 24px;
    }

.cab-bounty-msg {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 10px;
    color: #E68C00;
    line-height: 1.3;
    margin-bottom: 24px;
}

    .cab-bounty-msg svg {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        fill: #E68C00;
    }

.cab-timer {
    width: 100%;
    border: 1px solid #B81E20;
    border-radius: 22px;
    background-color: #151515;
    box-shadow: 0px 0px 84.7px 0px rgba(184, 30, 32, 0.27) inset;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: 23px 20px 21px 20px;
    z-index: 1;
}

    .cab-timer:after, .cab-timer:before {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border: 1px solid #B81E20;
        border-radius: 22px;
        content: '';
        opacity: 0;
        -webkit-animation: 3s cabTimer infinite linear;
        -moz-animation: 3s cabTimer infinite linear;
        animation: 3s cabTimer infinite linear;
        pointer-events: none;
    }

    .cab-timer:before {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .cab-timer .cab-dep__bar {
        background-color: rgba(255, 255, 255, 0.1);
    }

        .cab-timer .cab-dep__bar span {
            background-color: #B81E20;
        }

    .cab-timer .cab-subtitle {
        margin-bottom: 35px;
    }

.cab-timer__wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 64px;
}

    .cab-timer__wrap > span {
        font-weight: 400;
        font-size: 70px;
        color: #B81E20;
        line-height: 1;
        margin: 0 5px 10px 5px;
    }

@media (max-width: 480px) {
    .cab-timer__wrap > span {
        font-size: 40px;
    }
}

.cab-timer__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 88px;
    text-align: center;
}

@media (max-width: 480px) {
    .cab-timer__item {
        width: 55px;
    }
}

.cab-timer__item p {
    font-weight: 400;
    font-size: 12px;
    color: #D7D6D3;
    margin-bottom: 17px;
}

.cab-timer__item span {
    font-weight: 400;
    font-size: 70px;
    color: #fff;
    line-height: 1;
}

@media (max-width: 480px) {
    .cab-timer__item span {
        font-size: 40px;
    }
}

.cab-timer__btn {
    border: 3px solid #151515;
    background-color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -53px;
    padding: 13px 14px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #0F0F0F;
    border-radius: 9px;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 480px) {
    .cab-timer__btn {
        bottom: -40px;
    }
}

.cab-timer__btn:hover {
    background-color: #B81E20;
    color: #fff;
}

.cab-timer__percent {
    padding: 5px 6px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.cab-free-lvl {
    width: 100%;
    background-color: #151515;
    border-radius: 22px;
    padding: 25px 21px 25px 21px;
    margin-bottom: 24px;
}

.cab-free-lvl__head {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    background-image: url(../img/free-lvl-bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto;
    margin-bottom: 29px;
}

@media (max-width: 1199px) {
    .cab-free-lvl__head {
        margin-bottom: 16px;
    }
}

.cab-free-lvl__head h3 {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.cab-free-lvl__head p {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1;
}

.cab-free-lvl__val {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    border-radius: 7px;
    background-color: #1A1A1A;
    margin-bottom: 20px;
}

    .cab-free-lvl__val p {
        width: 50%;
        padding: 5px;
        font-weight: 400;
        font-size: 12px;
        color: #D7D6D3;
        text-align: center;
        border-right: 1px solid #262626;
    }

        .cab-free-lvl__val p:last-child {
            border-right: none;
        }

.cab-free-lvl__footer {
    padding-top: 20px;
    border-top: 1px solid #262626;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .cab-free-lvl__footer h3 {
        font-weight: 400;
        font-size: 12px;
        color: #525252;
        max-width: 130px;
        margin-right: 10px;
        line-height: 1.4;
    }

    .cab-free-lvl__footer p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 12px;
        border: 2px solid #4EB71E;
        border-radius: 9px;
        line-height: 1;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
    }

.cab-free-timer {
    width: 100%;
    border: 2px solid #4EB71E;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 23px 21px;
}

    .cab-free-timer .cab-subtitle {
        margin-bottom: 22px;
    }

@media (max-width: 1199px) {
    .cab-free-timer .cab-subtitle {
        margin-bottom: 15px;
    }
}

.cab-free-timer__wrap {
    position: relative;
    padding-right: 40px;
}

    .cab-free-timer__wrap img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

    .cab-free-timer__wrap h3 {
        font-weight: 700;
        font-size: 13px;
        color: #4EB71E;
        margin-bottom: 10px;
    }

    .cab-free-timer__wrap p {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
    }

.cab-free-left {
    padding: 21px;
    width: 100%;
    background-color: #151515;
    border: 1px solid #202020;
    border-radius: 22px;
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .cab-free-left {
        min-height: 128px;
    }
}

@media (max-width: 767px) {
    .cab-free-left {
        min-height: 0;
    }
}

.cab-free-left .cab-subtitle {
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .cab-free-left .cab-subtitle {
        margin-bottom: 15px;
    }
}

.cab-free-left__wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cab-free-left__wrap {
        margin-top: auto;
    }
}

.cab-free-left__wrap h3 {
    font-weight: 700;
    font-size: 13px;
    color: #525252;
}

    .cab-free-left__wrap h3 span {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        margin-right: 8px;
    }

.cab-free-left__wrap p {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.cab-hide-empty {
    margin-right: 20px;
    margin-bottom: 12px;
    display: block;
}

    .cab-hide-empty:last-child {
        margin-right: 0;
    }

    .cab-hide-empty input {
        display: none;
    }

        .cab-hide-empty input:checked + p:after {
            background-color: #B81E20;
            border-color: #B81E20;
        }

        .cab-hide-empty input:checked + p svg {
            opacity: 1;
        }

    .cab-hide-empty p {
        position: relative;
        font-weight: 400;
        font-size: 11px;
        color: #848484;
        padding-left: 17px;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        .cab-hide-empty p svg {
            position: absolute;
            top: 50%;
            left: 5px;
            width: 8px;
            height: 8px;
            fill: #fff;
            z-index: 2;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

        .cab-hide-empty p:after {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            width: 10px;
            height: 10px;
            background-color: #1A1A1A;
            border: 1px solid #202020;
            content: '';
            border-radius: 2px;
            z-index: 1;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

.cab-pag {
    width: 100%;
}

    .cab-pag ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cab-pag ul li {
            margin-right: 4px;
            margin-bottom: 4px;
        }

            .cab-pag ul li:last-child {
                margin-right: 0;
            }

            .cab-pag ul li.active a {
                background-color: #202020;
            }

        .cab-pag ul a {
            -moz-transition: all .3s ease;
            transition: all .3s ease;
            border: 1px solid #202020;
            border-radius: 9px;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-width: 30px;
            padding: 0 10px;
            height: 30px;
            font-weight: 700;
            font-size: 12px;
            color: #D7D6D3;
            text-decoration: none;
            cursor: pointer;
            line-height: 1;
        }

            .cab-pag ul a:hover {
                background-color: #202020;
            }

.cab-heroes {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -moz-calc(100% + 9px);
    width: calc(100% + 9px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
    max-width: 240px;
}

@media (max-width: 575px) {
    .cab-heroes {
        max-width: -moz-calc(100% + 9px);
        max-width: calc(100% + 9px);
        margin-top: 30px;
    }
}

.cab-heroes label {
    margin-bottom: 9px;
    margin-right: 9px;
}

    .cab-heroes label input {
        display: none;
    }

        .cab-heroes label input:checked + .cab-heroes__item {
            border-color: #4EB71E;
            box-shadow: 0px 0px 20px 0px rgba(78, 183, 30, 0.3);
        }

            .cab-heroes label input:checked + .cab-heroes__item .cab-heroes__check {
                opacity: 1;
            }

.cab-heroes__item {
    width: 65px;
    height: 65px;
    border: 1px solid #202020;
    border-radius: 9px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

    .cab-heroes__item:hover {
        border-color: #4EB71E;
    }

.cab-heroes__check {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #4EB71E;
    border-radius: 5px;
    width: 14px;
    height: 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

    .cab-heroes__check svg {
        width: 8px;
        height: 8px;
        fill: #fff;
    }

.cab-heroes__more {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px dashed #B81E20;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 5px;
    line-height: 1;
}

    .cab-heroes__more:hover {
        border-bottom-color: transparent;
    }

    .cab-heroes__more img {
        margin-right: 5px;
    }

.cab-upload {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

    .cab-upload input {
        display: none;
    }

.cab-upload__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

    .cab-upload__item:hover span {
        background-color: #B81E20;
        color: #fff;
    }

    .cab-upload__item span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 12px;
        background-color: #202020;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-weight: 700;
        font-size: 12px;
        color: #D7D6D3;
        border-radius: 9px;
        margin-left: -13px;
    }

.cab-upload__img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/cab-upload.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border: 1px solid #202020;
    overflow: hidden;
}

    .cab-upload__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        background: #ffffff;
    }

.cab-modal {
    padding: 36px 41px 40px 41px;
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
    background-color: #151515;
    border: 1px solid #1A1A1A;
    border-radius: 22px;
    text-align: center;
    position: relative;
}

@media (max-width: 575px) {
    .cab-modal {
        padding: 30px 15px;
    }
}

.cab-modal .mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(0) rotate(0deg);
    -moz-transform: translate(0) rotate(0deg);
    -ms-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
    padding: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    opacity: 1;
    line-height: 0;
    z-index: 2;
}

    .cab-modal .mfp-close:hover svg {
        fill: #B81E20;
    }

    .cab-modal .mfp-close svg {
        width: 100%;
        height: 100%;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        fill: #fff;
    }

.cab-modal .nicescroll-rails {
    background-color: #1A1A1A;
    border-radius: 10px;
}

.cab-modal .m-title {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cab-modal .m-title p {
        font-weight: 700;
        font-size: 22px;
    }

.cab-modal .cab-heroes {
    max-width: -moz-calc(100% + 33px);
    max-width: calc(100% + 33px);
    width: -moz-calc(100% + 33px);
    width: calc(100% + 33px);
    margin-bottom: -11px;
    padding-right: 11px;
    margin-top: 0;
    height: 270px;
    overflow-y: auto;
    margin-bottom: 30px;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .cab-modal .cab-heroes::-webkit-scrollbar {
        width: 4px;
    }

    .cab-modal .cab-heroes::-webkit-scrollbar-track {
        background: #1A1A1A;
    }

    .cab-modal .cab-heroes::-webkit-scrollbar-thumb {
        background: #848484;
        border-radius: 10px;
    }

        .cab-modal .cab-heroes::-webkit-scrollbar-thumb:hover {
            background: #848484;
        }

    .cab-modal .cab-heroes label {
        margin-bottom: 11px;
        margin-right: 11px;
    }

.cab-modal .cab-heroes__item {
    width: 82px;
    height: 82px;
}

    .cab-modal .cab-heroes__item img {
        width: 70px;
    }

.cab-modal .nicescroll-box {
    max-height: 270px;
    margin-bottom: 30px;
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    padding-right: 32px;
}

@media (max-width: 575px) {
    .cab-modal .nicescroll-box {
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        padding-right: 15px;
    }
}

.cab-modal .nicescroll-box .wrap {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cab-modal-autoreinvest {
    max-width: 825px;
}

.cab-banners img {
    max-width: 100%;
}
