.b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-desc br:nth-child(2) {
    display: none
}

.b-examples-advert-new__icon img {
    width: 40px;
    height: 40px
}

.b-examples-advert-new__source .b-source__paragraph--attention:before {
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(/local/templates/webcom_2018/images/content-blocks/examples-advert-new/default/attention.svg) no-repeat center/contain;
    width: 26px;
    height: 26px;
    margin-right: 16px
}

.b-examples-advert-new__list.js-carousel.owl-carousel .owl-dots .owl-dot.active {
    background: #00b9ff
}

.b-examples-advert-new {
    z-index: 3
}

.b-examples-advert-new--opacity {
    background: rgba(8, 20, 29, .15)
}

.b-examples-advert-new--br-top {
    border-top: 2px solid #d0f1fc
}

.b-examples-advert-new--br-bottom {
    border-bottom: 2px solid #d0f1fc
}

.b-examples-advert-new--light-blue {
    background: #e8f5ff
}

.b-examples-advert-new--gr-light-blue {
    background: -webkit-linear-gradient(101.15deg, #d9efff 12.08%, #f7fcff 60.12%), #fff;
    background: -o-linear-gradient(101.15deg, #d9efff 12.08%, #f7fcff 60.12%), #fff;
    background: linear-gradient(348.85deg, #d9efff 12.08%, #f7fcff 60.12%), #fff
}

.b-examples-advert-new--gr-dark-blue {
    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--arrow-after {
    position: relative
}

.b-examples-advert-new--arrow-after:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -78px;
    width: 100%;
    height: 80px;
    background: url(/local/templates/webcom_2018/images/content-blocks/examples-advert-new/default/arrow.svg) no-repeat center top/cover;
    overflow: hidden;
    z-index: 2
}

.b-examples-advert-new__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px 24px
}

.b-examples-advert-new__container > :last-child {
    margin-bottom: 0
}

.b-examples-advert-new__container--normal {
    padding-top: 40px;
    padding-bottom: 40px
}

.b-examples-advert-new__container--max-padd-bot {
    padding-bottom: 56px
}

.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--thin {
    padding-top: 20px;
    padding-bottom: 20px
}

.b-examples-advert-new__title {
    width: 100%
}

.b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-title,
.b-examples-advert-new__title--bold {
    font-weight: 700
}

.b-examples-advert-new__title--accent {
    color: #ff9800
}

.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 {
    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.js-carousel.owl-carousel .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 0
}

.b-examples-advert-new__list.js-carousel.owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c4c4c4;
    margin: 0 4px
}

.b-examples-advert-new__list,
.b-examples-advert-new__list.js-carousel.owl-carousel .owl-dots,
.b-examples-advert-new__list.js-carousel.owl-carousel .owl-item,
.b-examples-advert-new__list.js-carousel.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.b-examples-advert-new__list.js-carousel.owl-carousel .owl-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px
}

.b-examples-advert-new__list.js-carousel.owl-carousel .owl-item:last-child {
    margin-right: 0 !important
}

.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--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-examples-advert-new__list-item--opacity {
    margin-right: 24px;
    margin-bottom: 0;
    width: calc((100% - 3 * 24px) / 4)
}

.b-examples-advert-new__list-item--opacity .b-examples-advert-new__list-item-wrapper {
    padding: 0
}

.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;
    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
}

.b-examples-advert-new__list-item-title {
    letter-spacing: -.02em;
    font-weight: 700
}

.b-examples-advert-new__list-item-desc {
    font-weight: 300;
    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__list-item-desc--accent {
    font-weight: 500
}

.b-examples-advert-new__icon,
.b-examples-advert-new__list-item-link {
    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__list-item-link:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0dbfff;
    margin: 0 4px 0 0
}

.b-examples-advert-new__list-item-link:hover {
    cursor: pointer
}

.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--new-year {
    width: 64px;
    height: 64px;
    min-height: 64px;
    margin-right: 16px
}

.b-examples-advert-new__icon--new-year svg {
    font-size: 64px
}

.b-examples-advert-new__icon--bg-white {
    background: #fff
}

.b-examples-advert-new__icon--bg-orange {
    background: #ff9800
}

.b-examples-advert-new__icon--bg-green {
    background: #42c461
}

.b-examples-advert-new__icon--bg-blue {
    background: #00b9ff
}

.b-examples-advert-new__icon--bg-briz {
    background: #00c6c3
}

.b-examples-advert-new__icon--svg-orange svg {
    fill: #ff9800
}

.b-examples-advert-new__icon--svg-blue svg {
    fill: #00b9ff
}

.b-examples-advert-new__icon--svg-green svg {
    fill: #42c461
}

.b-examples-advert-new__icon--svg-briz svg {
    fill: #00c6c3
}

.b-examples-advert-new__icon--svg-red {
    fill: #e2291c
}

.b-examples-advert-new__icon--shadow-dark {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .12)
}

.b-examples-advert-new__icon--shadow-gray {
    -webkit-box-shadow: 0 6px 14px 0 rgba(113, 124, 130, .22);
    box-shadow: 0 6px 14px 0 rgba(113, 124, 130, .22)
}

.b-examples-advert-new__icon--shadow-green {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 198, 195, .22);
    box-shadow: 0 6px 14px 0 rgba(0, 198, 195, .22)
}

.b-examples-advert-new__icon--shadow-blue {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 185, 255, .22);
    box-shadow: 0 6px 14px 0 rgba(0, 185, 255, .22)
}

.b-examples-advert-new__icon--shadow-light-blue {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 147, 194, .12);
    box-shadow: 0 6px 14px 0 rgba(0, 147, 194, .12)
}

.b-examples-advert-new__icon--shadow-orange {
    -webkit-box-shadow: 0 6px 12px rgba(255, 102, 0, .12);
    box-shadow: 0 6px 12px rgba(255, 102, 0, .12)
}

.b-examples-advert-new__icon--shadow-red {
    -webkit-box-shadow: 0 6px 12px rgba(226, 41, 28, .12);
    box-shadow: 0 6px 12px rgba(226, 41, 28, .12)
}

.b-examples-advert-new__icon--rectangle {
    min-height: 88px
}

.b-examples-advert-new__icon--square {
    border-radius: 8px
}

.b-examples-advert-new__icon--circle {
    border-radius: 50%
}

.b-examples-advert-new__source--opacity {
    background: rgba(28, 28, 28, .2)
}

.b-examples-advert-new__source .b-source__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px
}

.b-examples-advert-new__source .b-source__container > :last-child {
    margin-bottom: 0
}

.b-examples-advert-new__source .b-source__container--thin {
    padding-top: 20px;
    padding-bottom: 20px
}

.b-examples-advert-new__source .b-source__paragraph {
    font-family: 'Roboto', 'Open Sans', 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: #8a979f
}

.b-examples-advert-new__source .b-source__paragraph--center {
    text-align: center
}

.b-examples-advert-new__source .b-source__paragraph--white {
    color: #fff
}

.b-examples-advert-new__source .b-source__paragraph--dark {
    color: #1c1c1c
}

.b-examples-advert-new__source .b-source__paragraph--accent {
    color: #ff9800
}

.b-examples-advert-new__source .b-source__paragraph--attention {
    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
}

.sp-examples-advert-new-default-advantages_e-condition {
    width: 1.19em;
    height: 1em
}

.sp-examples-advert-new-default-advantages_e-diamond {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-advantages_e-eye {
    width: 1.45em;
    height: 1em
}

.sp-examples-advert-new-default-advantages_e-human,
.sp-examples-advert-new-default-advantages_e-monitor {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-advantages_e-tools {
    width: .84em;
    height: 1em
}

.sp-examples-advert-new-default-advantages_monitor,
.sp-examples-advert-new-default-cafe_adaptive,
.sp-examples-advert-new-default-cafe_calling {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-cafe_diamant {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-cafe_gift {
    width: 1.06em;
    height: 1em
}

.sp-examples-advert-new-default-cafe_images {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-cafe_like,
.sp-examples-advert-new-default-cafe_packet-youtube,
.sp-examples-advert-new-default-case_diamond-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-case_horn-dark {
    width: 1.11em;
    height: 1em
}

.sp-examples-advert-new-default-case_management-orange {
    width: .75em;
    height: 1em
}

.sp-examples-advert-new-default-case_networking-orange {
    width: 1.05em;
    height: 1em
}

.sp-examples-advert-new-default-case_pig-dark,
.sp-examples-advert-new-default-case_profit-dark,
.sp-examples-advert-new-default-case_spacex-dark,
.sp-examples-advert-new-default-case_worldwide-orange,
.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: .81em;
    height: 1em
}

.sp-examples-advert-new-default-garant_book-blue {
    width: .82em;
    height: 1em
}

.sp-examples-advert-new-default-garant_book-orange {
    width: 1.23em;
    height: 1em
}

.sp-examples-advert-new-default-garant_branchs-orange,
.sp-examples-advert-new-default-garant_chat-blue,
.sp-examples-advert-new-default-garant_download-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_edit-blue {
    width: 1.03em;
    height: 1em
}

.sp-examples-advert-new-default-garant_handshake-blue {
    width: .97em;
    height: 1em
}

.sp-examples-advert-new-default-garant_hired-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_information-service-blue {
    width: .75em;
    height: 1em
}

.sp-examples-advert-new-default-garant_like-green {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_list-blue {
    width: .94em;
    height: 1em
}

.sp-examples-advert-new-default-garant_loop-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_man-green {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-garant_marketing-blue {
    width: 1.19em;
    height: 1em
}

.sp-examples-advert-new-default-garant_mobile-store-blue {
    width: .75em;
    height: 1em
}

.sp-examples-advert-new-default-garant_monitor-blue {
    width: 1.21em;
    height: 1em
}

.sp-examples-advert-new-default-garant_object-orange,
.sp-examples-advert-new-default-garant_online-payment-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_online-shopping-blue {
    width: 1.19em;
    height: 1em
}

.sp-examples-advert-new-default-garant_plan-green {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-garant_profiles-blue {
    width: .88em;
    height: 1em
}

.sp-examples-advert-new-default-garant_rocket-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_store-blue {
    width: .69em;
    height: 1em
}

.sp-examples-advert-new-default-garant_tag-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_tele-blue {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-garant_wishlist-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-garant_world-wide-blue {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_404-blue {
    width: 1.07em;
    height: 1em
}

.sp-examples-advert-new-default-icons_add-file,
.sp-examples-advert-new-default-icons_agenda-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_alarm {
    width: .94em;
    height: 1em
}

.sp-examples-advert-new-default-icons_analytics {
    width: 1.28em;
    height: 1em
}

.sp-examples-advert-new-default-icons_approved {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_bag-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_barcode {
    width: 1.33em;
    height: 1em
}

.sp-examples-advert-new-default-icons_basket-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_blocked {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-icons_blocks {
    width: 1.03em;
    height: 1em
}

.sp-examples-advert-new-default-icons_bookmarks {
    width: .75em;
    height: 1em
}

.sp-examples-advert-new-default-icons_briefcase {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_browser-orange {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_brush-blue,
.sp-examples-advert-new-default-icons_calendar,
.sp-examples-advert-new-default-icons_calendar-orange,
.sp-examples-advert-new-default-icons_case {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_check-list-orange {
    width: .76em;
    height: 1em
}

.sp-examples-advert-new-default-icons_check {
    width: 1.07em;
    height: 1em
}

.sp-examples-advert-new-default-icons_checklist {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_cmd-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_code {
    width: 1.07em;
    height: 1em
}

.sp-examples-advert-new-default-icons_coding,
.sp-examples-advert-new-default-icons_coding-orange,
.sp-examples-advert-new-default-icons_compas-green,
.sp-examples-advert-new-default-icons_coob,
.sp-examples-advert-new-default-icons_coub-orange,
.sp-examples-advert-new-default-icons_coupon,
.sp-examples-advert-new-default-icons_crown-green,
.sp-examples-advert-new-default-icons_cup,
.sp-examples-advert-new-default-icons_diagram-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_doc-orange {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_doc-time-blue {
    width: .94em;
    height: 1em
}

.sp-examples-advert-new-default-icons_dollar-blue,
.sp-examples-advert-new-default-icons_edit {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_eye-orange {
    width: 1.89em;
    height: 1em
}

.sp-examples-advert-new-default-icons_eye,
.sp-examples-advert-new-default-icons_favorite-orange,
.sp-examples-advert-new-default-icons_file-edit-blue,
.sp-examples-advert-new-default-icons_finance,
.sp-examples-advert-new-default-icons_good {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_google-color {
    width: .97em;
    height: 1em
}

.sp-examples-advert-new-default-icons_google {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_gprs-orange {
    width: .69em;
    height: 1em
}

.sp-examples-advert-new-default-icons_graph,
.sp-examples-advert-new-default-icons_hired,
.sp-examples-advert-new-default-icons_hiring,
.sp-examples-advert-new-default-icons_house {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_human-resources {
    width: .88em;
    height: 1em
}

.sp-examples-advert-new-default-icons_idea {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_img {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_interface-design {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-icons_interface {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_layer-blue {
    width: .93em;
    height: 1em
}

.sp-examples-advert-new-default-icons_layout-blue,
.sp-examples-advert-new-default-icons_like,
.sp-examples-advert-new-default-icons_list-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_list {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-icons_mobile-click {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_mobile-orange {
    width: .56em;
    height: 1em
}

.sp-examples-advert-new-default-icons_molecule-blue,
.sp-examples-advert-new-default-icons_money,
.sp-examples-advert-new-default-icons_money-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_monitor-catr {
    width: 1.06em;
    height: 1em
}

.sp-examples-advert-new-default-icons_monitor,
.sp-examples-advert-new-default-icons_monitoring-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_music-blue {
    width: .88em;
    height: 1em
}

.sp-examples-advert-new-default-icons_note-analysis {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_notebook-blue {
    width: 1.33em;
    height: 1em
}

.sp-examples-advert-new-default-icons_notes-orange {
    width: .84em;
    height: 1em
}

.sp-examples-advert-new-default-icons_paper-blue,
.sp-examples-advert-new-default-icons_people {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_pic-green {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_picture,
.sp-examples-advert-new-default-icons_place {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_portret {
    width: .75em;
    height: 1em
}

.sp-examples-advert-new-default-icons_price-tag {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_progress {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_purch {
    width: .94em;
    height: 1em
}

.sp-examples-advert-new-default-icons_purchases {
    width: .92em;
    height: 1em
}

.sp-examples-advert-new-default-icons_purse {
    width: 1.23em;
    height: 1em
}

.sp-examples-advert-new-default-icons_scheme-orange,
.sp-examples-advert-new-default-icons_search,
.sp-examples-advert-new-default-icons_search-blue,
.sp-examples-advert-new-default-icons_search-orange,
.sp-examples-advert-new-default-icons_settings-blue,
.sp-examples-advert-new-default-icons_settung,
.sp-examples-advert-new-default-icons_setup,
.sp-examples-advert-new-default-icons_shop {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_shopping-cart {
    width: 1.29em;
    height: 1em
}

.sp-examples-advert-new-default-icons_smart-add {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_star-blue {
    width: 1.07em;
    height: 1em
}

.sp-examples-advert-new-default-icons_star-dead-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_stone {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_structure-orange,
.sp-examples-advert-new-default-icons_tag,
.sp-examples-advert-new-default-icons_telephone-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_televison-new {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-icons_text,
.sp-examples-advert-new-default-icons_text-img {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_tools-blue {
    width: 1.2em;
    height: 1em
}

.sp-examples-advert-new-default-icons_tv23,
.sp-examples-advert-new-default-icons_ui {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_umbrella-green {
    width: .94em;
    height: 1em
}

.sp-examples-advert-new-default-icons_umbrella {
    width: 1.14em;
    height: 1em
}

.sp-examples-advert-new-default-icons_user-orange {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_users {
    width: 1.03em;
    height: 1em
}

.sp-examples-advert-new-default-icons_vector-blue {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-icons_video-call-blue {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_video {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_week-orange {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_what-orange {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-icons_workgroup {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-icons_yandex-color {
    width: .47em;
    height: 1em
}

.sp-examples-advert-new-default-icons_yandex {
    width: .5em;
    height: 1em
}

.sp-examples-advert-new-default-icons_youtube {
    width: 1.45em;
    height: 1em
}

.sp-examples-advert-new-default-new-year_question-circle,
.sp-examples-advert-new-default-sponsor_books,
.sp-examples-advert-new-default-sponsor_house {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-sponsor_question {
    width: .56em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_circular-clock,
.sp-examples-advert-new-default-tech-supp_cloud {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_employee {
    width: 1.06em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_html {
    width: .76em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_list {
    width: .81em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_pencil-case {
    width: .76em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_purse_icon {
    width: .88em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_settint {
    width: 1.13em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_tech-1,
.sp-examples-advert-new-default-tech-supp_tech-10,
.sp-examples-advert-new-default-tech-supp_tech-11 {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_tech-12 {
    width: 1.06em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_tech-2,
.sp-examples-advert-new-default-tech-supp_tech-3,
.sp-examples-advert-new-default-tech-supp_tech-4,
.sp-examples-advert-new-default-tech-supp_tech-5,
.sp-examples-advert-new-default-tech-supp_tech-6 {
    width: 1em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_tech-7 {
    width: 1.36em;
    height: 1em
}

.sp-examples-advert-new-default-tech-supp_tech-8,
.sp-examples-advert-new-default-tech-supp_tech-9,
.sp-examples-advert-new-default-tech-supp_up {
    width: 1em;
    height: 1em
}

@media only screen and (min-width: 1200px) {
    .b-examples-advert-new__list.js-carousel.owl-carousel .owl-dots {
        display: none
    }
}

@media only screen and (max-width: 1199px) {
    .b-examples-advert-new--arrow-after:after {
        bottom: -54px;
        height: 56px
    }

    .b-examples-advert-new--gr-dark-blue {
        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 > :last-child,
    .b-examples-advert-new__source .b-source__container > :last-child {
        margin-bottom: 0
    }

    .b-examples-advert-new__container--normal {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .b-examples-advert-new__container--max-padd-bot {
        padding-bottom: 40px
    }

    .b-examples-advert-new__container--thin {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .b-examples-advert-new__desc {
        margin-bottom: 40px
    }

    .b-examples-advert-new__desc--mb24 {
        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
    }

    .b-examples-advert-new__icon--new-year {
        width: 48px;
        height: 48px;
        min-height: 48px
    }

    .b-examples-advert-new__icon--new-year svg {
        font-size: 48px
    }

    .b-examples-advert-new__icon--size-m {
        width: 56px;
        height: 56px
    }

    .b-examples-advert-new__icon--size-m svg {
        font-size: 26px
    }

    .b-examples-advert-new__icon--rectangle {
        width: 76px;
        height: 124px;
        min-height: 124px
    }

    .b-examples-advert-new__source .b-source__container {
        padding: 40px 24px
    }

    .b-examples-advert-new__source .b-source__container--thin {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .b-examples-advert-new__source .b-source__paragraph {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width: 1023px) {
    .b-examples-advert-new--arrow-after:after {
        bottom: -38px;
        height: 40px
    }

    .b-examples-advert-new--opacity {
        background: 0 0
    }

    .b-examples-advert-new--gr-dark-blue {
        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 > :last-child {
        margin-bottom: 0
    }

    .b-examples-advert-new__container--normal {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .b-examples-advert-new__container--max-padd-bot {
        padding-bottom: 32px
    }

    .b-examples-advert-new__container--thin {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .b-examples-advert-new__desc {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 32px
    }

    .b-examples-advert-new__desc--mb24 {
        margin-bottom: 24px
    }

    .b-examples-advert-new__list {
        margin-bottom: 16px
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .b-examples-advert-new__list-item--opacity {
        margin-bottom: 16px;
        margin-right: 16px;
        width: calc((100% - 16px) / 2);
        background: rgba(8, 20, 29, .15);
        border-radius: 8px;
        padding: 16px 12px
    }

    .b-examples-advert-new__list-item--opacity:nth-of-type(2n) {
        margin-right: 0
    }

    .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__list-item-desc--accent {
        font-weight: 300
    }

    .b-examples-advert-new__icon {
        margin-right: 16px
    }

    .b-examples-advert-new__icon--new-year {
        width: 40px;
        height: 40px;
        min-height: 40px
    }

    .b-examples-advert-new__icon--new-year svg {
        font-size: 40px
    }

    .b-examples-advert-new__icon--size-m {
        width: 48px;
        height: 48px
    }

    .b-examples-advert-new__icon--size-m svg {
        font-size: 22px
    }

    .b-examples-advert-new__icon--rectangle {
        width: 76px;
        height: 157px;
        min-height: 157px
    }

    .b-examples-advert-new__icon--circle {
        height: 56px;
        width: 56px
    }

    .b-examples-advert-new__source .b-source__container {
        padding: 40px 24px
    }

    .b-examples-advert-new__source .b-source__container > :last-child {
        margin-bottom: 0
    }

    .b-examples-advert-new__source .b-source__container--thin {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .b-examples-advert-new__source .b-source__paragraph {
        font-size: 15px;
        line-height: 19px
    }
}

@media only screen and (max-width: 767px) {
    .b-examples-advert-new--arrow-after:after {
        display: none
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-desc br:nth-child(2) {
        display: block
    }

    .b-examples-advert-new__icon img {
        width: 24px;
        height: 24px
    }

    .b-examples-advert-new__icon--size-m svg {
        font-size: 16px
    }

    .b-examples-advert-new__source .b-source__paragraph--attention:before {
        margin-right: 24px
    }

    .b-examples-advert-new--gr-dark-blue {
        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 > :last-child,
    .b-examples-advert-new__list-item:last-child {
        margin-bottom: 0
    }

    .b-examples-advert-new__container--normal {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .b-examples-advert-new__container--max-padd-bot {
        padding-bottom: 32px
    }

    .b-examples-advert-new__container--thin {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .b-examples-advert-new__desc {
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 24px
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-wrapper {
        padding: 0
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-title {
        margin-bottom: 16px
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__list-item-link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .b-examples-advert-new__list.js-carousel .b-examples-advert-new__icon {
        margin-right: 0;
        margin-bottom: 24px
    }

    .b-examples-advert-new__list.js-carousel.owl-carousel .owl-stage {
        display: block
    }

    .b-examples-advert-new__list.js-carousel.owl-carousel .owl-item {
        display: block;
        margin-bottom: 0
    }

    .b-examples-advert-new__list-item {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0
    }

    .b-examples-advert-new__list-item--center,
    .b-examples-advert-new__list-item--opacity {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .b-examples-advert-new__list-item--opacity {
        margin-right: 0;
        width: 100%
    }

    .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(3n),
    .b-examples-advert-new__list-item--col-4:nth-of-type(4n) {
        margin-right: 0
    }

    .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-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--size-m {
        width: 40px;
        height: 40px
    }

    .b-examples-advert-new__icon--rectangle {
        width: 48px;
        height: 100px;
        min-height: 100px
    }

    .b-examples-advert-new__icon--square {
        height: 56px;
        width: 56px
    }

    .b-examples-advert-new__icon--circle {
        height: 60px;
        width: 60px
    }

    .b-examples-advert-new__source .b-source__container {
        padding: 32px 16px
    }

    .b-examples-advert-new__source .b-source__container > :last-child {
        margin-bottom: 0
    }

    .b-examples-advert-new__source .b-source__container--thin {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .b-examples-advert-new__source .b-source__paragraph {
        font-size: 14px;
        line-height: 17px
    }
}