@charset "utf-8";
/* CSS Document */

body {
    background: #ECECEC;
}

header {
    background: #e0e0e0;
    border-bottom: 1px solid #B6B6B6;
    box-shadow: 0px 3px 5px #A6A6A6;
    margin-bottom: 10px;
    font-weight: bold;
}

footer {
    background-color: #e2e2e2;
    padding: 15px;
    margin-top: 25px;
}

.head_phone, .head_syite, .head_email {
    color: #505050;
    text-shadow: 2px 2px 3px #9e9e9e;
    font-size: 21px;
    padding: 0px 16px;
    margin: 2px 0px;
    font-weight: bold;
}

.head_phone:hover, .head_syite:hover, .head_email:hover {
    color:#626262;
}

.logo {
    float: left;
    width: 90px;
    height: 90px;
    background-image: url(https://razvitum.ru/img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    margin-right: 10px;
}

.logo-name, .logo-name:hover {
    color: #505050;
    font-size: 32px;
    text-decoration: none;
    padding-bottom: 0px;
    font-weight: bold;
}