

/* Start:/local/templates/novastar/components/bitrix/catalog/.default/style.css?174912579540*/


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

/* End */


/* Start:/local/templates/novastar/components/bitrix/catalog/.default/styles/element.min.css?1749125794133*/
.advantages-wrapper{margin-top:32px!important}@media not screen and (max-width:700px){.advantages-wrapper{margin-top:48px!important}}
/* End */


/* Start:/local/templates/novastar/components/bitrix/catalog.element/.default/style.css?17514429186985*/
@charset "UTF-8";
.element-detail__main {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 701px) {
  .element-detail__main {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.element-detail__main > h1 {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.04em;
}
.element-detail .description__property {
  margin-bottom: 16px;
}
.element-detail .description__property__name {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.element-detail .description__property__list {
  list-style-type: none; /* Убираем стандартные маркеры */
  padding-left: 0; /* Убираем стандартный отступ */
  display: grid;
  font-size: 14px;
  line-height: 20px;
}
.element-detail .description__property__list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}
.element-detail .description__property__list__item::before {
  content: "o";
  position: absolute;
  left: 0;
  color: #E7364D;
}
.element-detail .product-item-detail-presents {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #FAD7DB;
  display: grid;
  gap: 8px;
}
.element-detail .product-item-detail-presents__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.element-detail .product-item-detail-presents__text {
  font-size: 12px;
  line-height: 16px;
}
.element-detail .slider {
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
}
.element-detail .slider__slide {
  line-height: 0;
}
.element-detail .slider__thumbnails {
  touch-action: manipulation !important;
  gap: 16px;
  display: flex;
}
.element-detail .slider__thumbnails-wp {
  display: flex;
  margin-top: 16px;
  overflow: auto;
}
.element-detail .slider__thumbnails__slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  overflow: hidden;
}
.element-detail .slider__thumbnails__slide.active {
  opacity: 1;
}
.element-detail .slider__thumbnails__slide img {
  aspect-ratio: 1/1;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}
.element-detail .slider__slides {
  display: flex;
}
.element-detail .slider__slides-wp {
  overflow: hidden;
  position: relative;
}
.element-detail .slider__slide img {
  object-fit: cover;
  border-radius: 24px;
  aspect-ratio: 1/1;
  height: auto;
  width: inherit;
}
.element-detail .slider .slider__arrow-top, .element-detail .slider .slider__arrow-bottom {
  width: 40px;
  height: 40px;
  padding: 4px;
  background: url("/local/templates/novastar/components/bitrix/catalog.element/.default/images/arrow_top.svg") center center no-repeat;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.element-detail .slider .slider__arrow-top {
  margin-bottom: 16px;
}
.element-detail .slider .slider__arrow-bottom {
  transform: rotate(180deg);
  margin-top: 16px;
}
.element-detail .product-item-detail-bonus-wp {
  margin: 16px 0 24px;
  display: flex;
  align-items: center;
  color: #928C8D;
  font-size: 14px;
  line-height: 20px;
}
.element-detail .product-item-detail-bonus-wp .product-item-detail-bonus {
  margin-left: 12px;
}
.element-detail .product-item-detail-pay-block {
  display: none;
}
.element-detail .product-item-detail-price {
  display: flex;
  align-items: start;
  gap: 16px;
}
.element-detail .product-item-detail-price .product-item-detail-price-current {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.element-detail .product-item-detail-price .product-item-label-ring {
  color: white;
  padding: 2px 6px;
  background-color: #E7364D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.element-detail .product-item-detail-price .product-item-detail-price-old {
  text-decoration-line: line-through;
  color: #928C8D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.element-detail .product-item-detail-prices {
  gap: 24px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 701px) {
  .element-detail .product-item-detail-prices {
    flex-wrap: unset;
  }
}
.element-detail .product-item-detail-quantity-count {
  display: flex;
  align-items: center;
  background: #EFEEEE;
  border-radius: 16px;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  width: 100%;
}
@media screen and (min-width: 701px) {
  .element-detail .product-item-detail-quantity-count {
    max-width: 160px;
  }
}
.element-detail .product-item-detail-quantity-count .quantity-count {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.element-detail .product-item-detail-quantity-count .quantity-count input {
  width: 24px;
  background: transparent;
}
.element-detail .product-item-detail-quantity-count .quantity-count-minus, .element-detail .product-item-detail-quantity-count .quantity-count-plus {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.element-detail .product-item-detail-quantity-count .quantity-count-minus.disabled svg, .element-detail .product-item-detail-quantity-count .quantity-count-plus.disabled svg {
  fill: #E4E2E2;
}
.element-detail .product-item-detail-info-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}
@media screen and (min-width: 701px) {
  .element-detail .product-item-detail-info-actions {
    flex-wrap: unset;
  }
}
.element-detail .product-item-detail-info-actions a {
  width: 100%;
  text-align: center;
}
.element-detail .product-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
.element-detail .product-title .share {
  display: block;
  width: 100%;
  max-width: 32px;
  height: 32px;
  background: url(/local/templates/novastar/components/bitrix/catalog.element/.default/images/share.svg) center center no-repeat;
  cursor: pointer;
}
.element-detail .product-item-detail-description {
  margin-top: 16px;
}
.element-detail .sku-properties__row {
  margin-top: 16px;
  margin-bottom: 16px;
}
.element-detail .sku-properties__values {
  display: flex;
  gap: 8px;
}
.element-detail .sku-properties__value {
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  background: #EFEEEE;
  color: #585455;
  white-space: nowrap;
  border-radius: 16px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.element-detail .sku-properties__value:hover {
  background: white;
  box-shadow: 0 0 10px 0 rgba(86, 17, 26, 0.2);
}
.element-detail .sku-properties__value.active {
  background: #585455;
  color: white;
}

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

/* End */


/* Start:/local/templates/novastar/libraries/css/favorites.min.css?1749125794855*/
.favorite-icon{cursor:pointer;width:100%;height:100%}.favorite-icon-wp{width:32px;height:32px}.favorite-icon:not(.detail){background:url(/local/templates/novastar/assets/icons/favorite/favorite.svg)}.favorite-icon:not(.detail).checked{background:url(/local/templates/novastar/assets/icons/favorite/favorite-added.svg)}@media screen and (min-width:1024px){.favorite-icon:not(.detail):hover{background:url(/local/templates/novastar/assets/icons/favorite/favorite-added.svg)}}.favorite-icon.detail{background:url(/local/templates/novastar/assets/icons/favorite/detail/favorite.svg)}.favorite-icon.detail.checked{background:url(/local/templates/novastar/assets/icons/favorite/detail/favorite-added.svg)}@media screen and (min-width:1024px){.favorite-icon.detail:hover{background:url(/local/templates/novastar/assets/icons/favorite/detail/favorite-added.svg)}}
/* End */


/* Start:/local/components/bitrix/catalog.section/templates/.default/style.css?17491257954382*/
.catalog-section-wp {
  margin: 32px 0;
}
@media screen and (min-width: 701px) {
  .catalog-section-wp {
    margin: 48px 0;
  }
}
.catalog-section-wp .slider-container {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .catalog-section-wp .slider-container {
    margin-top: -100px;
    margin-bottom: -100px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.catalog-section-wp .slider-container-wp {
  position: relative;
  pointer-events: none;
}
.catalog-section-wp .slider-container-wp .slider-left, .catalog-section-wp .slider-container-wp .slider-right {
  pointer-events: all;
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 9px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(76, 67, 63, 0.25);
  border-radius: 12px;
  top: calc(50% - 48px);
  transform: translateY(-50%);
  z-index: 10;
  background: white;
}
@media screen and (max-width: 700px) {
  .catalog-section-wp .slider-container-wp .slider-left, .catalog-section-wp .slider-container-wp .slider-right {
    display: none;
  }
}
.catalog-section-wp .slider-container-wp .slider-left:before, .catalog-section-wp .slider-container-wp .slider-right:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/local/components/bitrix/catalog.section/templates/.default/images/arrow-left.svg") center center no-repeat;
}
.catalog-section-wp .slider-container-wp .slider-left {
  left: 16px;
  transform: translateY(-50%) translateX(-50%);
}
.catalog-section-wp .slider-container-wp .slider-right {
  right: 16px;
  transform: translateY(-50%) translateX(50%);
}
.catalog-section-wp .slider-container-wp .slider-right:before {
  transform: rotate(180deg);
}
.catalog-section-wp .catalog-section {
  pointer-events: all;
}
.catalog-section-wp .catalog-section:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 16px) / 2));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (min-width: 701px) {
  .catalog-section-wp .catalog-section:not(.swiper-wrapper) {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.catalog-section-wp .catalog-section.swiper-wrapper {
  display: flex;
}
.catalog-section-wp .catalog-section.swiper-wrapper .product-item {
  width: calc((100vw - 48px) / 2);
}
@media screen and (min-width: 701px) and (max-width: 1024px) {
  .catalog-section-wp .catalog-section.swiper-wrapper .product-item {
    width: 236px;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-section-wp .catalog-section.swiper-wrapper .product-item {
    width: 262.4px;
  }
}
.catalog-section-wp .catalog-section:not(:first-of-type) {
  margin-top: 48px;
}
.catalog-section-wp .addition-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 701px) {
  .catalog-section-wp .addition-title {
    margin-bottom: 32px;
  }
}
.catalog-section-wp .addition-title a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.catalog-section-wp .btn-show-more-mobile {
  margin-top: 20px;
}
.catalog-section-wp .btn-show-more-mobile .normal-text {
  text-transform: lowercase;
}
.catalog-section-wp .section-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .catalog-section-wp .section-title {
    scroll-margin-top: 184px;
  }
}
@media not screen and (min-width: 1024px) {
  .catalog-section-wp .section-title {
    scroll-margin-top: 88px;
  }
}
.catalog-section-wp .section-title a {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.catalog-section-wp .section-title a img {
  margin-left: 8px;
}
.catalog-section-wp .addition-filters {
  margin-bottom: 24px;
  display: flex;
  overflow-y: auto;
  white-space: nowrap;
}
.catalog-section-wp .addition-filters__filter:not(:first-child) {
  margin-left: 24px;
}
.catalog-section-wp .addition-filters__filter.checked {
  color: #E7364D;
}
.catalog-section-wp .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.btn-show-more {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (min-width: 701px) {
  .btn-show-more {
    width: fit-content;
  }
}

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

/* End */


/* Start:/local/templates/novastar/components/bitrix/catalog.item/.default/style.css?17491257953076*/
@charset "UTF-8";
.product-item-container {
  position: relative;
}
.product-item-container:hover {
  z-index: 10;
}
.product-item-container .product-item {
  z-index: 2;
  position: relative;
}
.product-item-container .product-item-image-wrapper {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.product-item-container .product-item-image-wrapper .product-item-image-original {
  width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product-item-container .product-item-image-wrapper .product-item-label-ring {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  color: white;
  padding: 2px 6px;
  background-color: #E7364D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .product-item-container .product-item-hidden[data-entity=buttons-block] {
    display: none;
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 96px);
    left: -16px;
    top: -16px;
    z-index: 1;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    justify-content: end;
    background: white;
    box-shadow: 0 0 16px rgba(76, 67, 63, 0.25);
    border-radius: 16px;
  }
  @keyframes show-basket-button-wrapper {
    0% {
      height: calc(100% + 32px);
      opacity: 0;
    }
    100% {
      height: calc(100% + 96px);
      opacity: 1;
    }
  }
}
@media screen and (min-width: 701px) {
  .product-item-container:hover .product-item-hidden {
    display: flex;
    animation: show-basket-button-wrapper 0.3s;
  }
}
.product-item-container .basket-actions {
  width: 100%;
}
.product-item-container .basket-actions a {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.product-item-container .product-item-price-container {
  margin-top: 12px;
}
.product-item-container .product-item-price-container .product-item-price-old {
  text-decoration-line: line-through;
  color: #928C8D;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-left: 12px;
}
.product-item-container .product-item-price-container .product-item-price-current {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.product-item-container .product-item-bonus-container {
  margin: 12px 0;
  display: flex;
  gap: 8px;
}
.product-item-container .product-item-bonus-container img {
  width: 14px;
}
.product-item-container .product-item-bonus-container .product-item-bonus-text {
  font-size: 10px;
  line-height: 14px;
  color: #928C8D;
}
.product-item-container .product-item-title {
  font-size: 12px;
  line-height: 16px;
  height: 48px;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Ограничение до 3 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item-container .favorite-icon-wp {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

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

/* End */


/* Start:/local/components/bitrix/catalog.section/templates/.default/themes/green/style.css?1749125795843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/local/templates/novastar/components/bitrix/catalog.products.viewed/.default/style.css?17491257953828*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/components/novastar/advantages/templates/.default/style.css?1749125795916*/
.advantages {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  padding: 24px 16px;
  border-radius: 24px;
  background: #F8F8F8;
}
@media screen and (min-width: 701px) {
  .advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    padding: 48px;
  }
}
.advantages .advantage {
  display: flex;
  gap: 20px;
  align-items: center;
}
.advantages .advantage__image {
  padding: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #EFEEEE;
}
.advantages .advantage__image img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.advantages .advantage__name {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.advantages .advantage__description {
  font-size: 14px;
  line-height: 20px;
}

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

/* End */
/* /local/templates/novastar/components/bitrix/catalog/.default/style.css?174912579540 */
/* /local/templates/novastar/components/bitrix/catalog/.default/styles/element.min.css?1749125794133 */
/* /local/templates/novastar/components/bitrix/catalog.element/.default/style.css?17514429186985 */
/* /local/templates/novastar/libraries/css/favorites.min.css?1749125794855 */
/* /local/components/bitrix/catalog.section/templates/.default/style.css?17491257954382 */
/* /local/templates/novastar/components/bitrix/catalog.item/.default/style.css?17491257953076 */
/* /local/components/bitrix/catalog.section/templates/.default/themes/green/style.css?1749125795843 */
/* /local/templates/novastar/components/bitrix/catalog.products.viewed/.default/style.css?17491257953828 */
/* /local/components/novastar/advantages/templates/.default/style.css?1749125795916 */
