@font-face {
    font-family: 'PT_Sans';
    src: url("fonts/PT_Sans-Web-Regular.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Freesetctt';
    src: url("fonts/freesetctt-regular.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Freesetctt';
    src: url("fonts/freesetctt-bold.ttf");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Pragmaticac';
    src: url("fonts/pragmaticac.eot?") format('eot'), url("fonts/pragmaticac.woff") format('woff'), url("fonts/pragmaticac.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Pragmaticac';
    src: url("fonts/pragmaticac-bold.eot?") format('eot'), url("fonts/pragmaticac-bold.woff") format('woff'), url("fonts/pragmaticac-bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'HeliosCond';
    src: url("fonts/HeliosCond.eot?") format('eot'), url("fonts/HeliosCond.woff") format('woff'), url("fonts/HeliosCond.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HeliosCond';
    src: url("fonts/HeliosCond-Bold.eot?") format('eot'), url("fonts/HeliosCond-Bold.woff") format('woff'), url("fonts/HeliosCond-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'HeliosCond';
    src: url("fonts/helioscondthinc.eot?") format('eot'), url("fonts/helioscondthinc.woff") format('woff'), url("fonts/helioscondthinc.ttf") format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'HeliosCond';
    src: url("fonts/helioscondblack.eot?") format('eot'), url("fonts/helioscondblack.woff") format('woff'), url("fonts/helioscondblack.ttf") format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Helios';
    src: url("fonts/heliosblackc.eot?") format('eot'), url("fonts/heliosblackc.woff") format('woff'), url("fonts/heliosblackc.ttf") format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Charterc';
    src: url("fonts/charterc.eot?") format('eot'), url("fonts/charterc.woff") format('woff'), url("fonts/charterc.ttf") format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Charterc';
    src: url("fonts/charterc-italic.eot?") format('eot'), url("fonts/charterc-italic.woff") format('woff'), url("fonts/charterc-italic.ttf") format('truetype');
    font-weight: 300;
    font-style: italic
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
    text-decoration: none;
    font-family: PT_Sans;
    /*overflow-x: hidden;*/
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: none
}

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

/*:link:hover {*/
/*text-decoration: underline*/
/*}*/

html {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif
}

html, body {
    position: relative;
    /*overflow-x: hidden*/
}

body.no_scroll {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
}

body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover
}

b {
    font-weight: 400
}

u {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

input[type='text'], input[type='email'], input[type='password'], input[type='submit'], textarea, button {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.sr-only {
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url("images/preloader.gif") no-repeat center
}

.btn-link {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    color: #616060;
}

.btn-link:hover {
    text-decoration: none
}

.text-center {
    margin-top: 5px;
    width: 260px;
    height: 50px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #575757
}

.text_section {
    padding: 10px 0;
    font-size: 13px;
    line-height: 16px;
    color: #666
}

.title.style3, .title.style2 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400
}

.title.style2 {
    color: #a51922
}

.capabilities p, .font-normal p, .page-full-text.open_edition-text p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #7F7F7F
}

.capabilities p {
    color: #7F7F7F;
    font-size: 15px;
}

.text-block p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px
}

.text-block h2 {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #a51922
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(2n)
.capabilities a, .font-normal a {
    color: #000;
    text-decoration: underline
}

.fancybox-skin {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0
}

.fancybox-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("images/close.png") no-repeat;
    width: 10px;
    height: 10px;
    text-indent: -9999px
}

.print-url {
    display: none
}

@media print {
    #panel, .user-section, .nav-section, #footer, #footer-text, .print-link, .social, .qsend-mail-block, .ui-state-default, #tabs-2, #tabs-3, .content-box {
        display: none !important
    }

    .ui-state-active, .print-url {
        display: block !important
    }
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    background: #222;
}

.f-logo {
    float: left;
    margin-right: 20px
}

.f-logo-link {
    display: block
}

.f-address {
    float: left;
    margin-right: 60px;
    width: 180px;
    font-size: 11px;
    line-height: 16px;
    color: #ebebeb;
}

.f-address a {
    color: inherit
}

.f-menu-list {
    float: left;
    width: 200px;
}

.f-menu-list li a {
    font-size: 11px;
    text-decoration: underline;
    color: #7f7f7f
}

.copyright {
    margin-top: 20px;
    font-size: 11px;
    line-height: 15px;
    color: #545454
}

.individual-info {
    line-height: 15px;
    color: #545454;
    margin-top: 5px;
    font-size: 11px
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    zoom: 1;
    /*padding: 0 15px;*/
}

.container:before, .container:after {
    content: "";
    display: table
}

.container:after {
    clear: both
}

.specprojects-wrapper > .container {
    /*max-width: 1230px;*/
    padding: 0
}

.specprojects-wrapper .js-selected-events {
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6
}

.page-wrapper {
    position: relative;
    margin: 15px auto 0;
    padding: 0;
    max-width: 1100px;
    width: 100%;
    background: #fff;
}

.specprojects-wrapper {
    position: relative;
    z-index: 1;
    background: #fff
}

.content {
    margin-top: 0;
    margin-bottom: 0
}

.twocolumns {
    padding: 40px 0;
    overflow: hidden
}

.left-column {
    float: left;
    width: 760px;
}

.left-column-for-teg {
    width: 810px;
}

.left-column-full {
    width: 100%;
}

.full-column {
    float: left;
    width: 100%
}

.sidebar {
    float: right;
    width: 260px
}

.sidebar-section {
    margin-bottom: 20px;
}

a ~ .sidebar-section {
    margin-top: 30px
}

.page-title {
    left: 0
}

.map {
    margin-bottom: 100px
}

.material-number {
    margin: 25px 0 20px;
    color: #353434;
    font-size: 14px;
    font-weight: 700;
}

.material-number span {
    font-weight: 400
}

#cnt_cap {
    float: left;
    width: 180px
}

.city-table {
    width: 71%
}

.errortext {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    color: #ff2e3b
}

.header {
    position: relative;
    margin: 0 auto;
    /*max-width: 1020px;*/
    width: 100%;
    min-height: 210px;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
    max-height: 250px;
}

.top_banner {
    max-height: 250px;
    overflow: hidden;
}

.three_blocks_header {

}

.banner_top_element_container {
    width: 29%;
    float: left;
    display: block;
    padding: 20px 40px;
    min-height: 250px;
}

.banner_top_logo_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 250px;
    width: 13%;
    padding: 0;
}

.banner_top_logo_container img {
    max-width: 80%;
}

.banner_top_element_container .banner_top_image {
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_top_element_container .banner_top_line {
    height: 2px;
    background-color: #231F20;
}

.three_blocks_header .banner_top_element_container:nth-child(2) .banner_top_line {
    background-color: #ED1C24;
}

.banner_top_element_container .banner_top_text {
    font-family: "Open Sans";
    font-size: 13px;
    color: #231F20;
    margin-top: 10px;
    line-height: 1.35;
}

.header .container {
    position: relative;
    height: 100%;
    max-width: 1100px;
}

.header-image {
    position: absolute;
    width: 1920px;
    max-width: 100%
}

.header-image-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-image-mobile img {
    position: relative;
    top: 50%;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-left-col {
    float: left;
    width: 50%
}

.header-right-col {
    float: right;
    display: table-cell;
    vertical-align: middle;
    /*width: 360px;*/
    height: 100%
}

.logo {
    position: relative;
    z-index: 8
}

.logo-link {
    float: left;
    display: block;
    margin-right: 24px;
    max-width: 100%;
}

.logo-link img {
    max-width: 87%;
    margin-top: 45px;
}

.logo-title {
    float: left;
    display: inline-block;
    margin-top: 70px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #666;
}

.with_title_image .logo-title {
    position: absolute;
    left: 51px;
    top: 15px;
    text-transform: lowercase;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    display: none;
}
.with_title_image .main-logo-header{
    max-width: 120px;
    margin-top: 37px;
}
.defaultHeader .logo-title {
    color: #000
}

.page-title-ribbon {
    position: relative;
    z-index: 10;
    padding: 15px 0 15px 20px;
    background: url("images/header-ribbon.png") repeat-x top center;
}

.page-title-ribbon:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -95px;
    width: 98px;
    height: 99px;
    background: url("images/header-ribbon-right.png") no-repeat top center
}

.page-title-ribbon a {
    position: relative;
    z-index: 5;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.page-title-ribbon a:hover {
    text-decoration: none
}

.page-title {
    position: absolute;
    top: 160px;
    left: 86px;
    z-index: 10
}

.page-title-date {
    margin-top: 10px;
    margin-right: 18px;
    font-size: 23px;
    text-align: center;
    color: #fff
}

.with_title_image {
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 153px
}

.event_date {
    display: inline-block;
    position: absolute;
    margin-top: 30px;
    margin-left: -34px
}

.event_date .header_title_image img {
    max-width: 230px;
}

.header-partners {
    position: relative;
    z-index: 10;
    min-height: 170px;
    height: 100%
}

.header-partners-table {
    width: 100%;
    height: 100%;
}

.header-partners-table tr td {
    vertical-align: middle;
    height: 170px;
}

.header-partners-table tr td.nobanner {
    vertical-align: top;
    padding-top: 17px
}

.header-partners-text {
    font-size: 14px;
    line-height: 16px;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    width: 80px;
}

.header-partners-text span {
    display: block
}

.header-partners-logo {
    float: right;
}

.header-partners-inner {
    margin-bottom: 20px
}

.header-partners-list {
    /*float: right;*/
    margin-top: -2px;
}

.header-partners-list-inner li {
    margin-bottom: 9px;
}

.header-partners-list-inner li a {
    font-size: 23px;
    text-decoration: none;
    color: #fff
}

.header-partners-link {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 10;
    max-height: 40px;
}

.header-partners-link_1 {
    top: 20px;
}

.header-partners-link_1 {
    top: 50px;
}

.header-partners-link span {
    width: 110px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 3px 0 0 10px;
    float: right;
}

.header_top_menu {
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    height: 40px;

}

.header_top_menu a {
    float: left;
    display: inline-block;
    float: left;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    margin: 0 8px;
}

.bt-menu-trigger {
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 2em;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    z-index: 11;
}
.bt-menu-trigger.bt-menu-open{
    width: 35px;
    height: 35px;
    border: 3px solid rgba(122,120,120, 0.9);
    border-radius: 50%;
    margin-top: 5px;
}
.bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2em;
    margin-top: -0.1em;
    border-radius: 20px;
    background-color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.bt-menu-trigger.bt-menu-open span{
    width: 35px;
    background-color: rgba(0,0,0, 0);
    top: 31%;
    left: 4.5px;
}
.bt-menu-trigger span:after,
.bt-menu-trigger span:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    border-radius: 20px;
}

.bt-menu-trigger span:before {
    -webkit-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
}

.bt-menu-trigger span:after {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
}

.bt-menu-trigger.bt-menu-open span:before {
    -webkit-transform: translateY(-0.3em) translateX(-0.4em) rotate(-45deg) scaleX(0.6);
    transform: translateY(-0.3em) translateX(-0.4em) rotate(-45deg) scaleX(0.6);
    top: 12px;
    height: 3px;
    background: rgba(122,120,120, 0.9);
}

.bt-menu-trigger.bt-menu-open span:after {
    -webkit-transform: translateY(0.3em) translateX(-0.4em) rotate(45deg) scaleX(0.6);
    transform: translateY(0.3em) translateX(-0.4em) rotate(45deg) scaleX(0.6);
    height: 3px;
    background: rgba(122,120,120, 0.9);
}
.menu_title_container{
    display: none;
}
.menu_title_container .menu_title{
    color: #ED1C24;
    margin-bottom: 5px;
    width: 86%;
    float: left;
    font-weight: bold;
    font-size: 17px
}
.menu_title_container .menu_title_text{
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 87%;
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
}
.menu_title_container .bt-menu-trigger{
    margin-right: 4px  ;
}
.user-bar {
    /*position: fixed;*/
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 40px;
    background: #231F20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-header .user-bar {
    position: fixed;
}

.user-bar__login {
    float: right;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    color: #c7c7c7;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 17px;
    margin-top: 7px;
    font-family: Open Sans;
}

a.user-bar__login:hover {
    text-decoration: none
}

.user-bar__social {
    float: right;
    margin-top: 7px;
}

.user-bar__social li {
    display: inline-block;
    margin: 0 3px 0 0;
}

.user-bar__social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    /*background: url("images/social-sprite2.png") no-repeat;*/
}

.user-bar__social a.social-fb {
    background-position: -40px 0
}

.user-bar__social a.social-tw {
    background-position: -80px 0
}

.user-bar__social a.social-ok {
    background-position: -120px 0
}

.user-bar__social a.social-rss {
    background-position: -160px 0
}

.user-bar__social a.social-telegram {
    background-position: -200px 0
}

.user-bar__social .social-whatsapp {
    background: url("images/icon-whatsapp.svg") no-repeat center;
    background-color: #ff2e3b;
    background-size: 90%
}

.search-block {
    float: right;
    margin-top: 7px
}

.search-block .search-input {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 25px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    float: left;
    width: 250px;
    border-radius: 20px;
}

.search-button {
    float: left;
    width: 15px;
    height: 16px;
    margin-top: 5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    cursor: pointer;
    left: -25px;
    position: relative;
    background-size: 15px;
    background-position: left center;
}

.elka {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.elka .container {
    position: relative
}

.elka__link {
    display: block;
    position: absolute;
    top: -334px;
    right: 120px;
    z-index: 200;
    width: 317px;
    height: 532px;
    background: url("images/elka.png") no-repeat
}

.elka__link:not(.ui-draggable-dragging) {
    -webkit-animation: pulse 1.6s ease-in-out infinite;
    animation: pulse 1.6s ease-in-out infinite;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.inner-post {
    position: relative;
    margin-bottom: 40px
}

.inner-post-date {
    margin-bottom: 33px;
    font-size: 10px;
    color: #696868
}

.inner-post-unpublished {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    background: #ff2e3b;
    color: #fff;
}

.inner-post-unpublished:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 1px;
    height: 1px;
    border: 8px solid transparent;
    border-top: 11px solid #ff2e3b;
    border-bottom: 11px solid #ff2e3b
}

.inner-post-title {
    margin-bottom: 10px;
    font-size: 30px;
    color: #292828
}

.inner-post-subtitle {
    margin-bottom: 40px;
    font-size: 20px;
    color: #ff2e3b
}

.inner-post-text {
    max-width: 812px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #000;
}

.inner-post-text img {
    max-width: 100%;
    height: auto;
    margin: 35px 20px 0px 0;
}

.inner-post-text p {
    margin: 15px 0
}

.inner-post-text i {
    font-style: italic !important
}

.inner-post-text b {
    font-weight: 700
}

.inner-post-text s, .inner-post-text del {
    text-decoration: line-through
}

.inner-post-text a {
    text-decoration: underline;
}

.inner-post-text a:visited {
    color: #909
}

.inner-post-text table[width="700"] {
    width: 100%
}

.inner-post-text table, .inner-post-text th, .inner-post-text td {
    max-width: 100%
}

.inner-post-img {
    margin: 40px 0;
    border: 1px solid #bdbdbd
}

.inner-post-img-desc {
    padding: 13px;
    font-size: 13px;
    text-align: left;
    color: #616161
}

.inner-post-item {
    margin: 40px 0
}

.inner-post-item-img {
    float: left;
    margin-right: 35px;
    width: 157px;
    height: 157px;
    overflow: hidden;
    border: 6px solid #bdc6c9;
    border-radius: 50%;
}

.inner-post-item-img img {
    float: none !important;
    margin: 0 !important;
    width:100%;
}

.inner-post-item-text {
    float: right;
    width: 610px;
    max-width: 100%;
    font-style: italic;
}

.inner-post-item-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #808080
}

.inner-post-item-title {
    margin-bottom: 25px;
}

.inner-post-item-title a {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #808080
}

.inner-post-item-more {
    display: inline-block;
    margin-left: 30px;
    font-weight: 400;
    font-style: normal;
    color: #171717;
}

.inner-post-item-more span {
    color: #ff2e3b
}

.slider {
    padding: 30px 0 33px;
    background: url("images/slider-bg.png") no-repeat 0 0;
    background-size: cover
}

.inner-post-slider {
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
    display: inline-block;
    width: 100%;
}

.inner-post-slider .bx-controls-direction {
    display: block;
    position: static;
    float: left;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: auto;
    border: none
}

.inner-post-slider .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url("images/slider-arrow2.png") no-repeat;
}

.inner-post-slider .bx-controls-direction a.bx-prev {
    left: 15px;
    background-position: 0 0
}

.inner-post-slider .bx-controls-direction a.bx-next {
    right: 15px;
    background-position: -50px 0
}

.inner-post-slider-item {
    float: left;
    width: 700px;
    height: auto;
    max-height: 617px;
    overflow: hidden;
    text-align: center;
}

.inner-post-slider-item img {
    max-width: 100%;
    width: 100%;
}

.inner-post-slider-title {
    float: right;
    padding: 12px 10px;
    width: 50%;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #616161
}

.post-slider-link {
    display: inline-block;
    height: 360px;
    overflow: hidden
}

.quote_new {
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px 0;
    max-width: 700px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #838087;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.inner-post-description {
    padding-bottom: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ccc
}

.inner-post-author {
    float: right;
    margin-bottom: 15px;
}

.inner-post-author a {
    display: inline-block;
    margin-left: 4px;
    text-decoration: underline;
    color: #ff2e3b
}

.inner-post-views {
    float: right
}

.inner-post-views-count {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 0;
    font-size: 10px;
    text-indent: 25px;
    background: url("images/views-icon.png") no-repeat left center;
    color: #696868
}

.yandex_dzen a {
    position: relative;
}

.yandex_dzen a:after {
    content: '';
    position: absolute;
    right: -39px;
    width: 36px;
    top: -9px;
    height: 36px;
    background-size: cover;
    background-image: url(/hotline/images/YaZe.png);
}

.inner-post-tags {
    margin-top: 16px;
}
.inner-post-tags span {
    color: #ff2e3b;
    margin-right: 8px
}

.inner-post-tags-list {
    display: inline;
    line-height: 1.5;
}

.inner-post-tags-list li {
    display: inline-block;
}

.inner-post-tags-list li a {
    font-size: 13px;
    text-decoration: underline;
    color: #333
}

.inner-post-share {
    margin-bottom: 40px;
    padding: 20px 0
}

.inner-post-share-left {
    float: left
}

.inner-post-share-right {
    float: right
}

.inner-post-print {
    position: absolute;
    top: 0;
    right: 0;
}

.inner-post-print a {
    display: inline-block;
    padding: 3px 0 3px 24px;
    font-size: 13px;
    color: #696868;
    background: url("images/printer2.png") no-repeat left center
}

.inner-post-p-img {
    float: right;
    width: 73px;
    height: 73px;
    background: url("/hotline/prize-question-img.png") no-repeat;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 7px 8px 28px -10.72px #000;
    box-shadow: 7px 8px 28px -10.72px #000
}

.inner-post-ads {
    display: block;
    clear: both;
    margin: 30px -15px;
    padding: 15px;
    font-weight: 600;
    color: #666;
    background: #f2f2f2;
    zoom: 1;
}

.inner-post-ads:before, .inner-post-ads:after {
    content: "";
    display: table
}

.inner-post-ads:after {
    clear: both
}

img.inner-post-ads-img {
    float: left;
    max-width: 190px;
    margin-right: 15px
}

.inner-post-ads-title {
    float: left;
    width: 100%;
    max-width: calc(100% - 205px);
    margin-bottom: 10px;
    font-size: 18px
}

.inner-post-ads-text {
    float: left;
    width: 100%;
    max-width: calc(100% - 205px);
    font-size: 15px
}

a.inner-post-ads-link {
    white-space: nowrap;
    text-decoration: none;
    color: #ff2e3b;
}

a.inner-post-ads-link:visited {
    color: #ff2e3b
}

a.inner-post-ads-link:hover {
    text-decoration: underline
}

.inner-post-ads-sub {
    clear: both;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400
}

.private-info {
    float: left;
    position: relative;
    top: -10px;
}

.private-info .holder-author {
    overflow: hidden;
}

.private-info .holder-author td {
    vertical-align: top;
    padding: 10px 0;
}

.private-info .holder-author td:first-child {
    padding: 0
}

.private-info .holder-author img {
    border-radius: 50%
}

.private-info .holder-author .author-d {
    margin: 0 10px 12px
}

.private-info .holder-author .author-l {
    margin: 0 10px
}

.private-info .holder-author .author-post {
    font-size: 12px;
    color: #8c8c8a
}

.private-info .holder-author .author-link {
    line-height: 1.2
}

.private-info .holder-author .author-link a {
    color: #ff2e3b;
    text-decoration: underline
}

.post-title-block {
    margin-bottom: 15px;
    margin-top: 18px;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #ccc;*/
    display: inline-block;
    width: 100%;
}

.post-title-block-tag {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: none
}

.post-title-image {
    margin-bottom: 10px
}

.post-title {
    position: relative;
    float: left;
    color: #000;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-size: 26px;
}
.vote-post-title {
	position: relative;
	float: left;
	margin-right: 20px;
	font-family: Arial,sans-serif;
	color: #a1a1a1;
	font-size: 27px;
	width: 100%;
}
.vote-post-title:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #dbdbdb;
	margin-top: 5px;
}

#custom-block-2 .post-title a {
    color: #ED1C24;
}

#custom-block-2 {
    margin-top: 25px;
}

.post-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 21px;
    /*background: #ff2e3b*/
}

.post-title a {
    color: #1a1a1a;
}

.post-title a:hover {
    text-decoration: none
}

.post-link {
    float: right;
    margin-top: 8px
}

.post-link-more {
    color: #1a1a1a;
    font-size: 13px;
}

.post-link-more span {
    color: #ff2e3b
}

.post-item-inform {
    padding: 0
}

.post-item-date, .post-item-views, .post-item-comment {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #969696;
}

.post-item-date a, .post-item-views a, .post-item-comment a {
    color: inherit
}

.post-item-views {
    padding-left: 25px;
    background: url("images/views-icon.png") no-repeat left center;
    margin-right: 0;
    float: right;
}

.text_on_image .post-item-views {
    background: url("images/new_icons/views_icons.svg") no-repeat left center;
}

.post-item-comment {
    background: url("images/new_icons/comment.svg") no-repeat left center;
    overflow: hidden;
    float: right;
}

.text_on_image .post-item-comment {
    background: url("images/new_icons/comment_white.svg") no-repeat left center;
}
.text_on_image_black_bgc{
    display: none;
}
.text_on_image_container .text_on_image_black_bgc {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: inline-block;
}

.post-item-comment span {
    display: block;
    min-height: 15px;
    text-indent: 25px
}

.post-item-col1 {
    float: left;
    margin: 0 0.5% 10px;
    width: 24.25%;
    height: 355px;
    overflow: hidden
}

.carousel-list .carousel-item-slider-col1 {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin: -2px 0 0 -2px;

}

.carousel-list .carousel-item-slider-col1 .post-item-description {
    /*border: ;*/
}

.topical-post-content-container {
    display: inline-block;
    width: 100%;
}

.topical-post-content.topical-post-content-teg .post-item-col1 {
    width: 32.5%;
    margin: 5px 0.6%;
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(1) {
    margin-left: 0;
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(4n) {
    margin-right: 0.6%;
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(4n+1) {
    margin-left: 0.6%;
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(3n+1) {
    margin-left: 0;
}

.topical-post-content.topical-post-content-teg .post-item-col1:nth-child(3n) {
    margin-right: 0;
}

.post-item-col1.item_read_on {
    height: 355px;
    max-width: 270px;
}

.sidebar.sidebar-dossier .post-item-col1 {
    width: 100%;
}

.sidebar.sidebar-dossier .post-title-block .post-title {
    display: inline-block;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #939598;
}

.sidebar.sidebar-dossier .post-title-block {
    border: 1px solid #E6E6E6;
    padding: 21px 10px;
    margin-bottom: 0;
}

.post-content .post-item-col1:nth-child(4n) {
    margin-right: 0;
}

.post-content .post-item-col1:nth-child(4n+1), .post-content .post-item-col1:nth-child(1) {
    margin-left: 0;
}

.post-item-author {
    margin-top: 5px;
    font-size: 13px;
    *zoom: 1;
}

.post-item-author:before, .post-item-author:after {
    content: '';
    display: table
}

.post-item-author:after {
    clear: both
}

.post-item-author a, .post-item-author a:visited {
    color: #ff2e3b;
    text-decoration: underline
}

.post-item-textonly {
    margin-bottom: 30px
}

.post-content {
    position: relative;
    margin: 0 0 20px;
}

.post-content > div.post-item-col1 {
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.post-content > div.post-item-col1:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.post-item-link {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #231F20;
}

.post-item-text {

    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.post-item-text a {
    color: #808080;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #808080;
    padding: 3px 10px;
    white-space: nowrap;
    line-height: 27px;
}
.post-item-text a.tag_for_post{
    border: 0;
}
.post-item-text a:hover {
    background: #808080;
    color: #fff;
    border: 1px solid #808080;
}

.post-item-text .post-item-text-tag:hover {
    color: #fff;
    background-color: #ED1C24;
    border: 1px solid #ED1C24;
}

.post-item-text .post-item-text-tag {
    color: #fff;
    background-color: #ED1C24;
    border: 1px solid #ED1C24;
    cursor: pointer;
}

.text_on_image .post-item-text a {
    border: 1px solid #fff;
    color: #fff;
}

.post-item-images {
    position: relative;
    overflow: hidden;

}

#custom-block-1 .post-item-col1.banner_actual_container, #custom-block-3 .post-item-col1.banner_actual_container {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
}

.banner_actual_container img {
    max-width: 100%;

}

.item-best .post-item-images {
    max-height: 185px;
    min-height: 180px;
}

.post-item-images img {
    float: left
}

.post-item-col1 .post-item-images {
    overflow: hidden;

}

.min_item_post.post-item-col1 .post-item-images {
    max-height: 180px;
}

.post-item-col1 .post-item-images img {
    float: left;
    width: 100%;
}

.post-item-images-link {
    display: block;
    height: 100%;
}

.post-item-images-hot a:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: url("/post-item-images-label.png") no-repeat
}

.post-item-images-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
}

.post-item-images-title a {
    color: inherit
}

.post-item-image img {
    float: left;
    max-height: 170px
}

.post-item-more {
    float: left;
    font-size: 14px;
    color: #ED1C24;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.post-item-more span {
    color: #ED1C24;
}

.post-title-list {
    float: left;
    margin-top: -5px;
    zoom: 1;
}

.post-title-list:before, .post-title-list:after {
    content: "";
    display: table
}

.post-title-list:after {
    clear: both
}

.post-title-list-item {
    float: left;
    margin: 5px 0 0;
}

.post-title-list-item a {
    display: inline-block;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #939598
}

.post-title-list span {
    float: left;
    display: inline-block;
    font-size: 26px;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    color: #231F20;
    margin: 2px 10px 0;
}

.post-title-list-item.active a, .post-title-list-item a:hover {
    text-decoration: none;
}

.dropdown-list {
    position: absolute;
    top: 30px;
    left: -9999px;
    z-index: 900;
    padding: 10px;
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.dropdown-list li {
    margin: 5px;
}

.dropdown-list li a {
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #333
}

.post-title-dropdown {
    position: relative;
    display: inline-block
}

.post-title-dropdown.active .dropdown-list {
    left: 0
}

.dropdown-text {
    position: relative;
    top: 5px;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1a1a1a;
    border-bottom: 1px dashed #1a1a1a;
}

.dropdown-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ff2e3b transparent;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.active .dropdown-text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-text:hover {
    text-decoration: none
}

.journal-item {
    margin: 20px 0
}

.journal-item-text a {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.journal-item-text a span {
    font-weight: 300
}

.bestseller-item {
    margin: 0;
    border: 1px solid #E7E7E7;
    padding: 15px 10px 15px 15px;
    border-bottom: 0;
}

#custom-block-1 .bestseller-item.clearfix:nth-child(4), #custom-block-3 .bestseller-item.clearfix:nth-child(4) {
    border-bottom: 1px solid #E7E7E7;
}

.sidebar-section-bestseller .bestseller-item:last-child {
    border-bottom: 1px solid #E7E7E7;
}

.post-title-bestseller {
    border: 1px solid #E7E7E7;
    border-bottom: 0;
    padding: 20px 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.bestseller-item-img {
    float: left;
    width: 30px;
    margin-top: -3px;
}

.bestseller-item-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a
}

.bestseller-item-text {
    float: right;
    width: 200px;
}

.bestseller-item-text .post-item-views {
    margin-left: 10px;
}

.number-bestseller {
    color: #ED1C24;
    font-family: PT_Sans;
    font-size: 36px;
    font-weight: 600;
}

.best-more-link {
    margin-bottom: 40px
}

.sidebar .post-item-col1 {
    margin: 0;
    margin-bottom: 20px;
    height: auto !important
}

.sidebar .post-title {
    margin-right: 0
}

.sidebar .post-item-comment {
    margin-right: 0
}

.sidebar .post-link-more {
    display: block;
    float: right;
    font-size: 11px
}

.photo-item {
    position: relative;
    left: 0;
    margin: 0;
    width: 100%
}

.photo-item img {
    display: block;
    min-height: 200px;
    width: 100%
}

.photo-item-desc {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.photo-item-desc-info {
    margin-bottom: 10px;
}

.photo-item-desc-info .post-item-views {
    padding: 0 0 0 25px;
    line-height: 12px;
    color: #fff;
    background-image: url("images/views-icon.png") !important
}

.photo-item-desc-info .post-item-comment {
    line-height: 11px;
    color: #fff;
    background-image: url("images/comment-icon-white.png")
}

.photo-day .photo-item-desc-info {
    margin-top: 7px;
    float: right;
}

.photo-item-desc-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #fff
}

.photo-day {
    position: relative;
}

.photo-day .bx-controls-direction {
    top: 50%;
    margin-top: -25px
}

.articles-in-article {
    float: right;
    margin: 15px 0;
    margin-left: 20px;
    padding: 20px;
    width: 45%;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    font-style: normal;
}

.articles-in-article .title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.articles-in-article .title a {
    color: inherit;
    text-decoration: none;
}

.articles-in-article .title a:hover {
    text-decoration: underline
}

.articles-in-article img {
    float: right;
    margin-left: 8px
}

.articles-in-article .description {
    color: #666
}

.sidebar .s-title {
    margin: 0;
    padding: 0;
    color: inherit;
    border: none
}

.specprojects .sidebar .s-title, .calendar-title .s-title {
    padding: 5px 10px 20px;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    color: #7b8e92;
    font-size: 16px;
    margin: 59px 0 0
}

.calendar-title .s-title {
    margin-top: 0;
}

.specprojects .sidebar .s-title p, .calendar-title .s-title p {
    font-size: 24px;
    margin-top: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

.specprojects .sidebar .s-title span, .calendar-title .s-title span {
    font: inherit;
}

.specprojects .sidebar .ecsperts-title {
    margin-top: 10px;
}

.specprojects .sidebar .ecsperts-title p {
    margin: 0;
}

.calendar-title {
    clear: both
}

.s-datepicker {
    margin: 0 0 10px;
    padding-bottom: 20px;
}

.s-datepicker-title {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #7F7F7F;
    display: inline-block;
    width: 74px;
}

.month_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10px;
}

.calendar_container {
    border: 1px solid #E6E6E6;
    border-top: 0;
}

.s-datepicker-table {
    position: relative;
}

.s-datepicker-table table {
    width: 100%;
    position: relative
}

.s-datepicker-table table tr td {
    padding: 5px 0;
    /*background: #e3e9ea;*/
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    width: 14.28%;
}

.articles_of_heading {
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-top: 15PX;
}

.s-datepicker-table table tr td a {
    color: #7F7F7F;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-size: 14px
}

.s-datepicker-table table tr.days td {
    padding: 7px 0;
    color: #7F7F7F;
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.s-datepicker-table table tr td.active {
    position: relative;
    border-radius: 2px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.s-datepicker-table table tr td.active a {
    color: #ED1C24;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1.6;
    border: 1px solid #ED1C24;
    border-radius: 50%;
}

.s-datepicker-table table tr td:hover {
    /*background: #e0e6e7*/
}

.s-datepicker-table table tr td.unselectable {
    background: #fff;
}

.s-datepicker-table table tr td.unselectable a {
    cursor: default
}

.s-datepicker-table table tr td.date-event a {
    font-family: 'PT_Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff !important;
    border-radius: 50%;
    background: #ED1C24;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1.8;
}

.s-datepicker-table table tr td.selected a {
    background: #969696;
}

.s-datepicker-table table tr td.date-event {
    padding: 0;
}

.date-next, .date-prev {
    color: #CCCCCC;
    font-size: 14px;
    width: 74px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: -42px;*/
    /*display: block;*/
    /*margin-right: -16px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*background: url("images/carousel-arrow.png") no-repeat 0 0*/
}

.date-next {
    /*left: auto;*/
    /*right: -25px;*/
    /*background: url("images/carousel-arrow.png") no-repeat -34px 0*/
    text-align: right;
}

.carousel {
    position: relative;
    width: 100%
}

.bx-controls-direction {
    position: absolute;
    top: 60px;
    left: -65px;
    width: 52px;
    height: 52px;
    border: 4px solid #f2f2f2;
    border-radius: 50%;
}

.bx-controls-direction:hover {
    border-color: #e8e8e8
}

.bx-controls-direction a {
    display: block;
    position: absolute;
    top: 11px;
    padding: 0;
    text-indent: 9999px;
    width: 12px;
    height: 21px;
    background: url("images/slider-arrow.png") no-repeat;
    overflow: hidden;
    opacity: .3;
    border: none;
    cursor: pointer;
}

.bx-controls-direction a:hover {
    opacity: 1
}

.bx-controls-direction a.bx-prev {
    left: 5px;
    background-position: 2px 0
}

.bx-controls-direction a.bx-next {
    right: 5px;
    background-position: -10px 0
}

.bx-controls-direction a.disabled {
    display: none
}

.bx-pager {
    display: block;
    padding: 10px 15px;
    text-align: center
}

.bx-pager-item {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.bx-pager-link {
    display: block;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 2px solid #333;
    border-radius: 50%;
    text-indent: 9999px;
    overflow: hidden;
    cursor: pointer;
}

.bx-pager-link.active {
    background: #808080;
    border-color: #808080
}

.carousel-list li, .carousel-photo li {
    float: left
}

.comment-holder {
    padding: 21px 10px 0 10px;
    height: 1%;
}

.comment-holder span.username {
    font-size: 12px;
    font-weight: normal
}

.comment-post {
    padding: 0 0 6px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.comment-post .title-line {
    padding: 0 0 30px 4px;
    height: 1%
}

.comment-post h4 {
    margin: 0;
    font-size: 15px;
    line-height: 18px
}

.comment-post .date {
    padding: 7px 0 10px 0;
    width: 119px;
    font-weight: 700
}

.comment-post p {
    margin: 0 0 8px
}

.comment-post a {
    font-size: 12px;
    color: #333
}

a.comment_link_anchor {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #666
}

.rating_block {
    float: right;
    position: relative;
    right: 0;
}

.block_appears {
    float: left;
    padding: 5px;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
}

a.lnk-w-span .block_appears {
    display: none;
    position: absolute;
    top: 22px;
    right: 0;
}

a:hover.lnk-w-span .block_appears {
    display: block
}

.img_kom {
    float: left
}

.sub-sub-menu-holder {
    overflow: hidden;
    width: 100%
}

.top_link {
    display: block;
    float: left;
    vertical-align: middle;
    line-height: 2.1
}

.comment_user img {
    width: 100%
}

.buttons_block {
    float: left;
    padding-top: 10px;
    width: 100%
}

.title-likes {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    color: #343434
}

.right_vote_list a h4 {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px
}

.right_vote_list .title h3 {
    color: #808080;
    display: inline-block;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 6px 4px;
    text-transform: uppercase
}

a.go_poll {
    padding: 10px 0 10px 5px;
    font-size: 13px;
    color: #ff2e3b
}

.filter {
    margin-bottom: 15px
}

.filter-title {
    float: left;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 13px;
    color: #939598
}

.filter-list {
    display: inline;
}

.filter-list li {
    float: left;
    margin-right: 5px;
}

.filter-list li a {
    display: inline-block;
    padding: 3px 1px;
    font-size: 13px;
    text-decoration: none;
    color: #CCCCCC
}

.filter-list li.active a, .filter-list li a:hover {
    text-decoration: none;
    color: #ED1C24;
    text-decoration: underline;
}

.filter-list li.separator {
    position: relative;
    top: 4px;
    margin: 0 10px;
    height: 13px;
    border-right: 1px solid #e3e1e2
}

.filter-search {
    margin-bottom: 0;
}

input.filter-search__input {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: PT_Sans, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 0 20px
}

.filter-search-page input.filter-search__input {
    border: 1px solid #E6E6E6;
    color: #808080;
    font-family: PT_Sans;
    padding: 0 9px;
    font-size: 16px;
}

.filter-search__settings {
    margin: 17px 0 15px;
}

.filter-search__settings input[type='text'], .filter-search__settings select {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 10px;
    width: auto
}

.filter-search-page .filter-search__settings input[type='text'], .filter-search-page .filter-search__settings select {
    border: 1px solid #E6E6E6;
    color: #808080;
    font-family: PT_Sans;
    padding: 0 5px;
    font-size: 16px;
}

.filter-search__settings select {
    padding: 0 6px
}

.filter-search__section {
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.filter-search__section label {
    display: inline-block;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 13px;
    color: #181818
}

.filter-search__date {
    float: left;
    display: inline-block;
}

.filter-search__date span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 13px;
    color: #181818
}

.filter-search__date .calendar-icon {
    margin: 5px
}

.filter-search__date-link {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 0 3px 21px;
    background: url("images/date.png") no-repeat left center
}

.filter-right-col {
    width: 240px;
    float: right;
}

.filter-right-col__list li {
    margin-bottom: 5px;
}

.filter-right-col__list li a {
    font-size: 16px;
    color: #808080;
    line-height: 16px;
    text-decoration: none;
}

.filter-right-col__list li a:hover {
    text-decoration: underline;
}

.search-result__top .filter {
    float: right;
    margin: 0;
    margin-top: -2px
}

.search-result__top .filter-title, .search-result__top .filter-list {
    float: left
}

.page-subscribe section {
    margin-bottom: 10px
}

.page-subscribe__success {
    text-align: center;
    margin: 30px 0 50px
}

.page-subscribe__photo {
    max-width: 530px;
    min-width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.page-subscribe__photo img {
    max-width: 100%;
    height: auto
}

.page-subscribe__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #7d7d7d;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0;
}

.page-subscribe__title span {
    color: #c92a00
}

.page-subscribe__title::before, .page-subscribe__title::after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 1px;
    background-color: #000
}

.page-subscribe__title::before {
    margin-right: 10px
}

.page-subscribe__title::after {
    margin-left: 10px
}

.page-subscribe__photo-wrapper {
    position: relative;
    height: 450px;
}

.page-subscribe__photo-wrapper a {
    position: absolute;
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    top: 50%;
    -webkit-box-shadow: 11px 11px 7px 0 rgba(51, 51, 51, 0.2);
    box-shadow: 11px 11px 7px 0 rgba(51, 51, 51, 0.2)
}

.page-subscribe__photo-wrapper a[data-position="1"] {
    width: 230px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-subscribe__photo-wrapper a[data-position="2"] {
    width: 280px;
    left: 20%;
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    z-index: 2
}

.page-subscribe__photo-wrapper a[data-position="3"] {
    width: 310px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.page-subscribe__photo-wrapper a[data-position="4"] {
    width: 280px;
    right: 20%;
    -webkit-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
    z-index: 2
}

.page-subscribe__photo-wrapper a[data-position="5"] {
    width: 230px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-subscribe__info p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: normal
}

.page-subscribe__info-arrow {
    display: block;
    margin: 0 auto;
    width: 50px
}

.page-subscribe__archive-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-subscribe__archive-wrapper a {
    display: block;
    width: 230px;
    margin: 0 auto 10px auto
}

.page-subscribe__form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.page-subscribe__form-group:last-of-type {
    border: none;
    margin-bottom: 0
}

.page-subscribe__form-desc {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    line-height: normal;
    margin-right: 15px;
    width: 25%
}

.page-subscribe__form-check {
    margin-left: 0
}

.page-subscribe__form-block {
    width: 75%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.page-subscribe__form-block .page-subscribe__form-label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    margin-right: 15px;
    cursor: pointer
}

.page-subscribe__form-block .page-subscribe__form-field, .page-subscribe__form-block .page-subscribe__form-textarea {
    padding: 0 5px;
    height: 32px;
    background-color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc
}

.page-subscribe__form-group--fields .page-subscribe__form-block {
    width: 50%;
}

.page-subscribe__form-group--fields .page-subscribe__form-block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-label {
    margin-right: 0;
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-label sup {
    color: #bb3b36
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-field, .page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-textarea {
    width: 55%;
    display: block
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-textarea {
    height: 80px;
    resize: vertical
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-check {
    margin-right: 10px
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-check + label {
    color: #bb3b36
}

.page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-message {
    display: block;
    font-size: 12px;
    color: #bb3b36;
    font-style: italic;
    margin: 12px 0
}

.page-subscribe__form-submit {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #bb3b36;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.page-subscribe__form-submit:hover, .page-subscribe__form-submit:focus {
    background-color: #bb3b36;
    color: #fff
}

.page-subscribe__check-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-subscribe__check-wrapper {
    margin-right: 90px;
    margin-bottom: 15px;
}

.page-subscribe__check-wrapper span {
    color: #858585;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 10px
}

.page-subscribe__select-wrapper {
    margin-bottom: 12px
}

.page-subscribe__link {
    color: #d40000
}

.page-subscribe__success-pic {
    display: block;
    margin: 0 auto
}

.page-subscribe__error {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .main-menu-list, .specprojects .main-menu-list{
        padding-left: 0;
    }
    .active_menu .menu_title_container{
        position: fixed;
        z-index: 100;
    }
    .menu_title_container{
        display: inline-block;
        width: 100%;
        background: #231F20;
        padding: 5px 15px 0;
        top: 0;
    }
    #custom-block-1 .post-item-col1.banner_actual_container {
        display: none !important;
    }

    .page-subscribe__title {
        font-size: 16px
    }

    .page-subscribe__form-desc {
        font-size: 16px
    }

    .page-subscribe__form-group--fields .page-subscribe__form-block {
        width: 75%
    }

    .page-subscribe__check-wrapper {
        margin-right: 0
    }

}

@media (max-width: 480px) {

    .page-subscribe__photo-wrapper {
        height: 300px;
    }

    .page-subscribe__photo-wrapper a[data-position="1"] {
        width: 120px
    }

    .page-subscribe__photo-wrapper a[data-position="2"] {
        width: 170px
    }

    .page-subscribe__photo-wrapper a[data-position="3"] {
        width: 200px
    }

    .page-subscribe__photo-wrapper a[data-position="4"] {
        width: 170px
    }

    .page-subscribe__photo-wrapper a[data-position="5"] {
        width: 120px
    }

    .page-subscribe__info p {
        font-size: 14px
    }

    .page-subscribe__archive-wrapper a {
        width: 200px
    }

    .page-subscribe__form-desc {
        width: 35%
    }

    .page-subscribe__form-block {
        width: 65%
    }

    .page-subscribe__form-group--fields {
        display: block;
    }

    .page-subscribe__form-group--fields .page-subscribe__form-block {
        width: 100%
    }

    .page-subscribe__form-group--fields .page-subscribe__form-desc {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

@media (max-width: 390px) {
    .page-subscribe__title {
        font-size: 14px
    }

    .page-subscribe__form-group {
        display: block
    }

    .page-subscribe__form-desc {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .page-subscribe__form-block {
        width: 100%
    }

    .page-subscribe__form-group--fields .page-subscribe__form-block p {
        display: block
    }

    .page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-field, .page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-textarea {
        width: 100%
    }

    .page-subscribe__form-group--fields .page-subscribe__form-block .page-subscribe__form-label {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }
}

.registration-col {
    position: relative;
    float: left;
    margin-right: 37px;
    max-width: 100%
}

.registration-row {
    position: relative;
    margin-bottom: 38px;
}

.registration-row .errortext {
    font-size: 13px
}

.registration-form input[type='text'] {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    width: 243px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.registration-form select {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    width: 523px;
    color: #999;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.registration-form select:hover {
    color: #000
}

.registration-form input[type='submit'] {
    padding: 0 20px;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    background: #ff2e3b;
    border: none;
    cursor: pointer
}

.registration-subtext {
    position: absolute;
    margin: 10px 0 0 10px;
    font-size: 11px;
    color: #2f2f2f
}

.registration-text {
    margin-top: 15px;
    padding-left: 25px;
    width: 510px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #616060;
}

.registration-text--pass {
    padding-left: 0;
    font-size: 14px;
    font-weight: 400
}

.registration-text p {
    margin: 10px 0
}

.registration-text a {
    text-decoration: underline;
    color: #ff2e3b;
}

.registration-text a:hover {
    text-decoration: none
}

.required:before {
    content: '*';
    position: absolute;
    top: -2px;
    right: -13px;
    display: block;
    font-size: 13px;
    color: #ff2e3b
}

.send-mail__form {
    padding: 30px;
}

.send-mail__form input[type='text'] {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc
}

.send-mail__form textarea {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    height: 100px;
    resize: none
}

.send-mail__form input[type='text'], .send-mail__form textarea {
    font-size: 14px
}

.send-mail__form input[type='submit'] {
    background: #ff2e3b;
    color: #fff;
    width: 110px;
    height: 32px;
    font-size: 15px;
    border: none;
    cursor: pointer
}

.send-mail__form input[type='reset'] {
    margin-left: 20px;
    width: 110px;
    height: 32px;
    font-size: 15px;
    color: #fff;
    background: #ff2e3b none repeat scroll 0 0;
    border: medium none
}

.send-mail__form .login-form__bottom {
    text-align: center
}

.contact-form {
    padding: 20px;
    background: #f2f2f2;
}

.contact-form input[type='text'], .contact-form select {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    color: #ababab;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.contact-form select {
    padding: 0 6px
}

.contact-form select:focus, .contact-form input:focus, .contact-form textarea:focus {
    color: #000
}

.contact-form textarea {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 10px;
    height: 132px;
    color: #ababab;
    resize: none;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1)
}

.contact-form__row {
    position: relative;
    margin-bottom: 13px;
}

.contact-form__row input[type='submit'] {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #ff2e3b;
    border: none;
    cursor: pointer
}

.contact-form .errortext {
    font-size: 13px
}

.contact-form__text {
    font-size: 13px;
    color: #282828;
}

.contact-form__text a {
    text-decoration: underline;
    color: #ff2e3b;
}

.contact-form__text a:hover {
    text-decoration: none
}

.captcha {
    display: inline-block
}

.captcha-input {
    width: 93px !important
}

.captcha-block * {
    float: left
}

.captcha-block .captcha-text {
    margin: 9px 13px 0 0;
    font-size: 13px;
    color: #2f2f2f
}

.captcha-img {
    margin-right: 13px
}

.contact-captcha {
    float: left;
}

.contact-captcha__input {
    float: right;
}

.contact-captcha__input input[type='text'] {
    width: 180px
}

.form-prize-question-wrap {
    display: none;
    margin-top: 24px;
    padding: 0 23px;
    max-width: 310px;
    width: 100%;
    background: #fff;
    font-family: 'Freesetctt', Arial, Helvetica, sans-serif;
}

.form-prize-question-wrap .form-prize-question-title {
    padding: 3px 0 1px 46px;
    min-height: 42px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #7b7b7b;
    background: url("images/form-label.png") no-repeat
}

.form-prize-question-question {
    margin: 24px 0 25px;
    max-width: 260px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #575757;
}

.form-prize-question-question b {
    line-height: 21px;
    font-weight: 700;
    color: #575757
}

.form-prize-question-wrap input {
    width: 100%
}

.form-prize-question-wrap .form-prize-question-data {
    margin-top: 36px;
}

.form-prize-question-wrap .form-prize-question-data input[placeholder] {
    padding: 10px 10px;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #ccc
}

.form-prize-question-wrap .form-prize-question-data input:nth-child(2) {
    margin-bottom: 15px
}

.form-prize-question-wrap .form-prize-question-data input:nth-child(3) {
    margin-bottom: 25px
}

.form-prize-question-wrap .form-prize-question-data textarea[placeholder] {
    margin-bottom: 25px;
    padding: 10px 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #ccc
}

.form-prize-question-wrap .form-prize-question-btn-wrap {
    padding: 0 64px;
}

.form-prize-question-wrap .form-prize-question-btn-wrap button {
    width: 124px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    background-color: #ff2e3b;
    border: none;
    cursor: pointer
}

.form-prize-question-wrap .form-prize-question-clarification {
    margin-top: 22px;
    max-width: 260px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #999;
}

.form-prize-question-wrap .form-prize-question-clarification div:nth-child(2) {
    margin-top: 10px;
    font-size: 13px
}

.form-prize-question-wrap .form-prize-question-clarification div:last-child {
    margin-top: 10px;
    font-size: 11px
}

#pollanswer {
    width: 100%;
    resize: none
}

.forgot-pass-title {
    margin: 20px 0 15px;
    font-size: 15px
}

.or {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 7px;
    font-size: 13px;
    line-height: 16px;
    color: #7f7f7f
}

.item-story {
    clear: both;
    margin-bottom: 30px;
    *zoom: 1;
}

.item-story:before, .item-story:after {
    content: '';
    display: table
}

.item-story:after {
    clear: both
}

.item-story-title {
    margin-bottom: 15px;
    font-weight: 600;
    color: #231F20;
}

.item-story-list {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.item-story-list li {
    margin-bottom: 8px;
}

.item-story-list li a {
    color: #808080;

}

.item-story-list a {
    font-size: 14px;
    color: #1a1a1a
}

.login-popup {
    padding: 30px;
    width: 305px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.login-popup__title {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.login-popup__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 21px;
    background: #ff2e3b
}

.login-check input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.login-check label {
    padding-left: 27px;
    font-size: 13px;
    color: #7f7f7f;
    background: url("images/checkbox.png") no-repeat 0 1px;
    cursor: pointer
}

.login-check input:checked + label {
    background-position: 0 -19px
}

.login-form.login-page {
    max-width: 350px
}

.login-form__row {
    margin-bottom: 12px
}

.login-form__bottom {
    margin-top: 30px;
    *zoom: 1;
}

.login-form__bottom:before, .login-form__bottom:after {
    content: '';
    display: table
}

.login-form__bottom:after {
    clear: both
}

.login-form input[type='text'], .login-form input[type='password'] {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    width: 370px;
    max-width: 100%
}

.login-form select[multiple='multiple'] {
    max-width: 100%;
    resize: vertical
}

.login-form input[type='submit'] {
    float: left;
    min-width: 90px;
    height: 32px;
    font-size: 15px;
    color: #fff;
    background: #ff2e3b;
    border: none;
    cursor: pointer;
}

.login-form input[type='submit'] a:hover {
    border-color: #fff
}

.login-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #7f7f7f
}

.login-captcha {
    margin-top: 25px;
}

.login-captcha span, .login-captcha img {
    display: block;
    margin-bottom: 12px
}

.forgot-pass {
    float: right;
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #47748b;
    border-bottom: 1px dotted #47748b
}

.reg-new {
    float: right;
    clear: right;
    font-size: 13px;
    color: #47748b;
    border-bottom: 1px dotted #47748b
}

.welcome {
    float: right;
    font-size: 13px;
    color: #4a4a4a;
    margin-top: 4px;
}

.welcome a {
    color: #47748b;
    text-decoration: underline
}

.welcome .logout {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 20px;
    text-decoration: none;
    color: #c7c7c7;
    border: 1px solid #fff;
    border-radius: 20px;
    /*background: url("images/close.png") no-repeat left center;*/
}

.welcome .logout span {
    border-bottom: 1px dotted #c7c7c7
}

.main-menu .welcome a {
    color: inherit
}

.magazines-new p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: normal
}

.magazines-new__wrapper {
    position: relative
}

.magazines-new__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.magazines-new__button {
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    display: inline-block;
    border: 1px solid;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.magazines-new__button--subsc {
    color: #969696;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 21px
}

.magazines-new__button--absolute {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    width: 190px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
    z-index: 100;
    opacity: .8;
    padding: 13px 20px
}

.magazines-new__button--add {
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-color: #bababa;
    background-color: #fff;
    border-radius: 50px
}

.magazines-new__button:hover, .magazines-new__button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #f00
}

.magazines-new__btn-hidden {
    display: block;
    margin: 5px auto 0;
    width: 50px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-animation: pulses 4s infinite;
    animation: pulses 4s infinite;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.magazines-new__btn-hidden--active {
    -webkit-animation: rotate .5s;
    animation: rotate .5s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.magazines-new__btn-hidden--close {
    -webkit-animation: derotate .5s;
    animation: derotate .5s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.magazines-new__text-hidden {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    max-height: 105px;
    overflow: hidden
}

.magazines-new__text-show {
    height: auto;
    max-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-animation: showing .4s;
    animation: showing .4s
}

.magazines-new__magazines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.magazines-new__magazines li {
    position: relative;
    display: block;
    width: 229px;
    height: 290px;
    margin: 0 3px 10px
}

.magazines-new__magazines span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.7);
    padding: 10px
}

.magazines-new__magazines a {
    display: block;
    width: 229px;
    height: 290px
}

.magazines-new__slider {
    width: 100%;
    height: 300px;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto
}

.magazines-new__slider img {
    width: 200px;
    height: 264px;
    visibility: hidden;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(51, 51, 51, 0.2);
    box-shadow: 5px 5px 5px 0 rgba(51, 51, 51, 0.2)
}

@media (min-width: 480px) {
    .magazines-new__slider {
        height: 450px
    }

    .magazines-new__slider img {
        width: 310px;
        height: 409px
    }

    .magazines-new__button--absolute {
        font-size: 16px;
        width: auto;
        cursor: pointer;
        padding: 13px 35px
    }
}

@media (min-width: 1200px) {
    .magazines-new__magazines li {
        margin: 0 10px 20px
    }

    .magazines-new__button--absolute {
        padding: 13px 54px
    }

    .magazines-new__button--position {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 5px;
        background-color: #fff;
        margin: 0;
    }

    .magazines-new__button--position .magazines-new__button--subsc {
        margin: 0 0 3px
    }
}

@-webkit-keyframes pulses {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pulses {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showing {
    0% {
        max-height: 105px
    }
    100% {
        max-height: 1000px
    }
}

@keyframes showing {
    0% {
        max-height: 105px
    }
    100% {
        max-height: 1000px
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@-webkit-keyframes derotate {
    from {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes derotate {
    from {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.head-wrapper {
    margin: 0 auto;
    width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: -100%;
    /*height: 100vh;*/
    z-index: 11;
    padding-top: 0;

    transition: 0.5s;
}

.head-wrapper.active_menu {
    left: 0;
}

.head-wrapper.menu-spec {
    max-width: none
}

.navigation {
    width: 100%
}

.close_menu {
    height: 100vh;
    width: 30%;
    float: left;
}

.main-menu {
    position: relative;
    z-index: 100;
    padding: 0 33px;
    height: 100vh;
    overflow: auto;
    background-color: rgba(35, 31, 32, 0.9);
    float: left;
    width: 69%;
    padding-top: 70px;
}

.main-menu-list {
    padding-left: 60px;
    column-count: 3;
    column-fill: initial;
    font-family: Open sans;
}

.main-menu-list:before, .main-menu-list:after {
    content: "";
    display: table
}

.main-menu-list:after {
    clear: both
}

.main-menu-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    break-inside: avoid;

}

.main-menu-item > a {
    color: #ED1C24;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    /*font-family: Open Sans;*/

}

.main-menu-item:last-child .submenu {
    right: 0
}

@media only screen and (min-width: 1025px) {
    .main-menu-item:hover .submenu {
        display: block
    }
}

.main-menu-social {
    float: left;
    padding: 6px 0;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 19px;
    z-index: 4;
}

.main-menu-social li {
    display: inline-block
}

.main-menu-social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    /*background: url("images/social-sprite3.png") no-repeat;*/
    /*opacity: .72;*/
    /*-webkit-transition: opacity .3s;*/
    /*transition: opacity .3s;*/
}

.main-menu-social a:hover {
    opacity: 1
}

.main-menu-social a.social-vk {
    background: url("images/social_Icon/vkIcon.svg") no-repeat;
}

.main-menu-social a.social-fb {
    background: url("images/social_Icon/faceIcon.svg") no-repeat;
}

.main-menu-social a.social-tw {
    background: url("images/social_Icon/tweetIcon.svg") no-repeat;
}

.main-menu-social a.social-ok {
    background: url("images/social_Icon/ok.svg") no-repeat;
}

.main-menu-social a.social-rss {
    background: url("images/social_Icon/rrsIcon.svg") no-repeat;
}

.main-menu-social a.social-telegram {
    background: url("images/social_Icon/telegram.svg") no-repeat;
}

.main-menu-social .social-whatsapp {
    background: url("images/icon-whatsapp-opacity.svg") no-repeat center;
    background-color: #ece6e6;
    background-size: 90%;
    border-radius: 3px
}

.submenu {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 39px;*/
    /*z-index: 150;*/
    padding: 3px;
    width: 250px;
    padding-left: 0;
    /*background: #fff;*/
    /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)*/
}

.submenu-item {
    margin: 10px 0;
}

.submenu-item a {
    color: #fff;
    font-size: 16px
}

.menu-spec .navigation {
    margin: 0 auto;
    max-width: 1088px;
    width: 100%
}

.bottom-menu-list:before, .bottom-menu-list:after {
    content: "";
    display: table
}

.bottom-menu-list:after {
    clear: both
}

.bottom-menu-col {
    float: left;
    width: 25%
}

.bottom-menu {
    padding: 15px 15px;
    background-color: rgba(35, 31, 32, 0.9);
    margin-top: 35px;
}

.bottom-menu-title {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666
}

.bottom-menu-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 15px 0;
    break-inside: avoid;
    width: 25%;
}

.bottom-menu_item > a {
    color: #ED1C24;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: Open Sans;
}

.bottom-submenu_item {
    margin: 10px 0;
}

.bottom-menu_submenu li a {
    color: #fff;
    font-size: 16px;
    font-family: Open Sans;
}

.bottom_menu_spec {
    margin-top: -10px;
}

.bottom-menu_item {
    position: relative;
    float: left;
    margin: 0;
    padding: 15px 0 0 26px;
    break-inside: avoid;
    width: 49%;
    list-style: none;
}

.bottom_menu_prof {
    margin-top: -75px;
}

.bottom_menu_competition {
    margin-top: -60px;
}

.bottom-menu-item:nth-child(4n+1) {
    clear: both
}

.bottom-menu-item > a {
    color: #ed1c2a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.navigation_block {
    height: 148px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.bottom-menu-submenu li {
    margin-bottom: 8px;
}

.bottom-menu-submenu li a {
    color: #fff;
    font-size: 13px;
}

.sidebar-menu-list {
    position: relative;
    margin: 15px 0 20px
}

.sidebar-menu-list .sidebar-menu-item:first-child {
    margin-left: 0;
}

.sidebar-menu-item {
    float: left;
    margin: 0 7.5px;
}

.sidebar-menu-item > a {
    display: block;
    padding-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 1px solid #ff2e3b;
}

.sidebar-menu-item > a:hover {
    text-decoration: none;
    border-color: transparent
}

.sidebar-menu-item:hover .sidebar-submenu {
    display: block
}

.sidebar-submenu {
    display: none;
    position: absolute;
    left: 10px;
    z-index: 100;
    padding: 10px;
    width: 240px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

.sidebar-submenu-item {
    margin: 4px 0;
}

.sidebar-submenu-item a {
    font-size: 13px;
    color: #333
}

.pagination {
    margin: 40px 0;
    font-size: 13px;
    text-align: center;
    position: relative;
}

.pagination * {
    display: inline-block
}

.pagination a {
    font-size: 13px;
    text-decoration: underline;
    color: #3c3c3c
}

.pagination .text {
    display: block;
    padding-bottom: 5px;
    color: #CCCCCC;
}

.pagination .text svg {
    margin: 0 3px -3px;
}

.pagination .text.page_numbers {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.pagination .text a {
    margin: 0;
    padding: 1px 3px;
    color: #CCCCCC;
    text-decoration: none;
}

.pagination .text b {
    margin: 0 4px;
    padding: 1px 3px;
    color: #ff2e3b;
    text-decoration: underline;
}

.pag-first, .pag-prev {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebe9ea
}

.pag-last, .pag-next {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ebe9ea
}

.pagination-list li {
    margin: 0 2px;
}

.pagination-list li a {
    padding: 2px 4px
}

.pagination-list.active a, .pagination-list a:hover {
    background: #ff2e3b;
    color: #fff;
    text-decoration: none
}

.page-full-text {
    margin: 40px 0;
}

.page-full-text p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #343434;
}

.page-full-text p a {
    text-decoration: underline;
    color: #ff2e3b
}

.page-subtitle {
    margin-bottom: 15px
}

.question {
    margin: 50px 0;
    padding: 15px;
    text-align: center;
    border: 3px solid #dcdcdc
}

.question-title {
    display: inline-block;
    padding: 3px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #171717;
    border-bottom: 1px solid #ccc
}

.question-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #1a1a1a
}

.question-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 15px;
    background: #ff2e3b;
    color: #fff;
}

.question-btn:hover {
    text-decoration: none;
    background: #fc4450
}

.question-form {
    font-size: 14px;
}

.question-form label {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700
}

.question-form .area {
    display: block;
    margin: 0 0 5px;
    padding: 5px;
    width: 100%;
    height: 115px;
    font-size: 12px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    border: 1px solid #abadb3;
    overflow: auto
}

.btn-form {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.btn-form input {
    display: inline-block;
    height: 23px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    background: #ff2e3b;
    border: none;
    cursor: pointer
}

.search-result {
    float: left;
    width: 810px;
    max-width: 100%;
}

.search-result__top {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

.search-result__count {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #353434
}

.search-result__item-top {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #7F7F7F;
}

.search-result__item-num {
    display: inline;
    margin-left: -18px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
    color: #616060
}

.search-result__item-title {
    display: inline;
    font-size: 18px;
}

.search-result__item-title a {
    color: #231F20;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;

}
.search-result__item-title a b{
    font-weight: bold;
}
.search-result__item {
    padding: 25px 0;
    /*border-bottom: 1px solid #e5e5e5*/
}

.search-result__item-date {
    float: left;
    margin-top: 3px;
    font-size: 14px;
    color: #CCCCCC;
    margin-right: 10px;
}

.search-result__item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #343434;
}

.search-result__item-text p {
    margin: 10px 0;
    color: #7F7F7F;
    font-size: 16px;
}

.search-result__item-more {
    float: left;
}

.search-result__item-more a {
    font-size: 13px;
    color: #ED1C24;
}

.search-result__item-more a span {
    color: #ED1C24
}

.search-result__tags {
    margin-top: 15px;
}

.search-result__tags * {
    display: inline-block
}

.search-result__tags span {
    margin-right: 10px;
    font-size: 13px;
    color: #181818
}

.search-result__tags a {
    font-size: 13px;
    text-decoration: underline;
    color: #353434
}

.search-container.author-block, .search-container.columnist-block {
    margin-bottom: 20px
}

.columnist-block.clearfix .columnist-item:nth-child(1) {
    margin-left: 0;
}

.columnist-block.clearfix .columnist-item:nth-child(5n+1) {
    margin-left: 0;
}

.columnist-block.clearfix .columnist-item:nth-child(5n) {
    margin-right: 0;
}

.sitemap li {
    list-style: none
}

.sitemap-item {
    margin-bottom: 30px;
}

.sitemap-item > a {
    padding-bottom: 0;
    font-size: 20px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ff2e3b;
    border-bottom: 1px solid #ffcbce;
}

.sitemap-item > a:hover {
    text-decoration: none
}

.sitemap-submenu {
    margin: 20px 0 20px 25px;
}

.sitemap-submenu__item {
    margin-bottom: 15px;
}

.sitemap-submenu__item > a {
    margin-bottom: 5px;
    font-size: 15px;
    text-decoration: underline;
    color: #3c3c3c
}

.sitemap-subsubmenu {
    float: left;
    margin: 15px 0;
    padding-right: 30px;
    width: 100%;
}

.sitemap-subsubmenu li {
    float: left;
    margin-right: 1.3%;
    margin-bottom: 10px;
    width: 32%;
}

.sitemap-subsubmenu li a {
    font-size: 13px;
    text-decoration: underline;
    color: #888;
}

.sitemap-subsubmenu li a:hover {
    text-decoration: none
}

.social {
    max-width: 100%
}

.social-block {
    float: right;
}

.header .social-block {
    position: absolute;
    bottom: 0;
    right: 0;
}

.social-item {
    display: inline-block;
    margin: 0 3px;
}

.social-item a {
    display: block;
    width: 30px;
    height: 31px;
    background: url("images/social-sprite.png") no-repeat 0 0;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    opacity: .6;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.social-item a:hover {
    opacity: 1
}

.social-item a.icon-fb {
    background-position: -35px 0
}

.social-item a.icon-vk {
    background-position: -75px 0
}

.social-item a.icon-ok {
    background-position: -117px 0
}

.social-item a.icon-gplus {
    background-position: -162px 0
}

.social-item a.icon-telegram {
    background-position: -205px 0
}

.social-item.icon-live a {
    background: none;
    text-indent: 0 !important
}

.contact-map {
    max-width: 100%;
}

.contact-map > ymaps {
    max-width: 100%
}

.logo-item {
    float: left;
    padding: 0 15px;
    margin: 0 0.625% 10px;
    width: 24%;
    height: 300px;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.search-result .logo-item:nth-child(1), .search-container .logo-item:nth-child(1) {
    margin-left: 0;
}

.search-result .logo-item:nth-child(4n), .search-container .logo-item:nth-child(4n) {
    margin-right: 0;
}

.search-result .logo-item:nth-child(4n+1), .search-container .logo-item:nth-child(4n+1) {
    margin-left: 0;
}

.full-column .logo-item {
    width: 19%;
    border: 0;
    height: 170px;
}

.full-column .logo-item:nth-child(1) {
    margin-left: 0;
}

.full-column .logo-item:nth-child(5n) {
    margin-right: 0;
}

.full-column .logo-item:nth-child(5n+1) {
    margin-left: 0;
}

.logo-item__img {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.logo-item__title {
    height: 74px;
    overflow: hidden;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #7F7F7F;
    line-height: 1.3;
}

.side_bar_menu_left {
    display: none;
}

.logo-item__title a {
    color: #231F20;
    font-size: 20px;
    font-family: PT_Sans;
    font-weight: 600;
}

.logo-item__title a:hover {
    text-decoration: none;
}

.author-list__item {
    display: inline-block;
    vertical-align: top;
    width: 32.33333%;
    overflow: hidden
}

.author-list--dossier .author-list__item {
    float: left;
    padding-bottom: 10px;
    margin: 10px 0.625%;
    width: 19%;
    height: 90px
}

.author-list--dossier .author-list__item:nth-child(1) {
    margin-left: 0;
}

.author-list--dossier .author-list__item:nth-child(5n) {
    margin-right: 0;
}

.author-list--dossier .author-list__item:nth-child(5n+1) {
    margin-left: 0;
}

.author-list__name {
    font-family: PT_Sans;
    display: inline-block;
    margin-bottom: 8px;
    color: #231F20;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

.author-list__desc {
    font-family: PT_Sans;
    font-size: 12px;
    font-weight: 400;
    color: #7F7F7F;
}

.author-detail {
    margin-bottom: 30px;
}

.author-detail__img {
    float: left;
    margin-right: 20px;
    margin-left: 25px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
}

.author-detail__img img {
    max-width: none;
    max-height: 100%
}

.author-detail__inform {
    border-bottom: 1px solid #CCCCCC;
}

.author-detail__table-inner .author-detail__inform td {
    padding: 30px 0 40px 0;
    vertical-align: top;
}

.author-detail__table-inner .author-detail__inform td:last-child {
    padding: 60px 0 40px 0;
}

.author-detail__inform td img {
    display: block;
    margin: 0 auto
}

.author-detail__desc-text {
    line-height: 20px;
}

.author-detail__desc-text > div {
    margin: 15px 0;
    font-size: 14px
}

.author-detail__desc-text b {
    font-weight: 700
}

.author-detail__desc-name {
    margin-bottom: 10px;

    color: #292828;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
}

.author-detail__desc-kom {
    margin-bottom: 10px;
}

.author-detail__desc-kom a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    color: #ff2e3b
}

.author-detail__desc-position {
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #7F7F7F;
}

.author-detail__table {
    margin-bottom: 40px;
    max-width: 100%
}

.author-detail__table-inner {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}

.author-detail__table-inner object, .author-detail__table-inner embed {
    display: block;
    max-width: 100%
}

.author-detail__table-inner tr td {
    position: relative;
    padding: 15px 0;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #808080;
    border-bottom: none;
}

.author-detail__table-inner tr td:first-child {
    padding-right: 30px;
    width: 200px;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #231F20;
}

.author-detail__table-inner tr td p {
    margin-bottom: 10px
}

.author-detail__table-inner tr td a {
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #808080;
    text-decoration: underline;

}

.post_title_dossier {
    margin-top: 24px;
}

.user-detail .author-detail__table-inner tr td {
    border-bottom: none
}

.author-detail__table-inner tr td .author-detail__send a {
    font-weight: 300;
    display: inline-block;
    padding: 3px 0 3px 25px;
    background: url("images/mail-icon.png") no-repeat left center;
    text-decoration: none;
}

.author-detail__table-inner tr td .author-detail__send a:hover {
    text-decoration: underline
}

.author-detail__send {
    position: absolute;
    bottom: 15px;
    left: 7px;
}

.author-detail__date {
    color: #CCCCCC;
    font-size: 14px;
    margin-bottom: 50px
}

.author-detail__more {
    margin: 40px 0;
}

.author-detail__more .post-link-more {
    float: none
}

.author-line {
    clear: both;
    display: block;
    padding: 15px 0 0;
    width: 100%;
    font-size: 15px;
    line-height: 18px
}

.author-block {
    margin: 0;
    text-align: center;
}

.author-block__title {
    margin: 20px 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #353434
}

.author-item {
    float: left;
    margin: 6px 0.625%;
    width: 19%;
    height: 315px;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 15px;
}

.author-block .author-item:nth-child(1) {
    margin-left: 0;
}

.author-block .author-item:nth-child(5n) {
    margin-right: 0;
}

.author-block .author-item:nth-child(5n+1) {
    margin-left: 0;
}

.author-item__img {
    margin: 25px auto 30px;
    width: 125px;
    height: 125px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 50%
}

.bottom-menu_specproect {
    margin-top: -12px;
}

.actual_item_menu {
    margin: 18px 0 0px 0;
}

.author-item__name {
    margin-bottom: 8px;
}

.author-item__name a {
    font-weight: 600;
    color: #231F20;
    font-size: 20px;
}

.author-item__position {
    height: 74px;
    overflow: hidden;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #7F7F7F;
    line-height: 1.3;
}

.columnist-block {
    margin: 20px 0 100px
}

.columnist-item {
    float: left;
    margin: 6px 0.625%;
    width: 19%;
    height: 270px;
    text-align: center;
    border: 1px solid #E6E6E6;
    padding: 15px;
}

.columnist-item__img {
    margin: 25px auto 30px;
    text-align: center;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    overflow: hidden
}

.columnist-item__name {
    margin-bottom: 10px;
}

.columnist-item__name a {
    font-weight: 600;
    color: #231F20;
    font-size: 20px;
}

.columnist-item__position {
    height: 74px;
    overflow: hidden;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #7F7F7F;
    line-height: 1.3;
}

.interview-item {
    margin-bottom: 33px;
    padding: 0 0 15px;
    border-bottom: 2px solid #dbdbdb;
}

.interview-item__title {
    font-family: 'Arial',Arial,sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-weight: 700;
}

.interview-item__reply {
    margin-bottom: 15px
}

.interview-item__btn {
    margin: 25px 0 0;
}

.interview-item__btn input[type="submit"] {
    color: #ff0000;
    font-size: 15px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-width: 2px;
    border-radius: 30px;
    background-color: white;
    border-color: #ff0000;
    border-style: solid;
    padding: 11px 42px;
    margin: 5px 0;
}
.interview-item__btn input[type="submit"]:hover {
    background-color: red;
    color: white;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
}

.interview-item__btn a {
    text-decoration: none;
    display: inline-block;
    color: #5c5757;
    font-size: 13px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: #bababa;
    border-style: solid;
    padding: 1px 23px;
    margin: 5px 5px;
}
.interview-item__btn a:hover {
    background-color: #969696;
    color: white;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.interview-archive__list li {
    margin-bottom: 25px;
}

.interview-archive__list li a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
    text-decoration: none;
    color: #292828
}

.interview-archive__title {
    margin: 10px 0 25px;
    font-size: 20px;
    color: #292828
}
#article_vote .post-title-block{
    margin-bottom: 0;
}
.interview-archive__percent {
    float: left;
    margin-right: 13px;
    width: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #343434
}

.interview-archive__table {
    width: 100%;
}

.interview-archive__table tr td {
    vertical-align: middle;
    padding-bottom: 20px
}

.interview-archive__text {
    width: 270px;
    color: #343434;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.interview-archive__text p {
    margin: 0
}

.interview-archive__progressbar {
    position: relative;
    width: 400px;
    max-width: 100%;
    height: 13px;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
    float: left;
    background: #f2f2f2
}

.interview-archive__inform {
    font-size: 13px;
    color: #181818;
}

.interview-archive__inform p {
    margin-top: 0;
    margin-bottom: 7px;
}

.interview-archive__inform p span {
    margin-left: 10px;
    font-weight: 600
}

.interview-archive__inform p a {
    margin-left: 10px;
    text-decoration: underline;
    color: #ff2e3b
}

.interview-archive-item {
    margin-bottom: 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5
}

.interview-tag {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
    padding: 2px 0 0 27px;
    width: 100px;
    height: 23px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background: url("images/Interview-tag.png") no-repeat 0 0
}

.progressbar-inner {
    position: absolute;
    height: 100%;
    background: #ff2e3b
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.radio label {
    display: inline-block;
    padding: 2px 0 2px 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #343434;
    background: url("images/radio.png") no-repeat 0 3px;
    cursor: pointer
}

.radio input[type="radio"]:checked + label {
    background: url("images/radio-on.png") no-repeat 0 3px
}

.page404 {
    padding: 1px 0;
    height: 600px;
    background: url("sources/404.jpg") no-repeat top center;
    background-size: cover
}

.page404-title {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    margin-top: 100px;
    line-height: 90px;
}

.page404-title span {
    display: block;
    font-size: 80px
}

.payment-rules h2 {
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.payment-rules h2::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 9px;
    height: 21px;
    background: #ff2e3b
}

.payment-rules p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0c0c0c;
    line-height: 1.88;
    margin: 32px 0
}

@media (min-width: 1024px) {
    .payment-rules {
        margin: 0 70px
    }
}

@media (min-width: 1270px) {
    .payment-rules {
        margin: 0 200px
    }

    .payment-rules__picture {
        margin: 0 -150px
    }
}

.printable-detail {
    margin-bottom: 60px;
}

.printable-detail__img {
    float: left;
    margin-right: 20px
}

.printable-detail__text {
    font-size: 14px;
    color: #343434;
    line-height: 18px;
    font-weight: 300;
}

.printable-detail__text p {
    margin: 0 0 15px 0
}

.printable-detail__title {
    margin: 20px 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #292828;
}

.printable-detail__title span {
    font-weight: 400
}

.printable-detail__link a {
    display: inline-block;
    padding: 4px 0 4px 23px;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    color: #ff2e3b;
    background: url("images/book-icon.png") no-repeat left center
}

.printable-date {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #353434;
}

.printable-item {
    float: left;
    margin: 0 8px 40px;
    width: 171px;
    height: 270px;
}

.printable-item__img {
    margin-bottom: 10px
}

.printable-item__title {
    color: #292828;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.printable-item__title span {
    font-weight: 400
}

.printable-item__link a {
    color: #ff2e3b;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    padding: 4px 0 4px 23px;
    background: url("images/book-icon.png") no-repeat left center
}

.printable-grid-spec-items {
    margin: 0 -0.5%;
}


.printable-grid-spec-items .printable-item-spec-page {
    width: 24%;
    margin: 10px 0.5%;
    height: auto;
    position: relative;
}

.printable-grid-spec-items a.spec_date {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.printable-grid-spec-items .name_container {
    text-align: left;
    color: #fff;
    font-size: 21px;
}

.printable-grid-spec-items .printable-item__title {
    padding-left: 10px;
}

.printable-grid-spec-items .spec-block_tag {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 3px 10px;
    white-space: nowrap;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}

.printable-grid-spec-items .printable-item__img {
    margin-bottom: 0;
    max-height: 247px;
    overflow: hidden;
}

.printable-grid-spec-items .printable-item__img img {
    width: 100%;
}

.printable-grid-spec-items .printable-item__img a {
    display: block;
    line-height: 0;
}

/*.printable-grid {*/
/*margin: 0 -12.5px 30px -12.5px*/
/*}*/

.spec-block-main {
    padding: 0px 0 50px 0;
    /*background: url("sources/bg2.jpg") no-repeat top center;*/
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.spec-block-main .post-content {
    display: none;
}

.spec-block-main:after {
    content: none;
}

.spec-block-main:before {
    content: none;
}

.spec-block-main .post-content {
    margin: 0
}

.spec-block-main-title {
    border-bottom: none
}

.spec-block-main .special-element {
    width: 32%;
    height: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: 0.2s;

}

.spec-block-main .special-element .spec-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.spec-block-main .special-element:hover {
    box-shadow: 3px 3px 3px 0px rgba(219, 219, 219, 1);

}

.spec-item-wrapp {
    margin: 0 -10px 0 -10px
}

.spec-item {
    position: relative;
    float: left;
    width: 240px;
    height: 185px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden
}

.spec-item-title {

    position: absolute;
    width: 100%;
    top: 0%;
    color: #fff;
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    background: #00000052;
}

.spec-item-title .spec-block_tag {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 3px 10px;
    white-space: nowrap;
    margin-top: -45px;
    font-size: 13px;
    position: relative;
    z-index: 3;
    line-height: 16px;
    width: auto;
}

.spec-item-title .spec-block_tag:hover {
    background: #808080;
}

.banner-block .spec-item-title {
    height: 100%
}

.banners .banner-block {
    width: 32.3334%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.banners .banner-block:nth-child(3n-1) {
    margin: 0 1.5%;
    margin-top: 10px;
}


.banners25 .banner-block {
    width: 24%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.banners25 .banner-block {
    margin-right:1%;
    margin-top: 10px;
}

.banners25 .banner-block:nth-child(5n) {
    margin-right:0;
}



.banner-block .banner_image_container {
    display: inline-block;
    position: relative;
}

.spec-item-title .bottom_block_container {
    width: 100%;
    padding: 0 10px 15px 10px;
}

.bottom_block_container .post-item-views {
    margin-top: 3px;
    color: #fff;
}

.bottom_block_container .post-item-views {
    background: url("images/new_icons/views_icons.svg") no-repeat left center;
}

.spec-item-title span {
    display: inline-block;
    padding: 6px 10px;
    text-align: left;
}

.spec-item-title span a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
}

.spec-item-title-l {
    font-family: PT_Sans, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 70px 0 0 0;
}

.spec-item.current .spec-item-title-l {
    background: #ff2e3b
}

span.spec-item-title-s {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    float: left;
}

a.spec_date {
    color: #292828;
}

a.spec_date:hover {
    text-decoration: none
}

.tapes-comment {
    margin-top: 30px
}

.tapes-comment_title {
    padding: 0 10px;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 31px;
    font-weight: 700;
    height: 31px;
    color: #fff;
    background: url("images/carousel-title.png") repeat-x
}

.tapes-comment_item {
    padding: 7px 0
}

.tapes-comment .all {
    text-decoration: underline
}

.comment_item-date {
    font-size: 13px;
    color: #7b8e92;
}

.comment_item-date i {
    color: #f00
}

.comment_item-img {
    float: left;
    margin: 0 5px 5px 0
}

.comment_item-text {
    margin-top: 10px;
}

.comment_item-text span {
    display: block;
    font-size: 14px;
    color: #29211a
}

.comment_item-text a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #7f7f7f
}

.specprojects .header-right-col {
    /*max-width: 318px*/
}

.specprojects .main-menu-list {
    margin: 0px 0 0 20px;
}

.specprojects .main-menu-list .main-menu-item {
    /*padding: 10px 0;*/
    /*height: 40px*/
}

.main-title {
    position: absolute;
    top: 156px;
    left: 108px;
    color: #fff;
    font-family: 'HeliosCond', Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
}

.main-title span {
    font-size: 51px;
    font-weight: 300
}

.intourist {
    position: absolute;
    left: 677px;
    top: 59px;
}

.turkey {
    position: absolute;
    right: 0;
    top: 89px;
}

.social-icons {
    float: right;
    margin-top: 252px;
    margin-right: 12px;
}

.social-icons .date {
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    color: #a07848;
    font-size: 15px
}

.social-icons a {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    margin-bottom: -3px;
    width: 18px;
    height: 20px;
    background: url("images/social-sprite.png") no-repeat 3px 0
}

.social-icons i {
    display: inline-block;
    color: #a4692b;
    font-family: 'HeliosCond', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 800
}

.header-menu {
    position: relative;
    top: 320px;
    width: 100%;
}

.header-menu span {
    float: left;
    margin-left: 5px;
    color: #cab499;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px
}

.header-menu ul li {
    float: left;
    margin-left: 60px;
    margin-top: 6px;
}

.header-menu ul li a {
    font-family: 'HeliosCond', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fbea83;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
}

.header-menu ul li a:hover {
    text-decoration: none
}

.search {
    position: absolute;
    right: 0;
}

.search input[type='text'] {
    padding: 0 10px;
    width: 226px;
    height: 31px;
    color: #7b8e92;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif
}

.search input[type='submit'] {
    display: none
}

.menu {
    background: #e3e7e8;
    min-height: 33px;
}

.sidebar .menu {
    background: none
}

.menu ul li {
    float: left;
    margin-left: 5px;
    color: #ff2e3b;
    font-family: 'Helios', Arial, Helvetica, sans-serif;
}

.menu ul li a {
    display: inline-block;
    margin-right: 5px;
    color: #29211a;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 33px;
}

.menu ul li a:hover {
    text-decoration: underline
}

.specprojects .inner-content {
    float: left;
    margin-top: 0;
    padding-top: 30px;
    max-width: 795px;
    font-family: PT_Sans, Arial, Helvetica, sans-serif;
    width: 100%;
}

.specprojects .sidebar {
    float: right;
    padding-top: 30px;
    width: 270px;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif
}

.content-title {
    *zoom: 1;
}

.content-title:before, .content-title:after {
    content: '';
    display: table
}

.content-title:after {
    clear: both
}

.content-title span {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    width: 157px;
    background: #ac332b;
    color: #fff;
    font-family: 'HeliosCond', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: center
}

.content-title .menu {
    float: left;
    margin-left: 10px;
    max-width: 638px;
    max-width: 100%;
    background: none;
    border-top: 1px solid #e4e7e8
}

.content-title .menu ul li a {
    font-size: 15px;
    line-height: 30px;
}

.content-title .menu ul li a:hover {
    text-decoration: none
}

.content-title .menu ul {
    float: left
}

a.all {
    font-size: 14px;
    color: #7b8e92;
    float: right;
    display: inline-block;
    margin-top: 9px;
}

a.all i {
    color: #cc382c
}

.event-carousel {
    position: relative
}

.event-carousel-title {
    margin-top: 15px;
    height: 35px;
    background: url("images/carousel-title.png") repeat-x;
}

.event-carousel-title h2 {
    float: left;
    padding: 8px 15px;
    color: #fff;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-weight: 700
}

.event-carousel-title a {
    color: #fff;
    text-decoration: underline
}

.event-carousel-title a .all {
    margin-right: 20px;
    color: #fff;
    font-size: 14px
}

.event-carousel-title a:hover {
    text-decoration: underline
}

.event-date {
    color: #281b13;
    font-family: 'HeliosCond', Arial, Helvetica, sans-serif;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
}

.event-date span {
    display: block;
    margin-top: 1px;
    font-size: 18px
}

.event-images {
    margin: 15px 0 18px
}

.description-list {
    margin: 10px 0
}

.description-list span, .news-item_text-row span {
    display: inline-block;
    margin-right: 5px;
    color: #231F20;
    font-size: 15px;
    font-family: "Open Sans";
    line-height: 16px;
    font-weight: normal;
}

.description-list a, .news-item_text-row a {
    color: #ED1C24;
    font-size: 16px;
    text-decoration: underline;
    font-family: PT_Sans;
    line-height: 16px;
}

.news-item_text-row {

    font-size: 14px
}

.news-item_text-row a {
    color: #000;
}

.text-row-title {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.text-row-right-text {
    float: right;
    width: 500px;
    max-width: 100%;
    position: relative;
}

.expert.text-row-right-text a {
    font-weight: bold;
}

.text-row-in {
    float: left;
    margin-right: 10px;
}

.text-row-in-status {
    position: absolute;
    top: 0;
    right: 0;
}

.text-row-in .commen-count span {
    display: inline;
    margin: 0;
    color: #f00
}

.description-list .status-online, .description-list .status-ofline, .news-item_text-row .status-online, .news-item_text-row .status-ofline {
    padding: 0 0 0 22px;
    background: url("/hotline/images/spec_items/Bell.png") no-repeat left center;
    font-family: PT_Sans;
    text-decoration: none;
    font-size: 13px;
    background-size: 18px;
    color: #7F7F7F;
}

.description-list .status-ofline, .news-item_text-row .status-ofline {
    background: url("images/ofline.png") no-repeat left center
}

.description-list h4, .news-item_text-row h4 {
    display: inline;
    font-family: 'Charterc', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.description-list h4 a, .news-item_text-row h4 a {
    text-decoration: none
}

.news-item_text-row h4 a {
    color: #ac332b;
}

.specprojects .news-item_text-row h4 a {
    font-family: Arial;
    font-size: 20px;
    line-height: 22px;
    color: #231F20;
    font-weight: bold;
    float: left;
    width: 100%;
}

.specprojects_event_name {
    display: inline-block;
    width: 100%;
}

.specprojects_event_name span {
    color: #231F20;
}

.specprojects_info_container {
    width: 70%;
}

.event {
    position: relative;
    margin: 0 5px;
    border-bottom: 1px solid #bbc7ca;
    overflow: hidden;
}

.event:last-child {
    border-bottom: 0
}

.today {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 55px;
    background: url("images/today.png") no-repeat
}

.news-item {
    position: relative;
    /*display: table-row;*/
    width: 100%;
    /*background: url("images/dot.png") repeat-x top center;*/
    border: 1px solid #E6E6E6;
    border-bottom: 0;
}

.js-all-spec-events .news-item:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.news-item:first-child {
    background: none
}

.news-item_date {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 50px 0 0;
    width: 120px;
    height: 100%;
    color: #000;
    font-family: Arial;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}

.news-item_date span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.news-item_text {
    display: table-cell;
    padding: 10px 0
}

.news-item_text .text-row-in-status span {
    padding: 0 0 0 19px;
    background: url(/hotline/images/spec_items/clock_3.png) no-repeat left center;
    font-family: "Open Sans";
    text-decoration: none;
    font-size: 13px;
    background-size: 18px;
    color: #7F7F7F;
    padding-top: 12px;

}

.news-item_text-row {
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.news-item_text-row:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden
}

.news-item_text-row:last-child {
    border: none
}

/*.news-item_text-row span {*/
/*margin-left: 5px*/
/*}*/

.news-item_img {
    float: left;
    margin-right: 25px;
    width: 133px;
}

.news-item_img img {
    width: 100%;
    border-radius: 50%;
}

.news-item_picture .news-item:first-child {
    background: url("images/shadow.png") repeat-x
}

.bottom-img {
    height: 268px;
    background: url("images/bottom-img.png") no-repeat top center
}

.news-inform-text {
    text-align: center
}

.counter_top100 {
    display: inline-block
}

.ecsperts {
    margin-bottom: 30px;
    border: 1px solid #E6E6E6;
}

.ecsperts-item {
    padding: 10px 10px 10px 5px;
    overflow: hidden;
    border-top: 1px solid #E6E6E6;
}

.ecsperts .ecsperts-item:first-child {
    border-top: none
}



.ecsperts-item_img {
    float: left;
    width: 85px;
}

.ecsperts-item_img a {
    display: block;
    margin: 0 auto;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    overflow: hidden
}

.ecsperts-item_text {
    margin-left: 95px;
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #7F7F7F;
    line-height: 1.3;
}

.ecsperts-item_text a {
    color: #7F7F7F;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}

.ecsperts-item_text span {
    display: block;
    font-family: "Open Sans";
    font-size: 15px;
    color: #231F20;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: underline;
    margin-bottom: 5px;
}

.post_link_more_btn {
    width: 210px;
    height: 40px;
    background: #ED1C24;
    border: none;
    color: white;
    padding: 0 0 3px 0;
}

.post_link_redaction {
    font-family: PT_Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}

.ecsperts-item_info {
    clear: both;
}

.ecsperts-item_info a {
    display: inline-block;
    background: url("images/arrow.png") no-repeat right center;
    color: #7F7F7F;
    font-size: 13px;
    font-family: "Open Sans";
    font-weight: normal;
    float: left;
    margin-top: 5px;
}

.ecsperts-item_info a.publication {
    margin-right: 0;
    text-decoration: none;
    float: right;
}

.ecsperts-item_info i {
    color: #7b8e92;
    font-size: 13px;
}

.banners .s-title {
    margin-bottom: 0
}

.banner-block {
    position: relative;
    min-height: 244px
}

.banner-block img {
    width: 100%
}

.tag-archive {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 55px;
    background: url("images/tag-archive.png") no-repeat
}

.tapes-comment {
    margin-top: 30px
}

.tapes-comment_title {
    padding: 0 10px;
    background: url("images/carousel-title.png") repeat-x;
    height: 31px;
    color: #fff;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 31px
}

.tapes-comment_item {
    padding: 7px 0;
    margin: 10px 0
}

.tapes-comment .all {
    text-decoration: underline
}

.comment_item-date {
    color: #7b8e92;
    font-size: 13px;
}

.comment_item-date i {
    color: #f00
}

.comment_item-text {
    margin-top: 10px
}

.comment_item-img {
    float: left
}

.comment_item-text span {
    display: block;
    color: #281b13;
    font-size: 14px
}

.comment_item-text a {
    font-size: 14px;
    text-decoration: underline;
    color: #7f7d7a
}

.last-publication {
    margin: 40px 0 50px 0;
}

.last-publication .tapes-comment_title {
    font-size: 18px
}

.last-publication-item {
    padding: 8px 10px;
}

.last-publication-item:nth-child(even) {
    background: #f2f4f4
}

.last-publication-item_date {
    font-size: 13px;
}

.last-publication-item_date span {
    color: #7b8e92
}

.last-publication-item_date i {
    color: #f00
}

.last-publication-item_date a {
    color: #281b13;
    text-decoration: underline
}

.last-publication-item_text h4 {
    margin: 10px 0
}

.last-publication-item_text a {
    font-family: 'Charterc', Arial, Helvetica, sans-serif;
    color: #281b13;
    font-size: 19px;
    line-height: 26px;
    text-decoration: underline
}

.commen-count {
    display: inline-block;
    margin-left: 12px;
    padding: 4px 0;
    background: url("images/icon12.png") no-repeat left center;
    color: #f00 !important;
    text-decoration: none !important;
    text-indent: 35px
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    width: 240px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

ul.sub-menu li {
    float: none;
}

ul.sub-menu li:hover {
    background: #fff
}

ul.sub-menu li a:hover {
    text-decoration: none
}

.menu ul li:hover ul.sub-menu {
    display: block
}

.more-info-Btn {
    margin: 0 5px
}

.more-info-text {
    display: none;
}

.more-info-text p {
    padding: 10px 0;
    font-size: 13px;
    line-height: 16px
}

.partner-logo p {
    display: inline-block;
    margin-top: 28px;
    width: 100px;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: right
}

.partner-logo a {
    float: right
}

.waiting:before {
    content: ' ';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6) url("images/preloader.gif") no-repeat center center
}

.project-participants {
    clear: both;
}

.project-participants ul {
    float: left;
    margin-left: 25px;
    padding: 0;
    list-style: none;
}

.project-participants ul li {
    margin-bottom: 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.project-participants ul li a {
    text-decoration: underline;
    font-size: 23px;
    text-transform: uppercase
}

.project-participants p {
    display: inline-block;
    float: left;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: right;
    width: 100px;
}

#header .project-participants p {
    margin: 0;
    margin-top: 15px
}

.partner-logo p {
    display: inline-block;
    float: left;
    margin-top: 28px;
    margin-bottom: 0;
    font-family: 'Pragmaticac', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: right;
    width: 100px
}

.news-inform-text {
    text-align: center;
    margin: 20px 0
}

.specprojects .bottom-menu-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 922px
}

.subscribe-page {
    padding-bottom: 300px;
    background: url("images/subscribe_orange.png") no-repeat center bottom
}

.subscribe-page-subtitle {
    margin-bottom: 30px;
    font-size: 18px
}

.subscribe-page-form {
    text-align: center
}

.subscribe-page-form-row {
    margin-bottom: 20px
}

.subscribe-page-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 13px;
    color: #7f7f7f
}

.subscribe-page-input {
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 370px;
    max-width: 100%;
    margin-right: 105px
}

.subscribe-page .btn {
    display: inline-block;
    min-width: 185px;
    line-height: 40px;
    background: #ff2e3b;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 0 25px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.subscribe-page .btn + .btn, .subscribe-page .btn:not(:last-child) {
    margin-left: 10px;
    margin-right: 10px
}

.subscribe-page-success, .subscribe-page-error {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.subscribe-page-success {
    color: #56a957
}

.subscribe-page-error {
    color: #ff2e3b
}

.unsubscribe {
    margin: 20px 0;
    font-size: 14px;
}

.unsubscribe b {
    font-weight: 700
}

.unsubscribe a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    color: #e5404b
}

.unsubscribe-list {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

.unsubscribe-list li a:before {
    content: '×';
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700
}

.unsubscribe-list li:last-child a {
    margin-bottom: 0
}

.unsubscribe-all {
    font-weight: 700
}

.unsubscribe-success {
    display: inline-block;
    margin-bottom: 25px;
    padding: 20px;
    font-weight: 700;
    line-height: normal;
    color: #3c763d;
    background-color: #daffd1;
    border-radius: 5px
}

.user-list {
    float: left;
    margin-bottom: 40px;
    width: 25%;
}

.user-list__title {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #353434
}

.user-list li {
    margin-bottom: 15px;
    font-size: 13px;
    position: relative;
    padding-left: 30px;
}

.user-list li a {
    display: inline-block;
    width: 160px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.user-list__count {
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 300;
    color: #616060
}

.user-list__like {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 200px;
    padding: 4px 0 4px 22px;
    width: auto !important;
    font-weight: 300;
    text-decoration: none !important;
    overflow: hidden;
    color: #616060 !important;
    background: url("images/like-icon.png") no-repeat left center
}

.user-list-colLeft {
    /*margin-right: 175px*/
}

.user-list-colRight {
    float: right;
}

.user-list-colRight + p {
    clear: both
}

.post-item-description {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 169px;
    width: 100%;
    z-index: 2;
}
/*.post-content.topical-post-content .post-item-description{*/
    /*height: 169px;*/
/*}*/
.sidebar-dossier .post-item-description {
    border: 1px solid #E6E6E6;
}

.user-bar .container {
    max-width: 1226px;
    padding: 0 15px;
}


.only_mobile .post-item-images{
    display: none;
}
.only_mobile .post-item-description{
   position: absolute;
    bottom: 0;
}
.smi2_element {
    border: 1px solid #E7E7E7;
    padding: 15px;
    margin-bottom: 10px;
}

.popup_teams {
    border: 1px solid #E7E7E7;
    padding: 18px 15px;
    border-bottom: 0;
    margin-bottom: 0;
}

.item-story-sidebar {
    margin-bottom: 0;
    border: 1px solid #E7E7E7;
    border-bottom: 0;
    border-top: 0;
    padding: 20px 15px;
}

.capabilities {
    max-width: 530px;
}

.capabilities a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-bottom: 1.2px solid #000;
    font-size: 15px;
}

.capabilities a:hover {
    text-decoration: none;
}

a.full_color_text, .open_edition-text p a {
    text-decoration: none;
    color: #e5404b;
    font-weight: 400;
    border-bottom: 0;
}

.site-map a {
    text-decoration: none;
    border-bottom: 0;
    color: #CCCCCC;
    margin-bottom: 15px;
    display: inline-block;
}

.sidebar-section .item-story-sidebar:last-child {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 30px;
}

.sidebar .post-item-col1, .sidebar-section .post-item-col1 {
    margin: 0;
    margin-bottom: 10px;
    width: 100% !important;
    min-height: 0;
    border: 1px solid #E7E7E7;
}

.sidebar.sidebar-dossier .post-item-col1 {
    border: 0;
}

.container .post-title.comment-post-title {
    color: #282828;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 24px;
}

.item_read_on {
    width: 24.25%;
}

.text-row-in-status-mobile.text-row-in-status {
    display: none;
}

.magazines-get-copy span {
    color: #231F20;
    font-size: 18px;
    font-family: PT_Sans;
    margin: 10px 0;
    display: inline-block;
}

.magazine-get-copy td {
    color: #808080;
    font-family: PT_Sans;
}

.default-header {
    height: 170px;
}

.default-header .header-partners-link {
    right: 10px;
}

.open_edition-text {
    max-width: 600px;
    margin: 15px 0 30px;
}

.search_input_container {
    width: 40%;
    float: left;
    padding: 0 10px 0 0;
}

.search_settings_container {
    width: 60%;
    float: left;
    margin: 0;

}

.search_btn_container {
    width: 16%;
    float: left;
    margin: 0;
}

.search_settings_container .select-category, .search_settings_container select {
    width: 100%;
}

.filter-search-page .input_title {
    margin: 0 0 10px;
    color: #E6E6E6;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.search_settings_container .filter-search__section {
    width: 42%;
    margin: 0;
    padding: 0 10px;
}

.search_settings_container .filter-search__date {
    width: 42%;
    margin: 0;
    padding: 0 10px;
    float: left;
    display: inline-block;
}

.page-wrapper .filter-search-page .search_settings_container .input-field {
    width: 100px;
    padding: 10px 5px;
    font-size: 13px;
}

.filter-search-page .search-button {
    display: none;
}

.filter-search-page .search_btn_container label {
    width: 100%;
    background-color: #ED1C24;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 7px;
    margin-top: 26px;
    font-size: 18px;
}

.filter-search-page .calendar-icon-svg {
    background-image: url('images/new_icons/calendar.svg');
    height: 17px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 10px -2px -28px;
}

.search_block_result_container {
    position: relative;
}

.search_result_count {
    display: inline-block;
    width: 100%;
    height: 18px;
    opacity: 0;
    margin: 10px 0;
}

.search_result_count .search_result_count_name {
    color: #7F7F7F;
    font-size: 18px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.search_result_count .search_result_count_name span {
    color: #ED1C24;
}

.href_container_footer {
    text-align: center;
    padding: 25px 0;
}

.href_container_footer a {
    color: #fff;
    font-family: PT_Sans;
    font-size: 15px;
    font-weight: 600;
    margin: 0 10px;
}

.copyright_container {
    text-align: center;
}

.copyright_container p {
    color: #fff;
    font-family: PT_Sans;
    font-size: 12px;
    margin-bottom: 15px;
}

.copyright_container a {
    color: #ff8562;
    font-family: PT_Sans;
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.footer-social-block-container {
    text-align: center;
    padding: 20px 0;
}

.footer-social-block-container a {
    margin: 0 2px;
}

.footer-social-block-container a:hover {
    text-decoration: none;
}

.comment_container_for_teg {
    border: 1px solid #E6E6E6;
    border-top: 0;
    padding: 0 10px;
    margin-bottom: 15px;
}

.title_container_for_teg {
    font-size: 24px;
}

.sidebar.newsearch-page {
    padding-top: 10px;
}

.link_more_posts {
    text-align: center;
    float: left;
    width: 100%;
}

.link_more_posts a {
    display: inline-block;
    color: #969696;
}

.article_detail .post-title-list {
    margin-top: 5px;
}

.mobile_logo {
    display: none;
}
.post-item-col1 .small_teg{
    display: none;
}
#custom-block-3 .dop_post-content_main{
    margin: 0 -0.75%;

}
#custom-block-3 .dop_post-content_main .post-item-col1{
    width: 23.5%;
    margin: 0 0.71% 12px;
}
.dop_post-content_main .item-best a{
    width: 100%;
}
.header-image-for-detail{
    width: 100%;
}
@media only screen and (min-width: 1919px) {

}

@media only screen and (max-width: 1270px) {
    .header_top_menu a {
        margin: 0 7px;
    }

    .bx-controls-direction {
        top: 70px;
        left: -15px;
        background: rgba(255, 255, 255, 0.5);
    }

    .bx-controls-direction a {
        opacity: .5
    }

    .inner-post-slider .bx-controls-direction {
        margin-top: 0;
        background: none
    }

    .bx-pager {
        padding: 15px
    }
}

.visible-xs {
    display: none
}

@media only screen and (max-width: 1270px) {
    .header-partners {
        right: 0
    }

    .specprojects .inner-content {
        width: auto;
        max-width: 74%
    }

    .left-column {
        max-width: calc(100% - 260px)
    }

    .left-column.left-column-for-teg {
        max-width: calc(100% - 280px)
    }

    .left-column-full {
        width: 100%;
        max-width: 100%;
    }

    .mobile .left-column {
        max-width: none
    }

    .specprojects .sidebar {
        width: auto;
        max-width: 25%
    }

    .news-item_img {
        max-width: 28%;
        margin-right: 2%
    }

    .text-row-right-text {
        float: left;
    }

    .news-item_img + .text-row-right-text {
        max-width: 70%
    }

    .sidebar .menu {
        height: auto;
        *zoom: 1;
    }

    .sidebar .menu:before, .sidebar .menu:after {
        content: '';
        display: table
    }

    .sidebar .menu:after {
        clear: both
    }

    .s-datepicker {
        margin: 0 0 60px
    }

    .date-next, .date-prev {
        top: auto;
        bottom: -40px;
        left: 0;
        margin-right: 0
    }

    .date-next {
        left: auto;
        right: 0
    }
}

@media only screen and (max-width: 1170px) {
    .article_detail.left-column {
        width: 760px;
    }

    .user-bar .header_top_menu {
        display: none;
    }

    /*.container{*/
    /*padding: 0 15px;*/
    /*}*/
}

@media only screen and (max-width: 1108px) {

    .user-list {
        width: 50%;
    }

    .search-result {
        width: 730px;
    }

    .container .search-result .logo-item {
        float: left;
        padding: 0 15px;
        margin: 0 0.625% 10px;
        width: 32.3333%;
        height: 300px;
        text-align: center;
        border: 1px solid #E6E6E6;
    }

    .search-result .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .search-result .logo-item:nth-child(3n) {
        margin-right: 0;
    }

    .search-result .logo-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .page-wrapper {
        max-width: calc(100% - 30px)
    }

    .content {
        zoom: 1
    }

    .content:before, .content:after {
        content: "";
        display: table
    }

    .content:after {
        clear: both
    }

    .mobile .left-column, .mobile.specprojects .inner-content {
        width: 100%;
        max-width: none
    }

    .mobile .sidebar:not(.sidebar-dossier):not(.sidebar-contacts) {
        display: none
    }

    .mobile .left-column-dossier, .mobile .left-column-contacts, .mobile .search-result {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.66666666666666%;
        margin-left: 0%;
        margin-right: 3%;
        max-width: none
    }

    .mobile .left-column-dossier:before, .mobile .left-column-contacts:before, .mobile .search-result:before, .mobile .left-column-dossier:after, .mobile .left-column-contacts:after, .mobile .search-result:after {
        content: '';
        display: table
    }

    .mobile .left-column-dossier:after, .mobile .left-column-contacts:after, .mobile .search-result:after {
        clear: both
    }

    .mobile .left-column-dossier:last-child, .mobile .left-column-contacts:last-child, .mobile .search-result:last-child {
        margin-right: 0%
    }

    .mobile .sidebar, .mobile .filter-right-col {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
        float: right;
        margin-right: 0;
        max-width: none
    }

    .mobile .sidebar:before, .mobile .filter-right-col:before, .mobile .sidebar:after, .mobile .filter-right-col:after {
        content: '';
        display: table
    }

    .mobile .sidebar:after, .mobile .filter-right-col:after {
        clear: both
    }

    .mobile .sidebar:last-child, .mobile .filter-right-col:last-child {
        margin-right: 0%
    }
}

@media only screen and (max-width: 1024px) {
    .yandex_dzen a:after {
        display: none;
    }

    .header .three_blocks_header.container {
        padding: 0 15px;

    }

    .search_input_container {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .search_settings_container {
        width: 100%;
    }

    .search_settings_container .filter-search__section {
        padding-left: 0;
    }

    .user-bar .container {
        padding: 0 15px
    }

    .header .container {
        padding: 0 5px
    }

    .header-partners-link {
        right: 15px
    }

    .left-column, .specprojects .content, .search-result {
        float: left;
        clear: none;
        text-align: inherit;
        width: 67.66666666666666%;
        margin-left: 0%;
        margin-right: 1%;
        max-width: none
    }

    .left-column-full {
        width: 100%;
    }

    .left-column:before, .specprojects .content:before, .search-result:before, .left-column:after, .specprojects .content:after, .search-result:after {
        content: '';
        display: table
    }

    .left-column:after, .specprojects .content:after, .search-result:after {
        clear: both
    }

    .left-column:last-child, .specprojects .content:last-child, .search-result:last-child {
        margin-right: 0%
    }

    .specprojects .content:only-child {
        width: 100%
    }

    .sidebar, .specprojects .sidebar, .filter-right-col {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
        float: right;
        margin-right: 0;
        max-width: none
    }

    .sidebar:before, .specprojects .sidebar:before, .filter-right-col:before, .sidebar:after, .specprojects .sidebar:after, .filter-right-col:after {
        content: '';
        display: table
    }

    .sidebar:after, .specprojects .sidebar:after, .filter-right-col:after {
        clear: both
    }

    .sidebar:last-child, .specprojects .sidebar:last-child, .filter-right-col:last-child {
        margin-right: 0%
    }

    .footer {
        padding: 30px 15px
    }

    body:not(.mobile) .news-item, body:not(.mobile) .news-item_date, body:not(.mobile) .news-item_text, body:not(.mobile) .text-row-in {
        margin-left: 0;
        margin-right: 0;
        float: left;
        display: block;
        max-width: 100%
    }

    .news-item {
        float: left;
    }

    /*body:not(.mobile) .news-item_date {*/
    /*margin: 0 auto;*/
    /*width: 100%*/
    /*}*/
    .topical-post-content.topical-post-content-teg .post-item-col1 {
        width: 48% !important;
        margin: 0 0.6% 10px;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(1) {
        margin-left: 0;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(4n) {
        margin-right: 0.6%;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(4n+1) {
        margin-left: 0.6%;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(3n+1) {
        margin-left: 0.6%;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(3n) {
        margin-right: 0.6%;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(2n) {
        margin-right: 0.6%;
    }

    .topical-post-content.topical-post-content-teg .post-item-col1:nth-child(2n+1) {
        margin-left: 0.6%;
    }

    .detail_sidebar.sidebar {
        width: 270px;
    }

    .article_detail.left-column {
        width: 663px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1270px) {
}

@media only screen and (max-width: 991px) {
    .detail_sidebar.sidebar {
        width: 245px;
    }

    .article_detail.left-column {
        width: 480px;
    }

    .container .author-block .author-item {
        margin: 6px 0.625%;
        width: 24%;
    }

    .container .author-block .author-item:nth-child(1) {
        margin-left: 0;
    }

    .container .author-block .author-item:nth-child(4n) {
        margin-right: 0;
    }

    .author-block .author-item:nth-child(4n+1) {
        margin-left: 0;
    }

    .page-wrapper .container .search-result .logo-item {
        margin: 0 0.625% 10px;
        width: 49%;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(2n) {
        margin-right: 0;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .author-item:before, .logo-item:before, .author-item:after, .logo-item:after {
        content: '';
        display: table
    }

    .author-item:after, .logo-item:after {
        clear: both
    }

    .columnist-item:before, .columnist-item:after {
        content: '';
        display: table
    }

    .columnist-item:after {
        clear: both
    }

    .content .columnist-block.clearfix .columnist-item {
        width: 24%;
        margin: 6px 0.625%;
    }

    .columnist-block.clearfix .columnist-item:nth-child(4n) {
        margin-right: 0;
    }

    .columnist-block.clearfix .columnist-item:nth-child(4n+1) {
        margin-left: 0;

    }

    .author-list__item, .author-list--dossier .author-list__item {
        float: left;
        width: 49%;
        margin: 0;
    }

    .printable-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .printable-item:before, .printable-item:after {
        content: '';
        display: table
    }

    .printable-item:after {
        clear: both
    }

    .printable-item.printable-item-spec-page:nth-child(4n+1) {
        clear: none;
    }

    .social-block {
        margin-top: 15px
    }

    .user-list {
        margin-right: 3%;
        width: 48.5%;
    }

    .user-list:nth-of-type(2n) {
        margin-right: 0
    }

    .user-list-colRight {
        float: left
    }

    .user-bar__social {
        margin-right: 30px
    }

    .city-table {
        width: 100%
    }

    .news-item_date {
        width: 80px
    }

    .header-left-col {
        width: 38%;
    }

    .banner_top_element_container {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .ecsperts-item_img a {
        width:145px;
        height:145px;
    }
    .left-column.left-column-for-teg {
        max-width: 100%
    }

    .printable-grid-spec-items .printable-item-spec-page {
        width: 49%;
    }

    .header .three_blocks_header.container {
        padding: 0 15px 15px;

    }

    .mobile_logo {
        display: inline-block;
        width: 27px;
        float: left;
        height: 25px;
        margin-top: 9px;
        margin-right: 7px;
    }

    .banner_top_logo_container {
        display: none;
    }

    .banner_top_element_container .banner_top_image {
        display: none;
    }

    .banners .banner-block:nth-child(3n-1) {
        margin: auto;
    }

    .specprojects-wrapper .banners div.banner-block {
        width: 49.5%;
        float: left;
        margin-top: 10px;
        overflow: hidden;

    }

    .specprojects-wrapper .banners div.banner-block:nth-child(2n) {
        float: right;
    }

    .banner_top_element_container {
        width: 100%;
        max-height: 250px;
        margin-top: 20px;
        padding: 0 15px 0 50px;
        min-height: auto;
        position: relative;

    }

    .banner_top_element_container:after {
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 8px;
        background-image: url(/hotline/images/Galka.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner_top_element_container .banner_top_line {
        display: none;
    }

    .search_settings_container .filter-search__section {
        width: 100%;
        padding-right: 0;
    }

    .navigation_block {
        height: auto;
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .bottom_menu_prof {
        margin-top: 0px;
    }

    .bottom_menu_competition {
        margin-top: 0;
    }

    .search_settings_container .filter-search__date {
        padding-left: 0;
        width: 75%;
    }

    .search_btn_container {
        width: 25%;
    }

    .search_settings_container .filter-search__date input {
        float: left;
        clear: none;
    }

    .filter-search-page .calendar-icon-svg {
        float: left;
        margin: 7px 15px 0px -25px;
        position: relative;
        display: inline-block;
    }

    .default-header {
        height: 100px;
    }

    .page-wrapper .container .author-block .author-item {
        margin: 6px 0.625%;
        width: 49%;
    }

    .page-wrapper .container .author-block .author-item:nth-child(1) {
        margin-left: 0;
    }

    .page-wrapper .container .author-block .author-item:nth-child(2n) {
        margin-right: 0;
    }

    .page-wrapper .author-block .author-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .author-list__item, .author-list--dossier .author-list__item {
        width: 100%;
    }

    .pagination {
        margin: 10px 0 30px;
    }

    .pagination .text.page_numbers {
        float: right;
        width: 100%;
        margin-top: 5px;
        position: static;
    }

    .spec-block .special-element {
        margin: 0 0 10px;
    }

    .with_title_image {
        margin-bottom: 7px;
        width: 100%;
    }

    .header-left-col {
        width: 22%;
        position: relative;
    }

    .header-right-col-container {
        width: 77%;
    }

    .event_date {
        margin-left: 72px;
        width: 100%;
        left: 0;
        top: -10px;
    }

    .user-bar .container {
        padding: 0 15px;
    }

    .close_menu {
        display: none;
    }
    


    .search-form .search-button {
        width: 25px;
        height: 25px;
        left: auto;
        background-size: 13px;
        background-color: #fff;
        background-position: center center;
        border-radius: 50%;
        float: right;
        position: absolute;
        right: -3px;
        margin-top: 0;
    }

    .search-block .search-input {
        height: 25px;
        background-color: #ECECEC;
        width: 100%;
    }

    .search-block {
        float: left;
        width: 77%;
        position: relative;
        max-width: 400px;
        margin-left: 1%;
    }

    .head-wrapper {
        left: 0;
        top: -110%;
    }

    .head-wrapper.active_menu {
        top: 0;
    }

    .bt-menu-open {
        transition: 0.3s;
    }

    .bt-menu-trigger.bt-menu-open {

    }

    .main-menu {
        width: 100%;
    }

    .submenu-item a {
        font-size: 14px;
    }

    .main-menu-item > a {
        font-size: 17px;
    }

    .bt-menu-trigger {
        float: right;
        margin-top: 3px;
        margin-right: 0;
    }

    .search-block {
        margin: 10px 0;
    }

    .background_icons_header {
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(35, 31, 32, 1), rgba(35, 31, 32, 0.7));
        width: 100%;
        height: 42px;
        z-index: 3;
    }

    .main-menu-list, .specprojects .main-menu-list {
        padding-bottom: 0px;
    }

    .main-menu {
        overflow: hidden;
    }

    .main-menu .navigation {
        overflow-y: auto;
        height: 100vh;
        padding-bottom: 32px;
        display: inline-block;
        width: 100%;
    }

    .main-menu-list {
        padding-left: 15px;
        column-count: 1;
        column-fill: initial;
        overflow-x:hidden;
        padding-bottom:130px;
    }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .welcome {
        float: none;
        margin: 6px 0;
        position: absolute;
        bottom: 0;
        right: 20px;
        z-index: 4;
    }

    /*.search-block {*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*margin: 0;*/
    /*margin-top: 13px;*/
    /*}*/
    .welcome ~ .search-block {
        margin-left: 0
    }

    /*.search-block .search-input {*/
    /*display: none;*/
    /*margin-left: 15px;*/
    /*max-width: calc(100% - 106px)*/
    /*}*/
    .search-block .search-form.is-search-shown .search-input {
        display: block
    }

    .header {
        overflow: hidden;
        background-image: none  ;
    }

    .header, .header .container {
        height: 100px;
        min-height: 100px;
    }

    .logo.with_title_image svg {
        width: 40px;
        height: 59px;
    }

    .header-partners {
        display: none
    }

    .header-partners {
        min-height: 100px;
    }

    .header-partners-link {
        bottom: 7px;
        max-width: 110px
    }

    .header-partners-table tr td {
        height: 100px;
    }

    .header-image {
        height: 0
    }

    .header-partners-list-inner li a {
        font-size: 12px;
    }

    .header-partners-text {
        font-size: 10px;
        line-height: 11px;
        width: 57px;
        margin-left: 5px;
    }

    .header-partners-inner {
        margin-bottom: 0;
    }

    .event_date .header_title_image img {
        max-width: 100px;
    }

    .logo-link img {
        max-width: 65%;
        margin-top: 10px;
    }

    .with_title_image {
        margin-bottom: 7px;
        width: 130px;
    }

    .with_title_image .logo-title {
        margin-top: 7px;
        margin-left: -100px;
        font-size: 18px
    }

    .with_title_image .none-specproject.logo-title {
        margin-top: -22px;
        margin-left: 0;
        left: 47px;
        width: 100%;
    }

    .page-wrapper {
        padding: 0 15px
    }

    .left-column, .right-column, .search-result, .filter-right-col, .sidebar-contacts, .sidebar-dossier, .sidebar-section, .specprojects .content {
        float: none;
        clear: both;
        margin: 0;
        width: 100% !important;
        max-width: none
    }

    .sidebar {
        margin-top: 30px
    }

    .sidebar:not(.sidebar-dossier):not(.sidebar-contacts), .specprojects .sidebar {
        display: none
    }

    .interview {
        padding: 0;
    }

    .interview fieldset {
        max-width: 100%;
        min-width: 0
    }

    .author-item, .logo-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;

    }

    .author-item:before, .logo-item:before, .author-item:after, .logo-item:after {
        content: '';
        display: table
    }

    .author-item:after, .logo-item:after {
        clear: both
    }

    .author-item:nth-child(3n), .logo-item:nth-child(2n) {
        margin-right: 0;
        float: left
    }

    .author-item:nth-child(2n+1), .logo-item:nth-child(2n+1) {
        clear: none;
        margin-left: 0;
    }

    .full-column .logo-item {
        width: 33.333%;
        border: 0;
        height: 170px;
    }

    .full-column .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .full-column .logo-item:nth-child(3n) {
        margin-right: 0;
    }

    .full-column .logo-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .author-detail__table-inner, .author-detail__table-inner tbody, .author-detail__table-inner tr, .author-detail__table-inner tr td {
        display: block
    }

    .author-detail__table-inner tr td:first-child {
        padding-bottom: 0;
        width: 100%;
        border-bottom: none
    }

    .author-detail__desc {
        position: relative;
        top: -35px;
    }

    .interview-archive-item table, .interview-archive-item tbody, .interview-archive-item tr, .interview-archive-item td {
        display: block
    }

    .content .columnist-block.clearfix .columnist-item {
        width: 32.3333%;
        margin: 6px 0.625%;
    }

    .columnist-block.clearfix .columnist-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .columnist-block.clearfix .columnist-item:nth-child(3n) {
        margin-right: 0;
    }

    .columnist-item:before, .columnist-item:after {
        content: '';
        display: table
    }

    .columnist-item:after {
        clear: both
    }

    .printable-grid {
        margin: 0 0 30px;
        text-align: center
    }

    .printable-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .printable-item:before, .printable-item:after {
        content: '';
        display: table
    }

    .printable-item:after {
        clear: both
    }

    .printable-item:nth-child(4n+1) {
        clear: none
    }

    .printable-item:nth-child(3n) {
        margin-right: 0%;
        float: right
    }

    .sitemap-subsubmenu li {
        width: 48%
    }

    .search-result__item-num {
        margin-left: 0
    }

    .mobile .news-item, .mobile .news-item_date, .mobile .news-item_text, .mobile .text-row-in {
        margin-left: 0;
        margin-right: 0;
        float: none;
        display: block;
        max-width: 100%
    }

    .specprojects-wrapper .container .text-row-right-text {
        padding: 0 20px;
        width: 70%;
    }

    .news-item_img {
        width: 28%;
    }

    .specprojects-wrapper .text-row-in-status {
        display: none;
    }

    .specprojects-wrapper .text-row-in-status-mobile.text-row-in-status {
        display: inline-block;
        position: static;
        margin-top: 10px;
    }

    .news-item_date {
        margin: 0 auto;
        width: 100%;
        text-align: left;
        font-size: 18px;
        padding: 20px 0 10px;
    }

    .news-item_date span {
        display: inline-block;
        font-weight: 500;
    }

    .content-title .menu {
        margin-left: 0
    }

    .text-row-right-text, .news-item_img + .text-row-right-text {
        width: 100%;
        max-width: 100%
    }

    .specprojects .banner-block img {
        width: auto;
        height: auto;
        max-width: 100%
    }

    .subscribe-page-form {
        text-align: left;
    }

    .subscribe-page-unsubscribe .subscribe-page-form {
        text-align: center
    }

    .subscribe-page-label {
        display: block;
        margin-bottom: 8px
    }
}

.send-mail__form {
    min-width: 275px;
}

@media only screen and (max-width: 768px) {
    .cale {
        display:none;
    }
    .ecsperts-item_img {
        float: none;
        width: 145px;
        margin: 20px auto;
    }
    .ecsperts-item_text {
        margin-left: 0;
        margin: 10px;
        text-align: center;
    }
    .search-form {
        max-width: 81%;
        position: relative;
        width: 81%;
        display: inline-block;
    }

    .search-block .visible-xs {
        height: 20px;
        display: inline-block;
        float: right;
        margin-top: 6px;
    }

    .search-block .visible-xs img {
        float: none !important;
    height: 20px !important;
    margin-top: -3px !important;
    }
    
}
@media only screen and (min-width: 540px) and (max-width: 768px) {

    .banner-bar {
        zoom: 1;
    }

    .banner-bar:before, .banner-bar:after {
        content: "";
        display: table
    }

    .banner-bar:after {
        clear: both
    }

    .banner-bar br {
        display: none
    }

    .fb_iframe_widget, .fb_iframe_widget ~ .sidebar-section {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px;
        margin-right: 2%;
        width: 48%
    }

    .fb_iframe_widget ~ .sidebar-section:nth-last-child(2n) {
        margin-right: 0
    }

    .fb-like.fb_iframe_widget {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width: 540px) {
    .author-item, .logo-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
        text-align: center
    }

    .author-item:before, .logo-item:before, .author-item:after, .logo-item:after {
        content: '';
        display: table
    }

    .author-item:after, .logo-item:after {
        clear: both
    }

    .author-item:nth-child(2n), .logo-item:nth-child(2n) {
        margin-right: 3%;
        float: left
    }

    .author-item:nth-child(2n+1), .logo-item:nth-child(2n+1) {
        clear: none
    }

    .author-item:last-child, .logo-item:last-child {
        margin-right: 0%
    }

    .content .columnist-block.clearfix .columnist-item {
        width: 49%;
        margin: 6px 0.5%;
    }

    .columnist-item:before, .columnist-item:after {
        content: '';
        display: table
    }

    .columnist-item:after {
        clear: both
    }

    .columnist-block.clearfix .columnist-item:nth-child(2n) {
        margin-right: 0%;

    }

    .columnist-block.clearfix .columnist-item:nth-child(2n+1) {
        margin-left: 0%;
    }

    /*.columnist-item:nth-child(2n+1) {*/
    /*clear: both*/
    /*}*/
    .author-list__item, .author-list--dossier .author-list__item {
        float: none;
        clear: both;
        width: 100%
    }

    .printable-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .printable-item:before, .printable-item:after {
        content: '';
        display: table
    }

    .printable-item:after {
        clear: both
    }

    .printable-item:nth-child(3n+1) {
        clear: none
    }

    .printable-detail__img {
        float: none;
        margin: 0 0 20px
    }

    .sitemap-subsubmenu li {
        width: 100%
    }

    .user-list {
        margin-bottom: 0;
        width: 100%
    }

    .social, .social_block {
        max-width: 100%
    }

    .fb_iframe_widget, .fb_iframe_widget ~ .sidebar-section {
        display: block !important;
        margin: 0 auto;
        width: 240px
    }

    .fb_iframe_widget ~ .sidebar-section {
        margin-bottom: 30px
    }

    .fb-like.fb_iframe_widget {
        margin: 0;
        width: 100%
    }

    .city-table tr {
        display: block;
        margin-bottom: 10px
    }

    .city-table td {
        display: block;
        padding: 5px 10px;
        width: auto !important;
        height: auto !important;
        text-align: left !important;
    }

    .city-table td:first-child {
        padding-top: 15px;
        font-weight: 700
    }

    .city-table td:last-child {
        padding-bottom: 15px
    }

    .city-table td:only-child {
        padding: 5px 10px
    }

    .filter-search__date {
        float: none;
        clear: both;
        display: block
    }
}

@media only screen and (max-width: 480px) {

    .banners .banner-block:nth-child(3n-1) {
        margin: auto;
    }

    .specprojects-wrapper .banners div.banner-block {
        width: 100%;
        float: left;
        margin-top: 10px;
        overflow: hidden;

    }

    .specprojects-wrapper .banners div.banner-block:nth-child(2n) {
        float: right;
    }

    .banner_top_element_container {
        padding: 0 5px 0 35px
    }

    .header .three_blocks_header.container {
        padding: 0 15px 15px;
    }

    .content .columnist-block.clearfix .columnist-item {
        width: 100%;
        margin: 6px 0%;
    }

    body .page-wrapper .container .author-block .author-item {
        margin: 6px 0;
        width: 100%;
    }

    .welcome ~ .search-block {
        margin-bottom: 0
    }

    .user-bar {
        float: left;
        height: auto;
    }

    .user-bar .container {
        padding: 0 15px;
    }

    .user-bar__login {
        margin-bottom: 5px
    }

    .login-popup {
        width: auto
    }

    .printable-item {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%;
    }

    .printable-item:before, .printable-item:after {
        content: '';
        display: table
    }

    .printable-item:after {
        clear: both
    }

    .printable-item:nth-child(2n+1) {
        clear: none
    }

    .printable-grid-spec-items .printable-item-spec-page {
        width: 100%;
        margin: 5px 0;
    }

    .author-detail__img {
        float: none;
        margin: 0 auto
    }

    .author-detail__desc {
        top: -15px;
        text-align: center
    }

    .search-result__count, .search-result__top .filter {
        float: none;
        clear: both
    }

    .search-result__count {
        margin-bottom: 5px
    }

    .filter-search__date input {
        float: left;
        clear: left
    }

    .filter-search__date .calendar-icon, .filter-search__date .calendar-icon-hover {
        float: left
    }

    .subscribe-page {
        padding-bottom: 60vw;
        background-size: 100% auto
    }
}

.nav-button {
    display: none
}

@media only screen and (max-width: 1270px) {
    .main-menu-list, .specprojects .main-menu-list {
        padding-left: 10px;
    }

    .main-menu {
        padding: 0
    }

    .main-menu-item {
        margin: 0 13px
    }

    .specprojects-wrapper .container {
        padding: 0 20px;
    }
    .with_title_image .main-logo-header{
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1024px) {

    .full-column .logo-item {
        width: 24%;
        border: 0;
        height: 170px;
        margin: 0;
    }

    .full-column .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .full-column .logo-item:nth-child(4n) {
        margin-right: 0;
    }

    .full-column .logo-item:nth-child(4n+1) {
        margin-left: 0;
    }

    .specprojects .main-menu-list {
        width: 100%;
        margin: 50px 0 0;
    }

    .bottom-menu {
        padding: 45px 45px 25px
    }

    .bottom-menu-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        max-width: none;
    }

    .bottom-menu-item:not(:nth-child(3n-2)) {
        margin-left: -4px
    }

    .nav-icon {
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background: #fff;
    }

    .nav-icon:before, .nav-icon:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background: #fff
    }

    .nav-icon:before {
        top: 6px
    }

    .nav-icon:after {
        bottom: 6px
    }

    .main-menu {

    }

    /*.fixed-header .user-bar {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 1000;*/
    /*width: 100%*/
    /*}*/
    .main-menu .welcome, .main-menu .welcome .logout {
        color: #fff
    }

    .main-menu .user-bar__login {
        float: none;
        clear: both;
        margin: 10px 0 4px
    }

    .main-menu-list, .specprojects .main-menu-list {
        margin-top: 60px;
        padding-left: 10px;
    }

    .submenu {
        position: static;
        padding-bottom: 5px;
        width: 100%;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .active .submenu {
        display: block
    }

    .submenu-item a {
        color: #fff
    }
}

@media only screen and (max-width: 972px) {
    .main-menu:last-child .submenu {
        right: auto
    }
}

@media only screen and (max-width: 768px) {
    .banners25 .banner-block {
        width: 100%;
        float: left;
        margin-top: 10px;
        overflow: hidden;
    }
    .spec-project-header .logo-link{
        display: none;
    }
    body .main-menu-list, .specprojects .main-menu-list{
        margin-top: 0;
        padding-left: 0;
        padding-top: 58px;
    }
    .main-menu .user-bar__login {
        position: absolute;
        bottom: 0;
        right: 10px;
        z-index: 6;
    }

    .user-list {
        width: 100%;
    }

    .specprojects-wrapper .text-row-right-text .text-row-right-text {
        padding: 0;
    }

    .news-item_text {
        border: 1px solid #E6E6E6;
        padding: 10px;
    }

    .js-all-spec-events .news-item:last-child {
        border-bottom: 0;
    }

    .news-item {
        border: 0;
    }

    .user-bar__social {
        display: none;
    }

    .bottom-menu {
        display: none;
        padding: 20px
    }

    .bottom-menu-item {
        float: none;
        margin-bottom: 30px
    }

    .f-address {
        margin: 0;
        height: 50px;
        line-height: 50px;
        width: calc(100% - 57px);
    }

    .f-address span {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
    }

    .f-menu-list {
        margin-top: 30px
    }

    .f-menu-list:first-of-type {
        clear: left
    }

    .f-menu-list li {
        margin-bottom: 15px
    }

    .f-address, .f-menu-list li a {
        font-size: 12px
    }

    .footer .social-block {
        float: none;
        clear: both;
        padding-top: 15px
    }
}

@media only screen and (max-width: 480px) {
    .f-menu-list {
        clear: left;
        margin-top: 0;
        margin-bottom: 15px
    }

    .f-menu-list:first-of-type {
        margin-top: 30px;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1110px) {
    .with_title_image .main-logo-header{
        margin-top: 10px;
        margin-left: 5px;
        max-width: 100px;
    }
    #custom-block-3 .dop_post-content_main .item-best .post-item-images{
        max-height: 158px;
        min-height: 150px;
    }
    #custom-block-3 .dop_post-content_main .item-best.post-item-col1{
        height: 330px !important;
    }
    .post-item-col1 .small_teg{
        display: block;
    }
    .printable-grid-spec-items {
        margin: 10px 0;
    }

    .printable-detail-container {
        padding: 0 10px;
    }

    .printable-items-container {
        padding: 0 10px;
    }

    .printable-grid-spec-items .printable-item__img {
        max-height: 240px;
    }

    .item_read_on .post-item-description {
        height: 167px;
    }

    .text_on_image_container .text_on_image_black_bgc {
        display: none;
    }

    .text_on_image .post-item-text a {
        color: #808080;
        border: 1px solid #808080;
    }
    .text_on_image .post-item-text a{

    }
    .text_on_image .post-item-text a.post-item-text-tag{
        color: #fff;
        background-color: #ED1C24;
       border-color: #ED1C24;
    }

    #custom-block-1 .post-item-description.properties_height, #custom-block-3 .post-item-description.properties_height {
        height: 170px !important;
    }

    .post-content {
        margin: 0 0 30px;
        /*height: auto !important*/
    }

    #custom-block-1 .post-item-col1, #custom-block-3 .post-item-col1 {
        float: left;
        display: inline-block;
        vertical-align: top;
        height: auto !important;
        min-height: 0;
        position: relative !important;
        width: 24% !important;
        height: 330px !important;
        left: auto !important;
        top: auto !important;
        margin: 0 0.5% 10px;
    }

    #custom-block-3 .dop_post-content_main .post-item-col1{
        height: 350px !important;

    }
    #custom-block-1 .post-item-col1, #custom-block-3 .post-item-col1{
        background: #fff!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    #custom-block-1 .post-item-col1 .post-item-link, #custom-block-3 .post-item-col1 .post-item-link{
        font-size: 20px!important;
    }

    .only_mobile .post-item-images{
        display: inline-block;
    }
    .only_mobile .post-item-description{
        position: static;
    }
    .text_on_image .post-item-date, .text_on_image .post-item-views, .text_on_image .post-item-comment {
        color: #808080;
    }

    .post-content:not(.topical-post-content) > .post-item-col1 {
        width: 22.5%;
        margin: 0 1% 30px
    }

    .text_on_image .post-item-comment {
        background: url("images/new_icons/comment.svg") no-repeat left center;
    }

    #custom-block-1 .text_on_image .post-item-link, #custom-block-3 .text_on_image .post-item-link {
        color: #231F20;
    }

    .left-column :not(.carousel-item, .topical-post-content-teg) > .post-item-col1 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 45% !important;
        margin: 0 2% 30px
    }

    .mobile .left-column :not(.carousel-item) > .post-item-col1 {
        width: 22.5% !important;
        margin: 0 1% 30px
    }

    .carousel-item .post-item-col1 {
        margin-bottom: 0
    }

    .post-item-images {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .post-item-images img {
        width: 100% !important
    }

    .post-item-images-link {
        display: block;
        width: 100%;
        overflow: hidden;
        max-height: 190px;
        min-height: 180px;
    }

    .post-item-images-title {
        position: static;
        padding: 10px 0 0;
        font-weight: 700;
        color: #1a1a1a;
        background: none
    }

    #custom-block-1, #custom-block-3 {
        margin: 0 -0.5%;
    }

    #custom-block-1 .post-item-images-link, #custom-block-3 .post-item-images-link {
        min-height: 160px;
        max-height: 160px;
    }
}

@media only screen and (max-width: 1024px) {
    .specprojects-wrapper .sidebar {

    }

    /*.specprojects-wrapper .container{*/
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
    /*}*/
    .specprojects-wrapper .container .inner-content {
        width: 100%;
    }

    .specprojects-wrapper .container .news-item_date {
        width: 20%;
        float: left;
        /*display: inline-block;*/
    }

    .specprojects-wrapper .news-item_text.js-event-container {
        width: 80%;
        float: left;
    }

    .photo-item {
        width: 100%
    }

    .photo-day .photo-item {
        width: 760px;
        max-width: 100%;
    }

    :not(.carousel-item) > .post-item-col1, .mobile .left-column :not(.carousel-item) > .post-item-col1, .post-content:not(.topical-post-content) > .post-item-col1 {
        width: 30.5% !important
    }

    .left-column .item_read_on.post-item-col1 {
        width: 48% !important;
        margin: 0 1% 13px;
    }

    .sidebar .post-item-col1, .sidebar-section .post-item-col1 {
        margin: 0;
        margin-bottom: 10px;
        width: 100% !important;
        min-height: 0;
        border: 1px solid #E7E7E7;
    }

    .bestseller-item-text {
        width: calc(100% - 50px)
    }

    .interview-archive__table tr td {
        display: block
    }

    .top_tags_container .carousel-item-slider-col1:nth-child(4n) {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .with_title_image .main-logo-header{
        margin-top: 15px;
        margin-left: 5px;
        max-width: 80px;
    }
    #custom-block-1, #custom-block-3 {
        margin: 0 -0.5%;
    }

    .inner-post-ads-img {
        margin-bottom: 15px
    }

    .inner-post-ads-title {
        padding-top: 20px
    }

    .inner-post-ads-text {
        float: none;
        clear: both;
        margin-bottom: 10px;
        max-width: none
    }

    #custom-block-1 .post-content .post-item-col1, #custom-block-3 .post-content .post-item-col1 {
        width: 32.3333333% !important;
        margin: 0 0.5% 10px;
    }

    .spec-block-main {
        display: block;
        text-align: center;
    }

    .spec-block-main .special-element {
        width: 49%;
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .inner-post-tags.inner-post-tags-mobile.inner-post-tags-for-detail{
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    .article_detail{
        padding: 0 15px;
    }
    .with_title_image .main-logo-header{
        margin-top: 5px;
        margin-left: 5px;
        max-width: 50px;
    }
    #custom-block-1 .post-item-images-link, #custom-block-3 .post-item-images-link{
        min-height: 150px;
        max-height: 150px;
    }
    .link_more_posts {
        margin: 5px 0 20px;
    }

    .top_tags_container .carousel-item-slider-col1:nth-child(4n) {
        display: block;
    }

    .top_tags_container .carousel-item-slider-col1 {
        text-align: left;
    }

    .printable-date {
        text-align: center;
    }

    .header-partners-link_1.header-partners-link {
        top: 15px;
        bottom: auto;
        max-width: none;
        right: 0
    }

    .header-partners-link.header-partners-link-2 {
        top: 45px;
        bottom: auto;
        max-width: none;
        right: 0
    }

    .magazines-get-copy tr td {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .magazine-get-copy {
        margin: 10px 0;
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .specprojects-wrapper .container .news-item_date {
        width: 100%;
    }

    .specprojects-wrapper .news-item_text.js-event-container {
        width: 100%;
    }

    .full-column .logo-item {
        width: 33.333%;
        border: 0;
        height: 170px;
    }

    .full-column .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .full-column .logo-item:nth-child(3n) {
        margin-right: 0;
    }

    .full-column .logo-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .spec-block {
        display: block;
        text-align: center;
    }

    .spec-block .special-element {
        width: 50%;
        float: left;
    }

    .spec-block .special-element:nth-child(3) {
        float: none;
    }

    .post-item-date, .post-item-views, .post-item-comment {
        margin-right: 5px;
    }

    #custom-block-1 .post-content.topical-post-content .post-item-col1, #custom-block-3 .post-content.topical-post-content .post-item-col1 {
        width: 48% !important;
        margin: 0 1% 10px;
    }

    .spec-item {
        margin: 5px 0
    }

    .photo-item {
        margin: 0;
        left: 0
    }

    .post-item-col1 {
        margin-bottom: 30px;
    }

    :not(.carousel-item) > .post-item-col1, .mobile .left-column :not(.carousel-item) > .post-item-col1, .post-content:not(.topical-post-content) > .post-item-col1 {
        width: 47.5% !important
    }

    .inner-post-text {
        font-size: 14px
    }

    .inner-post-item-img {
        float: none;
        margin: 0 auto 15px
    }

    .post-title-block {
        position: relative
    }

    .post-title-image {
        display: none
    }

    .post-title, .post-title-list, .post-title-list-item a, .post-title-list span {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .post-title-list span {
        margin: 4px 2px 0;
    }

    .post-link {
        float: none;
        clear: both;
        margin-bottom: 5px;
        width: 100%
    }

    .post-title-dropdown {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .post-title-dropdown.active .dropdown-list {
        top: 35px;
        left: auto;
        right: -30px
    }

    .inner-post .articles-in-article {
        width: 50%
    }

    .inner-post-ads {
        margin: 30px 0
    }

    .carousel-item:first-child .post-item-col1 {
        margin-left: 0
    }

    .cc.mc-c .mc-comment-child.mc-comment-child {
        margin-left: 0 !important
    }

    .cc.mc-c .mc-comments > .mc-comment > .mc-comment-child {
        margin-left: 11px !important
    }

    body.specprojects .specprojects-wrapper .container .sidebar {
        display: inline-block;
        width: 100%;
    }

    .spec-block-main .special-element {
        width: 100%;
        margin-bottom: 5px;
    }

    #custom-block-1, #custom-block-3 {
        margin: 0 -1%;
    }

    .banner_top_element_container .banner_top_text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {

    #custom-block-1, #custom-block-3 {
        margin: 0
    }

    #custom-block-3 .post-content {
        margin-bottom: 0;
    }

    .href_container_footer a {
        margin: 0 7px;
    }

    .banner_top_element_container {
        max-height: 280px;
    }

    .send-mail__form {
        padding: 5px !important;
    }

    .welcome .logout {
        margin-left: 3px;
    }

    .welcome {
        right: 10px;
    }

    .full-column .logo-item {
        width: 100%;
        border: 1px solid #E6E6E6;
        height: 170px;
        margin: 5px 0;

    }

    .specprojects-wrapper .container .text-row-right-text {
        padding: 0;
    }

    .specprojects_info_container {
        width: 100%
    }

    .full-column .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .full-column .logo-item:nth-child(5n) {
        margin-right: 0;
    }

    .full-column .logo-item:nth-child(5n+1) {
        margin-left: 0;
    }

    .spec-block .special-element {
        width: 100%;
        max-width: 285px;
        margin: 0 auto 10px;

        float: none;
    }

    .post-content {
        height: auto !important;
    }

    .page-wrapper {
        padding: 0;
    }

    #custom-block-1 .post-content.topical-post-content .post-item-col1, #custom-block-3 .post-content.topical-post-content .post-item-col1 {
        width: 100% !important;
        margin: 0 auto 10px !important;
        float: none;
        display: block;
    }

    :not(.carousel-item) > .post-item-col1, .mobile .left-column :not(.carousel-item) > .post-item-col1, .post-content:not(.topical-post-content) > .post-item-col1 {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100% !important;
        float: none;
    }

    .left-column :not(.carousel-item) > .post-item-col1, .left-column .mobile .left-column :not(.carousel-item) > .post-item-col1, .left-column .post-content:not(.topical-post-content) > .post-item-col1 {
        margin: 0;
        margin-bottom: 30px;
        width: 100% !important
    }

    .inner-post-text img {
        float: none
    }

    .inner-post-text img {
        float: none;
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: unset;
        margin-right: 0;
        position: relative;
    }

    .inner-post-text .js-mobile-banner img {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 100%;

    }

    .inner-post-text td img {
        float: none;
        margin-left: 0;
        width: auto;
        max-width: 100%;

    }

    .inner-post-text  img.img-left {
        float: none;
        margin-left: 0;
        width: auto;
        max-width: 100%;

    }

    .inner-post {
        overflow-x: visible;
    }

    .inner-post .articles-in-article {
        float: none;
        margin-left: 0;
        width: 100%
    }

    .private-info, .inner-post-author, .inner-post-views {
        float: none;
        clear: both;
        margin-bottom: 5px
    }

    .inner-post-ads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inner-post-ads-title {
        float: none;
        clear: both;
        margin-bottom: 15px;
        padding-top: 0;
        max-width: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .inner-post-ads-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .inner-post-ads-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .inner-post-ads-sub {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .page-wrapper .container .search-result .logo-item {
        margin: 5px 0;
        width: 100%;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(1) {
        margin-left: 0;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(2n) {
        margin-right: 0;
    }

    .page-wrapper .container .search-result .logo-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .spec-item-title-l {
        font-size: 31px;
    }
}

@media only screen and (max-width: 413px) {
    .photo-item img {
        max-width: none;
        max-height: 200px
    }

    .page-wrapper .filter-search-page .search_settings_container .input-field {
        width: 78px;
        padding: 10px 2px;
        font-size: 11px;
    }

    .filter-search-page .calendar-icon-svg {
        margin: 7px 5px 0px -20px;
    }

    .search_settings_container .filter-search__date {
        padding-right: 0;
    }

    .search_settings_container .filter-search__date {
        width: 70%;
    }

    .search_btn_container {
        width: 30%;
    }
}
