/*@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic&subset=latin,cyrillic);
.mcp-content {
	font-family: "Open Sans" !important;
}*/

.b-after-main-menu {
    margin-top: 20px
}

.b-after-main-menu__left,
.b-after-main-menu__centered,
.b-after-main-menu__right {
    margin-bottom: 0px
}

.b-after-main-menu__left > a,
.b-after-main-menu__centered > a,
.b-after-main-menu__right > a {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.b-after-main-menu__centered > a.sb {
    width: 450px;
    height: 80px;
}

.b-main__upcoming, .b-main__important {
    display: block;
    overflow: hidden;
}

.b-main__upcoming img, .b-main__important img {
    width: 298px;
}

/* цифра дня на главной */
.number-of-the-day-wrapper .nod-container {
    height: 200px;
    background-color: #fe6638;
    margin-bottom: 15px;
}

.number-of-the-day {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    height: 100%;
}

.number-of-the-day span {
    line-height: 188px;
    height: 100%;
    display: inline-block;
}

.quote-of-the-day-author {
    text-align: right;
    font-style: italic;
}

.news-img-contain {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 401px;
    width: 298px;
}

/*  */
.navigation-wrapper .navigation-main-menu span, .navigation-wrapper span {
    display: block;
    text-transform: uppercase;
    margin-top: -3px;
    font-size: 11px;
    line-height: 3px;
}

div.logo {
    position: relative;
}

div.logo_inner {
    position: absolute;
    background: url(/images/oneyear.png) no-repeat;
    width: 163px;
    height: 95px;
    top: 10px;
    right: -40px;
    background-size: cover;
}

/* lit contest */
.participant-data.hidden {
    display: none;
}

.participant-data .participant-photo {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.participant-data .participant-photo img {
    width: 100%;
}

.participant-data .participant-about {
    float: right;
    width: 770px;
}

@media all and (max-width: 1319px) {
    .participant-data .participant-about {
        width: 450px;
    }

    div.logo_inner {
        width: 120px;
        height: 70px;
        top: 10px;
        right: -35px;
    }
}

.participant-data .clear {
    clear: both;
}

p.contest-sponsors img {
    max-height: 150px;
    max-width: 230px;
    vertical-align: middle;
    margin-bottom: 20px;
}

p.contest-sponsors a {
    margin-right: 20px;
}

div.rambler-counter {
    display: inline-block;
}

/* реклама партнеров */
.mpuls-title {
    margin-top: 23px !important;
}

div.congratulate {

}

.congratulate-content {
    padding: 20px;
}

.congratulate-content textarea,
.congratulate-content input,
.congratulate-content select {
    width: 100%;
}

.congratulate-content select {
    padding: 7px 15px;
}

.congratulate-content .button.default {
    padding: 7px 0px;
    width: 100%;
}

.congratulate-content > form > p {
    margin: 10px 0;
}

.congratulate-content .radio input[type="radio"] {
    margin: 2px 0 0 -20px;
    position: absolute;
    width: inherit;
}

.congratulate-content .radio label {
    cursor: pointer;
    min-height: 20px;
    padding: 0 20px;
}

.congratulate-content > form > .publication_period,
.congratulate-content > form > .contact_types {
    margin-bottom: 20px;
}

.congratulate-content > form > .contact_types p {
    margin-bottom: 0;
}

.button.disabled {
    color: #666;
    border-color: #777;
    cursor: default;
}

.button.disabled:hover {
    color: #666;
    border-color: #777;
    cursor: default;
}

.congratulate-content .congrtas-vars {
    font-size: 14px;
    line-height: 1.4;
}

.congratulation-list .congratulation-text.crop {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}

.congratulation-list .congratulation-text.crop .over {
    position: absolute;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    width: 100%;
    height: 30px;
    bottom: 0;
}

.congratulation-list .congrat {
    cursor: pointer;
}

div.congratulation-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 10;
    max-height: 80%;
    overflow: auto;
    display: none;
}

div.congratulation-overlay .content-main {
    padding: 40px;
}

div.congratulation-overlay p.congrat-nav {
    text-align: center;
}

div.congratulation-overlay p.congrat-nav span {
    cursor: pointer;
    margin: 10px;
}

div.congratulation-overlay p.congrat-nav span:hover {
    color: #fe6638;
}

span.news-sv-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

span.news-video-icon {
    background: url(/images/icon_video.png) center center no-repeat;
}

span.news-swallow-icon {
    background: url(/images/icon_swallow.png) center center no-repeat;
}

h3 span.news-sv-icon {
    margin-top: -3px;
}

h2 span.news-sv-icon {
    margin-top: -4px;
}

input.congrat-pubtype {
    width: auto;
}

div.soc-iconsN {
    margin-top: -1px;
    /*text-align: right;*/
    /*margin-right: -5px;*/
}

.main-menu div.soc-iconsN {
    text-align: right;
}

.soc-iconsN a {
    display: inline-block;
    height: 20px;
    width: 25px;
    background-repeat: no-repeat;
}

.vk-iconN {
    background-image: url("../images/b/ico/vkontakte.svg");
    background-size: contain;
}

.fb-iconN {
    background-image: url("../images/b/ico/facebook.png");
}

.ok-iconN {
    background-image: url("../images/b/ico/odnoklassniki.png");
}

.insta-iconN {
    background-image: url("../images/b/ico/instagram.png");
}

.tw-iconN {
    background-image: url("../images/b/ico/twitter.png");
}

.gp-iconN {
    background-image: url("../images/b/ico/google-plus.png");
}

.rss-iconN {
    background-image: url("../images/b/ico/rss.png");
}

.soc-icons a {
    background-image: url("/images/delete/soc.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.vk-icon {
    background-position: -11px 3px;
}

.fb-icon {
    background-position: 6px 3px;
}

.ok-icon {
    background-position: 0 3px;
}

.gp-icon {
    background-position: -52px 3px;
}

.tw-icon {
    background-position: -31px 3px;
}

.rss-icon {
    background-position: -74px 3px;
}

.like-socials {
    height: 25px;
    margin: 0 auto !important;
    position: relative;
    width: 480px;
}

.like-socials li {
    display: inline-block;
    list-style-type: none;
    position: absolute;
}

.vk-like-social {
    left: 0;
    width: 120px;
    top: 0;
}

.fb-like-social {
    left: 125px;
    top: -4px;
    width: 120px;
}

.ok-like-social {
    left: 280px;
    width: 120px;
    top: 0;
}

.gp-like-social {
    left: 405px;
    width: 120px;
    top: 0;
}

.ribbon-may9 {
    width: 175px;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 50;
    max-width: 35vw;
}

.qa-form {
    margin-bottom: 60px;
}

.qa-form .button {
    margin-right: 15px;
}

.qa-form textarea,
.qa-form input[type="text"] {
    width: 100%;
}

.qa {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #fe6638;
    margin-bottom: 25px;
}

.qa .col-1,
.qa .col-2 {
    padding: 15px;
}

.qa .col-1 {
    width: 7%;
}

.qa .col-2 {
    width: 93%;
}

.qa_person_photo {
    float: left;
    margin: 25px 25px 0 0;
}

.cz_highlight {
    text-align: center;
    padding: 0px 20px;
    background: #fe6638;
    font-size: 13px;
}

.cz_highlight a, .cz_highlight a:hover {
    color: #fff;
}

.cz_highlight.blue {
    background: #325685;
    -webkit-animation: bg 2s infinite linear;
    -moz-animation: bg 2s infinite linear;
    animation: bg 2s infinite linear;
}

.qa-btn-row {
    display: flex;
    margin-top: 20px
}

.qa-btn-item {
    align-items: center;
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.qa-btn-item__karavan {
    align-items: center;
    border: 1px solid #fe6638;
    display: flex;
    flex: 1;
    background-color: #fff !important;
}

.qa-btn-item__mediametrics {
    background-color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.qa-btn-item__karavan > a {
    align-items: center;
    color: #ff0000 !important;
    display: flex;
}

.qa-btn-item__karavan-logo {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px
}

.qa-btn-item__karavan-logo img {
    height: 55px;
    width: 80px;
}

@-webkit-keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@-moz-keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

.btn-animation-blue {
    background: #325685;
    -webkit-animation: animateblue 2s infinite linear;
    -moz-animation: bg 2s infinite linear;
    animation: bg 2s infinite linear;
}

@-webkit-keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@-moz-keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

.btn-main-rating-smi {
    display: block;
    font-size: 16px;
    padding: 35px;
    text-align: center;
    text-decoration: none;
}

.btn-main-rating-smi,
.btn-main-rating-smi:active,
.btn-main-rating-smi:hover,
.btn-main-rating-smi:focus {
    color: #ffffff;
}

.main-gorozhanin > a:first-child {
    display: block;
    overflow: hidden;
    height: auto;
    /*height: 378px;*/
}

@media all and (min-width: 1000px) {
    .main-gorozhanin > a:first-child {
        /*height: auto;*/
        height: 378px;
    }
}

.main-gorozhanin > a:first-child img {
    /*height: 380px;*/
    height: auto;
    width: 100%;
    display: block;
}

.header-main {
    background-size: contain;
}

canvas {
    position: fixed;
    border: 0px solid #c00;
    z-index: -1;
    top: 0;
    left: -100px;
    /*    width: 600px;
	height: 600px;*/
}

div.mainmenu-ads {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div.mainmenu-ads a {
    margin-right: 20px;
}

div.mainmenu-ads a:last-child {
    margin-right: 0px;
}

.mainmenu-ads img {
    max-width: 100%;
}

.gray-button {
    text-align: center;
    background-color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
}

.gray-button a {
    display: block;
    padding: 20px;
}

table.currencies {
    width: 100%;
    margin-top: 20px;
}

table.currencies * {
    font-weight: normal;
    font-size: 14px;
}

table.currencies td {
    color: #545454;
    text-align: center;
    padding: 5px 0px;
}

table.currencies th {
    cursor: pointer;
    padding-bottom: 5px;
}

table.currencies th > span {
    display: block;
}

table.currencies th.headerSortUp span.down {
    color: #fe6638;
}

table.currencies th.headerSortDown span.up {
    color: #fe6638;
}

table.currencies td.bankname {
    text-align: left;
    padding: 5px 10px;
    width: 165px;
}

table.currencies td.bankname a, table.currencies td.bankname {
    font-weight: bold;
}

table.currencies td.bankname span {
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}

table.currencies tbody tr:nth-child(2n+1) {
    background-color: #ededed;
}

table.currencies td span {
    padding: 3px 10px;
    display: inline-block;
}

table.currencies td.highlighted span {
    background-color: #fe6638;
    color: #ffffff;
    font-weight: bold;
}

table.currencies input {
    width: 55px;
    padding: 5px;
    text-align: center;
}

table.currencies div.calc {
    position: absolute;
    /*display: none;*/
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    text-align: left;
    border: 1px solid #cccccc;
}

table.currencies div.calc > div > div {
    padding-bottom: 10px;
}

table.currencies div.calc > div > div:last-child {
    padding-bottom: 0px;
}

span.icon-calc {
    height: 22px;
    width: 20px;
    display: inline-block;
    background: url(/images/icon-calc.png) center center no-repeat;
    background-size: contain;
    margin: 3px 0 1px 0;
    cursor: pointer;
}

table.currencies div.calc input {
    width: 80px;
}

.expiration-selector {
    padding: 20px 0;
    font-weight: bold;
}

.bankpanel h1 sup {
    text-transform: none;
    margin-left: 10px;
}

.bankpanel .button {
    padding: 10px 20px;
}

.currencies-login {
    text-align: center;
    padding: 40px;
}

.currencies-login input {
    font-size: 16px;
    margin-top: 10px;
}

.currencies-login input[type="submit"] {
    padding: 10px 20px;
}

.currencies-login div {
    margin: 10px;
    text-align: left;
    width: 350px;
    font-size: 16px;
}

table.currencies-widget * {
    font-size: 14px;
}

.currencies-widget a {
    white-space: nowrap;
    display: inline-block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.currencies-widget .header {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

table.currencies-widget td.center {
    text-align: center;
    border-left: 15px solid #fff;
    width: 85px;
}

table.currencies-widget tr:first-child td {
    vertical-align: top;
}

table.currencies-widget td.sum {
    color: #ffffff;
    background-color: #fe6638;
    padding: 5px 0;
}

.currencies-hint {
    font-size: 12px;
    margin-top: 20px;
    font-style: italic;
    color: #999;
}

.currencies-hint.seo {
    padding-top: 80px;
}

.currencies-hint.seo p, .currencies-hint.seo ul, .currencies-hint.seo li {
    line-height: 1.4 !important;
    font-size: 12px !important;
    margin: 15px 0 0 0;
}

.currencies-hint h3 {
    font-size: 16px;
    font-weight: bold;
}

.currencies-hint h4 {
    font-size: 14px;
    font-weight: bold;
}

.subscribe_form button {
    background-color: #00A8ED;
    padding: 3px 10px;
    color: #fff;
    border: 0;
    font-weight: bold;
}

@media all and (max-width: 769px) {
    .smi2-article {
        display: none;
    }

    #unit_89058 .list-container-item:nth-child(2),
    #unit_89058 .list-container-item:nth-child(3),
    #unit_89058 .list-container-item:nth-child(4),
    #unit_89058 .list-container-item:nth-child(5) {
        display: none;
    }

    .golos-passagira-news {
        display: none;
    }
}

@media all and (min-width: 770px) {
    .grid-col-wrapper.grid-items-6 .col-1 ul,
    #index-left .news-content ul {
        overflow: hidden;
        display: flex;
        flex-flow: column wrap;
    }

    .grid-col-wrapper.grid-items-6 .col-1 ul {
        height: 500px;
    }

    .grid-col-wrapper.grid-items-6 .col-1 ul > li,
    #index-left .news-content ul > li {
        width: 100%;
    }

    .grid-col-wrapper.grid-items-6 .col-1 span.news-data.date {
        display: block;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 770px) {
    #index-left .news-content ul {
        height: 3122px;
    }

    .navigation-wrapper.navigation-index-middle li:first-child {
        margin-left: 5px;
    }

    .navigation-wrapper.navigation-index-middle li a {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media all and (min-width: 1350px) {
    #index-left .news-content ul {
        height: 1750px;
    }
}

#yandex_rtb_R-A-240311-4, #yandex_rtb_R-A-240311-5 {
    display: none;
    margin-bottom: 20px;
}

@media all and (min-width: 940px) {
    #yandex_rtb_R-A-240311-4 {
        display: block;
    }
}

.w1200plus {
    display: none;
}

@media all and (min-width: 1260px) {
    #yandex_rtb_R-A-240311-5 {
        display: block;
    }

    .w1200plus {
        display: block;
    }
}

@media all and (max-width: 5800px) {
    .banner-dummy_m {
        display: none !important;
    }
}

@media all and (max-width: 769px) {
    .currencies-hint.seo {
        display: none;
    }

    .banner-notmob {
        display: none !important;
    }

    .banner-dummy_m {
        max-width: 100% !important;
        width: 100% !important;
        display: inline !important;
    }
}

.footer-main.tilda {
    margin: 0;
    padding: 0;
}

.footer-main.tilda .liru-counter {
    position: absolute;
    bottom: 0;
    right: 0;
}

/****************** search *****************/
.searchresults .col-1 {
    width: auto;
    display: flex;
    min-width: 300px;
}

.searchresults .news-col1-img-link {
    width: 280px;
    min-width: 280px;
    margin: 0;
    max-height: 200px;
}

.searchresults .col-1 .news-content {
    padding: 0;
    margin: 20px;
}

.searchform .button {
    padding: 7px 15px;
}

.searchform input[type="text"] {
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 400px;
    border: 1px solid #AAAAAA;
}

.searchform {
    padding: 20px;
    min-width: 300px;
}

.searchform .options {
    margin-top: 10px;
}

.searchform .options select, .searchform .options label, .searchform .options input[type="radio"] {
    margin-left: 7px;
}

.searchform .options span:first-child {
    margin-right: 20px;
}

.searchform .options label {
    margin-right: 13px;
}

.searchform nobr {
    display: inline-block;
}

.searchresultscount {
    margin: 20px 0;
}

aside.searchpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 620px;
}

@media all and (max-width: 769px) {
    aside.searchpage {
        display: none;
    }

    .search-wrapper {
        width: 100% !important;
    }

    .searchresults .news-col1-img-link {
        width: 40vw;
        min-width: 40vw;
    }

    .searchform input[type="text"] {
        width: 60vw;
    }

    .searchform .options select {
        margin-top: 10px;
    }
}

@media all and (max-width: 450px) {
    .searchresults .news-col1-img-link {
        display: none;
    }

    .searchform input[type="text"] {
        width: 100%;
    }

    .searchform .options select {
        width: 50vw;
        margin-top: 10px;
    }
}

#comments-form {
    padding-top: 85px;
    margin-top: -85px;
}

a.button {
    padding: 10px 20px;
    text-transform: none;
    font-size: 18px;
    margin: 10px 0;
    background-color: #EEEEEE;
}

a.button.green {
    background-color: #00cc55;
    color: #ffffff;
}

a.button:hover {
    opacity: .8;
}

.article-social-buttons-wrapper {
    text-align: right;
}


.article-social-buttons-wrapper .share {
    font-size: 16px;
    font-weight: bold;
}

.article-social-buttons-wrapper > div {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.article-social-buttons-wrapper .social-button-vk,
.article-social-buttons-wrapper .social-button-fb,
.article-social-buttons-wrapper .social-button-ok
{
    text-align: center;
    /*width: 105px;*/
    margin-left: 10px;
}
.article-social-buttons-wrapper .social-button-vk,
.article-social-buttons-wrapper .social-button-fb {
    padding: 0 0 4px 0;
}

@media all and (min-width: 769px) {

    .aside-scroll-fixed {
        position: fixed;
        top: 100px;
    }

    .aside-scroll-absolute {
        position: absolute;
        bottom: 0;
    }

    aside {
        position: relative;
    }
}

#yandex_rtb_R-A-240311-4 {
    overflow: hidden;
}

.clear {
    clear: both;
}