.guarantees {
    padding: 69px 0 0;
}
.guarantees__promo {
    margin: 76px 0 120px;
    padding: 72px 58px 71px;
    background: url(../img/guarantees/sheild.svg),
    linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    background-position: left bottom, center;
    background-repeat: no-repeat;
    border-radius: 40px;
    border: 1px solid #2b3547;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.guarantees__law {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 24px;
    padding: 42px 48px 48px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.guarantees__contacts a,
.guarantees__law-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
}
.guarantees__img-wrap {
    max-width: 324px;
}
.guarantees__img--mob {
    display: none;
}
.guarantees__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.guarantees__box-title {
    color: #1e242e;
    max-width: 272px;
    line-height: 134%;
}
.guarantees__content {
    display: flex;
    justify-content: space-between;
    width: 1192px;
    max-width: 1192px;
}
.guarantees__content-text {
    max-width: 376px;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #1e242e;
    margin-top: 15px;
}
.guarantees__custom-space--mob {
    display: none;
}
.guarantees__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 201px;
    margin-top: 11px;
}
.guarantees__contacts a {
    color: #000;
    transition: 0.3s ease-in-out;
}
.guarantees__texts {
    margin-top: 15px;
    width: 648px;
    max-width: 648px;
}
.guarantees__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 12px;
}
.guarantees__text span {
    font-weight: 600;
}
.guarantees__text:last-of-type {
    margin-bottom: 0;
}
.guarantees__text--padding {
    position: relative;
    padding-left: 16px;
}
.guarantees-faqs__inner-item-text--list::before,
.guarantees__text--padding::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a9ff35;
}
.guarantees .line {
    margin: 43px 0 57px;
}
@media (max-width: 1600px) {
    .guarantees__content {
        width: 1160px;
        max-width: 1160px;
    }
    .guarantees__box {
        gap: 135px;
    }
    .guarantees__box--top {
        gap: 245px;
    }
}
@media (max-width: 1430px) {
    .guarantees__promo {
        padding: 48px 0 0;
        margin: 60px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .guarantees__law {
        width: 100%;
        border-top: 2px solid #fff;
        border-radius: 0;
        margin-top: 48px;
    }
    .guarantees__custom-space {
        display: none;
    }
    .guarantees__box {
        gap: 80px;
    }
    .guarantees__box--top {
        gap: 190px;
    }
    .guarantees__texts {
        width: 570px;
        max-width: 570px;
    }
}
@media (max-width: 1320px) {
    .guarantees__box {
        gap: 24px;
        flex-direction: column;
    }
    .guarantees__box--top {
        gap: 24px;
    }
    .guarantees__box-title {
        max-width: 330px;
    }
    .guarantees__contacts {
        width: 376px;
        max-width: 376px;
        gap: 12px;
        flex-shrink: 0;
        margin-top: 0;
    }
    .guarantees__content,
    .guarantees__texts {
        max-width: 100%;
        margin-top: 0;
        width: 100%;
    }
    .guarantees__content-text {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .guarantees__content {
        flex-direction: column;
        gap: 16px;
    }
    .guarantees__content-text {
        max-width: 100%;
    }
    .guarantees__contacts {
        width: 100%;
        max-width: 100%;
        flex-direction: initial;
        gap: 16px;
        flex-wrap: wrap;
    }
    .guarantees__contacts a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
@media (max-width: 760px) {
    .guarantees {
        padding: 32px 0 0;
    }
    .guarantees__promo {
        margin: 44px 0 56px;
        padding: 20px 0 0;
        border-radius: 16px;
        background-position: left 60%, center;
        background-size: 30%, cover;
    }
    .guarantees__law {
        padding: 40px 32px 38px;
    }
    .guarantees__law-text {
        font-size: 18px;
    }
    .guarantees__img {
        display: none;
    }
    .guarantees__custom-space--mob,
    .guarantees__img--mob {
        display: block;
    }
    .guarantees__box {
        gap: 16px;
    }
    .guarantees__box-title {
        font-size: 20px;
        line-height: 120%;
    }
    .guarantees__contacts {
        -moz-column-gap: 43px;
        column-gap: 43px;
        row-gap: 16px;
    }
    .guarantees__contacts a {
        font-weight: 500;
        font-size: 16px;
    }
    .guarantees__content-text {
        font-size: 14px;
    }
    .guarantees__text {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
@media (max-width: 450px) {
    .guarantees__promo {
        background-position: left 50%, center;
        background-size: 55%, cover;
    }
}
.guarantees-info {
    max-width: 472px;
    margin: 0 72px 0 26px;
}
.guarantees-info__title {
    margin-bottom: 22px;
}
.guarantees-info__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    max-width: 432px;
}
.guarantees-info__subtitle span {
    margin-top: 12px;
    display: block;
}
@media (max-width: 1600px) {
    .guarantees-info {
        margin: 0 26px;
    }
}
@media (max-width: 1430px) {
    .guarantees-info {
        max-width: 750px;
        margin-right: 0;
    }
    .guarantees-info__subtitle {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .guarantees-info {
        max-width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 0 32px;
    }
}
@media (max-width: 760px) {
    .guarantees-info {
        margin-top: -7px;
    }
    .guarantees-info__title {
        font-size: 20px;
        line-height: 125%;
    }
    .guarantees-info__subtitle {
        font-size: 14px;
    }
    .guarantees-info__subtitle br {
        display: none;
    }
}
@media (max-width: 450px) {
    .guarantees-info__subtitle br {
        display: block;
    }
}
.guarantees-faqs {
    margin-top: 106px;
    padding: 123px 0 0;
    background: #1e242e;
}
.guarantees-faqs__title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.guarantees-faqs__block {
    display: flex;
    gap: 32px;
}
.b-404__text br,
.guarantees-faqs__accordions {
    display: none;
}
.guarantees-faqs__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.guarantees-faqs__inner-item {
    border: 1px solid #2b3547;
    border-radius: 24px;
    color: #fff;
    padding: 48px 64px;
    max-width: 784px;
}
.guarantees-faqs__inner-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 24px;
}
.guarantees-faqs__inner-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 11px;
}
.guarantees-faqs__inner-item-text:last-of-type {
    margin-bottom: 0;
}
.guarantees-faqs__inner-item-text--list {
    position: relative;
    padding-left: 16px;
}
@media (max-width: 1430px) {
    .guarantees-faqs {
        margin-top: 60px;
        padding: 60px 0 0;
    }
}
@media (max-width: 1320px) {
    .guarantees-faqs__block,
    .guarantees-faqs__inner {
        gap: 24px;
    }
    .guarantees-faqs__inner-item {
        padding: 32px;
    }
}
@media (max-width: 1010px) {
    .guarantees-faqs__inner {
        display: none;
    }
    .guarantees-faqs__accordions {
        display: flex;
        flex-direction: column;
        color: #fff;
        gap: 8px;
        width: 100%;
    }
    .guarantees-faqs__accordion {
        padding: 24px;
        border: 1px solid #2b3547;
        border-radius: 16px;
        overflow: hidden;
    }
    .guarantees-faqs__accordion.active .guarantees-faqs__accordion-title img {
        transform: rotate(135deg);
    }
    .guarantees-faqs__accordion.active .guarantees-faqs__accordion-texts {
        margin-top: 12px !important;
        opacity: 1;
    }
    .guarantees-faqs__accordion-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 125%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1e242e;
        position: relative;
    }
    .guarantees-faqs__accordion-title::before {
        content: "";
        position: absolute;
        top: -180%;
        left: 0;
        height: 300%;
        width: 100%;
        background: #1e242e;
        z-index: 1;
    }
    .guarantees-faqs__accordion-title span {
        z-index: 2;
    }
    .guarantees-faqs__accordion-title img {
        z-index: 2;
        transition: 0.3s ease-in-out;
    }
    .guarantees-faqs__accordion-texts {
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    .guarantees-faqs__accordion-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
    }
    .guarantees-faqs__accordion-text--list {
        position: relative;
        padding-left: 16px;
    }
    .guarantees-faqs__accordion-text--list::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #a9ff35;
    }
}