.d-flex {
    display: flex;
    align-items: center;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.b-context-paragraph.b-context-paragraph--kp-new {
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, .06);
}

.b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__container.leadform__container {
    padding-top: 40px;
    padding-bottom: 60px;
}

.b-context-paragraph--kp .b-context-paragraph__title {
    font-family: "Rubik", "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: .1em 0;
    color: #fff;
}

.b-context-paragraph--kp-new .b-context-paragraph__title {
    margin-bottom: 16px;
    color: #fffc00;
    text-align: left;
    font-size: 24px;
    padding: 0;
}

.b-context-paragraph--kp-new .b-context-paragraph__title.leadform__title {
    margin-bottom: 46px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
}

.b-context-paragraph--kp .b-context-paragraph__item {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 300;
}

.b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__item {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.b-context-paragraph--kp .b-context-paragraph__item:last-child {
    margin: 0;
}

.b-context-paragraph--kp-new .b-context-paragraph__item:last-child {
    margin-bottom: 0;
}

.b-context-paragraph--kp .b-context-paragraph__item span {
    white-space: nowrap;
}

.b-context-paragraph--arrow:after {
    position: absolute;
    bottom: calc(0 - 22px);
    left: calc(50% - 22px);
    width: 0;
    height: 0;
    border-top: 22px solid #375167;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    content: "";
}

.g-no-top-padding {
    padding-top: 0 !important;
}

.g-no-bottom-padding {
    padding-bottom: 0 !important;
}

.b-context-paragraph {
    padding: 30px 0;
    background: #f3faff;
}

.b-context-paragraph--no-bg {
    background: 0 0;
}

.b-context-paragraph--kp .b-context-paragraph__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
}

.b-context-paragraph--kp .b-context-paragraph__container--header {
    padding-top: 0;
    padding-bottom: 0;
}

.b-context-paragraph--kp .b-context-paragraph__item {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 300;
}

.b-context-paragraph--kp .b-context-paragraph__item--header {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.b-context-paragraph--kp .b-context-paragraph__item:last-child {
    margin: 0;
}

.b-task {
    padding: 30px 0;
}

.b-task__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px 16px;
}

.b-task__title {
    font-family: "Rubik", "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px;
    color: #fff;
    text-align: left;
    text-transform: none;
    font-size: 28px;
}

.b-task__item, .b-task__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-task__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-task__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px 20px;
    width: calc(((100% - 30px * 2) / 3));
    border-radius: 8px;
    background: rgba(102, 157, 189, .14);
}

.b-task__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
}

.sp-task-kp-new-icons_bar, .sp-task-kp-new-icons_basket {
    width: 1.09em;
    height: 1em;
    fill: #324c63;
    stroke: initial;
}

.sp-task-kp-new-icons_basket {
    width: 1.04em;
}

svg:not(:root) {
    overflow: hidden;
}

.b-task__ico > svg {
    font-size: 22px;
    fill: #324c63;
    max-height: 26px;
}

.b-task__text {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.1;
}

a {
    background-color: transparent;
    color: #009731;
    text-decoration: none;
}

.b-link {
    display: inline-block;
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-size: 15px;
    color: #009731;
    cursor: pointer;
    text-decoration: underline;
}

.b-task__text .b-link {
    color: #5eeba7;
}

.b-context-paragraph.leadform-dark-bg {
    background: rgba(19, 38, 62, 1);
}

.b-context-paragraph.leadform-bright-bg {
    background: linear-gradient(360deg, #e8f5ff 0%, #f3faff 38.93%, #f7fcff 100%);
}

.b-context-paragraph.leadform-bright-bg .leadform__title {
    color: #0A3A68;
}

.leadform__container .b-subscribe__container, .leadform__container.b-subscribe__form.b-form.validate-no-scroll {
    display: flex;
    justify-content: center;
}

.leadform__container .b-form__inner {
    width: 100%;
    justify-content: space-between;
}

.leadform__container .b-subscribe__form .b-form__fields-wrap {
    width: 100%;
}

.leadform__container .b-form__field {
    width: 345px;
    height: 40px;
}

.leadform__container .b-form__input {
    padding: 16px 16px 16px 13px;
    font-weight: 500;
}

.leadform__container .b-form__input::placeholder {
    color: #000;
}

.leadform__container .b-form__field:last-child {
    width: 450px;
}

.leadform__container .b-form__btn-wrap button {
    padding: 9px 49px;
    background: rgba(251, 200, 1, 1);
    color: #000;
    width: 250px;
    height: 40px;
}

.leadform__container .b-subscribe__form .b-form__input {
    border-radius: 5px;
}

.leadform-dark-bg .leadform__title {
    text-transform: none;
    font-weight: 500;
}

.b-tools {
    overflow: hidden;
}

.b-tools__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 8px 15px;
}

.b-new-title {
    font-family: Rubik, Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    font-size: 32px;
    color: #1c1c1c;
}

.b-new-title--center {
    text-align: center;
}

.b-new-title--upper {
    text-transform: uppercase;
}

.b-new-title--mb-desc {
    margin-bottom: 16px;
}

.b-tools__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-tools__desc--center {
    text-align: center;
}

.b-tools__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-tools .b-item__text:last-child, .b-tools__container > :last-child {
    margin-bottom: 0;
}

.b-tools .b-items__item {
    position: relative;
    margin-bottom: 40px;
    width: calc(100% - 2 * 30px);
}

.b-tools .b-item {
    background: #fff;
}

.b-tools .b-item__header {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.b-tools .b-item__header-wrap, .b-tools .b-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-tools .b-item__icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
    box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
}

.b-item__icon svg {
    font-size: 32px;
}

.sp-tools-kr-new-icons_google, .sp-tools-kr-new-icons_google-orange, .sp-tools-kr-new-icons_instagram {
    width: 1em;
    height: 1em;
}

.b-tools .b-item__header-wrap, .b-tools .b-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-tools .b-item__header-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
}

.b-smb-partner--light .b-smb-partner__desc b, .b-tools .b-item__title {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.b-tools .b-item__title {
    line-height: 24px;
    font-size: 18px;
}

.b-tools .b-item__links, .b-tools .b-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-tools .b-item__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-tools .b-item__link {
    margin-right: 24px;
}

a {
    background-color: transparent;
    color: #009731;
    text-decoration: none;
}

.b-tools .b-item__link {
    margin-right: 24px;
}

.b-item__header-wrap.b-item__header-wrap-second {
    flex: 3;
}

.b-tools.b-tools--kr-new {
    position: relative;
}

.b-items__bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 87px 0 15px 0;
    background: linear-gradient(0deg, rgba(0, 110, 145, 0.1) 13.33%, #fff 44%);
    filter: blur(16px);
}

.b-items__toggle.js-items-toggle {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 106px 0 15px 0;
}

.b-items__bg.no-background {
    background: none; /* ������� ���, ���� ���� ������� */
    filter: none; /* ������� ���, ���� ���� ������� */
}

.b-items__toggle img {
    cursor: pointer;
    display: none;
    width: 30px;
    height: auto;
}

.b-items__toggle .swiper-up {
    display: block;
}

.b-items__item {
    display: none;
}

.b-items__item:nth-child(-n+3) {
    display: block;
}

.b-coub--light {
    background: #f3faff;
}

.b-coub__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-new-title--mb-nodesc {
    margin-bottom: 40px;
}

.b-coub__items, .b-coub__items--count .b-coub__item:before {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-coub__items {
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-coub__items--count {
    counter-reset: index;
}

.b-coub__container > :last-child {
    margin-bottom: 0;
}

.b-coub__item {
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.b-coub__item--col-4 {
    width: calc((100% - 3 * 30px) / 4);
}

.b-coub__item--shadow {
    -webkit-box-shadow: 0 0 36px rgba(49, 156, 222, .06);
    box-shadow: 0 0 36px rgba(49, 156, 222, .06);
}

.b-coub__items--count .b-coub__item {
    padding: 40px 16px 32px;
    margin-bottom: 3rem;
    min-height: 226px;
    height: 100%;
}

.b-coub__items--count .b-coub__item:before {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    content: counter(index);
    counter-increment: index;
    position: absolute;
    top: -20px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    background: #00c6c3;
    -webkit-box-shadow: 0 6px 14px rgba(38, 240, 237, .32);
    box-shadow: 0 6px 14px rgba(38, 240, 237, .32);
    -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;
}

/**********************/
.b-coub__items {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: index;
}

.b-coub__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.b-coub__items--count .b-coub__item {
    margin-right: 20px;
}

/* Для 3-4 карточек в ряд */
.b-coub__items--count.b-coub__items--1 .b-coub__item,
.b-coub__items--count.b-coub__items--2 .b-coub__item {
    width: 33%;
}

.b-coub__items--count.b-coub__items--1,
.b-coub__items--count.b-coub__items--2,
.b-coub__items--count.b-coub__items--3,
.b-coub__items--count.b-coub__items--4 {
    justify-content: center;
}

.b-coub__items--count.b-coub__items--4 .b-coub__item {
    width: calc(25% - 20px); /* Три карточки в ряд */
}

.b-coub__items--count.b-coub__items--3 .b-coub__item {
    width: calc(33.33% - 20px); /* Три карточки в ряд */
}

/* Для 5 карточек: три сверху, две снизу */
.b-coub__items--count.b-coub__items--5 {
    justify-content: center;
}

.b-coub__items--count.b-coub__items--5 .b-coub__item {
    width: calc(33.33% - 20px); /* Две карточки в ряду снизу */
}

.b-coub__items--count.b-coub__items--5 .b-coub__item:nth-child(odd) {
    margin-right: 20px; /* Для четных карточек справа */
}

/* Для 6 карточек: три в ряд */
.b-coub__items--count.b-coub__items--6 {
    justify-content: center;
}

.b-coub__items--count.b-coub__items--6 .b-coub__item {
    width: calc(33.33% - 20px); /* Три карточки в ряду */
}

/*******************/
.b-price--seo .b-price__list-item p, .b-coub .b-item__text, .b-coub__source, .b-context-paragraph__item.b-context-paragraph__item--header {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-item__wrap, .b-help-variant-new__wrap p, .b-context-paragraph__item.b-context-paragraph__item--header {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 15px;
}

.b-help-variant-new__wrap p {
    font-size: 17px;
}

.b-help-variant-new__wrap p {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
}

.b-coub .b-item__ico {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.b-item__ico svg {
    font-size: 32px;
}

.b-coub__items--count .b-coub__item--accent:before {
    background: #ff9800;
    -webkit-box-shadow: 0 6px 14px rgba(255, 176, 84, .32);
    box-shadow: 0 6px 14px rgba(255, 176, 84, .32);
}

.b-context-paragraph__item.b-context-paragraph__item--header {
    overflow: hidden;
}

.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__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.b-examples-advert-new__container--center > :last-child {
    margin-bottom: 0;
}

.b-examples-advert-new__list--slider.owl-carousel .owl-dots, .b-examples-advert-new__list--slider.owl-carousel .owl-item, .b-examples-advert-new__list--slider.owl-carousel .owl-stage, .b-examples-advert-new__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-examples-advert-new__list-item--col-2 {
    margin-bottom: 24px;
    margin-right: 10px;
    width: calc((100% - 40px) / 2);
}

.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__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--seo {
    min-height: 88px;
}

.b-examples-advert-new__icon--square {
    margin-right: 30px;
}

.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);
}

.sp-examples-advert-new-default-icons_404-blue, .sp-examples-advert-new-default-icons_agenda-orange, .sp-examples-advert-new-default-icons_bag-orange, .sp-examples-advert-new-default-icons_basket-blue, .sp-examples-advert-new-default-icons_blocks, .sp-examples-advert-new-default-icons_browser-orange, .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, .sp-examples-advert-new-default-icons_check-list-orange, .sp-examples-advert-new-default-icons_checklist, .sp-examples-advert-new-default-icons_cmd-orange, .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, .sp-examples-advert-new-default-icons_doc-orange, .sp-examples-advert-new-default-icons_doc-time-blue, .sp-examples-advert-new-default-icons_dollar-blue, .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, .sp-examples-advert-new-default-icons_google-color, .sp-examples-advert-new-default-icons_gprs-blue, .sp-examples-advert-new-default-icons_gprs-orange, .sp-examples-advert-new-default-icons_layer-blue, .sp-examples-advert-new-default-icons_layout-blue, .sp-examples-advert-new-default-icons_list-orange, .sp-examples-advert-new-default-icons_mobile-orange, .sp-examples-advert-new-default-icons_molecule-blue, .sp-examples-advert-new-default-icons_money, .sp-examples-advert-new-default-icons_money-blue, .sp-examples-advert-new-default-icons_monitoring-orange, .sp-examples-advert-new-default-icons_music-blue, .sp-examples-advert-new-default-icons_notes-orange, .sp-examples-advert-new-default-icons_paper-blue, .sp-examples-advert-new-default-icons_pic-green, .sp-examples-advert-new-default-icons_price-tag, .sp-examples-advert-new-default-icons_scheme-orange, .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_star-blue, .sp-examples-advert-new-default-icons_star-dead-orange, .sp-examples-advert-new-default-icons_structure-orange, .sp-examples-advert-new-default-icons_telephone-blue, .sp-examples-advert-new-default-icons_tools-blue, .sp-examples-advert-new-default-icons_umbrella-green, .sp-examples-advert-new-default-icons_user-orange, .sp-examples-advert-new-default-icons_vector-blue, .sp-examples-advert-new-default-icons_video-call-blue, .sp-examples-advert-new-default-icons_week-orange, .sp-examples-advert-new-default-icons_what-orange, .sp-examples-advert-new-default-icons_yandex-color, .b-examples-advert-new__icon.b-examples-advert-new__icon--square.b-examples-advert-new__icon--seo.b-examples-advert-new__icon--shadow-blue {
    font-size: 32px;
}

.sp-examples-advert-new-default-icons_checklist {
    width: .81em;
    height: 1em;
}

.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-why-us {
    background: radial-gradient(1701.74px at 73.52% -57.29%, #219fcf 0, #00305c 100%);
}

.b-why-us__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 62px 15px 54px 15px;
}

.b-why-us__title.b-new-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 119%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 80px;
}

.b-why-us__table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.b-why-us__table tbody td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.b-why-us__table .b-why-us__tr .b-why-us__td {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    margin: 0;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 129%;
}

.b-why-us__table .b-why-us__tr .b-why-us__td.b-why-us-table-td__title {
    font-weight: 700;
    border-right: 1px solid #ffffff;
    padding: 20px 15px 20px 0;
}

.b-why-us__table .b-why-us__tr .b-why-us__td.b-why-us-table-td__description {
    font-weight: 400;
    padding: 17px 0 17px 40px;
}

.b-why-us__table tbody .b-why-us__tr:last-child td {
    border-bottom: none;
}

.b-price--blue-gradient {
    background: -webkit-radial-gradient(73.52% -57.29% 1701.74px, #219fcf 0%, #00305c 100%);
    background: -o-radial-gradient(73.52% -57.29% 1701.74px, #219fcf 0%, #00305c 100%);
    background: radial-gradient(1701.74px at 73.52% -57.29%, #219fcf 0, #00305c 100%);
}

.g-container-fullwidth {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.b-price--seo .b-price__container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.b-new-title--white {
    color: #fff;
}

.b-price--seo .b-price__title {
    margin: 0 0 40px;
}

.b-price--seo .b-price__desc {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 24px;
}

.b-price--seo .b-price__desc--center {
    text-align: center;
}

.b-price--seo .b-price__desc--white {
    color: #fff;
}

.b-price--seo .b-price__list, .b-price--seo .b-price__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.b-price__list-item img {
    margin-right: 16px;
}

.b-price--seo .b-price__list {
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 0;
    justify-content: center;
    gap: 20px;
}

.b-price--seo .b-price__list-item {
    margin: 0 0 16px;
    padding: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(143.88%, #f0f5ff));
    background: -webkit-linear-gradient(top, #fff 0, #f0f5ff 143.88%);
    background: -o-linear-gradient(top, #fff 0, #f0f5ff 143.88%);
    background: linear-gradient(180deg, #fff 0, #f0f5ff 143.88%);
    border-radius: 8px;
    min-height: 76px;
    flex-direction: column;
}

.b-price--seo .b-price__list--col-3 .b-price__list-item {
    width: calc((100% - 60px) / 3);
}

.sp-cost-seo-icons_atom, .sp-cost-seo-icons_charter, .sp-cost-seo-icons_clok, .sp-cost-seo-icons_data, .sp-cost-seo-icons_layers, .sp-cost-seo-icons_pizza {
    font-size: 32px;
}

.sp-client-web-icons_aim, .sp-client-web-icons_arrows, .sp-client-web-icons_atom, .sp-client-web-icons_chek, .sp-client-web-icons_doc, .sp-client-web-icons_eye, .sp-client-web-icons_flask, .sp-client-web-icons_flesh, .sp-client-web-icons_monitor, .sp-client-web-icons_pen, .sp-client-web-icons_plug, .sp-client-web-icons_search, .sp-client-web-icons_setting, .sp-client-web-icons_smile, .sp-client-web-icons_user, .sp-client-web-icons_yandex-direct, .sp-client-web-icons_yandex-market, .sp-cost-seo-icons_atom, .sp-cost-seo-icons_charter, .sp-cost-seo-icons_clok, .sp-cost-seo-icons_data, .sp-cost-seo-icons_layers, .sp-cost-seo-icons_pizza, .sp-coub-default-icons_calendar {
    width: 1em;
    height: 1em;
}

.b-price--seo .b-price__list-item p, .b-coub .b-item__text, .b-coub__source {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-price--seo .b-price__subtitle {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 24px;
}

.b-price--seo .b-price__subtitle--center {
    text-align: center;
}

.b-price--seo .b-price__subtitle--white {
    color: #fff;
}

.b-price--seo .b-price__time-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-price--seo .b-price__time-item {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    display: block;
    margin: 0 30px 0 0;
    padding: 0 0 0 16px;
    color: #fff;
}

.b-price--seo .b-price__time-item--border {
    border-left: 2px solid rgba(208, 241, 252, .2);
}

.b-price--seo .b-price__result-container {
    padding: 32px;
    background: rgba(0, 15, 94, .1);
}

.b-price--seo .b-price__result {
    text-align: center;
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.b-price--seo .b-price__result--white {
    color: #fff;
}

.b-price--seo .b-price__result--icon {
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-price--seo .b-price__result--icon:before {
    content: "";
    background: url(/local/components/manao/manao.service_new/templates/cost/images/cost/default/money-gray.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 32px;
    height: 24px;
    margin-right: 16px;
}

.b-price--seo .b-price__result span {
    color: #fffc00;
    margin-left: 8px;
}

.b-price--seo .b-price__list-item svg {
    font-size: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.b-price__list-item .b-price__text.b-price-text__description {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.b-price__text {
    font-size: 16px;
}

.b-packages-new {
    background: url(../images/packages-new/default/bg-packages-new.png) no-repeat center / cover;
}

.b-packages-new--gr-light {
    background: -webkit-gradient(linear, left bottom, left top, from(#e8f5ff), color-stop(29.03%, #f3faff), color-stop(67.68%, #ebf7ff), to(#f7fcff));
    background: -webkit-linear-gradient(bottom, #e8f5ff 0, #f3faff 29.03%, #ebf7ff 67.68%, #f7fcff 100%);
    background: -o-linear-gradient(bottom, #e8f5ff 0, #f3faff 29.03%, #ebf7ff 67.68%, #f7fcff 100%);
    background: linear-gradient(360deg, #e8f5ff 0, #f3faff 29.03%, #ebf7ff 67.68%, #f7fcff 100%);
}

.b-packages-new__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-packages-new .b-nav {
    border-bottom: 4px solid #edf3f8;
    background: #fff;
}

.b-packages-new .b-nav__container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px;
}

.b-packages-new .b-nav__btn {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    padding: 24px 12px;
    text-align: center;
    border: 0;
    background: 0 0;
}

.b-packages-new .b-nav__btn--col-4 {
    width: 25%;
}

.b-packages-new .b-nav__btn--active {
    -webkit-transition: all .1sease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1sease-in-out;
    color: #00b9ff;
    position: relative;
}

.b-packages-new .b-nav__btn--active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 4px;
    background: #00b9ff;
    width: 100%;
}

.b-packages-new__main--none {
    display: none !important;
}

.b-packages-new .b-main__container, .b-packages-new .b-main__container-list {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 40px 15px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.b-packages-new .b-main__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e5ebf3;
}

.b-packages-new .b-main__item--col-3 {
    width: calc((100% - 2 * 30px) / 3);
    margin-bottom: 32px;
}

.b-packages-new .b-main .b-item {
    -webkit-box-shadow: 0 24px 44px -24px rgba(49, 156, 222, .1), 0 0 36px rgba(49, 156, 222, .06);
    box-shadow: 0 24px 44px -24px rgba(49, 156, 222, .1), 0 0 36px rgba(49, 156, 222, .06);
    background: #fff;
}

.b-packages-new .b-main__item--col-3 .b-item__icon {
    width: 20%;
    padding: 24px 16px;
}

.b-packages-new .b-main .b-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-packages-new .b-main .b-item__icon--light {
    background: #f5f8fc;
}

.b-packages-new .b-main .b-item__icon svg, .b-packages-new .b-main .b-item__icon img {
    font-size: 40px;
    width: 2rem;
    height: 2rem;
}

.b-packages-new .b-main__item--col-3 .b-item__wrap {
    padding: 24px;
}

.b-packages-new .b-main .b-item__wrap {
    width: 100%;
    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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.b-packages-new .b-main .b-item__table {
    margin-bottom: 24px;
}

.b-packages-new .b-main__item--col-3 .b-item__title {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    min-height: 40px;
    margin: 0 0 24px;
    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-packages-new .b-main .b-item__title {
    color: rgba(71, 71, 71, .9);
}

.b-packages-new .b-main .b-item__title--upper {
    text-transform: uppercase;
}

.b-packages-new .b-main__item--col-3 .b-item__text {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 24px;
}

.b-packages-new .b-main .b-item__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    color: #576a75;
}

.b-packages-new .b-main .b-item__links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-packages-new .b-main .b-item__detail, .b-packages-new .b-main .b-item__links {
    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-packages-new .b-main .b-item__links {
    margin-top: auto;
}

.b-new-link {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    line-height: 22px;
    font-size: 17px;
    color: #009731;
    cursor: pointer;
    text-decoration: underline;
}

.b-packages-new .b-main .b-item__detail, .b-packages-new .b-main .b-item__links {
    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-packages-new .b-main .b-item__detail--green-icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    background: url(/local/templates/webcom_2018/images/services/green-arrow.svg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 14px rgba(0, 198, 195, .22);
    box-shadow: 0 6px 14px rgba(0, 198, 195, .22);
}

.b-packages-new .b-main__nonds {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #595959;
    text-align: center;
    margin: 0;
    padding-bottom: 48px;
}

.b-packages-new .b-main__nonds span {
    color: #333;
}

.starafter:after, .starbefore:before {
    content: "*";
    display: inline;
    font-weight: 700;
    color: #f60;
}

.starbefore:before {
    margin-right: 3px;
}

.b-packages-new .b-info__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    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;
    padding-bottom: 48px;
}

.b-packages-new .b-info__text, .b-packages-new .b-info__text--red {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    text-align: center;
}

.b-packages-new .b-info__text {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 40px;
}

.b-packages-new .b-info__text:last-child, .b-packages-new .b-result__container > :last-child {
    margin-bottom: 0;
}

.b-packages-new .b-main .b-item__icon--fill-white {
    fill: #fff;
}

.b-packages-new .b-main .b-item__icon--gr-dark {
    background: -webkit-radial-gradient(155.14% 0%, 630.5px, #00a3ff 0%, #004a8f 100%);
    background: -o-radial-gradient(155.14% 0%, 630.5px, #00a3ff 0%, #004a8f 100%);
    background: radial-gradient(630.5px at 155.14% 0, #00a3ff 0, #004a8f 100%);
}

.b-packages-new .b-main__item--column .b-item__icon svg, .b-packages-new .b-main__item--column .b-item__icon img {
    font-size: 40px !important;
    margin-right: 20px;
}

.b-packages-new .b-main__item--column .b-item__icon {
    width: 100% !important;
    padding: 24px 16px;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
}

.b-packages-new .b-main__item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-packages-new .b-main .b-item__item-title--upper {
    text-transform: uppercase;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.b-packages-new .b-main__item--col-3 .b-item__text--bold {
    font-weight: 500;
}

.b-packages-new .b-main .b-item__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    color: #576a75;
}

.b-packages-new .b-main__item--col-3 .b-item__list {
    margin-bottom: 16px;
}

.b-packages-new .b-main .b-item__list {
    padding: 0;
    margin: 0 0 32px;
    list-style: none;
}

.b-packages-new .b-main .b-item__list--grow {
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
}

.b-packages-new .b-main__item--col-3 .b-item__list-item {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 12px;
    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-packages-new .b-main .b-item__list-item {
    color: #576a75;
}

.b-packages-new .b-main .b-item__list--blue .b-item__list-item {
    color: #333;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-packages-new .b-main .b-item__list-item:before {
    background: #c0ccd3;
}

.b-packages-new .b-main .b-item__list--blue .b-item__list-item:before, .b-packages-new .b-main .b-item__list-item:before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-right: 16px;
    border-radius: 50%;
}

.b-packages-new .b-main .b-item__list--blue .b-item__list-item:before {
    position: relative;
    top: .45em;
    background: #00b9ff;
}

.b-new-link--white {
    color: #fff;
}

.b-packages-new .b-main .b-item__detail--br-blue, .b-packages-new .b-main .b-item__detail--br-green {
    text-decoration: none;
    border: 2px solid #0092d8;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 8px 24px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.b-packages-new .b-main .b-item__detail--br-green {
    border: 2px solid #42c461;
    background: #42c461;
}

.b-new-link--disable {
    text-decoration: none;
    pointer-events: none;
}

.b-new-link--disable, .b-new-link--disable:hover {
    color: #c0ccd3;
    cursor: not-allowed;
}

.b-packages-new .b-main .b-item__detail--gray-icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
    background: url(/local/templates/webcom_2018/images/services/gray-arrow.svg) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 4px 14px rgba(192, 204, 211, .6);
    box-shadow: 0 4px 14px rgba(192, 204, 211, .6);
}

.b-packages-new__s-dots {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.b-packages-new__s-dot {
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    font-size: 4px;
    margin: 0 4px;
    background: rgba(90, 90, 90, .38);
    border-radius: 50%;
}

.b-packages-new__s-dot {
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    font-size: 4px;
    margin: 0 4px;
    background: rgba(90, 90, 90, .38);
    border-radius: 50%;
}

.b-packages-new__s-dot.active {
    background: #5a5a5a;
}

.b-packages-new .owl-carousel .owl-dots, .b-packages-new .owl-carousel .owl-item, .b-packages-new .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-packages-new .owl-carousel .owl-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.b-packages-new__top + .b-nav:before {
    background: -webkit-gradient(linear, left top, right top, from(#ebf7ff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #ebf7ff 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #ebf7ff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #ebf7ff 0, rgba(255, 255, 255, 0) 100%);
}

.b-certificate .b-certificate__container .b-certificate__box {
    justify-content: space-between;
    align-items: center;
}

.b-faq-new-v2__container {
    padding-top: 48px;
    padding-bottom: 48px;
}

.b-faq-new-v2__container .b-faq-new-v2__title {
    margin: 0 0 40px;
}

.b-faq-new-v2 .b-element__question {
    border-top: 1px solid #dbebf3;
    border-bottom: 1px solid #dbebf3;
    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;
    background: #eaf5ff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.b-faq-new-v2 .b-element__wrapper {
    max-width: 1200px;
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px;
}

.b-faq-new-v2 .b-element__wrapper:after {
    content: "";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background: url(/local/templates/webcom_2018/images/services/arrow-blue.svg) no-repeat center / cover;
}

.b-faq-new-v2 .b-element__question.js-active .b-element__wrapper:after {
    background-image: url(/local/templates/webcom_2018/images/services/arrow-active.svg);
}

.b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.b-faq-new-v2 .b-element__answer {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s .5s;
    -o-transition: max-height .5s, padding .5s, visibility 0s .5s;
    transition: max-height .5s, padding .5s, visibility 0s .5s;
    margin: 0 auto;
}

.b-faq-new-v2 .b-element__question.js-active + .b-element__answer {
    max-height: 1100px;
    visibility: visible;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s;
    -o-transition: max-height .5s, padding .5s, visibility 0s;
    transition: max-height .5s, padding .5s, visibility 0s;
}

.b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.b-faq-new-v2 .b-element__textual {
    margin: 0 0 24px;
}

.b-faq-new-v2 .b-element__textual:last-child {
    margin-bottom: 0;
}

.b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2__more {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-faq-new-v2__more {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 40px;
}

.b-instruments-alt.b-instruments-alt--web .b-instruments-alt-item__head svg, .b-instruments-alt.b-instruments-alt--web .b-instruments-alt-item__head img {
    font-size: 40px !important;
    margin-right: 20px;
    width: 2rem;
    height: 2rem;
}

.b-instruments-alt--web .b-instruments-alt-item__text {
    align-items: baseline !important;
}

.b-instruments-alt.b-instruments-alt--web .b-instruments-alt-item__head .b-item__item-title.b-item__item-title--upper {
    color: #fff;
    text-transform: uppercase;
}

.b-instruments-alt--web .b-instruments-alt-item {
    text-decoration: none;
}

.b-articles--bg-blue {
    background: linear-gradient(342.65deg, #e8f5ff -55.43%, #f3faff 12.07%, #f7fcff 117.95%);
}

.b-articles .b-articles__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-articles .b-articles__title {
    margin: 0 0 32px;
}

.b-articles .b-article, .b-articles .b-articles__box {
    display: flex;
    justify-content: space-between;
}

.b-articles .b-articles__box {
    flex-wrap: wrap;
    row-gap: 30px;
}

.b-articles .b-article {
    height: 100%;
    text-decoration: none;
    width: calc(100% / 2 - 15px);
    padding: 32px;
    border-radius: 6px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 30px 25px -20px #899399;
    background: linear-gradient(108.43deg, rgba(0, 39, 54, .9) 0%, rgba(5, 38, 51, .7) 50.28%, rgba(18, 36, 43, .3) 100%);
    background-size: cover;
}

.b-articles .b-article:hover {
    box-shadow: 0 22px 25px -20px #899399;
    opacity: .9;
    transition: all .2s ease-in-out;
}

.b-articles .b-article--m-bottom {
    margin-bottom: 0;
}

.b-articles .b-article__subtitle, .b-articles .b-article__time {
    font-family: 'Roboto', 'Open Sans', 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.b-articles .b-article__time {
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #595959;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .6);
}

.b-articles .b-article__time--icon {
    position: relative;
    display: flex;
    align-items: center;
}

.b-articles .b-article__time--icon:before {
    content: '';
    background: url(/local/templates/webcom_2018/images/articles-detail/articles/default/icon_time.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.b-articles .b-article__link, .b-articles .b-article__link:hover {
    color: #5eeba7;
    margin: 24px 0 0;
}

.b-articles .b-article__link--no-time {
    margin-top: 80px !important;
}

.b-articles .owl-carousel .owl-nav button {
    background: 1;
}

.b-articles .b-articles__container .owl-stage {
    display: flex;
    justify-content: space-between;
}

.b-articles .b-articles__container .owl-stage .owl-item {
    margin: 0 15px;
    max-height: 250px;
}

.b-articles .b-articles__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.b-articles .b-article {
    text-decoration: none;
    width: calc(100% / 2 - 15px);
    padding: 32px;
    border-radius: 6px;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 30px 25px -20px #899399;
    background: linear-gradient(108.43deg, rgba(0, 39, 54, .9) 0%, rgba(5, 38, 51, .7) 50.28%, rgba(18, 36, 43, .3) 100%);
    background-size: cover;
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    min-height: 250px;
}

.b-article__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.b-articles__box.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.b-articles__box.owl-carousel {
    position: relative;
}

.b-articles__box.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    z-index: 10;
}

.b-articles__box.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(/local/templates/webcom_2018/images/content-blocks/instruments-alt/web/prev.svg) center / 100% no-repeat;
}

.b-articles__box.owl-carousel .owl-nav button {
    position: absolute;
    width: 32px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
}

.b-articles__box.owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url(/local/templates/webcom_2018/images/content-blocks/instruments-alt/web/next.svg) center / 100% no-repeat;
}

.b-articles__box.owl-carousel .owl-nav button {
    border: none;
    outline: none;
}

.b-articles__box.owl-carousel .owl-nav button span {
    display: none;
}

.b-articles__box.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-articles__box.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-bottom: 32px;
}

.b-articles__box.owl-carousel .owl-dots .owl-dot.active {
    background: #00b9ff;
}

.b-articles__box.owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c4c4c4;
    margin: 0 4px;
}

.b-faq-version--bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31.45%, rgba(239, 238, 232, 0)), color-stop(70%, rgba(239, 238, 232, .4)), color-stop(84.87%, #ebeae4), color-stop(105.82%, #fff)), url(/images/services/bg-answer.jpg) no-repeat center top;
    background: -webkit-linear-gradient(top, rgba(239, 238, 232, 0) 31.45%, rgba(239, 238, 232, .4) 70%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
    background: -o-linear-gradient(top, rgba(239, 238, 232, 0) 31.45%, rgba(239, 238, 232, .4) 70%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
    background: linear-gradient(180deg, rgba(239, 238, 232, 0) 31.45%, rgba(239, 238, 232, .4) 70%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
    background-size: 100% auto;
}

.b-faq-version--web .b-faq-version__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 48px 15px 40px;
}

.b-faq-version--counter .b-faq-version__elements {
    counter-reset: Index;
}

.b-faq-version--web .b-element {
    margin-bottom: 8px;
}

.b-faq-version--web .b-element__question {
    cursor: pointer;
    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;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
    box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
    border-radius: 8px;
    padding: 24px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.b-faq-version--counter .b-element__question:before {
    content: counter(Index);
    counter-increment: Index;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
    background: #c0ccd3;
    margin-right: 24px;
}

.b-faq-version--web .b-element__question b, .b-month .b-items .b-item p span {
    font-weight: 500;
}

.b-faq-version--web .b-element__question:after {
    content: "";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background: url(/local/templates/webcom_2018/images/services/arrow-blue-w-bg.svg) no-repeat center / cover;
}

.b-faq-version--web .b-element__question.js-active:after {
    background-image: url(/local/templates/webcom_2018/images/services/arrow-active-w-bg.svg);
}

.b-faq-version--web .b-element__answer {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s .5s;
    -o-transition: max-height .5s, padding .5s, visibility 0s .5s;
    transition: max-height .5s, padding .5s, visibility 0s .5s;
    padding: 0 calc(24px * 2 + 32px) 0 24px;
}

.b-faq-version--web .b-element__question.js-active + .b-element__answer {
    max-height: 1600px;
    visibility: visible;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s;
    -o-transition: max-height .5s, padding .5s, visibility 0s;
    transition: max-height .5s, padding .5s, visibility 0s;
}

.b-faq-version--counter .b-element__answer:before {
    content: "";
    width: 2px;
    height: calc(100% - 32px - 24px / 2);
    position: absolute;
    top: 0;
    left: 35px;
    background: #c0ccd3;
}

.b-faq-version--web .b-answer-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-faq-version--web .b-answer-items__item {
    padding: 0;
    margin: 0;
}

.b-faq-version--web .b-answer-items__textual {
    position: relative;
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    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;
    margin: 0 0 24px;
}

.b-faq-version--web .b-answer-items__textual:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c0ccd3;
    margin: 0 30px 0 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.b-faq-version--web .b-answer-items__textual--title {
    padding-top: 16px;
    font-weight: 500;
}

.b-faq-version--web .b-answer-items__textual--title:before {
    background: rgba(0, 0, 0, 0);
}

.b-faq-version--web .b-answer-items__textual--duration {
    margin-top: 8px;
    font-weight: 500;
}

.b-faq-version--web .b-answer-items__item:last-child .b-answer-items__textual {
    margin: 0;
}

.b-faq-version--web .b-answer-items__textual--duration:before {
    background: #00b9ff;
}

svg {
    width: 2rem;
    height: 2rem;
}

.b-call__icon svg {
    height: inherit;
}

.b-articles.b-articles--bg-blue {
    overflow: hidden;
}

.b-help-variant-new--light {
    background: #f3faff;
}

.b-help-variant-new__container {
    max-width: 1200px;
    margin: 0 auto;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px 15px;
}

.b-help-variant-new__wrap {
    min-width: 65%;
    width: 100%;
}

.b-new-btn {
    font-family: Rubik, Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.b-new-btn--shadow {
    -webkit-box-shadow: 0 10px 20px rgba(3, 6, 31, 0.21);
    box-shadow: 0 10px 20px rgba(3, 6, 31, 0.21);
    margin: 6px 0 !important;
}

.b-new-btn--orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-28.12%, #fffc00), to(#f60));
    background: -webkit-linear-gradient(top, #fffc00 -28.12%, #f60 100%);
    background: -o-linear-gradient(top, #fffc00 -28.12%, #f60 100%);
    background: linear-gradient(180deg, #fffc00 -28.12%, #f60 100%);
    color: #fff;
    text-shadow: 0 1px 4px rgba(28, 28, 28, 0.2);
}

.b-help-variant-new__btn {
    border: 0;
    text-align: center;
}

.b-help-variant-new__btn {
    min-width: 338px;
    padding: 24px;
}

.b-help-variant-new__container > :last-child {
    margin-bottom: 0;
}

.b-help-variant-new__subtitle {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 16px;
}

.b-examples-advert-new__container--center > :last-child, .b-help-variant-new__wrap > :last-child {
    margin-bottom: 0;
}

.b-subscribe__container .b24-form-wrapper.b24-form-border-bottom {
    background: none;
    border: none;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.b-subscribe__container .b24-form {
    width: 100%;
}

.b-subscribe__container .b24-form-header.b24-form-padding-side {
    display: none;
}

.b-subscribe__container .b24-form-state-container {
    display: none;
}

.b-subscribe__container .b24-form-recaptcha {
    display: none;
}

.b-subscribe__container .b24-form-sign {
    display: none;
}

.b-subscribe__container .b24-form-content.b24-form-padding-side {
    width: 100%;
}

.b-subscribe__container form {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.b-subscribe__container form > div:first-of-type {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
}

.b-subscribe__container form > div:nth-of-type(2) {
    position: absolute;
    bottom: -36px;
    border: none;
}

.b-subscribe__container form > div:nth-of-type(2):has(.b24-form-control-alert) {
    bottom: -64px;
}

.b-subscribe__container form > div:nth-of-type(2) .b24-form-field.b24-form-field-agreement {
    width: 100%;
    background: none;
    color: #fff;
    border: none;
    outline: none;
}

.b-subscribe__container form > div:nth-of-type(2) .b24-form-field.b24-form-field-agreement .b24-form-control-desc {
    opacity: 1;
    color: #fff;
}

.b-subscribe__container form .b24-form-field {
    border-radius: 5px;
    display: flex;
    background: #fff;
    padding: 0;
    position: relative;
    width: 30%;
    height: 40px;
    margin: 0 30px 0 0;
}

.b-subscribe__container form .b24-form-field > div:first-of-type {
    width: 100%;
}

.b-subscribe__container form .b24-form-field > div:first-of-type > div:first-of-type {
    height: 100%;
}

.b-subscribe__container form .b24-form-field .b24-form-control-container {
    height: 100%;
}

.b-subscribe__container form .b24-form-field .b24-form-control {
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 1;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    text-overflow: ellipsis;
    padding: 22px 16px 16px 13px;
    font-weight: 500;
    border: 1px solid #D0F1FC;
    border-radius: 5px;
}

.b-subscribe__container form .b24-form-field .b24-form-control-label {
    opacity: 1;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 17px;
    color: #000;
}

.b-subscribe__container form .b24-form-btn-container {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
}

.b-subscribe__container form .b24-form-btn-block {
    padding: 0;
}

.b-subscribe__container form .b24-form-btn {
    font-style: normal;
    text-shadow: 0 1px 4px rgba(28, 28, 28, .2);
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    transition: .1s ease -in-out;
    cursor: pointer;
    display: block;
    border: 0;
    min-width: 170px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 9px 49px;
    background: #fbc801;
    color: #000;
    width: 250px;
    height: 40px;
    min-height: 40px;
}

.b-subscribe__container .b24-form-wrapper.b24-form-border-bottom.b24-from-state-on .b24-form-state-container {
    display: block;
    position: fixed;
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b-subscribe__container
.b24-form-control.b24-form-control-not-empty + .b24-form-control-label {
    font-size: 14px !important;
    top: -1px !important;
}

.b-subscribe__container .b24-form-wrapper.b24-form-border-bottom.b24-from-state-on {
    min-height: auto !important;
}

.b24-form-field:focus-within .b24-form-control-label {
    font-size: 14px !important;
    top: 0 !important;
}

.b-subscribe__container .b24-form-control.filled ~ .b24-form-control-label {
    font-size: 14px !important;
    top: 0 !important;
}

.b-subscribe__container .b24-form-wrapper {
    min-height: auto;
}

.b-instruments-alt--web .b-instruments-new-item__link--before-icon, .b-instruments-alt--web .b-instruments-new-item__link--before-icon-gray {
    position: relative;
}

.b-instruments-alt--web .b-instruments-new-item__link {
    margin-top: 32px;
}

.b-instruments-alt--web .b-instruments-new-item__link, .b-instruments-alt--web .b-instruments-new-item__links {
    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-instruments-alt--web .b-instruments-new-item__link--before-icon:before {
    content: "";
    background: url(/local/templates/webcom_2018/images/instruments/web/green-arrow.svg) no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 14px rgba(0, 198, 195, .22);
    box-shadow: 0 6px 14px rgba(0, 198, 195, .22);
}

@media only screen and (max-width: 1199px) {
    .b-context-paragraph--fullwidth .b-context-paragraph__container, .b-context-paragraph--kp .b-context-paragraph__container, .b-tools__container, .b-coub__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-context-paragraph--kp .b-context-paragraph__container--header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__item--header {
        font-size: 14px;
    }

    .b-task__container {
        padding: 24px 24px 32px;
    }

    .b-task__title {
        font-size: 28px;
    }

    .b-task__item {
        width: calc(((100% - 15px * 2) / 2));
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__title {
        font-size: 30px;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__title {
        font-size: 24px;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__item {
        font-size: 14px;
    }

    .leadform__container .b-form__btn-wrap button {
        font-size: 15px;
    }

    .b-new-title {
        font-size: 32px;
    }

    .b-tools__desc {
        margin-bottom: 32px;
    }

    .b-tools__container > :last-child {
        margin-bottom: 0;
    }

    .b-tools .b-items__item {
        margin-bottom: 16px;
        width: calc(100% - 2 * 20px);
    }

    .b-tools .b-item__icon {
        width: 80px;
        height: 80px;
        margin-right: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .b-tools .b-item__title {
        line-height: 20px;
    }

    .b-tools .b-item__link {
        margin-right: 16px;
    }

    .b-new-link {
        font-size: 16px;
    }

    .b-tools .b-items__item--shadow {
        -webkit-box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
        box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
        border-radius: 8px;
    }

    .b-coub__container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .b-new-title--mb-nodesc {
        margin-bottom: 32px;
    }

    .b-coub__container > :last-child {
        margin-bottom: 0;
    }

    .b-coub__item--col-4 {
        width: calc((100% - 3 * 24px) / 4);
    }

    .b-coub__items--count .b-coub__item {
        padding: 40px 16px 48px;
    }

    .b-coub .b-item__text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-coub__items--count.b-coub__items--4 .b-coub__item {
        width: calc(33.33% - 20px); /* 3 карточки в ряд для разрешений меньше 1200px */
    }

    .b-coub__items--count.b-coub__items--5 .b-coub__item {
        width: calc(50% - 20px); /* Две карточки в ряду для 5 карточек */
    }

    .b-tools__container {
        padding-bottom: 45px;
    }

    .b-examples-advert-new__container {
        padding: 42px 24px 24px;
    }

    .b-examples-advert-new__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-bottom: 24px;
        width: calc((100% - 20px) / 2);
    }

    .b-examples-advert-new__icon--seo {
        width: 76px;
        height: 100%;
        min-height: 124px;
    }

    .b-examples-advert-new__icon--square, .b-packages-new .b-result__text--info:before {
        margin-right: 24px;
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0 12px 0 0;
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc, .b-context-paragraph__item.b-context-paragraph__item--header {
        font-size: 16px;
        line-height: 20px;
    }

    .g-container-fullwidth {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-price--seo .b-price__container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .b-price--seo .b-price__desc, .b-context-paragraph__item.b-context-paragraph__item--header {
        line-height: 20px;
    }

    .b-price--seo .b-price__desc--center {
        text-align: center;
    }

    .b-price--seo .b-price__list-item {
        padding: 12px 16px;
    }

    .b-price--seo .b-price__list--col-3 .b-price__list-item {
        width: calc((100% - 48px) / 3);
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .b-price--seo .b-price__time-item {
        font-size: 16px;
        line-height: 20px;
        margin: 0 24px 0 0;
    }

    .b-price--seo .b-price__result-container {
        padding: 24px;
    }

    .b-price--seo .b-price__result--icon:before {
        display: none;
    }

    .b-packages-new .b-nav__container {
        padding: 0 24px;
    }

    .b-packages-new .b-nav__btn {
        line-height: 20px;
        padding: 16px 12px;
    }

    .b-packages-new .b-main__container, .b-packages-new .b-main__container-list {
        padding: 32px 24px 24px;
    }

    .b-packages-new .b-main__item--col-3 {
        width: calc((100% - 2 * 24px) / 3);
        margin-bottom: 24px;
    }

    .b-packages-new .b-main__item--col-3 .b-item__title {
        line-height: 20px;
    }

    .b-packages-new .b-main__item--col-3 .b-item__list-item, .b-packages-new .b-main__item--col-3 .b-item__text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-month__container, .b-packages-new .b-info__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-packages-new .b-info__text {
        font-size: 16px;
        line-height: 20px;
    }

    .b-faq-new-v2__container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .b-faq-new-v2__title {
        margin: 0 0 32px;
    }

    .b-faq-new-v2 .b-element__wrapper {
        line-height: 20px;
        padding: 36px 24px;
    }

    .b-faq-new-v2 .b-element__answer {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 20px;
    }

    .b-faq-new-v2 .b-answer-items--list-numbered .b-answer-items__textual:before, .b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2 .b-element__textual, .b-faq-new-v2__more {
        font-size: 16px;
        line-height: 20px;
    }

    .b-articles .b-articles__container {
        padding: 40px 24px;
    }

    .b-articles .b-articles__title {
        margin: 0 0 32px;
    }

    .b-articles .b-article--m-bottom {
        margin-bottom: 0;
    }

    .b-articles .b-article__time--icon:before {
        width: 15px;
        height: 15px;
    }

    .b-faq-version--web .b-answer-items__textual, .b-faq-version--web .b-element__textual {
        font-size: 16px;
        line-height: 20px;
    }

    .b-faq-version--bg {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(239, 238, 232, 0)), color-stop(36.37%, rgba(239, 238, 232, .8)), color-stop(62.19%, #ebeae4), color-stop(84.87%, #ebeae4), color-stop(105.82%, #fff)), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: -webkit-linear-gradient(top, rgba(239, 238, 232, 0) 30%, rgba(239, 238, 232, .8) 36.37%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: -o-linear-gradient(top, rgba(239, 238, 232, 0) 30%, rgba(239, 238, 232, .8) 36.37%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: linear-gradient(180deg, rgba(239, 238, 232, 0) 30%, rgba(239, 238, 232, .8) 36.37%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(239, 238, 232, 0)), color-stop(30%, rgba(239, 238, 232, .8)), color-stop(62.19%, #ebeae4), color-stop(84.87%, #ebeae4), color-stop(105.82%, #fff)), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: -webkit-linear-gradient(top, rgba(239, 238, 232, 0) 20%, rgba(239, 238, 232, .8) 30%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: -o-linear-gradient(top, rgba(239, 238, 232, 0) 20%, rgba(239, 238, 232, .8) 30%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background: linear-gradient(180deg, rgba(239, 238, 232, 0) 20%, rgba(239, 238, 232, .8) 30%, #ebeae4 62.19%, #ebeae4 84.87%, #fff 105.82%), url(/images/services/bg-answer.jpg) no-repeat center top;
        background-size: 100% auto;
    }

    .b-help-variant-new__container {
        padding: 48px 24px;
    }

    .b-help-variant-new__wrap {
        min-width: 60%;
    }

    .b-examples-advert-new__container--center > :last-child, .b-help-variant-new__container--center > :last-child, .b-help-variant-new__container > :last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .b-price--seo .b-price__result--icon {
        display: inline-block;
    }
}

@media only screen and (max-width: 1023px) {
    .b-context-paragraph--fullwidth .b-context-paragraph__container, .b-context-paragraph--kp .b-context-paragraph__container, .b-tools__container, .b-coub__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-context-paragraph--kp .b-context-paragraph__container {
        padding-bottom: 30px;
    }

    .b-context-paragraph--kp .b-context-paragraph__container--header {
        padding-bottom: 0;
    }

    .b-context-paragraph--kp .b-context-paragraph__item {
        font-size: 16px;
    }

    .b-task__container {
        padding: 20px 24px 30px;
    }

    .b-task__title {
        font-size: 28px;
    }

    .b-task__text {
        font-size: 15px;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__container {
        padding-bottom: 24px;
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__title {
        font-size: 26px;
        background-size: 630px;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__title {
        font-size: 24px;
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__item {
        font-size: 16px;
    }

    .leadform__container .b-form__btn-wrap button {
        padding: 9px 25px;
    }

    .b-tools__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b-new-title {
        font-size: 28px;
    }

    .b-tools__desc {
        line-height: 22px;
        font-size: 18px;
    }

    .b-tools__container > :last-child {
        margin-bottom: 0;
    }

    .b-tools .b-items__item, .b-tools .b-items__item--col-2 {
        width: calc(100% - 16px);
    }

    .b-tools .b-item__icon {
        width: 64px;
        height: 64px;
    }

    .b-tools .b-item__title {
        font-size: 16px;
    }

    .b-tools .b-item__link {
        margin-right: 24px;
    }

    .b-new-link {
        font-size: 15px;
        line-height: 19px;
    }

    .b-coub__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b-coub__container > :last-child {
        margin-bottom: 0;
    }

    .b-coub__item {
        margin-bottom: 8px;
    }

    .b-coub__item--col-2, .b-coub__item--col-4 {
        width: 100%;
    }

    .b-coub__items--count .b-coub__item {
        padding: 20px 60px 20px 72px;
    }

    .b-coub__items--count .b-coub__item:before {
        font-size: 20px;
        line-height: 24px;
        border-radius: 6px;
        top: 16px;
    }

    .b-coub .b-item__text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-coub__item:last-child {
        margin-bottom: 20px;
    }

    .b-coub__items--count.b-coub__items--3 .b-coub__item,
    .b-coub__items--count.b-coub__items--4 .b-coub__item {
        width: calc(50% - 20px); /* Для 3 и 4 карточек — две в ряд */
    }

    .b-coub__items--count.b-coub__items--5 .b-coub__item {
        width: calc(50% - 20px); /* Для 5 карточек — две в ряду */
    }

    .b-coub__items--count.b-coub__items--6 .b-coub__item {
        width: calc(50% - 20px); /* Для 6 карточек — две в ряду */
    }

    .b-tools__container {
        padding-bottom: 35px;
    }

    .b-examples-advert-new__container {
        padding: 40px 24px 16px;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__list-item--col-2 {
        margin-bottom: 24px;
        width: calc((100% - 20px) / 2);
    }

    .b-examples-advert-new__icon--seo {
        width: 76px;
        height: 100%;
        min-height: 157px;
    }

    .b-examples-advert-new__icon--square, .b-faq-version--counter .b-element__question:before {
        margin-right: 16px;
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc, .b-context-paragraph__item.b-context-paragraph__item--header {
        font-size: 15px;
        line-height: 19px;
    }

    .g-container-fullwidth {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-price--seo .b-price__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b-price--seo .b-price__title {
        margin: 0 0 32px;
    }

    .b-price--seo .b-price__desc {
        font-size: 16px;
    }

    .b-price--seo .b-price__desc--center {
        text-align: center;
    }

    .b-price--seo .b-price__list {
        margin: 0 0 32px;
        gap: 10px;
    }

    .b-price--seo .b-price__list-item {
        margin: 0 0 8px;
    }

    .b-price--seo .b-price__list--col-3 .b-price__list-item {
        width: calc((100% - 16px) / 2);
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc {
        font-size: 15px;
        line-height: 19px;
    }

    .b-price--seo .b-price__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .b-price--seo .b-price__time-item {
        font-size: 15px;
        line-height: 19px;
        margin: 0 16px 0 0;
    }

    .b-price--seo .b-price__result-container {
        padding: 24px;
    }

    .b-price--seo .b-price__result {
        font-size: 20px;
        line-height: 24px;
    }

    .b-price--seo .b-price__result span {
        word-wrap: initial;
        margin: 0;
    }

    .b-packages-new .b-nav__container {
        padding: 0 24px;
    }

    .b-packages-new .b-nav__btn {
        font-size: 16px;
        padding: 16px 12px;
    }

    .b-packages-new .b-main__container, .b-packages-new .b-main__container-list {
        padding: 32px 24px 24px;
    }

    .b-packages-new .b-main__item--col-3, .b-packages-new .b-main__item--col-4 {
        width: 100%;
        margin-bottom: 16px;
        height: calc(100% - 16px);
    }

    .b-packages-new .b-main .b-item__price span, .b-packages-new .b-main__item--col-3 .b-item__price span, .b-packages-new .b-main__item--col-3 .b-item__title {
        font-size: 16px;
    }

    .b-packages-new .b-main__item--col-3 .b-item__list-item, .b-packages-new .b-main__item--col-3 .b-item__text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-packages-new .b-main__nonds {
        font-size: 12px;
        line-break: 19px;
        padding-bottom: 32px;
    }

    .b-packages-new .b-info__container {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 40px;
    }

    .b-packages-new .b-info__text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-faq-new-v2__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-faq-new-v2 .b-element__wrapper {
        font-size: 16px;
    }

    .b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-faq-new-v2 .b-answer-items--list-numbered .b-answer-items__textual:before, .b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual, .b-faq-new-v2__more {
        font-size: 15px;
        line-height: 19px;
    }

    .b-faq-new-v2 .b-element__question.js-active + .b-element__answer, .b-faq-version--web .b-element__question.js-active + .b-element__answer, .b-wins-new__container--thin {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .b-faq-new-v2 .b-answer-items--list-numbered .b-answer-items__textual:before, .b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual, .b-faq-new-v2__more {
        font-size: 15px;
        line-height: 19px;
    }

    .b-faq-new-v2__more {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .b-articles .b-articles__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-articles .b-articles__box {
        row-gap: 16px;
    }

    .b-articles .b-article {
        padding: 24px;
        width: calc(100% / 2 - 8px);
    }

    .b-articles .b-article--m-bottom {
        margin-bottom: 0;
    }

    .b-articles .b-article__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .b-articles .b-article__time {
        font-size: 12px;
        line-break: 19px;
    }

    .b-articles .b-article__time--icon:before {
        width: 12px;
        height: 12px;
    }

    .b-faq-version--web .b-faq-version__container {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 40px;
    }

    .b-faq-version--web .b-element__question {
        font-size: 16px;
        padding: 24px 16px;
    }

    .b-faq-version--counter .b-element__question:before {
        margin-right: 16px;
    }

    .b-faq-new-v2 .b-element__question.js-active + .b-element__answer, .b-faq-version--web .b-element__question.js-active + .b-element__answer, .b-wins-new__container--thin {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .b-faq-version--counter .b-element__answer:before {
        left: 27px;
    }

    .b-faq-version--web .b-answer-items__textual {
        font-size: 15px;
        line-height: 19px;
    }

    .b-faq-version--counter .b-element__textual:before, .b-faq-version--web .b-answer-items__textual:before {
        margin: 0 22px 0 6px;
    }

    .b-faq-version--counter .b-element__textual:before, .b-faq-version--web .b-answer-items__textual:before {
        margin: 0 22px 0 6px;
    }

    .b-faq-version--web .b-element__answer {
        padding: 0 calc(16px * 2 + 32px) 0 16px;
    }

    .b-help-variant-new__container {
        padding: 40px 24px;
    }

    .b-help-variant-new__subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .b-new-btn {
        font-size: 18px;
        line-height: 21px;
    }

    .b-help-variant-new__btn {
        padding: 16px;
        min-width: 236px;
    }

    .b-help-variant-new__container > :last-child {
        margin-bottom: 0;
    }

    .b-coub__items.b-coub__items--count.js-carousel.owl-carousel.owl-loaded .owl-stage-outer {
        padding: 15px 0 0 0;
    }

    .b-coub__items.b-coub__items--count.owl-carousel .owl-nav button.owl-next, .b-coub__items.b-coub__items--count.owl-carousel .owl-nav button.owl-prev, .b-coub__items.b-coub__items--count.owl-carousel button.owl-dot {
        background: rgba(90, 90, 90, .38) !important;
    }

    .b-coub__items.b-coub__items--count.owl-carousel .owl-dots .owl-dot.active {
        background: #00b9ff !important;
    }

    .b-coub__items--count .b-coub__item {
        min-height: 80px;
    }

}

@media only screen and (max-width: 767px) {
    .b-context-paragraph--fullwidth .b-context-paragraph__container, .b-context-paragraph--kp .b-context-paragraph__container, .b-coub__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-context-paragraph--kp .b-context-paragraph__container {
        padding-bottom: 24px;
    }

    .b-context-paragraph--kp .b-context-paragraph__container--header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .b-context-paragraph--kp .b-context-paragraph__item {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .b-context-paragraph--kp .b-context-paragraph__item--header {
        font-size: 14px;
        line-height: 16px;
    }

    .b-task__container {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }

    .b-task__title {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .b-task__item {
        margin-bottom: 8px;
        padding: 6px 12px;
        width: 100%;
    }

    .b-task__ico {
        margin-right: 12px;
        width: 40px;
        height: 40px;
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .b-context-paragraph.b-context-paragraph--kp .b-context-paragraph__item {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .b-context-paragraph.b-context-paragraph--kp-new .b-context-paragraph__item {
        font-size: 14px;
        line-height: 16px;
    }

    .leadform__container #subscribe_feedback .b-form__fields-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .leadform__container #subscribe_feedback .b-form__fields-wrap .b-form__btn-wrap {
        width: 100%;
    }

    .leadform__container .b-subscribe__form .b-form__field {
        margin: 0 10px 20px;
    }

    .b-tools__container {
        padding: 32px 16px;
    }

    .b-new-title {
        font-size: 22px;
    }

    .b-new-title--mb-desc {
        margin-bottom: 12px;
    }

    .b-tools__desc {
        margin-bottom: 24px;
    }

    .b-tools__desc, .b-tools__textual {
        font-size: 14px;
        line-height: 17px;
    }

    .b-tools__container > :last-child {
        margin-bottom: 0;
    }

    .b-tools .b-items__item {
        margin-bottom: 8px;
        width: 100%;
    }

    .b-tools .b-items__item--shadow {
        border-radius: 4px;
    }

    .b-tools .b-item__icon {
        width: 56px;
        height: 56px;
    }

    .b-tools .b-item__title {
        font-size: 15px;
        line-height: 19px;
    }

    .b-new-link {
        font-size: 14px;
        line-height: 17px;
    }

    .b-item__header-wrap.b-item__header-wrap-second {
        flex: 2;
    }

    .b-coub__container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .b-new-title--mb-nodesc {
        margin-bottom: 24px;
    }

    .b-coub__container > :last-child {
        margin-bottom: 0;
    }

    .b-coub__items--count .b-coub__item {
        padding: 24px 16px 16px;
    }

    .b-coub__items--count .b-coub__item:before {
        font-size: 18px;
        line-height: 22px;
        width: 24px;
        height: 24px;
        top: -12px;
    }

    .b-coub__items--count.b-coub__items--1 .b-coub__item,
    .b-coub__items--count.b-coub__items--2 .b-coub__item {
        width: 100%;
    }


    .b-coub .b-item__text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-coub .b-item__ico, .b-help-variant-new__subtitle br {
        display: none;
    }


    .b-tools__container {
        padding-bottom: 40px;
    }

    .b-items__bg {
        padding: 105px 0 15px 0;
        background: linear-gradient(0deg, rgba(0, 110, 145, 0.1) 7.33%, #fff 24%);
    }

    .b-examples-advert-new__container {
        padding: 32px 16px;
    }

    .b-examples-advert-new__container--center > :last-child {
        margin-bottom: 0;
    }

    .b-examples-advert-new__list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .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__icon--seo {
        width: 38px;
        height: 100%;
        min-height: 100px;
    }

    .b-examples-advert-new__icon--square {
        height: 56px;
        width: 56px;
    }

    .b-examples-advert-new__list-item-wrapper {
        padding: 0;
    }

    .b-tools .b-item__header {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc, .b-context-paragraph__item.b-context-paragraph__item--header {
        font-size: 14px;
        line-height: 17px;
    }

    .g-container-fullwidth {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-price--seo .b-price__container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .b-price--seo .b-price__title {
        margin: 0 0 24px;
        text-align: center;
    }

    .b-price--seo .b-price__desc {
        font-size: 15px;
        line-height: 19px;
    }

    .b-price--seo .b-price__desc--center {
        text-align: center;
    }

    .b-price--seo .b-price__list {
        margin: 0 0 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-price--seo .b-price__list-item {
    }

    .b-price--seo .b-price__list--col-3 .b-price__list-item {
        width: 100%;
    }

    .b-price--seo .b-price__list-item p, .b-examples-advert-new__list-item-desc {
        font-size: 14px;
        line-height: 17px;
    }

    .b-price--seo .b-price__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .b-price--seo .b-price__time-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 24px;
    }

    .b-price--seo .b-price__time-item {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 16px;
        padding: 0 0 0 8px;
        width: 100%;
    }

    .b-price--seo .b-price__result {
        font-size: 17px;
        line-height: 22px;
    }

    .b-packages-new .b-nav {
        position: relative;
        border-bottom: none;
    }

    .b-packages-new .b-nav:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        width: 24px;
    }

    .b-packages-new .b-nav__container {
        padding: 16px 0;
        overflow-x: scroll;
        width: calc(100vw - 16px);
    }

    .b-packages-new .b-nav__btn {
        padding: 6px 12px;
        border: 2px solid #88c6e4;
        border-radius: 4px;
        margin-right: 8px;
        font-size: 13px;
        line-height: 1;
        text-decoration: none;
    }

    .b-packages-new .b-nav__btn--col-2, .b-packages-new .b-nav__btn--col-3, .b-packages-new .b-nav__btn--col-4, .b-packages-new .b-nav__btn--col-5 {
        min-width: 40%;
    }

    .b-packages-new .b-nav__btn--active {
        border: 2px solid #00b9ff;
        background: #00b9ff;
        color: #fff;
    }

    .b-packages-new .b-main__container, .b-packages-new .b-main__container-list {
        padding: 8px 16px 16px;
    }

    .b-packages-new .b-main__nonds {
        font-size: 10px;
    }

    .b-packages-new .b-info__container {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }

    .b-packages-new .b-info__text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 32px;
    }

    .b-packages-new .b-nav__btn--active:after {
        display: none;
    }

    .b-packages-new .b-main__item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .b-packages-new .owl-carousel .owl-item {
        display: block;
        margin-bottom: 0;
    }

    .b-packages-new .b-main__item--col-3 .b-item__list-item, .b-packages-new .b-main__item--col-3 .b-item__text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-packages-new .b-main .b-item__detail--br-blue, .b-packages-new .b-main .b-item__detail--br-green {
        padding-left: 12px;
        padding-right: 12px;
    }

    .b-packages-new .b-info__container {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }

    .b-packages-new .b-info__text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 32px;
    }

    .b-faq-new-v2__container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .b-faq-new-v2__title {
        margin: 0 0 24px;
    }

    .b-faq-new-v2 .b-element__wrapper {
        font-size: 15px;
        line-height: 19px;
        padding: 25px 16px;
    }

    .b-faq-new-v2 .b-element__question.js-active + .b-element__answer, .b-help-variant-new__container--mini {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .b-faq-new-v2 .b-element__textual {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }

    .b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2__more {
        font-size: 14px;
        line-height: 17px;
    }

    .b-faq-new-v2__more {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .b-articles .b-articles__container {
        padding: 32px 16px;
    }

    .b-articles .b-articles__box {
        flex-direction: column;
    }

    .b-articles .b-article {
        width: 100%
    }

    .b-articles .b-article--m-bottom {
        margin-bottom: 16px;
    }

    .b-articles .b-article__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .b-articles .b-article__time {
        font-size: 10px;
        margin: 16px 0 0;
    }

    .b-articles .b-article__link, .b-articles .b-article__link:hover {
        margin: 16px 0 0;
    }

    .b-articles .b-article__link--no-time {
        margin-top: 30px !important;
    }

    .b-faq-version--bg {
        background: -webkit-gradient(linear, left top, left bottom, from(#f8fbfd), to(rgba(248, 251, 253, 0)));
        background: -webkit-linear-gradient(top, #f8fbfd 0, rgba(248, 251, 253, 0) 100%);
        background: -o-linear-gradient(top, #f8fbfd 0, rgba(248, 251, 253, 0) 100%);
        background: linear-gradient(180deg, #f8fbfd 0, rgba(248, 251, 253, 0) 100%);
    }

    .b-faq-version--web .b-faq-version__container {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 32px;
    }

    .b-faq-version--web .b-element__question {
        font-size: 14px;
        padding: 20px 12px;
    }

    .b-faq-version--counter .b-element__question:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        margin-right: 10px;
    }

    .b-faq-version--web .b-element__question:after {
        background-image: url(/local/templates/webcom_2018/images/services/arrow-blue-mob.svg);
        width: 18px;
        height: 10px;
    }

    .b-faq-version--web .b-element__question.js-active:after {
        background-image: url(/local/templates/webcom_2018/images/services/arrow-gray-mob.svg);
    }

    .b-faq-version--web .b-element__question.js-active + .b-element__answer, .b-wins-new__container--thin {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .b-faq-version--counter .b-element__answer:before {
        left: 21px;
        height: calc(100% - 24px - 22px / 2);
    }

    .b-faq-version--web .b-answer-items__textual {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 16px;
    }

    .b-faq-version--web .b-answer-items__textual:before {
        margin: 0 14px 0 0;
    }

    .b-help-variant-new__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 32px 16px;
    }

    .b-help-variant-new__wrap {
        width: 100%;
        margin-bottom: 24px;
    }

    .b-help-variant-new__subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .b-help-variant-new__container > :last-child {
        margin-bottom: 0;
    }

    .b-subscribe__container form > div:first-of-type {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .b-subscribe__container form .b24-form-field {
        width: 90%;
        margin: 10px 0;
    }

    .b-subscribe__container form .b24-form-btn-container {
        margin-top: 61px;
        justify-content: center;
        align-items: center;
    }

    .b-subscribe__container form {
        flex-direction: column;
        align-items: center;
    }

    .b-subscribe__container form > div:nth-of-type(2) {
        position: absolute;
        bottom: 66px;
        border: none;
    }

    .b-subscribe__container form > div:nth-of-type(2):has(.b24-form-control-alert) {
        bottom: 39px;
    }

    .b-coub__items--count.b-coub__items--3 .b-coub__item,
    .b-coub__items--count.b-coub__items--4 .b-coub__item {
        width: calc(100% - 20px); /* Для 3 и 4 карточек — две в ряд */
    }

    .b-coub__items--count.b-coub__items--5 .b-coub__item {
        width: calc(100% - 20px); /* Для 5 карточек — две в ряду */
    }

    .b-coub__items--count.b-coub__items--6 .b-coub__item {
        width: calc(100% - 20px); /* Для 6 карточек — две в ряду */
    }
}


@media only screen and (min-width: 768px) {
    .b-packages-new .b-main__container, .b-packages-new .b-main__container-list {
        justify-content: center;
        gap: 30px;
    }
}