.feedback-items-wrap {
  display: flex;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}
.article__status {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  line-height: 17px;
  font-size: 16px;
}
.article__status span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.article__status.in_stock {
  color: #20A735;
}

.article__status.in_stock span {
  background-color: #20A735;
}

.article__status.to_order {
  color: #f8770d;
}

.article__status.to_order span {
  background-color: #f8770d;
}

.article__status.to_order {
  color: #f8770d;
}

.article__status.to_order span {
  background-color: #f8770d;
}

.article__status.discontinued {
  color: red;
}

.discontinued span {
  background-color: red;
}

.constructor {
  background-color: var(--bs-gray-100);
  padding: 24px 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid var(--bs-gray-300);
}
.constructor__title{
  padding: 0 24px;
}
.constructor__type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.constructor__type input {
  display: none;
}

.constructor__type span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid gray;
  padding: 1px;
}

.constructor__type input:checked~label span {
  background-color: var(--main_orange);
  border-color: var(--main_orange);
}

.constructor__type input:checked~label {
  background-color: #434343;
  color: white;
}

.constructor__type label {
  display: grid;
  justify-content: center;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 6px;
  width: 100%;
  border: 1px solid black;
  padding: 7px 0;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.constructor__type label:hover {
  color: white;
  background-color: #434343;
}

.constructor__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 0 24px;
  margin-bottom: 12px;
  max-width: 100%;
}
.constructor__item-select{
  width: calc( 100% - 360px );
}
span + .constructor__item-select{
  width: auto;
}
.constructor__item select{
  max-width: 100%;
}

.constructor-count {
  display: flex;
  align-items: center;
  gap: 26px;
}
.constructor__input.cart-qty .inc{
  right: 0;
}

.constructor__input button:disabled {
  cursor: no-drop;
}

.constructor-btn,
.more-products {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  width: max-content;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}


.constructor__to-cart:hover svg path {
  fill: white;
  stroke: white;
}

.more-products {
  margin: 0 auto;
}
.constructor__btn-wrap{
  text-align: right;
}
.current-price,
.constructor__price {
  white-space: nowrap;
  position: relative;
  min-width: 80px;
}

.rozmiry-t>span:first-child {
  flex-grow: 1;
}

.current-price .current-price_old,
.constructor__price .constructor__price_old {
  position: absolute;
  bottom: 102%;
  font-size: 0.8em;
  padding-left: 10px;
  text-decoration: line-through;
  font-weight: normal;
}

.constructor__item-title {
  font-weight: 700;
  max-width: 394px;
}

.constructor__input span:nth-child(1),
.constructor__input button:nth-child(1) {
  border-radius: 3px 0 0 3px;
}

.constructor__input button:nth-child(3),
.constructor__input span:nth-child(3) {
  border-radius: 0 3px 3px 0;
}

.constructor__input input {
  padding: 0;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

.constructor__price {
  font-weight: 700;
}

.constructor__question {
  display: flex;
  justify-content: flex-end;
  padding: 24px 20px;
  gap: 5px;
  text-align: right;
  color: #5C6056;
  cursor: pointer;
  background: none;
}

.constructor__question:hover {
  text-decoration: underline;
}

.constructor__question img {
  width: 24px;
  object-fit: contain;
}


.how-to-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 60vw;
  height: 80vh;
  margin: auto;
  display: none;
  background-color: white;
  z-index: 30;
}

.how-to-buy .close_modal {
  top: -40px;
  right: -40px;
}

@media (max-width: 1080px) {
  .how-to-buy .close_modal {
    right: -10px;
  }
}

.how-to-buy-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd-gallery-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}

.pd-gallery-slide img {
  height: 80vh;
}
.guarantee{
  display: flex;
}
.guarantee__count{
  margin-left: 2px;
}
.guarantee .bi-shield-exclamation{
  color: var(--bs-primary);
}
@media (max-width: 1200px) {
  .constructor__item{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  span + .constructor__item-select{
    width: calc( 100% - 106px );
  }
  span + .constructor__item-select select,
  select + .select2{
    width: 100%;
    min-width: 100%;
  }
  .constructor__item-select{
    width: 100%;
  }
}

@media (max-width: 415px) {
  .cart-qty{
    width: 90px;
  }
  .constructor__item{
    padding: 0 15px;
    gap: 20px 8px;
  }
  .constructor-count{
    gap: 5px;
  }
  .constructor__btn-wrap{
    text-align      : right;
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
  }
  .constructor__btn-wrap button{
    width: 90%;
    margin: 15px 0 !important;
  }
  .constructor__price{
    text-align: right;
  }
}
@media (max-width: 390px){
  .fl-full{
    flex-wrap: wrap;
  }
  .fl-full div{
    margin: 15px 0;
  }
  .fl-full div,
  .fl-full div>.btn {
    width: 100%;
  }
}
