

/* Start:/local/templates/html/components-template/catalog-block/style.css?17814222131516*/
.catalog-block {
  padding: 20px 0 21px;
}
.catalog-block__title {
  margin: 0 0 24px;
  color: #616166;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.catalog-block__img-wrap + .catalog-block__img-wrap {
  margin-top: 20px;
}
.catalog-block__img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(145, 145, 150, 0.6);
}
.catalog-block__video {
  margin-bottom: 46px;
}

.catalog-block--filters {
  padding-bottom: 43px;
}

.catalog-block--categories {
  padding-bottom: 16px;
}

.catalog-block--viewed {
  padding-bottom: 50px;
  background: #ebebf5;
}

.catalog-block--mobile-banner {
  display: none;
}

@media (max-width: 1199px) {
  .catalog-block--categories {
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .catalog-block--banner {
    display: none;
  }

  .catalog-block--single-prod {
    display: none;
  }

  .catalog-block--video-banners {
    display: none;
  }

  .catalog-block--filters {
    padding: 0;
  }
  .catalog-block--filters .catalog-block__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-block {
    padding: 17px 0 33px;
  }
  .catalog-block__title {
    margin-bottom: 19px;
  }

  .catalog-block--categories {
    margin-right: -5px;
  }

  .catalog-block--mobile-banner {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .catalog-block--filters {
    padding: 0;
  }

  .catalog-block--viewed .products-slider {
    margin-bottom: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/about-info/style.css?17814222131208*/
.about-info__content {
  color: #666;
  font-size: 14px;
  line-height: 1.35;
  column-count: 2;
  column-gap: 20px;
}
.about-info__content p {
  margin: 0 0 10px;
}
.about-info__content ul {
  margin: 0 0 10px;
}
.about-info__content ul li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 10px;
}
.about-info__content ul li::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #19C251;
}
.about-info__content ol {
  margin: 0 0 10px;
  counter-reset: item;
}
.about-info__content ol li {
  position: relative;
  margin: 0 0 10px;
  counter-increment: item;
}
.about-info__content ol li::before {
  padding-right: 15px;
  content: counter(item) ".";
}

@media (max-width: 767px) {
  .about-info__content {
    column-count: 1;
  }
  .about-info__content p:first-child, .about-info__content p:nth-child(2) {
    display: block;
  }
}
@media (max-width: 574px) {
  .about-info {
    padding: 0 10px;
  }
  .about-info__content {
    font-size: 12px;
    line-height: 16px;
  }
  .about-info__content p {
    margin: 0 0 16px;
  }
  .about-info__img-wrap {
    max-width: 148px;
    margin: 0 0 12px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/sidebar-filter/style.css?17814222132520*/
.sidebar-filter__inner {
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
}
.sidebar-filter__title {
  display: none;
}
.sidebar-filter__actions {
  display: none;
}

body {
  position: relative;
}
body::before {
  position: absolute;
  z-index: 198;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.15);
}
body.filters-open {
  overflow: hidden;
}
body.filters-open::before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023px) {
  .sidebar-filter {
    position: fixed;
    z-index: 19999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 450px;
    max-width: 100%;
    transition: all ease 0.3s;
    transform: translate3d(-100%, 0, 0);
    background: #fff;
    will-change: transform;
  }
  .sidebar-filter.active {
    transform: translate3d(0, 0, 0);
  }
  .sidebar-filter__inner {
    height: 100%;
  }
  .sidebar-filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
    padding: 15px 20px;
    background: #fff;
  }
  .sidebar-filter__title .text {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #919196;
    font-size: 14px;
  }
  .sidebar-filter__title .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #919196;
    border-radius: 50%;
  }
  .sidebar-filter__title .icon {
    width: 13px;
    height: 13px;
    fill: #919196;
  }
  .sidebar-filter__body {
    position: relative;
    height: calc(100% - 53px);
  }
  .sidebar-filter__scroll {
    overflow-y: auto;
    height: 100%;
    padding: 60px 0;
  }
  .sidebar-filter__actions {
    position: sticky;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .sidebar-filter__send {
    width: calc(60% - 5px);
    height: 44px !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .sidebar-filter__send b {
    margin: 0 5px;
  }
  .sidebar-filter__clear {
    width: calc(40% - 5px);
    height: 44px !important;
    border-radius: 20px !important;
    background: #fff !important;
    line-height: 44px !important;
  }
}

/* End */


/* Start:/local/templates/html/components-template/filter-item/style.css?17814222131080*/
.filter-item:not(:first-child) {
  border-top: 1px solid #e1e1e9;
}
.filter-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 16px 31px;
}
.filter-item__title .name {
  color: #212126;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.filter-item__title .arr {
  cursor: pointer;
  transform: scale(1, -1);
}
.filter-item__title .arr .icon {
  width: 16px;
  height: 16px;
  fill: #19C251;
}
.filter-item__body {
  display: none;
  padding: 0 31px 14px;
}
.filter-item--scroll .filter-item__body-inner {
  overflow-y: auto;
  max-height: 180px;
}
.filter-item--scroll .filter-item__body-inner::-webkit-scrollbar {
  display: inherit;
  width: 4px;
  background-color: #F6F6FC;
}
.filter-item--scroll .filter-item__body-inner::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c1c1c6;
}
.filter-item.active .arr {
  transform: scale(1, 1);
}
.filter-item.active .filter-item__body {
  display: block;
}

.filter-item--colors .filter-item__body-inner {
  display: flex;
  flex-wrap: wrap;
}

/* End */


/* Start:/local/templates/html/components-template/range-slider/style.css?17814222135034*/
@charset "UTF-8";
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
}

.irs-shadow {
  position: absolute;
  left: 0;
  display: none;
  width: 0;
}

.irs-handle {
  position: absolute;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  cursor: default;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-size: 9px;
  line-height: 9px;
}

.irs-disable-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -1%;
  display: block;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
}

.lt-ie9 .irs-disable-mask {
  cursor: not-allowed;
  background: #000;
  filter: alpha(opacity=0);
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  z-index: -9999 !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
  outline: none !important;
  background: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.irs--round {
  height: 36px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 9px;
  height: 2px;
  border-radius: 2px;
  background-color: #c1c1c6;
}

.irs--round .irs-bar {
  top: 9px;
  height: 2px;
  background-color: #19c251;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  bottom: 21px;
  height: 4px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #19c251;
  border-radius: 50%;
  background: #fff;
}
.irs--round .irs-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.irs--round .irs-handle:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  user-select: none;
  border-radius: 50%;
  background: #19C251;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min, .irs--round .irs-max {
  top: 0;
  padding: 3px 5px;
  color: #333;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  padding: 3px 5px;
  color: white;
  border-radius: 4px;
  background-color: #006cfa;
  text-shadow: none;
  font-size: 14px;
  line-height: 1;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-left: -3px;
  content: "";
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

/* modificators */
.range-slider {
  padding-right: 17px;
}
.range-slider__scroll input {
  display: none;
}
.range-slider__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.range-slider__line {
  width: 24px;
  height: 1px;
  margin: 0 10px;
  background: #c1c1c6;
}
.range-slider__control {
  margin-bottom: 0 !important;
}
.range-slider__control input.form-control {
  height: 32px;
  padding: 0 10px;
  border: 1px solid #c1c1c6;
  border-radius: 16px;
  line-height: 32px;
}
.range-slider__currency {
  margin: 0 5px 0 10px;
  color: #616166;
  font-size: 14px;
}

.irs--round .irs-min, .irs--round .irs-max, .irs--round .irs-from, .irs--round .irs-to {
  display: none;
}

/* End */


/* Start:/local/templates/html/components-template/products-slider/style.css?17814222133693*/
.products-slider {
  position: relative;
}
.products-slider__container {
  overflow: hidden;
}
.products-slider .swiper-container:not(.swiper-container-initialized) .custom-swiper-btn, .products-slider .swiper-container:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}

.products-slider .product-item {
  margin-right: 1px;
}

.products-slider--single .swiper-pagination {
  display: none !important;
}
.products-slider--single .swiper-button-prev {
  top: calc(50% - 16px);
  left: 0;
}
.products-slider--single .swiper-button-next {
  top: calc(50% - 16px);
  right: 0;
}

.products-slider--md .swiper-button-prev {
  top: -108px;
  right: -297px;
  left: auto;
}
.products-slider--md .swiper-button-next {
  top: -108px;
  right: -358px;
}

.products-slider--full .swiper-button-prev {
  left: -5%;
}
.products-slider--full .swiper-button-next {
  right: -5%;
}
.products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
  max-width: calc(20% - 40px);
  margin: 0 20px;
}
@media (max-width: 1469px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(25% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(33.3% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    width: calc(50% + 16px);
    margin: 0 -8px;
  }
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
@media (max-width: 574px) {
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .products-slider--full .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    max-width: 272px;
    margin: 0 5px;
  }
}

@media (max-width: 1469px) {
  .products-slider .swiper-button-prev {
    top: -100px;
    right: 55px;
    left: unset;
  }
  .products-slider .swiper-button-next {
    top: -100px;
    right: 0;
  }

  .products-slider.products-slider--md .swiper-button-prev, .products-slider.products-slider--md .swiper-button-next {
    display: none;
  }

  .products-slider--full .swiper-button-prev {
    top: -100px;
  }
  .products-slider--full .swiper-button-next {
    top: -100px;
  }

  .products-slider--single .swiper-pagination {
    display: none !important;
  }
  .products-slider--single .swiper-button-prev {
    display: none;
  }
  .products-slider--single .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1023px) {
  .products-slider {
    margin-bottom: 60px;
  }
  .products-slider .swiper-button-prev, .products-slider .swiper-button-next {
    display: none;
  }

  .products-slider--single {
    margin-bottom: 0;
  }
  .products-slider--single .swiper-button-prev {
    top: calc(50% - 12px) !important;
    right: auto !important;
    left: calc(50vw - 280px) !important;
    display: block;
  }
  .products-slider--single .swiper-button-next {
    top: calc(50% - 12px) !important;
    right: calc(50vw - 280px) !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .products-slider--single .swiper-button-prev {
    left: calc(50vw - 160px) !important;
  }
  .products-slider--single .swiper-button-next {
    right: calc(50vw - 160px) !important;
  }
}

/* End */


/* Start:/local/templates/html/components-template/product-item/style.css?17814222134935*/
.product-item {
  position: relative;
  z-index: 1;
  height: 380px;
}
.product-item__inner {
  overflow: hidden;
  box-sizing: border-box;
  min-height: 377px;
  padding: 6px 0 10px;
  transition: border-color ease 0.3s;
  border: 1px solid #e1e1e9;
  border-radius: 4px;
  background: #fff;
}
.product-item__img-title {
  margin: 6px 0 7px;
  text-align: center;
  color: #212126;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.product-item__img-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto 5px;
  aspect-ratio: 1/1;
}
.product-item__img {
  max-height: 100%;
}
.product-item__badges {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 8px;
  display: flex;
  flex-direction: column;
}
.product-item__body {
  padding: 0 20px;
}
.product-item__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 50px;
  margin: 0 0 10px;
  text-align: center;
  color: #616166;
  font-size: 13px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
}
.product-item__title b {
  font-weight: normal;
}
.product-item__prices {
  display: block;
  min-height: 35px;
  margin: 0 0 10px;
  text-align: center;
}
.product-item__price {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1;
}
.product-item__price b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.product-item__price-old {
  text-decoration: line-through;
  color: #919196;
  font-size: 11px;
  line-height: 1;
}
.product-item__order-count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A2870;
}
.product-item__order-count .icon {
  width: 15px;
  height: 13px;
  fill: #9A2870;
}
.product-item__order-count span {
  padding-left: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
}
.product-item__sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-item__sizes {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: opacity ease 0.3s, visibility ease 0.3s, max-height ease 0.3s;
  }
}
.product-item__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-item__btn {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-item:hover {
    z-index: 2;
  }
  .product-item:hover .product-item__inner {
    border-color: #9A2870;
  }
  .product-item:hover .product-item__sizes {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
  }
}

.product-item--hit {
  max-width: 255px;
  margin: 0 auto !important;
}
.product-item--hit .product-item__inner {
  border: 1px solid #9A2870;
}
.product-item--hit .product-item__title {
  margin: 0 0 7px;
}
.product-item--hit .product-item__prices {
  margin: 0 0 7px;
}

.product-item--catalog {
  margin-bottom: 24px;
}

@media (max-width: 1469px) {
  .product-item {
    height: 393px;
  }
  .product-item__inner {
    min-height: 393px;
  }

  .product-item--catalog {
    height: 330px;
  }
  .product-item--catalog .product-item__inner {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .product-item {
    height: 420px;
  }
  .product-item__inner {
    min-height: 420px;
  }

  .product-item--catalog {
    height: 420px;
  }
  .product-item--catalog .product-item__inner {
    min-height: 420px;
  }
}
@media (max-width: 1023px) {
  .product-item {
    height: auto;
  }
  .product-item__inner {
    min-height: 10px;
  }
  .product-item__sizes {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
  }
}
@media (max-width: 574px) {
  .product-item {
    min-height: 10px;
    padding: 5px 0 15px;
  }
  .product-item__inner {
    min-height: 10px;
  }
  .product-item__body {
    padding: 0 7px;
  }
  .product-item__badges {
    top: 10px;
  }
  .product-item__img-wrap {
    width: 90%;
  }
  .product-item__title {
    margin: 0 0 5px;
  }
  .product-item__prices {
    margin: 0 0 5px;
  }
  .product-item__price {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .product-item__price b {
    font-size: 14px;
  }
  .product-item__price-old {
    font-size: 12px;
  }
  .product-item__btn .btn {
    min-width: 90px;
    max-width: 90px;
    margin: 0 auto;
  }
  .product-item__btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-item__counter {
    margin-bottom: 5px;
  }

  .product-item--hit {
    min-height: 364px;
  }
  .product-item--hit .product-item__img-title {
    font-size: 15px;
  }
  .product-item--hit .product-item__body {
    padding: 0 15px;
  }
  .product-item--hit .product-item__price {
    font-size: 14px;
  }
  .product-item--hit .product-item__price b {
    font-size: 18px;
  }
  .product-item--hit .product-item__price-old {
    font-size: 12px;
  }

  .product-item--catalog {
    min-height: 10px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .product-item--catalog .product-item__inner {
    min-height: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/badge/style.css?17814222131452*/
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  margin: 0 0 8px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.badge--hit {
  background-color: #fe6802;
}
.badge--stock {
  background-color: red;
}
.badge--new {
  background-color: #337cf5;
}
.badge--blackout {
  background-color: #000;
}
.badge--saving {
  height: 20px;
  background-color: #19C251;
}
.badge--best, .badge--eco, .badge--sale {
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.badge--best {
  background-color: #f4cb3d;
  font-size: 10px;
}
.badge--eco {
  background: #1f8541;
}
.badge--sale {
  background: #a80e70;
  font-size: 16px;
}

.badge--xl.badge {
  height: 32px;
  font-size: 23px;
  line-height: 1.3;
}
.badge--xl.badge--best, .badge--xl.badge--eco, .badge--xl.badge--sale {
  width: 72px;
  height: 72px;
}
.badge--xl.badge--best, .badge--xl.badge--eco {
  font-size: 14px;
}

@media (max-width: 574px) {
  .badge {
    height: 14px;
    margin: 0 0 4px;
    font-size: 9px;
  }
  .badge--best, .badge--eco, .badge--sale {
    width: 40px;
    height: 40px;
  }
  .badge--sale {
    font-size: 14px;
  }

  .badge--xl.badge--best, .badge--xl.badge--eco, .badge--xl.badge--sale {
    width: 48px;
    height: 48px;
  }
  .badge--xl.badge--best, .badge--xl.badge--eco {
    font-size: 10px;
  }
  .badge--xl.badge--sale {
    font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/catalog-list/style.css?17814222132756*/
.catalog-list {
  padding-top: 7px;
}
.catalog-list__sort {
  margin-bottom: 16px;
}
.catalog-list__sort select.select {
  height: 40px;
  padding: 0 45px 0 20px;
  color: #616166;
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  line-height: 40px;
}
.catalog-list__sort .form-group--select {
  margin-bottom: 0;
}
.catalog-list__row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.catalog-list__row > div {
  padding-right: 10px;
  padding-left: 10px;
}
.catalog-list__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .catalog-list__img-wrap {
    min-height: 316px;
  }
  .catalog-list__img-wrap:hover .catalog-list__img {
    box-shadow: 0 2px 6px rgba(97, 97, 102, 0.5);
  }
}
.catalog-list__img {
  transition: box-shadow 0.3s;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
}
.catalog-list__bottom {
  position: relative;
  min-height: 40px;
  margin-bottom: 40px;
}
.catalog-list__count {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.catalog-list__count-text {
  color: #616166;
  font-size: 14px;
}
.catalog-list__count-select {
  margin-left: 10px;
}
.catalog-list__count-select .form-group--select {
  margin: 0;
}

@media (min-width: 1024px) {
  .catalog-list__filter-mob {
    display: none;
  }
}
@media (max-width: 1023px) {
  .catalog-list__sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-list__filter-mob-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 253px;
    height: 40px;
    margin-right: 20px;
    padding: 0 20px;
    border: 1px solid #e1e1e9;
    border-radius: 8px;
    background: #fff;
  }
  .catalog-list__filter-mob-btn .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: #616166;
  }
  .catalog-list__filter-mob-btn .text {
    padding-left: 25px;
    color: #616166;
    font-size: 11px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .catalog-list__row {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .catalog-list__row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .catalog-list__count-text {
    display: none;
  }
  .catalog-list__filter-mob {
    min-width: calc(50% - 5px);
    margin-right: 10px;
  }
  .catalog-list__filter-mob-btn {
    min-width: 100%;
    height: 32px;
    margin-right: 0;
    padding: 0 10px;
    border: 1px solid #e1e1e9;
    border-radius: 8px;
    background: #fff;
  }
  .catalog-list__filter-mob-btn .text {
    padding-left: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/pagination/style.css?17814222131204*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}
.pagination__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.pagination__item {
  display: flex;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all ease 0.3s;
}
.pagination__item.active, .pagination__item:hover {
  border: 2px solid #19C251;
  background: rgba(0, 0, 0, 0);
}
.pagination__item.active .pagination__link, .pagination__item:hover .pagination__link {
  color: #19C251;
}
.pagination__item.active {
  cursor: default;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #616166;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1199px) {
  .pagination {
    justify-content: flex-start;
  }
  .pagination__list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin: 0;
  }

  .pagination__link {
    height: 26px;
    width: 26px;
    font-size: 12px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/catalog-text-section/style.css?17814222131811*/
.catalog-text-section {
  padding: 32px 0 15px;
}
.catalog-text-section__title {
  margin: 0 0 64px;
  color: #212126;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}
.catalog-text-section__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #616166;
  font-size: 14px;
  line-height: 19px;
}
.catalog-text-section__list {
  flex: 1;
}
.catalog-text-section__list li {
  position: relative;
  margin: 0 0 21px;
  padding-left: 43px;
}
.catalog-text-section__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2319C251' fill-opacity='0.15'/%3E%3Cpath d='M8 11.7273L11.1111 15L16 9' stroke='%2319C251' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.catalog-text-section__img-wrap {
  flex: 0 0 320px;
  max-width: 320px;
}
.catalog-text-section__img {
  max-width: 100%;
}

@media (max-width: 1469px) {
  .catalog-text-section__img-wrap {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .catalog-text-section__item {
    margin-bottom: 30px;
  }
  .catalog-text-section__title {
    margin: 0 0 24px;
    font-size: 21px;
    line-height: 29px;
  }
  .catalog-text-section__body {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
  .catalog-text-section__list li {
    margin: 0 0 18px;
    padding-left: 30px;
  }
  .catalog-text-section__list li::before {
    width: 18px;
    height: 18px;
  }
  .catalog-text-section__img-wrap {
    max-width: 100%;
    text-align: center;
  }
}

/* End */


/* Start:/local/templates/html/components/slam/filter/catalog-ajax/style.css?17814222131203*/
/*.ajaxfilter-disabled {*/
	/*display: none;*/
/*}*/


/*.ajaxfilter-disabled input[type=checkbox] + label {*/
	/*color: #e5e5ea;*/
/*}*/

.ajax-result.filter-preloader:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .5;
	z-index: 200;
}

.ajax-result .preloader.filter-preloader-block{
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 200;
	top: 210px;
	left: 50%;
}
.checkbox.ajaxfilter-disabled label{
	color: #ccc!important;
}

.ajax-result.filter-preloader .preloader.filter-preloader-block{
	display: block;
}


@media (min-width: 980px) {
	.ext-prop-filter{
		display:none;
	}
}

.ajaxfilter-combo .form-group:not(:first-child).activate {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group:not(:last-child).deactivate {
	-webkit-transform: translateY(65px);
	transform: translateY(65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group {
	transition: opacity .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s;
}
/* End */


/* Start:/local/templates/html/components-template/catalog-item/style.css?17814222133960*/
.catalog-item {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  height: 216px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
}
.catalog-item__content {
  flex: 1;
  padding: 20px 0 20px 40px;
}
.catalog-item__title {
  display: block;
  margin: 0 0 13px;
  color: #212126;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.catalog-item__text {
  display: block;
  color: #919196;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.catalog-item__img-wrap {
  position: relative;
  flex: 0 0 190px;
  max-width: 190px;
  height: 100%;
}
.catalog-item__img {
  position: absolute;
  z-index: 2;
  top: -40px;
  right: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 231px;
  transition: fill 0.3s;
  border-radius: 50%;
}
.catalog-item__img img, .catalog-item__img svg, .catalog-item__img .icon {
  width: 88px !important;
  height: 88px !important;
  transition: background 0.3s;
  fill: #212126;
}
.catalog-item.active .catalog-item__img, .catalog-item:hover .catalog-item__img {
  background: linear-gradient(44.49deg, #19c251 15.7%, #bcea41 129.56%);
}
.catalog-item.active .catalog-item__img .icon, .catalog-item:hover .catalog-item__img .icon {
  fill: #fff;
}
.catalog-item.active .catalog-item__img img, .catalog-item:hover .catalog-item__img img {
  filter: brightness(0) invert(1);
}

.active .catalog-item__img {
  background: linear-gradient(44.49deg, #19c251 15.7%, #bcea41 129.56%);
}
.active .catalog-item__img .icon {
  fill: #fff;
}
.active .catalog-item__img img {
  filter: brightness(0) invert(1);
}

.catalog-item--sm {
  height: 141px;
  margin: 0 0 15px;
}
.catalog-item--sm .catalog-item__content {
  box-sizing: border-box;
  max-width: calc(100% - 150px);
}
.catalog-item--sm .catalog-item__title {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 27px;
}
.catalog-item--sm .catalog-item__text {
  font-size: 14px;
  line-height: 19px;
}
.catalog-item--sm .catalog-item__img-wrap {
  flex: 0 0 150px;
  max-width: 150px;
}
.catalog-item--sm .catalog-item__img {
  top: -24px;
  right: -18px;
  width: 150px;
  height: 150px;
}
.catalog-item--sm .catalog-item__img img, .catalog-item--sm .catalog-item__img svg, .catalog-item--sm .catalog-item__img .icon {
  width: 60px !important;
  height: 60px !important;
}

@media (max-width: 1469px) {
  .catalog-item__img-wrap {
    flex: 0 0 170px;
    max-width: 170px;
  }
  .catalog-item__img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1199px) {
  .catalog-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-item--sm {
    position: relative;
    align-items: flex-end;
    width: 120px;
    height: 100px;
    margin: 0;
  }
  .catalog-item--sm .catalog-item__content {
    max-width: 110px;
    padding: 50px 0 10px 10px;
  }
  .catalog-item--sm .catalog-item__title {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 30px;
    font-size: 11px;
    line-height: 15px;
    -webkit-line-clamp: 2;
  }
  .catalog-item--sm .catalog-item__title::after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    content: "";
    background: linear-gradient(to left, #fff 8%, rgba(0, 0, 0, 0) 50%);
  }
  .catalog-item--sm .catalog-item__text {
    font-size: 8px;
    line-height: 9px;
  }
  .catalog-item--sm .catalog-item__img-wrap {
    position: absolute;
    z-index: 5;
    top: -10px;
    right: -10px;
    width: 60px;
    max-width: 60px;
    height: 60px;
  }
  .catalog-item--sm .catalog-item__img {
    position: static;
    width: 60px;
    height: 60px;
  }
  .catalog-item--sm .catalog-item__img img, .catalog-item--sm .catalog-item__img svg, .catalog-item--sm .catalog-item__img .icon {
    width: 25px !important;
    height: 25px !important;
  }
}

/* End */


/* Start:/local/templates/html/components-template/cat-slider/style.css?1781422213900*/
.cat-slider .swiper-container {
  overflow: hidden;
  width: calc(100% + 20px);
  margin: -10px;
  padding: 10px 0;
}
.cat-slider .catalog-item-wrap {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .cat-slider .swiper-pagination {
    bottom: -15px;
  }
  .cat-slider .swiper-slide {
    width: 33.3333%;
  }
}
@media (max-width: 1199px) {
  .cat-slider .swiper-pagination {
    bottom: -10px;
  }
  .cat-slider .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cat-slider {
    margin: 0;
  }
  .cat-slider .swiper-container {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding: 0 5px;
  }
  .cat-slider .catalog-item-wrap {
    padding: 5px 0;
  }
  .cat-slider .swiper-pagination {
    bottom: -20px;
  }
  .cat-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 245px;
    margin-right: 5px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/index-section/style.css?17814222132254*/
.index-section--hit .row > div:first-child {
  padding-right: 5px;
}

.index-section--trust {
  padding: 30px 0 10px;
}

.index-section--catalog-trust {
  padding: 60px 0 10px;
}

.index-section--comments {
  position: relative;
  z-index: 4;
  padding: 30px 0 103px;
}
.index-section--comments .row {
  margin-right: -10px;
  margin-left: -10px;
}
.index-section--comments .row .row {
  padding-right: 20px;
}
.index-section--comments .row > div {
  padding-right: 10px;
  padding-left: 10px;
}

.index-section--about {
  position: relative;
  z-index: 2;
  padding: 63px 0 60px;
}
.index-section--about .index-section__header {
  display: block;
}
.index-section--about .index-section__link {
  margin: 15px 0 0;
}

.index-section--news {
  padding: 57px 0 30px;
}

@media (max-width: 1469px) {
  .index-section--trust {
    padding: 30px 0 20px;
  }

  .index-section--comments .row .row {
    padding-right: 0;
  }

  .index-section--news .row > div:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .index-section--catalog .row {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .index-section--catalog {
    display: none;
  }

  .index-section--comments {
    padding: 30px 0 50px;
  }

  .index-section--news .row > div:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-section--trust {
    padding: 30px 0 20px;
  }

  .index-section.index-section--about {
    padding: 25px 0;
  }

  .index-section--hit .products-slider {
    margin-bottom: 10px;
  }

  .index-section--hit .index-section__tabs-body-list .products-slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 574px) {
  .index-section--comments .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .index-section--comments .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .index-section--news .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .index-section--news .row > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1024px) {
  .index-section--catalog {
    height: 652px;
  }
}
@media (min-width: 1200px) {
  .index-section--catalog {
    height: 396px;
  }
}
@media (min-width: 1470px) {
  .index-section--catalog {
    height: 396px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/trust-item/style.css?17814222132019*/
.trust-item {
  position: relative;
  margin: 0 0 25px;
  padding: 44px 33px 30px;
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
}
.trust-item__img-wrap {
  position: relative;
  top: -10px;
  float: right;
  width: 80px;
}
.trust-item__img {
  width: 100%;
  height: auto;
}
.trust-item__title {
  overflow: hidden;
  min-height: 50px;
  margin: 0 0 27px;
  color: #212126;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.trust-item__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 57px;
  margin: 0 0 25px;
  color: #919196;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
}
.trust-item__btns {
  display: flex;
  overflow-x: auto;
}
.trust-item__btns::-webkit-scrollbar {
  display: inherit;
  height: 4px;
  background-color: #F6F6FC;
}
.trust-item__btns::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c1c1c6;
}
.trust-item__btns .btn {
  min-width: auto;
  padding: 0 10px !important;
}
.trust-item__btns .btn:not(:last-child) {
  margin-right: 3px;
}

@media (max-width: 1023px) {
  .trust-item {
    padding: 30px;
  }
  .trust-item__title {
    margin: 0 0 20px;
  }
  .trust-item__text {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .trust-item {
    padding: 20px 25px;
  }
  .trust-item__img-wrap {
    width: 60px;
  }
}
@media (max-width: 574px) {
  .trust-item {
    margin: 0 0 15px;
    padding: 29px 19px 20px;
  }
  .trust-item__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 40px;
    margin: 0 0 17px;
    padding-right: 5px;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .trust-item__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0 0 14px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
  .trust-item__img-wrap {
    width: 52px;
  }
  .trust-item__img {
    height: 52px;
  }
  .trust-item__btns .btn {
    min-width: 10px;
  }
}

/* End */


/* Start:/local/templates/html/components-template/trust-slider/style.css?1781422213754*/
.trust-slider__container {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.trust-slider__wrap {
  position: relative;
  box-sizing: border-box !important;
}
.trust-slider .swiper-slide {
  padding: 0 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  .trust-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1470px) {
  .trust-slider .swiper-slide {
    width: 33.3333%;
  }
}
@media (max-width: 1469px) {
  .trust-slider__container {
    overflow: hidden;
  }
  .trust-slider .swiper-pagination {
    bottom: -20px;
  }
}
@media (max-width: 574px) {
  .trust-slider__container {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .trust-slider .swiper-slide {
    padding: 0 10px;
  }
}

/* End */
/* /local/templates/html/components-template/catalog-block/style.css?17814222131516 */
/* /local/templates/html/components-template/about-info/style.css?17814222131208 */
/* /local/templates/html/components-template/sidebar-filter/style.css?17814222132520 */
/* /local/templates/html/components-template/filter-item/style.css?17814222131080 */
/* /local/templates/html/components-template/range-slider/style.css?17814222135034 */
/* /local/templates/html/components-template/products-slider/style.css?17814222133693 */
/* /local/templates/html/components-template/product-item/style.css?17814222134935 */
/* /local/templates/html/components-template/badge/style.css?17814222131452 */
/* /local/templates/html/components-template/catalog-list/style.css?17814222132756 */
/* /local/templates/html/components-template/pagination/style.css?17814222131204 */
/* /local/templates/html/components-template/catalog-text-section/style.css?17814222131811 */
/* /local/templates/html/components/slam/filter/catalog-ajax/style.css?17814222131203 */
/* /local/templates/html/components-template/catalog-item/style.css?17814222133960 */
/* /local/templates/html/components-template/cat-slider/style.css?1781422213900 */
/* /local/templates/html/components-template/index-section/style.css?17814222132254 */
/* /local/templates/html/components-template/trust-item/style.css?17814222132019 */
/* /local/templates/html/components-template/trust-slider/style.css?1781422213754 */
