.big-top-title{
    float:left;
    width:100%;
    font-size:32px;
    color:#333333;
    margin-top:50px;
    margin-bottom:20px;
}
.big-top-title1 {
    margin-top:30px !important;
}
.blue-container{
    float:left;
    width:100%;
    padding:20px 0px;
    box-sizing:border-box;
    background: #094BA2;
    padding-bottom:65px;
}
.logo-eu{
    width:300px;
    float:left;
}
.logo-eu img{
    width:100%;
    float:left;
}
.all-news{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.all-news .news-box{
    width:calc(33.33% - 14px);
}
.img-wrap{
    max-height: 140px;
}
.img-wrap img{
    float:left;
    width:100%;
    object-fit:contain;
}
.white-title{
    float:left;
    width:100%;
    color:#fff;
    font-size:16px;
    font-weight: 600;
    line-height: 24px;
    margin-top:5px;
}
.white-title:hover{
    color:#000;
}
.top-title{
    float:left;
    width:100%;
    display:flex;
    margin-top:50px;
    margin-bottom:30px;
    align-items: center;
    justify-content: space-between;
}
.top-title h2{
   color:#333333;
   font-size:32px;
}
.top-title .line-grey{
    background: #333;
    height: 2px;
    width:calc(100% - 580px);
    margin-top:10px;
}
.all-bottom-news{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.see-all{
   font-size:14px;
   font-weight: 600;
   color:#333333;
}
.black-title{
   float:left;
    width:100%;
    color:#333;
    font-size:16px;
    font-weight: 600;
    line-height: 21px;
}
.bottom-news-box{
    width:calc(33.33% - 14px);
    float:left;
    display:flex;
    flex-direction:column;
    gap:10px;

}
.bottom-news-box .img-wrap{
    max-height: 200px;
}
.mobile-view{
    display:flex;
    gap:10px;
    flex-direction:column;
}
.stats{
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    font-size:12px;
}
.stats .date{
    position:relative;
    padding-left:8px;
    box-sizing:border-box;
}
.stats .date:before{
    position:absolute;
    content:"";
    left:0px;
    top:7px;
    width:3px;
    height: 3px;
    background:#E94812 ;
}
.stats .time{
   position:relative;
    padding-left:15px;
    box-sizing:border-box;
}
.stats .time:before{
    position:absolute;
    content:"";
    left:2px;
    top:3px;
    width:10px;
    height: 10px;
    background:url("../img/evroizbori/clock.svg") no-repeat center;
    background-size:100%;

}
.grey-part{
    float:left;
    width:100%;
    background:#EDECED ;
    border-radius:5px;
    padding:30px 20px;
    box-sizing:border-box;
    margin-top:30px;
}
.grey-part .big-top-title{
    margin-top:0px;
}
.all-logos{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.logo-box{
    width:calc(20% - 25px);
    background: #fff;
    max-height: 105px;
    display:flex;
    padding:15px;
    box-sizing:border-box;
}
.logo-box img{
    width:100%;
    object-fit:contain;
}
@media screen and (max-width: 990px){
   .bottom-news-box{
       width:100%;
       flex-direction:row;
   }
   .all-news .news-box{
    width:calc(50% - 10px);
}
.bottom-news-box .img-wrap {
    max-height: 120px;
    width: 200px;
    flex-shrink: 0;
}
}
@media screen and (max-width: 800px){
    .profile-box{
        width:44%;
    }
   .all-news{
       flex-wrap:wrap;
   }
   .news-box{
       width:calc(50% - 10px);
   }
   .logo-box {
    width: calc(26% - 25px);
    background: #fff;
    max-height: 105px;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
}
}

@media screen and (max-width: 650px){
    .all-news .news-box{
    width:100%;
}
.img-wrap {
        max-height: inherit;
        height: inherit;
    }
    .all-bottom-news{
        flex-wrap:wrap;
    }
    .bottom-news-box{
        width:100%;
    }
    .top-title h2 {
        font-size:25px;
    }
}
@media screen and (max-width: 600px){
    .profile-box{
        width:100%;
    }
}
@media screen and (max-width: 500px){
    .mobile-view{
        gap:2px;
    }
   .news-box {
        width: 100%;
    }
    .img-wrap{
        max-height: inherit;
        height: inherit;
    }
    .big-top-title {
        float: left;
        width: 100%;
        font-size: 23px;
        color: #333333;
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .logo-box{
        width:calc(50% - 10px);
    }
    .logo-eu{
        width:50%;
        float:left;
    }
    .logo-eu img{
        width:100%;
    }
    .bottom-news-box .img-wrap {
        max-height: 70px;
        width: 120px;
        flex-shrink: 0;
    }
    .black-title{
        font-size:15px;
        line-height: 18px;
        font-weight: 600;
        margin-top: -3px;
    }
    .profile-box {
        margin-bottom: 7%;
    }
    .big-top-title1 {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 400px){
.top-title h2 {
        font-size: 21px;
    }
    .bottom-news-box{
        width:100%;
    }
    .top-title{
        flex-wrap:wrap;
        margin-top:20px;
        margin-bottom:20px;
    }



}
