.b-line .b-items__icon svg {
    font-size: 24px;
}

.b-line__container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 48px 15px 0;
}

.b-line__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 42px;
}

.b-line__desc--medium {
    font-weight: 500;
}

.b-line__items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-line .b-items__item {
    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;
    margin: 0 0 40px;
}

.b-line .b-items__item:last-child,
.b-line .b-items__item > :last-child {
    margin-bottom: 0;
}

.b-line .b-items__box {
    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 40px;
}

.b-line .b-items__icon {
    margin: 0 24px 0 0;
}

.b-line .b-items__icon--gray svg {
    fill: #c0ccd3;
}

.b-line .b-items__subtitle {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0;
}

.b-line .b-items__line {
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 0 40px;
}

.b-line .b-items__line--blue {
    background: #d0f1fc;
}

.b-line .b-items__textual, .b-main__container .b-items__textual {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.sp-line-default-line_naster,
.sp-line-default-line_target {
    width: 1em;
    height: 1em;
}

.important {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.important--orange-s {
    padding: 0.3em 2em;
    color: #fff;
}

.important:before {
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.important--orange-s:before {
    background: url(/local/templates/webcom_2018/images/vendor/stroke-orange-s.png) center/100% 100% no-repeat;
}

@media only screen and (max-width: 1199px) {
    .b-line .b-items__subtitle {
        line-height: 20px;
    }

    .b-line .b-items__textual {
        font-size: 16px;
        line-height: 20px;
    }

    .b-line__container {
        padding: 48px 24px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .b-line__container {
        padding: 40px 24px 0;
    }

    .b-line__desc {
        line-height: 22px;
        font-size: 18px;
        margin: 0 0 30px;
    }

    .b-line .b-items__box,
    .b-line .b-items__item {
        margin: 0 0 32px;
    }

    .b-line .b-items__icon {
        margin: 0 16px;
    }

    .b-line .b-items__subtitle {
        font-size: 16px;
    }

    .b-line .b-items__line {
        margin: 0 0 32px;
    }

    .b-line .b-items__textual {
        font-size: 15px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .b-line__container {
        padding: 32px 16px 0;
    }

    .b-line__desc {
        line-height: 17px;
        font-size: 14px;
    }

    .b-line .b-items__box,
    .b-line .b-items__item,
    .b-line__desc {
        margin: 0 0 24px;
    }

    .b-line .b-items__icon {
        margin: 0 12px 0 0;
    }

    .b-line .b-items__subtitle {
        font-size: 15px;
        line-height: 19px;
    }

    .b-line .b-items__line {
        margin: 0 0 24px;
    }

    .b-line .b-items__textual {
        font-size: 14px;
        line-height: 17px;
    }
}

.b-coub__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 0;
}

.b-coub__container--no-mb > :last-child {
    margin-bottom: 0;
}

.b-coub__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-coub__desc--fw-text,
.b-coub__item--percent:before {
    font-family: Roboto, "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 40px;
}

.b-coub__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-coub__items--mb {
    margin: 0 0 40px;
}

.b-coub__item {
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.b-coub__item--percent {
    padding: 40px 16px 32px;
}

.b-coub__item--percent:before {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    content: attr(data-procent);
    position: absolute;
    top: -20px;
    left: 16px;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    background: #00c6c3;
    -webkit-box-shadow: 0 6px 14px rgba(38, 240, 237, 0.32);
    box-shadow: 0 6px 14px rgba(38, 240, 237, 0.32);
    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-coub__item--accent:before {
    background: #ff9800;
    -webkit-box-shadow: 0 6px 14px rgba(255, 176, 84, 0.32);
    box-shadow: 0 6px 14px rgba(255, 176, 84, 0.32);
}

.b-coub__item--shadow {
    -webkit-box-shadow: 0 0 10px 2px rgba(49, 156, 222, 0.08),
    0 24px 16px -12px rgba(49, 156, 222, 0.08);
    box-shadow: 0 0 10px 2px rgba(49, 156, 222, 0.08),
    0 24px 16px -12px rgba(49, 156, 222, 0.08);
}

.b-coub .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;
    color: #595959;
}

.b-coub .b-item__ico {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.b-coub .b-item__ico svg {
    font-size: 32px;
}

.b-coub .owl-carousel .owl-stage-outer {
    z-index: 3;
}

.b-coub .owl-carousel .b-coub__item {
    margin: 20px 15px;
    max-width: 270px;
    width: 100%;
}

.b-coub .owl-carousel .owl-nav {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 50%;
    width: 110%;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-coub .owl-carousel .owl-nav button {
    width: 24px;
    height: 58px;
    position: absolute;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.b-coub .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(/local/templates/webcom_2018/images/content-blocks/coub/default/prev.svg) center/100% no-repeat;
}

.b-coub .owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url(/local/templates/webcom_2018/images/content-blocks/coub/default/next.svg) center/100% no-repeat;
}

.b-coub .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-coub .owl-carousel .owl-dots.disabled {
    margin-top: 0;
    margin-bottom: 0;
}

.b-coub .owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c4c4c4;
    margin: 0 4px;
}

.b-coub .owl-carousel .owl-dots .owl-dot.active {
    background: #00b9ff;
}

.b-coub .owl-carousel .owl-dots,
.b-coub .owl-carousel .owl-item,
.b-coub .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-coub .owl-carousel .owl-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b-coub .owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
}

.sp-coub-default-choise_chat,
.sp-coub-default-choise_crown,
.sp-coub-default-choise_doc,
.sp-coub-default-choise_list,
.sp-coub-default-choise_trophy {
    width: 1em;
    height: 1em;
}

.b-coub.image-slider .b-coub__item--percent {
    padding: 0 !important;
}

.b-coub.image-slider .b-coub__container {
    padding: 0px 15px 0 !important;
}

.b-image-portfolio__container {
    padding: 48px 15px 0 15px !important;
}

.b-image-portfolio--blue {
    background: linear-gradient(360deg, #e8f5ff 0, #f3faff 29.03%, #ebf7ff 67.68%, #f7fcff 100%) !important;
}

.b-pic-text__item .b-item__img {
    justify-content: end;
}

.b-coub {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .b-coub .owl-carousel .owl-dots {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .b-coub .owl-carousel .owl-nav {
        width: 101%;
    }
}

@media only screen and (max-width: 1199px) {
    .b-coub__container {
        padding: 48px 24px 0;
    }

    .b-coub__container--no-mb > :last-child {
        margin-bottom: 0;
    }

    .b-coub__desc {
        margin: 0 0 32px;
    }

    .b-coub__desc--fw-text {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 32px;
    }

    .b-coub__item--percent {
        padding: 40px 16px 48px;
    }

    .b-coub .b-item__text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-coub .b-item__ico svg {
        font-size: 24px;
    }

    .b-coub__container {
        padding: 40px 24px;
    }

    .b-coub__container--no-mb > :last-child {
        margin-bottom: 0;
    }

    .b-coub__desc {
        line-height: 22px;
        font-size: 18px;
    }

    .b-coub__desc--fw-text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-coub__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-coub__items--mb {
        margin: 0 0 32px;
    }

    .b-coub__item {
        margin-bottom: 8px;
    }

    .b-coub__item--percent {
        padding: 24px 16px 16px;
    }

    .b-coub__item--percent:before {
        font-size: 20px;
        line-height: 24px;
        border-radius: 6px;
    }

    .b-coub__item:last-child {
        margin-bottom: 20px;
    }

    .b-coub .b-item__text {
        font-size: 15px;
        line-height: 19px;
    }

    .b-coub .owl-carousel .owl-nav .owl-next,
    .b-coub .owl-carousel .owl-nav .owl-prev {
        width: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .b-coub {
        overflow: hidden;
    }

    .b-coub .b-item__ico svg {
        display: none;
    }

    .b-coub__container {
        padding: 32px 16px;
    }

    .b-coub__container--no-mb > :last-child {
        margin-bottom: 0;
    }

    .b-coub__desc,
    .b-coub__desc--fw-text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-coub__items--mb {
        margin: 0;
    }

    .b-coub__item {
        margin-bottom: 20px;
    }

    .b-coub__item--percent {
        padding: 24px 16px 16px;
    }

    .b-coub__item--percent:before {
        font-size: 15px;
        line-height: 100%;
        width: 40px;
        height: 26px;
        top: -15px;
    }

    .b-coub .b-item__text {
        font-size: 14px;
        line-height: 17px;
    }

    .b-coub .b-item__ico {
        bottom: 8px;
        right: 8px;
    }

    .b-coub .owl-carousel .b-coub__item {
        margin: 20px auto;
    }

    .b-coub .owl-carousel .owl-nav .owl-prev {
        background: url(/local/templates/webcom_2018/images/content-blocks/coub/default/prev.svg) center/70% no-repeat;
    }

    .b-coub .owl-carousel .owl-nav .owl-next {
        background: url(/local/templates/webcom_2018/images/content-blocks/coub/default/next.svg) center/70% no-repeat;
    }

    .b-coub .owl-carousel .owl-item,
    .b-coub .owl-carousel .owl-stage {
        display: block;
    }
}

