/*
    template_grx.ru
*/

/* template */
/*======================================================================================*/

html,
body{
	min-height:100%;
}

body, #overflow, #header, #middle, #footer {
    min-width:320px;
}

.wrapper{
    margin:0px auto;
    max-width:1680px;
    position:relative;
}
#header{
    background: url("../images/design/header.png") top center no-repeat;
    background-size: 100% auto;
}
/* left */
#left{
	float:left;
    width: 270px;
    padding-right: 22px;
}

/* center */
#center{
	position:relative;
	min-height:500px;
    margin-left:275px;
    overflow: hidden;
    /*margin-right:260px;*/
}
.content {
  padding:0px 1px;
}

/* right */
#right {
    float: right;
}

/* footer */
#footer{
    background: url("../images/design/footer.png") bottom center no-repeat;
	position:relative;
	/*z-index:1;*/
}

/*======================================================================================*/
/* /template */


/* options_rize */
/*======================================================================================*/




.header_height{
	width:100%;
    aspect-ratio: 1442 / 318;
}

.container_block  {
    overflow:hidden;
    margin-left: 35px;
    margin-right: 35px;

}

.shadowBlock{
    background-image: url("../images/design/bblock.png");
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 1302px 100%;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    border-radius: 9px;
}
.beShadow{
    background: url("../images/design/bCross.png");
    padding: 30px 30px 20px 30px;
    position: relative;
}

.left_width {
    width:380px;
}

.center_space {
    /*display: table;*/
    padding-bottom:20px;
}


.right_wight {
    width:380px;
}
.footer_height{
	/*height:300px;*/
}
#mapa {
    height:400px;
    background: #fff;
    display: none;
}
/*======================================================================================*/
/* /options_rize */


/* design */
/*======================================================================================*/

#overflow {
   background: #fff;
}





/*======================================================================================*/
/* /design */


