

/* Start:/local/templates/main/components/bitrix/catalog/main.2.0/style.css?176200193720805*/
/* 18 06 2025 */
.filter-content {
  align-items: center;
}
.filter-content .filter-content__block {
  width: auto;
}
.filter-content .filter-selected__item {
  margin: 0;
}
.filter-button__block {
  min-width: 270px;
  max-width: 270px;
}
.filter-content__view {
  margin: 0;
}
.filter-content .filter-content__block .all-product {
  margin: 0;
}
.section-page__products .card-product {
  width: calc(25% - 16px);
}
.filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap:15px;
  white-space: nowrap;
}
.filter-button span {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}
.filter-button img {
  min-width: 28px;
  max-width: 28px;
}
.filter {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 100%;
  z-index: 555;
  margin: 0;
  width: 384px;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  padding: 0 0 70px 0;
  transition: all 300ms ease;
}
.filter-show {
  opacity: 1;
  visibility: visible;
}
.filter::-webkit-scrollbar {
  width: 5px;
}
.filter::-webkit-scrollbar-button:hover {
  background-color: #EBEBEB;
}
.filter::-webkit-scrollbar-thumb {
  background: #EBEBEB;
  border-radius: 10px;
}
.filter::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.filter-caption p {
  display: none;
}
.filter-caption__close {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter-buttons {
  width: 384px;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 10px 40px;
  display: flex;
  gap: 6px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}
.filter-buttons .button {
  flex: 1;
  margin: 0;
}
.filter-content-mobile {
  padding: 40px 36px 0;
}
.filter-caption__close span.text {
  display: none;
}
.filter-caption {
  display: flex;
}
.filter-caption__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.filter-open {
  overflow: hidden;
}
body.filter-open:after {
  content: '';
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
}
.header-mobile__menu__dropdown__close {
  min-width: 42px;
  max-width: 42px;
  border-radius: 6px;
  height: 42px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile__menu__dropdown__close svg path {
  fill: #000;
}
.header-mobile__menu__dropdown__close svg {
  margin: 0;
}
.search__catalog__nw {
  width: 100%;
}
.header-mobile__menu__dropdown_caption {
  gap:5px;
  border: 0px;
  padding: 20px 0 10px;
}
.header-mobile__menu__dropdown__block {
  height: calc(100vh - 60px);
}
.menu-calalog__nw {
  display: block;
  margin: 0 15px 20px;
}
.menu-calalog__nw__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color:#000;
  font-weight: 700;
  text-decoration: none;
}
.menu-calalog__nw__button img {
  min-width: 9px;
  max-width: 9px;
}
.menu-calalog__nw__block {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px 0;
}
.menu-calalog__nw__card {
  margin: 0 5px 15px;
  width: calc(33.33% - 10px);
  background: #F5F5F5;
  border-radius: 10px;
  padding: 0;
  display: block;
  text-decoration: none;
}
.menu-calalog__nw__card .item-text {
  display: block;
  margin: 16px 0 0;
  height: 35px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
}
.menu-calalog__nw__card .item-image {
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.menu-calalog__nw__card .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu-calalog__nw__countries {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 5px;
  padding: 0 15px;
  margin: 0 -15px;
}
.menu-calalog__nw__countries li {
  display: block;
  padding: 0;
  margin: 0;
}
.menu-calalog__nw__countries li a {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 15px;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .section-page__products .card-product {
    width: calc(33.33% - 16px);
  }
  .filter-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .filter-content__view,
  .filter-button__block {
    min-width: 185px;
    max-width: 185px;
  }
}

@media screen and (max-width: 991px) {
  .section-page__products .card-product {
    width: calc(50% - 16px);
  }
  .filter-content-mobile {
    padding: 0 20px;
    height: calc(100vh - 105px);
  }
  .filter-caption p {
    display: block;
  }
  .filter-caption__close {
    position: initial;
  }
  .filter-button img {
    min-width: 18px;
    max-width: 18px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter {
    width: 100%;
    overflow: hidden;
  }
  .filter-content-mobile {
    padding: 0 20px;
    height: calc(100vh - 155px);
  }
  .filter-item {
    margin: 0 0 30px 0;
  }
  .filter-buttons {
    width: 100%;
    padding: 10px 20px;
  }
  .filter-content-mobile {
    height: calc(100vh - 150px);
  }
  .filter-content__view, .filter-button__block {
    min-width: auto;
    max-width: max-content;
  }
  .section-page__products .card-product {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 575px) {
  .filter-item {
    margin: 0 0 20px 0;
  }
  .header {
    transition: all 200ms ease-in-out;
  }
  .header.sticky {
    top: -150px;
  }
  .filter-content-mobile {
    padding: 0 10px;
  }
  .filter-buttons {
    padding: 10px;
  }
}
/* end 18 06 2025 */

.new-prices {
  /* 27 10 2025 */
  /* end 27 10 2025 */
}

.new-prices .card-product {
  background: #F5F5F5;
  border-radius: 10px;
}

.new-prices .card-product__image {
  margin: 20px;
  height: 298px;
}

.new-prices .card-product__tags {
  top: 20px;
  left: 0;
}

.new-prices .card-product__content a.link {
  height: 70px;
  text-align: center;
}

.new-prices .prices-nw {
  margin: 10px 0;
  display: flex;
  gap: 2px;
}

.new-prices .prices-nw__item {
  border-bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column-reverse;
}

.new-prices .prices-nw__item .count-item {
  background: transparent;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  color: #ABABAB;
  padding: 0;
}

.new-prices .prices-nw__item .price_item {
  background: transparent;
  margin: 0;
  padding: 0;
}

.new-prices .add-to-cart {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}

.new-prices .add-to-cart .price {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
}

.new-prices .add-to-cart .old-price {
  font-size: 12px;
  line-height: 17px;
  color: #C1CBE3;
  display: block;
  margin: -4px 0 0 0;
  font-weight: 600;
  text-decoration: line-through;
}

.new-prices .card-product__content_act__nw .spinner {
  width: auto;
  min-width: auto;
  top: 3px;
  background: #fff;
  border: 1px solid #EBEBEB;
  padding: 3px;
  border-radius: 6px;
  left: 20px;
  right: 20px;
}

.new-prices .card-product__content_act__nw .spinner button {
  background: #264796;
  width: 46px;
  height: 46px;
  border-radius: 6px !important;
  line-height: 46px;
}

.new-prices .card-product__content_act__nw .spinner button img {
  filter: invert(0);
}

.new-prices .card-product__image {
  margin: 20px 20px 0;
}

.new-prices .add-to-cart:disabled {
  background: #EEEEEE;
  color: #ABABAB;
  pointer-events: none;
  font-size: 18px;
  line-height: 18;
  font-weight: 600;
}

.new-prices .card-product__month {
  background: #04080E;
  border-radius: 10px;
  overflow: hidden;
}

.new-prices .card-product__month .card-product__image {
  height: 298px;
  margin: 20px 0 0 0;
  padding: 0;
}

.new-prices .card-product__month .card-product__image:after {
  background: transparent;
}

.new-prices .card-product__month .card-product__content {
  margin: 5px 0 0;
  padding: 0 20px 20px;
  position: relative;
}

.new-prices .card-product__month .card-product__content a.link {
  color: #fff;
  text-align: left;
}

.new-prices .card-product__month .card-product__content_act {
  margin: 36px 0 0;
}

.new-prices .card-product__month .card-product__content_inbasket {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}

.new-prices .card-product__month .add-to-cart {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 6px;
}

.new-prices .card-product__month .spinner {
  width: 100%;
  min-width: 100%;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  background: #fff;
  padding: 3px;
}

.new-prices .card-product__month .spinner button {
  border-radius: 6px !important;
  background: #264796;
  width: 46px;
  height: 46px;
}

.new-prices .card-product__month .input-group__block {
  text-align: center;
}

.new-prices .card-product__month .input-group__block .total_price {
  font-size: 12px;
  line-height: 17px;
  color: #8A351E;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.new-prices .card-product__month .input-group__block .total_price span {
  color: #8A351E;
}

.new-prices .card-product__month .spinner input {
  width: 40px;
  padding: 0;
}

.new-prices .card-product__month .card-product__image:before {
  top: 0;
}

.new-prices .section-page__content .card-product__content {
  padding-bottom: 20px;
}

.new-prices .card-product__month .card-product__content {
  height: calc(100% - 323px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-prices .card-product__content_act__nw .spinner input {
  width: 110px;
}

.new-prices .product-page__act {
  min-width: 500px;
  max-width: 500px;
  margin: 0 0 0 40px;
}

.new-prices .product-page__sliders {
  min-width: 460px;
  max-width: 460px;
  margin: 0 40px 0 0;
}

.new-prices .product-page__info__nw {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin: 0 0 10px 0;
}

.new-prices .product-page__info__nw .item__act {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.new-prices .product-page__info__nw .item__act .button-favorites {
  position: initial;
}

.new-prices .product-page__info__nw .item__act p.price {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.new-prices .product-page__info__nw .item__text {
  margin: 0 0 10px 0;
}

.new-prices .product-page__info__nw .item__text p {
  font-size: 16px;
  line-height: 21px;
  color: #ABABAB;
  font-weight: normal;
  margin: 0;
}

.new-prices .product-page .card-product__content_inbasket .add-to-cart span.text {
  display: block;
}

.new-prices .product-page__act_block_buttons .card-product__content_inbasket {
  min-width: 100%;
  max-width: 100%;
  margin: 0 20px;
}

.new-prices .product-page__act_block_buttons .spinner {
  left: -20px;
  border-radius: 6px;
}

.new-prices .product-page__act_block_buttons .spinner button {
  margin: 0 3px !important;
  border-radius: 6px !important;
  background: #264796;
  width: 46px;
  height: 46px;
}

.new-prices .product-page__act_block_buttons .spinner input {
  padding: 0;
  text-align: center;
}

.new-prices .total_price__block {
  text-align: center;
}

.new-prices .prices__block__nw {
  margin: 10px 0;
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  gap: 3px;
  padding: 2px;
}

.new-prices .prices__block__nw__item {
  border-radius: 6px;
  padding: 7px 10px;
  border: 1px solid transparent;
  background: transparent;
  text-align: center;
  transition: all 300ms ease;
  flex: 1;
}

.new-prices .prices__block__nw__item p {
  font-size: 18px;
  line-height: 18px;
  color: #264796;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.new-prices .prices__block__nw__item p.info {
  font-size: 14px;
  line-height: 17px;
  color: #ABABAB;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 600;
}

.new-prices .prices__block__nw__item p.info span.discount {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: #BE2F21;
  border-radius: 40px;
  padding: 3px 5px;
}

.new-prices .prices__block__nw__item.active {
  border-color: #EBEBEB;
  background: #fff;
}

.new-prices .product-page__act_block_prices {
  position: relative;
}

.new-prices .product-page__act_block_prices .button-favorites {
  top: 8px;
  right: 3px;
}

.new-prices .product-page__act_block_buttons .spinner {
  border: 1px solid #EBEBEB;
  background: #fff;
}

.new-prices .product-page__image__nw img {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .new-prices .product-page__block {
    flex-direction: column-reverse;
  }

  .new-prices .product-page__sliders {
    min-width: 536px;
    max-width: 536px;
  }

  .new-prices .product-page__act {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 1199px) {
  .new-prices .product-page__sliders {
    min-width: 440px;
    max-width: 440px;
  }
}

@media screen and (max-width: 991px) {
  .new-prices .product-page__image__nw {
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .new-prices .product-page__image__nw img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .new-prices .product-page__sliders {
    min-width: 100%;
    max-width: 100%;
  }

  .new-prices .product-page__flex {
    display: block;
  }

  .new-prices .product-page__act {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .new-prices .product-page__image__nw {
    height: 340px;
  }

  .new-prices .header-mobile__disabled .header-mobile__content {
    padding: 60px 0 0 0;
  }

  .new-prices .header-mobile__disabled .productd-modal__content_button .button-favorites {
    display: none;
  }

  .new-prices .header-mobile__disabled .productd-modal__content_button .card-product__content_inbasket {
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .new-prices .header-mobile__disabled .productd-modal__content__block.disabled .productd-modal__content_button {
    width: calc(100% - 100px);
  }

  .new-prices .header-mobile__content {
    padding: 145px 0 0 0;
  }

  .new-prices .productd-modal__content_button .prices__block__nw {
    margin: 0 0 10px 0;
  }

  .new-prices .header-mobile__item__dropdown {
    z-index: 55;
  }

  .new-prices .productd-modal__content_button .card-product__content_inbasket {
    margin: 0;
    min-width: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

  .new-prices .productd-modal__content_button .add-to-cart {
    margin: 0;
  }

  .new-prices .product-page__info__nw .item__act p.price {
    min-width: 100px;
    max-width: 100px;
    font-size: 18px;
    line-height: 18px;
  }

  .new-prices .header-mobile {
    border-radius: 10px 10px 0 0;
  }

  .new-prices .prices__block__nw__item p {
    font-size: 12px;
  }

  .new-prices .prices__block__nw__item p.info {
    font-size: 12px;
  }

  .new-prices .prices__block__nw__item p.info span.discount {
    font-size: 12px;
    line-height: 12px;
  }

  .new-prices .productd-modal__content_button .product-page__info__nw {
    display: block;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
    margin: 0;
  }

  .new-prices .product-page__info__nw {
    display: none;
  }

  .new-prices .card-product__month .card-product__content {
    height: calc(100% - 161px);
  }

  .new-prices .card-product {
    background: #fff;
    border: 1px solid #F5F5F5;
  }

  .new-prices .card-product__image {
    margin: 0;
    height: 140px;
  }

  .new-prices .card-product__image img {
    max-width: 120px;
    max-height: 120px;
  }

  .new-prices .card-product__tags {
    top: 5px;
    left: 5px;
  }

  .new-prices .card-product__content a.link {
    height: 55px;
  }

  .new-prices .prices-nw {
    margin: 6px 0;
    flex-direction: column;
  }

  .new-prices .prices-nw__item {
    flex-direction: row;
    justify-content: space-between;
  }

  .new-prices .prices-nw__item .count-item {
    font-size: 12px;
  }

  .new-prices .card-product .add-to-cart {
    height: 43px;
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 6px;
  }

  .new-prices .add-to-cart .price {
    font-size: 14px;
    line-height: 14px;
  }

  .new-prices .card-product__content_act__nw .spinner {
    left: 0;
    right: 0;
    background: #F5F5F5;
    height: 43px;
  }

  .new-prices .card-product__content_act__nw .spinner button {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .new-prices .card-product__content_act__nw .spinner button img {
    filter: invert(1);
  }

  .new-prices .card-product__content_act__nw .spinner p.total_price {
    display: none;
  }

  .new-prices .card-product__content_act__nw .spinner input {
    top: -1px;
  }

  .new-prices .card-product__month {
    background: #04080E;
  }

  .new-prices .card-product__month .card-product__image {
    height: 140px;
  }

  .new-prices .card-product__month .card-product__content a.link {
    text-align: center;
  }

  .new-prices .card-product__month .card-product__content_act {
    margin: 6px 0 0;
  }

  .new-prices .card-product .add-to-cart {
    background: #264796;
  }

  .new-prices .card-product__month .spinner {
    background: #F5F5F5;
    height: 43px;
  }

  .new-prices .card-product__month .spinner button {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .new-prices .card-product__month .spinner button img {
    filter: invert(1);
  }

  .new-prices .card-product__month .input-group__block .total_price {
    display: none;
  }

  .new-prices .add-to-cart:disabled {
    background: #EEEEEE;
    color: #ABABAB;
    pointer-events: none;
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 575px) {
  .new-prices .card-product__content a.link {
    height: 95px;
  }

  .new-prices .card-product__content_act__nw .spinner input {
    width: 55px;
  }

  .new-prices .card-product__month .spinner input {
    width: 38px;
  }
}

.new-prices .product-page__info__nw p.price-finally__note {
  font-size: 14px;
  line-height: 17px;
  color: #8A351E;
  margin: 5px 0 20px 0;
  font-weight: 600;
}

.new-prices .prices-nw__item {
  padding: 5px 0;
  transition: 0.4s;
}

.new-prices .prices-nw__item.active {
  border-color: #EBEBEB;
  background: #FFF;
  border-radius: 6px;
  padding: 5px 0;
}

.new-prices.card-product__month .add-to-cart {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}


.new-prices.card-product__month .card-product__content_inbasket {
  min-width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin: 0 -20px;
}

.new-prices .spinner {
  margin-right: 20px;
}

.card-product.new-prices:not(.card-product__month) {
  background: #F5F5F5;
}

.new-prices .card-product__tags {
  top: 0;
}

.new-prices.card-product .add-to-cart.disabled {
  background: #EEEEEE;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main.2.0/style.css?176200193720805 */
