.b-arsenal--img-abstraction-dark .b-arsenal__item:hover .b-item__icon svg,
.b-arsenal__item:hover i svg {
    fill: #fff
}

.b-arsenal--img-abstraction-dark .b-arsenal__item .b-item__icon svg,
.b-arsenal__item .b-item__icon svg {
    fill: #5fd4ff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.b-arsenal__items--opacity:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    background: rgba(37, 64, 89, .6);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.b-arsenal__item .b-item__icon svg {
    font-size: 64px
}

.b-arsenal {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400
}

.b-arsenal--img-abstraction-dark {
    background: url(/local/templates/webcom_2018/images/content-blocks/arsenal/default/abstraction-dark.jpg) no-repeat center/cover
}

.b-arsenal--img-abstraction-dark .b-arsenal__desc,
.b-arsenal--img-abstraction-dark .b-arsenal__item .b-item__desc,
.b-arsenal--img-abstraction-dark .b-arsenal__link,
.b-arsenal--img-abstraction-dark .b-arsenal__title {
    color: #fff
}

.b-arsenal__container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 48px 15px 52px
}

.b-arsenal__container > :last-child {
    margin-bottom: 0
}

.b-arsenal .b-arsenal__title {
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0 auto 24px;
    width: 70%;
}

.b-arsenal__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 42px;
    width: 100%
}

.b-arsenal__link {
    display: block;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.b-arsenal__link:hover {
    color: #5fd4ff;
    text-decoration: none
}

.b-arsenal__items {
    opacity: 0;
    padding: 0;
    margin: 0 0 32px;
    list-style: none
}

.b-arsenal__items.owl-loaded {
    opacity: 1;
}

.b-arsenal__items--opacity {
    padding: 32px 0 26px;
    position: relative;
    z-index: 1
}

.b-arsenal__items .owl-stage-outer {
    z-index: 1
}

.b-arsenal__items .owl-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: calc(100% + 2 * 18px + 2 * 24px);
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-arsenal__items .owl-nav button {
    width: 18px;
    height: 32px;
    position: absolute;
    background-size: contain;
    top: 50%;
}

.b-arsenal__items .owl-nav .owl-next.disabled,
.b-arsenal__items .owl-nav .owl-prev.disabled {
    opacity: .2;
    cursor: not-allowed
}

.b-arsenal__items .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-arsenal__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-arsenal__item .b-item__icon,
.b-arsenal__items .owl-dots {
    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-arsenal__items .owl-dots {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0
}

.b-arsenal__items .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(255, 255, 255, .4)
}

.b-arsenal__items .owl-dots .owl-dot.active {
    background: #fff
}

.b-arsenal__item {
    display: block;
    text-decoration: none
}

.b-arsenal__item .b-item__icon {
    margin-bottom: 16px
}

.b-arsenal__item .b-item__desc {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.sp-arsenal-default-icons_basket,
.sp-arsenal-default-icons_chat,
.sp-arsenal-default-icons_checklist,
.sp-arsenal-default-icons_circle,
.sp-arsenal-default-icons_doc,
.sp-arsenal-default-icons_learn,
.sp-arsenal-default-icons_mechanism,
.sp-arsenal-default-icons_mobile,
.sp-arsenal-default-icons_movie,
.sp-arsenal-default-icons_play,
.sp-arsenal-default-icons_search,
.sp-arsenal-default-icons_search-user,
.sp-arsenal-default-icons_target-bag,
.sp-arsenal-default-icons_user,
.sp-arsenal-default-icons_user-task {
    width: 1em;
    height: 1em
}

@media only screen and (max-width: 1199px) {
    .b-arsenal__items--opacity:after {
        height: calc(100% - 28px - 8px)
    }

    .b-arsenal--img-abstraction-dark {
        background: url(/local/templates/webcom_2018/images/content-blocks/arsenal/default/abstraction-dark1024.jpg) no-repeat center/cover
    }

    .b-arsenal__container {
        padding: 48px 24px 52px
    }

    .b-arsenal__container > :last-child {
        margin-bottom: 0
    }

    .b-arsenal__desc {
        margin-bottom: 32px
    }

    .b-arsenal__items--opacity {
        padding: 24px 0 0
    }

    .b-arsenal__items .owl-dots {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1023px) {
    .b-arsenal__container > :last-child {
        margin-bottom: 0
    }

    .b-arsenal--img-abstraction-dark {
        background: url(/local/templates/webcom_2018/images/content-blocks/arsenal/default/abstraction-dark768.jpg) no-repeat center/cover
    }

    .b-arsenal__container {
        padding: 40px 24px 44px
    }

    .b-arsenal__title {
        margin-bottom: 16px
    }

    .b-arsenal__desc {
        margin-bottom: 24px;
        line-height: 20px;
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .b-arsenal__items--opacity:after {
        height: calc(100% - 24px - 8px)
    }

    .b-arsenal--img-abstraction-dark {
        background: url(/local/templates/webcom_2018/images/content-blocks/arsenal/default/abstraction-dark640.jpg) no-repeat center/cover
    }

    .b-arsenal__container {
        padding: 32px 16px 36px
    }

    .b-arsenal__container > :last-child {
        margin-bottom: 0
    }

    .b-arsenal__title {
        width: 100%;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .b-arsenal__desc {
        margin-bottom: 20px
    }

    .b-arsenal__desc,
    .b-arsenal__link {
        line-height: 18px;
        font-size: 14px
    }

    .b-arsenal__items--opacity {
        padding-top: 24px
    }

    .b-arsenal__items .owl-dots {
        margin-top: 44px
    }

    .b-arsenal__item .b-item__icon {
        margin-bottom: 12px
    }

    .b-arsenal__item .b-item__desc {
        line-height: 18px;
        font-size: 14px
    }
}