* {
    box-sizing: border-box;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.jlb-container {
    width: 100%;
}

.jlb-header {
    background-image: linear-gradient(#0c77a1, #27a9dd);
    height: 30px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}

.jlb-header .jlb-header__image-block {
    height: 90px;
    position: relative;
}

.jlb-header .jlb-header__image-block .jlb-header__logo {
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

.jlb-header .jlb-header__image-block .jlb-header__logo > a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.jlb-header .jlb-header__image-block .jlb-header__logo img {
    height: 100%;
}

.jlb-header .jlb-header__image-block .jlb-header__slogan {
    display: none;
}


.jlb-header .jlb-header__navigations {
    position: absolute;
    z-index: 10002;
    left: 0;
    top: 30px;
    display: none;
    list-style: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    background-image: linear-gradient(#27a9dd, #60bde1);
}

.jlb-header__navigations-mask {
    z-index: 10001;
    position: fixed;
    left: 0;
    top: 30px;
    width: 100vw;
    height: 100vh;
    background: #00000088;
    display: none;

}

.jlb-header .jlb-header__navigations > li {
    position: relative;
    z-index: 10002;
    padding: 0 40px;
    line-height: 34px;
    text-align: center;
}

.jlb-header .jlb-header__navigations > li a {
    text-decoration: none;
    color: white;
}

.jlb-header .jlb-header__navigations > li a:hover {
    color: black;
}

.jlb-header .nk-icon-burger {
    position: absolute;
    z-index: 1100;
    right: 5px;
    top: 5px;
    color: white;
}

.jlb-main {
    margin-top: 30px;
}


.jlb-footer {
    font-size: .75rem;
    background: #ebebeb;
}

.jlb-footer p {
    margin-bottom: 0;
}

.jlb-footer .jlb-footer-cont {
    padding: 22px 0;
}

.jlb-footer .jlb-footer-cont .container {
    position: relative;
}

.jlb-footer .jlb-footer-item + .jlb-footer-item {
    margin-left: 0;
}

.jlb-footer .jlb-footer-item.qrcord {
    width: 100px;
    margin: 10px auto;
    position: relative;
}

.jlb-footer .jlb-footer-item.qrcord img {
    width: 100%;
}

.jlb-footer-split {
    display: none;
    width: 2px;
    background: #5f5f5f;
    height: 15px;
    margin: 0 5px;
    transform: translateY(2.5px);
}

.main-carousel .carousel-cell {
    width: 100%;
    height: calc(100vw / 13 * 5);
}

.main-carousel .carousel-cell img {
    width: 100%;
}


.news-main {
}

.news-main .news {
}


.news-main .news .news-list {
    width: 100%;
}

.news-main .news .news-list .news-item {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.news-main .news .news-list .news-item .news-wrapper {
    background: white;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .03);
}

.news-main .news .news-list .news-item .news-wrapper .news-image {
    width: 100%;
    overflow: hidden;
}

.news-main .news .news-list .news-item .news-wrapper .news-image .image-wrapper {
    width: 100%;
}

.news-main .news .news-list .news-item .news-wrapper .news-image .image-wrapper .image {
    width: 100%;
}

.news-main .news .news-list .news-item .news-wrapper .news-content {
    padding: 25px 30px;
}

.news-main .news .news-list .news-item .news-wrapper .news-content .news-title {
    font-size: 18px;
}

.news-main .news .news-list .news-item .news-wrapper .news-content .news-title a {
    color: black;
}

.news-main .news .news-list .news-item .news-wrapper .news-content .news-text {
    height: 144px;
    font-size: 15px;
    overflow: hidden;
    margin-top: 12px;
}

.news-main .news .news-list .news-item .news-wrapper .news-content .news-date {
    color: #171717;
    font-size: .84rem;
    text-transform: uppercase;
    font-weight: 500;
}


@media (min-width: 576px) {
    .jlb-container {
        width: 1024px;
        margin: 0 auto;
    }

    .jlb-header {
        background-image: linear-gradient(#0c77a1, #27a9dd);
        height: 125px;
        position: static;
    }

    .jlb-header .jlb-header__image-block .jlb-header__logo {
        height: 60px;
        left: 0;
        top: 15px;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .jlb-header .jlb-header__image-block .jlb-header__logo > a {
        color: white;
        text-decoration: none;
        font-size: 1.6rem;
    }

    .jlb-header .jlb-header__image-block .jlb-header__slogan {
        display: block;
        color: #866e26;
        position: absolute;
        right: 100px;
        top: 20px;
        font-style: italic;
        font-size: 16px;
    }

    .jlb-header .jlb-header__image-block .jlb-header__slogan p {
        margin-bottom: 0;
    }

    .jlb-header .jlb-header__navigations {
        width: auto;
        position: static;
        list-style: none;
        background: #60bde1;
        height: 34px;
        max-width: 1024px;
        border: none;
        display: inline-block;
        padding: 0;
        margin-bottom: 0;
    }

    .jlb-header .jlb-header__navigations > li {
        float: left;
        height: 100%;
        position: relative;
        padding: 0 40px;
        line-height: 34px;
    }

    .jlb-header .jlb-header__navigations > li a {
        text-decoration: none;
        color: white;
    }

    .jlb-header .jlb-header__navigations > li a:hover {
        color: #eee;
    }

    .jlb-header .jlb-header__navigations > li + li:before {
        /*content: '';*/
        /*background: url(/img/jlb_nav_border.jpg);*/
        /*height: 100%;*/
        /*width: 1px;*/
        /*display: block;*/
        /*position: absolute;*/
        /*left: 0;*/
    }

    .jlb-header__navigations-mask {
        display: none;
    }

    .jlb-header .nk-icon-burger {
        display: none;
    }

    .jlb-main {
        margin-top: 0;
    }

    .jlb-footer {
        font-size: .95rem;
    }

    .jlb-footer .jlb-footer-item {
        float: left;
    }

    .jlb-footer .jlb-footer-item + .jlb-footer-item {
        margin-left: 20px;
    }
    .jlb-footer-split {
        display: inline-block;
    }
    .jlb-footer .jlb-footer-cont {
        padding: 44px 0;
    }

    .jlb-footer .jlb-footer-item.qrcord {
        width: 100px;
        position: absolute;
        right: 0;
        top: -25px;
        margin: 0;
    }

    .main-carousel {
        min-width: 1024px;
    }

    .news-main .news .news-list .news-item {
        float: left;
        width: 33.3%;
        padding: 0 20px;
    }
}