.body-rgba {
    background-color: rgba(0,0,0,0.1);
    min-height: 100%;
}
.new-content {
    background-color: #f8f8f8;
    border-radius: 6px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}
.new-content-block {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.new-breadcrumb-line {
    border-top: 2px solid #9AD835;
}
.article-list-link-img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.4) inset;
    transition: 0.2s;
}
.article-list-link-img:hover {
    box-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4) inset;
}
.article-img {
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
}
h1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.link_bottom, .link_bottom:active, .link_bottom:focus, .link_bottom:visited {
    color: #606060;
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: inset 1px 1px 2px rgba(154, 147, 140, 0.5);
    text-decoration: none;
    transition: 0.2s;
}
.link_bottom:hover {
    text-decoration: none;
    color: #606060;
    background-color: #e8e8e8;
    /*padding-left: 12px;
    padding-right: 8px;*/
    /*box-shadow: inset 1px 1px 2px rgba(154, 147, 140, 0.0);*/
}
.blocks-footer-links {
    background-color: rgba(0,0,0,0.2);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 10px;
}
.sovmestnie-putesh-photo-div {
    background-position: center center;
    background-size: cover;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.4) inset;
}


@media (min-width: 1px) and (max-width: 349px){
    
}
@media (min-width: 350px) and (max-width: 575px){
    
}
@media (min-width: 576px) and (max-width: 767px){
    
}
@media (min-width: 768px) and (max-width: 991px){
    
}
@media (min-width: 992px) and (max-width: 1199px){
    
}
@media (min-width: 1200px) and (max-width: 999999px){
    
}
