html,
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button {
    margin: 0;
    padding: 0;
    font:
        12px Georgia,
        "Times New Roman",
        Times,
        serif;
    color: #5f6368;
}
ul,
ol {
    font-size: 16px;
    margin-bottom: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}
th {
    padding: 5px;
}
textarea {
    overflow: auto;
    resize: none;
}
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
html[xmlns] .clearfix,
.clearfix {
    display: block;
}
* + html .clearfix {
    display: inline-block;
}
a {
    color: #087de1;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    color: #087de1;
}
strong,
b {
    font-weight: bold;
}
body {
    min-width: 100px;
    max-width: 2000px;
    height: auto;
    overflow-x: auto;
}
.wrapper,
.header,
.footer {
    
    
    min-width: 100px;
    max-width: 1000px;
    margin: 0 auto;
}
.header {
    padding-top: 20px;
    color: #1d1d1b;
    
    height: 100px;
}
.top {
    height: 80px;
    width: 1000px;
}
.menu {
     min-width: 100px;
    max-width: 1000px;
    margin-bottom: 50 px;
    margin-top: 20 px;
    position: relative;
}
.logo {
    float: left;
    width: 270px;
    height: 100px;
}
.name {
    float: left;
    height: 100px;
    width: 445px;
    cursor: pointer;
    text-align: center;
}
.name p {
    float: left;
    color: #c55b33;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    text-shadow: #dad1d1 6px 0px 9px;
}

.logo a {
    color: #041a2d;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}
.top-info p {
    color: #041a2d;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    float: right;
    margin-right: 54px;
}
.top-info {
    float: right;
    height: 100px;
    width: 270px;
}
.call-1 {
    float: left;
    background: url("../images/call.png") no-repeat;
    width: 166px;
    height: 34px;
    color: #fff;
    font-size: 17px;
    padding: 10px 0 0 80px;
    text-decoration: none;
    margin-top: 15px;
}
.call-2 {
    float: right;
    background: url("../images/call.png") no-repeat;
    width: 166px;
    height: 34px;
    color: #fff;
    font-size: 22px;
    padding: 8px 5px 0px 82px;
    text-decoration: none;
    margin-top: 15px;
}
.wrapper p {
    font-size: 16px;
    text-indent: 25px;
    text-align: justify;
}
.baner {
     
    border-top: 3px solid #d54a13;
    background-color: #d54a13;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.baner img {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    padding: 15px;
    color: black;
}
.footer-info {
    height: 500px;
    background-color: #d54a13;
    padding-top: 10px;
    text-align: center;
}
.footer-p {
    font-size: 20px;
    color: white;
    margin: 10px;
}
.footer-a {
    font-size: 40px;
    color: white;
    text-decoration: none;
    padding-bottom: 5px;
}
/*------------------------------------*\
    НАВИГАЦИЯ
\*------------------------------------*/
#nav {
    float: left;
    width: 100%;
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
}
#nav li {
    float: left;
    margin-right: 10px;
    position: relative;
    display: block;
}
#nav li a {
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;

    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); /* Тень текста, чтобы приподнять его на немного */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#nav li a:hover {
    color: #fff;
    background: #5f6368;
    text-decoration: underline;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul {
    list-style: none;
    position: absolute;
    left: -9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity: 0; /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition: 0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li {
    padding-top: 1px;
    left: 15px;
    background: #5f6368;
}
#nav ul a {
    white-space: nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
    display: block;
}
#nav li:hover ul {
    /* Выводим выпадающий пункт при наведении курсора */
    left: 0; /* Приносим его обратно на экран, когда нужно */
    opacity: 1; /* Делаем непрозрачным */
}
#nav li:hover a {
    /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
    background: #5f6368;
    text-decoration: underline;
}
#nav li:hover ul a {
    /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
    text-decoration: none;
}
#nav li:hover ul li a:hover {
    /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
    background: #5f6368;
    text-decoration: underline;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.nav {
    width: 100%;
    margin: 0px auto;
    padding: 0;
}
.nav li {
    margin: 0px;
    float: left;
    position: relative;
    list-style: none;
}
.nav a {
    color: #fff;
    text-decoration: none;
    height: 25px;
    display: block;
    position: relative;
    float: left;
    margin: 1px;
    overflow: hidden;
    min-width: 300px;
}
.nav .current a,
.nav li:hover > a {
    color: #ffffff;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
}
.nav ul li:hover a,
.nav li:hover li a {
    border: none;
    color: #000;
}
.nav ul li a:hover {
    color: #fff;
}
.nav ul li:first-child > a {
}
.nav ul li:last-child > a {
}
/* выпадающий список */
.nav li:hover > ul {
    opacity: 1;
    visibility: visible;

    margin-left: 200px;
    z-index: 999;
}
.nav ul {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    width: 350px;
    position: absolute;
}
.nav ul li {
    float: none;
    margin: 0;
}
.nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
.nav ul ul {
    left: 160px;
    top: 0px;
}
.nav ul li a {
    float:none;
    height: 43px;
    margin:0;
}

@media only screen
and (min-width-device: 320px)
and (max-width-device: 568px) {
.footer {
    width: 100px;
    margin: 0 auto;
}
} 
























