* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
    font-weight: 600;
    margin: 2em 0 1em;
}

main h1 {
    font-size: 2em;
}

main h2 {
    font-size: 1.5em;
}

main h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 500;
}

main h4 {
    font-size: 1.2em;
}

main h1 {
    font-size: 1.1em;
}

b,
strong {
    font-weight: 700;
}

.clear {
    clear: both;
}

a {
    color: #426ecb;
    text-decoration: underline;
}

a:hover {
    color: #426ecb;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
}

.item-page ul {
list-style-type: circle;
  padding: 5px 0 5px 10px;
  margin-left: 5px;
}

.tooltip {
    display: none !important;
}

.main-block {
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

.header-info {
    height: 135px;
    background: #0f3b98;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin: 15px 0 0 0;
    width: 150px;
    text-align: center;
}

.logo-img img {
    max-height: 105px;
}

.org-name {
    width: 640px;
    margin-top: 10px;
    text-align: center;
}

.org-name p.name {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 27px 0;
}

.org-name p.info,
.org-name p.lic {
    margin-top: 5px;
    font-size: 0.9em;
}


.org-name p.info b {
    font-weight: 700;
}

.header-top-mod {
    margin-top: 10px;
    width: 250px;
    font-size: 0.9em;
}

.header-top-mod span {
    display: block;
    padding: 7px 0 7px 27px;
}

.header-top-mod span.adress {
    background: url(../images/icons/ad.png) left center no-repeat;
}

.header-top-mod span.phone {
    background: url(../images/icons/sp.png) left center no-repeat;
}

.header-top-mod span.pk {
    background: url(../images/icons/pk.png) left center no-repeat;
}

.header-top-mod span.wa {
    background: url(../images/icons/wa.png) left center no-repeat;
}

.header-top-mod span.email {
    background: url(../images/icons/email.png) left center no-repeat;
}

.top-menu-frst,
.top-menu-scnd {
    height: 65px;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

header nav.top-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

header nav.top-menu ul li {
    height: 100%;
}

header nav.top-menu ul li a {
    display: table-cell;
    vertical-align: middle;
    max-width: 174px;
    min-width: 114px;
    padding: 3px 7px 0;
    height: 63px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 0.95em;
    line-height: 1.07em;
}

header nav .top-menu-scnd ul li a {
    max-width: 180px;
}

header nav.top-menu ul li.active a,
header nav.top-menu ul li a:hover {
    color: #0f3b98;
    border-bottom-color: #0f3b98;
}

.adv_m_menu {
    display: none;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner-menu {
    position: absolute;
    top: 5%;
    left: 3%;
}

.banner-menu a {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 74px;
    padding: 5px 10px;
    background-color: #fff;
    /*border: 3px solid #0f3b98;*/
    color: #333;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
}

.banner-menu a:hover {
    background-color: #0f3b98;
    color: #fff;
}

.banner-menu a span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

.banner-text {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 480px;
    height: 200px;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
}

.banner-text h3.bannerhead {
    font-size: 1.85em;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-text a {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.content {
    width: 100%;
    line-height: 1.5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

aside.left {
    width: 24%;
    padding: 20px 25px 20px 25px;
}

aside.left nav {
    margin-bottom: 20px;
}

.left-menu ul li a {
    display: block;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none;
    background-color: #f7f7f7;
    color: #333;
    border-left: 2px solid #333;
    border-radius: 5px;
}

.left-menu ul li a:hover,
.left-menu ul li.active a {
    background-color: #0f3b98;
    color: #fff;
    border-left-color: #426ecb;
}

.left .moduletable {
    margin-bottom: 20px;
}

.left .moduletable.blue {
    background-color: #426ecb;
    color: #fff;
    padding: 10px 5px;
}

.left .moduletable.blue a {
    display: block;
    background: #fff;
    padding: 3px;
    text-decoration: none;
    margin-top: 10px;
    color: #0f3b98;
}

.left .moduletable.blue a:hover {
    background: #0f3b98;
    color: #fff;
}

.left .moduletable h3 {
    text-transform: uppercase;
    color: #fff;
    background: #0f3b98;
    padding: 5px;
    font-weight: 700;
    margin-bottom: 10px;
    border-radius: 5px;
}

aside.left .socicons {
    height: 50px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

aside.left .socicons a {
    display: block;
    width: 50px;
    height: 50px;
    background-position: bottom;
}

aside.left .socicons a:hover {
    background-position: top;
}

aside.left .socicons a.inst {
    background-image: url(../images/icons/instagram.png);
}

aside.left .socicons a.vk {
    background-image: url(../images/icons/vk.png);
}

aside.left .socicons a.fb {
    background-image: url(../images/icons/facebook.png);
}

aside.left .socicons a.tg {
    background-image: url(../images/icons/tg.png);
}

main {
    width: 76%;
    padding: 10px;
    margin-top: 10px;
}

.top-adv {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px double #ccc;
}

.top-adv .moduletable ul.newsflash-horiz {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.top-adv .moduletable ul.newsflash-horiz li {
    width: 32%;
    padding: 10px 10px 40px 10px;
    background: #eaeaea;
    box-sizing: border-box;
    position: relative;
}

.top-adv .moduletable ul.newsflash-horiz li figure.newsflash-image {
    width: calc(100%+20px);
    height: 200px;
    margin: -10px -10px 0 -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-adv h4.newsflash-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.top-adv h4.newsflash-title a {
    display: block;
    margin-top: 10px;
    color: inherit;
    text-decoration: none;
    min-height: 45px;
}

.top-adv .moduletable ul.newsflash-horiz li a.readmore {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    background: #00A355;
    border: 2px solid #34D186;
    color: #fff;
    text-decoration: none;
}

.top-adv .moduletable ul.newsflash-horiz li a.readmore:hover {
    background: #34D186;
}

.jcomments-links {
    margin-top: 10px;
}

.jcomments-links a.readmore-link {
    background-image: none;
    padding-left: 0;
}

.top-adv a.all-adv {
    display: block;
    width: 130px;
    text-align: center;
    margin: 20px auto 0;
    background: #00A355;
    border: 2px solid #34D186;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

.top-adv a.all-adv:hover {
    background: #34D186;
}

.blog > h2 {
    text-align: center;
    margin: 30px 0;
    color: #333;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}

/*.blog .items-row */
.page-header h2 {
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 10px;
    line-height: 1.3em;
    color: #fff;
    background: #426ecb;
    border-radius: 5px;
}

.blog .items-row {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
}


.blog .items-row img {
    float: left;
    width: 280px;
    height: auto;
    margin-right: 20px;
}

.blog .items-row a.btn {
    display: block;
    /*position: absolute;*/
    right: 10px;
    bottom: 10px;
    padding: 5px;
    background: #426ecb;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    float: right;
    width: 130px;
}

.blog .items-row a.btn:hover {
    background: #0f3b98;
}

.blog .item {
    padding-bottom: 30px;
}

.blog .item p.readmore {
    bottom: 0;
    right: 0;
    position: absolute;
}

main .pagination {
    width: 100%;
}

main .pagination ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}


main .pagination ul li a,
main .pagination ul li span {
    display: block;
    margin: 5px;
    padding: 10px;
    border: 1px solid #426ecb;
}

main .pagination ul li a {
    color: #426ecb;
}

main .pagination ul li a:hover {
    background-color: #426ecb;
    color: #fff;
}

main .pagination p.counter {
    font-weight: 700;
}

footer {
    background-color: #333333;
    margin-top: 30px;
    padding: 20px;
    color: #999;
    font-size: 0.9em;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

footer a {
    color: #999;
}

footer a:hover {
    text-decoration: none;
}

footer .footer-left {}

footer .footer-right {

    text-align: right;
}


/*content*/

.napr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.napr a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #0f3b98;
    margin: 10px;
}

.napr a:hover {
    background-color: #426ecb;
}

/*=== search ===*/

.search form.form-inline,
.search form#searchForm .btn-toolbar {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}

label.element-invisible {
    display: none;
}

input#mod-search-searchword118,
input#search-searchword {
    border: 1px solid #426ecb;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
}

input#mod-search-searchword118 {
    width: 75%;
}

button.btn.btn-primary,
button.btn.hasTooltip {
    border: 0;
    padding: 6px;
    background: #426ecb;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
}

button.btn.btn-primary {
    width: 25%;
}

button.btn.btn-primary:hover {
    background: #0f3b98;
}

/*=== subs ===*/

.subsBlock {
  background: #f7f7f7;
}

.subsBlock p {
  padding: 0 10px 10px 10px;
  font-weight: bold;
}

a.subs {
  width: 150px;
  margin: 20px auto;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
display: flex;
  justify-content: center;
  align-items: center;
  background: #426ecb;
  color: #fff;
  font-weight: bold;
  
}

a.subs:hover {
  background: #0f3b98;
  
}

p.subs_pSm {
  font-size: 12px;
  font-weight: normal;
}