.b-examples-advert-new__container > :last-child {
    margin-bottom: 0;
}

.b-examples-advert-new {
    z-index: 3;
}

.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__title {
    width: 100%;
}

.b-examples-advert-new__desc {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
    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,
.b-examples-advert-new__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-examples-advert-new__list {
    padding: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 32px;
}

.b-examples-advert-new__list-item {
    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-4 {
    margin-right: 30px;
    width: calc((100% - 30px * 3) / 4);
}

.b-examples-advert-new__list-item--col-2:nth-of-type(2n),
.b-examples-advert-new__list-item--col-3:nth-of-type(3n),
.b-examples-advert-new__list-item--col-4:nth-of-type(4n) {
    margin-right: 0;
}

.b-examples-advert-new__list-item--col-2 {
    margin-right: 30px;
    width: calc((100% - 30px * (2 - 1)) / 2);
}

.b-examples-advert-new__list-item--col-3 {
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
}

.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.b-examples-advert-new__list-item-desc,
.b-examples-advert-new__list-item-title {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.b-examples-advert-new__list-item-desc {
    font-weight: 300;
    max-width: 100%;
}

.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;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.b-examples-advert-new__icon svg {
    font-size: 32px;
}

.b-examples-advert-new__icon--svg-blue svg {
    fill: #00b9ff;
}

.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--circle {
    border-radius: 50%;
}

.sp-examples-advert-new-default-sponsor_books {
    width: 1em;
    height: 1em;
    fill: #42c461;
    stroke: initial;
}

.sp-examples-advert-new-default-sponsor_house {
    width: 1em;
    height: 1em;
    fill: #00c6c3;
    stroke: initial;
}

.sp-examples-advert-new-default-sponsor_question {
    width: 0.56em;
    height: 1em;
    fill: #ff9800;
    stroke: initial;
}

@media only screen and (max-width: 1199px) {
    .b-examples-advert-new__container > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__container {
        padding: 42px 24px 24px;
    }

    .b-examples-advert-new__desc {
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list-item--col-4 {
        margin-right: 24px;
        width: calc((100% - 24px * 2) / 3);
    }

    .b-examples-advert-new__list-item--col-4:nth-of-type(4n) {
        margin-right: 24px;
    }

    .b-examples-advert-new__list-item--col-4:nth-of-type(3n) {
        margin-right: 0;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-right: 24px;
        width: calc((100% - 24px * (2 - 1)) / 2);
    }

    .b-examples-advert-new__list-item--col-3 {
        margin-right: 24px;
        width: calc((100% - 24px * (3 - 1)) / 3);
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0 12px 0 0;
    }

    .b-examples-advert-new__list-item-desc,
    .b-examples-advert-new__list-item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .b-examples-advert-new__icon {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-examples-advert-new__container > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__container {
        padding: 40px 24px 16px;
    }

    .b-examples-advert-new__desc {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list {
        margin-bottom: 16px;
    }

    .b-examples-advert-new__list-item--col-4 {
        margin-right: 16px;
        width: calc((100% - 16px * 1) / 2);
    }

    .b-examples-advert-new__list-item--col-4:nth-of-type(3n),
    .b-examples-advert-new__list-item--col-4:nth-of-type(4n) {
        margin-right: 16px;
    }

    .b-examples-advert-new__list-item--col-4:nth-of-type(2n) {
        margin-right: 0;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-right: 16px;
        width: calc((100% - 16px * (2 - 1 - 1)) / (2 - 1));
    }

    .b-examples-advert-new__list-item--col-2:nth-of-type(2n) {
        margin-right: 16px;
        border: 0;
    }

    .b-examples-advert-new__list-item--col-2:nth-of-type(n) {
        margin-right: 0;
    }

    .b-examples-advert-new__list-item--col-3 {
        margin-right: 16px;
        width: calc((100% - 16px * (3 - 1 - 1)) / (3 - 1));
    }

    .b-examples-advert-new__list-item--col-3:nth-of-type(3n) {
        margin-right: 16px;
        border: 0;
    }

    .b-examples-advert-new__list-item--col-3:nth-of-type(2n) {
        margin-right: 0;
    }

    .b-examples-advert-new__list-item-desc,
    .b-examples-advert-new__list-item-title {
        font-size: 15px;
        line-height: 19px;
    }

    .b-examples-advert-new__icon {
        margin-right: 16px;
    }

    .b-examples-advert-new__icon--circle {
        height: 56px;
        width: 56px;
    }
}

@media only screen and (max-width: 767px) {
    .b-examples-advert-new__container > :last-child,
    .b-examples-advert-new__list-item:last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__container {
        padding: 32px 16px;
    }

    .b-examples-advert-new__desc {
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .b-examples-advert-new__list-item {
        width: 100%;
        margin-bottom: 16px;
        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-2,
    .b-examples-advert-new__list-item--col-3 {
        width: 100%;
        margin-right: 0;
    }

    .b-examples-advert-new__list-item--col-2:nth-of-type(2n),
    .b-examples-advert-new__list-item--col-3:nth-of-type(3n) {
        margin-right: 0;
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0;
    }

    .b-examples-advert-new__list-item-desc,
    .b-examples-advert-new__list-item-title {
        font-size: 14px;
        line-height: 17px;
    }

    .b-examples-advert-new__icon--circle {
        height: 60px;
        width: 60px;
    }
}
