/*.container {
width: 100% !important;
padding: 0 !important;
}

.container::before,
.container::after {
display: none !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}*/

.form-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
  max-height: 95vh;
  overflow-y: auto;
}

.breadcrumb__item>span {
  color: #fff;
}

.page_not-bg .breadcrumb__item>span {
  color: #496187;
}

.catalog-categories__name span {
  color: #000;
}

.media-content--image,
.assortment .product-card__title {
  display: block;
}

.vacancy-item {
  margin-bottom: 25px;
}

.vacancy-item:last-child {
  margin-bottom: 0;
}

.pagination a,
.pagination span {
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #9da4ae;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #9da4ae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}


.pagination span {
  border: 1px solid #ff7031;
  color: #f07000;
}

.pagination .pagination__prev,
.pagination .pagination__next {
  border: 1px solid #0f1019;
}

.product-card__title a {
  color: #0f1019;
}

.search-results__btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.search-results__btn a {
  color: #f8991d;
}

.form_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: .02em;
  color: #8391a8;
  max-width: 481px;
}

.personal_link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.personal_link a {
  color: #f07000;
  font-size: 16px;
}

.personal_link a:hover {
  text-decoration: underline;
}

.personal-account__tab-pane p a {
  color: #f07000 !important;
}

.personal-account__tab-pane p a:hover {
  text-decoration: underline;
}

.header__phone svg path,
.header__mail svg path,
.header__user svg path {
  stroke: #fff;
}

header__burger svg rect,
.header__basket svg path {
  fill: #fff;
}

.main-color .header__phone svg path,
.main-color .header__mail svg path,
.main-color .header__user svg path {
  stroke: #41475C;
}

.main-color .header__burger svg rect,
.main-color .header__basket svg path {
  fill: #41475C;
}

.item_cart {
  position: relative;
}


.search-results .search-results__inner .more-products {
  display: none;
}

.shopping-cart__item .plus-cart,
.shopping-cart__item .minus-cart {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f1019;
  color: #f99a1c;
  cursor: pointer;
  border: none;
}

.product-card__title {
  display: block;
}

@media (max-width: 650px) {
  .shopping-cart__products_desktop {
    display: block;
  }


  .shopping-cart__products_desktop .shopping-cart__item:not(:last-child) {
    margin-bottom: 15px
  }

  .shopping-cart__products_desktop .product-card {
    flex-direction: column;
    gap: 20px
  }

  .shopping-cart__products_desktop .product-card__info {
    flex-direction: column;
    gap: 20px
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:first-child {
    max-width: 300px
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:first-child .product-card__title {
    font-size: 18px;
    font-weight: 600
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:first-child .specs-table {
    max-width: 300px
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child {
    flex-direction: row;
    align-items: center
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .piece-price {
    display: none
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .mobile-container {
    flex-direction: row;
    gap: 15px;
    align-items: center
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .counter-input {
    width: 50px
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .counter-btn {
    width: 28px;
    height: 28px
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .general-price {
    align-items: center
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .discounted-price {
    font-size: 24px !important
  }

  .shopping-cart__products_desktop .product-card__info .product-card__wrapper:last-child .delete-btn {
    margin-top: 0
  }

  .shopping-cart__products_desktop .product-card__title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em
  }

  .shopping-cart__products_desktop .product-card__img {
    width: 192px;
    height: 154px
  }

  .shopping-cart__products_desktop .product-card__img img {
    max-width: 100%;
    max-height: 100%;
  }

}


picture {
  display: block;
  width: 100%;
}

.filter__labels {
  padding: 0 0 4px;
}

.filter__labels label {
  width: 43px;
  height: 49px;
  transition: all .3s ease;
  background: url(../assets/images/filter-label.svg) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filter__labels label.checked {
  background: url(../assets/images/product_item.svg) no-repeat center;
}

.filter__bg {
  border-radius: 20px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 0;
}

.sizes-container__variants .product-item-scu-item-text-block {
  display: inline-block;
  padding: 10px 8px;
  margin-right: 13px;
  border: 1px solid #ff7031;
  border-radius: 10px;
  color: #0f1019;
  outline: none;
}

.sizes-container__variants .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  background: #ff7031;
  color: #fff;
}

.sizes-container__variants .product-item-scu-item-text {
  font-size: inherit;
  line-height: 1.3;
}

.sizes-container__variants .product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  padding: 0;
}

@media (max-width: 1640px) {
  .sizes-container__variants .product-item-scu-item-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sizes-container__variants .product-item-scu-item-text {
    font-size: 15px;
    padding: 6px 10px;
  }

  .sizes-container__variants .product-item-scu-item-text-block {
    padding: 0;
  }
}

.filter__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-container {
  position: relative;
  transition: transform .2s ease;
  background: #181F37;
  width: 523px;
  max-width: 523px;
  padding: 67px 27px 33px 27px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  transition: none;
  overflow-y: auto;
}

.catalog-section-item-detail,
.catalog-section-item-detail-offers,
.catalog-section-item-detail-props-container {
  background: transparent;
  padding: 0;
  color: #fff;

}

.catalog-section-item-detail-props-container-inner {
  border: none;
  padding: 0;
  max-width: 100%;
}

.catalog-section-item-detail-props-container {
  overflow: hidden;
}

.catalog-section-item-detail-close-btn {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 18px;
  z-index: 2;
}

.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-cover {
  position: fixed;

  background-color: rgba(157, 162, 170, .7);
  backdrop-filter: blur(25.7999992371px);

}

.catalog-section-item-detail-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.catalog-section-item-scu-block-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.catalog-section-item-detail {
  overflow: visible;
  max-height: 1000px;
}

.catalog-section-item-scu-item-text-block {
  border: 1px solid #f07000;
  background: #fff;
  border-radius: 6px;
  color: #0f1019;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 10px;
}

.catalog-section-item-scu-item-text-block:hover {
  border: 1px solid #f07000;
  background: #f07000;
}

.catalog-section-item-scu-item-text {
  color: #0f1019;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
}

.catalog-section-item-scu-item-text-block:hover .catalog-section-item-scu-item-text {
  color: #fff;
}

.catalog-section-item-scu-item-text-block:hover, .catalog-section-item-scu-item-text-container.selected .catalog-section-item-scu-item-text-block {
  background: #f07000;
}

.catalog-section-item-scu-item-text-container.selected .catalog-section-item-scu-item-text {
  color: #fff;
}

.sku-block {
  max-width: 360px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #8391A8;
  margin-bottom: 12px;
}

.catalog-section-item-detail-offers {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border: none;
}

.catalog-section-item-detail-offers .catalog-section-item-price {
  color: #f07000;
}

.catalog-section-item-detail-offers .btn {
  background: #f07000;
  color: #fff;
  width: 160px;
  height: 35px;
  font-size: 14px;
  font-weight: normal;
}

.catalog-section-item-detail-offers .btn svg {
  margin-left: 0;
}

.catalog-section-item-detail-header {
  height: 0;
  padding: 0;
}

.sizes-container__variants li {
    display: inline-block;
}

.sizes-container__variants li div {
    cursor: pointer;
}

.specs-table .specs-row {
  justify-content: space-between;
}

.specs-table .specs-row_border {
  position: relative;
}

.specs-table .specs-row_border::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #0f1019;
  position: absolute;
  left: 0;
  bottom: 2px;
}

.specs-table .specs-row_border dd,
.specs-table .specs-row_border dt {
  background: #f6f9fd;
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
    .specs-table .specs-row_border dd,
.specs-table .specs-row_border dt {
        font-size: 15px;
    }
}

.catalog-section-item-detail-wrapper {
display: none;
}

.product-item-image-original, .product-item-image-alternative {
position: static;
}

.product-card__img {
overflow: hidden;
}

.product-item-button-container {
width: 100%;
}

.bestsellers__slider .slide-container .product-card__img img {
width: 100%;
height: 100%;
object-fit: cover;
}

 
.mobile-product .product-item-image-alternative {
display: none;
}


.mobile-product .product-card__img {
margin-bottom: 15px;
    display: flex;
    justify-content: center;
    border: .43px solid #c2c9d5;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}

.partners__slider .swiper-wrapper {
      align-items: stretch; 
}

.partners__slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: auto;
}

.partners__slider .swiper-slide img {
    max-width: 200px;
    width: auto;;
    max-height: 140px;
    height: auto;
}