.guarantees-promo-top-block {
    padding-bottom: 0;
}

.guarantees-stage-block {
    padding: 48px 50px 0;
}

.guarantees-stage-block-content {
    gap: 24px;
}

.guarantees-stage-title {
    width: 584px;
    color: var(--Black, #1C2320);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.guarantees-stage-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.guarantees-stage-item {
    width: 100%;
    max-width: 385px;
    height: 132px;
    border-radius: 8px;
    background: var(--White, #FFF);
    padding: 27px 36px 18px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.guarantees-stage-item-icon {
    width: 83px;
    height: 83px;
    flex-shrink: 0;
}

.gs-icon-contact {
    background-image: url("icon/guarantees/gs-icon-contact.svg");
}

.gs-icon-contact-2 {
    background-image: url("icon/guarantees/gs-icon-contact-2.svg");
}

.gs-icon-contact-3 {
    background-image: url("icon/guarantees/gs-icon-contact-3.svg");
}

.guarantees-stage-item-text-container {
    display: flex;
    flex-direction: column;
    height: 83px;
    align-items: flex-start;
    justify-content: space-between;
}

.guarantees-stage-item-text {
    color: var(--Black, #1C2320);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.guarantees-stage-item-link {
    color: var(--Primary, #C07A52);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.guarantees-list-block {
    padding: 60px 50px 95px;
}

.guarantees-list-block-content {
    gap: 28px;
}

.guarantees-list-title {
    color: var(--Black, #1C2320);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 126.667% */
}

.guarantees-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.guarantees-list-item {
    width: calc((100% - 20px) / 2);
    height: 193px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #EAEBE8;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.guarantees-list-item-img-container {
    width: 290px;
    height: 193px;
    flex-shrink: 0;
    overflow: hidden;
}

.guarantees-list-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guarantees-list-item-text-container {
    flex-grow: 1;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: center;
}

.guarantees-list-item-title {
    color: var(--Black, #1C2320);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 122.222% */
}

.guarantees-list-item-text {
    color: var(--Grey-600, #757575);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

@media (min-width: 990px) and (max-width: 1200px) {
    .guarantees-stage-block {
        padding: 40px 30px 0;
    }

    .guarantees-stage-item {
        height: 114px;
        padding: 20px 11px 11px;
        gap: 10px;
    }

    .guarantees-stage-item:first-child {
        gap: 0;
    }

    .guarantees-list-block {
        padding: 40px 30px 60px;
    }

    .guarantees-list-item-img-container {
        width: 218px;
        height: 193px;
        flex-shrink: 0;
    }

    .guarantees-list-item-text-container {
        padding: 0 11px 0 16px;
        gap: 13px;
    }

    .guarantees-list-item-text {
        color: var(--Grey-600, #757575);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        width: 210px;
    }
}

@media (max-width: 989px) {
    .guarantees-stage-block {
        padding: 28px 20px 0;
    }

    .guarantees-stage-title {
        width: 335px;
        color: var(--Black, #1C2320);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 19.5px */
    }

    .guarantees-stage-block-content {
        gap: 20px;
    }

    .guarantees-stage-row {
        flex-direction: column;
        gap: 10px;
    }

    .guarantees-stage-item {
        max-width: unset;
    }

    .guarantees-list-block {
        padding: 60px 20px;
    }

    .guarantees-list-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 28.8px */
    }

    .guarantees-list-block-content {
        gap: 20px;
    }

    .guarantees-list-item {
        width: 100%;
        height: unset;
        flex-direction: column;
    }

    .guarantees-list-item-img-container {
        width: 100%;
        height: 222px;
        border-radius: 10px;
    }

    .guarantees-list-item-text-container {
        padding: 20px 16px;
    }

    .guarantees-list-item-title {
        width: 252px;
    }

    .guarantees-list-item-text {
        width: 258px;
    }

    .guarantees-list-item:nth-child(3) .guarantees-list-item-text {
        width: 306px;
    }
}