

/* Start:/local/templates/bashtemplate_new/components/bitrix/news/design-ideas-2/bitrix/news.detail/.default/style.css?174548981735108*/
.ya-share2 .ya-share2__list.ya-share2__list_direction_horizontal {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ya-share2.article-hero__share.article-share .ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23000'/%3E%3C/svg%3E");
}

.article-hero__share .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  bottom: 60px;
}

/* social link */
.img-reset {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
.article.container {
  margin-bottom: 20px;
}

.article-hero {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

.article-hero__preview {

  border-radius: 20px;
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.article-hero__img {
  object-fit: cover;
}

.article-hero__box {

  width: 80%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: auto auto 10px;
}

.article-hero__tags-box {
  width: 30px;
}

.article-hero__tags {
  font: 400 16px/20px var(--font);
  color: var(--gray-900);
  transition: color 0.3s ease-in-out;
}

.article-hero__tags:hover {
  color: var(--navy-blue);
}

.article-hero__title {
  margin: 0;
  font: 700 32px/45px var(--font-georgia);
  color: var(--gray-900);
  text-align: center;
}

.article-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.article-hero__meta-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-900);
  font: 400 14px/18px var(--font);
}

.meta-date__box {
  width: 20px;
  height: 20px;
}

.meta-viewed__box {
  width: 18px;
  height: 14px;
}

.article-content {
  padding: 40px 50px;
  border-radius: 20px;
  text-indent: 25px;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
}

.article-content p {
margin: auto;
    width: 60%;
    font: 400 18px/26px var(--font);
    color: var(--gray-800);
}

.article-content img {
  display: block;
  width: calc(50% - 20px);
  margin: 0 auto;
}

.article-slider {
  position: relative;
  max-width: 1630px;
  width: 100%;
}

.article-slider__slide {
  position: relative;
}

.article-slider__slide-share {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.article-slider__slide-share-icon {
  pointer-events: none;
}

.article-slider .swiper {
  margin-bottom: 20px;
}

.article-slider__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.article-slider__button {
  position: absolute;
  top: 37%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/bitrix/templates/bashtemplate_copy/images/arrow-top-small.png);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.article-slider__button.swiper-button-disabled {
  opacity: 0.6;
}

.article-slider__button-prev {
  left: -100px;
  transform: rotate(-90deg);
}

.article-slider__button-next {
  right: -100px;
  transform: rotate(90deg);
}

.article-slider__pagination {
  margin: 0 auto;
}

.article-slider .article-slider__pagination.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: none;
}

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

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

.article-keywords__title {
  margin: 0 0 10px;
  font: 400 20px/24px var(--font);
}

.element-in-idea {
  margin-bottom: 20px;
}

.element-in-idea .product-series__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 1750px) {
  .article-slider__button {
    top: auto;
    bottom: 0;
    position: static;
  }
}
@media (max-width: 1630px) {
  .article-content {
    width: calc(100% - 30px);
    padding: 20px 15px;
  }
}
@media (max-width: 1000px) {
  .article-hero {
    padding: 0;
    display: block;
  }
  .article-hero__preview {
    border-radius: 0;
  }
  .article-hero__box {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  
    .article-content p {   
    width: 90%;
    }
  
  .articles-item__tags-text, .articles-item__views-count, .articles-item__date-text {font: 400 10px / 17px var(--font);}
  
  
  
  .article-hero__tags {
    font: 400 14px/16px var(--font);
  }
  .article-hero__tags-box {
    width: 25px;
  }
  .article-keywords__title {
    font: 400 16px/20px var(--font);
  }
  .article-content img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .article-content {
    width: calc(100% - 10px);
    padding: 10px;
   
    font: 400 16px/20px var(--font);
    text-indent: 5px;
  }
  .article-content p {
    font: 400 16px/20px var(--font);
  }
  .article-slider {
    padding: 0;
  }
  .article-slider__control {
    padding: 0 7px;
  }
  .article-source {
    font: 400 16px/20px var(--font);
  }
  .element-in-idea .product-series__items {
    gap: 50px 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
a.back-link {
  font: 400 18px/20px var(--font);
  color: var(--navy-blue);
  text-decoration: underline;
  text-align: center;
}

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

.blue-div {
     text-align: center;
    padding: 20px;
    margin: 50px auto;
    background: #d6ecff;
      width: 50%;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}

.blue-div:before{ 
content: " ";
    background: #5570bf;
    width: 20%;
    height: 3px;
    top: 30px;
    position: absolute;
    left: 40%;
}
.blue-div-main {
   font: 700 32px / 38px var(--font-georgia);
    padding: 70px 50px 20px 50px;
}
.blue-div-center
{    margin: 10px 30px 40px 30px;}




.card-product__link {
  display: flex;
  flex-direction: column;
  margin: 0 0 auto;
  height: 100%;
  gap: 15px;
  color: var(--main-text);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product-container {
  position: relative;
}

.slider .swiper-slide.card-product-container .card-product-wrapper {
  box-shadow: none;
}

.slider .swiper-slide.card-product-container.hover .card-product-wrapper {
  position: static;
  padding: 15px 0 0;
  box-shadow: none;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product-hidden {
  display: flex;
  opacity: 1;
  align-self: center;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product__btns.card-product-hidden {
  justify-content: space-between;
  width: 100%;
}

.card-product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 15px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.card-product-container.hover .card-product-wrapper {
  position: absolute;
  right: -15px;
  left: -15px;
  padding: 15px 15px;
  width: auto;
  border-color: transparent;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.bx-touch .card-product-wrapper {
  padding: 15px 0 0;
  width: auto;
  background: #fff;
}

.card-product-container.hover .card-product-wrapper {
  animation: card-product-hover 300ms 1 ease;
}

@keyframes card-product-hover {
  0% {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*Image*/
.card-product-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.card-product-container.hover.card-product-scalable-card .card-product-image-wrapper {
  padding-top: 54%;
}

.card-product-image-original,
.card-product-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.card-product-container.hover .card-product-image-original {
  opacity: 0;
}

.card-product-container.hover .card-product-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.card-product-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.card-product-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .card-product-image-slide {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .card-product-image-slide.next,
  .card-product-image-slide.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .card-product-image-slide.prev,
  .card-product-image-slide.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .card-product-image-slide.next.left,
  .card-product-image-slide.prev.right,
  .card-product-image-slide.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.card-product-image-slider-slide-container > .active,
.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  display: block;
}

.card-product-image-slider-slide-container > .active {
  left: 0;
}

.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.card-product-image-slider-slide-container > .next {
  left: 100%;
}

.card-product-image-slider-slide-container > .prev {
  left: -100%;
}

.card-product-image-slider-slide-container > .next.left,
.card-product-image-slider-slide-container > .prev.right {
  left: 0;
}

.card-product-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.card-product-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--theme-color-primary);
  opacity: 0.8;
}

.card-product-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.card-product-container.hover .card-product-image-slider-control-container,
.card-product-line-card:hover .card-product-image-slider-control-container {
  opacity: 1;
}

.card-product-image-slider-control,
.card-product-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.card-product-image-slider-control:hover,
.card-product-image-slider-control.active:hover {
  cursor: pointer;
}

.card-product-image-slider-control.active,
.card-product-image-slider-control:hover {
  background-color: var(--primary);
}

/*RING*/
.card-product-label-ring {
  top: 15px;
  right: 0;
  z-index: 0;
}

.card-product-label-ring-text {
  font: 700 16px/20px var(--font);
  color: var(--gray-800);
  position: relative;
  z-index: 1;
  transform: translateX(-10%);
}

.card-product-label-ring::after {
  content: "";
  width: 110%;
  height: 110%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  border-radius: 5px;
}

.card-product-label-ring-icon {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*Title*/
.card-product-title {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: var(--gray-800);
}

.card-product-title a {
  color: var(--gray-700);
  text-decoration: none;
  transition: 250ms linear all;
}

.card-product-line-card .card-product-title {
  white-space: normal;
  text-align: left;
}

.card-product-big-card .card-product-title a {
  font-size: 21px;
}

.card-product-line-card .card-product-title a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .card-product-big-card .card-product-title a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-product-big-card .card-product-title a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
/*Price*/
.card-product-price-container {
  text-align: center;
  line-height: 1.1;
}

.card-product-price-current {
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

.card-product-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 15px;
}

.card-product-big-card .card-product-price-current,
.card-product-big-card .card-product-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.card-product-big-card .card-product-price-current {
  font-size: 18px;
}

.card-product-big-card .card-product-price-old {
  font-size: 15px;
}

/*Info*/
.card-product-info-container-title {
  font-size: 12px;
}

.card-product-container .card-product-info-container.card-product-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-info-container.card-product-touch-hidden {
  display: none !important;
}

.bx-touch .card-product-info-container.card-product-hidden,
.card-product-container.hover .card-product-info-container.card-product-hidden,
.card-product-line-card .card-product-container .card-product-info-container.card-product-hidden {
  display: block;
  opacity: 1;
}

.card-product-container.hover .card-product-info-container.card-product__btns.card-product-hidden {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  align-self: auto;
}

/*Amount*/
.card-product-amount {
  padding: 0 0 2px;
  text-align: center;
}

.card-product-amount-field-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 150px;
}

.card-product-amount-field-btn-plus,
.card-product-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .card-product-amount-field-btn-plus,
.bx-retina .card-product-amount-field-btn-minus {
  border-width: 0.5px;
}

.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.card-product-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-plus:hover:after,
.card-product-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.card-product-amount-field-block {
  flex: 1;
}

.card-product-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .card-product-amount-field {
  border-width: 0.5px;
}

.card-product-amount-field:focus {
  outline: none !important;
}

input.card-product-amount-field::-webkit-outer-spin-button,
input.card-product-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.card-product-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

/*.card-product-big-card .card-product-amount-field-container { text-align: left; }*/
.card-product-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.card-product-amount-label-container {
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.card-product-quantity {
  font-size: 12px;
}

/*region Properties */
.card-product-properties {
  display: block;
}

/*endregion*/
/* SCU */
.card-product-line-card .card-product-scu-container {
  text-align: left;
}

.card-product-scu-container-title {
  color: #333;
  font-size: 12px;
}

.card-product-scu-block-title {
  font-size: 12px;
  margin: 0 0 5px;
}

.card-product-scu-item-color-container,
.card-product-scu-item-text-container {
  display: inline-block;
  padding: 5px 3px;
  max-width: 100%;
}

.card-product-scu-item-text-container {
  min-width: 32px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.card-product-scu-item-text-container.selected {
  border-color: rgb(0, 0, 0);
}

.card-product-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.card-product-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .card-product-scu-item-color-block {
  outline-width: 0.5px;
}

.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-color-block {
  outline-width: 1px;
}

.card-product-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-product-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .card-product-scu-item-text-block {
  outline-width: 0.5px;
}

.card-product-scu-item-text-container.selected .card-product-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-text-block {
  outline-width: 1px;
}

.card-product-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block:after,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.card-product-scu-item-text-block:hover,
.card-product-scu-item-color-block:hover,
.card-product-scu-item-text-container.selected .card-product-scu-item-text-block,
.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-color: #000;
}

/*Description*/
.card-product-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.card-product-button-container {
  text-align: center;
  max-width: 170px;
  width: 100%;
}

/*Stickers*/
.card-product-sticker,
.card-product-sticker-round {
  display: none;
}

/*More*/
.card-product-more-container {
  position: relative;
  display: block;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.card-product-more-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.card-product-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-more,
.card-product-container.hover .card-product-more {
  opacity: 1;
}

.card-product-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*custom*/
.card-product-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5px;
  width: 100%;
  flex-direction: column;
  padding-top: 10px;
}

.card-product__wrap-img {
  overflow: hidden;
  border-radius: 8px;
}

.card-product__image {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card-product-label-for-room {
  top: -12px;
  margin: 0;
  left: 5px;
  color: #1d78b0;
  font: 400 15px/15px var(--font);
}

/*.card-product-label-for-room::before,
.card-product-label-quantity::before{
  content:'';
  position:absolute;
  top:50%;
  left:-10px;
  transform:translateY(-50%);
  width:7px;
  height:7px;
  border-radius:50%;
  background-color:#1d78b0;
}
*/
.card-product-label-quantity {
  margin: 0 auto;
  text-align: center;
  font: 400 14px/15px var(--font);
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
}

.card-product-label-quantity span {
  display: block;
}

.card-product-label-quantity .card-product__notice {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: var(--notice);
  font-weight: 700;
}

.card-product-quantity-text {
  padding: 8px 10px;
  border-radius: 16px;
  background-color: #cfe2f3;
  color: var(--gray-900);
}

.card-product-quantity-text--shwroom {
  background-color: #e8ebf5;
}

.card-product-price-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.card-product-button-item.card-product__btn {
  font: 400 16px/20px var(--font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 30px;
  background-color: #cfe2f3;
  width: 100%;
  color: var(--gray-800);
}

.bx-touch .card-product-info-container.card-product__btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #000000;
  color: var(--black);
  padding: 0;
  gap: 10px;
  align-self: auto;
}

.bx-touch .card-product-button-item[data-type-btn=add-to-cart] {
  background-color: #cfe2f3;
}

[data-type-btn=add-to-cart] .card-product__btn-text,
a.card-product-button-item.card-product__btn .card-product__btn-text {
  color: var(--gray-800);
  margin: 0 auto;
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__btn-box,
a.card-product-button-item.card-product__btn .card-product__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--white);
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__icon,
a.card-product-button-item.card-product__btn .card-product__icon {
  width: 25px;
  height: 25px;
}

/*
[data-type-btn="add-to-cart"]._added::before{
  display:block;
  color:var(--gray-800);
  margin: 0 auto;
}
[data-type-btn="add-to-cart"]._added .card-product__btn-text{
  display:none;
}
*/
.card-product__btn[data-type-btn=quick-view],
.card-product__btn[data-type-btn=add-to-favor] {
  background-color: transparent;
}

.card-product__btn[data-type-btn=quick-view]:hover svg {
  fill: var(--gray-200);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product__btn:hover svg {
  fill: #424551;
  fill: var(--gray-800);
}

.card-product__btn._added svg,
.card-product__btn.active svg {
  fill: var(--gray-800);
}

.card-product__vendor {
  font: 400 19px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .card-product__vendor {
    font: 400 14px/17px var(--font);
  }
}
.card-product__vendor--accent {
  font-weight: 700;
}

/*
@media(max-width:650px){
  .card-product-info-container.card-product__btns[data-entity="buttons-block"]{
    justify-content: center;
  }
  .card-product-button-more{
    position:absolute;
    top:-14px;
    left:0;
  }
  .card-product-title{
    font-size:16px;
  }
  .card-product-info-container.card-product-price-container{
    display:flex;
    gap:5px;
    align-items:center;
    justify-content:center;
  }
  .card-product__btn[data-type-btn="quick-view"], .card-product__btn[data-type-btn="add-to-favor"]{
    padding:2px;
  }
}
@media(max-width:500px){
  .card-product-label-quantity{
    font: 400 10px/13px var(--font);
  }
  .card-product-quantity-text{
    padding: 5px 8px;
  }
  .card-product-price-old{
    font-size:12px;
  }
  .card-product-price-current{
    font-size:15px;
  }
}
@media(max-width:415px){
  .card-product-info-container.card-product-price-container{
    gap:5px;
  }
  .card-product-price-old{
    font-size:10px;
  }
  .card-product-price-current{
    font-size:14px;
  }
}
*/
@media (max-width: 1200px) {
  .card-product__btn[data-type-btn=quick-view] {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background-color: var(--white);
    border-radius: 0 0px 15px 0px;
  }
}
@media (max-width: 650px) {
  .card-product-info-container.card-product__btns[data-entity=buttons-block] {
    justify-content: space-around;
  }
  .card-product-button-container {
    width: auto;
  }
  .card-product-button-item.card-product__btn {
    padding: 0;
  }
  .card-product-title {
    font-size: 16px;
    text-overflow: ellipsis;
  }
  .card-product-info-container.card-product-price-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .card-product__btn[data-type-btn=quick-view], .card-product__btn[data-type-btn=add-to-favor] {
    padding: 2px;
  }
  .card-product__btn[data-type-btn=quick-view] circle {
    fill: var(--white);
  }
  .bx-touch [data-type-btn=add-to-cart] .card-product__btn-text,
  a.card-product-button-item.card-product__btn .card-product__btn-text {
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
  }
  [data-type-btn=add-to-cart] .card-product__btn-box,
  a.card-product-button-item.card-product__btn .card-product__btn-box {
    display: none;
  }
  [data-type-btn=add-to-cart]._added::before {
    color: var(--gray-800);
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
    background-color: var(--white);
  }
}
@media (max-width: 500px) {
  .card-product-label-quantity {
    font: 400 12px/13px var(--font);
  }
  .card-product-quantity-text {
    padding: 6px 9px;
  }
  .card-product-price-old {
    font-size: 12px;
  }
  .card-product-price-current {
    font-size: 15px;
  }
}
@media (max-width: 415px) {
  .card-product-info-container.card-product-price-container {
    gap: 5px;
  }
  .card-product-price-old {
    font-size: 10px;
  }
  .card-product-price-current {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .card-product-title {
    height: auto;
  }
}


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

/* End */


/* Start:/css/swiper.min.css?172428147316466*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/bashtemplate_new/components/bitrix/news/design-ideas-2/bitrix/news.detail/.default/style.css?174548981735108 */
/* /css/swiper.min.css?172428147316466 */
