@font-face {
    font-family: 'BebasNeueBook';
    src: url(bebasNeueBook.ttf);
    font-style: normal;
    font-weight: normal;
}
.fade{
    display:none;
}
:root {
    --primary-color: #ff5d33;
    --secondary-color: #ffef94;
    --accent-color: #fee12a;
    --text-color: #000;
    --text-gray: #acacac;
    --border-color: #e3e3e5;
    --link-color: #4990e2;
    --success-color: green;
    --error-color: #ff4846;
    --warning-color: orange;
    
    --border-radius-sm: 4px;
    --border-radius-md: 10px;
    --border-radius-lg: 25px;
    
    --spacing-xs: 5px;
    --spacing-sm: 10px;
    --spacing-md: 20px;
    --spacing-lg: 30px;
    --spacing-xl: 40px;
}



.content {
    background-color: #f9f9f9;
}
.sidebar_menu_responsive{
    display: none;
}
.content-wrap {
    min-width: 290px;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 0 0 var(--spacing-md);
    display: flex;
}

.wrapper_content {
    flex: 1 0;
    display: flex;
    flex-direction: row;
}

.link_catalogue {
    font-family: "BebasNeueBook";
    color: white;
    font-size: 72px;
    text-align: center;
    padding: 58px 82px;
    align-self: center;
    border-radius: var(--border-radius-sm);
    width: fit-content;
    background: var(--primary-color);
    border: 1px solid transparent;
}

.link_catalogue:hover {
    text-decoration: none;
    color: white;
}

.f{
    display: flex;
}

.fdc{
    flex-direction: column;
}

.faic {
    align-items: center;
}

.fjc {
    justify-content: center;
}

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

.fjcfs{
    justify-content: flex-start;
}

.fjcfe{
    justify-content: flex-end;
}

.fjcs{
    justify-content: stretch;
}
.g{
    display: grid;
}
.g5{
    grid-template-columns: repeat(5, 1fr);
}
.gap10{
    gap: 10px;
}
.w100{
    width: 100%;
}

.sidebar {
    width: 340px;
    margin-bottom: var(--spacing-xl);
    background-color: white;
    height: fit-content;
}

.organization {
    background: #fff5cc;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.logo-organization img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.org_name {
    margin-bottom: 15px;
}

.name_representative {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.name_organization {
    font-size: 16px;
    font-weight: bold;
}

.change_ur {
    display: inline-block;
    color: #4990e2;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 10px;
}

.change_ur:hover {
    text-decoration: none;
    color: #4990e2;
}

.sidebar_menu {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.item_menu {
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    padding: 12px 20px;
}

.item_menu i {
    color: var(--text-gray);
    font-size: 18px;
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.item_menu a {
    color: var(--text-color);
    font-size: 15px;
    font-family: Tahoma;
    text-decoration: none;
    padding: 5px 0;
}

.item_menu:hover,
.item_menu.active {
    border-left: 2px solid var(--accent-color);
}

.item_menu:hover a,
.item_menu.active a {
    font-weight: bold;
    color: var(--text-color);
}

.item_menu:hover i,
.item_menu.active i {
    color: var(--text-color);
}

.item_menu.inactive:hover {
    border-left: 2px solid transparent;
}

.item_menu.inactive span {
    color: #b2b2b2;
    font-size: 14px;
    font-family: Tahoma;
}

.item_menu.inactive:hover i {
    color: #b2b2b2;
}

.discount-block {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.discount-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.discount-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.discount-details {
    color: #ff5d33;
    text-decoration: underline;
    font-size: 14px;
}

.content-width {
    display: flex;
    justify-content: center;
    background: white;
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
    width: 100%;
    text-align: center;
}

.content-width a:hover{
    text-decoration: none;
}

.content-width a p{
    font-family: Arial;
    font-size: 16px;
    margin-top: 40px;
    color: #cbcbcb;
}

.left_content{
    display: flex;
    flex-direction: column;
}

.left_content .my_score, .new_order, .document_registry{
    width: 350px;
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 40px;
}

.left_content h2{
    color: black;
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: bold;
}

.my_score{
    margin-right: 50px;
    text-align: left;
}

.my_score span {
    color: #acacac;
    font-family: Tahoma;
    padding: 4px 0;
    font-size: 14px;
}

.my_score p{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.my_score a{
    color: #4990e2;
    font-family: Tahoma;
    font-size: 14px;
}

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

.new_order span, .document_registry span, .planner span, .my_order span {
    color: #acacac;
    font-family: Tahoma;
    font-size: 12px;
}

.new_order p{
    font-family: Tahoma;
    font-size: 14px;
    line-height: 24px;
    color: black;
    margin: 40px 0;
}

.left_content button{
    background-color: #fee12a;
    padding: 10px 20px;
    border-radius: 16px;
    border: none;
}

.document_registry > button{
    margin-top: 20px;
}

.document_registry input[type=email]{
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #e3e3e5;
    width: calc(100% - 38px);
}

.right_content{
    margin-left: 40px;
    width: 100%;
}

.right_content{
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 100px;
}

.right_content h2{
    color: black;
    display: inline;
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: bold;
}

.right_content .count-orders{
    display: inline;
    padding-left: 10px;
    font-size: 14px;
    color: #aaa;
}

.right_content .all_orders{
    float: right;
}

.right_content > .orders-list{
    margin-top: 30px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}

.right_content > .orders-list-main .row-name{
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
}

.right_content > .orders-list-main .row-order{
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    text-decoration: none;
    color: black;
}
.dashboard-section.orders .row-order{
    padding: 20px 10px;
    text-decoration: none;
    color: black;
    font-size: 13px;
}
.dashboard-section.planner .item{
    text-decoration: none;
    color: black;
    font-size: 13px;
    padding: 5px 5px;
}

.right_content > .orders-list-main .row-order:hover, .dashboard-section.orders .row-order:hover, .dashboard-section.planner .item:hover{
    text-decoration: none;
    background: #fcf8d9;
}

.right_content > .orders-list-main .row-order .status-value{
    width: 90px;
    text-align: center;
}

.right_content > .orders-list-main .row-order .amount-value{
    width: 100px;
    text-align: right;
}

.right_content > .orders-list-main .row-order .delivery-value{
    width: 90px;
    text-align: right;
}

.list-elements{
    width: 100%;
    text-align: center;
    margin: 20% 0;
}

.list-elements p{
    font-family: Tahoma;
    font-size: 14px;
    color: black;
}

.list-elements a{
    font-family: Tahoma;
    font-size: 14px;
    color: #4990e2;
}

.list-elements a:hover{
    text-decoration: none;
}

.delivery-date{
    margin-top: 20px;
    width: calc(100% - 38px);
}

.btn-outline-secondary > .fa-calendar{
    position: relative;
    right: 6px;
    top: -4px;
}

.time_sorting > .delivery-date{
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 260px;
    border-radius: 0;
    margin-top: 20px;
}

.time_sorting > .delivery-date .input-label__label{
    font-size: 14px;
    margin-top: 14px;
    margin-right: 6px;
    background: transparent;
    top: -30px;
}

.time_sorting > .delivery-date .gj-datepicker{
    display: flex;
    border-radius: 4px;
    width: 230px;
    border: 1px solid #e3e3e5 !important;
}

.time_sorting > .delivery-date .gj-datepicker input {
    background: #fff;
    outline-color: #ffde03;
    font-size: 14px;
    color: #000;
    border-right: 0 !important;
    width: calc(100% - 38px);
    box-shadow: none;
    border: none !important;
    height: 40px;
}

.time_sorting > .delivery-date .gj-datepicker input:focus{
    box-shadow: none;
}

.time_sorting > .delivery-date .gj-datepicker input + .input-group-append {
    border-radius: 0 1px 1px 0;
    border-left: 0 !important;
    position: absolute;
    height: 100%;
    right: 0;
}

.time_sorting > .delivery-date .gj-datepicker button {
    background: #fff;
    border: none !important;
    height: 100%;
    font-size: 16px!important;
}

.time_sorting > .delivery-date .gj-datepicker-bootstrap [role=right-icon] button{
    border: none;
    background: #fff;
}

.time_sorting > .delivery-date .gj-datepicker-bootstrap [role=right-icon] button:hover{
    border: none;
    background: #fff;
}

.time_sorting > .delivery-date .gj-datepicker button:focus{
    outline: none;
    box-shadow: none;
}

.time_sorting > .btn-group > .dropdown-menu.active{
    display: block;
    position: absolute;
    left: 88px;
    width: 74px;
    min-width: 74px;
}

.time_sorting > .btn-group > .dropdown-menu >.dropdown-item{
    display: block;
    padding: 8px;
    font-size: 14px;
    color: black;
}

.profile{
    width:100%;
    padding-bottom: 30px;
}

.basket{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.basket h2{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
}

.basket-content{
    display: flex;
    flex-direction: row;
}

.basket-content > .basket-list{
    flex: auto;
    background: white;
    margin-right: 30px;
    padding: 30px;
    border-radius: 25px;
}

.basket-content > .right-bakset{
    width: 25%;
}

.row-name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #acacac;
    padding: 10px 0;
    color: #acacac;
    font-size: 12px;
    font-family: Tahoma;
}
.row-name_new{
    padding: 10px 10px;
    color: #acacac;
    font-size: 12px;
    border-bottom: 1px solid var(--accent-color);
    font-family: Tahoma;
}

.row-name > .size, .row-name > .quantity, .row-name > .price{
    width: 20%;
}

.row-element > .size, .row-element > .quantity, .row-element > .price{
    width: 20%;
    font-size: 14px;
    font-family: Tahoma;
    color: black;
}

.size a{
    font-size: 12px;
    color: #4990e2;
    display: block;
    margin-top: 6px;
}

.row-element{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #acacac;
}

.product-basket{
    width: 30%;
    display: flex;
    align-items: center;
}

.prod-name{
    color: black;
    font-size: 14px;
    font-family: Tahoma;
}

.row-element > .quantity{
    display: flex;
}

.row-element > .quantity > i{
    width: 30px;
    text-align: center;
    border: 1px solid #acacac;
    align-self: center;
    padding: 7px;
    cursor: pointer;
}

.row-element > .quantity > .fa-minus{
    border-radius: 4px 0 0 4px;
}

.row-element > .quantity > .fa-plus{
    border-radius: 0 4px 4px 0;
}

.row-element > .quantity > input{
    width: 32px;
    margin-left: -1px;
    height: 30px;
    font-size: 12px;
    font-family: Tahoma;
    color: black;
    border: 1px solid #acacac;
    margin-right: -1px;
    text-align: center;
}

.row-element > .quantity > input[type="number"]::-webkit-outer-spin-button,
.row-element > .quantity > input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.row-element > .quantity > input[type="number"] {
    -moz-appearance: textfield;
}

.row-element > .quantity > input[type="number"]:hover,
.row-element > .quantity > input[type="number"]:focus {
    -moz-appearance: number-input;
}

.row-element > .quantity > input[type=number]::-webkit-inner-spin-button,
.row-element > .quantity > input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.row-element > .price{
    color: black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 14px;
}

.row-element > .fa-times{
    color: #c94e3f;
}

.total-basket{
    background-color: white;
    border-radius: 25px;
    padding: 30px;
}

.total-basket span{
    color: #acacac;
    font-family: Tahoma;
    font-size: 12px;
}

.total-basket p, .total-basket b{
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
}

.total-basket button{
    display: block;
    margin-top: 20px;
}

.pdf-delete{
    padding: 30px;
}

.blue-pdf{
    color: #4990e2;
    font-family: Tahoma;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
}

.blue-pdf i{
    font-size: 24px;
    color: #4990e2;
    margin-right: 6px;
}

.red-delete{
    color: #e74c3c;
    font-family: Tahoma;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
}

.red-delete i{
    font-size: 24px;
    color: #e74c3c;
    margin-right: 6px;
}

.profile h2{
    margin-top: 40px;
}

.profile h2:first-child{
    margin-top: 10px;
}

.address_delivery{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.address_delivery .item-delivery{
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    width: calc(33.33% - 40px);
    margin: 0 40px 40px 0;
}

.address_delivery .item-delivery .ix-profile-delete {
    position: relative;
    height: 22px;
    width: 22px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #e74c3c;
    opacity: .2;
    z-index: 1;
    cursor: pointer;
    top: -10px;
    right: -10px;
}

.address_delivery .item-delivery.add{
    display: flex;
}

.address_delivery .item-delivery.add img{
    width: 33%;
}

.address_delivery .item-delivery.add .add-delivery {
    align-self: center;
    padding-left: 18px;
    font-family: Tahoma;
    font-weight: bold;
    color: black;
}

.address_delivery .item-delivery p {
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.3;
    padding: 14px 0;
}

.address_delivery .item-delivery a {
    color: #4990e2;
    font-size: 14px;
    font-family: Tahoma;
}

.address_delivery .item-delivery .name-delivery{
    font-size: 16px;
    font-family: Tahoma;
    color: black;
    font-weight: bold;
}

.orders{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.orders h2{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.orders .count-orders{
    display: inline-block;
    color: #aaa;
    font-family: Tahoma;
    padding-bottom: 40px;
    font-weight: bold;
    font-size: 14px;
}

.orders .years{
    margin-top: 30px;
    margin-bottom: 30px
}

.orders .years a{
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 14px;
    color: black;
    font-family: Tahoma;
    background-color: #fee12a;
    padding: 4px 6px;
    font-family: Tahoma;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #fee12a;
}

.orders .years a:hover{
    text-decoration: none;
    background-color: #f3f3f3;
    border: 1px solid #fee12a;
}

.orders .time_sorting{
    display: flex;
    width: 90%;
}

.orders .time_sorting .delivery-date{
    width: inherit!important;
    margin: 0;
}

.orders .time_sorting button{
    margin-left: 30px;
}

.orders .time_sorting .btn-group{
    display: flex;
}

.orders .time_sorting .btn-group .dropdown-toggle {
    align-content: space-around;
    left: 172px;
    background: #fff;
}

.orders .time_sorting .btn-group .dropdown-menu{
    left: 172px;
}

.orders .time_sorting .date-sort .delivery-date .input-label__label{
    top: -20px;
    left: 0;
    width: 104%;
    background: transparent;
}

.orders .time_sorting .date-sort{
    width: 100%;
    display: flex;
}

.orders .time_sorting .date-sort form{
    display: flex;
    flex-direction: row;
    width: 80%;
}

.orders-list > div.nav-load-more > .load_more {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    width: 180px;
    margin: 50px auto;
    display: block;
    height: 50px;
}

.orders-list{
    margin-top: 30px;
    flex: auto;
    margin-bottom: 40px;
    background: white;
    margin-right: 30px;
    padding: 30px 0;
    border-radius: 20px;
}

.orders-list .row-name{
    display: flex;
    justify-content: normal;
    border-bottom: 1px solid #acacac;
    padding: 10px 30px;
    color: #acacac;
    font-size: 14px;
}

.orders-list .row-order {
    display: flex;
    justify-content: normal;
    padding: 20px 30px;
    border-bottom: 1px solid #acacac;
}

.orders-list .row-order:hover{
    text-decoration: none;
    background: #fcf8d9;
}

.orders-list .row-name .number-order{
    width: 14%;
    display: flex;
}

.orders-list .row-order .number-value{
    width: 14%;
    align-self: center;
    display: flex;
}

.orders-list .row-name .date-order{
    width: 10%;
    padding-left: 18px;
    display: flex;
}

.orders-list  .row-order .date-value{
    width: 10%;
    align-self: center;
    display: flex;
}

.orders-list .row-name .status-order{
    width: 12%;
    justify-content: center;
    display: flex;
}

.orders-list .row-order .status-value{
    width: 12%;
    align-self: center;
    justify-content: center;
    display: flex;
}

.orders-list .row-name .amount-order {
    width: 14%;
    justify-content: center;
    display: flex;
}

.orders-list .row-order .amount-value{
    width: 14%;
    justify-content: center;
    align-self: center;
    display: flex;
}

.orders-list .row-name .delivery-order {
    width: 14%;
    justify-content: start;
    display: flex;
}

.orders-list .row-order .delivery-value{
    width: 14%;
    justify-content: flex-start;
    align-self: center;
    display: flex;
}

.orders-list .row-name .status_delivery{
    width: 35%;
    display: flex;
}

.orders-list .row-order .status_delivery_value{
    width: 100%;
    justify-content: center;
    align-self: center;
    display: flex;
    padding-right: 40px;
}

.orders-list .row-order .status_delivery_value.green{
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.orders-list .row-order .status_delivery_value.red{
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.orders-list .row-name .date_time_delivery{
    width: 24%;
    padding-right: 40px;
    align-self: center;
    justify-content: center;
    display: flex;
}

.orders-list .row-order .date_time_value{
    width: 24%;
    justify-content: flex-end;
    align-self: center;
    display: flex;
}

.orders-list .row-order .date_time_value .change_delivery{
    width: 100%;
    justify-content: center;
    align-self: center;
    display: flex;
    padding-right: 40px;

}

.orders-list .row-order .date_time_value .cart__row{
    display: flex;
    width: 90%;
}

.orders-list .row-order .date_time_value .cart__row .cart__5{
    width: 50%;
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .delivery-date{
    margin-top: 10px;
    width: calc(100% - 20px);
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .delivery-date input .delivery_date{
    font-size: 14px;
    background: transparent;
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .delivery-date .input-label__label{
    font-size: 12px;
    background: transparent;
    top: -14px;
    color: #757575;
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .custom-select{
    margin-top: 10px;
    width: calc(100% - 6px);
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .custom-select input .delivery_time{
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 9px 8px;
}

.orders-list .row-order .date_time_value .cart__row .cart__5 .custom-select .input-label__label{
    position: absolute;
    top: -14px;
    left: 8px;
    background: transparent;
    z-index: 3;
    font-size: 12px;
    color: #757575;
    padding: 0 5px;
}

.orders-list .row-name .documents-order{
    display: flex;
    width: 10%;
    justify-content: flex-end;
}

.orders-list .row-order .detail_link{
    display: flex;
    width: 10%;
    color: black;
    align-self: center;
    justify-content: center;
}

.orders-list .row-name .repeat-order{
    display: flex;
    width: 9%;
    justify-content: flex-end;
}

.orders-list .row-order .repeat_link{
    display: flex;
    width: 9%;
    color: #4990e2;
    align-self: center;
    justify-content: center;
}

.repeat_canceled{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 12px;
    height: 100%;
    padding-left: 10px;
}

.orders-list .row-order .repeat_canceled .repeat_link, .orders-list .row-order .repeat_canceled .change_order, .orders-list .row-order .repeat_canceled .canceled_link{
    display: flex;
    width: 100%;
    color: black;
    align-self: center;
    justify-content: center;
    border: 1px solid #ffe100;
    border-radius: 5px;
    margin: 2px;
    padding: 6px;
}

.orders-list .row-order .detail_link{
    color: black;
    font-weight: bold;
    font-size: 12px;
    align-self: center;
    justify-content: center;
    border: 1px solid #ffe100;
    border-radius: 5px;
    margin: 2px;
    padding: 6px;
}

.select_sort{
    position:relative;
    color: #acacac;
    font-size: 14px;
}

.select_sort:hover, .select_sort:active, .select_sort:visited{
    color: #acacac;
    text-decoration: underline;
}

.select_sort:before, .select_sort:after{
    content: "";
    display: block;
    width: 2px;
    height: 7px;
    background: #acacac;
    transform: rotate(45deg);
    right: -16px;
    position: absolute;
    top: 5px
}

.select_sort:before {
    right: -12px;
    transform: rotate(-45deg)
}

.documents-value span{
    background-color: #fcf3ad;
    color: black;
    font-size: 14px;
    padding: 6px 8px;
    margin: 6px;
    cursor:pointer;
}

.documents-value p{
    color: #acacac;
    font-size: 12px;
    font-family: Tahoma;
}

.pagination .fa{
    color: black;
}

.pagination a{
    font-family: Tahoma;
    margin-right: 10px;
    font-size: 14px;
    align-self: center;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    color: black;
}

.pagination a:first-child, .pagination a:last-child{
    background-color: #fee12a;
}

.pagination a:hover{
    text-decoration: none;
    background-color: #fee12a;
}

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

.pagin-count .pagination{
    display: flex;
}

.pagin-count .pagination ul{
    display: flex;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.count{
    margin-top: 30px;
}

.count a{
    font-family: Tahoma;
    margin-right: 10px;
    font-size: 14px;
    align-self: center;
    padding: 10px 14px;
    border-radius: 10px;
    color: black;
}

.amount-value.red{
    color: red;
}

.status-value.orange{
    color: orange;
    font-size: 14px;
    font-weight: bold;
}

.status-value.green{
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.status-value.red{
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.status_delivery_value.orange{
    color: orange;
    font-size: 14px;
    font-weight: bold;
}

/* servics*/
.services h2{font-size:22px; line-height:24px}
.services h3{font-size:20px; line-height:22px}
.services .items,
.services .menu{
    display:flex;
    flex-wrap: wrap;
    align-content:stretch;
    margin:0 -5px;
}
.services .menu{
    padding-bottom:15px;
}
.services .items .item,
.services .menu .item{
    width:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:5px;
}
.services.links .menu .item{
    width:25%;
}
.services.index .items .item{
    width:100%;
}
.services.workers .items .item{
    width:100%;
}
.services .items .item a,
.services .menu .item a{
    display:block;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration:none;
    justify-content:space-between;
    height:100%;
    position:relative;
    overflow:hidden;
}
.services .menu .item a.active{
    background:#ffdb00;
    border-color:#ffdb00;
    color:#000;
}
.services.links .menu .item a{
    padding:10px 20px;
    text-align:center;
}
.services .items .item a span{
    display:block;
}
.services.index .items .item a span.item-name,
.services.workers .items .item a span.item-name,
.services.orders .items .item a .item-date,
.services.sets .items .item a .item-name{
    color:#000;
}
.services.index .items .item a .item-info,
.services.workers .items .item a .item-number,
.services.orders .items .item a .item-date,
.services.sets .items .item a .item-id{
    float:right;
}

.services .detail .props{
    margin-bottom:5px;
}
.services .detail .props .item{
    padding:0 0 10px;
    line-height:20px;
}
.services.set .detail .products,
.services.order .detail .products,
.services.check .detail .products{
    background:#fff;
    border-radius:5px;
    width:100%;
}
.services.set .detail .products td,
.services.set .detail .products th,
.services.order .detail .products td,
.services.order .detail .products th,
.services.check .detail .products td,
.services.check .detail .products th{
    padding:10px;
    border:1px solid #ccc;
    vertical-align:middle;
    text-align:center;
}
.services.set .detail .products td.name,
.services.order .detail .products td.name,
.services.check .detail .products td.name{
    text-align:left;
}
.services.order .detail .bottom{
    margin-top:20px;
}
.services.order .detail .bottom .button{
    display:inline-block;
    padding:20px;
    text-decoration:none;
    color:#000;
    background:#ffdb00;
}
.services .subtitle{
    padding-bottom:25px;
}
.services h2 ~ .subtitle{
    margin-top:-5px;
}
.services.worker h2{
    text-align:center;
    margin-bottom:30px;
}
.services.worker .detail{
    background:#fff;
    padding:15px;
}
.services.worker .detail .props{
    display:flex;
    flex-wrap:wrap;
    font-size:90%;
}
.services.worker .detail .props .lt{
    width:70%;
}
.services.worker .detail .props .rt{
    width:30%;
}
.services.worker .detail .props .rw{
    position:relative;
    overflow:hidden;
}
.services.worker .detail .props .rw .item{
    width:100%;
    display:flex;
}
.services.worker .detail .props .rw.name .item{
    float:left;
}
.services.worker .detail .props .item .name{
    padding-right:10px;
    max-width:50%;
    flex-grow:0;
}
.services.worker .detail .props .item .value{
    flex-grow: 100;
    border-bottom:1px solid #000;
    padding-left:5px;
    padding-right:5px;
    margin-right:10px;
    font-weight:bold;
    align-items: center;
}
.services.worker .detail .props .rw.name .item:nth-child(1){width:40%;}
.services.worker .detail .props .rw.name .item:nth-child(2){width:60%;}
.services.worker .detail table.rules,
.services.worker .detail table.info{
    margin:0;
    padding:0;
    border-collapse:collapse;
    width:100%;
    margin-top:30px;
}
.services.worker .detail table.rules th,
.services.worker .detail table.rules td,
.services.worker .detail table.info th,
.services.worker .detail table.info td{
    border:1px solid #000;
    padding:10px;
    vertical-align: middle;
    font-size:80%;
}
.services.worker .detail table.rules th{
    text-align: center;
    background:rgb(36,160,233);
    color:#fff;
}
.services.worker .detail table.rules td.title{
    background:rgb(221,235,246);
}
.services.worker .detail table.rules th:not(:nth-child(1)) span{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}
.services.worker .detail table.rules td i.x{color:red}
.services.worker .detail table.rules td i.v{color:green}
.services.worker .detail table.rules tr td:not(:nth-child(1)),
.services.worker .detail table.info tr td:not(:nth-child(1)){text-align:center;}
.services.worker .detail table.info th{text-align:center;}
.services.worker .detail table.info tr:nth-child(1) th{
    font-size:90%;
    font-weight:bold;
}
.services.worker .detail table.info tr:nth-child(2) th:nth-child(4),
.services.worker .detail table.info tr td:nth-child(5){
    background:rgb(254,199,206);
    color:rgb(154,5,17);
}
.services.form .detail .props .item{
    padding:0 0 10px;
}
.services.form .detail .props .item b{
    display:block;
    padding:0 0 5px;
}
.services.form .detail .props .item input[type="submit"]{
    background:#ffdb00;
    border-color:#ffdb00;
}
.services.form .detail .props .item input[type="submit"]:disabled{
    background:#e3e3e5;
    border-color:#e3e3e5;
}
.services.form .detail .props .item select{
    width:100%;
    max-width:100%;
}
.services.form .detail select.err{
    border-color:red !important;
}

/* service page */
.service .items{
    border:1px solid #999;
    padding:0 20px;
    border-radius:10px;
    background:#fff;
}
.service .items a{
    text-decoration:none;
}
.service .item{
    position:relative;
    overflow:hidden;
    border-top:1px solid #999;
}
.service .item:first-child{
    border:none;
}
.service .item a.item-info{
    padding:10px 10px 10px 14px;
    display:block;
    position:relative;
    float:left;
}
.service .item span.item-name{
    padding:10px 0 10px 14px;
    float:right;
    display:block;
}
.service .item a.item-info:before{
    content:"\2228";
    display:block;
    position:absolute;
    bottom: 12px;
    left:0;
    font-size:12px;
    transform: scaleY(1.5) rotate(-90deg);
}
.service .item.open a.item-info:before{
    transform: scaleX(1.5);
    bottom: 13px;
}
.service .item:first-child a.item-info{border:none}
.service .item:not(.open) .workers{
    display:none;
}
.service .item .workers{
    margin-bottom:10px;
    clear: both;
}
.service .item .workers th,
.service .item .workers td{
    padding:5px;
    font-size:90%;
    text-align:center;
    vertical-align:middle;
}
.service .item .workers th{
    font-weight:bold;
}
.service .item .workers tr th:nth-child(1){
    width:30%;
}
.service .item .workers tr th:nth-child(2){
    width:10%;
}
.service .item .workers tr th:nth-child(3){
    width:15%;
}
.service .item .workers tr th:nth-child(4){
    width:20%;
}
.service .item .workers tr th:nth-child(5){
    width:20%;
}
.service .item .workers tr th:nth-child(6){
    width:5%;
}
.service .item .workers tr td:nth-child(1){
    text-align:left;
}
.service .item .worker.fired{
    opacity:0.3;
}
.service .item .worker:not(.open) + tr{
    display:none;
}
.service .worker .section-products{
    font-weight:bold;
    width:100%;
    margin:10px auto;
}
.service .item .addresses{
    width:100%;
    margin:10px auto 15px;
}
.service .item .addresses textarea{
    width:100%;
    height:100%;
    border:none;
    resize: none;
}
.service .item .addresses select{
    width:100%;
    height:100%;
    border:none !important;
    padding-left:0 !important;
    resize: none;
}
.service .item .addresses tr th:nth-child(1){
    width:50%;
}
.service .item .addresses tr th:nth-child(2){
    width:50%;
}
.service .item .addresses th,
.service .item .addresses td{
    border:1px solid #ccc;
}
.service .item .products{
    width:100%;
    margin:10px auto 15px;
}
.service .worker a.products-info{
    padding-left:12px;
    position:relative;
    display:block;
}
.service .worker a.products-info:before{
    content:"\2228";
    display:block;
    position:absolute;
    bottom: 1px;
    left:0;
    font-size:11px;
    transform: scaleY(1.5) rotate(-90deg);
}
.service .worker.open a.products-info:before{
    transform: scaleX(1.5);
    bottom: 2px;
}
.service .item .products tr th:nth-child(1){
    width:40%;
}
.service .item .products tr th:nth-child(2){
    width:20%;
}
.service .item .products tr th:nth-child(3){
    width:10%;
}
.service .item .products tr th:nth-child(4){
    width:15%;
}
.service .item .products tr th:nth-child(5){
    width:15%;
}
.service .item .products th,
.service .item .products td{
    border:1px solid #ccc;
}
.service .item .products .season{
    text-align:center !important;
    background:#ccc;
}
.service .number-form input{
    width:100%;
    height: 20px;
    line-height: 10px;
    padding-top: 0;
    padding-bottom:0;
    text-align:center;
}
.service .number-form input[type='submit']{
    margin-top: 4px;
    font-size:80%;
}

/*order page*/
.order, .service{width: 100%;}
.order h2, .service h2{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.order .date-order{
    color: #aaa;
    font-size: 14px;
    font-family: Tahoma;
    margin-left: 10px;
}
.order .download-doc{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}
.order .download-doc p{
    color: black;
    margin-right: 40px;
    font-family: Tahoma;
    font-size: 14px;
    display: inline-block;
}
.order .download-doc .doc{
    color: #000;
    padding: 6px 8px;
    margin: 6px;
    background-color: #ffef94;
}
.order .download-doc .doc:hover{
    color: black;
    text-decoration: none;
}
.order-wrapper-content{
    display: flex;
    flex-direction: row;
    flex: 75% 25%;
}
.order-wrapper-content .order-list{
    width: 100%;
    background-color: white;
    padding: 30px;
    margin-right: 30px;
    border-radius: 30px;
}
.order-wrapper-content .description_order{
    width: 26%;
    background-color: white;
    padding: 30px;
    border-radius: 30px;
}
.description_order{
    line-height: 1.6;
}
.description_order h2{
    color: #000;
    font-size: 16px;
}
.description_order p{
    font-size: 12px;
    color: #acacac;
    font-family: Tahoma;
}
.description_order span{
    font-size: 14px;
    color: #000;
    font-family: Tahoma;
}
.order-wrapper-content .order-list .row-name-order{
    display: flex;
    font-size: 12px;
    color: #acacac;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e5e5e5;
}
.order-wrapper-content .order-list .elem-row-order{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    color: black;
    font-size: 14px;
    font-family: Tahoma;
    padding: 36px 0;
}
.row-name-order .name-art{
    flex-grow: 1;
}
.row-name-order .name-prod{
    flex-grow: 7;
    width: 0;
}
.row-name-order .name-p{
    flex-grow: 2;
    text-align: center;
}
.row-name-order .name-size{
    flex-grow: 2;
}
.row-name-order .name-one{
    flex-grow: 1;
}
.row-name-order .name-quantity{
    flex-grow: 3;
}
.row-name-order .name-amount{
    flex-grow: 3;
}
.elem-row-order .value-art{
    flex-grow: 1;
}
.elem-row-order .value-p{
    flex-grow: 1;
}
.elem-row-order .value-prod{
    display: flex;
    flex-direction: row;
    flex-grow: 7;
    width: 0;
    flex-wrap: wrap;
}
.elem-row-order .value-size{
    flex-grow: 2;
}
.elem-row-order .value-one{
    flex-grow: 1;
}
.elem-row-order .value-quantity{
    flex-grow: 3;
}
.elem-row-order .value-amount{
    flex-grow: 3;
}
.ix-basket-loader {
    display: none;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .5) url(/local/templates/fastindex/components/bitrix/sale.order.ajax/order_kladr/loader.gif.pagespeed.ce.jh5WhCCZ0e.gif) no-repeat center;
}
.ix-active-profile{
    border: solid 1px #ffe100;
}
.cart__checkbox {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    line-height: 21px
}

.cart__checkbox input {
    position: absolute;
    opacity: 0;
    outline: none
}

.cart__checkbox input + span {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px
}

.cart__checkbox input + span:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #ff5d33;
    border-radius: 1px;
    position: absolute;
    top: -1px;
    left: 0
}

.cart__checkbox input:hover + span:before {
    background: #fff;
}

.cart__checkbox input:checked + span:before {
    background: #fff;
}

.cart__checkbox input:disabled + span {
    color: #e3e3e5;
    cursor: auto
}

.cart__checkbox input:disabled + span:before {
    box-shadow: none;
    background: #e3e3e5;
    border-color: #e3e3e5
}

.cart__checkbox input:checked + span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #ff5d33, 4px 0 0 #ff5d33, 4px -2px 0 #ff5d33, 4px -4px 0 #ff5d33, 4px -6px 0 #ff5d33, 4px -8px 0 #ff5d33;
    transform: rotate(45deg)
}

#change_delivery_date .modal-content{
    width: 400px!important;
    text-align: center;
}
.change_delivery_date{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.change_delivery_date .delivery-time:before, .change_delivery_date .delivery-time:after {
    top: 15px;
    background: #9a9a9a;
}
.change_delivery_date .input-label{
    width: 100%;
    margin: 20px 0;
}
.change_delivery_date .input-label input{
    width: 100%;
}
.change_delivery_date .input-label span{
    position: absolute;
    top: -16px;
    left: 8px;
    background: #fff;
    z-index: 3;
    font-size: 14px;
    color: #9a9a9a;
    padding: 0 5px;
}
.change_delivery_date .delivery_comment_current{
    width: 100%;
    border: 1px solid #9a9a9a;
    height: 90px;
    padding: 10px;
}
.delivery-time {
    display: inline-block;
    position: relative
}
.form_delivery_date > .delivery-date .gj-datepicker input + .input-group-append {
    height: 90%;
    width: 96%;
    text-align: right;
    top: 0;
}
.delivery-time [name=delivery_time] {
    cursor: pointer;
    padding-right: 40px !important;
    width: 160px
}

.delivery-time:before, .delivery-time:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #000;
    transform: rotate(45deg);
    right: 15px;
    position: absolute;
    top: 18px
}
.delivery-time.active:before{
    transform: rotate(45deg)
}
.delivery-time.active:after{
    transform: rotate(-45deg)
}
.delivery-time:before {
    right: 21px;
    transform: rotate(-45deg)
}

.delivery-time.active .delivery-time__list {
    display: block;
    transition: 12ms;
}

.delivery-time__list {
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #e3e3e5;
    border-top: none;
    width: 100%;
    display: none;
    z-index: 7;
    background: #fff
}

.delivery-time__item {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #e3e3e5;
    cursor: pointer
}

.delivery-time__item:hover {
    background: #ffde03
}

.delivery-time__item:last-child {
    border: none
}

.line{
    display: flex;
}
.left{
    min-width: 100px;
    text-align: right;
    display: flex;
    align-items: center;
}
input, select{
    border: 1px solid #e3e3e5 !important;
    font-size: 14px;
    padding: 10px 15px;
}
.delivery-date{
    position: relative;
    display: inline-block;
}
.delivery-date .gj-datepicker{
    display: flex;
    width: 100%;
    border: 1px solid #e3e3e5 !important;
}
.delivery-date .gj-datepicker input {
    background: #fff;
    outline-color: #ffde03;
    font-size: 14px;
    color: #000;
    border-right: 0 !important;
    width: calc(100% - 38px);
    box-shadow: none;
    border: none !important;
    height: 40px;
}
.delivery-date .gj-datepicker input:focus{
    box-shadow: none;
}
.delivery-date .gj-datepicker input + .input-group-append {
    border-radius: 0 1px 1px 0;
    border-left: 0 !important;
    position: absolute;
    height: 100%;
    right: 0;
}
.delivery-date .gj-datepicker button {
    background: #fff;
    border: none !important;
    height: 100%;
    font-size: 18px;
}
.delivery-date .gj-datepicker button:focus{
    outline: none;
    box-shadow: none;
}
.delivery-date .input-label__label{
    position: absolute;
    top: -10px;
    left: 8px;
    background: #fff;
    z-index: 3;
    font-size: 14px;
    color: #9a9a9a;
    padding: 0 5px;
}
.info{
    font-size: 14px;
    margin-left: 10px;
}
.h4{
    margin-bottom: 20px !important;
}
.error{
    color: #ff4846;
    margin: 10px 0;
}
.order-logo{
    margin-top:40px;
    font-size: 12px;
    color: #acacac;
}
.order-logo img{
    width:100%;
    max-width:200px;
    margin-top:16px;
}

/* Стили для дашборда */
.dashboard {
    display: grid;
    gap: 30px;
    padding: 30px;
    width: 100%;
}
.dashboard.main {
    grid-template-columns: 350px 1fr;
}
.dashboard.one {
    grid-template-columns: 1fr;
}

/* Определяем порядок карточек */
.dashboard-section.banner {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    padding:0;
    min-height:auto;
    border-radius:0;
}
.dashboard-section.banner img{
    width:100%;
}

.dashboard-section.cart {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
}

.dashboard-section.act {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
}

.dashboard-section.planner {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
}

.dashboard.main .dashboard-section.orders {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
}

.dashboard-section {
    background: #fff;
    border-radius: 25px;
    padding: 25px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.dashboard-section h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.dashboard-section p {
    color: #acacac;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.dashboard-section .btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fee12a;
    border-radius: 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-top: auto;
    width: fit-content;
}

.dashboard-section .btn:hover {
    background: #ffe44f;
}

.dashboard-section .date-range {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.dashboard-section .date-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap:20px
}

.dashboard-section .date-field label {
    display: block;
    color: #acacac;
    font-size: 14px;
    width: 35px;
}

.dashboard-section .date-field input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e3e3e5;
    border-radius: 4px;
    font-size: 14px;
}

/* Обновляем медиа-запросы */
@media (max-width: 1200px) {
    .dashboard.main {
        grid-template-columns: 350px 1fr;
    }
}

@media (max-width: 992px) {
    .dashboard {
        grid-template-columns: 1fr;
    }
    
    .dashboard-section.planner,
    .dashboard-section.orders {
        grid-column: 1;
        grid-row: auto;
    }
    
    .dashboard-section.cart { 
        grid-column: 1;
        grid-row: 2;
    }
    
    .dashboard-section.act { 
        grid-column: 1;
        grid-row: 3;
    }
    
    .dashboard-section.planner { 
        grid-column: 1;
        grid-row: 4;
    }

    .dashboard.main .dashboard-section.orders {
        grid-column: 1;
        grid-row: 5 !important;
    }
}

@media (max-width: 576px) {
    .sidebar {
        padding: 0 15px;
    }
    
    .dashboard-section {
        padding: 20px 15px;
    }
    
    .dashboard-section .date-range {
        flex-direction: column;
    }
}

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

    .dashboard {
        grid-template-columns: 1fr !important;
        padding: 30px 0 !important;
    }
    
    .dashboard-section {
        grid-column: 1 !important;
        border-radius: 0;
    }
    
    .dashboard-section.cart { grid-row: 2; }
    .dashboard-section.act { grid-row: 3; }
    .dashboard-section.planner { grid-row: 4; }
    .dashboard-section.orders { grid-row: 5; }
}

/* Modal Styles */
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}

.pers-vigoda{
    background-color: #bfa500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    grid-column-start: 1;
    grid-column-end: 3;
    min-height: unset;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
    padding: 20px;
}
.dashboard-section.planner {
    padding-top: 65px;
    position: relative;
}
    .dashboard-section.planner h2 {
        position: absolute;
        left: 0;
        top: -14px;
        padding: 0 25px;
        background: #fff5cc;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 75px;
    }
.dashboard-section.planner.new {
    grid-row: 4;
}
.dashboard-section.planner:nth-child(2n){
    grid-row: 3;
}
.dashboard-section.planner:nth-child(3n) {
    grid-row: 2;
}
.dashboard-section.planner.new{
    max-height: 248px;
}
.dashboard.main .dashboard-section.orders.new{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 6;
    position: relative;
    padding-top: 65px;
    overflow: hidden;
}
.dashboard.main .dashboard-section.orders.new>.faic {
    align-items: center;
    min-height: 60px;
    position: absolute;
    left: 0;
    top: -0px;
    padding: 0 25px;
    background: #fff5cc;
    right: 0
}

    @media (max-width: 992px) {
        .dashboard.main .dashboard-section.orders.new {
            grid-column: 1;
            grid-row: 7 !important;
        }
    }
        @media (max-width: 768px) {
            .content {
                padding: 0;
            }

            .dashboard {
                grid-template-columns: 1fr !important;
                padding: 30px 0 !important;
            }

            .dashboard-section {
                grid-column: 1 !important;
                border-radius: 0;
            }

            .dashboard-section.cart {
                grid-row: 2;
            }

            .dashboard-section.act {
                grid-row: 3;
            }

            .dashboard-section.planner {
                grid-row: 8;
            }

            .dashboard-section.planner:nth-child(2n) {
                grid-row: 7;
            }

            .dashboard-section.planner:nth-child(3) {
                grid-row: 6;
            }

            .dashboard.main .dashboard-section.orders.new {
                grid-row: 9 !important;
            }
            .dashboard-section.planner h2{
                flex-direction: column;
                gap:5px;
                align-items: flex-start;
                justify-content: center;
            }
        }