@media (max-width: 360px) {
  .set-constructor .list tbody {
    display: flex;
    flex-wrap: nowrap;
  }
  .set-constructor .list tbody tr {
    min-width: 320px;
    border-bottom: none!important;
  }
}
#w3strict_additional_products_mobile {
  display: none;
}
@media (max-width: 540px) {
  #w3strict_additional_products_table {
    display: none;
  }
  #w3strict_additional_products_mobile {
    display: block;
  }
  #w3strict_additional_products_mobile .additional_product {
    border: 1px solid #e7e7e7;
  }
  #w3strict_additional_products_mobile .additional_product .additional_top {
    display: flex;
    align-items: center;
    padding: 5px;
  }
  #w3strict_additional_products_mobile .additional_product .additional_top img {
    max-width: 85px;
    max-height: 85px;
    height: fit-content;
  }
  #w3strict_additional_products_mobile .additional_product .additional_top .additional_data {
    margin-left: 10px;
  }
  #w3strict_additional_products_mobile .additional_product .additional_top .additional_data a {
    display: block;
  }
  #w3strict_additional_products_mobile .additional_product .additional_top .additional_data p {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  #w3strict_additional_products_mobile .additional_product .additional-price-buy {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
  }
  .fixed-product-header.show-mobile.show .container {
    width: 100%;
  }
  .fixed-product-header.show-mobile.show .container .product-container {
    flex-wrap: nowrap;
  }
  .fixed-product-header.show-mobile.show .container .product-container .info {
    width: unset;
  }
  .fixed-product-header.show-mobile.show .container .product-container .info .name {
    font-size: 10px;
    font-weight: normal;
  }
  .fixed-product-header.show-mobile.show .container .product-container .price-container .price {
    font-weight: normal;
  }
  .fixed-product-header.show-mobile.show .container .product-container .btn-container .btn {
    min-width: 90px;
    padding: 10px 10px;
  }
}
.api_row.api-rules div:not(.bx-core-window) input[type="checkbox"]:not(.adm-designed-checkbox) {
  display: unset;
}
@media (min-width: 1271px) {
  .order-form > .row .bx-soa-sidebar {
    position: sticky;
    top: 62px;
  }
}
.element_available_colors-item-link {
  border: 1px solid #ddd;
}
main.description iframe {
  max-width: 100%;
  height: auto;
}
.footer-panel__wrap {
  min-height: 62px;
  max-height: 62px;
  height: 62px;
  width: 100%;
  display: none;
}
.footer-panel {
  position: sticky;
  bottom: 0;
  margin-top: auto;
  z-index: 32;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.footer-panel .footer-panel__container {
  align-items: stretch;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  max-width: 100vw;
  overflow: hidden;
  padding: 10px;
}
.footer-panel .footer-panel__link {
  display: grid;
  grid-template-rows: 24px 18px;
  justify-items: center;
  font-size: calc(10px + 0.4vw);
  font-size: 11px;
  line-height: 13px;
  position: relative;
  text-decoration: none;
  touch-action: none;
  -webkit-user-select: none;
}
.footer-panel .footer-panel__link.footer-panel__active {
  color: #c2cf04;
}
.footer-panel .footer-panel__ribbon {
  background: #eb5757;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  left: 50%;
  line-height: 14px;
  margin-left: 8px;
  padding: 1px 5px;
  position: absolute;
  top: -5px;
}
.footer-panel .footer-panel__ribbon:empty {
  display: none;
}
@media (max-width: 767px) {
  .footer-panel,
  .footer-panel__wrap {
    display: block;
  }
  .fixed-product-header.show {
    bottom: 62px;
  }
  .fly-basket-container {
    display: none;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap {
    width: calc((100% - 2px)/2);
    margin: 0 0 25px;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card {
    padding: 20px 5px 16px;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card .price-container {
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card .stock {
    margin-bottom: 40px;
    text-align: center;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card .hover-content .product-item-button-container {
    bottom: 5px;
    max-width: unset;
    width: calc(100% - 40px);
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card .hover-content .product-item-button-container .btn.order-btn {
    width: 100%;
    height: 45px;
  }
  .catalog .products-container.has-filter:not(.top) .products .products-list.card .product-wrap .product-card .hover-content .product-item-button-container .btn.order-btn span {
    display: block;
    text-align: right;
    margin-right: 20px;
    line-height: 45px;
  }
  .product-card .name {
    padding-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*# sourceMappingURL=styles.css.map */