/* News */
#news {
    background-image: url("/bitrix/templates/ugok/img/news_background.png");
}

.news-item {
    color: #fff;
    display: block;
}

.news-item .info {
    height: 100%;
    position: relative;
    top: -100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news-item:hover .info {
    width: 100%;
    left: 0;
}

.news-item .info .title {
    margin: 0;
    text-transform: uppercase;
    padding: 15px 20px;
}

.news-item .info .title {
    font-size: 26px;
    height: 30%;
    line-height: 98%;
}

.news-item .info .description {
    height: 55%;
    font-size: 15px;
    padding: 15px 20px;
}

.news-item .info .detail-link {
    height: 15%;
    line-height: 15%;
    font-size: 26px;
}

.news-item.news-small-panel .info .title {
    font-size: 16px;
    line-height: 100%;
}

.news-item.news-small-panel .info .description {
    height: 45%;
    font-size: 13px;
    line-height: 125%;
}

.news-item.news-small-panel .info .detail-link {
    height: 25%;
    line-height: 25%;
    font-size: 20px;
    margin-bottom: 10%;
}

.news-item .info .detail-link:before {
    background: #ff1520;
    content: " ";
    height: 2px;
    width: 10%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    left: 0;
    margin-bottom: 8px;
    margin-right: 10px;
}

.news-item:hover .info .detail-link:before {
    width: 15%;
}

.news-item .info .detail-link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    margin-left: 10px;
    padding-left: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 18px;
}

.news-item.news-small-panel .info .detail-link i {
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 16px;
}

/* XS */
@media (max-width: 767px) {
    #carousel .item {
        height: 400px;
    }

    .news-big-panel {
        height: 430px;
    }

    .news-small-panel {
        height: 200px;
    }

    .news-item .info {
        width: 100%;
        left: 0;
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    .news-big-panel {
        height: 430px;
    }

    .news-small-panel {
        height: 200px;
    }

    .news-item .info {
        width: 50%;
        left: 50%;
    }
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .news-big-panel {
        height: calc(100vh - 80px - 120px - 30px);
    }

    .news-small-panel {
        height: calc(50% - 7.5px);
    }

    .news-item .info {
        width: 50%;
        left: 50%;
    }
}

/* LG */
@media (min-width: 1200px) {
    .news-big-panel {
        height: calc(100vh - 80px - 120px - 30px);
    }

    .news-small-panel {
        height: calc(50% - 7.5px);
    }

    .news-item .info {
        width: 50%;
        left: 50%;
    }
}