body .remodal.folder_popup {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0;
}
body .remodal.folder_popup form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .remodal.folder_popup form .tpl-field {
  width: calc(50% - 5px);
  margin: 0;
  padding: 0;
}
@media (max-width: 639px) {
  body .remodal.folder_popup form .tpl-field {
    width: calc(100% - 5px);
  }
}
.folder_popup__image {
  font-size: 0;
  margin: 0 0 20px;
}
.folder_popup__text {
  margin: 0 0 20px;
  font-size: 15px;
}
.folder_popup__text *:first-child {
  margin-top: 0;
}
.folder_popup__text *:last-child {
  margin-bottom: 0;
}
body .product-list.product-list-thumbs .product-item .product-buttons, body .main-products .product-list.product-list-thumbs .product-item .product-buttons {
  display: block;
}
body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.buy, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.onrequest, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.notavailable {
  width: 100%;
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 10px 0 0;
  border-radius: 10px;
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  line-height: normal;
  height: auto;
  font-size: 14px;
  background: #1165ae;
}
body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.buy:before, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.onrequest:before, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.notavailable:before {
  display: none;
}
body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.buy:hover, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.onrequest:hover, body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.notavailable:hover {
  box-shadow: 0px 8px 15px rgba(17, 101, 174, 0.3);
}
body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.notavailable {
  background: #f0f0f0;
  color: #666;
}
body .product-list.product-list-thumbs .product-item .product-buttons .shop-product-btn.notavailable:hover {
  box-shadow: none;
}
body .product-list.product-list-thumbs .one-click-btn-wrap {
  margin: 10px 0;
}
body .product-list.product-list-thumbs .one-click-btn-wrap span {
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
body .product-list .fs-btnPr {
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
@media (min-width: 1025px) {
  body .filter-block {
    margin: 15px 0 0;
  }
  body .filter-btn {
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin: 0 0 25px;
  }
  body .filter-btn i {
    width: 16px;
    height: 16px;
    display: block;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
  }
  body .filter-btn i svg {
    width: 100%;
    height: 100%;
    fill: #000;
  }
  body .filter-btn.opened i {
    transform: rotate(180deg);
  }
  body .filter-block .shop2-filter {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .filter-block .shop2-filter {
    display: block !important;
  }
  body .filter-btn {
    display: none;
  }
}
@media (max-width: 639px) {
  body .remodal.folder_popup {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
  }
}
.ajax-load .formsteps.fs-btnPr, .main-products .main-products__inner .formsteps.fs-btnPr {
  display: none !important;
}
.card-page .shop2-product .product-anonce, .product-list.product-list-simple .product-item .product-anonce, .product-list.product-list-price .product-item .product-anonce {
  display: none;
}
