
#qartez {
    position: absolute;
    top: 40%;
    left: 55%;
    border-radius: 3%;
    max-width: 50%;
    max-height: 50%;
    cursor: pointer;
}

#name1 {
    position: absolute;
    top: 15%;
    left: 7%;
    color: #1B546C;

}
#name1 input {
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #D38E26;
    height: 30px;
}
#email1 {
    position: absolute;
    top: 29%;
    left: 7%;
    color: #1B546C;
}
#email1 input {
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #D38E26;
    height: 30px;
}
#message1 {
    position: absolute;
    top: 44%;
    left: 7%;
    color: #1B546C;
}
#message1 textarea {
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #D38E26;
}
/*#capcha_image{
z-index:3;
position:absolute;
top:50%;
left:5%;
}*/
#send {
    position: absolute;
    top: 73%;
    left: 7%;
}
#send input {
    width: 65px;
    height: 30px;
    border-radius: 10px;
    background-color: #D38E26;
    color: #1B546C;
    font-size: 115%;
    cursor: pointer;
}
#qartezi_fon {
    position: relative;
    /* top:30%; */
    /* left:52%; */
    /* width:45%; */
    /* height:57%; */
    border: 1px solid #FAD792;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding-bottom: 30px;
}
#tvyalner {
    /* position:absolute; */
    /* top:75%; */
    /* left:20%; */
    /* width:75%; */
    color: #1B546C;
    outline: 0 solid red;
    text-align: center;
}

#map_canvas {
    /* width: 90%; */
    margin: 30px;
    height: 400px;
    /* position:absolute; */
    /* top:10%; */
    /* left:5%; */
    /* z-index:2; */
}
#map_canvas img {
    width: 100%;
}

h1#hh {
    margin-bottom: 30px;
}
@media screen and (max-width: 980px) {

}
