.button-back {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 7px 16px;
    width: 116px;
    margin-bottom: 18px;
}

.recommend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    margin-top: 24px;
    margin-bottom: 18px;
}

.title__big2 {
    margin-bottom: 24px;
}

.powered {
    line-height: 140%;
}

.table {
    border: 1px solid #dadada;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 24px;
}

.table__items {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #f0f0f0;;
}

.table__items:first-of-type .table__item {
    font-weight: 700;
}

.table__item {
    font-size: 12px;
    line-height: 133%;
    padding: 8px;
}

.table__item1 {
    min-width: 168px;
    max-width: 168px;
}
.table__item2 {
    flex-grow: 1;
}

.table__item3 {
    min-width: 92px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox {
    padding-left: 25px;
}

.checkmark2:after {
    top: 0;
}

.img {
    margin-bottom: 24px;
    display: block;
    width: 100%;
}
