html {
    font-family: Roboto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-width: 800px;
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,
html {
    height: 100%;
    font-family: ALSHauss, Arial, Helvetica Neue, sans-serif
}

body {
    min-width: 320px
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

p {
    margin: 0 0 15px;
    line-height: 24px
}

.work_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    background: white;
}

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 32px
}

@media (min-width:768px) {
    .page-content {
        padding-bottom: 64px
    }
}

button {
    outline: 0
}

h1 {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px
}

@media (max-width:767px) {

    h1 {
        font-size: 22px;
        line-height: 1.27
    }
}

h2 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px
}

@media (max-width:767px) {

    h2 {
        font-size: 22px;
        line-height: 1.27
    }
}

h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

h4 {
    font-size: 18px;
    line-height: 26px
}

h4,
h5 {
    margin: 0 0 20px;
    font-weight: 700
}

h5 {
    font-size: 16px;
    line-height: 24px
}

.header {
    display: flex;
    width: 100%;
    background: #28217B;
    padding: 12px 24px;
    gap: 32px;
    justify-content: space-between;
}

.header ul {
    display: flex;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header ul li {
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: left;
    display: flex;
    gap: 6px;
}

.header ul li a {
    color: white;
    text-decoration: none !important;
}

.header ul li a.active {
    position: relative;
    height: max-content;
}

.header ul li a.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: -2px;
}

.catalog_sections {
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px;
}

.catalog_products .catalog_sections {
    padding-left: 0;
}

.catalog_section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none !important;
    flex: 1 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
    min-width: 240px !important;
}

.catalog_section_img {
    overflow: hidden;
    background: #E3E4E6;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    display: flex;
    height: 100%;
    /*max-width: 330px;*/
    /*max-height: 330px;*/
    /*min-height: 330px;*/
    aspect-ratio: 1;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.catalog_section_img img {
    max-width: 330px;
    max-height: 330px;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.catalog_section_name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.44px;
    text-align: left;
    color: #333333;
    height: 100%;
    max-height: 68px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;


}

.catalog_section_name:hover {
    color: #333333;
    text-decoration: none;
}

.catalog_container {
    display: grid;
    grid-template-columns: 265px 1fr;
    gap: 40px;
    padding: 24px;
}

.catalog_products {
    padding-right: 5vw;
}

.catalog_sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog_sidebar_category {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog_sidebar_btn {
    position: relative;
    background: #28217B;
    padding: 10px 12px 11px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: white;
    cursor: pointer;
    border-radius: 8px;
}

.catalog_sidebar_btn::after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    transition: all 0.3s;
    background: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7L7 1L13 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.in-cart {
    background: white !important;
    border: 1px solid #2967BA !important;
}

.catalog_sidebar_category_elem_title.active+.catalog_sidebar_container,
.catalog_sidebar_btn.active+.catalog_sidebar_container {
    display: flex;
}

.catalog_sidebar_container {
    padding-left: 40px;
    display: none;
}

.catalog_sidebar_container {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.catalog_sidebar_category_elem_title {
    position: relative;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #2A2D30;
    cursor: pointer;
    letter-spacing: 1.1px;
}

a.catalog_sidebar_category_elem_title:hover {
    color: #28217B;
    text-decoration: none;
}

a.catalog_sidebar_category_elem_title.active {
    color: #28217B;
}

.catalog_sidebar_category_elem.child {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog_sidebar_category_elem.child>.catalog_sidebar_category_elem_title::after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    transition: all 0.3s;
    background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.99999 2.21868L1.69999 5.51868L0.757324 4.57601L4.99999 0.333344L9.24266 4.57601L8.29999 5.51868L4.99999 2.21868Z" fill="%232A2D30"/></svg>');
}

.catalog_sidebar_category_elem.child>.catalog_sidebar_category_elem_title.active::after,
.catalog_sidebar_btn.active::after {
    transform: translate(0, -50%);
}

.catalog_products .catalog_section_img {
    padding: 0;
    background: none;
}

.catalog_products .catalog_section_img img {
    width: 100%;
    height: 100%;
}


.catalog_product .product-item-detail-price-current {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 600;
    line-height: 37.5px;
    text-align: left;
    color: #2967BA;
}

.catalog_products .product-item-price-current {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    text-align: left;
    color: #2967BA;
}

.btn_container {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.catalog_product .btn_container {
    justify-content: start;
    gap: 24px;
}

.catalog_product .product-item-amount-description-container,
.catalog_products .product-item-amount-description-container {
    display: none;
}

.basket .basket-item-block-amount,
.catalog_product .product-item-amount-field-container,
.catalog_products .product-item-amount-field-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 40px;
    /*width: 100%;*/
    max-width: 150px;
    border-radius: 8px;
    overflow: hidden;
}

.basket .basket-item-block-amount.disabled,
.catalog_product .product-item-amount-field-btn-disabled,
.catalog_products .product-item-amount-field-btn-disabled {
    opacity: 0.5;
}

.basket .basket-item-amount-btn-plus,
.basket .basket-item-amount-btn-minus,
.catalog_product .product-item-amount-field-btn-plus,
.catalog_product .product-item-amount-field-btn-minus,
.catalog_products .product-item-amount-field-btn-plus,
.catalog_products .product-item-amount-field-btn-minus {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #2967BA;*/
    background: #28217B;
    cursor: pointer;
    transition: opacity 0.5s;
}

.catalog_products .product-item-amount-field-btn-plus,
.catalog_products .product-item-amount-field-btn-minus {
    background: #2967BA;
}

.basket .basket-item-block-amount input,
.catalog_product .product-item-amount-field-container input,
.catalog_products .product-item-amount-field-container input {
    width: 100%;
    border: 1px solid #E9E9E9;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    text-align: center;
    color: #000;
}

.catalog_product .product-item-amount-field-container input:focus-visible,
.catalog_products .product-item-amount-field-container input:focus-visible {
    outline: none;
}

.product-item-info-container_btn {
    display: flex;
    width: 100%;
    /*max-width: 85px;*/
    width: max-content;
    padding: 0 6px;
}

.catalog_product_detail .product-item-info-container_btn {
    max-width: 240px;
}

.catalog_products .product-item-button-container {
    display: flex;
    width: 100%;
}

.catalog_products .product-item-button-container {
    /*max-width: 100px;*/
    margin-right: 10px;
}

.product-item-info-container_btn {
    width: 100%;
    padding: unset;
}

.basket-btn-remove,
.basket .basket-checkout-block-btn .btn-default,
.catalog_product .product-item-detail-info-container .btn-default,
.catalog_products .product-item-button-container .btn-default {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.15399999916553497px;
    text-align: center;
    height: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    background: #28217B;
    color: white;
    border-radius: 8px;
}

.catalog_products .product-item-button-container .btn-default {
    background: #2967BA;
}

.catalog_product .product-item-detail-info-container .btn-default,
.catalog_product .product-item-amount-field-container {
    height: 48px;
}

.basket-btn-remove {
    background: white;
    border: 1px solid #28217B;
    color: #28217B;
}

.catalog_product .product-item-detail-info-container .btn-default span {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.92px;
    text-align: left;
}

.basket .product-item-info-container-title,
.catalog_product .product-item-info-container-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: left;
    color: #333333;
}

.catalog_products .product-item-info-container-title {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #333333;
}

.catalog_product .product-item-info-container-title {
    font-size: 16px;
    line-height: 18.75px;
}

.basket .product-item-info-container-title {
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    letter-spacing: -0.15399999916553497px;
}

.product-item-value {
    color: #2967BA;
}

.catalog_product {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.catalog_product_container {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 28px;
}

.catalog_product .product-item-detail-slider-container.popup {
    display: flex;
    justify-content: center;
    height: 442px;
}

.product-item-detail-slider-container.popup:active {
    pointer-events: none;
}

.catalog_product .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    width: 100%;
}

.catalog_product .product-item-detail-slider-images-container,
.catalog_product .product-item-detail-slider-images-container * {
    display: flex;
    height: 100%;
}

.catalog_product .product-item-detail-slider-image img {
    width: 370px !important;
    height: 442px !important;
    border-radius: 8px;
    background-repeat: no-repeat;
}

.catalog_product .add_btn {
    display: flex;
    width: 100%;
}

.catalog_product .product-item-detail-info-container {
    display: flex;
    width: 100%;
}

/*.product-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}*/

.product-items {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.catalog_product_info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog_product .product-item-detail-info-container.price {
    margin: 20px 0;
}

.catalog_product .catalog_product_info h1 {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 500;
    line-height: 42.19px;
    text-align: left;
    color: #333333;
}

.catalog_product .product-item-detail-info-container.quantity {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.catalog_product .product-item-detail-info-container.quantity .product-item-detail-info-container-title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.product_quantity_container {
    position: relative;
    width: max-content;
}

.product_quantity_container_main {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 120px;
    padding: 6.5px 36px 6.5px 12px;
    border-radius: 8px;
    border: 1px solid #0000004D;
    position: relative;
}

.product_quantity_container_main::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 7px;
    background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.96967 0.46967C1.26256 0.176777 1.73744 0.176777 2.03033 0.46967L6 4.43934L9.96967 0.46967C10.2626 0.176777 10.7374 0.176777 11.0303 0.46967C11.3232 0.762563 11.3232 1.23744 11.0303 1.53033L6.53033 6.03033C6.23744 6.32322 5.76256 6.32322 5.46967 6.03033L0.96967 1.53033C0.676777 1.23744 0.676777 0.762563 0.96967 0.46967Z" fill="black" fill-opacity="0.5"/></svg>');
}

.product_quantity_container_count {
    display: flex;
    gap: 4px;
    background: #2967BA;
    border-radius: 4px;
    padding: 4px 12px;
    color: white;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.product_quantity_container_name {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #000000D9;
}

.product_quantity_options {
    display: none;
    flex-direction: column;
    padding: 4px;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    top: calc(100% + 12px);
    z-index: 1;
    box-shadow: 0 8px 20px 0 #00000026;
    border-radius: 8px;
}

.product_quantity_container.active .product_quantity_options {
    display: flex;
}

.product_quantity_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.5px 12px 6.5px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.product_quantity_option:hover {
    background: #F4F4FF;
}

.product_quantity_option.active {
    display: none;
}

.catalog_back {
    padding: 6px 8px 7px 32px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    position: relative;
    color: #2967BA;
    width: max-content;
}

.catalog_back::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 12px;
    background: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.61236 9.90702L2.78217 5.84454L6.61236 1.78207C6.70376 1.68513 6.77625 1.57005 6.82571 1.4434C6.87518 1.31674 6.90063 1.181 6.90063 1.04391C6.90063 0.906822 6.87518 0.771077 6.82571 0.644424C6.77625 0.51777 6.70376 0.402691 6.61236 0.305755C6.52097 0.208819 6.41247 0.131925 6.29306 0.0794632C6.17365 0.0270018 6.04566 -1.02139e-09 5.91641 0C5.78716 1.02139e-09 5.65918 0.0270018 5.53977 0.0794632C5.42036 0.131925 5.31186 0.208819 5.22046 0.305755L0.68938 5.11162C0.304386 5.51996 0.304386 6.17959 0.68938 6.58793L5.22046 11.3938C5.31179 11.4909 5.42027 11.5679 5.53969 11.6204C5.65911 11.673 5.78712 11.7 5.91641 11.7C6.0457 11.7 6.17372 11.673 6.29314 11.6204C6.41256 11.5679 6.52104 11.4909 6.61236 11.3938C6.98748 10.9855 6.99736 10.3154 6.61236 9.90702Z" fill="%232967BA"/></svg>');
}

.basket_count {
    background: #FF7262;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    line-height: 12.89px;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basket {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
}

.title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 32.81px;
    text-align: left;
    color: #333333;
}

.basket_container {
    display: grid;
    grid-template-columns: minmax(0, 900px) 2fr;
    gap: 80px;
}

.basket .basket-checkout-container {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 16px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.basket-count {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    letter-spacing: -0.15399999916553497px;
    text-align: left;
    color: #2967BA;
}

.basket .product-item-info-container {
    padding: 12px 0 16px;
}

.basket .basket-checkout-block-total-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    letter-spacing: -0.15399999916553497px;
    text-align: left;
    color: #333333;
    margin-bottom: 12px;
}

.basket .basket-item-actions-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 75px;
    border-radius: 4px;
    background: #D9D9D9;
    cursor: pointer;
}

.basket .basket-items-list-item-container {
    border-bottom: 1px solid #E9E9E9;
}

.basket .basket-items-list-item-container:last-child {
    border-bottom: unset;
}

.basket .basket-items-list-item-container td {
    display: grid;
    gap: 24px;
    align-items: center;
    grid-template-columns: 100px 1fr max-content;
    margin-bottom: 16px;
}

.basket .btn_container {
    justify-self: end;
}

.basket .basket-items-list-table {
    width: 100%;
}

.basket .basket-item-image-link img {
    width: 100%;
    border-radius: 4px;
    max-height: 120px;
    object-fit: cover;
}

.basket .basket-item-info-name-link {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #28217B;
}

.basket .basket-item-block-properties {
    display: flex;
    gap: 24px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
    color: #28217B;
}

.basket .basket-item-price-current,
.basket .basket-item-property-custom {
    display: flex;
    gap: 4px;
}

.basket .basket-item-property-custom-value,
.basket .basket-item-price-current-text {
    font-weight: 600;
}

.basket .basket-item-block-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.basket .basket-items-list-header-filter,
.basket .basket-items-search-field {
    display: none;
}

.basket .basket-item-price-current-text [data-id='1'] {
    display: none;
}

.orders {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.orders_container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.orders_filters {
    display: flex;
    align-items: end;
    gap: 16px;
    width: max-content;
}

.orders_filter {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 150px;
}

.orders_filter.date {
    min-width: 150px;
    width: auto;
}

.orders_filter_name {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #787878;
}

.orders_filter_container {
    position: relative;
    width: 100%;
}

.orders_filter_container_main {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6.5px 36px 6.5px 12px;
    border-radius: 4px;
    border: 1px solid #51545D;
    position: relative;
}

.orders_filter_container_main::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 7px;
    background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.96967 0.46967C1.26256 0.176777 1.73744 0.176777 2.03033 0.46967L6 4.43934L9.96967 0.46967C10.2626 0.176777 10.7374 0.176777 11.0303 0.46967C11.3232 0.762563 11.3232 1.23744 11.0303 1.53033L6.53033 6.03033C6.23744 6.32322 5.76256 6.32322 5.46967 6.03033L0.96967 1.53033C0.676777 1.23744 0.676777 0.762563 0.96967 0.46967Z" fill="black" fill-opacity="0.5"/></svg>');
}

.orders_filter_container_name {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #060A18;
}

.orders_filter_container_main .orders_filter_container_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.orders_filter_container_options {
    display: none;
    flex-direction: column;
    padding: 4px;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    top: calc(100% + 12px);
    z-index: 1;
    box-shadow: 0 8px 20px 0 #00000026;
    border-radius: 8px;
}

.orders_filter_container.active .orders_filter_container_options {
    display: flex;
}

.orders_filter_container_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.5px 12px 6.5px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.orders_filter_container_option.active {
    display: none;
}

.orders_filter.date .orders_filter_container {
    display: flex;
    gap: 32px;
}

.orders_filter.date .orders_filter_container::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: url('data:image/svg+xml,<svg width="16" height="2" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="2" fill="%232967BA"/></svg>');
    transform: translate(-50%, -50%);
}

.orders_filter.date .orders_filter_container_option {
    border: 1px solid #51545D;
    padding-right: 36px;
    position: relative;
}

.orders_filter.date .orders_filter_container_option::after {
    content: '';
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3335 1.99984H14.0002C14.177 1.99984 14.3465 2.07008 14.4716 2.1951C14.5966 2.32012 14.6668 2.48969 14.6668 2.6665V13.3332C14.6668 13.51 14.5966 13.6796 14.4716 13.8046C14.3465 13.9296 14.177 13.9998 14.0002 13.9998H2.00016C1.82335 13.9998 1.65378 13.9296 1.52876 13.8046C1.40373 13.6796 1.3335 13.51 1.3335 13.3332V2.6665C1.3335 2.48969 1.40373 2.32012 1.52876 2.1951C1.65378 2.07008 1.82335 1.99984 2.00016 1.99984H4.66683V0.666504H6.00016V1.99984H10.0002V0.666504H11.3335V1.99984ZM10.0002 3.33317H6.00016V4.6665H4.66683V3.33317H2.66683V5.99984H13.3335V3.33317H11.3335V4.6665H10.0002V3.33317ZM13.3335 7.33317H2.66683V12.6665H13.3335V7.33317ZM4.00016 9.33317H5.3335V10.6665H4.00016V9.33317ZM6.66683 9.33317H12.0002V10.6665H6.66683V9.33317Z" fill="%232967BA"/></svg>');
    position: absolute;
}

.orders_filters .button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 125px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-align: left;
    color: white;
    background: #2967BA;
    max-height: 33px;
    padding: 8.5px 16px;
    border: none;
    border-radius: 4px;
}

.orders_list_elem {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    display: grid;
    grid-auto-flow: column;
    gap: 16px;
}

.orders_list_elem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.orders_list_elem_prop {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 110px;
}

.orders_list_elem_prop.buttons {
    gap: 20px;
}

.orders_list_elem_name {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: left;
    color: #787878;
}

.orders_list_elem_value {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-align: left;
    color: #2967BA;
    word-break: break-all;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    position: relative;
}

.orders_list_elem_value.grey {
    color: #787878;
}

.orders_list_elem_value_title {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.06px;
    text-align: left;
    color: #000000;
}

a.orders_list_elem_value {
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 4px;
    width: max-content;
}

a.orders_list_elem_value::after {
    content: '';
    display: flex;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.25 8.75V9.45C12.25 10.4301 12.25 10.9201 12.0593 11.2945C11.8915 11.6238 11.6238 11.8915 11.2945 12.0593C10.9201 12.25 10.4301 12.25 9.45 12.25H4.55C3.56991 12.25 3.07986 12.25 2.70552 12.0593C2.37623 11.8915 2.10852 11.6238 1.94074 11.2945C1.75 10.9201 1.75 10.4301 1.75 9.45V8.75M9.91667 5.83333L7 8.75M7 8.75L4.08333 5.83333M7 8.75V1.75" stroke="%232967BA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.orders_list_elem_status {
    border: 1px solid;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    line-height: 11.72px;
    text-align: left;
    width: 80px;
    padding: 8px 6px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orders_list_elem_status.delivery {
    padding: 4px 6px;
    width: 72px;
}

.orders_list_elem_value.date {
    display: flex;
    gap: 6px;
}

.orders_list_elem_value.date::after {
    content: '';
    width: 16px;
    height: 16px;
    display: flex;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3335 1.99984H14.0002C14.177 1.99984 14.3465 2.07008 14.4716 2.1951C14.5966 2.32012 14.6668 2.48969 14.6668 2.6665V13.3332C14.6668 13.51 14.5966 13.6796 14.4716 13.8046C14.3465 13.9296 14.177 13.9998 14.0002 13.9998H2.00016C1.82335 13.9998 1.65378 13.9296 1.52876 13.8046C1.40373 13.6796 1.3335 13.51 1.3335 13.3332V2.6665C1.3335 2.48969 1.40373 2.32012 1.52876 2.1951C1.65378 2.07008 1.82335 1.99984 2.00016 1.99984H4.66683V0.666504H6.00016V1.99984H10.0002V0.666504H11.3335V1.99984ZM10.0002 3.33317H6.00016V4.6665H4.66683V3.33317H2.66683V5.99984H13.3335V3.33317H11.3335V4.6665H10.0002V3.33317ZM13.3335 7.33317H2.66683V12.6665H13.3335V7.33317ZM4.00016 9.33317H5.3335V10.6665H4.00016V9.33317ZM6.66683 9.33317H12.0002V10.6665H6.66683V9.33317Z" fill="%232967BA"/></svg>');
}

.orders_list_elem_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    color: white;
    background: #2967BA;
    width: max-content;
    border: 1px solid #2967BA;
    border-radius: 4px;
}

.orders_list_elem_prop.buttons .orders_list_elem_button {
    width: 150px;
}

.orders_list_elem_prop.buttons .orders_list_elem_button.white {
    background: white;
    color: #2967BA;
}

.orders_list_elem_prop.max {
    width: max-content;
}

.catalog_sidebar_filter_elem {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
}

.catalog_sidebar_filter .catalog_sidebar_container {
    padding-top: 20px;
    gap: 20px;
}

.catalog_sidebar_filter_elem input[type="checkbox"] {
    margin: 2px;
    accent-color: #28217B;
}

.catalog_sidebar_filter_elem.store {
    flex-direction: column;
}

.catalog_sidebar_filter_elem_input {
    display: flex;
    width: 100%;
    position: relative;
}

.catalog_sidebar_filter_open {
    width: 40px;
    height: 39px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}

.catalog_sidebar_filter_open::before {
    content: '';
    transition: all 0.3s;
    width: 12px;
    height: 7px;
    background: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.96967 0.46967C1.26256 0.176777 1.73744 0.176777 2.03033 0.46967L6 4.43934L9.96967 0.46967C10.2626 0.176777 10.7374 0.176777 11.0303 0.46967C11.3232 0.762563 11.3232 1.23744 11.0303 1.53033L6.53033 6.03033C6.23744 6.32322 5.76256 6.32322 5.46967 6.03033L0.96967 1.53033C0.676777 1.23744 0.676777 0.762563 0.96967 0.46967Z" fill="black" fill-opacity="0.5"/></svg>');
}

.catalog_sidebar_filter_elem.store.active .catalog_sidebar_filter_open::before {
    transform: rotate(-180deg);
}

.catalog_sidebar_filter_elem_input input {
    display: flex;
    align-items: center;
    padding: 10px 36px 10px 12px;
    border-radius: 8px;
    border: 1px solid #0000004D;
    position: relative;
    width: 100%;
}

.catalog_sidebar_filter_elem.store.active .catalog_sidebar_filter_elem_input input,
.catalog_sidebar_filter_elem_input input:focus-visible {
    border: 1px solid #28217B;
    outline: none;
}

.catalog_sidebar_filter_container {
    margin-top: 10px;
    display: none;
    flex-direction: column;
    width: 100%;
    border: 1px solid #F6F6F6;
    border-radius: 4px;
}

.catalog_sidebar_filter_elem.store.active .catalog_sidebar_filter_container {
    display: flex;
}

.catalog_sidebar_filter_container_elem {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #2A2D30;
    padding: 10px 16px;
    cursor: pointer;
}

.catalog_sidebar_filter_container_elem.active,
.catalog_sidebar_filter_container_elem:hover {
    color: #28217B;
}

#bx-soa-delivery .bx-soa-pp .bx-soa-pp-item-container>.row {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
}

#bx-soa-paysystem {
    /*display: none;*/
}

#bx-soa-properties .bx-soa-customer-field {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1500px) {
    .catalog_section {
        /*grid-template-columns: repeat(3, 1fr);*/
        flex: 1 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
}

@media (max-width: 1100px) {
    .catalog_section {
        /*grid-template-columns: repeat(2, 1fr);*/
        flex: 1 0 calc(30% - 20px);
        max-width: calc(30% - 20px);
    }

    .catalog_container {
        grid-template-columns: 235px 1fr;
    }

    .catalog_products {
        padding-right: 0;
    }
}

@media (min-width: 1800px) {
    .catalog_section {
        /*grid-template-columns: repeat(5, 1fr);*/
        flex: 1 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
    }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
    display: none !important;
}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width:640px) {

    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width:479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

.search {
    margin: 0;
    display: flex;
    gap: 16px;
}


.search input {
    padding: 4px 8px;
    background: white;
    border: none;
    color: black;
    font-family: Roboto;
}

.search-page {
    padding: 48px 24px 0;
}

.search-page form {
    margin: 0;
    display: flex;
    gap: 8px;
}

.search-page input[type="text"] {
    padding: 8px 12px;
    border: 1.5px solid #28217B;
    border-radius: 4px;
}

.search-page input[type="submit"] {
    padding: 8px 12px;
    border: 1.5px solid #28217B;
    border-radius: 4px;
    background: white;
}

.picker_update_all {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 16px;
    background: #28217B;
    padding: 12px;
    color: white;
    cursor: pointer;
    font-family: Roboto;
}

.tablebodytext {
    display: none;
}

.no-select {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.product-item-amount-field {
    min-width: 50px;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    min-width: 50px;
}

.product-item-info-container .product-item-amount-field-container {
    min-width: 150px;
}

/* EDIT 01.08.2025*/
.ctlg_section_title {
    padding: 10px;
    border-radius: 8px;
    height: 40px;
}

.ctlg_section_title > svg {
    display: none;
}

hr {
    border: 1px;
    color: #EAECF0;
    margin: 5px 0;
}

.ctlg_section_elements {
    padding-inline: 0;
}

.ctlg_item {
    padding-inline: 10px;
}

#inv_form {
    padding: 0;
    width: 33%;
}

.inv_save_btn {
    width: 100%;
    background-color: #28217B;
}

.invoice-data__fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
}

.invoice-data__field {
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    position: relative;
}

#search-input {
    padding: 0;
}

#search-input, #search-results {
    width: 100%;
    max-width: 100%;
}

#search-results {
    top: 64px;
}

#product-search {
    margin-bottom: 0;
}

.invoice-data__field label {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    color: #44546F;
}

.invoice-data__field input {
    border-radius: 3px !important;
    border: 2px solid #091E4224;
    padding: 10px !important;
}

.invoice-data__field input::placeholder, .invoice-data__field input {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #44546F;
}

.invoice-data__field input::-webkit-calendar-picker-indicator {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTQyODYgNi45MDE3NkgxNC43ODEyTTQuNDg1MTIgMS40Mzc1VjMuMDc2OThNMTUuMzEyNSAxLjQzNzVWMy4wNzY3OE0xOC41IDYuMDc2NzhMMTguNSAxNy41NjI1QzE4LjUgMTkuMjE5NCAxNy4xNTY5IDIwLjU2MjUgMTUuNSAyMC41NjI1SDQuNUMyLjg0MzE1IDIwLjU2MjUgMS41IDE5LjIxOTQgMS41IDE3LjU2MjVWNi4wNzY3OEMxLjUgNC40MTk5MiAyLjg0MzE1IDMuMDc2NzggNC41IDMuMDc2NzhIMTUuNUMxNy4xNTY5IDMuMDc2NzggMTguNSA0LjQxOTkyIDE4LjUgNi4wNzY3OFoiIHN0cm9rZT0iIzI5NjdCQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important;
}

.assembly-content {
    margin-top:24px;
}

.assembly-content th {
    color: #3A3A3A;
    background-color: #D9D9D9;
    padding: 10px;
    border: 0;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
}

.assembly-content td {
    padding: 10px;
    border: 0;
    text-align: start;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

.assembly-content td > input, .item_data input {
    all: unset;
    padding: 3px 3px 2px 3px;
    max-width: 100px;
    border-bottom: 1px dashed;
}

.assembly-content td > input::-webkit-inner-spin-button, .assembly-content td > input::-webkit-outer-spin-button {
    -webkit-appearance: none; margin: 0;
}

.assembly-content tr:nth-child(odd) {
    background: #ffffff;
}

.assembly-content tr:nth-child(even) {
    background: #EAECF0;
}

.inv_container .assembly-content {
    margin: 0;
}

.ctlg_section_elements {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

table tbody tr:last-child td:last-child, table th:last-child, table th:first-child, table tbody tr:last-child td:first-child {
    border-radius: unset;
}

.modal-content {
    border-radius: 27px;
}

.product-items > div {
    flex: 1 0 45%;
    width: fit-content;
}
