#map {
            width: 100%;
            height: 90%;
    text-align: left;
        }

p.descr {font:bold 18px Arial, sans-serif;
color: #4c4b4b;
text-align:center;
}

.layout { 
    overflow: hidden; /* Отмена обтекания */ 
   }
   .col1, .col2s{ 
    width: 50%; /* Ширина колонок */
    float: left; /* Создаем колонки */ 
   height: 700px;}
   .layout div div {
    margin: 10 5px; /* Отступы */
    padding: 7px; /* Поля */
    height: auto; /* Высота колонок */ 
    color: #3e3e3e; /* Цвет текста */
    display: inline-block;
   } 

.col1 p {font:bold 16px Arial, sans-serif;
color: #4c4b4b;
text-align:left;
padding-top:20px;}

.time_text {
display: inline-block;
font: 16px Arial, sans-serif;
color: #4c4b4b;
text-align:left;
margin-top: 20px;}



#form_map {
text-align: center;
background: #222 url(../img/maps_bg.png) no-repeat right bottom;}

#form_map h2.title {color: #fff;
}


#form_new .right {width: 350px;
right: 0;
margin-left: 480px;
margin-top: -330px;}

#form_new input[type="text"],
#form_new textarea {
    font: 14px/14px Arial, sans-serif;
    color: #222;
    width: 100%;
    padding: 15px; 20px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
       border-radius: 4px;
}

#form_new input[type="text"] {
height: 50px;
border: 1px solid #f29f3a;}



::-webkit-input-placeholder {
font: bold Arial, sans-serif;
color: #bbb;
text-transform: uppercase;}

::-moz-placeholder {
font: bold Arial, sans-serif;
color: #bbb;
text-transform: uppercase;
}



.btn_form {
    display: inline-block;
    background: #f9b000;
    padding: 15px 75px;
    margin-top: -15px;
    font: 16px Arial, sans-serif;
    text-transform: none;
    color:#ffffff;
    cursor: pointer;
    
-webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
       border-radius:3px;
}

.btn_form:hover{background: #f9b000;
color: #FFF;}

