@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&display=swap';
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

*:focus {
  outline: none; }

a {
  text-decoration: none; }

nav {
  list-style: none; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'Roboto';
  src: url("/static/fonts/roboto-regular.woff2"), url("/static/fonts/Roboto-Regular-webfont.woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/static/fonts/roboto-bold.woff2"), url("/static/fonts/roboto-bold.woff");
  font-weight: bold;
  font-style: normal; }

.button {
  width: 12vw;
  margin: 32px 0 30px; }
  .button__save {
    padding: 10px 1vw;
    margin-bottom: 1vh; }

.menu-common {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  gap: 30px; }
  .menu-common__manager-info {
    width: 500px;
    margin: 0;
    margin-left: auto;
    color: #222222; }
  .menu-common__contacts {
    margin-right: 2vw;
    margin-top: 4px;
    width: 10vw; }
  .menu-common__cbrf {
    margin-left: auto;
    margin-right: 46px;
    font-size: 14px;
    color: #222222;
    display: flex;
    gap: 5px; }
    .menu-common__cbrf span {
      color: #83838D; }
    .menu-common__cbrf p {
      font-size: 15px; }

.info {
  margin-top: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .info__page-title {
    display: flex;
    align-items: center;
    margin-left: 275px;
    transition: 0.3s ease;
    max-width: 0;
    opacity: 0; }
    .info__page-title_collapsed {
      margin-left: 104px; }
  .info__collapse-icon {
    position: absolute;
    margin-left: 230px;
    transform: translateX(-100%); }
    .info__collapse-icon_collapsed {
      margin-left: 2vw; }
  .info__customer {
    margin-right: 3.5vw; }
  .info__balance {
    margin-right: 2vw; }

.main {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  height: auto; }

.workspace {
  display: flex;
  word-spacing: normal;
  flex-wrap: wrap;
  width: calc(100% - 260px);
  max-height: 100%;
  position: relative;
  align-content: flex-start;
  margin-bottom: 30px; }
  .workspace_collapsed {
    width: calc(100% - 5%); }
  .workspace_align {
    align-content: normal; }

.page-menu {
  width: 260px;
  min-width: 260px;
  height: auto;
  top: -54px;
  position: relative;
  min-height: calc(100vh - 120px);
  display: block; }
  .page-menu::after {
    content: '';
    display: block;
    height: 54px;
    width: 100%;
    background: #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform: translateY(100%); }
  .page-menu_collapsed {
    width: 5%; }
    .page-menu_collapsed .page-menu__manager {
      display: none; }
  .page-menu__manager {
    padding: 0 30px;
    color: #222222;
    padding-top: 10px;
    position: static;
    background: #222222; }
    .page-menu__manager .page-menu__manager-label {
      display: block;
      color: #B6B6B6;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.2; }

.menu__list {
  padding: 20px;
  padding-top: 54px; }

.menu__icon {
  display: inline-block; }

.menu__title {
  display: inline-block; }

.menu__item {
  padding: 15px 0;
  display: block;
  padding-top: 11px; }
  .menu__item_collapsed {
    justify-content: center; }
    .menu__item_collapsed .menu__icon {
      top: 0;
      position: relative; }

.requests {
  padding: 30px 3.3vw 30px; }
  .requests__link {
    position: absolute;
    right: 10px; }
    .requests__link__icon {
      margin-left: 1.8vw; }
  .requests__title {
    margin-top: 20px; }
  .requests__table {
    width: 101.5%; }
  .requests_collapsed {
    flex-basis: 49.7vw; }
  .requests-page {
    flex-direction: column;
    padding: 3% 3.3vw 3%;
    flex-wrap: nowrap;
    scrollbar-gutter: stable both-edges; }
    .requests-page__title {
      margin-bottom: 20px; }
    .requests-page__empty {
      position: relative;
      margin: auto; }

.notifications {
  flex-grow: 1;
  padding: 20px; }
  .notifications__list {
    padding-left: 0; }
  .notifications__item {
    margin: 10px 0;
    display: flex;
    align-items: center; }
    .notifications__item-line {
      flex-grow: 1;
      margin: 10px 0 0; }
    .notifications__item_status {
      margin-left: 0.3vw; }

.custom-select__container {
  display: inline-block;
  width: 12vw;
  text-align: center;
  position: relative;
  margin-bottom: 42px; }

.custom-select__text {
  padding-bottom: 13px;
  padding-left: 0.5vw; }

.custom-select__options {
  width: 100%;
  margin: 10px 0;
  padding: 0; }

.custom-select__option {
  padding: 7px 5px; }

.custom-select__logo {
  margin-left: 1vw;
  position: absolute;
  right: 0; }

.setup {
  height: auto; }
  .setup-tab {
    width: 100%; }
  .setup-info__text {
    margin-right: 0.5vw; }
  .setup-customer__list {
    margin: 0 0 40px;
    width: 18vw;
    box-sizing: border-box; }
  .setup-customer__select-container {
    width: 18vw; }
  .setup-customer__select-text {
    padding-left: 0; }
  .setup-customer__new {
    margin: 15px 0; }
  .setup-customer-info {
    margin-top: 15px;
    display: flex;
    width: 18vw;
    justify-content: space-between; }

.tab-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 39px;
  overflow: hidden; }

.tab-title__list {
  display: flex;
  flex-direction: row;
  margin: 29px 0;
  margin-top: 0;
  overflow-x: auto; }

.tab-title__item {
  padding: 20px 0px 17px;
  padding-bottom: 10px;
  font-size: 15px; }
  .tab-title__item:last-child {
    margin-right: 0; }
  .tab-title__item:first-child {
    margin-left: 0; }

.profile-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 22px; }
  .profile-form__item {
    display: block;
    width: 100%;
    position: relative;
    font-size: 13px;
    font-weight: 400; }
    .profile-form__item .required-mark {
      color: red; }
  .profile-form__input {
    width: 100%;
    height: 44px;
    display: block;
    padding: 0 15px;
    margin-top: 5px;
    font-size: 15px;
    color: #222222; }
    @media (max-width: 700px) {
      .profile-form__input {
        font-size: 16px; } }

.alert {
  position: absolute;
  margin-top: -20px; }
  .alert__bottom {
    margin-top: 20px;
    position: static; }
  .alert__product {
    margin-bottom: 10px;
    margin-top: 0;
    position: static; }

.categories-item {
  width: 100%; }
  .categories-item__title {
    margin: 40px 0; }
  .categories-item__table {
    width: 100%;
    display: block; }
    .categories-item__table_display {
      display: table; }
    .categories-item__table-item {
      padding: 10px 0; }
      .categories-item__table-item-photo {
        display: block;
        padding: 0 10px; }
      .categories-item__table-item-img {
        height: 150px; }
    .categories-item__table-wrapper {
      width: 100%; }
    .categories-item__table-empty {
      position: relative;
      width: 100%;
      height: calc(100% - 113px);
      display: flex;
      justify-content: center;
      align-items: center; }
    .categories-item__table-partnumber {
      white-space: nowrap;
      padding: 5px 10px; }
  .categories-item__skeleton {
    margin: -30px -30px 0;
    border-spacing: 30px;
    border-collapse: separate;
    width: 104% !important; }
    .categories-item__skeleton-item {
      padding: 20px; }
      .categories-item__skeleton-item:first-child {
        width: 6vw; }
      .categories-item__skeleton-item:nth-child(2n) {
        width: 7vw; }
      .categories-item__skeleton-item:nth-child(3n) {
        width: 6vw; }
    .categories-item__skeleton-header {
      border-spacing: 0px;
      border-collapse: collapse;
      padding: 20px; }
  .categories-item__filters {
    display: flex;
    text-align: center;
    overflow-x: scroll; }
    .categories-item__filters-button {
      margin: 15px 0 15px auto;
      width: max-content; }
    .categories-item__filters-item {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 10px 0.5vw; }
    .categories-item__filters-list {
      display: flex;
      flex-direction: column;
      height: 200px;
      overflow-x: hidden;
      margin-bottom: 10px; }
      .categories-item__filters-list-item {
        margin: 10px 5px;
        padding: 10px 0;
        width: 100%;
        min-width: max-content; }
    .categories-item__filters-title {
      margin: 5px 0;
      padding: 0 15px 10px; }

.categories-page {
  display: flex;
  flex-direction: column;
  padding: 0 0 3% 0;
  width: 100%; }
  .categories-page__skeleton {
    padding: 20px 0; }
  .categories-page__title {
    margin: 40px 0; }
    .categories-page__title-content {
      margin-left: 1vw; }
  .categories-page__list {
    margin: 0 0 31px; }
    .categories-page__list-title {
      margin-bottom: 9px; }
  .categories-page__item {
    padding: 9px 4vw 0 0;
    display: block; }
    .categories-page__item-title {
      margin-right: 1vw; }

.pagination {
  display: flex;
  flex-direction: row;
  padding: 10px calc(100%/9);
  align-items: center;
  justify-content: space-around;
  margin: 10px 0 10px auto;
  width: 100%; }
  .pagination__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
  .pagination__number {
    padding: 5px 0.5vw; }
  .pagination__list {
    display: flex;
    flex-direction: row; }
  .pagination__item {
    margin-right: 1vw; }
  .pagination__nav {
    display: flex; }
  .pagination__select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
    .pagination__select-item {
      margin-left: 1vw;
      padding: 7px 0; }

.table__item-product {
  position: relative;
  margin-top: 5px; }

.table__item-image {
  position: absolute;
  left: 10px; }

.table__item-description {
  margin-left: 2.5vw; }

.table__button {
  width: max-content;
  margin: 32px auto 30px; }

.product-item {
  display: flex;
  flex-wrap: wrap;
  height: max-content; }
  .product-item__wrapper {
    justify-content: space-between;
    display: flex;
    align-items: flex-start; }
    .product-item__wrapper-manufacturer {
      position: relative;
      margin: 20px 0 0; }
  .product-item__info {
    display: flex;
    flex-direction: column;
    width: 19vw; }
    .product-item__info-title {
      margin: 20px 0 12px; }
      .product-item__info-title:first-child {
        margin-top: 0; }
  .product-item__photo {
    display: flex;
    flex-direction: column; }
    .product-item__photo-link {
      margin-top: 20px;
      max-width: 220px; }
  .product-item__title {
    margin: 53px 0 40px;
    width: 100%; }
  .product-item__button {
    margin-bottom: 15px; }
  .product-item__manufacturer-name {
    max-width: calc(100% - 5vw); }
  .product-item__skeleton {
    margin-bottom: 40px; }
    .product-item__skeleton-info {
      margin-top: 110px !important; }
    .product-item__skeleton-page {
      margin-top: 0; }

.product-table {
  width: 100%; }
  .product-table__block {
    width: 50%;
    margin: 0 0 70px;
    display: inline-flex;
    flex-direction: column;
    margin-top: -40px; }
  .product-table__item {
    padding: 10px 1vw; }
    .product-table__item_checkbox {
      vertical-align: middle;
      text-align: end; }
  .product-table__title {
    margin-bottom: 8px; }
  .product-table__subtitle {
    width: max-content;
    margin: -10px 0 10px auto; }
    .product-table__subtitle_bottom {
      margin: 12px 1vw 5px auto; }
  .product-table__icon {
    margin-left: 1.2vw; }
  .product-table__checkbox {
    margin-right: 1vw; }
  .product-table__attributes {
    table-layout: fixed; }
  .product-table__list {
    margin: 5px 0; }

.product-similar {
  display: inline-flex;
  flex-direction: column;
  padding: 10px 2vw 15px;
  width: 21%;
  margin: 210px 6vw 0 1vw;
  right: 0;
  top: 355px;
  position: absolute; }
  .product-similar__list {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px; }
  .product-similar_empty {
    top: 200px; }
  .product-similar__title {
    padding-bottom: 5px; }
  .product-similar__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 0; }
    .product-similar__item-manufacturer {
      margin: 10px 0; }
  .product-similar__button {
    width: 6vw;
    align-self: flex-end;
    margin-top: -55px;
    justify-content: center; }

.product-cart {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 2vw 55px;
  width: 21%;
  right: 0;
  top: 160px;
  position: absolute;
  margin: 60px 6vw 0 1vw;
  overflow-y: scroll;
  max-height: 240px; }
  .product-cart_empty {
    height: 100px;
    overflow: hidden;
    top: 150px; }
  .product-cart__input {
    width: 5vw;
    height: 40px;
    padding: 2px 10px;
    text-align: center;
    margin-bottom: 20px;
    -moz-appearance: textfield; }
    .product-cart__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .product-cart__input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .product-cart__info {
    margin-top: 5px; }
  .product-cart__title-item {
    margin-bottom: 20px; }
  .product-cart__description {
    font-size: 11px; }
  .product-cart__button {
    justify-content: center;
    margin: -4px 0 30px; }
    .product-cart__button-empty-content {
      width: 100% !important;
      justify-content: center;
      margin: 20px 100px; }
  .product-cart__price {
    position: relative;
    margin-left: auto; }
    .product-cart__price-item {
      display: flex;
      flex-direction: row;
      column-gap: 10px;
      justify-content: space-between; }
  .product-cart__icon {
    width: 30px;
    height: 30px;
    margin-left: 2vw; }

.product-popup {
  flex-direction: column;
  display: flex;
  position: fixed;
  right: 2vw;
  left: 18vw;
  padding: 50px 65px;
  overflow-y: auto;
  max-height: 500px;
  top: 50%;
  transform: translate(0, -50%) !important; }
  .product-popup__button {
    margin: 15px 0 10px;
    padding: 1em 1.6em; }
  .product-popup__input {
    padding: 0 10px;
    margin: 10px; }
  .product-popup__error {
    width: max-content;
    position: relative;
    left: 220px;
    top: 47px; }
  .product-popup_small {
    width: max-content;
    margin: auto; }
    .product-popup_small .product-orders__filter-buttons {
      margin: auto; }

.product-orders__table {
  margin: 0;
  width: 100%; }
  .product-orders__table-icon {
    margin-left: 0.3vw; }
  .product-orders__table-filter {
    margin: 0 auto; }
  .product-orders__table-button {
    margin: 27px auto; }
    .product-orders__table-button-wrapper {
      width: calc(100%/5); }

.product-orders__filter {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center; }
  .product-orders__filter-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .product-orders__filter-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .product-orders__filter-from {
    position: relative; }
    .product-orders__filter-from::before {
      content: "c";
      position: absolute;
      left: 1.5vw;
      margin-top: 15px; }
  .product-orders__filter-to {
    position: relative; }
    .product-orders__filter-to::before {
      content: "РїРѕ";
      position: absolute;
      left: 1vw;
      margin-top: 15px; }
  .product-orders__filter-input {
    width: 8vw;
    padding: 15px 0 15px 2.5vw;
    margin-right: 2vw;
    min-width: 100px; }
  .product-orders__filter-label {
    margin: 15px 0 10px;
    width: 22vw; }
  .product-orders__filter-search {
    margin: 0;
    width: 100% !important; }
  .product-orders__filter-close {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 150; }

.product-orders__dropdown {
  position: absolute;
  top: 55px;
  width: 100%; }
  .product-orders__dropdown-list {
    display: flex;
    flex-direction: column; }
  .product-orders__dropdown-item {
    padding: 10px 1vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.product-price__block {
  display: flex;
  width: 100%;
  align-items: start; }

.product-price__table {
  height: max-content;
  position: relative;
  min-height: 150px; }
  .product-price__table-item {
    text-align: center;
    vertical-align: middle;
    height: 40px; }
    .product-price__table-item.first {
      text-align: left;
      padding-left: 15px; }
    .product-price__table-item_height {
      height: 60px;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .product-price__table-item_error {
      width: max-content;
      margin-left: auto;
      position: relative; }
  .product-price__table-packer {
    margin-top: 10px; }
  .product-price__table-list {
    display: flex;
    justify-content: space-between;
    padding: 2px; }
  .product-price__table-button {
    padding: 12px 12px 12px 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center; }
    .product-price__table-button_left {
      padding: 12px 8px 12px 12px; }
  .product-price__table-quantity {
    padding: 0;
    width: 100%; }
  .product-price__table-block {
    display: flex;
    width: 90%;
    float: left;
    height: 40px;
    min-width: 110px;
    border: 1px solid #222222;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.32;
    transition: 0.3s ease;
    cursor: default;
    position: relative; }
    .product-price__table-block.disabled {
      border: 1px solid transparent;
      opacity: 1; }
    .product-price__table-block:hover {
      opacity: 1; }
  .product-price__table-title {
    margin: 5px 0; }
  .product-price__table-error {
    position: absolute;
    padding: 4px 12px;
    width: 100%;
    margin-top: 45px;
    box-sizing: border-box; }
  .product-price__table .loader__wrapper {
    height: 155px;
    position: absolute; }

.product-price__cart {
  min-width: 13vw;
  height: max-content;
  margin-left: 0.7vw;
  box-sizing: border-box;
  padding: 7px 1.3vw;
  position: sticky;
  top: calc(50% - 102px); }
  .product-price__cart-total {
    display: flex;
    padding: 26px 0 0;
    justify-content: space-between;
    width: 100%; }
  .product-price__cart-price {
    width: 10vw;
    margin-top: 16px;
    text-align: end; }
  .product-price__cart-quantity {
    margin: 0;
    float: right;
    width: 100%;
    text-align: end; }
  .product-price__cart-button {
    margin: 15px auto;
    width: 100%;
    justify-content: center; }
  .product-price__cart-icon {
    margin-left: 0.5vw; }
  .product-price__cart-default {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 20px; }
  .product-price__cart-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .product-price__cart-count {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-end; }
  .product-price__cart-product {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0; }
    .product-price__cart-product :first-child {
      align-items: flex-start; }

.product-price__empty {
  width: 100%; }

.navigation-block {
  display: flex;
  flex-direction: row;
  align-items: center; }

.navigation-goback {
  padding-left: 0; }

.catalog {
  scrollbar-gutter: stable both-edges; }

.modal {
  flex-direction: column;
  display: flex;
  position: fixed;
  z-index: 1000;
  right: 35vw;
  padding: 20px 3vw;
  overflow-y: auto;
  max-height: 400px; }
  .modal__button {
    width: max-content !important;
    margin: 20px 0; }
  .modal__content {
    max-width: 24vw; }
  .modal__buttons {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    column-gap: 10px; }

.loader__wrapper {
  width: 100%;
  height: 97%;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader__text {
  margin-left: 30px; }

body {
  overflow-x: hidden; }

.menu-top {
  display: flex;
  box-sizing: border-box; }
  .menu-top__item {
    text-align: center; }
  .menu-top__phone {
    margin-left: auto;
    display: flex;
    align-items: center; }
    .menu-top__phone-text {
      margin-left: 0.4vw; }
    .menu-top__phone-icon {
      margin-bottom: 3px; }

.menu-middle {
  display: flex;
  align-items: center;
  width: 100vw;
  padding: 37px 0 39px;
  box-sizing: border-box;
  justify-content: space-between;
  min-height: 124px; }
  .menu-middle__login {
    margin: 4px 0 0 0; }
    .menu-middle__login-text {
      margin-top: 1px;
      text-align: end;
      display: block; }
  .menu-middle__search {
    position: relative;
    left: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 672px;
    width: 100%; }

.menu-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: static;
  height: 54px; }
  .menu-bottom__item {
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    padding: 18px; }
    .menu-bottom__item:first-child {
      margin-left: 0;
      padding-left: 0; }
  .menu-bottom__icon {
    margin-left: 0.5vw; }

.carousel-content__title {
  margin-top: 0; }

.carousel-content__button {
  padding: 0 24px; }

.carousel-list {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  padding: 25px 0 0;
  list-style-type: none;
  justify-content: space-between; }
  .carousel-list__item {
    display: flex;
    flex-direction: column; }
    .carousel-list__item-text {
      margin: 30px 0 65px; }

.destributers {
  margin: 115px 0 30px; }
  .destributers__title {
    margin-right: 3.7vw;
    margin-bottom: 23px;
    padding-bottom: 7px; }

.manufacturer {
  margin: 115px 0 0; }
  .manufacturer-link__icon {
    margin-left: 1vw; }
  .manufacturer-brand-grid {
    margin-top: 1.6vw; }
  .manufacturer__title {
    padding-bottom: 7px;
    margin-right: 4.2vw;
    margin-bottom: 24px; }

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 3vw;
  margin-top: 40px;
  grid-row-gap: 80px; }

.main-card {
  display: flex;
  flex-direction: row;
  margin: 120px 0;
  gap: 13px;
  width: 100%; }
  .main-card-left {
    display: flex;
    flex-direction: column;
    padding: 110px 19.5vw 115px 11vw;
    width: 49%; }
    .main-card-left__svg {
      margin: 30px 0; }
    .main-card-left__content {
      margin: 50px 0 83px; }
  .main-card-right {
    display: flex;
    flex-direction: column;
    padding: 110px 23vw 115px 8vw;
    width: 49%; }
    .main-card-right__content {
      margin: 50px 0; }
    .main-card-right__svg {
      margin: 30px 0; }
  .main-card__link {
    margin: 20px 0; }
    .main-card__link-svg {
      margin-bottom: -0.1vw;
      margin-left: 0.6vw; }

.main-title {
  margin: 143px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px; }

.login-main {
  padding: 0;
  display: block;
  margin: 50px 0 2vh; }
  .login-main-title {
    margin-bottom: 52px;
    padding-bottom: 11px;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    min-width: 16vw; }
  .login-main__button {
    padding: 0 25px; }
    .login-main__button-left {
      margin-left: auto;
      margin-top: auto; }

.login-card__label-email {
  margin-top: 0;
  width: 100%; }

.login-card__label-phone {
  margin-right: 1.5vw;
  width: 45%; }

.login-card__label-name {
  margin: 25px 0 20px;
  width: 45%; }

.login-card-left {
  display: block; }
  .login-card-left__input {
    margin-top: 0.5vw; }
  .login-card-left__link {
    margin-top: 20px; }
  .login-card-left__label_first {
    margin-top: 50px; }

.login-card__input {
  padding-left: 15px; }

.login-card__label-right {
  margin-top: 9px; }

.login-card-right {
  display: block;
  padding: 40px 30px; }
  .login-card-right__input {
    margin-top: 10px; }
  .login-card-right__content {
    margin-bottom: 25px; }
  .login-card-right__text {
    margin-top: 5px; }

.change-password__main {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  grid-column-gap: 0.4vw;
  grid-row-gap: 0.6vw;
  width: 23vw;
  padding: 40px 4vw; }

.change-password__title {
  margin: 20px 0; }

.change-password__input {
  margin: 10px 0 10px -0.3vw;
  padding-left: 15px; }

.change-password__label {
  margin-left: 0.3vw; }

.change-password__button {
  width: 8vw;
  margin: 45px 0vw 10px 15vw;
  min-width: 146px; }

.footer {
  padding: 0; }
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 11.2vw);
    grid-row-gap: 37px;
    padding-left: 0;
    margin: 70px 0 68px; }
  .footer-navigation {
    display: flex;
    flex-direction: row;
    gap: 6vw;
    padding: 19px 0 25px; }

.alert {
  margin-left: 0.3vw; }
  .alert__login {
    position: absolute;
    margin-bottom: 30px;
    align-self: end; }
    .alert__login-input {
      max-width: 14vw;
      display: block;
      margin-top: 7px; }
  .alert__product {
    margin-bottom: 10px; }

.categories__popup {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  flex-direction: row;
  z-index: 5; }
  .categories__popup-title {
    margin: 15px 1.5vw;
    width: 10vw; }
  .categories__popup-list {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    margin: 4px 0;
    max-height: calc(100vh - 202px); }
  .categories__popup-item {
    padding: 10px 1.5vw;
    width: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .categories__popup-item-icon {
      width: 10px;
      height: 10px;
      margin: 0;
      align-self: center; }
  .categories__popup-error {
    padding: 40px 1.5vw; }

.categories-page {
  display: flex;
  flex-direction: column;
  padding: 0; }
  .categories-page__skeleton {
    padding: 20px 0; }
  .categories-page__title {
    margin: 40px 0; }
    .categories-page__title-content {
      margin-left: 1vw; }
  .categories-page__list {
    margin: 0 0 31px; }
    .categories-page__list-title {
      margin-bottom: 9px; }
  .categories-page__item {
    padding: 9px 4vw 0 0;
    display: block; }
    .categories-page__item-title {
      margin-right: 1vw; }

.categories-item {
  padding: 0 0 10px; }
  .categories-item_display {
    display: flex; }
  .categories-item__title {
    margin: 40px 0; }
  .categories-item__table {
    display: block; }
    .categories-item__table_display {
      display: table; }
    .categories-item__table-item {
      padding: 10px 0; }
      .categories-item__table-item-photo {
        display: block;
        padding: 0 10px; }
      .categories-item__table-item-img {
        height: auto; }
    .categories-item__table-wrapper {
      width: 100%; }
    .categories-item__table-empty {
      display: flex;
      min-height: calc(100vh - 479px);
      width: 100%;
      justify-content: center;
      align-items: center; }
    .categories-item__table-partnumber {
      white-space: nowrap;
      padding: 5px 10px;
      max-width: 100%;
      flex-grow: 1; }
  .categories-item__skeleton {
    margin: -10px -30px 0;
    border-spacing: 30px;
    border-collapse: separate;
    width: 104%; }
    .categories-item__skeleton-item {
      padding: 20px; }
      .categories-item__skeleton-item:first-child {
        width: 15vw; }
      .categories-item__skeleton-item:nth-child(2n) {
        width: 12vw; }
      .categories-item__skeleton-item:nth-child(3n) {
        width: 5vw; }
    .categories-item__skeleton-header {
      border-spacing: 0px;
      border-collapse: collapse;
      padding: 20px; }
  .categories-item__filters {
    display: flex;
    text-align: center;
    overflow-x: scroll; }
    .categories-item__filters-item {
      display: flex;
      flex-direction: column;
      padding: 10px 0.5vw;
      justify-content: space-between; }
    .categories-item__filters-list {
      display: flex;
      flex-direction: column;
      height: 200px;
      overflow-x: hidden;
      margin-bottom: 10px; }
      .categories-item__filters-list-item {
        margin: 0 5px 10px;
        padding: 10px 0;
        width: 100%;
        min-width: max-content; }
        .categories-item__filters-list-item:first-child {
          margin-left: 0; }
    .categories-item__filters-title {
      margin: 5px 0;
      padding: 0 15px 10px; }
    .categories-item__filters-button {
      margin: 15px 0 15px auto;
      width: max-content;
      display: none; }

.navigation-block {
  display: flex;
  flex-direction: row;
  padding: 30px 0 0;
  align-items: center; }

.navigation-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 0;
  row-gap: 15px; }

.navigation-goback {
  padding-left: 0;
  padding-right: 20px; }

.pagination {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0 10px auto; }
  .pagination__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
  .pagination__number {
    padding: 5px 0.5vw; }
  .pagination__list {
    display: flex;
    flex-direction: row; }
  .pagination__item {
    margin-right: 1vw; }
  .pagination__nav {
    display: flex; }
  .pagination__select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto; }
    .pagination__select-item {
      margin-left: 1vw;
      padding: 7px 0; }

.product-table {
  width: 100%; }
  .product-table__block {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    margin-left: auto; }
  .product-table__item {
    padding: 10px; }
    .product-table__item_checkbox {
      vertical-align: middle;
      text-align: end; }
    .product-table__item:last-child {
      text-align: right; }
  .product-table__title {
    margin-bottom: 8px; }
  .product-table__subtitle {
    width: max-content;
    margin: -10px 0 10px auto; }
    .product-table__subtitle_bottom {
      margin: 12px 1vw 5px auto; }
  .product-table__icon {
    margin-left: 1.2vw; }
  .product-table__checkbox {
    margin-right: 1vw; }
  .product-table__attributes {
    table-layout: fixed; }
  .product-table__list {
    margin: 5px 0; }

.product-cart {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 2vw 55px;
  width: 21%;
  margin: 40px calc(100vw/9) 0 1vw;
  position: absolute;
  overflow-y: scroll;
  max-height: 240px; }
  .product-cart__input {
    width: 5vw;
    height: 40px;
    padding: 2px 10px;
    text-align: center;
    margin-bottom: 20px;
    -moz-appearance: textfield; }
    .product-cart__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .product-cart__input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .product-cart_empty {
    height: 100px;
    overflow: hidden; }
  .product-cart__info {
    margin-top: 5px; }
  .product-cart__title-item {
    margin-bottom: 20px; }
  .product-cart__description {
    font-size: 11px; }
  .product-cart__button {
    justify-content: center; }
    .product-cart__button-empty-content {
      width: 80% !important;
      justify-content: center;
      margin: auto; }
  .product-cart__price {
    position: relative;
    margin-left: auto; }
    .product-cart__price-item {
      display: flex;
      flex-direction: row;
      column-gap: 10px;
      justify-content: space-between; }
  .product-cart__icon {
    width: 30px;
    height: 30px;
    margin-left: 2vw; }

.product-popup {
  flex-direction: column;
  display: flex;
  position: fixed;
  overflow-y: auto;
  max-height: 500px;
  right: 10.5vw;
  left: 9vw;
  padding: 50px 65px;
  top: 50%;
  transform: translate(0, -50%) !important; }
  .product-popup__button {
    margin: 15px 0 10px;
    padding: 1em 1.6em; }
  .product-popup__input {
    padding: 0 10px;
    margin: 10px; }
  .product-popup__error {
    width: max-content;
    position: relative;
    left: 220px;
    top: 42px; }
  .product-popup_small {
    width: max-content;
    margin: auto; }
    .product-popup_small .product-orders__filter-buttons {
      margin: auto; }

.product-orders__table {
  margin: 0;
  width: 100%; }
  .product-orders__table-icon {
    margin-left: 0.3vw; }
  .product-orders__table-filter {
    margin: 0 auto; }
  .product-orders__table-button-wrapper {
    width: calc(100%/5); }

.product-orders__filter {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center; }
  .product-orders__filter-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .product-orders__filter-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .product-orders__filter-input {
    width: 6vw;
    padding: 15px 0 15px 3vw;
    margin-right: 2vw;
    min-width: 100px; }
  .product-orders__filter-from {
    position: relative; }
    .product-orders__filter-from::before {
      content: "c";
      position: absolute;
      left: 1.5vw;
      margin-top: 15px; }
  .product-orders__filter-to {
    position: relative; }
    .product-orders__filter-to::before {
      content: "РїРѕ";
      position: absolute;
      left: 1vw;
      margin-top: 15px; }
  .product-orders__filter-label {
    margin: 15px 0 10px;
    width: 22vw; }
  .product-orders__filter-search {
    margin: 0;
    width: 100% !important; }
  .product-orders__filter-close {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 150; }

.product-orders__dropdown {
  position: absolute;
  top: 55px;
  width: 100%; }
  .product-orders__dropdown-list {
    display: flex;
    flex-direction: column; }
  .product-orders__dropdown-item {
    padding: 10px 1vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.product-item {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  height: max-content;
  padding: 0;
  width: 260px; }
  .product-item__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px; }
    .product-item__wrapper-manufacturer {
      position: relative;
      margin: 20px 0 0px; }
  .product-item__info {
    display: flex;
    flex-direction: column;
    width: 20vw; }
    .product-item__info-title {
      margin: 20px 0 6px; }
      .product-item__info-title:first-child {
        margin-top: 0; }
  .product-item__photo {
    display: flex;
    flex-direction: column; }
    .product-item__photo-link {
      margin-top: 20px;
      max-width: 220px; }
  .product-item__title {
    margin: 40px 0;
    width: 94%; }
  .product-item__button {
    margin-bottom: 15px; }
  .product-item__manufacturer-name {
    max-width: calc(100% - 5vw); }
  .product-item__skeleton {
    margin-right: 1vw;
    margin-bottom: 40px; }
    .product-item__skeleton-page {
      margin-right: 10px;
      margin-top: 45px; }
    .product-item__skeleton-info {
      width: 37.6%;
      position: relative;
      top: 50px;
      left: 15px; }

.product-price__block {
  display: flex;
  align-items: flex-start;
  margin: 50px 0;
  margin-top: 10px; }

.product-price__table {
  height: max-content;
  position: relative;
  min-height: 150px; }
  .product-price__table-item {
    text-align: center;
    vertical-align: middle;
    height: 40px; }
    .product-price__table-item_height {
      height: 60px;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .product-price__table-item_error {
      width: max-content;
      margin-left: auto;
      position: relative; }
  .product-price__table-packer {
    margin-top: 10px; }
  .product-price__table-list {
    display: flex;
    justify-content: space-between; }
  .product-price__table-button {
    padding: 12px 12px 12px 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center; }
    .product-price__table-button_left {
      padding: 12px 8px 12px 12px; }
  .product-price__table-quantity {
    padding: 0;
    width: 100%; }
  .product-price__table-title {
    margin: 5px 0; }
  .product-price__table-error {
    position: absolute;
    padding: 4px 12px;
    width: 100%;
    margin-top: 45px;
    box-sizing: border-box; }
  .product-price__table-block {
    display: flex;
    width: 90%;
    float: left;
    height: 40px;
    min-width: 110px;
    border: 1px solid #222222;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.32;
    transition: 0.3s ease;
    cursor: default;
    position: relative; }
    .product-price__table-block.disabled {
      border: 1px solid transparent;
      opacity: 1; }
    .product-price__table-block:hover {
      opacity: 1; }

.product-price__cart {
  min-width: 13vw;
  height: max-content;
  margin-left: 0.7vw;
  box-sizing: border-box;
  padding: 7px 1.3vw;
  position: sticky;
  top: calc(50% - 102px); }
  .product-price__cart-total {
    display: flex;
    padding: 26px 0 0;
    justify-content: space-between;
    width: 100%; }
  .product-price__cart-price {
    width: 10vw;
    margin-top: 16px;
    text-align: end; }
  .product-price__cart-quantity {
    margin: 0;
    float: right;
    width: 100%;
    text-align: end;
    max-height: 44px; }
  .product-price__cart-block {
    display: flex;
    justify-content: right; }
  .product-price__cart-button {
    margin: 15px auto;
    width: 100%;
    justify-content: center;
    max-height: 44px; }
  .product-price__cart-icon {
    margin-left: 0.5vw; }
  .product-price__cart-default {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 20px; }
  .product-price__cart-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .product-price__cart-count {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-end; }
  .product-price__cart-product {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0; }
    .product-price__cart-product :first-child {
      align-items: flex-start; }

.product-price__empty {
  width: 100%; }

.product__wrapper .container {
  padding-left: 0;
  padding-right: 0; }

.search-options__list {
  position: absolute;
  padding: 0px 0px 20px;
  top: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  left: 0;
  right: 0; }
  .search-options__list-item--show-all {
    padding: 10px 20px;
    padding-bottom: 0px; }

.search-options__item {
  padding: 10px 30px;
  height: 60px;
  display: flex;
  align-items: center;
  transition: 0.15s ease;
  gap: 10px;
  box-sizing: border-box; }

.search-options__key {
  margin-left: auto;
  max-width: 50%;
  text-align: right; }

.search-options__show-all-button {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease; }
  .search-options__show-all-button:hover {
    opacity: 0.8; }

.table__item-product {
  position: relative;
  margin-top: 5px; }

.table__item-image {
  position: absolute;
  left: 10px; }

.table__item-description {
  margin-left: 2.5vw; }

.container {
  width: 100vw;
  box-sizing: border-box; }

.loader__wrapper {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader__text {
  margin-left: 30px; }

.user-agreement__article {
  margin: 45px 0 10px;
  display: flex;
  flex-direction: column; }

.user-agreement__title-h1 {
  padding: 30px 0; }

.user-agreement__text {
  margin-bottom: 20px; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 4px 10px black;
  z-index: 1000;
  border-radius: 10px;
  width: 300px;
  text-align: center; }
  .popup__submit {
    padding: 8px 15px;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
    background: #0f8cc8;
    color: #fff;
    cursor: pointer; }
  .popup__error {
    background: #ff000014;
    border-radius: 5px;
    padding: 10px;
    color: red;
    text-align: center !important;
    margin-top: 15px !important; }
  .popup__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .popup__form-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px; }
  .popup__form p {
    text-align: left;
    margin: 5px 0; }
  .popup__form-input {
    background: #efefef;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 5px; }
  .popup__close {
    margin-top: 5px;
    background: #ff4d4d;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background .3s ease-in-out;
    width: 100%; }
    .popup__close:hover {
      background: #cc0000; }

.product-price__table-item {
  text-align: center;
  vertical-align: middle;
  height: 40px; }
  .product-price__table-item_height {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .product-price__table-item_error {
    width: max-content;
    margin-left: auto;
    position: relative; }

.product-price__table-button {
  padding: 12px 12px 12px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center; }
  .product-price__table-button_left {
    padding: 12px 8px 12px 12px; }

.product-price__table-quantity {
  padding: 0;
  width: 100%; }

.product-price__table-error {
  position: absolute;
  padding: 4px 12px;
  width: 100%;
  margin-top: 45px;
  box-sizing: border-box; }

.product-price__table-block {
  display: flex;
  width: 80%;
  float: left;
  height: 40px;
  min-width: 110px;
  margin-right: 15px;
  border: 1px solid #222222;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.32;
  transition: 0.3s ease;
  cursor: default;
  position: relative; }
  .product-price__table-block.disabled {
    border: 1px solid transparent;
    opacity: 1; }
  .product-price__table-block:hover {
    opacity: 1; }

body {
  font-family: 'Roboto', sans-serif; }

a {
  color: black; }

strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.link {
  color: #b6b6b6;
  cursor: pointer; }
  .link__text {
    font-size: 15px;
    color: #222222; }
  .link__icon {
    width: 10px;
    height: 10px;
    fill: #222222;
    rotate: 90deg; }

.main {
  font-size: 15px; }

.page-menu_full-width .menu__list {
  min-width: 210px; }

.workspace_full-width {
  animation: workspaceFullWidthAnimation .3s linear; }

.workspace_collapsed {
  animation: workspaceCollapsedAnimation .3s linear; }

.table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid initial;
  text-align: center;
  font-size: 13px;
  font-family: 'Roboto', sans-serif; }
  .table__item {
    vertical-align: middle;
    padding-top: 5px; }
    .table__item-image {
      width: 40px;
      height: 40px; }
    .table__item-product:not(:last-child) {
      border-bottom: 1px solid #b6b6b6; }
    .table__item-description {
      word-break: break-word; }
    .table__item-date {
      font-size: 12px;
      white-space: nowrap; }
  .table-header {
    background: #eeeeee;
    height: 40px; }
    .table-header__item {
      vertical-align: middle; }
      .table-header__item_sticky {
        vertical-align: middle;
        position: sticky;
        top: 0px;
        background: #eeeeee;
        height: 55px;
        font-size: 20px;
        z-index: 110; }
  .table-row:last-child .table__item {
    vertical-align: middle;
    height: 35px; }
  .table-row .table__item:first-child {
    border-left: none;
    font-size: 14px; }
  .table-row .table__item:last-child {
    border-right: none; }
  .table__icon-close {
    top: 20px;
    right: 25px;
    width: 22px;
    fill: black;
    cursor: pointer;
    position: absolute; }

.notifications {
  border-collapse: collapse;
  border-left: none;
  box-sizing: border-box; }
  .notifications__title {
    font-size: 18px; }
  .notifications__list {
    list-style-type: none;
    font-size: 12px; }
  .notifications__item-line {
    border-bottom: 1px solid black; }

.requests {
  border-collapse: collapse; }
  .requests__title {
    font-size: 18px; }
  .requests-page {
    border: 13px solid #d9e3e8;
    box-sizing: border-box; }
    .requests-page__title {
      font-size: 18px;
      font-family: 'Roboto', sans-serif;
      font-weight: 600; }

.navigation-link {
  cursor: pointer; }

.navigation-item {
  font-size: 16px;
  color: #888;
  text-decoration: none;
  transition: color 0.2s ease; }
  .navigation-item:hover {
    color: #0f8cc8; }
  .navigation-item_current {
    color: #222222;
    font-weight: 500; }

.navigation-icon__separate {
  margin: 0 8px;
  opacity: 0.5; }

.orders-button {
  padding: 7px 13px;
  background: transparent;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer; }
  .orders-button:hover {
    background: #0f8cc8;
    color: white;
    border-color: #0f8cc8; }

.orders-table-buttons {
  display: flex;
  gap: 10px; }

.orders-table-container {
  width: 100%; }

.orders-pagination-icon {
  width: 5px;
  height: 10px; }

.orders-pagination-icon_prev {
  transform: rotate(180deg); }

.orders-page {
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start !important; }
  .orders-page .navigation-block {
    background: white;
    margin-bottom: 0; }

.orders-table-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 40px;
  gap: 10px; }

.orders-table-title {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin: 0; }

.orders-table-search {
  display: flex;
  align-items: center; }

.orders-search-input {
  padding: 8px 16px;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  font-size: 14px;
  min-width: 280px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0; }
  .orders-search-input::placeholder {
    color: #9ca3af; }
  .orders-search-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6; }

.orders-search-button {
  padding: 10px 20px;
  background: #0F8CC8;
  color: white;
  border: none;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease; }
  .orders-search-button:hover {
    background: #2563eb; }

.orders-table-modern {
  overflow: hidden;
  width: 70%; }
  .orders-table-modern .table-header {
    background: #F1F3F3; }
    .orders-table-modern .table-header .table-header__item {
      padding: 12px 16px;
      font-weight: 500;
      color: #374151;
      font-size: 14px;
      text-align: left;
      text-align: center; }
  .orders-table-modern .table-row {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.2s ease;
    cursor: pointer; }
    .orders-table-modern .table-row:hover {
      background: #F1F3F3; }
    .orders-table-modern .table-row .table__item {
      padding: 5px 10px;
      font-size: 14px;
      color: #1f2937;
      vertical-align: middle;
      text-align: center; }
      .orders-table-modern .table-row .table__item_active {
        font-weight: 500;
        color: #1f2937; }

.table-link-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px; }
  .table-link-button svg {
    display: block;
    width: 16px;
    height: 16px; }
  .table-link-button svg path {
    stroke: #6b7280;
    transition: stroke 0.2s ease; }
  .table-link-button:hover svg path {
    stroke: #3b82f6; }

.orders-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  gap: 30px; }

.orders-pagination-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  position: relative; }
  .orders-pagination-info svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 11px;
    height: 8px; }

.orders-pagination-select {
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: white;
  font-size: 14px;
  cursor: pointer;
  min-width: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .orders-pagination-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6; }

.orders-pagination-controls {
  display: flex;
  align-items: center; }

.orders-pagination-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d1d5db;
  background: white;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 0;
  border-left: 0;
  position: relative; }
  .orders-pagination-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d1d5db; }
  .orders-pagination-btn:hover {
    background: #F1F3F3;
    border-color: #3b82f6;
    color: #3b82f6; }
  .orders-pagination-btn_active {
    background: #0F8CC8;
    border-color: #0F8CC8;
    color: white; }
    .orders-pagination-btn_active:hover {
      background: #0F8CC8;
      border-color: #0F8CC8;
      color: white; }

.orders-pagination-controls .orders-pagination-btn:nth-last-child(2)::after {
  display: none; }

.orders-pagination-next {
  padding: 6px 12px;
  border: 1px solid #d1d5db;
  background: white;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }
  .orders-pagination-next::after {
    content: '';
    display: none; }
  .orders-pagination-next:hover {
    background: #F1F3F3;
    border-color: #3b82f6;
    color: #3b82f6; }

.orders-pagination-prev {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .orders-pagination-prev::after {
    content: '';
    display: none; }

.orders-pagination-dots {
  color: #9ca3af;
  font-size: 16px;
  padding: 0 4px; }

.orders-page__empty {
  text-align: center;
  padding: 60px 20px;
  color: #6b7280;
  font-size: 16px; }

.custom-select__text {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #b6b6b6;
  text-align: start;
  cursor: pointer; }

.custom-select__options {
  text-align: center;
  background-color: white; }

.custom-select__option {
  list-style-type: none;
  cursor: pointer;
  text-align: start;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #b6b6b6; }
  .custom-select__option:hover {
    color: black; }

.custom-select__logo {
  width: 20px;
  height: 10px;
  fill: black;
  transform: rotate(90deg); }

.setup-customer-info__text {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600; }

.setup-customer__form {
  animation: none; }

.setup-customer__select-logo {
  width: 12px; }

.setup-info__name {
  font-size: 16px; }

.tab-title__list {
  font-size: 16px;
  justify-content: flex-start;
  gap: 29px;
  position: relative;
  margin-bottom: 45px; }
  .tab-title__list::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F1F3F3;
    z-index: -1; }

.tab-title__item_active {
  position: relative; }

.tab-title__item_active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 3px solid #0F8CC8; }

.profile-form {
  font-size: 14px;
  color: #b6b6b6;
  max-width: 400px; }
  .profile-form__input {
    border-radius: 0;
    background: #F1F3F3;
    border: none;
    max-width: 400px; }

.setup-customer__button {
  min-width: 155px; }

.setup-customer__section {
  position: relative; }
  .setup-customer__section .alert {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    color: #FF0000;
    font-size: 11px; }

.border {
  border: 13px solid #d9e3e8;
  box-sizing: border-box; }

.alert {
  color: #ee2020; }

.alert-success {
  color: #2e7d32; }

.catalog {
  box-sizing: border-box;
  padding: 0 20px; }

.search-options__list {
  background-color: white;
  display: none;
  width: 1146px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  padding-top: 10px; }
  .search-options__list_active {
    display: flex; }
  .search-options__list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    z-index: -1; }
  .search-options__list::-webkit-scrollbar-thumb {
    background-color: #b6b6b6;
    border-radius: 10px; }
  .search-options__list::-webkit-scrollbar-track-piece:end {
    margin-bottom: 20px;
    background-color: transparent; }

.search-options__item {
  cursor: pointer; }
  .search-options__item:hover {
    color: #0f8cc8;
    background: #F1F3F3; }

.search-options__key {
  color: #666666;
  font-size: 13px;
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-top: 6px; }

.search-options__image {
  width: 32px;
  height: 32px;
  border-radius: 5px; }

.search-options__content {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between; }

.search-options__details {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: start;
  font-size: 12px; }

.search-options__details-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 150px; }

.search-options__details-title {
  color: #666666;
  font-size: 13px; }

.search-options__package {
  color: #222222;
  font-size: 13px; }

.search-options__availability {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px; }
  .search-options__availability.search-options__status--in-stock {
    color: #16a34a;
    background-color: #dcfce7; }
  .search-options__availability.search-options__status--order {
    color: #ea580c;
    background-color: #fed7aa; }

.search-options__stock {
  color: #16a34a;
  font-size: 11px; }

.search-options__order {
  color: #ea580c;
  font-size: 11px; }

.search-hint__row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 15px; }

.search-hint__col.search-hint__col--content {
  width: 100%; }

.search-hint__col--image {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.search-hint__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.search-options__footer {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 35px 30px 20px;
  align-items: self-end;
  justify-content: space-between; }

.search-options__note {
  color: #666666;
  font-size: 13px; }

.search-options__show-all-button {
  width: 100%;
  padding: 10px;
  background: #0F8CC8;
  border-radius: 6px;
  width: 400px;
  color: #fff;
  font-size: 15px;
  height: 44px;
  cursor: pointer;
  transition: 0.3s ease; }
  .search-options__show-all-button:hover {
    opacity: 0.8; }

.search-options__name {
  font-size: 15px; }

.search-options__details .search-options__details-col:nth-child(2) {
  text-align: right;
  width: 250px; }

.mob-manufacturer:before {
  content: ' / '; }

.search-options__close {
  position: absolute;
  top: -34px;
  right: 0;
  background: transparent; }

.search-options__close-button {
  background: transparent;
  cursor: pointer; }

.categories-page__skeleton {
  animation: skeletonLighting 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-iteration-count: 40; }

.categories-page__title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600; }
  .categories-page__title_skeleton {
    width: 250px;
    height: 40px;
    background-color: #e3e3e3; }
  .categories-page__title-content {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #b6b6b6; }

.categories-page__item {
  font-size: 12px;
  cursor: pointer; }
  .categories-page__item-title {
    font-size: 12px; }
    .categories-page__item-title_skeleton {
      background-color: #e3e3e3;
      height: 20px;
      width: 100%;
      display: block; }
  .categories-page__item-content {
    font-size: 10px;
    color: #b6b6b6; }

.categories-page__list {
  columns: 3; }
  .categories-page__list-title {
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 12px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    cursor: pointer;
    column-span: all; }
    .categories-page__list-title_skeleton {
      background-color: #e3e3e3;
      height: 30px; }

.categories-item__table {
  text-align: center;
  width: 100%; }
  .categories-item__table-wrapper {
    overflow-x: scroll;
    height: 700px; }
    .categories-item__table-wrapper::-webkit-scrollbar {
      height: 8px;
      width: 0;
      border: 1px solid #b6b6b6; }
    .categories-item__table-wrapper::-webkit-scrollbar-track {
      border-radius: 0;
      background: #eeeeee; }
    .categories-item__table-wrapper::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: #b6b6b6; }
  .categories-item__table-header {
    background-color: #0f8cc8; }
    .categories-item__table-header .categories-item__table-item {
      outline: 1px solid white;
      border: none;
      padding: 15px;
      border-bottom: none;
      position: sticky;
      top: -2px;
      background-color: #0f8cc8; }
  .categories-item__table-row:nth-child(odd) {
    background-color: #eeeeee; }
  .categories-item__table-row:nth-child(even) {
    background-color: white; }
  .categories-item__table-item {
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #b6b6b6; }
    .categories-item__table-item-photo {
      width: 150px;
      height: 150px;
      object-fit: contain; }
  .categories-item__table-wrapper {
    overflow-x: scroll; }

.categories-item__skeleton {
  animation: skeletonLighting 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-iteration-count: 20; }
  .categories-item__skeleton-item {
    background-color: #eeeeee;
    border: none; }
  .categories-item__skeleton-header {
    background-color: #b6b6b6; }

.categories-item__title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  white-space: nowrap; }

.categories-item__filters {
  font-size: 11px; }
  .categories-item__filters::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eeeeee; }
  .categories-item__filters::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #b6b6b6; }
  .categories-item__filters::-webkit-scrollbar {
    height: 8px;
    border: 1px solid #b6b6b6; }
  .categories-item__filters-title {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #b6b6b6;
    white-space: nowrap; }
  .categories-item__filters-item_active {
    background-color: #0f8cc8; }
  .categories-item__filters-list {
    background-color: white; }
    .categories-item__filters-list::-webkit-scrollbar {
      width: 5px;
      background-color: #e3e3e3; }
    .categories-item__filters-list::-webkit-scrollbar-thumb {
      background-color: #b6b6b6;
      border-radius: 10px; }
    .categories-item__filters-list-item {
      background-color: white;
      border: 1px solid #b6b6b6;
      border-radius: 10px; }

.categories-item__partnumber {
  color: black; }

.navigation-block {
  background-color: white; }

.navigation-link {
  cursor: pointer; }

.navigation-goback {
  border-right: 1px solid #b6b6b6; }

.navigation-icon {
  transform: rotate(180deg);
  fill: #b6b6b6;
  width: 8px;
  height: 8px; }
  .navigation-icon__separate {
    fill: #b6b6b6;
    width: 8px;
    height: 11px;
    margin-bottom: -2px; }
  .navigation-icon__back {
    fill: #b6b6b6;
    width: 8px;
    height: 8px;
    margin-right: 0.5vw; }

.navigation-item {
  color: #b6b6b6;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer; }
  .navigation-item_current {
    color: black;
    cursor: auto; }

.pagination {
  color: #0f8cc8; }
  .pagination__number {
    cursor: pointer; }
    .pagination__number_active {
      color: white;
      background-color: #0f8cc8; }
    .pagination__number_last::before {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
    .pagination__number_first::after {
      content: "...";
      align-self: end;
      margin-right: 1vw;
      color: #0f8cc8; }
  .pagination__item {
    cursor: pointer; }
  .pagination__icon {
    transform: rotate(0deg); }
  .pagination__select {
    font-size: 11px;
    color: black; }
    .pagination__select-item {
      cursor: pointer;
      background-color: white;
      border: 1px solid #b6b6b6;
      font-size: 13px; }

.modal {
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  background-color: white; }
  .modal__content {
    font-size: 16px;
    line-height: 1.4; }

.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background: linear-gradient(90deg, #74bde0, #0f8cc8); }
  .loader__inside {
    width: 100%;
    height: 50%;
    position: absolute;
    margin-top: 50%; }
    .loader__inside:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      margin-top: -50%;
      background: linear-gradient(90deg, #74bde0, #d2d2d2); }
    .loader__inside:after {
      content: '';
      width: 80%;
      height: 160%;
      position: absolute;
      margin-top: -40%;
      margin-left: 10%;
      background: white;
      border-radius: 50%; }
  .loader__text {
    font-size: 14px; }

@keyframes menuCollapsedAnimation {
  0% {
    width: 16.1%; }
  50% {
    width: 10%; }
  100% {
    width: 5%; } }

@keyframes workspaceCollapsedAnimation {
  0% {
    width: calc(100% - 16.1%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 5%); } }

@keyframes menuFullWidthAnimation {
  0% {
    width: 5%; }
  50% {
    width: 10%; }
  100% {
    width: 16.1%; } }

@keyframes workspaceFullWidthAnimation {
  0% {
    width: calc(100% - 5%); }
  50% {
    width: calc(100% - 10%); }
  100% {
    width: calc(100% - 16.1%); } }

@keyframes menuFullWidthText {
  0% {
    opacity: 0;
    display: none;
    position: absolute; }
  30% {
    opacity: 0;
    display: none;
    position: absolute; }
  100% {
    opacity: 0;
    display: none;
    position: absolute; } }

@keyframes menuCollapsedText {
  0% {
    opacity: 0;
    display: none; }
  70% {
    opacity: 0;
    display: none; }
  95% {
    opacity: 1;
    display: none; } }

@keyframes menuItemCollapsed {
  0% {
    padding: 0;
    margin-bottom: 69px; }
  100% {
    padding: 0;
    margin-bottom: 69px; } }

@keyframes chevronRotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(90deg); } }

@keyframes chevronRotateFullWidth {
  0% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(90deg); } }

@keyframes addCustomerFormAppearence {
  0% {
    transform: translateY(-100px);
    opacity: 0; }
  50% {
    transform: translateY(-50px);
    opacity: 0.5; } }

@keyframes skeletonLighting {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.product-item__photo-item {
  max-width: 260px;
  height: 260px;
  background-color: #fff;
  outline: 1px solid #b6b6b6;
  border-radius: 5px;
  border: none;
  border-image: none;
  object-fit: contain;
  object-position: center; }

.product-item__photo-link {
  font-size: 12px;
  font-family: 'Roboto', sans-serif; }

.product-item__title {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.product-item__icon {
  width: 15px;
  height: 14px;
  fill: #0f8cc8;
  margin-left: 0.5vw; }

.product-item__link {
  font-size: 17px;
  color: #0f8cc8;
  cursor: pointer;
  word-break: break-word; }

.product-item__button {
  width: 12.5vw;
  font-size: 14px; }

.product-item__skeleton {
  background-color: #eeeeee;
  height: 20px; }
  .product-item__skeleton-page {
    animation: skeletonLighting 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-iteration-count: 20; }
  .product-item__skeleton-table {
    margin-left: -2vw;
    width: 107.5%; }
  .product-item__skeleton-button {
    height: 40px;
    margin: auto;
    background-color: #b6b6b6; }
    .product-item__skeleton-button:hover {
      background-color: #b6b6b6; }
    .product-item__skeleton-button:active {
      border: none;
      outline: none; }
  .product-item__skeleton-cart {
    border-bottom: 10px solid #b6b6b6 !important;
    animation: skeletonLighting 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-iteration-count: 20; }

.product-item__info-title {
  color: #b6b6b6;
  font-size: 14px; }

.product-item__manufacturer {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px; }
  .product-item__manufacturer-image {
    height: 43px; }

.product-item__partnumber {
  font-size: 17px; }

.product-item__description {
  font-size: 17px; }

.product-table {
  vertical-align: middle;
  text-align: start;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .product-table__row:nth-child(odd) {
    background-color: #F1F3F3; }
  .product-table__row:nth-child(even) {
    background-color: white; }
  .product-table__item {
    font-size: 14px; }
  .product-table__title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
  .product-table__subtitle {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer; }
  .product-table__icon {
    transform: rotate(90deg);
    width: 13px;
    height: 16px;
    margin-bottom: -4px;
    fill: black;
    transition: 0.3s ease; }
    .product-table__icon_collapsed {
      transform: rotate(270deg); }
  .product-table__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .product-table__checkbox + .product-table__label {
      display: inline-flex;
      align-items: center;
      user-select: none; }
      .product-table__checkbox + .product-table__label::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #4b4b4b;
        border-radius: 3px;
        margin-right: 1vw;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%;
        background-color: white; }
    .product-table__checkbox:checked + .product-table__label::before {
      border-color: #0f8cc8;
      background-color: #0f8cc8;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
    .product-table__checkbox:not(:checked) + .product-table__label:hover::before {
      border-color: #d9e3e8; }

.product-cart {
  border: 10px solid #b6b6b6;
  border-bottom: none; }
  .product-cart__input {
    border-radius: 10px;
    border: 1px solid #b6b6b6; }
  .product-cart__button {
    width: 7vw;
    height: 46px;
    padding: 0 5px; }
  .product-cart__icon {
    fill: black;
    cursor: pointer; }
  .product-cart__title {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }

.product-similar {
  border: 10px solid #b6b6b6; }
  .product-similar__title {
    border-bottom: 1px solid #b6b6b6;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
  .product-similar__item {
    border-bottom: 1px solid #b6b6b6; }
    .product-similar__item-title {
      font-size: 18px;
      font-family: 'Roboto', sans-serif;
      font-weight: bold; }
    .product-similar__item-manufacturer {
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }
    .product-similar__item-type {
      font-size: 13px; }

.product-popup {
  border-radius: 10px;
  background-color: white;
  z-index: 101; }
  .product-popup__input {
    border: 1px solid #b6b6b6;
    display: block;
    border-radius: 30px;
    width: 13vw;
    height: 27px; }
  .product-popup__button {
    font-size: 14px;
    width: max-content;
    white-space: nowrap;
    padding: 1em 1.6em; }
  .product-popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.3;
    z-index: 11; }
  .product-popup::-webkit-scrollbar {
    display: none; }
  .product-popup__error {
    font-size: 12px;
    color: #ee2020; }

.product-orders__table {
  font-size: 16px; }
  .product-orders__table-row .table__item:first-child {
    border-left: none;
    font-size: 16px; }
  .product-orders__table-button {
    font-size: 15px;
    padding: 0 1.6em;
    margin: 27px auto;
    border-width: 1px; }
  .product-orders__table-wrapper {
    overflow-y: auto; }
    .product-orders__table-wrapper::-webkit-scrollbar {
      display: none; }
  .product-orders__table-header {
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
  .product-orders__table-icon {
    width: 10px;
    height: 10px;
    transform: rotate(90deg); }
    .product-orders__table-icon_active {
      transform: rotate(270deg); }
  .product-orders__table-filter {
    border-width: 1px;
    font-size: 15px;
    padding: 0 3em; }

.product-orders__dropdown {
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }
  .product-orders__dropdown-item {
    border-bottom: 1px solid #eeeeee;
    font-size: 14px; }
    .product-orders__dropdown-item:hover {
      color: #0f8cc8; }
    .product-orders__dropdown-item_active {
      background-color: #0f8cc8;
      color: white; }
      .product-orders__dropdown-item_active:hover {
        color: white; }
  .product-orders__dropdown-list :last-child {
    border-bottom: none; }
  .product-orders__dropdown-icon {
    width: 15px;
    height: 15px;
    fill: white; }

.product-orders__filter-input {
  border: 1px solid #b6b6b6;
  border-radius: 30px; }

.product-orders__filter-close {
  width: 15px;
  height: 15px; }

.product-price__table-item {
  font-size: 14px; }
  .product-price__table-item_error {
    border: 1px solid #ee2020;
    border-radius: 5px; }
    .product-price__table-item_error .product-price__table-button {
      background-color: white; }
    .product-price__table-item_error .product-price__table-quantity {
      background-color: white; }

.product-price__table-header {
  background-color: #F1F3F3; }
  .product-price__table-header :first-child {
    width: 13%;
    text-align: left;
    padding-left: 15px; }
  .product-price__table-header :nth-child(2) {
    width: 15%; }
  .product-price__table-header :nth-child(3) {
    width: 10%; }
  .product-price__table-header :nth-child(4) {
    width: 8%; }
  .product-price__table-header :nth-child(5) {
    width: 10%; }
  .product-price__table-header :nth-child(6) {
    width: 13%; }
  .product-price__table-header :nth-child(7) {
    width: 12%; }
  .product-price__table-header :nth-child(8) {
    width: 15%; }

.product-price__table-row {
  border-bottom: 1px solid #b6b6b6; }
  .product-price__table-row .product-price__table-item:nth-child(6) {
    padding-right: 10px; }

.product-price__table-button {
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer; }
  .product-price__table-button_left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.product-price__table-icon {
  width: 12px;
  height: 12px;
  stroke: black;
  cursor: pointer; }
  .product-price__table-icon_disabled {
    stroke: #b6b6b6;
    cursor: default; }

.product-price__table-quantity {
  background-color: white;
  font-size: 18px;
  text-align: center; }
  .product-price__table-quantity_disabled {
    color: #b6b6b6;
    padding: 14px 0;
    background-color: #eeeeee;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    inset: 0;
    pointer-events: none; }

.product-price__table-list:hover {
  border-radius: 20px; }

.product-price__table-list_active {
  color: #05aeff;
  font-weight: 500; }

.product-price__table-error {
  background-color: #f7d6d6;
  color: #ee2020;
  font-size: 10px;
  text-align: center; }

.product-price__table .loader {
  width: 30px;
  height: 30px; }

.product-price__cart {
  border: 1px solid #b6b6b6;
  border-radius: 5px; }
  .product-price__cart-icon {
    fill: white;
    width: 15px;
    height: 15px; }
    .product-price__cart-icon_disabled {
      fill: #d2d2d2; }
  .product-price__cart-total {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .product-price__cart-price {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: clip;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .product-price__cart-quantity {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .product-price__cart-button {
    font-size: 13px;
    white-space: nowrap;
    padding: 17.5px 28.8px; }
  .product-price__cart-title {
    border-bottom: 1px solid #b6b6b6;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .product-price__cart-product {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

.product-price__empty {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600; }
  .product-price__empty-link {
    color: #0f8cc8;
    cursor: pointer; }

.product-buttons-container {
  display: flex;
  gap: 25px; }

.product-compare-button, .product-favorite-button {
  display: flex;
  gap: 5px;
  background: none;
  padding: 10px 0;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .product-compare-button svg path, .product-favorite-button svg path {
    transition: 0.3s ease; }
  .product-compare-button::after, .product-favorite-button::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    left: -10px;
    right: -10px;
    background-color: #0f8cc814;
    border-radius: 7px;
    opacity: 0;
    transition: 0.3s ease; }
  .product-compare-button:hover::after, .product-favorite-button:hover::after {
    opacity: 1; }

.product-table__collapsible {
  overflow: hidden;
  transition: max-height 0.4s ease; }

.product-table__row {
  transition: opacity 0.4s, height 0.4s;
  opacity: 1;
  height: 40px;
  overflow: hidden; }

.product-table__row.collapsed {
  pointer-events: none; }

.setup-customer__card.non-active .setup-customer__detail-value {
  color: #83838D; }

.setup-customer__card.non-active .setup-customer__edit-action-btn {
  border-color: #B6B6B6;
  color: #83838D; }

.menu-bottom {
  background-color: #F1F3F3; }
  .menu-bottom::after {
    content: '';
    display: block;
    height: 54px;
    width: 260px;
    background: #222222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  .menu-bottom_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px; }
  .menu-bottom__right-icons {
    margin-left: auto;
    display: flex;
    gap: 2vw;
    padding-right: 20px; }
  .menu-bottom__right-icon {
    display: flex;
    align-items: center;
    gap: 8px; }
    .menu-bottom__right-icon:first-child {
      cursor: pointer; }
  .menu-bottom__right-num {
    width: 22px;
    height: 22px;
    display: block;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; }
  .menu-bottom__item {
    display: flex;
    color: #222222;
    width: auto;
    align-items: center;
    font-size: 15px;
    gap: 10px; }
    .menu-bottom__item:hover {
      color: white; }
      .menu-bottom__item:hover .menu-bottom__icon {
        fill: white;
        transform: rotate(270deg); }
      .menu-bottom__item:hover .menu-bottom__icon_rotate {
        fill: white;
        transform: rotate(90deg); }
    .menu-bottom__item_active {
      color: #0f8cc8; }
  .menu-bottom__icon {
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    fill: #b6b6b6; }
    .menu-bottom__icon_active {
      fill: #0f8cc8; }

.categories-list-popup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  min-width: 200px;
  padding: 16px; }

.categories-list-popup__content {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.menu-bottom__icon_rotate {
  transform: rotate(180deg);
  transition: transform 0.3s; }

.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  padding: 9px 20px;
  z-index: 998;
  justify-content: space-between;
  align-items: center; }

.mobile-bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #86868E; }

.mobile-bottom-nav__item svg {
  width: 24px;
  height: 24px;
  margin-bottom: 4px; }

.mobile-bottom-nav__item span {
  font-size: 12px;
  margin-top: 4px; }

body {
  font-family: 'Roboto', sans-serif; }

strong {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.categories-item__table-item b {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

.search-history__title {
  margin-bottom: 8px;
  padding: 20px 20px 3px;
  line-height: 1.42;
  color: #9d9d9f;
  border-bottom: 1px solid #ececed;
  font-size: 14px; }

.search-history__item {
  padding: 3px 20px;
  cursor: pointer; }
  .search-history__item:hover {
    color: #0f8cc8;
    background: #F1F3F3; }

.button {
  background-color: #0f8cc8;
  color: white;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  padding: 0 30px;
  display: flex;
  align-items: center; }
  .button__icon {
    width: 15px;
    height: 14px;
    fill: white;
    margin-left: 0.5vw; }
  .button__text {
    font-size: 1.2em; }
  .button_outline {
    border: 1px solid #0f8cc8;
    color: #0f8cc8;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: white; }
    .button_outline:hover {
      background-color: white; }
  .button:hover {
    background-color: #74bde0; }
  .button:active {
    background-color: #1a5977; }
  .button_disabled {
    color: #d2d2d2;
    background-color: #eeeeee; }

.menu-top {
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  gap: 25px;
  background-color: #222222; }
  .menu-top__phone {
    color: white;
    white-space: nowrap; }
    .menu-top__phone-icon {
      width: 20px;
      height: 20px;
      fill: white;
      margin: 0; }
    .menu-top__phone-text {
      font-size: 14px; }
  .menu-top__item {
    display: flex;
    color: white;
    max-width: max-content;
    align-items: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    padding-right: 25px;
    border-right: 1px solid #fff; }
    .menu-top__item:hover {
      color: white; }
      .menu-top__item:hover:after {
        width: calc(100% - 25px);
        transition: width 0.3s ease, opacity 0.3s ease; }
    .menu-top__item:after {
      content: "";
      width: 0%;
      height: 2px;
      background-color: white;
      position: absolute;
      bottom: -3px;
      left: 1px;
      transition: width 0.3s ease, opacity 0.3s ease; }
    .menu-top__item_active {
      color: #0f8cc8; }
    .menu-top__item:last-child {
      border-right: none; }
    .menu-top__item:nth-last-child(2) {
      border-right: none; }

.menu-middle__logo {
  width: 260px; }
  .menu-middle__logo .d {
    fill: #171717; }
  .menu-middle__logo .e {
    fill: #0f8cc8; }

.menu-middle__login {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  padding-left: 20px;
  border-radius: 5px; }
  .menu-middle__login-icon {
    order: 2;
    padding-left: 0;
    transition: 0.3s ease; }
    .menu-middle__login-icon path {
      transition: 0.3s ease; }
  .menu-middle__login-block {
    order: 1;
    display: flex;
    gap: 3px; }
  .menu-middle__login-text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4b4b4b;
    transition: 0.3s ease; }

.menu-middle__search-input {
  padding: 0 15px;
  height: 37px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }
  .menu-middle__search-input::placeholder {
    color: #b6b6b6;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .menu-middle__search-input_active {
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.menu-middle__search-icon {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  padding: 0 20px;
  padding-left: 30px;
  padding-right: 15px; }

.menu-bottom {
  background-color: #F1F3F3; }
  .menu-bottom_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px; }
  .menu-bottom__right-icons {
    margin-left: auto;
    display: flex;
    gap: 2vw; }
  .menu-bottom__right-icon {
    display: flex;
    align-items: center;
    gap: 8px; }
  .menu-bottom__right-num {
    width: 22px;
    height: 22px;
    display: block;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px; }
  .menu-bottom__item {
    display: flex;
    color: #222222;
    width: auto;
    align-items: center;
    font-size: 15px;
    gap: 10px; }
    .menu-bottom__item:hover {
      color: white; }
      .menu-bottom__item:hover .menu-bottom__icon {
        fill: white;
        transform: rotate(270deg); }
      .menu-bottom__item:hover .menu-bottom__icon_rotate {
        fill: white;
        transform: rotate(90deg); }
    .menu-bottom__item_active {
      color: #0f8cc8; }
  .menu-bottom__icon {
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    fill: #b6b6b6; }
    .menu-bottom__icon_active {
      fill: #0f8cc8; }

.slider {
  color: #fff;
  margin-top: 51px;
  height: 100%;
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }

.carousel-content {
  width: 100%;
  background-size: cover;
  margin: auto 0; }
  .carousel-content__img {
    position: absolute;
    width: 100%;
    height: 99%;
    z-index: -1;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    object-fit: cover;
    inset: 0; }
    .carousel-content__img_active {
      opacity: 1;
      display: block; }
  .carousel-content__title {
    font-size: 60px;
    width: 400px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.13;
    animation: carouselContentAnimation .6s .15s linear; }
  .carousel-content__text {
    font-size: 22px;
    width: 300px;
    animation: carouselContentAnimation .6s .15s linear; }
  .carousel-content__button {
    font-size: 14px;
    animation: carouselContentAnimation .6s .15s linear;
    border-radius: 30px; }
  .carousel-content__slider-icon {
    display: flex;
    gap: 15px;
    cursor: pointer;
    opacity: 1;
    animation: sliderButtonAnimation 1.2s .15s linear;
    position: absolute;
    top: -35px;
    transform: translateY(-100%); }
  .carousel-content__slider-button {
    width: 22px;
    height: 22px;
    fill: #222222;
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    transition: .3s ease; }
    .carousel-content__slider-button:hover {
      background: #0f8cc8;
      fill: #fff; }
    .carousel-content__slider-button_left {
      rotate: 180deg; }

.carousel-list {
  background: #fff;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative;
  color: #83838D;
  padding-bottom: 10px; }
  .carousel-list__item {
    animation: carouselListAnimation .6s .3s linear;
    align-items: flex-end;
    transition: .3s ease;
    cursor: pointer; }
    .carousel-list__item:hover .carousel-list__item-number {
      color: #222222; }
    .carousel-list__item:hover .carousel-list__item-line {
      stroke: #0f8cc8; }
    .carousel-list__item-number {
      transition: .3s ease;
      min-width: max-content; }
      .carousel-list__item-number_active {
        color: #222222; }
    .carousel-list__item-line {
      stroke-width: 18px;
      stroke: #F1F3F3;
      height: 20px;
      width: 11.7vw;
      transition: .3s ease; }
      .carousel-list__item-line_active {
        stroke: #0f8cc8; }
    .carousel-list__item-text {
      width: 9.1vw;
      font-size: 22px;
      line-height: 1.2;
      white-space: pre-wrap; }

.destributers__title {
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-bottom: 3px solid black;
  display: inline-block;
  letter-spacing: 0.025em; }

.brand-grid__img {
  width: 13vw;
  height: 85px;
  object-fit: contain; }

.manufacturer__title {
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-bottom: 3px solid black;
  display: inline-block;
  letter-spacing: 0.025em; }

.main-card-left {
  background: #d9e3e8;
  color: black; }
  .main-card-left__svg {
    background-image: url("/pictures/sponsored_logo_1.png");
    width: 200px;
    height: 50px;
    background-size: cover;
    animation: cardLeftAnimation .6s linear; }
  .main-card-left__content {
    font-size: 24px;
    width: 20vw;
    line-height: 1.35;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    animation: cardLeftAnimation .6s linear; }

.main-card-right {
  background: black;
  color: white; }
  .main-card-right__svg {
    width: 220px;
    height: 50px;
    background-image: url("/pictures/sponsored_logo_2.png");
    background-size: cover;
    animation: cardRightAnimation .6s linear; }

.mobile-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #00000085;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: flex-start; }

.mobile-menu-popup__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer; }

.mobile-menu-popup__content {
  background: #fff;
  width: 100%;
  padding: 54px 0 25px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  max-width: 260px; }

.mobile-menu-popup__header {
  position: absolute;
  top: 17px;
  right: 25px; }

.mobile-menu-popup__close {
  color: #fff;
  background: transparent;
  z-index: 99;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 0px;
  font-size: 22px;
  transition: 0.3s ease; }
  .mobile-menu-popup__close:hover {
    transform: rotate(90deg); }

.mobile-menu-popup__nav {
  display: flex;
  flex-direction: column; }

.mobile-menu-popup__nav .menu__icon {
  top: 0; }

nav.mobile-menu-popup__nav a {
  display: grid;
  grid-template-columns: 66px auto;
  justify-content: center;
  align-items: center;
  color: #9C9C9C;
  padding: 15px 35px 15px 0;
  transition: 0.3s ease;
  position: relative; }
  nav.mobile-menu-popup__nav a:first-child {
    border-top: 1px solid #F1F3F3; }
  nav.mobile-menu-popup__nav a:hover {
    background: #F1F3F3;
    color: #0F8CC8; }
    nav.mobile-menu-popup__nav a:hover svg path {
      stroke: #0F8CC8; }
  nav.mobile-menu-popup__nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: #F1F3F3; }
  nav.mobile-menu-popup__nav a svg {
    align-self: flex-start;
    justify-self: center;
    transition: 0.3s ease; }
    nav.mobile-menu-popup__nav a svg path {
      transition: 0.3s ease; }
  nav.mobile-menu-popup__nav a h3 {
    font-size: 13px;
    font-weight: 500;
    color: #222222; }
  nav.mobile-menu-popup__nav a p {
    color: #666666;
    font-size: 10px;
    margin-top: 5px;
    max-width: 141px;
    line-height: 1.2; }

.aurora-main-components {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 100px; }
  .aurora-main-components__title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222222; }
  .aurora-main-components__subtitle {
    font-size: 16px;
    color: #83838D;
    line-height: 21px;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
  .aurora-main-components__header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
  .aurora-main-components__link {
    display: flex;
    align-items: center;
    color: #222222;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease; }
    .aurora-main-components__link:hover {
      color: #005ba1; }
    .aurora-main-components__link-icon {
      margin-left: 5px;
      width: 14px;
      height: 14px;
      rotate: 90deg; }

.aurora-brand-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .aurora-brand-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 576px) {
    .aurora-brand-grid {
      grid-template-columns: repeat(2, 1fr); } }
  .aurora-brand-grid__item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px; }
  .aurora-brand-grid__img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain; }

.aurora-catalog {
  padding: 50px 0; }
  .aurora-catalog__container {
    text-align: center; }
  .aurora-catalog__categories {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    margin-top: 80px; }
    @media (max-width: 1200px) {
      .aurora-catalog__categories {
        grid-template-columns: repeat(6, 1fr); } }
    @media (max-width: 992px) {
      .aurora-catalog__categories {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 576px) {
      .aurora-catalog__categories {
        grid-template-columns: repeat(2, 1fr); } }

.aurora-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  cursor: pointer; }
  .aurora-category-item:hover {
    transform: translateY(-3px); }
  .aurora-category-item__image {
    width: 48px;
    height: 48px;
    margin-bottom: 10px; }
    .aurora-category-item__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .aurora-category-item__title {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    color: #333333;
    max-width: 82%; }

.aurora-about {
  padding-top: 50px;
  padding-bottom: 50px; }
  .aurora-about__title {
    margin-bottom: 15px; }
  .aurora-about__subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #0073ce; }
  .aurora-about__text {
    font-size: 16px;
    line-height: 1.6;
    color: #83838D;
    max-width: 100%; }

.aurora-news {
  padding-top: 40px;
  padding-bottom: 40px; }
  .aurora-news__title {
    text-align: center;
    margin-bottom: 30px; }
  .aurora-news__grid {
    display: flex;
    gap: 20px;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .aurora-news__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .aurora-news__grid {
        grid-template-columns: 1fr; } }
  .aurora-news__navigation {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
    margin-top: 15px; }
  .aurora-news__pagination-item {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222222;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: all .3s ease; }
    .aurora-news__pagination-item:hover {
      border-color: #0073ce;
      background-color: #0073ce;
      color: #fff; }
    .aurora-news__pagination-item_active {
      background-color: #222222;
      border-color: #222222;
      color: white; }

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

.aurora-news__pagination-next, .aurora-news__pagination-all {
  border: 1px solid #222222;
  padding: 10px 30px;
  border-radius: 50px;
  transition: .3s ease; }
  .aurora-news__pagination-next:hover, .aurora-news__pagination-all:hover {
    border-color: #0073ce;
    background-color: #0073ce;
    color: #fff; }

.aurora-news__pagination-next {
  margin: 0 15px; }

.aurora-news__pagination-ellipsis {
  width: 36px;
  height: 36px;
  border: 1px solid #222222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: 500;
  cursor: default;
  position: relative; }

.aurora-news-item__content {
  font-size: 14px;
  color: #83838D;
  line-height: 1.3; }

.aurora-news-item__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto; }

.aurora-news-item {
  border-radius: 10px;
  padding: 40px 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #F1F3F3;
  width: calc(25% - 15px); }
  .aurora-news-item__logo {
    height: 40px;
    margin-bottom: 15px; }
    .aurora-news-item__logo img {
      height: 100%;
      object-fit: contain; }
  .aurora-news-item__date {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px; }
  .aurora-news-item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin: 15px 0;
    text-align: center;
    color: #222222; }
  .aurora-news-item__link {
    display: inline-block;
    align-items: center;
    font-size: 14px;
    color: #222222;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 25px;
    margin-top: 30px;
    transition: 0.3s ease; }
    .aurora-news-item__link:hover {
      color: #fff;
      background: #0f8cc8;
      border-color: #0f8cc8; }
  .aurora-news-item__icon {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    rotate: 90deg; }

.aurora-delivery {
  background-color: #F1F3F3; }
  .aurora-delivery .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .aurora-delivery .container {
        flex-direction: column;
        text-align: center; } }
  .aurora-delivery__title {
    margin-bottom: 15px; }
  .aurora-delivery__text {
    color: #666666; }
  .aurora-delivery__image-container {
    height: 225px; }
  .aurora-delivery__content {
    padding: 60px 0; }
  .aurora-delivery__image {
    width: 492px;
    object-fit: cover;
    height: 100%; }

.aurora-cta {
  background-color: #0f8cc8;
  padding: 20px 0;
  color: #fff;
  padding-top: 30px; }
  .aurora-cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px; }
    @media (max-width: 768px) {
      .aurora-cta .container {
        flex-direction: column;
        gap: 15px; } }
  .aurora-cta__text {
    font-size: 25px;
    font-weight: 400; }
  .aurora-cta__button {
    background-color: white;
    color: #0073ce; }
    .aurora-cta__button:hover {
      background-color: #f5f5f5; }

.aurora-button-cta {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
  transition: .3s ease; }
  .aurora-button-cta:hover {
    background-color: #fff;
    color: #222222; }
    .aurora-button-cta:hover svg path {
      fill: #222222; }
  .aurora-button-cta svg path {
    fill: #fff;
    transition: .3s ease; }

.aurora-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px; }

.aurora-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  background-color: #0073ce;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease; }
  .aurora-button:hover {
    background-color: #0060a8; }
  .aurora-button__text {
    margin-right: 8px;
    padding-left: 5px; }
  .aurora-button__icon {
    width: 16px;
    height: 16px; }

.carousel-list__items-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-between; }

.mobile-menu-popup__footer {
  font-size: 11px;
  color: #6B6B6B;
  text-align: center;
  margin-top: auto;
  padding: 20px;
  padding-bottom: 0; }

.orders, .requests {
  background: #F1F3F3;
  border-radius: 6px;
  padding: 15px 30px;
  padding-right: 10px;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  position: relative;
  border: none; }

.orders__header, .requests__header {
  display: flex;
  align-items: center;
  gap: 24px; }

.orders__icon-container, .requests__icon-container {
  width: 90px;
  min-width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.orders__icon {
  width: 48px;
  height: 48px;
  background: url("/path/to/cart-icon.svg") no-repeat center/contain; }

.requests__icon {
  width: 48px;
  height: 48px;
  background: url("/path/to/requests-icon.svg") no-repeat center/contain; }

.orders__info, .requests__info {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.orders__title, .requests__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #222222; }

.orders__count, .requests__count {
  font-size: 26px;
  font-weight: 400;
  color: #222222;
  margin-top: 15px; }

.orders__link, .requests__link {
  margin-left: auto;
  display: flex;
  align-items: center;
  align-self: flex-start;
  color: #7b7b7b;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  position: absolute;
  right: 10px; }
  .orders__link .link__icon, .requests__link .link__icon {
    margin-left: 8px;
    margin-right: 6px;
    transition: 0.3s ease; }
  .orders__link .link__text, .requests__link .link__text {
    transition: 0.3s ease; }
  .orders__link:hover, .requests__link:hover {
    color: #0f8cc8; }
    .orders__link:hover .link__icon, .requests__link:hover .link__icon {
      fill: #0f8cc8; }
    .orders__link:hover .link__text, .requests__link:hover .link__text {
      color: #0f8cc8; }

.news {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 24px; }

.news__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px; }

.news__item {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px; }
  .news__item:last-child {
    border-bottom: none; }

.news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.news__item-title {
  font-size: 15px;
  font-weight: 400;
  color: #222222; }

.news__date {
  font-size: 15px;
  color: #888;
  margin-left: 24px;
  white-space: nowrap; }

.news__content {
  font-size: 13px;
  color: #83838D; }

.news__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #83838D;
  border-radius: 6px;
  background: transparent;
  width: 140px;
  height: 36px;
  color: #222222;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s ease; }
  .news__button:hover {
    background: #0f8cc8;
    border-color: #0f8cc8;
    color: #fff; }

.news__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 8px; }

.news__pagination-item {
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .news__pagination-item.news__pagination-item_active {
    background: #f5f6fa;
    border-color: #0057ff;
    color: #0057ff; }

.news__pagination-dots {
  color: #888;
  font-size: 18px;
  margin: 0 4px; }

.news__pagination-button {
  padding: 0 16px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s; }
  .news__pagination-button:hover {
    background: #f5f6fa;
    color: #0057ff; }

.notifications {
  background: #F1F3F3;
  border-radius: 6px;
  padding: 20px 30px;
  padding-top: 25px;
  min-width: 260px; }

.notifications__title, .news__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }

.notifications__list {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.notifications__title:after {
  content: "";
  width: calc(100% + 60px);
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: -30px; }

.news__link {
  top: 8px;
  right: -4px; }

.notifications__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #222;
  padding: 0 0 0 0; }

.notifications__item-text {
  color: #222222;
  font-size: 15px; }

.notifications__item-status {
  color: #222222;
  font-size: 15px;
  margin-left: 16px;
  white-space: nowrap; }

.homepage__content {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  width: 100%; }

.homepage__top {
  display: flex;
  gap: 15px; }

.workspace_align {
  align-content: flex-start;
  padding: 25px 30px;
  box-sizing: border-box; }
  .workspace_align .navigation-block {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 20px; }
  .workspace_align .news {
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 0; }

.homepage__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 70%; }
  .homepage__main .menu__icon {
    width: 40px;
    height: 40px;
    stroke: #b6b6b6;
    top: 0px; }

.homepage__sidebar {
  display: flex;
  width: 30%; }

.news__body {
  display: flex;
  gap: 15px; }

.news__logo {
  width: 80px;
  height: 70px;
  object-fit: contain; }

.orders-table-modern .table-row .table__item:last-child {
  text-align: right; }

.order-detail-container {
  background: #fff;
  border-radius: 8px;
  margin: 20px 0;
  width: 100%;
  position: relative; }

.order-detail-header {
  position: absolute;
  right: 0;
  top: 0; }

.order-detail-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #0f8cc8;
  cursor: pointer;
  font-size: 14px;
  padding: 16px;
  border-radius: 4px;
  transition: background-color 0.2s; }
  .order-detail-back-btn:hover {
    background-color: #F1F3F3; }

.order-detail-back-icon {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  fill: #0f8cc8; }

.order-detail-info {
  border-radius: 8px;
  margin-bottom: 8px; }
  .order-detail-info h2 {
    font-size: 18px;
    margin-bottom: 17px; }

.order-detail-total {
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px; }

.order-detail-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column; }

.order-detail-field {
  display: flex;
  gap: 8px; }

.order-detail-label {
  font-weight: 500;
  color: #B6B6B6;
  min-width: 220px; }

.order-detail-value {
  color: #333; }

.order-detail-status {
  font-size: 16px;
  font-weight: 500;
  color: #222222; }

.order-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }
  .order-detail-table thead tr {
    background: #F1F3F3;
    width: 100%;
    display: flex; }
  .order-detail-table th {
    padding: 12px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #222222; }
    .order-detail-table th:nth-child(2) {
      text-align: left; }
  .order-detail-table td {
    padding: 15px 8px;
    vertical-align: middle;
    text-align: center;
    position: relative; }
  .order-detail-table tbody tr {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #e9ecef; }
  .order-detail-table tbody tr:hover {
    background-color: #f8f9fa; }
  .order-detail-table .product-info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left; }
  .order-detail-table .product-image {
    width: 60px;
    height: 50px;
    flex-shrink: 0; }
    .order-detail-table .product-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 4px; }
    .order-detail-table .product-image-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f5f5f5;
      border-radius: 4px; }
      .order-detail-table .product-image-placeholder svg {
        width: 100%;
        height: 100%; }
  .order-detail-table .product-details {
    flex: 1;
    line-height: 1.3; }
  .order-detail-table .product-name {
    font-weight: 500;
    color: #05aeff;
    font-size: 14px; }
  .order-detail-table .product-manufacturer {
    color: #222222;
    font-size: 14px;
    font-weight: 400; }
  .order-detail-table .availability-info .availability-quantity {
    font-weight: 500;
    color: #333; }
  .order-detail-table .order-rules {
    font-size: 14px;
    color: #222222;
    text-align: center; }
    .order-detail-table .order-rules div:last-child {
      margin-bottom: 0; }
  .order-detail-table .shipment-info {
    font-size: 14px;
    color: #222222;
    text-align: center; }
  .order-detail-table .price-tiers {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .order-detail-table .price-tier {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    width: 80%;
    justify-content: space-between;
    color: #222222; }
    .order-detail-table .price-tier.price-tier_active {
      color: #05aeff; }
    .order-detail-table .price-tier .tier-qty {
      border-radius: 3px;
      font-weight: 500;
      min-width: 35px;
      text-align: left;
      font-size: 14px; }
    .order-detail-table .price-tier .tier-price {
      font-weight: 500; }
  .order-detail-table .quantity-controls {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center; }
    .order-detail-table .quantity-controls .quantity-btn {
      width: 30px;
      height: 30px;
      border: 1px solid #ddd;
      background: #fff;
      cursor: pointer;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 500; }
      .order-detail-table .quantity-controls .quantity-btn:hover {
        background: #f0f0f0; }
      .order-detail-table .quantity-controls .quantity-btn.quantity-btn-minus {
        color: #666; }
      .order-detail-table .quantity-controls .quantity-btn.quantity-btn-plus {
        color: #666; }
    .order-detail-table .quantity-controls .quantity-input {
      width: 50px;
      height: 30px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500; }
    .order-detail-table .quantity-controls .quantity-remove-btn {
      width: 24px;
      height: 24px;
      border: none;
      background: none;
      cursor: pointer;
      color: #999;
      font-size: 18px;
      margin-left: 8px; }
      .order-detail-table .quantity-controls .quantity-remove-btn:hover {
        color: #e74c3c; }
  .order-detail-table .total-price {
    text-align: right; }
    .order-detail-table .total-price .total-quantity {
      font-weight: 500;
      margin-bottom: 4px;
      color: #333;
      font-size: 13px; }
    .order-detail-table .total-price .total-amount {
      font-size: 12px;
      color: #666;
      line-height: 1.3; }
  .order-detail-table th:nth-child(1), .order-detail-table td:nth-child(1) {
    min-width: 50px; }
  .order-detail-table th:nth-child(2), .order-detail-table td:nth-child(2) {
    width: 100%; }
  .order-detail-table th:nth-child(3), .order-detail-table td:nth-child(3) {
    min-width: 6%; }
  .order-detail-table th:nth-child(4), .order-detail-table td:nth-child(4) {
    min-width: 10%; }
  .order-detail-table th:nth-child(5), .order-detail-table td:nth-child(5) {
    min-width: 10%; }
  .order-detail-table th:nth-child(6), .order-detail-table td:nth-child(6) {
    min-width: 13%; }
  .order-detail-table th:nth-child(7), .order-detail-table td:nth-child(7) {
    min-width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }

.order-detail-table_received th:nth-child(2), .order-detail-table_received td:nth-child(2) {
  width: 100%;
  max-width: 700px;
  flex-grow: 1; }

.order-detail-products-layout {
  display: flex;
  gap: 20px; }

.order-detail-table {
  flex: 1;
  display: flex;
  flex-direction: column; }

.order-total-sidebar {
  min-width: 290px;
  max-width: 290px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  flex-shrink: 0;
  padding-bottom: 10px;
  height: auto;
  padding-top: 0; }

.order-total-header {
  padding: 8px 0;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  border-bottom: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
  text-align: center;
  justify-content: center; }

.order-total-items {
  padding: 0; }

.order-total-item {
  padding: 16px 0;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between; }
  .order-total-item:last-child {
    border-bottom: none; }

.order-total-between {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%); }

.order-total-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #333; }
  .order-total-quantity .order-total-remove {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    width: 20px;
    height: 20px; }
    .order-total-quantity .order-total-remove:hover {
      color: #e74c3c; }

.order-total-price {
  font-size: 14px;
  font-weight: 500;
  color: #222222; }

.order-total-price-with-tax {
  font-size: 14px;
  color: #222222;
  line-height: 1.3;
  width: 100%;
  display: flex;
  justify-content: space-between; }

.order-detail-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  row-gap: 15px;
  border-radius: 10px;
  flex-wrap: wrap;
  margin-top: 20px; }

.order-detail-btn {
  padding: 12px 24px;
  cursor: pointer; }
  .order-detail-btn.order-detail-btn-submit {
    background: #0F8CC8;
    border-radius: 6px;
    color: #fff;
    width: 180px;
    height: 44px;
    border: 2px solid #0F8CC8;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out; }

.order-detail-total-final {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  width: calc(100% - 160px);
  text-align: right; }

.table-row-clickable {
  cursor: pointer;
  transition: background-color 0.2s; }
  .table-row-clickable:hover {
    background-color: #f8f9fa; }

.order-detail-total-final-label {
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px; }

.order-detail-total-final-value {
  font-size: 30px;
  font-weight: 500; }

.order-detail-delivery-info {
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  width: calc(100% - 160px);
  text-align: right;
  margin-top: 12px; }

.order-detail-delivery-label {
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px; }

.order-detail-delivery-value {
  font-size: 18px;
  font-weight: 500;
  color: #28a745; }

.order-detail-value_free-delivery {
  color: #28a745;
  font-weight: 500; }

.quantity-remove-btn {
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  color: #222222;
  padding: 5px;
  cursor: pointer;
  right: 20px; }
  .quantity-remove-btn svg path {
    stroke: #222222;
    transition: 0.3s ease; }
  .quantity-remove-btn:hover svg path {
    stroke: red; }
  .quantity-remove-btn svg {
    width: 12px;
    height: 12px; }

.order-total-sidebar_received {
  min-width: 500px;
  max-width: 500px;
  padding: 0;
  border: none; }
  .order-total-sidebar_received .orders-table-modern {
    width: 100%; }
  .order-total-sidebar_received .order-detail-shipments {
    margin-top: 15px; }
  .order-total-sidebar_received .order-total-final {
    text-align: right;
    padding: 10px 0; }
  .order-total-sidebar_received .order-total-header {
    border-bottom: none;
    text-align: left; }

.order-detail-status_received {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.order-detail-received-container {
  flex: 1; }

.order-detail-shipments .table__item {
  height: 35px; }

.order-detail-status-btn {
  padding: 8px;
  background: transparent;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  gap: 5px;
  transition: 0.3s ease;
  cursor: pointer; }
  .order-detail-status-btn svg path {
    stroke: #222222;
    transition: 0.3s ease; }
  .order-detail-status-btn svg rect {
    fill: #222222;
    transition: 0.3s ease; }
  .order-detail-status-btn:hover {
    color: #0f8cc8; }
    .order-detail-status-btn:hover svg path {
      stroke: #0f8cc8;
      fill: #0f8cc8; }
    .order-detail-status-btn:hover svg rect {
      fill: #0f8cc8; }

.order-detail-status-buttons {
  display: flex;
  gap: 20px; }
  .order-detail-status-buttons .order-detail-status-btn:first-child svg rect {
    fill: none; }
  .order-detail-status-buttons .order-detail-status-btn:first-child svg path {
    fill: none; }
  .order-detail-status-buttons .order-detail-status-btn:last-child {
    padding-right: 0; }

.setup-customer__add-button {
  margin-top: 20px; }

.setup-customer__title {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 30px;
  margin-top: 0; }

.setup-customer__cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

.setup-customer__card {
  background: #ffffff;
  border: 3px solid #F1F3F3;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(28, 28, 28, 0.04);
  padding: 45px 30px;
  position: relative;
  max-width: 400px;
  min-width: 400px;
  box-sizing: border-box; }

/* Р·Р°РіРѕР»РѕРІРѕРє РѕСЂРёРіРёРЅР°Р»СЊРЅС‹Р№ СЃРєСЂС‹С‚ РґР»СЏ РЅРѕРІРѕРіРѕ РјР°РєРµС‚Р° */
.setup-customer__card-header {
  display: none; }

.setup-customer__detail-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  column-gap: 12px;
  row-gap: 5px; }

.setup-customer__detail-label {
  font-size: 13px;
  color: #B6B6B6; }

.setup-customer__detail-value {
  font-size: 15px;
  color: #222222;
  background: #F1F3F3;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px; }

.setup-customer__detail-value--multiline {
  white-space: pre-wrap; }

/* РїРµСЂРµРєР»СЋС‡Р°С‚РµР»СЊ Рё С„СѓС‚РµСЂ РєР°СЂС‚РѕС‡РєРё */
.setup-customer__card-footer {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.setup-customer__switch {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column; }

.setup-customer__switch-input {
  position: absolute;
  opacity: 0; }

.setup-customer__switch-slider {
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 999px;
  background: #e0e0e0;
  transition: all 0.2s ease;
  cursor: pointer; }

.setup-customer__switch-slider::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.99);
  transition: all 0.2s ease;
  transform: translateX(0); }

.setup-customer__switch-input:checked + .setup-customer__switch-slider {
  background: #0F8CC8; }

.setup-customer__switch-input:checked + .setup-customer__switch-slider::after {
  transform: translateX(23px); }

.setup-customer__switch-text {
  font-size: 13px;
  color: #83838D; }

.double-line {
  height: 88px;
  align-items: flex-start;
  padding-top: 15px;
  box-sizing: border-box;
  line-height: 1.2; }

.orange-bg {
  background: #FFF5CC; }

.profile-form textarea {
  resize: none;
  min-width: 400px; }

.setup-customer__edit-action-btn {
  height: 44px;
  width: 180px;
  font-size: 15px;
  padding: 0 16px;
  border-radius: 8px;
  border: 2px solid #83838D;
  background: #fff;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

/* РїРѕР·РёС†РёРѕРЅРёСЂРѕРІР°РЅРёРµ СЂР°РЅРµРµ Р±С‹Р»Рѕ Р°Р±СЃРѕР»СЋС‚РЅС‹Рј; С‚РµРїРµСЂСЊ Р±Р»РѕРє СЃС‚Р°С‚РёС‡РЅС‹Р№ */
.setup-customer__add-btn {
  background: #fff;
  border: 2px solid #83838D;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #222222;
  cursor: pointer;
  width: 215px;
  height: 44px;
  text-align: center;
  transition: all 0.2s ease;
  margin-top: 45px; }
  .setup-customer__add-btn:hover {
    border-color: #0f8cc8;
    background: #0f8cc8;
    color: #fff; }

.setup-customer__add-btn.profile-form__edit-password-btn {
  margin-top: 23px; }

.setup-customer__form-section {
  margin-top: 20px; }

.setup-customer__form-title {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
  margin-top: 0; }
  .setup-customer__form-title span {
    color: red; }

.setup-customer__new {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 14px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px; }

.setup-customer__card-details {
  display: flex;
  flex-direction: column;
  gap: 22px; }

.setup-customer__card-details-row-container {
  display: flex;
  gap: 32px; }

/* РІС‹СЂР°РІРЅРёРІР°РЅРёРµ Р»РµР№Р±Р»РѕРІ Рё Р·РЅР°С‡РµРЅРёР№ */
.setup-customer__detail-row {
  display: flex;
  flex-direction: column;
  column-gap: 12px; }

.setup-customer__detail-value {
  color: #222222; }

.profile-form__two-columns .profile-form .profile-form__item:nth-child(1) {
  width: 100%; }

.profile-form__two-columns .profile-form .profile-form__item:nth-child(2) {
  width: 100%; }

.profile-form__two-columns {
  display: flex;
  gap: 22px;
  flex-direction: column;
  overflow: hidden; }
  .profile-form__two-columns .profile-form__left-column, .profile-form__two-columns .profile-form__right-column {
    width: 100%;
    max-width: 400px; }

.profile-form__agreement-checkbox {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 26px;
  background: #e0e0e0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.2s ease;
  margin-right: 10px;
  z-index: auto;
  opacity: 1; }
  .profile-form__agreement-checkbox::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.99);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; }
  .profile-form__agreement-checkbox:checked {
    background: #0f8cc8; }
  .profile-form__agreement-checkbox:checked::after {
    transform: translateX(23px);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.99); }

.profile-form__agreement-label {
  display: flex;
  gap: 12px;
  cursor: pointer;
  position: relative;
  user-select: none;
  align-items: center;
  width: 100%;
  max-width: 399px;
  margin-top: 40px; }

.profile-form__agreement-checkmark {
  display: none; }

.profile-form__agreement-checkbox:checked + .profile-form__agreement-checkmark {
  display: none; }

/* intentionally no hover styling for checkmark when using toggle */
.profile-form__agreement {
  margin-bottom: 20px; }

.profile-form__agreement-checkbox-container, .profile-form__submit-text {
  max-width: 381px;
  font-size: 14px;
  color: #222222;
  line-height: normal; }
  .profile-form__agreement-checkbox-container a, .profile-form__submit-text a {
    color: #23679B;
    text-decoration: underline; }

.profile-form__agreement-checkbox-container {
  width: 100%;
  text-align: right;
  color: #83838D;
  font-size: 13px; }

a.profile-form__agreement-link {
  text-decoration: none; }

.profile-form__submit-section {
  display: flex;
  gap: 40px;
  margin-top: 45px;
  align-items: center; }
  .profile-form__submit-section .profile-form__submit-text {
    max-width: 500px; }
  .profile-form__submit-section .button_disabled {
    cursor: not-allowed;
    background: #fff;
    border: 2px solid #83838D;
    color: #222222; }

.profile-form__password-container {
  position: relative; }

.profile-form__password-toggle {
  position: absolute;
  background: transparent;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer; }

.profile-form__item-hint {
  font-size: 15px;
  color: #222222;
  position: relative;
  cursor: help;
  padding: 2px; }
  .profile-form__item-hint:hover .profile-form__item-hint-text {
    opacity: 1; }

.close-change-password-btn {
  background: #fff;
  border: 2px solid #83838D;
  color: #222222;
  width: 180px;
  height: 44px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.profile-form__item-hint-text {
  font-size: 11px;
  color: #222222;
  font-weight: 400;
  opacity: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  min-width: max-content;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  pointer-events: none; }

.profile-form__input_disabled {
  background: #FFEB99; }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 1px 0);
  white-space: nowrap;
  border: 0; }

.consent-toggle {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 26px;
  background: #c1c1c6;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.2s ease;
  margin-right: 10px;
  pointer-events: none; }

.consent-toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.99);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; }

.profile-form__agreement-label input:checked + .consent-toggle {
  background: #0f8cc8; }

.profile-form__agreement-label input:checked + .consent-toggle::after {
  transform: translateX(23px);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.99); }

.profile-form__edit-text {
  font-size: 14px;
  color: #23679B;
  text-decoration: underline;
  cursor: pointer; }

.profile-form__two-columns .profile-form__item .required-mark {
  color: red;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(4px);
  font-size: 20px;
  display: block;
  line-height: 20px; }

.order-detail-status-content_mobile {
  display: none; }

.order-detail-status-content_desktop {
  display: block; }

.loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center; }
  .loading-indicator--image {
    flex-direction: column;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 4px;
    min-height: 120px;
    width: 100%; }
  .loading-indicator--text {
    display: inline-flex;
    padding: 8px 0; }
  .loading-indicator__spinner {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
    .loading-indicator__spinner--small {
      width: 16px;
      height: 16px; }
    .loading-indicator__spinner-circle {
      width: 100%;
      height: 100%;
      border: 2px solid #e3e3e3;
      border-top: 2px solid #0f8cc8;
      border-radius: 50%;
      animation: loading-spin 1s linear infinite; }
  .loading-indicator__text {
    color: #666;
    font-size: 14px;
    margin-top: 8px; }
    .loading-indicator--text .loading-indicator__text {
      margin-top: 0; }

@keyframes loading-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.product-item__photo-loading .loading-indicator {
  height: 100%;
  min-height: 200px; }

.product-item__datasheet-loading .loading-indicator {
  justify-content: flex-start;
  padding: 4px 0; }

.menu-bottom__burger-btn {
  padding: 20px;
  cursor: pointer; }

.menu-common__logo {
  max-width: 230px;
  height: 80px;
  min-width: 130px;
  cursor: pointer; }
  .menu-common__logo .d {
    fill: #171717; }
  .menu-common__logo .e {
    fill: #0f8cc8; }

.menu-common__search-input {
  padding: 0 25px;
  height: 43px;
  width: 42.3vw;
  font-size: 14px; }
  .menu-common__search-input::placeholder {
    color: #b6b6b6;
    font-size: 14px;
    font-family: 'Roboto', sans-serif; }
  .menu-common__search-input_setup {
    background-color: #b6b6b6; }
  .menu-common__search-input_active {
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.menu-common__search-logo {
  font-size: 20px;
  fill: #b6b6b6;
  position: absolute;
  right: 25px;
  top: 9px;
  width: 23px;
  height: 23px; }

.menu-common__exit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px; }
  .menu-common__exit .menu-common__exit-icon path {
    transition: 0.3s ease; }
  .menu-common__exit-text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4b4b4b;
    order: 1; }
  .menu-common__exit-icon {
    width: 25px;
    height: 25px;
    order: 2;
    background: #F1F3F3;
    padding: 10px;
    border-radius: 6px;
    transition: 0.3s ease; }
    .menu-common__exit-icon .d {
      fill: none;
      stroke: black;
      stroke-linecap: round;
      stroke-linejoin: round; }

.menu-common__manager-info {
  font-family: 'Roboto', sans-serif; }
  .menu-common__manager-info-name {
    display: block;
    font-size: 14px; }
  .menu-common__manager-info-label {
    display: block;
    color: #222222;
    font-size: 14px; }

.menu-common__contacts {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #b6b6b6;
  line-height: 1.1; }

.menu-middle-button:hover {
  background: #b6b6b6; }

.menu-middle {
  padding: 15px;
  padding-top: 30px;
  min-height: 0;
  display: flex;
  width: 100%;
  padding: 37px 30px 39px 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 88px;
  min-height: 120px;
  max-height: 120px;
  z-index: 999;
  position: relative;
  background: #fff; }

.menu-middle__logo {
  width: 220px; }

.menu-middle__buttons {
  display: flex;
  gap: 60px; }

.menu-middle__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
  background: transparent;
  font-size: 12px;
  color: #666666; }

.menu-middle__button-icon {
  background: #0f8cc8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: 5px; }

.menu-middle__login {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  box-sizing: border-box;
  padding: 0 14.5px;
  transition: .3s ease;
  border-radius: 6px;
  border: 2px solid #666666;
  background: #fff;
  width: 122px;
  height: 44px;
  margin: 0; }

.menu-middle__cbrf span {
  color: #83838d; }

.menu-middle__login-text {
  font-size: 15px;
  color: #666666; }

.menu-middle__cbrf span,
.menu-middle__cbrf p {
  display: inline-block; }

.menu-middle__cbrf {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #222222;
  display: flex;
  gap: 5px; }

.menu-middle-button {
  background: #fff;
  border-radius: 10px;
  width: 126px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-out; }

.info {
  background: #29272a;
  color: white;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }
  .info_sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 20; }
  .info__collapse-icon {
    width: auto;
    height: 10px;
    z-index: 1001;
    transition: 0.3s ease;
    opacity: 0; }
    .info__collapse-icon .d {
      fill: none;
      stroke: white;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .info__collapse-icon_collapsed {
      transform: rotate(180deg);
      animation: chevronRotate 0.3s linear;
      opacity: 1; }
    .info__collapse-icon_full-width {
      opacity: 1; }
  .info__balance {
    color: #b6b6b6; }
    .info__balance:hover {
      color: white; }
  .info__customer {
    color: #b6b6b6; }
    .info__customer:hover {
      color: white; }
    .info__customer-organization-name {
      color: #b6b6b6; }
      .info__customer-organization-name:hover {
        color: white; }

.button {
  background-color: #0f8cc8;
  color: white;
  border-radius: 5px;
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .button__icon {
    width: 15px;
    height: 14px;
    fill: white;
    margin-left: 0.5vw; }
  .button__text {
    font-size: 1.2em; }
  .button__save {
    border: 2px solid #0f8cc8;
    color: #0f8cc8;
    border-radius: 5px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: white;
    width: 10vw;
    font-size: 16px;
    cursor: pointer; }
    .button__save:hover {
      background-color: #0f8cc8;
      border: none;
      color: white; }
    .button__save:active {
      background-color: #0f8cc8;
      border: none;
      color: white;
      outline: #0f8cc8 solid 2px !important; }
  .button:hover {
    background-color: #74bde0; }
  .button:active {
    background-color: #1a5977; }
  .button__cancel {
    border: 2px solid #0f8cc8;
    color: #0f8cc8;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: white; }
    .button__cancel:hover {
      background-color: white; }
  .button_outline {
    border: 2px solid #0f8cc8;
    color: #0f8cc8;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: white;
    width: max-content; }
  .button_disabled {
    color: #d2d2d2;
    background-color: #eeeeee; }

.page-menu {
  background: #222222;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s ease;
  -ms-overflow-style: none; }
  .page-menu::-webkit-scrollbar {
    display: none; }
  .page-menu_collapsed {
    min-width: 0; }

.menu__list {
  list-style-type: none;
  position: static; }

.menu__item {
  color: #b6b6b6;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 0px;
  align-items: center;
  transition: 0.3s ease;
  position: relative; }
  .menu__item::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    left: -20px;
    right: -20px;
    background-color: transparent;
    z-index: 1;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(130, 131, 141, 0.2); }
  .menu__item:hover .menu__title:not(.menu__title_active) {
    color: #0f8cc8; }
  .menu__item:hover .menu__icon:not(.menu__icon_active) {
    stroke: #0f8cc8; }
  .menu__item:hover::after {
    background-color: #262626; }
  .menu__item:has(.menu__title_active) .menu__icon {
    stroke: #0f8cc8; }
  .menu__item:has(.menu__title_active) svg path,
  .menu__item:has(.menu__title_active) svg circle,
  .menu__item:has(.menu__title_active) svg rect,
  .menu__item:has(.menu__title_active) svg line,
  .menu__item:has(.menu__title_active) svg polyline,
  .menu__item:has(.menu__title_active) svg polygon {
    stroke: #0f8cc8; }
  .menu__item:has(.menu__title_active)::after {
    background-color: #262626; }
  .menu__item_full-width {
    transition: 0.3s ease; }

.menu__icon {
  width: 27px;
  height: 25px;
  stroke: #b6b6b6;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  top: 8px;
  fill: none;
  z-index: 2;
  transition: 0.3s ease; }
  .menu__icon_active {
    stroke: #0f8cc8; }
    .menu__icon_active path,
    .menu__icon_active circle,
    .menu__icon_active rect,
    .menu__icon_active line,
    .menu__icon_active polyline,
    .menu__icon_active polygon {
      stroke: #0f8cc8; }

.menu__title {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  z-index: 2; }
  .menu__title_active {
    color: #0f8cc8; }
  .menu__title_collapsed {
    animation: menuCollapsedText 0.3s linear 0.1s;
    display: none; }
  .menu__title_full-width {
    transition: 0.3s ease; }

.menu__text {
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.18;
  max-width: 100%;
  color: #666666;
  font-weight: 400;
  padding-left: 40px;
  max-width: 152px; }
  .menu__text_active {
    color: #0f8cc8; }
  .menu__text_full-width {
    transition: 0.3s ease; }
  .menu__text_collapsed {
    transition: 0.3s ease;
    display: none; }

.menu-middle__search-input {
  padding: 0 15px 0 67px;
  height: 54px;
  width: 100%;
  background: #F1F3F3;
  box-sizing: border-box;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  padding-left: 60px; }
  @media (max-width: 700px) {
    .menu-middle__search-input {
      font-size: 16px; } }
  .menu-middle__search-input::placeholder {
    color: #b6b6b6;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

.menu__item svg path {
  transition: 0.3s ease; }

.menu__item:hover svg path {
  stroke: #0f8cc8; }

.menu__item:first-child::after {
  border-top: 1px solid rgba(130, 131, 141, 0.2); }

.passwords__input {
  background: #FFF5CC;
  transition: 0.3s ease-in-out; }

.passwords__input_matched {
  background: #CCFFDB; }

.profile-form__submit-section.setup-org {
  margin-top: 23px; }

.tab-delivery .profile-form {
  max-width: 800px; }

.tab-delivery .profile-form.first-row .profile-form__item {
  width: calc(50% - 7.5px); }

.tab-delivery .profile-form.first-row {
  column-gap: 15px; }

.tab-delivery .profile-form__two-columns {
  width: 100%;
  flex-direction: row;
  gap: 15px; }

.notifications-section .profile-form {
  gap: 0; }

.notifications-section .profile-form__two-columns {
  width: 100%; }

.notifications-section .profile-form__agreement-label {
  justify-content: space-between; }
  .notifications-section .profile-form__agreement-label span {
    color: #222222; }

.notifications-section .consent-toggle {
  order: 2;
  margin-right: 0; }

.notifications-section .profile-form__submit-section {
  margin-top: 45px; }

.mobile-br {
  display: none; }

.tab-delivery .profile-form__left-column, .tab-delivery .profile-form__right-column {
  display: flex;
  gap: 15px; }

.tab-delivery .profile-form textarea {
  min-width: 400px;
  width: 100%;
  max-width: 100%; }

.tab-delivery .profile-form.hours-row {
  gap: 15px; }

.tab-delivery .profile-form {
  column-gap: 15px; }

.tab-delivery .profile-form__two-columns.hours-row {
  width: calc(50% - 7.5px); }

.tab-delivery .profile-form__item.street-row {
  width: 290.5px; }

.tab-delivery .profile-form__two-columns.address-row {
  width: 494.5px; }

.tab-delivery .profile-form__two-columns.address-row .profile-form__right-column {
  min-width: 290.5px; }

.tab-delivery .setup-customer__title.title-hours {
  margin-top: 45px; }

.tab-delivery .required {
  color: #FF0000;
  font-size: 13px; }

.tab-delivery .setup-customer__add-btn.add-delivery-btn {
  width: 313px; }

.tab-delivery .setup-customer__detail-row {
  width: 100%; }

.tab-delivery .setup-customer__detail-row.detail-row {
  width: calc(50% - 7.5px); }

.tab-delivery .setup-customer__card-details {
  column-gap: 15px;
  flex-direction: row;
  flex-wrap: wrap; }

.notifications-section .alert-success {
  color: #2e7d32; }

.search-options__description {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mobile-menu-popup__nav .menu__icon {
  width: 26px;
  height: 24px;
  stroke: #666666; }

.mobile-menu-popup__user-block:after {
  content: "";
  width: 126px;
  height: 48px;
  background: #b6b6b6;
  position: absolute;
  z-index: -1;
  left: -4px;
  top: -4px;
  opacity: 0;
  border-radius: 6px;
  transition: 0.3s ease; }

.mobile-menu-popup__user-block:hover::after {
  opacity: 1; }

@media (min-width: 1300px) and (max-width: 1500px) {
  .product-orders__table-filter {
    padding: 0 3vw; } }

@media (max-width: 1460px) {
  .search-options__list {
    width: 100%; } }

@media (max-width: 850px) {
  .search-options__details-col:first-child {
    width: 100px;
    text-align: right; }
  .search-options__details {
    grid-template-columns: 70px 1fr; }
  .search-options__details .search-options__details-col:nth-child(2) {
    display: none; } }

@media (max-width: 700px) {
  .search-options__list {
    left: 0; }
  .search-options__footer {
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    padding-top: 38px;
    padding-bottom: 25px; }
  .search-options__key {
    display: none; }
  .search-options__list {
    left: 0;
    width: 100%;
    border: 2px solid #666666;
    border-top: 3px solid #F1F3F3;
    top: 45px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: none;
    padding-top: 15px; }
  .search-options__details-col {
    text-align: right; }
  .search-options__details {
    grid-template-columns: none; }
  .search-hint__title {
    justify-content: center; }
  .search-options__show-all-button {
    width: 100%;
    border-radius: 50px; }
  .search-options__item {
    padding: 7px 20px;
    height: 54px; }
  .mob-manufacturer:before {
    content: ''; }
  .search-options__name {
    display: flex;
    flex-direction: column; }
  .search-options__close {
    right: 20px; }
  .mob-manufacturer {
    color: #666666; }
  .search-hint__col.search-hint__col--image {
    display: none; } }

@media (max-width: 1650px) {
  .container {
    width: 100%;
    box-sizing: border-box; }
  .product-item__section {
    margin-right: auto; }
  .product-item__wrapper {
    column-gap: 30px; }
  .product-table__block {
    margin-top: 0; }
  .product-item__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap; }
  .product-table__block {
    width: 100%;
    top: 0; }
  .product-item {
    width: 360px;
    min-width: 360px; }
  .product-item__photo {
    width: 100%; }
  .product-item__photo-item {
    max-width: 100%;
    height: auto;
    width: 100%; }
  .product-item__photo-link {
    margin-top: 10px;
    max-width: 100%; }
  .product-item__info-title {
    font-size: 16px; }
  .product-item__info {
    width: 100%; }
  .product-price__cart {
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    order: 1;
    top: 0;
    position: unset;
    margin-left: 0;
    min-width: 100%; }
  .product-price__cart-product, .product-price__cart-title, .product-price__cart-total, .product-price__cart-quantity {
    font-size: 18px;
    font-weight: 400; }
  .product-price__cart-price {
    width: 100%; }
  .product-price__cart-price {
    font-size: 28px; }
  .product-price__block {
    flex-direction: column;
    gap: 30px; }
  .product-table, .product-table__subtitle {
    order: 2; }
  .product-table__attributes {
    order: 1; }
  .product-price__table-item_height {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .product-price__cart {
    padding: 10px; }
  .product-price__cart-title {
    padding-left: 10px;
    padding-right: 10px; }
  .product-price__cart-product {
    padding: 0 10px; }
  .product-price__cart-total {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; }
  .product-price__cart-price {
    padding: 0 10px;
    box-sizing: border-box; }
  .order-detail-products-layout {
    flex-direction: column; }
  .order-total-sidebar_received {
    width: 100%;
    min-width: 0;
    max-width: 100%; }
  .orders-table-modern .table-header .table-header__item:last-child {
    text-align: right; }
  .order-detail-table_received th:nth-child(2), .order-detail-table_received td:nth-child(2) {
    max-width: 100%; }
  .order-detail-table th:nth-child(3), .order-detail-table td:nth-child(3) {
    min-width: 100px; }
  .setup-tab {
    min-width: 850px; }
  .tab-title__list::-webkit-scrollbar-track {
    background: transparent; }
  .tab-title__list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: 3px solid transparent;
    height: 80px; }
  .order-detail-received-container {
    order: 2; }
  .order-total-sidebar {
    max-width: 100%; }
  .order-detail-table th:nth-child(7), .order-detail-table td:nth-child(7) {
    max-width: min-content; } }

@media (max-width: 1500px) {
  .orders-table-modern {
    width: 100%; } }

@media (max-width: 1300px) {
  .brand-grid__img {
    width: 13vw; }
  .slider {
    margin-top: 0; }
  .menu-top {
    width: auto; }
  .menu-middle {
    width: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .menu-bottom {
    position: relative;
    gap: 40px; }
  .product-item__info-title {
    font-size: 17px; }
  .product-item__partnumber {
    font-size: 17px; }
  .product-item__description {
    font-size: 17px; }
  .product-item__manufacturer {
    font-size: 17px; }
    .product-item__manufacturer-image {
      width: auto;
      height: 43px; }
  .product-item__photo-link {
    max-width: 100%; }
  .product-table__subtitle {
    margin: 0 0 10px auto; }
    .product-table__subtitle_bottom {
      margin: 10px 0 50px auto; }
  .product-price__cart {
    max-width: 20vw; }
    .product-price__cart-button {
      padding: 0 2vw;
      font-size: 15px;
      white-space: nowrap;
      margin: 15px 10px;
      width: calc(100% - 20px);
      margin-bottom: 10px; }
    .product-price__cart-quantity {
      margin: 10px 0 15px; }
  .product-price__table-item {
    white-space: nowrap; }
  .product-price__table-quantity_disabled {
    font-size: 12px; }
  .product-cart__button {
    font-size: 12px; }
  .product-orders__table-filter {
    padding: 0 2.5vw; }
  .login-card__label-name {
    white-space: nowrap; }
  .change-password__main {
    min-width: max-content; }
  .change-password__input {
    min-width: 150px; }
  .main-card {
    overflow: hidden; }
  .navigation-block {
    margin-top: 0; }
  .menu-middle__search {
    min-width: 560PX;
    flex-grow: 1;
    margin-right: 20px; }
  .footer-main {
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer-logo-subscribe {
    width: 100%;
    min-width: 200px;
    margin-right: 0px; }
  .footer-contacts {
    min-width: 300px; }
  .footer-menus {
    width: 600px; }
  .login-blocks-container {
    flex-wrap: wrap; }
  .login-advantages__title {
    position: unset;
    top: 0; }
  .login-card-right, .login-card-left {
    max-width: calc(50% - 7.5px);
    min-width: calc(50% - 7.5px);
    box-sizing: border-box; }
  .login-advantages {
    width: 100%; }
  .login-main {
    margin-top: 0; }
  .aurora-main-components__title br {
    display: none; }
  .aurora-news__grid {
    flex-wrap: wrap; }
  .aurora-news-item {
    width: calc(50% - 50px); }
  .aurora-news-item__title {
    text-align: left; }
  .aurora-cta__text {
    font-size: 20px; }
  .page-menu {
    display: none; }
  .workspace {
    width: 100%; }
  .info__collapse-icon, .info__page-title {
    display: none; }
  .menu-common__manager-info {
    width: auto;
    margin-right: 30px; }
  .menu-bottom::after {
    display: none; }
  .menu-common__manager-info {
    width: auto;
    margin: 0 30px;
    color: #fff;
    margin-bottom: 45px;
    padding-top: 45px;
    color: #222222;
    line-height: 1.2; } }

@media (max-width: 1200px) {
  .aurora-delivery .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center; }
  .aurora-delivery__image-container {
    height: 254px; }
  .aurora-delivery__content {
    padding-bottom: 0; }
  .menu-middle__cbrf {
    display: none; } }

@media (max-width: 1100px) {
  .container.search-container {
    display: flex;
    margin-top: 10px; }
  .menu-middle__search {
    width: 100%;
    margin: 0; }
  .menu-middle__search {
    min-width: 500px; }
  .slider {
    margin-top: 10px;
    min-height: 60vh; }
  .carousel-list__item-line {
    width: 100%; }
  .workspace, .main {
    height: auto;
    max-height: unset; }
  .catalog {
    scrollbar-gutter: unset; }
  .menu-middle {
    gap: 0; }
  .search-options__list {
    left: -60px;
    width: calc(100vw - 55px); } }

@media (max-width: 1000px) {
  .product-table.product-price__table thead {
    display: none; }
  .product-table.product-price__table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .product-price__table-row {
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box; }
  .product-price__table-group {
    width: 100%;
    border-bottom: 1px solid #b6b6b6; }
  .product-price__table-group.sec, .product-price__table-group.third {
    width: 50%;
    border-bottom: none;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0 10px; }
  .product-price__table-group.sec {
    border-right: 1px solid #b6b6b6; }
  .product-price__table-group.third {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 10px; }
  .product-price__table-item.mob-title {
    display: flex;
    flex-direction: column;
    text-align: left; }
    .product-price__table-item.mob-title span:nth-child(1) {
      font-size: 18px;
      font-weight: 400; }
    .product-price__table-item.mob-title span:nth-child(2) {
      font-size: 18px;
      font-weight: 400;
      color: #b6b6b6; }
  .product-price__table-group.first {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 0 10px;
    padding-bottom: 10px; }
  .product-price__table-item {
    height: auto; }
  .product-price__table-block {
    width: 100%; }
  .product-table__list {
    margin: 5px auto;
    width: 80%; }
  .product-price__table-group.sec .product-price__table-item {
    text-align: left;
    font-size: 16px;
    line-height: 18px; }
  .footer-main {
    justify-content: center; }
  .footer-contacts, .footer-address {
    align-items: center; }
  .social-icons {
    justify-content: center; }
  .footer-phone-description {
    text-align: center; }
  .footer-menus {
    row-gap: 20px;
    margin-bottom: 30px;
    width: 100%; }
  .footer-logo {
    display: flex;
    margin-bottom: 30px;
    justify-content: center; }
  .aurora-cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    text-align: center; }
  .homepage__content {
    flex-direction: column; }
  .homepage__main, .homepage__sidebar {
    width: 100%; }
  .homepage__main {
    order: 2; }
  .homepage__sidebar {
    order: 1; }
  .orders, .requests {
    flex-basis: auto; }
  .order-detail-table th:nth-child(3), .order-detail-table td:nth-child(3) {
    min-width: 100px; }
  .order-detail-table th:nth-child(4), .order-detail-table td:nth-child(4) {
    min-width: 100px; }
  .order-detail-table th:nth-child(5), .order-detail-table td:nth-child(5) {
    min-width: 100px; }
  .order-detail-received-container {
    order: 2; }
  .order-detail-received-container thead {
    display: none; }
  .order-detail-table th:nth-child(1), .order-detail-table td:nth-child(1) {
    display: none; }
  .order-detail-table tbody tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e9ecef;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    gap: 4px; }
  .order-detail-table th:nth-child(3), .order-detail-table td:nth-child(3) {
    min-width: 0;
    padding: 0;
    display: flex;
    gap: 4px; }
    .order-detail-table th:nth-child(3)::before, .order-detail-table td:nth-child(3)::before {
      content: 'РћС‚РіСЂСѓР·РєР°: '; }
  .order-detail-table th:nth-child(4), .order-detail-table td:nth-child(4) {
    min-width: 0;
    padding: 0;
    display: flex;
    gap: 4px; }
    .order-detail-table th:nth-child(4)::before, .order-detail-table td:nth-child(4)::before {
      content: 'РљРѕР»-РІРѕ: '; }
  .order-detail-table th:nth-child(5), .order-detail-table td:nth-child(5) {
    min-width: 0;
    padding: 0;
    display: flex;
    gap: 4px; }
    .order-detail-table th:nth-child(5)::before, .order-detail-table td:nth-child(5)::before {
      content: 'Р¦РµРЅР°: '; }
  .order-detail-table th:nth-child(6), .order-detail-table td:nth-child(6) {
    min-width: 0;
    padding: 0;
    display: flex;
    gap: 4px; }
    .order-detail-table th:nth-child(6)::before, .order-detail-table td:nth-child(6)::before {
      content: 'Р’СЃРµРіРѕ: '; }
  .order-detail-table_received th:nth-child(2), .order-detail-table_received td:nth-child(2) {
    padding: 0; }
  .order-detail-status-content_mobile {
    display: block;
    font-size: 16px;
    margin-top: 20px; }
  .order-detail-status-content_desktop {
    display: none; }
  .cart-page .order-detail-table th:nth-child(3), .cart-page .order-detail-table td:nth-child(3) {
    width: 50%;
    justify-content: flex-end; }
    .cart-page .order-detail-table th:nth-child(3)::before, .cart-page .order-detail-table td:nth-child(3)::before {
      content: '';
      display: none; }
  .cart-page .order-detail-table th:nth-child(2), .cart-page .order-detail-table td:nth-child(2) {
    padding: 0; }
  .cart-page .product-image {
    display: none; }
  .cart-page .order-detail-table tbody tr {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: center; }
  .cart-page .order-detail-table th:nth-child(3), .cart-page .order-detail-table td:nth-child(3),
  .cart-page .order-detail-table th:nth-child(2), .cart-page .order-detail-table td:nth-child(2) {
    width: 100%;
    border-bottom: 1px solid #e9ecef;
    height: 38px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 10px; }
  .cart-page .order-detail-table th:nth-child(2), .cart-page .order-detail-table td:nth-child(2) {
    width: 100%; }
  .cart-page .order-detail-table th:nth-child(3), .cart-page .order-detail-table td:nth-child(3) {
    width: 100%; }
  .cart-page .order-detail-table th:nth-child(7), .cart-page .order-detail-table td:nth-child(7) {
    order: 5;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-left: 20px; }
  .cart-page .order-detail-table th:nth-child(6), .cart-page .order-detail-table td:nth-child(6) {
    padding-left: 20px; }
  .cart-page .order-detail-table th:nth-child(5), .cart-page .order-detail-table td:nth-child(5) {
    order: 3;
    height: 100%; }
  .cart-page .order-detail-table th:nth-child(4)::before, .cart-page .order-detail-table td:nth-child(4)::before,
  .cart-page .order-detail-table th:nth-child(5)::before, .cart-page .order-detail-table td:nth-child(5)::before,
  .cart-page .order-detail-table th:nth-child(6)::before, .cart-page .order-detail-table td:nth-child(6)::before,
  .cart-page .quantity-remove-btn {
    display: none; }
  .cart-page .order-detail-table th:nth-child(4), .cart-page .order-detail-table td:nth-child(4) {
    flex-direction: column; }
  .cart-page .order-detail-table .price-tiers {
    width: 100%; }
  .cart-page .order-detail-table .order-rules {
    text-align: left;
    line-height: 16px;
    margin-bottom: 2px;
    position: relative; }
    .cart-page .order-detail-table .order-rules::before {
      content: 'РћС‚РіСЂСѓР·РєР°: '; }
    .cart-page .order-detail-table .order-rules::after {
      content: '';
      position: absolute;
      top: 0;
      height: calc(100% + 45px);
      width: 1px;
      background: #e9ecef;
      right: 0; } }

@media (max-width: 920px) {
  .setup-tab {
    min-width: 0;
    width: 100%; }
  .setup-customer__card {
    width: calc(50% - 7.5px);
    max-width: 100%;
    min-width: 0; }
  .setup-customer__card-actions {
    position: absolute;
    top: 20px;
    right: 20px; }
  .setup-customer__detail-row {
    display: block;
    line-height: 1.25; }
  .setup-customer__detail-label {
    margin-right: 4px; }
  .tab-delivery .profile-form__two-columns.address-row {
    width: 100%;
    flex-direction: column; }
  .tab-delivery .profile-form__item.street-row {
    width: 100%; }
    .tab-delivery .profile-form__item.street-row .profile-form__input {
      max-width: 100%;
      width: 100%; }
  .tab-delivery .profile-form__two-columns.address-row .profile-form__left-column, .tab-delivery .profile-form__two-columns.address-row .profile-form__right-column {
    width: 100%;
    max-width: 100%; }
    .tab-delivery .profile-form__two-columns.address-row .profile-form__left-column .profile-form__item, .tab-delivery .profile-form__two-columns.address-row .profile-form__left-column .profile-form__input, .tab-delivery .profile-form__two-columns.address-row .profile-form__right-column .profile-form__item, .tab-delivery .profile-form__two-columns.address-row .profile-form__right-column .profile-form__input {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 850px) {
  .all-orders .orders-table-modern {
    width: 100%; }
  .all-orders .orders-table-modern .table-header {
    display: none; }
  .all-orders .orders-table-modern .table-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    row-gap: 5px;
    column-gap: 4px; }
    .all-orders .orders-table-modern .table-row .table__item {
      width: 100%;
      text-align: left;
      padding: 0; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(1), .all-orders .orders-table-modern .table-row .table__item:nth-child(2) {
      width: auto;
      font-weight: 600; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(2)::before {
      content: ' - '; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(3) {
      position: absolute;
      top: 10px;
      right: 10px;
      width: auto; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(4)::before {
      content: 'РўРѕРІР°СЂС‹: '; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(5)::before {
      content: 'РЎСѓРјРјР°: '; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(6)::before {
      content: 'Р”Р°С‚Р° РѕРїР»Р°С‚С‹: '; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(7)::before {
      content: 'РЎРїРѕСЃРѕР± РґРѕСЃС‚Р°РІРєРё: '; }
    .all-orders .orders-table-modern .table-row .table__item:nth-child(8)::before {
      content: 'РЎРѕСЃС‚РѕСЏРЅРёРµ: '; }
  .all-orders .orders-table-modern tbody {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .all-orders .orders-table-modern .table-row .table__item:last-child {
    text-align: left; }
  .all-orders .table-link-button svg {
    width: 16px;
    height: 23px; }
  .all-orders .table-row:last-child .table__item {
    height: auto; }
  .order-detail-field {
    flex-direction: column;
    gap: 5px; }
  .order-detail-value, .order-total-sidebar_received .order-total-final {
    line-height: normal; }
  .menu-middle__buttons {
    gap: 20px; } }

@media (max-width: 763px) {
  .product-table__block {
    top: 20px; }
  .product-item {
    width: calc(50% - 15px);
    min-width: 0; }
  .product-item__section {
    width: calc(50% - 15px); }
  .product-item__description, .product-item__info-title, .product-item__manufacturer, .product-item__partnumber {
    font-size: 14px; }
  .menu-top__item {
    font-size: 12px; }
  .carousel-list {
    font-size: 13px; }
  .aurora-news-item {
    width: 100%; }
  .menu-common {
    justify-content: space-between; }
  .menu-common__manager-info-label {
    color: #222222;
    font-size: 13px;
    font-weight: 400; }
  .homepage__top {
    flex-direction: column; }
  .orders, .requests {
    width: 100%;
    max-width: 100%; }
  .menu-common__exit {
    padding: 0;
    order: 2; }
  .menu-common__exit-text {
    display: none; }
  .menu-common__exit-icon {
    background: transparent; }
  .mobile-menu-popup__user-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 122px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 2px solid #666666;
    border-radius: 6px;
    margin-left: 30px;
    position: relative;
    background: #fff;
    cursor: pointer; }
  .menu-middle__login-text {
    order: 1;
    text-align: left;
    line-height: 1.15; }
  .mobile-menu-popup__content {
    overflow-y: auto; }
  .menu-common__manager-info-name {
    display: block;
    font-size: 13px; }
  .menu-common__manager-info-name b {
    font-size: 15px;
    font-weight: 400; }
  .menu-middle__login-text {
    font-size: 14px;
    padding-left: 11.5px; }
  .all-orders .orders-table-search {
    flex-grow: 1;
    width: 100%; }
  .all-orders .orders-search-input {
    flex-grow: 1;
    min-width: 0;
    width: 100%; }
  .all-orders .orders-table-header {
    flex-direction: column; }
  .all-orders .orders-table-buttons {
    width: 100%; }
  .tab-title__item {
    margin: 0; }
  .profile-form__two-columns {
    width: 100%;
    gap: 20px;
    flex-direction: column; }
  .profile-form__two-columns .profile-form__left-column, .profile-form__two-columns .profile-form__right-column, .setup-customer__card {
    width: 100%; } }

@media (max-width: 699px) {
  .menu-middle__search-input {
    border: 2px solid #666666;
    border-radius: 6px;
    background: transparent;
    height: 50px; }
  .container.search-container {
    padding-left: 15px;
    padding-right: 15px; }
  .menu-middle__search {
    left: 0;
    right: 0; }
  .menu-middle__button span:last-child {
    display: none; }
  .menu-bottom {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px; }
  .menu-bottom__burger-btn {
    padding-left: 15px; }
  .menu-middle__buttons {
    gap: 40px;
    padding-right: 15px; }
  .menu-middle__button-icon {
    font-size: 10px;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px; }
  .container.search-container, .slider {
    margin-top: 15px; }
  .search-options__list {
    left: 0;
    width: 100%; }
  .menu-bottom {
    height: 60px; } }

@media (max-width: 600px) {
  .menu-middle__search-input {
    text-overflow: ellipsis;
    overflow-x: clip;
    padding: 0 25px 0 15px;
    padding-left: 60px; }
  .menu-middle__logo {
    width: 175px; }
  .menu-middle__login-text {
    font-size: 15px; }
  .main-title__text {
    font-size: 18px; }
  .footer-menu {
    grid-template-columns: repeat(2, 50.2vw); }
  .footer-navigation {
    font-size: 8px; }
  .manufacturer__title {
    font-size: 17px; }
  .destributers__title {
    font-size: 17px; }
  .main-card-left__content {
    font-size: 14px; }
  .main-card-right__content {
    font-size: 14px; }
  .carousel-list__item-text {
    font-size: 14px; }
  .carousel-content__title {
    font-size: 45px;
    width: auto; }
  .carousel-content__text {
    font-size: 18px;
    width: auto; }
  .navigation-icon__back {
    width: 4px;
    height: 6px; }
  .navigation-item {
    font-size: 13px; }
  .navigation-goback {
    padding-right: 10px; }
  .product-item {
    padding: 0;
    width: 100%; }
    .product-item__title {
      font-size: 24px;
      margin-bottom: 20px; }
    .product-item__photo {
      width: 100%; }
      .product-item__photo-item {
        max-width: 100%;
        height: auto; }
      .product-item__photo-link {
        font-size: 12px;
        text-align: center;
        color: #b6b6b6; }
    .product-item__info-title {
      font-size: 16px; }
    .product-item__partnumber {
      font-size: 16px; }
    .product-item__description {
      font-size: 16px; }
    .product-item__manufacturer {
      font-size: 16px; }
      .product-item__manufacturer-image {
        width: auto;
        height: 30px; }
  .product-table__title {
    font-size: 18px; }
  .product-table__subtitle {
    font-size: 14px;
    line-height: 18px; }
  .product-table__item {
    font-size: 14px;
    line-height: 18px; }
  .product-table__block {
    width: 100%;
    margin: 0; }
  .product-table__icon {
    width: 9px;
    height: 7px; }
  .product-price__cart-button {
    padding: 10px;
    height: max-content;
    font-size: 14px; }
  .product-price__cart-quantity {
    margin: 0 0 5px; }
  .product-price__table-item {
    font-size: 14px; }
  .product-price__table-button {
    font-size: 14px;
    padding: 10px 18px; }
  .product-price__table-quantity {
    font-size: 14px; }
  .product-price__block {
    margin-top: 10px; }
  .product-cart__button {
    font-size: 10px; }
  .brand-grid__img {
    width: 28vw; }
  .login-main {
    grid-template-columns: repeat(10, 9%); }
    .login-main__button {
      font-size: 10px;
      padding: 10px 16px; }
  .product-item__section {
    width: 100%; }
  .product-table__icon {
    margin: 0;
    width: 12px;
    height: 10px; }
  .product-table__subtitle_bottom {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px; }
  .menu-middle {
    padding-bottom: 16px;
    padding-top: 16px;
    min-height: 0; }
  .menu-middle__search, .menu-middle__search-input {
    min-width: 0; }
  .menu-middle__login {
    display: none; }
  .menu-top__phone {
    margin-left: 0; }
  .menu-top {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    gap: 10px;
    padding: 20px;
    padding-bottom: 0; }
  .menu-top__item {
    font-size: 14px;
    border-right: none;
    padding: 0; }
  .footer-menu-column, .footer-menu-column.second {
    width: 100%; }
  .footer-main, .social-icons {
    justify-content: flex-end; }
  .footer-phone-description {
    text-align: right; }
  .footer-address, .footer-contacts {
    align-items: flex-end; }
  .footer-menus {
    row-gap: 30px; }
  .footer-bottom-content {
    justify-content: center; }
  .footer-copyright, .footer-policy {
    text-align: center; }
  .subscribe-input, .subscribe-button {
    font-size: 13px; }
  .mobile-bottom-nav {
    display: flex;
    align-items: center; }
  body {
    padding-bottom: 82px; }
  .product-buttons-container {
    margin-top: 40px; }
  .login-card-left, .login-card-right {
    max-width: 100%;
    min-width: 100%; }
  .button__text {
    font-size: 14px; }
  .login-advantages__item {
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .login-advantages__title {
    text-align: center; }
  .carousel-list__items-wrapper {
    gap: 20px;
    padding: 20px;
    display: flex;
    overflow-x: auto; }
  .carousel-list {
    padding: 0; }
  .carousel-list__item-line {
    width: 100%; }
  .carousel-list__item-number {
    font-size: 13px;
    min-width: max-content; }
  .carousel-content__slider-icon {
    left: 20px; }
  .aurora-main-components__title {
    font-size: 18px;
    text-align: left; }
  .aurora-main-components__subtitle {
    font-size: 14px;
    text-align: left; }
  .aurora-brand-grid__item {
    min-height: 50px;
    max-height: 50px; }
  .aurora-about__text {
    font-size: 14px; }
  .aurora-main-components {
    padding-top: 40px; }
  .aurora-news__pagination-next {
    margin: 0px; }
  .aurora-delivery .container {
    flex-direction: column;
    text-align: left; }
  .aurora-delivery__image {
    width: 100%; }
  .aurora-delivery__image-container {
    height: auto; }
  .aurora-news__navigation {
    flex-wrap: wrap; }
  .slider {
    min-height: 70vh; }
  .carousel-list__items-wrapper::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    top: 0;
    right: 0; }
  .aurora-news__title {
    text-align: center;
    margin-bottom: 15px; }
  .news__body {
    display: flex;
    gap: 15px;
    flex-direction: column; }
  .news__button {
    width: 100%; }
  .news__item {
    position: relative; }
  .news__date {
    font-size: 15px;
    color: #888;
    margin-left: 0px;
    white-space: nowrap;
    margin-top: 6px;
    position: absolute;
    bottom: 85px;
    right: 0; }
  .menu-common__manager-info-name {
    display: block;
    font-size: 13px; }
  .menu-middle__login-text {
    font-size: 15px; }
  .mobile-bottom-nav__item svg {
    margin-bottom: 0;
    top: 0; }
  .order-detail-status_received {
    align-items: flex-end;
    flex-direction: column; }
  .workspace_align {
    padding: 20px 15px; }
  .order-detail-info h2 {
    font-size: 16px; }
  .order-detail-total {
    font-size: 25px; }
  .order-detail-header {
    position: absolute;
    right: -10px;
    top: -10px; }
  .menu-bottom__burger-btn {
    padding-left: 15px; }
  .tab-title__list {
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    background: #F1F3F3;
    border-radius: 50px;
    gap: 0px;
    margin-bottom: 30px;
    justify-content: space-between; }
  .setup-customer__add-btn, .profile-form__edit-password, .close-change-password-btn {
    width: 100%; }
  .close-change-password-btn {
    order: 2;
    margin-top: 25px; }
  .setup-customer__add-btn {
    border-radius: 30px; }
  .menu__icon path {
    stroke: #666666; }
  .tab-title__item_active {
    padding: 0px 22px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #0F8CC8;
    border-bottom: none;
    color: #fff; }
  .tab-title__item_active::after {
    border-bottom: none; }
  .tab-title__item {
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    height: 44px; }
  .tab-title__list::after {
    bottom: 4px; }
  .profile-form__item:nth-child(1) {
    width: 100%; }
  .profile-form__item:nth-child(2) {
    width: 100%; }
  .profile-form__submit-section {
    gap: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 45px; }
  .profile-form__submit-section .profile-form__submit-text {
    text-align: center; }
  .profile-form, .profile-form__input, .profile-form__two-columns .profile-form__left-column, .profile-form__two-columns .profile-form__right-column {
    max-width: 100%; }
  .profile-form__submit-section .button_disabled {
    width: 100%; }
  .profile-form__agreement-checkbox-container, .profile-form__submit-text {
    max-width: 100%; }
  .setup-tab {
    margin-top: 25px; }
  .cart-page .order-detail-actions {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px; }
  .cart-page .order-detail-total-final {
    width: 100%; }
  .cart-page .order-detail-delivery-info {
    width: 100%; }
  .cart-page .orders-button {
    width: 100%;
    order: 2; }
  .cart-page .order-detail-btn.order-detail-btn-submit {
    order: 3; }
  .cart-page .order-total-sidebar {
    max-width: 100%;
    min-width: 0; }
  .cart-page .order-detail-table .product-name {
    white-space: pre; }
  .setup-customer__edit-action-btn {
    border-radius: 50px; }
  .setup-customer__card {
    padding: 45px 20px; }
  .profile-form__submit-section.setup-org {
    width: 100%; }
  .profile-form textarea {
    min-width: 0; }
  .setup-org .order-detail-btn.order-detail-btn-submit {
    width: 100%;
    border-radius: 50px; }
  .setup-org .close-change-password-btn {
    border-radius: 50px; }
  .tab-delivery .setup-customer__add-btn.add-delivery-btn {
    width: 100%; }
  .tab-delivery .profile-form__two-columns {
    flex-wrap: wrap; }
  .tab-delivery .profile-form.first-row {
    flex-direction: column; }
  .tab-delivery .profile-form.first-row .profile-form__item {
    width: 100%; }
  .notifications-section .profile-form__agreement-label {
    max-width: 100%; }
  .mobile-br {
    display: block; }
  .notifications-section .alert-success {
    top: 5px; }
  .orders .link__text, .requests .link__text {
    display: none; }
  .news__button {
    border-radius: 50px; } }

@media (max-width: 450px) {
  .categories-page__list {
    columns: 1; }
  .product-price__table-item.mob-title span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #b6b6b6; }
  .product-price__table-item.mob-title span:first-child {
    font-size: 16px;
    font-weight: 400; }
  .product-price__table-group.sec .product-price__table-item {
    text-align: left;
    font-size: 13px;
    line-height: 15px; }
  .product-table__list {
    width: 100%; }
  .product-price__table-button {
    padding: 5px 10px; }
  .product-price__table-quantity_disabled {
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-price__table-block {
    height: 35px; }
  .product-price__cart-product, .product-price__cart-quantity, .product-price__cart-title, .product-price__cart-total {
    font-size: 16px; }
  .product-price__cart-price {
    font-size: 20px; }
  .menu-middle__search-input::placeholder {
    font-size: 16px; }
  .subscribe-button, .subscribe-input {
    font-size: 2.9vw;
    padding: 10px 3vw; }
  .login-advantages {
    padding: 20px; }
  .aurora-button-cta {
    width: 100%; }
  .menu-common__logo {
    max-width: 40vw; }
  .orders__icon-container, .requests__icon-container {
    width: 80px;
    min-width: 80px;
    height: 80px; }
  .homepage__main .menu__icon {
    width: 30px;
    height: 30px; }
  .orders__header, .requests__header {
    gap: 14px; }
  .orders__title, .requests__title {
    font-size: 18px; }
  .orders__count, .requests__count {
    font-size: 20px; }
  .order-total-sidebar_received .orders-table-modern .table-header .table-header__item {
    font-size: 11px;
    padding: 5px; }
  .order-total-sidebar_received .orders-table-modern .table-row .table__item {
    font-size: 11px;
    padding: 5px; }
  .setup-customer__card-name {
    font-size: 16px; }
  .profile-form__item-hint-text.docs-hint {
    width: calc(100vw - 192px);
    min-width: 0;
    text-align: right;
    top: 10px; }
  .profile-form__item-hint-text.inn-hint {
    min-width: 0;
    width: calc(100vw - 76px);
    text-align: right;
    top: 10px; } }
