.guarantee-subtitle {
    margin: 8px 0 24px;
    color: #090909;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}
.guaranteeSteps-item {
    margin-top: 12px;
    width: calc(50% - 10px);
    border-bottom: 1px solid #f99515;
    padding-bottom: 7px;
}
.guaranteeSteps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -12px;
}
.guaranteeSteps-item__number {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guaranteeSteps-item__text {
    color: #090909;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 8px;
}
.guaranteeSteps-item__text a {
    text-decoration: none;
}
.guaranteeSteps-item__text a:hover {
    text-decoration: underline;
}

.guaranteeComplect-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}
.guaranteeComplect-block {
    padding: 0 10px;
    width: 33.333%;
    margin-top: 20px;
}
.guaranteeComplect-item::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-image: url("../img/guarantee/check.svg");
}
.guaranteeComplect-item {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #c7ced4;
    padding: 19px;
}
.guaranteeComplect-item__name {
    display: inline-flex;
    margin-left: 20px;
    margin-right: auto;
}
.guaranteeComplect-item__days {
    height: 34px;
    white-space: nowrap;
    padding: 0 11px;
    border-radius: 24px;
    border: 1px solid #c7ced4;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    display: inline-flex;
    align-items: center;
}
.guaranteeComplect-bottom {
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgba(101, 101, 101, 0.1);
    position: relative;
}
.guaranteeComplect-bottom__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guaranteeComplect-bottom__block {
    width: calc(50% - 10px);
}
.guaranteeComplect-bottom__bold {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(50% - 10px);
    color: #090909;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}
.guaranteeComplect-bottom__title {
    color: #090909;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
.guaranteeComplect-bottom__subtitle {
    margin-top: 12px;
    color: #090909;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.guaranteeComplect-bottom__item {
    color: #090909;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    padding-left: 16px;
    margin-top: 20px;
}
.guaranteeComplect-bottom__item:first-child {
    margin-top: 0;
}
.guaranteeComplect-bottom__item::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 6px;
    width: 12px;
    height: 12px;
    background-image: url("../img/guarantee/circle.svg");
    background-repeat: no-repeat;
}

.guaranteeComplect-block.w50 {
    width: 50%;
}

.guaranteeBanner-wrapper {
    overflow: hidden;
    border-radius: 24px;
    padding: 48px;
    position: relative;
    background-image: url("../img/guarantee/banner.png");
    background-size: cover;
    background-position: center;
}
.guaranteeBanner-title {
    color: #090909;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.guaranteeBanner-subtitle {
    margin: 16px 0 12px;
    width: 560px;
    max-width: 100%;
    color: #090909;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

.guaranteeRoad-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guaranteeRoad-block {
    width: calc(50% - 10px);
}
.guaranteeRoad-item {
    margin-top: 16px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(101, 101, 101, 0.1);
}
.guaranteeRoad-item:first-child {
    margin-top: 0;
}
.guaranteeRoad-item__text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.guaranteeRoad-item__number {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
    border: 1px solid #f99515;
    border-radius: 8px;
}
.guaranteeRoad-item__number span {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guaranteeRoad-banner {
    padding: 32px;
    min-height: 100%;
    border-radius: 20px;
    background-image: url("../img/guarantee/back.png");
    background-size: cover;
    background-position: center;
}
.guaranteeRoad-banner__title {
    color: #090909;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
.guaranteeRoad-banner__subtitle {
    margin: 16px 0 32px;
    color: #090909;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}
.guaranteeRoad-banner__text {
    margin-bottom: 16px;
    color: #090909;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.guaranteeMain-wrapper {
    padding: 80px 48px 40px;
    background-image: url("../img/guarantee/main.png");
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}
.guaranteeMain {
    text-align: center;
}
.guaranteeMain-box {
    width: 847px;
    max-width: 100%;
    margin: 0 auto;
}
.guaranteeMain-title {
    color: #090909;
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
}
.guaranteeMain-title span {
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guaranteeMain-subtitle {
    margin: 12px 0;
    color: #090909;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}
.guaranteeMain .priceMain-btn {
    margin: 0;
    position: relative;
    z-index: 3;
}
.guaranteeMain-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -13px;
}
.guaranteeMain-item::before {
    content: "";
    display: block;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background-image: url("../img/guarantee/circle.svg");
    background-repeat: no-repeat;
}
.guaranteeMain-block:nth-child(2) {
    margin-top: 81px;
}
.guaranteeMain-item span {
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guaranteeMain-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 8px 8px 10px;
    height: 35px;
    border-radius: 16px;
    background-image: url("../img/guarantee/item.png");
    background-size: 100% 100%;

    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 0.4), 0 4px 30px 0 rgba(255, 255, 255, 0.25) inset;

    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
}

@media (max-width: 1200px) {
    .guaranteeComplect-block {
        width: 50%;
    }
    .guaranteeComplect-block.w50 {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .guaranteeComplect-item__name {
        margin-left: 12px;
    }
    .guaranteeComplect-item {
        padding: 15px;
    }
    .guaranteeComplect-bottom {
        margin-top: 32px;
    }
    .guaranteeComplect-bottom__bold {
        position: static;
        margin-top: 32px;
        width: 100%;
    }
    .guaranteeComplect-bottom__item {
        margin-top: 16px;
    }
    .guaranteeComplect-bottom__block {
        width: 100%;
    }
    .guaranteeComplect-bottom__subtitle {
        margin-bottom: 12px;
    }
    .guaranteeBanner-wrapper {
        border-radius: 20px;
        padding: 32px 32px 91px;
    }
    .guaranteeBanner-wrapper {
        background-image: url("../img/guarantee/banner-tablet.png");
        padding: 32px;
    }
    .guaranteeRoad-block {
        width: 100%;
    }
    .guaranteeRoad-banner {
        padding: 32px 32px 91px;
        background-image: url("../img/guarantee/back-tablet.png");
    }
    .guaranteeRoad-block:last-child {
        margin-top: 48px;
    }
    .guaranteeMain-block:nth-child(2) {
        margin-top: 51px;
    }
    .guaranteeMain-items {
        margin-top: 14px;
    }
    .guaranteeMain-wrapper {
        padding: 80px 20px 206px;
        background-image: url("../img/guarantee/main-tablet.png");
    }
}

@media (max-width: 740px) {
    .guaranteeSteps-item {
        width: 100%;
    }
    .guaranteeRoad-block:last-child {
        margin-top: 32px;
    }
    .guaranteeSteps-item__number {
        font-size: 16px;
        line-height: 140%;
    }
    .guaranteeSteps-item__text {
        font-size: 14px;
        line-height: 160%;
    }
    .guarantee-subtitle {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 140%;
    }
    .guaranteeComplect-block {
        width: 100%;
    }
    .guaranteeComplect-item {
        padding: 11px;
    }
    .guaranteeComplect-item__name {
        font-size: 14px;
        line-height: 160%;
    }
    .guaranteeComplect-item__days {
        height: 30px;
        padding: 0 7px;
        border-radius: 24px;
        font-size: 14px;
        line-height: 160%;
    }
    .guaranteeComplect-bottom {
        padding: 16px;
    }
    .guaranteeComplect-bottom__title {
        font-size: 28px;
        line-height: 120%;
    }
    .guaranteeComplect-bottom__subtitle {
        margin: 12px 0;
        font-size: 16px;
        line-height: 140%;
    }
    .guaranteeComplect-bottom__item {
        margin-top: 12px;
        font-size: 14px;
        line-height: 160%;
    }
    .guaranteeComplect-bottom__bold {
        font-size: 18px;
        line-height: 140%;
        margin-top: 24px;
    }
    .guaranteeBanner-wrapper {
        background-image: url("../img/guarantee/banner-mobile.png");
        padding: 20px 20px 59px;
    }
    .guaranteeBanner-title {
        font-size: 28px;
        line-height: 120%;
    }
    .guaranteeBanner-subtitle {
        font-size: 16px;
        line-height: 140%;
        width: 100%;
    }
    .guaranteeBanner .priceMain-btn,
    .guaranteeRoad-banner .priceMain-btn {
        width: auto;
        height: 48px;
        padding: 0 24px;
        display: inline-flex;
    }
    .guaranteeRoad-banner {
        padding: 24px 24px 96px;
        background-image: url("../img/guarantee/back-mobile.png");
    }
    .guaranteeRoad-banner__title {
        font-size: 28px;
        line-height: 120%;
    }
    .guaranteeRoad-banner__subtitle {
        font-size: 16px;
        line-height: 140%;
        margin: 16px 0 24px;
    }
    .guaranteeRoad-banner__text {
        margin: 0 0 16px;
        font-size: 18px;
        line-height: 140%;
    }
    .guaranteeRoad-item {
        padding: 16px;
        border-radius: 20px;
        margin-top: 16px;
    }
    .guaranteeRoad-item__text {
        font-size: 14px;
        line-height: 160%;
    }
    .guaranteeMain-title {
        font-size: 40px;
        line-height: 110%;
    }
    .guaranteeMain-wrapper {
        padding: 48px 20px 111px;
        border-radius: 24px;
    }
    .guaranteeMain-subtitle {
        font-size: 16px;
        line-height: 140%;
    }
    .guaranteeMain-items {
        display: block;
        text-align: center;
        margin-top: 36px;
    }
    .guaranteeMain-block {
        margin: 24px auto 0;
    }
    .guaranteeMain-block:first-child {
        margin-top: 0;
    }
    .guaranteeMain-block:nth-child(2) {
        margin-top: 24px;
    }
}

@media (max-width: 576px) {
    .guaranteeMain-wrapper {
        background-image: url("../img/guarantee/main-mobile.png");
    }
}
@media (max-width: 400px) {
    .guaranteeComplect-block.w50 .guaranteeComplect-item {
        position: relative;
        padding-left: 55px;
        display: block;
    }
    .guaranteeComplect-block.w50 .guaranteeComplect-item__name {
        margin-left: 0;
        margin-bottom: 4px;
        width: 100%;
    }
    .guaranteeComplect-block.w50 .guaranteeComplect-item::before {
        position: absolute;
        left: 11px;
        top: 50%;
        transform: translateY(-50%);
    }
}
