@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300,400italic&subset=latin,cyrillic-ext);


header {
    
    
}

.line {
    width: 100%;
    background-color: #e3e3e3;
    height: 35px;
    display: inline-table;
    font-size: 14px;
    padding: 10px 25px;
}

.line .phone {
    color: #6c6c6c;
    font-family: 'Ubuntu',arial,sans-serif;
}

.line .phone strong{
    color:#34b8da;;
}

.line .address {
    float:right;
    text-align:right;
    color: #6c6c6c;
    font-family: 'Ubuntu',arial,sans-serif;
}

.line i {
    margin-right: 5px;
    color: #36a8af;
}




.head {
    background-image: url(../img/bg-header.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.head-fon {
    background-color: rgba(62, 62, 62, 0.7);
    padding: 50px;
    display: -webkit-box;
}


.head .logo img{
width:450px;
}
.head .link {
    padding: 65px 0;
    text-align: right;
    padding-right:15px;
}

@media (max-width: 992px) {
    
    .head-fon {
        padding: 10px;
    }
    .line, .line .address, .line .phone {
        text-align: center;
    }    
    .head .logo {
        text-align: center;
    }
    .head .logo img{
        width:300px;
        
    }
    .head .link {
        padding: 40px 0;
        text-align: center;
        padding-right:15px;
    }
}









.head .link a {
    padding: 15px;
    margin-left: 20px;
    border: 2px solid #52b9d3;
    border-radius: 10px;
    color: #55bcd6;
        -moz-transition: 0.3s 0.1s ease;
    -o-transition: 0.3s 0.1s ease;
    -webkit-transition: 0.3s 0.1s ease;
    font-weight: bold;
}


.head .link a:hover {
    color:#fff;
    background-color: #52b9d3;
    text-decoration: none;
}

.head .link a i {
    margin-right: 10px;
}




 #go, #map {
     font-family: 'Ubuntu',arial,sans-serif;
     text-align:center;
 }
 
 
 #go h1 {
     text-align:center;
 }
 
 #go img{
    display: block;
    max-width: 100%;
    height: auto; 
    margin: 20px auto;
    text-align: center;
 }
 
 
 #go p {
    font-size: 16px;
 }
 
 #go .patch_otst {
    margin-top: 50px;
 }
 
 
 #go .krug_number {
     width: 100%;
    text-align: center;
    font-size: 25px;
    background-color: #3e3e3e;
    color: #44acc6;
    border: 3px solid #428bca;
    margin-bottom: 20px;
 }
 
 
 footer {
     margin-top:100px;
     background-color: #3e3e3e;
    padding: 20px;
    display: -webkit-box;
    color:#fff;
    text-align: center;
 }
 


    
 
 
 
 
 
 
 
 
 
 