.product__information-item .product__item-characteristics .product__characteristics-info {
    width: 100%;
}
.product__information-item .product__item-characteristics .product__characteristics-info .product__characteristics-title {
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}
.product__main-characteristics-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.product__main-characteristics-row h4 {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}
.product__main-characteristics-row h4:first-child {
    margin-right: 12px;
}
.product__main-characteristics-row h4:last-child {
    margin-left: 12px;
}
.product__main-characteristics-row span {
    border-bottom: 1px dotted #b7b7b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 3px;
}
.product__main-characteristics-link {
    font-size: 13px;
    font-weight: 500;
    color: #005fa8;
    border-bottom: 1px dashed #005fa8;
}
@media (max-width: 940px) {
    .product__information-item .product__item-characteristics .product__characteristics-info .product__characteristics-title {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 610px) {
    .product__main-characteristics {
        display: none;
    }
}
.faq-section input,
  .faq-section p{
   display: none;
   margin-bottom: 0.2rem;
  }
 .faq-section  span{color:white; font-weight: 500}
.faq-section  span:first-child{color:black; margin: 10px; display: block;}


  .faq-section label+p{
   display: block;
   color: #999;
   font-size: .85em;
   -webkit-transition: all .15s ease-out;
   -moz-transition: all .15s ease-out;
   -ms-transition: all .15s ease-out;
   -o-transition: all .15s ease-out;
   transition: all .15s ease-out;
   /* Обрезаем текст */
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden; 	 
  }

  .faq-section input[type=checkbox]:checked~p{
   display: block;
   color: #444;
   font-size: 1em;
   /* Восстанавливаем обрезание текст по умолчанию */
   text-overflow: clip;
   white-space: normal;
   overflow: visible;
  }

  .faq-section label{
   border-radius: 10px;
   font-size: 1.2em;
   cursor: pointer;
   background:  #64b0ce;
   display: block;
   position: relative;
   padding: 10px 10px;
   font-weight: bold;
   text-shadow: 0 1px 0 rgba(255,255,255,.5);
   -webkit-transition: all .15s ease-out;
   -moz-transition: all .15s ease-out;
   -ms-transition: all .15s ease-out;
   -o-transition: all .15s ease-out;
   transition: all .15s ease-out;   
  }



  .faq-section label::-moz-selection{ /* Удаляем выделение текста при переключении */
   background: none;
  }

  .faq-section label::selection{
   background: none;
  }

  .faq-section label:hover{
   background: #085892;
  }

  .faq-section input[type=checkbox]:checked~label{
 
   background: #085892;
   
  }

  .faq-section label::before{
   content: '';
   position: absolute;
   right: 4px;
   top: 50%;
   margin-top: -6px;
	border: 6px solid transparent;
   border-left-color: inherit;
  }

  .faq-section input[type=checkbox]:checked~label::before{
   border: 6px solid transparent;
   border-top-color: inherit;
   margin-top: -3px;
   right: 10px;
  }


@media (max-width: 420px) {
.faq-section label{min-height: 65px !important; display: flex; }
.faq-section span {margin: auto 0px;}
}
#product-information-payment-furniture {
    padding: 0;
}
.product__information-item .product__item-info ul li span {
    display: inline-flex;
    margin: 0;
}