@import '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&amp;subset=latin,cyrillic-ext,cyrillic';
@import '//fonts.googleapis.com/css?family=PT+Serif:400,400italic&amp;subset=cyrillic,latin';

body {
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    max-width: 1920px;
    min-width: 320px;
    background: #f7f7f7;
}

iframe {
    border: 0;
}

iframe body {
    background-color: #000;
}

figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #808282;
}

a:visited {
    color: #808282;
}

.mainMenu a:visited {
    color: #dfe0e0 !important;
}

.leftMenu a:visited {
    color: #222222 !important;
}

h1 {
    margin: 0 0 18px;
    color: #333333;
    font-size: 21px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*color: #939799;*/
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #939799;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
}

h2 a {
    text-decoration: none;
    color: #939799;
}

h2.rubric a, h2.rubric a:visited {
    color: #2954d4 !important;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: normal;
    font-family: fantasy;

}

h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
}

h4 {
    margin: 0 0 29px;
    color: #333333;
    font-size: 21px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 20px;
    border: #ccc 1px solid;
    border-collapse: separate;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table th {
    font-weight: bold;
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
    text-align: left;
    padding-left: 20px;
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

table tr {
    text-align: center;
    padding-left: 20px;
}

table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table tr td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.photoVideo h2 a, .pressCenter h2 a, .photoVideo h2 {
    color: #4c4c4c;
}

.pressBottom h2 a {
    position: relative;
    /*
    z-index: 1;
    */
}

#wrapper {
    background: white;
    width: 1260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



.greyLine {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
}

.greyLine div {
    width: 1260px;
    margin: 0 auto;
    height: 100%;
    background: #ececec;
}

#leftMenu {
    margin-left: 16px;
    top: 0;
    width: 149px;
    position: fixed;
    z-index: 2;
}

.siteMenu form {
    background: #ececec;
    padding: 12px 0 13px;
}

.siteMenu form div {
    width: 142px;
    margin: 0 auto;
    padding-left: 7px;
    overflow: hidden;
}

.siteMenu form input[type="text"] {
    font: 12px/17px 'Open Sans', sans-serif;
    color: #9c9c9c;
    border: none;
    background: #ececec;
    padding: 0;
    margin: 0;
    float: left;
    width: 127px;
}

.siteMenu form input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.siteMenu form a {
    width: 15px;
    height: 17px;
    float: left;
    color: #9c9c9c;
}

.leftMenuBody {
    margin: 28px auto 0;
    width: 134px;
}

.newMenu {
    margin: 0 0 23px;
    padding: 0 0 10px;
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    display: none;
}

.newMenu li {
    padding: 0;
    margin: 0 0 15px;
}

.newMenu .current a {
    font-weight: 500;
    color: #222222;
}

.newMenu a {
    text-decoration: none;
    color: #666666;
}

.leftMenu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 2px solid #f5f5f5;
    z-index: 2;
}

.leftMenu li {
    padding: 0;
    margin: 0 0 13px;
}

.leftMenu a {
    color: #222222;
    text-decoration: none;
}

.leftMenu a:hover, .leftMenu a:active, .leftMenu a:focus {
    color: #4c79db;
}

.leftMenu span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: #f7c313;
    padding: 3px 5px 3px 5px;
    margin: -6px;
    color: #222222;
}

.greyMenu {
    margin: 0 0 13px;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.greyMenu li {
    padding: 0;
    margin: 0 0 11px;
}

.greyMenu li:nth-child(9),
.greyMenu li:nth-child(10) {
    display: none;
}

.greyMenu a {
    color: #666666;
    text-decoration: none;
}

.greyMenu a:hover, .greyMenu a:active, .greyMenu a:focus,
.newMenu a:hover, .newMenu a:active, .newMenu a:focus {
    color: #4c79db;
}

.social {
    overflow: hidden;
    border-top: 2px solid #f5f5f5;
    padding-top: 17px;
}

.social a {
    float: left;
    margin-left: 1px;
}

.social a, #mobileMenu .social a, #footerSocial li a {
    width: 24px;
    height: 24px;
    border: 0px solid #000;
    margin: 0 1px;
}

.social a:nth-child(1):hover {  color: #d63b67; }
.social a:nth-child(2):hover {    color: #3b5999;}
.social a:nth-child(3):hover {    color: #1da1f3;}
.social a:nth-child(4):hover {    color: #ce201f;}
.social a:nth-child(5):hover {    color: #0088cc;}

#mobileMenu {
    position: absolute;
    width: 360px;
    left: 0;
    top: 42px;
    background: white;
    z-index: 5;
    display: none;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 1px 1px 3px 0 #e7e7e7;
    -moz-box-shadow: 1px 1px 3px 0 #e7e7e7;
    box-shadow: 1px 1px 3px 0 #e7e7e7;
}

#mobileMenu form {
    padding: 12px 14px 13px 22px;
}

#mobileMenu form div {
    width: auto;
    padding: 0;
}

#mobileMenu form input[type="text"] {
    width: 309px;
}

#mobileMenu .leftMenuBody {
    padding: 6px 0 0 22px;
    width: auto;
}

#mobileMenu .leftMenu {
    font-size: 13px;
    border: none;
    float: left;
}

#mobileMenu .leftMenu li {
    margin-bottom: 17px;
}

#mobileMenu .greyMenu {
    font-size: 14px;
    padding: 3px 0 0 174px;
}

#mobileMenu .greyMenu li {
    margin-bottom: 20px;
}

#mobileMenu .social {
    margin-right: 21px;
    padding: 25px 0 28px;
}

#container {
    position: relative;
    background: white;
    margin-left: 180px;
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7;
    /*
    z-index: 1;
    */
}

.topLine {
    background: #353b4b;
    /*    padding: 0 48px 0 59px;*/
    height: 42px;
}

.mobileButton {
    float: left;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 10px;
    margin: 13px 39px 0 0;
    display: none;
}

.mobileButton span {
    border-top: 2px solid #ffffff;
    display: block;
    width: 100%;
    margin-top: 4px;
}

.language {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 15px;
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.language > li {
    margin: 0;
    padding: 0;
}

.language div {
    padding: 0 0 3px 23px;
    background: url("/img/lang.svg") -234px -224px no-repeat;
    background-size: 485px auto;
    opacity: 0.6;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    height: 38px;
    line-height: 38px;
}

.language div:hover {
    opacity: 1;
}

.language ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: none;
    /*opacity: 0;*/
    z-index: 3;
    filter: alpha(opacity=0);
    position: absolute;
    right: 31px;
    top: 41px;
    background: #353b4a;
}

.language ul li {
    padding: 11px 0 15px;
    margin: 0;
    border-top: 1px solid #2f3334;
    width: 79px;
}

.language a {
    color: #CCCCCC;
    text-decoration: none;
}

.language a:hover, .language a:active, .language a:focus {
    color: #ffffff;
}

.language div a {
    color: #ffffff;
    background: url("/img/lang-arrow.svg") -212px -224px no-repeat;
    background-size: 485px auto;
    padding-right: 15px;
    display: block;
}

.mainMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    height: 42px;
    line-height: 42px;
}

.mainMenu li {
    padding: 0 0 9px 13px;
    margin: 0 0 0 10px;
    /*background: url("/img/dot.png") 0 9px no-repeat;*/
    float: left;
}

.mainMenu li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.mainMenu a {
    color: #dfe0e0;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    display: table;
}

[data-id="uatv"] {
    /* background: transparent url('../img/uatv.svg') no-repeat left center;
     padding: 0 0 0 27px !important; */
    background: transparent url('../img/uatv-top.png') no-repeat center center;
    color: rgba(255, 0, 0, 0) !important;
    background-size: 52px;
    width: 52px;

}

s.mainMenu a:hover, .mainMenu a:active, .mainMenu a:focus {
    color: #ffffff;
}

.mainMenu li.current {
    padding-bottom: 0;
}

.mainMenu .current a {
    color: white;
    border-bottom: 4px solid #f6c312;
}

.logo {
    text-align: center;
    position: relative;
}

.uatv {
    padding: 9px 0 13px 0 !important;
}

.uatv span.slogan,
.uatv h1 {
    margin: 0 auto 0 !important;
}

.logo a {
    display: table;
    margin: 0 auto;
}

.logo p {
    margin: 0;
    color: #9c9c9c;
    font-size: 11px;
    position: absolute;
}

.logo span.slogan, .logo h1 {
    margin: 3px auto 0;
    font-size: 11px;
    letter-spacing: -0.3px;
    color: #9c9c9c;
    font-weight: normal;
    padding: 0;
    line-height: 11px;
    display: table;
}

.topLineBody {
    width: 90%;
    margin: auto;
}

.topAnons {
    overflow: hidden;
    margin-bottom: 25px;
}

.topAnons a {
    float: left;
    position: relative;
    width: 360px;
    height: 240px;
    text-decoration: none;
    background: black;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.50);
}

.topAnons img {
    position: absolute;
    max-width: 360px;
    overflow: auto;
}

.topAnons span {
    position: relative;

    z-index: 2;

}

.topAnons span.anonGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.topAnons span.anonGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 40%);
    background: -webkit-linear-gradient(to top, #151515, transparent 40%);
    background: -o-linear-gradient(to top, #151515, transparent 40%);
    background: linear-gradient(to top, #151515, transparent 40%);
}

.topAnons a:hover img {
    opacity: 0.8;
}

.anonText {
    display: table-cell;
    vertical-align: bottom;
    height: 220px;
    padding: 0 19px;
}

.anonTitle {
    font-size: 15px;
    font-weight: 500;
    color: white;
    display: block;
    line-height: 24px;
    margin-bottom: -2px;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.anonDate {
    font-size: 11px;
    color: #dededd;
}

.topAnons a.anonBig {
    height: 480px;
}

.anonBig .anonText {
    height: 460px;
}

.anonBig .anonTitle {
    font-size: 21px;
    line-height: 32px;
}

.anonTitle span {
    padding: 3px 6px 3px 8px;
    margin: 0 0 7px 0;
    background: #f7c313;
    color: #36312e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    font-size: 11px;
    line-height: 18px;
    text-shadow: none;
}

.infoBlock {
    width: 970px;
    margin: 20px auto 42px;
    overflow: hidden;
}

.sliderMenu {
    margin: 0 0 29px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.sliderMenu dt {
    float: left;
    background: #e7b100;
    font-weight: 600;
    color: white;
    padding: 10px 13px 12px 17px;
    font-size: 14px;
}

.sliderMenu dd {
    margin: 0;
    width: 980px;
}

.sliderMenu dd ul {
    display: none;
}


.sliderMenu .bx-wrapper {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    *zoom: 1;
}

.sliderMenu .bx-viewport {
    width: 794px !important;
    float: left;
}

.sliderMenu .bx-controls {
    width: 65px;
    float: left;
    padding: 9px 0 0 1px;
}

.sliderMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sliderMenu .bx-wrapper li {
    padding: 12px 12px 12px 17px;
    width: auto !important;
    margin: 0;
    background: url("/img/dot.png") 0 20px no-repeat;
}

.sliderMenu .bx-wrapper li a {
    display: block;
    height: 20px;
    text-decoration: none;
    color: #333333;
}

.sliderMenu .bx-wrapper li a:hover, .sliderMenu .bx-wrapper li a:active, .sliderMenu .bx-wrapper li a:focus {
    color: #e7b100;
}

.sliderMenu .bx-wrapper .bx-viewport {
    left: -5px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.sliderMenu .bx-wrapper .bx-pager,
.sliderMenu .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.sliderMenu .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.sliderMenu .bx-wrapper .bx-pager .bx-pager-item,
.sliderMenu .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.sliderMenu .bx-controls-direction a {
    background: url('/img/arrow-left-right.svg') no-repeat;
    background-size: 492px auto;
    float: left;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    z-index: 9;
}

.sliderMenu .bx-controls-direction a.bx-prev {
    background-position: -221px -234px;
}

.sliderMenu .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    margin-left: 7px;
}

.sliderMenu .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity = 30);
}


.others {
    float: left;
    margin-right: 30px;
}

.others > div {
    background: #f7f7f7;
    width: 301px;
    padding: 21px 0 40px;
}

.othersBody {
    padding: 0 16px;
    font-size: 14px;
    line-height: 20px;
}

.othersBody div {
    margin-bottom: 20px;
}

.othersBody div a {
    text-decoration: none;
    color: #222222;
}

.othersBody div a:hover, .othersBody div a:active, .othersBody div a:focus {
    color: #4c79db;
}

.othersBody div a .otherTime {
    color: #b2b2b2;
    font-size: 13px;
}

.othersBody div a .othersPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.othersBold {
    font-weight: 600;
}

.othersBody div.othersBold a .otherTime {
    color: #e7b100;
}

.othersBoldRed {
    font-weight: 600;

}

.othersBody div.othersBoldRed a .otherTime, .othersBody div.othersBoldRed a {
    color: #ed4400;
}

.othersBoldItalic {
    font-style: italic;

}

.othersDay {
    margin: -2px 0 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.othersDay div {
    border-top: 2px solid #eeeeee;
    position: absolute;
    width: 100%;
    left: 0;
    top: 9px;
}

.othersDay p {
    margin: 0;
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    padding: 0 9px;
}

.more {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    position: relative;
    width: 301px;
    height: 50px;
    margin: 0 auto;
}

.others .more {
    margin: 37px 20px 0;
}

.more div {
    border-top: 1px solid #ededed;
    position: absolute;
    left: 0;
    width: 100%;
    top: 7px;
}

.more a {
    text-decoration: none;
    border: 1px solid #e4e4e4;
    color: #000000;
    padding: 9px 20px;
    position: relative;
    background: white;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    z-index: 1;
}

.others .more {
    width: auto;
}

.others .more a, .publishing .more a {
    /*background: #f7f7f7;*/
}

.more a:hover, .more a:active, .more a:focus, .more a:hover + div, .publishing .more a:hover {
    border-color: #D2D2D2;
    color: #222222;
    background: #E9E9E9;
}

.analitic {
    margin: 0 0 52px 332px;
}

.analiticBody {
    overflow: hidden;
    margin-bottom: 20px;
}

.analiticBody section {
    float: left;
    width: 300px;
    margin: 0 0 36px 30px;
}

.analitic .analiticBody section:nth-child(odd) {
    margin-left: 0;
    clear: left;
}

.analiticBody section > a {
    display: block;
    height: auto;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    background: #000000;
}

.analiticBody img {
    display: block;
    z-index: 1;
    width: 100%;
}

.analiticBody span.analiticGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*
    z-index: 2;
    */
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    top: 0;
}

.analiticBody span.analiticGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.analiticBody section > a:hover img {
    opacity: 0.8;
}

.analiticText {
    display: table-cell;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
    left: 15px;
    padding: 0 10px 0 0;
}

.analiticText span {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.analiticBody p {
    margin: 3px 0 0;
}

.analiticName {
    font-size: 13px;
    line-height: 20px;
}

.analiticName a {
    color: #666666;
    text-decoration: none;
}

.analiticName a:hover, .analiticName a:active, .analiticName a:focus,
.rest dd p a:hover, .rest dd p a:active, .rest dd p a:focus,
.restText p a:hover, .restText p a:active, .restText p a:focus {
    color: #222222;
}

.analiticDate {
    color: #b2b2b2;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.analiticDate font {
    margin: 0 5px;
}

.analiticDate a {
    color: #999;
    font-weight: bold;
}

.interview {
    font-size: 13px;
    width: 309px;
    line-height: 20px;
    float: left;
    margin-right: 20px;
}

.interview img {
    width: 80px;
    border-radius: 50px;
}

.interview dl {
    margin: 0 0 9px;
    color: #333333;
    overflow: hidden;
}

.interview dt {
    float: left;
}

.interview dd {
    margin: 10px 0 0 92px;
}

.interview dd div {
    font-weight: 500;
}

.interview dd div a {
    text-decoration: none;
    color: #333333;
}

.interview dd div a:hover, .interview dd div a:active, .interview dd div a:focus {
    color: #4c79db;
}

.interview dd p {
    margin: 3px 0 0;
    font-style: italic;
}

.interview dd p a {
    text-decoration: none;
    color: #333333;
}

.interview dd p a:hover, .interview dd p a:active, .interview dd p a:focus {
    color: #222222;
}

.interview .more {
    margin-top: 28px;
    width: auto;
}

.projectsPartner {
    overflow: hidden;
    clear: left;
    padding-top: 39px;
}

.projectsPartner > aside {
    margin: auto;
}

.projectsBlock {
    float: left;
}

.projects {
    width: 300px;
    /*display: none;*/
}

.projects .bx-wrapper {
    position: relative;
    /* *zoom: 1; */
}

.projects .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.projects ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.projects li {
    padding: 0;
    margin: 0;
    position: relative;
    width: 300px;
    height: 251px;
}

.projects a {
    text-decoration: none;
}

.projects ul img {
    z-index: 1;
    position: absolute;
}

.projectGradient, .projectGradientHover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition-duration: 0.2s;
}

.projectGradient {
    opacity: 0.7;
    background: -moz-linear-gradient(to right, #a97414, #994614 85%);
    background: -webkit-linear-gradient(to right, #a97414, #994614 85%);
    background: -o-linear-gradient(to right, #a97414, #994614 85%);
    background: linear-gradient(to right, #a97414, #994614 85%);
}

.projectGradientHover {
    opacity: 0;
    background: -moz-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -webkit-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: -o-linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
    background: linear-gradient(to bottom right, #d59a0a, #b5380a 99%);
}

.projects:hover .projectGradient {
    opacity: 0;
}

.projects:hover .projectGradientHover {
    opacity: 0.6;
}

.projectText {
    display: table;
    position: relative;
    width: 90%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    font-size: 18px;

    z-index: 3;

    margin: 0px auto;
    line-height: 245px;
}

.projects .bx-controls {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
}

.projects .bx-wrapper .bx-pager,
.projects .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

.projects .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.projects .bx-wrapper .bx-pager .bx-pager-item,
.projects .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;

}

.projects .bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.4;
    background-color: #FFF;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.projects .active {
    background: white;
    opacity: 0.8 !important;
}

.googleCompanion {
    float: left;
    margin: 44px 29px 0 30px;
}

.partner {
    float: left;
    width: 301px;
}

.partner > div {
    border-top: 2px solid #e6e6e6;
    padding: 13px 0 10px;
}

.partnerBody {
    margin-bottom: 31px;
}

.partnerBody div {
    margin-bottom: 19px;
    line-height: 18px;
}

.partnerBody p {
    margin: 0 0 5px;
    font-size: 11px;
    color: #666666;
}

.partnerBody a {
    text-decoration: none;
    color: #222222;
    font-size: 14px;
}

.partnerBold {
    font-weight: 500;
}

.partnerBold p {
    color: #e7b100;
}

.partner .more {
    width: auto;
}

.photoVideo {
    background: #f1f1f1;
    padding: 0;
}

.photoVideo > div {
    width: 970px;
    margin: 0 auto;
}

.youtube {
    float: right;
    margin-top: 25px;
}

/*
.youtube p {
    margin: 0 0 23px;
    background: url(../img/youtube-video.svg) -217px -217px no-repeat;
    float: right;
    font-size: 12px;
    padding-left: 27px;
    background-size: 454px auto;
}
*/

.youtube p a {
    color: #666666;
    text-decoration: none;
}

.youtube p a:hover, .youtube p a:active, .youtube p a:focus {
    color: #4c79db;
}

.topVideo {
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.topVideo h2 {
    float: left;
    display: table;
}

.topPlayer {
    width: 640px;
    float: left;
}

.video_ads {
    width: auto;
    float: right;
    display: table;
    background: #FFF;
    padding: 28px;
    line-height: 0;
    clear: right;
}

.topVideoFrame {
    height: 360px;
    width: 640px;
}

.topVideoFrame iframe {
    height: 100% !important;
    width: 100% !important;
}

.photoVideo h2 {
    margin-top: 23px;
}

.slash {
    position: absolute;
    right: 138px;
    top: 13px;
    font-size: 11px;
    color: #eeeeee;
}

.jp-duration {
    right: 73px;
    display: inline;
    cursor: pointer;
}

.jp-video .jp-current-time {
    color: #eeeeee;
}

.jp-video .jp-duration {
    color: #808080;
}

.jp-video-play {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
}

.jp-video-360p .jp-video-play {
    margin-top: -360px;
    height: 360px;
}

.jp-video-full .jp-video-play {
    height: 100%;
}

.jp-video-play-icon {
    position: relative;
    display: block;
    width: 71px;
    height: 71px;
    left: 44%;
    top: 40%;
    background: url(../img/video.png) no-repeat;
    text-indent: -9999px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.jp-video-play-icon:focus {
    background: url(../img/video.png) 0 -71px no-repeat;
}

.jp-jplayer {
    width: 0;
    height: 0;
}

.jp-jplayer {
    background-color: #000000;
}

.jp-toggles {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.jp-video .jp-toggles {
    position: absolute;
    right: 0;
    width: 83px;
}

.jp-toggles button {
    display: block;
    float: left;
    text-indent: -9999px;
    line-height: 100%;
    border: none;
    cursor: pointer;
}

.jp-full-screen {
    margin-left: 20px;
    background: url(../img/video.png) -129px 0 no-repeat;
    padding: 0;
    width: 21px;
    height: 16px;
}

.jp-state-full-screen .jp-full-screen {
    background: url(../img/video.png) -129px -16px no-repeat;
}

.jp-repeat {
    background: url(../img/video.png) -107px 0 no-repeat;
    padding: 0;
    width: 22px;
    height: 16px;
}

.jp-state-looped .jp-repeat {
    background: url(../img/video.png) -107px -16px no-repeat;
}

.videoName {
    width: 500px;
    line-height: 32px;
    font-size: 21px;
    margin: 10px 0 7px 0;
}

.videoName a {
    color: #222222;
    text-decoration: none;
}

.videoName a:hover, .videoName a:active, .videoName a:focus {
    color: #4c79db;
}

.videoInfo {
    color: #808282;
    font-size: 11px;
}

.videoBlocks {
    overflow: hidden;
    border-bottom: 0 solid #d0d0d0;
    padding-bottom: 26px;
    margin-bottom: 22px;
    border-top: 0 solid #d0d0d0;
    margin-top: 25px;
}

.videoBlocks dl {
    margin: 0 0 0 20px;
    float: left;
    width: 225px;
}

.videoBlocks h2 + dl {
    margin-left: 0;
}

.videoBlocks dt {
    position: relative;
    line-height: 0;
}

.videoBlocks dt img {
    width: 100%;
}

.videoBlocks dt span {
    position: absolute;
    top: 30%;
    left: 39%;
    background: url(/img/video.png) no-repeat;
    width: 49px;
    height: 50px;
    background-size: 105px auto;
}

.videoBlocks dt a:hover span {
    background-position: 0 -50px;
    width: 50px;
}

.videoBlocks dd {
    margin: 7px 0 0;
}

.videoBlocks dd p {
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.videoBlocks dd p a {
    color: #222222;
    text-decoration: none;
}

.videoBlocks dd p a:hover, .videoBlocks dd p a:active, .videoBlocks dd p a:focus {
    color: #4c79db;
}

.videoBlocks dd div {
    color: #808282;
    font-size: 11px;
}

.photoreports {
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 47px;
}

.photoreports div {
    width: 225px;
    float: left;
    margin-left: 20px;
}

.photoreports div:first-child {
    margin-left: 0;
}

.photoreports a {
    font-weight: 500;
    text-decoration: none;
    color: #222222;
    font-size: 14px;
}

.photoreports a:hover, .photoreports a:active, .photoreports a:focus {
    color: #ffffff;
}

.photoreportsImage {
    background: black;
    display: block;
}

.photoreports img {
    display: block;
    margin-bottom: 7px;
    width: 100%;
}

.photoreports a:hover img {
    opacity: 0.8;
}

.photoreports p {
    margin: 4px 0 0;
    color: #808282;
    font-size: 11px;
}

.photoVideo .more div,
.photoVideo .more a,
.pressCenter .more div,
.pressCenter .more a {
    border-color: #d0d0d0;
}

.photoVideo .more a,
.pressCenter .more a {
    background: #FFF;
    color: #222222;
}

.photoVideo .more a:hover, .photoVideo .more a:active, .photoVideo .more a:focus, .photoVideo .more a:hover + div, .pressCenter .more a:hover {
    border-color: #d0d0d0;
    color: #222222;
    background: #f1f1f1;
}

.publicBlock {
    width: 970px;
    margin: 0 auto;
}

.platform {
    overflow: hidden;
    margin-bottom: 29px;
}

.redactionChoose {
    float: left;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    margin-right: 30px;
    background: black;
}

.redactionChoose > img {
    width: 100%;
    display: block;
}

.redactionChoose span {
    position: relative;
}

.redactionChoose span.redactionGradient {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.redactionChoose span.redactionGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%);
}

.redactionChoose:hover > img {
    opacity: 0.8;
}

.redactionRed {
    font-weight: 500;
    background: #f1592f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 9px 0 0 8px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}

.redactionTitle {
    vertical-align: bottom;
    display: table-cell;
    padding: 0 210px 0 23px;
    font-size: 21px;
    line-height: 32px;
    position: absolute !important;
    bottom: 15px !important;
}

.redactionTitle span {
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em black; /* Параметры тени */
}

.redactionChoose span.redactionAuthor {
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    bottom: 13px;
    right: 19px;
}

.redactionAuthor img {
    float: left;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.redactionInfo {
    float: left;
    margin: 2px 0 0 5px;
}

.redactionName {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    display: block;
}

.redactionDate {
    font-size: 11px;
    color: #bebbb5;

}

.platformBlocks {
    overflow: hidden;
}

.platform + .platformBlocks {
    padding-bottom: 52px;
}

.platformBlocks dl {
    margin: 0 0 0 30px;
    float: left;
    width: 300px;
}

.platform + .platformBlocks dl {
    margin-bottom: 35px;
}

.platformBlocks dl:first-child {
    margin-left: 0;
}

.platformBlocks dt > a {
    background: black;
    display: block;
}

.platformBlocks dt p {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.platformBlocks dt p a {
    color: #333333;
    text-decoration: none;
}

.platformBlocks dt p a:hover, .platformBlocks dt p a:active, .platformBlocks dt p a:focus {
    color: #4c79db;
}

.platformBlocks dt img {
    width: 100%;
    display: block;
}

.platformBlocks dt > a:hover img {
    opacity: 0.8;
}

.platformBlocks dd {
    margin: 9px 0 0;
    overflow: hidden;
}

.platformBlocks dd > a {
    float: left;
}

.platformBlocks dd a img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
}

.authorInfo {
    margin-left: 46px;
}

.authorInfo p {
    margin: 0 0 2px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.platformBlocks dd a img {
    color: #000;
}

.authorInfo a {
    color: #999;
}

.authorInfo a:hover {
    color: #333;
}

.authorInfo div {
    font-size: 12px;
}

.platformBlocks .more {
    clear: left;
    margin-top: 20px;
}

.dayPhoto {
    padding: 35px 0 26px;
    background: #262a2b;
}

.dayPhoto > div img {
    width: 100%;
}

.dayPhoto > div {
    width: 970px;
    margin: 0 auto;
}

.dayPhoto h2 {
    margin-bottom: 12px;
}

.dayPhoto p {
    margin: 0 0 9px;
    color: #999999;
    font-size: 14px;
}

.pressCenter {
    background: #f1f1f1;
    overflow: hidden;
    padding: 35px 0 38px;
}

.pressCenter > div {
    width: 970px;
    margin: 0 auto;
}

.pressCenter .bxPager {
    height: 384px;
}

.bxPager {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    /* border-top: 1px solid #383c3c; */
    width: 330px;
    line-height: 19px;
    float: right;
    background-color: #FFF;
    /*height: 354px;*/
}

.bxPager li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;;
}

.bxPager li:last-child {
    border: 0;
}

.bxPager a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 10px 25px 10px 25px;
}

.bxPager a.active {
    border-left: 3px solid #bec0c0;
    padding: 10px 25px 10px 25px;
    color: #e7b100;
}

.bxPager a:hover, .bxPager a:active, .bxPager a:focus {
    color: #4c79db;
}

.bxPager span {
    text-transform: uppercase;
    background: #83ae00;
    font-size: 10px;
    padding: 0 4px 1px;
    font-weight: 400;
    margin-right: 2px;
    color: #ffffff;
}

.pressBanner {
    float: right;
    clear: right;
    margin-bottom: 25px;
}

.pressVideoFrame iframe {
    width: 100% !important;
    height: 100% !important;
}

.pressTabs .bx-wrapper {
    position: relative;
}

.pressTabs .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pressTabs .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pressTabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pressTabs li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.pressTabs dl {
    margin: 10px 0 0 0;
}

.pressTabs dt {
    font-size: 21px;
    line-height: 32px;
}

.pressTabs dt a {
    text-decoration: none;
    color: #222222;
}

.pressTabs dt a:hover, .pressTabs dt a:active, .pressTabs dt a:focus {
    color: #4c79db;
}

.pressTabs dd {
    margin: 7px 0 0;
}

.pressTabs dd strong {
    font-weight: normal;
}

.pressTabs dd a {
    color: #909191;
}

.pressTabs dd div {
    color: #808282;
    font-size: 11px;
}

.pressTabs dd p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #909191;
}

.pressCenter .more {
    display: none;
}

.pressBottom {
    border-top: 1px solid #d2d2d2;
    clear: both;
    padding-top: 23px;
}

.pressBottom h2 {
    margin-bottom: -26px;
}

.pressAnons .bx-wrapper {
    max-width: none !important;
    position: relative;
}

.pressAnons .bx-wrapper .bx-viewport {
    padding-top: 38px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pressAnons .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('/img/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*
    z-index: 20;
    */
}

.pressAnons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px;
}

.pressAnons li {
    padding: 0;
    margin: 0 24px 0 0;
    width: 300px !important;
}

.pressAnons li div {
    color: #4c79db;
    font-size: 11px;
    padding-right: 10px;
}

.pressAnons li p {
    margin: 2px 0 0;
    font-size: 14px;
    padding-right: 10px;
}

.pressAnons li a {
    color: #222222;
    text-decoration: none;
}

.pressAnons li a:hover, .pressAnons li a:active, .pressAnons li a:focus {
    color: #4c79db;
}

.pressAnons .bx-controls {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    width: 55px;
}

.pressAnons .bx-wrapper .bx-controls-direction a {
    background: url(../img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    top: 0;
    position: absolute;
    outline: 0;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: -221px -234px;
    left: 0;
}

.pressAnons .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -245px -234px;
    right: 0;
}

.pressAnons .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#footer {
    overflow: hidden;
    padding: 39px 0 33px;
    width: 970px;
    margin: 0 auto;
}

.footerMenu {
    font-size: 12px;
    float: right;
}

.footerMenu div {
    float: left;
    width: 141px;
    margin-left: 20px;
}

.footerMenu p {
    margin: 0 0 11px;
    color: #262626;
    font-weight: 500;
    text-transform: uppercase;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerMenu li {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    background: url(../img/dot.png) 0 8px no-repeat;
}

.footerMenu a {
    text-decoration: none;
    color: #6e6e6e;
}

.footerMenu a:hover, .footerMenu a:active, .footerMenu a:focus {
    color: #4c79db;
}

.footerCarte {
    margin: 0 0 0 53px;
    padding: 0;
    list-style: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    width: 144px;
}

.footerCarte li {
    padding: 0;
    margin: 0 0 11px;
}

.footerCarte a {
    text-decoration: none;
    color: #222222;
}

.footerCarte a:hover, .footerCarte a:active, .footerCarte a:focus {
    color: #4c79db;
}

.footerSocial {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    font-size: 14px;
    float: left;
    display: none;
}

.footerSocial li {
    padding: 0;
    margin: 0 0 15px;
}

.footerSocial a {
    color: #585858;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.socialIcon {
    height: 19px;
    float: left;
}

.socialName {
    float: left;
}

.footerSocial li .socialIcon {
    width: 25px;
    height: 25px;
    -webkit-filter: opacity(25%);
}

.footerSocial li a:hover {
    -webkit-filter: none;
}

.footerSocial li:nth-child(1) .socialIcon {
    background: url(../img/social.png) -25px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(2) .socialIcon {
    background: url(../img/social.png) -50px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(3) .socialIcon {
    background: url(../img/social.png) -125px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(4) .socialIcon {
    background: url(../img/social.png) -75px -25px no-repeat;
    background-size: 150px auto;
}

.footerSocial li:nth-child(5) .socialIcon {
    background: url(../img/social.png) -100px -25px no-repeat;
    background-size: 150px auto;
}

.social-media {
    border-top: 2px solid #f5f5f5;
    padding-top: 17px;
    font-size: 16px;
}

.social-media-footer {
    font-size: 16px;
}


.social-media a {
    color: #808282;
}

.social-media a:nth-child(1):hover {
    color: #d63b67;
}

.social-media a:nth-child(2):hover {
    color: #3b5999;
}

.social-media a:nth-child(3):hover {
    color: #1da1f3;
}

.social-media a:nth-child(4):hover {
    color: #ce201f;
}

.social-media a:nth-child(5):hover {
    color: #0088cc;
}


.social-media-footer a {
    color: #808282;
}

#footer > p {
    margin: 0 0 16px;
    color: #666666;
    font-size: 11px;
    line-height: 16px;
}

.design {
    color: #666666;
    font-size: 12px;
    margin-top: 103px;
}

.design a {
    color: #222222;
    text-decoration: none;
}

.design a:hover, .design a:active, .design a:focus {
    color: #4c79db;
}

.full {
    color: #000000;
    text-decoration: none;
    background: #f7f7f7;
    padding: 10px 0 11px;
    text-align: center;
    font-size: 14px;
    display: none;
}

.innerPage #header {
    background: #f7f7f7 !important;
}

.logo {
    padding: 26px 0 16px 0;
}

.logo p {
    top: 37px;
    right: 48px;
}

.innerPage #content {
    overflow: hidden;
    padding-top: 32px;
}

.innerPage #contentAdvanced {
    overflow: hidden;
    padding-top: 0;
}

.innerBlock {
    width: 970px;
    margin: 0 auto /*45px*/;
    padding: 10px 0;
    overflow: hidden;
}

.right {
    float: right;
    width: 301px;
}

.projectsTitle {
    display: none;
}

.banner {
    margin-top: 44px;
    display: block;
    background-color: #999;
}

.right .googleCompanion {
    margin: 0;
}

.right .projects {
    margin: 14px 0 19px;
}

.rest, .restList {
    width: 630px;
}

.rest {
    margin-bottom: 15px;
}

.rest > a {
    display: block;
    background: black;
}

.rest > a img {
    display: block;
}

.rest > a:hover img {
    opacity: 0.8;
}

.rest > a > img {
    width: 100%;
    position: relative;
}

.rest dl {
    margin: 10px 0 0;
    overflow: hidden;
}

.rest dt {
    float: left;
    color: #f28c73;
    font-size: 14px;
    padding-top: 8px;
}

.rest dd {
    margin: 0;
}

.rest dd div {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
}

.rest dd div a {
    color: #222222;
    text-decoration: none;
}

.rest dd p {
    margin: 11px 0 0;
    font-size: 14px;
    line-height: 21px;
}

.rest dd p a {
    color: #666666;
    text-decoration: none;
}

.restList article {
    display: block;
    margin: 20px 0;
    min-height: 140px;
}

.restList figure {
    float: left;
    width: 200px;
    margin: 0px;
}

.restList figure img {
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    width: 100%;
}

.restList article section {
    color: #b2b2b2;
    font-size: 14px;
    margin-left: 210px;
}

.restList article section time {
    float: left;
    font-size: 16px;
    padding: 0 5px 0 0;
    display: inline;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    text-decoration-style: solid;
    text-transform: none;
    width: auto;
}

.restList article section a {
    text-decoration: none;
    color: #222222;
}

.restList article section h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    padding: 0 0;
    margin: 0 0 4px 0;
}

.restList article section p {
    color: #666;
   /* font-size: 13px; */
    margin: 0;
}

.restList article section p a {
    color: #666666;
    text-decoration: none;
}

.rest dd div a:hover, .rest dd div a:active, .rest dd div a:focus,
.restText div a:hover, .restText div a:active, .restText div a:focus {
    color: #4c79db;
}

.restDay {
    text-align: center;
    color: #ed4400;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin: 18px 0 2px;
}

.restDay div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 13px;
    border-top: 1px solid #f5f5f5;
}

.restDay p {
    margin: 0;
    display: inline-block;
    position: relative;
    background: white;
    padding: 0 17px;
}

.prefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.extract {
    background: #f7c313;
    color: #fff !important;
    font-size: 10px;
    padding: 10px 10px 10px 10px;
    margin: 0 2px 0 3px;
    text-transform: uppercase;
    float: right;
}

.extract a, .extract a:visited {
    color: #fff !important;
    font-weight: bold;
}

.extract:hover {
    text-decoration: underline;
}

.extract:after {
    content: "▶";
    margin: 0 8px 0 8px;
}

.restList .more {
    margin-top: 28px;
}

.actual {
    background: #262a2b;
}

.actual > div {
    width: 970px;
    margin: 0 auto;
    padding: 38px 0 10px;
}

.analiticMenu {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}

.analiticMenu li {
    padding: 0;
    margin: 0 0 0 18px;
    float: left;
}

.analiticMenu a {
    color: #999;
}

.analiticMenu a:hover, .analiticMenu a:active, .analiticMenu a:focus {
    color: #ddd;
    text-decoration: underline;
}

.analiticMobile, .analiticMobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.analiticMobile {
    font-size: 14px;
    float: right;
    padding-top: 5px;
    display: none;
}

.analiticMobile li {
    padding: 0;
    margin: 0;
}

.analiticMobile > li {
    padding-right: 12px;
    background: url(../img/lang-arrow.svg) -167px -232px no-repeat;
    background-size: 485px auto;
    opacity: 0.6;
}

.analiticMobile > li:hover {
    opacity: 1;
}

.analiticMobile ul {
    text-align: center;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 68px;
    background: #262a2b;
}

.analiticMobile ul li {
    padding: 11px 0;
    border-top: 1px solid #2f3334;
    width: 83px;
}

.analiticMobile a {
    color: #CCCCCC;
    text-decoration: none;
}

.analiticMobile a:hover, .analiticMobile a:active, .analiticMobile a:focus {
    color: #ffffff;
}

.analiticMobile > li a {
    color: #ffffff;
}

.actual h2 {
    margin-bottom: 24px;
}

.actual .analiticBody section {
    margin-bottom: 19px;
    height: auto;
}

.actual .analiticBody section:nth-child(3n+1), .publishing .analiticBody section:nth-child(3n+1) {
    margin-left: 0;
}

.right .others {
    float: none;
    margin: 20px 0;
}

.banner720 {
    display: none;
}

.googleCompanion720 {
    display: none;
}

.rubricPicture {
    position: relative;
    display: block;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    line-height: 30px;
}

.rubricPicture img {
    position: absolute !important;
    left: 0;
    top: 0;
}

.rubricPicture span {
    position: relative;
}

.rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.rubricPicture span.rubricGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 31%);
    background: -webkit-linear-gradient(to top, #151515, transparent 31%);
    background: -o-linear-gradient(to top, #151515, transparent 31%);
    background: linear-gradient(to top, #151515, transparent 31%);
}

.rubricPicture:hover span.rubricGradientHover {
    opacity: 1;
}

.rubricText {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 10px 0 52px;
    height: 339px;
}

.rubricRed {
    text-transform: uppercase;
    background: #f1592f;
    font-size: 14px;
    padding: 1px 8px;
    margin-right: 6px;
}

.rubricDate {
    font-size: 13px;
}

.rubricTitle {
    display: block;
    font-size: 22px;
    margin-top: 3px;
}

.publishing {
    -webkit-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    -moz-box-shadow: inset 1px 0 3px 0 #e7e7e7;
    box-shadow: inset 1px 0 3px 0 #e7e7e7;
}

.publishing > div {
    width: 970px;
    margin: 0 auto;
    padding: 39px 0 57px;
}

.canals {
    color: #83ae00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 0 17px;
    display: none;
}

.otherNews .bxPager {
    float: none;
    border: none;
    text-align: center;
    line-height: 20px;
    margin: 0;
    background: #f7f7f7;
    width: 630px;
}

.otherNews .bxPager li {
    display: table-cell;
    border: none;
    vertical-align: bottom;
    padding: 0 10px 25px;
    height: 60px;
    width: 50%;
}

.otherNews .bxPager a {
    color: #222222;
    padding: 0;
}

.otherNews .bxPager a.active {
    border: none;
    padding: 0;
}

.otherNews .bxPager span {
    background: none;
    color: #83ae00;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.otherNews .pressTabs dt a {
    color: #222222;
    font-weight: 500;
}

.otherNews .pressTabs dd p {
    color: #666666;
}

.pressTabs .bx-controls-direction a, .otherNews .bx-controls-direction a {
    background: url(../img/arrow-left-right.svg) no-repeat;
    background-size: 492px auto;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    float: left;
}

.pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
    position: absolute;
    top: -41px;
    right: 0;
    display: none;
}

.pressTabs .bx-controls-direction .bx-prev, .otherNews .bx-controls-direction .bx-prev {
    background-position: -221px -234px;
}

.pressTabs .bx-controls-direction .bx-next, .otherNews .bx-controls-direction .bx-next {
    background-position: -245px -234px;
    margin-left: 22px;
}

.pressTabs .bx-controls-direction .disabled, .otherNews .bx-controls-direction .disabled {
    opacity: 0.3;
}

.publishing .videoBlocks {
    border: none;
    margin-bottom: 10px;
}

.publishing .videoBlocks dd p a {
    color: #222222;
}

.newsPage .right {
    padding: 0;
}

.newsPage .banner {
    margin: 0 0 22px;
}

.votingForm {
    background: #f7f7f7;
    width: 300px;
    padding: 20px 0 23px;
}

.votingForm p {
    margin: 0 auto 17px;
    color: #ed4400;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    line-height: 24px;
}

.votingForm input[type="radio"] {
    display: none;
}

.votingForm div {
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    margin: 0 22px 20px 30px;
}

.votingForm input[type="radio"] + label .radioIcon {
    margin-top: 1px;
    float: left;
    width: 14px;
    height: 17px;
    background: url(../img/radio.png) no-repeat;
    cursor: pointer;
}

.votingForm input[type="radio"]:checked + label .radioIcon {
    background-position: -14px 0;
}

.radioText {
    margin-left: 21px;
    display: block;
}

.votingForm input[type="submit"] {
    font: 600 14px 'Open Sans';
    color: #ed4400;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    width: 112px;
    display: block;
}

.news {
    width: 630px;
}

.newsNoPicture {
    width: 100%;
    display: table;
    margin: 0 0 25px 0;
}

.newsNoPicture h1 {
    display: table-row;
    font-size: 21px;
    margin: 0 0 5px 0;
}

.newsNoPicture .newsMetaBlock {
    display: table-row;
    position: static;
    left: auto;
    bottom: auto;
    color: #d3d3d3;
}

.newsPicture {
    display: block;
    position: relative;
    width: 630px;
    height: auto;
    text-decoration: none;
    color: white;
    margin-bottom: 19px;
    background: black;
}

.newsImage {
    width: 100%;
    display: block;
}

.newsPicture:hover .newsImage {
    opacity: 0.8;
}

.newsPicture span.newsGradient, .newsPicture span.newsGradientHover {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.newsPicture span.newsGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.newsPicture:hover span.newsGradientHover {
    opacity: 1;
}

.newsTitle {
    display: table-cell;
    vertical-align: bottom;
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;
    position: absolute;
    bottom: 60px;
    left: 35px;
    padding-right: 35px;
    color: #FFF;
    margin: 0;
    text-shadow: 1px 1px 2px black, 0 0 1em black; /* Параметры тени */
    text-transform: none;
}

.newsMetaBlock {

    font-size: 11px;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 26px;
    left: 35px;
    color: #fff;
}

.newsMetaBlock img {
    float: left;
    margin-right: 9px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30px;
}

.newsMetaBlock > div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 9px;
}

.newsMetaBlock a {
    color: #fff;
    float: left;
}

.newsAuthor {
}

.newsAuthor a:hover, .newsAuthor a:visited {
    color: #f7c313;
}

.newsName {
    font-size: 12px;
}

.newsDate {
    /* background: url(../img/dot.png) 0 7px no-repeat;*/
}

.newsPrefix {
    background: #f7c313;
    color: #36312e;
    font-size: 10px;
    padding: 5px 8px;
    margin: 0 5px 5px 3px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.newsViews {
    margin: 5px 11px 0 24px;
}

.newsViews span {
    background: url(/img/sprite.png) 0px -8px no-repeat;
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-right: 2px;
}

.newsComments span {
    background: url(/img/sprite.png) -15px 0 no-repeat;
    display: inline-block;
    width: 14px;
    height: 11px;
    margin: 0 3px -3px 0;
}

.newsPublisher {
    display: none;
}

.newsText {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

.newsText img {
    max-width: 100%;
    height: auto !important;
}

.subscribe_photo_text, figcaption {
    color: #9c9c9c;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.newsText p {
    margin: 0 0 20px;
}

.newsHolderContainer .publishing {
    margin-bottom: 30px;
    box-shadow: none;
    height: 330px;
    overflow: hidden;
}

.newsHeading {
    font-weight: 500;
    font-size: 17px;
    padding: 0 0 20px 0;
}

.newsText p a, .read a {
    color: #4d7bd6;
    text-decoration: none;
}

.read {
    background: #f7f7f7;
    padding: 6px 16px 8px;
    margin: -7px 0 15px;
}

.newsText b {
    font-weight: 500;
}

.read a {
    font-style: italic;
}

.newsPortrait {
    display: block;
    position: relative;
    width: 630px;
    height: 364px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    margin-bottom: 20px;
    background: black;
}

.newsPortrait img {
    position: absolute;
    top: 0;
    left: 0;
}

.newsPortrait:hover img {
    opacity: 0.8;
}

.newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.newsPortrait span.portraitGradient {
    background: -moz-linear-gradient(to top, #151515, transparent 50%);
    background: -webkit-linear-gradient(to top, #151515, transparent 50%);
    background: -o-linear-gradient(to top, #151515, transparent 50%);
    background: linear-gradient(to top, #151515, transparent 50%);
}

.newsPortrait:hover span.portraitGradientHover {
    opacity: 1;
}

.portraitArrow {
    background: url(../img/newsSlider.png) -9px 0 no-repeat;
    background-size: 56px auto;
    width: 38px;
    height: 40px;
    display: block;
    position: absolute;
    top: 45%;
    right: 2%;
}

.newsSignature {
    position: relative;
    display: table-cell;
    height: 356px;
    padding: 0 15px;
    vertical-align: bottom;
    color: #fff;
}

.newsSlider {
    display: none;
}

.tags {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 19px;
}

.tags a {
    color: #b2b2b2;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #f2f2f2;
    float: left;
    padding: 5px 9px 6px;
    margin: 0 9px 10px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tags a.tag {
    color: #b2b2b2;
    border: 2px solid #f2f2f2;
}

.tags a.theme {
    color: #bbb;
    background-color: #eee;
    border: 2px solid #ccc;
}


.share {
    display: inline-block;
    padding: 0 0 10px 0;
}

.share ul {
    list-style: none;

}

.share ul li {
    float: left;
    padding-right: 10px;
}

.share ul li a{ color: #808282; }


.publishing .photoreports a {
    color: #222222;
}

.publishing .photoreports {
    margin: 0;
}

.register {
    width: 317px;
    display: none;
    background: white;
    text-align: left;
    padding: 17px 0 23px;
    white-space: normal;
}

.tos-wrapper .register {
    display: block;
}

.register h3 {
    width: 277px;
    margin: 0 auto 18px;
}

.register .share {
    border-top: 2px solid #ebebeb;
    padding: 20px 20px 0;
    margin-bottom: 9px;
}

.register .share a {
    margin: 14px 0 0;
    height: 31px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.register .share a:first-child {
    margin: 0;
}

.register .shareSocial {
    margin: 8px 0 0 19px;
}

.register .shareText {
    float: none;
    display: inline-block;
    margin: 5px 0 0;
}

.register .share a:nth-child(3) .shareSocial {
    margin-top: 7px;
}

.register .othersDay {
    width: 277px;
    margin: 0 auto 12px;
}

.register .othersDay div {
    border-width: 1px;
}

.register .othersDay p {
    background: white;
}

.register form {
    margin-bottom: 18px;
}

.register form div {
    width: 277px;
    margin: 0 auto 17px;
}

.register div > input {
    padding: 6px 5px 9px 10px;
    margin: 0 0 7px;
    color: #333333;
    border: 1px solid #dddddd;
    font: 13px 'Open Sans';
    width: 260px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.register div > input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register div > input::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register div > input:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.register form div a, .getRegister a {
    color: #ed4400;
    text-decoration: none;
}

.register form div a {
    float: right;
    font-size: 13px;
    margin-top: 6px;
}

.register form p {
    margin: 15px 0 0;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 14px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label span {
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 7px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: #333333;
}

.register form > input {
    font-weight: 500;
    color: white;
    background: #b2b2b2;
    margin: 0;
    padding: 11px 0 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    font: 14px 'Open Sans';
    text-transform: uppercase;
}

.getRegister {
    color: #222222;
    font-size: 13px;
    text-align: center;
}

.registerText {
    color: #222222;
    border-top: 2px solid #ebebeb;
    font-size: 13px;
    line-height: 19px;
    width: 277px;
    margin: 0 auto 16px;
    padding-top: 16px;
}

.innerBlock .analiticBody {
    /* margin-bottom: 18px; */
}

.innerBlock .analiticBody section:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

.analiticTitle {
    margin: 0;
    font-weight: 600;
}

.analiticTitle a {
    color: #333333;
    text-decoration: none;
}

ul.pagination {
    display: block;
    font-weight: 500;
    color: #333333;
   /* font-size: 16px;*/
    text-align: center;
    margin: 0px auto;
    padding-bottom: 40px;
    line-height: 31px;
    border-bottom: 2px solid #f7f7f7;
}


li.page-item {
    float: left;
    color: #333333;
    text-decoration: none;
    margin: 0px;
    min-width: 31px;
    list-style: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 2px solid #fff;
}


li.active {
    color: #4c79db;
    border-color: #f1592f;

}


a.page-link {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    margin: 0 5px;
}




.textPage .banner {
    display: none;
}

.newsText h1 {
    font-size: 31px;
    margin-bottom: 30px;
}

.newsText > img {
    width: 100%;
}

.interviewPage #leftMenu {
    padding-top: 28px;
}

.interviewPage .leftMenuBody {
    margin-top: 18px;
}

.leftLogo img {
    width: 100%;
}

.leftLogo p {
    margin: 30px 5px -10px;
    color: #2954d4;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

.interviewPage #header {
    background: none !important;
    position: fixed;
    /*
    z-index: 119;
    */
}

.interviewPage .topLine {
    background: none;
    padding: 0;
}

.interviewPage .topLineBody {
    width: auto;
}

.interviewPage .mobileButton {
    float: none;
    margin: 21px 0 0 40px;
    position: relative;
}

.interviewPage .mobileButton, .interviewPage .mobileButton span {
    border-color: #000;
}

.interviewPage #content {
    padding: 0;
}

.firstPicture {
    position: relative;
    text-align: center;
    color: white;
    padding-bottom: 56%;
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.firstPicture div {
    position: relative;
}

.firstTitle {
    font-weight: 500;
    font-size: 40px;
    display: table;
    margin: 0 auto;
    position: absolute !important;
    width: 100%;
    text-align: center;
    bottom: 80px;
    padding: 0 50px !important;
    box-sizing: border-box;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.firstClarification {
    font-size: 21px;
    font-weight: 500;
}

.firstPicture div.firstDate {
    bottom: 36px;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 11px;
}

.firstViews {
    margin-left: 21px;
}

.firstViews span {
    background: url(../img/sprite.png) no-repeat;
    height: 10px;
    width: 16px;
    display: inline-block;
    margin: 0 5px -1px 0;
    background-size: 106px auto;
}

.socialBlock {
    color: #ababab;
    font-size: 12px;
    /*
    z-index: 109;
    */
    opacity: 0.9;
    margin-left: 970px;
}

.socialBlockSimple {
    margin: 0 auto;
    width: 100%;
    color: #ababab;
    font-size: 12px;
    padding: 0 0 50px 0;
    display: none;
}

.socialBlockSimple ul {
    width: 289px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.socialBlockSimple li:first-child {
    margin: 0;
}

.socialBlockSimple li {
    margin: 0 0 0 15px;
    float: left;
    width: 86px;
}

/* sticky options */

.stickyContainer #sharedFixed {
    font-size: 20px;
}

.stickyContainer #sharedFixed ul li {
    list-style: none;
    width: 100px;
}

.stickyContainer #sharedFixed ul {
    margin: 0;
    padding: 0;
}

#sharedFixed i.fa-facebook {
    color: #3b5999;
}

#sharedFixed i.fa-twitter {
    color: #1da1f3;
}

#sharedFixed i.fa-google-plus {
    color: #ce201f;
}

#sharedFixed i.fa-telegram {
    color: #0088cc;
}

.socialBlockFixed {
    position: fixed;
    top: 20px;
    width: 70px;
}

.socialBlockStatic {
    position: absolute;
    top: 20px;
}

.interviewText {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    width: 689px;
    margin: 40px 0 70px 134px;
}

.interviewText > p {
    margin: 0 0 26px;
}

.interviewText p a {
    color: #ed4400;
    text-decoration: none;
}

.interviewText p.bigFont {
    font-size: 23px;
    line-height: 39px;
    margin-bottom: 49px;
}

.interviewText b {
    font-weight: 500;
}

.italicSection {
    padding-top: 4px;
    text-align: center;
    font: italic 22px/39px 'PT Serif';
}

.italicSection div {
    border-top: 2px solid #f1f1f1;
    width: 151px;
    margin: 0 auto 35px;
}

.italicSection p {
    margin: 0 0 17px;
}

.italicSection div:last-child {
    margin-top: 39px;
}

.picturePack {
    overflow: hidden;
    padding: 0 0 0;
    width: 970px;
    margin: 0 auto 58px;
}

.pictureBig {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 50px;
}

.picturePack img {
    float: left;
}

.picturePack img:nth-child(1) {
    margin-right: 30px;
}

.picturePack img:nth-child(2) {
    margin-bottom: 25px;
}

.leftSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: left;
    width: 310px;
    margin: 6px 0 20px 0;
}

.leftSection div {
    border-top: 2px solid #ed4400;
    width: 100px;
}

.leftSection p {
    margin: 11px 0 0;
}

.rightSection {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    float: right;
    width: 310px;
    margin: 6px -101px 20px 59px;
}

.rightSection div {
    border-top: 2px solid #ed4400;
    width: 100px;
}

.rightSection p {
    margin: 11px 0 0;
}

.quotations {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    width: 612px;
    margin: 44px auto 43px;
}

.quotations dl {
    margin: 0;
    width: 147px;
    float: left;
}

.quotations dl:nth-child(2) {
    margin: 0 85px;
}

.quotations dt {
    font-weight: 500;
}

.quotations dt div {
    padding-top: 6px;
}

.quotations dd {
    margin: 1px 0 0;
    font-style: italic;
}

.interviewBlock > img {
    margin-bottom: 52px;
}

#extended {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 82%;
    margin: 0 9%;
}

.tos-wrapper #extended {
    display: block;
}

.searchDiv {
    position: relative;
    margin-bottom: 15px;
}

.searchDiv input[type='submit'] {
    background: #f1592f url(../img/extended.png) 14px 13px no-repeat;
    margin: 0;
    padding: 0;
    border: none;
    width: 42px;
    height: 42px;
    background-size: 15px auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.searchDiv input[type='text'] {
  /*  height: 21px;*/
    width: 97%;
    margin: 0;
    padding: 10px 0 11px 21px;
    color: #333333;
    font: 16px/21px 'Open Sans';
    border: none;
    background: white;
    display: block;
}

.searchDiv input[type='text']::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.searchDiv input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.searchDiv input[type='text']:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.extendedAncor {
    float: right;
    color: #fefefe;
    font-size: 13px;
    margin: 18px 0 0 0;
}

.extendedClose {
    display: none;
}

.searchClose .extendedClose {
    display: block;
}

.searchClose .extendedOpen {
    display: none;
}

.calendarBlock {
    /* opacity: 0;*/
    display: none;
}

.rubrics {
    float: left;
    margin-right: 65px;
}

.selectbox {
    text-align: left;
    cursor: pointer;
}

.select {
    background: #f1592f;
    color: white;
    width: 173px;
}

.trigger {
    background: url(../img/sprite.png) -99px 0 no-repeat;
    position: absolute;
    display: block;
    right: 11px;
}

.dropdown {
    background: white;
    color: #9c9c9c;
    overflow-y: hidden !important;
}

.dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown li {
    margin: 0;
    width: 173px;
}

.dropdown li:hover {
    background: #fbfbfb;
}

.sel {
    background: #f0f0f0;
}

.rubrics .selectbox {
    font-size: 16px;
    line-height: 18px;
}

.rubrics .select, .rubrics li {
    padding: 10px 5px 14px 22px;
}

.rubrics .trigger {
    width: 15px;
    height: 10px;
    top: 16px;
}

.popup_calendar_wrap * {
    box-sizing: border-box;
}

.popup_calendar_wrap .dropdown {
    top: 42px;
}

.popup_calendar_wrap .selectbox {
    font-size: 13px;
    line-height: 14px;
}

.popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
    padding: 5px 5px 8px 11px;
}

.popup_calendar_wrap .trigger {
    background-size: 100px auto;
    background-position: -76px 0;
    height: 8px;
    width: 11px;
    top: 10px;
}

.popup_calendar_wrap .dropdown {
    top: 27px;
}

.select_date_wrap {
    color: #9c9c9c;
    float: left;
}

.select_date_wrap > div {
    float: left;
}

.select_date_wrap .select_title {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 16px;
    margin: 12px 10px 0 0;
    text-transform: uppercase
}

.select_date_wrap .date {
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    padding: 12px 21px 14px 36px;
    position: relative;
    background: white;
}

.date div {
    background: url(../img/sprite.png) -114px 0 no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 12px;
}

.clicked {
    color: #4c79db;
}

.dash {
    margin: 8px 10px 0;
}

.popup_calendar_wrap {
    clear: both;
    position: relative
}

.popup_calendar {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .11);
    display: none;
    left: 50%;
    margin-left: -280px;
    padding: 30px;
    position: absolute;
    top: 17px;
    width: 560px;

}

.popup_calendar .selectbox {
    margin: 0 10px 10px 0
}

.calendar {
    clear: both;
    font-size: 13px;
    line-height: 15px;
    text-align: center
}

.calendar .day_name {
    border-bottom: 1px solid #9c9c9c;
    color: #9c9c9c;
    overflow: hidden;
    padding: 10px 0
}

.calendar .day_name > div {
    float: left;
    width: 7.143%
}

.calendar .day_name .sunday {
    color: #4c79db;
}

.calendar .day {
    color: #ccc;
    overflow: hidden;
    padding: 3px 0
}

.calendar .day > div {
    float: left;
    padding: 6px;
    width: 7.143%
}

.calendar .day a {
    color: #666666
}

.calendar .day .today {
    padding: 0
}

.calendar .day .today span {
    background-color: #4c79db;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    margin: auto;
    width: 27px
}

.calendar .day .no_anons {
    color: #999
}

.calendar.big .day > div, .calendar.big .day_name > div {
    width: 4.762%
}

@media screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    #wrapper, .greyLine div {
        max-width: 1255px;
        width: 100%;
    }

    #leftMenu {
        margin-left: 12px;
    }

    #container {
        margin-left: 174px;
    }

    .topAnons a {
        width: 33.33%;
        max-width: 360px;
    }
}

@media screen and (max-width: 1245px), only screen and (max-device-width: 1245px) {
    .topAnons a {
        height: 222px;
    }

    .anonText {
        height: 202px;
    }

    .topAnons a.anonBig {
        height: 444px;
    }

    .anonBig .anonText {
        height: 424px;
    }

    .socialBlock {
        margin-left: 894px;
    }
}

@media screen and (max-width: 1024px) {
    .social { /*width: -webkit-fill-available; */
    }
}

@media screen and (max-width: 1200px) {
    .design {
        display: none !important;
    }

    br {
        display: none !important;
    }
}

@media screen and (max-width: 1165px), only screen and (max-device-width: 1165px) {
    #wrapper {
        width: auto;
    }

    #leftMenu {
        display: none;
    }

    #container {
        width: auto;
        float: none;
        margin: 0;
    }

    .topLine {
        padding: 0;
    }

    /*   .topLineBody {margin: 0 auto; width: 970px; position: relative;}*/
    .mobileButton {
        display: block;
    }

    /*.language ul {top: 31px; right: -17px;}*/
    .topAnons {
        width: 970px;
        margin: 0 auto 25px;
    }

    .topAnons a {
        width: 320px;
        height: 213px;
    }

    .anonText {
        height: 193px;
    }

    .topAnons a.anonBig {
        height: 426px;
    }

    .anonBig .anonText {
        height: 406px;
    }

    .logo {
        width: 970px;
        margin: 0 auto;
    }

    .logo p {
        right: 0 !important;
    }

    .firstPicture, .interviewBlock > img {
        width: 100%;
    }

    .socialBlock {
        margin-left: 970px
    }

    .interviewPage #mobileMenu {
        top: 0;
        padding-top: 23px;
    }

    .rubrics {
        margin: 0 0 10px;
    }

    .select_date_wrap {
        clear: left;
    }
}

@media (min-width: 990px) and (max-width: 1060px) {
    .socialBlock {
        margin-left: 915px
    }
}

@media screen and (max-width: 990px), only screen and (max-device-width: 990px) {
    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3), .bxPager li:nth-child(4), .bxPager li:nth-child(5), .pressBanner, .youtube div {
        display: none;
    }

    .youtube div {
        display: block;
    }

    /* .topLineBody {width: 820px;} */
    .logo {
        width: 820px;
        margin: 0 auto;
    }

    .logo p {
        right: 0;
    }

    .topAnons {
        width: 820px;
    }

    .topAnons a {
        width: 273px;
        height: 182px;
    }

    .anonText {
        height: 162px;
    }

    .topAnons a.anonBig {
        height: 364px;
    }

    .anonBig .anonText {
        height: 344px;
    }

    .infoBlock {
        width: 840px;
    }

    .sliderMenu dd {
        width: 840px
    }

    .sliderMenu .bx-viewport {
        width: 660px !important;
    }

    .others {
        margin-right: 20px;
        width: 260px;
    }

    .others > div {
        width: 260px;
    }

    .right,
    .right .others,
    .right .others > div {
        width: 301px;
    }

    .analitic {
        margin-left: 280px;
    }

    .analiticBody section {
        width: 260px;
        overflow: hidden;
        margin-left: 20px;
    }

    .analiticBody section > a {
        width: 100%;
    }

    .interview {
        width: 260px;
    }

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

    .twitterPic {
        width: 260px;
        height: 577px;
    }

    .projects, .projects li, .projects ul img {
        width: 260px;
        height: 217px;
    }

    .googleCompanion {
        margin: 44px 20px 0;
    }

    .googlePic {
        width: 260px;
    }

    .partner {
        width: 220px;
    }

    .photoVideo > div {
        width: 820px;
    }

    .topVideoFrame {
        width: 502px;
        height: 293px;
    }

    .topPlayer {
        width: 502px;
    }

    .videoBlocks dl, .photoreports div {
        width: 190px;
    }

    .videoBlocks dt img, .photoreports img {
        width: 100%;
    }

    .publicBlock {
        width: 820px;
    }

    .redactionChoose {
        margin-right: 20px;
    }

    .redactionChoose {
        width: 540px; /*height: 303px;*/
    }

    .redactionChoose > img {
        width: 100%;
    }

    /*.redactionTitle {height: 261px;}*/
    .platformBlocks dl {
        width: 260px;
        margin-left: 20px;
    }

    .platformBlocks dt img {
        width: 100%;
    }

    .dayPhoto > div {
        width: 820px;
    }

    .dayPhoto img {
        width: 100%;
    }

    .pressCenter > div {
        width: 820px;
    }

    .bxPager {
        width: 279px;
    }

    .pressCenter .bxPager {
        height: 334px;
    }

    .pressBottom {
        width: 819px;
    }

    .pressAnons li {
        width: 273px !important;
    }

    #footer {
        width: 820px;
    }

    .design {
        margin: 0;
    }

    .innerBlock {
        width: 820px;
    }

    .banner img {
        width: 260px;
    }

    .rest, .restList {
        width: 500px;
    }

    .rest img {
        width: 500px;
    }

    .restList dd > a {
        width: 125px !important;
    }

    .restText {
        margin-left: 140px !important;
    }

    .actual > div, .publishing > div {
        width: 820px;
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 500px;
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 292px;
    }

    .otherNews .bxPager {
        width: 500px;
    }

    .otherNews .bxPager li {
        padding: 0 5px 25px;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 500px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 300px !important;
    }

    .votingForm {
        width: 260px;
    }

    .votingForm div {
        margin: 0 10px 13px;
    }

    .news, .newsImage, .newsPortrait img {
        width: 500px;
    }

    .newsTitle {
        font-size: 24px;
        line-height: 36px;
    }

    .newsSignature {
        height: 303px;
    }

    .commentaryForm textarea {
        width: 448px;
    }

    .interviewText {
        margin: 40px auto 70px;
    }

    .picturePack {
        width: 820px;
    }

    .picturePack img {
        width: 395px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 21px;
    }

    .rightSection {
        margin-right: -65px;
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit;
        background-position: center;
    }

    .pictureBig {
        height: 500px;
        background-attachment: inherit;
        background-position: center;
    }

    .socialBlock {
        margin-left: 850px;
    }
}

@media (min-width: 840px) and (max-width: 950px) {
    .socialBlock {
        margin-left: 815px;
    }
}

@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {

    .topAnons a:nth-child(4), .topAnons a:nth-child(5), .videoBlocks dl:nth-child(5), .photoreports div:nth-child(4) {
        display: none;
    }

    .othersBody div:nth-child(9), .othersBody div:nth-child(10), .othersBody div:nth-child(11), .othersBody div:nth-child(12), .partnerBody div:nth-child(3) {
        display: block;
    }

    /*.topLineBody {width: 720px;}*/
    .logo {
        width: 720px;
        margin: 0 auto;
    }

    .logo p {
        right: 0;
    }

    .topAnons {
        width: 720px;
    }

    .topAnons a {
        width: 360px;
        height: 240px;
    }

    .anonText {
        height: 220px;
    }

    .topAnons a.anonBig {
        height: 480px;
    }

    .anonBig .anonText {
        height: 460px;
    }

    .infoBlock {
        width: 680px;
    }

    .sliderMenu dd {
        width: 700px;
    }

    .sliderMenu .bx-viewport {
        width: 500px !important;
    }

    .others {
        margin-right: 20px;
        width: 330px;
    }

    .others > div {
        width: 330px;
    }

    .analitic {
        margin-left: 350px;
    }

    .analiticBody section, .analiticBody section > a, .analitic .more {
        width: 330px;
    }

    .analiticBody section {
        margin: 0 0 26px;
    }

    .analiticBody section > a {
        font-size: 14px;
    }

    .analiticBody img {
        width: 100%;
    }

    .interview {
        width: 330px;
    }

    .twitterPic {
        width: 330px;
        height: 537px;
    }

    .twitter {
        width: 330px;
    }

    .twitter iframe {
        width: 330px !important;
        max-width: 330px !important;
        height: 600px !important;
    }

    .connective, .projectsPartner {
        display: table;
    }

    .googleCompanion {
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin: 44px 0 0 20px;
    }

    .googlePic {
        width: auto;
    }

    .projects, .projects li, .projects ul img {
        width: 330px;
        height: 280px;
    }

    .projectsBlock {
        margin-bottom: 33px;
    }

    .projectText {
        line-height: 280px;
    }

    .partner, .videoName {
        width: auto;
    }

    .partner > div {
        border: none;
        padding-top: 0;
    }

    .partnerBody {
        overflow: hidden;
    }

    .partnerBody div {
        float: left;
        width: 220px;
        margin-left: 10px;
    }

    .partnerBody div:first-child {
        margin-left: 0;
    }

    .photoVideo > div {
        width: 680px;
    }

    .topVideoFrame {
        width: 680px;
        height: 382px;
    }

    .topPlayer {
        width: 100%;
    }

    .video_ads {
        display: none;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 680px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .videoBlocks dl, .photoreports div {
        width: 213px;
    }

    .photoVideo .more {
        width: auto;
        margin: 0;
    }

    .publicBlock {
        width: 680px;
    }

    .platform, .platformBlocks {
        overflow: visible;
    }

    .redactionChoose {
        float: none;
        display: block;
        margin: 0 0 29px;
        width: 680px;
    }

    .redactionTitle {
        padding-right: 170px;
    }

    .redactionChoose span.redactionAuthor {
        bottom: 14px;
        right: 20px;
    }

    .platform .platformBlocks {
        float: left;
        overflow: visible;
        margin-right: 20px;
    }

    .platform + .platformBlocks {
        width: auto;
    }

    .platformBlocks dl {
        margin: 0 0 25px;
        width: 330px;
    }

    .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 20px;
    }

    .dayPhoto > div {
        width: 680px;
    }

    .pressCenter > div {
        width: 680px;
    }

    .bxPager {
        float: none;
        overflow: hidden;
        width: auto;
        border: none;
        height: auto;
        margin: 0;
    }

    .pressCenter .bxPager {
        height: auto;
    }

    .bxPager li {
        width: 226px;
        display: table-cell;
        margin: 0;
    }

    .bxPager a.active {
        border-left: none;
        border: 0;
    }

    .pressBottom {
        width: 678px;
    }

    .pressAnons li {
        width: 226px !important;
    }

    .pressAnons .bx-controls {
        width: 64px;
    }

    #footer {
        width: 680px;
        padding-top: 26px;
    }

    .footerMenu {
        margin: 0 176px 16px 0;
    }

    .footerMenu div {
        width: 155px;
    }

    .footerCarte {
        float: none;
        margin: 0;
    }

    #footer .footerSocial + p {
        clear: both;
        border-top: 1px solid #e5e5e5;
        padding-top: 24px;
        margin-right: 21px;
    }

    .innerBlock {
        width: 680px;
    }

    .banner {
        display: none;
    }

    .right {
        float: none;
        overflow: hidden;
        padding-top: 43px;
    }

    .projectsTitle {
        display: block;
    }

    .right .projects {
        float: left;
        margin: 0 20px 0 0;
    }

    .rest, .restList {
        width: auto;
    }

    .rest img, .newsImage, .newsPortrait img {
        width: 100%;
    }

    .restList .more {
        width: auto;
    }

    .actual > div, .publishing > div {
        width: 680px;
    }

    .actual .analiticBody section:nth-child(2n+1), .publishing .analiticBody section:nth-child(2n+1) {
        margin-right: 20px;
    }

    .right .others {
        float: left !important;
        margin-right: 20px;
    }

    .banner720 {
        display: block;
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px;
        margin-top: 20px;
    }

    .banner720 img {
        width: auto;
        display: block;
    }

    .right .othersBody div:nth-child(7), .right .othersBody div:nth-child(8), .right .othersBody div:nth-child(9), .right .othersBody div:nth-child(10), .right .othersBody div:nth-child(11), .right .othersBody div:nth-child(12) {
        display: none;
    }

    .right {
        width: 680px;
        margin: 0 auto 28px;
    }

    .right > div {
        float: right;
        margin-top: 62px;
    }

    .right {
        display: none;
    }

    .right > div.socialBlockSlide:nth-child(1) {
        display: block;
    }

    .right .googleCompanion720 {
        display: block;
        margin-top: 13px;
    }

    .rubricPicture, .newsPicture, .newsPortrait {
        width: 100%;
    }

    .rubricText {
        padding: 0 10px 0 52px;
        height: 367px;
    }

    .otherNews .bxPager, .otherNews .bxPager li {
        width: auto;
    }

    .otherNews .bxPager a, .otherNews .bxPager a.active {
        padding: 0 !important;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 680px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .news {
        width: auto;
    }

    .news div.banner-video {
        display: none;
    }

    .news .analiticBody {
        margin-bottom: 0;
    }

    .news .analiticBody section {
        margin-bottom: 0;
    }

    .newsSignature {
        height: 383px;
    }

    .commentaryForm textarea {
        width: 588px;
    }

    .newsPage .publishing {
        margin-bottom: 34px;
    }

    .newsPage .banner {
        display: block;
    }

    .votingForm {
        float: left;
        margin-bottom: 20px;
        width: 330px;
    }

    .votingForm div {
        margin: 0 22px 20px 30px;
    }

    .newsPage .banner {
        border: 1px solid #e8e8e8;
        float: left;
        padding: 14px;
    }

    .newsPage .banner img {
        width: auto;
        display: block;
    }

    .innerBlock .analiticBody section:nth-child(3n+1) {
        clear: none;
    }

    .innerBlock .analiticBody section:nth-child(2n+1) {
        margin: 0 20px 26px 0;
    }

    .textPage .right {
        border-top: 1px solid #f2f2f2;
        padding-top: 32px;
        margin: 32px 0 0;
    }

    .textPage .banner {
        display: block;
        float: left;
        border: 1px solid #e8e8e8;
        padding: 14px;
        margin-top: 18px;
    }

    .textPage .banner img {
        width: auto;
        display: block;
    }

    .pictureBig {
        height: 500px;
    }

    .firstTitle {
        font-size: 31px;
        padding: 0;
    }

    .firstClarification {
        font-size: 17px;
    }

    .firstPicture div.firstDate {
        bottom: 22px;
    }

    .socialBlock {
        margin-left: 0;
        width: 100%;
        padding: 15px 0;
        opacity: 1;
    }

    .socialBlock ul {
        width: 289px;
        margin: 0 auto;
        overflow: hidden;
    }

    .socialBlock li {
        margin: 0 0 0 15px;
        float: left;
        width: 86px;
    }

    .socialBlock li:first-child {
        margin: 0;
    }

    .socialBlockFixed {
        top: 0 !important;
    }

    .socialBlock + .interviewText {
        padding-top: 66px;
    }

    .socialBlockStatic {
        top: 10px !important;
    }

    .interviewText p.bigFont {
        font-size: 19px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .picturePack {
        width: 720px;
    }

    .picturePack img {
        width: 350px;
    }

    .picturePack img:nth-child(1) {
        margin-right: 20px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 19px;
    }

    .rightSection {
        font-size: 18px;
        line-height: 26px;
        width: 252px;
        margin: 6px 68px 84px 61px;
    }

    .rightSection p {
        margin-top: 13px;
    }

    .stickyContainer #sharedFixed ul li {
        width: 50px;
        padding-bottom: 10px;
    }

    .stickyContainer #sharedFixed ul {
        margin: 0 auto;
    }

    #extended form input[type="text"] {
        width: 91%;
    }
}

@media screen and (max-width: 760px), only screen and (max-device-width: 760px) {
    #some-element {
        display: none;
    }
}

@media screen and (max-width: 745px), only screen and (max-device-width: 745px) {
    /*.topLineBody {width: 680px;}*/
}

@media screen and (max-width: 740px), only screen and (max-device-width: 740px) {
    .interview dl:nth-child(6),
    .videoBlocks dl:nth-child(4),
    .photoreports div:nth-child(3) {
        display: none;
    }

    /* .topLineBody {width: 520px;}*/
    .logo {
        width: 520px;
        margin: 0 auto;
    }

    .logo p {
        display: none;
    }

    .topAnons {
        width: 520px;
    }

    .topAnons a {
        width: 260px;
        height: 190px;
    }

    .anonText {
        height: 175px;
    }

    .topAnons a.anonBig {
        height: 380px;
    }

    .anonBig .anonText {
        height: 365px;
    }

    .topAnons img {
        width: 110%;
    }

    .sliderMenu dd {
        width: 540px;
    }

    .sliderMenu .bx-viewport {
        width: 340px !important;
    }

    .infoBlock {
        width: 520px;
    }

    .others {
        margin: 0 12px 50px 0;
        width: 254px;
    }

    .others > div {
        width: 254px;
    }

    .analitic {
        margin-left: 266px;
    }

    /*    .analiticBody section, .analiticBody section > a, .analitic .more {width: 254px; height: auto;}*/
    .connective {
        clear: left;
    }

    .interview {
        width: 254px;
        margin-right: 12px;
    }

    .twitterPic {
        width: 254px;
        height: 474px;
    }

    .twitter {
        width: 254px;
    }

    .twitter iframe {
        width: 254px !important;
        max-width: 254px !important;
        height: 600px !important;
    }

    .projects, .projects li, .projects ul img {
        width: 208px;
        height: 252px;
    }

    .projectText {
        line-height: 259px;
        margin-top: 0;
        font-size: 14px;
    }

    .googleCompanion {
        border: none;
        padding: 0;
        margin-left: 12px;
    }

    .googlePic {
        width: 254px;
    }

    .partnerBody div {
        width: 166px;
    }

    .photoVideo > div {
        width: 520px;
    }

    .topVideoFrame {
        width: 520px;
        height: 292px;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video, .pressTabs {
        width: 520px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 378px !important;
    }

    .videoBlocks dl, .photoreports div {
        width: 254px;
        margin-left: 12px;
    }

    .publicBlock {
        width: 520px;
    }

    .redactionChoose {
        width: 520px;
    }

    .platform .platformBlocks, .platform + .platformBlocks dl:nth-child(2) {
        margin-right: 12px;
    }

    .platformBlocks dl {
        width: 254px;
    }

    .dayPhoto > div {
        width: 520px;
    }

    .pressCenter > div {
        width: 520px;
    }

    .pressBottom {
        width: 519px;
    }

    .pressAnons li {
        width: 173px !important;
    }

    #footer {
        width: 520px;
    }

    .footerMenu {
        margin-right: 15px;
    }

    .innerPage #header {
        background: #f7f7f7;
    }

    .innerBlock {
        width: 520px;
    }

    .right .projects {
        margin-right: 12px;
    }

    .actual > div, .publishing > div {
        width: 520px;
    }

    .actual .analiticBody section, .publishing .analiticBody section {
        margin-bottom: 11px;
    }

    .actual .analiticBody section:nth-child(2n+1), .publishing .analiticBody section:nth-child(2n+1) {
        margin-right: 12px;
    }

    .right .others {
        margin-right: 12px;
    }

    .banner720 {
        padding: 0;
        border: none;
        margin-top: 12px;
    }

    .banner720 img {
        width: 254px;
    }

    .rubricText {
        padding: 0 5px 0 53px;
        height: 286px;
    }

    .right {
        width: 520px;
        display: none;
    }

    .otherNews .bxPager li {
        height: 65px;
        padding: 0 1px 25px;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 520px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 289px !important;
    }

    .newsSignature {
        height: 292px;
    }

    .commentaryForm textarea {
        width: 428px;
    }

    .votingForm {
        width: 254px;
        margin-bottom: 12px;
    }

    .votingForm div {
        margin: 0 10px 13px;
    }

    .newsPage .banner {
        border: none;
        padding: 0;
    }

    .newsPage .banner img {
        width: 254px;
    }

    .innerBlock .analiticBody section:nth-child(2n+1) {
        margin-right: 12px;
    }

    .textPage .banner {
        padding: 0;
        border: none;
    }

    .textPage .banner img {
        width: 254px;
    }

    .interviewText, .picturePack {
        width: 520px;
    }

    .picturePack img {
        width: 255px;
    }

    .picturePack img:nth-child(1) {
        margin-right: 10px;
    }

    .picturePack img:nth-child(2) {
        margin-bottom: 14px;
    }

    .rightSection {
        margin: 6px 0 30px 30px;
    }

    .quotations {
        width: 492px;
    }

    .quotations dl:nth-child(2) {
        margin: 0 25px;
    }

    .popup_calendar {
        margin-left: -260px;
        width: 520px;
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .mainMenu, .logo p, .topAnons a:nth-child(2), .topAnons a:nth-child(3), .analitic .analiticBody section:nth-child(4), .others .othersDay, .othersDay + .othersBody, .twitter, .googleCompanion, .platformBlocks dl:nth-child(2), .platformBlocks dl:nth-child(3), .dayPhoto, .bxPager li:nth-child(2), .bxPager li:nth-child(3) {
        display: none;
    }

    .photoreports div:nth-child(3), .newMenu {
        display: block;
    }

    #mobileMenu {
        width: 320px;
        -webkit-box-shadow: 0 1px 3px 0 #e7e7e7;
        -moz-box-shadow: 0 1px 3px 0 #e7e7e7;
        box-shadow: 0 1px 3px 0 #e7e7e7;
    }

    #mobileMenu form div {
        width: 177px;
        margin: 0 0 0 95px;
    }

    #mobileMenu form input[type="text"] {
        float: right;
        width: 155px;
        font-size: 14px;
    }

    #mobileMenu .leftMenuBody {
        padding-left: 0;
        text-align: center;
        margin-top: 19px;
    }

    #mobileMenu .leftMenu {
        float: none;
        font-size: 13px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 6px;
        margin-bottom: 23px;
    }

    #mobileMenu .leftMenu li {
        margin-bottom: 15px;
    }

    #mobileMenu .greyMenu {
        padding: 0 0 10px;
        border-bottom: 1px solid #eaeaea;
    }

    #mobileMenu .greyMenu li {
        margin-bottom: 15px;
    }

    #mobileMenu .social {
        margin: 0 auto;
        width: 167px;
        border: none;
        padding: 6px 0 25px;
    }

    .logo {
        width: auto;
    }

    .logo a img {
        width: 218px;
    }

    .topAnons {
        margin-bottom: 17px;
    }

    .topAnons, .topAnons a.anonBig {
        width: 320px;
    }

    .topAnons img {
        width: 100%; /*height: 185%;*/
    }

    .anonBig .anonTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .infoBlock {
        width: 90%;
    }

    .sliderMenu {
        margin-bottom: 23px;
        font-weight: 500;
        position: relative;
    }

    .sliderMenu dt {
        font-size: 15px;
        line-height: 24px;
        padding: 7px 0 12px 16px;
        float: none;
    }

    .sliderMenu dd { /*width: 290px;*/
    }

    .sliderMenu .bx-wrapper {
        font-size: 15px;
        line-height: 24px;
        overflow: visible;
    }

    .sliderMenu .bx-wrapper .bx-viewport {
        width: 100%;
        left: 0;
        height: 180px !important;
    }

    .sliderMenu .bx-wrapper li {
        background-position: 15px 19px;
        padding: 6px 10px 6px 23px;
    }

    .sliderMenu .bx-wrapper li a {
        display: inline;
        height: auto;
    }

    .sliderMenu .bx-controls {
        float: none;
        position: absolute;
        right: 0;
        top: -43px;
        width: 100%;
        padding: 8px 16px 10px 0;
    }

    .sliderMenu .bx-controls-direction a.bx-next {
        margin-left: 25px;
    }

    .sliderMenu .bx-controls-direction a.disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    .sliderMenu .bx-controls-direction {
        float: right;
    }

    .others {
        margin: 0 0 23px;
        width: 100%;
    }

    .others > div {
        width: auto;
    }

    .othersBody {
        font-size: 14px;
        line-height: 25px;
    }

    .othersBody div a .otherTime {
        font-size: 14px;
    }

    .othersBody div a .othersPrefix {
        font-size: 12px;
        padding: 2px 6px;
    }

    .analitic {
        margin: 0 0 36px;
    }

    .interview {
        width: auto;
        margin: 0;
    }

    .projectsBlock {
        margin-bottom: 23px;
    }

    .projects, .projects li, .projects ul img {
        width: 290px;
        height: 246px;
        margin: auto;
    }

    .projectText {
        line-height: 246px;
    }

    .partnerBody {
        margin-bottom: 18px;
    }

    .partnerBody div {
        margin: 0 0 16px;
        float: none;
        width: auto;
        line-height: 24px;
    }

    .partnerBody p {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .partnerBody a {
        font-size: 16px;
    }

    .photoVideo {
        padding: 23px 0 40px;
    }

    .photoVideo > div {
        width: 290px;
    }

    .topVideoFrame {
        width: 290px;
        height: 163px;
    }

    .youtubeNormal {
        display: none;
    }

    .youtube320 {
        display: inline;
    }

    .photoVideo h2 {
        margin-bottom: 33px;
    }

    .topVideo, .jp-video-270p, .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        width: 290px !important;
    }

    .jp-video-270p .jp-jplayer, .jp-video-270p .jp-jplayer img, .jp-video-270p .jp-jplayer video {
        height: 161px !important;
    }

    .pressTabs {
        width: 288px !important;
    }

    .pressTabs ul {
        margin-left: -1px;
    }

    .topVideo {
        min-height: 0;
        padding-bottom: 21px;
        margin-bottom: 18px;
    }

    .jp-video-270p {
        margin-bottom: 9px;
    }

    .jp-video-play-icon {
        top: 67%;
        left: 39%;
    }

    .jp-controls button.jp-stop, .jp-toggles button.jp-repeat {
        display: none;
    }

    .jp-volume-controls {
        left: 54px;
    }

    .jp-video .jp-toggles {
        width: 53px;
    }

    .jp-duration {
        right: 13px;
    }

    .slash {
        right: 78px;
    }

    .jp-current-time {
        right: 52px;
    }

    .videoName {
        font-size: 17px;
        line-height: 27px;
    }

    .videoInfo {
        font-size: 13px;
    }

    .videoBlocks {
        padding: 0;
    }

    .videoBlocks h2 {
        margin-bottom: 13px;
    }

    .videoBlocks dl, .photoreports div {
        width: 100%;
        margin: 0;
    }

    .videoBlocks dl {
        margin-bottom: 32px;
    }

    .videoBlocks dd {
        margin-top: 10px;
    }

    .videoBlocks dt span {
        top: 72px;
        left: 120px;
    }

    .videoBlocks dd p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .videoBlocks dd div {
        font-size: 13px;
    }

    .videoBlocks + h2 {
        margin-bottom: 14px;
    }

    .photoreports {
        line-height: 23px;
        margin-bottom: 8px;
    }

    .photoreports div {
        margin-bottom: 26px;
    }

    .photoreports a {
        font-size: 15px;
    }

    .photoreports img {
        margin-bottom: 12px;
    }

    .photoreports p {
        font-size: 13px;
        margin-top: 7px;
    }

    .publicBlock {
        width: 290px;
    }

    .redactionChoose {
        width: 290px;
        height: auto;
        margin-bottom: 36px;
        background: none;
    }

    .redactionChoose:hover > img {
        opacity: 1;
    }

    .redactionTitle span {
        color: #222222;
        text-shadow: none;
    }

    .redactionRed {
        margin: 5px 0 0 5px;
    }

    .redactionTitle {
        position: static !important;
        padding: 0;
        display: block;
        margin: 10px 0 0 0;
        font-size: 17px;
        line-height: 27px;
        height: auto;
    }

    .redactionChoose span.redactionGradient, .redactionChoose span.redactionGradientHover {
        display: none;
    }

    .redactionChoose span.redactionAuthor {
        position: static;
        overflow: hidden;
        display: block;
        margin: 10px 0 0 0;
    }

    .redactionName {
        color: #333333;
        font-size: 14px;
    }

    .platform .platformBlocks {
        margin: 0;
    }

    .platformBlocks dl {
        width: 290px;
        margin-bottom: 30px;
    }

    .pressCenter > div {
        width: 290px;
    }

    .bxPager {
        display: none;
    }

    .pressTabs {
        margin-bottom: 35px;
    }

    .pressTabs dt {
        font-size: 17px;
        line-height: 27px;
    }

    .pressTabs dd div {
        font-size: 14px;
    }

    .pressTabs dd p {
        font-size: 13px;
        line-height: 21px;
    }

    .pressTabs li img {
        width: 100%;
    }

    .pressTabs li {
        width: 290px !important;
    }

    .pressCenter .more {
        display: block;
    }

    .pressBottom {
        border: none;
        width: 290px;
        padding-top: 43px;
    }

    .pressAnons .bx-wrapper .bx-viewport {
        height: auto !important;
        padding: 0;
        margin-top: 38px;
    }

    .pressAnons ul {
        line-height: 24px;
    }

    .pressAnons li {
        width: 290px !important;
        margin-bottom: 13px;
    }

    .pressAnons li div {
        font-size: 13px;
    }

    .pressAnons li p {
        font-size: 15px;
        margin: -2px 0 0;
    }

    .pressAnons .bx-controls {
        width: 72px;
        top: -37px;
    }

    #footer {
        width: 290px;
        padding-bottom: 26px;
    }

    .footerMenu {
        margin: 0 0 10px;
        float: left;
        width: 145px;
        font-size: 14px;
    }

    .footerMenu div {
        margin: 0;
        width: 130px;
        padding-right: 8px;
    }

    .footerMenu div:first-child {
        min-height: 324px;
        margin-bottom: 25px;
    }

    .footerMenu p {
        margin-bottom: 14px;
    }

    .footerMenu li {
        margin-bottom: 15px;
    }

    .footerCarte {
        width: 130px;
        float: left;
        font-size: 14px;
        min-height: 324px;
        margin-bottom: 20px;
    }

    .footerCarte li {
        margin-bottom: 15px;
    }

    .footerSocial {
        display: block;
    }

    #footer > p {
        color: #262626;
    }

    .full {
        display: block;
    }

    h1 {
        font-size: 19px;
        margin: 10px 0 10px 0;
    }

    .newsPicture h1 {
        font-size: 19px;
    }

    .innerPage #content {
        padding-top: 10px;
    }

    .innerBlock {
        width: 90%;
        margin: 0 auto;
        padding: 8px 0 8px 0;
    }

    .rest dt {
        font-size: 17px;
        padding: 1px 4px 0 0;
        color: #ed4400;
    }

    .rest dd {
        margin: 0;
    }

    .rest dd div {
        font-size: 18px;
        line-height: 27px;
    }

    .rest dd p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 7px;
    }

    .rest > a {
        background: #FFF;
    }

    .restList article figure {
        width: 100%;
    }

    .restList article section {
        margin-left: 0px;
    }

    .restList article section time {
        /* display: none; */
    }

    .restText {
        margin: 6px 0 0 !important;
    }

    .restText div {
        text-indent: 42px;
    }

    .right .projects {
        margin: 0;
    }

    .actual > div, .publishing > div {
        width: 290px;
        position: relative;
        padding-top: 33px;
    }

    .analiticMenu {
        display: none;
    }

    .analiticMobile {
        display: block;
    }

    .actual .analiticBody section, .publishing .analiticBody section {
        margin: 0 0 19px !important;
        float: none;
    }

    .actual .analiticBody section:nth-child(5), .actual .analiticBody section:nth-child(6),
    .publishing .analiticBody section:nth-child(5), .publishing .analiticBody section:nth-child(6) {
        display: none;
    }

    .analiticBody section > a {
        margin: 0;
    }

    .innerBlock .analiticBody section:nth-child(2n+1) {
        margin: 0 0 26px 0;
    }

    .banner720 {
        display: none;
    }

    .rubricPicture {
        line-height: 27px;
        height: auto;
    }

    .rubricPicture img {
        position: static;
        margin-bottom: 5px;
    }

    .rubricPicture span.rubricGradient, .rubricPicture span.rubricGradientHover {
        display: none;
    }

    .rubricText {
        display: inline;
        padding: 0;
    }

    .rubricDate {
        color: #818181;
    }

    .rubricTitle {
        color: #222222;
        font-size: 18px;
    }

    .rubricTitle:hover {
        color: #4c79db;
    }

    .rubricPicture + dl {
        margin: 0;
    }

    .right {
        width: 290px;
        display: none;
    }

    .right .googleCompanion720 {
        display: none;
    }

    .canals, .pressTabs .bx-has-controls-direction, .otherNews .bx-has-controls-direction {
        display: block;
    }

    .otherNews .jp-video-270p, .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video, .otherNews .pressTabs {
        width: 290px !important;
    }

    .otherNews .jp-video-270p .jp-jplayer, .otherNews .jp-video-270p .jp-jplayer img, .otherNews .jp-video-270p .jp-jplayer video {
        height: 161px !important;
    }

    .newsPicture span.newsGradient, .newsPicture span.newsGradientHover, .votingForm, .newsPage .banner, .newsPortrait span.portraitGradient, .newsPortrait span.portraitGradientHover {
        display: none;
    }

    .newsPicture {
        margin-bottom: 14px;
        height: auto;
        overflow: hidden;
        background: none;
    }

    .newsImage, .newsPicture span, .newsPicture h1 {
        position: static;
        text-shadow: none;
    }

    .newsTitle {
        display: inline-block;
        color: #222222;
        padding: 3px 0 5px;
        font-size: 19px;
        line-height: 28px;
        height: auto;
    }

    .newsMetaBlock {
        overflow: visible;
        left: 0;
        padding: 0;
        position: static;
    }

    .newsMetaBlock > div {
        height: 30px;
        color: #000;
    }

    .newsName {
        color: #333;
    }

    .newsMetaBlock > .newsDate {
        margin: 0;
        background: none; /*position: absolute;*/
        left: 14px;
        top: 142px;
    }

    .newsMetaBlock > .newsViews {
        margin: 0; /*position: absolute;*/
        left: 105px;
        top: 142px;
    }

    .newsMetaBlock > .newsComments {
        margin: 0; /*position: absolute;*/
        left: 162px;
        top: 142px;
    }

    .newsText {
        border-top: 1px solid #e5e5e5;
        padding-top: 9px;
    }

    .newsPortrait {
        height: auto;
        line-height: 19px;
        margin-bottom: 14px;
        background: none;
    }

    .newsPortrait img {
        position: static;
        display: block;
        margin-bottom: 8px;
    }

    .newsSignature {
        display: inline;
        color: #b2b2b2;
        padding: 0;
    }

    .commentaryForm img {
        display: none;
    }

    .commentaryForm div {
        margin: 0;
    }

    .commentaryForm textarea {
        width: 266px;
    }

    .comments div.comment:first-child {
        border: none;
        padding: 0;
    }

    .comment > a {
        margin-right: 10px;
    }

    .comment > a img {
        width: 41px;
    }

    .comment dl {
        margin: 0;
        position: relative;
    }

    .comment dt div {
        position: absolute;
        left: 0;
        top: 46px;
    }

    .comment dd {
        margin-top: 29px;
    }

    .comment .comment {
        margin: 16px 0 0;
        padding: 11px 0 0 52px;
    }

    .right .others {
        margin: 0;
    }

    .portraitArrow {
        top: 30%;
    }

    .newsPage .publishing > div {
        padding-bottom: 5px;
    }

    .textPage .newsText {
        border: none;
    }

    .textPage .right {
        border: none;
        padding: 0;
    }

    .textPage .banner {
        display: none;
    }

    .interviewPage .mobileButton {
        margin: 14px 0 0 14px;
    }

    .interviewPage #content {
        padding: 0;
    }

    .firstPicture {
        padding-bottom: 56%;
        background-attachment: inherit;
    }

    .pictureBig {
        height: 400px;
        background-attachment: inherit;
    }

    .firstTitle {
        font-size: 23px;
        padding: 0;
        bottom: 40px !important;
    }

    .firstClarification {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .firstPicture div.firstDate {
        color: #b2b2b2;
        font-size: 12px;
    }

    .firstViews {
        margin-left: 11px;
    }

    .firstViews span {
        background-position: -79px 0;
        height: 11px;
        background-size: auto;
        width: 20px;
    }

    .interviewText {
        width: 290px;
        margin-bottom: 31px;
    }

    .interviewText > p {
        margin-bottom: 10px;
    }

    .interviewText p.bigFont {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 27px;
    }

    .italicSection {
        font-size: 17px;
        line-height: 27px;
    }

    .italicSection div {
        margin-bottom: 18px;
    }

    .italicSection div:last-child {
        margin-top: 23px;
    }

    .picturePack {
        width: 320px;
        margin-bottom: 14px;
    }

    .picturePack img, .picturePack img:nth-child(1), .picturePack img:nth-child(2) {
        width: 100%;
        margin: 0 0 10px;
    }

    h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 13px;
    }

    .rightSection {
        float: none;
        margin: 0 0 19px;
    }

    .interviewBlock > img {
        margin-bottom: 20px;
    }

    .quotations {
        width: 147px;
        margin: 26px auto 7px;
    }

    .quotations dl, .quotations dl:nth-child(2) {
        width: 147px;
        margin: 0 0 20px;
    }

    .interviewPage #mobileMenu {
        padding-top: 0;
    }

    .socialBlock {
        position: absolute;
    }

    .socialBlockSimple {
        display: block;
    }

    .socialBlockFixed {
        top: 10px !important;
    }

    #extended {
        margin: 0 0 0 7%;
    }

    #extended > a {
        margin-bottom: 14px;
    }

    .select_date_wrap {
        width: 284px;
    }

    .select_date_wrap > div.select_title {
        float: none;
        text-align: left;
        margin-bottom: 10px;
    }

    .dash {
        margin: 8px 9px 0;
    }

    .calendar .day > div, .calendar .day_name > div {
        width: 14.286%;
    }

    .calendar .day_name .no_mob {
        display: none;
    }

    .popup_calendar {
        width: 310px;
        left: 0;
        margin-left: -18px;
        overflow: hidden;
    }

    .popup_calendar_wrap .select, .popup_calendar_wrap .dropdown li {
        width: 118px;
    }

    .rest > a:hover img {
        opacity: 1;
    }
}

@media screen and (max-width: 375px), only screen and (max-device-width: 375px) {
    .topLine {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    /*    .topLineBody {width: 290px;}*/
    #mobileMenu {
        position: static;
        margin-top: 32px;
        overflow-y: scroll;
        height: 500px;
        -webkit-overflow-scrolling: touch;
    }

    .logo {
        padding-top: 70px;
    }

    .pressTabs li {
        width: 290px !important;
    }

    .interviewPage #mobileMenu {
        margin-top: -28px;
    }
}

.otherNews .pressTabs dt a:hover, .otherNews .pressTabs dt a:active, .otherNews .pressTabs dt a:focus,
.publishing .videoBlocks dd p a:hover, .publishing .videoBlocks dd p a:active, .publishing .videoBlocks dd p a:focus,
.photoreports a:hover, .photoreports a:active, .photoreports a:focus,
.analiticTitle a:hover, .analiticTitle a:active, .analiticTitle a:focus,
#extended > a:hover, #extended > a:active, #extended > a:focus {
    color: #4c79db;
}

.leftMenu a, .greyMenu a, .mainMenu a, .language a, .sliderMenu .bx-wrapper li a, .othersBody div a, .analiticName a, .more a, .interview dd div a,
.interview dd p a, .videoName a, .videoBlocks dd p a, .photoreports a, .platformBlocks dt p a, .bxPager a, .pressTabs dt a, .pressAnons li a, .footerCarte a,
.footerMenu a, .design a, .more div, .newMenu a, .analiticMobile > li, .analiticMenu a, .rest dd div a, .restText div a, .rubricTitle, .rest dd p a, .restText p a,
.topAnons img, .analiticBody img, .redactionChoose > img, .newsImage, .newsPortrait img, .photoreports img, .platformBlocks dt img, .analiticTitle a, #extended > a,
.rest > a img {
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/*::selection { background: #d8e4ff; }*/
::-moz-selection {
    background: #d8e4ff;
}

@media screen and (min-width: 540px) {
    .socialBlockStaticBottom {
        position: absolute;
        bottom: -60px;
    }
}

/* PRESS YT */

@media screen and (min-width: 990px) {

    .pressVideoFrame {
        height: 354px;
        width: 633px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 630px;
    }

}

@media (max-width: 989px) and (min-width: 840px) {

    .pressVideoFrame {
        height: 304px;
        width: 540px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 540px;
    }

}

@media (max-width: 839px) and (min-width: 740px) {

    .pressVideoFrame {
        height: 382px;
        width: 680px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 680px;
    }

}

@media (max-width: 739px) and (min-width: 540px) {

    .pressVideoFrame {
        height: 292px;
        width: 520px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 520px;
    }

}

@media (max-width: 539px) and (min-width: 320px) {
    .pressVideoFrame {
        height: 163px;
        width: 290px;
    }

    .pressTabs,
    .pressTabs dl {
        width: 290px;
    }
}

/* LANG */

@media screen and (min-width: 1200px) {
    .language {
        display: block;
    }

}

@media (max-width: 1200px) and (min-width: 320px) {
    .language {
        display: block;
    }

    /*
    .language
    { display: none; }
*/
}

/* SUB MENU */

.submenu {
    /*opacity: 0;*/
    display: none;
    background: white;
    position: absolute;
    top: 42px;
    left: 162px;
    padding: 12px;
    width: 130px;
    -webkit-box-shadow: inset 0 0 3px 1px #e7e7e7;
    -moz-box-shadow: inset 0 0 3px 1px #e7e7e7;
    box-shadow: inset 0 0 3px 1px #e7e7e7;
    /*z-index: 2;*/
}

/* Video block  */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ADS */
.banner970 {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 15px;
}

.bannerReturned {
    display: table;
    clear: both;
    overflow: hidden;
    margin: 0 auto 35px;
    height: 65px;
    max-height: 100px;

}

.nas100mln {
    background-image: url('/img/nas100mln.svg');
    background-repeat: no-repeat;
    background-color: #ddd;
    height: 65px;
    width: 300px;
}

.europafm {
    background-image: url('/img/europa.fm.png');
    background-repeat: no-repeat;
    /*background-color: #ddd;*/
    height: 60px;
    width: 187px;
}

.nas100mln_eng {
    background-position: 65px -124px;
}

.nas100mln_rus {
    background-position: 65px 0;
}

.nas100mln_ukr {
    background-position: 65px -62px;
}

.europafm_eng {
    background-position: 0px -124px;
}

.europafm_rus {
    background-position: 0px 0px;
}

.europafm_ukr {
    background-position: 0px -62px;
}

.banner-video {
    position: relative;

}

.banner-video iframe,
.banner-video object,
.banner-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .banner970 {
        display: none;
    }
}

/* VideoNews UA-TV */
.video_news img {
    display: table;
    margin: 0 0 5px 0;
    width: 100%;
}

.video_news a {
    display: table;
}

/* BIG Photo anon */

.topAnons a.oneanon {
    height: auto;
    width: 100% !important;
    float: left;
    position: relative;
    text-decoration: none;
    background: black;
    max-width: 100% !important;
    border: none;
}

.topAnons a.oneanon img {
    position: static;
    width: 100% !important;
    height: auto;
    max-width: 100%;
}

.topAnons a.oneanon .anonText_big {
    position: absolute;
    padding: 0 40px;
    bottom: 40px;
    height: auto;
    width: 95%;
}

.topAnons a.oneanon .anonTitle_big {
    font-size: 40px;
    font-weight: normal;
    color: white;
    display: block;
    line-height: 52px;
    margin-bottom: 5px;
    width: 99%;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

/* preloader animation */
#circleG {
    width: 100%;
    height: 36px;
    text-align: center;
    background-color: white;
}

#circleG ul {
    width: 86px;
    list-style: none;
    margin: 9px auto;
    padding: 0;
}

#circleG li {
    background-color: rgb(255, 255, 255);
    float: left;
    height: 18px;
    width: 18px !important;
    margin-left: 10px;
    animation-name: bounce_circleG;
    animation-duration: 1.8475s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    border-radius: 12px;
}

#circleG li:nth-child(1) {
    animation-delay: 0.3695s;
}

#circleG li:nth-child(2) {
    animation-delay: 0.8655s;
}

#circleG li:nth-child(3) {
    animation-delay: 1.1085s;
}

@keyframes bounce_circleG {
    0% {
    }
    50% {
        background-color: rgb(246, 195, 18);
    }
    100% {
    }
}


img.pixel {width:1px;height: 1px;}

/* preloader animation */
@media screen and (max-width: 840px), only screen and (max-device-width: 840px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .topAnons a.oneanon .anonTitle_big {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

    .topAnons a.oneanon .anonText_big {
        padding: 0 25px;
        bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    #SinoptikInformer {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .publishing {
        display: none !important;
    }
}
