

/* Start:/catalog/sale/style.css?1724281473865*/
.sale-animation {
  margin-bottom: 20px;
}

.sale-animation__img {
  top: 0;
  left: 0;
}

/*------- new catalog view----------*/
.catalog-wrapper__content {
  display: flex;
  gap: 30px;
}

@media (max-width: 1000px) {
  .catalog-wrapper__content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -35px;
  }
}
/*general properties */
.main > .container {
  max-width: 100%;
  padding: 0;
}

.section-logo {
  margin-bottom: 2%;
}

.section-logo img {
  height: 40px;
  width: auto;
}

/* template styles */
div#cover {
  display: none;
}

@media (max-width: 500px) {
  div.wishlistpopup {
    font: 400 16px/20px var(--font);
  }
}
.incart-info {
  display: none;
  position: absolute;
  border-radius: 10px;
  left: 0;
  background: rgb(24, 216, 209);
  padding: 20px;
  color: black;
  font-size: 1rem;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/menu/menu_sale/style.css?172428110012175*/
.bx-top-nav-container {
  position: relative;
  padding: 0 10px;
  border-radius: 2px;
  background: var(--theme-color-primary);
  color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.bx-nav-1-lvl {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.bx-nav-1-lvl-link {
  background-color: #e3e3e3;
  padding: 10px 0;
  width: 100%;
  color: var(--gray-800);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx-nav-1-lvl-link:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: var(--gray-200);
}

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: var(--gray-200);
}

.bx-nav-1-lvl-link-text {
  display: flex;
  color: var(--gray-800);
  text-decoration: none;
  font: 400 18px/20px var(--font);
  transition: 250ms linear all;
  align-items: center;
}

.bx-nav-angle-bottom {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before {
  background-color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background-color: transparent;
  color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
  z-index: 250;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background: #fff;
}

/**/
.bx-nav-angle-top {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 2px;
  background-color: #fff;
  content: "";
  transition: 250ms linear all;
}

.bx-nav-angle-top:after {
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

/**/
.bx-nav-parent-arrow {
  display: none;
}

/*endregion*/
/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
  z-index: 999;
  display: none;
  padding: 0;
  min-width: 100%;
  border-top: none;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
  color: #000;
  opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div {
  flex: 1;
}

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
  position: absolute;
  top: calc(100% - 5px);
  z-index: 999;
  display: flex;
  background: #fff;
  opacity: 1;
  align-items: stretch;
}

.bx-nav-list-2-lvl {
  margin: 0;
  padding: 5px 0 12px;
}

.bx-nav-2-lvl {
  display: block;
  padding: 0;
  min-width: 180px;
}

.bx-nav-2-lvl-link {
  display: block;
  padding: 5px 15px 5px;
  border-bottom: none !important;
  text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
  color: var(--theme-color-primary);
  text-decoration: none;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
  line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/
.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
  background: var(--theme-color-light);
  color: var(--theme-color-primary);
}

/*endregion*/
/*region 3 lvl*/
.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  background: #fff;
  content: " ";
}

.bx-nav-list-3-lvl {
  margin: 0;
  padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 180px;
}

.bx-nav-3-lvl-link {
  display: block;
  padding: 3px 15px 3px 20px;
  border-bottom: none;
  color: #555;
  text-decoration: none;
  font-size: 13px;
  line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
  background: #f0f0f0;
  color: var(--theme-color-primary);
  text-decoration: none;
}

/*endregion*/
/*region col 4 */
.bx-nav-list-4-col {
  position: static;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
  top: 100%;
  right: 0;
  left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
  right: 0;
  left: 0;
}

/*endregion*/
/*region catinfo*/
.bx-nav-catinfo {
  position: relative;
  z-index: 120;
  padding: 15px 15px 5px;
  min-width: 200px;
  border-left: 1px solid #ecefef;
  background: #f7fafb;
}

.bx-nav-catinfo img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
  padding: 20px 5px 0;
  font-size: 13px;
}

/*endregion*/
/*region ASIDE */
.bx-menu-button-mobile {
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.bx-aside-nav-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1750;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  cursor: pointer;
  transition: left 0.15s linear;
}

.bx-nav-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 25px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
  position: absolute;
  top: 50%;
  display: block;
  background: #fff;
  width: 100%;
  height: 5px;
  content: "";
  transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav {
  transition: transform 0.15s linear;
}

/**/
.bx-opened .bx-footer,
.bx-opened .workarea {
  overflow: hidden;
}

/**/
.bx-aside-nav {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 1600;
  display: none;
  width: 100%;
  background: #4c5c65;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
  overflow-y: scroll;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.bx-aside-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-aside-nav a {
  display: block;
  overflow: hidden;
  padding-left: 15px;
  max-width: 100%;
  height: 48px;
  border-bottom: 1px solid #3d4b53 !important;
  color: #fff;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
  z-index: 1700;
  flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
  padding: 0;
  display: flex;
  align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
  padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
  box-shadow: none !important;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  background: transparent;
  color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
  position: relative;
  box-shadow: none;
  top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
  display: block;
  opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a {
  background: #44535c;
}

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl {
  background: #44535c;
}

.bx-aside-nav .bx-nav-2-lvl-link {
  padding: 0 0 0 30px;
}

.bx-aside-nav .bx-nav-2-lvl-link:hover {
  background-color: #3b4851;
}

.bx-aside-nav .bx-nav-3-lvl-link {
  padding: 0 0 0 45px;
}

.bx-aside-nav .bx-nav-3-lvl-link:hover {
  background-color: #3b4851;
}

.bx-aside-nav .bx-nav-4-lvl-link {
  padding: 0 0 0 60px;
}

.bx-aside-nav .bx-nav-4-lvl-link:hover {
  background-color: #3b4851;
}

.bx-aside-nav .bx-nav-parent {
  position: relative;
}

.bx-aside-nav .bx-nav-parent-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  margin-top: 6px;
  width: 46px;
  height: 34px;
  border-left: 1px solid #5a6971;
  text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
  transition: all 0.15s linear;
}

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
  overflow: hidden;
  height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul {
  height: auto;
}

.bx-aside-nav .bx-nav-catinfo {
  display: none;
}

.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bx-nav-1-lvl > a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bx-nav-1-lvl > a {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .bx-aside-nav-control,
  .bx-aside-nav {
    display: none;
  }
  .bx-top-nav-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .bx-aside-nav-control {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bx-aside-nav {
    display: block;
  }
  .bx-aside-nav .bx-nav-parent-arrow {
    display: block;
  }
  .bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom {
    display: none;
  }
}
.bx-white {
  --theme-color-primary: #f5f5f5;
  --theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
  color: #333;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.smart.filter/bash_smart_filter/style.css?172428109313459*/
/*
* 	Result Popup
*
*/
.smart-filter-container-modef-mob .smart-filter-popup-result {
  position: static;
  filter: none;
  text-align: center;
  padding: 0;
  height: auto;
  display: block;
  background-color: transparent;
  margin: 0;
}

.smart-filter-container-modef-mob .smart-filter-popup-result .smart-filter-popup-result-text {
  color: var(--gray-200);
}

.smart-filter-container-modef-mob .smart-filter-popup-result .smart-filter-popup-result-link {
  display: none;
}

.smart-filter-popup-result {
  position: absolute;
  z-index: 1;
  display: none;
  margin-top: -10px;
  margin-left: 32px;
  left: 98%;
  padding: 0px 10px;
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 5px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  height: 55px;
}

.smart-filter-popup-result::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 49%;
  left: -37px;
  border-radius: 5px;
  transform: rotate(45deg) translateY(-70%);
  z-index: 0;
}

.open-filter .smart-filter-popup-result::before {
  display: none;
}

.smart-filter-popup-result-text {
  color: var(--gray-800);
  font: 400 16px/20px var(--font);
  position: relative;
}

.smart-filter-popup-result.right {
  left: 97%;
}

.smart-filter-popup-result-link {
  display: block;
  padding: 7px 15px;
  background-color: var(--navy-blue);
  border-radius: 16px;
  font: 400 18px/20px var(--font);
}

:root {
  --c0: #4F4959;
  --c1: #FBC500;
  --c2: #04B957;
  --c3: #E9F1F4;
  --c4: #4285F4;
  --c5: #D23113;
  --animation1: all .25s ease-out;
}

@media (max-width: 768px) {
  .smart-filter {
    padding: 15px 15px 0px 15px;
  }
}
.smart-filter_title {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  color: var(--c0);
}

.smart-filter-parameters-box .bx_filter_block_expanded {
  display: none;
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
  display: block;
}

.smart-filter-digits input {
  width: 100px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 40px;
}

.smart-filter_radio input {
  display: none;
  position: absolute;
  left: -9999999999px;
}

.smart-filter_radio label {
  height: 30px;
  line-height: 30px;
  margin: 0ex 3px 3px 0px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 12px;
  background: #fff;
  color: var(--c0);
}

.smart-filter_radio input:checked + label {
  background: var(--c0);
  color: #ffffff;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 30px;
}

.smart-filter-slider-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E1E1E1;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.smart-filter-slider-ruler span {
  position: absolute;
  top: -14px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-range, .smart-filter-slider-price-bar, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar-v {
  background: var(--c0);
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  margin-top: -9px;
  width: 15px;
  z-index: 0;
  height: 15px;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  background-color: var(--white);
}

.smart-filter-slider-handle:hover {
  cursor: grab;
  z-index: 110;
}

.smart-filter-slider-handle:active {
  cursor: grabbing;
  z-index: 110;
}

.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -5px;
}

.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -5px;
}

@media (max-width: 768px) {
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 270px;
    height: 100vh;
    background: var(--c3);
    top: 0;
    left: -270px;
    z-index: 1000;
  }
}
.mobile_filter_panel_show {
  left: 0;
}

@media (max-width: 768px) {
  .mobile_filter_panel_over {
    position: fixed;
    transition: var(--animation1);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 900;
    background: rgba(0, 0, 0, 0.7);
  }
  .mobile_filter_panel_over_show {
    display: block;
  }
}
.filter {
  padding-top: 10px;
  max-width: 320px;
  width: 100%;
  z-index: 7;
  color: var(--gray-800);
}

.open-filter.filter {
  z-index: 8;
}

@media (max-width: 1000px) {
  .filter {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .filter {
    max-width: 100%;
  }
}
.filter__title {
  font: 400 20px/25px var(--font);
  color: var(--gray-800);
  margin: 0 0 53px;
}

@media (max-width: 1000px) {
  .filter__title {
    display: none;
  }
}
.filter-actions {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border: 1px solid #ccc;
}

.filter-param {
  width: 100%;
}

@media (max-width: 1000px) {
  .filter-actions {
    border: none;
  }
}
@media (max-width: 900px) {
  .filter-form {
    overflow: hidden;
    padding: 0px 30px 50px;
  }
  .filter-actions {
    gap: 10px 30px;
    flex-wrap: wrap;
  }
}
/* .smart-filter {
 display:flex;
gap:10px 30px;
flex-wrap:wrap;
}
@media(max-width:600px){
  .smart-filter {
gap:0px 30px;
}
} */
.smart-filter-parameters-box {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .smart-filter-parameters-box {
    margin-bottom: 10px;
  }
}
.smart-filter-parameters-box-price {
  width: 100%;
}

.smart-filter-slider-ruler.p1 {
  left: 0;
  width: 0;
}

.smart-filter-slider-ruler.p2 {
  left: 25%;
  display: none;
}

.smart-filter-slider-ruler.p3 {
  left: 50%;
  display: none;
}

.smart-filter-slider-ruler.p4 {
  right: 25%;
  display: none;
}

.smart-filter-slider-ruler.p5 {
  right: 0;
  width: 0;
}

.bx_filter_block_expanded {
  background-color: var(--white);
  padding: 10px 20px;
}

.smart-filter-digits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.smart-filter-parameters__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  width: 100%;
  justify-content: space-between;
}

.smart-filter_checkbox {
  max-height: 360px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-600) transparent;
}

.smart-filter-input-group-checkbox-pictures-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: calc(33.3333333333% - 10px);
  position: relative;
}

.smart-filter-checkbox-label {
  font: 400 14px/18px var(--font);
  color: var(--gray-800);
  text-align: center;
}

.smart-filter-checkbox-label.bx-active {
  position: relative;
}

.smart-filter-checkbox-label.bx-active::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
  background-image: url(/upload/images/icons/new/checked.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn {
  width: 80px;
  height: 70px;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}

@media (max-width: 1000px) {
  .smart-filter_checkbox {
    max-height: 225px;
  }
}
.smart-filter_checkbox::-webkit-scrollbar {
  width: 12px;
}

.smart-filter_checkbox::-webkit-scrollbar-track {
  background: transparent;
}

.smart-filter_checkbox::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .bx_filter_block_expanded:not(.smart-filter-parameters-box-price .bx_filter_block_expanded) {
    position: static;
  }
}
@media (max-width: 500px) {
  .smart-filter-parameters__btn-text {
    font: 400 14px/18px var(--font);
  }
}
.smart-filter-parameters__btn-flag {
  rotate: 0;
  transition: all 0.3s ease-in-out;
}

.smart-filter-parameters-box.bx-active .smart-filter-parameters__btn-flag {
  rotate: 180deg;
}

.smart-filter-checkbox__label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.smart-filter-checkbox__label:not(:last-child) {
  margin: 0 0 5px;
}

@media (max-width: 500px) {
  .smart-filter-checkbox__label:not(:last-child) {
    margin: 0 0 8px;
  }
}
.ui-component--checkbox {
  flex-shrink: 0;
}

.smart-filter-checkbox__label-text {
  font: 400 16px/18px var(--font);
}

@media (max-width: 600px) {
  .smart-filter-checkbox__label-text {
    white-space: normal;
  }
}
.smart-filter-parameters__btn {
  background-color: var(--white);
  padding: 5px 10px;
  position: relative;
}

.smart-filter-parameters__btn::before {
  content: "";
  width: 5px;
  height: 10px;
  border-radius: 0 50% 50% 0;
  background-color: var(--navy-blue);
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.smart-filter-parameters-box.active .smart-filter-parameters__btn::before {
  display: block;
}

.smart-filter_bottons {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
}

.smart-filter_bottons.fixed-btns {
  justify-content: center;
  position: fixed;
  padding: 10px 0;
  background-color: var(--white);
  bottom: 0;
  left: 0;
  right: 0;
}

.smart-filter_bottons__item {
  max-width: 320px;
  padding: 5px 10px;
  border-radius: 20px;
}

.smart-filter_bottons__item-set {
  background-color: var(--navy-blue);
  display: flex;
  flex-direction: column;
  font: 400 18px/20px var(--font);
  align-items: center;
  text-align: center;
}

.smart-filter_bottons__item-set .smart-filter_bottons__item-text, .smart-filter-popup-result {
  color: var(--white);
}

.smart-filter_bottons__item-del {
  color: var(--gray-800);
}

.mobile_filter_button {
  display: none;
  padding: 5px 10px;
  top: 10px;
  background: var(--white);
  border-radius: 10px;
  color: var(--gray-800);
  border: none;
  height: 45px;
  margin-bottom: 0px;
  cursor: pointer;
  font: 400 18px/20px var(--font);
}

.mobile_filter_button__icon {
  display: block;
}

.mobile_filter_button__text {
  display: block;
}

.mobile_filter_button__arrow-flag {
  display: none;
}

@media (max-width: 500px) {
  .mobile_filter_button__arrow-flag {
    display: block;
    margin-left: auto;
    transform: translateY(2px);
  }
}
.mobile_filter_panel .close-filter {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.close-filter__line {
  width: 20px;
  height: 2px;
  background-color: var(--gray-800);
  display: block;
  pointer-events: none;
}

.close-filter__line--first {
  transform: rotate(45deg) translateX(4px) translateY(-3px);
}

.close-filter__line--second {
  transform: rotate(-45deg) translateX(4px) translateY(2px);
}

.mobile_filter_panel.mobile_filter_panel_show .close-filter {
  display: block;
  margin-bottom: 20px;
}

.mobile_filter_panel.mobile_filter_panel_show {
  right: 0;
  padding: 30px 10px 170px;
}

@media (max-width: 1000px) {
  .mobile_filter_button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: fit-content;
  }
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background: var(--white);
    top: 0;
    left: auto;
    right: -200%;
    z-index: 1000;
  }
}
@media (max-width: 500px) {
  .mobile_filter_button {
    flex: 1;
    width: auto;
  }
}
.smart-filter-input-group-checkbox-pictures {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
}

@media (max-width: 750px) {
  .mobile_filter_button {
    font: 400 14px/20px var(--font);
  }
  .smart-filter-input-group-checkbox-pictures {
    justify-content: center;
    width: 100%;
  }
}
.color-filter__item-image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.color-filter__item-name {
  font: 400 14px/18px var(--font);
  color: var(--gray-800);
  text-align: center;
}

.color-filter__item-name::first-letter {
  text-transform: uppercase;
}

.color-filter__item {
  display: block;
  position: relative;
  width: 30%;
}

@media (max-width: 750px) {
  .color-filter__item {
    width: 78px;
  }
}
.smart-filter-checkbox__label {
  cursor: pointer;
}

.smart-filter-checkbox__label input[type=checkbox] + .ui-component--checkbox {
  width: 20px;
  height: 20px;
}

.color-filter__item input[type=checkbox] + .ui-component--checkbox {
  position: absolute;
  border-radius: 50%;
  border: none;
  background-color: var(--white);
  top: 18px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  box-shadow: none;
}

.color-filter__item input[type=checkbox]:checked + .ui-component--checkbox {
  opacity: 1;
}

.color-filter__item:hover .color-filter__item-name {
  color: var(--gray-800);
}

.smart-filter-checkbox-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169*/
.nav-title {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
}

@media (max-width: 768px) {
  .nav-title {
    font: 400 16px/20px var(--font);
  }
}
.nav-pages {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-pages {
    gap: 7px;
  }
}
.nav-pages__number {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .nav-pages__number {
    width: 26px;
    height: 26px;
  }
}
.system-nav-orange {
  color: #999;
  font-size: 15px;
}

.nav-pages__link {
  transition: all 0.3s ease-in-out;
}

.nav-pages__link:hover {
  color: var(--gray-900);
}

.nav-pages__number:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

.system-nav-orange .nav-current-page {
  color: white;
  background-color: var(--navy-blue);
  font-weight: bold;
  padding: 0px 1px;
}

@media (max-width: 768px) {
  .system-nav-orange .nav-current-page {
    font-size: 11px;
  }
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_ajax/style.css?17242811046285*/
.ajax-loading::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.catalog-wrapper__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  gap: 5px 40px;
}

@media (max-width: 1200px) {
  .catalog-wrapper__top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.catalog-wrapper__left {
  width: 100%;
}

.catalog-content {
  position: relative;
}

.section-category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-category__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 50px 30px;
  align-items: stretch;
  margin-bottom: 80px;
}

@media (max-width: 1550px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 600px) {
  .section-category__items {
    gap: 50px 15px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    margin-bottom: 0;
  }
}
.meta-info__total .system-nav-orange .nav-pages {
  display: none;
}

.section-category__paginations--bottom .system-nav-orange .nav-title {
  display: none;
}

.btn-main-page {
  max-width: 255px;
  width: 100%;
  border-radius: 45px;
  height: 60px;
  background-color: var(--navy-blue);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn-main-page {
    max-width: 200px;
    height: 40px;
  }
}
.btn-main-page__text {
  font: 400 19px/24px var(--font);
  display: block;
  color: var(--white);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btn-main-page__text {
    font: 400 15px/20px var(--font);
  }
}
/*-----------filter----------------*/
.meta-info__total {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
  margin-left: auto;
}

@media (max-width: 605px) {
  .meta-info__total {
    font: 400 16px/20px var(--font);
    margin-right: auto;
  }
}
.filter-sort {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .count-prod-page {
    display: none;
  }
}
.filter-sort__title {
  font: 400 18px/20px var(--font);
  color: var(--gray-700);
  margin: 0;
}

.filter-sort__title-icon {
  display: none;
}

@media (max-width: 1000px) {
  .filter-sort__title-icon {
    display: block;
  }
  .filter-sort__title--desktop {
    display: none;
  }
}
.filter-sort__head {
  gap: 10px;
}

@media (max-width: 1000px) {
  .filter-sort__head {
    justify-content: space-between;
    width: fit-content;
    background-color: var(--white);
    border-radius: 10px;
    padding-left: 5px;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .filter-sort__head {
    width: 100%;
  }
}
.filter-sort__btn {
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

@media (max-width: 1000px) {
  .filter-sort__btn {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px 5px 0px;
  }
}
.filter-sort__btn .filter-sort__arrow-flag {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}

.filter-sort__btn.show .filter-sort__arrow-flag {
  rotate: 180deg;
}

.filter-sort__btn-item {
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
}

@media (max-width: 600px) {
  .filter-sort__btn-item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__items {
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.filter-sort__items.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.filter-sort__item {
  backgroud-color: var(--white);
  padding: 5px 10px;
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
  .filter-sort__item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__item.active {
  background-color: var(--navy-blue);
  pointer-events: none;
  color: var(--white);
}

.filter-sort__item:not(:last-child) {
  margin-bottom: 5px;
}

.filter-sort__item:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

@media (max-width: 1000px) {
  .filter-sort__item--desktop {
    display: none;
  }
}
/*section description seo*/
.section-description__title {
  margin: 0 0 20px;
  font: 500 25px/30px var(--font);
  color: var(--gray-800);
}

.section-description__item, .section-description__list-item {
  font: 400 18px/25px var(--font);
  color: var(--gray-700);
  margin: 0;
}

.section-description__item:not(:last-child) {
  margin-bottom: 10px;
}

.section-description__item--accent, .section-description__list-item--accent {
  color: var(--gray-800);
}

.section-description__list {
  counter-reset: item;
  margin-bottom: 10px;
}

.section-description__list-item {
  counter-increment: item;
}

.section-description__list-item:not(:last-child) {
  margin-bottom: 5px;
}

.section-description__list-item::before {
  content: counter(item) ")";
  color: var(--gray-800);
}

.section-description__title--s {
  font-weight: inherit;
}

@media (max-width: 500px) {
  .section-description__title {
    font: 500 19px/25px var(--font);
  }
  .section-description__item, .section-description__list-item {
    font: 400 14px/18px var(--font);
  }
}
.modal-addbasket#addItemInCart {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.modal-addbasket#addItemInCart.fadePreview {
  opacity: 0;
  visibility: hidden;
}

.main {
  padding-bottom: 50px;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359*/
.card-product__link {
  display: flex;
  flex-direction: column;
  margin: 0 0 auto;
  height: 100%;
  gap: 15px;
  color: var(--main-text);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* End */
/* /catalog/sale/style.css?1724281473865 */
/* /local/templates/bashtemplate_new/components/bitrix/menu/menu_sale/style.css?172428110012175 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.smart.filter/bash_smart_filter/style.css?172428109313459 */
/* /local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_ajax/style.css?17242811046285 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359 */
