@charset "UTF-8";
/***********
* Импорты
* Header
*
 *************/
/** Импорты **/
/******************************
* Устройства до 1400px
* Устройства до 1200px
* Устройства до 992px
* Устройства до 768px
* Устройства до 576px
* Устройства до <СВОЁ_ЗНАЧЕНИЕ>
* Устройства от <СВОЁ_ЗНАЧЕНИЕ>
* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ>
******************************/
/* Устройства до 1400px */
/* Устройства до 1200px */
/* Устройства до 992px */
/* Устройства до 768px */
/* Устройства до 576px */
/* Устройства до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ> */
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MYRIADPRO-REGULAR.woff2") format("woff2"), url("/fonts/MYRIADPRO-REGULAR.woff") format("woff"), url("/fonts/MYRIADPRO-REGULAR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MYRIADPRO-SEMIBOLD.woff2") format("woff2"), url("/fonts/MYRIADPRO-SEMIBOLD.woff") format("woff"), url("/fonts/MYRIADPRO-SEMIBOLD.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/******************************
* Импорты
* Normalize
* - html и body
* - Оформление отображения кода <pre>, <code>
* - Настройка контейнера .container
* - Заголовки h1, .h1, h2, .h2, h3, .h3, h5, .h5
* - Ссылки
* - Списки
* - Изображения
***********************/
/* Импорты */
/******************************
* Устройства до 1400px
* Устройства до 1200px
* Устройства до 992px
* Устройства до 768px
* Устройства до 576px
* Устройства до <СВОЁ_ЗНАЧЕНИЕ>
* Устройства от <СВОЁ_ЗНАЧЕНИЕ>
* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ>
******************************/
/* Устройства до 1400px */
/* Устройства до 1200px */
/* Устройства до 992px */
/* Устройства до 768px */
/* Устройства до 576px */
/* Устройства до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ> */
/* Устройства от <СВОЁ_ЗНАЧЕНИЕ> до <СВОЁ_ЗНАЧЕНИЕ> */
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MYRIADPRO-REGULAR.woff2") format("woff2"), url("/fonts/MYRIADPRO-REGULAR.woff") format("woff"), url("/fonts/MYRIADPRO-REGULAR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/MYRIADPRO-SEMIBOLD.woff2") format("woff2"), url("/fonts/MYRIADPRO-SEMIBOLD.woff") format("woff"), url("/fonts/MYRIADPRO-SEMIBOLD.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Normalize */
* {
  box-sizing: border-box;
  font-family: "Myriad Pro", serif;
}

html {
  overflow-x: hidden;
  font-size: 20px;
}
html body {
  font-size: 16px;
  position: relative;
  font-family: "Myriad Pro", serif;
  color: #333333;
  background: #fff;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
}

pre,
code {
  background: #1f1f1f !important;
  color: #333333 !important;
  padding: 25px 15px;
  width: 100%;
  display: block;
  margin: 25px 0;
}

.container {
  margin: 0 auto;
  max-width: 1350px;
}
@media screen and (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  .offer-item {
  height: auto !important;
  position: relative;
}
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h5,
.h5 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

h1, .h1 {
  font-size: 32px;
}
.product-item-hidden {
  display: none !important;
}
@media screen and (max-width: 575.98px) {
  h1, .h1 {
    font-size: 28px;
  }
}
.bx_sitemap_ul, .bx-section-desc {
  display: none;
}
.row.product-item-list-col-6 {
  opacity: 1 !important;
}

a {
  transition: all 0.3s linear;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

.strong {
  font-weight: 600;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 16px;
}

.btn-primary, .btn-default {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 18px;
  border-radius: 8px;
  background: #7300E7 !important;
  border: 2px solid #7300E7 !important;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.btn-primary:hover, .btn-default:hover {
  color: #7300E7 !important;
  background: transparent !important;
}

input {
  background: #fff;
  border: none;
  outline: none;
}

/* Для Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** Line height **/
.lh-1 {
  line-height: 1;
}

/** Header **/
.header {
  background: #7300E7;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1000;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: smoothAppear 0.8s ease;
}
@keyframes smoothAppear {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header .header-content {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 24px 0;
}
.total-h a {
  color: #fff;
  padding: 10px 0;
}
.total-h {
    min-width: 90px;
}
@media screen and (max-width: 575.98px) {
  .header .header-content {
    padding: 15px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header.fixed .header-search {
    display: none;
  }
}
.header .header-content .header-logo {
  margin-right: auto;
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-logo {
    order: 3;
    max-width: 100px;
    margin: 0;
  }
}
.header .header-content .catalog-menu-wrapper {
  margin-right: 16px;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .header .header-content .catalog-menu-wrapper {
    display: none;
  }
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1;
  border: 2px solid #0CE8D1;
  background: #0CE8D1;
  transition: all 0.3s ease;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn.active {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn.active .icon svg:first-of-type {
  display: none;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn.active .icon svg:last-of-type {
  display: block;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn .icon svg:first-of-type {
  display: block;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__btn .icon svg:last-of-type {
  display: none;
}
.header .header-content .catalog-menu-wrapper .catalog-menu {
  display: none;
  position: absolute;
  gap: 2px;
  background: #fff;
  z-index: 100;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(14, 31, 53, 0.1607843137);
  top: calc(100% + 10px);
}
.header .header-content .catalog-menu-wrapper .catalog-menu.active {
  display: flex;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__title {
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__item, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item {
  padding: 0 24px;
  height: 48px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__item.with-children > svg, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item.with-children > svg {
  min-width: 24px;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__item.with-children > svg path, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item.with-children > svg path {
  transition: all 0.3s ease;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__item.with-children:hover > svg path, .header .header-content .catalog-menu-wrapper .catalog-menu__item.with-children.active > svg path, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item.with-children:hover > svg path {
  stroke: #0CE8D1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__item.with-children:hover > svg path {
  stroke: #fff;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__item:hover, .header .header-content .catalog-menu-wrapper .catalog-menu__item.active, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item:hover, .header .header-content .catalog-menu-wrapper .catalog-menu-children__item.active {
  color: #0CE8D1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu__wrapper {
  max-height: 396px;
  min-width: 307px;
  overflow-y: auto;
}
.catalog-menu__item a {
    padding: 14px 0;
    display: block;
    width: 100%;
}


.catalog-menu-children__list {
    position: relative;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children {
  display: none;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children.active {
  display: block;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__title {
  font-size: 18px;
  padding: 18px 24px;
  line-height: 1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__item {
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__item a {
  padding: 0;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 18px;
      min-width: 80%;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__item:hover {
  background: #0CE8D1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-children__item:hover a {
  color: #fff;
}

.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children {
  display: none;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children.active {
  display: block;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children__title {
  font-size: 18px;
  padding: 18px 24px;
  line-height: 1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children__item {
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children__item a {
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children__item:hover {
  background: #0CE8D1;
}
.header .header-content .catalog-menu-wrapper .catalog-menu-sub-children__item:hover a {
  color: #fff;
}

.header .header-content .header-search {
  position: relative;
  margin-right: 24px;
  min-width: 700px;
}
@media (max-width:1500px) {
  .header .header-content .header-search {
    min-width: 530px;
}
}
@media (max-width:1200px) {
  .header .header-content .header-search {
    min-width: 330px;
}
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-search {
    order: 5;
    min-width: 1px;
    width: 100%;
    margin: 10px 0 0;
  }
}
.header .header-content .header-search input {
  padding: 18px 18px 18px 48px;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-search input {
    padding: 16px 12px 16px 40px;
  }
}
.header .header-content .header-search input::placeholder {
  color: #AFAFAF;
}
.header .header-content .header-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-search svg {
    width: 20px;
    height: 20px;
    left: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-info {
    display: none;
  }
}
.header .header-content .header-info .job-time {
  font-size: 14px;
  margin-bottom: 6px;
  color: #fff;
}
.header .header-content .header-info .header-phone {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.header .header-content .header-cart {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .header .header-content .header-cart {
    order: 4;
  }
}
.header .header-content .header-cart .header-cart-btn {
  width: 26px;
  height: 26px;
  position: relative;
  padding: 10px;
  box-sizing: content-box;
}
.header .header-content .header-cart .header-cart-btn .header-cart-btn__count {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #0CE8D1;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: 6px;
}
.header .mobile-menu-btn {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .header .mobile-menu-btn {
    order: 1;
    display: block;
    margin-right: 10px;
    padding: 10px;
    margin-left: -10px;
  }
  .header .mobile-menu-btn .close {
    display: none;
  }
  .header .mobile-menu-btn.active .close {
    display: block;
  }
  .header .mobile-menu-btn.active .open {
    display: none;
  }
}
.header .header-mobile-phone {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .header .header-mobile-phone {
    display: block;
    margin-right: auto;
    order: 2;
  }
}
.header .mobile-menu {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .header .mobile-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    overflow-y: auto;
    background: #fff;
    height: calc(100vh - 122px);
    z-index: 999;
  }
  .header .mobile-menu.active {
    display: block;
  }
  .header .mobile-menu .mobile-menu__title {
    font-weight: 600;
    font-size: 18px;
    padding: 18px 24px;
    border-bottom: 1px solid #E5E5E5;
  }
  .header .mobile-menu .mobile-menu-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
  }
  .header .mobile-menu .mobile-menu-item__top, .header .mobile-menu .mobile-menu-dropdown-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 12px 24px;
    position: relative;
  }
  .header .mobile-menu .mobile-menu-item__top:before, .header .mobile-menu .mobile-menu-dropdown-item__top:before {
    content: "";
    width: 4px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #7300E7;
  }
  .header .mobile-menu .mobile-menu-item__top.active, .header .mobile-menu .mobile-menu-dropdown-item__top.active {
    color: #7300E7;
  }
  .header .mobile-menu .mobile-menu-item__top.active:before, .header .mobile-menu .mobile-menu-dropdown-item__top.active:before {
    height: 100%;
  }
  .header .mobile-menu .mobile-menu-item__top.active svg, .header .mobile-menu .mobile-menu-dropdown-item__top.active svg {
    transform: rotate(-90deg);
  }
  .mobile-menu-subdropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 12px 24px;
    position: relative;
}
.mobile-menu-subdropdown-menu.active {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
  .header .mobile-menu .mobile-menu-item__title {
    font-size: 18px;
  }
  .header .mobile-menu .mobile-menu-item .mobile-menu-dropdown-menu, .header .mobile-menu .mobile-menu-item .mobile-menu-subdropdown-menu {
    width: 100%;
    display: none;
  }
  .header .mobile-menu .mobile-menu-item .mobile-menu-dropdown-menu.active, .header .mobile-menu .mobile-menu-item .mobile-menu-subdropdown-menu.active {
    display: block;
  }
  .header .mobile-menu .mobile-menu-item .mobile-menu-dropdown-menu .mobile-menu-dropdown-item__link, .header .mobile-menu .mobile-menu-item .mobile-menu-subdropdown-menu .mobile-menu-dropdown-item__link {
    padding: 12px 24px;
    font-size: 18px;
  }
  .mobile-menu-subdropdown-item__link {
    font-size: 18px;
    padding: 2px 0px;
  }
  .mobile-menu-dropdown-item__title {
    font-size: 18px;
  }
  .header .mobile-menu .mobile-menu-contacts {
    background: #7300E7;
    position: sticky;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }
  .header .mobile-menu .mobile-menu-contacts__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .header .mobile-menu .mobile-menu-contacts__job-time {
    font-size: 14px;
    color: #fff;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1490196078);
  z-index: 100;
}
.overlay.active {
  display: block;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quantity-wrapper .quantity-total {
  width: 60px;
  height: 40px;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  text-align: center;
}
.quantity-wrapper .quantity-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
.quantity-wrapper .quantity-btn_minus {
  background: #F5F5F5;
}
.quantity-wrapper .quantity-btn_plus {
  background: #0CE8D1;
}

.catalog-page .main-catalog {
  margin-top: 32px;
  padding-bottom: 57px;
}
.catalog-page .main-catalog .total-goods {
  margin-bottom: 32px;
  color: #828182;
}
.catalog-page .main-catalog .goods-categories {
  margin-bottom: 40px;
}
.catalog-page .main-catalog .goods-categories .goods-wrapper {
  margin-bottom: 60px;
}
.catalog-page .main-catalog .goods-categories .goods-wrapper:last-of-type {
  margin-bottom: 0;
}
.catalog-page .main-catalog .goods-categories .goods-wrapper .goods-wrapper__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.catalog-page .main-catalog .goods-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}
.offer-item.goods-item > img {
  width: 48px;
  max-height: 48px;
  min-width: 48px;
  margin-right: 10px;
}
.colors_tp {
  background: #0CE8D1;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.colors_tp.active {
  background: #F5F5F5;
  color: #828182;
}
.colors_tp svg {
  transform: rotateX(0deg);
  transition: 0.2s;
}
.colors_tp.active svg {
  transform: rotateX(180deg);
  transition: 0.2s;
}
.colors_tp.active path {
  stroke: #828182;
}
.colors_tp span {
  margin-right: 8px;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .product-item.goods-item {
    position: relative;
  }
  .catalog-page .main-catalog .goods-item .goods-item-wrapper {
    margin-top: 10px;
  }
  .pagination-sm .page-item:nth-child(4), .pagination-sm .page-item:nth-child(5) {
    display: none;
  }
  .catalog-page .main-catalog .goods-item .quantity-wrapper {
    position: absolute;
    right: 0px;
    bottom: 12px;
  }
  .catalog-page .main-catalog .goods-item .price-wrapper .price {
    margin: 0 !important;
  }
}
.catalog-page .main-catalog .goods-item .img {
  width: 48px;
  max-height: 48px;
  min-width: 48px;
  margin-right: 10px;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .img {
    margin-right: 8px;
  }
}
.catalog-page .main-catalog .goods-item .title {
  max-width: 600px;
  width: 100%;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .title {
    max-width: calc(100% - 56px);
    margin: 0;
  }
}
.catalog-page .main-catalog .goods-item .title.active {
  color: #7300E7;
}
.catalog-page .main-catalog .goods-item .availability {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: flex-end;
  max-width: 208px;
  margin-right: 20px;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .availability {
    margin: 0;
    max-width: 100%;
    flex-direction: row-reverse;
  }
}
.catalog-page .main-catalog .goods-item .availability__in-stock {
  font-size: 14px;
  color: #828182;
}
.catalog-page .main-catalog .goods-item .availability__count {
  font-weight: 600;
}
.catalog-page .main-catalog .goods-item .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 208px;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .price-wrapper {
    margin: 0;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.catalog-page .main-catalog .goods-item .price-wrapper .price {
  font-weight: 600;
}
.catalog-page .main-catalog .goods-item .price-wrapper .price-units {
  font-size: 14px;
  color: #828182;
}
.catalog-page .main-catalog .goods-item .goods-item-wrapper {
  display: contents;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .goods-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  .catalog-page .main-catalog .goods-item .goods-item-wrapper {
    max-width: 167px;
  }
}
.catalog-page .main-catalog .goods-item .quantity-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.catalog-page .main-catalog .goods-item .quantity-wrapper .quantity-total {
width: 60px;
  height: 40px;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 40px;
}
.catalog-page .main-catalog .goods-item .quantity-wrapper .quantity-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.catalog-page .main-catalog .goods-item .quantity-wrapper .quantity-btn_minus {
  background: #F5F5F5;
}
.catalog-page .main-catalog .goods-item .quantity-wrapper .quantity-btn_plus {
  background: #0CE8D1;
}
.catalog-page .main-catalog .btn-lg.center-block {
  width: 100%;
  margin: 24px 0 !important;
}
.catalog-page .main-catalog .pagination-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .main-catalog .pagination-sm .page-item--hidden {
    display: none;
  }
}
.catalog-page .main-catalog .page-item {
  border-bottom: 2px solid transparent;
}
.catalog-page .main-catalog .page-item p, .catalog-page .main-catalog .page-item a, .catalog-page .main-catalog .page-item span {
  color: #828182;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 48px;
}
.catalog-page .main-catalog .page-item.active, .catalog-page .main-catalog .page-item:hover {
  border-color: #7300E7;
}
.catalog-page .main-catalog .page-item.active p, .catalog-page .main-catalog .page-item.active a, .catalog-page .main-catalog .page-item:hover p, .catalog-page .main-catalog .page-item:hover a {
  color: #7300E7;
}
.catalog-page .main-catalog .page-item.active svg path, .catalog-page .main-catalog .page-item:hover svg path {
  stroke: #7300E7;
}
.catalog-page .product-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 101;
  background: #fff;
  border-radius: 16px 0 0 16px;
  padding: 40px 40px 0;
  box-shadow: 0 4px 8px 0 rgba(14, 31, 53, 0.1607843137);
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.3s linear;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .product-modal {
    max-width: 300px;
    padding: 20px 20px 0;
    border-radius: 0;
  }
}
.catalog-page .product-modal.active {
  transform: translateX(0);
}
.catalog-page .product-modal .close {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575.98px) {
  .catalog-page .product-modal .close {
    align-self: flex-end;
  }
}
.catalog-page .product-modal .image {
  margin-bottom: 24px;
}
.catalog-page .product-modal .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.catalog-page .product-modal .tags a {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
  background: #F5F5F5;
  padding: 6px 8px;
  border-radius: 4px;
  width: max-content;
}
.catalog-page .product-modal .tags a p {
  color: #828182;
  font-size: 12px;
  line-height: 1;
}
.catalog-page .product-modal .title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.catalog-page .product-modal .desc {
  color: #737373;
  margin-bottom: 24px;
}
.catalog-page .product-modal .chars-list {
  margin-bottom: 16px;
}
.catalog-page .product-modal .chars-list_more {
  display: none;
}
.catalog-page .product-modal .chars-list_more.show {
  display: block;
}
.catalog-page .product-modal .chars-list li {
  color: #737373;
  font-size: 14px;
  line-height: 1;
  padding-left: 16px;
  position: relative;
}
.catalog-page .product-modal .chars-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #7300E7;
  top: 2px;
}
.catalog-page .product-modal .chars-list li:not(:last-of-type) {
  margin-bottom: 16px;
}
.catalog-page .product-modal .bottom {
  padding: 8px 0 20px;
  z-index: 5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
}
.catalog-page .product-modal .bottom .price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-page .product-modal .bottom .price-wrapper .price {
  font-weight: 600;
}
.catalog-page .product-modal .bottom .price-wrapper .price-units {
  font-size: 14px;
  color: #828182;
}
.catalog-page .product-modal .show-more-char {
  text-decoration: underline;
  line-height: 1;
  font-size: 14px;
  color: #737373;
  width: max-content;
  margin-bottom: 50px;
}

.order-page {
  padding-bottom: 100px;
}
.order-page .breadcrumbs {
  display: flex;
  align-items: center;
  margin: 24px 0 32px;
  gap: 4px;
}
.order-page .breadcrumbs li {
  display: flex;
  gap: 4px;
  color: #828182;
}
.order-page .breadcrumbs li a, .order-page .breadcrumbs li p {
  color: #828182;
  font-size: 14px;
}
.order-page .breadcrumbs li:not(:first-of-type):before {
  content: "/";
  font-size: 14px;
  color: currentColor;
}
.order-page .page-title {
  margin-bottom: 16px;
}
.order-page .order-buyer {
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-buyer {
    font-size: 16px;
  }
}
.order-page .order-section__wrapper {
  display: flex;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-section__wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.order-page .order-info {
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info {
    max-width: 100%;
    box-shadow: 0 0 12px 0 rgba(14, 31, 53, 0.1098039216);
    border-radius: 8px;
    padding: 20px;
  }

}
.order-page .order-info .order-info__list {
  margin-bottom: 17px;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list {
    margin-bottom: 24px;
  }
}
.order-page .order-info .order-info__list .order-item {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 40px 16px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item {
    flex-wrap: wrap;
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
}
.order-page .order-info .order-info__list .order-item .image {
  width: 100px;
  height: 100%;
  min-width: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item .image {
    width: 60px;
    min-width: 60px;
  }
}
.order-page .order-info .order-info__list .order-item .title {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item .title {
    max-width: calc(100% - 76px);
    margin: 0;
  }
}
.quantity-wrapper.loading {
    opacity: 0.7;
    pointer-events: none;
}

.quantity-wrapper.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 5px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.delete_good {
  cursor: pointer;
}
.order-page .order-info .order-info__list .order-item .order-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item .order-item__wrapper .delete_good {
    order: 1;
    margin-right: auto;
  }
  
}
.order-page .order-info .order-info__list .order-item .order-item__wrapper .price {
  font-weight: 600;
  font-size: 18px;
  max-width: 90px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item .order-item__wrapper .price {
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .order-page .order-info .order-info__list .order-item .order-item__wrapper .quantity-wrapper {
    order: 3;
    margin-left: 16px;
  }
    .order-info {
    order: 2;
            margin-top: 10px;
}
.order-page .order-form {
  position: relative !important;
}
.order-form > .title {
    display: none;
}
.order-form > .section:nth-child(3) {
    display: none;
}
.mobile-menu__list {
    padding-bottom: 120px;
}
}
.order-page .order-info .order-info-total {
  max-width: 300px;
  margin-left: auto;
}
.order-page .order-info .order-info-total .order-info-total-count {
  line-height: 1;
  color: #828182;
  margin-bottom: 18px;
  font-size: 14px;
}
.order-page .order-info .order-info-total .order-info-total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
}
.order-page .order-form {
  box-shadow: 0 0 12px 0 rgba(14, 31, 53, 0.1098039216);
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 436px;
  width: 100%;
  position: sticky;
  height: fit-content;
  top: 110px;
}
@media screen and (max-width: 575.98px) {
  .order-page .order-form {
    max-width: 100%;
    padding: 20px;
    top:0;
  }
}
.order-page .order-form .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.order-page .order-form .input-wrapper {
  margin-bottom: 24px;
}
.order-page .order-form .input-wrapper .input-wrapper__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.order-page .order-form .input-wrapper input[type=text], .order-page .order-form .input-wrapper textarea {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 11px 16px;
  width: 100%;
  font-size: 14px;
}
.order-page .order-form .input-wrapper textarea {
  resize: none;
  height: 140px;
}
.order-page .order-form .input-wrapper .radio-input:not(:last-of-type) {
  margin-bottom: 12px;
}
.order-page .order-form .input-wrapper .radio-input input {
  display: none;
}
.order-page .order-form .input-wrapper .radio-input input:checked + label span {
  border-color: #7300E7;
}
.order-page .order-form .input-wrapper .radio-input input:checked + label span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #7300E7;
}
.order-page .order-form .input-wrapper .radio-input label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.order-page .order-form .input-wrapper .radio-input label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #333333;
}
.order-page .order-form .order-btn {
  width: 100%;
}
.order-page .thanks-modal {
    position: relative;
    max-width: 560px;
    width: 100%;
    background: #fff;
    z-index: 200;
    box-shadow: 0 4px 8px 0 rgba(14, 31, 53, 0.1607843137);
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 40px 40px 22px;
    border-radius: 8px;
    margin: 100px auto;
}
@media screen and (max-width: 575.98px) {
  .order-page .thanks-modal {
    max-width: calc(100% - 40px);
    padding: 32px;
  }
}
.order-page .thanks-modal.active {
  display: flex;
}
.order-page .thanks-modal svg {
  margin-bottom: 8px;
}
.order-page .thanks-modal .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 24px;
}
.order-page .thanks-modal .desc {
  color: #828182;
  margin-bottom: 24px;
  font-size: 18px;
}
@media screen and (max-width: 575.98px) {
  .order-page .thanks-modal .desc {
    font-size: 16px;
  }
}
.order-page .thanks-modal .btn {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
}
#sale_order_props {
    display: block !important;
}
@media screen and (max-width: 575.98px) {
  .order-page .thanks-modal .btn {
    max-width: 100%;
  }
  .row.bx-blue > .btn.btn-default.btn-lg.center-block {
  margin: 20px 0 !important;
}
.catalog-search > .product-item-list-col-3:nth-child(2) {
  display: none;
}
}

/*# sourceMappingURL=main.css.map */

#search-results .main-catalog {
  margin: 0;
  padding: 0;
}
#search-results .goods-item-wrapper {
  display: none !important;
}
.all-results-btn {
  margin: 0 !important;
  color: #fff !important;
}

.product-cont {
  max-height: calc(100% - 70px);
  overflow: auto;
  height: 100%;
}
    .search-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.all-results-btn {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #007bff;
    text-decoration: none;
}
.all-results-btn:hover {
    text-decoration: underline;
}
#product-details {
  position: fixed;
  right: -400px;
  width: 400px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  padding: 40px;
  z-index: 1000;
  height: 100%;
  top: 0;
  border-radius: 16px 0 0 16px;
}
.product-popup img {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 24px;
}
.product-popup h2 {
  margin: 24px 0;
  font-size:20px;
}
.product-popup {
    position: relative;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.bot_prod {
  display: flex;
  justify-content: space-between;
  align-content: end;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.bot_prod .price {
  font-weight: 600;
  line-height: 50px;
}
.bot_prod .price > span {
  font-size: 14px;
  font-weight: 400;
  color: #828182;
}
.bot_prod .quantity-value.quantity-total {
  line-height: 40px;
}
.category-brand {
    margin: 10px 0;
}
.category-brand span {
    display: block;
}
.description, .characteristics, .price {
    margin: 10px 0;
}
.quantity-control {
    margin-top: 10px;
}
#close-product-details {
    margin-top: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 15px;
    margin-left: -25px;
}
.category-brand {
  display: flex;
}
.category-brand span {
  background: #EFEFEF;
  color: #828182;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
}
.description {
  color: #737373;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
}
div[id^="wait_"] {
    display: none !important;
}