.price{background:#f9f9f9}.price .price__content .price__text{line-height:150%;color:#7a7a7a}.price .price__content .price__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr);gap:24px;margin-bottom:40px;padding:0}.price .price__content .price__list .price__item{-webkit-transition:.2s;transition:.2s}.price .price__content .price__list .price__item:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.price .price__content .price__list .price__item .price__image{-o-object-fit:cover;object-fit:cover;width:100%;margin-bottom:1.3rem}.price .price__content .price__list .price__item .price__name{font-weight:700}.price .price__content .price__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.table-price__subtitle{font-size:1.3rem;font-weight:700;margin-bottom:15px}.table-b{margin-bottom:60px}.table{width:100%;border:none}.table thead th{display:none}.table tbody td{text-align:left;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:10px 15px;font-size:14px;vertical-align:top}.table tbody tr td:first-child,.table thead tr th:first-child{border-left:none}.table tbody tr td:last-child,.table thead tr th:last-child{border-right:none}.table tbody tr:nth-child(even){background:#f3f3f3}@media screen and (max-width:997px){.price .price__content .price__list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:440px){.price .price__content .price__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}

@media screen and (max-width:500px){
  .price__image {
    height:170px;
  }
  .price__buttons {
    flex-direction:column;
  }
}  