.loading{
    opacity: 1 !important;
}

/*
.article-small:hover,
.article-big:hover{
    background-color: #2d303a;
}
.blogArticles-line1 .article-small:hover span,
.blogArticles-line1 .article-big:hover span{
    color: white;
}

.blogArticles-line1 .article-small:hover p,
.blogArticles-line1 .article-big:hover p{
color: #54575e;
}
.blogArticles-line1 .article-small:hover img,
.blogArticles-line1 .article-big:hover img{
    opacity: 1;
}
.article-big{
    display:inline-block;
    background: #f1f6ff;
    width:calc(100%/3*2 - 60px);
}

.article-small>p,
.article-big>p{
    font-size: 14px;
    margin: 0 40px 60px 30px;

}
.article-big>p{
    display:block;
    padding-right:40px;
}
.article-small>span,
.article-big>span{
    display: block;
    margin: 30px 40px 25px 30px;
    font-size: 18px;
    font-weight: bold;
}
.article-small>img,
.article-big>img{
    opacity: 0.7;
    width: 100%;
    height: 240px;
}
.blogMore{
    display:block;
    width:100%;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    position:relative;
    cursor: pointer;
}
.blogMore:after{
    content:url('../svg/blog/arrow-Down.svg');
    position: absolute;
    bottom: -30px;
    right: 49%;
}
.blogMore:hover{
    background: #f1f6ff;
}
@media(max-width:850px){
    .article-small{
        width:calc(100%/2 - 30px);
    }
    .article-big{
        width:calc(100% - 30px);
        margin-bottom:10px;
    }
    .blogArticles-line1 .fourth {
         margin-left: 0;
    }
}

@media(max-width:1040px){
    .blogArticles-line1{
        padding:40px 0;
    }
}
@media(max-width:900px){
    .link:not(:first-child) .linkImg:before{
        content:none;
    }
}
@media(max-width:560px){
    .article-small
    {
        width:calc(100% - 30px);
    }
    .article-big>p{
        padding-right:0;
        height:460px;
    }
    .article-big{
        height:480px;
        margin: 0 20px 30px 20px;
        padding-bottom:10px;
    }
}
*/