* {
    margin: 0;
    padding: 0;
}
html {height: 100%;}
body {
    height: 100%;
    font-family:'Open Sans',sans-serif;
    sbackground: #e5e5e5;
    color: #333;
    font-size: 14px;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: 500;
    text-align: left !important;
}
h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: 500;
    text-align: left !important;
}
p {
    margin: 0 0 20px;
    line-height: 1.7;
}
a {
    color: #25a0e8;
    text-decoration: none;
}
a:hover {
    color: #666;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.layout {
    position: relative;
    min-height: 100%;
    sbackground: #e5e5e5;
    overflow: hidden;
}
.bg {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
    position: relative;
}
.reducer {
    padding: 0 20px;
}

header {
    padding-bottom: 20px;
}
.logo {
    max-width: 300px;
    float: left;
}
.social {
    list-style-type: none;
    float: right;
    padding-top: 12px;
}
.social li {
    float: left;
    width: 32px;
    height: 32px;
}
.social a {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background: url('i/imgs.png') 0 0 no-repeat;
    -webkit-background-size: 384px 64px;
    background-size: 384px 64px;
}
.social .social-facebook a {
    background-position: 0 0;
}
.social .social-facebook a:hover {
    background-position: 0 -32px;
}
.social .social-twitter a {
    background-position: -32px 0;
}
.social .social-twitter a:hover {
    background-position: -32px -32px;
}
.social .social-google a {
    background-position: -64px 0;
}
.social .social-google a:hover {
    background-position: -64px -32px;
}
.social .social-youtube a {
    background-position: -96px 0;
}
.social .social-youtube a:hover {
    background-position: -96px -32px;
}
.social .social-rss a {
    background-position: -128px 0;
}
.social .social-rss a:hover {
    background-position: -128px -32px;
}
.social .social-vk a {
    background-position: -160px 0;
}
.social .social-vk a:hover {
    background-position: -160px -32px;
}
.social .social-foursquare a {
    background-position: -192px 0;
}
.social .social-foursquare a:hover {
    background-position: -192px -32px;
}
.social .social-mail a {
    background-position: -224px 0;
}
.social .social-mail a:hover {
    background-position: -224px -32px;
}

nav {
    margin-bottom: 30px;
    background: #25a0e8;
    position: relative;
}
.main_navigation {
    float: left;
    list-style-type: none;
}
.main_navigation li {
    float: left;
    height: 40px;
    line-height: 40px;
}
.main_navigation a {
    display: block;
    padding: 0 14px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
}
.main_navigation a:hover {
    background: #1f86c1;
}
.mainnav_r {
    float: right;
}
.mainnav_r a {
    color: #fff;
    float: left;
    vertical-align: top;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}
.search_icon {
    background: url('i/imgs.png') -320px 0 no-repeat;
    -webkit-background-size: 480px 80px;
    background-size: 480px 80px;
    cursor: pointer;
}
.search_form {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 360px;
}
.search_form form {
    max-width: 360px;
}
.search_form_btns {
    float: right;
    width: 80px;
    margin-left: -80px;
    position: relative;
    z-index: 1;
}
.search_form_fld {
    margin-right: 80px;
    position: relative;
    z-index: 2;
}
.search_form input.s {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 0;
    margin: 0;
    padding: 0 10px;
    background: #efefef;
    font-family:Arial, sans-serif;
    outline: none;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search_form .searchsubmit {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #25a0e8;
    font-size: 18px;
    padding: 0;
    border: none;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search_form .searchsubmit:hover {
    opacity: 1;
}
.search_form_close {
    padding: 0;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #928e8e;
    font-size: 34px;
    color: #fff;
    text-decoration: none;
}
.search_form_close:hover {
    color: #fff;
}
.mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    text-align: right;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    color: #fff;
}
.mega-menu-toggle:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url('i/imgs.png') -440px 0 no-repeat;
    -webkit-background-size: 480px 80px;
    background-size: 480px 80px;
    float: right;
}
.mega-menu-toggle:after {
    content: 'Меню';
}
.open .mega-menu-toggle:before {
    content: "";
    background: url('i/cancel.svg') 50% 50% no-repeat;
}
.open .mega-menu-toggle:after {
    content: "";
}

.entry {
    margin-bottom: 30px;
    padding-top: 210px;
    position: relative;
    background: #eee;
    padding-bottom: 5px;
}
.entry.no_img {
    padding-top: 0;
}
.entry-meta {
    font-size: 12px;
    margin: 0 0 10px;
}
.entry-meta a {
    color: #898989;
    text-decoration: none;
    fill: #898989;
}
.entry-date {
    margin-right: 10px;
}
.entry-image {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 10;
    left: 0;
    top: 0;
    border-bottom: 5px solid #eee;
}
.entry-category {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    background: #25a0e8;
    text-decoration: none;
}
.entry-category:hover {
    color: #fff;
}
.cat-18 .entry-category,
.cat-5944 .entry-category,
.cat-15 .entry-category {
    background: #33a53c;
}
.cat-7070 .entry-category,
.cat-11 .entry-category {
    background: #525252;
}
.cat-7652 .entry-category,
.cat-6177 .entry-category {
    background: #f4d822;
}
.cat-16 .entry-category,
.cat-5941 .entry-category,
.cat-4382 .entry-category,
.cat-5942 .entry-category,
.cat-6444 .entry-category,
.cat-5940 .entry-category,
.cat-17 .entry-category,
.cat-7278 .entry-category,
.cat-5943 .entry-category {
    background: #127eae;
}
.cat-4445 .entry-category,
.cat-10 .entry-category,
.cat-6439 .entry-category,
.cat-8 .entry-category,
.cat-6259 .entry-category,
.cat-5945 .entry-category,
.cat-6626 .entry-category,
.cat-5 .entry-category,
.cat-9 .entry-category {
    background: #25a0e8;
}
.entry-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-decoration: none;
}
.entry-main {
    padding: 0 10px;
}
.no_img .entry-main {
    margin-left: 0;
}
.no_img .entry-category {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-top: 10px;
}
.entry-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.5;
}
.entry-title a {
    text-decoration: none;
    color: #343434;
}
.entry:hover a {
    color: #25a0e8;
    fill: #25a0e8;
}
.entry:hover .entry-category {
    color: #ffffff;
}

.loop_article_block {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.loop_article {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}

.icon-time, .icon-time\:regular,
.icon-user,.icon-user\:regular{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    fill: inherit;
    margin-right: 3px;
}

.pagination {
    overflow: hidden;
    font-size: 0;
    padding-bottom: 15px;
}
.pagination a,
.pagination .current,
.pagination .inactive {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    margin-right: 5px;
    color: #555;
    text-decoration: none;
}
.pagination .current,
.pagination .inactive {
    font-size: 15px;
}
.pagination a,
.pagination .inactive {
    background: #fff;
}
.pagination a:hover,
.pagination .inactive:hover {
    background: #25a0e8;
}
.pagination .arrows {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    vertical-align: top;
}
.pagination span.current,
.pagination a:hover {
    background-color: #25a0e8;
    color: #fff;
}


.footer_spacer {
    position: relative;
    z-index: 1;
    height: 130px;
}
footer {
    border-top: 1px solid #eee;
    color: #928e8e;
    font-size: 12px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    padding: 20px 45px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
}
footer a {
    color: #928e8e;
}
footer .l a {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    width: 110px;
}
footer img {
    vertical-align: middle;
}
footer ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}
footer li {
    float: left;
    margin-right: 15px;
}
footer .imgs {
    margin-left: 10px;
}

.scroll-back-to-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: #ffffff url('i/imgs.png') -400px 0 no-repeat;
    -webkit-background-size: 480px 80px;
    background-size: 480px 80px;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 73px;
    padding-top: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-back-to-top-wrapper:hover {
    background-color: #525252;
    color: #eeeeee;
}
.scroll-back-to-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 0.8;
}

.widget {
    padding-bottom: 40px;
}
.widget a {
    text-decoration: none;
}
.widget h2 {
    sborder-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 1.5;
}
.widget h2 span {
    display: inline-block;
    background: #eee;
    color: #343434;
    margin-bottom: -1px;
    padding: 7px;
    sborder-bottom: 1px solid #25a0e8;
}
.widget ul {
    list-style-type: none;
}
.widget li {
    padding-top: 10px;
}
.widget li:first-child {
    padding-top: 0;
}
.widget .entry-main {
    margin-left: 0;
}
.widget .block-heading {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.widget .block-heading a {
    color: #444;
}

.breadcrumb {
    color: #888;
    font-size: 12px;
    margin-bottom: 30px;
}
.breadcrumb a {
    margin: 0 2px;
}

.tags {
    color: #0893d7;
    font-size: 12px;
    margin: 10px 0;
    line-height: 1.5;
}

.category-header h1,
article h1 {
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: #333;
}
article ul, ol {
    margin: 0 0 20px;
    padding-left: 30px;
}
article li {
    line-height: 24px;
}
.ya-share2 li {
    line-height: normal;
}
.post_author {
    color: #25a0e8;
    fill: #25a0e8;
}
.post_author .icon-user,.post_author .icon-user\:regular {
    width: 16px;
    height: 16px;
}
.related-posts {
}
.related-posts-elem {
    float: left;
    width: 25%;
}
.related-posts-elem-img {
    margin-right: 30px;
    border-bottom: 5px solid #eee;
    margin-bottom: 5px;
}
.related-posts-elem-img img {
    width: 100%;
    height: auto;
}
.related-posts-elem-title {
    margin-right: 30px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
}
.related-posts-elem-title a {
    color: #444;
}
.related-posts-elem-title a:hover {
    color: #25a0e8;
}
.wp-caption {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 10px 0 0;
}
blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
blockquote, blockquote p {
    color: #777;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
}
blockquote p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.search-title {
    border-bottom: 1px solid #eee;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
.category-header {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.archive-meta {
    color: #888;
    margin-top: 10px;
}
.category-feed {
    font-size: 14px;
    line-height: 16px;
}
.category-feed i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url('i/imgs.png') -64px -16px no-repeat;
    -webkit-background-size: 192px 32px;
    background-size: 192px 32px;
}
.category-feed a:hover i {
    background: url('i/imgs.png') -64px 0 no-repeat;
    -webkit-background-size: 192px 32px;
    background-size: 192px 32px;
}

.featured {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    height: 250px;
}
.featured .half {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    height: 250px;
}
.featured .post {
    color: #fff;
}
.featured .cat {
    overflow: hidden;
    padding-bottom: 20px;
}
.featured .entry-category {
    position: relative;
}
.featured h2 {
    line-height: 1.5;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(231,56,39,0);
    background: -moz-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,56,39,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(231,56,39,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(231,56,39,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0 );
}
.featured .featured_small {
    display: none;
}

.l {
    float: left;
    width: 100%;
    margin-right: -100%;
    padding-right: 330px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r {
    position: relative;
    z-index: 2;
    float: right;
    margin-left: -300px;
    width: 300px;
}
.ovh {
    overflow: hidden;
}
.hidden {
    display: none;
}
.fll {
    float: left;
}
.flr {
    float: right;
}

iframe {
    width: 1000px;
    height: 563px;
}
.l iframe {
    width: 500px;
    height: 281px;
}

@media screen and (max-width: 1200px) {
    .bg {
        margin-left: 20px;
        margin-right: 20px;
    }
    iframe {
        width: 800px;
        height: 450px;
    }

    .entry {
        padding-top: 180px;
    }
    .entry-image {
        height: 170px;
    }
}
@media screen and (max-width: 999px) {
    .bg {
        margin: 0;
        padding: 25px 0;
    }
    /*.l {*/
        /*float: none;*/
        /*margin: 0;*/
        /*padding: 0;*/
    /*}*/
    /*.r {*/
        /*float: none;*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*width: auto;*/
    /*}*/
    .pagination:last-child {
        padding-bottom: 30px;
    }
    .footer_spacer,
    footer {
        height: 180px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .l iframe,
    iframe {
        width: 740px;
        height: 416px;
    }
}
@media screen and (max-width: 875px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main_navigation a {
        padding: 0 10px;
        font-size: 12px;
    }
    .mainnav_r a {
        font-size: 12px;
    }

    .featured {
        display: none;
    }

    .l {
        float: none;
        margin: 0;
        padding: 0;
    }
    .r {
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .l iframe,
    iframe {
        width: 600px;
        height: 338px;
    }

    .entry {
        padding-top: 210px;
    }
    .entry-image {
        height: 200px;
    }

    aside {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .widget {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .mainnav_r {
        float: left;
        position: relative;
        z-index: 2;
    }
    .mega-menu-toggle {
        display: block;
    }
    .main_navigation {
        display: none;
        float: none;
        height: auto;
    }
    .open .main_navigation {
        display: block;
    }
    .open .main_navigation li {
        float: none;
    }
    .main_navigation a,
    .mainnav_r a {
        font-size: 14px;
    }
    .social {
        display: none;
    }

    footer .l a {
        margin-right: 25px;
    }

    .related-posts-elem {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-bottom: 15px;
    }
    .related-posts-elem-img {
        float: left;
    }
    .related-posts-elem-img img {
        max-width: 200px;
    }
    .related-posts-elem-title {
        clear: left;
    }
    .l iframe,
    iframe {
        width: 480px;
        height: 270px;
    }

    .entry {
        padding-top: 180px;
    }
    .entry-image {
        height: 170px;
    }
}
@media screen and (max-width: 600px) {
    .entry-image {
        margin-right: 0;
    }
    .entry-main {
        margin-left: 0;
        clear: left;
    }
    footer .l a {
        clear: left;
        margin-right: 0;
    }
    footer .l a:last-child {
        margin-bottom: 15px;
    }
    .footer_spacer,
    footer {
        height: 280px;
    }

    .l iframe,
    iframe {
        width: 360px;
        height: 202px;
    }

    .loop_article {
        width: calc(100% - 20px);
    }
    .entry {
        padding-top: 210px;
    }
    .entry-image {
        height: 200px;
    }

    .category-header h1,
    article h1 {
        font-size: 24px;
    }
    .widget {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 480px) {
    .bg {
        padding: 15px 0;
        margin: 0;
    }
    footer {
        padding-left: 0;
        padding-right: 0;
    }
    .reducer {
        padding: 0 15px;
    }
    .pagination .arrows {
        height: 25px;
        line-height: 22px;
    }
    .pagination a, .pagination .current, .pagination .inactive {
        margin-right: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .pagination .current, .pagination .inactive {
        font-size: 14px;
    }

    .related-posts-elem {
        width: 100%;
        overflow: hidden;
    }

    .l iframe,
    iframe {
        width: 280px;
        height: 157px;
    }

    .entry {
        padding-top: 180px;
    }
    .entry-image {
        height: 170px;
    }
}
@media screen and (max-width: 320px) {

}

