.catalog-pots .h2 {
  margin-bottom: 70px;
}
.catalog-pots-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px 7vw;
}
.catalog-pots-content {
  min-width: 0;
}
.catalog-pots-list {
  display: flex;
  flex-direction: column;
}
.catalog-pots-list-top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-pots-list-top > span {
  font-weight: 400;
  font-size: 16px;
}
.catalog-pots-list-top .custom-select {
  margin-left: auto;
}
.catalog-pots-list-top .custom-select__selected {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.catalog-pots-list-top .custom-select__options {
  left: initial;
  right: 0;
}
.catalog-pots-list .bx_sitemap {
  margin-bottom: 20px;
  display: none;
  order: -1;
}
.catalog-pots-list .bx_sitemap .bx_sitemap_title {
  margin: 0;
  padding: 0;
  border: none;
}
.catalog-pots-list .bx-section-desc > :first-child {
  margin-top: 0;
}
.catalog-pots-list .bx-section-desc > :last-child {
  margin-bottom: 0;
}
.catalog-pots-list .catalog-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.catalog-pots-list .catalog-section > * {
  min-width: 0;
}
.catalog-pots-list .catalog-section .product-item-small-card .row {
  display: flex;
  flex-direction: column;
}
.catalog-pots .product-item {
  position: initial !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  border: none !important;
  box-shadow: none !important;
}
.catalog-pots .product-item-image-wrapper {
  margin-bottom: 20px !important;
  padding: 0 !important;
  overflow: hidden;
  aspect-ratio: 13 / 17;
}
.catalog-pots .product-item-image-wrapper > span {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: opacity .5s ease-in-out, transform .2s ease-in-out;
}
.catalog-pots .product-item-title {
  display: none;
}
.catalog-pots .product-item__dimensions {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 14;
  padding: 5px 10px 0 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
}
.catalog-pots .product-item__body {
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  font-size: 15px;
  color: #5c5c5c;
}
.catalog-pots .product-item__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog-pots .product-item__footer .product-item-price-container {
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.catalog-pots .product-item__footer .product-item-info-container {
  margin: 0 !important;
}
.catalog-pots .product-item__footer .product-item-price-current {
  font-size: 24px;
  font-weight: 500;
}
.catalog-pots .product-item__footer .btn {
  margin: 0 !important;
  padding: 0;
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
  transition: opacity .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}
.catalog-pots .product-item__footer .btn:hover {
  opacity: .85;
}
@media (max-width: 1600px) {
  .catalog-pots-list .catalog-section {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1300px) {
  .catalog-pots-container {
    grid-template-columns: 230px 1fr;
    gap: 30px;
  }
  .catalog-pots-list .catalog-section {
    gap: 50px 30px;
  }
  .catalog-pots .product-item__footer .product-item-price-current {
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  .catalog-pots .h2 {
    margin-bottom: 40px;
    font-size: 76px;
  }
  .catalog-pots-container {
    grid-template-columns: 1fr;
  }
  .catalog-pots-list .catalog-section {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 10px;
  }
}
@media (max-width: 767px) {
  .catalog-pots-list .catalog-section {
    margin-top: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .catalog-pots .product-item-image-wrapper {
    margin-bottom: 15px !important;
  }
  .catalog-pots .product-item__dimensions {
    font-size: 15px;
  }
  .catalog-pots .product-item__body {
    margin-bottom: 10px;
  }
  .catalog-pots .product-item__footer {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-pots .product-item__footer .product-item-price-current {
    font-size: 20px;
  }
  .catalog-pots .product-item__footer .product-item-info-container {
    width: 100%;
  }
  .catalog-pots .product-item__footer .btn {
    width: 100%;
  }
}

.catalog-filter-title {
  display: none;
}
.catalog-filter__header {
  padding: 24px 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}
.catalog-filter__header .icon {
  width: 17px;
  height: 17px;
  background-color: #000000;
  -webkit-mask-image: url("/images/icons/close.svg");
}
.catalog-filter__body {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.catalog-filter__body .bx-filter-container-modef {
  display: none;
}
.catalog-filter__footer {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #ffffff;
  transition: opacity .2s ease-in-out;
}
.catalog-filter__footer.isSticky {
  position: sticky;
  bottom: 0;
  z-index: 81;
}
.catalog-filter .smartfilter {
  display: flex;
  flex-direction: column;
}
.catalog-filter .bx-filter-section {
  padding: 0 !important;
  background: transparent !important;
}
.catalog-filter .bx-filter {
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: inherit;
}
.catalog-filter .bx-filter > .row {
  padding: 0;
}
.catalog-filter .bx-filter .bx-filter-popup-result.left {
  left: 97%;
  right: initial;
  border-width: 2px 2px 2px 10px;
  border-image: url(/local/templates/concretika/components/bitrix/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
.catalog-filter .bx-filter .bx-filter-parameters-box-title {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.catalog-filter .bx-filter .bx-filter-parameters-box-title span {
  all: unset !important;
}
.catalog-filter .bx-filter .bx-filter-parameters-box-title:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: url("/images/icons/angle.svg") center no-repeat;
  background-size: contain;
  transition: all .2s ease-in-out;
}
.catalog-filter .bx-filter .bx-filter-parameters-box-title.active:after {
  transform: scale(1, -1);
}
.catalog-filter .bx-filter .bx-filter-parameters-box-container {
  margin-top: 15px;
  padding: 10px 0;
}
.catalog-filter .bx-filter .prop_box_code_pots_texture .bx-filter-parameters-box-title, .catalog-filter .bx-filter .prop_box_code_forma .bx-filter-parameters-box-title {
  pointer-events: none !important;
}
.catalog-filter .bx-filter .prop_box_code_pots_texture .bx-filter-parameters-box-title:after, .catalog-filter .bx-filter .prop_box_code_forma .bx-filter-parameters-box-title:after {
  display: none !important;
}
.catalog-filter .bx-filter .prop_box_code_pots_texture .bx-filter-parameters-box-title + .bx-filter-block, .catalog-filter .bx-filter .prop_box_code_forma .bx-filter-parameters-box-title + .bx-filter-block {
  display: block !important;
}
.catalog-filter .bx-filter .prop_box_code_pots_texture .bx-filter-parameters-box-container, .catalog-filter .bx-filter .prop_box_code_forma .bx-filter-parameters-box-container {
  margin: 0;
  padding: 0;
}
.catalog-filter .bx-filter .prop_box_code_forma .catalog-modal-button {
  margin: 0;
}
.catalog-filter .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: none;
}
.catalog-filter .bx-filter-param-label {
  min-height: initial !important;
  font-weight: 300 !important;
}
.catalog-filter .bx-filter-param-label.disabled {
  pointer-events: none;
}
.catalog-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  transform: none !important;
}
.catalog-filter .bx-filter-input-checkbox {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.catalog-filter .bx-filter-input-checkbox input {
  display: none;
}
.catalog-filter .bx-filter-input-checkbox > span {
  display: flex !important;
  align-items: baseline;
}
.catalog-filter .bx-filter-input-checkbox > span:before {
  content: '';
  margin-right: 10px;
  width: 10px;
  height: 10px;
  display: block;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #000000;
  transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}
.catalog-filter .bx-filter-input-checkbox input:checked ~ span:before {
  background: #000000;
}
.catalog-filter .bx-ui-slider-track {
  margin: 0 auto !important;
  width: calc(100% - 18px) !important;
}
.catalog-filter .bx-filter-action {
  display: grid;
  gap: 10px;
  background: #ffffff;
  transition: opacity .2s ease-in-out;
}
.catalog-filter .bx-filter-action .button {
  width: 100%;
  height: 55px;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-filter .bx-filter-action .button-outline:hover {
  color: #fe693a;
  border-color: #fe693a;
}
@media (max-width: 999px) {
  .catalog-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    transform: translateX(-100%);
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  }
  .catalog-filter .bx-sidebar-block, .catalog-filter .bx-filter, .catalog-filter .bx-filter-section, .catalog-filter .smartfilter {
    height: 100%;
  }
  .catalog-filter.isShow {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    /* &:before {
      content: '';
      position: absolute;
      top: 0;
      left: -300px;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: #ffffff;
    } */
  }
  .catalog-filter__header {
    margin-bottom: 13px;
    display: flex;
  }
  .catalog-filter__body {
    padding-top: 12px;
    padding-bottom: 25px;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .catalog-filter__body > * {
    width: 90%;
    max-width: 350px;
  }
  .catalog-filter__body .prop_box_code_pots_texture, .catalog-filter__body .prop_box_code_forma {
    display: none;
  }
  .catalog-filter__footer {
    margin: 0;
    opacity: 1 !important;
  }
}

.catalog-pots-mobile-button {
  margin-bottom: 25px;
  display: none;
  gap: 15px;
  flex-direction: column;
}
.catalog-pots-mobile-button-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.catalog-pots-mobile-button .catalog-modal-button {
  margin: 0;
  grid-column: initial;
  font-weight: 400;
}
@media (max-width: 767px) {
  .catalog-pots-mobile-button {
    display: flex;
  }
}

.catalog-modal-filter-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.catalog-modal-filter-button .icon {
  width: 20px;
  height: 12px;
  background-color: #ffffff;
  -webkit-mask-image: url("/images/icons/filter.svg");
}

.catalog-filtered {
  margin-bottom: 20px;
  display: none;
  gap: 10px;
  flex-wrap: wrap;
}
.catalog-filtered-type {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.catalog-filtered-action .button-toggle-filtered {
  padding: 3px;
  display: none;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background: #fe693a;
  border-radius: 50px;
}
.catalog-filtered-action .button-toggle-filtered i {
  font-style: normal;
}
.catalog-filtered.isShow {
  display: flex;
}
@media (max-width: 767px) {
  .catalog-filtered {
    padding-top: 25px;
    border-top: 1px solid #c4c4c4;
  }
  .catalog-filtered-inner {
    display: none;
  }
  .catalog-filtered-action {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .catalog-filtered-action .button-toggle-filtered {
    display: block;
  }
  .catalog-filtered-action .filter-clear {
    width: 100%;
    justify-content: space-between;
  }
}

.filter-apply, .filter-clear {
  padding: 2px 8px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  pointer-events: none;
  color: #ffffff;
  background: #231f20;
  border-radius: 20px;
}
.filter-apply button, .filter-apply a, .filter-apply i, .filter-clear button, .filter-clear a, .filter-clear i {
  margin-left: 8px;
  padding: 0;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.filter-apply button:before, .filter-apply a:before, .filter-apply i:before, .filter-clear button:before, .filter-clear a:before, .filter-clear i:before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  background: #000000;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transition: background-color .2s ease-in-out;
  -webkit-mask-image: url("/images/icons/close.svg");
}
.filter-apply button:hover:before, .filter-apply a:hover:before, .filter-apply i:hover:before, .filter-clear button:hover:before, .filter-clear a:hover:before, .filter-clear i:hover:before {
  background-color: #fe693a;
}

.filter-clear {
  pointer-events: auto;
  color: #000000 !important;
  background: #efefef;
  cursor: pointer;
}
.filter-clear:hover i:before {
  background-color: #fe693a;
}

.catalog-modal-checked {
  margin-top: 10px;
  display: none;
  flex-direction: column;
  grid-column: 1/-1;
}
.catalog-modal-checked-type {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.catalog-modal-checked-type .checked-items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.catalog-modal-checked-type .checked-items .icons {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.catalog-modal-checked.active {
  display: flex;
}

.block-range-slider {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.block-range-slider > .col-xs-12 {
  grid-column: 1/-1;
  display: grid;
  gap: 20px;
}
.block-range-slider .bx-filter-parameters-box-container-block {
  position: relative;
}
.block-range-slider .bx-filter-parameters-box-container-block .bx-ft-sub {
  position: absolute;
  top: 5px;
  left: 6px;
  pointer-events: none;
  color: #5c5c5c;
}
.block-range-slider .bx-filter-parameters-box-container-block .bx-filter-input-container input {
  padding: 3px 6px 3px 25px;
  width: 100%;
  height: 29px;
  font-size: 15px;
  border: 1px solid #000000;
  outline: none;
  transition: border-color .2s ease-in-out;
}
.block-range-slider .bx-filter-parameters-box-container-block .bx-filter-input-container input:focus, .block-range-slider .bx-filter-parameters-box-container-block .bx-filter-input-container input:hover {
  border-color: #fe693a;
}
.block-range-slider .bx-ui-slider-track-container {
  margin-bottom: 15px !important;
  padding: 0 !important;
  order: -1;
  grid-column: 1/-1;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-track {
  height: 4px;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-part {
  display: none;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-handle {
  position: absolute !important;
  top: 50% !important;
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
  background: #fe693a !important;
  border-radius: 50% !important;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-handle.left {
  transform: translate(-9px, -50%) !important;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-handle.right {
  transform: translate(9px, -50%) !important;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-pricebar-vn {
  background: #c4c4c4;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-pricebar-v, .block-range-slider .bx-ui-slider-track-container .bx-ui-slider-pricebar-vd {
  background: #fe693a;
}
.block-range-slider .bx-ui-slider-track-container .bx-ui-slider-range {
  z-index: 80;
}

.bx-filter .bx-filter-popup-result {
  z-index: 80 !important;
}

.catalog-modal-button {
  margin-top: 20px;
  padding: 3px 10px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #ffffff !important;
  background: #fe693a;
  border-radius: 50px;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  grid-column: 1/-1;
}
.catalog-modal-button:hover {
  opacity: .7;
}

.catalog-modal-button1 {
  margin-top: 10px;
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fe693a;
  transition: color .2s ease-in-out;
  cursor: pointer;
  grid-column: 1/-1;
}
.catalog-modal-button1:after {
  content: '';
  margin-left: 5px;
  width: 13px;
  height: 6px;
  background-color: #fe693a;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("/images/icons/drop.svg");
}
.catalog-modal-button1:hover {
  color: #000000 !important;
}
.catalog-modal-button1:hover:after {
  background-color: #000000 !important;
}

.prop_box_code_forma .bx-filter-parameters-box-title {
  display: none !important;
}

.prop_box_code_pots_texture .bx-filter-param-btn-inline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28px, 1fr));
  gap: 6px;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 300;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image .bx-filter-param-label {
  margin: 0 !important;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image .bx-filter-param-btn {
  padding: 2px;
  width: 28px;
  height: 28px;
  display: flex;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50%;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image .bx-filter-param-btn:before {
  display: none !important;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image .bx-filter-param-btn .bx-filter-btn-color-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image .bx-filter-param-btn .no-image {
  width: 100%;
  height: 100%;
  display: block;
  background: lightgrey;
  border-radius: 50%;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image.bx-active .bx-filter-param-btn {
  border-color: #fe693a;
}
.prop_box_code_pots_texture .bx-filter-param-btn-inline .bx-filter-input-image i {
  display: none;
  font-weight: 300;
  font-style: normal;
}

.modal .modal-texture__list-content .bx-filter-input-image, .modal .modal-form__list-content .bx-filter-input-image {
  margin: 0 !important;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: color .2s ease-in-out;
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-label, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-label {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-label.bx-active, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-label.bx-active {
  color: #fe693a;
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-label.bx-active .bx-filter-btn-color-icon, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-label.bx-active .bx-filter-btn-color-icon {
  transform: scale(1.05);
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-btn:before, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-btn:before {
  display: none !important;
}
.modal .modal-texture__list-content .bx-filter-input-image i, .modal .modal-form__list-content .bx-filter-input-image i {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 999px) {
  .modal .modal-texture__list-content .bx-filter-input-image:hover, .modal .modal-form__list-content .bx-filter-input-image:hover {
    color: #fe693a;
  }
  .modal .modal-texture__list-content .bx-filter-input-image:hover .bx-filter-btn-color-icon, .modal .modal-form__list-content .bx-filter-input-image:hover .bx-filter-btn-color-icon {
    transform: scale(1.05);
  }
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-btn, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-btn {
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: inherit !important;
  border: none !important;
  border-radius: 0 !important;
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-param-btn .no-image, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-param-btn .no-image {
  width: 100%;
  height: 100%;
  display: block;
  background: lightgrey;
  border-radius: 50%;
}
.modal .modal-texture__list-content .bx-filter-input-image .bx-filter-btn-color-icon, .modal .modal-form__list-content .bx-filter-input-image .bx-filter-btn-color-icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 !important;
  box-shadow: none;
  transition: transform .2s ease-in-out;
  aspect-ratio: 6 / 8;
}
.modal .modal-form__list-content .bx-filter-btn-color-icon {
  background-size: contain !important;
}

#modal-catalog-texture .modal-footer, #modal-catalog-forma .modal-footer {
  margin: 0;
  padding: 20px 0;
  display: none;
  flex-direction: column;
}
#modal-catalog-texture .modal-footer .button, #modal-catalog-forma .modal-footer .button {
  width: 100%;
  max-width: initial !important;
  height: 55px;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  #modal-catalog-texture .modal-footer, #modal-catalog-forma .modal-footer {
    display: flex;
  }
}

.product-pots-page .page-back {
  font-size: 18px;
  text-transform: uppercase;
}
.product-pots img {
  max-width: 100%;
}
.product-pots-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.product-pots-back {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5vw;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
}
.product-pots-back .icon {
  margin-right: 17px;
  width: 17px;
  height: 13px;
}
.product-pots-back:hover {
  color: #fe693a;
}
.product-pots-back:hover .icon {
  background-color: #fe693a;
}
.product-pots-content {
  min-width: 0;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}
.product-pots__slider {
  margin: 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 555px;
}
.product-pots__slider-wrapper {
  min-width: 0;
  flex-grow: 1;
}
.product-pots__slider-image {
  margin-bottom: 30px;
}
.product-pots__slider-image .swiper-slide {
  height: auto;
  opacity: 0 !important;
}
.product-pots__slider-image .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.product-pots__slider-image .swiper-slide-active {
  opacity: 1 !important;
}
.product-pots__slider-image-prev, .product-pots__slider-image-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 #2300001a;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.product-pots__slider-image-prev .icon-svg, .product-pots__slider-image-next .icon-svg {
  width: 20px;
  height: 20px;
}
.product-pots__slider-image-prev.swiper-button-disabled, .product-pots__slider-image-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.product-pots__slider-image-prev {
  left: 10px;
}
.product-pots__slider-image-next {
  right: 10px;
}
.product-pots__slider-thumbs {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-pots__slider-thumbs-inner {
  position: relative;
  margin-right: 10px;
  min-width: 0;
  max-width: 318px;
  display: flex;
  align-items: center;
}
.product-pots__slider-thumbs-inner .swiper {
  margin: 0 10px;
}
.product-pots__slider-thumbs-prev, .product-pots__slider-thumbs-next {
  z-index: 3;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  opacity: 1;
  cursor: pointer;
}
.product-pots__slider-thumbs-prev .icon-svg, .product-pots__slider-thumbs-next .icon-svg {
  width: 19px;
  height: 19px;
}
.product-pots__slider-thumbs-prev.swiper-button-disabled, .product-pots__slider-thumbs-next.swiper-button-disabled {
  pointer-events: none;
  color: #c4c4c4;
}
.product-pots__slider-thumbs-prev {
  left: 0;
}
.product-pots__slider-thumbs-next {
  right: 0;
}
.product-pots__slider-thumbs .swiper-slide {
  padding-bottom: 5px;
  width: 70px;
  border-bottom: 2px solid transparent;
  transition: border-bottom .2s ease-in-out;
  cursor: pointer;
}
.product-pots__slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.product-pots__slider-thumbs .swiper-slide-thumb-active {
  border-color: #fe693a;
}
.product-pots__slider-thumbs-type {
  display: grid;
  gap: 10px;
  align-content: flex-start;
}
.product-pots-info {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-left: 1px solid #efefef;
}
.product-pots-info__header {
  margin-bottom: 30px;
  padding: 0 34px;
  display: flex;
  flex-direction: column;
}
.product-pots-info__title {
  margin: 0 !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
}
.product-pots-info__mark {
  font-size: 15px;
  text-decoration: underline dotted #5c5c5c;
  color: #5c5c5c;
  transition: color .2s ease-in-out;
  cursor: pointer;
  text-decoration-thickness: from-font;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}
.product-pots-info__mark:hover {
  color: #fe693a;
}
.product-pots-info__stock {
  margin-top: 11px;
  display: flex;
}
.product-pots-info__stock span {
  margin-right: 10px;
  display: block;
  color: #27ae60;
}
.product-pots-info__stock i {
  font-size: 15px;
  font-style: normal;
  text-decoration: underline dotted #5c5c5c;
  color: #5c5c5c;
  transition: color .2s ease-in-out;
  cursor: pointer;
  text-decoration-thickness: from-font;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}
.product-pots-info__stock i:hover {
  color: #fe693a;
}
.product-pots-info__body {
  padding: 0 34px;
  display: grid;
  gap: 30px;
}
.product-pots-info__size {
  display: flex;
  flex-direction: column;
}
.product-pots-info__size-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-pots-info__size-content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.product-pots-info__size-content > a {
  padding: 8px 22px;
  font-size: 15px;
  line-height: 21px;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: border-color .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}
.product-pots-info__size-content > a.active {
  color: #ffffff;
  background: #000000;
}
.product-pots-info__size-content > a:hover:not(.active) {
  color: #fe693a;
  border-color: #fe693a;
}
.product-pots-info__size-content label {
  position: relative;
  display: flex;
}
.product-pots-info__size-content label input {
  display: none;
}
.product-pots-info__size-content label span {
  padding: 8px 22px;
  font-size: 15px;
  line-height: 21px;
  border: 1px solid #000000;
  border-radius: 50px;
  transition: border-color .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}
.product-pots-info__size-content label input:checked + span {
  color: #ffffff;
  background: #000000;
}
.product-pots-info__modal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-pots-info__modal-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.product-pots-info__modal-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-pots-info__modal-button {
  padding: 3px 22px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #fe693a;
  border-radius: 66px;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}
.product-pots-info__modal-button:after {
  content: '';
  margin-left: 5px;
  display: block;
  border-top: 7px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.product-pots-info__modal-button:hover {
  opacity: .8;
}
.product-pots-info__accordion {
  display: flex;
  flex-direction: column;
}
.product-pots-info__accordion-item {
  border-bottom: 1px solid #efefef;
}
.product-pots-info__accordion-item__title {
  position: relative;
  padding: 23px 50px 23px 0;
  font-size: 24px;
  transition: color .2s ease-in-out;
  cursor: pointer;
}
.product-pots-info__accordion-item__title:before, .product-pots-info__accordion-item__title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: transform .2s ease-in-out;
}
.product-pots-info__accordion-item__title:before {
  width: 12px;
  height: 2px;
  background: #fe693a;
}
.product-pots-info__accordion-item__title:after {
  margin-right: 5px;
  width: 2px;
  height: 12px;
  background: #fe693a;
}
.product-pots-info__accordion-item__title:hover {
  color: #fe693a;
}
.product-pots-info__accordion-item__content {
  display: none;
}
.product-pots-info__accordion-item__content-inner {
  padding-bottom: 24px;
  display: grid;
  gap: 20px;
}
.product-pots-info__accordion-item__content-row {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.product-pots-info__accordion-item__content-row b {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.product-pots-info__accordion-item.isOpen .product-pots-info__accordion-item__title:after {
  transform: translateY(-50%) rotate(90deg);
}
.product-pots-info__checkout {
  display: flex;
  flex-direction: column;
}
.product-pots-info__checkout-title {
  padding-bottom: 24px;
  font-size: 32px;
  border-bottom: 1px solid #efefef;
}
.product-pots-info__checkout-list {
  padding: 10px 0;
  display: grid;
  gap: 10px;
  border-top: 1px solid #efefef;
}
.product-pots-info__checkout-list .checkout-card + .checkout-card {
  padding-top: 10px;
  border-top: 1px solid #efefef;
}
.product-pots-info__checkout-options {
  display: none;
}
.product-pots-info__checkout-options__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #efefef;
}
.product-pots-info__checkout-options__title {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-pots-info__checkout-options__list {
  display: grid;
  gap: 10px;
}
.product-pots-info__checkout-alert {
  padding: 20px 0;
  font-size: 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.product-pots-info__footer {
  padding: 34px;
  transition: box-shadow .2s ease-in-out;
}
.product-pots-info__footer.isSticky {
  position: fixed;
  bottom: 0;
  z-index: 6;
  box-shadow: 0 0 10px 0 #0000001a;
}
.product-pots-info__footer-inner {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.product-pots-info__footer.isSticky .product-pots-info__footer-inner {
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
}
.product-pots-info__footer-price {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-pots-info__footer-price span {
  font-size: 15px;
  color: #5c5c5c;
}
.product-pots-info__footer-price b {
  font-size: 40px;
}
.product-pots-info__footer-buttons {
  display: grid;
  gap: 12px;
}
.product-pots-info__footer-buttons .button {
  width: 100%;
}
.product-pots-info__footer-buttons .button-dark span {
  display: none;
}
@media (max-width: 999px) {
  .product-pots-content {
    flex-direction: column;
  }
  .product-pots__slider-thumbs {
    gap: 10px;
    flex-direction: column;
  }
  .product-pots__slider-thumbs-inner {
    margin: 0;
    max-width: initial;
  }
  .product-pots-info {
    max-width: initial;
    border: none;
  }
  .product-pots-info__header, .product-pots-info__body, .product-pots-info__footer {
    padding: 0;
  }
  .product-pots-info__title {
    font-size: 32px;
  }
}

.modal-example-detail {
  width: calc(100% - 1px);
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-example-detail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-example-detail .swiper {
  padding: 15px 100px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.modal-example-detail .swiper-slide {
  width: auto;
}
.modal-example-detail-prev, .modal-example-detail-next {
  top: 0;
  bottom: 0;
  margin: 0;
  width: 100px;
  height: initial;
  opacity: 1 !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  transform: none !important;
}
.modal-example-detail-prev:after, .modal-example-detail-next:after {
  display: none;
}
.modal-example-detail-prev.swiper-button-disabled, .modal-example-detail-next.swiper-button-disabled {
  pointer-events: none !important;
}
.modal-example-detail-prev.swiper-button-disabled .icon-svg, .modal-example-detail-next.swiper-button-disabled .icon-svg {
  color: #c4c4c4;
}
.modal-example-detail-prev:before, .modal-example-detail-next:before {
  display: none !important;
}
.modal-example-detail-prev .icon-svg, .modal-example-detail-next .icon-svg {
  width: 19px;
  height: 19px;
  color: #000000;
}
.modal-example-detail-prev:hover .icon-svg, .modal-example-detail-next:hover .icon-svg {
  color: #fe693a;
}
.modal-example-detail-prev {
  left: 0 !important;
}
.modal-example-detail-next {
  right: 0 !important;
}
.modal-example-detail__link {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.modal-example-detail__link b {
  font-weight: 700;
}
.modal-example-detail__link:hover {
  color: #fe693a;
}
@media (max-width: 767px) {
  .modal-example-detail .swiper {
    padding: 15px 40px;
  }
  .modal-example-detail-prev, .modal-example-detail-next {
    width: 40px;
  }
}

.modal-example {
  display: block !important;
  pointer-events: none;
}
.modal-example.isOpen {
  pointer-events: auto;
}
.modal-example .modal-header {
  font-size: 32px;
}
.modal-example .modal-container {
  gap: 20px;
}
.modal-example .modal-content {
  transition: transform .1s ease-in-out;
}
.modal-example .swiper-slide {
  height: auto;
}
.modal-example-details {
  padding: 0 !important;
  max-width: 900px !important;
  height: 880px !important;
  max-height: calc(100% - 30px) !important;
  display: flex;
  overflow: auto;
  background: transparent !important;
  transform: translateY(-200%) !important;
  transition: transfrom .2s ease-in-out;
}
.modal-example-details__close {
  display: none;
}
.modal-example-details.isShow {
  transform: none !important;
}
.modal-example-details .modal-body {
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: initial;
}
.modal-example-image .modal-body {
  min-width: 0;
  height: calc(100% - 110px);
  gap: 0;
}
.modal-example-card {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.modal-example-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #00000033;
  transition: opacity .2s ease-in-out;
}
.modal-example-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.modal-example-card:hover:after {
  opacity: 1;
}
.modal-example__thumbs {
  width: 100%;
  overflow: initial;
}
.modal-example__thumbs .swiper-wrapper {
  display: grid;
  gap: 5px;
  transform: none !important;
}
.modal-example__thumbs .swiper-wrapper .modal-example-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-example__gallery {
  height: 100%;
}
.modal-example__gallery .swiper-button-prev, .modal-example__gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 #2300001a;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity .2s ease-in-out;
  color: #000;
}
.modal-example__gallery .swiper-button-prev .icon-svg, .modal-example__gallery .swiper-button-next .icon-svg {
  width: 20px;
  height: 20px;
}
.modal-example__gallery .swiper-button-prev:after, .modal-example__gallery .swiper-button-next:after {
  display: none;
}
.modal-example__gallery .swiper-button-prev.swiper-button-disabled, .modal-example__gallery .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.modal-example__gallery .swiper-button-prev {
  left: 10px;
}
.modal-example__gallery .swiper-button-next {
  right: 10px;
}
@media (max-width: 999px) {
  .modal-example-image .modal-body {
    margin: 0;
    padding: 0;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .modal-example-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100% !important;
    min-height: 100vh;
    max-height: calc(100vw) !important;
    align-items: center;
    background: #00000080 !important;
    transform: translateX(-100%) !important;
  }
  .modal-example-details__close {
    position: absolute;
    top: 12px;
    right: 2px;
    z-index: 15;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 1px 8px 0 #2300001a;
  }
  .modal-example-details__close .icon-svg {
    width: 17px;
    height: 17px;
    color: #000000;
  }
  .modal-example-details .modal-body {
    margin: auto;
    width: 100%;
    height: 100vw;
  }
}

.modal-example .modal-example__thumbs .swiper-wrapper {
  height: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1.5fr 1fr 1.5fr;
}
.modal-example .modal-example__thumbs .swiper-wrapper .swiper-slide-thumb-active .modal-example-card:after {
  opacity: 1;
}
.modal-example .modal-example__thumbs .swiper-wrapper > * {
  position: relative;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+1) {
  grid-column: auto / span 3;
  padding-top: 130%;
  max-height: 65%;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+2) {
  grid-column: auto / span 3;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+3) {
  grid-column: auto / span 2;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+4) {
  grid-column: auto / span 2;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+5) {
  grid-column: auto / span 2;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+6) {
  grid-column: auto / span 4;
}
.modal-example .modal-example__thumbs .swiper-wrapper > :nth-child(7n+7) {
  grid-column: auto / span 2;
}

/*# sourceMappingURL=pots.css.map */
