/* Файл пользовательских стилей для настройки внешнего вида сайта */
/* Верхний рисунок в header ***************************************/
img {
   padding-top: 15px;
}
/* Шрифты ********************************************************/
h1 {
    color: #02128a;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 15px;
    margin: 15px 0 15px;
    background-color: #e9ecef;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0px 10px 2px #929292;
}
.h2, h2 {
    color: #02128a;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.45rem;
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    margin: 15px 0 15px;
    background-color: #e9ecef;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0px 10px 2px #929292;
}
.h3, h3 {
    color: #02128a;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
}
.h4, h4 {
    color: #02128a;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.15rem;
    font-weight: bold;
}
.entry-header h2 {
    background: #98989838;
    padding: 10px;
}
/*****************************************************************/
.breadcrumb {
    padding: .25rem 1rem;
}
.logo-image {
    height: 55px;
    box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.4);
}
/* Верхнее меню *********************************/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 15px;
    line-height: 35px;
}
/* Заливка модуля *******************************/
.sp-module-grad {
    padding: 10px;
    box-shadow: 0px 1px 9px 4px rgba(0,0,0,0.4);
}
.sp-module ul >li >a {
    line-height: 24px;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
    line-height: 1.5rem;
}
.sp-module.VstGlav {
    background-color: #00439c;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 0px 10px 2px #929292;
    border: 3px solid #f3f3f3;
    border-radius: 10px;
}
.custom.VstGlav {
    background-color: #e9ecef;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 0px 10px 2px #929292;
    border: 3px solid #f3f3f3;
    border-radius: 10px;
}
#sp-header {
    background: #fff;
    box-shadow: 0 0px 10px 4px #929292;
    border: 3px solid #f3f3f3;
    border-radius: 0px 0px 10px 10px;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 20px;
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    background-color: #e9ecef;
    box-shadow: 0 0px 10px 2px #929292;
}
#sp-top-bar {
    background: #00439b;
    color: #fff;
}
#sp-footer, #sp-bottom {
    background: #00439b;
}
.col-lg-9 {
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.4);
    padding: 10px;
}