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

.container-full-search {
    background: #FB7C3A;
    margin-bottom: 0;
    box-shadow: none;
}

span.help {
    display: none;
}

.nav_row-brand {
    padding: 0;
    background: #44CDC8;
}

.nav_row-brand ul {
    display: flex;
    justify-content: center;
}

.nav_row-brand ul li {
    display: inline-block;
}

.nav_row-brand ul li a {
    color: #404040;
    text-transform: uppercase;
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 14px;
}

.nav_row-brand ul li a:hover {
    background: #fff;
    border-color: #FB7C3A;
}

.nav_row-brand ul li.brand:hover>a {
    background: #fff;
    border-color: #FB7C3A;
}

/*.nav_row-brand ul li a.active {
    background: #fff;
    border-color: #FB7C3A;
}*/

/***********INCOME_PAGE**************/

.income_page {
    margin-bottom: 48px;
}


.income_page .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.income_page .right_side .all_btn_black {
    margin: 0;
    display: block;
}

.income_page-wrap {
    width: 49.5%;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    border-bottom: 0;
}

.income-table-row .flex.dropdown p {
    font-size: 14px;
    color: #515151;
}

.income_page-wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.income_page .income_page-wrap-title  p.title {
    text-align: left;
    color: #5B5B5B;
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'SegoeUI-Bold', sans-serif;
}

.income_page-wrap-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.income_page-wrap-download a {
    color: #5B5B5B;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: underline;
}

.income-head-table {
    height: auto;
    background: #D4D4D4;
    padding: 10px 11px 11px 20px;
}

.income-head-table p {
    color: #515151;
    text-transform: uppercase;
}

.income-head-table p span {
    padding-right: 33px;
    border-right: 1px solid #fff;
    margin-right: 20px;
}

.income-table-row .flex {
    padding: 10px 20px;
}

.income-table-row {
    border-bottom: 1px solid #D4D4D4;
}

.income-table-row .flex.dropdown p {
    font-size: 14px;
    color: #515151;
}

.income-table-row .flex.dropdown button {
    height: auto;
    border: none;
    background: transparent;
}


.income-table-row  i.fa.fa-caret-right {
    color: #616161;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.income-table-row table {
    display: none;
}

.income_page-cont {
    overflow: auto;
}

.income-table-row.active table {
    display: table;
}

.income-table-row.active {
    position: relative;
    z-index: 1;
}

.flex.dropdown {
    cursor: pointer;
}

.income-table-row.active .flex.dropdown {
    background: transparent;
    border-bottom: 1px solid #D4D4D4;
}

.income-table-row.active .flex.dropdown p,
.income-table-row.active .flex.dropdown i.fa.fa-caret-right{
    color: #72D9D5;
}


.income-table-row.active .flex.dropdown i.fa.fa-caret-right{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.income-table-row table th {
    height: auto;
    padding: 6px 10px;
    /*border-left: 1px solid #848484;*/
    background: transparent;
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

.income-table-row table th:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 12px);
    background: #848484;
    left: 0;
    top: 6px;
}

.income-table-row table th:first-child:before {
    background: transparent;
}

.income-table-row tr {
    border-bottom: 1px solid #D4D4D4;
}

.income-table-row table tbody td {
    min-height: initial;
    padding: 2px 3px;
    border-right: 1px solid #ECECEC;
    border-top: none;
    font-size: 13px;
}

.income-table-row table tbody td img {
    width: 45px;
    height: 45px;
    object-fit: fill;
}

.income-table-row table td>button {
    background: transparent;
    display: inline-block;
    width: 22px;
    padding: 0 2px;
    border-right: 1px solid #ECECEC;
}

.income-table-row table td>button:last-child {
    border-right: 0;
}

.income-table-row table td>button svg {
    width: 18px;
    height: 16px;
}

.income-table-row table tbody td:last-child {
    padding: 0;
}

.income-table-row table td.quantityNew button {
    width: auto;
    border-right: none;
    color: #707070;
}

.income-table-row table td.quantityNew input[type="text"] {
    width: 23px;
    height: 20px;
    border: 1px solid #D4D4D4;
    text-align: center;
    box-sizing: border-box;
}


.income-table-row table tbody td:nth-child(3) {
    max-width: 140px;
}

.income-table-row table {
    margin-bottom: 0;
}

.income-table-row.favorites table tbody td:nth-child(3) {
    max-width: 300px;
}


/****HISTORY****/

.history_page-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


.history_page-title .text_block {
    border: 1px solid #D4D4D4;
    padding: 10px;
    /*height: 57px;*/
    box-sizing: border-box;
    margin-bottom: 12px;
}


.calendar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

.calendar input {
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ECECEC;
    padding: 6px 11px 6px 25px;
    color: #5B5B5B;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
}


button.all_btn_green {
    background: #44CDC8;
    border: 1px solid transparent;
    color: #fff;
    padding: 6px 12px;
    transition: all 0.3s;
    font-size: 14px;
    margin-right: 10px;
}

button.all_btn_green:hover {
    border:1px solid #44CDC8;
    color: #44CDC8;
    background: #fff;
}


.img_title-wrap {
    padding: 6px 12px;
    background: #ECECEC;
}

.img_title-wrap img {
    width: 20px;
    height: 19px;
}

.history_page-title .flex {
    margin-bottom: 7px;
}

.calendar .ui-datepicker-trigger {
    margin-left: 5px;
    position: absolute;
    top: 7px;
    cursor: pointer;
    left: 2px;
}




.ui-datepicker-calendar span {
    color: #000;
}

select.ui-datepicker-year, select.ui-datepicker-year option, span.ui-datepicker-month {
    color: #000;
}

.history_page-title-wrap .calendar {
    margin-right: 8px;
}

.history_page-title-wrap .all_btn_black {
    width: 128px;
    height: 24px;
    line-height: 20px;
    font-size: 13px;
}

.history_page-title-item {
    padding: 1px 19px 2px;
    border: 1px solid #ECECEC;
    margin-left: 8px;
}

.history_page-title-wrap p {
    color: #515151;
    text-transform: uppercase;
    margin-right: 10px;
}

.history_page-title-item p span {
    color: #D8232A;
    font-family: 'SegoeUI-Bold', sans-serif;
    margin-left: 5px;
}


.history_page-all {
    border: 1px solid #D4D4D4;

}

.head_title-row-item.nb {
    border: none;
}

.history_page-all i.fa.fa-caret-right {
    color: #414141;
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.head_title-row .flex .head_title-row-item:first-child, .history_page-all-body-row .flex .body-row-item:first-child {
    width: 42px;
}

.head_title-row .flex .head_title-row-item p,
.history_page-all-body-row .flex .body-row-item p{
    text-align: left;
    padding-left: 20px;
}

.head_title-row .flex .head_title-row-item:nth-child(2),
.history_page-all-body-row .flex .body-row-item:nth-child(2) {
    width: 87px;
}

.head_title-row .flex .head_title-row-item:nth-child(3),
.history_page-all-body-row .flex .body-row-item:nth-child(3) {
    width: 215px;
}

.head_title-row .flex .head_title-row-item:nth-child(4),
.history_page-all-body-row .flex .body-row-item:nth-child(4) {
    width: 217px;
}



.head_title-row .flex .head_title-row-item:nth-child(5),
.history_page-all-body-row .flex .body-row-item:nth-child(5) {
    width: 260px;
}


.head_title-row .flex .head_title-row-item:nth-child(6),
.history_page-all-body-row .flex .body-row-item:nth-child(6) {
    width: 45px;
}

.head_title-row-item {
    border-right: 1px solid #848484;
}




.head_title-row {
    padding: 7px 0;
    background: #ECECEC;
}

.head_title-row .flex {
    margin-bottom: 0;
}

.head_title-row p {
    color: #848484;
    font-size: 13px;
    line-height: 18px;
}



.history_page-all-body-row .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.history_page-all-body-row .flex .body-row-item {
    padding: 7px 0;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    box-sizing: border-box;
}

.history_page-all-body-row:last-child .flex .body-row-item {
    border-bottom: none;
}
.history_page-all-body-row .flex .body-row-item.nb {
    border-right: 0;
}

.history_page-all-body-row .flex .table_detail {
    width: 100%;
}

.table_detail .show_detail {
    width: 100px;
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
}

.body-row-item.button_hide {
    cursor: pointer;
}

.table_detail table {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}


.flex.table_detail {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.table_detail table tr th {
    color: #FFFFFF;
    font-size: 13px;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 41px;
}


.table_detail table tr td {
    color: #44CDC8;
    font-size: 13px;
    border: 1px solid #ECECEC;
    padding: 10px;
    border-top: 0;
    border-left: 0;
}

.table_detail table tr td:nth-child(5), .table_detail table tr td:nth-child(6) {
    white-space: nowrap;
}

.flex.table_detail {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.print-doc .a {
    fill:#5b5b5b !important;
}

.show_detail-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show_detail-bottom  .print-doc {
    margin-right: 14px;
}

.show_detail-bottom .download_block {
    margin-right: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show_detail-bottom .download_block a{
    font-size: 12px;
    line-height: 24px;
    color: #5B5B5B;
    text-decoration: underline;
    margin-left: 6px;
}


.show_detail-bottom .total_price p, .show_detail-bottom .total_price p span {
    color: #5B5B5B;
    font-family: 'SegoeUI-Bold', sans-serif;
}


.show_detail i.fa.fa-caret-right {
    color: #5B5B5B;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    padding-right: 0;
}




.flex.body-row-cont .table_detail {
    display: none;
}

.flex.body-row-cont.active .table_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.body-row-cont.active i.fa {
    color: #44CDC8;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.flex.body-row-cont.active .body-row-item.green p {
    color: #44CDC8;
}


.empty_block {
    height: 300px;
}




.history_page-all.grey .head_title-row .flex .head_title-row-item:first-child, .history_page-all.grey .history_page-all-body-row .flex .body-row-item:first-child {
    width: 14%;
}

.history_page-all.grey  .head_title-row .flex .head_title-row-item:nth-child(2), .history_page-all.grey  .history_page-all-body-row .flex .body-row-item:nth-child(2) {
    width: 14%;
}

.history_page-all.grey  .head_title-row .flex .head_title-row-item:nth-child(3), .history_page-all.grey  .history_page-all-body-row .flex .body-row-item:nth-child(3) {
    width: 15%;
}

.history_page-all.grey  .head_title-row .flex .head_title-row-item:nth-child(4), .history_page-all.grey  .history_page-all-body-row .flex .body-row-item:nth-child(4) {
    width: 14%;
}

.history_page-all.grey  .head_title-row .flex .head_title-row-item:nth-child(5), .history_page-all.grey  .history_page-all-body-row .flex .body-row-item:nth-child(5) {
    width: 29%;
}


.history_page-all.grey  .head_title-row .flex .head_title-row-item:nth-child(6), .history_page-all.grey  .history_page-all-body-row .flex .body-row-item:nth-child(6) {
    width: 14%;
}

.history_page-all.grey .body-row-item.nb.button_hide.flex {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.history_page-all span.green {
    padding-left: 15px;
    color: #44CDC8;
}

.flex.body-row-cont p.number_order-show {
    transition: all 0.3s;
}


.flex.body-row-cont.active p.number_order-show {
    color: #44CDC8;
}



.flex.table_detail.grey-text table tr td {
    color: #404040;
    text-align: left;
}

.flex.table_detail.grey-text table tr th {
    text-align: left;
}

td.green {
    color: #44CDC8 !important;
}

.history_page-title .all_btn_grey {
    background: #ADADAD;
    padding: 6px 30px;
    border: 1px solid transparent;
    font-size: 14px;
    color: #fff;

}

.table_bottom-print {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 12px 20px;
}

.print-doc {
    margin-left: 25px;
    cursor: pointer;
}

.total_table-sum {
    color: #404040;
    font-weight: 600;
}

.history_page-all-body-row {
    border-top: 1px solid #D4D4D4;
}

.history_page-all .history_page-all-body:first-child {
    border-top: 0;
}

.history_page-title .all_btn_grey.title {
    color: #272727;
    cursor: default;
}

.history_page-title-wrap .all_btn_green.title {
    margin: 0;
    margin-left: 10px;
    color: #272727;
    background: #44CDC8;
    cursor: default;
}


.history_page-all.settlements .head_title-row .flex .head_title-row-item:first-child, .history_page-all.settlements .history_page-all-body-row .flex .body-row-item:first-child {
    width: 30%;
}

.history_page-all.settlements .head_title-row .flex .head_title-row-item:nth-child(2), .history_page-all.settlements .history_page-all-body-row .flex .body-row-item:nth-child(2) {
    width: 17.5%;
}

.history_page-all.settlements .head_title-row .flex .head_title-row-item:nth-child(3), .history_page-all.settlements .history_page-all-body-row .flex .body-row-item:nth-child(3) {
    width: 17%;
}

.history_page-all.settlements .head_title-row .flex .head_title-row-item:nth-child(4), .history_page-all.settlements .history_page-all-body-row .flex .body-row-item:nth-child(4) {
    width: 17.5%;
}

.history_page-all.settlements .head_title-row .flex .head_title-row-item:nth-child(5), .history_page-all.settlements .history_page-all-body-row .flex .body-row-item:nth-child(5) {
    width: 18%;
}

.history_page-all-body-row:last-child .flex .body-row-item {
    align-self: stretch;
}


.body-row-item.nb.button_hide.tr p {
    text-align: right;
    padding-right: 10px;
}

.history_page-all.income-table-row table {
    display: table;
}

.history_page-all.income-table-row table  th {
    background: #D4D4D4;
    text-transform: uppercase;
}

.history_page-all.income-table-row table th:before {
    content: none;
}

.history_page-all.income-table-row table th:first-child {
    border-left: 0;
}

.history_page-all.income-table-row table td>button.buy_btn {
    display: inline-block;
    width: 110px;
    padding: 16px 10px;
    border-right: 1px solid #ECECEC;
    background: #44CDC8;
}

.income-table-row table tbody td button img {
    width: 18px;
    height: 16px;
}

.history_page-all.income-table-row table td>button.delate_row {
    background: transparent;
    margin-left: 10px;
    border-left: 1px solid #ECECEC;
    border-right: 0;
    padding: 10px 10px;
    width: 28px;
}

.history_page-all.income-table-row.favorites table td>button.delate_row {
    border-left: none;
    margin-left: 0;
}

.history_page-all.income-table-row table td>button.delate_row img {
    width: 14px;
    height: 18px;
}

span.mob_show {
    text-align: left;
    display: none;
}

.number_order-show span {
    display: none;
}

img.mob {
    display: none;
}

.flex.mob_cont {
    width: 100%;
    padding: 5px 20px 0;
    font-size: 14px;
    display: none;
}

.left_side {
    width: 65%;
    padding: 10px 0 15px;
}

.right_side {
    width: 35%;
    padding: 10px 0 15px 24px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
}

.flex.mob_cont .left_side p:first-child {
    margin-bottom: 10px;
}

.flex.mob_cont p.green {
    margin-bottom: 10px;
    color: #44CDC8;
}

.flex.mob_cont p.red {
    color: #E94E4E;
}


.bottom_block-detail {
    padding: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #D4D4D4;
    border-top: 0;
}

.bottom_block-detail p:first-child{
    margin-bottom: 10px;
}

.mob_show-table  {
    display: none;
}

.body-row-item.nb.button_hide p {
    padding-right: 10px;
}

.history_page-all i.fa.fa-caret-right {
    margin: 0 0 0 auto;
    display: block;
    width: max-content;
}

.income-table-row table tbody td.quantityNew, .income-table-row table tbody td.btnNew {
	white-space: nowrap;
}

table td.favorite img {
    width: 20px;
    cursor: pointer;
}

.pre-favorite {
    display: inline-flex;
}

.pre-favorite div.favorite {
    margin: 0 5px;
    width: 46px;
    height: 46px;
    border: solid 2px #44cdc8;
    display: flex;
}

.pre-favorite div.favorite img {
    width: 30px;
    cursor: pointer;
    margin: auto;
}

.history_page-all.settlement_page.grey .head_title-row .flex .head_title-row-item:nth-child(2) {
    border-left: 1px solid #848484;
}

.history_page-all.settlement_page.grey .head_title-row .flex .head_title-row-item:first-child, .history_page-all.settlement_page.grey .history_page-all-body-row .flex .body-row-item:first-child {
    width: 39%;
}

.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(2), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(2) {
    width: 11%;
}

.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(3), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(3) {
    width: 12%;
}

.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(4), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(4) {
    width: 13%;
}

.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(5), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(5) {
    width: 10%;
}

.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(6), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(6) {
    width: 12%;
}
.history_page-all.settlement_page.grey  .head_title-row .flex .head_title-row-item:nth-child(7), .history_page-all.settlement_page.grey  .history_page-all-body-row .flex .body-row-item:nth-child(7) {
    width: 3%;
}

.settlement_page button.all_btn_green.revers {
    margin-right: 0px;
    margin-left: 10px;
}

.settlement_page  .print-doc {
    margin-left: 0px;
    /*margin-right: 5px;*/
    cursor: pointer;
}

.settlement_page .page-print.print-doc {
    margin-left: 0px;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.delay_debt.debt_red {
    background: #ff0000;
}

#ball_load {
    display: none;
    position: fixed;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99999;
}

.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    };
}

#modal_Document_download {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
	display: none;
    width: 100%;
    height: 100%;
    background: #060606cc;
}

#modal_Document_download .window_center {
    width: 100%;
    height: 100%;
    display: flex;
}

#modal_Document_download .window_dialog {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 25px;
    background: white;
    border-radius: 15px;
}

#modal_Document_download .btn_close {
    position: absolute;
    top: 6px;
    right: 10px;
    color: red;
    font-size: 24px;
    cursor: pointer;

}

#modal_Document_download .window_dialog .files {
    display: grid;
}

#modal_Document_download .window_dialog .files a {
    border: solid 1px #b9b9b9;
    border-radius: 8px;
    padding: 5px;
    margin: 1px 0px;
}

.nav_row-brand .container {
	z-index: 16;
	position: relative;
	background: #44CDC8;
	padding: 0 2px;
}

.modal_brand {
	display: none;
	position: absolute;
	top: 39px;
	left: 0px;
	width: 100%;
	height: 300px;
	max-height: 100%;
	z-index: 15;
}

/*.container ul li:hover .modal_brand {
	display: block;
}*/

.modal_background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 14;
	background: #000000b5;
}

.modal_brand .container {
	background: #f7f7f7;
	border: solid 2px #44CDC8;
	/*border-radius: 15px;*/
    border-top: none;
	min-height: 300px;
	z-index: 16;
	position: relative;
}

.modal_brand .container ul li.column {
	width: 25%;
}

.modal_brand .container ul li.column ul.inner_column {
	display: block;
}

.modal_brand .container ul li.column ul.inner_column a {
	padding: 5px 10px;
}

.modal_brand .container ul li.column ul.inner_column a b {
	color: #44CDC8;
	text-decoration: underline;
}

.modal_brand .container ul li.column ul.inner_column li {
	display: list-item;
}

.nav_row-brand ul li.brand.active>a {
    background: #fff;
    border-color: #FB7C3A;
}

.nav_row-brand ul li.brand.active .modal_brand {
    background: #fff;
    border-color: #FB7C3A;
}

.container ul li.brand.active .modal_brand {
    display: block;
}

.container-products {
    flex-wrap: wrap;
}
.container-products .product-item {
    width: 250px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
}

.container-products .product-item a {
    color: initial;
    outline: initial;
    text-decoration: initial;
    background-color: initial;
    text-decoration: initial;
}

.container-products .product-item .item-top img {
    width: 250px;
}

.container-products .product-item .item-bottom {
    text-align: center;
}

.container-products .product-item .item-bottom .item-name {
    height: 40px;
    overflow: hidden;
}

.container-products .product-item .item-bottom .item-price {
    padding: 10px;
    font-size: 21px;
    line-height: 1;
    color: #009b27;
}

.container-products .product-item .item-bottom .item-info .item-info-button {
    display: inline-block;
    min-width: 80%;
    padding: 16px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    transition: background .2s, border-color .2s;
    margin: 10px auto 15px auto;
}

.container-products .product-item .item-bottom .item-info .item-info-button:hover {
    background: #f2f2f2;
    border-color: #f2f2f2;
}

#ui-datepicker-div {
    z-index: 101 !important;
}

.block-top-list {
    margin: 10px 0;
}

.block-top-list .products_on_page {
    display: flex;
}

.block-top-list .products_on_page label {
    padding: 5px;
}

.block-top-list .products_on_page div {
    padding-left: 5px;
}

.block-top-list .products_on_page i {
    font-size: 28px;
    cursor: pointer;
}

.block-top-list .products_on_page i:hover {
    color: red;
}

.block-top-list .products_on_page .active i {
    color: red;
}

#modal_addToCart {
    display: none;
    width: min-content;
}
#modal_addToCart .header span {
    font-size: 18px;
    line-height: 2em;
    color: #4d4d4d;
    margin-bottom: 10px;
    text-decoration: none;
}
#modal_addToCart .body {
    display: flex;
}

#modal_addToCart .body .product_detail {
    padding-right: 10px;
}

#modal_addToCart .body .product_detail img {
    width: 300px;
}

#modal_addToCart .body .products_list {
    padding-left: 10px;
    align-items: center;
    display: grid;
}

#modal_addToCart .body .products_list .head_list {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 0;
}

#modal_addToCart .body .products_list .products {
    width: 300px;
    max-width: 100%;
}

#modal_addToCart .body .products_list .products .product {
    display: flex;
    justify-content: space-between;
}

#modal_addToCart .body .products_list .products .product .left {
    display: flex;
    width: 50%
}

#modal_addToCart .body .products_list .products .product .left img {
    width: 40px;
    height: 40px;
}

#modal_addToCart .body .products_list .products .product .middle {
    display: flex;
    width: 16%
}

#modal_addToCart .body .products_list .products .product .left .color {
    padding: 10px 0 0 10px;
}

#modal_addToCart .body .products_list .products .product .right {
    display: flex;
	width: 34%;
	padding-top: 5px;
}

#modal_addToCart .body .products_list .products .product .right input {
    width: 50px;
    height: 25px;
    font-size: 24px;
    text-align: center;
    border: none;
}

#modal_addToCart .body .products_list .products .product .right i {
    padding: 6px;
    font-size: 18px;
    cursor: pointer;
}

#modal_addToCart .btn_addToCart {
    width: 100px;
    margin: auto;
    text-align: center;
    padding: 15px;
    border: 2px solid #44cbc8;
    background: #44cdc8;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

#modal_addToCart .btn_addToCart:hover {
    color: #44cdc8;
    background: #fff;
}

.page_arriving .income-table-row table th:not(#ui-datepicker-div th) {
    height: auto;
    padding: 6px 10px;
    background: transparent;
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

.profile-settings {
    font-size: 1.20em;
}

.profile-settings label {
    width: 170px;
    display: inline-block;
}

.profile-settings input {
    width: 230px;
    height: 35px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.profile-settings select {
    width: 230px;
    height: 35px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.profile-settings .flex .left {
    width: 50%;
    padding-right: 5px;
}

.profile-settings .flex .right {
    width: 50%;
    padding-left: 5px;
}

.profile-settings .address {
    display: inline-block;
    width: 252px;
}

.profile-settings .address input, .profile-settings .address select {
    height: 25px;
    padding-left: 2px;
    margin-bottom: 2px;
}

.profile-settings .address select {
    width: 27%;
    height: 27px;
    padding: 0;
    margin: 0;
}

.profile-settings .address input[name="street"] {
    width: 65%;
}

.profile-settings .address input[name="house"], .profile-settings .address input[name="building"], .profile-settings .address input[name="housing"], .profile-settings .address input[name="flat"] {
    width: 22.5%;
}

.basket-full .profile-settings input {
    width: 270px;
}

.basket-full .profile-settings select {
    width: 282px;
}

#arrow-up {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.header-level-1 {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 103;
}

.header-level-margin {
	margin-top: 50px;
}

.container-full-header .header .row.nav {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.lang-block {
    display: flex;
    align-items: center;
	width: auto;
    float: none;
}
.lang_link {
    color: #44CDC8;
	padding: 0 10px;
	transition: .2s;
}
.lang_link.active,
.lang_link:hover {
	color: #fff;    
}
.lang_link + .lang_link {
    border-left: 1px solid #fff;
}
.container-full-header .main-block ul li a {
    color: #44CDC8;
}

.container-full-header .basket .basket-reserve.pre-total {
    top: 0px;
    /*display: ruby-base;*/
    /*padding: 4px 6px;*/
    padding: 0px 4px;
    width: auto;
}

.container-full-header .basket .basket-reserve.pre-total .total {
    line-height: 25px;
}

.container-full-header .middle-block .timer.green {
    background-color: #44CDC8;
    color: black;
    border-radius: 5px;
    padding: 4px 6px;
    text-align: center;
}

.container-full-header .middle-block * {
    display: inline-block;
}

.container-full-header .btn-download {
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    float: left;
}

.container-full-header .btn-download .download-price {
    background-color: #ff0000;
    color: #fff;
    border-radius: 5px;
    padding: 4px 6px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}