/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}*/

a:hover,
a {
    text-decoration: none;
}

:focus {
    outline: 0;
}

ul {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    color: var(--383838, #383838);
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1350px;
    padding: 0 30px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.main-head {
    background: var(--f-9-f-9-f-9, #F9F9F9);
    padding: 26px 0 15px 0;
}
@media (max-width: 767px) {
    .main-head {
        padding: 18px 0 23px 0;
    }
}

.container .h1-title {
    display: block;
    color: var(--383838, #383838);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}
@media (max-width: 767px) {
    .h1-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--b-6-b-5-b-5, #B6B5B5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 16px;
}
.breadcrumbs a {
    color: var(--b-6-b-5-b-5, #B6B5B5);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .sep {
    display: block;
    margin: 0 5px;
}

.container .wrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    height: 100%;
}
@media (max-width: 767px) {
    .container .wrap {
        padding-top: 16px;
    }
}
.container .wrap aside {
    width: 234px;
}
@media (max-width: 992px) {
    .container .wrap aside {
        display: none;
    }
}

.container .side-menu {
    width: 100%;
}
.container .side-menu ul {
    width: 100%;
    position: static;
    top: 20px;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
.side-menu ul li a {
    display: flex;
    align-items: center;
    padding: 0 17px;
    height: 48px;
    border-bottom: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--f-7-f-7-f-7, #F7F7F7);
    color: var(--383838, #383838);
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.5s;
}
.side-menu ul li a span {
    position: relative;
}
.side-menu ul li a span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    background: var(--red, #D74747);
    right: -12px;
}
.side-menu ul li a:hover {
    background: var(--f-2-f-2-f-2, #F2F2F2);
}
.side-menu ul li:last-child a {
    border-bottom: 0;
}
.side-menu ul li.active a {
    background: var(--59-b-16-c, #59B16C);
    color: #fff;
}

.content {
    width: calc(100% - 264px);
}
@media (max-width: 992px) {
    .content {
        width: 100%;
    }
}

.h2-title {
    display: block;
    margin-bottom: 20px;
    color: var(--383838, #383838);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 767px) {
    .h2-title {
        font-size: 26px;
        margin-bottom: 13px;
    }
}

.char-item {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .char-item {
        margin-bottom: 16px;
    }
}
.char-item__title {
    display: block;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.char-item__text {
    color: var(--383838, #383838);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.char-comment {
    max-width: 466px;
}
@media (max-width: 767px) {
    .char-comment {
        max-width: 100%;
    }
}
.char-comment__title {
    display: block;
    color: #858585;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.char-comment__title span {
    color: #E62222;
    display: inline-block;
    margin-left: 5px;
}
.char-comment__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 480px) {
    .char-comment__content {
        flex-wrap: wrap;
    }
}
.char-comment__content input {
    font-family: "Open Sans", sans-serif;
    width: calc(100% - 116px);
    border-radius: 2px;
    border: 1px solid #EEE;
    height: 37px;
    background: var(--f-7-f-7-f-7, #F7F7F7);
    padding: 0 15px;
    font-size: 15px;
    color: #383838;
}
@media (max-width: 480px) {
    .char-comment__content input {
        width: 100%;
        margin-bottom: 15px;
    }
}
.char-comment__content button {
    width: 106px;
    height: 37px;
    border-radius: 2px;
    background: var(--59-b-16-c, #59B16C);
    cursor: pointer;
    border: 0;
    color: var(--white, #FFF);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s;
}
.char-comment__content button:hover {
    background: #383838;
}

.content-block {
    margin-bottom: 40px;
}
.content-block:last-child {
    margin-bottom: 0;
}

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

.doc-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--white, #FFF);
    margin-bottom: 10px;
}
.doc-item:last-child {
    margin-bottom: 0;
}
.doc-item__icon {
    display: block;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .doc-item__icon {
        margin-right: 4px;
    }
}
.doc-item__icon img {
    display: block;
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}
.doc-item__left {
    display: flex;
    align-items: center;
}
.doc-item__name {
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.doc-item__name span {
    display: none;
    color: var(--middle-grey, #646464);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 480px) {
    .doc-item__name span {
        display: block;
        padding-top: 4px;
    }
}
.doc-item__right {
    display: flex;
    align-items: center;
}
.doc-item__size {
    color: var(--middle-grey, #646464);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 480px) {
    .doc-item__size {
        display: none;
    }
}
.doc-item .download-btn {
    margin-left: 15px;
    display: inline-block;
}
.doc-item .print-btn {
    margin-left: 15px;
    display: inline-block;
}
@media (max-width: 480px) {
    .doc-item .print-btn {
        display: none;
    }
}

.download-btn {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 480px) {
    .download-btn {
        width: 35px;
        height: 35px;
    }
}
.download-btn .icon {
    width: 25px;
    height: 25px;
    color: #59B16C;
    transition: 0.5s;
}
@media (max-width: 480px) {
    .download-btn .icon {
        width: 35px;
        height: 35px;
    }
}
.download-btn:hover {
    background: var(--59-b-16-c, #59B16C);
}
.download-btn:hover .icon {
    color: #fff;
}

.print-btn {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 480px) {
    .print-btn {
        width: 35px;
        height: 35px;
    }
}
.print-btn .icon {
    width: 25px;
    height: 25px;
    color: #59B16C;
    transition: 0.5s;
}
@media (max-width: 480px) {
    .print-btn .icon {
        width: 35px;
        height: 35px;
    }
}
.print-btn:hover {
    background: var(--59-b-16-c, #59B16C);
}
.print-btn:hover .icon {
    color: #fff;
}

.appeals-btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.appeals-btns .btn {
    margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
    .appeals-btns .btn {
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
    }
}

.container .btn-left {
    margin-top: 15px;
}

.container .btn {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 16px;
    height: 37px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    justify-content: center;
    border: 0;
    transition: 0.5s;
    background: var(--59-b-16-c, #59B16C);
}
.container .btn:hover {
    box-shadow: inset 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.container .btn--empty {
    color: var(--59-b-16-c, #59B16C);
    background: transparent;
    border: 1px solid var(--59-b-16-c, #59B16C);
}
.btn--empty:hover {
    background: var(--59-b-16-c, #59B16C);
    color: #FFF;
}

.appeals-table {
    width: 100%;
    max-width: 735px;
    display: table;
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--white, #FFF);
}
@media (max-width: 767px) {
    .appeals-table {
        display: block;
        margin-top: -10px;
    }
}

.appeals-row {
    display: table-row;
    position: relative;
}
@media (max-width: 767px) {
    .appeals-row {
        display: flex;
        flex-direction: column;
        padding: 15px 15px 5px 15px;
    }
}
.appeals-row:nth-child(2n+1) {
    background: var(--f-7-f-7-f-7, #F7F7F7);
    border-bottom: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
.appeals-row:last-child .appeals-col {
    border-bottom: 0;
}

.appeals-col {
    display: table-cell;
    padding: 15px 20px;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .appeals-col {
        padding: 0;
        margin-bottom: 7px;
        line-height: 19px;
    }
    .appeals-col:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .appeals-col--mobile-hide {
        display: none;
    }
}
@media (max-width: 767px) {
    .appeals-col .download-btn {
        margin-top: -9px;
    }
}

.appeals-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    /*height: 30px;*/
    border-radius: 2px;
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media (max-width: 767px) {
    .appeals-status {
        position: absolute;
        top: 10px;
        right: 15px;
    }
}
.appeals-status--accepted {
    background: var(--green, #6DAB3A);
}
.appeals-status--process {
    background: var(--383838, #383838);
}
.appeals-status--denied {
    background: var(--red, #D74747);
}
.appeals-status--revision {
    background: rgb(223, 127, 39);
}

@media (max-width: 767px) {
    .row.first {
        margin-top: -15px;
    }
}
.row.first .form-group {
    margin-top: 0;
}
@media (max-width: 767px) {
    .row.first .form-group {
        margin-top: 17px;
    }
}

.wrapper_inner .form-group {
    margin-top: 19px;
}
.wrapper_inner .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #858585;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wrapper_inner .form-group label span {
    color: #E62222;
}
.wrapper_inner .form-group input {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #EEE;
    background: var(--f-7-f-7-f-7, #F7F7F7);
    height: 37px;
    padding: 0 15px;
    font-size: 15px;
}

.wrapper_inner .row {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*@media (min-width: 767px){
	.wrapper_inner .row{
justify-content: start;
}
}*/
.wrapper_inner .small_banners .row{
    display: block;
}
.wrapper_inner .row .col-12 {
    width: 100%;
}
.wrapper_inner .row .col-8 {
    width: calc(66.666% - 4px);
}
@media (max-width: 767px) {
    .wrapper_inner .row .col-8 {
        width: 100%;
    }
}
.wrapper_inner .row .col-6 {
    width: calc(50% - 7.5px);
}
@media (max-width: 767px) {
    .wrapper_inner .row .col-6 {
        width: 100%;
    }
}
.wrapper_inner .row .col-4 {
    width: calc(33.3333333333% - 10px);
}
@media (max-width: 767px) {
    .wrapper_inner .row .col-4 {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .wrapper_inner  .row .col-md-12 {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .wrapper_inner .row .col-md-6 {
        width: calc(50% - 7.5px);
    }
}
@media (max-width: 767px) {
    .wrapper_inner .row .col-md-6 {
        width: 100%;
    }
}
.wrapper_inner .row .detail-block-delete {
    position: absolute;
    right: -30px;
    bottom: 23px;
    cursor: pointer;
    transition: 0.5s;
    width: 25px;
    height: 25px;
    border-radius: 2px;
}
.row .detail-block-delete .icon {
    width: 25px;
    height: 25px;
    color: var(--red, #D74747);
    transition: 0.5s;
}
.row .detail-block-delete:hover {
    background: var(--red, #D74747);
}
.row .detail-block-delete:hover .icon {
    color: #fff;
}
@media (max-width: 767px) {
    .row .detail-block-delete {
        right: 0px;
        bottom: 16px;
    }
}
.row.detail-block {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .row.detail-block {
        border-bottom: 1px solid var(--light-grey, #D9D9D9);
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .row.detail-block .col-4:nth-child(3) {
        width: calc(100% - 50px);
    }
}
@media (max-width: 767px) {
    .row.detail-block .col-4--del {
        width: calc(100% - 50px);
    }
}

.check-list-table {
    display: table;
    width: 100%;
}

.check-list-head {
    display: table-row;
}
@media (max-width: 767px) {
    .check-list-head {
        display: none;
    }
}
.check-list-head .check-list-col {
    padding: 5px 20px;
    color: var(--middle-grey, #646464);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-list-col {
    display: table-cell;
    padding: 20px;
}
@media (max-width: 767px) {
    .check-list-col {
        padding: 0;
    }
}
.check-list-col p {
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .check-list-col p {
        margin-bottom: 5px;
    }
}

.check-list-row {
    display: table-row;
    background: var(--f-7-f-7-f-7, #F7F7F7);
    border-bottom: 0;
    position: relative;
}
@media (max-width: 767px) {
    .check-list-row {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
        border-bottom: 0;
        padding: 10px 15px 15px 15px;
    }
}
.check-list-row:nth-child(2n+1) {
    background: var(--white, #FFF);
    border-bottom: 0;
}
.check-list-row:nth-child(2n+1) .check-list__input input {
    background: var(--f-7-f-7-f-7, #F7F7F7);
}
@media (max-width: 767px) {
    .check-list-row:last-child {
        border-bottom: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    }
}
.check-list-row:last-child .check-list-col {
    border-bottom: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
@media (max-width: 767px) {
    .check-list-row:last-child .check-list-col {
        border: 0;
    }
}
.check-list-row .check-list-col {
    border-top: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
@media (max-width: 767px) {
    .check-list-row .check-list-col {
        border: 0;
    }
}
.check-list-row .check-list-col:first-child {
    border-left: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
@media (max-width: 767px) {
    .check-list-row .check-list-col:first-child {
        border: 0;
    }
}
.check-list-row .check-list-col:last-child {
    border-right: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}
@media (max-width: 767px) {
    .check-list-row .check-list-col:last-child {
        border: 0;
    }
}

.check-list__number {
    color: var(--middle-grey, #646464);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
@media (max-width: 767px) {
    .check-list__number {
        margin-bottom: 10px;
    }
}
.check-list__title {
    display: block;
    color: var(--383838, #383838);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.check-list__check {
    display: flex;
    align-items: center;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px) {
    .check-list__check {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}
@media (max-width: 767px) {
    .check-list__input {
        width: 100%;
    }
}
.check-list__input input {
    font-family: "Open Sans", sans-serif;
    width: 283px;
    border-radius: 2px;
    border: 1px solid #EEE;
    background: var(--white, #FFF);
    height: 37px;
    padding: 0 15px;
    font-size: 15px;
}
@media (max-width: 1100px) {
    .check-list__input input {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .check-list__input input {
        width: 100%;
    }
}

.label-mobile {
    display: none;
}
@media (max-width: 767px) {
    .label-mobile {
        display: block;
        margin-bottom: 5px;
        color: #858585;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

/*== Toggle Checkbox ==*/
.check-toggle {
    position: relative;
    top: 0px;
    margin-right: 15px;
}

.check-toggle label {
    width: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.check-toggle input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.check-toggle span {
    display: inline-block;
    background: rgb(217, 217, 217);
    position: relative;
    border-radius: 10px;
    height: 10px;
    transition: 0.2s;
    width: 25px;
}

.check-toggle span:after {
    content: "";
    padding: 0;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    line-height: 2;
    background: #fff;
    transition: 0.4s;
    color: #9e9e9e;
    top: -2px;
    width: 14px;
    height: 14px;
    transition: 0.2s;
    left: 0;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.check-toggle input:checked + span {
    background: rgb(170, 216, 180);
}

.check-toggle input:checked + span:after {
    background: #59B16C;
    left: 12px;
    color: #fff;
}

.download-file-block {
    width: 100%;
    max-width: 680px;
    padding: 20px;
    border-radius: 2px;
    border: 2px solid var(--f-2-f-2-f-2, #F2F2F2);
    background: var(--f-7-f-7-f-7, #F7F7F7);
    margin-bottom: 38px;
}
.download-file-block__format {
    display: block;
    text-align: center;
    padding-top: 0px;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.files-wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.files-wr input {
    display: none;
}
.files-wr label {
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 16px;
    height: 37px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    justify-content: center;
    border: 0;
    transition: 0.5s;
    color: var(--59-b-16-c, #59B16C);
    background: transparent;
    border: 1px solid var(--59-b-16-c, #59B16C);
}
.files-wr label:hover {
    background: var(--59-b-16-c, #59B16C);
    color: #FFF;
}
.files-wr .one-file ~ .one-file label {
    display: none;
}
.files-wr .one-file.error {
    border: none;
    order: -2;
}
.files-wr .one-file.error .file-name {
    color: var(--4-ca-55-f, #4CA55F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.files-wr .file-item {
    position: relative;
    margin-top: 4px;
    display: flex;
    align-items: center;
    order: -2;
    margin-bottom: 10px;
}
.files-wr .file-item.hide-btn {
    display: none;
}
.files-wr .file-name {
    color: var(--4-ca-55-f, #4CA55F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.files-wr .btn-del-file {
    margin-left: 5px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 2px;
}
.files-wr .btn-del-file .icon {
    width: 25px;
    height: 25px;
    color: var(--red, #D74747);
    transition: 0.5s;
}
.files-wr .btn-del-file:hover {
    background: var(--red, #D74747);
}
.files-wr .btn-del-file:hover .icon {
    color: #fff;
}

.chats {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .chats {
        flex-direction: column;
    }
}
.chats__side {
    width: 350px;
}
@media (max-width: 992px) {
    .chats__side {
        width: 100%;
    }
}
.chats__content {
    width: calc(100% - 376px);
}
@media (max-width: 992px) {
    .chats__content {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .tabs-scroll {
        max-height: 620px;
        overflow-y: auto;
    }
}

.chats_tabs {
    border: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
}

.chats__side li.chat-tab {
    width: 100%;
    border-bottom: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    position: relative;
    padding: 0;
    margin: 0;
    height: auto;
}
.chats__side li.chat-tab.new-message a::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--red, #D74747);
}
.chats__side ul li:before, .chats__side ol li:before{
    display: none;
}

.chats__side li.chat-tab:last-child {
    border-bottom: 0;
}
.chats__side li.chat-tab a {
    display: block;
    text-decoration: none;
    padding: 15px;
    position: relative;
    transition: 0.5s;
}
@media (max-width: 767px) {
    .chat-tab a {
        padding: 9px 15px;
    }
}
.chat-tab a:hover {
    background: #EEF7F0;
}
.chat-tab a.active {
    background: rgb(89, 177, 108);
}
.chat-tab a.active .tab__number, .chats_tab a.active .tab__name, .chat-tab a.active .tab__name span, .chat-tab a.active .tab__title {
    color: var(--white, #FFF);
}

@media (max-width: 992px) {
    .tab-item {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--f-2-f-2-f-2, #F2F2F2);
    }
}
.tab-item.active {
    display: block;
}
.tab-item__back {
    display: none;
    padding: 10px 15px;
    background: var(--f-2-f-2-f-2, #F2F2F2);
}
@media (max-width: 992px) {
    .tab-item__back {
        display: block;
    }
}
.tab-item__back .tab-back {
    display: flex;
    align-items: center;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab-item__back .tab-back .icon {
    margin-right: 10px;
}
.tab-item__back .tab-back .icon img {
    display: block;
}
.tab-item__head {
    display: none;
}
@media (max-width: 992px) {
    .tab-item__head {
        display: block;
    }
}

.tabgroup {
    border-radius: 10px;
    background: var(--f-9-f-9-f-9, #F9F9F9);
    padding: 0 0px 15px 20px;
}
@media (max-width: 992px) {
    .tabgroup {
        padding: 0;
        background: transparent;
    }
}

.tab--accepted .tab__content, .tab--accepted .tab__number {
    opacity: 0.6;
}
.chats__side .tab__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.chats__side .tab__status {
    border-radius: 2px;
    border: 1px solid var(--white, #FFF);
    padding: 0 8px;
    height: 30px;
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    align-items: center;
}
.tab__status--accepted {
    background: var(--green, #6DAB3A);
}
.tab__status--process {
    background: var(--383838, #383838);
}
.tab__status--denied {
    background: var(--red, #D74747);
}
.tab__status--revision {
    background: rgb(223, 127, 39);
}
.tab__number {
    color: #858585;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.5s;
}
.chats__side .tab__name {
    color: var(--1-d-2029, #1D2029);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
    transition: 0.5s;
}
.chats__side .tab__name span {
    color: #858585;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.5s;
}
.chats__side .tab__title {
    color: var(--383838, #383838);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s;
}

.page-update {
    margin-bottom: 15px;
}

.chat-main {
    position: relative;
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0px;
}
@media (max-width: 992px) {
    .chat-main {
        height: calc(100vh - 151px);
    }
}
.chat-main .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.chat-main__content {
    padding-top: 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
@media (max-width: 992px) {
    .chat-main__content {
        padding-left: 20px;
    }
}
.chat-main__date {
    color: #858585;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chat-question {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 15px;
}
.chat-question p {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    border-radius: 2px;
    background: #EEF7F0;
    margin-bottom: 10px;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chat-answer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}
.chat-answer p {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    border-radius: 2px;
    background: var(--white, #FFF);
    margin-bottom: 10px;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chat-input {
    width: 100%;
    z-index: 11;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 992px) {
    .chat-input {
        padding-left: 20px;
        padding-bottom: 10px;
    }
}
.chat-input textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    padding: 15px 50px 15px 15px;
    border-radius: 2px;
    border: 1px solid var(--light-grey, #D9D9D9);
    background: var(--white, #FFF);
    min-width: 100%;
    height: 50px;
    resize: none;
    overflow: hidden;
    transition: 0.5s;
}
.chat-input .send {
    position: absolute;
    bottom: 15px;
    right: 35px;
    min-width: 19px;
    margin-left: 15px;
    border: 0;
    background: transparent;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .chat-input .send {
        bottom: 25px;
    }
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--middle-grey, #646464);
    z-index: 20;
    opacity: 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
    background: var(--middle-grey, #646464) !important;
    opacity: 1;
}

.tabs-scroll:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .chat-main__content:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: var(--middle-grey, #646464);
}

.mCSB_scrollTools {
    z-index: 20;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    top: 10px;
    height: calc(100% - 20px);
}

.checkbox-block {
    margin-bottom: 38px;
}

.checkbox {
    /* == Checkbox == */
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox input[type=checkbox] + label {
    color: #858585;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.checkbox input[type=checkbox] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid var(--light-grey, #D9D9D9);
    background: #FFF;
}
.checkbox input[type=checkbox]:checked + label span {
    background-color: #4CA55F;
    border-color: #4CA55F;
}
.checkbox input[type=checkbox] + label span, .checkbox input[type=checkbox]:checked + label span {
    transition: background-color 0.4s linear;
}

.appeal-sent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.appeal-sent__icon {
    margin-bottom: 34px;
}
@media (max-width: 767px) {
    .appeal-sent__icon {
        margin-bottom: 10px;
    }
}
.appeal-sent__title {
    display: block;
    color: var(--383838, #383838);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .appeal-sent__title {
        line-height: 32px;
    }
}
.appeal-sent p {
    color: var(--383838, #383838);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .appeal-sent p {
        line-height: 20px;
        margin-bottom: 16px;
    }
}
.appeal-sent p a {
    color: var(--4-ca-55-f, #4CA55F);
}
.appeal-sent p a:hover {
    text-decoration: underline;
}
.appeal-sent .btn-center {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .appeal-sent .btn-center {
        padding-top: 0;
    }
}

.btn-center {
    display: flex;
    justify-content: center;
}

.comment-save {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--383838, #383838);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.comment-save .icon {
    margin-right: 5px;
}
.comment-save .icon img {
    display: block;
}

/* -- Material Design Table style -------------- */
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table.table-align-top tr th, .table.table-align-top tr td {
    vertical-align: top;
}
.table thead tr {
    background: transparent !important;
}
.table tr {
    transition: all 0.3s ease;
}
.table tr.table-border-none td {
    border-top: 0;
}
.table tr:nth-child(1), .table tr:nth-child(2), .table tr:nth-child(5), .table tr:nth-child(6), .table tr:nth-child(9), .table tr:nth-child(10), .table tr:nth-child(13), .table tr:nth-child(14), .table tr:nth-child(17), .table tr:nth-child(18), .table tr:nth-child(21), .table tr:nth-child(22), .table tr:nth-child(25), .table tr:nth-child(26), .table tr:nth-child(29), .table tr:nth-child(30) {
    background: var(--f-7-f-7-f-7, #F7F7F7);
}
.table tr th {
    text-align: left;
    padding: 0 15px 20px 15px;
    vertical-align: top;
    border-top: 0;
    transition: all 0.3s ease;
    color: var(--middle-grey, #646464);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.table tr td {
    text-align: left;
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 0;
    transition: all 0.3s ease;
    border-top: 1px solid 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    color: var(--1-d-2029, #1D2029);
    /* p */
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.table tr td .form-group {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .table tr td {
        font-size: 14px;
    }
}
.table tr a {
    color: var(--4-ca-55-f, #4CA55F);
}
.table tr a:hover {
    text-decoration: underline;
}

ul.table-list{
    margin: 0;
}
.table-list li {
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .table-list li {
        color: var(--999999, #999);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
.table-list li:last-child {
    margin-bottom: 0;
}
.table-list li span {
    position: relative;
}
.table-list li span:before {
    content: "";
    width: 5px;
    height: 9px;
    position: absolute;
    right: -15px;
    top: 5px;
    display: none;
    background: url(../images/number-arrow.svg) 0 0 no-repeat;
}
@media (max-width: 992px) {
    .table-list li span:before {
        display: block;
    }
}

.table {
    background-color: #fff;
}

.no-border {
    border: 0;
}

@media screen and (max-width: 992px) {
    .table-responsive-vertical .table {
        margin-bottom: 0;
        background-color: transparent;
        border-left: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
        border-right: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
    }
    .table-responsive-vertical .table thead {
        display: none;
    }
    .table-responsive-vertical .table tfoot {
        display: none;
    }
    .table-responsive-vertical .table tbody {
        display: block;
    }
    .table-responsive-vertical .table tbody tr {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 0;
        border-top: 1px solid var(--f-2-f-2-f-2, #F2F2F2);
        padding: 15px;
    }
    .table-responsive-vertical .table tbody tr td {
        display: flex;
        text-align: left;
        flex-wrap: wrap;
        border: 0;
        flex-direction: column;
        padding: 0;
        margin-bottom: 10px;
        width: 50%;
    }
    .table-responsive-vertical .table tbody tr td:nth-child(even) {
        justify-content: flex-end;
        text-align: right;
    }
    .table-responsive-vertical .table tbody tr td.table-even {
        justify-content: flex-end;
        text-align: right;
    }
    .table-responsive-vertical .table tbody tr td.table-odd {
        justify-content: flex-start;
        text-align: left;
    }
    .table-responsive-vertical .table tbody tr td.table-mobile-hide {
        display: none !important;
    }
    .table-responsive-vertical .table tbody tr td[data-title]:before {
        content: attr(data-title);
        display: block;
        color: var(--999999, #999);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
.user-blocked td {
    color: rgba(52, 52, 52, 0.5) !important;
}
.user-blocked .table-user-name {
    opacity: 0.5;
}

@media (max-width: 992px) {
    .td-padding-mobile-none {
        padding: 0 !important;
    }
}

.btn-table-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    .btn-table-content {
        justify-content: flex-end;
        text-align: right;
        flex-direction: column;
        align-items: flex-end;
        margin-top: -5px;
    }
}

.btn-down {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}
@media (max-width: 992px) {
    .btn-down {
        width: auto;
        order: -2;
    }
}
.btn-down:hover {
    text-decoration: none !important;
}
.btn-down.open i {
    transform: rotate(-180deg);
}
.btn-down i {
    transition: 0.5s;
    display: inline-block;
}
@media (max-width: 992px) {
    .btn-down i {
        margin-right: 10px;
    }
}
.btn-down img {
    width: 15px;
}
.btn-down span {
    display: none;
    color: var(--999999, #999);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 992px) {
    .btn-down span {
        display: block;
    }
}

.vip-number {
    display: block;
    min-width: 150px;
}

.table-mobile-title {
    display: none;
}
@media (max-width: 992px) {
    .table-mobile-title {
        color: var(--999999, #999);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
        margin-bottom: 5px;
    }
}

.user-info-td {
    display: none !important;
    border-top: 0 !important;
    position: relative;
}
.user-info-td:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: var(--light-grey, #D9D9D9);
    display: none;
}
@media (max-width: 992px) {
    .user-info-td:before {
        display: block;
    }
}
@media (max-width: 992px) {
    .user-info-td {
        margin-top: -20px;
        padding: 13px 15px 15px 15px !important;
    }
}
.user-info-td.show {
    display: table-row !important;
}
@media (max-width: 992px) {
    .user-info-td.show {
        display: flex !important;
    }
}

.user-info-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 992px) {
    .user-info-content__right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .user-info-content__right {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.table-nav {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.table-nav__item {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 2px;
    background: var(--59-b-16-c, #59B16C);
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.table-nav__item-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--1-d-2029, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 2px;
    transition: 0.5s;
}
.table-nav__item-link:hover {
    background: #D9D9D9;
}
.table-nav__next {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.table-nav__next img {
    transform: rotate(-90deg);
    width: 16px;
}/*# sourceMappingURL=styles.css.map */


.content-block .row:before, .content-block .row:after{
    display: none;
}
.content-block .row{
    margin: 0;
}
.content-block .col-md-12,
.content-block .col-md-6{
   padding: 0;
}
.element_detail_text .share_wrapp .text{
    font-size: 14px;
    border-color: #888;
    text-transform: none;
    padding: 7px 10px 8px 32px;
    position: relative;
    color: #222;
    line-height: 15px;
}

.catalog_detail .element_detail_text .price_txt > .sharing + .text{
    padding-left: 30px;
    padding-top: 8px;
    float: left;
}
.item-stock{
    white-space: normal;
}
.block .catalog_block .catalog_item_wrapp .catalog_item .detail-stock{
    display: none;
}
.item-views.staff-items.table-type-block .item{
    height: 390px;
}

.bx-soa-pp-company-image{
    display: none;
}
#bx-soa-paysystem .bx-soa-pp-desc-container{
    display: none;
}
#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company-graf-container{
    display: none;
}
#mobileheader .logo{
    display: contents;
}

.catalog_detail .item-stock a{
    display: block;
}
@media (min-width: 1200px) {
    .hidden-lg2 {
        display: none !important;
    }
}