.cursor-initial {
    cursor: initial;
}

.sort-asc .table-complex__sort {
    transform: rotate(180deg);
}

.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/arrow.svg);
}

.select2-container--default .select2-selection--multiple:after {
    background-image: url(../images/arrow.svg);
}

.message__docs-add {
    position: relative;
}

.message__docs-add input[type=file] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.text--sm {
    font-size: 13px;
}

.text--muted {
    opacity: .5;
}

.btn:disabled {
    opacity: .5;
    pointer-events: none;
}

.header__burger {
    cursor: pointer;
}

.has-notifications .notify__icon-svg {
    transform: rotate(27deg);
    opacity: 1;
}

.notify__icon-svg {
    opacity: .4;
}

#notifications-counter.notify__icon-counter {
    display: none;
}

.has-notifications #notifications-counter.notify__icon-counter {
    display: flex;
}

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

.is-loading .notify-menu__inner {
    opacity: .5;
    pointer-events: none;
}

.is-loading.notify-menu .lds-ring {
    position: absolute;
    top: 0;
    bottom: 0;
}

blockquote {
    border-left: 4px solid #e93f3c;
    margin-left: 0;
    padding: 5px 35px;
    font-style: italic;
}

#disclosure .company-info ul {
    padding-left: 35px;
    margin-bottom: 10px;
}

#disclosure .company-info li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #e93f3c;
    margin-right: 15px;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

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

.table-complex--items5 .table-complex__row {
    flex-wrap: wrap;
}

.table-complex.table-complex--items5 .table-complex__body .table-complex__row .table-complex__col {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
    width: 60px;
    order: 1;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(2) {
    width: 120px;
    order: 2;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(3) {
    width: calc(100% - 340px);
    order: 3;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
    width: 160px;
    order: 4;
}

.table-complex--items5 .table-complex__body .table-complex__col:last-child {
    width: 100%;
    order: 5;
    text-align: right;
    border-top: 1px solid rgba(188, 188, 188, 0.3);
}

.table-complex--items5 .table-complex__notif {
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

@media (min-width: 475.98px) and (max-width: 680px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
        width: 100px;
    }

    .table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
        width: calc(100% - 220px);
        order: 3;
    }

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

@media (max-width: 475px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items5 .table-complex__col:nth-child(2) {
        width: 50%;
    }

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

.table-complex--items6 .table-complex__row {
    flex-wrap: wrap;
}

.table-complex.table-complex--items6 .table-complex__body .table-complex__row .table-complex__col {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
}

.table-complex--calls.table-complex--items6 .table-complex__header {
    display: none;
}

.table-complex--calls.table-complex--items6 .table-complex__col:before {
    content: attr(data-label);
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: rgba(75, 75, 75, 0.5);
}

.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(1) {
    width: 56px;
    order: 1;
}

.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(2) {
    width: 117px;
    order: 4;
}

.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(3) {
    width: 240px;
    order: 2;
}

.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(4) {
    width: calc(100% - 296px);
    order: 3;
}

.table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(5) {
    width: calc(100% - 124px);
    order: 5;
}

.table-complex--items6 .table-complex__body .table-complex__col:last-child {
    width: 100%;
    order: 6;
    text-align: right;
    border-top: 1px solid rgba(188, 188, 188, 0.3);
}

.table-complex--items6 .table-complex__notif {
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

@media (max-width: 546px) {
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(1),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--operation.table-complex--calls.table-complex--items6 .table-complex__col:nth-child(2) {
        width: 50%;
    }

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

@media (max-width: 992px) {
    .notify-menu--header {
        position: relative;
        top: 0 !important;
        border-top: 1px solid #e7e7e7;
        background-color: white;
    }

    .notify-menu__nav-link {
        justify-content: center;
    }

    .header__button {
        margin-top: 0;
    }
}

.btn__icon--left {
    top: 0;
}

.btn-upload-file--mod1 .btn-upload-file__label:hover .btn__icon--left path {
    fill: #ffffff;
}

@media (max-width: 1250px) {
    .first-block__bg {
        right: -186px;
    }
}

.tabs__nav--mod {
    width: 100%;
}

.list--vawes .list__item:before {
    background-image: url("../images/vawes.svg");
}

.display-none {
    display: none;
}

.card-form .form__item--mod .form__control {
    background-color: #f3f7fa;
}

.first-block__inner--mod {
    padding: 100px 0 94px;
}

@media (max-width: 768px) {
    .first-block__inner--mod {
        padding: 100px 0 41px;
    }
}

@media (max-width: 538px) {
    .first-block__bg--mod {
        height: 662px;
    }
}

@media (max-width: 512px) {
    .first-block__bg--mod {
        height: 741px;
    }
}

@media (max-width: 382px) {
    .first-block__bg--mod {
        height: 766px;
    }
}

@media (max-width: 360px) {
    .first-block__bg--mod {
        height: 751px;
    }
}

.form__item--top .form__control-clear {
    top: 16px;
}

/* Custom css for ВИ-15*/
.bg--grey {
    background-color: #F1F6F9;
}

.bg--white {
    background: #ffffff;
}

.tabs--deal {
    width: auto;
    margin-top: 40px;
}

.tabs__head {
    display: flex;
}

@media (min-width: 922.98px) {
    .tabs__head {
        align-items: flex-end;
        justify-content: space-between;
    }
}

@media (max-width: 922px) {
    .tabs__head {
        flex-direction: column;
    }
}

.tabs__title {
    margin-bottom: 30px;
}

.tabs.tabs--deal .tabs__nav-item:nth-child(odd),
.tabs.tabs--deal .tabs__nav-item:nth-child(even) {
    border: none;
}

.tabs.tabs--deal .tabs__nav {
    width: auto;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

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

@media (max-width: 840px) {
    .tabs.tabs--deal .tabs__nav {
        margin-bottom: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

.title.title--m0 {
    margin: 0;
}

.card.card--deal {
    background-color: #fff;
    padding: 32px;
}

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

.card.card--deal .card__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .card.card--deal .card__subtitle h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .card.card--deal .card__subtitle .link {
        margin-top: 10px;
    }
}

.modal-body__btn--link {
    margin-top: 40px;
}

.modal-body__btn--link p {
    color: #ABAEB0;
    line-height: 1.3;
}

@media (min-width: 768.98px) and (max-width: 1043.98px) {
    .col.col-md-50 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .col.col-sm-100 {
        width: 100%;
    }

    .modal-body__btn--link {
        margin-top: 30px;
    }

    .modal-body__btn--link p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .card.card--invest .card-invest__price-info {
        font-size: 18px;
    }

    .card.card--invest .card-invest__price-num {
        font-size: 22px;
    }
}

.total-sum {
    display: flex;
    align-items: center;
}

.total-sum__ico {
    margin-right: 15px;
}

.total-sum__number {
    font-size: 24px;
}

@media (max-width: 768px) {
    .total-sum {
        margin-top: 20px;
    }
}

.notify-menu__item span {
    font-weight: bold;
    margin-left: 3px;
}

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

.tabs--mod5 .tabs__nav-item {
    padding: 18px 0;
    text-align: center;
    justify-content: center;
}

.tabs--mod5 .tabs__nav-item:nth-child(1),
.tabs--mod5 .tabs__nav-item:nth-child(2),
.tabs--mod5 .tabs__nav-item:nth-child(3) {
    width: 33.333%;
    border-bottom: 1px solid #fff;
}

@media (max-width: 640px) {
    .tabs--mod5 .tabs__nav-item:nth-child(1),
    .tabs--mod5 .tabs__nav-item:nth-child(2),
    .tabs--mod5 .tabs__nav-item:nth-child(3) {
        width: 50%;
    }
}

.tabs--mod5 .tabs__nav-item:nth-child(4),
.tabs--mod5 .tabs__nav-item:nth-child(5) {
    width: 50%;
}

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

@media (min-width: 580.98px) and (max-width: 640px) {
    .tabs--mod5 .tabs__nav-item:nth-child(2),
    .tabs--mod5 .tabs__nav-item:nth-child(4) {
        border-right: none;
    }

    .tabs--mod5 .tabs__nav-item:nth-child(1),
    .tabs--mod5 .tabs__nav-item:nth-child(3),
    .tabs--mod5 .tabs__nav-item:nth-child(5) {
        border-right: 1px solid #fff;
    }
}

@media (max-width: 640px) {
    .tabs--mod5 .tabs__nav-item:nth-child(4) {
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 580px) {
    .tabs--mod5 .tabs__nav-item:nth-child(1),
    .tabs--mod5 .tabs__nav-item:nth-child(2),
    .tabs--mod5 .tabs__nav-item:nth-child(3),
    .tabs--mod5 .tabs__nav-item:nth-child(4),
    .tabs--mod5 .tabs__nav-item:nth-child(5) {
        width: 100%;
        border-right: none;
    }

    .modal .modal-header__close {
        width: 80px;
        height: 80px;
        right: -20px;
        top: -20px;
    }

    .modal .modal-header__close svg {
        width: 100%;
        height: 100%;
    }
}

.table--space-b .table__item {
    justify-content: space-between;
}

.table-complex--items5 .table-complex__row {
    flex-wrap: wrap;
}

.table-complex.table-complex--items5 .table-complex__body .table-complex__row .table-complex__col {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    position: relative;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
    width: 60px;
    order: 1;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(3) {
    width: calc(100% - 340px);
    order: 3;
}

.table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
    width: 160px;
    order: 4;
}

.table-complex--items5 .table-complex__body .table-complex__col:last-child {
    width: 100%;
    order: 5;
    text-align: right;
    border-top: 1px solid rgba(188, 188, 188, 0.3);
}

.table-complex--items5 .table-complex__notif {
    width: 8px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

@media (min-width: 475.98px) and (max-width: 680px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1) {
        width: 100px;
    }

    .table-complex.table-complex--items5 .table-complex__col:nth-child(4) {
        width: calc(100% - 220px);
        order: 3;
    }

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

@media (max-width: 475px) {
    .table-complex.table-complex--items5 .table-complex__col:nth-child(1),
    .table-complex.table-complex--operation.table-complex--calls.table-complex--items5 .table-complex__col:nth-child(2) {
        width: 50%;
    }

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

@media (min-width: 820px) {
    .warning-block--page-center__mod1 {
        position: static;
        transform: none;
    }
}

.table-complex--cfa .table-complex__col,
.table-complex--history .table-complex__col {
    justify-content: flex-start;
    text-align: left;
}

.warning-block--page-center__mod2 {
    margin-top: 50px;
    margin-bottom: 50px;
    position: static;
    transform: none;
}

.table-complex--history .table-complex__body .table-complex__row.entrance .table-complex__col:nth-child(2) span,
.table-complex--history .table-complex__body .table-complex__row.entrance .table-complex__col:nth-child(3) {
    color: #26BC22;
}

.table-complex--history .table-complex__body .table-complex__row.sale .table-complex__col:nth-child(2) span,
.table-complex--history .table-complex__body .table-complex__row.sale .table-complex__col:nth-child(3) {
    color: #e21d1c;
}

.table-complex--history .table-complex__body .table-complex__row.orange .table-complex__col:nth-child(2) span,
.table-complex--history .table-complex__body .table-complex__row.orange .table-complex__col:nth-child(3) {
    color: #FF8A00;
}

.table-complex--history .table-complex__body .table-complex__row.blue .table-complex__col:nth-child(2) span,
.table-complex--history .table-complex__body .table-complex__row.blue .table-complex__col:nth-child(3) {
    color: #0098FF;
}

@media (min-width: 1381px) {

    .table-complex--history .table-complex__col:nth-child(3),
    .table-complex--history .table-complex__col:nth-child(4),
    .table-complex--history .table-complex__col:nth-child(5) {
        text-align: right;
        justify-content: flex-end;
    }

    .table-complex--cfa .table-complex__col:nth-child(4),
    .table-complex--cfa .table-complex__col:nth-child(5),
    .table-complex--cfa .table-complex__col:nth-child(6) {
        text-align: right;
        justify-content: flex-end;
    }

    .table-complex--cfa .table-complex__col:nth-child(6) {
        width: 190px;
    }
}
