.price__table {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.price__table {
    background-color: #fcfcfc;
}
.price__table td {
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    min-width: 110px;
    transition: background-color .2s;
    text-align: center;
}
.price__table tr:hover td {
    background-color: #92afb70d;
}
.price__table td:nth-child(2n-1) {
    background-color: #fff;
}
.price__item {
    line-height: 24px;
    font-size: 16px;
}
.price__title {
    padding-top: 20px;
    font-size: 18px;
}
.price__descr {
    padding-top: 10px;
}
