

/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog/bash_catalog/style.css?17487551347297*/
/*#================ catalog-page ================#*/
.catalog-present {
  display: grid;
  grid-template-areas: "imageOne sliderOne imageSecond sliderThree" "imageOne sliderSecond imageSecond sliderFour";
  grid-template-rows: repeat(2, 235px);
  grid-template-columns: 375px 230px 375px 475px;
  gap: 40px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .catalog-present {
    display: none;
  }
}
.catalog-present__box {
  max-width: 375px;
  max-height: 510px;
  overflow: hidden;
  border-radius: 20px;
}

.catalog-slider--new {
  grid-area: sliderOne;
}

.catalog-slider--collection {
  grid-area: sliderSecond;
}

.catalog-slider--old {
  grid-area: sliderThree;
}

.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item,
.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__link,
.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__box {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__image {
  transform: translateY(-28%);
  height: 450px;
}

.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item,
.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__link,
.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__box {
  max-width: 100%;
  height: 90%;
  width: 100%;
}

.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__image {
  transform: translateY(-25%);
  height: 350px;
}

.catalog-slider--another {
  grid-area: sliderFour;
}

.catalog-present__img--one {
  grid-area: imageOne;
}

.catalog-present__img--second {
  grid-area: imageSecond;
}

.catalog-slider {
  width: 100%;
}

.catalog-present__img {
  display: block;
}

.present-mob {
  margin: 40px;
}

.catalog-present__link {
  margin: 0 0 20px;
  padding: 5px 15px 5px;
  font: 700 25px/30px "openSans";
  font: 700 25px/30px var(--font);
  text-align: center;
  text-transform: uppercase;
  display: block;
  background-color: #1e3060;
  color: var(--white);
  border-radius: 15px;
}

@media (max-width: 500px) {
  .catalog-present__link {
    font: 700 18px/22px var(--font);
  }
}
.catalog-group {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: stretch;
}
.catalog-group.container {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .catalog-group.container {
    padding: 0;
  }
}
.catalog-group__item {
  flex: 1;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1460px) {
  .catalog-group__item {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 500px) {
  .catalog-group__item {
    border-radius: 0px;
  }
}
.catalog-group__link {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

@media (max-width: 1460px) {
  .catalog-group__link {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .catalog-group__link {
    flex-direction: column;
    align-items: center;
  }
}
.catalog-group__info {
  background-color: #e4e4e4;
  padding: 30px 10px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  height: 250px;
}

@media (max-width: 1460px) {
  .catalog-group__info {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .catalog-group__info {
    max-width: 100%;
    padding: 40px 10px 40px;
  }
}
.catalog-title {
  color: #1e3060;
  font: 700 25px/30px var(--font);
  display: block;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0;
}

.catalog-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #1e3060;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.catalog-group__text {
  color: #1e3060;
  font: 400 16px/20px var(--font);
  display: block;
  color: #1e3060;
  text-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 0 auto;
}

.catalog-group__decor {
  height: 420px;
  display: flex;
}

@media (max-width: 1460px) {
  .catalog-group__decor {
    height: auto;
  }
}
@media (max-width: 700px) {
  .catalog-group__decor {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .catalog-group__decor {
    height: 250px;
    width: 100%;
  }
}
.catalog-group__image {
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.catalog-designers__more, .catalog-group__more {
  background-color: #1e3060;
  color: var(--white);
  border-radius: 25px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font: 700 16px/20px var(--font);
}

.catalog-group__more {
  max-width: 210px;
}

.catalog-category {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.catalog-category.container {
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .catalog-category {
    margin-bottom: 30px;
  }
  .catalog-category.container {
    padding: 0;
  }
}
.category-item {
  display: flex;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  width: calc(50% - 30px);
}
@media (max-width: 900px) {
  .category-item {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .category-item {
    flex-direction: column;
    max-height: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .category-item {
    border-radius: 0px;
  }
}
.category-item__info {
  background-color: #e4e4e4;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .category-item__info {
    padding: 40px 10px;
    max-width: 100%;
  }
}
.category-item__image {
  display: block;
}

.category-item__link {
  background-color: #1e3060;
  color: var(--white);
  border-radius: 25px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font: 700 16px/20px var(--font);
}

@media (max-width: 600px) {
  .category-item__descr {
    font-size: 16px;
  }
}
.category-item__descr {
  margin: 0 0 30px;
  font: 400 18px/20px var(--font);
  color: #1e3060;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media (max-width: 600px) {
  .category-item__descr {
    margin: 0;
    font-size: 16px;
  }
}
/*------- new catalog view----------*/
.catalog-wrapper__content {
  display: flex;
  gap: 30px;
}

@media (max-width: 1000px) {
  .catalog-wrapper__content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -35px;
  }
}
/*general properties */
.main {
  padding-bottom: 50px;
}

.section-logo {
  margin-bottom: 2%;
}

.section-logo img {
  height: 40px;
  width: auto;
}

/* template styles */
div#cover {
  display: none;
}

@media (max-width: 500px) {
  div.wishlistpopup {
    font: 400 16px/20px var(--font);
  }
}
.incart-info {
  display: none;
  position: absolute;
  border-radius: 10px;
  left: 0;
  background: rgb(24, 216, 209);
  padding: 20px;
  color: black;
  font-size: 1rem;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bash/catalog.element/bash_element/style.css?172475280729450*/
.yandex-pay-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 268px;
}

.yandex-pay-badge {
  flex: 1;
}

.yandex-pay-badge-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#ya-pay-widget-info {
  width: 100%;
}

.product-info__images-main {
  width: 100%;
}

.btn-onclick-sub.disabled {
  pointer-events: none;
  opacity: 0.6;
}

#sku_selectors tr:nth-child(1) td:nth-child(1) {
  display: none;
}

#sku_selectors tr:nth-child(2) td:nth-child(1) {
  display: none;
}

#sku_selectors tr:nth-child(3) td:nth-child(1) {
  display: none;
}

#sku_selectors tr:nth-child(4) td:nth-child(1) {
  display: none;
}

.ajax-container {
  width: 100%;
}

/*
slider detail
*/
.product-info__images {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.product-info__images-small {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 120px;
  width: 100%;
  overflow-y: scroll;
  padding: 10px;
  height: 750px;
}

.product-info__images-small::-webkit-scrollbar {
  width: 0;
}

.product-info__images-btn {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.7;
}

.product-info__images-btn.active {
  border: 1px solid var(--gray-700);
  opacity: 1;
}

.product-info__images-preview {
  pointer-events: none;
}

@media (max-width: 1410px) {
  .product-info__images {
    flex-direction: column;
  }
  .product-info__images-small {
    width: 100%;
    flex-direction: row;
    overflow: scroll;
    height: auto;
    order: 1;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .product-info__images-btn {
    width: calc(20% - 10px);
  }
}
/*
slider detail
*/
/* old price old template*/
.old-price.item_old_price {
  font-size: 18px;
  color: var(--gray-600);
  text-decoration: line-through;
}

/* cover sku*/
div#cover {
  width: 100%;
  display: none;
}

ol.coveritem {
  margin: 15px 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

ol.coveritem li.coveritem {
  font-size: 10px;
  padding: 4px;
  display: block;
  list-style: none;
}

ol.coveritem li.coveritem img.coveritem {
  width: 55px;
  margin: 0px;
  display: block;
}

.coveritemcheck {
  border: 3px solid white;
}

.coveritemchecked {
  border: 3px solid rgb(100, 100, 100);
}

/* sku element hide */
.product.container {
  margin-bottom: 60px;
}

.product-preview {
  display: flex;
  align-items: flex-start;
  gap: 15px 30px;
  margin-bottom: 50px;
}

@media (max-width: 950px) {
  .product-preview {
    flex-direction: column;
  }
}
.product-preview__inner {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.product-preview__img {
  width: 100%;
}

.product-preview__img, .product-video-small {
  display: block;
}

.product-preview__controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
}

@media (max-width: 950px) {
  .product-preview__controls {
    flex-direction: row;
  }
}
.product-preview__btn {
  border: 1px solid #898989;
  border-radius: 20px;
  overflow: hidden;
  max-width: 240px;
  width: 100%;
  filter: grayscale(100%);
}

@media (max-width: 700px) {
  .product-preview__btn {
    max-width: 60px;
  }
}
.product-preview__btn.active {
  filter: grayscale(0);
  pointer-events: none;
}

.product-preview__btn-img {
  display: block;
}

.product-preview__btn:hover {
  filter: grayscale(0);
}

.product-preview__btn-video {
  max-height: 116px;
  display: flex;
  background-color: var(--gray-900);
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-preview__btn-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}

.product-preview__btn-video .product-preview__btn-img {
  filter: brightness(40%);
}

.product-info {
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(500px, 1000px) minmax(500px, 1000px);
  grid-template-areas: "present offer" "descr descr";
  grid-gap: 30px;
  gap: 30px;
}

@media (max-width: 1100px) {
  .product-info {
    grid-template-columns: 1fr;
    grid-template-areas: "present" "offer" "descr";
  }
}
.product-info__present {
  flex: 1;
  grid-area: present;
  position: sticky;
  top: 10px;
}
@media (max-width: 1100px) {
  .product-info__present {
    top: 0;
    position: initial;
  }
}

.product-info__offer {
  grid-area: offer;
}

.product-info__descriptions {
  grid-area: descr;
}

.product-info__title {
  font: 700 30px/35px "openSans";
  font: 700 30px/35px var(--font);
  color: #787a80;
  color: var(--gray-700);
  margin: 0 0 10px;
}

@media (max-width: 500px) {
  .product-info__title {
    font-size: 20px;
    line-height: 22px;
  }
}
.product-info__img {
  display: block;
}

@media (max-width: 1100px) {
  .product-info__img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .product-info__img {
    width: 100%;
  }
}
.product-info__vendor {
  font: 400 25px/30px var(--font);
  color: #9a9ca5;
  color: var(--gray-600);
  margin: 0 0 30px;
}

.product-info__vendor--accent {
  color: #424551;
  color: var(--gray-800);
}

.product-price {
  text-align: right;
  margin-bottom: 20px;
}

.product-price__sale {
  margin: 0;
  color: #9a9ca5;
  color: var(--gray-600);
  font: 600 19px/22px var(--font);
}

.product-price__sale-text {
  text-decoration-color: rgba(0, 0, 0, 0);
  position: relative;
}

.product-price__sale-text::after {
  content: "";
  position: absolute;
  top: 50%;
  top: 50%;
  left: 0;
  background-color: #9a9ca5;
  background-color: var(--gray-600);
  width: 97%;
  height: 2px;
}

.product-price__current {
  font: 700 30px/33px var(--font);
  letter-spacing: 1px;
  margin: 0;
  color: #1e212c;
  color: var(--gray-900);
}

.price-not {
  font: 700 20px/24px var(--font);
}

@media (max-width: 1100px) {
  .product-price {
    text-align: center;
  }
}
.product-adt {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 7px;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
}

.product-adt__text {
  font-family: var(--font);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
  margin: 0;
}

.product-adt__text--accent {
  text-transform: uppercase;
  color: #a43f98;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.product-adt__text--current {
  color: #424551;
  color: var(--gray-800);
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.product-adt__text--notice span {
  font-size: 14px;
}

@media (max-width: 1100px) {
  .product-adt {
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }
}
.product-stock {
  margin-left: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.product-stock__text {
  margin: 0;
  font: 600 20px/25px var(--font);
  color: #1076da;
  color: var(--navy-blue);
  letter-spacing: 0;
  text-align: right;
  width: 100%;
}

.product-stock__text:not(:last-child) {
  margin-bottom: 5px;
}

.product-stock__text.product-stock__text-free {
  margin: 0;
  width: auto;
}

.product-stock__text-notice {
  font: 400 12px/14px var(--font);
  color: var(--gray-800);
  display: block;
}

.product-stock__image {
  display: block;
  max-width: 75px;
}

@media (max-width: 1100px) {
  .product-stock {
    margin-right: auto;
    justify-content: center;
  }
  .product-stock__text {
    text-align: center;
  }
}
.product-promo {
  font: 700 20px/24px var(--font);
  color: #a43f98;
  color: var(--accent);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  text-align: right;
}

.product-info__item--cond {
  font: 400 12px/16px var(--font);
  color: var(--accent);
  margin: 0 0 20px;
  text-align: right;
  padding: 0 10px;
}

@media (max-width: 700px) {
  .product-info__item--cond {
    margin: 0 0 20px;
    text-align: center;
  }
}
.product-promo__code {
  margin-left: 4px;
  display: inline-block;
}

@media (max-width: 700px) {
  .product-promo {
    max-width: 353px;
    margin: 0 auto 15px;
    text-align: center;
  }
}
.product-actions {
  display: flex;
  gap: 20px 40px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-actions__item:not(:last-child) {
  margin-bottom: 10px;
}

.product-actions__item.product-wholesale {
  margin-bottom: 30px;
}

.product-actions__btn {
  width: 100%;
  color: #ffffff;
  color: var(--white);
  font: 400 18px/24px "openSans";
  font: 400 18px/24px var(--font);
  border-radius: 20px;
  text-align: center;
  padding: 5px 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-actions__selects {
  flex-basis: 39%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-actions__selects select {
  height: 40px;
  border-radius: 30px;
  font: 400 15px/18px "openSans";
  font: 400 15px/18px var(--font);
  color: #424551;
  color: var(--gray-800);
  padding: 0 10px;
  cursor: pointer;
  width: 100%;
  background-color: var(--white);
}

.product-actions__selects select[disabled] {
  background-color: var(--gray-400);
  pointer-events: none;
}

.product-actions__btns {
  flex-basis: 53%;
}

@media (max-width: 1310px) {
  .product-actions {
    flex-direction: column;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .product-actions {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .product-actions {
    width: 100%;
  }
}
.product-addservice {
  position: relative;
}

.product-addservice__btn {
  background-color: #1076da;
  background-color: var(--navy-blue);
}

.product-addservice__btn.added::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("/upload/images/icons/new/addedCheck.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-addservice__box {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  border: 1px solid #000;
  border-radius: 15px;
  width: calc(100% + 40px);
  background-color: #ffffff;
  background-color: var(--white);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-20px);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out 0.1s, visibility 0.3s ease-in-out;
}

@media (max-width: 700px) {
  .product-addservice__box {
    right: 50%;
  }
}
@media (max-width: 1250px) {
  .product-addservice__box {
    right: 0;
    top: 100%;
    width: 100%;
    transform: translate(0px, 30px);
  }
}
.product-addservice__box.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translate(0, 0);
}

.product-addservice__text {
  font: 400 15px/20px var(--font);
  color: #787a80;
  color: var(--gray-700);
  padding: 5px 10px;
}

.product-addservice__text.product-addservice__text--free {
  font: 700 16px/20px var(--font);
  color: #787a80;
  color: var(--gray-700);
  padding: 5px 30px;
}

.product-addservice__label {
  background-color: #1076da;
  background-color: var(--navy-blue);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 5px;
  cursor: pointer;
}

.product-addservice__label-text {
  font: 400 15px/20px "openSans";
  font: 400 15px/20px var(--font);
  color: #ffffff;
  color: var(--white);
}

@media (max-width: 700px) {
  .product-addservice__label-text {
    font-size: 13px;
  }
}
.product-actions__btn--buy {
  background-color: #1639ba;
}

.product-actions__btns--price {
  margin-left: auto;
}

@media (max-width: 1310px) {
  .product-actions__btns--price {
    margin-left: initial;
  }
}
.product-actions__btn--price {
  background-color: #8828e1;
}

.product-favorites__btn {
  background-color: #9b41c0;
}

.product-wholesale__btn {
  background-color: #5d83d8;
}

.product-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: flex-end;
}

.product-share__link {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.product-share__link:hover {
  filter: grayscale(0%);
}

.product-share__btn {
  width: 40px;
  height: 40px;
  color: #9b41c0;
  margin-left: 40px;
}

.product-share__btn .product-share__icon {
  fill: rgba(0, 0, 0, 0);
}

.product-share__btn:hover .product-share__icon {
  fill: #9b41c0;
}

.product-share__btn.active .product-share__icon {
  fill: #9b41c0;
}

@media (max-width: 1100px) {
  .product-share {
    justify-content: center;
  }
}
.product-prop {
  margin-bottom: 30px;
}

.product-prop .prop-list__item {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.product-prop .prop-list__item::before {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 1px dotted #424551;
  border-bottom: 1px dotted var(--gray-800);
  order: 2;
}

.product-prop .prop-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.product-prop .prop-list__item--color {
  align-items: center;
}

.product-prop .prop-list__item--color .prop-list__item-name {
  transform: translateY(-50%);
}

.product-prop .prop-list__item-name {
  display: block;
  color: #424551;
  color: var(--gray-700);
  order: 1;
  font: 400 18px/20px var(--font);
  width: fit-content;
}

@media (max-width: 700px) {
  .product-prop .prop-list__item-name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product-prop .prop-list__item-name {
    color: #787a80;
    color: var(--gray-700);
    font-size: 14px;
  }
}
.product-prop .prop-list__item-value {
  display: block;
  color: #424551;
  color: var(--gray-800);
  order: 3;
  font: 400 18px/20px "openSans";
  font: 400 18px/20px var(--font);
  text-align: right;
  max-width: 320px;
}

.product-prop .prop-list__item-value--color {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.prop-list__item-img {
  width: 45px;
  border-radius: 50%;
}

.product-prop .prop-list__item-value--link {
  color: #14bdb6;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 700px) {
  .product-prop .prop-list__item-value {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .product-prop .prop-list__item-value {
    font-size: 14px;
  }
  .product-prop .prop-list__item-value:not(.prop-list__item-value--link) {
    color: #1e212c;
    color: var(--gray-900);
  }
}
/*----------product-dimentions-----------*/
.product-dimentions {
  margin-bottom: 30px;
}

.product-dimentions__item:not(:last-child) {
  margin-bottom: 20px;
}

.product-dimentions__item--size {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid var(--gray-600);
  border-bottom: 1px solid var(--gray-600);
  padding: 5px;
  gap: 10px;
  align-items: center;
}

.product-dimentions__title {
  margin: 0 auto 0 0;
  font: 400 18px/20px var(--font);
  color: var(--gray-700);
}

.product-dimentions__box {
  width: 100px;
  position: relative;
}

.product-dimentions__size-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.5);
}

[data-modal=dimentionsSize] {
  max-width: 600px;
}

@media (max-width: 800px) {
  [data-modal=dimentionsSize] {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  [data-modal=dimentionsSize] {
    max-width: 320px;
  }
}
.product-dimentions__object {
  display: block;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .product-dimentions__object {
    max-width: 320px;
    height: auto;
  }
  .product-dimentions__object embed {
    width: 100%;
    height: auto;
  }
}
/*--------------product-dimentions----------------*/
.product-descriptions__title {
  padding: 5px 20px;
  margin: 0 0 20px;
  font: 700 25px/30px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-transform: uppercase;
}

.product-descriptions__info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-descriptions__info:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product-descriptions__info:not(:last-child) {
    margin-bottom: 20px;
  }
}
.product-descriptions__info-box {
  max-width: 300px;
  width: 100%;
}

.product-descriptions__text {
  flex: 1;
}

@media (max-width: 500px) {
  .product-descriptions__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-descriptions__text {
  margin: 0;
  font: 400 20px/24px var(--font);
}

.product-descriptions__text:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 500px) {
  .product-descriptions__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-link__item {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  font: 400 20px/22px var(--font);
  width: 100%;
}

.product-link__item::before {
  content: "";
  flex: 1;
  height: 1px;
  border-bottom: 1px dotted #424551;
  border-bottom: 1px dotted var(--gray-800);
  order: 2;
}

.product-link__item::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/upload/images/icons/new/grey-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  order: 3;
  transform: scale(1.3) translateY(-5px);
  flex-shrink: 0;
}

@media (max-width: 500px) {
  .product-link__item::after {
    transform: scale(1.1) translateY(-2px);
  }
}
.product-link__item:not(:last-child) {
  margin-bottom: 10px;
}

.product-link__item:hover {
  color: #1076da;
  color: var(--navy-blue);
}

@media (max-width: 700px) {
  .product-link__item {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .product-link__item {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
}
/*--------- velvet -------------*/
.velvet {
  margin-bottom: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  grid-row: 2/2;
}

@media (max-width: 1100px) {
  .velvet {
    margin-bottom: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/1;
    grid-row: 3/3;
  }
}
.velvet-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.velvet-list__item {
  width: 65px;
  height: 50px;
}

@media (max-width: 700px) {
  .velvet-list__item {
    width: 30px;
    height: 20px;
  }
}
.velvet-zoom {
  position: absolute;
  left: 50%;
  width: 400px;
  height: 400px;
  display: none;
  transform: translateX(-50%);
}

@media (max-width: 500px) {
  .velvet-zoom {
    width: auto;
    height: auto;
  }
}
.velvet-zoom.active {
  display: block;
}

.velvet-zoom__name {
  background: var(--white);
  position: absolute;
  margin-top: 10px;
  font-size: 1rem;
  margin-left: 10px;
  padding: 10px;
}

/*---- velvet ----*/
.product-series {
  position: relative;
  z-index: 1;
}
.product-series.container {
  margin-bottom: 50px;
}

.product-series__title {
  margin: 0 0 20px;
  padding: 0 15px 5px;
  font: 700 25px/30px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-align: center;
  text-transform: uppercase;
}

.product-series__image {
  display: block;
}

.product-series__descriptions {
  display: flex;
  gap: 20px 15px;
  align-items: flex-start;
  background-color: #f4f5f6;
  background-color: var(--gray-200);
  padding: 0;
  margin: 0 0 50px;
}

@media (max-width: 900px) {
  .product-series__descriptions {
    flex-direction: column;
    align-items: center;
  }
}
.product-series__box {
  width: 300px;
  flex-shrink: 0;
}

.product-series__box__image {
  display: block;
}

.product-series__text {
  color: #424551;
  color: var(--gray-800);
  font: 400 20px/24px var(--font);
  margin: 0;
  padding: 10px 15px;
}

@media (max-width: 500px) {
  .product-series__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-series__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}

.product-series__items .card-product {
  max-width: 100%;
  width: 100%;
}

.product-series__items .card-product__btns {
  display: none;
}

@media (max-width: 550px) {
  .product-series__items {
    gap: 50px 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.product-series__link {
  text-transform: uppercase;
  font: 600 21px/25px var(--font);
  color: #f4f5f6;
  color: var(--gray-200);
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  background-color: #1e3060;
  border-radius: 30px;
  text-align: center;
}

@media (max-width: 500px) {
  .product-series__link {
    font-size: 16px;
  }
}
/* designer */
/*-------------------------*/
.section-designer {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 30px;
}

.section-designer__products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .section-designer__products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
.section-designer__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 15px;
}

.section-designer__name {
  font: 600 19px/20px var(--font);
  color: var(--gray-800);
  text-align: center;
  text-transform: uppercase;
}

.section-designer__description {
  padding: 5px 20px;
  font: 400 16px/20px var(--font);
  color: var(--gray-700);
  background-color: var(--gray-200);
}

.section-designer__link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font: 600 19px/20px var(--font);
  color: var(--gray-800);
  text-transform: uppercase;
  padding: 0 4px;
}

/*-------------*/
/* designer */
.product-another {
  position: relative;
  z-index: 0;
}

.product-another__title {
  margin: 0;
  font: 700 25px/30px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .product-another__title {
    font: 700 18px/22px var(--font);
  }
}
.slider {
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.another-slider {
  position: relative;
  margin-bottom: 40px;
}

.another-slider__container {
  overflow: hidden;
  position: relative;
  padding: 15px 10px;
}

.another-slider__container .swiper-wrapper {
  align-items: stretch;
}

.another-slider__slide .card-product {
  max-width: 100%;
  height: 100%;
}

.swiper-slide.another-slider__slide {
  height: auto;
}

.another-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  margin: 0 auto;
  transform: translateX(0);
  text-align: center;
}

@media (max-width: 21000px) {
  .another-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 700px) {
  .another-slider__controls {
    justify-content: center;
  }
}
.another-slider__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.another-slider__button--next {
  right: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/upload/images/icons/new/arrow-top-small.png);
  transform: rotate(90deg) translateX(-50%);
}

@media (max-width: 2100px) {
  .another-slider__button--next {
    right: 0;
    transform: rotate(90deg) translateX(0%);
  }
}
.another-slider__button--prev {
  left: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/upload/images/icons/new/arrow-top-small.png);
  transform: rotate(-90deg) translateX(50%);
}

.another-slider__button.swiper-button-disabled {
  opacity: 0.3;
}

@media (max-width: 2100px) {
  .another-slider__button--prev {
    left: 0;
    transform: rotate(-90deg) translateX(0%);
  }
}
@media (max-width: 2100px) {
  .another-slider__button {
    top: auto;
    bottom: 0;
    position: static;
  }
}
.another-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 auto;
  width: fit-content;
  transform: translateY(15px);
}

.another-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: var(--gray-900);
}

@media (max-width: 1750px) {
  .another-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: translateY(0);
  }
}
.another-slider__pagination.swiper-pagination-fraction {
  font: 400 30px/32px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-align: center;
  width: fit-content;
}

.rall {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.rall__img {
  display: block;
}

.modal-wholesale.modal__container {
  max-width: 600px;
  text-align: left;
}

.modal-wholesale__close {
  margin-left: auto;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Capa_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 512.001 512.001%27 style=%27enable-background:new 0 0 512.001 512.001;%27 xml:space=%27preserve%27%3E%3Cg%3E%3Cg%3E%3Cpath d=%27M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717 L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859 c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287 l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285 L284.286,256.002z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  cursor: pointer;
}

.form-wholesale__label {
  display: block;
}

.form-wholesale__label:not(:last-child) {
  margin-bottom: 15px;
}

.form-wholesale__text {
  text-align: left;
  font: 400 16px/20px var(--font);
  color: var(--gray-800);
  margin-bottom: 5px;
  padding-left: 15px;
  display: block;
}

.form-wholesale__text sup {
  color: var(--notice);
  font-size: 20px;
}

.form-wholesale__input {
  width: 100%;
  border: 1px solid #acacac;
  font: 400 18px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  padding: 0px 20px;
  border-radius: 30px;
  height: 40px;
  outline: none;
}

.form-wholesale__input.warning {
  border-color: var(--notice);
}

.form-wholesale__textarea {
  width: 100%;
  height: 150px;
  resize: none;
  font: 400 18px/20px var(--font);
  border-radius: 20px;
  border: 1px solid #acacac;
  padding: 5px 20px;
  outline: none;
}

.form-wholesale__textarea::-moz-placeholder {
  font-size: 15px;
}

.form-wholesale__textarea::placeholder {
  font-size: 15px;
}

.form-wholesale__required-value {
  font: 700 20px/24px var(--font);
  color: #a43f98;
  color: var(--accent);
  margin: 0 0 15px;
}

.form-wholesale__info {
  font: 400 18px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-decoration: underline;
  margin: 0 0 15px;
}

.form-wholesale__btn {
  margin: 0 auto 15px;
  background-color: #1076da;
  background-color: var(--navy-blue);
  color: #f4f5f6;
  color: var(--gray-200);
  font: 400 20px/22px var(--font);
  padding: 5px 10px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 20px;
}

.form-wholesale__sogl {
  text-align: center;
  font: 400 17px/20px "openSans";
  font: 400 17px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  margin: 0;
}

.modal-fastOrder__sogl-link {
  color: var(--navy-blue);
}

.modal-oneClick.modal__container {
  max-width: 600px;
}

.modal-oneClick__title {
  font: 500 24px/28px var(--font);
  color: var(--gray-900);
  margin: 0 0 15px;
  text-align: center;
}

.modal-addbasket#addItemInCart {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.modal-addbasket#addItemInCart.fadePreview {
  opacity: 0;
  visibility: hidden;
}

input[type=checkbox] + .ui-component--checkbox.modal-form__checkbox.warning {
  box-shadow: 1px 1px 0px var(--notice);
  border-color: var(--notice);
}

.topinfoitem {
  font: 400 13px/17px var(--font);
  margin: 0 0 20px;
  color: var(--800);
}

div.finisheszoom {
  max-width: 400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* notice */
.notice {
  position: fixed;
  top: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 5px;
}

.notice-content {
  display: flex;
  gap: 10px;
}

.notice-content__box {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 40px;
  align-self: center;
}

.notice-content__action {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.notice-content__name {
  font: 500 15px/20px var(--font);
  color: var(--gray-800);
  max-width: 300px;
  width: 100%;
}

.notice-close__text {
  font: 400 15px/20px var(--font);
  color: var(--gray-800);
}

/* notice */


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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.products.viewed/bash_viewed/style.css?17242811023746*/
.catalog-products-viewed-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

/*------------------------------------*/
.product-viewed {
  position: relative;
}

.products-viewed__title {
  margin: 0 0 20px;
  padding: 0 15px 5px;
  font: 700 25px/30px "openSans";
  font: 700 25px/30px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .products-viewed__title {
    font: 700 18px/22px var(--font);
  }
}
.viewed-slider, .slider {
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.viewed-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.viewed-slider .swiper-wrapper .swiper-slide .card-product-wrapper {
  height: calc(100% - 15px);
}

.viewed-slider .swiper-wrapper .swiper-slide .card-product__link {
  margin-bottom: auto;
}

.products-viewed__item {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 2100px) {
  .viewed-slider__control, .slider__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 700px) {
  .viewed-slider__control, .slider__control {
    justify-content: center;
  }
}
.viewed-slider__button, .slider__button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

@media (max-width: 2100px) {
  .viewed-slider__button, .slider__button {
    top: auto;
    bottom: 0;
    position: static;
  }
}
.viewed-slider__button-prev, .slider__button-prev {
  left: -70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/upload/images/icons/new/arrow-top-small.png);
  transform: rotate(-90deg) translateX(50%);
}

@media (max-width: 2150px) {
  .viewed-slider__button-prev, .slider__button-prev {
    left: 0;
    transform: rotate(-90deg) translateX(0%);
  }
}
.viewed-slider__button-next, .slider__button-next {
  right: -70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/upload/images/icons/new/arrow-top-small.png);
  transform: rotate(90deg) translateX(-50%);
}

@media (max-width: 2150px) {
  .viewed-slider__button-next, .slider__button-next {
    right: 0;
    transform: rotate(90deg) translateX(0%);
  }
}
.viewed-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 auto;
  transform: translateX(0);
  text-align: center;
}

.viewed-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.viewed-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gray-900);
}

.viewed-slider__button.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
}

.viewed-slider__pagination.swiper-pagination-fraction, .slider__pagination.swiper-pagination-fraction {
  font: 400 30px/32px var(--font);
  color: #424551;
  color: var(--gray-800);
  text-align: center;
  width: fit-content;
  white-space: nowrap;
}

/*--------products-viewed-------------*/

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

/* End */
/* /local/templates/bashtemplate_new/components/bitrix/catalog/bash_catalog/style.css?17487551347297 */
/* /local/templates/bashtemplate_new/components/bash/catalog.element/bash_element/style.css?172475280729450 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.products.viewed/bash_viewed/style.css?17242811023746 */
