#ktn_preloader .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #006D52;/*#rgb(92, 49, 89)*/
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#ktn_preloader .sk-cube-grid {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#ktn_preloader .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#ktn_preloader .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#ktn_preloader .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#ktn_preloader .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ktn_preloader .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#ktn_preloader .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ktn_preloader .sk-cube7 {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

#ktn_preloader .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ktn_preloader .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* Одиночный блок новости */
.news {
    display: inline-block;
    width: 385px;
    height: 250px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.news:before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.65);
    position: absolute;
    left: 0;
}

    .news:hover:before {
        background: rgba(0,0,0,0.5);
        cursor: pointer;
        color: #ffffff;
    }

.news_area {
    font-family: "MuseoSansCyrl_500";
    color: #ffffff;
}

.news_date {
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 11pt;
    color: #f2f2f2;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.news_title {
    font-family: "MuseoSansCyrl_700";
    font-size: 16pt;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    margin: 5px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 80px;
}

img.news_icon,
.news_content > span {
    width: 40px;
    position: absolute;
    left: 45%;
}

img.news_icon {bottom: 35px;}

.news_content > span {
    font-size: 11pt;
    bottom: 15px;
}

@media screen and (max-width: 950px) {
    .news {width: 450px;}
}

@media screen and (max-width: 1760px) {
    .news:nth-child(10),
    .news:nth-child(11),
    .news:nth-child(12) {display: none;}
}

@media screen and (max-width: 1355px) {
    .news:nth-child(7),
    .news:nth-child(8),
    .news:nth-child(9) {display: none;}
}