div.properties {
    margin-bottom: 23px;
}
div.properties img{
    width: 50px;
    height: 50px;
    margin-right: 5px;
}


.info-for-hide {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.info-for-hide.expanded {
    max-height: 1000px; /* достаточно большое значение */
}

.toggle-link{
  color: var(--blue-main, #006dff);
  font-size: 14px;
  display: inline-block; 
  margin-top: 15px;
}

.toggle-link:hover{
  text-decoration: underline;
  color: #006dff;
}

.toggle-link::before {
  content: "▼";
  display: inline-block;
  transition: transform 0.3s ease;
}

/* стрелка вверх, если активный класс */
.toggle-link.up::before {
  transform: rotate(180deg);
}

.product_description{
    color: #545454;
    line-height: 1.428571429;
    margin: 0 0 9px;
}
.product_description ul{
    padding-left: 40px;
    list-style-type: disc;
}
.product_description :is(h1, h2, h3, h4, h5, h6) {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.product_description h1{
    font-size: 33px;
}
.product_description h2{
    font-size: 27px;
}
.product_description h3{
    font-size: 23px;
}
.product_description h4{
    font-size: 17px;
}
.product_description h5{
    font-size: 13px;
}
.product_description h6{
    font-size: 12px;
}
.product_description blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #eee;
}
.product_description pre {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: auto;
}

#button-review {
  width: 90%;
}
