.horizontal-line {
    border-bottom:1px solid lightgrey;
    margin-right:10px;
    margin-left:10px;
}

.center_container{
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    width: 100%;
    background: rgba(253,253,253,0.98);
}

.hidden {
    display: none;
}

.block{
    border-top: 1px solid #efeff1;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
}

.block:first-of-type{
    border-top:0;
}


.razborka-item{
    vertical-align: top;
    background: white;
    border-radius: 5px;
}


.image_preloader{
    background-image: url(//st.vrazbore.com/images/loading2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

