@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

/**
     * 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 */
}

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
    overflow: visible;
}

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

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

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

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

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('fonts/Custom-Font.eot');
    src: url('fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('fonts/Custom-Font.woff') format('woff'),
         url('fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }



*/
@font-face {
    font-family: 'PT Sans';
    src: url("./fonts/PTSans-Bold.eot");
    src: url("./fonts/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/PTSans-Bold.woff") format("woff"), url("./fonts/PTSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'PT Sans';
    src: url("./fonts/PTSans-Regular.eot");
    src: url("./fonts/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("./fonts/PTSans-Regular.woff") format("woff"), url("./fonts/PTSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* brand-color */
html {
    box-sizing: inherit;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
}

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

img {
    max-width: 100%;
    height: auto;
}

input {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    width: 100%;
    display: block;
    font-family: unset;
    font-size: unset;
}

.active-menu {
    overflow: hidden;
}

.content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 37, 42, 0.8);
    opacity: 0;
    pointer-events: none;
    z-index: 900;
    display: none;
}

.active-menu .content:before {
    opacity: 1;
    pointer-events: all;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: bold;
    color: #24252A;
    position: relative;
}

h1 {
    font-size: 38px;
    line-height: 49px;
}

h1--lg {
    font-size: 60px;
    line-height: 60px;
}

@media (max-width: 992px) {
    h1--lg {
        font-size: 38px;
        line-height: 49px;
    }
}

@media (max-width: 680px) {
    h1 {
        font-size: 24px;
        line-height: 31px;
    }
}

h2 {
    font-size: 30px;
    line-height: 38px;
}

h2--xl {
    font-size: 30px;
    line-height: 38px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

a {
    color: #4B4B4B;
    border: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.highlight {
    color: #e21d1c;
}

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

/*button {
  font: inherit;
  color: $black;
  $colorForButtonsEffects: $black;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  transition: 0.3s;
  &:hover {
    color: $colorForButtonsEffects;
  }
  &:active {
    color: $colorForButtonsEffects;
  }
  &:focus {
    color: $colorForButtonsEffects;
  }
}*/
input[type="radio"] {
    display: none;
}

input[type="radio"] + i {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked + i::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #e21d1c;
    border-radius: 50%;
}

@media (max-width: 425px) {
    .invest-offer__inner-title .title--md h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

.invest-offer__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .invest-offer__title {
        flex-direction: column;
        align-items: flex-start;
    }
}

.invest-offer__title .title.title--page {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .invest-offer__title .title.title--page h1 {
        display: inline;
    }

    .invest-offer__title .title.title--page h1 .notify__icon-counter {
        position: relative;
        display: inline-flex;
        top: -10px;
        right: -5px;
    }
}

.list--vawes {
    padding-left: 37px;
}

.list--vawes .list__item {
    margin-bottom: 15px;
}

.list--vawes .list__item:before {
    content: '';
    position: absolute;
    left: -37px;
    top: 8px;
    width: 22px;
    height: 11px;
    background-image: url("../images/vawes.svg");
    -webkit-background-size: cover;
    background-size: cover;
}

.list__item {
    position: relative;
}

/* node_modules */
.container {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 1230px;
    max-width: 100%;
    padding: 0 15px;
}

@media (max-width: 1230px) {
    .container {
        width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}

.container--lg {
    width: 1510px;
}

body {
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    line-height: 27px;
}

.page__wrapper {
    position: relative;
}

button:active, button:focus,
span:active, span:focus {
    outline: none;
}

button::-moz-focus-inner,
span::-moz-focus-inner {
    border: 0;
}

select {
    border: 0 !important;
    background: transparent !important;
}

/* margin */
.mt0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: -10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb0i {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr20 {
    margin-right: 20px;
}

.ml8 {
    margin-left: 8px;
}

.ml20 {
    margin-left: 20px;
}

/* /margin */
/* padding */
.p0 {
    padding: 0;
}

.pb50 {
    padding-bottom: 50px;
}

/* /padding */
.over-hidden {
    overflow: hidden;
}

.hide {
    opacity: 0;
    pointer-events: none;
}

.show {
    opacity: 1;
    pointer-events: all;
}

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

@media (max-width: 1510px) {
    .row--profile .col-md {
        width: 530px;
    }

    .row--profile .col-md .card--md {
        width: 510px;
    }
}

@media (max-width: 1230px) {
    .row--profile .col-md {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .row--profile .col-md .card--md {
        width: calc(65% - 10px);
    }

    .row--profile .col-md .card--md:nth-child(1) {
        width: calc(35% - 10px);
        min-width: 320px;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

@media (max-width: 992px) {
    .row--profile .col-md {
        flex-wrap: wrap;
    }

    .row--profile .col-md .card--md,
    .row--profile .col-md .card--md:nth-child(1) {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1510px) {
    .row--profile .col-lg {
        width: calc(100% - 530px);
    }

    .row--profile .col-lg .card--lg {
        width: 100%;
    }
}

@media (max-width: 1230px) {
    .row--profile .col-lg {
        width: 100%;
    }
}

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

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

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }
}

.col-lg,
.col-md {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-lg {
    width: 875px;
    height: auto;
}

.col-md {
    width: 625px;
    height: auto;
}

.col-m {
    width: 475px;
    height: auto;
}

.col-sm {
    width: 375px;
    height: auto;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

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

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

.flex-align-end {
    align-items: flex-end;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.order-13 {
    order: 13;
}

.order-14 {
    order: 14;
}

.order-15 {
    order: 15;
}

.order-16 {
    order: 16;
}

.order-17 {
    order: 17;
}

.order-18 {
    order: 18;
}

.order-19 {
    order: 19;
}

@media (max-width: 768px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sub-anim {
    position: absolute;
    top: 100%;
    z-index: 100;
    transition: all .2s linear;
    opacity: 0;
    pointer-events: none;
}

.sub-anim--left {
    left: 0;
}

.sub-anim--right {
    right: 0;
}

.sub.active .sub-anim {
    top: calc(100% + 18px);
    opacity: 1;
    pointer-events: all;
}

.content {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    min-height: 80vh;
}

@media (max-width: 767px) {
    .content {
        min-height: inherit;
    }
}

.content__inner {
    width: 100%;
    min-height: 75vh;
}

@media (max-width: 767px) {
    .content__inner {
        min-height: inherit;
    }
}

.separate-line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.separate-line--modal {
    margin: 20px 0 20px -40px;
    width: calc(100% + 80px);
}

.block-form {
    width: 100%;
    height: 0;
    min-height: 0;
    transition: all .2s linear;
    overflow: hidden;
}

.block-info-form.active + .block-form {
    height: auto;
}

.total-page {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background-color: #e21d1c;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.total-page__numbers {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.logo-page {
    position: fixed;
    width: auto;
    height: auto;
    left: 20px;
    bottom: 20px;
}

.delete-block-ico {
    width: 16px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.table-company-info {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
}

.table-company-info__logo {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

.table-company-info__name {
    width: calc(100% - 55px);
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

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

.footer {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 990;
}

.footer__inner {
    width: 100%;
    height: auto;
    padding: 24px 0;
}

.footer__inner--mod1 .footer__menu {
    display: flex;
    align-items: center;
}

.footer__content {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .footer__content {
        margin-top: 25px;
    }
}

.footer__content-left {
    width: 50%;
    height: auto;
}

@media (max-width: 1100px) {
    .footer__content-left {
        width: 100%;
        order: 2;
    }
}

.footer__content-right {
    width: 50%;
    height: auto;
}

@media (max-width: 1100px) {
    .footer__content-right {
        width: 100%;
        order: 1;
    }
}

.footer__content-info {
    display: block;
    font-size: 16px;
    line-height: 23px;
    opacity: .5;
    pointer-events: none;
    margin-top: 3px;
}

.footer__content--mod1 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .footer__content--mod1 {
        justify-content: flex-start;
    }

    .footer__content--mod1 .footer__contacts {
        margin: 0 25px 20px 0;
    }
}

@media (max-width: 1100px) {
    .footer__content {
        align-items: flex-start;
    }
}

.footer__contacts {
    font-size: 16px;
    line-height: 23px;
}

.footer__contacts--mod1 {
    margin-left: 30px;
}

.footer__left {
    width: calc(100% - 185px);
    padding-right: 100px;
}

@media (max-width: 1430px) {
    .footer__left {
        width: 100%;
        padding-right: 0;
    }
}

.footer__left .footer__content {
    margin-top: 55px;
}

@media (max-width: 1430px) {
    .footer__left .footer__content {
        margin-top: 35px;
    }
}

.footer__right {
    width: 185px;
}

@media (max-width: 1230px) {
    .footer__right {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

.footer__right .footer__contacts:first-child {
    margin-bottom: 17px;
}

@media (max-width: 1230px) {
    .footer__right .footer__contacts:first-child {
        margin-right: 20px;
    }
}

.header {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 19px 0;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

@media (max-width: 992px) {
    .header {
        padding: 12px 0;
    }
}

.header.scroll {
    opacity: 1;
    pointer-events: all;
}

.header.scroll-down {
    opacity: 0;
    pointer-events: none;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header__logo {
    width: 284px;
    height: 40px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .header__logo {
        width: 221px;
        height: 30px;
    }
}


.header__notif {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

.header__menu {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .header__menu {
        position: absolute;
        left: auto;
        right: 0;
        top: 26px;
        z-index: 100;
        display: block;
        width: 320px;
        height: auto;
        max-width: 100%;
        padding: 10px 0 0;
        background-color: #fff;
        box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .2s linear;
    }

    .header__menu.active {
        top: 36px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.header__button {
    margin-left: 50px;
}

@media (max-width: 992px) {
    .header__button {
        margin: 10px 0 0;
        text-align: center;
        border-top: 1px solid #e7e7e7;
    }

    .header__button .btn {
        border: 0;
        padding: 15px 0;
        font-size: 18px;
        line-height: 27px;
    }

    .header__button .btn:hover, .header__button .btn:focus {
        color: #e21d1c;
        background-color: transparent;
    }
}

.header__burger {
    display: none;
    width: 32px;
    height: 22px;
    position: relative;
    border-top: 2px solid #4B4B4B;
    border-bottom: 2px solid #4B4B4B;
    transition: all .2s linear;
}

.header__burger-text {
    position: absolute;
    left: 0;
    bottom: -26px;
    font-size: 12px;
    pointer-events: none;
    opacity: 1;
    transition: all .2s linear;
}

@media (max-width: 992px) {
    .header__burger-text {
        display: none;
    }
}

.header__burger:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #4B4B4B;
    transition: all .2s linear;
}

.header__burger--mod {
    display: block;
    margin-right: 20px;
}

.header__burger.active {
    border-color: #e21d1c;
}

.header__burger.active:before {
    left: 5px;
    background-color: #e21d1c;
}

.header__burger.active .header__burger-text {
    opacity: 0;
}

@media (max-width: 992px) {
    .header__burger {
        display: block;
    }
}

.header__account {
    width: calc(100% - 284px);
    display: flex;
    justify-content: space-between;
}

.header__account-mod1 {
    padding-left: 94px;
}

@media (max-width: 768px) {
    .header__account-mod1 {
        padding-left: 0;
        justify-content: flex-end;
    }
}

.info-page__inner {
    padding: 109px 0 80px;
}

.agreement {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.agreement__title {
    text-align: center;
    margin-bottom: 10px;
}

.agreement__title--mod1 {
    width: 353px;
    margin: 0 auto 10px;
    max-width: 100%;
}

.agreement__date {
    margin-bottom: 8px;
}

.agreement__date ul {
    display: flex;
    justify-content: space-between;
}

.agreement__text p {
    margin-bottom: 27px;
}

.accordion {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.accordion__item {
    width: 100%;
    height: auto;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f7fa;
    position: relative;
    margin-bottom: 10px;
}

.accordion__item-ico {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -62px;
    top: 11px;
}

.accordion__header {
    padding: 22px 70px 22px 30px;
    background-color: transparent;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

@media (max-width: 768px) {
    .accordion__header {
        font-size: 18px;
        padding: 15px 40px 15px 15px;
    }
}

.accordion__header-arrow {
    width: 14px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all .5s linear;
}

@media (max-width: 768px) {
    .accordion__header-arrow {
        right: 14px;
    }
}

.accordion__header--open .accordion__header-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion__svg {
    position: relative;
    transform: rotate(0deg);
}

.accordion__body {
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}

.accordion__content {
    border-top: 1px solid #fff;
    padding: 25px 50px;
    color: #4B4B4B;
}
.accordion__content  a{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    line-height: 27px;
}
.accordion__content a[href^="tel:"] {
    font-size: 16px;
}
.accordion__content  a:hover{
    color: #e21d1c;
}
@media (max-width: 768px) {
    .accordion__content {
        padding: 15px;
        font-size: 16px;
        line-height: 23px;
    }
    .accordion__content a {
        font-size: 16px;
        line-height: 23px;
    }
    .accordion__content a[href^="tel:"] {
        font-size: 14px;
    }
}

.accordion__content-row {
    display: flex;
    padding-right: 0;
}

.accordion__content-item {
    width: 432px;
    height: auto;
}

.accordion__content-item:first-child {
    margin-right: 51px;
}

.accordion__item-header--open .accordion__header-svg {
    transform: rotate(180deg);
}

.accordion__header:hover .accordion__header-svg path {
    stroke: red;
}

.alert--mod1 {
    padding-right: 20px;
}

.alert__inner {
    display: flex;
}

.alert__icon {
    width: 30px;
    height: 43px;
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

.alert__icon-svg {
    position: relative;
    top: 4px;
}

.alert__text {
    width: calc(100% - 38px);
    color: rgba(75, 75, 75, 0.5);
    font-size: 16px;
    line-height: 23px;
}

.btn {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 15px;
    line-height: 20px;
    border: 1px solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover .btn__icon--add path {
    fill: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #e21d1c;
    border-color: #e21d1c;
}

.btn-primary:hover {
    background-color: #b51716;
    border-color: #b51716;
}

.btn-outline-primary {
    color: #e21d1c;
    background-color: transparent;
    border-color: #e21d1c;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #e21d1c;
}

.btn-outline-primary-bold {
    border: 2px solid;
}

.btn-secondary {
    color: #fff;
    background-color: #24252A;
    border-color: #24252A;
}

.btn-secondary:hover {
    background-color: #010101;
    border-color: #010101;
}

.btn-outline-secondary {
    color: #24252A;
    background-color: transparent;
    border-color: #24252A;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #24252A;
}

.btn-brand {
    color: #1E3685;
    background-color: rgba(30, 54, 133, 0.1);
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 72px;
}

@media (max-width: 768px) {
    .btn-brand {
        padding: 11px 0;
    }
}

.btn-brand img {
    margin-right: 9px;
}

.btn-brand:hover {
    background-color: rgba(30, 54, 133, 0.15);
    border-color: transparent;
}

.btn-lg {
    padding: 19px 40px 18px;
}

.btn-xl {
    padding: 19px 74px 19px;
    font-size: 18px;
}

.btn-sm {
    padding: 14px 20px;
}

.btn-s {
    padding: 6px 19px;
    font-size: 14px;
    line-height: 18px;
}

.btn-s--mod1 {
    padding: 6px 16px;
    line-height: 1.1;
}

.btn-xs {
    font-size: 16px;
    line-height: 23px;
}

.btn-width, .btn-w100, .btn-width2 {
    padding: 19px 0;
    max-width: 100%;
}

.btn-width {
    width: 366px;
}

.btn-width2 {
    width: 250px;
}

.btn-w100 {
    width: 100%;
}

.btn--black {
    color: #4B4B4B;
}

.btn--black.btn--linear {
    border-color: #e7e7e7;
}

.btn--black:hover.btn--linear {
    border-color: #4B4B4B;
}

.btn--linear {
    background-color: transparent;
}

.btn:hover {
    text-decoration: none;
}

.btn--mod1 {
    margin: 0 20px 20px 0;
}

.btn--mod2 {
    width: auto;
    padding: 19px 20px 18px;
}

.btn--ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn--ico img {
    margin-right: 9px;
}

.btn__icon {
    position: relative;
    display: inline-flex;
    transition: all .2s linear;
}

.btn__icon--left {
    margin-right: 8px;
}

.btn__icon--right {
    margin-left: 8px;
}

.btn__icon--right-arrow {
    left: 0;
    position: relative;
    top: 2px;
}

.btn__icon--add {
    position: relative;
    top: 2px;
}

.disabled {
    color: rgba(75, 75, 75, 0.5);
    background-color: #EDEDED;
    border-color: #EDEDED;
    pointer-events: none;
}

.card {
    position: relative;
    padding: 25px 30px;
    background-color: #f3f7fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background .2s linear;
}

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

.card--info {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.card--info .card-info-link {
    text-decoration: none;
}

.card--info .card__inner {
    width: 100%;
    height: 100%;
}

.card--info .card__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: calc(100% - 90px);
}

.card--info .card__btn {
    margin: 30px 0 10px;
}

.card--info:hover {
    background-color: #e21d1c;
}

.card--info:hover .card__title h2 {
    color: #fff;
}

.card--info:hover .btn {
    border-color: #fff;
    background-color: #fff;
    color: #e21d1c;
}

.card--info:hover .btn:hover {
    background-color: #fff;
    color: #e21d1c;
}

@media (max-width: 992px) {
    .card--info:hover .card__ico {
        opacity: 0.5;
    }
}

.card--info:hover .card__ico svg path {
    stroke: #fff;
    fill: #fff;
    fill-opacity: 1;
}

.card--info .card__ico {
    width: auto;
    height: 236px;
    position: absolute;
    right: -45px;
    bottom: -180px;
    transform: translateY(-50%);
}

.card--info .card__ico--profile {
    right: -20px;
    bottom: -160px;
}

.card--info .card__ico svg {
    width: auto;
    height: 100%;
}

@media (max-width: 425px) {
    .card--info .card__ico {
        opacity: 0.5;
    }
}

.card--mod1 {
    width: 100%;
    height: 100%;
}

.card-form {
    padding: 50px;
    position: relative;
    width: 1480px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}

.card-form .select .select2-container--default .select2-selection--single,
.card-form .select2-dropdown,
.card-form .form__control {
    background-color: #fff;
}

@media (max-width: 425px) {
    .card-form .title--lg h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 992px) {
    .card-form {
        margin-bottom: 50px;
        padding: 30px 20px;
    }
}

.card-form__inner {
    width: 700px;
    max-width: 100%;
}

.card-form__other {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
}

.card-form__other:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(1480px - 100px);
    height: 1px;
    background-color: #e7e7e7;
}

@media (max-width: 768px) {
    .card-form__other:before {
        width: 100%;
    }
}

.card-form__footer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .card-form__footer {
        flex-direction: column;
        justify-content: center;
    }

    .card-form__footer .link {
        margin-bottom: 20px;
    }
}

.card-form--modal {
    margin-bottom: 0;
}

.card-form--modal .card-form__inner {
    width: 100%;
}

.card--outline {
    background-color: transparent;
    border: 1px solid #e7e7e7;
}

.card--lg {
    width: 855px;
    height: auto;
}

.card--md {
    width: 605px;
    height: auto;
}

.card__title--mod1 {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .card__title--mod1 {
        margin-bottom: 20px;
    }
}

.card--page {
    /*cursor: pointer;*/
    background-color: #f3f7fa;
}

.card--history {
    padding: 0;
}

.card--history .card__header,
.card--history .card__body,
.card--history .card__footer {
    padding: 15px;
}

.card--history .card__header {
    padding: 12px 15px;
}

.card--history .card__header .header-dash__info p {
    font-size: 14px;
    line-height: 18px;
}

.card--history .card__body {
    border-top: 1px solid #e7e7e7;
}

.card--history .card__body-text p {
    font-size: 14px;
    line-height: 18px;
}

.card--history .card__body-btn {
    display: flex;
    justify-content: space-between;
}

.card--history .card__body-btn a:nth-child(1) {
    min-width: 305px;
}

.card--history .card__body-btn a:nth-child(2) {
    min-width: 268px;
}

@media (max-width: 575px) {
    .card--history .header-dash__info {
        flex-direction: column;
        align-items: flex-end;
    }

    .card--history .header-dash__info p {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .card--history .card__body-btn {
        flex-direction: column;
        justify-content: center;
    }

    .card--history .card__body-btn a:nth-child(1), .card--history .card__body-btn a:nth-child(2) {
        min-width: auto;
    }

    .card--history .card__body-btn a:nth-child(1) {
        margin-bottom: 10px;
    }
}

.card--sm {
    width: 355px;
}

.card--md {
    width: 605px;
}

.card--lg {
    width: 855px;
}

.card--offer {
    width: 100%;
    height: 170px;
    padding: 20px 15px;
}

.card--offer-outline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.card--invest {
    width: 100%;
    height: 200px;
    padding: 20px 25px;
}

@media (max-width: 425px) {
    .card--invest {
        padding: 10px 15px;
        width: 100%;
        height: 180px;
    }
}

.card--invest-outline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.card__footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 19px 0 0;
}

.card__footer--line-top:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #e7e7e7;
}

.card--done:before, .card--success:before, .card--error:before, .card--warning:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border-top: 7px solid transparent;
    border-left: 10px solid;
    border-bottom: 7px solid transparent;
}

.card--done:before {
    border-left-color: #26BC22;
}

.card--success:before {
    border-left-color: #26BC22;
}

.card--error:before {
    border-left-color: #e21d1c;
}

.card--warning:before {
    border-left-color: #FF8A00;
}

.card-invest {
    width: 100%;
    height: 100%;
}

.card-invest__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-invest__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}

.card-invest__title {
    width: calc(100% - 45px);
    max-height: 85px;
    position: relative;
}

@media (max-width: 425px) {
    .card-invest__title {
        max-height: 72px;
    }
}

.card-invest__title:before {
    content: attr(data-label);
    width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 90%;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e21d1c;
    pointer-events: none;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.card-invest__title:hover:before {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}

.card-invest__title .title h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

@media (max-width: 425px) {
    .card-invest__title .title h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.card-invest__logo {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-invest__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 360px) {
    .card-invest__body {
        flex-direction: column;
        align-items: flex-start;
    }
}

.card-invest__price {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 425px) {
    .card-invest__price {
        flex-direction: column;
        align-items: flex-start;
    }
}

.card-invest__price-info {
    font-size: 16px;
    line-height: 23px;
    color: #4B4B4B;
    position: relative;
    font-weight: bold;
    padding: 2px 4px;
}

.card-invest__price-info:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(36, 37, 42, 0.07);
    z-index: 0;
}

.card-invest__price-num {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}

.card-invest__price-num span {
    font-size: 18px;
    line-height: 24px;
    opacity: .4;
}

@media (max-width: 360px) {
    .card-invest__chips {
        margin-top: 5px;
    }
}

.form__check {
    display: inline-flex;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.form__check-policy {
    font-size: 14px;
    line-height: 18px;
}

.form__check-input {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
    flex-shrink: 0;
    position: absolute;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    line-height: 1.6;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #24252A;
    opacity: 1;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e21d1c;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.chips {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px;
    font-weight: bold;
}

.chips__inner--inline {
    display: inline-flex;
    align-items: center;
}

.chips--new, .chips--paid, .chips--confirmed, .chips--success, .chips--done {
    color: #26BC22;
    border-color: rgba(38, 188, 34, 0.3);
}

.chips--error, .chips--refuse {
    color: #e21d1c;
    border-color: rgba(226, 29, 28, 0.3);
}

.chips--warning, .chips--awaiting {
    color: #FF8A00;
    border-color: rgba(255, 138, 0, 0.3);
}

.chips__svg {
    width: 40px;
    height: auto;
    margin-left: 10px;
}

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

.company-info {
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.company-info--mod1 {
    margin-top: 110px;
}

@media (max-width: 1230px) {
    .company-info--mod1 {
        margin-top: 60px;
    }
}

.company-info__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 73px 60px;
}

.company-info__inner p:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width: 1230px) {
    .company-info__inner {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .company-info__inner {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    .company-info__inner {
        padding: 15px;
    }
}

.company-info__left, .company-info__right {
    width: 50%;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .company-info__left, .company-info__right {
        width: 100%;
    }
}

.company-info__center {
    width: 100%;
    position: relative;
}

.company-info__left--mod1 {
    padding-right: 100px;
}

@media (max-width: 1230px) {
    .company-info__left--mod1 {
        padding-right: 40px;
    }
}

@media (max-width: 992px) {
    .company-info__left--mod1 {
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.company-info__title {
    position: absolute;
    left: -10px;
    top: -103px;
    padding: 10px;
    background-color: #fff;
}

@media (max-width: 1230px) {
    .company-info__title {
        top: -81px;
    }
}

@media (max-width: 992px) {
    .company-info__title {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        padding: 0;
        background-color: transparent;
    }
}

.contacts__list--flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contacts__list--flex .contacts__list-item {
    padding-right: 15px;
    padding-left: 15px;
}

.contacts__list--modal .contacts__list-item {
    margin-bottom: 15px;
}

.contacts__list--user {
    margin: 40px 0 10px;
}

.contacts__list--user .contacts__list-item {
    margin-bottom: 20px;
}

.contacts__list-item {
    display: flex;
    align-items: center;
}

.contacts__list-item svg {
    margin-right: 10px;
}

.contacts__list-link {
    line-height: 18px;
}

.contacts-card {
    width: 494px;
    height: auto;
}

.contacts-card__inner {
    display: flex;
    padding: 20px;
}

.contacts-card__img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    overflow: hidden;
}

.contacts-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-card__data {
    width: calc(100% - 165px);
    height: auto;
}

.contacts-card__list-item {
    font-weight: 400;
}

@media (max-width: 500px) {
    .contacts-card {
        width: 280px;
    }

    .contacts-card .contacts-card__img {
        display: none;
    }

    .contacts-card .contacts-card__data {
        width: 100%;
    }
}

.contacts-list--reg {
    margin-bottom: 25px;
}

.contacts-list__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contacts-list__item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 30px;
}

.contacts-list__item:nth-child(1) .contacts-list__link {
    color: #e21d1c;
}

.contacts-list__link {
    opacity: .8;
}

.contacts-list__link-svg {
    position: relative;
    margin-right: 10px;
}

.contacts-list__link-svg--phone {
    top: 2px;
}

.contacts-list__link-svg--mail {
    top: 4px;
}

.contacts-list__link:hover {
    opacity: 1;
    text-decoration: none;
}

.docs-list__list {
    display: block;
}

.docs-list__item {
    display: flex;
    width: 100%;
    align-items: center;
}

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

.docs-list__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    opacity: .8;
    cursor: pointer;
    color: #e21d1c;
}

.docs-list__link-svg {
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.docs-list__link:hover {
    opacity: 1;
    text-decoration: none;
}

.docs-list__link-delete {
    width: 16px;
    height: 20px;
    margin-left: 6px;
    cursor: pointer;
}

.docs-list__link-delete:hover svg g circle {
    fill: #e21d1c;
}

.form-block--mod1 {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.form-block--column .form-block__inner {
    display: flex;
    flex-direction: column;
}

.form {
    padding: 0;
}

.form__inner {
    width: 100%;
    height: auto;
}

.form__item {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}

.form__item.error .form__control {
    background-color: rgba(226, 29, 28, 0.1);
    border-bottom-color: #e21d1c !important;
}

.form__item--code {
    width: 436px;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 10px 20px;
}

.form__item--code .form__control {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5em;
    border-bottom-color: rgba(75, 75, 75, 0.2);
    color: #24252A;
    font-weight: bold;
}

.form__item--code .form__control.active {
    border-bottom-color: #4B4B4B;
}

.form__item--code .form__control-input {
    position: relative;
}

.form__item-val {
    width: 100%;
    height: auto;
}

.form__item--top .form__control-label + .form__control {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form__item--top .form__control-clear {
    top: auto;
    bottom: 23px;
}

.form__textarea {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.form__textarea:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0;
    top: 0;
    background-color: #f3f7fa;
    pointer-events: none;
}

.form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
    color: #24252A;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 24px 55px 8px 15px;
    border: 0;
    border-bottom: solid 1px #e7e7e7;
    box-shadow: none;
    background-color: #f3f7fa;
    font-size: 16px;
    line-height: 23px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.form__control-input {
    position: relative;
}

.form__control-input .form__control-clear {
    top: auto;
    bottom: 24px;
    right: 15px;
}

.form__control-label {
    display: inline-flex;
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
    top: 17px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    font-size: 16px;
    line-height: 23px;
    color: rgba(75, 75, 75, 0.7);
}

.form__control-label--abs {
    position: absolute;
    left: 1.4rem;
    top: 1.2rem !important;
    opacity: .4;
}

@media (max-width: 575px) {
    .form__control-label {
        display: block;
        width: calc(100% - 45px);
        text-overflow: ellipsis;
    }
}

.form__control-label--rel {
    position: relative;
    left: 0 !important;
    top: 0;
    margin-bottom: 2px;
    white-space: pre-wrap;
}

.form__control--textarea {
    height: auto;
    min-height: 176px;
    padding-bottom: 30px;
}

.form__control-clear {
    width: 16px;
    height: 16px;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form__control-clear:hover circle {
    fill: #e21d1c;
    fill-opacity: 1;
}

.form__control-show {
    width: 22px;
    height: 22px;
    position: absolute;
    left: auto;
    right: 48px;
    top: 16px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form__control-show:hover path {
    fill-opacity: 1;
}

.form__control-error {
    display: none;
    padding-top: 1px;
    color: #e21d1c;
    font-size: 14px;
    line-height: 18px;
}

.form__control-error--code {
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.form__control-error--code .form__control-error-icon {
    margin-right: 8px;
}

.form__control-info {
    display: none;
    padding-top: 1px;
    color: #24252A;
    font-size: 14px;
    line-height: 18px;
}

.form__control-add {
    margin: 0 0 10px;
    line-height: 1;
}

.form__double {
    margin-bottom: 0;
}

.form__add--mod1 {
    margin: -1rem 0 0 3.8rem;
}

.form__add a {
    display: flex;
}

.form__add-svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
}

.form__add-text {
    display: flex;
    align-items: center;
    opacity: 0.52;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.37px;
    color: #535a63;
}

.form__add--radio {
    margin-left: 4rem;
}

@media (max-width: 768px) {
    .form__add--radio {
        margin-left: 2rem;
    }
}

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

.form__select-arrow {
    position: absolute;
    right: 5px;
    top: 9px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: none;
}

.form__double {
    display: flex;
    justify-content: space-between;
}

.form__double .form__item.form__select {
    width: 9.7rem;
    flex-shrink: 0;
    flex-grow: 0;
}

.form__double .form__item {
    width: calc(100% - 10.9rem);
}

.form__submit, .form__btn-enter {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.form__link-forget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    width: calc(100% - 270px);
    text-align: right;
}

.form__link-forget a {
    font-size: 16px;
}

@media (max-width: 575px) {
    .form__link-forget {
        width: 50%;
    }
}

.form__more {
    width: 100%;
    padding: 0;
}

.form__more--mod1 {
    text-align: center;
    margin-top: 40px;
}

.form__submit--mod1 {
    width: 250px;
}

@media (max-width: 575px) {
    .form__submit--mod1 {
        width: 50%;
    }
}

.form__policy {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.form__policy--modal {
    margin: -5px 0 40px;
}

.form__info {
    margin-top: 20px;
    padding: 0 60px;
}

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

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

.form__info p {
    font-size: 14px;
    line-height: 18px;
}

.form__info-text p {
    font-size: 16px;
    line-height: 23px;
}

.form__group:nth-child(1) .form__group-delete {
    display: none;
}

.form__group-data {
    width: 100%;
    height: auto;
    min-height: 20px;
    position: relative;
    padding-right: 25px;
    margin-bottom: 8px;
}

.form__group-delete {
    width: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.form__group--mod1 .form__group-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

.form__group--mod2 .form__group-title {
    font-size: 16px;
    line-height: 23px;
    color: rgba(75, 75, 75, 0.5);
    font-weight: normal;
}

.form__radio-group {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .form__radio-group {
        flex-direction: column;
    }
}

.form__radio-group .radio__item:not(:last-child) {
    margin-right: 28px;
}

.form__radio-group--tooltip {
    padding-right: 40px;
    position: relative;
}

.form__radio-group--tooltip .tooltip-block {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.form__add-btn {
    margin-bottom: 20px;
}

textarea {
    resize: none;
    box-shadow: none;
}

.form__control.active ~ .form__control-clear,
.form__control.active ~ .form__control-show {
    opacity: 1;
}

.form__control:focus ~ .form__control-label,
.form__control.active + .form__control-label,
.select2-container--open + .form__control-label,
.select2-container--focus + .form__control-label,
.select2-container--below + .form__control-label {
    top: 6px;
    font-size: 14px;
    line-height: 18px;
}

.form__radio-item input[type=radio]:checked + label {
    border: 2px solid blue;
}

.form__radio-item input[type=radio]:checked + label:before {
    opacity: 1;
    visibility: visible;
}

.row .form__policy {
    padding: 0 30px;
}

.row .form__submit,
.row .form__btn-enter {
    padding: 0 10px;
}

.col .form__control-label {
    left: 25px;
}

.col .form__control-clear {
    right: 25px;
}

.form__item.error .form__control-error,
.form__item.info .form__control-info {
    display: flex;
}

.form__counter {
    display: flex;
    font-size: 12px;
    line-height: 15px;
    opacity: .7;
    position: absolute;
    bottom: 14px;
    left: 15px;
}

.icons-block--mod1 {
    margin: 50px 0 80px;
}

@media (max-width: 480px) {
    .icons-block--mod1 .icons-block__item:not(:last-child) {
        margin-right: 20px;
    }

    .icons-block--mod1 .icons-block__item:nth-child(1) {
        margin-right: 30px;
    }
}

.icons-block__inner {
    display: flex;
}

.icons-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icons-block__item:not(:last-child) {
    margin-right: 75px;
}

.icons-block__item-img {
    width: 50px;
    height: 50px;
}

.icons-block__item-img svg {
    width: 100%;
}

.icons-block__item-text {
    margin-top: 15px;
    text-align: center;
}

.btn-upload-file {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-upload-file__input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
}

.btn-upload-file__label {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e21d1c;
    background-color: #fff;
    border: 1px solid #e21d1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-upload-file__label:hover {
    color: #fff;
    background-color: #e21d1c;
}

.btn-upload-file__label:hover .btn__icon--add path {
    fill: #fff;
}

.attention__inner {
    display: flex;
    padding: 10px 15px;
    border: 1px solid #e21d1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.attention__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

.attention__text {
    width: calc(100% - 28px);
    font-size: 14px;
    line-height: 18px;
}

.attention__text p {
    margin-bottom: 15px;
}

.attention__text--primary p {
    color: #e21d1c;
}

.attention__text--success p {
    color: #24252A;
}

.attention__text ul li,
.attention__text ul li span {
    font-size: 14px;
    line-height: 18px;
}

.attention--mod1 .attention__text {
    font-size: 16px;
    line-height: 23px;
}

.attention--mod1 .attention__text p {
    margin-bottom: 0;
}

.logo {
    position: relative;
}

.logo--md {
    width: 50px;
    height: 50px;
}

.logo--sm {
    width: 30px;
    height: 30px;
}

.logo__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.logo__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo__img {
    width: 100%;
    height: auto;
}

.map {
    width: 100%;
    height: 100%;
}

ymaps.ymaps-2-1-78-controls__control_toolbar.ymaps-2-1-78-user-selection-none,
ymaps.ymaps-2-1-79-controls__control_toolbar.ymaps-2-1-79-user-selection-none,
ymaps.ymaps-2-1-80-controls__control_toolbar.ymaps-2-1-80-user-selection-none,
ymaps.ymaps-2-1-78-controls__toolbar_right,
ymaps.ymaps-2-1-79-controls__toolbar_right,
ymaps.ymaps-2-1-80-controls__toolbar_right,
a.ymaps-2-1-78-gototech,
a.ymaps-2-1-79-gototech,
a.ymaps-2-1-80-gototech,
ymaps.ymaps-2-1-78-controls__control,
ymaps.ymaps-2-1-79-controls__control,
ymaps.ymaps-2-1-80-controls__control {
    display: none;
}

ymaps.ymaps-2-1-78-svg-icon,
ymaps.ymaps-2-1-78-image,
ymaps.ymaps-2-1-78-svg-icon,
.ymaps-2-1-78-svg-icon,
ymaps.ymaps-2-1-79-svg-icon,
ymaps.ymaps-2-1-79-image,
ymaps.ymaps-2-1-79-svg-icon,
.ymaps-2-1-79-svg-icon,
ymaps.ymaps-2-1-80-svg-icon,
ymaps.ymaps-2-1-80-image,
ymaps.ymaps-2-1-80-svg-icon,
.ymaps-2-1-80-svg-icon {
    width: 40px !important;
    height: 52px !important;
    background-image: url("../images/map_ico.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 40px 52px !important;
}

.message:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.message--form .message__inner {
    padding: 20px 40px;
}

@media (max-width: 768px) {
    .message--form .message__inner {
        padding: 20px 15px;
    }
}

.message__inner {
    padding: 20px 40px 30px;
}

@media (max-width: 768px) {
    .message__inner {
        padding: 20px 20px 30px;
    }
}

.message__title {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.message__title-ico {
    display: inline-flex;
    align-items: center;
    margin-right: 9px;
}

.message__text {
    margin-bottom: 20px;
}

.message__text p {
    font-size: 16px;
    line-height: 23px;
}

.message__form {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.message__form:after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 0;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #e7e7e7;
}

.message-block__inner.scroll {
    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.message-blocke__docs-add {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.message-blocke__docs-add--mod1 {
    margin-bottom: -10px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("/images/modal_bg.png");
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    visibility: hidden;
}

.modal--page {
    background-image: none;
}

.modal--grad {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 75, 75, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 0;
}

.modal--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
}

.modal--cookie {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    background-color: white;
    padding: 20px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2;
}
.modal--cookie .modal-header {
    margin-bottom: 20px;
}
.modal--cookie .modal-header__info {
    margin-top: 0;
}
.modal--cookie .btn {
    padding: 10px 0;
    margin-right: 0;
    background-color: #e21d1c;
    color: white;
    border: none;
}
@media (max-width: 768px) {
    .modal--cookie {
        width: 100%;
        bottom: 0;
        right: 0;
    }
    .modal--cookie a {
        width: 100%;
    }
    .modal--cookie .modal-header {
        padding-right: 0;
    }
}
.modal--cookie--grad {
    z-index: 1500;
}
.modal--history .modal-content {
    padding-left: 0;
    padding-right: 0;
}

.modal--history .modal-header {
    padding: 0 40px;
}

@media (max-width: 575px) {
    .modal--history .modal-header {
        padding: 0 40px 0 20px;
    }
}

.modal--history .tabs__content .tabs__content-pane:not(:last-child) {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .modal--history .tabs__content .tabs__content-pane:not(:last-child) {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.modal--history .tabs__nav {
    margin: 0 40px;
}

@media (max-width: 575px) {
    .modal--history .tabs__nav {
        margin: 0 20px;
        width: auto !important;
    }
}

.modal--history .modal-body__scroll--history {
    padding: 0 30px;
}

@media (max-width: 575px) {
    .modal--history .modal-body__scroll--history {
        padding: 0 20px 0 10px;
    }
}

.modal:target {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    margin: 1.75rem auto;
    padding: 0 15px;
    min-height: calc(100% - (1.75rem * 2));
}

.modal-dialog--centered {
    display: flex;
    align-items: center;
}

.modal-dialog--small {
    width: 343px;
    max-width: 100%;
}

.modal-dialog--large {
    width: 1058px;
    max-width: 100%;
}

.modal-dialog--success .modal-content {
    padding: 40px;
}

@media (max-width: 768px) {
    .modal-dialog--success .modal-content {
        padding: 20px;
    }
}

.modal-dialog--success .modal-header__info {
    margin-top: 0;
}

.modal-dialog--success .modal-header__info .modal-header__title {
    margin-bottom: 10px;
}

.modal-dialog--success .modal-body__text p {
    margin-bottom: 20px;
}

.modal-dialog--lg {
    width: 730px;
    max-width: 100%;
}

.modal-dialog--md {
    width: 630px;
    max-width: 100%;
}

.modal-dialog--mod1 .modal-content {
    padding: 30px 0 20px;
}

.modal-dialog--mod1 .modal-header__title {
    margin-bottom: 0;
}

.modal-dialog--mod1 .modal-header {
    padding: 0 40px 20px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 768px) {
    .modal-dialog--mod1 .modal-header {
        padding: 0 30px;
    }
}

.modal-dialog--mod1 .modal-header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.modal-dialog--mod2 .modal-content {
    padding: 40px;
}

.modal-dialog--mod2 .modal-header__title {
    margin-bottom: 0;
}

.modal-dialog--mod2 .modal-header {
    padding: 0 40px 20px;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 768px) {
    .modal-dialog--mod2 .modal-header {
        padding: 0 30px;
    }
}

.modal-dialog--mod2 .modal-header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.modal-dialog--mod3 .modal-content {
    padding: 40px;
}

@media (max-width: 768px) {
    .modal-dialog--mod3 .modal-content {
        padding: 30px;
    }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    padding: 50px 40px;
}

@media (max-width: 768px) {
    .modal-content {
        padding: 30px 15px;
        overflow: hidden;
    }
}

.modal-content--code .modal-header {
    padding-top: 24px;
    border-bottom: 0;
}

.modal-content--code .modal-body {
    padding-bottom: 24px;
}

.modal-content--mod1 {
    padding: 0;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 768px) {
    .modal-header {
        padding: 0 45px;
    }

    .modal-header .modal-header__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .modal-header--dash {
        padding: 0 25px 0 0;
    }
}

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

.modal-header--block {
    display: block;
}

.modal-header__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
}

.modal-header__info .modal-header__title {
    margin-bottom: 20px;
}

.modal-header__ico {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.modal-header__title {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .modal-header__title {
        margin-bottom: 25px;
    }
}

.modal-header__subtitle {
    margin-top: 12px;
}

.modal-header__close {
    width: 109px;
    height: 109px;
    position: absolute;
    right: -54px;
    top: -54px;
    opacity: 1;
    z-index: 100;
    cursor: pointer;
}

@media (max-width: 768px) {
    .modal-header__close {
        right: -28px;
        top: -28px;
    }
}

.modal-header__close:hover .modal-header__close-svg #EllipseOne, .modal-header__close:focus .modal-header__close-svg #EllipseOne {
    fill: #e21d1c;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.modal-body__text--mod1 {
    padding: 0 80px;
}

@media (max-width: 575px) {
    .modal-body__text--mod1 {
        padding: 0 20px;
    }
}

.modal-body__text p {
    margin-bottom: 30px;
}

.modal-body__text p span {
    color: #e21d1c;
}

@media (max-width: 575px) {
    .modal-body__text p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}

.modal-body__text--mod2 p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

.modal-body__contacts {
    margin-bottom: 30px;
}

.modal-body__contacts--center .contacts-list__list {
    justify-content: center;
}

.modal-body__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-body__btn .btn {
    margin-right: 0;
}

.modal-body__btn--double {
    justify-content: space-between;
}

@media (max-width: 768px) {
    .modal-body__btn {
        display: block;
        text-align: center;
        padding: 0 15px;
    }

    .modal-body__btn--double .btn {
        width: auto;
        justify-content: center;
        margin: 0 10px 20px;
    }
}

@media (max-width: 575px) {
    .modal-body__btn--double .btn {
        width: 100%;
        margin: 0 0 20px;
        padding: 19px 20px 19px;
        font-size: 16px;
    }
}

.modal-body__link {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.modal-body__link--mod1 {
    margin-top: 15px;
}

.modal-body__link--group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.modal-body__link--group a {
    display: inline-flex;
    padding: 10px;
}

.modal-body__code {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    font-size: 16px;
    line-height: 23px;
}

.modal-body__code-title {
    color: rgba(75, 75, 75, 0.5);
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .modal-body__code-title br {
        display: none;
    }
}

.modal-body__code-title span {
    font-weight: bold;
}

.modal-body__mod {
    padding: 0 10px 0 10px;
}

@media (max-width: 575px) {
    .modal-body__mod {
        padding: 0 2px 0 10px;
    }
}

.modal-body__scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding: 0 30px;
}

@media (max-width: 575px) {
    .modal-body__scroll {
        padding: 0 15px 0 10px;
    }
}

.modal-body__scroll--agreement {
    max-height: 510px;
}

.modal-body__scroll--history {
    padding: 0;
    max-height: 735px;
    margin-bottom: 0;
}

.modal-body .form__check {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 6px 20px rgba(226, 29, 28, 0.2);
}

.modal-body .form__check .form__check-label {
    font-size: 16px;
    line-height: 23px;
    color: #e21d1c;
}

.modal-footer {
    display: flex;
    padding: 18px 24px;
    position: relative;
}

.modal-footer--two {
    flex-wrap: wrap;
}

.modal-footer--two div:nth-child(1) {
    margin-right: 48px;
}

.modal-footer--mod1 {
    padding: 16px 24px !important;
}

.modal-footer__buttons {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.modal-footer__buttons a:first-child {
    margin-right: 24px;
}

.modal-success.modal-info .modal-body {
    padding: 0 11px 11px;
    margin-top: 14px;
}

.modal-success.modal-info .modal-body .success-block.success-block--modal {
    width: 100%;
}

.modal-success.modal-info .modal-body .success-block__subtitle {
    margin-bottom: 16px;
}

.modal-open {
    overflow: hidden;
}

.header-dash {
    width: 100%;
    height: auto;
}

.header-dash__inner {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 425px) {
    .header-dash__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.header-dash__logo {
    width: 50px;
    height: auto;
    margin-right: 8px;
}

@media (max-width: 425px) {
    .header-dash__logo {
        margin: 0 0 10px 0;
    }
}

.header-dash__data {
    width: calc(100% - 10px);
}

@media (max-width: 425px) {
    .header-dash__data {
        width: calc(100% - 20px);
    }
}

@media (max-width: 575px) {
    .header-dash__title .title h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

.header-dash__title .chips {
    padding: 0 5px;
    border: none;
}

.header-dash__title .chips .chips__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.header-dash__info p {
    font-size: 16px;
    line-height: 23px;
    color: rgba(75, 75, 75, 0.5);
}

.header-dash__info--flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-dash__status {
    display: flex;
}

@media (max-width: 425px) {
    .header-dash__status {
        margin-top: 10px;
    }
}

.header-dash__status-text {
    display: inline;
    font-size: 16px;
    line-height: 23px;
    color: #e21d1c;
}

.header-dash__status-tooltip {
    display: inline;
}

.nav-menu {
    width: 100%;
}

.nav-menu--mod1 {
    width: 314px;
}

@media (max-width: 1024px) {
    .nav-menu--mod1 {
        width: 270px;
    }
}

@media (max-width: 992px) {
    .nav-menu--mod1 {
        width: 100%;
        margin: 0;
    }
}

.nav-menu__list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .nav-menu__list {
        display: block;
    }
}

.nav-menu__item {
    line-height: 1;
}

@media (max-width: 992px) {
    .nav-menu__item {
        opacity: 1;
    }
}

.nav-menu__link {
    color: #666666;
    font-size: 16px;
    line-height: 1;
    padding: 20px;
}

@media (max-width: 1040px) {
    .nav-menu__link {
        padding: 20px 15px;
    }
}

.nav-menu__link:hover {
    text-decoration: none;
    color: #e21d1c;
}

@media (max-width: 992px) {
    .nav-menu__link {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        opacity: 1;
        padding: 14px 25px;
        display: block;
    }

    .nav-menu__link:hover, .nav-menu__link:focus {
        background-color: #f3f7fa;
    }
}

.nav-menu--footer .nav-menu__list {
    display: flex;
    flex-wrap: wrap;
}

.nav-menu--footer .nav-menu__link {
    width: auto;
}

@media (max-width: 992px) {
    .nav-menu--footer .nav-menu__link {
        padding: 0;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .nav-menu--footer .nav-menu__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 630px) {
    .nav-menu--footer .nav-menu__item {
        width: 50%;
    }
}

@media (max-width: 375px) {
    .nav-menu--footer .nav-menu__item {
        width: 100%;
    }
}

.tabs--page .tabs__inner {
    display: flex;
}

@media (max-width: 992px) {
    .tabs--page .tabs__inner {
        flex-wrap: wrap;
    }
}

.tabs--page .tabs__nav {
    width: 483px;
    max-width: 100%;
    padding-right: 63px;
    display: block;
    border: 0;
    background-color: transparent;
}

@media (max-width: 992px) {
    .tabs--page .tabs__nav {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .tabs--page .tabs__nav {
        padding-right: 0;
    }
}

.tabs--page .tabs__nav-item {
    white-space: normal;
    margin-bottom: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f3f7fa;
}

.tabs--page .tabs__nav-item:before {
    content: '';
    position: absolute;
    right: -63px;
    top: 0;
    width: 63px;
    height: 100%;
    z-index: 10;
}

.tabs--page .tabs__nav-item--active, .tabs--page .tabs__nav-item:hover {
    background-color: rgba(226, 29, 28, 0.1) !important;
    color: #4B4B4B;
}

.tabs--page .tabs__nav-item--active .tabs__nav-ico circle {
    stroke: #e21d1c;
    fill: #e21d1c;
}

.tabs--page .tabs__nav-item--active .tabs__nav-ico path {
    fill: #fff;
}

.tabs--page .tabs__nav-item .tabs__nav-ico {
    position: absolute;
    right: -63px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .tabs--page .tabs__nav-item .tabs__nav-ico > svg {
        position: relative;
        transform: rotate(90deg);
    }
}

@media (max-width: 360px) {
    .tabs--page .tabs__nav-item .tabs__nav-ico {
        display: none;
    }
}

.tabs--page .tabs__content {
    width: calc(100% - 483px);
}

@media (max-width: 992px) {
    .tabs--page .tabs__content {
        width: 100%;
    }

    .tabs--page .tabs__content.tabs__content--quest {
        padding: 20px 0 20px 0;
    }

    .tabs--page .tabs__content .alert__text br {
        display: none;
    }
}

.tabs--card .tabs__nav {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.tabs--card .tabs__nav-item {
    padding: 14px 20px 13px;
    font-size: 18px;
    line-height: 24px;
}

.tabs--card .tabs__nav-item:not(:last-child) {
    border-right: 1px solid #e7e7e7;
}

@media (max-width: 575px) {
    .tabs--card .tabs__nav-item {
        width: 100%;
    }

    .tabs--card .tabs__nav-item:not(:last-child) {
        border-right: none;
    }
}

.tabs--card .accordion__item {
    background-color: #fff;
}

.tabs--card .accordion__item .accordion__header {
    padding: 22px 66px 21px 15px;
    font-size: 20px;
    line-height: 25px;
}

.tabs--card .accordion__item .accordion__content {
    border-top-color: #f3f7fa;
}

.tabs--mod1 .tabs__nav-item {
    width: 50%;
    text-align: center;
    padding: 14px 15px 13px;
    line-height: 23px;
}

.tabs--mod1 .tabs__nav-item:nth-child(even) {
    border-right: 0;
}

.tabs--mod1 .tabs__nav-item:nth-child(1), .tabs--mod1 .tabs__nav-item:nth-child(2) {
    border-bottom: 1px solid #fff;
}

@media (max-width: 620px) {
    .tabs--mod1 .tabs__nav-item {
        width: 100%;
    }

    .tabs--mod1 .tabs__nav-item:not(:last-child) {
        border: 0;
        border-bottom: 1px solid #fff;
        white-space: pre-wrap;
    }
}

.tabs__position--abs {
    position: absolute;
    top: -110px;
    right: 0;
    padding: 15px;
    background-color: #fff;
}

@media (max-width: 1230px) {
    .tabs__position--abs {
        top: -91px;
    }
}

@media (max-width: 992px) {
    .tabs__position--abs {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        padding: 0;
    }
}

.tabs__nav {
    display: inline-flex;
    width: auto;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    border: none;
    background-color: #f3f7fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 475px) {
    .tabs__nav {
        width: 100% !important;
    }
}

.tabs__nav-item {
    position: relative;
    cursor: pointer;
    padding: 18px 40px;
    transition: all .1s linear;
    white-space: nowrap;
}

.tabs__nav-item:not(:last-child) {
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {
    .tabs__nav-item {
        padding: 10px 14px !important;
        font-size: 16px;
    }
}

@media (max-width: 475px) {
    .tabs__nav-item {
        width: 100%;
    }

    .tabs__nav-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}

.tabs__nav-item:hover {
    background-color: #e21d1c;
    color: #fff;
}

.tabs__nav-item--active {
    background-color: #e21d1c;
    color: #fff;
}

.tabs__nav-item--active:hover {
    background-color: #e21d1c !important;
}

.tabs__content-pane {
    display: none;
    position: relative;
}

.tabs__content-pane--active {
    display: block;
}

.tabs__content-pane--active.tabs__content-pane--order-mod {
    display: flex;
    flex-direction: column;
}

.tabs__content--quest {
    padding-left: 60px;
}

.tabs__content__list {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .tabs__content__list {
        margin-top: 20px;
    }
}

.tabs--horizontal .tabs__inner {
    flex-direction: column;
}

.tabs--horizontal .tabs__nav {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.tabs--horizontal .tabs__nav .tabs__nav-item {
    width: auto;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs--horizontal .tabs__nav .tabs__nav-item:nth-child(1) {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.tabs--horizontal .tabs__nav .tabs__nav-item:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.tabs--horizontal .tabs__nav .tabs__nav-item:before {
    display: none;
}

.tabs--horizontal .tabs__content {
    width: 100%;
}

.notify {
    position: relative;
    display: flex;
}

@media (max-width: 768px) {
    .notify {
        margin-right: 10px;
    }
}

.notify__link {
    display: flex;
    align-items: center;
}

.notify__icon {
    position: relative;
    display: flex;
}

.notify__icon-svg {
    margin-right: 8px;
}

.notify__icon-svg--bell {
    transform: rotate(0deg);
}

.notify__icon-counter {
    position: absolute;
    right: -4px;
    top: -4px;
    padding: 1px 4px;
    border: 1px solid #e21d1c;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e21d1c;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    line-height: 12px;
}

.notify__icon-counter--title {
    right: -18px;
}

.header__inner-part--right .notify {
    margin-right: 35px;
}

.notify--active .notify__icon-counter {
    opacity: 1;
    visibility: visible;
}

.notify-menu {
    background-color: #f3f7fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
}

.notify-menu--lg {
    width: 580px;
    height: auto;
}

.notify-menu--sm {
    width: 320px;
    height: auto;
}

.notify-menu__inner {
    width: 100%;
    height: 100%;
}

.notify-menu__header, .notify-menu__body, .notify-menu__footer {
    width: 100%;
    height: auto;
}

.notify-menu__header {
    padding: 25px 25px 10px;
    display: flex;
    justify-content: space-between;
}

.notify-menu__body--mod1 {
    height: auto;
    max-height: 256px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.notify-menu__body--mod2 {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
}

.notify-menu__footer {
    border-top: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
}

.notify-menu__footer-btn {
    width: 100%;
    height: auto;
    text-align: center;
    color: #e21d1c;
}

.notify-menu__text {
    font-size: 16px;
    line-height: 18px;
}

.notify-menu__text span {
    font-size: 14px;
    line-height: 18px;
    color: #e21d1c;
}

.notify-menu__title {
    position: relative;
}

.notify-menu__title h2 {
    display: inline-flex;
    position: relative;
}

.notify-menu__buttons a:first-child {
    margin-right: 20px;
}

.notify-menu__nav {
    padding-bottom: 20px;
}

.notify-menu__nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 25px 13px;
    max-height: 60px;
}

.notify-menu__nav-link:hover {
    text-decoration: none;
    background-color: #e21d1c;
    color: #fff;
}

.notify-menu__item {
    position: relative;
    padding: 10px 25px 9px;
    cursor: pointer;
}

.notify-menu__item ul li {
    position: relative;
}

.notify-menu__item ul li:nth-child(1):before {
    content: '';
    position: absolute;
    top: 10px;
    left: -16px;
    opacity: 0;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e21d1c;
}

.notify-menu__item ul li:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    color: rgba(75, 75, 75, 0.5);
}

.notify-menu__item.active, .notify-menu__item:hover {
    background-color: #f3f7fa;
}

.notify-menu__item.active ul li:nth-child(1):before {
    opacity: 1;
}
.notify-menu__nav-hr--mob {
    display: none;
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    margin: 0;
}
@media (max-width: 992px) {
    .notify-menu--notice {
        left: 50%;
        transform: translateX(-50%);
    }
    .notify-menu {
        background-color: #fff;
    }
    .notify-menu__nav-link--red--mob {
        color: #e21d1c;
        white-space: nowrap;
    }
    .notify-menu__nav-hr--mob {
        display: block;
    }
}

@media (max-width: 768px) {
    .notify-menu--notice {
        left: auto;
        right: -75px;
        transform: translateX(0%);
        width: 310px;
    }

    .notify-menu--notice .notify-menu__header {
        flex-direction: column;
    }

    .notify-menu--notice .notify-menu__buttons {
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
    .notify-menu--notice {
        right: -85px;
    }
}

@media (max-width: 360px) {
    .notify-menu--user {
        right: -10px;
        width: 310px;
    }

    .notify-menu--user .notify-menu__header {
        padding: 25px 20px 10px;
    }
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: #e7e7e7;
}

.progress-bar__inner {
    width: 100%;
    height: 100%;
}

.progress-bar__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 1480px;
    height: 100%;
    z-index: 5;
}

.progress-bar__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress-bar__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e21d1c;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    overflow: hidden;
}

.progress-bar__bar-steps {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.radio__item {
    position: relative;
    cursor: pointer;
}

.radio__item-input {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.radio__item-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 100%;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}

.radio__item-label:before, .radio__item-label:after {
    content: '';
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio__item-label:before {
    width: 16px;
    height: 16px;
    left: 5px;
    top: 5px;
    transform: scale(0);
    border: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #e21d1c;
    transition: all .2s linear;
    z-index: 5;
}

.radio__item-label:after {
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    border: 1px solid #4B4B4B;
    background-color: #fff;
    z-index: 0;
}

input.radio__item-input[type=radio]:checked + label:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.search-block {
    position: relative;
    width: 100%;
    height: auto;
}

.search-block--card .form__control {
    background-color: #fff;
}

.search-block__form {
    position: relative;
}

.search-block__form .form__item {
    margin-bottom: 10px;
}

.search-block__form .form__control-label {
    left: 15px;
}

.search-block__btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.search-block__btn button {
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.select {
    position: relative;
}

.select__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select__ico-svg {
    position: relative;
    transform: rotate(0);
    transition: all .3s linear;
}

.select__label {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(75, 75, 75, 0.7);
}

.select__label--abs {
    font-size: 14px;
    line-height: 1.1;
    position: absolute;
    left: 15px;
    top: 5px;
    margin-bottom: 0;
    width: auto;
    color: rgba(75, 75, 75, 0.7);
}

.select span.select2.select2-container.select2-container--default {
    width: 100% !important;
    height: 56px;
}

.select .select2-container--default .select2-selection--single {
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
    color: #24252A;
    outline: none;
    padding: 20px 45px 12px 15px;
    border: 0;
    border-bottom: solid 1px #e7e7e7;
    box-shadow: none;
    background-color: #f3f7fa;
    width: 100% !important;
    height: 56px;
    font-size: 16px;
    line-height: 23px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.select .select2-container .select2-selection--single .select2-selection__rendered {
    height: auto;
    padding: 0;
    line-height: 23px;
}

span.select2-results {
    background-color: #fff;
}

.modal-open span.select2-results {
    background-color: #f3f7fa;
}

span.select2-dropdown.select2-dropdown--below {
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
}

.select2-results__option {
    padding: 8px 12px !important;
    font-size: 16px;
    line-height: 23px;
    color: #4B4B4B;
}

span.select2-search.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #f3f7fa;
    color: #4B4B4B;
}

.select2-dropdown {
    border: 0 !important;
    overflow: hidden;
    box-shadow: none;
}

span.select2.select2-container.select2-container--open + span.select__ico .select__ico-svg {
    transform: rotate(180deg);
    transition: all .3s linear;
}

.select2-results__option--selectable:not(:last-child) {
    border-bottom: 1px solid #e7e7e7 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4B4B4B !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #e21d1c !important;
    color: #fff;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e21d1c;
    top: 13px;
    right: 13px;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 10px;
    height: 15px;
    border: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-image: url("images/arrow.svg");
    background-position: center;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    transition: all .3s linear;
}

.select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(180deg);
}

.sort {
    display: flex;
    align-items: center;
}

.sort .select {
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
}

.sort .select span.select2.select2-container.select2-container--default {
    height: auto;
}

.sort .select .select2-container--default .select2-selection--single {
    margin-left: 5px;
    padding: 0 10px 0 0;
    height: auto;
    background-color: transparent;
    border: none;
    width: 150px !important;
}

.sort .select2-selection__arrow {
    display: none;
}

.sort .select__ico {
    top: 13px;
}

.sort span#select2-sort-container {
    color: #e21d1c;
}

.sort .select__label {
    margin-bottom: 0;
}

.submenu {
    width: 319px;
    height: calc(100vh - 70px);
    position: absolute;
    left: -330px;
    top: 79px;
    bottom: 0;
    right: auto;
    background-color: #24252A;
    z-index: 980;
    transition: all .4s;
    opacity: 0;
}

.submenu.active {
    opacity: 1;
    left: 0;
}

@media (max-width: 992px) {
    .submenu {
        top: 65px;
        padding-top: 30px;
        height: 100vh;
        z-index: 991;
    }
}

.submenu__inner {
    width: 100%;
    height: 100%;
}

.submenu__nav {
    width: 100%;
    height: 100%;
}

.submenu__item {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #24252A;
    transition: all .2s;
    position: relative;
}

.submenu__item:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.03);
}

.submenu__item-svg {
    width: 36px;
    height: 36px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu__item-svg svg circle {
    fill: transparent;
}

.submenu__item-text {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.submenu__item:hover {
    background-color: #e21d1c;
    text-decoration: none;
}

.submenu__item:hover .submenu__item-text {
    color: #fff;
}

.submenu__item:hover .submenu__item-svg svg path,
.submenu__item:hover .submenu__item-svg svg circle {
    stroke: #fff;
}

.submenu__item.active {
    background-color: #e21d1c;
}

.submenu__item.active .submenu__item-svg svg path,
.submenu__item.active .submenu__item-svg svg circle {
    stroke: #fff;
}

.submenu__item.active .submenu__item-text {
    color: #fff;
}

.subtitle--smm p {
    font-size: 20px;
    line-height: 25px;
}

.subtitle--info p {
    font-size: 22px;
    line-height: 28px;
}

.subtitle--mb50 {
    margin-bottom: 50px;
}

.list-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.list-page__bg {
    opacity: .3;
    background-image: url("/images/modal_bg.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.list-page a {
    position: relative;
    z-index: 100;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
}

.list-page a:hover {
    color: #e21d1c;
}

.link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
}

.link-primary {
    color: #e21d1c;
}

.link-primary:hover {
    color: #b51716;
}

.link--black-disabled {
    color: #4B4B4B;
    pointer-events: none;
}

.link--grey-disabled {
    color: #a3a0a0;
    pointer-events: none;
}

.link--black {
    color: #4B4B4B;
}

.link--black:hover {
    color: #e21d1c;
}

.link--semi-sec {
    color: rgba(75, 75, 75, 0.5);
}

.link--semi-sec:hover {
    color: #e21d1c;
}

.link--sm {
    font-size: 22px;
    line-height: 28px;
}

.link--xs {
    font-size: 16px;
    line-height: 23px;
}

.link--xxs {
    font-size: 14px;
    line-height: 18px;
}

.link__icon {
    position: relative;
    display: inline-flex;
    transition: all .2s linear;
}

.link__icon--left {
    margin-right: 8px;
}

.link__icon--right {
    margin-left: 8px;
}

.link__icon--right-arrow {
    left: 0;
}

.link:hover .link__icon--right-arrow {
    left: 6px;
}

.link.decor-none {
    text-decoration: none;
}

.link.decor-none:hover {
    text-decoration: none;
}

.table-complex__header .table-complex__col {
    font-size: 16px;
    line-height: 20px;
    color: rgba(75, 75, 75, 0.5);
    padding: 7px 15px 6px;
    display: flex;
    align-items: center;
}

.table-complex__row {
    display: flex;
}

.table-complex__col {
    padding: 12px 15px 11px;
}

.table-complex__col.negative {
    color: #e21d1c;
}

.table-complex__col.sort {
    cursor: pointer;
}

.table-complex__body {
    border: 1px solid rgba(188, 188, 188, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table-complex__body .table-complex__row:not(:last-child) {
    border-bottom: 1px solid rgba(188, 188, 188, 0.3);
}

.table-complex__notif {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e21d1c;
    display: inline-flex;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.table-complex--operation .table-complex__body .table-complex__row:hover {
    background-color: rgba(226, 29, 28, 0.1);
}

.table-complex--operation .table-complex__col:nth-child(1) {
    width: 135px;
}

.table-complex--operation .table-complex__col:nth-child(2) {
    width: calc(100% - 310px);
}

.table-complex--operation .table-complex__col:nth-child(3) {
    width: 175px;
    text-align: right;
    justify-content: flex-end;
}

.table-complex--operation .table-complex__col:nth-child(1), .table-complex--operation .table-complex__col:nth-child(3) {
    flex-shrink: 0;
    flex-grow: 0;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(1) {
    width: 105px;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2) {
    width: 230px;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3) {
    width: calc(100% - 485px);
    text-align: left;
    justify-content: flex-start;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(4) {
    width: 150px;
    text-align: right;
    justify-content: flex-end;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3) {
    flex-shrink: 1;
    flex-grow: 1;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(1),
.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2),
.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3) {
    font-size: 15px;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__header .table-complex__col:nth-child(4) {
    font-size: 15px;
}

.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2),
.table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(4) {
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width: 768px) {
    .table-complex--operation .table-complex__header {
        display: none;
    }

    .table-complex--operation .table-complex__row {
        flex-wrap: wrap;
    }

    .table-complex--operation .table-complex__col {
        padding: 9px 10px 8px;
    }

    .table-complex--operation .table-complex__col:nth-child(1) {
        order: 1;
        width: 110px;
    }

    .table-complex--operation .table-complex__col:nth-child(2) {
        width: 100%;
        order: 3;
    }

    .table-complex--operation .table-complex__col:nth-child(3) {
        order: 2;
        width: calc(100% - 110px);
    }

    .table-complex--operation .table-complex__col:before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: rgba(75, 75, 75, 0.5);
    }
}

@media (max-width: 768px) {

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(1) {
        order: 1;
        width: 95px;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2) {
        width: calc(100% - 245px);
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3) {
        order: 4;
        width: 100%;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(4) {
        order: 3;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:before {
        content: attr(data-label);
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: rgba(75, 75, 75, 0.5);
    }
}

@media (max-width: 360px) {
    .table-complex--operation .table-complex__col:nth-child(1),
    .table-complex--operation .table-complex__col:nth-child(2),
    .table-complex--operation .table-complex__col:nth-child(3) {
        width: 100%;
    }

    .table-complex--operation .table-complex__col:nth-child(1) {
        order: 1;
    }

    .table-complex--operation .table-complex__col:nth-child(2) {
        order: 2;
    }

    .table-complex--operation .table-complex__col:nth-child(3) {
        order: 3;
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(1),
    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2),
    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3),
    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(4) {
        width: 100%;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(1) {
        order: 1;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(2) {
        order: 2;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(3) {
        order: 3;
    }

    .table-complex--operation.table-complex--operation--items4 .table-complex__col:nth-child(4) {
        order: 4;
        justify-content: flex-start;
        text-align: left;
    }
}

.table-complex__sort {
    display: inline-flex;
    margin-left: 5px;
    width: 6px;
    height: auto;
    position: relative;
    top: 2px;
    transform: rotate(0deg);
    transition: all .2s linear;
}

.table-complex--contract .table-complex__body .table-complex__row:hover {
    background-color: rgba(226, 29, 28, 0.1);
}

.table-complex--contract .table-complex__col {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    justify-content: flex-start;
}

.table-complex--contract .table-complex__col:nth-child(1) {
    width: 75px;
}

.table-complex--contract .table-complex__col:nth-child(2) {
    width: 360px;
    flex-grow: 1;
    flex-shrink: 1;
}

.table-complex--contract .table-complex__col:nth-child(3) {
    width: 160px;
    text-align: left;
    justify-content: flex-start;
}

.table-complex--contract .table-complex__col:nth-child(4) {
    width: 175px;
}

.table-complex--contract .table-complex__col:nth-child(5) {
    width: 220px;
}

.table-complex--contract .table-complex__col:nth-child(6), .table-complex--contract .table-complex__col:nth-child(7) {
    text-align: right;
    justify-content: flex-end;
}

.table-complex--contract .table-complex__col:nth-child(6) {
    width: 165px;
}

.table-complex--contract .table-complex__col:nth-child(7) {
    width: 225px;
}

@media (max-width: 1380px) {
    .table-complex--contract .table-complex__body {
        border: none;
    }

    .table-complex--contract .table-complex__header {
        display: none;
    }

    .table-complex--contract .table-complex__row {
        flex-wrap: wrap;
        margin-bottom: 15px;
        border: 1px solid #e7e7e7;
    }

    .table-complex--contract .table-complex__row:nth-child(1) {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .table-complex--contract .table-complex__row:last-child {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

    .table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 75px - 140px - 175px - 180px - 165px);
    }

    .table-complex--contract .table-complex__col:nth-child(3) {
        width: 140px;
    }

    .table-complex--contract .table-complex__col:nth-child(5) {
        width: 180px;
    }

    .table-complex--contract .table-complex__col:nth-child(7) {
        width: 100%;
    }

    .table-complex--contract .table-complex__col:before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: rgba(75, 75, 75, 0.5);
    }
}

@media (max-width: 1110px) {
    .table-complex--contract .table-complex__row {
        justify-content: flex-end;
    }

    .table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 75px - 140px - 175px);
    }

    .table-complex--contract .table-complex__col:nth-child(3), .table-complex--contract .table-complex__col:nth-child(4), .table-complex--contract .table-complex__col:nth-child(5), .table-complex--contract .table-complex__col:nth-child(6) {
        text-align: right;
    }

    .table-complex--contract .table-complex__col:nth-child(5), .table-complex--contract .table-complex__col:nth-child(6) {
        width: 180px;
    }

    .table-complex--contract .table-complex__col:nth-child(7) {
        display: flex;
        align-items: center;
        width: 175px;
    }
}

@media (max-width: 768px) {
    .table-complex--contract .table-complex__col {
        padding: 9px 10px 8px;
    }

    .table-complex--contract .table-complex__col:nth-child(1) {
        order: 1;
    }

    .table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 75px - 140px);
        order: 2;
    }

    .table-complex--contract .table-complex__col:nth-child(3) {
        order: 3;
    }

    .table-complex--contract .table-complex__col:nth-child(4) {
        order: 4;
    }

    .table-complex--contract .table-complex__col:nth-child(5) {
        order: 5;
    }

    .table-complex--contract .table-complex__col:nth-child(6) {
        order: 6;
    }

    .table-complex--contract .table-complex__col:nth-child(4), .table-complex--contract .table-complex__col:nth-child(5), .table-complex--contract .table-complex__col:nth-child(6) {
        text-align: left;
        width: 25%;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .table-complex--contract .table-complex__col:nth-child(7) {
        display: flex;
        align-items: center;
        width: 100%;
        order: 7;
    }
}

@media (max-width: 575px) {
    .table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 75px);
    }

    .table-complex--contract .table-complex__col:nth-child(3) {
        text-align: left;
    }

    .table-complex--contract .table-complex__col:nth-child(3), .table-complex--contract .table-complex__col:nth-child(4), .table-complex--contract .table-complex__col:nth-child(5), .table-complex--contract .table-complex__col:nth-child(6) {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .table-complex--contract .table-complex__col:nth-child(1) {
        display: none;
    }

    .table-complex--contract .table-complex__col:nth-child(2), .table-complex--contract .table-complex__col:nth-child(3), .table-complex--contract .table-complex__col:nth-child(4), .table-complex--contract .table-complex__col:nth-child(5), .table-complex--contract .table-complex__col:nth-child(6) {
        width: 100%;
    }

    .table-complex--contract .table-complex__col:not(:last-child) {
        border-bottom: 1px solid #e7e7e7;
    }
}

.table-complex--calls .table-complex__body .table-complex__row {
    align-items: center;
}

.table-complex--calls .table-complex__body .table-complex__row:hover {
    background-color: rgba(226, 29, 28, 0.1);
}

.table-complex--calls .table-complex__body .table-complex__row .table-complex__col {
    padding: 10px 15px;
}

.table-complex--calls .table-complex__col:nth-child(1) {
    width: 80px;
    order: 1;
}

.table-complex--calls .table-complex__col:nth-child(2) {
    width: 120px;
    order: 2;
}

.table-complex--calls .table-complex__col:nth-child(3) {
    width: calc(100% - 335px);
    text-align: left;
    justify-content: flex-start;
    order: 3;
}

.table-complex--calls .table-complex__col:nth-child(4) {
    width: 135px;
    order: 4;
}

.table-complex--calls .table-complex__col:nth-child(1), .table-complex--calls .table-complex__col:nth-child(2), .table-complex--calls .table-complex__col:nth-child(4) {
    flex-shrink: 0;
    flex-grow: 0;
}

@media (max-width: 768px) {
    .table-complex--calls .table-complex__header {
        display: block;
    }

    .table-complex--calls .table-complex__col:before {
        display: none;
    }
}

@media (max-width: 680px) {
    .table-complex--calls .table-complex__header {
        display: none;
    }

    .table-complex--calls .table-complex__body {
        border: 0;
    }

    .table-complex--calls .table-complex__row {
        flex-wrap: wrap;
        margin-bottom: 15px;
        border: 1px solid #e7e7e7;
    }

    .table-complex--calls .table-complex__col {
        padding: 9px 10px 8px;
    }

    .table-complex--calls .table-complex__col:nth-child(1) {
        order: 1;
        width: 150px;
    }

    .table-complex--calls .table-complex__col:nth-child(2) {
        order: 2;
    }

    .table-complex--calls .table-complex__col:nth-child(3) {
        order: 3;
        width: calc(100% - 135px);
    }
}

@media (max-width: 680px) and (max-width: 425px) {
    .table-complex--calls .table-complex__col:nth-child(3) {
        width: 100%;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
}

@media (max-width: 680px) and (max-width: 360px) {
    .table-complex--calls .table-complex__col:nth-child(3) {
        border-top: none;
    }
}

@media (max-width: 680px) {
    .table-complex--calls .table-complex__col:nth-child(4) {
        order: 4;
    }
}

@media (max-width: 680px) and (max-width: 425px) {
    .table-complex--calls .table-complex__col:nth-child(4) {
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 680px) {
    .table-complex--calls .table-complex__col:before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: rgba(75, 75, 75, 0.5);
    }
}

@media (max-width: 360px) {
    .table-complex--calls .table-complex__col:nth-child(1), .table-complex--calls .table-complex__col:nth-child(2), .table-complex--calls .table-complex__col:nth-child(3) {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .table-complex--calls .table-complex__col:nth-child(1) {
        order: 1;
    }

    .table-complex--calls .table-complex__col:nth-child(2) {
        order: 2;
    }

    .table-complex--calls .table-complex__col:nth-child(3) {
        order: 3;
        justify-content: flex-start;
        text-align: left;
    }
}

.tabs-filter {
    margin-bottom: 25px;
}

.tabs-filter__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tabs-filter__item {
    margin-right: 8px;
    white-space: nowrap;
}

.tabs-filter__link {
    display: inline-flex;
    padding: 6px 16px;
    border: 1px solid #e21d1c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    color: #e21d1c;
    font-size: 14px;
    line-height: 18px;
}

.tabs-filter__link.active {
    background-color: #e21d1c;
    color: #fff;
}

.tabs-filter__link:hover {
    text-decoration: none;
    background-color: #e21d1c;
    color: #fff;
}

.tabs-block__inner {
    display: flex;
}

@media (max-width: 767px) {
    .tabs-block__inner {
        flex-wrap: wrap;
    }
}

.tabs-block__nav {
    width: 332px;
    margin-right: 36px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .tabs-block__nav {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .tabs-block__nav {
        width: 100%;
        margin-right: 0;
    }
}

.tabs-block__content {
    width: calc(100% - 368px);
}

@media (max-width: 767px) {
    .tabs-block__content {
        width: 100%;
        margin-top: 30px;
    }
}

.text--lg h1 {
    font-size: 60px;
    line-height: 60px;
}

.text--xl h2 {
    font-size: 38px;
    line-height: 49px;
}

.text--lg h2 {
    font-size: 30px;
    line-height: 38px;
}

.text--md20 {
    margin-bottom: 20px;
}

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

.tooltip {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
}

.tooltip--ico {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tooltip__inner {
    padding: 5px 10px;
}

.tooltip__text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.tooltip:before {
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-right: 10px solid #e21d1c;
    border-bottom: 6px solid transparent;
    z-index: -1;
    pointer-events: none;
}

.tooltip__close {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip--primary {
    background-color: #e21d1c;
}

.tooltip--right {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip--right:before {
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .tooltip--right {
        width: 190px;
        white-space: inherit;
        left: auto;
        right: 0;
        top: 30px;
        transform: translateY(0%);
    }

    .tooltip--right:before {
        right: 7px;
        left: auto;
        top: -7px;
        transform: translateY(0%) rotate(90deg);
    }
}

.tooltip--close .tooltip__inner {
    padding: 6px 35px 6px 10px;
}

@media (min-width: 768px) {
    .tooltip--nowrap {
        white-space: nowrap;
    }
}

.tooltip--bottom {
    left: 0;
    top: calc(100% + 14px);
    transform: none;
}

.tooltip--bottom:before {
    top: -7px;
    left: 7px;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .tooltip--bottom {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .tooltip--bottom:before {
        margin-left: -5px;
        top: -2px;
        left: 50%;
        right: auto;
        transform: rotate(90deg) translateX(-50%);
    }
}

.tooltip--bottom-right {
    left: auto;
    right: 0;
    top: calc(100% + 14px);
    transform: none;
}

.tooltip--bottom-right:before {
    top: -7px;
    left: auto;
    right: 7px;
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .tooltip--bottom-right {
        left: auto;
        right: 0;
    }

    .tooltip--bottom-right:before {
        left: auto;
        right: 7px;
    }
}

.tooltip--date {
    left: auto;
    right: 0;
    top: calc(100% + 14px);
    transform: none;
}

.tooltip--date:before {
    top: -7px;
    left: auto;
    right: 7px;
    transform: rotate(90deg);
}

@media (max-width: 620px) {
    .tooltip--date {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .tooltip--date:before {
        margin-left: -5px;
        top: -2px;
        left: 50%;
        right: auto;
        transform: rotate(90deg) translateX(-50%);
    }
}

.tooltip--md .tooltip__inner {
    width: 256px;
}

@media (max-width: 360px) {
    .tooltip--md .tooltip__inner {
        width: 230px;
    }
}

.tooltip--sm .tooltip__inner {
    width: 230px;
}

.title {
    position: relative;
}

.title h1,
.title h2,
.title h3 {
    display: inline-flex;
}

.title--primary h1,
.title--primary h2,
.title--primary h3,
.title--primary h4,
.title--primary h5,
.title--primary h6 {
    color: #e21d1c;
}

.title--success h1,
.title--success h2,
.title--success h3,
.title--success h4,
.title--success h5,
.title--success h6 {
    color: #26BC22;
}

.title--warning h1,
.title--warning h2,
.title--warning h3,
.title--warning h4,
.title--warning h5,
.title--warning h6 {
    color: #FF8A00;
}

.title--lg h1 {
    font-size: 60px;
    line-height: 60px;
}

.title--lg h2 {
    font-size: 30px;
    line-height: 38px;
}

.title--xl h2 {
    font-size: 38px;
    line-height: 49px;
}

.title--md h2 {
    font-size: 24px;
    line-height: 31px;
}

.title--md h3 {
    font-size: 22px;
    line-height: 28px;
}

.title--sm h2 {
    font-size: 22px;
    line-height: 28px;
}

.title--sm h3 {
    font-size: 18px;
    line-height: 24px;
}

.title--d-inline h1,
.title--d-inline h2,
.title--d-inline h3,
.title--d-inline h4 {
    display: inline;
}

.title--md20 {
    margin-bottom: 20px;
}

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

.title--page {
    display: flex;
    align-items: center;
    margin: 40px 0 20px;
}

.title-back {
    margin-right: 8px;
    position: relative;
    transition: all .2s linear;
}

.title-back:hover {
    transform: translateX(-5px);
}

.title .notify__icon-counter {
    top: -2px;
    right: -20px;
    font-weight: normal;
}

.title .notify__icon-counter.active {
    opacity: 1;
    visibility: visible;
}

.title .notify__icon-counter--sm {
    top: -4px;
    right: -24px;
}

.title .notify__icon-counter--lg {
    padding: 3px 5px;
    font-size: 16px;
}

.title__change {
    width: 20px;
    height: 20px;
    display: inline;
    position: relative;
    top: 2px;
    margin-left: 15px;
    cursor: pointer;
}

.title__change:hover .title__change-icon path, .title__change.active .title__change-icon path {
    fill: #e21d1c;
}

.title__change:hover .tooltip, .title__change.active .tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.title__change:hover .tooltip--right, .title__change.active .tooltip--right {
    left: 34px;
}

@media (max-width: 768px) {
    .title__change:hover .tooltip--right, .title__change.active .tooltip--right {
        left: auto;
        top: 38px;
    }
}

.title--del {
    padding-right: 30px;
}

.title--invest .notify__icon-counter {
    top: 6px;
    right: -25px;
    background-color: #f3f7fa;
    border-color: #f3f7fa;
    color: #4B4B4B;
    font-weight: normal;
}

@media (max-width: 425px) {
    .title--invest .notify__icon-counter {
        top: 3px;
    }
}

.tooltip-block {
    position: relative;
    margin: 0 8px;
}

.tooltip-block__icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.tooltip-block--inline {
    display: inline-flex;
}

.tooltip-block__icon:hover + .tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.profile {
    position: relative;
}

.profile__user {
    display: flex;
    align-items: center;
    /*cursor: pointer;*/
}

.profile__user--card {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

.profile__user--card .profile__user-logo {
    width: 100px;
    height: 100px;
    margin: 0 0 15px;
}

.profile__user--card .profile__user-logo .profile__user-logo-img {
    border: 2px solid #e21d1c;
}

@media (max-width: 768px) {
    .profile__user--card .profile__user-data {
        display: block;
    }
}

.profile__user--card .profile__user-data,
.profile__user--card .profile__user-company {
    text-align: center;
}

.profile__user--card .profile__user-name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 3px;
    text-align: center;
}

.profile__user--card .profile__user-username {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.profile__user--card .profile__user-company {
    font-size: 18px;
    line-height: 24px;
}

.profile__user-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .profile__user-data {
        display: none;
    }
}

.profile__user-logo {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-left: 8px;
    flex-grow: 0;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.06));
}

.profile__user-logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e21d1c;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.profile__user-logo.notify:before {
    opacity: 1;
    visibility: visible;
}

.profile__user-logo-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-stub {
    color: #e70707;
    font-size: 30px;
    font-weight: bold;
}

.profile__user-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile__user-img--none {
    width: 15px;
    height: 16px;
    object-fit: contain;
}

.profile__user-img-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2px;
    bottom: 5px;
    background-color: #f3f7fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(226, 29, 28, 0.5);
}

.profile__user-name {
    text-align: right;
    position: relative;
    font-weight: bold;
    color: #24252A;
    font-size: 16px;
    line-height: 23px;
}

.profile__user-company {
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    color: rgba(75, 75, 75, 0.5);
}

.profile__user-icon {
    margin-left: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: all .2s linear;
}

.profile__user.active .profile__user-icon {
    transform: rotate(180deg);
}

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

.warning-block--page-center {
    width: 730px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 820px) {
    .warning-block--page-center {
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 820px) {
    .warning-block--page-center {
        padding: 50px 15px;
    }
}

.warning-block__inner {
    width: 100%;
}

.warning-block__icon {
    width: 100%;
    height: auto;
}

.warning-block__svg {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-block__svg--warning, .warning-block__svg--flag {
    margin-bottom: 50px;
}

.warning-block__title {
    margin: 0 0 10px;
}

.warning-block__text {
    padding: 0 55px;
}

.warning-block__text--mod1 {
    padding: 0;
}

@media (max-width: 730px) {
    .warning-block__text {
        padding: 0 30px;
    }
}

@media (max-width: 425px) {
    .warning-block__text {
        padding: 0;
    }
}

.warning-block__text p {
    color: rgba(75, 75, 75, 0.5);
}

.warning-block__btn {
    margin-top: 30px;
}

._template {
    display: block;
}

._sectionTemplate {
    display: block;
}

input {
    outline: none !important;
}

button {
    outline: none !important;
}

textarea {
    outline: none !important;
}

/*input:valid {
  color: green;
}

input:invalid {
  color: red;
}*/
.contactForm__form.validate input:invalid,
.contactForm__form.validate textarea:invalid {
    color: #c0392b;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.contactForm__form.validate input:invalid::-webkit-input-placeholder,
.contactForm__form.validate textarea:invalid::-webkit-input-placeholder {
    color: #c0392b;
}

.contactForm__form.validate input:invalid::-moz-placeholder,
.contactForm__form.validate textarea:invalid::-moz-placeholder {
    color: #c0392b;
}

.contactForm__form.validate input:invalid:-moz-placeholder,
.contactForm__form.validate textarea:invalid:-moz-placeholder {
    color: #c0392b;
}

.contactForm__form.validate input:invalid:-ms-input-placeholder,
.contactForm__form.validate textarea:invalid:-ms-input-placeholder {
    color: #c0392b;
}

input.input {
    display: block;
    width: 100%;
    height: 5rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.5rem;
    border: 0;
}

@media (max-width: 480px) {
    input.input {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}

textarea.textarea {
    width: 100%;
    height: 27rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.5rem;
    border: 0;
}

@media (max-width: 480px) {
    textarea.textarea {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}

.rangeSlider {
    display: block;
}

.ui-slider-horizontal {
    height: .2em;
    background-color: #8E8E8E;
    border-radius: 3px;
    font-size: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.7em;
    margin-left: -.8em;
    width: 1.6em;
    height: 1.6em;
    cursor: pointer;
    background: linear-gradient(0deg, #FFC700, #FFC700);
    border: 1px solid #FF9900;
    border-radius: 50%;
    box-shadow: inset 1px 1px 4px rgba(255, 255, 255, 0.25);
}

.ui-slider-horizontal .ui-slider-range {
    top: -0.15em;
    height: 200%;
    background: linear-gradient(93.04deg, #FF9900 0%, #FFC700 100%);
}

.card-nav {
    overflow: hidden;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
}

.card-nav__list {
    display: block;
}

.card-nav__link {
    width: 100%;
    opacity: 1;
    padding: 14px 25px;
    display: block;
}

.card-nav__link:hover, .card-nav__link:focus, .card-nav__link.active {
    text-decoration: none;
    background-color: #F4F4F4;
}

.card-nav,
.card-nav__inner,
.card-nav__list {
    width: 100%;
    height: auto;
}

.table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table--md {
    font-size: 16px;
    line-height: 23px;
}

.table__item:nth-child(1) {
    color: #4B4B4B;
}

.table__item:nth-child(2) {
    display: inline-flex;
    font-weight: bold;
}

.table__item a {
    color: #e21d1c;
}

.table--flex-start .table__row {
    display: flex;
}

@media (max-width: 768px) {
    .table--flex-start .table__row {
        flex-direction: column;
    }
}

.table--flex-start .table__row:not(:last-child) {
    margin-bottom: 6px;
}

.table--flex-start .table__item:nth-child(1) {
    width: 330px;
}

@media (max-width: 768px) {
    .table--flex-start .table__item:nth-child(1) {
        width: 100%;
    }
}

.table--flex-start .table__item:nth-child(2) {
    width: calc(100% - 290px);
}

@media (max-width: 768px) {
    .table--flex-start .table__item:nth-child(2) {
        width: 100%;
    }
}

.table--space-between {
    width: 100%;
}

.table--space-between .table__row {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 620px) {
    .table--space-between .table__row {
        flex-direction: column;
    }
}

.table--space-between .table__row:not(:last-child) {
    margin-bottom: 10px;
}

.table--space-between .table__item {
    width: auto;
}

@media (max-width: 620px) {
    .table--space-between .table__item {
        width: 100%;
    }
}

.table--row .table__inner {
    display: flex;
    flex-wrap: wrap;
}

.table--row .table__row {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .table--row .table__row {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 495px) {
    .table--row .table__row {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.table--row .table__item:nth-child(1) {
    font-size: 16px;
    line-height: 18px;
}

.table--row-reverse .table__row {
    display: flex;
    flex-direction: column;
}

.table--row-reverse .table__item:nth-child(1) {
    order: 2;
}

.table--row-reverse .table__item:nth-child(2) {
    order: 1;
}

.table--column {
    display: flex;
    flex-direction: column;
    /*box-shadow: 0 0 16px #f3f7fa;*/
}

.table--column .table__row {
    width: 100%;
    padding: 10px 25px;
}

.table--column .table__row:last-child {
    margin-bottom: 0;
}

.table--column .table__row:nth-child(odd) {
    background-color: #fff;
}

.table--column .table__row:nth-child(even) {
    background-color: #f3f7fa;
}

.table--column .table__item:nth-child(1) {
    font-size: 16px;
    line-height: 18px;
    display: flex;
}

.table--mod1 .table__item:nth-child(2) {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}

.table--mod1 .table__item:nth-child(2) span {
    opacity: .5;
}

.table--scroll {
    max-height: 490px;
    overflow: hidden;
    overflow-y: scroll;
}

.company-block__inner {
    padding: 110px 0 80px;
}

@media (max-width: 768px) {
    .company-block__inner {
        padding: 60px 0 60px;
    }
}

.contacts-block__inner {
    position: relative;
    padding-bottom: 80px;
}

@media (max-width: 1230px) {
    .contacts-block__inner {
        padding-bottom: 60px;
    }
}

.contacts-block__content {
    width: 100%;
    height: 500px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.contacts-block__map {
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
}

.contacts-block__contacts {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
}

@media (max-width: 1230px) {
    .contacts-block__contacts {
        bottom: 40px;
        top: auto;
    }
}

@media (max-width: 768px) {
    .contacts-block__contacts {
        bottom: 40px;
        top: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.first-block {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.first-block__bg {
    position: absolute;
    right: 0;
    top: -10px;
    width: 1200px;
    height: 665px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

@media (max-width: 992px) {
    .first-block__bg {
        right: -125px;
    }
}

@media (max-width: 768px) {
    .first-block__bg {
        right: -265px;
        top: 0;
        width: 1200px;
        height: 602px;
        opacity: .2;
    }
}

.first-block__grad {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
}

.first-block__grad--first {
    width: 669px;
    left: -400px;
    background-color: #fff;
}

.first-block__grad--sec {
    width: 400px;
    left: 240px;
    background: linear-gradient(270deg, #fff 32.08%, rgba(244, 244, 244, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media (max-width: 768px) {
    .first-block__grad {
        display: none;
    }
}

.first-block__inner {
    padding: 100px 0 128px;
    position: relative;
}

@media (max-width: 768px) {
    .first-block__inner {
        padding: 60px 0 40px;
    }
}

.first-block__title {
    max-width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 360px) {
    .first-block__title h1 {
        font-size: 55px;
        line-height: 55px;
    }
}

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

.first-block__buttons a {
    margin: 0 20px 20px 0;
}

.news {
    display: block;
    position: relative;
    margin-bottom: 180px;
}

@media (max-width: 1200px) {
    .news {
        margin-bottom: 80px;
    }
}

.news__title {
    margin-bottom: 60px;
}

.news__item {
    width: 740px;
    height: 367px;
    background: linear-gradient(107.56deg, #34363D 0%, #27292F 100%), #34363D;
    box-shadow: inset 1px 1px 3px rgba(127, 130, 143, 0.16);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    transform: scale(0.73);
    transition: 0.5s ease;
    opacity: 0;
    position: relative;
    top: 0;
}

.news__item.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 9;
}

.news__item.swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
    z-index: 9;
}

.news__item.swiper-slide-prev {
    opacity: 0.3;
}

.news__item.swiper-slide-next {
    opacity: 0.3;
}

@media (max-width: 1200px) {
    .news__item {
        flex-direction: column;
        width: 300px;
        height: 360px;
        transform: scale(1);
    }

    .news__item.swiper-slide-active {
        top: -20px;
    }

    .news__item.swiper-slide-prev {
        right: -20px;
        z-index: 1;
    }

    .news__item.swiper-slide-next {
        left: -20px;
        z-index: 1;
    }
}

.news-item__img {
    height: 100%;
    width: 292px;
    min-width: 292px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1200px) {
    .news-item__img {
        width: 100%;
        min-height: 100px;
        height: 100px;
    }
}

.news-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 72px 0 34px;
    height: 100%;
}

@media (max-width: 1200px) {
    .news-item__content {
        padding: 0 29px 0 21px;
    }
}

.news-item__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    color: #E1E1E1;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .news-item__title {
        margin-bottom: 10px;
    }
}

.news-item__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #9AA8B8;
}

.info-tabs__inner {
    padding: 40px 0 80px;
}
