.b-client-history {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow: hidden
}

.b-client-history--gr-light {
    background: -webkit-linear-gradient(85.92deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
    background: -o-linear-gradient(85.92deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
    background: linear-gradient(4.08deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%)
}

.b-client-history--gr-light .b-client-history__title {
    color: #1c1c1c
}

.b-client-history__container {
    max-width: 1200px;
    margin: 0 auto;
    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: 72px 15px 52px
}

.b-client-history__container > :last-child {
    margin-bottom: 0
}

.b-client-history__title {
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0 0 56px;
    width: 100%
}

.b-client-history__link {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: underline
}

.b-client-history__link--light-green,
.b-client-history__link--light-green:hover {
    color: #7eac31
}

.b-client-history__link--green,
.b-client-history__link--green:hover {
    color: #287d0f
}

.b-client-history__link--red,
.b-client-history__link--red:hover {
    color: #c03
}

.b-client-history__link--orange,
.b-client-history__link--orange:hover {
    color: #fd6922
}

.b-client-history__link--gray-green,
.b-client-history__link--gray-green:hover {
    color: #2d4253
}

.b-client-history__items {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    opacity: 0;
}

.b-client-history__items.owl-loaded {
    opacity: 1;
}

.b-client-history__items .owl-stage-outer {
    z-index: 1
}

.b-client-history__items .owl-item img {
    width: auto
}

.b-client-history__items .owl-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    height: 0;
    width: calc(100% + 2 * 18px + 2 * 24px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-client-history__items .owl-nav .owl-next,
.b-client-history__items .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 32px;
    background: url(/local/templates/webcom_2018/images/content-blocks/client-history/default/arrow.svg) no-repeat center/contain
}

.b-client-history__items .owl-nav .owl-next:hover,
.b-client-history__items .owl-nav .owl-prev:hover {
    opacity: .6;
}

.b-client-history__items .owl-nav .owl-next.disabled,
.b-client-history__items .owl-nav .owl-prev.disabled {
    opacity: .2;
    cursor: not-allowed
}

.b-client-history__items .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-client-history__items .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.b-client-history__client .b-client__head,
.b-client-history__items .owl-dots {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-client-history__client,
.b-client-history__items .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-client-history__items .owl-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 32px
}

.b-client-history__items .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(126, 172, 49, .4)
}

.b-client-history__items .owl-dots .owl-dot.active {
    background: #7eac31
}

.b-client-history__client {
    margin-bottom: 32px
}

.b-client-history__client .b-client__head {
    display: none;
    margin: 0 auto 36px
}

.b-client-history__client .b-client__logo {
    margin: 0 16px 0 0
}

.b-client-history__client .b-client__logo svg {
    font-size: 60px
}

.b-client-history__client .b-client__title {
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin: 0;
    width: 100%
}

.b-client-history__client .b-client__img-wrap {
    position: relative;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: calc((99.9% - 2 * 30px) / 3)
}

.b-client-history__client .b-client__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-client-history__client .b-client__list {
    width: calc(((99.9% - 2 * 30px) / 3 * 2) + 30px);
    margin: 0;
    padding: 0;
    list-style: none;
    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
}

.b-client-history__client .b-client__item {
    padding: 0;
    margin: 0;
}

.b-client-history__client .b-client__item:last-of-type {
    margin-bottom: 0
}

.b-client-history__client .b-client__subtitle {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: .01em;
    margin: 0
}

.b-client-history__client .b-client__problems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.b-client-history__client .b-client__problems .b-problems__item {
    line-height: 22px;
    font-size: 17px;
    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 23px 0 0;
}

.b-client-history__client .b-client__problems .b-problems__item:last-of-type {
    margin-right: 0
}

.b-client-history__client .b-client__problems .b-problems__item--br-left {
    border-left: 4px solid;
    padding-left: 12px
}

.b-client-history__client .b-client__paragraph {
    width: 100%;
    line-height: 22px;
    font-size: 17px;
    margin: 16px 0 0
}

.b-client-history__client .b-client__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.b-client-history__client .b-client__result .b-result__item {
    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;
    padding: 16px 24px;
    margin: 24px 30px 0 0;
    border-radius: 4px;
    width: calc((100% - 30px) / 2)
}

.b-client-history__client .b-client__result .b-result__item:nth-child(2n) {
    margin-right: 0
}

.b-client-history__client .b-client__result .b-result__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.b-client-history__client .b-client__result .b-result__icon svg {
    font-size: 40px;
    margin-right: 24px
}

.b-client-history__client .b-client__result .b-result__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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 22px;
    font-size: 18px;
    margin: 0
}

.b-client-history__client .b-client__result .b-result__text b {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px
}

.b-client-history__client--light-green .b-client__title {
    color: #878b3c
}

.b-client-history__client--light-green .b-client__subtitle {
    color: #1c1c1c
}

.b-client-history__client--green .b-client__title,
.b-client-history__client--light-green .b-client__paragraph,
.b-client-history__client--light-green .b-client__problems .b-problems__item {
    color: #333
}

.b-client-history__client--light-green .b-client__problems .b-problems__item--br-left {
    border-left-color: #7eac31
}

.b-client-history__client--light-green .b-client__result .b-result__item {
    background: #7eac31
}

.b-client-history__client--gray-green .b-client__result .b-result__icon svg,
.b-client-history__client--green .b-client__result .b-result__icon svg,
.b-client-history__client--light-green .b-client__result .b-result__icon svg,
.b-client-history__client--orange .b-client__result .b-result__icon svg,
.b-client-history__client--red .b-client__result .b-result__icon svg {
    fill: #fff
}

.b-client-history__client--light-green .b-client__result .b-result__text {
    color: #fff
}

.b-client-history__client--green .b-client__subtitle {
    color: #1c1c1c
}

.b-client-history__client--green .b-client__paragraph,
.b-client-history__client--green .b-client__problems .b-problems__item {
    color: #333
}

.b-client-history__client--green .b-client__problems .b-problems__item--br-left {
    border-left-color: #287d0f
}

.b-client-history__client--green .b-client__result .b-result__item {
    background: #287d0f
}

.b-client-history__client--green .b-client__result .b-result__text {
    color: #fff
}

.b-client-history__client--red .b-client__title {
    color: #c03
}

.b-client-history__client--red .b-client__subtitle {
    color: #1c1c1c
}

.b-client-history__client--orange .b-client__title,
.b-client-history__client--red .b-client__paragraph,
.b-client-history__client--red .b-client__problems .b-problems__item {
    color: #333
}

.b-client-history__client--red .b-client__problems .b-problems__item--br-left {
    border-left-color: #c03
}

.b-client-history__client--red .b-client__result .b-result__item {
    background: #c03
}

.b-client-history__client--red .b-client__result .b-result__text {
    color: #fff
}

.b-client-history__client--orange .b-client__subtitle {
    color: #1c1c1c
}

.b-client-history__client--orange .b-client__paragraph,
.b-client-history__client--orange .b-client__problems .b-problems__item {
    color: #333
}

.b-client-history__client--orange .b-client__problems .b-problems__item--br-left {
    border-left-color: #fd6922
}

.b-client-history__client--orange .b-client__result .b-result__item {
    background: #fd6922
}

.b-client-history__client--orange .b-client__result .b-result__text {
    color: #fff
}

.b-client-history__client--gray-green .b-client__title {
    color: #2d4253
}

.b-client-history__client--gray-green .b-client__subtitle {
    color: #1c1c1c
}

.b-client-history__client--gray-green .b-client__paragraph,
.b-client-history__client--gray-green .b-client__problems .b-problems__item {
    color: #333
}

.b-client-history__client--gray-green .b-client__problems .b-problems__item--br-left {
    border-left-color: #80b3a7
}

.b-client-history__client--gray-green .b-client__result .b-result__item {
    background: #80b3a7
}

.b-client-history__client--gray-green .b-client__result .b-result__text {
    color: #fff
}

.sp-client-history-default-logos_logo-eyelash-booster {
    width: 9.72em;
    height: 1em
}

.sp-client-history-default-logos_logo-megatop {
    width: 2em;
    height: 1em
}

.sp-client-history-default-logos_logo-namas-m {
    width: 1.26em;
    height: 1em
}

.sp-client-history-default-logos_logo-xistore {
    width: 3.28em;
    height: 1em
}

.sp-client-history-default-logos_logo-yvesrocher {
    width: 1.03em;
    height: 1em
}

.sp-client-history-default-result_graf,
.sp-client-history-default-result_mol,
.sp-client-history-default-result_monitor,
.sp-client-history-default-result_users {
    width: 1em;
    height: 1em
}

@media only screen and (max-width: 1199px) {
    .b-client-history--gr-light {
        background: -webkit-linear-gradient(82.71deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: -o-linear-gradient(82.71deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: linear-gradient(7.29deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%)
    }

    .b-client-history__container {
        padding: 48px 24px 0
    }

    .b-client-history__container > :last-child {
        margin-bottom: 0
    }

    .b-client-history__title {
        margin-bottom: 24px
    }

    .b-client-history__client {
        margin-bottom: 32px
    }

    .b-client-history__client .b-client__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .b-client-history__client .b-client__img,
    .b-client-history__client .b-client__img-wrap {
        display: none
    }

    .b-client-history__client .b-client__list {
        width: 100%
    }

    .b-client-history__client .b-client__problems .b-problems__item:last-of-type {
        margin-right: 0
    }

    .b-client-history__client .b-client__result .b-result__item {
        margin-right: 24px;
        width: calc((100% - 24px) / 2)
    }

    .b-client-history__client .b-client__result .b-result__item:nth-child(2n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1023px) {
    .b-client-history--gr-light {
        background: -webkit-linear-gradient(80.8deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: -o-linear-gradient(80.8deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: linear-gradient(9.2deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%)
    }

    .b-client-history__container {
        padding: 40px 24px 0
    }

    .b-client-history__container > :last-child {
        margin-bottom: 0
    }

    .b-client-history__title {
        margin-bottom: 16px
    }

    .b-client-history__client .b-client__head {
        margin-bottom: 24px
    }

    .b-client-history__client .b-client__logo svg {
        font-size: 50px
    }

    .b-client-history__client .b-client__title,
    .b-client-history__title {
        line-height: 32px;
        font-size: 24px
    }

    .b-client-history__client .b-client__problems .b-problems__item {
        margin-right: 16px;
    }

    .b-client-history__client .b-client__problems .b-problems__item:last-of-type {
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .b-client-history--gr-light {
        background: -webkit-linear-gradient(61.44deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: -o-linear-gradient(61.44deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%);
        background: linear-gradient(28.56deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, .12) 90.73%)
    }

    .b-client-history__container {
        padding: 32px 16px 16px
    }

    .b-client-history__container > :last-child {
        margin-bottom: 0
    }

    .b-client-history__title {
        line-height: 26px;
        font-size: 18px;
        margin-bottom: 12px
    }

    .b-client-history__link {
        line-height: 18px;
        font-size: 14px
    }

    .b-client-history__client,
    .b-client-history__items .owl-dots {
        margin-bottom: 24px
    }

    .b-client-history__client .b-client__head {
        margin-bottom: 16px
    }

    .b-client-history__client .b-client__logo svg {
        max-width: 100%;
        font-size: 40px
    }

    .b-client-history__client .b-client__title {
        line-height: 26px;
        font-size: 18px
    }

    .b-client-history__client .b-client__subtitle {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 16px
    }

    .b-client-history__client .b-client__problems .b-problems__item {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
        width: 100%
    }

    .b-client-history__client .b-client__problems .b-problems__item:last-of-type {
        margin-bottom: 0
    }

    .b-client-history__client .b-client__problems .b-problems__item--br-left {
        padding-left: 10px
    }

    .b-client-history__client .b-client__paragraph {
        line-height: 20px;
        font-size: 16px
    }

    .b-client-history__client .b-client__result {
        margin-top: 16px
    }

    .b-client-history__client .b-client__result .b-result__item {
        margin-right: 0;
        margin-top: 6px;
        width: 100%
    }

    .b-client-history__client .b-client__result .b-result__text {
        line-height: 18px;
        font-size: 16px
    }
}