.articles-slider-layout {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 45px 0;
}

.articles-slider-layout .layout-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.articles-slider-layout .cell-main {
    width: 75%;
}

.articles-slider-layout .cell-main .swiper {
    position: absolute;
    left: 0;
    top: 0;
    right: 2px;
    height: 100%;
}

.articles-slider-layout .cell-center .swiper-coll-container,
.articles-slider-layout .cell-center .swiper {
    height: 578px;
    position: relative;
}

.articles-slider-layout .cell-center .swiper-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.articles-slider-layout .cell-right {
    width: 25%;
}

.articles-slider-layout .cell-right .articles-stat-block {
    background: white;
    position: relative;
    height: 100%;
}

.articles-slider-layout .cell-right .title {
    padding: 0 36px 0;
    font-size: 19px;
    font-weight: bold;
    color: #333;
}

.articles-slider-layout .cell-right .articles {
    margin: 37px 36px;
    position: relative;
}

.articles-slider-layout .cell-right .articles:last-child {
    margin-bottom: 0;
}

.articles-slider-layout .cell-right .articles:before {
    content: '';
    position: absolute;
    background: #eaeaea;
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -11px;
}

.articles-slider-layout .cell-right .articles:last-child:before {
    display: none;
}

.articles-slider-layout .cell-right .articles-title {
    text-decoration: none;
    height: 50px;
    overflow: hidden;
    line-height: 17px;
    color: #000;
}

.articles-slider-layout .cell-right .articles-title:hover {
    color: orange;
}

.articles-slider-layout .cell-right .articles-pub-date {
    color: #999;
    font-size: 12px;
    position: relative;
    top: -8px;
}

.articles-slider-layout .cell-right .articles-title,
.articles-slider-layout .cell-right .articles-pub-date {
    margin-left: 115px;
    display: inline-block;
}

.articles-slider-layout .cell-right .articles-image {
    position: absolute;
    display: block;
    width: 100px;
    height: 65px;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.articles-slider-layout .cell-main .articles {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 2px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-decoration: none;
}

.articles-slider-layout .cell-main .articles-title {
    font-size: 24px;
    line-height: 28.8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 15px 15px 0;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
    display: block;
    top: 15px;
    opacity: 0;
}

.articles-slider-layout .cell-main .articles-anonce {
    position: relative;
    font-size: 13px;
    top: 10px;
    opacity: 0;
}

.articles-slider-layout .cell-main .description-block {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    padding: 25px 30px;
    opacity: 0;
    transition: all 240ms ease-out;
}

.articles-slider-layout .cell-main .description-block.-visible {
    opacity: 1;
}

.articles-slider-layout .cell-main .description-block.-visible .articles-title {
    top: 0;
    opacity: 1;
    transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.articles-slider-layout .cell-main .description-block.-visible .articles-anonce {
    top: 0;
    opacity: 1;
    transition: all 800ms 200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.articles-slider-layout .cell-center .swiper-slide {
    height: 194px;
    width: 99%;
}

.articles-slider-layout .cell-center .articles-block {
    position: relative;
    height: 190px;
    width: 100%;
    box-sizing: border-box;
}

.articles-slider-layout .cell-center .swiper-slide:last-child .articles-block {
    margin-bottom: 0;
}

.articles-slider-layout .cell-center .articles {
    display: block;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-decoration: none;
}

.articles-slider-layout .cell-center .description-block {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    padding: 20px;
    opacity: 0;
    transition: all 240ms ease-out;
    overflow: hidden;
}

.articles-slider-layout .cell-center .articles:hover .description-block {
    opacity: 1;
    height: 94px;
}

.articles-slider-layout .cell-center .articles-title {
    display: block;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
    font-weight: normal;
    line-height: 20px;
}

.articles-slider-layout .cell-center .articles-anonce {
    display: block;
    font-size: 13px;
    height: 42px;
    line-height: 14px;
    overflow: hidden;
    margin-top: 4px;
}

.articles-slider-layout .articles-donate {
    margin: 30px 36px;
}

.articles-slider-layout .donate-title {
    color: #717171;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 11px 0;
}
