h3 {
    font-size: 2.125rem;
    color: #3e4e57;
    font-weight: unset;
    margin-bottom: 16px
}

.li-icon {
    margin-right: unset;
    color: #4b707e
}

.tanks {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #cfd3d7
}

.tank-types-comparison, .choose {
    display: flex;
    border-radius: 40px;
    border: 1px solid #cfd3d7;
    background-color: #fafafa;
    padding: 20px;
    margin-bottom: 60px
}

.tank-types-comparison dl > div, .choose dl > div {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 8px
}

.tank-types-comparison dl > div:last-of-type, .choose dl > div:last-of-type {
    margin-bottom: 0
}

.tank-types-comparison dt, .choose dt {
    color: #3e4e57;
    font-size: 1.25rem
}

.tank-types-comparison dd, .tank-types-comparison div > p, .choose dd, .choose div > p {
    color: #4b707e;
    font-size: 1.25rem;
    line-height: 160%;
    font-weight: 500
}

.dewar-tanks > p {
    font-size: 1.25rem;
    color: #6a7884;
    line-height: 160%;
    margin-bottom: 16px
}

.dewar-tanks > p:first-of-type {
    margin-bottom: 8px
}

.tank-types-comparison .dewar-tanks:nth-of-type(1) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #cfd3d7
}

.choose {
    display: block;
    padding: 40px;
    margin-bottom: unset
}

.choose h3 {
    margin-bottom: unset
}

.choose h3 + p {
    color: #6a7884;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px
}

.choose img {
    display: block;
    margin: 0 auto 20px;
    width: 100%
}

.choose p {
    width: unset;
    color: #6a7884
}

.choose p:first-of-type {
    margin-bottom: 20px
}

.choose a {
    color: #34bfbd
}

.choose a:hover {
    text-decoration: underline
}

.quality-mark {
    margin-bottom: 60px
}

.table-wrapper {
    margin-bottom: 100px;
    overflow-x: auto
}

.table-specs {
    width: 100%;
    background-color: #fafafa;
    border-radius: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #cfd3d7;
    overflow: hidden;
    text-wrap: nowrap
}

.table-specs tr th:first-of-type {
    padding-left: 40px;
    text-align: left
}

.table-specs th, .table-specs td {
    padding: 16px 40px;
    text-align: center
}

.table-specs thead {
    font-size: 1.5rem;
    line-height: 160%;
    color: #3e4e57
}

.table-specs thead th {
    padding: 20px 40px;
    font-weight: 500;
    border-bottom: 1px solid #cfd3d7
}

.table-specs thead th:last-of-type {
    padding-right: 40px
}

.table-specs tbody tr {
    color: #4b707e;
    font-size: 1.25rem;
    line-height: 160%
}

.table-specs tbody tr:nth-child(even) {
    background-color: rgba(52, 191, 189, .1)
}

.table-specs tbody th {
    font-weight: unset
}

@media (max-width: 799px) {
    .tanks {
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .tank-types-comparison {
        flex-direction: column;
        margin-bottom: 30px
    }

    .tank-types-comparison .dewar-tanks:nth-of-type(1) {
        padding-right: unset;
        margin-right: unset;
        border-right: unset;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #cfd3d7
    }

    .quality-mark {
        margin-bottom: 30px
    }

    .choose {
        padding: 20px
    }

    .choose a {
        text-decoration: underline
    }

    .table-wrapper {
        margin-bottom: 50px
    }
}
