.b-slider-two-row {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
}

.b-slider-two-row--img-card-dark {
    background: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark.jpg) no-repeat center/cover;
}

.b-slider-two-row--img-card-dark .b-slider-two-row__desc,
.b-slider-two-row--img-card-dark .b-slider-two-row__link,
.b-slider-two-row--img-card-dark .b-slider-two-row__title {
    color: #fff;
}

.b-slider-two-row__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-slider-two-row__container > :last-child {
    margin-bottom: 0;
}

.b-slider-two-row__title {
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.b-slider-two-row__desc {
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    margin: 0 0 70px;
}

.b-slider-two-row__items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 32px;
    list-style: none;
}

.b-slider-two-row__items--line {
    position: relative;
}

.b-slider-two-row__items--line:after {
    content: "";
    display: block;
    width: 75%;
    min-width: 200px;
    height: 1px;
    background: #b3cbdc;
    margin: 0 auto;
}

.b-slider-two-row_swiper-container {
    opacity: 0;
}

.b-slider-two-row_swiper-container.swiper-container-initialized {
    opacity: 1;
}

.b-slider-two-row__arrow-wrap {
    position: relative;
    width: 100%;
}

.b-slider-two-row_swiper-container {
    width: 100%;
    height: 300px;
}

.b-slider-two-row_swiper-wrapper {
    padding-bottom: 24px;
}

.swiper-slide {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.b-slider-two-row__item {
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition-property: transform;
    /* max-width: calc(99.9% / 6); */
}

.b-slider-two-row .b-item__img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.b-slider-two-row__nav {
    position: absolute;
    display: block;
    top: 50%;
    width: 18px;
    height: 32px;
    background: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/arrow.svg) no-repeat center/contain;
    cursor: pointer;
}

.b-slider-two-row__nav.disabled {
    opacity: 0.2;
    cursor: auto;
}

.b-slider-two-row__nav-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -32px;
}

.b-slider-two-row__nav-next {
    -webkit-transform: translateY(-50%) rotate(180deg);;
    -ms-transform: translateY(-50%) rotate(180deg);;
    transform: translateY(-50%) rotate(180deg);;
    right: -32px;
}

.b-slider-two-row__pagination {
    display: none;
}

.b-slider-two-row__items .b-slider-two-row__pagination {
    bottom: 0;
    margin: 0 auto 32px;
}

.b-slider-two-row__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.4);
}

.b-slider-two-row__pagination .swiper-pagination-bullet.active {
    background: #fff;
}

.b-slider-two-row__link {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.b-slider-two-row__link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 320px) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark320.jpg);
    }
}

@media only screen and (min-width: 768px) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark768.jpg);
    }
}

@media only screen and (min-width: 1024px) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark1024.jpg);
    }
}

@media only screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), only screen and (min-width: 320px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 320px) and (min-resolution: 192dpi), only screen and (min-width: 320px) and (min-resolution: 2dppx) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark320@2x.jpg);
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark768@2x.jpg);
    }
}

@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark1024@2x.jpg);
    }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
    .b-slider-two-row--img-card-dark {
        background-image: url(/local/templates/webcom_2018/images/content-blocks/slider-two-row/default/card-dark@2x.jpg);
    }
}

@media only screen and (max-width: 1199px) {
    .b-slider-two-row__container {
        padding: 48px 24px;
    }

    .b-slider-two-row__container > :last-child {
        margin-bottom: 0;
    }

    .b-slider-two-row__desc {
        margin-bottom: 48px;
    }

    .b-slider-two-row__items--line:after {
        margin-bottom: 24px;
    }

    .b-slider-two-row__pagination {
        display: block;
    }

    .b-slider-two-row__nav {
        display: none;
    }


    .b-slider-two-row__item {
        /* max-width: calc(99.9% / 5);
        margin-bottom: 40px; */
    }
}

@media only screen and (max-width: 1023px) {
    .b-slider-two-row__container {
        padding: 40px 24px;
    }

    .b-slider-two-row__container > :last-child {
        margin-bottom: 0;
    }

    .b-slider-two-row__title {
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .b-slider-two-row__desc {
        margin-bottom: 40px;
        line-height: 20px;
        font-size: 16px;
    }

    .b-slider-two-row__item {
        /* max-width: calc(99.9% / 4);
        margin-bottom: 32px; */
    }
}

@media only screen and (max-width: 767px) {
    .b-slider-two-row__container {
        padding: 32px 16px;
    }

    .b-slider-two-row__container > :last-child {
        margin-bottom: 0;
    }

    .b-slider-two-row__title {
        line-height: 26px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .b-slider-two-row__desc {
        margin-bottom: 32px;
        line-height: 16px;
        font-size: 14px;
    }

    .b-slider-two-row__item {
        /* padding-left: 0;
        padding-right: 0;
        max-width: calc(90% / 2);
        margin-bottom: 24px; */
    }

    .b-slider-two-row__link {
        line-height: 16px;
        font-size: 14px;
    }
}
