@charset "UTF-8";
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Regular.eot') format('embedded-opentype');
        ;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Light.eot') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Light.woff') format('woff'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy/Gilroy-Medium'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Medium.eot') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy/Gilroy-Bold'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Bold.eot') format('embedded-opentype'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('/catalog/view/css/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Monotype';
    src: local('Monotype Corsiva'),
        url('/catalog/view/css/fonts/Monotype/monotypecorsiva.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    /*overflow-x: hidden;*/
    width: 100%;
}
body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    line-height: 120%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html.modal-open, html.modal-open body {
    overflow: hidden;
}

html.top-menu-open body {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a, a:hover, a:focus, a:active {
    color: #171717;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
h1, .h1 {    
    font-size: 36px;
    font-family: inherit;
    margin: 0px;
    line-height: 44px;
}
h2, .h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 27px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.h3, h3 {
    font-size: 24px;
    line-height: 1.1;
}

.goldtext, .goldtext:hover, .goldtext:focus, .goldtext:active {
    color: #d0a66f;
}
.blacktext {
    color: #000000;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.red {
    color: #f00;    
}
.green {
    color: #52C138;    
}
button {
    font-family: 'Gilroy', sans-serif;
    color: inherit;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    min-width: 140px;
    width: auto;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ededed;
    overflow: hidden;
    text-transform: uppercase;
    background: #fff;
}

.btn-default {
    color: #d0a66f;
    border: 1px solid #d0a66f;
}

.btn-primary {
    background: linear-gradient(92.57deg, #CA9C68 7.38%, #FFE8A4 98.71%);
    color: #fff;
    border: none;
    border-bottom: 2px solid #D59B6D;
    font-weight: 600;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: linear-gradient(92.57deg, #FFE8A4 7.38%, #CA9C68 98.71%) !important;
    border-bottom: 2px solid #D59B6D !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #d0a66f !important;
    border: 1px solid #d0a66f !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-weight: 600;
}

.btn .fa {
    margin-right: 5px;
}

.form-block {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input, textarea {
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

input {
    display: block;
    margin: 0;
    padding: 0 15px 0 15px;
    float: none;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
textarea {
    display: block;
    margin: 0;
    padding: 15px;
    float: none;
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    outline: none !important;
}

input[type="radio"] {
    height: auto;
}
input[type="checkbox"]:checked {
    background: #fff url(/image/catalog/icon/i-check.svg) center center no-repeat;
    background-size: 12px;
}
select, textarea, input {
    font-size: 16px;
}
.form-control {
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}
input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
label.checkbox {
    display: flex;
    align-items: center;
}
input.error, textarea.error {
    border-color:#f00;
}
p {
    margin: 0 0 10px;
}
.nolink {
    pointer-events: none;
}

.container {
    max-width: 1170px;
    padding: 0px 15px;
    margin: auto;
    width: 100%;
}
.hidden {
    display: none !important;
}
.bold {
    font-weight: bold;
}
.center-text {
    text-align: center;
}
main {    
    min-height: 600px;
    margin-top: 5px;
}


.header__top-menu-list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0px -25px;
}
.header__top-menu-item {
    position: relative;
}
.header__top-menu-item-dropdown {
    padding: 0px 25px 0px 25px;
}
.header__top-menu-link {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    padding: 14px 25px 14px 25px;
    display: block;
}
.header__top-menu-item-dropdown > .header__top-menu-link {
    display: inline-block;
    padding: 14px 0px 14px 0;
}

.header__top-menu-item:hover > .header__top-menu-link, .header__top-menu-item.active > .header__top-menu-link, .header__top-menu-item-dropdown-item:hover > .header__top-menu-link, .header__top-menu-item-dropdown-item.active > .header__top-menu-link {
    color: #d0a66f;
}

.header__top-menu-item-dropdown-toggle {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}
.header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
    color: #d0a66f;
    transform: rotate(180deg);
}

.header__top-menu-item-dropdown-list {
    display: none;
    box-shadow: 0 4px 4px rgb(190 190 190 / 25%);
    padding-left: 0;
    list-style: none;
    position: absolute;
    background: white;
    z-index: 10;
    top: 32px;
    min-width: 185px;
    padding: 5px;
}

.header__top-menu-item:hover .header__top-menu-item-dropdown-list {
    display: block;
}

.header__top-menu-link--dropdown {
    padding: 6px 12px;
}


.header__main-block {
    padding-bottom: 15px;
    padding-top: 5px;
}
.header__main-block-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo-block {
}

.header__logo {
    width: 107px;
    margin: 0 20px 0 0;
}

.header__logo img {
    width: 100%;
    height: auto;
}

.header__middle-block {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-right: 25px;
}

.header__top-city {
    width: max-content;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5B5B5B;
    margin-right: 15px;
    margin-left: 1px;
}

.header__top-city-warp {
    position: relative;
}

.header__top-city-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 11;
    box-shadow: 0 4px 4px rgb(190 190 190 / 25%);    
    padding: 7px 0px;
    width: 150px;
    background: #fff;
}

.header__top-city-warp.open .header__top-city-dropdown-menu {
    display: block;
}

.header__top-city-active::after {
    display: inline-block;
    margin-left: 1px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header__top-city-active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    white-space: nowrap;
}
.header__top-city-dropdown-menu-item {
    padding: 10px 10px 10px 10px;
    font-size: 14px;

}

.header__top-city-dropdown-menu-item button {
    background: none;
    border: none;    
}

.header__top-city-dropdown-menu-item button:hover {
    color: #d0a66f;
}

.header__search-block {
    width: 100%;
}

.header__search-input-group {
    height: 50px;
    width: 100%;
    display: flex;
}

.header__search-input-group-modal {
    position: relative;
}

.header__search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 50px;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 0px;
}

.header__search-input {
    height: 100%;
    max-width: calc(100% - 175px);
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 0 60px 0 15px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.4s ease;
    position: absolute;
    right: 0px;

}
.header__search-input:focus {
    position: absolute;
    right: 0px;
    max-width: 100%;
}


.header__search-input:focus::-webkit-input-placeholder {
    color: transparent;
}
.header__search-input:focus::-moz-placeholder {
    color: transparent;
}
.header__search-input:focus:-moz-placeholder {
    color: transparent;
}
.header__search-input:focus:-ms-input-placeholder {
    color: transparent;
}

.header__action-block {
    display: flex;
    align-items: center;
}

.header__search-toggle {
    display: none;
}

.header__is-info-block {
    width: 180px;
    position: relative;
}
.header__is-info-block-mobile {
    display: none;
}
.header__is-info-block-pc {
    display: block;
}

.header__account-block {
    position: relative;
}

.header__login-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    font-weight: 500;
}

.header__login-button svg, .header__login-button img {
    margin-right: 7px;
    width: 24px;
}

.header__account-block:hover .header__login-button {
    color: #d0a66f;
}

.header__account-link-list {
    position: absolute;
    z-index: 10;
    width: 200px;
    background: #fff;
    padding: 10px;
    display: none;
    right: -10px;
    flex-direction: column;
    top: 100%;
    color: #000;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 5px;
}

.header__account-block:hover .header__account-link-list {
    display: flex;
    cursor: pointer;
}

.header__account-link {
    color: #000;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}

.header__account-link:hover, .header__account-link.active {
    color: #d0a66f;
}

.header__account-link svg {
    margin-right: 10px;
    width: 15px;
}

.header__top-menu-toggle {
    display: none;
}



.header__main-menu-block-wrap {
    height: 50px;
}

.header__main-menu-block {
    box-shadow: 1px 1px 9px #f3e2cb;
    position: relative;
    z-index: 9;
    background: #fff;
}

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

.header__main-menu-navbar-wrap {
    width: 100%;
}

.header__main-menu-navbar {
    width: 100%;
}

.header__main-menu-list {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 50px;
    width: 100%;
}

.header__main-menu-item {
    display: block;
    /*height: 100%;*/
    width: auto;
    /*position: relative;*/
}

.header__main-menu-item-dropdown {
}

.header__main-menu-link {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
    display: block;
    padding-right: 25px;
    white-space: nowrap;
}

.header__main-menu-item:last-child .header__main-menu-link {
    padding-right: 0px;
}

.header__main-menu-item-dropdown-toggle {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.header__main-menu-item-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    /*left: 0px;*/
    width: auto;
    max-width: 200px;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 3px;
    background: #fff;
}

.header__main-menu-item:last-child .header__main-menu-item-dropdown-menu {
    /*left: auto;
    right: 0px;*/
}

.header__main-menu-item-dropdown-menu-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.header__main-menu-item-dropdown-menu-list {
    margin: 20px 0;
    /*border-right: 1px solid #E5EAEC;*/
}

/*.dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);

}
.dropdown-menu-columns-2 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);

}
.dropdown-menu-columns-3 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);
}

.dropdown-menu-columns-4 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);
}*/

.header__main-menu-item-dropdown-menu-item-title {
    display: block;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-weight: 700;
    font-size: 15px;
}

.header__main-menu-item-dropdown-menu-item-title--link {
    font-weight: 500;
}

.header__main-menu-item:hover > .header__main-menu-link, .header__main-menu-item.active > .header__main-menu-link {
    color: #d0a66f;
}

.header__main-menu-item:hover .header__main-menu-item-dropdown-menu {
    display: block;
}

.header__main-menu-item-dropdown-menu-item-title--link:hover, .header__main-menu-item-dropdown-menu-item.active .header__main-menu-item-dropdown-menu-item-title--link {
    color: #d0a66f;
}



main {
    min-height: 600px;
    margin-top: 5px;
}

.top-section {
    background: #FBFBFB;
    padding: 12px 0 19px;
    margin-bottom: 25px;
}

.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    overflow: auto;
    padding: 0px;
    color: #171717;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
}

.breadcrumb__item {
}

.breadcrumb__link {
    color: inherit;
    text-decoration: underline;
}

.breadcrumb__item:after {
    content: ">";
    margin: 0 3px;
}

.breadcrumb__item:last-child:after {
    display: none;
}

.breadcrumb__link--nolink {
    text-decoration: none;
}

.page-header-block {
}

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

.page-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
    padding-bottom: 0px;
    border-bottom: none;
}

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

.left-content {
    width: 265px;
    display: flex;
    align-self: stretch;
}

.content-section-wrap.left-close .left-content {
    width: 100%;
}

.content-section-wrap.left-close .account-menu {
    display: none;
}

.main-content {
    width: 100%;
}

.main-content--l, .main-content--r {
    width: calc(100% - 295px);
}

.content-section-wrap.left-close .main-content--l {
    width: 100%;
}

.account-menu-wrap {
    width: 100%;
}

.account-menu {
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
}

.account-menu__item {
    background: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    font-size: 14px;
    color: #bcbcbc;
    padding: 29px 0;
    width: 100%;
    height: 75px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.account-menu__item.active, .account-menu__item:hover, .account-menu__item:active, .account-menu__item.active:hover, .account-menu__item.active:focus {
    border: 1px solid #e1bd82;
    color: #e1bd82;
}

.account-menu__item svg {
    margin-right: 15px;
    width: 25px;
}

.account-menu__title {
}

.account-menu__account-header {
    padding: 8px 0;
    margin: 0 0 5px;
}
.account-menu__account-title {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.account-menu__account-title:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 1px;
    margin-left: 14px;
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
}

.content-section-wrap.left-close .account-menu__account-title:after {
    top: -3px;
    transform: rotate(135deg);
}

.well {
    box-shadow: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: none;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;
}

.table-responsive table {
    border: 1px solid #ddd !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
}

.table-responsive table tr td {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
    padding-left: 20px !important;
    text-align: left;
    color: #202020 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.table-responsive table thead tr td {
    color: #838383 !important;
}

.variation-icon, .menu-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
}
.variation-1 {
    background: url(../image/plus.png) no-repeat;
}
.variation-2 {
    background: url(../image/minus.png) no-repeat;
}

.table-responsive td.quantity-minus {
    color: #dc0000 !important;
}
.table-responsive td.quantity-plus {
    color: #009933 !important;
}

.table-responsive .table-hover > tbody > tr:hover {
    background: rgba(243,215,150,0.14);
}

.table-responsive .table-hover > tbody > tr.active {
    background: rgba(243,215,150,0.14);
}

.table-responsive .table-hover > tbody > tr.active td {
    background-color: inherit;
}

.table-responsive .td-action {
    display: none;
}

.table-responsive .edit-burger {
    background: url(/image/catalog/icon/icon_burger.svg) center center no-repeat;
    height: 14px;
    width: 20px;
    border: none;
    background-size: 100%;
    padding: 4px 0px;
}

.table-responsive tbody > tr td a {
    color: #d0a66f;
}
.table-responsive tbody > tr td a.blacktext {
    color: #000000;
}

.table-responsive tbody > tr td a:hover {
    text-decoration: under;
}

.table-responsive .cell-menu {
    position: relative;
}

.menu-popup {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 1;
    padding: 0px;
}
.menu-popup-wrap {
    padding: 8px 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
    box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
}
.menu-popup-list {

}
.menu-popup-item {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 34px;
    position: relative;
    text-decoration: none;
    outline: 0;
    white-space: nowrap;

}

.menu-popup-link {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 100%;
    font-size: 14px;
    background: none;
    border: none;
    color: #d0a66f;

}
.menu-popup-link:hover {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 100%;
    background-color: #f5f5f6;

}
.menu-popup-angly {
    display: none;
    height: 22px;
    position: absolute;
    overflow: hidden;
    width: 33px;
    pointer-events: none;
}
.menu-popup-angly-left {
    display: block;
    left: -14px;
    top: 10px;
    height: 30px;
    width: 14px;

}
.menu-popup-angly--arrow {
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgb(83 92 105 / 13%);
    box-shadow: 0 0 21px rgb(83 92 105 / 13%);
    content: '';
    height: 15px;
    position: absolute;
    left: 9px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 15px;

}

.menu-popup-angly-left .menu-popup-angly--arrow {
    left: 8px;
    top: 8px;
}








.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 43px;
    margin-bottom: 20px;
}

.pagination li span, .pagination li a {
    font-weight: 500;
    color: #959595;
    background-color: #fff;
    position: relative;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    display: block;
}

.pagination li span {
    color: #D0A66F !important;
    border-color: #d0a66f !important;
    box-shadow: 1px 1px 9px #f3e2cb;
    background-color: #fff  !important;
}

.panel.panel-default {
    border: none;
    box-shadow: none;
}

.panel.panel-default .panel-body {
    padding: 0px;
}

.container-fluid {    
    padding-right: 0px;
    padding-left: 0px;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 0px;

}
.form-flex .form-group {
    width: calc(50% - 5px);
    margin-left: 0px;
    margin-right: 0px;

}

.form-flex .form-group label {
    display: none;

}
.form-flex .form-group .col-sm-10 {
    width: 100%;
    padding: 0;

}

.form-flex .form-group input[type="text"], .form-flex .form-group input[type="number"], .form-flex .form-group input[type="tel"], .form-flex .form-group input[type="password"], .form-flex .form-group input[type="email"], .form-flex .form-group input[type="search"], .form-flex .form-group textarea, .form-flex .form-group select {
    border-radius: 5px !important;
    font-size: 20px;
    max-width: 100%;
    box-shadow: initial;
    border: 1px solid #e0e0e0 !important;
    height: 72px !important;
    margin-bottom: 5px !important;
}

.form-flex .col-sm-12 {
    padding: 0;
}
.input-button-group {
    display: flex;
}
.input-button-group input {
    border-radius: 4px 0px 0px 4px;
}
.input-button-group button {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #ccc;
    border-left: none;
}

.buttons-fix-wrapper {    
    margin-top: 15px;
}
.buttons-fix-block {
    display: none;
}
.buttons-fix-block.active {
    display: block;
}
.buttons-fix-block.fixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #fff;
    z-index: 9;
}

.buttons-fix-block.fixed .buttons-fix-block-wrap {
    margin-top: 0px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.buttons-fix-block-wrap {
    
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    height: 56px;
    display: flex;
    align-items: center;
}

.buttons-fix-group-save button, .buttons-fix-group-save a {

    height: 34px !important;


}



.buttons-fix-group-edit, .buttons-fix-group-save {
    display: none;
}
.buttons-fix-group-edit.active, .buttons-fix-group-save.active {
    display: block;
}
.table-edit__info {
    display: inline-flex;
    font-weight: 600;
    margin-right: 10px;
}
.table-edit__info-title {}
.table-edit__info-count-select {
    color: #d0a66f;
    margin-left: 5px;
}
.table-edit__button {
    background: none;
    border: none;
    position: relative;
    padding: 4px;
    padding-left: 24px;
    width: auto;
    line-height: normal;
    height: 24px;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    
}
.table-edit__button:hover {
    opacity: 1;
    color: #d0a66f;
}
.table-edit__button--delete {
    
}
.table-edit__button--edit {
}

.table-edit__button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(/image/catalog/icon/sprite-interface.min.svg) 0 0 no-repeat;
    content: "";
    
}

.table-edit__button--delete::before {
    background-position: 1px -276px;
    left: 12px;
    
}

.table-edit__button--copy::before {
    background-position: 1px -76px;
    left: 12px;
    
}

.table-edit__button--edit::before {
    background-position: 1px 0;
    left: 12px;    
}

.table-edit__button--print::before {
    background-position: 1px -184px;
    left: 12px;
    
}

.table-edit__button--print_order::before {
    background-position: 1px -184px;
    left: 12px;
    
}

.table-edit__button--driver::before {
    background-position: 1px -184px;
    left: 12px;
    
}

.table-edit .old_data {
    display: none;
}

.table-edit .error {
    color: #f00;
    font-size: 12px;
}


.table-edit .editble input {    
    height: 35px;
    font-size: 15px;
    padding: 0 5px 0 5px;
}

.table-edit .editble select {    
    height: 35px;
    font-size: 15px;
    padding: 0 5px 0 5px;
    outline: none;
    border: 1px solid #e0e0e0;
    color: #333!important;
}
.table-edit__button--cancel {

}



#table-responsive .bold {
    font-weight: bold;

}

#table-responsive .red [col-id="column2"] {
    background-color: #ffa2a2;

}
#table-responsive .green [col-id="column2"] {
    background-color: #9ff1a9;

}



#filemanager input[type="checkbox"] {
    width: auto; 
    height: auto;

    min-width: auto;
    min-height: auto;
    display: inline;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#filemanager .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
    height: auto;
    min-width: auto;
}

#filemanager .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

#filemanager .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

#filemanager .btn-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

#filemanager .btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

#filemanager .btn-primary:hover {
    color: #fff !important;
    background: none !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

#filemanager .btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.popover-content .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    width: auto;
    height: auto;
    min-width: auto;

}

.big_image_thumb {
  position: absolute;
  left: 100%;
  top: 0px;
}

.td-list-image {
    position: relative;
}

.filter-top {
    padding: 8px 0;
    margin: 0 0 5px;
}
.filter-top__title {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-top__title:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-radius: 1px;
    margin-left: 14px;
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
}

.panel-body.filter-close .filter-top__title:after {
    top: -3px;
    transform: rotate(135deg);
}

.panel-body.filter-close .well {
    display: none;
}

.page-header__submenu-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-header__submenu {
    display: flex;
}
.page-header__submenu-item {
    font-size: 18px;
    padding-right: 15px;
}
.page-header__submenu-item a {
    padding: 5px 0px;
}
.page-header__submenu-item.active a {
    border-bottom: 3px solid #d0a66f;
    color: #d0a66f;
}

.form-horizontal.full-width label {
    margin-bottom: 5px;
}

#form-order .customer_info {
    font-size: 14px;
}

#form-order .customer_source {
    font-size: 14px;
}

.order-status__progress {
    margin-bottom: 5px;
}
.order-status__list {    
    display: flex;
}
.order-status__item {    
    cursor: pointer;
    height: 10px;
    margin-right: -1px;
    min-width: 5px;
    width: 20px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.order-status__item:first-child {   
    border-radius: 2px 0px 0px 2px;
}

.order-status__item:last-child {
    border-right: 1px solid rgba(0,0,0,.1);    
    border-radius: 0 2px 2px 0;
}

.order-status__button {
    display: none;
    width: calc(100% + 1px);
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: -1px;
    border-spacing: 0;
    border-top: 3px solid rgba(111,113,115,.39);
    border-bottom: 3px solid rgba(111,113,115,.39);
    z-index: 1;
}

.order-status__item:first-child .order-status__button {
    border-radius: 5px 0 0 5px;
    border-left: 3px solid rgba(111,113,115,.39);
    left: -3px !important;
    width: calc(100% + 3px);
}

.order-status__item:last-child .order-status__button {
    border-radius: 0px 5px 5px 0px;
    border-right: 3px solid rgba(111,113,115,.39);
    left: -1px !important;
    width: calc(100% + 4px);
}

.order-status__item:hover .order-status__button {   
    display: block; 
}

.ui-datepicker-trigger {
    display: none !important;
}

#form-order #delivery_time {
    margin-top: 15px;
}

.table a.desc:after {
    content: " \f106";
    font-family: FontAwesome;
    font-size: 14px;
}

.table a.asc:after {
    content: " \f107";
    font-family: FontAwesome;
    font-size: 14px;
}

.delivery_time_input {
    margin-top: 10px;
}

#delivery-module__map {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
}

.radio_group {

}

.radio_group label {
    margin-right: 20px;    
}

.radio_group input {
    display: inline;
    width: auto;
    position: relative;
    top: 1px;
    margin-right: 2px;
    
}

.order_products .products__list {

}
.order_products .products__item {

}
.order_products .products__col {

}
.order_products .products__col input {

}
.order_products .products__col--image {
    width: 125px;

}
.order_products .products__col--image img {
    width: 100%;
    height: auto;
}
.order_products .products__col--image a {
    width: 100%;
}
.order_products .products__col--name {
    max-width: 235px;

}
.order_products .products__col--list {
    margin-top: 10px;
}
.order_products .products__col--name select {
    outline: none;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    width: 100%;
}
.order_products .products__col--model {
    max-width: 80px;
    min-width: 80px;
}
.order_products .products__col--price {
    max-width: 90px;

}
.order_products .products__col--quantity {
    max-width: 72px;
}
.order_products .products__col--total {
    max-width: 90px;

}
.order_products .products__col--comment {

}
.order_products .products__col--remove {
    text-align: center;

}
.order_products .products__col--remove .product__remove {
    background: none;
    outline: none;
    border: none;

}
.order_products .products__col--remove .product__remove img {

}

.order-list__product-item {

}

.order-list__product-item--name {
    position: relative;
    width: auto;
}

.order-list__product-item--name a {

    color: #202020 !important;
}

.order-list__product-item--name:hover, .order-list__product-item--name:hover a {
    
    color: #d0a66f !important;
}
.order-list__product-item--comment {
    font-style: italic;
}

.order-list__product-item--link {
    color: #d0a66f;
    position: relative;
    
}
.order-list__product-item--link img {
    
    
}
.order-list__product-item--link:hover img {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 1;
    
}
.order-list__product-item--link a {
    
    display: block;
    width: 115px;
    position: relative;
}
.products__add-button {    
    margin-bottom: 25px;
}
.products__option-error {
    color:red;
}

#form-order .telegram_icon {
    width: 25px;
}

td[data-name="total_details"] {
    width: 290px;
    max-width: 290px;
    min-width: 290px;
    white-space: normal !important;
}

td[data-name="delivery_time"] {
    width: 100px;
    min-width: 100px;
    white-space: normal !important;
}

.delivery-form__panel {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.delivery-form__panel-wrap {}
.delivery-form__panel-title {    
    display: flex;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.delivery-form__panel-title-number {
    margin-right: 5px;
}
.delivery-form__panel-title-text {}
.delivery-form__panel-body {
    padding: 0px 15px;
}
.delivery-form__domofon-group {
    display: flex;
    justify-content: space-between;
}
.delivery-form__domofon-group input {
    width: calc(25% - 5px);
}

.delivery-form__shipping-methods {}
.delivery-form__shipping-methods label {
    display: block;
    width: 100%;
    cursor: pointer;
}
.delivery-form__shipping-method {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.delivery-form__shipping-method-title-block {
    
    width: calc(100% - 85px);
    text-align: left;
    padding-left: 10px;
}
.delivery-form__shipping-method-title {

}
.delivery-form__shipping-method-time {
    font-weight: normal;
    font-size: 12px;
}
.delivery-form__shipping-method-cost {
    width: 70px;
    text-align: right;
}
.delivery-form__shipping-method-button {
    width: 15px;
}
.delivery-form__shipping-method-button input[type="radio"] {    
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}




.dostavista-form__type-wrap {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
    margin-top: 15px;
}
.dostavista-form__type-item {
    width: calc(33% - 5px);
}
.dostavista-form__type-item input {
    display: none;
}
.dostavista-form__type-item label {
    border: 1px solid #d5d4d4;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 12px;
    cursor: pointer;
}
.dostavista-form__type-item input:checked + label {

    border: 1px solid #d0a66f;
}
.dostavista-form__type-item label:hover {
    
    border: 1px solid #d0a66f;
}
.dostavista-form__type-title { 
    margin-bottom: 5px;
}
.dostavista-form__type-descr {    
    font-weight: 400;
    font-size: 12px;
}


.form-group--vehicle {}
.dostavista-form__vehicle-wrap {}
.dostavista-form__vehicle-type-wrap {
    display: flex;
    flex-wrap: wrap;
}
.dostavista-form__vehicle-type-item {
    max-width: max-content;
    margin-right: 5px;
}
.dostavista-form__vehicle-type-item input {
    display: none;
}
.dostavista-form__vehicle-type-item label {
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    display: flex;
    border: 1px solid #d5d4d4;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
}
.dostavista-form__vehicle-type-item input:checked + label {
    border: 1px solid #d0a66f;
}
.dostavista-form__vehicle-type-item label:hover {
    border: 1px solid #d0a66f;
}
.dostavista-form__vehicle-title {}

.dostavista-form__vehicle-type-wrap--gruz {    
    margin-top: 10px;
}
.dostavista-form__vehicle-info {
    flex: 0 1 170px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 185px;
}
.dostavista-form__vehicle-image {
    display: flex;
    height: 28px;
    width: 44px;
    align-items: center;
    justify-content: center;
    min-height: inherit;
}
.dostavista-form__vehicle-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.dostavista-form__vehicle-text {
    width: calc(100% - 56px);
    line-height: 24px;
    color: #2d2928;
}
.dostavista-form__vehicle-text span {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
}
.dostavista-form__vehicle-text p {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    white-space: nowrap;
    margin: 0;
}

.form-group--weight {}
.dostavista-form__weight-wrap {}
.dostavista-form__weight-select-wrap {
    display: flex;
    flex-wrap: wrap;
}
.dostavista-form__weight-select-item {
    max-width: max-content;
    margin-right: 5px;
}
.dostavista-form__weight-select-item input {
    display: none;
}
.dostavista-form__weight-select-item label {
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    display: flex;
    border: 1px solid #d5d4d4;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
}
.dostavista-form__weight-select-item input:checked + label {
    border: 1px solid #d0a66f;
}
.dostavista-form__weight-select-item label:hover {
    border: 1px solid #d0a66f;
}
.dostavista-form__weight-select-item--afoot {}
.dostavista-form__weight-title {}
.dostavista-form__weight-select-item--auto {}



.totals-block {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
}
.totals-block__value {}
.totals-block__sign {}

#form-order .taxi {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 4px solid transparent;

}

#form-order .taxi.active {
    border-bottom: 4px solid #d0a66f;    
}

.main-grid-interface-settings-icon {
    display: block;
    width: 19px;
    height: 20px;
    background: url(/image/catalog/icon/grid-gear.svg) no-repeat;
    background-size: 100%;
    opacity: .5;
    cursor: pointer;
    margin: auto;
}

.main-grid-interface-settings-icon:hover {
    opacity: 1;
}

.setting__col-list-wrap {}
.setting__col-list {}
.setting__col-list-item {}
.setting__col-list-item-label {
    display: flex;
    font-weight: 500;
    cursor: pointer;
}
.setting__col-list-item-label input {}

.table-edit td.col_order_id {
    
    white-space: initial;
    min-width: 115px;
    max-width: 115px;
}
.table-edit td.col_telephone {

    white-space: initial;
    min-width: 185px;
    max-width: 185px;
}
.table-edit td.col_customer {
    white-space: initial;
    min-width: 155px;
    max-width: 155px;

}
.table-edit td.col_delivery_date {
    white-space: initial;
    min-width: 135px;
    max-width: 135px;
}
.table-edit td.col_delivery_time {
    white-space: initial;
    min-width: 150px;
}
.table-edit td.col_date_added  {
    white-space: initial;
    min-width: 150px;
    max-width: 150px;
}
.table-edit td.col_address {
    white-space: initial;
    min-width: 400px;
    max-width: 400px;
}

.table-edit td.col_list {
    white-space: initial;
    min-width: 300px;
    max-width: 300px;
}

.table-edit td.col_total  {
    white-space: initial;
    min-width: 150px;
    max-width: 150px;
}

.table-edit td.col_recipient   {
    white-space: initial;
    min-width: 185px;
    max-width: 200px;
}

.table-edit td.col_products {
    white-space: initial;
    min-width: 300px;
    max-width: 300px;
}
.table-edit td.col_products_photo {
    white-space: initial;
    min-width: 100px;
    max-width: 100px;
    position: relative;
}
.table-edit td.col_products_photo .show-big-img {
    margin-bottom: 3px;
}
.table-edit td.col_postcard_text {
    white-space: initial;
    min-width: 400px;
    max-width: 400px;
}

.table-edit td.col_comment {
    white-space: initial;
    min-width: 400px;
    max-width: 400px;
}

.table-edit td.col_florist {
    white-space: initial;
    min-width: 200px;
    max-width: 200px;
}

.buttons-slide-fix-wrapper {
    display: none;
}
.buttons-slide-fix-wrapper.show {
    display: block;
}
/*.table-responsive:hover .buttons-slide-fix-wrapper {
    display: block;
}*/
.buttons-slide {
    position: fixed;
    z-index: 20;
    margin-bottom: -80px;
    width: 50px;
    height: 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity 200ms ease,margin 200ms ease,height 200ms ease;
    -o-transition: opacity 200ms ease,margin 200ms ease,height 200ms ease;
    transition: opacity 200ms ease,margin 200ms ease,height 200ms ease;
    -webkit-transform: translate3d(0,48px,0);
    -ms-transform: translate3d(0,48px,0);
    transform: translate3d(0,48px,0);
    will-change: transform;  
    display: none;

}
.buttons-slide.show {
    opacity: .6;
    display: block;
}
.buttons-slide__left {left: 0;
    left: 0;
    margin-left: 0px;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E) center left no-repeat;

}
.buttons-slide__right {
    right: 0;
    left: auto;
    margin-right: 0px;
    background: url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A) center right no-repeat;

}

#form-order .table-responsive {
    position: relative;
}

.taxi-wrap {
    display: inline-block;
}

.close-filters-list {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 16px;
    grid-gap: 12px;
    gap: 12px;
}
.close-filters-list__item, .close-filters-list__item:hover, .close-filters-list__item:focus,  .close-filters-list__item:active {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    background: #d0a66f;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    max-width: max-content;
}
.close-filters-list__item:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url(/image/catalog/icon/i-close-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

.drivers__panel-body {
    position: relative;
}
.drivers__overlay {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.5;
    cursor: wait;
}

.drivers__overlay.show {
    display:block;
}

.drivers {
    margin-bottom: 30px;

}
.drivers__table {
    margin-bottom: 10px;

}
.drivers__table tr {
    
}
.drivers__table tr td {
    padding: 5px;
    
}

.drivers__item-col-name {
    width: 250px;
    min-width: 250px;
    padding-left: 0px !important;
    vertical-align: top;

}
.drivers__item-col-color {
    vertical-align: top;

}

.drivers__item-col-color input {
    
    display: block;
    width: 50px;
    padding: 0px 3px;
}
.drivers__item-col-points {
    width: 100%;

}
.drivers__item-col-points-wrap {
    min-height: 50px;
    border: 1px solid #e0e0e0;
    padding: 5px 5px;
}
.drivers__table tr.active .drivers__item-col-points .drivers__item-col-points-wrap {
    border: 1px solid #d0a66f;
}

.drivers__item-col-opt {
    vertical-align: middle;

}

.add_driver {
    min-width: 185px;
}

.print_driver_all {
    min-width: 185px;
}
.calc__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
}
.calc__wrap-left {
    width: 250px;
}
.calc__wrap-right {
    width: calc(100% - 250px);
}

.calc__address-list {}
.calc__address-info {
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
}
.calc__address-info-title {}
.calc__address-info-order-count {
    margin-left: 5px;
}
.calc__address-item {
    display: block;
    margin: 10px 10px 10px 0px;
    background: #ddd;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.calc__address-item:first-child {
    margin-top: 0px;
}

.calc__address-item-close {
    display: none;
}
.calc__address-item-title {
    display: inline-block;
}
.calc__address-item-data {
    display: none;
}

.drivers__item-col-points-wrap .calc__address-item {
    max-width: max-content;
    display: block;
    background: #d0a66f;
    color: #fff;
    margin: 2px 5px 2px 0px;
    cursor: grab;

}

.drivers__item-col-points-wrap .calc__address-item button.calc__address-item-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url(/image/catalog/icon/i-close-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    border: none;
    background-color: transparent;
}

.drivers__item-del {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url(/image/catalog/icon/i-close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    border: none;
    background-color: transparent;
}


.drivers__map {
    width: 100%; height:500px; padding: 0; margin: 0;
}


.col-mob__order {
    line-height: 16px;

}
.col-mob__date-added {
    font-size: 12px;
}
.col-mob__delivery-date {
    font-size: 12px;
}
.col-mob__delivery-time {
    font-size: 12px;
}
.col-mob__order-status {
}
.col-mob__order-source {
    margin-bottom: 10px;
}
.col-mob__order-total {
}
.col-mob__order-total-title {
    text-transform: uppercase;
    font-size: 10px;
}
.col-mob__order-total-value {
    font-weight: 500;
}
.col-mob__order-status-wrap {
    position: relative;
    left: -20px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.col-mob__order-status-line {
    display: flex;
    position: relative;
    /*transition-property: left;*/
    /*transition-duration: 1s;*/
}
.col-mob__order-status-item {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 5px;
    border-radius: 4px;
    width: 190px;
    margin-right: 20px;
    position: relative;
    white-space: nowrap;
}

.col-mob__order-status-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: calc(100% - 2px);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 11px solid #000;
}
.col-aae9fc::after {
    border-left: 11px solid #aae9fc;                                                                
}
.col-e3f299::after {
    border-left: 11px solid #e3f299;                                                                
}
.col-107c2c::after {
    border-left: 11px solid #107c2c;                                                                
}
.col-fff300::after {
    border-left: 11px solid #fff300;                                                                
}
.col-ffcbd8::after {
    border-left: 11px solid #ffcbd8;                                                                
}
.col-f0008c::after {
    border-left: 11px solid #f0008c;                                                                
}
.col-2fc6f6::after {
    border-left: 11px solid #2fc6f6;                                                                
}
.col-0052a7::after {
    border-left: 11px solid #0052a7;                                                                
}

.col-ef3000::after {
    border-left: 11px solid #ef3000;                                                                
}

.col-e3f299.noactive::after {
    border-left: 11px solid #e3f299;                                                                
}
.col-aae9fc.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-e3f299.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-107c2c.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-fff300.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-ffcbd8.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-f0008c.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-2fc6f6.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-0052a7.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-e3f299.noactive::after {
    border-left: 11px solid #eee;                                                               
}
.col-ef3000.noactive::after {
    border-left: 11px solid #eee;                                                               
}

.col-aae9fc {
    border-bottom: 1px solid #aae9fc;
    color: #000;                                    
}
.col-e3f299 {
    border-bottom: 1px solid #e3f299;   
    color: #000;                                                                
}
.col-107c2c {
    border-bottom: 1px solid #107c2c;                                                               
}
.col-fff300 {
    border-bottom: 1px solid #fff300;   
    color: #000;                                                                
}
.col-ffcbd8 {
    border-bottom: 1px solid #ffcbd8;   
    color: #000;                                                                
}
.col-f0008c {
    border-bottom: 1px solid #f0008c;                                                               
}
.col-2fc6f6 {
    border-bottom: 1px solid #2fc6f6;
    color: #000;                                                                    
}
.col-0052a7 {
    border-bottom: 1px solid #0052a7;                                                               
}
.col-e3f299 {
    border-bottom: 1px solid #e3f299;
    color: #000;                                                                    
}
.col-ef3000 {
    border-bottom: 1px solid #ef3000;                                                                  
}
.col-mob__order-status-item.noactive {
    background: #eee !important;
    color: #bbb!important;
}
.left-0 {
    left: 20px;
}
.left-200 {
    left: -180px;
}
.left-400 {
    left: -390px;
}
.left-600 {
    left: -600px;
}
.left-800 {
    left: -810px;
}
.left-1000 {
    left: -1020px;
}
.left-1200 {
    left: -1230px;
}
.left-1400 {
    left: -1440px;
}
.left-1600 {
    left: -1650px;
}
.left-1800 {
    left: -1860px;
}
.left-2000 {
    left: -2080px;
}

/* Переключатель - коробка вокруг ползунка */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-bottom: 0px;
}

/* Скрыть флажок HTML по умолчанию */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Ползунок */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 6px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #d0a66f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d0a66f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Закругленные ползунки */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.onwork-block {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 10px;

}
.panel-onorder {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.text-switch {  
    margin-right: 5px;
}
.panel-onorder--left {
    
    display: flex;
    align-items: center;
    justify-content: start;
}
.panel-onorder--right {

}

.order-list__product-item--comment, .order-list__product-item--comment, .order-list__order--comment {
    background-color: #ff0;
}


















@media (min-width: 768px) {
    .container.full-width {
        max-width: 100%;
    }
    .hidden-pc {
        display: none !important;
    }
}



@media (min-width: 1024px) {
    .breadcrumb__list {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header__main-menu-block.fixed {
        position: fixed;
        width: 100%;
        top: 0px;
        background: #fff;
        box-shadow: 1px 10px 14px #dbb47b;
    }
}



@media (max-width: 1023px) {

    .header__top-menu {
        display: none;
    }

    .header__top-menu.open {
        display: block;
        position: fixed;
        z-index: 11;
        top: 70px;
        width: 100%;
        height: calc(100% - 70px);
        background: #fff;
        overflow: auto;
    }

    .header__top-menu-toggle {
        display: flex;
        align-items: center;
        margin-left: 5px;
    }

    .header__top-menu-toggle-button {
        background: none;
        border: none;
    }

    .top-menu-button__burger {

    }

    .top-menu-button__burger-line {
        position: relative;
        display: block;
        width: 17px;
        height: 2px;
        margin: 0 1px;
        transition: transform .3s,background-color .3s;
        background-color: #171717;
    }

    .top-menu-button__burger-line:not(:first-child) {
        margin-top: 4px;
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:first-child {
        transform: translateY(6px) translateZ(0) rotate(45deg);
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:nth-child(2) {
        transition: opacity .3s;
        opacity: 0;
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:nth-child(3) {
        transform: translateY(-6px) translateZ(0) rotate(-45deg);
    }

    .header__top-menu-list {
        display: block;
        margin: 0px;
    }
    .header__top-menu-item-dropdown {
        padding: 0px 10px 0px 10px;
    }

    .header__top-menu-item-dropdown > .header__top-menu-link {
        padding: 10px 0px 10px 0;
    }

    .header__top-menu-item-dropdown-toggle {
        margin-left: 10px;
        padding: 10px 0px;
    }

    .header__top-menu-item-dropdown-list {
        position: initial;
        box-shadow: none;
    }

    .header__top-menu-item:hover .header__top-menu-item-dropdown-list {
        display: none;
    }

    .header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
        color: #333;
        transform: none;
    }

    .header__top-menu-item.open .header__top-menu-item-dropdown-list {
        display: block;
    }

    .header__top-menu-item.open .header__top-menu-item-dropdown-toggle {
        color: #d0a66f;
        transform: rotate(180deg);
    }

    .header__top-menu-link {
        padding: 10px 10px 10px 10px;
        font-size: 16px;
    }

    .header__logo {
        width: 60px;
        margin: 0 7px 0 0;
    }   

    .header__top-city-active {
        font-size: inherit;
    }
    .header__top-city-dropdown-menu-item {
        font-size: inherit;
        padding: 10px 10px 0px 10px;        
    }

    .header__is-info-block {
        max-width: 110px;
        position: relative;
        font-size: 7px;
        line-height: 12px;
    }

    .header__is-info-block-mobile {
        display: block;
        margin-right: 10px;
    }
    .header__is-info-block-pc {
        display: none;
    }

    .header__login-button {
        flex-wrap: wrap;  
        font-size: 13px;      
    }

    .header__login-button svg, .header__login-button img {
        margin-right: 0px;
        margin-bottom: 2px;
        width: 20px;
    }

    .header__main-menu-list {
        display: flex;
        align-items: flex-end;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0;
        flex-wrap: initial;
        height: 33px;
        border-bottom: 1px solid #e1e1e5;
    }

    .header__main-menu-list::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .header__main-menu-link {
        padding: 5px 10px 10px 10px;
        font-size: 13px;
        position: relative;
    }

    .header__main-menu-item {
        
    }

    .header__main-menu-item .header__main-menu-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 3px;
        border-radius: 2px 2px 0 0;
        background: #d0a66f;
        transition: .15s;
        height: 4px;
    }

    .header__main-menu-item.active .header__main-menu-link:after {
        left: 0;
        width: 100%;
    }

    .header__main-menu-block {
        box-shadow: none;
    }

    .header__main-menu-item:hover .header__main-menu-item-dropdown-menu {
        display: none;
    }

    .header__main-menu-item.open .header__main-menu-item-dropdown-menu {
        display: block;
    }

    .breadcrumb__list {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow: auto;
    }

    .breadcrumb__list::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .order_products .products__list {

        width: 1400px !important;
        max-width: 1400px !important;
    }

}



@media (max-width: 991px) {

    .page-header-wrap {
        flex-wrap: wrap;
    }

    .page-header-wrap .pull-right {        
        margin-top: 10px;
    }
}


@media (max-width: 767px) {
    .hidden-mob {
        display: none;
    }
    .container {
        padding: 0px 10px;
    }

    .header__search-block {
        display: none;
    }

    .header__search-toggle {
        display: block;
        margin-right: 5px;
        height: 36px;
    }

    .header__search-toggle-button {
        background: none;
        border: none;
    }

    .header__middle-block {
        margin-right: 10px;
    }

    .header__top-city {
        margin-right: 5px;
    }

    .header__main-menu-item-dropdown-menu-list {
        border-right: none;
    }

    .top-section {
        padding: 5px 0 10px;
        margin-bottom: 10px;
    }

    .page-header-wrap {
        flex-wrap: wrap;
    }

    .page-header {
        width: 100%;
    }

    h1, .h1 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .left-content {
        width: 100%;
    }

    .content-section-wrap.left-fix .left-content {
        position: initial;
    }

    .main-content--l, .main-content--r {
        width: 100%;
    }

    .account-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .account-menu__item {
        font-size: 11px;
        margin-bottom: 10px;
        width: calc(50% - 5px);
    }

    .account-menu__account-header {
        display: none;
    }

    .form-flex .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-flex .form-group input[type="text"], .form-flex .form-group input[type="number"], .form-flex .form-group input[type="tel"], .form-flex .form-group input[type="password"], .form-flex .form-group input[type="email"], .form-flex .form-group input[type="search"], .form-flex .form-group textarea, .form-flex .form-group select {
        height: 60px !important;
        font-size: 15px;
    }

    .delivery-form__panel {
        padding: 20px 10px;
    }
    .delivery-form__domofon-group {
        flex-wrap: wrap;
    }
    .delivery-form__domofon-group input {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .dostavista-form__type-wrap {
        max-width: initial;
        flex-wrap: wrap;
    }
    .dostavista-form__type-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .calc__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        width: 100%;
    }

    .calc__wrap-left {
        width: 100%;
    }

    .calc__wrap-right {
        width: 100%;
    }

    .calc__address-item {
        margin-right:0px;
    }

    .col-mob__purchase {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .col-mob__purchase-wrap {
        display: flex;
    }
    .col-mob__purchase-title {
        margin-right: 5px;
    }

    .col-mob__order-status {

        position: relative;
        height: 50px;
    }

    .col-mob__order-status-wrap {
        position: absolute;
        left: -20px;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .panel-onorder {
        padding: 0px 10px;
    }
    
    

    
    
}