/*
 Стили шаблона
 22.08.2018 by sersad
*/

/* Блик по логотипу */
@import url("blink.css");

/* Меню */
@import url("menu.css");


/* Шапка на каждой странице */
#header {
 position: absolute;
 top: 18px;
 left: 31px;
 width: 1858px;
 height: 122px;
 background: rgba(0, 63, 117, 0.85);
 color: #fff;
 text-align: center;
}


/* Каждый абзац внутри шапки */
#header p {
 font-family: Franklin Demi;
 letter-spacing: 0.5px;
 text-align: center;
 font-size: 18px;
 margin: 2px;
 text-transform: uppercase;
}


/* Первый абзац внутри шапки */
#header p:first-child {
 padding-top: 13px;
 text-transform: none;
}


/* Последний абзац внутри шапки */
#header p:last-child {
 //padding-bottom: 50px;
 text-transform: none;
}



/* Подвал на каждой странице */
#footer {
 position: absolute;
 top: 1033px;
 left: 31px;
 width: 1858px;
 height: 33px;
 background: rgba(0, 63, 117, 0.85);
 color: #fff;
 font-size: 12px;
}


/* Правая часть подвала */
#footer-r {
 position: absolute;
 top: 10px;
 left: 1410px;
}


/* Левая часть подвала */
#footer-l {
 position: absolute;
 top: 10px;
 left: 30px;
}


/* Кнопка домой */
#home-img {
 width: 52px;
 height: 52px;
 position: absolute; 
 left: 0px;
 top: 524px;
}