.cw2-guarantees {
    color: #fff;
    line-height: 1.2;
}

.cw2-guarantees > .container {
    display: flex;
    max-width: 1300px !important;
}

.cw2-guarantees .text {
    flex: 1;
    padding: 47px 0 20px 103px;
}

.cw2-guarantees .text .title {
    margin-bottom: 37px;
    font-size: 40px;
    line-height: 1.1;
    color: #fdc743;
    font-weight: bold;
}

.cw2-guarantees .text .description {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1.1667;
}

.cw2-guarantees .text .benefits-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

.cw2-guarantees .text ul.benefits {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.1667;
}

.cw2-guarantees .text ul.benefits li {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
    padding-right: 20px;
}

.cw2-guarantees .text ul.benefits .icon {
    position: relative;
    top: -2px;
    flex: 0 0 34px;
    margin: 0 16px 0 0;
    color: #fdc743;
    z-index: 1;
}

.cw2-guarantees .image-button {
    position: relative;
    top: -36px;
    flex: 0 0 500px;
    max-width: 500px;
    z-index: 1;
}

.cw2-guarantees .image-button .buttons-wrapper {
    position: relative;
    top: -28px;
    text-align: center;
    z-index: 1;
}

.cw2-guarantees .image-button .button .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 328px;
    min-height: 77px;
    font-size: 22px;
}

.cw2-guarantees .image-button .guarantee-button {
    margin-top: 10px;
    color: #fdc743;
}

.cw2-guarantees.mode-cw3 {
    overflow: hidden;
}

.cw2-guarantees.mode-cw3 > .container {
    max-width: 1310px !important;
}

.cw2-guarantees.mode-cw3 .text {
    padding-left: 0;
}

.cw2-guarantees.mode-cw3 .image-button {
    right: -70px;
}

@media screen and (max-width: 1299px) {
    .cw2-guarantees .text {
        padding-left: 0;
    }

    .cw2-guarantees .image-button {
        flex-basis: 400px;
        max-width: 400px;
    }

    .cw2-guarantees.mode-cw3 .image-button {
        right: unset;
    }
}

@media screen and (max-width: 991px) {
    .cw2-guarantees > .container {
        display: block;
    }

    .cw2-guarantees .image-button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 575px) {
    .cw2-guarantees .text ul.benefits li {
        flex-basis:100%;
        max-width:100%;
    }
}
