a {
    text-decoration: none;
    color: #353535;
}

a:hover {
    text-decoration: underline;
}

br.clearfix {
    clear: both;
}

.form-block{
    padding-left: 10px;
}

h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    font-weight: normal;
    color: #7e0056;
    margin-bottom: 3px;
}

h1 {
    font-size: 1.75em;
}

h2  {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 17px;
    margin-top: 12px;
}
h5 {
    font-weight: bold;
}

p {
    margin-bottom: 1.5em;
}

h4 {
    margin-bottom: 0.35em;
}

a {
    color: #353535;
}

.submit{
    padding: 6px;
    background: none repeat scroll 0 0 #97A554;
     border-radius: 8px;
    -webkit-border-radius:8px; 
    -moz-border-radius:8px; 
    -khtml-border-radius:8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.input {
  height: 43px;
  padding: 0 0 10px;
  position: relative;
}
.input input {
  background: url("../images/bg_input.png") repeat scroll 0 0 transparent;
  border: 0 none;
  height: 22px;
  left: 17px;
  padding: 3px;
  position: absolute;
  top: 19px;
  width: 160px;
}
.right-circl {
  background: url("../images/circl-form.png") no-repeat scroll -17px 0 transparent;
  height: 28px;
  left: 100%;
  margin-left: -57px;
  position: absolute;
  top: 19px;
  width: 17px;
}
.left-circl {
  background: url("../images/circl-form.png") no-repeat scroll 0 0 transparent;
  height: 28px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 17px;
}
.textarea textarea {
  background: url("../images/textearia.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  height: 86px;
  padding: 3px;
  width: 200px;
}
body{
  margin: 0;
  background: #f1eee6;
}
#bg {
  position: absolute;
  left: 50%;
  margin-left: -1284px;
  margin-top: -340px;
  height: 1356px;
  width: 2588px;
  background-image: url("../images/background_index.jpg");
  background-size: cover;
  z-index: -1;
}
#common{
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 930px;
  overflow: hidden;
}
#content{
  position: absolute;
  top: 610px;
  left: 50%;
  margin-left: -450px;
  height: 230px;
  width: 900px;
}
#balls{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ball-item{
  width: 165px;
  height: 230px;
  float: left;
  text-align: center;
  font-weight: 800;
}

.ball-item a:hover{
    color: rgb(78, 21, 22);
}

.ball-item:first-of-type{
    width: 210px;
}
.ball-pict{
  height: 170px;
}
#ball1{
  background: url("../images/realty_ball.png") no-repeat;  
  background-size: cover;
}
#ball2{
  background: url("../images/car_ball.png") no-repeat;  
  background-size: cover;
}
#ball3{
  background: url("../images/bussines_ball.png") no-repeat; 
  background-size: cover;
}
#ball4{
  background: url("../images/equipment_ball.png") no-repeat;  
  background-size: cover;
}
#ball5{
  background: url("../images/security-ball.png") no-repeat; 
  background-size: cover;
}

.pict_hover{
    margin-right: 5px;
    display: none;
    float:right;
}

