.guarantees_sect {
    background-color: #F3F7FE;
    margin: 0 calc(50% - 50vw);
    background-size: 53.875em auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2.5em 0;
}
.guarantees_sect .items {
    flex-wrap: wrap;
    margin: 0;
    display: block;
}
.guarantees_sect .item {
    line-height: 1.5;
    width: auto;
    flex-direction: row;
    align-items: center;
    display: block;
    margin: 0 0 2.5em;
}
.guarantees_sect .item:nth-child(even) {
    flex-direction: row-reverse;
}
.guarantees_sect .item:last-child {
    margin-bottom: 0;
}
.guarantees_sect .item_image_wrap {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
}
.guarantees_sect .item_image {
    display: block;
    max-width: 100%;
    top: 50%;
    left: 50%;
    filter: drop-shadow(0 0.375em 0.625em rgba(0, 0, 0, 0.05));
    position: static;
    margin: 0;
    max-height: none;
    transform: none;
}
.guarantees_sect .item_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    margin: 0 0 2em;
    width: 100%;
}
.guarantees_sect .item_title {
    font-weight: 500;
    margin: 0 0 0.5em;
    font-size: 1.125em;
}
.guarantees_sect .item_description {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.35;
}
.guarantees_sect .get_offer_form {
    border-radius: 1.125em;
    background-color: #FFFFFF;
    max-width: 33em;
    box-sizing: border-box;
    margin: 2.25em 0 0;
    padding: 2em 2.25em;
}
.guarantees_sect .get_offer_form_title {
    font-size: 1.125em;
    text-align: center;
}
.guarantees_sect .get_offer_form_fields {
    display: block;
}
.guarantees_sect .get_offer_form_fields .text_input {
    width: 100%;
    margin: 0 0 0.625em;
}
.guarantees_sect .get_offer_form_fields .butt {
    margin: 0;
    width: 100%;
}