.buy_request-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 91;
  box-shadow: none;
  color: #333;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.buy_request-close:hover {
  opacity: 1;
}

.buy_request-order {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: #00913D;
  border: 0;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  min-width: 242px;
  margin: 10px auto;
}

.buy-request-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 91;
  display: none;
}

.buy-request-popup__wrapper {
  max-width: 360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 91;
}

.buy-request {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 45px 0;
  background-color: #fff;
}

.buy-request__title {
  margin: 30px 0 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.buy-request__description {
  margin: 0 0 10px;
  font-family: "Segoe UI", "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.buy-request__input-text {
  height: 40px;
  width: 100%;
  padding: 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  color: #333;
  border: 1px #5e5e5e solid;
  border-radius: 2px;
}

.error {
  border: 1px red solid;
}


.buy-request__room-label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  display: flex;
  align-items: center;
}

.buy-request__room-square {
  margin: 0;
  height: 44px;
  width: 50px;
  padding: 5px;
  border: 1px solid #dbdbdb;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  font-family: "Segoe UI", "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #333;
}

.buy-request__room-square::-webkit-outer-spin-button,
.buy-request__room-square::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.buy-request__room-input {
  display: flex;
  margin: 0 5px 0 5px;
}

.buy-request__room-input-buttons {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.buy-request__room-input-buttons-up {
  border-radius: 0 2px 0 0;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  width: 27px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5 2L9 6' stroke='%23333333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.buy-request__room-input-buttons-down {
  border-radius: 0 0 2px 0;
  border: 1px solid #dbdbdb;
  border-top: 0;
  width: 27px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%23333333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.buy-request__room-square[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.buy-request__room-submit {
  border: 0;
  border-radius: 2px;
  height: 40px;
  background-color: #00913d;
  color: #fff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.buy-request__room-submit:disabled {
  background-color: #b4bfb8;
}


.buy-request__agree {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #a0a0a0;
}

.buy-request__agree-link {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.buy-request__agree-link:hover {
  text-decoration: underline;
}

.buy-request__place-holder {
  cursor: text;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  display: none;
  color: lightgrey;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  height: 40px;
  padding: 6px 10px;
}

.buy-request__placeinput input:invalid + .buy-request__place-holder {
  display: inline;
}

.buy-request__placeinput {
  position: relative;
  overflow: hidden;
}

.buy-request__place-holder span {
  color: red;
}

.buy_request__overlay {
  /*display: none;*/
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 91;
}

.buy_request__popup {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
}

.buy_request__envelope {
  margin: 24px 0 0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.5 24V9H24.5H4.5V24V39H24.5' stroke='%2327AE60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.5 36L36.5 40L44.5 30' stroke='%2327AE60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 9L24.5 24L44.5 9' stroke='%2327AE60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.buy_request__close {
  position: absolute;
  right: 26px;
  top: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L17 17M17 1L1 17' stroke='%23999999'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  cursor: pointer;
}

.buy_request__message {
  margin: 15px 0 30px;
  padding: 0 10px 0;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #333333;
}
.category-items .item-wrapper .title a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.razmerka {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #A0A0A0;
}

.product-property__name {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #A0A0A0;
}

.product-property__value {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height */


  /* Dark gray */

  color: #333333;
}

.new-price2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #333333;
}

.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  line-height: 14px;
  font-size: 13px;
}



.category-items li.item-wrapper .item-row_new .item-row__add-to-box .add-to-cart .button-wrapper {
  margin-top: -50px;
}


.footer_button {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.catalog_item:hover .footer_button,
body .catalog_item.hover .footer_button {
  opacity: 1;
  visibility: visible;
  height: 30px;
  margin: 11px 0px 0px;
  height: auto;
}

.ajax_load.block .footer_button {
  display: none;
}

.ajax_load.block .item_block:hover .footer_button,
.ajax_load.block .item_block .catalog_item.hover .footer_button {
  display: block;
}

.mobile .catalog_item .footer_button {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.mobile .catalog_item {
  height: 100%;
}

.mobile .catalog_item .like_icons span {
  opacity: 1;
  visibility: visible;
}

.mobile .catalog_item:hover .footer_button,
.mobile .catalog_item.hover .footer_button {
  margin-top: 0px;
}

.mobile .catalog_item .item_info {
  padding-bottom: 10px;
}

.mobile .tabs_slider .catalog_item:not(.touch):hover,
.mobile .tabs_slider .catalog_item.hover {
  padding-bottom: 0px;
}

ы .ajax_load.block.goods-block .footer_button .offer_buy_block>.read_more,
.ajax_load.block.goods-block .footer_button>.read_more {
  margin-top: 11px;
}

.ajax_load.block.goods-block .catalog_item:hover .footer_button {
  display: block;
}

.item_wrap {}

.item_wrap:not(.touch):hover,
.item_wrap.hover,
.item_wrap.touch.hover {
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.item_wrap:not(.touch):hover,
.catalog .block .item_wrap.hover {
  border: 1px solid #fff;
  border: none;
}

.item_wrap:not(.touch):hover .hover_block,
.item_wrap.hover .hover_block {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.items .item_block {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.block .catalog_block .catalog_item_wrapp.hover,
.block .catalog_block .catalog_item_wrapp:hover {
  z-index: 60;
}

.wraps .item {
  position: relative;
}

.catalog_item {
  position: relative;
}

.catalog_block:not(.items) .item_wrap {
  height: auto !important;
  position: relative;
  z-index: 51;
  background: #fff;
  padding: 14px 14px 0px;
}

.catalog_block .item_wrap:not(.touch):hover .hover_block,
.catalog_block .item_wrap.hover .hover_block {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.catalog_block.items .item_block {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.ajax_load.block.goods-block .catalog_item:hover .footer_button {
  display: block;
}

.footer_button {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.catalog_item.hover .footer_button {
  opacity: 1;
  visibility: visible;
  height: 30px;
  margin: 11px 0px 0px;
  height: auto;
}

.carttwo {
  cursor: pointer;
}

.footer_button {

  position: absolute;
  top: 82%;
  left: -14px;
  right: 0;
  width: 289px;
  max-height: 0;
  z-index: 5;
  text-align: center;
  background: #fff;
  max-height: initial;
  background: #fff;
  padding-bottom: 20px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  transition: all 0.1s linear;

}


.item-row_new {
  position: relative !important;
}

.carttwo {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00913D;
  border-radius: 2px;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows2 {
  width: 18px;
  float: left;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows {
  width: 18px !important;
  float: left;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows2 .qty-increase {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows2 .qty-increase:before {
  content: "\f106";
  line-height: 1;
  height: 10px;
  top: -2px;
  width: 15px;
  left: 4px;
  position: relative;
  font-family: FontAwesome;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-two .input-content .qty-arrows2 .qty-decrease {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
}

.qty-arrows2 .qty-decrease:before {
  content: "\f068";
  line-height: 1;
  height: 10px;
  top: -2px;
  width: 15px;
  left: 4px;
  position: relative;
  font-family: FontAwesome;
}

.qty-arrows2 .qty-decrease {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  float: left;
}

.qty-arrows2 {
  background: #FFFFFF !important;
  border: 1px solid #F4F4F4 !important;
  box-sizing: border-box !important;
  border-radius: 2px !important;
  width: 24px !important;
  height: 24px !important;
  float: left;
}

.qty-arrows2 .qty-decrease:before {
  content: "\f068";
  line-height: 1;
  top: -2px;
  width: 1px;
  left: 4px;
  position: relative;
  font-family: FontAwesome;
}

.qty-increase:before {
  content: "\f067" !important;
  line-height: 1;
  height: 10px;
  top: -2px;
  width: 15px;
  left: 4px;
  position: relative;
  font-family: FontAwesome;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows2 .qty-increase {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 3px;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

.qty-arrows2 .qty-decrease {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 3px;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows .qty-increase {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 3px;
  padding: 0;
  margin: 0;
  margin-left: 1px;
}

.qty-arrows {
  background: #FFFFFF !important;
  border: 1px solid #F4F4F4 !important;
  box-sizing: border-box !important;
  border-radius: 2px !important;
  width: 24px !important;
  height: 24px !important;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows {
  width: 18px;
  float: left !important;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-two .input-content .qty-arrows2 .qty-decrease {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 3px !important;
  padding: 0;
  margin: 0;
  margin-left: 3px !important;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-two .input-content .qty-arrows .qty-increase {
  width: 18px;
  height: 17px;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  top: 3px;
  margin-left: 3px;
}

.category-items .item-wrapper .add-to-box .qnt-wrapper .qty-one .input-content .qty-arrows {
  width: 23px !important;
  float: left;
}

.old-price {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 25px;
  /* identical to box height */

  text-decoration-line: line-through;

  /* gray */

  color: #A0A0A0 !important;
}

.new-price2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #333333;
  float: left;
}

.thumbnail {
  display: block;
  padding: 0px;
}

.list {
  margin-bottom: 62px;
}


.list .sales_elements .list_images {
  position: relative;
  padding-top: 50%;
  width: 100%;
}

.list .sales_elements .list_images > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list .sales_elements .list_images > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .vertical .item-row_new .item-row__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px;
    width: 100%;
  }

  @media (max-width: 768px) {
    .b-catalog__header .list {
      margin-bottom: 42px;
      width: 100%;
    }
  }
}