.b-jalousie {
    overflow: hidden;
}

.b-jalousie .b-item__link {
    text-decoration: none;
}

.b-jalousie--gr-light {
    background: -webkit-linear-gradient(83.95deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
    background: -o-linear-gradient(83.95deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
    background: linear-gradient(6.05deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
}

.b-jalousie__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;
}

.b-jalousie__container > :last-child {
    margin-bottom: 0;
}

.b-jalousie__desc,
.b-jalousie__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
    color: #1c1c1c;
}

.b-jalousie__title {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    margin: 0 0 24px;
}

.b-jalousie__desc {
    font-weight: 400;
    line-height: 26px;
    font-size: 20px;
    margin: 0 0 42px;
}

.b-jalousie__items,
.b-jalousie__items--slider .owl-dots,
.b-jalousie__items--slider .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-jalousie__items {
    opacity: 0;
    padding: 0;
    list-style: none;
    width: 99.9%;
    margin: 0;
}

.b-jalousie__items.owl-loaded {
    opacity: 1;
}

.b-jalousie__items--slider .owl-stage {
    overflow: hidden;
    max-height: 336px;
}

.b-jalousie__items--slider .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-jalousie__items--slider .owl-nav button.owl-next,
.b-jalousie__items--slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 32px;
    background: url(/local/templates/webcom_2018/images/content-blocks/jalousie/default/arrow.svg) no-repeat center/contain;
}

.b-jalousie__items--slider .owl-nav button.owl-next.disabled,
.b-jalousie__items--slider .owl-nav button.owl-prev.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.b-jalousie__items--slider .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-jalousie__items--slider .owl-nav button.owl-next {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.b-jalousie__items--slider .owl-dots {
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 0;
}

.b-jalousie__items--slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(72, 110, 145, 0.4);
}

.b-jalousie__items--slider .owl-dots .owl-dot.active {
    background: #486e91;
}

.b-jalousie__items--slider .owl-item {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.b-jalousie__items--slider .owl-item.js-active {
    width: calc(1170px / 7 * 1.2) !important;
}

.b-jalousie__items--slider .owl-item.js-active .b-jalousie__item .b-item__text {
    color: #333;
}

.b-jalousie__items--slider .owl-item.js-active .b-jalousie__item .b-item__text:before {
    left: 0;
}

.b-jalousie__items--slider .b-jalousie__item {
    width: 100%;
}

.b-jalousie__item,
.b-jalousie__item .b-item__text:before {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.b-jalousie__item,
.b-jalousie__item .b-item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-jalousie__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: 1;
    position: relative;
    height: 336px;
}

.b-jalousie__item .b-item__link {
    padding-bottom: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-jalousie__item .b-item__text {
    position: relative;
    z-index: 1;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    margin: auto 0 0;
    width: 100%;
    padding: 0.5em 0.75em;
    background: -webkit-gradient(linear, left top, right top, from(#263d50), to(rgba(38, 61, 80, 0)));
    background: -webkit-linear-gradient(left, #263d50 0%, rgba(38, 61, 80, 0) 100%);
    background: -o-linear-gradient(left, #263d50 0%, rgba(38, 61, 80, 0) 100%);
    background: linear-gradient(90deg, #263d50 0%, rgba(38, 61, 80, 0) 100%);
    color: #fff;
    overflow: hidden;
    min-height: 56px;
}

.b-jalousie__item .b-item__text:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(40.33%, #fd0), to(rgba(255, 221, 0, 0)));
    background: -webkit-linear-gradient(left, #fd0 40.33%, rgba(255, 221, 0, 0) 100%);
    background: -o-linear-gradient(left, #fd0 40.33%, rgba(255, 221, 0, 0) 100%);
    background: linear-gradient(90deg, #fd0 40.33%, rgba(255, 221, 0, 0) 100%);
}

.b-jalousie__item .b-item__text--br-left {
    border-left: 10px solid #fd0;
}

@media only screen and (min-width: 1200px) {
    .b-jalousie__items--slider .owl-item:hover {
        width: calc(1170px / 7 * 1.2) !important;
    }

    .b-jalousie__items--slider .owl-item:hover .b-jalousie__item .b-item__text {
        color: #333;
    }

    .b-jalousie__items--slider .owl-item:hover .b-jalousie__item .b-item__text:before {
        left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .b-jalousie__container {
        padding: 48px 24px;
    }

    .b-jalousie__container > :last-child {
        margin-bottom: 0;
    }

    .b-jalousie__desc {
        margin-bottom: 32px;
    }

    .b-jalousie__items--slider .owl-item.js-active {
        width: calc((100vw - 2 * 24px) / 5 * 1.2) !important;
    }
}

@media only screen and (max-width: 1023px) {
    .b-jalousie--gr-light {
        background: -webkit-linear-gradient(82.27deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
        background: -o-linear-gradient(82.27deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
        background: linear-gradient(7.73deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
    }

    .b-jalousie__container {
        padding: 40px 24px;
    }

    .b-jalousie__container > :last-child {
        margin-bottom: 0;
    }

    .b-jalousie__title {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .b-jalousie__desc {
        margin-bottom: 24px;
        line-height: 20px;
        font-size: 16px;
    }

    .b-jalousie__item .b-item__text {
        line-height: 18px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .b-jalousie--gr-light {
        background: -webkit-linear-gradient(74.38deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
        background: -o-linear-gradient(74.38deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
        background: linear-gradient(15.62deg, rgba(167, 188, 213, 0) 6.28%, rgba(105, 139, 178, 0.12) 90.73%);
    }

    .b-jalousie__container {
        padding: 32px 16px;
    }

    .b-jalousie__container > :last-child {
        margin-bottom: 0;
    }

    .b-jalousie__title {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .b-jalousie__desc {
        margin-bottom: 20px;
        line-height: 18px;
        font-size: 14px;
    }

    .b-jalousie__items--slider .owl-stage {
        max-height: 260px;
    }

    .b-jalousie__items--slider .owl-dots {
        margin-top: 32px;
    }

    .b-jalousie__items--slider .owl-item.js-active {
        width: calc((100vw - 2 * 16px) / 3 * 1.2) !important;
    }

    .b-jalousie__item {
        height: 260px;
        background-size: auto calc(336 / 260 * 100%);
    }

    .b-jalousie__item .b-item__link {
        padding-bottom: 32px;
    }

    .b-jalousie__item .b-item__text {
        line-height: 14px;
        font-size: 10px;
        padding: 1.5em 0.4em;
    }

    .b-jalousie__item .b-item__text--br-left {
        border-left-width: 2px;
    }
}
