/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.03.2018, 11:43:53
    Author     : Volk
*/

body {
/*    font: Arial,Helvetica,sans-serif; */
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
}
.block-article h1 {
    font-size: 24px;
}
.block-article h2 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 700;
}
.block-article h3 {
    font-size: 18px;
    margin-top: 15px;
}
.block-article h4, .block-article h5, .block-article h6 {
    font-size: 18px;
    margin-top: 15px;
}

.menu-head {
    max-width: 1280px;
}
.navbar-black {
    margin-bottom: 0px;
    border-radius: 0px;
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #337ab7));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -o-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: linear-gradient(to bottom, #3298c8, #337ab7);
    width: 100%;
    z-index: 99;
    position:fixed;
    top:0px;
}
.navbar-header .navbar-toggle {
    background-color:#FFF;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color:#3092c0;
}
.sr-only {
    color:#FFF;
}
.navbar-header .navbar-brand-logo {
    font-size:20px;
    color:#FFF;
    font-weight: 600;
}
.navbar-header .logo {
    padding: 10px 10px 10px 10px;
    width: 200px;
}
.menu-head .navbar-nav>li>a {
    color:#FFF;
}
.menu-head .navbar-nav>li>a:hover, .menu-head .navbar-nav>li>a:active, .menu-head .navbar-nav>li>a:focus {
    background: #2b82ac;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #2d89b4), color-stop(100%, #297ca3));
    background-image: -webkit-linear-gradient(to bottom, #2d89b4, #297ca3);
    background-image: -moz-linear-gradient(to bottom, #2d89b4, #297ca3);
    background-image: -o-linear-gradient(to bottom, #2d89b4, #297ca3);
    background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
}
main {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    margin-top: 52px;
}
main .content {
    max-width:1280px;
    height:100%;
    display:flex;
    flex-direction:row;
    box-shadow: 0 0 14px -3px rgba(15,15,15,.5);
    transition: all .3s ease-in-out;
    justify-content:space-between;
    align-items:flex-start;
    padding-bottom: 0px;
}
@media (min-width:1024px) AND (max-width:1279px) {
    main .content {
        min-width:1024px;
    }
}
@media (min-width:1280px){
    main .content {
        width:1280px;
    }
}
.section-content {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:stretch;
    border-top:1px solid #e3e3e3;
/*    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3; 
    margin-left: -1px; */
    padding-right:10px;
    
}
@media (min-width:1024px) AND (max-width:1279px) {
    main .content .section-content {
        width:768px;
    }
}
@media (max-width:1023px){
    main .content {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:stretch;
        margin-top: -1px;
        background: #F2F2F2;
        width: 100%;
    }
    main .content .section-content {
        width:100%;
        background:#FFF;
    }
    main .content .section-menu-right {
        width:100%;
    }
}
@media (min-width:1280px){
    main .content .section-content {
        width:1024px;
    }
}
@media (max-width:1023px){
    .section-content {
        border-left: none;
        border-right: none;
    }
    margin-right:0px;
}
.section-content .breadcrumb {
    padding: 8px 15px;
    margin-bottom: -10px;
    list-style: none;
    background-color: #3092c0;
    border-radius: 0px;
}
.section-content .breadcrumb {
    color: #FFF;
}
.section-content .breadcrumb>.active {
    color: #FFF;
}
.section-content .breadcrumb>.active:hover {
    background: #3092c0; /* Цвет фона */
    white-space: normal; /* Обычный перенос текста */
   }
.section-content .block {
    padding:10px;
    margin-bottom:10px;
    margin-top:1px;
}
.section-content .block-info {
    border: 2px solid #3092c0;
/*    border-radius: 5px; */
    background: #FFF;
    margin-bottom: 5px;
}
.section-content .block h1 {
    font: Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-top: 5px;
}
.section-content .block .line, .section-content .block-row .line, .article-row .article .line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #3092c0;
}
.section-content .block-general {
    border: 1px solid #3092c0;
/*    border-radius: 10px; */
    background: #FFF;
}
.section-content .block-general h2 {
    font-size: 20px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding:10px;
    margin-bottom: 0px;
    background-image: linear-gradient(to bottom, #3298c8, #337ab7);
    color: #FFF;
}
.dropdown-menu>li>a {
    display: block;
    padding: 1px 10px !important;
    clear: both;
    font-weight: 700 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px !important;
}
.dropdown-menu>li>ul>li>a {
    display: block;
    padding: 1px 10px 1px 5px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #2b82ac !important;
    border-color: #2b82ac !important;
}
.section-content .block-general .image {
    
}
.section-content .block-general .text {
    padding-top:5px;
}
@media (min-width:1024px){
    .section-content .block-general .image {
        width: 40%;
        float:left; /* Выравнивание по левому краю */
        margin: 0px 10px 5px 0; /* Отступы вокруг картинки */
    }
    .section-menu-right {
        max-width:254px;
    }
}
@media (max-width:1023px){
    .section-content .block-general .image {
        margin-bottom:10px;
        width: 100%;
    }
    .section-content .block h1 {
        margin-left: 5px;
    }
    .block-info p {
        margin-left:5px;
    }
    .section-content .block-general h2 {
        margin-right: 0px;
        padding: 10px 20px;
    }
}
.section-content .block .info {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin: 0 5px;
    font-size: 12px;
    margin-top: 5px;
}
@media (max-width:1023px){
    .section-content .block .info {
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        align-items:flex-start;
    }
    .section-content .block-general h2 {
        padding: 10px 15px 10px 15px;
        margin-right: -0px;
    }
}
.section-content .block .info .date {
    
}
.section-content .block .info .cateory {
    
}
.section-content .block-row .article-rows {
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:stretch;
}
@media (min-width:1024px){
    .section-content .block-row .article-rows {
        margin-left:-5px;
        margin-right:-5px;
    }
    .image > .mobile-info {
        display: none;
    }
    .header-search input {
        width: 250px !important;
    }
}
.section-content .block-row .article-rows .article-row {
    /*    width:50%; */
    padding:5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    }
@media (max-width:1023px){
    .section-content .block-row .article-rows {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
    }
    .section-content .block-row .article-rows .article-row {
        width:100%;
        margin:5px 0px 5px 0px;
        padding:0px;
    }
    .section-menu-right .menu-right-row {
        width:100% !important;
    }
}
.article-row .article {
    border: 1px solid #3092c0;
/*    border-radius: 5px; */
    padding:10px;
    background: #FFF;
}
.article-group .article {
    border-top: 10px solid #3092c0;
}
@media (min-width:1024px) {
    .article-row .article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
    }
    .article .text {
        height: 70%;
    }
    .article-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .article-group > .article-rows {
        max-width: 50%;
    }
    .article-group .article .text .image {
        width:100%;
    }
    .article-group .img-thumbnail {
        width:100%;
    }
    
}
.article-group .article .bottom .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}
.article-group .article .bottom .info .category {
    font-size: 16px;
    font-weight: 600;
}
.article-group .article-row .article .line {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #3092c0;
}
.article-group .title {
    font-size: 20px;
    font-weight: 700;
}
.article-row .article h3 {
    font-size: 18px;
    margin: -10px -10px 0px -10px;
    padding: 10px;
    background-image: linear-gradient(to bottom, #3298c8, #337ab7);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.article-row .article h3 > a {
    color:#FFF;
}
.article-row .article h3 > a:hover {
    text-decoration: underline;
}


.section-content name-category h2 {
    font-size: 20px;
    margin-top: 0px;
}
.article .bottom {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin: 5px;
}
.article .text {
    margin-bottom: 0px;
    margin-top: 5px;
}
.article .bottom .info {
    width: 60%;
}
.article .text .image {
    width: 40%;
    float: left;
    margin: 0px 10px 5px 0;
}
.section-menu-right {
    margin-top:1px;
}
@media (max-width:1023px){
    .article .text .image {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .article .text {
        margin-top: 0px;
    }
    .footer1, .footer2, .footer3 {
        flex-direction: column !important;
        width:100% !important;
    }
    .footer1 .column, .footer2 .column {
        width:100% !important;
    } 
    .footer3 .column {
        width: 100% !important;
    }
    .article-group .title {
        margin-left:10px;
    }
    .text .desc {
        padding: 5px;
    }
}
@media (min-width:1024px) AND (max-width:1278px){
    .footer1, .footer2, .footer3 {
        width: 1024px !important;
    }
}
.name-category h2 {
    font-size: 20px;
    margin:0px;
    color:#FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.name-category h2 > a {
    margin:0px;
    color:#FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.name-category {
    padding:10px;
/*    border-radius: 10px; */
    background: #24934e;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #5e9c39), color-stop(100%, #24934e));
    background-image: -webkit-linear-gradient(to bottom, #5e9c39, #24934e);
    background-image: -moz-linear-gradient(to bottom, #5e9c39, #24934e);
    background-image: -o-linear-gradient(to bottom, #5e9c39, #24934e);
    background-image: linear-gradient(to bottom, #5e9c39, #24934e);
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid transparent;
}
footer .footer1 {
    background: #FFF;
    box-shadow: 0 0 14px -3px rgba(15,15,15,.5);
    transition: all .3s ease-in-out;
}
footer .footer2 {
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #337ab7));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -o-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: linear-gradient(to bottom, #3298c8, #337ab7);
    box-shadow: 0 0 14px -3px rgba(15,15,15,.5);
    transition: all .3s ease-in-out;
}
footer .footer3 {
    background: #FFF;
    box-shadow: 0 0 14px -3px rgba(15,15,15,.5);
    transition: all .3s ease-in-out;
}
.footer1 .info, .footer2 .info, .footer3 .info {
    width:100%;
} 
.footer1, .footer2, .footer3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width:1280px;
} 
.footer1 .column, .footer2 .column {
    width:33%;
} 
.footer3 .column {
    width: 50%;
}

.mini-tags {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap: wrap;
    font-size: 10px;
    color:#d7dcde; 
}
.mini-tags > a {
    margin-left: 2px;
    margin-right: 2px;
    color:#d7dcde; 
}
.mini-tags > a:hover {
    color:#3092c0;
}
.tags > a {
    margin: 0 3px 3px 0;
    position: relative;
    padding: 0 8px;
    border: 0;
    background-color: #d7dcde;
    color: #fff;
    height: 21px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    text-decoration: none;
}
.tags > a:hover {
    background-color: #3092c0;
}
.article .bottom .info .date {
    font-size: 12px;
}
.article .bottom .info .category {
    font-size: 12px;
}
.block-general .bottom {
    width:100%;
    text-align: center;
}
.block-general .bottom > a {
    width:200px;
}
.block-general .info .category {
    text-align: right;
}
footer {
    margin-top:0;
}
@media (max-width:1023px){
    .section-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .article-row .article {
        width: 100%;
        border-left: none;
        border-right: none;
        padding: 0px;
    }
    .image .img-thumbnail {
        display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 0 0 4px 0;
        border: none;
        border-radius: 0px;
    }
    .hide-mbille {
        display:none !important;
    }
    .article-row .article h3 {
        margin: 0px;
    }
    .article .text >p {
        padding:5px;
    }
    .section-content .block {
        padding: 0px 0 10px 0;
    }
    .block-general .info .category {
        text-align: left;
    }

    .block-general .text >p {
        padding:5px;
    }
    .image > .mobile-info {
        width: 100%;
        padding: 2px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        margin-top: -28px;
        color: #FFF;
    }
    .section-content .block-general {
        border-left:none;
        border-right:none;
    }
    .image img {
        width:100%;
    }
    .section-content .block-info {
        border-left:none;
        border-right:none;
    }
    .block-article p {
        margin-right:5px;
        margin-left:5px;
    }
    .block-article h2, .block-article h3, .block-article h4, .block-article h5, .block-article h6 {
        margin-right:5px;
        margin-left:5px;
    }
    .block-article h1 {
        margin-top:15px !important;
    }
    .block-article .articleBody{
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>ul>li>a:hover, .dropdown-menu>li>ul>li>a:focus {
        color: #000 !important;
        text-decoration: none;
        background-color: #FFF;
    }
    .micro-article {
        min-height: 100px !important;
    }
    .micro-article img {
        width: 90px !important;
        height: 90px !important;
    }

   
}
@media (max-width:768px){
    .dropdown-menu>li>ul>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li>ul>li>a, .dropdown-menu>li>ul>li>a {
        color: #FFF !important;
    }
    .dropdown-menu>li>ul>li>a:hover {
        color: #000 !important;
        text-decoration: none;
        background-color: #FFF !important;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2b82ac;
        outline: 0;
    }
}
.section-menu-right .menu-right-row {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 -1px 12px;
    padding: 24px;
    width: 256px;
    margin-bottom: 10px;
}    
.name-category-general {
    margin-top:10px;
}
.block h2 > a {
    color:#FFF;
}
.footer1 > div, .footer2 > div, .footer3 > div {
    padding: 10px;
}
.footer2 .info {
    color:#FFF;
}
.align-items-center small {
    font-size:8px;
    color:#FFF;
}
.footer1 .info-url {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.menu-right-row .caption {
    font-weight: 600;
}
.article-img-info {
    width: 100%;
    padding: 2px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: -23px;
    padding-left: 15px;
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 15px;
}
.breadcrumb a {
    color:#FFF;
}
.content-headers {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin: 15px 0 15px 0;
}
.block-article .social {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    margin: 10px;
}
.block-article img {
    width:100%;
    margin: 15px 0;
}
.block-article figcaption {
    text-align: center;
    color:#000;
    width: 100%;
    padding: 2px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left:5px;
    border: 1px solid #aaa;
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #ccc;
    content: "/\00a0";
}
.name-category span, .name-category span > a{
    font-size: 20px;
    margin: 0px;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.info .date {
    margin-top: 5px;
}
.menu-right-block {
    box-shadow: 0 0 14px -3px rgba(15,15,15,.5);
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: #FFF;
}
.menu-right-block > .block-name {
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #337ab7));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: -o-linear-gradient(to bottom, #3298c8, #337ab7);
    background-image: linear-gradient(to bottom, #3298c8, #337ab7);
    color:#FFF;
    padding:10px;
    margin-bottom: 10px;
}
.menu-right-block li {
    list-style-type: none;
}
.menu-right-block > ul {
    padding: 0px 10px 0px 15px;
}
.menu-right-block > ul > li > ul {
    padding-left: 15px;
}
.dropdown-menu li {
    list-style-type: none;
}
.dropdown-menu>li>ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.hide-menu {
    display:none;
}
.menu-right-block .category-hide, .menu-right-block .category-show {
    display:block;
    width:100%;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menu-right-block .category-hide {
    display:none;
    
}
.micro-article {
    margin: 5px;
    padding-bottom: 5px;
    line-height: 15px;
    font-weight: 500;
    min-height: 60px;
    border-bottom: 1px solid #3092c0;
}
.micro-article img {
    float:left;
    width:20%;
    margin-right:5px;
}
.total-time {
    display:none;
}
.block-article ul:not(.content-h) {
    background-color: rgba(248, 83, 56, 0.03);
    padding: 10px 10px 10px 20px;
    border-radius: 0px 10px 10px 0px;
    border-left: 4px solid #3092c0;
    
}
.block-article .category-all, .block-article .category-all-row {
    background-color: #FFF !important;
    padding: 10px 10px 10px 20px;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}
.category-all-row {
 padding: 5px 2px 5px 15px !important;
}
.block-article .category-all > li > a {
    font-weight: 600;
}
.block-article .category-all > li > ul > a {
    font-weight: 300;
}
.block-article .category-all > li {
    list-style-type: none;
    padding: 1px 0px 1px 0px !important;
}
.block-article .category-all > li > ul > li {
    list-style-type: none;
    padding: 1px 0px 1px 0px;
}

.block-article ul:not(.content-h) li  {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}
.block-article ul:not(.content-h) li:before  {
    font-family: Font Awesome\ 5 Free;
    content:"\f0a4";
    color: #3092c0;
    margin-right: 15px;
    font-size: 16px;
}
.content-h li  {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
    display: list-item;
    text-align: -webkit-match-parent;
}
.content-h li:before  {
    font-family: Font Awesome\ 5 Free;
    content: "\f0da";
    color: #3092c0;
    margin-right: 15px;
    font-size: 16px;
}
.search-row {
    margin-bottom: 5px;
    font-size: 12px;
}
article {
    box-shadow: 10px 0 15px -14px rgba(15,15,15,.5);
}
.sidebar-navigation ul > li > a {
    font-weight: 600;
}
.sidebar-navigation ul > li > ul > li > a {
    font-weight: 400;
}
.pagination {
    margin: 10px 0 !important;
    display: flex !important;
    justify-content: center;
}
.entry-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    background-color: transparent;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.entry-content thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
    font-weight: 600;
}

.entry-content table th, .entry-content table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.entry-content th {
    text-align: left;
}
.entry-content table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}