.section-favorable-conditions {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.section-favorable-conditions .advantage-title {
    margin-bottom: 0px;
}

.table-conditions-wrapper {
    position: relative;
}

.table-conditions {
    border-color: #E2E2E2;
}

.table-conditions thead th {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;

    color: #242424;
}

.table-conditions thead th:first-of-type {
    padding: 16px 20px;
    width: 612px;

    text-align: start;
}

.table-conditions thead th:nth-child(2n),
.table-conditions thead th:nth-child(3n) {
    padding: 16px;
    width: 172.5px;

    text-align: center;
}

.table-conditions thead th:nth-child(2n) {
    color: #676767;
    background: linear-gradient(129.47deg, #969696 19.81%, #ECECEC 49.84%, #969696 79.02%);
}

.table-conditions thead th:nth-child(3n) {
    color: #524217;
    background: linear-gradient(130.02deg, #9C8237 20.42%, #EBCC6D 51.47%, #9C8237 79.76%);
}

/* Table Body */
.table-conditions tbody tr td {
    padding: 14px 20px;
}

.table-conditions tbody tr td:first-of-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    text-align: start;
}

.table-conditions tbody tr td:nth-child(2n),
.table-conditions tbody tr td:nth-child(3n) {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.table-conditions tbody tr td:nth-child(2n) {
    color: #676767B2;
}
.table-conditions tbody tr td:nth-child(3n) {
    color: #524217;
}

.shadow-gradient {
    display: none;
    height: 100px;
    width: 100%;

    position: absolute;
    bottom: 0px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 87%);
}

.table-conditions-wrapper.shadowed {
    height: 372px;
    overflow: hidden;
}

.table-conditions-wrapper.shadowed .shadow-gradient {
    display: flex;
}

.section-favorable-conditions .table-navigation {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 12px;
}

.section-favorable-conditions .btn-white,
.section-favorable-conditions .btn-blue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;

    width: auto;
    height: 49px;

    border-radius: 5px;

    font-weight: 600;
    font-size: 14px;
    line-height: 19px;

    transition: opacity 0.25s;
}

.section-favorable-conditions .btn-white:hover,
.section-favorable-conditions .btn-blue:hover {
    opacity: 0.70;
}

.section-favorable-conditions .btn-white {
    border: 1px solid #3B496A;
    color: #3B496A !important;
}

.section-favorable-conditions .btn-blue {
    border: 1px solid #3B496A;
    color: #FFFFFF !important;

    background: #3B496A;
}
