

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17858393514745*/
.section-wrapper {
  display: flex;
  gap: 50px;
}
@media (max-width: 1279px) {
  .section-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.section-wrapper .mobile-filter-opener {
  display: none;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1279px) {
  .section-wrapper .mobile-filter-opener {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section-wrapper .mobile-filter-opener {
    font-size: 14px;
  }
}
.section-wrapper .mobile-filter-opener svg {
  display: block;
}
.section-wrapper .mobile-filter-opener:hover {
  color: #1D58BA;
  fill: #1D58BA;
}
.section-wrapper .section-filter {
  width: 325px;
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .section-wrapper .section-filter {
    display: none;
  }
}
.section-wrapper .section-items {
  flex-grow: 1;
}
.section-wrapper .section-items .top-block {
  display: flex;
  align-items: center;
  height: 52px;
  background: #F5F5F7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block {
    justify-content: space-between;
    position: relative;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer {
    flex-grow: 0;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile {
    display: block;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title .arrow svg {
  display: block;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block-mobile .sort-mobile-title.price-desc > svg {
  transform: rotateX(180deg);
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block {
  display: flex;
  gap: 25px;
}
@media (max-width: 1279px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    z-index: 2;
    flex-direction: column;
    left: 0;
    width: 100%;
    background: #F5F5F7;
    padding: 20px;
    border-top: 1px solid #AAAAAA;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s;
    gap: 15px;
  }
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block.active {
    opacity: 1;
    pointer-events: unset;
  }
}
@media (max-width: 767px) {
  .section-wrapper .section-items .top-block .sort-block-outer .sort-block span:not([data-sort]) {
    display: none;
  }
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort] {
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort][data-sort=CATALOG_PRICE_1] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort][data-sort=CATALOG_PRICE_1][data-order="desc,nulls"] svg {
  transform: rotateX(180deg);
}
.section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort]:hover, .section-wrapper .section-items .top-block .sort-block-outer .sort-block span[data-sort].active {
  color: #1D58BA;
  fill: #1D58BA;
}
.section-wrapper .section-items .top-block .view-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.section-wrapper .section-items .top-block .view-block span {
  cursor: pointer;
}
.section-wrapper .section-items .top-block .view-block span.active svg, .section-wrapper .section-items .top-block .view-block span:hover svg {
  fill: #1D58BA;
}
.section-wrapper .section-items .top-block .view-block span svg {
  fill: #AAAAAA;
  display: block;
  transition: all 0.3s;
}

.filter-mobile {
  width: 600px;
}
@media (max-width: 767px) {
  .filter-mobile {
    width: calc(100vw - 60px);
  }
}
.filter-mobile .form-top {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0071E3;
  color: #1D58BA;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.filter-mobile .form-bottom {
  padding: 30px 90px;
}
@media (max-width: 767px) {
  .filter-mobile .form-bottom {
    padding: 25px;
  }
}

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

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/section_inner/style.css?17858393514138*/
.catalog-sections-list-outer {
  margin-bottom: 60px;
}
.catalog-sections-list-outer .catalog-sections-list-wrap {
  margin: -20px -20px 0 -20px;
}
.catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow {
  overflow: hidden;
  height: 105px;
  transition: all 0.3s;
}
@media (max-width: 1140px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow {
    height: 95px;
  }
}
@media (max-width: 479px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow {
    height: 165px;
  }
}
.catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  padding: 20px;
}
@media (max-width: 1440px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section {
  text-decoration: none;
  display: flex;
  justify-content: center;
  height: 70px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 0 40px;
  flex-direction: column;
}
@media (max-width: 1140px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section {
    padding: 0 20px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section {
    height: 40px;
  }
}
.catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section:hover {
  box-shadow: 0 0 20px 0 rgba(0, 113, 227, 0.25);
}
.catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1140px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section .name {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .catalog-sections-list-outer .catalog-sections-list-wrap .catalog-sections-list-overflow .catalog-sections-list .catalog-section .name {
    font-size: 12px;
  }
}
.catalog-sections-list-outer .show-more {
  display: none;
  width: fit-content;
  color: #0071E3;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: all 0.3s;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .catalog-sections-list-outer .show-more {
    font-size: 12px;
  }
}
.catalog-sections-list-outer .show-more.active {
  display: block;
}
.catalog-sections-list-outer .show-more .hide {
  display: none;
}
.catalog-sections-list-outer .show-more:hover {
  text-decoration-color: #0071E3;
}
.catalog-sections-list-outer.shown .show-more .hide {
  display: block;
}
.catalog-sections-list-outer.shown .show-more .show {
  display: none;
}

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

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?17858393513167*/
.catalog-filter .catalog-filter-item {
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  background: #F5F5F7;
  margin-bottom: 20px;
  transition: all 0.3s;
  padding: 0 15px;
}
.catalog-filter .catalog-filter-item:not(.active):hover {
  background: #FFFFFF;
}
.catalog-filter .catalog-filter-item .filter-item-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.catalog-filter .catalog-filter-item .filter-item-top .filter-item-title {
  font-weight: 600;
}
.catalog-filter .catalog-filter-item .filter-item-top .arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #000000;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-filter .catalog-filter-item .filter-item-bottom {
  margin-top: 25px;
  display: none;
  padding-bottom: 20px;
}
.catalog-filter .catalog-filter-item .filter-item-bottom .checkbox-item {
  margin-bottom: 10px;
}
.catalog-filter .catalog-filter-item.active {
  background: #FFFFFF;
}
.catalog-filter .catalog-filter-item.active .filter-item-bottom {
  display: block;
}
.catalog-filter .filter-buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 479px) {
  .catalog-filter .filter-buttons {
    flex-direction: column;
  }
}
.catalog-filter .filter-buttons #set_filter {
  width: 50%;
}
@media (max-width: 479px) {
  .catalog-filter .filter-buttons #set_filter {
    width: 100%;
  }
}
.catalog-filter .filter-buttons .clear {
  width: 50%;
}
@media (max-width: 479px) {
  .catalog-filter .filter-buttons .clear {
    width: 100%;
  }
}

.numbers-slider .numbers-slider-inputs {
  margin-top: 25px;
  display: flex;
  gap: 50px;
}
.numbers-slider .numbers-slider-inputs .numbers-slider-left,
.numbers-slider .numbers-slider-inputs .numbers-slider-right {
  flex-grow: 1;
  position: relative;
}
.numbers-slider .numbers-slider-inputs .numbers-slider-left label,
.numbers-slider .numbers-slider-inputs .numbers-slider-right label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.numbers-slider .numbers-slider-inputs .numbers-slider-left input,
.numbers-slider .numbers-slider-inputs .numbers-slider-right input {
  padding-left: 40px;
}
.numbers-slider .numbers-slider-track {
  height: 4px;
  position: relative;
}
.numbers-slider .numbers-slider-track .numbers-slider-vd {
  position: absolute;
  top: 0;
}
.numbers-slider .numbers-slider-track .numbers-slider-vn {
  position: absolute;
  top: 0;
  background-color: #C6C6C6;
  height: 100%;
}
.numbers-slider .numbers-slider-track .numbers-slider-v {
  position: absolute;
  top: 0;
  background-color: #1D58BA;
  height: 100%;
}
.numbers-slider .numbers-slider-track .numbers-slider-tracker {
  position: absolute;
  top: 0;
}
.numbers-slider .numbers-slider-track .numbers-slider-tracker .slider-track-left,
.numbers-slider .numbers-slider-track .numbers-slider-tracker .slider-track-right {
  position: absolute;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #1D58BA;
  top: -4px;
  transition: none;
}

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

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/navigation/style.css?17858393511639*/
.page-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.page-navigation .navigation-arrow-next,
.page-navigation .navigation-arrow-prev {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  stroke: #C6C6C6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .page-navigation .navigation-arrow-next,
  .page-navigation .navigation-arrow-prev {
    width: 35px;
    height: 35px;
  }
  .page-navigation .navigation-arrow-next svg,
  .page-navigation .navigation-arrow-prev svg {
    width: 12px;
    height: 12px;
  }
}
.page-navigation .navigation-arrow-next.navigation-arrow-next,
.page-navigation .navigation-arrow-prev.navigation-arrow-next {
  transform: rotateZ(180deg);
}
.page-navigation .navigation-arrow-next:not(.disabled):hover,
.page-navigation .navigation-arrow-prev:not(.disabled):hover {
  background-color: #0071E3;
  stroke: #FFFFFF;
}
.page-navigation .navigation-arrow-next svg,
.page-navigation .navigation-arrow-prev svg {
  margin-right: 3px;
}
.page-navigation .dots {
  font-size: 16px;
  line-height: 1.3;
  color: #C6C6C6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-navigation .dots {
    font-size: 14px;
  }
}
.page-navigation .nav-page {
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-navigation .nav-page {
    font-size: 14px;
  }
}
.page-navigation .nav-page:hover, .page-navigation .nav-page.active {
  color: #1D58BA;
}

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

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section/block/style.css?1785839351387*/
.section-products-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1550px) {
  .section-products-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .section-products-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

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

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/main/style.css?17858393518275*/
.product-outer {
  position: relative;
  height: 440px;
}
@media (max-width: 1279px) {
  .product-outer {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .product-outer {
    height: 430px;
  }
}
@media (max-width: 479px) {
  .product-outer {
    height: 350px;
  }
}

.product-item {
  padding: 20px 25px 20px 25px;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  background: #FFFFFF;
  transition: box-shadow 0.3s;
  position: relative;
}
@media (max-width: 1550px) {
  .product-item {
    padding: 20px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-item {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .product-item {
    padding: 10px;
  }
}
.product-item.not-avail {
  height: 100%;
}
.product-item.not-avail .product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item.not-avail .product-wrapper .product-name {
  flex-grow: 1;
  display: block;
}
.product-item .product-top {
  height: 180px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .product-item .product-top {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .product-item .product-top {
    height: 140px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .product-item .product-top {
    height: 102px;
  }
}
.product-item .product-top .label {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  width: 45px;
  height: 22px;
  padding-left: 4px;
  clip-path: path("M0.508484 3.5C0.508484 1.84315 1.85163 0.5 3.50848 0.5H35.0666C35.978 0.5 36.8399 0.914269 37.4092 1.62591L43.0092 8.62591C43.8857 9.72157 43.8857 11.2784 43.0092 12.3741L37.4092 19.3741C36.8399 20.0857 35.978 20.5 35.0666 20.5H3.50848C1.85163 20.5 0.508484 19.1569 0.508484 17.5V3.5Z");
}
@media (max-width: 479px) {
  .product-item .product-top .label {
    scale: 0.8;
  }
}
.product-item .product-top .label.new {
  background: #0071E3;
}
.product-item .product-top .label.hit {
  background: #FAB400;
  padding-left: 7px;
}
.product-item .product-top .label.sale {
  background: #C00C15;
  padding-left: 7px;
}
.product-item .product-top .label + .label {
  top: 30px;
}
@media (max-width: 479px) {
  .product-item .product-top .label + .label {
    top: 22px;
  }
}
.product-item .product-top .label + .label + .label {
  top: 60px;
}
@media (max-width: 479px) {
  .product-item .product-top .label + .label + .label {
    top: 44px;
  }
}
.product-item .product-top .compare {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.product-item .product-top .compare svg {
  transition: all 0.3s;
  fill: #000000;
}
.product-item .product-top .compare:hover svg, .product-item .product-top .compare.active svg {
  fill: #C00C15;
}
.product-item .product-top .favorite {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 28px;
}
.product-item .product-top .favorite svg {
  transition: all 0.3s;
  fill: #000000;
  stroke: #000000;
}
.product-item .product-top .favorite:hover svg, .product-item .product-top .favorite.active svg {
  stroke: #1D58BA;
  fill: #1D58BA;
}
.product-item .product-top .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.product-item .product-top .product-image.no-image {
  background: url("/local/templates/main/images/footer_owl.svg") no-repeat left center;
  background-size: contain;
}
.product-item .product-top .product-image.no-image span {
  width: 150px;
  letter-spacing: 0.05em;
  color: #868686;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .product-item .product-top .product-image.no-image span {
    font-size: 12px;
    width: auto;
  }
}
@media (max-width: 479px) {
  .product-item .product-top .product-image.no-image span {
    font-size: 10px;
  }
}
.product-item .product-top .product-image img {
  max-width: 100%;
  max-height: 100%;
}
.product-item .product-top .quick-view {
  display: flex;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #1D58BA;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: all 0.3s;
}
.product-item .product-name {
  overflow: hidden;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-item .product-name {
    font-size: 12px;
    line-height: 1.2;
    height: 45px;
  }
}
@media (max-width: 479px) {
  .product-item .product-name {
    font-size: 10px;
    height: 38px;
  }
}
.product-item .product-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 30px;
}
@media (max-width: 1023px) {
  .product-item .product-price {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .product-item .product-price {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .product-item .product-price {
    gap: 10px;
  }
}
.product-item .product-price .discount-price {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  color: #1D58BA;
}
@media (max-width: 479px) {
  .product-item .product-price .discount-price {
    font-size: 20px;
  }
}
.product-item .product-price .base-price {
  color: #AAAAAA;
  font-size: 16px;
  line-height: 16px;
  text-decoration: line-through;
}
@media (max-width: 479px) {
  .product-item .product-price .base-price {
    font-size: 12px;
    line-height: normal;
  }
}
.product-item .product-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-item .product-cart {
    margin-bottom: 15px;
  }
}
.product-item .product-cart .add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D58BA;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  .product-item .product-cart .add-to-cart {
    width: 40px;
    height: 40px;
  }
}
.product-item .product-cart .add-to-cart:hover, .product-item .product-cart .add-to-cart.active {
  background: #C00C15;
}
.product-item .product-cart .add-to-cart svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
@media (max-width: 479px) {
  .product-item .product-cart .add-to-cart svg {
    width: 20px;
    height: 20px;
  }
}
.product-item .delivery-info {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 10px;
  color: #868686;
}
@media (max-width: 479px) {
  .product-item .delivery-info {
    font-size: 10px;
  }
}
.product-item .delivery-info svg {
  fill: #868686;
}
.product-item .buy-one-click {
  display: flex;
  margin: 0 auto 25px auto;
  background: #0071E3;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .product-item .buy-one-click {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-item .buy-one-click {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .product-item .buy-one-click {
    font-size: 10px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .product-item .button[data-event=ask_not_avail] {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .product-item .button[data-event=ask_not_avail] {
    font-size: 10px;
    height: 30px;
    width: 100%;
    min-width: unset;
  }
}
@media (min-width: 1280px) {
  .product-item .buy-one-click {
    display: none;
  }
  .product-item:hover {
    z-index: 2;
    margin-bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 113, 227, 0.25);
  }
  .product-item:hover .buy-one-click {
    display: flex;
  }
  .product-item:hover .product-top .quick-view {
    opacity: 1;
  }
}

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

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17858393514745 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/section_inner/style.css?17858393514138 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.smart.filter/.default/style.css?17858393513167 */
/* /local/templates/main/components/bitrix/system.pagenavigation/navigation/style.css?17858393511639 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section/block/style.css?1785839351387 */
/* /local/templates/main/components/bitrix/catalog.item/main/style.css?17858393518275 */
