.b-examples-advert-new {
    z-index: 3;
}

.b-examples-advert-new--gr-blue {
    background: -webkit-linear-gradient(
            106.86deg,
            #e8f5ff -58.01%,
            #f3faff 11.24%,
            #f7fcff 119.86%
    );
    background: -o-linear-gradient(
            106.86deg,
            #e8f5ff -58.01%,
            #f3faff 11.24%,
            #f7fcff 119.86%
    );
    background: linear-gradient(
            343.14deg,
            #e8f5ff -58.01%,
            #f3faff 11.24%,
            #f7fcff 119.86%
    );
}

.b-examples-advert-new--gr-dark {
    background: -webkit-radial-gradient(
            73.52% -57.29% 1635.75px,
            #219fcf 0,
            #00305c 100%
    );
    background: -o-radial-gradient(
            73.52% -57.29% 1635.75px,
            #219fcf 0,
            #00305c 100%
    );
    background: radial-gradient(
            1635.75px at 73.52% -57.29%,
            #219fcf 0,
            #00305c 100%
    );
}

.b-examples-advert-new__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px 24px;
}

.b-examples-advert-new__container--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-examples-advert-new__container--center > :last-child {
    margin-bottom: 0;
}

.b-examples-advert-new__title {
    width: 100%;
}

.b-examples-advert-new__desc {
    font-family: Rubic, Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 40px;
}

.b-examples-advert-new__desc--center {
    text-align: center;
}

.b-examples-advert-new__desc--mb24 {
    margin-bottom: 24px;
}

.b-examples-advert-new__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.b-examples-advert-new__list--mb-16 {
    margin-bottom: 32px;
}

.b-examples-advert-new__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.b-examples-advert-new__list-item:last-child {
    margin-right: 0;
}

.b-examples-advert-new__list-item--v-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-examples-advert-new__list-item--col-1 {
    margin-bottom: 32px;
    width: 100%;
}

.b-examples-advert-new__list-item--col-1
.b-examples-advert-new__list-item-wrapper {
    padding: 0;
}

.b-examples-advert-new__list-item--col-1 .b-examples-advert-new__icon--circle {
    margin-right: 24px;
}

.b-examples-advert-new__list-item--col-2 {
    margin-bottom: 24px;
    width: calc((100% - 30px) / 2);
}

.b-examples-advert-new__list-item--col-3 {
    margin-bottom: 24px;
    width: calc((100% - 2 * 30px) / 3);
}

.b-examples-advert-new__list-item--col-4 {
    margin-bottom: 24px;
    width: calc((100% - 3 * 30px) / 4);
}

.b-examples-advert-new__list-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-examples-advert-new__list-item-desc {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    max-width: 100%;
}

.b-examples-advert-new__list-item-desc--white {
    color: #fff;
}

.b-examples-advert-new__list-item-desc--orange {
    color: #f60;
}

.b-examples-advert-new__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-examples-advert-new__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-examples-advert-new__icon svg {
    font-size: 32px;
    fill: #0092D8;
}

.b-examples-advert-new__icon--orange {
    background: #ff9800;
    border: 2px solid #ff9800;
}

.b-examples-advert-new__icon--circle {
    border-radius: 50%;
    margin-right: 30px;
}

.b-examples-advert-new__icon--shadow-dark {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.b-examples-advert-new__icon--shadow-blue {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 185, 255, 0.22);
    box-shadow: 0 6px 14px 0 rgba(0, 185, 255, 0.22);
}

.b-examples-advert-new__icon--shadow-orange {
    -webkit-box-shadow: 0 6px 12px rgba(255, 102, 0, 0.12);
    box-shadow: 0 6px 12px rgba(255, 102, 0, 0.12);
}

.sp-examples-advert-new-default-choise_chat,
.sp-examples-advert-new-default-choise_home-bank {
    width: 1em;
    height: 1em;
}

.sp-examples-advert-new-default-choise_pull {
    width: 1.07em;
    height: 1em;
}

.sp-examples-advert-new-default-choise_shield {
    width: 0.81em;
    height: 1em;
}

@media only screen and (max-width: 1199px) {
    .b-examples-advert-new--gr-dark {
        background: -webkit-radial-gradient(
                73.52% -57.29% 1213.6px,
                #219fcf 0,
                #00305c 100%
        );
        background: -o-radial-gradient(
                73.52% -57.29% 1213.6px,
                #219fcf 0,
                #00305c 100%
        );
        background: radial-gradient(
                1213.6px at 73.52% -57.29%,
                #219fcf 0,
                #00305c 100%
        );
    }

    .b-examples-advert-new__container {
        padding: 42px 24px 24px;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__desc {
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-examples-advert-new__list-item--col-1 {
        margin-bottom: 32px;
    }

    .b-examples-advert-new__list-item--col-1
    .b-examples-advert-new__icon--circle {
        margin-right: 24px;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-bottom: 24px;
        width: calc((100% - 20px) / 2);
    }

    .b-examples-advert-new__list-item--col-3 {
        margin-bottom: 24px;
        width: calc((100% - 2 * 20px) / 3);
    }

    .b-examples-advert-new__list-item--col-4 {
        margin-bottom: 24px;
        width: calc((100% - 30px) / 2);
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0 12px 0 0;
    }

    .b-examples-advert-new__list-item-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .b-examples-advert-new__icon--circle {
        width: 70px;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-examples-advert-new--gr-dark {
        background: -webkit-radial-gradient(
                73.52% -57.29% 1034.2px,
                #219fcf 0,
                #00305c 100%
        );
        background: -o-radial-gradient(
                73.52% -57.29% 1034.2px,
                #219fcf 0,
                #00305c 100%
        );
        background: radial-gradient(
                1034.2px at 73.52% -57.29%,
                #219fcf 0,
                #00305c 100%
        );
    }

    .b-examples-advert-new__container {
        padding: 40px 24px 16px;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__desc {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list--mb-16 {
        margin-bottom: 16px;
    }

    .b-examples-advert-new__list-item--col-1 {
        margin-bottom: 32px;
    }

    .b-examples-advert-new__list-item--col-1
    .b-examples-advert-new__icon--circle {
        margin-right: 24px;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-bottom: 24px;
        width: calc((100% - 20px) / 2);
    }

    .b-examples-advert-new__list-item--col-3 {
        margin-bottom: 24px;
        width: calc((100% - 2 * 20px) / 3);
    }

    .b-examples-advert-new__list-item--col-4 {
        margin-bottom: 24px;
        width: calc((100% - 28px) / 2);
    }

    .b-examples-advert-new__list-item-desc {
        font-size: 15px;
        line-height: 19px;
    }

    .b-examples-advert-new__icon--circle {
        height: 56px;
        margin-right: 16px;
        width: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .b-examples-advert-new--gr-blue {
        background: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(100%, #f3faff),
                color-stop(50.8%, #f3faff)
        );
        background: -webkit-linear-gradient(top, #f3faff 100%, #f3faff 50.8%);
        background: -o-linear-gradient(top, #f3faff 100%, #f3faff 50.8%);
        background: linear-gradient(180deg, #f3faff 100%, #f3faff 50.8%);
    }

    .b-examples-advert-new--gr-dark {
        background: -webkit-radial-gradient(
                73.52% -57.29% 1575.87px,
                #219fcf 0,
                #00305c 100%
        );
        background: -o-radial-gradient(
                73.52% -57.29% 1575.87px,
                #219fcf 0,
                #00305c 100%
        );
        background: radial-gradient(
                1575.87px at 73.52% -57.29%,
                #219fcf 0,
                #00305c 100%
        );
    }

    .b-examples-advert-new__container {
        padding: 32px 16px;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__desc {
        margin-bottom: 24px;
    }

    .b-examples-advert-new__desc {
        font-size: 14px;
        line-height: 17px;
    }

    .b-examples-advert-new__list--mb-16 {
        margin-bottom: 0;
    }

    .b-examples-advert-new__list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-examples-advert-new__list-item:last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__list-item--v-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b-examples-advert-new__list-item--col-1 {
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list-item--col-1
    .b-examples-advert-new__icon--circle {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .b-examples-advert-new__list-item--col-2,
    .b-examples-advert-new__list-item--col-3,
    .b-examples-advert-new__list-item--col-4 {
        margin-bottom: 16px;
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0;
    }

    .b-examples-advert-new__list-item-desc {
        font-size: 14px;
        line-height: 17px;
    }

    .b-examples-advert-new__icon--circle {
        height: 60px;
        width: 60px;
    }
}
