

/* Start:/local/templates/2019/components/bitrix/catalog/.default/style.css?173735797014870*/
.content .section-space .h1 {
  margin-bottom: 24px;
}

.content h1.h1-custom, .content .h1-custom {
  padding: 2px 0 1px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.no-available {
  display: flex;
  align-items: center;
  padding: 17px 24px;
  background-color: #ec8213;
  color: #ffffff;
}
@media only screen and (max-width: 549px) {
  .no-available {
    padding: 15px;
  }
}
.no-available .icon {
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 549px) {
  .no-available .icon {
    display: none;
  }
}
.no-available span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}
.no-available span a {
  font-weight: 400;
  color: #ffffff;
}

.shop-info {
  padding: 34px 48px 48px 48px;
}
@media only screen and (max-width: 549px) {
  .shop-info {
    padding: 38px 16px 32px 16px;
  }
}
.shop-info__rrc {
  text-transform: none;
  display: block;
  color: #6f6f6e;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}
.shop-info__head {
  padding-bottom: 24px;
  border-bottom: 2px solid #2e3d8c;
  margin-bottom: 24px;
}
@media only screen and (max-width: 549px) {
  .shop-info__head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.shop-info__detail {
  text-decoration: none;
  font-size: 12px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .shop-info__detail {
    padding-top: 10px;
  }
}
.shop-info__image {
  margin-right: 16px;
}
@media only screen and (max-width: 1023px) {
  .shop-info__image {
    min-width: 65px;
  }
}
.shop-info__desc {
  font-size: 14px;
  color: #565655;
  line-height: 1.3;
  margin-top: 16px;
}
@media only screen and (max-width: 549px) {
  .shop-info__desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.17;
  }
  .shop-info__desc + .btn {
    margin-top: 16px;
  }
}
.shop-info__name {
  color: #565655;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}
@media only screen and (max-width: 549px) {
  .shop-info__name {
    font-size: 15px;
    line-height: 1.27;
  }
}
.shop-info__shop-image {
  width: 128px;
  text-align: center;
}
.shop-info__shop-image a, .shop-info__shop-image picture {
  display: block;
  height: 48px;
  width: 100%;
}
@media only screen and (max-width: 549px) {
  .shop-info__shop-image {
    width: 100%;
    text-align: left;
  }
}
.shop-info__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 549px) {
  .shop-info__link {
    flex-direction: column;
  }
}
.shop-info__item {
  padding: 12px 0 16px 0;
  border-bottom: 1px solid #f7f7f7;
}
.shop-info__item:first-child {
  padding: 0 0 16px 0;
}
.shop-info__item:last-child {
  padding: 12px 0 0 0;
  border-bottom: none;
}
.shop-info__item .btn--orange {
  padding: 13px 16px 10px;
  max-height: 39px;
}
@media only screen and (max-width: 549px) {
  .shop-info__item .btn--orange {
    width: 100%;
    max-height: 33px;
    padding: 12px 0 10px 0;
    font-size: 13px;
  }
}
.shop-info__tags-cloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media only screen and (max-width: 549px) {
  .shop-info__tags-cloud + .btn {
    margin-top: 10px;
  }
}
.shop-info__tag {
  padding: 4px 8px;
  margin: 0 6px 6px 0;
  background-color: #f7f7f7;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.17;
  color: #565655;
}
@media only screen and (max-width: 549px) {
  .shop-info__tag {
    line-height: 1.2;
    font-size: 11px;
  }
}
.shop-info .modal-store-list {
  display: flex;
  padding-top: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list {
    padding-top: 0;
  }
}
.shop-info .modal-store-list .btn--big .icon {
  top: -3px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .btn--big .icon {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list p {
    font-size: 11px;
  }
}
.shop-info .modal-store-list .modal-store-element {
  border: 1px solid #f3f3f3;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element {
    padding: 20px 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__heading {
    gap: 15px;
  }
}
.shop-info .modal-store-list .modal-store-element__heading img {
  border-radius: 12px;
}
.shop-info .modal-store-list .modal-store-element__heading-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.shop-info .modal-store-list .modal-store-element__heading-info span {
  display: block;
  font-weight: 400;
  line-height: 1.4;
}
.shop-info .modal-store-list .modal-store-element__heading-info span:first-of-type {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.shop-info .modal-store-list .modal-store-element__heading-info span:last-of-type {
  font-size: 12px;
  color: #878687;
}
.shop-info .modal-store-list .modal-store-element__chips {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px;
  align-self: stretch;
  flex-wrap: wrap;
}
.shop-info .modal-store-list .modal-store-element__chips span {
  display: flex;
  padding: 2px 8px 4px 8px;
  align-items: flex-start;
  border-radius: 16px;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #878687;
}
.shop-info .modal-store-list .modal-store-element__offer {
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer {
    padding: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-heading {
    gap: 8px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-title {
    font-size: 14px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge {
  display: flex;
  height: 22px;
  padding: 0 4px 1px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: white;
  background: #ec8213;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge {
    padding: 2px 4px 3px 4px;
    font-size: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge--promocode .icon {
  font-size: 13px !important;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge--promocode .icon {
    font-size: 11px !important;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge span {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge span {
    padding-top: 0;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge .icon {
  font-size: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge .icon {
    font-size: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode {
  display: flex;
  height: 56px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode {
    height: 40px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode-wrapper {
  display: flex;
  padding: 1px 16px 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  background: white;
  color: rgba(0, 0, 0, 0.7);
  font-family: Consolas;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode-wrapper {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode-copy {
  display: flex;
  padding: 0 16px;
  align-items: center;
  align-self: stretch;
  background: white;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode-copy {
    padding: 0 10px;
  }
}
html:not(.bx-touch) .shop-info .modal-store-list .modal-store-element__promocode-copy:hover .icon, .bx-touch .shop-info .modal-store-list .modal-store-element__promocode-copy:active .icon {
  color: #000356;
}
.shop-info .modal-store-list .modal-store-element__promocode-copy .icon {
  color: #2e3d8c;
  font-size: 20px;
  flex-shrink: 0;
}

.other-collection-section .header-block {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 24px;
}
@media only screen and (max-width: 767px) {
  .other-collection-section .header-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.other-collection-section .header-block .btn-light {
  color: #2e3d8c;
}
.other-collection-section .header-block .btn-light .icon {
  background-color: #2e3d8c;
}

.files-section .files {
  display: flex;
  gap: 20px 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .files-section .files {
    flex-direction: column;
    gap: 20px;
  }
}
.files-section .files a {
  text-decoration: none;
}
.files-section .files__element {
  display: flex;
  height: 88px;
  padding: 20px;
  width: calc(50% - 20px);
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 1439px) {
  .files-section .files__element {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .files-section .files__element {
    width: 100%;
  }
}
html:not(.bx-touch) .files-section .files__element:hover, .bx-touch .files-section .files__element:active {
  border: 1px solid #c5c6c6;
}
html:not(.bx-touch) .files-section .files__element:hover .icon, .bx-touch .files-section .files__element:active .icon {
  background: #2e3d8c !important;
}
html:not(.bx-touch) .files-section .files__element:hover .files__button-text, .bx-touch .files-section .files__element:active .files__button-text {
  color: #2e3d8c !important;
}
.files-section .files__name {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .files-section .files__name {
    font-size: 14px;
  }
}
.files-section .files__button {
  flex-shrink: 0;
  width: 140px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .files-section .files__button {
    width: 28px;
  }
}
.files-section .files__button .icon {
  width: 28px;
  height: 28px;
  background: #9c9c9c;
  padding: 8px;
  color: #ffffff;
}
.files-section .files__button-text {
  color: #6f6f6e;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .files-section .files__button-text {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .files-section .files__format {
    display: none;
  }
}

.block-seo-text {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .block-seo-text {
    font-size: 10px;
  }
}

.content .catalog-tabs-section .tabs, .catalog-tabs-section .tabs {
  margin-bottom: 24px;
}
.content .catalog-tabs-section .tabs__head, .catalog-tabs-section .tabs__head {
  border-bottom: 0;
  height: 38px;
}
@media only screen and (max-width: 549px) {
  .content .catalog-tabs-section .tabs__head, .catalog-tabs-section .tabs__head {
    height: 39px;
  }
}
.content .catalog-tabs-section .tabs__head-scroll, .catalog-tabs-section .tabs__head-scroll {
  gap: 32px;
}
@media only screen and (max-width: 1439px) {
  .content .catalog-tabs-section .tabs__head-scroll, .catalog-tabs-section .tabs__head-scroll {
    gap: 20px;
  }
}
.content .catalog-tabs-section .tabs__link, .catalog-tabs-section .tabs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #878687;
  border-bottom: 2px solid #878687;
  padding: 0 0 12px;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.content .catalog-tabs-section .tabs__link.active, .catalog-tabs-section .tabs__link.active {
  color: #2e3d8c;
  background: none;
  border-bottom: 2px solid #2e3d8c;
}

.product-detail-order {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-order {
    gap: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-order {
    gap: 40px 0;
  }
}
.product-detail-order .section-space {
  margin: 0;
}
.product-detail-order .carousel-grid.product-slider {
  margin-bottom: 0 !important;
}
.product-detail-order.is2d .files-section {
  order: 2;
}
.product-detail-order.is2d .blog-section {
  order: 3;
}
.product-detail-order.is2d .catalog-tabs-section {
  order: 1;
}
.product-detail-order.is3d .files-section {
  order: 1;
}
.product-detail-order.is3d .blog-section {
  order: 2;
}
.product-detail-order.is3d .catalog-tabs-section {
  order: 3;
}

.header-section-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .header-section-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.header-section-block .btn-light {
  color: #2e3d8c;
}
.header-section-block .btn-light .icon {
  background-color: #2e3d8c;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/video/style.css?173469381915656*/
.products-video {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1439px) {
  .products-video {
    padding-top: 125px;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video {
    overflow: visible;
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.products-video .video-block {
  padding-top: 55.2%;
}
.products-video__main {
  width: 600px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1250px) and (max-width: 1439px) {
  .products-video__main {
    width: 526px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .products-video__main {
    width: 526px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video__main {
    position: relative;
    width: 100%;
  }
}
.products-video__main .video-block {
  padding-top: 56.3%;
}
.products-video__wrap {
  background: rgba(246, 246, 246, 0.85);
  padding: 65px 68px 65px 0;
  margin-left: 350px;
  height: 218px;
}
@media only screen and (max-width: 1439px) {
  .products-video__wrap {
    height: 200px;
    padding: 30px 56px 56px 235px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video__wrap {
    height: auto;
    margin: -25px -25px 0;
    padding: 56px 48px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video__wrap {
    margin: -32px -20px 0;
    padding: 56px 25px 38px;
  }
}
@media only screen and (max-width: 549px) {
  .products-video__wrap {
    margin: -32px -15px 0;
    padding: 56px 19px 38px;
  }
}
.products-video .carousel-grid .swiper-container:after,
.products-video .carousel-grid .swiper-container:before {
  background: transparent;
}
.products-video .swiper-button-area.swiper-button-next,
.products-video .swiper-button-area.swiper-button-prev {
  right: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #9c9c9c;
  border-radius: 0;
}
html:not(.bx-touch) .products-video .swiper-button-area.swiper-button-next:hover, .bx-touch .products-video .swiper-button-area.swiper-button-next:active,
html:not(.bx-touch) .products-video .swiper-button-area.swiper-button-prev:hover,
.bx-touch .products-video .swiper-button-area.swiper-button-prev:active {
  background: #2e3d8c;
}
.products-video .swiper-button-area.swiper-button-next .icon,
.products-video .swiper-button-area.swiper-button-prev .icon {
  color: #ffffff;
  font-size: 12px;
}
.products-video .swiper-button-area.swiper-button-prev {
  right: 100%;
  left: auto;
  margin-right: 6px;
}
.products-video .swiper-button-area.swiper-button-prev .icon {
  left: 13px;
}
.products-video .swiper-button-area.swiper-button-next {
  right: auto;
  left: 100%;
  margin-left: 6px;
}
.products-video .swiper-button-area.swiper-button-next .icon {
  right: 13px;
}
.products-video .video-list {
  margin: 0;
}
.products-video .video-list__item {
  padding: 0 2px;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid {
    margin: 0 -6px;
    padding-bottom: 30px;
  }
}
.products-video .carousel-grid .swiper-container {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid .swiper-pagination {
    padding-top: 16px;
    margin: 0 -9px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video .carousel-grid .swiper-pagination {
    margin: 0 -7px;
  }
}
.products-video .carousel-grid .swiper-button-area {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid .swiper-button-area {
    display: none;
  }
}
.products-video .carousel-grid .swiper-button-area.swiper-button-disabled {
  display: none;
}
.products-video__center {
  max-width: 2010px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .products-video__center {
    max-width: 1608px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video__center {
    max-width: 1130px;
  }
}
.products-video--centered {
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered {
    margin-bottom: 90px;
  }
}
.products-video--centered .video-block__preview {
  border: none;
}
.products-video--centered .carousel-grid {
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .carousel-grid .swiper-container {
    margin: 0;
  }
}
.products-video--centered .products-video__main {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
}
.products-video--centered .products-video__main .video-block {
  padding-top: 0;
  font-size: 0;
  width: 100%;
}
.products-video--centered .products-video__main .video-block .img-fluid, .products-video--centered .products-video__main .video-block .icon, .products-video--centered .products-video__main .video-block .video-block__preview {
  display: none;
}
.products-video--centered .products-video__main .video-block iframe {
  display: block;
  width: 670px;
  height: 390px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .products-video__main .video-block iframe {
    width: 536px;
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .products-video__main .video-block iframe {
    width: 260px;
    height: 160px;
  }
}
.products-video--centered .products-video__wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 390px;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .products-video__wrap {
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .products-video__wrap {
    display: block;
    justify-content: start;
    height: 200px;
    padding: 0 5px;
  }
}
.products-video--centered .video-block {
  width: 670px;
  padding-top: 390px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-block {
    width: 536px;
    padding-top: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-block {
    width: 260px;
    padding-top: 160px;
  }
}
.products-video--centered .video-block .img-fluid {
  width: 670px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-block .img-fluid {
    width: 536px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-block .img-fluid {
    width: 260px;
  }
}
.products-video--centered .video-list {
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list {
    justify-content: start;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list:not(.swiper-wrapper) {
    justify-content: center;
  }
}
.products-video--centered .video-list__item {
  display: none;
  padding: 0;
  transform: scale(0.426) translateX(60%);
  transition-property: transform;
  transition-duration: 300ms;
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-list__item {
    transform: scale(0.516) translateX(41%);
    top: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item {
    transform: none;
    max-width: 280px;
    padding: 0 10px;
    top: 0;
  }
}
.products-video--centered .video-list__item iframe {
  display: none;
}
.products-video--centered .video-list__item .icon--play {
  transform: scale(3.9) translate(-18%, -18%);
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item .icon--play {
    transform: scale(1) translate(-50%, -50%);
  }
}
.products-video--centered .video-list__item .icon--no-photo {
  font-size: 150px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item .icon--no-photo {
    width: 60px;
    height: 50px;
  }
}
.products-video--centered .swiper-button-area.swiper-button-prev,
.products-video--centered .swiper-button-area.swiper-button-next {
  opacity: 0;
}
.products-video--centered .video-list__item.swiper-slide-active,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item,
.products-video--centered .video-list__item.swiper-slide-duplicate-active {
  transform: translateX(0%) scale(1);
  z-index: 30;
  display: flex;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item.swiper-slide-active,
  .products-video--centered .video-list:not(.swiper-wrapper) .video-list__item,
  .products-video--centered .video-list__item.swiper-slide-duplicate-active {
    transform: none;
  }
}
.products-video--centered .video-list__item.swiper-slide-active iframe,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item iframe,
.products-video--centered .video-list__item.swiper-slide-duplicate-active iframe {
  display: block;
}
.products-video--centered .video-list__item.swiper-slide-active .video-block__preview,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item .video-block__preview,
.products-video--centered .video-list__item.swiper-slide-duplicate-active .video-block__preview {
  display: none;
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item {
  display: flex;
}
@media only screen and (max-width: 549px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item {
    display: block;
  }
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
  transform: scale(0.426) translateX(-60%);
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
    transform: scale(0.516) translateX(-41%);
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
    transform: none;
  }
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
  transform: translateX(0%) scale(1) !important;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
    transform: translateX(0%) scale(1) !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
    transform: none;
  }
}
.products-video--centered .swiper-container-initialized ~ .swiper-button-area.swiper-button-prev {
  right: 82.1%;
  opacity: 1;
  top: auto;
  bottom: 65px;
}
.products-video--centered .swiper-container-initialized ~ .swiper-button-area.swiper-button-next {
  left: 82.1%;
  opacity: 1;
  top: auto;
  bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .video-gallery .products-video--rutube.products-video--centered.products-video {
    padding-top: 65px;
  }
}
.products-video--rutube.products-video--centered .products-video__wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 390px;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .products-video--rutube.products-video--centered .products-video__wrap {
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--rutube.products-video--centered .products-video__wrap {
    justify-content: start;
    height: 147px;
    padding: 0 15px;
  }
}
.products-video--rutube.products-video--centered .video-block {
  width: 670px;
  padding-top: 377px;
}
@media only screen and (max-width: 1023px) {
  .products-video--rutube.products-video--centered .video-block {
    width: 536px;
    padding-top: 302px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--rutube.products-video--centered .video-block {
    width: 260px;
    padding-top: 147px;
  }
}
.video-gallery .products-video {
  padding-top: 38px;
}
@media only screen and (max-width: 1023px) {
  .video-gallery .products-video {
    padding-top: 60px;
  }
}

.video-block {
  cursor: pointer;
  position: relative;
}
html:not(.bx-touch) .video-block:hover .icon:not(.icon--no-photo), .bx-touch .video-block:active .icon:not(.icon--no-photo) {
  color: #f00;
}
html:not(.bx-touch) .video-block:hover .icon--play-circle, .bx-touch .video-block:active .icon--play-circle {
  color: #1eabe9 !important;
}
.video-block.active {
  cursor: default;
}
.video-block.active .video-block__preview {
  border-color: rgba(46, 61, 140, 0.85);
  background: #ffffff;
}
.video-block.active .img-fluid {
  border-color: transparent;
}
.video-block__preview {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: solid 2px transparent;
  overflow: hidden;
}
.video-block .no-photo {
  border: 2px solid #c5c6c6;
  z-index: 1;
}
.video-block .icon {
  font-size: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  color: rgba(33, 33, 33, 0.8);
  z-index: 2;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.detail/products/style.css?174549988452134*/
.section-space {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .section-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    margin-bottom: 40px;
  }
}

.product-detail-info .aplaut-inline-informer {
  position: relative;
  top: -1px;
  height: 20px;
}
.product-detail-info .aplaut-inline-informer .aplaut-widget-instance .aplaut-text-text_primary, .product-detail-info .aplaut-inline-informer .aplaut-widget-instance .aplaut-text-text_tertiary {
  position: relative;
  top: 1px;
}

.modal-popup-reviews {
  max-width: 780px !important;
  width: 100%;
  padding: 30px;
}
.modal-popup-reviews .sticky {
  top: 15px !important;
}
.modal-popup-reviews .mfp-close {
  height: 100%;
  pointer-events: none;
}
.modal-popup-reviews .mfp-close .icon {
  position: sticky;
  top: 14px;
  pointer-events: all;
  background-color: #c5c6c6;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff !important;
  border: 10px solid #c5c6c6;
}

.product-detail-page h1 {
  margin-bottom: 12px !important;
}
.product-detail-page .h1 {
  margin-bottom: 24px !important;
}
.product-detail-page .product-detail-info {
  display: flex;
  gap: 0 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-info {
    margin-bottom: 12px;
  }
}
.product-detail-page .product-detail-info__text {
  color: #6f6f6e;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .product-detail-info__element--sort {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.product-detail-page .product-detail-info__element--sort .icon {
  font-size: 18px;
  color: #b1b2b3;
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.product-detail-page .price-description {
  color: #9c9c9c;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: -14px;
}
.product-detail-page .visibility-slider {
  max-width: 100%;
  overflow: hidden;
  margin-top: 56px;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider {
    margin-top: 50px;
    padding: 0;
    min-width: calc(100% + 40px);
    left: -20px;
    right: -20px;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail-page .visibility-slider {
    margin-top: 40px;
    min-width: calc(100% + 30px);
    left: -15px;
    right: -15px;
  }
}
.product-detail-page .visibility-slider .swiper-button-disabled {
  opacity: 0.4;
  cursor: default !important;
}
.product-detail-page .visibility-slider .visibility-slider-prev, .product-detail-page .visibility-slider .visibility-slider-next {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 22px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider .visibility-slider-prev, .product-detail-page .visibility-slider .visibility-slider-next {
    display: none;
  }
}
.product-detail-page .visibility-slider .visibility-slider-prev .icon, .product-detail-page .visibility-slider .visibility-slider-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
  opacity: 0.8;
}
.product-detail-page .visibility-slider .visibility-slider-prev {
  left: 0;
}
.product-detail-page .visibility-slider .visibility-slider-next {
  right: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: #ffffff;
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized) .swiper-wrapper {
  justify-content: center;
  display: flex;
  gap: 0 40px;
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized) .visibility-slider-prev, .product-detail-page .visibility-slider:not(.swiper-container-initialized) .visibility-slider-next {
  display: none;
}
.product-detail-page .visibility-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider .swiper-slide {
    width: 88px !important;
  }
  .product-detail-page .visibility-slider .swiper-slide:first-child {
    margin-left: 15px;
  }
  .product-detail-page .visibility-slider .swiper-slide:last-child {
    margin-right: 15px;
  }
}
.product-detail-page .visibility-slider .swiper-slide .content-slide-wrapper {
  width: 88px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.product-detail-page .visibility-slider__icon {
  width: 88px;
  height: 88px;
}
.product-detail-page .visibility-slider__icon svg {
  width: 100%;
  height: 100%;
}
.product-detail-page .visibility-slider__name {
  display: block;
  max-width: 100%;
  height: 22px;
  overflow: hidden;
  color: #6f6f6e;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-detail-page .preview-main-text {
  display: flex;
  padding: 12px;
  gap: 8px;
  background: #f7f7f7;
  align-self: stretch;
  margin-top: 12px;
}
.product-detail-page .preview-main-text.has-thumbs {
  margin-left: 84px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .preview-main-text.has-thumbs {
    margin-left: 0;
  }
}
.product-detail-page .preview-main-text .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #878687;
}
.product-detail-page .preview-main-text span {
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .preview-main-text span a .icon {
  width: 10px;
  height: 10px;
  color: #2e3d8c;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.product-detail-page .product-detail-main-wrapper {
  display: flex;
  gap: 0 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper {
    flex-direction: column;
    gap: 40px 0;
  }
}
.product-detail-page .product-detail-main-wrapper .left-section-main {
  width: 100%;
  flex: 0;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .left-section-main {
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider.has-hints {
    padding-top: 46px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider {
  display: flex;
  gap: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider {
    flex-direction: column;
    gap: 20px 0;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .hints {
  top: 8px;
  left: 92px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints {
    top: 8px;
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints {
    top: 0;
    left: 0;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .hints span {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints span {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper {
  width: 64px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper {
    width: 100%;
    height: 64px;
    order: 2;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper {
  position: absolute;
  width: 64px;
  height: calc(100% - 84px);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper {
    width: 100%;
    height: 64px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide {
  width: 64px;
  height: 64px;
  padding: 4px;
  flex-shrink: 0;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:active {
  border: 1px solid #b1b2b3;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:last-child {
  margin-bottom: 16px;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide img:not(.lazyloaded) {
  background: #f3f3f3;
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    flex-direction: row;
    gap: 0 20px;
    justify-content: center;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
  position: relative;
  overflow: hidden;
  width: 520px;
  height: 520px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 480px;
    height: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 100%;
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 100%;
    height: 100%;
  }
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-next, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-prev, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-next {
  display: block;
}
@media only screen and (max-width: 1023px) {
  html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-next, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-prev, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-next {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider.swiper-container-initialized .video-slide {
  background: transparent !important;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide:not(:has(img.lazyloaded)) {
  background: #f3f3f3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev.swiper-button-disabled, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev .icon, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev:active .icon, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next:active .icon {
  color: #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev {
  left: 28px;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
  right: 28px;
  transform: translateY(-50%) rotate(-180deg);
}
.product-detail-page .product-detail-main-wrapper .section-main-info {
  flex: 1;
  height: 100%;
  min-width: 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info {
    width: 100%;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper {
    flex-direction: column;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
    gap: 40px;
    order: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper .specs-main-section {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper {
  width: 338px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper {
    padding: 0;
    order: 1;
    width: 100%;
    border: none;
    position: unset;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value {
  display: flex;
  gap: 0 8px;
  align-items: flex-end;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new span {
  font-weight: 400;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new.product-price-text {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-old {
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: -4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-old span {
  font-weight: 400;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior {
  margin-top: -4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn {
  background: #f7f7f7;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:active {
  background: #f3f3f3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:first-child {
  margin-top: 0 !important;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .btn {
  height: 48px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .btn:first-child {
  margin-top: 12px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .icon {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar {
  display: flex;
  justify-content: space-between;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block {
  position: relative;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open {
  cursor: pointer;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:active {
  color: #2e3d8c;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:active .icon {
  color: #2e3d8c;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open .icon {
  color: #b1b2b3;
  margin-right: 3px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block li:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block li:before, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ul:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ul:before, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ol:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ol:before {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2 {
  position: absolute;
  top: 0;
  right: 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2__list {
  margin: 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2 .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a {
  text-decoration: none;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover .icon, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover span, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover .pseudo-link, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active span, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active .pseudo-link {
  color: #2e3d8c;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .icon {
  color: #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .pseudo-link, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a span {
  color: #6f6f6e;
  margin-left: 1px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .pseudo-link:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a span:after {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
  padding: 10px 12px;
  color: #565655;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  max-width: 100%;
  line-height: 1;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active:active, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a:active {
  border: 1px solid #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active {
  border: 1px solid #b1b2b3;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a {
  text-decoration: none;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  padding: 4px;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:active, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:active {
  border: 1px solid #b1b2b3;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:active img, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img:not(.lazyloaded), .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a img:not(.lazyloaded) {
  background: #f3f3f3;
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active {
  border: 1px solid #b1b2b3;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section {
  flex: 1;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section {
    order: 10;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs {
  margin-top: 16px;
  font-size: 12px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs .icon {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  padding: 4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .specs__element {
  width: 100%;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .specs__element:nth-child(2) {
  border-top: none;
}
.product-detail-page .product-detail-main-wrapper .small-title {
  display: block;
  margin-bottom: 16px;
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-detail-page .specs {
  display: flex;
  gap: 0 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs {
    gap: 0;
  }
}
.product-detail-page .specs__desc {
  margin-top: 24px;
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .specs__element {
  display: flex;
  padding: 12px 0;
  width: calc(50% - 20px);
  flex-shrink: 0;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  gap: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs__element {
    width: 100%;
  }
}
.product-detail-page .specs__element:nth-child(1), .product-detail-page .specs__element:nth-child(2) {
  border-top: 1px solid #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs__element:nth-child(2) {
    border-top: 0;
  }
}
.product-detail-page .specs__title, .product-detail-page .specs__value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .specs__title {
  color: #878687;
  flex-shrink: 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .specs__title {
    width: 120px;
  }
}
.product-detail-page .specs__value {
  color: #565655;
  text-align: right;
  overflow: hidden;
}
.product-detail-page .specs__value a {
  text-decoration: none;
}
html:not(.bx-touch) .product-detail-page .specs__value a:hover, .bx-touch .product-detail-page .specs__value a:active {
  text-decoration: underline;
}
.product-detail-page .description-section__text {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .description-section__text {
    font-size: 14px;
  }
}

.old-articles span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.video-popup .mfp-iframe-scaler {
  height: auto;
  aspect-ratio: 16/9;
  padding-top: 0;
}
.video-popup .mfp-iframe-scaler iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.product-detail__right {
  min-height: 570px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__right {
    min-height: auto;
  }
}
.product-detail__slider {
  position: relative;
  max-width: 552px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-detail__slider--thumb {
    max-width: 662px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .product-detail__slider--thumb {
    max-width: 662px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-big.carousel-grid .swiper-container {
    margin: 0 auto;
    width: 100%;
  }
}
.product-detail__slider-big.carousel-grid .swiper-button-prev .icon,
.product-detail__slider-big.carousel-grid .swiper-button-next .icon {
  font-size: 36px;
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area,
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area {
  width: 80px;
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area .icon,
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area .icon {
  color: #ffffff;
  stroke-width: 0.4px;
  stroke: #c5c6c6;
  font-size: 45px;
  height: 45px;
  width: 21px;
  -webkit-filter: drop-shadow(0 0 3px #c5c6c6);
  filter: drop-shadow(0 0 3px #c5c6c6);
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area {
  right: -10px;
}
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area {
  left: -10px;
}
.product-detail__slider-big.carousel-grid .swiper-button-disabled {
  display: none;
}
.product-detail__slider-thumb {
  margin: 20px 2px 0 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider-thumb {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb {
    max-width: 290px;
    margin: 40px auto 0;
    padding-right: 10px;
  }
}
.product-detail__slider-thumb .swiper-button-disabled {
  display: none !important;
}
.product-detail__slider-thumb .swiper-container {
  width: 100% !important;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider-thumb .swiper-container {
    width: calc(100% + 20px) !important;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-prev .icon,
.product-detail__slider-thumb.carousel-grid .swiper-button-next .icon {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-prev .icon {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-next .icon {
    right: 20px;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area,
.product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
  width: 50px;
}
.product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 30%, #ffffff 100%);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
    right: -15px;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
    left: -15px;
  }
}
.product-detail__collection {
  font-size: 16px;
  text-transform: uppercase;
}
.product-detail__collection .link-revert + .link-revert {
  margin-left: 16px;
}
.product-detail__collection .link-revert {
  position: relative;
}
.product-detail__collection .link-revert:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -1px;
  width: 1px;
  height: 16px;
  display: block;
  background: #c5c6c6;
}
.product-detail__collection .link-revert:first-child:before {
  content: none;
}
.product-detail__buy {
  display: flex;
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__buy {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail__buy {
    flex-direction: column;
  }
}
.product-detail__buy .btn ~ .btn {
  margin-left: 16px;
}
@media only screen and (max-width: 549px) {
  .product-detail__buy .btn ~ .btn {
    margin-top: 16px;
    margin-left: 0;
  }
}
.product-detail__desc {
  font-weight: 300;
}
.product-detail .tabs {
  margin-top: 25px;
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .product-detail__btn-block {
    display: none;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .hide-info {
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .hide-info:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .product-detail .tabs__title {
    padding: 12px 14px;
  }
}
.product-detail__sizes {
  margin-top: 30px;
}
.product-detail__colors {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__colors {
    margin-top: 25px;
  }
}
.product-detail__desc-other {
  margin-top: 30px;
}
.product-detail__btn-block {
  text-align: center;
}
.product-detail .product-rating {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-rating {
    margin-top: 24px;
  }
}
.product-detail .product-price {
  margin: 24px 0 0;
}

.hints {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .hints {
    top: 5px;
    left: 5px;
  }
}
.hints .hint-promo + .hint-promo, .hints .hint-new + .hint-promo {
  margin-left: 5px;
}
.hints .hint-promo {
  padding: 1px 5px 0;
  line-height: 21px;
}

.product-detail-slider {
  border: solid 1px #f7f7f7;
}

.product-slide {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product-slide__area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-slide__area .img-fluid {
  max-height: 100%;
}
.product-slide__area picture {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-thumbs {
  margin: -10px;
}
.product-thumbs__item {
  padding: 10px;
  width: 110px !important;
  height: 110px !important;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .product-thumbs__item {
    width: 77.25px !important;
    height: 77.25px !important;
  }
}
@media only screen and (max-width: 549px) {
  .product-thumbs__item {
    width: 75px !important;
    height: 75px !important;
  }
}
.product-thumbs__item.swiper-slide-thumb-active .product-thumbs__area {
  opacity: 1;
}
.product-thumbs__area {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: solid 1px #f7f7f7;
  opacity: 0.5;
  transition: opacity 0.1s ease-out;
}

.product-price__left, .product-price__right {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 100%;
}
.product-price__left {
  background-color: #2e3d8c;
  color: #ffffff;
}
.product-price__right {
  background-color: #f7f7f7;
}
.product-price__right .product-price__value {
  color: #2e3d8c;
}
.product-price__title {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.67;
  text-transform: uppercase;
}
.product-price__value {
  display: flex;
  align-items: center;
}
.product-price__value-new {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.product-price__value-old {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #9c9c9c;
  text-decoration: line-through;
  margin-left: 14px;
}
.product-price__desc {
  padding: 0 15px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #878687;
  height: 14px;
}
@media only screen and (max-width: 549px) {
  .product-price__desc {
    padding: 0;
  }
}
.product-price__characters-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #878687;
}
.product-price__new-article {
  margin-right: 8px;
  text-decoration: none;
  color: #ffffff;
}
.product-price__new-article a {
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product-price__new-article {
    margin-right: 0;
  }
}
.product-price__article-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-price__article-block {
    width: 100%;
    justify-content: space-between;
  }
}
.product-price__article-block .icon {
  font-size: 14px;
  display: flex;
  position: relative;
  bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .product-price__article-block .icon {
    margin-left: 0;
    font-size: 20px;
  }
}

.product-compare {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .product-compare {
    display: block;
  }
}
.product-compare__left {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.product-compare__right {
  padding-left: 20px;
  flex: 0 0 170px;
  max-width: 170px;
  box-sizing: content-box;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .product-compare__right {
    margin-top: 12px;
    text-align: left;
    padding-left: 0;
  }
}
.product-compare__right--noleft {
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-compare .pseudo-link:after {
  content: none;
}
.product-compare .link-icon, .content .product-compare .link-icon {
  color: #9c9c9c;
  font-size: 0;
  line-height: 20px;
}
html:not(.bx-touch) .product-compare .link-icon:hover, .bx-touch .product-compare .link-icon:active, html:not(.bx-touch) .content .product-compare .link-icon:hover, .bx-touch .content .product-compare .link-icon:active {
  color: #2e3d8c;
}
html:not(.bx-touch) .product-compare .link-icon:hover span, .bx-touch .product-compare .link-icon:active span, html:not(.bx-touch) .content .product-compare .link-icon:hover span, .bx-touch .content .product-compare .link-icon:active span {
  color: #2e3d8c;
}
.product-compare .link-icon .icon, .content .product-compare .link-icon .icon {
  font-size: 16px;
}
.product-compare .link-icon .icon + span, .content .product-compare .link-icon .icon + span {
  margin-left: 8px;
  padding-top: 2px;
}
.product-compare .link-icon span, .content .product-compare .link-icon span {
  color: #9c9c9c;
  font-size: 13px;
}

.interior-link {
  position: absolute;
  bottom: -24px;
  z-index: 100;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  padding: 10px 20px;
}
.interior-link .icon {
  transform: rotateZ(90deg);
}
@media only screen and (max-width: 549px) {
  .interior-link {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.other-size {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #565655;
  text-transform: uppercase;
  padding: 7px 8px 6px;
  white-space: nowrap;
  background-color: #ffffff;
  border: 2px solid #f7f7f7;
}
@media only screen and (max-width: 549px) {
  .other-size {
    white-space: normal;
  }
}
html:not(.bx-touch) .other-size:hover, .bx-touch .other-size:active {
  border-color: #2e3d8c;
  color: #2e3d8c;
}

.other-size-list {
  margin: -4px;
  padding: 2px 6px;
}
.other-size-list .other-size-list__item {
  padding: 4px;
}
.other-size-list .other-size-list__item span {
  border-color: #2e3d8c;
}

.other-color {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 2px solid #c5c6c6;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1023px) {
  .other-color {
    width: 30px;
    height: 30px;
  }
}
html:not(.bx-touch) .other-color:not(span):hover, .bx-touch .other-color:not(span):active {
  border-color: #2e3d8c;
}
.other-color--gradient {
  background: linear-gradient(119deg, rgba(255, 255, 255, 0.9) 9%, rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0.3) 32%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0) 73%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 93%);
}

.other-color-list {
  margin: -7px;
  padding: 2px 3px;
}
.other-color-list .other-color-list__item {
  padding: 7px;
}
.other-color-list .other-color-list__item span {
  border-color: #2e3d8c;
}

.old-article {
  font-size: 12px;
  color: #565655;
}
.old-article__name {
  font-weight: 300;
}
.old-article__value {
  font-weight: normal;
}

.visibility {
  margin-top: 40px;
  padding: 0 40px;
  width: 100%;
  min-height: 130px;
}
@media only screen and (max-width: 1439px) {
  .visibility {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .visibility {
    margin-top: 30px;
    padding: 0 0 30px;
  }
}
.visibility__icon {
  margin-bottom: 12px;
  width: 100%;
}
.visibility__icon svg {
  width: 88px;
  height: 88px;
}
@media only screen and (max-width: 549px) {
  .visibility__icon svg {
    width: 64px;
    height: 64px;
  }
}
.visibility__desc {
  display: flex;
  color: #878687;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
}
.visibility__name {
  line-height: 1.22;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  color: #2e3d8c;
  text-align: center;
}
.visibility.carousel-grid .swiper-button-next, .visibility.carousel-grid .swiper-button-prev {
  top: -23px;
  width: 46px;
}
.visibility.carousel-grid .swiper-button-next .icon, .visibility.carousel-grid .swiper-button-prev .icon {
  font-size: 17px;
}
.visibility.carousel-grid .swiper-button-next {
  right: 0;
}
.visibility.carousel-grid .swiper-button-prev {
  left: 0;
}
.visibility.carousel-grid .swiper-button-disabled {
  display: none !important;
}

.product-rating {
  display: flex;
  align-items: center;
  text-decoration: none;
}
html:not(.bx-touch) .product-rating:hover .product-rating__title, .bx-touch .product-rating:active .product-rating__title {
  color: #878687;
}
.product-rating__title {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1;
  margin-left: 8px;
  padding-top: 3px;
}
.product-rating__stars {
  font-size: 0;
  margin: 0 -1px;
}
.product-rating .star {
  padding: 0 1px;
}
.product-rating .star .icon {
  font-size: 15px;
}

.catalog-tabs-section .tags {
  display: none !important;
}
.catalog-tabs-section .toogle-filter__item.disabled {
  display: none !important;
}
.catalog-tabs-section .catalog-switch {
  display: none;
}
.catalog-tabs-section .pager__nav {
  display: none !important;
}

.toogle-filter .js-show-popup-filter, .toogle-filter .blocked-js-show-popup-filter {
  display: none !important;
}

.catalog-list .catalog-filter__variants {
  padding-top: 0;
}

.catalog-list .toogle-filter__title {
  margin-top: 0;
}

.catalog-list .toogle-filter--price:first-of-type {
  margin-top: 0;
}

.main-thumb-detail-page-slider {
  position: relative;
}
.main-thumb-detail-page-slider__arrow-prev, .main-thumb-detail-page-slider__arrow-next {
  position: absolute;
  width: 12px;
  height: 24px;
  z-index: 20;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev, .main-thumb-detail-page-slider__arrow-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.main-thumb-detail-page-slider__arrow-prev.swiper-button-disabled, .main-thumb-detail-page-slider__arrow-next.swiper-button-disabled {
  opacity: 0;
}
.main-thumb-detail-page-slider__arrow-prev .icon, .main-thumb-detail-page-slider__arrow-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
}
html:not(.bx-touch) .main-thumb-detail-page-slider__arrow-prev:hover .icon, .bx-touch .main-thumb-detail-page-slider__arrow-prev:active .icon, html:not(.bx-touch) .main-thumb-detail-page-slider__arrow-next:hover .icon, .bx-touch .main-thumb-detail-page-slider__arrow-next:active .icon {
  color: #b1b2b3;
}
.main-thumb-detail-page-slider__arrow-prev {
  top: 8px;
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev {
    top: 50%;
    left: 4px;
  }
}
.main-thumb-detail-page-slider__arrow-prev:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 4px;
  left: -26px;
  width: 64px;
  height: 24px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev:before {
    transform: translateY(-50%);
    left: -5px;
    top: 50%;
    width: 22px;
    height: 64px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  }
}
.main-thumb-detail-page-slider__arrow-prev .icon {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev .icon {
    transform: rotate(0deg);
  }
}
.main-thumb-detail-page-slider__arrow-next {
  bottom: -18px;
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next {
    left: unset;
    bottom: 0;
    right: 4px;
  }
}
.main-thumb-detail-page-slider__arrow-next:before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: -26px;
  width: 64px;
  height: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next:before {
    transform: translateY(-50%);
    left: -5px;
    top: 50%;
    width: 22px;
    height: 64px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  }
}
.main-thumb-detail-page-slider__arrow-next .icon {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next .icon {
    transform: rotate(180deg);
  }
}

.detail-video-block {
  display: flex;
  width: fit-content;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
html:not(.bx-touch) .detail-video-block:hover .icon, .bx-touch .detail-video-block:active .icon {
  transform: translate(-50%, -50%) scale(1.1);
}
@media only screen and (max-width: 1023px) {
  .detail-video-block {
    position: absolute;
  }
}
.detail-video-block__cnt, .detail-video-block .icon {
  position: absolute;
}
.detail-video-block .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  transition: transform 0.2s ease-out;
}
.detail-video-block__cnt {
  font-size: 12px;
  top: 0;
  right: -4px;
  transform: translateY(-50%);
  display: flex;
  height: 16px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 16px;
  background: #ec8213;
}
.detail-video-block__image:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.detail-video-block__image img {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .main-thumb-detail-page-slider--video {
    width: calc(100% - 84px);
    margin-left: 84px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.detail/products.map/style.css?16643577864075*/
.product-short {
  display: flex;
  align-items: start;
  padding: 40px 30px 25px;
}
@media only screen and (max-width: 767px) {
  .product-short {
    padding: 20px 0 25px;
    flex-direction: column;
  }
}
.product-short ~ .map-products-wr {
  margin-top: -25px;
}
.product-short__pic {
  display: flex;
  align-items: start;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .product-short__pic {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.product-short__pic .catalog-list-item {
  width: 117px;
}
@media only screen and (max-width: 549px) {
  .product-short__pic .catalog-list-item {
    width: 62px;
  }
}
.product-short__pic .no-photo .icon {
  width: 40px;
  height: 40px;
}
.product-short__pic .catalog-list-item__pic-area {
  padding-top: 100%;
  border: 1px solid #f7f7f7;
}
@media only screen and (max-width: 549px) {
  .product-short__pic .catalog-list-item__pic-area {
    padding-top: 96.8%;
    min-height: 60px;
  }
}
.product-short__pic .product-short__name {
  margin-left: 10px;
}
.product-short__content {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .product-short__content {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.product-short .product-short__name {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  color: #565655;
  margin-bottom: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .product-short .product-short__name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
}
html:not(.bx-touch) .product-short .product-short__name:hover, .bx-touch .product-short .product-short__name:active {
  color: #2e3d8c;
}
.product-short__artnumber {
  font-size: 12px;
  line-height: 1.17;
  color: #878687;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-short__artnumber {
    margin-bottom: 12px;
  }
}
.product-short__hints {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .product-short__hints {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-short__hints .hint .icon {
    font-size: 20px;
  }
}
.product-short__rating {
  margin-bottom: 16px;
}
.product-short__rating .product-rating__title {
  font-size: 12px;
}
.product-short__sizes {
  margin-bottom: 16px;
}
.product-short__sizes .h4 {
  font-size: 12px;
}
.product-short__sizes .other-size-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.product-short__sizes .other-size {
  font-size: 12px;
}
.product-short__colors .h4 {
  font-size: 12px;
}
.product-short__btn {
  min-width: 190px;
  max-width: 190px;
}
@media only screen and (max-width: 549px) {
  .product-short__btn {
    min-width: 100%;
    max-width: 100%;
  }
}
.product-short__btn .icon--arr-x {
  display: none;
}
.product-short__btn .btn {
  width: 100%;
  text-align: center;
}
.product-short__btn .btn ~ .btn {
  margin-top: 8px;
}
.product-short .product-compare {
  justify-content: center;
  margin-top: 20px;
}
.product-short .catalog-list-item__pic-area {
  margin-bottom: 0;
}
.product-short .catalog-item-slider__dots {
  bottom: -12px;
}
.product-short .product-price__value {
  align-items: baseline;
}
.product-short .product-price__value-new {
  color: #2e3d8c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.product-short .product-price__value-old {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  margin-left: 8px;
}
.product-short .product-price__desc {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .product-short .product-price__desc {
    height: auto;
  }
}
.product-short .other-color-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (max-width: 767px) {
  .product-short .other-color-list {
    margin-top: -10px;
  }
}
.product-short .other-color-list .other-color-list__item {
  padding: 7px 4px;
}
@media only screen and (max-width: 767px) {
  .product-short .other-color-list .other-color {
    width: 25px;
    height: 25px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/map.products/style.css?17346938193923*/
.map-products-wr {
  padding: 0 30px 35px;
}
@media only screen and (max-width: 767px) {
  .map-products-wr {
    padding: 0;
  }
}

.map-products {
  border-top: 1px solid #f7f7f7;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .map-products {
    padding: 0;
  }
}
.map-products__item {
  display: table;
  width: 100%;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .map-products__item {
    padding: 16px 0;
    border-top: 1px solid #f7f7f7;
  }
}
@media only screen and (max-width: 767px) {
  .map-products__item:first-child {
    border-top: none;
  }
}
.map-products__left {
  width: 1%;
}
.map-products__right {
  width: 100%;
}
.map-products__left, .map-products__right {
  display: table-cell;
  vertical-align: top;
}
.map-products .product-price, .map-products__btn {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price, .map-products__btn {
    display: block;
  }
}
.map-products__pic {
  display: flex;
  align-items: start;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .map-products__pic {
    margin-right: 16px;
  }
}
.map-products__pic .catalog-list-item {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .map-products__pic .catalog-list-item {
    width: 64px;
  }
}
.map-products__pic .catalog-list-item__pic-area {
  padding-top: 100%;
  border: 1px solid #f7f7f7;
  margin-bottom: 0;
}
@media only screen and (max-width: 549px) {
  .map-products__pic .catalog-list-item__pic-area {
    min-height: 64px;
    padding-top: 96.8%;
  }
}
.map-products__pic .catalog-item-slider__dots {
  display: none;
}
.map-products__pic .no-photo .icon {
  width: 40px;
  height: 40px;
}
.map-products__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #565655;
  max-width: 242px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .map-products__name {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}
html:not(.bx-touch) .map-products__name:hover, .bx-touch .map-products__name:active {
  color: #2e3d8c;
}
.map-products .product-price {
  white-space: nowrap;
  min-width: 100px;
}
.map-products .product-price--empty {
  min-width: 180px;
}
.map-products .product-price--empty .product-price__value {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price--empty .product-price__value {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.map-products .product-price--empty .product-price__value-new--small {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
}
.map-products .product-price--empty .product-price__value-new--small span {
  display: none;
}
.map-products .product-price__value {
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price__value {
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.map-products .product-price__value-new {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  color: #2e3d8c;
}
.map-products .product-price__value-new--small {
  font-size: 12px;
  white-space: normal;
  min-width: 100px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price__value-old {
    margin-left: 0;
  }
}
.map-products .btn {
  width: 180px;
  text-align: center;
}
.map-products .btn .icon {
  display: none;
}
.map-products__artnumber {
  padding-top: 4px;
  font-size: 12px;
  color: #878687;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .map-products__artnumber {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .map-products__hints {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .map-products .hint .icon {
    font-size: 20px;
  }
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/products.list/style.css?17346938193651*/
.catalog-list-item {
  display: block;
  text-decoration: none;
}
.catalog-list-item__wrap--sets .catalog-list-item__pic-area {
  border: solid 1px #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .catalog-list-item__wrap--sets .catalog-list-item__pic-area {
    border: none;
  }
}
.catalog-list-item__pic-area {
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 90%;
  margin-bottom: 16px;
  z-index: 1;
}
@media only screen and (max-width: 549px) {
  .catalog-list-item__pic-area {
    min-height: 122px;
  }
}
.catalog-list-item__pic-area .icon--sale {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 24px;
  color: #ec8213;
}
.catalog-list-item__pic {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.catalog-list-item__pic .img-fluid {
  max-height: 100%;
}
.catalog-list-item__pic-slider {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
}
.catalog-list-item__hints {
  position: absolute;
  top: 0;
  left: 5px;
}
.catalog-list-item__hints .hint-promo, .catalog-list-item__hints .hint {
  margin: 5px 0;
}
.catalog-list-item__title {
  display: block;
  max-width: 200px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
}
.catalog-list-item__price {
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
}
.catalog-list-item__price-new {
  display: block;
  height: 20px;
  font-size: 16px;
  line-height: 1.25;
  color: #1c2656;
  font-weight: 400;
}
.catalog-list-item__price-old {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 1.17;
  color: #878687;
  text-decoration: line-through;
}
.catalog-list-item__info {
  display: block;
  margin-bottom: 3px;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-list-item__info:hover .catalog-list-item__title, .bx-touch .catalog-list-item__info:active .catalog-list-item__title {
  text-decoration: underline;
}
.catalog-list-item .link-icon {
  font-size: 14px;
  line-height: 1.43;
}
html:not(.bx-touch) .catalog-list-item .link-icon:hover span, .bx-touch .catalog-list-item .link-icon:active span {
  color: #2e3d8c;
}
.content .catalog-list-item .link-icon .icon {
  font-size: 12px;
  color: #b1b2b3;
}
.content .catalog-list-item .link-icon .icon + span {
  margin-left: 3px;
}
.catalog-list-item .link-icon span {
  font-size: 11px;
  letter-spacing: 0.15px;
  color: #878687;
}
.catalog-list-item .link-icon span:after {
  content: none;
}
html:not(.bx-touch) .catalog-list-item .link-icon.active:hover .icon, html:not(.bx-touch) .catalog-list-item .link-icon.active:hover span, .bx-touch .catalog-list-item .link-icon.active:active .icon, .bx-touch .catalog-list-item .link-icon.active:active span {
  color: #000356;
}
.catalog-list-item .link-icon.active .icon {
  color: #2e3d8c;
}
.catalog-list-item .link-icon.active span {
  color: #2e3d8c;
}
.catalog-list-item .catalog-item-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-list-item .partners-info {
  margin-bottom: 7px;
}

.partners-info {
  cursor: pointer;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
}
html:not(.bx-touch) .partners-info:hover span, .bx-touch .partners-info:active span {
  text-decoration: none;
}
html:not(.bx-touch) .partners-info:hover .hint-white, .bx-touch .partners-info:active .hint-white {
  background: #2e3d8c;
  color: #ffffff;
}
.partners-info span:not(.hint-white) {
  text-decoration: underline;
}
.partners-info .hint-white {
  margin-top: 1px;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984*/
.pager {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__next {
  margin-bottom: 50px;
}
@media only screen and (max-width: 549px) {
  .pager__next {
    margin-bottom: 40px;
  }
}
.pager .preloader:before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1693%) hue-rotate(216deg) brightness(92%) contrast(87%);
}
.pager .loader--active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
.content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  border-right: none;
  font-size: 16px;
  line-height: 35px;
  color: #565655;
  text-align: center;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin: 0 4px;
}
@media only screen and (max-width: 549px) {
  .content .paging__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
  text-decoration: underline;
  color: #2e3d8c;
}
.content .paging__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.content .paging__item--arr {
  color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
@media only screen and (max-width: 549px) {
  .content .paging__item--arr {
    display: none;
  }
}
html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.content .paging__item--active {
  background-color: #f7f7f7;
}
html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
  text-decoration: none;
  pointer-events: none;
  color: #565655;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/product.interiors/style.css?17373579703003*/
.product-interiors {
  overflow: hidden;
  position: relative;
}
.product-interiors:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  gap: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .product-interiors:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 0 20px;
  }
}
.product-interiors__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}
.product-interiors__nav.swiper-button-disabled {
  display: none;
}
.product-interiors__nav .icon {
  width: 22px;
  height: 40px;
  color: #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .product-interiors__nav .icon {
    width: 18px;
    height: 36px;
  }
}
.product-interiors__nav--prev {
  left: 0;
  margin-left: 28px;
}
@media only screen and (max-width: 1023px) {
  .product-interiors__nav--prev {
    margin-left: 14px;
  }
}
.product-interiors__nav--next {
  right: 0;
  margin-right: 28px;
}
@media only screen and (max-width: 1023px) {
  .product-interiors__nav--next {
    margin-right: 14px;
  }
}
.product-interiors__nav--next .icon {
  transform: rotate(180deg);
}
.product-interiors .swiper-slide {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-interiors .swiper-slide {
    width: 100%;
  }
}
html:not(.bx-touch) .product-interiors .swiper-slide:hover .design-collection-name, .bx-touch .product-interiors .swiper-slide:active .design-collection-name {
  opacity: 1;
}
.product-interiors .swiper-slide:not(:has(img.lazyloaded)) img {
  background: #f3f3f3;
}
.product-interiors .swiper-slide .points-list-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-interiors .swiper-slide .points-list-wrapper .points-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.product-interiors .swiper-slide .points-list-wrapper .point-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: rgba(111, 111, 110, 0.85);
  transform: translate(50%, 50%);
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .product-interiors .swiper-slide .points-list-wrapper .point-label {
    transform: unset;
  }
}
.product-interiors .swiper-slide .points-list-wrapper .point-label .icon {
  font-size: 12px;
  color: #ffffff;
}
@media only screen and (max-width: 549px) {
  .product-interiors .swiper-slide .points-list-wrapper .point-label .icon {
    font-size: 10px;
  }
}
.product-interiors .swiper-slide .points-list-wrapper .point-label:before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.product-interiors .swiper-slide img {
  aspect-ratio: 4/3;
  width: 100%;
  object-position: 50% 0;
  object-fit: contain;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/catalog.smart.filter/.default/style.css?173735797011398*/
.filter-preload {
  position: relative;
}
.filter-preload::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(290deg, #f6f6f6, #f3f3f3, #f7f7f7, #ffffff);
  background-size: 400% 400%;
  animation: gradientPreload 2s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradientPreload {
  0% {
    background-position: 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50%;
  }
}
.catalog-filter {
  background: #f7f7f7;
  padding: 24px 20px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter {
    padding: 0;
  }
}
.catalog-filter__variants {
  padding-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter__variants {
    margin: 0;
    height: 0;
    opacity: 0;
    padding-top: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
  }
}
.catalog-filter__variants .column-props:not(:first-child) .toogle-filter {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .catalog-filter__variants {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .catalog-filter__variants .form-control {
    max-width: 100%;
  }
}
.catalog-filter > .btn {
  padding: 8px 12px 6px;
  font-size: 16px;
  line-height: 26px;
}
.catalog-filter .icon--arr-y {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(-180deg);
  font-size: 7px;
  fill: #b1b2b3;
  transition: transform 0.1s ease-out;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-top: -2px;
}
.content .catalog-filter .h3 {
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1023px) {
  .content .catalog-filter .h3 {
    padding: 15px 15px 13px;
    font-size: 14px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1023px) {
  .content .catalog-filter .h3 .icon {
    right: 17px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .h3 .icon {
    transform: translateY(-50%) rotateZ(0deg);
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter .filter-shops-vals {
    display: none;
  }
}
.catalog-filter .filter-shops-vals + .catalog-filter__variants {
  margin-top: 14px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter .filter-shops-vals + .catalog-filter__variants {
    margin-top: 0;
  }
}
.catalog-filter .filter-shops-vals .form-control, .catalog-filter .filter-shops-vals .select2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .filter-shops-vals {
    display: block;
    padding: 0 20px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 549px) {
  .catalog-filter.open .filter-shops-vals {
    padding: 0 15px;
  }
}
.catalog-filter .jspHorizontalBar {
  display: none;
}
.catalog-filter .hidden-props ~ .toogle-filter {
  display: none;
}
.catalog-filter--popup {
  padding: 44px 48px 20px 40px;
  position: relative;
  background-color: #ffffff;
}
.catalog-filter--popup .h3 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 16px;
}
.catalog-filter--popup .toogle-filter, .catalog-filter--popup .hidden-props ~ .toogle-filter {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  page-break-inside: avoid;
  width: 100%;
  margin-top: 0;
}
.catalog-filter--popup .catalog-filter__variants {
  display: flex;
  margin-top: -18px;
  margin-left: -30px;
  margin-right: -30px;
}
.catalog-filter--popup .toogle-filter + .toogle-filter {
  margin-top: 0;
}
.catalog-filter--popup .column-props:not(:first-child) .toogle-filter {
  margin-top: 0;
}
.catalog-filter--popup .column-props {
  width: 50%;
}
.catalog-filter--popup .catalog-filter {
  background: #ffffff;
  padding: 0;
}
.catalog-filter--popup .toogle-filter.open .toogle-filter__variants {
  margin-bottom: 15px;
}
.catalog-filter + .btn {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter + .btn {
    margin-top: -20px;
  }
}
html:not(.bx-touch) .catalog-filter .ckeck-custom:hover input[type=checkbox]:not(:disabled) + .filter-link span, .bx-touch .catalog-filter .ckeck-custom:active input[type=checkbox]:not(:disabled) + .filter-link span {
  color: rgba(0, 0, 0, 0.7);
}
html:not(.bx-touch) .catalog-filter .ckeck-custom:hover input[type=checkbox]:not(:checked) + .filter-link span:before, .bx-touch .catalog-filter .ckeck-custom:active input[type=checkbox]:not(:checked) + .filter-link span:before {
  border-color: #9c9c9c;
}
.catalog-filter .ckeck-custom.disabled .filter-link, .catalog-filter .ckeck-custom.disabled .filter-link span, .catalog-filter .ckeck-custom.disabled .filter-link span:before {
  cursor: default;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span {
  padding-left: 28px;
  line-height: 20px;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span::first-letter {
  text-transform: uppercase;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span:before {
  border-radius: 1px;
  border-color: #c5c6c6;
  width: 20px;
  height: 20px;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:before {
  background-color: #2e3d8c;
  border: 2px solid #2e3d8c;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAxMi40NDUgOS4yNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgIH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Ljc3NyAtNi4xODIpIiBkPSJNOS4yMjIsMTUuNDQ0LDQuNzc4LDExLDYuMDMxLDkuNzQ3bDMuMTkxLDMuMTgyLDYuNzQ3LTYuNzQ3LDEuMjUzLDEuMjYyWiIvPjwvc3ZnPg==");
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0;
  width: 12px;
  height: 9px;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round {
  border: none;
  cursor: not-allowed;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round .icon--check {
  display: none;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .color-round .icon--check {
  display: inline-block;
}
.catalog-filter .ckeck-custom input[type=checkbox], .catalog-filter .ckeck-custom input[type=radio] {
  display: none;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span {
  color: #c5c6c6;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:before, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:before, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span:before, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span:before {
  background-color: rgba(197, 198, 198, 0.6);
  border: none;
  opacity: 0.6;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:after, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:after, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span:after, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span:after {
  content: none;
}

.filter-popup .modal-popup {
  max-width: 588px;
}
.filter-popup .mfp-inline-holder .mfp-content .mfp-close {
  padding: 20px;
}

@media only screen and (max-width: 1023px) {
  .toogle-filter {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 549px) {
  .toogle-filter {
    padding: 0 15px;
  }
}
.toogle-filter + .toogle-filter {
  margin-top: 32px;
}
.toogle-filter__variants {
  display: none;
  max-height: 148px;
  overflow: hidden;
}
@media only screen and (max-width: 549px) {
  .toogle-filter__variants {
    display: none;
  }
}
.toogle-filter__variants:not(.toogle-filter__variants--colors) {
  width: 100% !important;
}
.toogle-filter__variants .jspContainer, .toogle-filter__variants .jspPane {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.toogle-filter__variants .jspDrag {
  background: #9c9c9c;
  border-radius: 4px;
  width: 4px;
}
.toogle-filter__variants .jspTrack {
  width: 4px;
  border-radius: 4px;
  background: #f3f3f3;
}
.toogle-filter__variants .jspVerticalBar {
  right: 2px;
}
.toogle-filter__variants--colors {
  max-height: 100%;
  margin: -8px;
}
.toogle-filter__variants--colors .toogle-filter__item {
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
}
.toogle-filter__item:not(.d-none) ~ .toogle-filter__item:not(.d-none) {
  margin-top: 12px;
}
.toogle-filter__variants--colors .toogle-filter__item:not(.d-none) ~ .toogle-filter__item:not(.d-none) {
  margin-top: 8px;
}
.toogle-filter__title {
  display: flex;
  align-items: center;
  padding-right: 25px;
  margin: 17px 0 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 549px) {
  .toogle-filter__title {
    cursor: pointer;
    position: relative;
    margin-top: 15px;
  }
}
.toogle-filter__title + .form-control {
  display: none;
  margin-bottom: 16px;
  max-width: 220px;
}
.toogle-filter__title span {
  font-size: 14px;
  font-weight: 500;
}
.toogle-filter__subtitle {
  margin-bottom: 8px;
}
.toogle-filter__subtitle + .form-control {
  margin-bottom: 16px;
  max-width: 210px;
}
.toogle-filter__delim {
  color: #b1b2b3;
}
.toogle-filter--price {
  margin: 32px 0 0;
}
.toogle-filter--price__range {
  height: 2px;
  margin: 0 4px;
}
.toogle-filter--price .toogle-filter__variants {
  max-height: 100%;
}
.toogle-filter.open .toogle-filter__title + .form-control {
  display: block;
}
.toogle-filter.open .icon {
  transform: translateY(-50%) rotateZ(0deg);
}
.toogle-filter.open .toogle-filter__variants {
  display: block;
  -webkit-overflow-scrolling: touch;
}
.toogle-filter .jspScrollable .ckeck-custom {
  padding-right: 10px;
}

.filter-link, .content .filter-link {
  color: #565655;
}

.color-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}
.color-round .color-round__check {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.color-round .color-round__check:before {
  content: none;
}
.color-round .color-round__check .icon {
  display: none;
  font-size: 14px;
  transform: none;
  z-index: 4;
}
.color-round .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/* End */


/* Start:/local/components/teamprofi/banners/templates/product-detail/style.css?165719870151*/
.product-detail ~ .banners {
  margin-top: 40px; }

/* End */
/* /local/templates/2019/components/bitrix/catalog/.default/style.css?173735797014870 */
/* /local/templates/2019/components/teamprofi/empty/video/style.css?173469381915656 */
/* /local/templates/2019/components/bitrix/news.detail/products/style.css?174549988452134 */
/* /local/templates/2019/components/bitrix/news.detail/products.map/style.css?16643577864075 */
/* /local/templates/2019/components/bitrix/news.list/map.products/style.css?17346938193923 */
/* /local/templates/2019/components/teamprofi/empty/products.list/style.css?17346938193651 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/bitrix/news.list/product.interiors/style.css?17373579703003 */
/* /local/templates/2019/components/bitrix/catalog.smart.filter/.default/style.css?173735797011398 */
/* /local/components/teamprofi/banners/templates/product-detail/style.css?165719870151 */
