@charset "UTF-8";
.authorization {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-authorization {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
}
.form-authorization .btn-login {
  margin: 0 auto;
  min-width: 200px;
}
.form-authorization .form-footer span {
  opacity: 0.6;
  display: block;
}
.form-authorization .form-footer a {
  margin: 4px auto 0;
}

.form-footer {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 24px auto 0;
}

.agreement-content {
  font-size: 14px;
  line-height: 22px;
}
.agreement-content p {
  margin: 0 0 24px;
}
.agreement-content p:last-child {
  margin: 0;
}

.form-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.form-box::after {
  content: "";
  margin: 8px 0 32px;
  display: block;
  width: 100%;
  height: 18px;
  background: url("../img/line-decor.png") no-repeat center;
  background-size: 100%;
}
.form-box:last-child {
  margin: 0;
}
.form-box:last-child::after {
  display: none;
}

.text-required {
  margin: 8px 0 32px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 22px;
}

.consent {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 22px;
}

.form-registration .label-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thanks-page h1 {
  margin: 0 auto;
}
.thanks-page .box-text {
  margin: 24px auto 40px;
  text-align: center;
  font-weight: 500;
}

.thanks-checked {
  margin: 0 auto 16px;
  max-width: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-authorization {
  min-width: 300px;
}

.btn-registration {
  min-width: 200px;
}

.error-page__img {
  width: calc(100% - 414px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page__content {
  max-width: 414px;
}

.sidebar {
  max-width: 300px;
}
.sidebar .user-menu__divider {
  margin: 40px 0;
}

.sidebar-btn__close {
  position: absolute;
  top: 20px;
  right: 6px;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.sidebar-title__mobile{
  margin-bottom: 32px;
  display: none;
}
.sidebar-block, .category-dropdown {
  margin: 0 0 40px;
}
.sidebar-block:last-child, .category-dropdown:last-child {
  margin: 0;
}
.sidebar-block.is-mobile{
   display: none;
 }

.sidebar-title {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.sidebar-title::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/line-decor.png") no-repeat center;
  background-size: cover;
  margin: 0 0 0 16px;
}

.sidebar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}
.sidebar-tags:last-child {
  margin: 0;
}
.sidebar-tags__selected {
  font-size: 14px;
  margin: 0 0 8px;
  padding: 8px 24px 8px 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.sidebar-tags__selected:last-child {
  margin: 0;
}
.sidebar-tags__selected:hover .sidebar-tags__selected-icon {
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-tags__selected:hover .sidebar-tags__selected-icon img {
  -webkit-filter: none;
          filter: none;
}
.sidebar-tags__selected-icon {
  margin: 0 16px 0 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-tags__selected-icon img {
  width: 100%;
  margin: 0;
}
.sidebar-tags__selected-text {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.sidebar-tags__selected.btn-black-grey .sidebar-tags__selected-icon {
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 14px 0 0;
}
.sidebar-actions .btn:last-child {
  margin: 0;
}

.form-search {
  margin: 0 0 32px;
  position: relative;
}
.form-search input {
  height: 68px;
  padding: 0 20px 0 80px;
  font-size: 14px;
}
.form-search .form-search__btn ,
.form-search [type=submit] {
  position: absolute;
  left: 32px;
  top: 26px;
  z-index: 1;
  background: transparent;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-search label {
  margin: 0;
}

.filter-vat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  padding: 2px;
}
.filter-vat__item {
  cursor: pointer;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.filter-vat__item input {
  display: none;
}
.filter-vat__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  gap: 10px;
  padding: 14px;
  border-radius: 11px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.filter-vat__item.is-active > span,
.filter-vat__item input:checked + span {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}

.filter-vat-dropdown {
  z-index: 0;
}

.filter-vat-dropdown.dropdown-menu.show {
  z-index: 10;
}

.filter-price__prices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px 0 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.filter-price__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.filter-price__inputs input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  border-radius: 12px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.filter-price__inputs span {
  width: 10px;
  display: block;
  height: 4px;
  background: rgba(0, 0, 0, 0.05);
}

#price-slider {
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: none;
  margin: 0 0 22px;
}
#price-slider .ui-slider-range {
  background: #20815C;
}
#price-slider .ui-slider-handle {
  width: 32px;
  height: 32px;
  top: -16px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  margin-left: -16px;
}


#price-slider .ui-slider-handle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#price-slider .ui-slider-handle:focus {
  outline: none;
}

.product-card {
  width: 100%;
  height: 100%;
}
.product-card__img {
  position: relative;
  z-index: 1;
  height: 244px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  bgackground: rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card__img.p-32 {
  padding: 32px;
  background: rgba(0, 0, 0, 0.02);
}
.product-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-card .list-labels {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  font-weight: bold;
}
.product-card .link-add-favorite {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.48) !important;
  border-radius: 50%;
  z-index: 1;
}
.product-card .link-add-favorite:before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-mask-image: url("../img/favorite-icon-green.svg");
  mask-image: url("../img/favorite-icon-green.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
.product-card .link-add-favorite[data-favorite-added=true]{
  background: rgba(255, 255, 255,1) !important;
}
.product-card .link-add-favorite[data-favorite-added=true]:before{
  background: #F23139;
}
.product-card .link-add-favorite:hover{
  background: rgba(255, 255, 255, 0.48) !important;
}
.product-card .link-add-favorite:hover:before{
  background: rgba(0, 0, 0, .4);
}
.link-favorite:hover .link-add-favorite,
.link-add-favorite:hover{
  background: url("../img/favorite-icon-black.svg") no-repeat center !important;
  background-size: 100%;
}
.link-favorite[data-favorite-added=true] .link-add-favorite,
.link-add-favorite[data-favorite-added=true]{
  background: url("../img/favorite-icon-green.svg") no-repeat center !important;
  background-size: 100%;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  color: initial;
  width: 100%;
  padding: 24px 0 0;
}
.product-card__name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.product-card__name:hover {
  color: #383E40;
}
.product-card .price {
  margin: 16px 0 0;
}
.product-card__address {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.watched-slider .slick-list, .similar-slider .slick-list {
  margin: 0 -8px;
}
.watched-slider .slide, .similar-slider .slide {
  padding: 0 8px;
}

.subsections {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.subsection-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #000;
  padding: 12px 24px;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.subsection-link img {
  width: 12px;
  margin: 0 10px 0 0;
}

.content-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-filters .filter-vat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 24px 0 0;
}
.content-filters .filter-vat:last-child {
  margin: 0;
}
.content-filters .content-filters__vat {
  margin: 0 auto 0 0;
}

.products {
  width: 100%;
}

.product-card-row {
  position: relative;
  /*z-index: 1;*/
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-card-row__col {
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 252px;
}
.product-card-row__col:last-of-type {
  border: none;
  padding-right: 0;
}
.product-card-row__col:first-of-type {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card-row__col.col-2 .product-card__address {
  display: none;
}
.product-card-row__col.col-2 .product-card__info {
  display: none;
}
.product-card-row__col.col-4 .product-card__btn-characteristics {
  display: none;
}
.product-card-row .product-img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card-row .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.product-card-row .product-img.p-10 {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.product-card-row .list-labels {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 6px 0 0;
  margin: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-card-row .list-labels li {
  margin: 0 0 8px;
}
.product-card-row .list-labels li:last-child {
  margin: 0;
}
.product-card-row .product-card__address {
  margin: 4px 0 0;
}
.product-card-row .price {
  margin: 0;
}
.product-card-row .avialability {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 14px;
}
.product-card-row__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-card-row__body .product-card__address {
  display: none;
}
.product-card-row__body .product-img {
  display: none;
}
.product-card-row__head {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 12px;
}
.product-card-row__head .list-labels {
  margin: 0;
}

.date-public {
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin: 18px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products-list-item {
  margin: 0 0 24px;
}
.products-list-item:not(:last-child) {
  margin: 0;
}
.products-list-item.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products-list-item.is-local:not(:last-of-type),
.products-list-item.border-bottom:not(:last-of-type){
  margin-bottom: 0;
  border-bottom: none !important;
}
.products-list-item:has(.product-column-item.is-local) + .products-list-item .product-column-item.is-local .title-decor,
.products-list-item.is-local + .products-list-item.is-local .title-decor,
.products-list-item.border-bottom + .products-list-item.border-bottom .title-decor{
  display: none;
}
.professional-status, .status-item {
  margin: 0 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.professional-status:last-child, .status-item:last-child {
  margin: 0;
}

.professional-status {
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 9px;
  line-height: 20px;
  font-weight: bold;
}
.professional-status.bg-green {
  background: #20815C;
  color: #fff;
}

.product-meta {
  font-size: 12px;
  line-height: 14px;
  margin: 8px 0 0;
}

.product-card__company {
  margin: 0 0 8px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.product-card-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__favorite {
  width: 16px;
  height: 16px;
  margin: 0 0 0 auto;
  background: url("../img/favorite-icon-black.svg") no-repeat center;
  background-size: 100%;
}
.product-card__favorite:hover{
  opacity: .8;
}
.product-card__favorite[data-favorite-added=true] {
  background: url("../img/favorite-icon-green.svg") no-repeat center;
  background-size: 100%;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  /*line-height: 14px;*/
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.rating-icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin: 0 4px 0 0;
}
.rating-icon:last-child {
  margin: 0;
}
.rating-value{
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-notification {
  margin: 0 0 0 4px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  border-radius: 10px;
}

.products-footer {
  margin: 20px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pagination li {
  margin: 0 10px 0 0;
}
.pagination li:last-child {
  margin: 0;
}
.pagination .nav-link {
  height: 100%;
  border-radius: 24px;
  padding: 16px 24px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .nav-link:hover, .pagination .nav-link:focus, .pagination .nav-link.active {
  background: #000;
  color: #fff;
  stroke: #fff;
}
.pagination .nav-link:hover svg, .pagination .nav-link:focus svg, .pagination .nav-link.active svg {
  stroke: #fff;
}
.pagination .nav-link svg {
  stroke: #000;
  fill: none;
  width: 6px;
  height: 9px;
}
.pagination .nav-link-arrow.disabled svg {
  opacity: 0.6;
}
.pagination .nav-link-arrow.nav-link-arrow-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-filters__pages {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.content-filters__pages span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.products-column .product-column-item {
  margin-bottom: 24px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 32px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.products-list .products-grid{
  grid-template-columns: 1fr;
  row-gap: 0;
}
.products-grid .product-card__body {
  padding: 23px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0 0;
}
.products-column .product-card__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0 0;
}
.products-grid .price {
  margin: 0;
}
.products-grid .avialability {
  font-size: 12px;
  line-height: 14px;
}
.products-grid .btn-sm {
  height: 40px;
}

.product-card-column {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card-column .product-card__img {
  height: 275px;
  overflow: visible;
}
.product-card-column .date-public {
  margin: 16px 0 0;
}
.product-card-column .product-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0 0;
}
.product-card-column .product-card__info {
  margin: 16px 0 0;
}
.product-card-column .product-card__info .avialability {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin: 0 0 0 auto;
}
.product-card-column .product-card__name {
  margin: 0 0 auto;
}
.product-card-column.is-hidden {
  display: none !important;
}

.similar-offers .product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card-slider {
  width: 100%;
  height: 275px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 24px;
}
.product-card-slider__item {
  width: 100%;
  height: 275px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card-slider__item.p-32 {
  padding: 32px;
}
.product-card-slider__item img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-slider .slick-dots {
  bottom: -10px;
  position: absolute;
}

.filter-mobile {
  position: relative;
  z-index: 1;
  padding-right: 26px;
  display: none;
}
.filter-mobile .btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort-button, .btn-filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 11px;
  background: #fff;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  height: 36px;
  color: #000;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.sort-button img, .btn-filter-mobile img {
  margin: 0 10px 0 0;
}
.sort-button:after, .btn-filter-mobile:after {
  content: "";
  margin: 0;
  border: none;
  position: absolute;
  right: 2px;
  top: 2px;
  background: url("../img/arrow-bottom.svg") no-repeat center;
  background-size: 6px;
  width: 24px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper-row .category-dropdown {
  display: none;
}

.buttons-navigation-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.buttons-navigation-group .btn-toggle-product {
  margin: 0 auto;
  width: 100%;
}
.buttons-navigation-group .nav-link-arrow {
  width: 38px;
  height: 40px;
  min-width: 38px;
  display: none;
  fill: none;
  stroke: #000;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.0509803922) inset;
          box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.0509803922) inset;
}
.buttons-navigation-group .nav-link-arrow.disabled svg {
  opacity: 0.6;
}
.buttons-navigation-group .nav-link-arrow svg {
  width: 6px;
  height: 6px;
}
.buttons-navigation-group .nav-link-arrow-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.watched-section {
  overflow: hidden;
}

.product-card-slider.one-slide .slick-dots {
  display: none;
}

/* затемнённая подложка */
.category-dropdown {
  position: relative;
}

.category-dropdown::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* когда dropdown открыт */
.category-dropdown:has(.dropdown-menu.show)::before {
  opacity: 1;
  visibility: visible;
}

/* само меню поверх подложки */
.category-dropdown .dropdown-menu {
  z-index: 1050;
}

.category-menu {
  position: relative;
  padding: 32px;
  background: #fff;
  /*width: 100%;*/
  min-width: calc(var(--min-width, 100%) + var(--min-width-level-1, 0px) + var(--min-width-level-2, 0px));
}

.category-menu-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-menu-level {
  position: relative;
  /*display: none;*/
  width: 240px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-menu-level.is-child{
  padding-left: 24px;
}
.category-item{
  min-height: var(--min-height-li, 0);
  display: flex;
}
/*.category-menu-level .category-item:hover > .category-menu-level,*/
/*.category-menu-level.active {*/
/*  display: block;*/
/*}*/
/*.category-menu-level .category-item:hover > .category-menu-level {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 100%;*/
/*}*/
/*.category-menu-level .category-item:hover > .category-menu-level > .category-item {*/
/*  padding-inline-start: 24px;*/
/*}*/
.category-menu-level .category-item:first-child > .category-link {
  padding-top: 0;
}
.category-menu-level .category-item:last-child > .category-link {
  padding-bottom: 0;
  border-bottom: none;
}

.category-link {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category-link svg {
  margin: 0 0 0 8px;
  fill: none;
  width: 12px;
  height: 12px;
  stroke: #000;
  opacity: 0.6;
}

.category-item.hover .category-link,
.category-link:hover {
  color: #20815C;
}


.category-menu-mobile-head {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px 0 0;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.category-menu-mobile-head .category-title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.category-close {
  background: #000;
  fill: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.6);
  fill: none;
  stroke: rgba(0, 0, 0, 0.6);
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 24px;
}
.category-back svg {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin: 0 8px 0 0;
  opacity: 0.6;
}

.salaesman-wrapper {
  max-height: 534px;
}

.salesman-row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.salesman-row .product-card-row__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 16px;
}
.salesman-row .rating-value {
  color: #000;
}
.salesman-row .product-card-row__col {
  width: 170px;
  margin: 0;
}
.salesman-row .product-card-row__col.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.salesman-row .product-card-row__col.col-3 .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salesman-row .product-card-row__col.col-2 .product-card__address {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.salesman-row .col-1 .product-card-status {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.salesman-row .col-1 .product-card__address {
  display: none;
}
.salesman-row .col-2 {
  width: 338px;
}
.salesman-row .col-2 .product-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salesman-row .col-3 .product-img {
  display: none;
}
.salesman-row .product-card-status {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.salesman-row .rating {
  width: 100%;
  margin: 0 0 12px;
}
.salesman-row .rating:last-child {
  margin: 0;
}
.salesman-row .professional-status, .salesman-row .status-item {
  margin: 0 4px 0 0;
}
.salesman-row .professional-status:last-child, .salesman-row .status-item:last-child {
  margin: 0;
}

.status-item-v2 {
  padding: 2px 4px;
  color: rgba(32, 129, 92, 0.6);
  font-size: 8px;
  line-height: 14px;
  font-weight: 600;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.status-item-v2 img {
  margin: 0 4px 0 0;
  width: 12px;
}
.status-item-v2 img:last-child {
  margin: 0;
}

.purchase-card .date-public {
  margin: 0 0 8px;
}
.purchase-card .list-labels {
  padding: 0;
  margin: 8px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.purchase-card .list-labels li {
  margin: 0 8px 0 0;
}
.purchase-card .list-labels li:last-child {
  margin: 0;
}

.procurement-page-section {
  background: #fff;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
}
.procurement-page-section .container-fluid {
  padding: 0;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.procurement-page-section .container {
  max-width: 1300px;
}

.similar-slider .product-card-column .price {
  margin: 0;
}
.similar-slider .product-card__body {
  height: calc(100% - 275px);
}

.product-sidebar {
  max-width: 400px;
  width: 100%;
}

.product-information-item {
  padding: 24px 48px;
  width: 100%;
}
.product-information-item__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  font-weight: 600;
}
.product-information-item__head .professional-status {
  margin: 0 0 0 8px;
}
.product-information-item .link-add-favorite {
  margin: 0 0 0 auto;
}
.product-information-item__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-information-item__line p {
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
}
.product-information-item__line .rating {
  margin: 0 0 0 auto;
}
.product-information-item .date {
  margin: 16px 0;
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
  opacity: 0.6;
}
.product-information-item__footer {
  margin: 16px 0 0;
}
.product-information-item__footer .btn {
  margin: 0 0 16px;
}
.product-information-item__footer .btn:last-child {
  margin: 0;
}
.product-information-item .link-add-favorite {
  background: url("../img/favorite.svg") no-repeat center;
  background-size: 100%;
}
.product-information-item .date-public {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 16px;
}
.product-information-item .product-company-labels__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 7px 15px;
}
.product-information-item__details {
  -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
}
.product-information-item__address {
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.product-information-item .product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.product-information-item .product-card__info .price {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}
.product-information-item .avialability {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0 0;
}

.price-nds {
  margin: 0 0 0 auto;
}

.professional-status-max {
  height: 24px;
  font-size: 10px;
  line-height: 10px;
  padding: 7px 12px;
  border-radius: 20px;
}

.status-item-max {
  height: 40px;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
}
.status-item-max img {
  width: 24px;
  margin: 0 8px 0 0;
}

.btn-phone-max .svg-icon {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

.company-name {
  margin: 16px 0;
  color: #000;
  font-weight: 600;
}

.product-company {
  width: calc(100% - 400px);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-group-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.btn-group-social__item {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-social__item img {
  opacity: 0.7;
}

.product-company-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 48px 0;
}
.product-company-item.is_action-btn{
  background-color: rgba(0, 0, 0, 0.02);
}

.product-company-item h1 {
  margin: 0 0 24px;
}
.product-company-item__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-company-item__head .btn-group-social {
  display: none;
}
.product-company-item:last-child {
  border: none;
}
.product-company-item__name {
  margin: 0;
}
.product-company-item__description {
  font-size: 14px;
  line-height: 22px;
}
.product-company-item__description p {
  margin: 0 0 4px;
}
.product-company-item__description p:last-child {
  margin: 0;
}
.product-company-item .btn-group-category {
  gap: 10px;
}
.product-company-item .btn-group-category .btn {
  margin: 0;
}
.product-company-item .btn-group-category .btn:last-child {
  margin: 0;
}

.files-wrapper {
  width: 100%;
}

.file-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.file-item:hover {
  color: #383E40;
}
.file-item:last-child {
  margin: 0;
}
.file-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  min-width: 60px;
  text-align: center;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  font-size: 14px;
  font-weight: 600;
}
.file-item__name {
  padding: 0 24px;
}
.file-item__size {
  margin: 0 24px 0 auto;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.4;
  text-align: right;
}

.gallery-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px 0 0;
  gap: 8px;
}

.gallery-item {
  width: 150px;
  height: 150px;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-show-text {
  margin: 16px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}
.btn-show-text img {
  margin: 0 0 0 10px;
  width: 8px;
}

.js-text-wrap {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.js-text-wrap.is-collapsed {
  max-height: 162px;
}
.js-text-wrap.is-expanded {
  max-height: 1000px;
}

.address-delivery > span {
  color: rgba(0, 0, 0, 0.6);
}

.product-company-labels {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  gap: 8px;
}
.product-company-labels .date-public, .product-company-labels .list-labels__item {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 16px;
  border-radius: 20px;
  height: auto;
}
.product-company-labels__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.category-label {
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  padding: 7px 16px;
}

.list-characteristics {
  margin: 24px 0;
  max-width: 550px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.list-characteristics > li {
  width: 100%;
  padding: 8px 0;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.list-characteristics > li:last-child {
  margin: 0;
}
.list-characteristics__value {
  text-align: right;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 0 0 0 8px;
  position: relative;
  z-index: 1;
}
.list-characteristics__name {
  background: #fff;
  position: relative;
  padding: 0 8px 0 0;
  color: rgba(0, 0, 0, 0.48);
}
.list-characteristics__name:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 550px;
  height: 1px;
  z-index: -1;
  background: #D9D9D9;
}
.list-characteristics .list-labels {
  position: relative;
  z-index: 1;
}
.list-characteristics .list-labels li {
  margin: 0 8px 0 0;
  height: 32px;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 16px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-characteristics .list-labels li:last-child {
  margin: 0;
}

.link-favorite-add {
  position: relative;
  opacity: 0.6;
  color: #000;
  background-color: transparent;
  margin: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-ya-share{
  position: relative;
}
.link-ya-share .ya-share2 .ya-share2__link.ya-share2__link_more.ya-share2__link_more-button-type_short{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.link-ya-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more{
  display: none;
}
.link-ya-share .ya-share2__item_more{
  position: static;
}
.link-favorite-add img {
  margin: 0 8px 0 0;
  width: 12px;
  min-width: 12px;
}
.link-favorite-add:hover {
  opacity: 1;
}
.link-favorite-add:first-child {
  margin: 0;
}

.companies-page__content {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.companies-page__content .sidebar-tags__selected {
  margin: 0;
}
.companies-page__content .label-checkbox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
  margin: 0;
}
.companies-page__content .label-checkbox__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companies-page__content .user-menu__divider {
  margin: 0 16px;
  width: 100%;
}

.companies-card-row {
  position: relative;
  z-index: 1;
}
.companies-card-row .product-card__favorite {
  margin: 0 0 auto auto;
}
.companies-card-row .product-img {
  width: 108px;
  height: 108px;
  min-width: 108px;
}
.companies-card-row .product-img-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies-card-row .product-card-row__body {
  padding: 0 0 0 24px;
}
.companies-card-row .product-card-row__body .avialability {
  display: none;
  margin: 0;
}
.companies-card-row .product-card__name {
  font-size: 18px;
  line-height: 20px;
}
.companies-card-row .product-card-status {
  margin: 12px 0 0;
}
.companies-card-row .product-card-status .rating {
  display: none;
}
.companies-card-row .status-item {
  font-size: 10px;
  line-height: 14px;
  padding: 4px 8px;
}
.companies-card-row .status-item img {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.companies-card-row .professional-status {
  padding: 7px 12px;
  font-size: 10px;
  line-height: 10px;
}
.companies-card-row .product-card__address {
  margin: 0;
}
.companies-card-row .product-card-row__col {
  width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companies-card-row .product-card-row__col.col-2 {
  width: 335px;
}
.companies-card-row .product-card-row__col.col-2 .product-card__btn-characteristics {
  display: none;
}
.companies-card-row .btn-group {
  gap: 8px;
}
.companies-card-row .btn-group .btn {
  margin: 0;
}
.companies-card-row .btn-group .btn-sm svg {
  width: 6px;
  height: 6px;
}

.company-page {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.company-page .container {
  max-width: 1300px;
}
.company-page .company-page-head .link-favorite-add {
  font-size: 14px;
}
.company-page .company-page-head .link-favorite-add img {
  width: 16px;
  min-width: 16px;
}
.company-page .company-page-head .product-card__address {
  margin: 16px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.company-page .company-page-head .product-card__address .color-grey {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0 12px;
}

.company-page-head {
  background: #fff;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.0784313725);
}
.company-page-head__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 32px 0;
}
.company-page-head__item:last-child {
  border: none;
}

.company-logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
}
.company-logo-image img {
  width: 100%;
}

.company-gallery-slider .slide {
  padding: 0 24px 0 0;
}

.company-gallery__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-gallery__item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card-status-md .professional-status, .product-card-status-md .status-item {
  font-size: 12px;
  line-height: 14px;
  padding: 9px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-card-status-md .professional-status img, .product-card-status-md .status-item img {
  width: 12px;
}
.product-card-status-md .professional-status {
  padding: 9px 16px;
  border-radius: 20px;
}
.product-card-status-md .status-item {
  color: #20815C;
}
.product-card-status-md .rating {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.product-card-status-md .rating-notification {
  margin: 0 0 0 8px;
  padding: 4px 7px;
}

.list-requisites {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.list-requisites p {
  opacity: 0.4;
  padding: 0 8px 0 0;
}
.list-requisites p, .list-requisites span {
  width: 50%;
}
.list-requisites li {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-requisites li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}

.btn-toggle-reviews {
  color: #000;
  margin: 16px 0 0;
}
.btn-toggle-reviews img {
  width: 8px;
  margin: 0 0 0 10px;
}

.reviews-slider .slide {
  padding: 0 32px 0 0;
}

.reviews-card {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.reviews-card .box-text {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.reviews-card .box-text p {
  margin: 0 0 10px;
}
.reviews-card .box-text p:last-child {
  margin: 0;
}
.reviews-card .box-text-max {
  max-height: 282px;
}
.reviews-card .box-text-min {
  max-height: 118px;
}
.reviews-card__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
  font-weight: 500;
}
.reviews-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reviews-card__user img {
  margin: 0 10px 0 0;
}
.reviews-card__user:after {
  content: "";
  margin: 0 16px;
  width: 100%;
  height: 10px;
  background: url("../img/line-decor.png") no-repeat center;
  background-size: cover;
}
.reviews-card__date {
  white-space: nowrap;
  text-align: right;
}

.product-company-item__body {
  position: relative;
  z-index: 1;
}

.list-characteristics-product {
  font-size: 14px;
  line-height: 22px;
  max-height: 290px;
  overflow: hidden;
}
.list-characteristics-product.is-open {
  max-height: none;
  overflow: visible;
}
.list-characteristics-product li {
  margin: 0 0 10px;
}
.list-characteristics-product li:last-child {
  margin: 0;
}

.btn-toggle-characteristics-product {
  margin: 16px 0 24px;
  font-size: 12px;
  line-height: 14ex;
}
.btn-toggle-characteristics-product img {
  margin: 0 0 0 10px;
  width: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-toggle-characteristics-product.is-open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-product-info {
  width: 100%;
}
.page-product-info .product-meta {
  margin: 24px 0;
  font-size: 14px;
  line-height: 16px;
}
.page-product-info .h3 {
  margin: 0 0 16px;
}

.product-slider-max .slick-arrow {
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, 0.48);
}
.product-slider-max .slick-arrow:hover, .product-slider-max .slick-arrow:focus {
  background-color: #000;
}
.product-slider-max .slick-next {
  right: 20px;
}
.product-slider-max .slick-prev {
  left: 20px;
  opacity: 1;
}
.product-slider-max .slcik-disabled {
  opacity: 0;
}
.product-slider-max .slick-dots {
  margin: 22px 0 0;
}
.product-slider-max .slick-dots li {
  margin: 0 20px 0 0;
  width: 8px;
  height: 8px;
}
.product-slider-max .slick-dots li:last-child {
  margin: 0;
}

.product-slider-max__item {
  width: 100%;
  height: 554px;
  overflow: hidden;
  border-radius: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-slider-max__item.is-empty{
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.product-slider-max__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.product-slider-preview {
  margin: 24px 0 0;
}
.product-slider-preview .slick-list {
  margin: 0 -5px;
}
.product-slider-preview .slick-slide {
  padding: 0 5px;
}
.product-slider-preview .slick-arrow {
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, 0.48);
}
.product-slider-preview .slick-arrow:hover, .product-slider-preview .slick-arrow:focus {
  background-color: #000;
}
.product-slider-preview .slick-next {
  right: 47px;
}
.product-slider-preview .slick-prev {
  left: 47px;
  opacity: 1;
}
.product-slider-preview .slick-disabled {
  opacity: 0;
}
.product-slider-preview .product-slider-max__item {
  height: 114px;
  border-radius: 16px;
}
.product-slider-preview .product-slider-max__item img {
  border-radius: 16px;
}
.product-slider-preview .slick-current .product-slider-max__item img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #F23139;
}

.page-product-gallery-wrapper {
  width: calc(100% - 450px);
  padding: 0 48px 0 0;
}
.page-product-gallery-wrapper .product-information-item {
  display: none;
}

.page-product-content-wrapper {
  max-width: 450px;
}

.product-gallery__footer {
  margin: 24px 0 0;
}
.product-gallery__footer .product-meta {
  margin: 0;
  color: #000;
}
.product-gallery__footer .link-favorite-add {
  margin-left: auto;
}
