.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.just_adres, .adres_samov
{
    font-size: 10px;
    display: block;
}
.adres_samov
{
    margin-bottom: 5px;
}
.orang
{
color:#f7a92a;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
.block_kontent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 82px;
    display: none;
}
.image_block {
    margin-left: -30px;
    margin-bottom: -20px;
    margin-right: -30px;
    min-height: 260px;
    position: relative;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.image_block span.add {
    position: absolute;
    color: #fff;
    bottom: 50%;
    left: 15%;
    background: #84a94d;
    display: inline-block;
    padding: 2px 22px;
    border-radius: 17px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    font-family: "roboto-bold";
    box-shadow: 0.5px 0.9px 39.7px 9.3px rgba(0,0,0,.35);
}
span.no_senks {
    position: absolute;
    right: 30px;
    color: #d0cfcf;
    bottom: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}