.guarantee__list {
    list-style: none;
    padding: 0;
    margin: 60px auto 0;
    max-width: 1440px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.guarantee__item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 118px;
    margin-bottom: 120px;
}

.guarantee__item:nth-child(5),
.guarantee__item:last-child {
    margin-bottom: 60px;
}

.guarantee__blockImg {
    background: #f7f9fa;
    border-radius: 50%;
}

.guarantee__img {
    padding: 15px;
}

.guarantee__block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

.guarantee__block1 h3 {
    font-size: 20px;
    color: #242728;
    line-height: 28px;
    font-weight: 700;
    word-break: break-word;
    margin: 0;
}

.guarantee__block1 p {
    margin: 0;
    font-size: 14px;
    color: #242728;
    line-height: 20px;
    font-weight: 700;
}

.guarantee__block2 {
    position: relative;
}

.guarantee__accordion {
    background: transparent;
    cursor: pointer;
    padding: 16px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    transition: 0.6s ease-out;
}

.guarantee__accordion.guarantee__active {
    border-bottom: 1px solid #000;
    transition: 0.6s ease-out;
}

.guarantee__accordion:after {
    content: '';
    float: right;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: 0.3s ease-out;
    margin-right: 5px;
    margin-top: 3px;
}

.guarantee__active:after {
    transform: rotate(-135deg);
    transition: 0.3s ease-out;
}

.guarantee__panel {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #f7f9fa;
    max-height: 0;
    overflow-y: auto;
}

.guarantee__list2 {
    list-style: none;
    padding: 16px 20px;
}

.guarantee__item2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.guarantee__item2:last-child {
    margin-bottom: 0;
}

.guarantee__item2 p {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 21px;
}

.guarantee__block3 {
    margin-top: 15px;
}

.guarantee__link {
    font-size: 16px;
    color: #2788d9;
    line-height: 20px;
    text-decoration: none;
}

.guarantee__link:hover {
    opacity: .8;
}

.guarantee__container {
    max-width: 1180px;
}

.guarantee__container2 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 40px 0;
    display: flex;
    align-items: baseline;
    gap: 40px;
}

.guarantee__container2 h2 {
    color: #505050;
    margin: 0;
    font-size: 36px;
    font-weight: 400;
}

.guarantee__container2 p {
    color: #505050;
    font-size: 16px;
    margin: 0;
}

.guarantee__table {
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 40px;
}

.guarantee__table h3 {
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
}

.guarantee__table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.guarantee__table table thead {
    background: #f9f9f9;
    color: #505050;
    border: 1px solid #f2f2f2;
}

.guarantee__table table thead tr {
    background: 0 0;
}

.guarantee__table table thead th,
.guarantee__table table thead td,
.guarantee__table table tfoot th,
.guarantee__table table tfoot td {
    padding: 0.59259rem 0.74074rem 0.74074rem;
    font-weight: 700;
    text-align: left;
    font-size: 13px;
}

.guarantee__table table tbody th,
.guarantee__table table tbody td {
    padding: 0.59259rem 0.74074rem 0.74074rem;
    font-weight: 400;
    font-size: 13px;
}

.guarantee__table table thead th {
    background-color: #fff;
    border: 1px solid #dedcdc;
    color: #505050;
    line-height: 55px;
}

.guarantee__table table thead tr:nth-of-type(2) th {
    background-color: #f7f9fa;
}

.guarantee__table table thead tr:nth-of-type(2) th:nth-child(1),
.guarantee__table table thead tr:nth-of-type(2) th:nth-child(2) {
    background-color: #effaff;
}

.guarantee__table table thead,
.guarantee__table table tbody,
.guarantee__table table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.guarantee__table table th {
    background-color: #fff;
    border: 1px solid #dedcdc;
    color: #505050;
    line-height: 55px;
}

.table table thead th {
    line-height: 15px;
    text-align: center;
    border: 1px solid black;
}

.table table th {
    line-height: 0;
    border: 1px solid black;
    background-color: #D7E4BD;
}

.table table th:nth-child(1),
.table table th:nth-child(2) {
    background-color: white;
}

.table__th1 {
    width: 25%;
    font-size: 20px !important;
}

.table table thead tr:nth-of-type(2) th:nth-child(1) {
    background-color: white;
}

.table table thead tr:nth-of-type(1) th:nth-child(2),
.table table thead tr:nth-of-type(2) th:nth-child(2),
.table table thead tr:nth-of-type(3) th:nth-child(2),
.table table thead tr:nth-of-type(3) th:nth-child(3),
.table table thead tr:nth-of-type(3) th:nth-child(4) {
    background-color: #D7E4BD;
}

.table table thead tr:nth-of-type(1) th:nth-child(3) {
    background-color: #FEEADA;
}

.table table thead tr:nth-of-type(2) th:nth-child(3) {
    background-color: #F3DCDC;
}

.table table thead tr:nth-of-type(1) th:nth-child(4),
.table table thead tr:nth-of-type(2) th:nth-child(4) {
    background-color: #A6B6CB;
}

@media (max-width: 1140px) {
    .guarantee__item {
        padding: 0 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 900px) {
    .guarantee__list {
        grid-template-columns: 1fr;
    }

    .guarantee__wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .guarantee__container2 {
        padding: 40px 20px 0;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .guarantee__table {
        padding: 0 20px;
    }

    .guarantee__item {
        gap: 20px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .guarantee__table table th,
    .guarantee__table table thead th {
        line-height: 5vw;
    }

    .table table thead th,
    .table table th {
        line-height: 3vw;
    }

    .table__th1 {
        font-size: 15px !important;
    }
}

@media (max-width: 500px) {
    .table table thead th {
        font-size: 11px;
    }

    .table__th1 {
        font-size: 13px !important;
    }
}

@media (max-width: 400px) {
    .guarantee__img {
        width: 50px;
    }

    .table table thead th,
    .table table th {
        line-height: 4vw;
    }

    .table table th {
        font-size: 11px !important;
    }

    .table table thead th {
        font-size: 10px;
    }

    .table__th1 {
        font-size: 11px !important;
    }

    .table {
        padding: 0 10px;
    }
}