

.footer_new{
	height: 126px;
	background-color: rgb(18, 18, 18);
	padding: 32px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "OpenSans";
    font-weight: 400;
}
.footer_new .left{
	float: left;
}

.footer_new button.button.call {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    background: #bd854f;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    cursor: pointer;
    position: absolute;
    left: 428px;
    bottom: -74px;

}
.footer_new h3{
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 400;
}

.footer_new .border-left{

	border-left: 2px solid #bd854f;
    padding-left: 34px;
}

.footer_new .address{
	font-size: 12px;
}
.footer_new .timeWork{
	font-size: 12px;
	color: #a9a095;
}

.footer_new .phone{
	font-size: 26px;
    font-weight: 300;
}
.footer_new .copyright{
	margin-top: 59px;
    float: right;
}


.button.call .right{
	font-size: 11px;
}

.apartments .background {
    display: none;
}




.table{
    /*position: absolute;*/
    width: 100%;
    z-index: 9;
    margin-top: 100px;
    text-align: center;
    color: grey;
    border-spacing: 0;
    max-height: 612px;
    overflow-y: scroll
}

.table .head{
    width: 100%;
    height: 36px;
    background:  rgba(189, 133, 79, 0.89);
    color: white;
}



.table .body{
    width: 100%;
}

.table .row-table{
    width: 100%;
 
}

.table .row-item{
    width: 20%;
    float: left;
    height: 36px;
   
}

.border{
    border: 1px solid rgba(189, 133, 79, 0.51);
    height: 25px;
    padding: 5px;
}

.docs{
   position: absolute;
    width: 60%;
    left: 20%;
    bottom: -146px;
    text-transform: none; 
    text-align: center;
}

.docs a{
    color: #a9a095;
    font-size: 13px;
    text-decoration: underline;
    margin: 12px;
}
    

.table .cursor{
    cursor: pointer;
}

.apartments:after {
    content: none;
}

.apartments .contentBlock {
    min-height: 0px;
    padding: 15px;
    border: 1px solid #000;
}

.apartments .contentBlock h3 {
    padding: 50px 50px 0px 50px;
}

@media(max-width: 981px){
    .table .head {
        font-size: 9px;
    }
    .table .body{
        font-size: 12px;
    }
    .footer_new {
        height: 191px;
        padding: 21px 12px;
    }
    .footer_new .docs{
        left: 0px;
        width: 100%;
        bottom: -172px;
    }
    .footer_new .copyright {
              right: 0;
    bottom: -200px;
    position: absolute;
    }

    .footer_new button.button.call {
       left: unset; 
      bottom: -30px;
    position: absolute;
    right: 0;
    }    

    .apartments .contentBlock {
        padding: 0px;
        border: none;
    }
    .apartments .contentBlock h3 {
        top: -79px !important;
        padding: 0;
    }
}
