@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;
}
@font-face {
    font-family: 'Tilda-ExtraBold';
    src: url("./fonts/TildaSans-ExtraBold.eot");
    src: url('./fonts/TildaSans-ExtraBold.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-ExtraBold.woff2') format('woff2');
    src: url('./fonts/TildaSans-ExtraBold.woff') format('woff');
    src: url('./fonts/TildaSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tilda-Medium';
    src: url("./fonts/TildaSans-Medium.eot");
    src: url('./fonts/TildaSans-Medium.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-Medium.woff2') format('woff2');
    src: url('./fonts/TildaSans-Medium.woff') format('woff');
    src: url('./fonts/TildaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tilda-Bold';
    src: url("./fonts/TildaSans-Bold.eot");
    src: url('./fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-Bold.woff2') format('woff2');
    src: url('./fonts/TildaSans-Bold.woff') format('woff');
    src: url('./fonts/TildaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tilda-Light';
    src: url("./fonts/TildaSans-Light.eot");
    src: url('./fonts/TildaSans-Light.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-Light.woff2') format('woff2');
    src: url('./fonts/TildaSans-Light.woff') format('woff');
    src: url('./fonts/TildaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tilda-Black';
    src: url("./fonts/TildaSans-Black.eot");
    src: url('./fonts/TildaSans-Black.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-Black.woff2') format('woff2');
    src: url('./fonts/TildaSans-Black.woff') format('woff');
    src: url('./fonts/TildaSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tilda-Regular';
    src: url("./fonts/TildaSans-Regular.eot");
    src: url('./fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype');
    src: url('./fonts/TildaSans-Regular.woff2') format('woff2');
    src: url('./fonts/TildaSans-Regular.woff') format('woff');
    src: url('./fonts/TildaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'password';
    src: url('./fonts/password.woff2') format('woff2'),
    url('./fonts/password.woff')  format('woff'),
    url('./fonts/password.ttf')   format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

.modal--open {
    overflow: hidden;
}

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: #252525;
    opacity: 0;
    pointer-events: none;
    z-index: 900;
    display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: bold;
    color: #252525;
    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;
}


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

h4 {
    font-size: 20px;
    line-height: 25px;
}
@media (max-width: 425px) {
    h1, h2, h3, h4 {
        line-height: 1.2;
    }
    h1 {
        font-size: 34px;
    }
    h2  {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
}
a {
    color: #4B4B4B;
    border: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.highlight {
    color: #dd4333;
}

.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: #dd4333;
    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;
}
.invest-offer__title--invest {
    align-items: center;
}
@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: 20px;
}

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

.list--vawes .list__item:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 12px;
    width: 6px;
    height: 6px;
    background-color: #dd4333;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.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: 'Tilda-Regular', sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    line-height: 27px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

body, html {
    height: 100%;
}

.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;
}
.mb10i {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}
.mb30i {
    margin-bottom: 30px !important;
}
.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;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}

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

.pb50 {
    padding-bottom: 50px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
/* /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;
}

.bold {
    font-family: 'Tilda-Bold', Arial, sans-serif !important;
}
@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 (min-width: 1200.98px) {
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@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-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .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;
    }
    .center-block-lg {
        margin-left: auto;
        margin-right: auto;
    }
}

@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;
    }
}

@media (max-width: 620px) {
    .col-m-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.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;
}
.col-sm-6, .form__item.col-sm-6 {
    width: calc(50% - 1rem);
}
.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-inline {
    display: inline;
}

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

.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.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;
    overflow: hidden;
}

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

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

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

.content {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    min-height: 100vh;
}
.content--mod {
    background-color: #e1e0dc;
}
@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;
}

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

.total-page {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background-color: #dd4333;
    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%;
}
.w100i {
    width: 100% !important;
}
.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 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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: 1230px) {
    .footer__left {
        width: 100%;
        padding-right: 0;
    }
}

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

@media (max-width: 1230px) {
    .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: 15px 0;
    background-color: #fff;
    border-bottom: none;
}

@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 {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

@media (max-width: 768px) {

}


.header__notif {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 30px;
}

.header__menu,
.header__nav {
    display: flex;
    align-items: center;
}
.header__nav .nav-menu__link {
    padding: 15px;
    color: #000000;
    font-size: 14px;
    font-family: 'Tilda-Medium',Arial,sans-serif;
    line-height: 1.43;
    font-weight: 600;
    transition: all .3s;
}

.nav-menu__link.active {
    color: #dd4333;
}

.submenu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 300px;
    padding-top: 20px;
    height: auto;
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


@media (max-width: 1200px) {
    .header__menu {
        display: none;
    }
}
@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;
}


#SuccessPaymentModal {
    z-index: 10000;
}

@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: #dd4333;
        background-color: transparent;
    }
}

.header__burger {
    display: none;
    width: 40px;
    height: 20px;
    position: relative;
    border-top: 2px solid #dd4333;
    border-bottom: 2px solid #dd4333;
    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: 1200px) {
    .header__burger {
        display: block;
        margin-left: 30px;
    }
    .header__nav {
        display: none;
    }
}
@media (max-width: 375px) {
    .header__burger {
        margin-left: 10px;
    }
}
.header__burger:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: 2px;
    background-color: #dd4333;
    transition: all .2s;
}
.header__burger.active {
    border-color: #dd4333;
}

.header__burger.active:before {
    width: 100%;
}

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

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

.header__account-mod1 {
    padding-left: 0;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1200px) {
    .header__account {
        justify-content: flex-end;
    }
}
@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;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffff;
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #e1e0dc;
}

.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: 22px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
}
.accordion__header-arrow svg {
    position: relative;
    transform: rotate(0deg);
    transition: all .3s linear;
}
@media (max-width: 768px) {
    .accordion__header-arrow {
        right: 14px;
    }
}

.accordion__header--open .accordion__header-arrow svg {
    position: relative;
    transform: rotate(180deg);
    margin: 0;
}
.accordion__header--open .accordion__header-arrow svg path {
    fill: #dd4333;
}
.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;
    color: #4B4B4B;
}
.accordion__content  a{
    font-family: 'Tilda-Regular', sans-serif;
    font-size: 18px;
    color: #4B4B4B;
    line-height: 27px;
}
.accordion__content a[href^="tel:"] {
    font-size: 16px;
}
.accordion__content  a:hover{
    color: #dd4333;
}
@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;
    font-size: 16px;
    line-height: 1.29;
    font-weight: 400;
    font-family: 'Tilda-Light', sans-serif;
    display: inline-block;
    padding: 17px 15px;
    border: 1px solid transparent;
    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: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

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

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

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

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

.btn-outline-primary:hover,
.btn--default:hover {
    color: #fff;
    background-color: #dd4333;
}

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

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

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

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

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

.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;
}

.btn--small {
    font-size: 14px;
    height: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px 20px;
}
.btn--small-mod {
    width: 120px;
    height: auto;
    padding: 3px 0;
    white-space: pre-wrap;
    line-height: 1;
}
.btn--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn--icon svg {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 5px;
    position: relative;
}
.btn--icon-right svg {
    margin: 0 0 0 10px;
}
.btn-outline-primary.btn--icon svg polygon,
.btn-outline-primary.btn--icon svg path {
    fill: #dd4333;
}
.btn-outline-primary.btn--icon:hover svg polygon,
.btn-outline-primary.btn--icon:hover svg path {
    fill: #fff;
}
.btn-primary.btn--icon svg polygon,
.btn-primary.btn--icon svg path {
    fill: #fff;
}
.btn-primary.btn--icon:hover svg polygon,
.btn-primary.btn--icon:hover svg path {
    fill: #fff;
}
#withdraw-balance.btn--icon svg {
    transform: rotate(180deg);
}
@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: 16px 40px ;
}

.btn-xl {
    padding: 16px 74px;
    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: 17px 0;
    max-width: 100%;
}

.btn-width {
    width: 100%;
}

.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--more {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn--more svg {
    margin-left: 10px;
    transition: all .3s;
}

.btn--more:hover {
    color: #dd4333;
}

.btn--more:hover svg path {
    fill: #dd4333;
}

.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;
    display: inline-flex;
    line-height: 1;
}

.btn--default {
    min-width: 200px;
    padding: 12px 32px;
    background-color: #f2f4f6;
    font-size: 26px;
    color: #6B7380;
    line-height: 1.2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.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: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    transition: background .2s linear;
}

.card--balance .card__content{
    width: calc(100% - 80px);
}

.card--balance  .card__inner--flex {
    align-items: flex-start;
}
.card__inner--flex {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .card {
        padding: 15px 20px;
    }
}
.card--appeals {
    height: auto;
}
@media (min-width: 768.98px) {
    .card--appeals {
        height: 100%;
    }
}

.card--info {
    height: auto;
    min-height: 360px;
    padding: 50px 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

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

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

.card--info .card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}
.card--info .card__title h2 {
    font-size: 30px;
    line-height: 1.2;
    font-family: "Tilda-Bold", sans-serif;
}
.card--info .card__btn {
    margin: 30px 0 10px;
    text-align: center;
    position: relative;
    z-index: 3;
}

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

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

.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;
    }
    .card--info .card__title h2 {
        font-size: 28px;
    }
}

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

.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: #fff;
    border: 1px solid #f3f4f6;
}

.card--mod {
    background-color: #F9FAFC;
    border: 1px solid #F9FAFC;
}

.card--history {
    padding: 0;
}

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


.card--history .card__header .header-dash__info ul li {
    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: block;
    text-align: center;
}

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

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

.card--history .header-dash__info ul {
    margin-bottom: 20px;
}

@media (min-width: 575.98px) {
    .card--history .header-dash__info ul {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 575px) {
    .card--history .card__header {
        padding: 15px 15px 0;
    }
    .card--history .card__body,
    .card--history .card__footer {
        padding: 15px;
    }
    .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.card--invest {
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 4px 30px -22px rgba(34, 60, 80, 0.3);
    transition: background .2s linear;
    border-bottom: 1px solid #fff;
}
.card.card.card--invest:hover {
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 4px 4px 40px -22px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 4px 4px 40px -22px rgba(34, 60, 80, 0.6);
    box-shadow: 4px 4px 40px -22px rgba(34, 60, 80, 0.6);
}
.card.card.card--old {
    border-bottom-color: #FF8A00;
}
.card.card.card--new {
    border-bottom-color: #26BC22;
}
.card.card--invest .card__header,
.modal-header__dash {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    min-height: 50px;
}
.card.card--invest .card__logo,
.modal-header__dash-logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.card.card--invest .card__title,
.modal-header__dash-title {
    justify-content: flex-start;
    text-align: left;
}
.card.card--invest .card__title h3,
.card.card--sale .card__title h3,
.modal-header__dash-title h3,
.card.card--invest .card__data,
.card.card--sale .card__data {
    color: #111827;
    font-size: 20px;
    font-family: "Tilda-Bold", sans-serif;
    line-height: 1.20;
    font-weight: 700;
}
.card.card--sale.card--modal .card__data {
    font-family: "Tilda-Regular", sans-serif;
}
.card.card--invest .card__title,
.modal-header__dash-title {
    width: calc(100% - 65px);
}
.card.card--invest .card__header .card__desc {
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.modal-header__dash {
    width: 100%;
}
.card.card--invest .card__desc,
.card.card--sale .card__desc,
.modal-header__dash-desc {
    width: 100%;
    color: #6b7280;
    font-size: 14px;
    font-family: 'Tilda-Regular',Arial,sans-serif;
    line-height: 1.43;
    font-weight: 400;
    margin-top: 15px;
}
.card.card--sale .card__desc {
    width: auto;
    margin-top: 0;
}
.card.card--invest .card__body .card__desc {
    margin: 0 0 5px;
}
.card.card--invest .card__body .card__data,
.card.card--sale .card__body .card__data {
    font-size: 16px;
}
.card.card--invest .card__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e0dc;
}
.card.card--invest .card__footer {
    margin-top: 15px;
}
.card.card--invest .card__footer a {
    width: 100%;
}
.card--sale {
    background-color: #f2f4f6;
    padding: 32px 32px;
    height: 100%;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}
.card.card--sale.card--modal {
    background-color: #fff;
}
.card.card--modal {
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: auto;
}
.card--sale .card__header {
    position: relative;
    display: flex;
    align-items: center;
}
.card--sale .card__logo {
    width: 64px;
    height: 64px;
}
.card.card--modal .card__header {
    flex-direction: column;
    align-items: start;
}
.card.card--modal .card__title {
    margin-top: 15px;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: left;
}
.card--sale .card__logo img,
.card--sale .card__logo svg,
.card__status img,
.card__status svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.card--sale .card__title {
    width: calc(100% - 40px);
    height: 90px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card.card--sale .card__title h3 {
    margin-bottom: 6px;
}
.card--sale .card__title p,
.card--modal .card__title ul li {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.2;
}
.card--modal .card__title ul li {
    margin-top: 5px;
}
.card--modal .card__title ul li:last-child {
    font-family: "Tilda-Bold", sans-serif;
}
.card--modal .card__title ul.card__title-time li:last-child {
    font-family: "Tilda-Regular", sans-serif;
}
.card--modal .card__title ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.card.card--sale .card__body {
    padding: 9px 0;
    margin: 9px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.card.card--sale .card__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card__item.card__item--status {
    padding-bottom: 9px;
    border-bottom: 1px solid #EAEAEA;
}
.card.card--sale .card__item .card__desc,
.card.card--sale .card__item .card__data {
    font-size: 18px;
}
.card.card--sale .card__item:not(:last-child) {
    margin-bottom: 9px;
}

.new-notif:before {
    content: '1';
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #EC5131;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 5;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);

}
.tabs__nav-item.new-notif:before, .nav-menu__link.new-notif:before{
    content: attr(data-count);
}

.submenu__item-svg.new-notif:before {
    top: 17px;
    left: 15px;
    right: auto;
}

.card.card--sale .card__footer {
    padding: 0;
    text-align: center;
}

.card.card--modal .card__body {
    border: none;
    padding: 0;
    margin: 20px 0;
}
.card.card--sale.card--modal .card__item {
    margin: 0;
    padding: 14px 0;
}
.card.card--modal .card__item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.card__item.card__item--total .card__desc,
.card__item.card__item--total .card__data,
.timer li {
    color: #dd4333;
}
.card__footer.card__footer--double {
    display: flex;
    justify-content: space-between;
}
.card__footer.card__footer--double button {
    width: calc(50% - 7px);
}
@media (max-width: 1340px) {
    .card.card--sale .card__title h3 {
        font-size: 18px;
    }
    .card.card--sale .card__item .card__desc,
    .card.card--sale .card__item .card__data,
    .card.card--sale.card--modal .card__title p,
    .card.card--sale.card--modal .card__title ul li {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .card--sale .card__title p {
        font-size: 14px;
    }
    .card.card--sale .card__body .card__data,
    .card.card--sale .card__desc {
        font-size: 16px;
    }
}
@media (min-width: 768.98px) {
    .card.card--sale .card__title h3 {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .card.card--modal .card__title h3 {
        display: block;
        overflow: auto;
    }
}
@media (max-width: 768px) {
    .card--sale .card__title {
        height: auto;
    }
    .new-notif:before {
        width: 14px;
        height: 14px;
        top: 4px;
        right: 6px;
    }
}
@media (max-width: 425px) {
    .card--sale {
        padding: 16px;
    }
    .card--sale .card__header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .card--sale .card__title {
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }
    .card--invest {
        padding: 10px 15px;
        width: 100%;
        height: 180px;
    }
    .card__footer.card__footer--double {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .card__footer.card__footer--double button {
        width: 100%;
        margin-bottom: 10px;
    }
    .card--modal .card__title ul {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .card--modal .card__title ul li:last-child {
        margin-top: 0;
    }
}
@media (max-width: 375px) {
    .card.card--sale .card__item .card__desc {
        max-width: 45%;
    }
    .card.card--sale .card__footer--info h4 {
        font-size: 16px;
    }
    .card.card--sale .card__item .card__desc,
    .card.card--sale .card__item .card__data,
    .card.card--sale .card__footer--info p {
        font-size: 14px;
        line-height: 1.3;
    }
}
.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.card--sale .card__footer--info {
    padding: 0 64px;
    color: #6b7280;
    text-align: center;
}
.card.card--sale .card__footer--info-mod2 {
    padding: 0 24px;
}
.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: #dd4333;
}

.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: #dd4333;
    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--info {
        padding: 30px 15px;
    }
    .card-invest__title .title h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .card.card--invest .card__title h3,
    .card.card--sale .card__title h3,
    .card.card--invest .card__data {
        font-size: 18px;
    }
}

.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;
}

.card__empty {
    width: 100%;
    margin: 40px 0 0;
}
.card__ico {
    width: 80px;
    height: 80px;
}
.card__ico--balance {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.card__ico--center {
    margin-left: auto;
    margin-right: auto;
}
.card__empty .card__ico {
    margin-bottom: 30px;
}
.card__empty .card__ico svg,
.card__ico--balance svg {
    width: 100%;
    height: 100%;
}
.card__empty .card__info {
    text-align: center;
}
.card__empty .card__info p {
    margin-bottom: 5px;
    font-size: 20px;
    color: #6b7280;
}

.card__balance {
    font-size: 24px;
    color: #dd4333;
}

.card__balance--total {
    color: inherit;
}

.card__balance--bonus {
    font-size: 14px;
}

.card__balance-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card__balance-btn button {
    width: calc(50% - 5px);
}
@media (max-width: 425px) {
    .card__balance {
        font-size: 20px;
        font-family: "Tilda-Medium";
    }

    .card__balance--bonus {
        font-size: 14px;
    }

    .card__balance-btn {
        flex-direction: column;
    }
    .card__balance-btn button {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .card__ico--balance {
        margin-right: 10px;
    }
}
@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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #252525;
    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: #dd4333;
}

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: #dd4333;
    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;
    }
}
@media (max-width: 680px) {
    .card.card--sale .card__footer--info {
        padding: 0;
    }
}
.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 0;
}

.contacts__list--user .contacts__list-item {
    margin-bottom: 15px;
}
.contacts__list--user .contacts__list-item:last-child {
    margin-bottom: 0;
}
.contacts__list-item {
    display: flex;
    align-items: center;
}
.contacts__list-item svg {
    margin-right: 15px;
}

.contacts__list-link {
    line-height: 18px;
    font-size: 20px;
}
.contacts__list-link:hover {
    color: #dd4333;
    text-decoration: none;
}
.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: #dd4333;
}

.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: #dd4333;
    line-height: 1.1;
}

.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;
    flex-shrink: 0;
    flex-grow: 0;
}

.docs-list__link-delete:hover svg g circle {
    fill: #dd4333;
}
.form-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-block__content {
    width: 100%;
    height: auto;
}

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

.form {
    padding: 0;
}
.form--code {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}
.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: #dd4333 !important;
}

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

.form__item--code .form__control,
.form__item--sum .form__control {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.5em;
    color: #000;
    font-weight: bold;
    padding-bottom: 0;
    height: 60px;
}
.form__item--sum .form__control {
    padding: 15px 25px 5px 25px;
    text-align: center;
}
.form__item--sum .form__control-label {
    left: 50%;
    transform: translateX(-50%);
}
.form__item--code .form__control-input {
    position: relative;
}
.form__item--code .form__control-clear {
    top: 20px;
}
.form__item-val {
    width: 100%;
    height: auto;
}

.code-info__form--ico {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 60px;
    font-size: 24px;
    color: rgba(75, 75, 75, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.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__item--mod2 {
    padding: 0;
}
.form__textarea {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.form__textarea  .form__control-label {
    left: 15px !important;
}

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

.form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    font-family: "Tilda-Regular", sans-serif;
    color: #252525;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 15px 55px 5px 15px;
    border: 0;
    border-bottom: solid 1px #f2f4f6;
    box-shadow: none;
    background-color: #f2f4f6;
    font-size: 16px;
    line-height: 1.4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.form__control-hints {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
    font-size: 12px;
    border-radius: 10px;
    filter: drop-shadow(2px 3px 6px rgba(0, 0, 0, 0.06));
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}

.form__control-hints__item {
    padding: 10px;
    cursor: pointer;
}

.form__control-hints__item:not(:last-of-type) {
    border-bottom: solid 1px #f2f4f6;
}

.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: 140px;
    padding: 22px 15px 30px;
}

.form__control-clear {
    width: 20px;
    height: 20px;
    position: absolute;
    left: auto;
    right: 16px;
    top: 17px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.form__control-clear svg {
    width: 100%;
    height: auto;
}
.form__control-clear circle {
    fill: transparent;
}
.form__control-clear path {
    fill: #252525;
}
.form__control-clear:hover circle {
    fill: #fff;
    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: #dd4333;
    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: #252525;
    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 .btn {
    width: 100%;
}
.form__submit, .form__btn-enter {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.form__submit.form__submit--mod {
    margin-top: 40px;
}
.form__link-forget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    width: calc(100% - 270px);
    text-align: center;
}
.form__link-forget--mod {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.form__link-forget a {
    font-size: 16px;
}
.form__link-forget.form__link-forget--mod p {
    font-size: 14px;
    line-height: 1.2;
    color: #6b7280;
}
.btn--all {
    width: 128px;
}
.form__total {
    margin-top: 20px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}
.form__total li {
    font-size: 20px;
    font-family: "Tilda-Bold", sans-serif;
    color: #dd4333;
}

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

.form__fee li {
    font-size: 18px;
    color: #4B4B4B;
    opacity: .5;
}
.form__item.form__item--number {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    padding: 0 80px;
    position: relative;
}
.btn--minus,
.btn--plus {
    position: absolute;
    top: 0;
    width: 64px;
    height: 56px;
    padding: 0;
    font-size: 30px;
}
.btn--minus {
    left: 0;
}
.btn--plus {
    right: 0;
}
@media (max-width: 575px) {
    /*.form__link-forget {*/
        /*width: 50%;*/
    /*}*/
    .form__group {
        flex-wrap: wrap;
    }
    .form__group .form__item {
        width: 100%;
    }
    .form__group.form__group--amount button[type='submit']{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        order: 2;
    }
    .form__group--amount .form__item.form__item--number {
        padding: 0 55px;
        order: 1;
    }
    .form__group--amount .btn--minus,
    .form__group--amount .btn--plus {
        width: 44px;
    }
    .form__group.form__total,
    .form__group.form__fee {
        flex-direction: column;
        align-items: center;
        margin: 5px 0;
    }
}

.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 .form__radio-group--tooltip {
    padding: 0;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.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,
.form__item.active > .form__control-label,
.form__control.disabled ~ .form__control-label,
.form__control.disabled + .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: 44px;
    position: absolute;
    bottom: 7px;
    left: 15px;
    width: calc(100% - 30px);
    background: linear-gradient(0deg,#f2f4f6 60%,rgba(73,70,68,0) 100%);
    height: 35px;
}

.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.btn-upload-file--mod2 {
    height: auto;
    flex-wrap: wrap;
}
.btn-upload-file.btn-upload-file--mod2 .form__info {
    width: 100%;
}
.btn-upload-file:hover .btn-upload-file__ico path {
    fill: #fff;
}
.btn-upload-file--mod2 .btn-upload-file__label {
    padding: 16px;
    text-align: center;
    line-height: 1.1;
}
.btn-upload-file__input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
}

.btn-upload-file .btn-upload-file__label,
.btn-upload-file__label {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dd4333;
    background-color: #fff;
    border: 1px solid #dd4333;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}
.btn-upload-file__ico {
    flex-shrink: 0;
    flex-grow: 0;
}

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

.btn-upload-file__label:hover .btn__icon--add path {
    fill: #fff;
    stroke: #fff;
}
.attention__inner {
    display: flex;
    padding: 20px;
    border: 0;
    background-color: #f9fafb;
    -webkit-border-radius:12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

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

.attention__text {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

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

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

.attention__text--success p {
    color: #252525;
}

.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 0;
}

@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;
    word-break: break-word;
}

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

.message__form:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e1e0dc;
}

.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;
}
.message__docs-add {
    margin: 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e0dc;
}
.message__docs-add label {
    cursor: pointer;
}
.message__docs-add label:hover .message__docs-add-button {
    color: #dd4333;
}
.message__docs-add-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
}
#input-file {
    z-index: -1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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(225, 225, 225, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: 0;
}
.modal--white {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff;
}
.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: 17px 0;
    margin-right: 0;
    background-color: #dd4333;
    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: 6.75rem auto;
    padding: 0 15px;
    min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog--mod {
    flex-direction: column;
}
.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--xl {
    width: 790px;
    max-width: 100%;
}
@media (max-width: 768px) {
    .modal-dialog--xl .modal-content {
        padding: 50px 25px;
        overflow: hidden;
    }
}

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

.modal-dialog--md {
    width: 560px;
    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: none;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    outline: 0;
    padding: 50px;
}
.modal-content__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .modal-content {
        padding: 50px 15px;
        overflow: hidden;
    }
    .modal-content--mod {
        padding: 50px;
    }
}
@media (max-width: 425px) {
    .modal-content--mod {
        padding: 50px 20px;
    }
}
.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;
    }
}

.modal-header--dash.modal-header--dash-mod {
    padding: 0;
}
.modal-header--dash-mod  .header-dash__data {
    width: 100%;
}
.modal-header--dash-mod .header-dash__title {
    margin-bottom: 20px;
}

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

    .modal-header--dash--custom {
        padding: 0;
    }
}
.modal-header--column {
    flex-direction: column;
}
.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--dash-mod .header-dash__status {
        padding-right: 40px;
        position: relative;
        z-index: 5;
    }
    .modal-header--dash-mod .header-dash__status-text span {
        display: block;
    }
    .modal-header--dash-mod .header-dash__status-tool {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

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

.modal-header__close {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 0.7;
}
.modal-header__close:hover {
    opacity: 1;
}
.modal-header__close:hover .modal-header__close-svg #EllipseOne, .modal-header__close:focus .modal-header__close-svg #EllipseOne {
    fill: #dd4333;
}
.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__info {
    display: flex;
    margin-bottom: 30px;
}
.modal-body__info-ico {
    width: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    border-right: 1px solid #e1e0dc;
}
.modal-body__info-text {
    width: calc(100% - 100px);
    height: auto;
    padding-left: 20px;
}
.modal-body__info-text p:not(:last-child) {
    margin-bottom: 15px;
}

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

.modal-body__text--mod3,
.modal-body__text--mod4 {
    padding: 14px 15px 14px 0;
    margin: 0 0 16px;
    border-top: 1px solid #e1e0dc;
    border-bottom: 1px solid #e1e0dc;
    height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-body__text--mod4 {
    height: 270px;
}
.modal-body__text--mod3 p:last-child {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .modal-body__text--mod1 {
        padding: 0 20px;
    }
}

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

.modal-body__text p span {
    color: #dd4333;
}
.modal-body__ico {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
}
@media (max-width: 575px) {
    .modal-body__text p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .modal-body__info-text p {
        font-size: 14px;
    }
    .modal-body__info-text p:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-width: 375px) {
    .modal-body__info-ico {
        width: 60px;
        padding: 10px;
    }
    .modal-body__info-ico svg {
        width: 60px;
        height: 60px;
    }
    .modal-body__info-text {
        width: calc(100% - 70px);
        padding-left: 10px;
    }
}
.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;
}
.modal-body__form .form {
    width: 100%;
}
@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: #000;
    font-size: 18px;
    margin-bottom: 8px;
}
.modal-body__code-phone {
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
}
.modal-body__code-link {
    margin-bottom: 50px;
}
@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: #4B4B4B;
}

.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;
    position: relative;
}

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

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

.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 {
    position: relative;
    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: #dd4333;
}

@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: #f9fafb;
    }
}

.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;
}

.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: #dd4333;
    fill: #dd4333;
}

.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,
.tabs--card .sec-tabs__nav {
    width: auto;
    background-color:transparent;
    border: none;
    overflow: visible;
}

.tabs--card .tabs__nav-item {
    position: relative;
    top: 8px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px 14px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tabs--card .tabs__nav-item:first-child {
    -webkit-border-radius: 12px 0 0 0;
    -moz-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0;
}
.tabs--card .tabs__nav-item:last-child {
    -webkit-border-radius: 0 12px 0 0;
    -moz-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
}
.tabs--card .tabs__nav-item:hover {
    background-color: #f07568;
    color: #fff;
}
.tabs--card .tabs__nav-item.tabs__nav-item--active:hover,
.tabs--card .tabs__nav-item.tabs__nav-item--active {
    background-color: #dd4333;
    color: #fff;
}
.tabs--card .tabs__nav-item.tabs__nav-item--active {
    top: 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.accordion__item.accordion__item--active{
    background-color: #f9fafb;
}

.tabs--card .accordion__item .accordion__header {
    padding: 18px 60px 18px 25px;
    font-size: 18px;
    line-height: 25px;
}

.tabs--card .accordion__item .accordion__content {
    border-top-color: #fff;
    font-size: 16px;
}

.tabs--card .card--page {
    -webkit-border-radius: 0 20px 20px 20px;
    -moz-border-radius: 0 20px 20px 20px;
    border-radius: 0 20px 20px 20px;
}

.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: 840px) {
    .tabs--card-mod .card--page {
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .tabs--card-mod .tabs__nav-item,
    .tabs--card-mod .tabs__nav {
        width: 100%;
    }
    .tabs--card-mod .tabs__nav-item:not(:last-child) {
        border-right: none;
    }
    .tabs--card-mod .tabs__nav-item {
        top: 0;
    }
    .tabs--card-mod .tabs__nav-item,
    .tabs--card-mod .tabs__nav-item:first-child,
    .tabs--card-mod .tabs__nav-item:last-child,
    .tabs--card-mod .tabs__nav-item.tabs__nav-item--active {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .tabs--card-mod .tabs__nav {
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
    .tabs--card-mod .tabs__nav-item {
        font-size: 18px;
        text-align: center;
        white-space: pre-wrap;
    }
}

@media (max-width: 600px) {
    .tabs--card .card--page {
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }
    .tabs--card .tabs__nav-item,
    .tabs--card .tabs__nav {
        width: 100%;
    }
    .tabs--card .tabs__nav-item:not(:last-child) {
        border-right: none;
    }
    .tabs--card .tabs__nav-item {
        top: 0;
    }
    .tabs--card .tabs__nav-item,
    .tabs--card .tabs__nav-item:first-child,
    .tabs--card .tabs__nav-item:last-child,
    .tabs--card .tabs__nav-item.tabs__nav-item--active {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .tabs--card .tabs__nav {
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
    }
    .tabs--card .tabs__nav-item {
        font-size: 18px;
        text-align: center;
    }
}

@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,
.sec-tabs__nav {
    display: inline-flex;
    width: auto;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    border: none;

    scrollbar-width: 8px;
    scrollbar-color: #6b7280 #eee;
}
.tabs__nav::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #6b7280;
}
.tabs__nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #eee;
    border-radius: 4px;
    background: #eee;
}
.tabs__nav::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 0 none #fff;
    background-color: #6b7280;
    transition: all 280ms ease-in-out;
}

.modal-body .tabs__nav {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modal-body .tabs--mod1 .tabs__nav-item {
    width: calc(25% - 10px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    color: #000000;
    padding: 5px;
    font-size: 14px;
    white-space: inherit;
    line-height: 1.2;
    font-weight: 600;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #f9fafb;
    background-position: center center;
    border: 2px solid #fff;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.modal-body .tabs--mod1 .tabs__nav-item:hover {
    background-color: #ffffff;
    border-color: #c5c5c5;
}
.modal-body .tabs--mod1 .tabs__nav-item--active,
.modal-body .tabs--mod1 .tabs__nav-item--active:hover {
    color: #fff;
    background-color: #dd4333;
    border-color: #dd4333;
}
.modal-body .tabs--mod1 .form {
    width: 100%;
}
@media (max-width: 525px) {
    .modal-body .tabs--mod1 .tabs__nav-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}
@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;
}
.sec-tabs__nav-item {
    position: relative;
}
.tabs__nav.tabs__nav--mod,
.card__tabs--mod {
    width: 100%;
    padding-bottom: 22px;
    margin-bottom: 14px;
    border-bottom: 1px solid #EAEAEA;
}
.card__tabs--mod {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card__tabs--mod2 {
    justify-content: flex-end;
}
.sec-tabs__nav.tabs__nav--mod {
    width: auto;
}
.tabs__nav.tabs__nav--mod .tabs__nav-item,
.sec-tabs__nav.tabs__nav--mod .sec-tabs__nav-item {
    width: auto;
    top: 0;
    padding: 15px;
    background-color: #f2f4f6;
    font-size: 14px;
    line-height: 1.2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: bold;
    margin: 0 5px 10px;
    font-family: "Tilda-Regular", sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
.tabs__nav.tabs__nav--mod .tabs__nav-item.active,
.sec-tabs__nav.tabs__nav--mod .sec-tabs__nav-item.active {
    top: auto;
    color: #fff;
    background-color: #dd4333;
    font-family: "Tilda-Bold", sans-serif;
}
.tabs__nav.tabs__nav--mod .tabs__nav-item:hover,
.sec-tabs__nav.tabs__nav--mod .sec-tabs__nav-item:hover {
    color: #fff;
    background-color: #dd4333;
}
.sec-tabs__nav.tabs__nav--mod {
    overflow: initial;
}
@media (max-width: 992px) {
    .card__tabs--mod {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .card__tabs--mod .card__tabs-button {
        order: 1;
        margin-bottom: 15px;
        width: 100%;
        text-align: right;
    }
    .card__tabs--mod .sec-tabs__nav {
        order: 2;
    }
}
@media (max-width: 768px) {
    .tabs__nav-item {
        padding: 10px 14px !important;
        font-size: 16px;
    }
    .tabs__nav.tabs__nav--mod .tabs__nav-item,
    .sec-tabs__nav.tabs__nav--mod .sec-tabs__nav-item {
        padding: 10px !important;
        font-size: 13px;
        width: auto !important;
        margin: 0 5px 5px 0;
        border-bottom: none;
    }
}

@media (max-width: 475px) {
    .tabs__nav-item {
        width: 100%;
    }
    .card__tabs--mod .card__tabs-button {
        text-align: left;
    }
    .tabs__nav-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}

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

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

.tabs__nav-item--active:hover {
    background-color: #dd4333 !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;
    width: 100%;
}

@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 #dd4333;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dd4333;
    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 {
    max-width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
}
.notify-menu--note {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.notify-menu--note .notify-menu {
    width: 100%;
    height: auto;
}
.notify-menu--lg {
    width: 580px;
    height: auto;
}
.notify-menu--md {
    width: 460px;
    height: auto;
}
.notify-menu--sm {
    width: 300px;
    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: 20px;
    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;
}

.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: #dd4333;
}

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

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

.notify-menu__title {
    position: relative;
}

.notify-menu__title .title h2 {
    display: inline-flex;
    position: relative;
    font-size: 18px;
    font-family: 'Tilda-Medium';
}

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

.notify-menu__nav {
    padding-bottom: 0;
}

.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: #dd4333;
    color: #fff;
}

.notify-menu__item {
    position: relative;
    padding: 10px 25px 9px;
    cursor: pointer;
}
.notify-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    font-size: 18px;
    font-family: 'Tilda-Medium', sans-serif;
    border-top: 1px solid #e1e0dc;
}
.notify-menu__link:hover {
    text-decoration: none;
    color: #dd4333;
}
.notify-menu__svg {
    margin-right: 10px;
}
.notify-menu__item ul li {
    position: relative;
}
.align-items-center {
    display: flex;
    align-items: center;
}
.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: #dd4333;
}

.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: #f9fafb;
}

.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: #dd4333;
        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: 0;
        width: 100%;
    }

    .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: #dd4333;
    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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

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

.radio__item-label:after {
    width: 26px;
    height: 26px;
    left: 0;
    top: 0;
    border: 1px solid #252525;
    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: "Tilda-Regular", sans-serif;
    color: #252525;
    outline: none;
    padding: 20px 45px 12px 15px;
    border: 0;
    box-shadow: none;
    background-color: #f9fafb;
    width: 100% !important;
    height: 56px;
    font-size: 16px;
    line-height: 23px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.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: #f9fafb;
}

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;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #f9fafb;
    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:  #f07568 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #dd4333 !important;
    color: #fff;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 30px;
    right: 13px;
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 22px;
    height: 18px;
    border: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-image: url("images/arrow2.svg");
    background-position: center;
    -webkit-background-size: 22px 18px;
    background-size: 22px 18px;
    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: #dd4333;
}

.sort .select__label {
    margin-bottom: 0;
}
.nav-menu__item--sub:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.submenu-nav {
    width: 220px;
    height: auto;

    position: absolute;
    top: 100%;
    left: 0;

    background-color: #fff;
    z-index: 980;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.submenu.active {
    top: 60px;
    opacity: 1;
    visibility: visible;
    right: 0;
    left: auto;
}

.submenu-nav__list,
.submenu-nav__item,
.submenu-nav__link {
    width: 100%;
    height: auto;
}
.submenu-nav__link {
    display: flex;
    padding: 20px;
    color: #000000;
    font-size: 14px;
    font-family: 'Tilda-Medium',Arial,sans-serif;
    line-height: 1.43;
    font-weight: 600;
    transition: all .3s;
}
.submenu-nav__item:hover .submenu-nav__link {
    background-color: #dd4333;
    color: #fff;
}
.submenu-nav__link:hover {
    text-decoration: none;
}

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

.submenu__nav {
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .submenu__nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.submenu__item {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #252525;
    transition: all .2s;
    position: relative;
}

.submenu__item:before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.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 path {*/
    /*fill: #fff;*/
/*}*/

.submenu__item-text {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-family: "Tilda-Light";
}

.submenu__item:hover {
    background-color: #dd4333;
    text-decoration: none;
}

.submenu__item:hover .submenu__item-text {
    color: #fff;
}

.submenu__item.active {
    background-color: #dd4333;
}

.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;
}

.subtitle--mod p {
    font-size: 20px;
}
.list-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.list-page__bg {
    opacity: .3;
    -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: #dd4333;
}

.link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
}

.link-primary {
    color: #dd4333;
}

.link-primary:hover {
    color: #f07568;
}

.link-primary.link__icon {
    background: none;
}

.link--black-disabled {
    color: #4B4B4B;
    pointer-events: none;
}

.link--grey-disabled {
    color: #a3a0a0;
    pointer-events: none;
}

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

.link--black:hover {
    color: #dd4333;
}

.link--semi-sec {
    color: rgba(75, 75, 75, 0.5);
}

.link--semi-sec:hover {
    color: #dd4333;
}

.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;
    align-items: center;
    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;
}

.link--underline {
    text-decoration: underline;
}
.table-complex__header .table-complex__col {
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
    display: flex;
    align-items: center;
}

.table-complex__row {
    display: flex;
}

.table-complex__col {
    padding: 12px 15px 11px;
    transition: all .2s linear;
}

.table-complex__col.negative {
    color: #dd4333;
}
.table-complex__col.positive {
    color: #26BC22;
}

.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 #fff;
}

.table-complex__notif {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #dd4333;
    display: inline-flex;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.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: 180px;
    text-align: right;
    justify-content: flex-end;
}


.table-complex--operation .table-complex__col:nth-child(4) {
    width: 50px;
}

.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__col.sort:nth-last-child(3) {
    width: 155px;
} */

.table-contracts {
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #f9fafb;
}
.table-contracts .table-complex__row {
    border-bottom: 0;
}
.table-contracts .table-complex__row:not:first-child {
    border-top: 1px solid #fff;
}
.table-contracts .table-complex__header {
    border-bottom: 1px solid #fff;
}
.table-contracts .table-complex__body {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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% - 190px);
    }

    .table-complex--operation .table-complex__col:nth-child(4) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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: 480px) {
    .table-complex--operation .table-complex__col:nth-child(1) {
        order: 0;
        width: 80%;
    }

    .table-complex--operation .table-complex__col:nth-child(2) {
        order: 4;
        width: 100%;
    }

    .table-complex--operation .table-complex__col:nth-child(3) {
        order: 3;
        width: 100%;
        text-align: left;
    }

    .table-complex--operation .table-complex__col:nth-child(4) {
        order: 1;
        width: 20%;
    }
}

.table-complex__sort {
    display: inline-flex;
    margin-left: 5px;
    width: 6px;
    height: auto;
    position: relative;
    top: 2px;
    transform: rotate(0deg);
    transition: all .2s linear;
}

.sort-asc .table-complex__sort {
    transform: scale(1, -1);
}

.sort-active.table-complex__col {
    color: #252525;
}
.sort-active .table-complex__sort svg path{
    fill: #000;
}

.table-complex--contract .table-complex__col {
    font-size: 14px;
    padding: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.table-complex--contract .table-complex__col:not(:last-child) {
    border-right: 1px solid #fff;
}
.table-complex--contract .table-complex__col:nth-child(1) {
    width: 70px;
}

.table-contracts.table-complex--contract .table-complex__col:nth-child(2) .table-company-info__name {
    width: 100%;
}
.table-contracts.table-complex--contract .table-complex__col:nth-child(2) {
    width: calc(100% - 70px - 175px - (165px*5));
    text-align: left;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 1;
}

.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(7) {
    width: 165px;
    justify-content: center;
    text-align: center;
}
.table-complex--contract .table-complex__col:nth-child(6) {
    width: 175px;
}

@media (min-width: 1380.98px) {
    .table-complex--contract .table-complex__body .table-complex__row:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.4);
    }
}
@media (max-width: 1380px) {
    .table-contracts {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
    }
    .table-complex.table-contracts {
        max-height: 430px;
    }
    .table-complex.table-contracts .table-complex__body {
        border: none; }
    .table-complex.table-contracts .table-complex__header {
        display: none; }

    .table-complex.table-contracts .table-complex__row {
        background-color: #f9fafb;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        flex-wrap: wrap;
        margin-bottom: 15px;
        border: 1px solid #fff; }

    .table-complex.table-contracts .table-complex__col {
        flex-direction: column;
        text-align: center;
    }
    .table-contracts.table-complex--contract .table-complex__col:nth-child(2) {
        align-items: flex-start;
    }

    .table-complex.table-contracts .table-complex__col:before {
        content: attr(data-label);
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #6b7280;
    }
}

@media (max-width: 1200px) {
    .table-complex.table-contracts .table-complex__col {
        border-bottom: 1px solid #fff;
    }
    .table-contracts.table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 70px - 175px - (165px*4));
        text-align: left;
        justify-content: flex-start;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .table-complex--contract .table-complex__col:nth-child(7) {
        width: 100%;
    }
}

@media  (min-width: 768.98px) and (max-width: 1100px) {
    .table-contracts.table-complex--contract .table-complex__col:nth-child(2) {
        width: calc(100% - 70px);
    }

    .table-complex--contract.table-complex--contracts-issuer .table-complex__col:nth-child(3),
    .table-complex--contract.table-complex--contracts-issuer .table-complex__col:nth-child(4),
    .table-complex--contract.table-complex--contracts-issuer .table-complex__col:nth-child(5),
    .table-complex--contract.table-complex--contracts-issuer .table-complex__col:nth-child(6) {
        width: 33.333%;
    }
    .table-complex--contract .table-complex__col:nth-child(7) {
        width: 100%;
    }
}

@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.table-contracts .table-complex__col:nth-child(2) {
        align-items: center;
        text-align: center;
    }
}

.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;
    }
}
/*  Table invest-offer-issuer*/
.table-complex--contract .table-complex__row {
    position: relative;
}
.table-complex--contract.table-complex--contract-mod3 .table-complex__col:nth-child(1) {
    width: 75px; }

.table-complex--contract.table-complex--contract-mod3 .table-complex__col:not(:nth-child(1)) {
    width: calc((100%/8) - 75px);
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
}
@media (max-width: 1380px) {
    .table-complex--contract.table-complex--contract-mod3 {
        max-height: 530px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .table-complex--contract.table-complex--contract-mod3 .table-complex__row {
        margin-top: 40px;
    }
    .table-complex--contract.table-complex--contract-mod3 .table-complex__col:nth-child(1) {
        position: absolute;
        left: 0;
        top: -30px;
        display: flex;
        width: auto;
        flex-direction: row;
        padding: 0;
    }
    .table-complex--contract.table-complex--contract-mod3 .table-complex__col:not(:nth-child(1)) {
        width: 33.333%;
        flex-direction: row;
        align-items: center;
    }
    .table-complex--contract.table-complex--contract-mod3 .table-complex__col:before {
        display: inline-flex;
        margin-right: 10px;
        font-size: 14px;
    }
    .table-complex.table-contracts.table-complex--contract.table-complex--contract-mod3 .table-complex__col {
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 700px) {
    .table-complex.table-complex--contract.table-complex--contract-mod3 .table-complex__col:not(:nth-child(1)) {
        width: 50%;
        justify-content: space-between;
    }
}
@media (max-width: 475px) {
    .table-complex.table-complex--contract.table-complex--contract-mod3 .table-complex__col:not(:nth-child(1)) {
        width: 100%;
    }
    .table-complex.table-contracts.table-complex--contract-mod3 .table-complex__col:nth-child(1) {
        display: block;
    }
}
/* END Table invest-offer-issuer*/
.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 #dd4333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    color: #dd4333;
    font-size: 14px;
    line-height: 18px;
}

.tabs-filter__link.active {
    background-color: #dd4333;
    color: #fff;
}

.tabs-filter__link:hover {
    text-decoration: none;
    background-color: #dd4333;
    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,
.tip__text {
    position: absolute;
    right: 5px;
    top: 35px;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    z-index: 100;
    background-color: #252525;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.tooltip--ico {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tooltip__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}

/*.tooltip:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*border-top: 6px solid transparent;*/
    /*border-right: 10px solid #dd4333;*/
    /*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: #252525;
}

.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;
}

.tip {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.tip--end,
.tooltip--end {
    position: absolute !important;
    top: 0;
    right: 0
}

.tip__icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.tip__svg {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.tip__text--check {
    width: auto;
    min-width: 24rem;
}

@media (max-width: 4254px) {
    .tip__text--check {
        min-width: 240px;
    }
}

.tip__text--check p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}

.tip:hover .tip__svg,
.tip:hover .tip__svg path {
    fill: #dd4333
}

.tip:hover .tip__text {
    opacity: 1;
    visibility: visible;
    top: 35px;
}
.title {
    position: relative;
}

.title h1,
.title h2,
.title h3 {
    display: inline-flex;
    font-family: "Tilda-Bold", sans-serif;
}

.title--primary h1,
.title--primary h2,
.title--primary h3,
.title--primary h4,
.title--primary h5,
.title--primary h6 {
    color: #dd4333;
}

.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: 30px 0 20px;
    padding-bottom: 0;
}

.title--mod {
    width: 100%;
    position: relative;
}
.title--mod2 {
    padding-right: 35px;
}
.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: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.contacts__change {
    width: 14px;
    height: 14px;
    display: inline;
    position: relative;
    margin-left: 12px;
    top: -6px;
    cursor: pointer;
}
.title__change .title__change-icon,
.contacts__change svg {
    width: 100%;
    height: 100%;
}
.title__change .title__change-icon path,
.contacts__change svg path {
    fill: #6b7280;
}
.title__change:hover .title__change-icon path,
.title__change.active .title__change-icon path,
.contacts__change:hover svg path,
.contacts__change.active svg path{
    fill: #dd4333;
}

.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: #f9fafb;
    border-color: #f9fafb;
    color: #4B4B4B;
    font-weight: normal;
}

@media (max-width: 425px) {
    .title--invest .notify__icon-counter {
        top: 3px;
    }
}

span.logo-elem {
    font-family: sans-serif;
    color: #dd4333;
    position: relative;
    top: 1px;
}

.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;
}

.profile__user--card .profile__user-logo {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.profile__user--card .profile__user-logo .avatar-stub {
    font-size: 32px;
}

@media (max-width: 768px) {
    .profile__user--card .profile__user-data {
        display: block;
    }
}

.profile__user--card .profile__user-name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 3px;
    text-align: left;
}

.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: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-left: 0;
    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: #dd4333;
    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;
    background-color: #e1e0dc;
    flex-shrink: 0;
    flex-grow: 0;
    object-fit: cover;
}

.avatar-stub {
    color: #dd4333;
    font-size: 18px;
    font-family: "Tilda-Bold", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.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: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 2px;
    bottom: 5px;
    overflow: hidden;
}
.profile__user-img-icon:hover svg path,
.profile__user-img-icon:hover svg polygon {
    fill: #dd4333;
}
.profile__user-name {
    text-align: right;
    position: relative;
    font-weight: bold;
    color: #252525;
    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);
}

.profile__user-qual {
    color:  #dd4333;
    font-size: 18px;
}

.profile__user-change {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}

.profile__user-logo-img:hover .profile__user-change{
    opacity: 1;
}
@media (max-width: 525px) {
    .profile__user.profile__user--card {
        flex-direction: column;
    }
    .profile__user--card .profile__user-logo {
        margin: 0 0 20px;
    }
    .profile__user--card .profile__user-data,
    .profile__user--card .profile__user-name {
        width: 100%;
        text-align: center;
    }
    .contacts__list--user .contacts__list-item {
        justify-content: center;
    }
}
.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--column {
    border: 1px solid #e1e0dc;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.card__tabs .table {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.table--md {
    font-size: 16px;
    line-height: 23px;
}

.table__item:nth-child(1) {
    width: 100%;
    color: #6b7280;
    font-size: 14px;
    font-family: 'Tilda-Regular',Arial,sans-serif;
    line-height: 1.43;
    font-weight: 400;
    padding-right: 40px;
    position: relative;
}

@media (max-width: 450px) {
    .table__item:nth-child(1) {
        padding-right: 0;
    }
}

.table__item:nth-child(2) {
    display: inline-flex;
    color: #111827;
    font-size: 16px;
    font-family: "Tilda-Bold", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.table__item a {
    color: #dd4333;
}

.table--flex-start .table__row {
    display: flex;
}

.table--mod .table__item:nth-child(2) {
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .table--flex-start .table__row {
        flex-direction: column;
    }
    .table--mod .table__item:nth-child(2) {
        width: 100%;
        justify-content: flex-start;
    }
}

.table--flex-start .table__row:not(:last-child) {
    margin-bottom: 6px;
}
.table--mod .table__row:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(225, 224, 220, 20%);
}
.table--flex-start .table__item:nth-child(1) {
    color: #6b7280;
}
.table--mod .table__item:nth-child(1) {
    width: 330px;
}

.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--mod2 .table__item:nth-child(1) {
    width: 400px;
}
.table--mod2 .table__item:nth-child(2) {
    width: calc(100% - 400px);
    text-align: right;
}
@media (max-width: 768px) {
    .table--flex-start .table__item:nth-child(1),
    .table--mod2 .table__item:nth-child(1),
    .table--mod2 .table__item:nth-child(2) {
        width: 100%;
        text-align: left;
    }
}

.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__item:nth-child(1) {
        font-size: 16px;
    }
    .title--sm h2 {
        font-size: 20px;
    }
}

.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;
}

.table--column .table__row {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e1e0dc;
}

.table--column .table__row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/*.table--column .table__row:nth-child(odd) {*/
    /*background-color: #fff;*/
/*}*/

/*.table--column .table__row:nth-child(even) {*/
    /*background-color: #f9fafb;*/
/*}*/

.table--column .table__item:nth-child(1) {
    margin-bottom: 5px;
}

.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%);
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.hero__inner {
    display: flex;
    width: 100%;
    height: 100%;
}
.hero__col {
    position: relative;
    height: 100%;
}
.hero__col--content {
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__col--form {
    width: 500px;
    background-color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 30px;
}
.hero__content {
    width: 540px;
    height: auto;
    text-align: left;
}
.hero__title {
    margin: 20px 0;
    padding-left: 8px;
}
.hero__title h1 {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Tilda-Light', sans-serif;
}
.hero__logo {
    width: 230px;
    height: auto;
}
.hero__logo img {
    width: 100%;
}
@media (max-width: 992px) {
    .first-block__bg {
        right: -125px;
    }
    .hero__col--content {
        width: calc(100% - 320px);
    }
    .hero__col--form {
        width: 320px;
        padding: 15px;
    }
    .hero__title h1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .first-block__bg {
        right: -265px;
        top: 0;
        width: 1200px;
        height: 602px;
        opacity: .2;
    }
    .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 100vh;
        padding: 50px 0;
    }
    .hero__inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero__col--content {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .hero__col--form {
        height: auto;
        width: 450px;
        max-width: 100%;
        margin: 30px auto 0;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        padding: 40px 20px;
    }
    .hero__title {
        text-align: center;
    }
    .hero__logo {
        margin: 0 auto;
    }
}

.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: 375px) {
    .title--notify h2,
    .title--notify h3 {
        width: 100%;
        padding-right: 20px;
    }
}
@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;
}
.dashboard-page,
.profile-page {
    padding: 20px 0;
}
@media (min-width: 890px) and (max-width: 1200px) {
    .col-md-flex {
        display: flex;
        justify-content: space-between;
    }
    .col-md-flex .card {
        width: calc(50% - 10px);
    }
}

/* Kval modal */
.mt-5 {
    margin-top: 0.5rem !important
}
.mt-10 {
    margin-top: 1rem
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 4rem
}

.link--small {
    font-size: 1.4rem
}

.link--small:hover {
    text-decoration: underline
}

.form__item--textarea {
    margin-top: 2rem
}

.form__control--textarea {
    min-height: 120px
}

.form__check--info {
    position: relative;
    margin-top: 0.5rem;
    padding-right: 4rem
}

.icon {
    position: relative;
    pointer-events: none
}

.icon--center {
    margin-left: auto;
    margin-right: auto
}

.icon--info {
    width: 10rem;
    height: auto;
    margin-bottom: 5rem
}

.icon--info svg {
    opacity: 0.8;
    fill: #8D9AA9
}

.icon svg {
    width: 100%;
    height: auto
}

.subtitle span {
    font-family: "Montserrat-Semibold"
}

.footer__top {
    padding: 3.9rem 0 2rem
}

.footer__inner--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contacts-list--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem
}

.contacts-list--footer .contacts-list__item:not(:last-child) {
    margin-right: 3rem
}

.contacts-list--footer .contacts-list__link {
    padding-left: 3rem;
    color: #fff
}

.contacts-list--footer .contacts-list__link .contacts-list__ico {
    left: 0
}

.contacts-list--footer .contacts-list__link .contacts-list__ico path {
    fill: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.contacts-list--footer .contacts-list__link:hover {
    color: #dd4333
}

.contacts-list--footer .contacts-list__link:hover .contacts-list__ico {
    left: 0
}

.contacts-list--footer .contacts-list__link:hover .contacts-list__ico path {
    fill: #dd4333
}

.form--mod .form__check--info {
    margin-top: 1.2rem;
}
.form--mod .form__check .form__check-label {
    font-size: 18px;
}

.form--mod .form__group {
    display: block;
    padding: 1.5rem 0;
    margin: 0 0 2rem;
}
.form--mod .form__text--check {
    text-align: center;
    font-family: "Tilda-Bold", sans-serif;
}

@media (max-width: 1024px) {
    .menu--footer .menu__item {
        text-align:center
    }

    .footer__inner--end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 425px) {
    .info-block--platform .info-block__inner {
        padding:0 3rem 8rem
    }
}

@media (max-width: 375px) {
    .btn-xs-small,.footer__copy,.footer__copy a {
        font-size: 1.4rem
    }

    /*.modal .title h3 {*/
        /*font-size: 2.4rem*/
    /*}*/

    .contacts-list--footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contacts-list--footer .contacts-list__item:not(:last-child) {
        margin: 0 0 1rem
    }
}

.flatpickr-wrapper {
    width: 100%;
}

@media (max-width: 360px) {
    .flatpickr-calendar {
        transform: scale(0.8) translate(-53px, -25px);
    }
}

.steps {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.steps__item {
    width: 15px;
    height: 15px;
    background-color: #f2f4f6;
    flex-shrink: 0;
    flex-grow: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
}
.steps__item.active {
    background-color: #dd4333;
}
.form__add-group {
    position: relative;
}
.form__items {
    margin-bottom: 20px;
}
.form__add-items {
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f2f4f6;
}
.form__add-items h4,
.form__items h4 {
    font-size: 16px;
    line-height: 1.2;
    color: rgba(75, 75, 75, 0.7);
    margin-bottom: 10px;
    font-weight: normal;

}
.form__add-delete {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-left: 1px solid #f2f4f6;
    padding-left: 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .form__add-delete {
        border-left: none;
        right: -22px;
        padding: 0;
    }
    .form__select.form__select--mod .select2-container--default .select2-selection--single {
        padding: 15px 55px 15px 15px !important;
    }
    .form__select--mod .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.1;
        white-space: pre-wrap;
    }
    .form__add-btn {
        font-size: 16px;
    }
    .message__title .title.title--sm h3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .modal-header--mod {
        padding: 0;
    }
}
.form__add-delete svg {
    width: 20px;
    height: auto;
}
.form__add-delete svg path {
    fill: rgba(75, 75, 75, 0.7);
}
.form__add-delete:hover  svg path {
    fill: #dd4333;
}
.form__add-btn {
    width: 100%;
    text-align: right;
}
.form__add-btn a:hover {
    text-decoration: none;
}
.form__select .select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    font-family: "Tilda-Regular", sans-serif;
    color: #252525;
    outline: none;
    width: 100%;
    height: 56px;
    padding: 15px 55px 5px 15px;
    border: 0;
    border-bottom: solid 1px #f2f4f6;
    box-shadow: none;
    background-color: #f2f4f6;
    font-size: 16px;
    line-height: 1.4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 5px;
    width: 20px;
    transform: translateY(-50%);
}
.form__group--end .form__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
label.btn-upload-file__label.small-input {
    font-size: 14px;
    padding: 5px 30px;
    width: auto;
    max-width: max-content;
    height: auto;
}
.modal-body--buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.card.card--notif {
    display: flex;
    background-color: #dd4333;
    text-decoration: none;
}
.card.card--alert {
    display: flex;
    background-color: #e1e0dc;
    text-decoration: none;
}
.card--notif .status__qual {
    display: flex;
    align-items: center;
}
.card--notif .status__qual-icon {
    width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.card--notif .status__qual-data {
    color: #fff;
    font-size: 16px;
    display: block;
}
.card--notif .card__qual__item {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    display: block;
    line-height: 1.1;
}
.form__group--radio {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form__radio input[type=radio] {
    display: none;
}
.form__group--radio .form__radio--mod1 {
    margin: 0 40px;
}
.form__radio.form__radio--mod1 label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 0;
    line-height: 1;
    font-size: 22px;
    user-select: none;
    width: 22px;
    height: 22px;
    color: rgba(75, 75, 75, 0.7);
}
.form__radio.form__radio--mod1 label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -5px;
    top: 0;
    background-color: #fff;
    border: 2px solid #dd4333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.form__radio.form__radio--mod1 label:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: calc(50% - 5px);
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #dd4333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}

/* Checked */
.form__radio.form__radio--mod1 input[type=radio]:checked + label {
    color: #252525;
}
.form__radio.form__radio--mod1 input[type=radio]:checked + label:after {
    opacity: 1;
}
.btn--primary-back {
    padding: 0;
    border: 0;
    background: none;
    color: #dd4333;
}
.btn--primary-back:hover {
    text-decoration: underline;
}

.form__group--radio-mod2 .form__group-inner {
    border: 2px solid #dd4333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-flex;
    width: auto;
    overflow: hidden;
}
.form__group--radio-mod2 .form__group-inner .form__radio--mod2:nth-child(1) {
    border-right: 2px solid #dd4333;
}
.form__radio.form__radio--mod2 label {
    display: flex;
    cursor: pointer;
    position: relative;
    padding: 10px 25px;
    margin-right: 0;
    line-height: 1;
    font-size: 22px;
    user-select: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}
.form__radio.form__radio--mod2 input[type=radio]:checked + label {
    background-color: #dd4333;
    color: #fff;
}
.form__link--center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
/* FILTER */
.filter {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
}
.filter__btn {
    display: inline-flex;
    width: auto;
    height: auto;
    align-items: center;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    padding: 12px 22px;
    background-color: #f2f4f6;
    color: #4B4B4B;
    line-height: 1.2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.filter__btn-ico {
    width: 26px;
    height: auto;
    margin-left: 15px;
    transform: rotate(0deg);
    transition: all .3s;
}
.filter__btn-ico path {
    fill: #4B4B4B;
    transition: all .3s;
}
.filter__btn--active .filter__btn-ico {
    color: #dd4333;
    transform: rotate(180deg);
}
.filter__btn--active .filter__btn-ico path {
    fill: #dd4333;
}
.filter__form {
    position: relative;
    margin-bottom: 30px;
}
.filter__form .form-log {
    display: none;
}
.filter__form .form-log--active {
    display: block;
}

.form-log--desktop .form__group {
    display: flex;
}

.form--filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.form--filter .form__group-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}
.form--filter .form__group-submit button.btn {
    width: calc(50% - 5px);
    height: 54px;
}
.form--filter .select2-container {
    width: 100% !important;
}
.form--filter .form__select.form__select--mod {
    margin-bottom: 0;
}
/*.form__control--mod,*/
/*.form--filter .form__select.form__select--mod .select2-container--default .select2-selection--single {*/
    /*background-color: #E1E0DC;*/
/*}*/
.form__control--mod {
    background-color: #E1E0DC;
}
@media (min-width: 1360.98px) {
    .card.card--sale.card--modal .card__title h3 {
        font-size: 20px;
    }
    .card.card--sale.card--modal .card__title p,
    .card.card--sale.card--modal .card__title ul li {
        font-size: 18px;
    }
}
@media (min-width: 1200.98px) {
    .filter__btn {
        display: none;
    }
    .form--filter .form__group {
        width: calc(100% - 300px);
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: flex-end;
        padding-right: 15px;
    }
    .form--filter .form__group  .form__item--price {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        margin: 0 15px 0 0;
    }
    .form--filter .form__group  .form__item--select {
        width: 50%;
        height: 57px;
    }
}
@media (max-width: 1200px) {
    .form-log {
        position: absolute;
        left: 0;
        top: 0;
        width: 400px;
        max-width: 100%;
        height: auto;
        opacity: 0;
        pointer-events: none;
        padding: 20px;
        z-index: 100;
        transition: all .3s linear;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    }
    .form-log.form-log--active {
        top: 0;
        opacity: 1;
        pointer-events: all;
    }
    .form--filter {
        display: block;
        margin-bottom: 0;
    }
    .form--filter .form__group {
        display: block;
    }
    .form--filter .form__group,
    .form--filter .form__group .form__item,
    .form--filter .form__group-submit {
        width: 100%;
        margin-bottom: 0;
    }
    .form--filter .form__select.form__select--mod {
        margin-top: 30px;
    }
    .form--filter .form__group-submit {
        margin-top: 20px;
    }
    .form--filter .form__control-label {
        display: inline-flex;
    }
}
.notification,
.notification__icon svg {
    width: 100%;
    height: auto;
}
.notification__icon svg path {
    fill: #dd4333;
}
.notification {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #EAEAEA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.notification__icon {
    width: 30px;
    height: 30px;
}
.notification__text {
    width: calc(100% - 30px);
    padding-left: 20px;
    line-height: 1.2;
}
.notification__text ul {
    display: block;
    padding-left: 20px;
    margin-top: 15px;
}
.notification__text ul li {
    margin-bottom: 2px;
    position: relative;
}
.notification__text ul li:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 8px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #222024;
}
@media (max-width: 425px) {
    .notification__text {
        font-size: 14px;
    }
}
.warning {
    color: #EDB013 !important;
}
.alert {
    color: #dd4333 !important;
}
.success {
    color: #21A038 !important;
}
.info-text li {
    margin-bottom: 10px;
}
.form__checkbox {
    opacity: 0;
    position: absolute;
    width: 26px;
    z-index: 100;
    height: 26px;
}
.form__item--checkbox label {
    font-size: 14px;
    line-height: 1.2;
    color: #6B7380;
}
.timer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer--mod {
    justify-content: space-between;
}
.timer.timer--mod li {
    display: inline-flex;
    align-items: center;
    font-family: "Tilda-Bold", sans-serif;
    margin: 0;
}
.timer li {
    margin: 0 5px;
}
@media (max-width: 425px) {
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 375px) {
    .timer--mod {
        flex-direction: column;
        justify-content: center;
    }
}
.form__item--checkbox label.form__checkbox-label--mod {
    font-size: 18px;
    line-height: 1.2;
}
.form__item--checkbox label.form__checkbox-label--mod span {
    font-family: "Tilda-Bold", sans-serif;
}
.card--sale.card--sale-mini {
    padding: 9px 18px;
    height: auto;
    overflow: hidden;
}
.card--sale.card--sale-mini .card__header {
    z-index: 5;
    position: relative;
}
.card--sale.card--sale-mini .card__body {
    border-top: 1px solid rgba(107, 115, 128, .2);
    border-bottom: 1px solid rgba(107, 115, 128, .2);
}
.card--sale.card--sale-mini .card__logo {
    width: 34px;
    height: 34px;
}
.card--sale.card--sale-mini .card__title {
    width: calc(100% - 34px);
    height: auto;
    padding-left: 12px;
}
.card--sale.card--sale-mini .card__title h3 {
    font-size: 14px;
    margin-bottom: 3px;
}
.card--sale.card--sale-mini .card__title p {
    font-size: 8px;
}
.card--sale.card--sale-mini .card__item .card__desc,
.card--sale.card--sale-mini .card__item .card__data,
.card--sale.card--sale-mini a.link.link-primary.link__icon{
    font-size: 10px;
}
.card__sale {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    text-align: center;
    padding: 5px 9px;
    background-color: #dd4333;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}
.card__sale-full{
    width: 140px;
    padding: 8px 15px;
    font-size: 16px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    border-radius: 0 20px 0 20px;
}
.card__bg-logo {
    width: 90px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 19px;
    z-index: 0;
    pointer-events: none;
    z-index: 0;
}
.card__bg-logo svg {
    width: 100%;
    height: auto;
}
.card__bg-logo--big {
    width: 143px;
    top: 50px;
    right: 30px;
}

.bg--gold {
    background: linear-gradient(294deg, #FFD875 -1.65%, #F6E2B0 51.12%, #FFF 98.67%);
}

.card--disabled {
    opacity: .5;
}
.card--active .card--sale.card--sale-mini {
    box-shadow: 0 4px 12px 0 rgba(242, 72, 34, 0.25);
}
.trading-history,
.trading-history__item{
    display: block;
    width: 100%;
    height: auto;
}
.trading-history__item {
    padding: 8px 0;
}
.trading-history__item:not(:last-child) {
    border-bottom: 1px solid #e1e0dc;
}
.trading-history__item ul {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.trading-history__item ul li {
    list-style: none;
    color: #6b7280;
    line-height: 1.2;
}
.trading-history__item ul:first-child {
    margin-bottom: 3px;
}
.trading-history__item ul:first-child li {
    font-size: 18px;
}
.trading-history__item ul:nth-child(1) li:nth-child(1) {
    font-family: "Tilda-Bold", sans-serif;
}
.trading-history__item ul:nth-child(2) li {
    font-size: 14px;
}
.trading-history__item .triangle {
    display: inline-flex;
    width: 0;
    height: 0;
    border-width: 0 6px 11px 6px;
    border-style: solid;
    margin-left: 5px;
    position: relative;
}
.trading-history__item.up .triangle {
    border-color: transparent transparent #21A038 transparent;
}
.trading-history__item.equal .triangle {
    border-color: transparent transparent #6b7280 transparent;
    transform: rotate(-90deg);
}
.trading-history__item.down .triangle {
    border-color: transparent transparent #dd4333 transparent;
    transform: rotate(180deg);
}
@media (max-width: 620px) {
    .card--sale.card--sale-mini {
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
    }
    .trading-history__item ul:first-child li {
        font-size: 16px;
    }
}

.flash-message {
    color: #fff !important;
}

body>p.flash-message button.close {
    width: max-content !important;
}

#new-ticket .form__control--textarea {
    padding: 30px 15px;
    min-height: 160px;
}

#tickets-table .btn__open-issue {
    min-height: max-content;
}