.masonry_new {
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em; 
    font-size: .85em;
    -moz-column-gap: 1.5em; 
    -webkit-column-gap: 1.5em; 
}
.item_new {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-shadow: 2px 2px 4px 0 #ccc; 
	border:1px solid #0085B2; /*#EEEEEE*/ 
}
img, iframe {
max-width: 100%;
height: auto;
display: block;
}
.item_new {color:#626262;font-family:"lato-regular",Helvetica,Arial,sans-serif;
} 
.item_new a {
text-decoration: none;
color: #0085B2;
margin: 0 10px;
}
.item_new a:hover {
color: #0085B2;    
border-bottom: 1px dotted #9F1D35;
}    
@media only screen and (min-width: 400px) {
    .masonry_new {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry_new {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry_new {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry_new {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .bloki {
        width: 1260px;
    }
}  