.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;
}

.types-page .item-wrapper {
  border: 1px solid #dbdbdb;
  padding-left: 15px;
  padding-right: 15px;
}

.types-page .item-wrapper .item-row.item-row_new {
  height: 100%;
}

.types-page .item-row__block_checkout {
  margin-top: auto;
}

.types-page .footer_button {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  position: relative;
  width: auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.types-page .qty-two {
  width: 50% !important;
  margin: 0 !important;
}

.types-page .qty-two_last {
  justify-content: flex-end;
}

.types-page .item-row__price-box {
  width: 100%;
  margin: 10px 0 !important;
}

.types-page .item-row__price-box .price-box {
  margin: 0 !important;
}

.types-page .item-row__price-box .price-box__inner {
  height: auto !important;
}

.types-page .item-row__price-box .new-price2 {
  line-height: 1 !important;
}

.types-page .item-row__block_props {
  height: auto !important;
  margin-bottom: 15px;
}

.types-page .item-row__title-wrap .title {
  height: auto !important;
  min-height: auto !important;
}

.types-page .btn-cart__wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.types-page .b-item__add {
  display: none;
}

@media (max-width: 1200px) {
  .types-page .qty-two {
    width: 100% !important;
  }

  .types-page .qty-two_last {
    margin: 10px 0 0 0 !important;
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .types-page .qty-two {
    width: auto !important;
  }

  .types-page .qty-two_last {
    margin: 0 !important;
  }

  .types-page .item-wrapper {
    width: calc(100% / 2);
  }
}

@media (max-width: 768px) {
  .types-page .item-row__product-property {
    margin-top: 10px !important;
    height: auto !important;
  }
  
  .types-page .product-property__item {
    column-gap: 5px;
  }

  .types-page .product-benefit {
    display: none;
  }

  .types-page .qty-two {
    display: none !important;
  }

  .types-page .item-wrapper {
    padding: 10px !important;
  }

  .types-page .item-row_new .image-wrapper {
    width: 100%;
    flex: 0 1 100%;
    margin: 0;
  }

  .types-page .item-row_new .item-row__add-to-box {
    margin-top: 0 !important;
  }

  .types-page .item-row_new .item-row__add-to-box form {
    justify-content: space-between;
  }

  .types-page .item-row__title-wrap .title {
    margin: 0 !important;
  }

  .types-page .item-row__block_props {
    margin-bottom: 0;
  }

  .types-page .item-row_new .input-row__btn-reserve-info {
    display: none;
  }

  .types-page .button-wrapper {
    display: none !important;
  }

  .types-page .button-wrapper:before,
  .types-page .button-wrapper:after {
    content: none !important;
  }

  .types-page .btn-cart.carttwo {
    display: none;
  }

  .types-page .btn-cart__wrapper {
    margin-bottom: 0;
    width: auto;
    position: absolute;
    bottom: 5px;
    right: 0;
  }

  .types-page .b-item__add {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: white;
    background-color: #00913d;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 2px;
    padding-left: 5px !important;
  }

  .types-page .item-row__price-box {
    width: auto;
  }
}

@media (max-width: 600px) {
  .types-page .qty-two {
    width: 100% !important;
  }

  .types-page .qty-two_last {
    margin: 10px 0 0 0 !important;
  }
}
