

/* Start:/local/templates/polymax_copy/components/bitrix/catalog/plmx_new/style.css?1747832415977*/
.bx-filter .btn-themes {
  color: #fff;
  background-color: #b3c535;
  border: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 4px;
  border-color: #b3c535;
  box-shadow: 0px 8px 8px -4px rgb(89 99 18/16%), inset 0px -2px 0px rgb(0 0 0/15%);
}
.bx-filter input.btn-link {
  background: #f0f3d7;
  color: #b3c535;
  border-radius: 4px;
}

.tag_img {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

.shop-cat-buy-popup .view::before {
  left: 17% !important;
}

.shop-cat-buy-popup li.color-selected {
  border: 2px solid #fff;
  box-shadow: 0px 0px 10.4px 1px color-mix(in srgb, currentColor 60%, transparent);
}

.shop-cat-buy-popup li.size-selected {
  filter: drop-shadow(0px 0px 7.1px #b3c535);
}

.popup-window-content {
  background-color: unset !important;
}

/* End */


/* Start:/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/style.css?175084685150399*/
section .catalog-item__add-to-cart .view::before,
.short-product .catalog-item__add-to-cart .view::before,
.catalog-item__one-click .view::before {
  content: none !important;
}

.d-none {
  display: none;
}

.tabs__items {
  padding-top: 14px;
}

.header.zheader {
  z-index: 1;
}

.catalog-item__quantity {
  position: relative;
}

.can_cheep_block {
  position: relative;
  padding-top: 16px;
}

.can_cheep_block a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 4%);
  transition: all 0.3s;
}

.can_cheep_block a svg {
  max-width: 36px;
}

.can_cheep_block a:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 8%);
}

.cheep_pre_form,
.cheep_form {
  position: absolute;
  top: 16px;
  z-index: 40;
  box-sizing: border-box;
  display: none;

  /* Grey / 200 */
  width: 100%;
  padding: 20px 24px 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 8%);
}

.cheep_form .notetext {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.cheep_pre_form.active,
.cheep_form.active {
  display: block;
}

.preform-header {
  padding-right: 8px;
  padding-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #272727;
}

.preform-close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/bitrix/templates/polymax/assets/img/new_form/close.svg');
}

.preform-body-row {
  padding-bottom: 12px;
}

.preform-body-row::after {
  display: block;
  clear: both;
  content: '';
}

.preform-body-img {
  display: flex;
  align-items: self-start;

  /* text-align: center; */
  justify-content: center;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.preform-body-text {
  display: block;
  float: left;
  width: calc(100% - 32px);
  padding-right: 44px;
  font-size: 14px;
  line-height: 20px;
}

.preform-body-button {
  display: block;
  width: 100%;
  margin-top: 4px;
}

.preform-body-button a,
.cheep_form .form__ele-wrap input[type='submit'] {
  height: 48px;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
  background: #b3c535;
  border-radius: 8px;
  box-shadow: 0 8px 8px -4px rgba(89, 99, 18, 16%), inset 0 -2px 0 rgba(0, 0, 0, 15%);
}

.cheep_form .form_label {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}

.cheep_form .form__ele-wrap input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.cheep_form .form__ele-wrap {
  padding-bottom: 16px;
}

.short-product {
  position: fixed;
  top: 0;
  height: 88px;
}

/* Slider */
.product-item-detail-slider-container {
  position: relative;
  max-width: 100%;
  background: transparent;
  -webkit-transition: background 800ms ease;
  -moz-transition: background 800ms ease;
  -ms-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
}

.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  height: 0;

  /* padding-top:56.25%; */
  padding-top: 330px;
  border: 1px solid #ebebeb;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  inset: 0;
}

.product-item-detail-slider-image {
  position: absolute;
  inset: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  z-index: 1; /* 10 */
  opacity: 1;
}

.product-item-detail-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  outline: 1px solid transparent;
  -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
}

.gotobasket {
  display: none;
}

.gotobasket.active {
  position: relative;
  display: block;
  width: 100%;
  max-width: 226px;
  margin-right: 24px;
}

.gotobasket.active > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 13px 24px;
  font-size: 16px;
  line-height: 19px;
  color: #b3c535;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #b3c535;
  border-radius: 8px;
}

.gotobasket .header-cart__icon {
  position: absolute;
  top: 14px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url('/bitrix/templates/polymax/assets/css/../img/header/shopping-cart.svg') no-repeat center;
  background-size: contain;
}

.gotobasket .header-cart__icon .header-cart__total {
  position: absolute;
  top: -5px;
  right: -12px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  background: #d14040;
  border-radius: 100%;
  box-shadow: 0 1px 4px rgba(95, 166, 6, 25%);
}

.gotobasket.active ~ .catalog-item__quantity,
.gotobasket.active ~ .catalog-item__buttons {
  display: none;
}

/* Slider Controls */
.product-item-detail-slider-controls-block {
  /* display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
/*padding: 10px 0; */
  margin-top: 20px;

  /* text-align: center; */
}

.product-item-detail-slider-controls-image {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: calc(25% - 3px);
  height: 54px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  width: auto;
  max-width: 79px;
  height: auto;
  max-height: 54px;
  border-radius: 8px;
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(-0);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 50%;
  z-index: 2;
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/home-banner-left.svg') no-repeat center;
  backdrop-filter: blur(84px);
  border-radius: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  transform: translateY(-50%);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  border: 2px solid #ffffff;
}

.product-item-detail-slider-left {
  left: 18px;
}

.product-item-detail-slider-right {
  top: calc(50% - 40px);
  right: 18px;
  -webkit-transform: rotate(180deg) translateY(-50%);
  -moz-transform: rotate(180deg) translateY(-50%);
  -o-transform: rotate(180deg) translateY(-50%);
  -ms-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, 40%);
  opacity: 0.8;
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  opacity: 0.27;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/* magnified */
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #dddddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup */
.product-item-detail-slider-container.popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #ffffff;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  height: 100vh;
  padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 150px);
  max-height: 100vh;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  position: absolute;
  top: 300px;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow-y: auto;
  background-color: #ffffff;
  border-left: 1px solid #d3d3d3;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile */
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    height: calc(100vh - 111px);
    padding-top: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 115px);
    cursor: default;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    inset: auto 0 0;
    max-height: 111px;
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #d3d3d3;
    border-left: none;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

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

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

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

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

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

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

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f42c2c;
  opacity: 0.8;
}

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

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

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

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

.cheep_form .gdpr {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  color: #9d9d9d;
  text-align: center;
}

.cheep_form .gdpr a {
  display: initial;
  width: auto;
  font-size: 10px;
  text-decoration: underline;
  background: unset;
  border: none;
  box-shadow: none;
}

.cheep_form .form__ele-wrap input::placeholder {
  color: #9d9d9d;
}

.can_cheep_block a svg path {
  stroke: #b3c535;
}

.catalog-item__add-to-cart:first-child .view::after {
  position: relative;
  top: 3px;
  box-sizing: border-box;
  display: inherit;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 8px;
  text-decoration: none;
  content: '';
  background-image: url('/bitrix/templates/polymax/assets/img/cart.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.short-product .catalog-item__add-to-cart:first-child .view::after {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.catalog-item__add-to-cart:first-child .view.active::after {
  background-image: url('/bitrix/templates/polymax/assets/img/loading.svg');
}

.container.gray .breadcrumbs ul li:not(:first-child)::after {
  background: #f5f5f5;
}

.container.gray .catalog-item__wrap {
  padding: 0;
  padding-bottom: 32px;
  margin-bottom: 0;
  border: none;
}

.col-4.col-offset-1 {
  margin-top: 48px;
}

section .container {
  background: #ffffff;
}

section.tabs .container:first-child {
  border-bottom: 1px solid #ededed;
}

section .container.gray {
  background: #f5f5f5;
}

.container.gray .product-item-detail-slider-block {
  padding-top: 0;
  border: none;
}

.container.gray .catalog-item__media {
  width: 390px;
}

.container.gray .product-item-detail-slider-image img {
  position: relative;
  top: 0;
  left: 0;
  min-height: 180px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 32%) 0%, rgba(0, 0, 0, 0%) 21.87%, rgba(0, 0, 0, 0%) 76.56%, rgba(0, 0, 0, 32%) 100%);
  border-radius: 8px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

section .tabs__table {
  max-width: 100%;
}

section .tabs__table tbody tr:nth-of-type(2n) td {
  background-color: rgba(0, 0, 0, 5%);
}

.container.gray .catalog-item__prop--color ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;

  /*
	border: 3px solid #FFFFFF;
*/
  border: 1px solid #ffffff;
  border-radius: 30px;
  outline-width: 0;

  /*
	width: 30px;
	height: 30px;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;

	border-radius: 30px;
	outline-width: 0;
*/
}

.container.gray .catalog-item__prop--color ul li:not(.selected) a {
  box-shadow: 0 0 2px rgb(0 0 0 / 30%) !important;
}

.container.gray .catalog-item__prop--color ul li:not(.selected) svg {
  display: none;
}

.container.gray .catalog-item__prop--color ul li a span {
  width: 24px;
  height: 24px;
}

.container.gray .catalog-item__prop--color {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.container.gray .catalog-item__props {
  display: block;
  border: none;
}

.container.gray .catalog-item__prop--color ul li {
  position: relative;
  padding: 3px;
  margin-right: 0;
}

.container.gray .catalog-item__prop:not(.catalog-item__prop--color) .catalog-item__prop--heading {
  float: left;
}

.container.gray .catalog-item__prop .catalog-item__prop--heading {
  padding: 12px 0;
  margin: 0;
}

.container.gray .catalog-item__prop:not(.catalog-item__prop--color) {
  position: relative;
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #e0e0e0;
}

.container.gray .catalog-item__prop--size ul {
  display: flex;
  float: right;
  height: 48px;
}

.container.gray .catalog-item__prop--size ul.dropdown {
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  float: right;

  /* width: 50%; */
  width: auto;
  height: 32px;
}

.container.gray .catalog-item__prop--size ul.dropdown.active {
  z-index: 32;
  height: auto;
}

.container.gray .buy_block {
  box-sizing: border-box;
  padding: 32px 24px 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 4%);
}

.buy_block .catalog-item__add-to-cart {
  display: block;
  width: 100%;
  margin: 0;
}

.buy_block .catalog-item__add-to-cart.hide,
.buy_block .catalog-item__add-to-cart + .catalog-item__add-to-cart {
  display: none;
}

.buy_block .catalog-item__add-to-cart.hide + .catalog-item__add-to-cart {
  display: block;
}

.buy_block .catalog-item__one-click {
  display: block;
  width: 100%;
  min-width: max-content;
  margin-top: 16px;
}

.buy_block .catalog-item__one-click .view {
  box-sizing: border-box;
  width: 100%;
  height: 48px;

  /* identical to box height, or 100% */
  padding: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #b3c535;
  text-align: center;
  background: #f0f3d7;
  border-radius: 8px;
  box-shadow: 0 4px 4px -4px rgba(89, 99, 18, 4%), inset 0 -2px 0 rgba(45, 81, 9, 8%);

  /* Theme / Primary */
  transition: all 0.3s;
}

.buy_block .catalog-item__one-click .view:hover {
  color: #b3c535;
  background: #e7ecc0;
}

.short-product .catalog-item__add-to-cart .view,
.buy_block .catalog-item__add-to-cart .view {
  width: 54px;
  height: 48px;

  /* Theme / Primary */
  padding: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  color: #ffffff;

  /* identical to box height, or 100% */
  text-align: center;
  background: #b3c535;
  border-radius: 8px;
  box-shadow: 0 8px 8px -4px rgb(89 99 18 / 16%), inset 0 -2px 0 rgb(0 0 0 / 15%);
  transition: all 0.3s;
}

.cheep_form .form__ele-wrap input[type='submit']:hover,
.preform-body-button a:hover,
.buy_block .catalog-item__add-to-cart .view:hover,
.short-product .catalog-item__add-to-cart .view:hover {
  color: #ffffff;
  background: #99a92e;
  box-shadow: 0 8px 8px -4px rgb(89 99 18 / 16%), inset 0 -2px 0 rgb(0 0 0 / 15%);
}

.buy_block .catalog-item__add-to-cart .view {
  width: 100%;
}

#fake_img {
  display: flex;
  align-self: center;
  float: left;
  width: auto;
  max-width: 64px;
  height: auto;
  margin-right: 16px;
  border-radius: 8px;
}

.short-product .catalog-item__quantity input,
.short-product .catalog-item__quantity {
  max-width: 189px;
}

.short-product {
  position: fixed;
  top: -88px;
  left: 0;
  z-index: 43;
  box-sizing: border-box;
  width: 100%;
  height: 88px;
  padding: 20px 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 8%);
  transition: all 0.3s;
}

.short-product.active {
  top: 0;
}

.short-product .row {
  display: flex;
  align-items: center;
  max-height: 48px;
}

.fake_blk {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  text-align: right;
}

.fake_block_pice {
  /* vertical-align: sub; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-right: 16px;
  color: #9d9d9d;
}

.fake_title {
  font-size: 12px;
  line-height: 24px;
}

#fake_price,
#fake_price span {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.fake_prc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  text-align: right;
}

.fake_sum,
.fake_sum span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;

  /* Basic / Dark */

  color: #272727;
  white-space: nowrap;
}

.fale_name {
  max-width: 456px;
  max-height: 48px;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #272727;
}

.product-item-detail-price-current.hidden {
  display: none !important;
}

#product-item-detail-price-fake,
#product-item-detail-price-fake_new {
  display: none;
}

#product-item-detail-price-fake_new.active,
#product-item-detail-price-fake.active {
  display: block;
}

a.download_docs span:nth-child(2)::after {
  display: block;
  float: right;
  width: 24px;
  height: 20px;
  content: '';
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/download.svg') center no-repeat;
}

@media (min-width: 768px) {
  body .header__container {
    position: relative !important;

    /* height: 174px; */
  }

  body {
    padding-top: 0 !important;
  }

  .header__container.fixed + .header__menu {
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  body header.header {
    /*	position: fixed;
	z-index: 38;
*/
  }

  .fake_prc {
    justify-content: space-between;
  }

  .fake_block_pice {
    display: flex;
    flex-direction: row;
    order: 2;
  }

  .short-product .gotobasket.active {
    display: none;
  }

  .short-product .gotobasket.active ~ .catalog-item__buttons,
  .short-product .gotobasket.active ~ .catalog-item__quantity {
    display: block;
  }

  .short-product {
    height: 56px;
    padding: 8px 14px;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 8%);

    /*	  top: -6px; */
  }

  .short-product.active {
    top: 50px;
  }

  #false_basket_link {
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .short-product .catalog-item__quantity input {
    padding: 6px 0;
  }

  #fake_price,
  #fake_price span,
  .fake_block_pice,
  .fake_block_pice span,
  .fake_block_pice .fake_title {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #9d9d9d;
  }

  .fake_block_pice .fake_title {
    padding-left: 4px;
  }

  .short-product .catalog-item__quantity {
    order: 3;
  }

  #ps {
    order: 4;
  }

  #fake_sum {
    order: 1;
  }

  .fake_sum,
  .fake_sum span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
  }

  .short-product .catalog-item__add-to-cart {
    margin-bottom: 0;
  }

  body .main-content {
    padding-top: 50px !important;
  }
}

.preform-body .notetext {
  padding-right: 8px;
  padding-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #272727;
}

.preform-body .modal__form.form p ~ div,
.preform-body .modal__form.form p ~ span {
  display: none;
}

@media (min-width: 1280px) {
  .short-product {
    left: 50%;
    width: 1280px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    transform: translateX(-50%);
  }
}

@media (min-width: 1600px) {
  .short-product {
    left: 50%;
    width: 1280px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    transform: translateX(-50%);
  }
}

.col-1 {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 8.133333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.buy_block .catalog_sale_actions {
  padding-top: 16px;
}

.buy_block .catalog_sale_actions.disabled {
  display: none;
}

.buy_block .catalog_sale_actions > div:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.buy_block .catalog_sale_actions > div:last-child {
  padding: 10px 12px;
  padding-top: 8px;
  background: #f3f6df;
  border-radius: 8px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog_sale_actions > div:last-child .clearfix {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1147px) {
  .buy_block .catalog_sale_actions > div:last-child {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.catalog_sale_actions .s_t {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 28px;
  color: #272727;
}

.catalog_sale_actions .s_v {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #272727;
  text-align: right;
}

.catalog_sale_actions .s_v span {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #272727;
}

.catalog_sale_actions .s_v a {
  color: #b3c535;
}

.buy_block .catalog-item__actions {
  margin-top: 16px;
  margin-bottom: 0;
}

.container.gray .catalog-item__prop--size ul li {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  margin-left: 8px;
}

.container.gray .catalog-item__prop--size ul li a {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  background: #ffffff;
  border: 1px solid #b3c535;
  border-radius: 8px;
  outline-width: 0;
}

.container.gray .catalog-item__prop--size ul li:hover a {
  background: #f7f9eb;
}

.container.gray .catalog-item__prop--size ul li.selected a {
  background: #b3c535;
  border: none;
  box-shadow: 0 8px 8px -4px rgba(89, 99, 18, 16%), inset 0 -2px 0 rgba(0, 0, 0, 15%);
}

.container.gray .catalog-item__prop--size ul.dropdown li.selected a {
  box-shadow: none !important;
}

section.tabs {
  padding-bottom: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.container.gray .catalog-item__content {
  width: auto;
  margin-right: 30px;
}

section.tabs .tabs__nav ul li {
  padding-right: 48px;
}

section.tabs .tabs__nav ul li.active {
  position: relative;
  background: #ffffff;
}

section.tabs .tabs__nav ul li.active::after {
  position: absolute;
  content: '';
  background-color: #b3c535;
}

.slash {
  position: fixed;
  top: 0;
  height: 88px;
  background: #ffffff;
}

section.tabs .tabs__nav ul li a {
  padding: 24px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #9d9d9d;
  border: none;
  transition: all 0.4s;
}

section.tabs .tabs__nav ul li a:hover {
  color: #272727;
}

section.tabs .tabs__nav ul li.active a {
  color: #b3c535;
  border: none;
  border-bottom: 3px solid #b3c535;
}

section .tabs__content > p,
.tabs__content ul li {
  /*
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
*/
}

section .tabs__content .tabs__table tr td {
  padding: 0 8px;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

section .tabs__content .tabs__table tr a {
  display: flex;
  place-content: space-between;
  width: 100%;
  padding: 16px 0;
}

section .tabs__item[data-tab='tab-props'] .tabs__content .tabs__table tr td:first-of-type,
section .tabs__content .tabs__table tr td span:first-of-type {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #272727;
  word-break: break-word;
}

section .tabs__item[data-tab='tab-props'] .tabs__content .tabs__table tr td:last-of-type,
section .tabs__content .tabs__table tr td span:last-of-type {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #272727;
  text-align: right;
}

.container.gray .catalog-item__prop--heading span {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.catalog-item__prop--heading {
  margin-bottom: 12px;
}

.container.gray .catalog-item__props {
  padding-bottom: 0;
  margin-bottom: 0;
}

.big {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 24px;
  color: #272727;
  background: #ffffff;

  /* Grey / 200 */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 4%);
}

.big .big_title {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.big .big_titile_img {
  display: block;
  float: left;
  padding-right: 24px;
}

.big .big_titile_text {
  display: block;
  align-self: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.big .big_decr {
  padding-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

.top_attr {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  border-bottom: 1px solid #e0e0e0;
}

.top_attr dt,
.top_attr_name {
  display: inline-block;
  width: 70%;
  font-size: 16px;
  font-weight: bold;
}

.top_attr dd,
.top_attr_value {
  display: inline-block;
  width: 29%;
  font-size: 16px;
  text-align: right;
}

.condition {
  display: block;
  float: left;
  margin-right: 8px;
}

.condition .title {
  padding-top: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;

  /* identical to box height, or 200% */

  /* Grey / 300 */
  color: #9d9d9d;
}

.condition_images {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  padding: 10px 0;
  margin-right: 12px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 4%);
}

.condition_images img {
  width: auto;
  height: 100%;
}

#docs .tabs__table {
  max-width: 100%;
}

#docs .tabs__content .tabs__table tr a {
  font-size: 16px;
  text-decoration: none;
}

#docs .tabs__content .tabs__table tr td span:last-of-type {
  min-width: 110px;
  font-size: 12px;
  line-height: 24px;

  /* Grey / 300 */
  color: #9d9d9d;

  /* identical to box height, or 200% */
  text-align: right;
  text-transform: uppercase;
}

section .catalog-item__price .new span,
section .catalog-item__price .new {
  font-size: 32px !important;
}

section .product-item-detail-price-old,
section .product-item-detail-price-current {
  white-space: nowrap;
}

section .catalog-item__price .old span {
  font-size: 18px;
}

.header__container.fixed {
  z-index: 1;
}

@media (max-width: 767px) {
  section .tabs__content .tabs__table tr td {
    border-bottom: 0;
  }

  section .catalog-item + .tabs .tabs__nav ul li:not(:last-of-type) {
    padding-right: 32px;
    margin-bottom: 0;
  }

  section .catalog-item__name {
    text-align: left;
  }

  section .breadcrumbs ul li {
    right: 2px;
  }

  .container.gray .catalog-item__content {
    margin-right: 0;
  }

  .container.gray .catalog-item__prop:not(.catalog-item__prop--color) .catalog-item__prop--heading,
  .container.gray .catalog-item__prop--size ul {
    float: none;
    overflow: auto;
  }

  .container.gray .catalog-item__prop--size ul li {
    margin-right: 8px;
    margin-left: 0;
  }

  .top_attr_name,
  .top_attr_value {
    display: block;
    width: 100;
    text-align: left;
  }

  .top_attr_name {
    padding-bottom: 8px;
  }

  section .tabs .col-8,
  .tabs .col-4 {
    padding: 0 17px;
  }

  section .catalog-item + .tabs .tabs__nav {
    padding-bottom: 0;
    overflow-y: auto;
    border-bottom: 1px solid #e0e0e0;
  }

  section .catalog-item + .tabs {
    padding-top: 0;
    margin-top: 0;
  }

  section .catalog-item + .tabs .tabs__nav > ul {
    position: relative;
    left: 10px;
    display: flex;
    flex-direction: row;
  }

  section .catalog-item + .tabs .tabs__nav > ul li {
    display: inline-block;
  }

  section .catalog-item + .tabs .tabs__nav > ul li a {
    margin-right: 32px;
  }

  section .tabs__content .tabs__table tr td {
    display: block;
    padding-left: 15px;
  }

  section .tabs__content .tabs__table tr td span:last-of-type {
    text-align: left;
  }

  .tabs__items {
    padding-bottom: 32px;
  }
}

.container .home-sale__heading h3 {
  margin-left: 0;
  font-size: 32px;
  line-height: 28px;
  color: #272727;
  text-decoration: none;
  border: none;
}

.buy_block .catalog-item__quantity {
  width: 100%;
}

.buy_block .catalog-item__buttons {
  float: none;
  width: 100%;
  min-width: max-content;
  padding-top: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .short-product .catalog-item__quantity input,
  .short-product .catalog-item__quantity {
    max-width: 113px;
  }

  .col-sm-12 {
    width: 100% !important;
  }

  .col-sm-8 {
    width: 66.6% !important;
  }

  .col-sm-7 {
    width: 58.3% !important;
  }

  .col-sm-5 {
    width: 41.6% !important;
  }

  .col-sm-6 {
    float: left;
    width: 49.9% !important;
    padding: 0;
  }

  .col-sm-6:nth-child(n) {
    padding: 0;
  }

  .col-sm-6:nth-child(2n + 1) {
    padding-right: 16px;
  }

  .col-sm-4 {
    width: 33.3% !important;
  }

  .container.gray .catalog-item__content {
    margin-right: 0;
    margin-left: 0;
  }

  .tabs__items {
    padding-bottom: 32px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  section .tabs .col-8 {
    float: left;
    width: 66.6% !important;
  }

  section .tabs .col-4 {
    float: left;
    width: 33.3% !important;
  }

  .container.gray .catalog-item__content {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .container.gray .catalog-item__content {
    margin-right: 0;
    margin-left: 0;
  }
}

section .product-item-detail-slider-image.active {
  position: relative;
  display: block;
}

section .product-item-detail-slider-images-container {
  position: relative;
  display: block;
}

section .product-item-detail-slider-block {
  height: auto;
}

section .container.gray .catalog-item__media {
  height: auto;
}

.catalog-item__add-to-cart.catalog-item__plm .view {
  padding: 8px;
}

.catalog-item__add-to-cart.catalog-item__plm .view::before {
  content: none;
}

.catalog-item__add-to-cart.catalog-item__plm .view > a {
  display: block;
  float: left;
  width: calc(100% - 64px);
  line-height: 32px;
}

.catalog-item__add-to-cart.catalog-item__plm #minus,
.catalog-item__add-to-cart.catalog-item__plm #plus {
  width: 32px;
  height: 32px;
  background-color: #272727;
  border-radius: 8px;
}

.catalog-item__add-to-cart.catalog-item__plm #minus {
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/–.png') #27272727 no-repeat center;
}

.catalog-item__add-to-cart.catalog-item__plm #plus {
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/+.png') #27272727 no-repeat center;
}

section.home-sale {
  padding: 0;
}

section.home-sale .col-3 {
  width: 100%;
}

section.home-sale .category-item {
  max-width: unset;
  margin-bottom: 0;
}

section.home-sale .home-sale__heading {
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
}

section.home-sale .category-item__tools {
  padding: 16px 20px;
}

.home-sale .owl-carousel {
  padding-bottom: 32px;
}

.container.gray .catalog-item__prop--color ul li a span.product-item-scu-item-text_drop {
  display: none;
  background: unset;
}

.container.gray .catalog-item__prop--color ul {
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 767px) {
  .container.gray .catalog-item__prop--color ul {
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .col-xs-12 {
    width: 100% !important;
  }

  .container.gray .catalog-item__prop--color ul li a span.product-item-scu-item-text_drop {
    position: relative;
    top: 6px;
    left: 30px;
    display: block;
    width: auto;
    white-space: nowrap;
  }

  .container.gray .catalog-item__prop--color {
    position: relative;
    padding-bottom: 55px;
  }

  section .catalog-item__prop--color ul {
    position: absolute;
    z-index: 30;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }

  .container.gray .catalog-item__prop--size ul li a {
    line-height: 14px;
  }

  .catalog-item__content {
    padding-bottom: 24px;
  }

  section .catalog-item__prop--color ul::after {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    content: '';
    background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/dd.png') no-repeat center;
  }

  section .catalog-item__prop--color ul.active {
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
  }

  .container.gray .catalog-item__prop--color ul li a {
    position: relative;
    top: 5px;
    left: 11px;
    display: block;
    width: 16px;
    height: 16px;
  }

  .container.gray .catalog-item__prop--color ul li a span {
    width: 14px;
    height: 14px;
  }

  .container.gray .catalog-item__prop--color ul li a span.color_ico {
    width: 14px;
  }

  .container.gray .catalog-item__prop--color ul:not(.active) li:not(.selected) {
    display: none;
  }

  section .catalog-item__prop--color ul.active li {
    display: block;
    height: 34px;
  }
}

.container.gray .catalog-item__prop--color.like_mob ul li a span.product-item-scu-item-text_drop {
  position: absolute;
  left: 30px;
  display: block;
  width: 300px;
  top: -3px;
  height: auto;

  /*		  top: 4px; */
}

.container.gray .catalog-item__prop--color.like_mob {
  position: relative;
  padding-bottom: 55px;
}

section .catalog-item__prop--color.like_mob ul {
  position: absolute;
  z-index: 30;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

section .catalog-item__prop--color.like_mob ul::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/dd.png') no-repeat center;
}

section .catalog-item__prop--color.like_mob ul.active {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 100;
}

.container.gray .catalog-item__prop--color.like_mob ul li a {
  top: 5px;
  left: 11px;
  width: 16px;
  height: 16px;
}

.container.gray .catalog-item__prop--color.like_mob ul li a span {
  width: 14px;
  height: 14px;
}

.container.gray .catalog-item__prop--color.like_mob ul:not(.active) li:not(.selected) {
  display: none;
}

section .catalog-item__prop--color.like_mob ul.active li {
  display: block;
  height: 34px;
}

.container.gray .catalog-item__prop--size ul.dropdown li a span.product-item-scu-item-text_drop {
  position: absolute;
  top: 14px;
  left: 40px;
  display: block;
}

section .catalog-item__prop--size ul.dropdown {
  position: absolute;
  z-index: 30;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

section .catalog-item__prop--size ul.dropdown.active {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}

section .catalog-item__prop--size ul.dropdown::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/images/dd.png') no-repeat center;
}

section .catalog-item__prop--size ul.dropdown.active {
  height: auto;
  max-height: 300px;
  overflow-y: scroll;
}

.container.gray .catalog-item__prop--size ul.dropdown li a {
  margin-right: 32px;
  color: #272727;
  background: #ffffff;
  border: none;
}

.container.gray .catalog-item__prop--size ul.dropdown:not(.active) li:not(.selected) {
  display: none;
}

.container.gray .catalog-item__prop--size ul.dropdown.active li {
  display: block;
}

.container.gray .catalog-item__prop--size ul.dropdown li {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;

  /* border: none; */
  background: none;
  box-shadow: none;
}

.tcon {
  padding: 12px 8px;
}

.tname {
  padding-bottom: 8px;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 23px !important;
  text-align: left !important;
}

.ttext {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 24px !important;
  text-align: left !important;
}

.tippy-tooltip.plmx-theme {
  border: none !important;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  section .col-4 {
    width: 33.33333%;
  }

  .container.gray .catalog-item__media {
    width: 33.33333%;
  }

  .container.gray .catalog-item__content {
    width: 41.66667% !important;
  }

  section .col-5 {
    width: 41.66667%;
  }

  section .col-3 {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .tabs__nav + .row .col-sm-6 {
    width: 100%;
  }

  .category-item__media {
    height: 120px !important;
  }
}

.category-item__media img {
  top: 0 !important;
  left: 0 !important;
  max-height: unset;
  transform: none !important;
}

.home-sale .category-item__media {
  margin-bottom: 0 !important;
}

.container .category-item.product-item-container {
  min-height: 340px !important;
}

.short_descr_js {
  transition: all 0.3s;
}

.short_descr .tabs__content {
  position: relative;
  height: 400px;
  overflow: hidden;

  /*
	background: linear-gradient(to top, transparent 0%, black 30%, black 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
*/
}

.short_descr .tabs__content::after {
  position: absolute;
  bottom: 0;

  /* background: linear-gradient(to bottom, transparent 0%, white 70%); */
  left: 0;
  width: 100%;
  height: 80px;
  content: ' ';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 80%), rgba(255, 255, 255, 100%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );
}

.short_descr .tabs__content .active {
  background: none;
}

.descr_link {
  position: relative;
  display: none;
  padding-right: 24px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  color: #b3c535;
  letter-spacing: -0.005em;
  cursor: pointer;
  background: url('/bitrix/templates/polymax/assets/img/filer.svg') center right no-repeat;
}

.descr_link.show {
  display: inline-block;
}

.descr_link.less {
  color: #9d9d9d;
  background: url('/bitrix/templates/polymax/assets/img/arrow_gray_up.svg') center right no-repeat;
}

.inputs-sum-logic__product-types {
  display: flex;
  padding-top: 16px;
}

.inputs-sum-logic__product-types.disabled {
  display: none;
}

.inputs-sum-logic__product-types__name {
  margin-right: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}

.inputs-sum-logic__product-types label {
  position: relative;
  display: block;
  width: 51px;
  height: 24px;
  padding: 0 8px;
  margin-left: 4px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.4s;
}

.inputs-sum-logic__product-types label::after {
  position: absolute;
  right: 8px;
  bottom: 3px;
  left: 8px;
  content: '';
  border-bottom: 1px dashed #999999;
  transition: all 0.4s;
}

.inputs-sum-logic__product-types input:checked + label {
  color: #ffffff;
  background: #b3c535;
}

.inputs-sum-logic__product-types input:checked + label::after {
  opacity: 0;
}

.inputs-sum-logic__price--old {
  text-decoration: line-through;
}

.inputs-sum-logic__price--with-discount {
  display: none;
  color: #d14040;
}

.inputs-sum-logic__price--with-discount.inputs-sum-logic__price--show {
  display: block;
}

@media (max-width: 900px) {
  .custom_row_mob {
    margin-right: -7px !important;
    margin-left: -7px !important;
  }
}

.conditions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.condition {
  flex-shrink: 0;
  float: unset;
}

.condition_stock {
  flex: 1;
}

.condition_images_stock {
  display: flex;
  flex: 1;
  gap: 7px;
  align-items: center;
  width: 100%;
  min-width: 140px;
  max-width: 190px;
  padding: 10px 21px 10px 9px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  color: #999999;
  text-align: left;
}

.condition:last-child {
  margin-right: 0;
}

/* стили для похожих и рекомендаций */

.home-sale .category-item__media {
  flex-shrink: 0;
}

.category-item__name {
  flex-shrink: 0;
}

.container .category-item__content {
  min-height: unset !important;
}

.container .category-item.product-item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
  min-height: unset !important;
}

.product-item-image-original {
  display: block;
}

.category-item__tools {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

section.home-sale .col-3 {
  height: 100% !important;
}

.home-sale__carousel.owl-carousel .owl-item {
  display: flex;
  float: unset;
}

.home-sale__carousel.owl-carousel .owl-stage {
  display: flex;
}

.category-item__price {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 10px;
}

@media (max-width: 1399px) {
  .home-sale .category-item__media {
    height: 120px;
  }
}

@media (max-width: 1199px) {
  .category-item__price {
    min-width: unset;
  }
}

@media (max-width: 900px) {
  .home-sale .category-item__price span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .home-sale__item-wrap {
    overflow: hidden;
  }

  .catalog-item__prop {
    padding-top: 5px;
    padding-bottom: 9px;
  }

  .catalog-item__prop--labels ul {
    padding-top: 0 !important;
  }

  .container.gray .catalog-item__prop:not(.catalog-item__prop--color) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .container.gray .catalog-item__prop:not(.catalog-item__prop--color) .catalog-item__prop--heading {
    padding-right: 20px;
    margin-right: auto;
  }

  .container.gray .catalog-item__prop--color.like_mob ul li a span.product-item-scu-item-text_drop {
    top: 50%;
    left: 132px;
    width: 220px;
  }
}

.custom-dropdown {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
  width: 100%;
  font-family: Arial, sans-serif;
}

.custom-dropdown.active .custom-dropdown-list {
  display: block;
}

.custom-dropdown-current {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px;
}
.custom-dropdown-item {
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.custom-dropdown-item:hover {
  background-color: #f0f0f0;
}

.custom-dropdown.active .custom-dropdown-current {
  border: var(--ms-border-width-active, var(--ms-border-width, 1px)) solid var(--ms-border-color-active, var(--ms-border-color, #d1d5db));
  box-shadow: 0 0 0 var(--ms-ring-width, 3px) #f0f3d7;
}

.custom-dropdown .custom-dropdown-current img {
  transition: all 0.2s;
}

.custom-dropdown.active .custom-dropdown-current img {
  rotate: 180deg;
}

/* End */


/* Start:/bitrix/components/polymax/form.result.new/error.css?1664909286163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/polymax/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/themes/blue/style.css?17478324151064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/polymax_copy/components/bitrix/catalog/plmx_new/style.css?1747832415977 */
/* /local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/style.css?175084685150399 */
/* /bitrix/components/polymax/form.result.new/error.css?1664909286163 */
/* /local/templates/polymax_copy/components/bitrix/catalog.element/plmx_new/themes/blue/style.css?17478324151064 */
