﻿@import url('css/ui.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea, iframe, textarea, select, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome.eot?82008126');
    src: url('fonts/fontawesome.eot?82008126#iefix') format('embedded-opentype'), url('fonts/fontawesome.woff?82008126') format('woff'), url('fonts/fontawesome.ttf?82008126') format('truetype'), url('fonts/fontawesome.svg?82008126#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: "fontawesome";
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vkontakte:after {
    content: '\e800';
}

.icon-twitter:after {
    content: '\e801';
}

.icon-youtube:after {
    content: '\e802';
}

.icon-facebook:after {
    content: '\e803';
}

.icon-rss:after {
    content: '\e804';
}

.icon-mobile:after {
    content: '\e805';
}

.icon-gplus:after {
    content: '\e806';
}

.icon-angle-left:after {
    content: '\e807';
}

.icon-angle-right:after {
    content: '\e808';
}

.icon-angle-down:after {
    content: '\e809';
}

.icon-angle-up:after {
    content: '\e80a';
}

.icon-ok:after {
    content: '\e80b';
}

.icon-right-open:after {
    content: '\e80c';
}

.icon-left-open:after {
    content: '\e80d';
}

.icon-menu:after {
    content: '\e80e';
}

.icon-search:after {
    content: '\e80f';
}

.icon-user:after {
    content: '\e810';
}

.icon-camera:after {
    content: '\e811';
}

.icon-camera-alt:after {
    content: '\e812';
}

.icon-video:after {
    content: '\e813';
}

.icon-youtube-play:after {
    content: '\e814';
}

.icon-down-open:after {
    content: '\e815';
}

.icon-up-open:after {
    content: '\e816';
}

.icon-eye:after {
    content: '\e817';
}

.icon-down-dir:after {
    content: '\e818';
}

.icon-up-dir:after {
    content: '\e819';
}

.icon-pinterest:after {
    content: '\e81a';
}

.icon-odnoklassniki:after {
    content: '\e81c';
}

.icon-mail:after {
    content: '\e81b';
}

.icon-chat:after {
    content: '\e81d';
}

::-moz-selection {
    color: #fff;
    background: #19338f;
}

::selection {
    color: #fff;
    background: #19338f;
}

::-webkit-input-placeholder {
    color: #192952;
}

::-moz-placeholder {
    color: #192952;
}

:-moz-placeholder {
    color: #192952;
}

:-ms-input-placeholder {
    color: #192952;
}

:focus {
    outline: none;
}
body {
    color: #000;
    background: #fff;
    font: 14px/1.3 'Trebuchet MS', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
    overflow-x: hidden;
}
body.subscribe-popup {
    background: #192952;
    font-size: 12px;
    color: #999eae;
    text-align: center;
    padding: 14px 14px 17px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

sup {
    position: relative;
    top: -5px;
    font-size: .9;
}

sub {
    position: relative;
    bottom: -5px;
    font-size: .9;
}

td, th {
    padding: 2px;
    vertical-align: middle;
    text-align: left;
}

ul, ol {
    list-style: none;
}

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

h1 {
    font-size: 24px;
    color: #192952;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h1.color {
    color: #DD001C;
}

h1.text-normal {
    text-transform: none;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    color: #192952;
    font-weight: normal;
    margin: 0 0 10px;
}

h3 {
    font-size: 20px;
    color: #192952;
    font-weight: normal;
    margin: 0 0 10px;
}

h4 {
    font-size: 18px;
    color: #192952;
    font-weight: normal;
    margin: 0 0 10px;
}

h5 {
    font-size: 16px;
    color: #192952;
    font-weight: normal;
    margin: 0 0 10px;
}

h6 {
    font-size: 14px;
    color: #192952;
    font-weight: normal;
    margin: 0 0 10px;
}

h1.big, h3.main_h {
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #03275f;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.btn, a.btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #707070;
    border-radius: 2px;
    padding: 1px 16px;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    background: rgb(242, 242, 242);
    background: -moz-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 51%, rgb(209, 209, 209) 100%);
    background: -webkit-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 51%, rgb(209, 209, 209) 100%);
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 51%, rgb(209, 209, 209) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d1d1d1', GradientType=0);
}

.btn:hover, a.btn:hover {
    background: rgb(209, 209, 209);
    background: -moz-linear-gradient(top, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 49%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
    background: -webkit-linear-gradient(top, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 49%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
    background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 49%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f2f2f2', GradientType=0);
}

input, select, button, textarea {
    border-top: 1px solid #abadb3;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #d1d6db;
    border-right: 1px solid #d1d6db;
    height: 28px;
    line-height: 1;
    padding: 0 10px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #192952;
    vertical-align: top;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

textarea {
    padding: 10px;
    resize: vertical;
}

select {
    width: 100%;
    max-width: 100%;
    padding: 2px;
}

input[type=submit], input[type=button], .button, button, .personal_icon_edit span, .personal_icon_save span {
    border: 1px solid #707070;
    line-height: 1;
    width: auto;
    border-radius: 3px;
    cursor: pointer;
    color: #000000;
    background: rgb(242, 242, 242);
    background: -moz-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 50%, rgb(209, 209, 209) 100%);
    background: -webkit-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 50%, rgb(209, 209, 209) 100%);
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgb(235, 235, 235) 49%, rgb(221, 221, 221) 50%, rgb(209, 209, 209) 100%);
    display: inline-block;
    vertical-align: middle;
}

input[type=submit]:hover, .button:hover, button:hover, .personal_icon_edit span:hover, .personal_icon_save span:hover {
    background: rgb(209, 209, 209);
    background: -moz-linear-gradient(top, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 50%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
    background: -webkit-linear-gradient(top, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 50%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
    background: linear-gradient(to bottom, rgb(209, 209, 209) 0%, rgb(221, 221, 221) 50%, rgb(235, 235, 235) 51%, rgb(242, 242, 242) 100%);
}

input[type=checkbox], input[type=radio], input[type=file] {
    width: auto;
    height: auto;
    vertical-align: middle;
    display: initial;
    padding: 0;
    border: 0;
}

.checkbox {
    cursor: pointer;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
}

.checkbox [type=checkbox] {
    display: none;
}

.checkbox [type=checkbox]:checked + span:after {
    opacity: 1;
}

.checkbox span {
    font-family: "fontawesome";
    display: inline-block;
    border: 1px solid #707070;
    vertical-align: top;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 5px;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
}

.checkbox span:after {
    content: '\e80b';
    display: block;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

p {
    margin: 0 0 15px;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.padding5px {
    padding: 5px;
}

.paddingT5px {
    padding-top: 5px;
}

.paddingB5px {
    padding-bottom: 5px;
}

.paddingL5px {
    padding-left: 5px;
}

.paddingR5px {
    padding-right: 5px;
}

.paddingTB5px {
    padding: 5px 0;
}

.paddingLR5px {
    padding: 0 5px;
}

.padding10px {
    padding: 10px;
}

.paddingT10px {
    padding-top: 10px;
}

.paddingB10px {
    padding-bottom: 10px;
}

.paddingL10px {
    padding-left: 10px;
}

.paddingR10px {
    padding-right: 10px;
}

.paddingTB10px {
    padding: 10px 0;
}

.paddingLR10px {
    padding: 0 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.textR {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.i {
    font-style: italic;
}

.clr {
    clear: both;
}

.ul {
    list-style: none;
    margin: 0 0 10px;
}

.clr_banner {
    height: 0;
    line-height: 0px;
    overflow: hidden;
}

.main {
    margin: 0 auto;
    max-width: 1260px;
    background-color: #fff;
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.container {
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

object, iframe, embed, canvas {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.main.page_text {
    max-width: 1000px;
}

.page_text .buttons-container {
    display: inline-block;
}

.left_wrapper {
    float: left;
    width: 100%;
}

.left_wrapper_inner {
    margin-right: 320px;
}

.left_wrapper_inner.norightcol {
    margin-right: 0;
}

.left_part {
    width: 240px;
    float: left;
}

.right_wrapper {
    float: left;
    width: 300px;
    margin-left: -300px;
}

.right_wrapper .right_part {
}

.center_wrapper {
    margin-left: 260px;
}

.default_text {
}

.center_wrapper.noleftcol {
    margin-left: 0;
}

.center_wrapper .center_part {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.center_wrapper.oneColumn .center_part {
    margin-left: 20px;
}

.center_wrapper .one_col {
}

.center_wrapper .no_col {
    margin-left: 10px;
    margin-right: 10px;
}

.center_wrapper .default_text {
}

.header .left_wrapper > div {
}

.head_banner {
    padding: 10px 0 0;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.head_banner iframe {
    margin: 0 auto;
}

.header {
    height: 108px;
    font-size: 13px;
}

.header .right_part {
    position: relative;
}

.header a {
}

.header .center_wrapper .center_part {
}

.header .left_wrapper {
    float: none;
    width: 260px;
    padding: 0 0 0 20px;
}

.header .weather_and_money {
    font-size: 14px;
}

.mobile-menu {
    float: right;
    display: none;
}

.mobile-menu ul {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}

.mobile-menu ul ul {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
}

.mobile-menu ul li {
    display: table;
    width: 100%;
}

.mobile-menu li a {
    color: inherit;
    display: block;
    text-decoration: none;
    padding: 10px;
}

.mobile-menu li a:hover, .mobile-menu ul li.active > a {
    color: #03275f;
    background: #fff;
}

.mobile-menu span, .mobile-menu a {
    cursor: pointer;
    padding: 0 10px;
    color: inherit;
    display: block;
}

.mobile-menu > div {
    display: inline-block;
    font-size: 24px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.mobile-menu > div.active, .mobile-menu > div:hover {
    background: rgb(3, 39, 95);
    background: rgba(3, 39, 95, 0.95);
    color: #fff;
}

.mobile-menu > div > div {
    position: absolute;
    left: 0;
    display: none;
    right: 0;
    padding: 20px;
    height: 0;
    overflow: hidden;
    z-index: 10;
    background: rgb(3, 39, 95);
    background: rgba(3, 39, 95, 0.95);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform: scale(0);
    color: #fff;
    transform-origin: right top;
    -webkit-transform-origin: top;
    -moz-transform-origin: right top;
}

.mobile-menu > div.active > div {
    -moz-transform: scale(1);
    height: auto;
    display: block;
}

#brendratesdiv {
    margin-bottom: 5px;
}

.social_part {
    position: relative;
}

.header .social_part table {
    height: 100%;
    width: 100%;
}

.header .social_part .social_wrapper {
    position: relative;
    min-width: 102px;
}

.header .social {
    text-align: center;
    font-size: 0;
    position: relative;
    line-height: 1;
}

.header .social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 26px;
}

.header .social li.social-mobile {
    font-size: 0;
}

.header .social li:first-child {
    margin-left: 0;
}

.header .social li.cursor_pointer {
    color: #979899;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0;
}

.header .social li.cursor_pointer ul {
    display: inline-block;
    vertical-align: middle;
}

.header .social_part .social li.cursor_pointer:hover {
    color: #03275f;
}

.header .social li.cursor_pointer .icon-right-open {
    display: none;
    font-style: normal;
}

.header .social_part .social li .cursor_pointer {
}

.header .social li a {
    text-decoration: none;
    display: block;
}

.header .social li a:hover {
    opacity: .6;
}

.header .social_part .social li.facebook a {
}

.header .social_part .social li.twitter a {
}

.header .social_part .social li.rss a {
}

.header .social_part .social li.youtube a {
}

.header .social_part .social li.vkontakte a {
}

.header .social_part .social li.google a {
}

.header .social_part .social li.mobile a {
}

.page_text .header .social {
}

.right_wrapper .menu_enter {
}

.right_wrapper .menu_enter a:first-child {
    margin-left: 0;
}

.right_wrapper .menu_enter a {
    margin-left: 15px;
}

.menu_enter.isauth a:first-child {
    padding-left: 0px;
}

.menu_enter.isauth a:hover {
    background: #fff;
    color: #192952;
}

#user_block_line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    background: url(images/user_block_line.png) bottom left;
    margin-right: 5px;
    margin-top: -3px;
}

#user_block_line:hover:before {
    background-position: top left
}

#user_block_active:before {
    content: '\e81d';
    font-family: "fontawesome";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}

#user_block_active:hover:before {
}

#logout:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 16px;
    background: url(images/user_block_logout.png) bottom left no-repeat;
}

#logout:hover:before {
    background-position: top left
}

.logo {
}

.logo img {
}

.enter_part {
    margin: 0 270px 0 0px;
}

.head_enter_links {
    padding: 20px 0 0 0;
}

.head_enter_links li {
    float: left;
    margin: 0 15px 0 0;
}

.head_search {
}

.head_search .input {
    margin: 0 44px 0 0;
}

.head_search .input input {
    width: 99%;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    border-top: 1px solid #abadb3;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #d1d6db;
    border-right: 1px solid #d1d6db;
    float: left;
}

.header .langs {
}

.table:after {
    content: '';
    display: table;
    clear: both;
}

.header .right_wrapper {
    float: none;
    width: 320px;
}

.table.header > div {
    vertical-align: bottom;
    padding-bottom: 20px;
}

.content {
    padding: 0 20px;
}

.table {
    display: table;
    width: 100%;
}

.table > div {
    display: table-cell;
    vertical-align: top;
}

.menu {
    height: 32px;
    background: #192952;
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
}

.menu .table {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.menu .table .td {
    vertical-align: bottom;
    white-space: nowrap;
    color: #fff;
}

.menu .table .td.mobile-icons {
    font-size: 0;
    text-align: right;
}

.menu .table .td.empty {
    width: 94px;
}

.menu .table .td.photo_video a {
    display: inline-block;
    padding: 0;
}

.menu .table .td.photo_video a:hover {
    background: inherit;
    color: inherit;
}

.menu .table .td a {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    padding: 0 5px;
    line-height: 27px;
}

.menu .table .td.active a {
    text-transform: uppercase;
}

.menu .table .td.active a, .menu .table .td a:hover, .menu .table .td a.active {
    background: #fff;
    color: #192952;
}

.menu .table .td.selected a {
    text-transform: uppercase;
}

.menu .table .td a .new {
    background: url("http://liga.net/bitrix/templates/liga/images/menu_new_white.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -20px;
    top: -14px;
    width: 34px;
    font-size: 10px;
    font-weight: 700;
    z-index: 3;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #19338f;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: #19338f;
}

.menu .table .td.mobile-icons > div {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    line-height: 27px;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.menu .table .td.mobile-icons > div span, .menu .table .td.mobile-icons > div a {
    padding: 0 5px;
}

.menu .table .td.mobile-icons > div > div {
    position: absolute;
    z-index: 100;
    border-radius: 0 0 5px 5px;
    top: 32px;
    right: 0;
    left: 50%;
    padding: 20px;
    background: #192952;
    display: none;
    font-size: 14px;
    color: #fff;
}

.menu .table .td.mobile-icons > div > div > ul a {
    text-align: left;
    padding: 0 10px;
}

.menu .table .td.mobile-icons > div.active, .menu .table .td.mobile-icons > div:hover {
    background: #fff;
    color: #192952;
}

.submit button {
    color: #fff;
    background: none;
    border: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    font-size: 20px;
}

.menu .table .td.mobile-icons > div.active > div {
    display: block;
}

.social-menu {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 10px 0 0;
}

.social-menu ul {
    display: table;
    width: 100%;
    white-space: normal;
}

.menu .table .td .social-menu li {
    display: inline-block;
    vertical-align: top;
}

.menu .table .td .social-menu li a {
    line-height: 50px;
    width: 50px;
}

.menu_enter {
    text-align: center;
    font-size: 16px;
}

.menu_enter a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 27px;
}

.menu_enter a.user_block_profile {
    color: #e0173d !important;
    font-weight: bold;
}

.enter_part {
}

.head_enter_links {
    padding: 20px 0 0 0;
}

.head_enter_links li {
    float: left;
    margin: 0 15px 0 0;
}

.head_search {
}

.submit {
    float: right;
    height: 28px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: inherit;
}

.input {
    margin-right: 28px;
    position: relative;
}

.input input {
    padding: 0 10px !important;
}

.submit-btn {
    float: right;
    height: 26px;
    position: relative;
}

.submit-btn input, .submit-btn button {
}

.submit-btn input, .submit-btn button, a.submit, .submit_button {
}

a.submit {
    text-decoration: none;
}

.exclusive_list_left {
}

.exclusive_list_left .all_link_wrap {
}

.exclusive_list_left h3 {
    background: #fff;
    padding: 0 10px 5px 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #dd001c;
    display: inline-block;
    text-transform: uppercase;
}

.exclusive_list_left li {
    padding: 10px;
    margin-bottom: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.exclusive_list_left li:hover {
    box-shadow: 0 0 10px #777;
}

.exclusive_list_left li .img {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.exclusive_list_left .info .title {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}

.exclusive_list_left li .info .title a {
}

.exclusive_list_left li .descr {
    font-size: 13px;
}

.exclusive_list_left .info .rubric a {
    color: #DD001C;
    text-transform: uppercase;
}

.exclusive_list_left li .info .rubric a:hover {
}

.exclusive-tablet .title {
    font-weight: bold;
}

ul.links {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.tabs .eye {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 2px;
    font-size: 20px;
    line-height: 1;
    color: #CBCCCD;
}

.tabs .eye:after {
    content: '\e817';
    font-family: 'fontawesome';
}

.tabs .most_commented {
    float: right;
    width: 23px;
    height: 19px;
    background: url(images/icon_commented.gif) 0 0 no-repeat;
    margin: 5px 0 0 0;
    display: none;
}

.tabs > ul {
    height: 24px;
    text-transform: uppercase;
    background-color: #f5f6f7;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.tabs > ul > li, .links li {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    min-width: 90px;
    font-size: 12px;
    background-color: #f5f6f7;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #777;
    text-transform: uppercase;
}

.tabs > ul > li > a, .links li a {
    text-decoration: none;
    border-bottom: 1px dashed #777;
    color: inherit;
}

.tabs > ul > li.ui-state-active, .links li.active, .links li.ui-state-active, .tabs > ul > li.ui-tabs-selected {
    background: #777777;
    position: relative;
    z-index: 1;
    color: #fff;
}

.tabs ul li.ui-state-active a, .vote_block .links li.active a {
    color: inherit;
    text-shadow: none;
    border-bottom: none;
}

.press-tabs {
    background: #f5f6f7;
}

.press-tabs > ul {
    margin: 0;
}

.left_photo_gallery .big_gal li, .left_video_gallery .big_gal li {
    display: none;
    position: relative;
    z-index: 1;
}

.left_photo_gallery .big_gal li.selected, .left_video_gallery .big_gal li.selected {
    display: block;
}

.left_photo_gallery .big_gal li .info, .left_video_gallery .big_gal li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: url(images/bg_opacity_blue.png) repeat;
    font-size: 16px;
    width: 220px;
    text-shadow: 0px -1px 0 #000;
}

.left_photo_gallery .big_gal li .info a, .left_video_gallery .big_gal li .info a {
    color: #fff;
    text-decoration: none;
}

.left_photo_gallery .big_gal li .info a:hover, .left_video_gallery .big_gal li .info a:hover {
    text-decoration: underline;
}

.left_photo_gallery .carousel li, .left_video_gallery .carousel li, .photo_gallery ul li {
    float: left;
    cursor: pointer;
}

.left_photo_gallery .carousel li.selected, .left_video_gallery .carousel li.selected, .photo_gallery ul li.selected {
    cursor: default;
}

.left_photo_gallery .carousel li .selector, .left_video_gallery .carousel li .selector, .photo_gallery ul li .selector {
    height: 10px;
    line-height: 10px;
    width: 80px;
}

.left_photo_gallery .carousel li.selected .selector, .left_video_gallery .carousel li.selected .selector, .photo_gallery ul li.selected .selector {
    background: url(images/arr_selected_carousel_small.gif) 0 0 no-repeat;
}

.left_photo_gallery .carousel li.selected img, .left_photo_gallery .carousel li:hover img, .left_video_gallery .carousel li.selected img, .left_video_gallery .carousel li:hover img, .photo_gallery ul li.selected img, .photo_gallery ul li:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.left_photo_gallery .jcarousel-container, .left_video_gallery .jcarousel-container {
    width: 240px;
    height: 70px;
}

.left_photo_gallery .jcarousel-clip, .left_video_gallery .jcarousel-clip {
    width: 240px;
    height: 70px;
    overflow: hidden;
}

.left_photo_gallery .jcarousel-item, .left_video_gallery .jcarousel-item {
    width: 80px;
    height: 70px;
}

.left_photo_gallery .jcarousel-prev, .left_photo_gallery .jcarousel-next, .left_video_gallery .jcarousel-prev, .left_video_gallery .jcarousel-next, .photo_gallery .jcarousel-prev, .photo_gallery .jcarousel-next {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 30px;
    background-image: url(images/arr_carousel_small.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.left_photo_gallery .jcarousel-prev, .left_video_gallery .jcarousel-prev, .photo_gallery .jcarousel-prev {
    left: -10px;
    background-position: 0 0;
}

.left_photo_gallery .jcarousel-next, .left_video_gallery .jcarousel-next, .photo_gallery .jcarousel-next {
    right: -10px;
    background-position: 0 -20px;
}

.left_photo_gallery .jcarousel-prev:hover, .left_video_gallery .jcarousel-prev:hover, .photo_gallery .jcarousel-prev:hover {
    background-position: 0 -40px;
}

.left_photo_gallery .jcarousel-next:hover, .left_video_gallery .jcarousel-next:hover, .photo_gallery .jcarousel-next:hover {
    right: -10px;
    background-position: 0 -60px;
}

.left_photo_gallery .jcarousel-prev-disabled, .left_media_gallery .jcarousel-prev-disabled:hover, .left_video_gallery .jcarousel-prev-disabled, .left_video_gallery .jcarousel-prev-disabled:hover, .photo_gallery .jcarousel-prev-disabled, .photo_gallery .jcarousel-prev-disabled:hover {
    cursor: default;
    background-position: 0 0;
}

.left_photo_gallery .jcarousel-next-disabled, .left_media_gallery .jcarousel-next-disabled:hover, .left_video_gallery .jcarousel-next-disabled, .left_video_gallery .jcarousel-next-disabled:hover, .photo_gallery .jcarousel-next-disabled, .photo_gallery .jcarousel-next-disabled:hover {
    cursor: default;
    background-position: 0 -20px;
}

.left_video_gallery .video_button {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 45%;
    background: url(images/video_button.png) 0 0 no-repeat;
}

.left_video_gallery .video_button a {
    display: block;
    line-height: 32px;
    text-decoration: none;
}

.specialtheme {
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
}

.specialtheme .table {
}

.specialtheme .spec {
    padding: 0 10px;
    width: 1%;
    height: 28px;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #e0173d;
}

.specialtheme .spec a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.specialtheme .spec a:hover {
}

.specialtheme .theme_name {
    background-color: #f5f6f7;
    vertical-align: middle;
    padding: 2px 0;
    overflow: hidden;
    position: relative;
}

.specialtheme h1 {
    font-size: 16px;
    color: #dd001c;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 70px 0 10px;
    margin: 0;
    display: none;
}

.specialtheme h1.active {
    display: block
}

.specialtheme h1 a {
    color: #dd001c;
}

.specialtheme h1 a:hover {
}

.specialtheme .prev:hover, .specialtheme .next:hover {
    color: #192952;
}

.specialtheme .prev, .specialtheme .next {
    position: absolute;
    z-index: 1;
    top: 5px;
    font-size: 20px;
    line-height: 1;
    color: #979899;
    cursor: pointer;
    text-decoration: none;
}

.specialtheme .prev {
    right: 40px;
    background-position: left 0;
}

.specialtheme .next {
    right: 10px;
}

.specialtheme_on_detail {
    padding: 0 0 20px 0;
}

.specialtheme_on_detail .spec {
    float: left;
    margin: 0 10px 0 0;
}

.specialtheme_on_detail .spec a {
    color: #ffffe2;
    background-color: #e0173d;
    line-height: 24px;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.specialtheme_on_detail h1 {
    font-size: 22px;
    line-height: 22px;
    color: #dd001c;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.specialtheme_on_detail h1 a {
    color: #dd001c;
    text-decoration: underline;
}

.specialtheme_on_detail h1 a:hover {
    text-decoration: none;
}

.specialtheme-mobile {
    font-size: 15px;
    font-weight: bold;
    background: #f5f6f7;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.specialtheme-mobile a, .specialtheme-mobile > span {
    color: #dd001c;
    display: block;
    padding: 10px;
    cursor: pointer;
}

.specialtheme-mobile ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    list-style: none;
    background: #f5f6f7;
}

body.desktop .specialtheme-mobile:hover ul, .specialtheme-mobile.active ul {
    display: block;
}

.last_news_list_main {
}

.last_news_list .my_stripe {
    overflow: hidden;
}

.last_news_list h3 {
}

.last_news_list li {
    position: relative;
    margin-bottom: 10px;
}

.collapse-arrow {
    cursor: pointer;
    height: 4px;
    background: url(images/dot.gif);
    position: relative;
    margin: 20px 0;
    display: none;
    cursor: pointer;
}

.collapse-arrow:hover:after {
    color: #fff;
    background: #cbcccd;
}

.collapse-arrow:after {
    content: '\e815';
    position: absolute;
    font-family: 'fontawesome';
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    background: #ffffff;
    margin-top: -19px;
    margin-left: -19px;
    border: 3px solid #cbcccd;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #cbcccd;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.collapse-arrow.active:after {
    content: '\e816';
}

.last_news_list ul {
    list-style: none
}

.last_news_list li:hover {
}

.last_news_list li .descr {
    position: absolute;
    display: none;
    background: #fff;
    left: 0;
    margin: 0 -2px 0 0;
    top: 29px;
    padding: 0;
    font-size: 13px;
    box-shadow: 0 5px 5px #aaa;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
}

.last_news_list .date {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    color: #898989;
    font-size: 11px;
    padding-right: 10px;
    position: relative;
    text-align: center;
}

.last_news_list li .title_block {
    display: table;
    width: 100%;
}

.last_specproekt_list {
}

.last_specproekt_list .title_block {
    margin-bottom: 20px;
    font-size: 16px;
= : hiddentext-align : center;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.last_specproekt_list .title_block:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #dd001c;
    left: 50%;
    margin-left: -20px;
}

.last_specproekt_list .title_block img {
    margin-bottom: 16px;
}

.lnl_nohover {
    padding-left: 0px !important;
}

.lnl_nohover:hover {
    border-color: white !important;
    box-shadow: 0 0 0px white !important;
}

.last_news_list .title {
    font-size: 15px;
    display: table-cell;
}

.last_news_list .title span {
    color: #898989;
}

.last_news_list .title a {
    text-decoration: none;
}

.last_news_list .title a:hover {
    text-decoration: underline;
}

.last_news_list .liga_biz span {
    color: #898989
}

.last_news_list .liga_finance span {
    color: #898989
}

.last_news_list .liga_smi span {
    color: #898989
}

.last_news_list .liga_biz, .last_news_list .liga_finance, .last_news_list .liga_smi {
    font-size: 12px;
    color: #898989;
}

.last_news_list li.top .title a {
    color: #e0173d;
}

.last_news_list .nav_links a, .last_news_list .nav_links span {
    background-image: url(images/arr_news_nav.png);
    background-repeat: no-repeat;
}

.last_news_list .nav_links .prev {
    float: left;
    padding: 0 0 0 30px;
}

.last_news_list .nav_links .next {
    float: right;
    padding: 0 30px 0 0;
}

.last_news_list .nav_links a.prev {
    background-position: left 0;
}

.last_news_list .nav_links a.next {
    background-position: right -20px;
}

.last_news_list .nav_links span.prev {
    background-position: left -40px;
}

.last_news_list .nav_links span.next {
    background-position: right -60px;
}

.last_news_list li:hover {
}

.last_news_list li .hover {
    display: none;
    position: absolute;
    left: 0;
    top: -5px;
    padding: 9px 9px 9px 9px;
    margin: 0 -10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #777;
    border: 1px solid #bdbdbd;
    z-index: 1;
}

.last_news_list li:hover .hover {
    display: block;
}

.last_news_list li .img {
    float: left;
    padding: 0px 10px 0 0;
}

.ratings_block {
    clear: both;
    margin: -15px 0 30px 0 !important;
    padding: 0 !important;
    background: #f8f9fc url(images/ratings_bg.jpg) 0 0 no-repeat;
    min-height: 250px;
}

.ratings_block .block_name {
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 80px;
    background-color: #fff;
    margin: 10px 0 0 0;
    float: left;
}

.ratings_block .block_name a {
    color: #dd001c;
}

.ratings_block .title {
    height: 60px;
    font-size: 15px;
    text-shadow: 1px 1px #fff;
    text-align: center;
    padding: 4px 5px 0px 5px;
    overflow: hidden;
}

.ratings_block .persons {
    height: 57px;
}

.ratings_block .persons .left_person, .ratings_block .persons .right_person {
    float: left;
    width: 57px;
    height: 57px;
    overflow: hidden;
    margin: 0 0 0 32px;
}

.ratings_block .persons .right_person {
    float: right;
    margin: 0 31px 0 0;
}

.ratings_block .persons .img {
    width: 57px;
    height: 57px;
    overflow: hidden;
    float: left;
}

.ratings_block .persons .left_person .ramka, .ratings_block .persons .right_person .ramka {
    width: 57px;
    height: 57px;
    background: url(images/ratings_ramka_1.png) 0 0 no-repeat;
    margin-top: -57px;
    float: left;
}

.ratings_block .persons .right_person .ramka {
    background-image: url(images/ratings_ramka_2.png);
}

.ratings_block .persons .vs {
    text-align: center;
    line-height: 57px;
    color: #8CC1D9;
    font-size: 18px;
    font-weight: bold;
}

.ratings_block .person_name {
    width: 80px;
    text-align: center;
    color: #0084C8;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 20px;
}

.ratings_block .submit {
    padding: 15px 0 0 0;
    text-align: center;
}

.ratings_block .submit input {
    width: 200px;
}

.most_readed li, .dsq-widget-list li {
    padding: 0 0 10px;
    font-size: 15px;
    overflow: hidden;
}

.most_readed li .cnt, .dsq-widget-list li .cnt {
    float: right;
    font-weight: bold;
    color: #777;
    text-align: right;
    width: 80px;
}

.dsq-widget-list li {
    margin: 0 !important;
}

.most_readed li .title, .dsq-widget-list li .title {
    margin-right: 80px;
}

.most_readed li .title a, .dsq-widget-list li a {
    color: #03275f;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: normal !important;
}

.most_readed li .title a:hover, .dsq-widget-list li a:hover {
    text-decoration: underline;
}

.press_center .tabs {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.press_center .tabs ul.items {
    height: 24px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.press_center {
    padding: 0;
    margin: 0 0 30px 0;
}

.press_center .tabs ul.items li {
    background-color: #fff;
}

.press_center_content, .upskill_list_content {
    background-color: #f5f6f7;
    position: relative;
    width: 100%;
    display: table;
}

.press_center_photo {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.upskill_list_content {
    padding: 10px 0 0;
}

.upskill_list_content:first-child {
    padding: 0
}

.press_center_content {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.press_center_content .title a, .upskill_list .upskill_content a {
    color: #00123f;
}

.press_center_content .title a:hover {
    text-decoration: underline;
}

.upskill_list .upskill_content {
    margin-left: 90px;
}

.main_news_block {
    overflow: hidden;
    margin: 0 0 20px;
}

.main_news_block .img {
}

.main_news_block .first {
    float: left;
    width: 60%;
}

.branding .main_news_block .first {
    float: none;
    width: auto;
    margin-bottom: 10px;
}

.main_news_block .first .title {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 1.1;
}

.main_news_block .first .title a {
    text-decoration: none;
}

.main_news_block .first .title a:hover {
    text-decoration: underline;
}

.main_news_block .first .img {
}

.main_news_block .first a {
    display: block;
}

.main_news_block .img img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.main_news_block .descr {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.main_news_block .list {
    margin-left: 60%;
    padding-left: 20px;
}

.main_news_block .list h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.main_news_block .list h3 a {
    color: #dd001c;
}

.main_news_block.maintopnews .list h3 a {
    color: #777;
}

.exclusive-tablet ul {
    margin-bottom: 20px
}

.exclusive-tablet .rubric a {
    color: #DD001C;
    text-transform: uppercase;
}

.branding .main_news_block .list {
    margin-left: 0;
    padding: 0;
}

.main_news_block .list ul {
    padding: 15px 0 0 0;
}

.main_news_block.maintopnews .list ul {
    padding: 0;
}

.main_news_block .list li {
    padding: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.branding .main_news_block .list li:nth-child(3) ~ li {
    display: none
}

.main_news_block .list ul li a:hover {
}

.main_news_block .date {
    font-size: 12px;
    color: #777;
}

.best_carousel h3, .avenue_carousel h3 {
    font-size: 22px;
    font-weight: bold;
    color: #dd001c;
    line-height: 24px;
    display: table;
    border-bottom: 3px solid #e0173d;
}

.best_carousel .table {
}

.best_3doma table td > div {
    height: 200px;
}

.avenue_carousel ul li {
    float: left;
    width: 20%;
    position: relative;
    z-index: 1;
    padding: 10px;
    background-color: #f5f6f7;
}

.avenue_carousel li .title, .avenue_carousel li .img {
    width: 160px;
}

.best_carousel .img {
    position: relative;
    height: 120px;
    line-height: 120px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    background-size: cover;
}

.best_carousel .td:hover, .best_carousel .td:hover .rubric {
}

.best_carousel .rubric a {
    text-decoration: none;
}

.best_3doma .title {
    text-align: center;
    font-weight: bold;
}

.best_3doma .area {
    color: #727E82;
    text-align: center;
    font-size: 13px;
}

.liga_temper .best_carousel table td:hover {
    background-color: #192952;
}

.liga_temper .best_carousel table td:hover .rubric {
    background-color: #192952;
    color: #fff;
}

.liga_temper .best_carousel .title a {
}

.liga_temper .best_carousel .title {
    font-weight: normal;
}

.liga_temper .best_carousel a {
}

.best_carousel .best-img {
    display: block;
    overflow: hidden;
    display: block;
    background-size: cover;
    height: 120px;
    line-height: 120px;
}

.accent {
    clear: both;
    margin: 0 0 30px 0;
    background: url(images/number.png) -240px top repeat-y;
    font-family: Georgia;
    font-weight: bold;
}

.accent .accent_t {
    background: url(images/number.png) 0px top no-repeat;
}

.accent .accent_b {
    background: url(images/number.png) -720px bottom no-repeat;
}

.accent .accent_c {
    background: url(images/number.png) -480px center no-repeat;
    padding: 0 0 0 25px;
}

.accent a {
    color: #dd001c;
    text-decoration: none;
}

.accent .title {
    font-size: 34px;
    line-height: 34px;
    padding: 1px 0 0 0;
    display: block;
}

.accent .descr {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0;
    font-style: italic;
    color: #dd001c;
    display: block;
}

.accent a:hover .descr {
    text-decoration: underline;
}

.last_news_list .nav_links {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    color: #777;
}

.latest_news ul, .last_news_left ul {
}

.latest_news ul li, .last_news_left ul li {
    font-size: 15px;
    padding: 0 0 10px;
}

.latest_news ul li a, .last_news_left ul li a {
    text-decoration: none;
}

.latest_news ul li a:hover, .last_news_left ul li a:hover {
    text-decoration: underline;
}

.latest_news ul li .date, .last_news_left ul li .date {
    color: #777777;
    font-size: 11px;
}

.latest_news, .last_news_left, .smi_list_right, .dosie, .pr, .blogs, .last_top_themes, .foreign_press_block, .foreign_press_block_slide {
}

.gkliga_news_right {
}

.block-title {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
    padding: 0 10px;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    background-color: #f5f6f7;
    color: #777777;
    margin-bottom: 10px;
}

.latest_news h3 a, .gkliga_news_right h3 {
}

.block-title a, .block-title span {
    color: #fff;
    background-color: #777777;
    display: inline-block;
    padding: 0 10px;
    margin: 0 -10px;
}

.block-title1 {
    color: #00123f;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 3px solid #00123f;
    line-height: 24px;
    padding: 0 0 2px 0;
    margin: 0;
    text-transform: uppercase;
}

.block-title1 a {
    color: inherit;
    text-decoration: none;
}

.blogs .name a {
    color: #00123f;
}

.blogs .item-table .name a {
    font-size: 14px;
    text-decoration: underline;
}

.comment_cnt {
    position: relative;
    line-height: 16px;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
}

.comment_cnt a {
    padding: 0 5px;
    color: #777777;
    background-color: #dce2e5;
    text-decoration: none;
    display: block;
    position: relative;
}

.comment_cnt a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    line-height: 5px;
    border-top: 5px solid #dce2e5;
    border-right: 5px solid transparent;
}

.comment_cnt a:hover:after {
    border-top: 5px solid #e0173d;
}

.comment_cnt a:hover {
    background-color: #e0173d;
    color: #fff;
    text-decoration: none;
}

.blogs ul li .comment_cnt b {
}

.blogs ul li .comment_cnt:hover a {
    background-color: #e0173d;
    color: #fff;
    text-decoration: none;
}

.blogs ul li .comment_cnt:hover b {
    background: url(images/arr_comment_cnt_hover.gif) left top no-repeat;
}

.vote_block {
    padding: 10px 0 0 0;
}

.vote_block .links li {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
}

.vote_block .links li a {
    border-bottom-style: solid;
}

.vote_block .title {
    font-size: 15px;
    color: #00123f;
    padding: 10px 0;
}

.vote_block .variants li {
    line-height: 14px;
    font-size: 13px;
    padding: 3px 0;
}

.vote_block .variants li input {
    margin-bottom: -3px;
}

.press_center_list {
    padding: 0;
    background: #f5f6f7;
    padding: 10px;
}

.press_center_list li {
    margin-top: 20px;
    font-size: 15px;
}

.press_center_list li.last {
    margin-top: 10px;
}

.press_center_list li:first-child {
    margin-top: 0;
}

.press_center_list li:first-child + li {
    margin-top: 10px;
}

.upskill_list {
    padding: 10px;
    background: #f5f6f7;
}

.press_center_list h3 {
}

.press_center_list h3 a {
    color: #00123f;
    text-decoration: none;
    display: block;
}

.press_center_list ul li {
    position: relative;
    z-index: 1;
    background-color: #f5f6f7;
    margin: 0 0 10px;
}

.press_center_list ul li .title {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0 0 0;
}

.press_center_list ul li .title a {
    color: #00123f;
    text-decoration: none;
}

.press_center_list ul li .title a:hover {
    text-decoration: underline;
}

.press_center_list .date {
    color: grey;
    font-size: 12px;
}

.press_center_content .date {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
    width: 80px;
    color: #00123f;
    background: #f5f6f7;
}

.upskill_list .date {
    padding: 0 10px;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
    display: table;
    vertical-align: top;
    color: #00123f;
    background: #fff;
    margin-left: -10px;
    margin-bottom: 10px;
}

.press_center_list ul li:hover, .press_center_list .press_center_content:hover {
}

.press_center_list ul li:hover .title a, .press_center_list .press_center_content:hover .title a {
}

.press_center_list ul li:hover .date, .press_center_list .press_center_content:hover .date {
}

.item-table {
    padding-top: 20px;
}

.item-table:first-child {
    padding-top: 0
}

.item-table:after {
    content: '';
    display: block;
    clear: both;
}

.forum .item-table {
    margin-bottom: 15px;
}

.dosie .item-table {
}

.item-table .name {
    font-size: 15px;
    padding: 0 0 5px 0;
}

.item-table .name + .title {
    font-size: 14px;
}

.blogs .item-table .name a {
    font-size: 14px;
    text-decoration: underline;
}

.item-table .name a {
    color: #00123f;
}

.item-table .img {
    width: 90px;
    float: left;
}

.item-table .img img {
    width: 100%;
}

.item-table .img + .info {
    margin-left: 100px;
}

.item-table .category {
    color: #e0173d;
    font-size: 12px;
    text-transform: uppercase;
}

.item-table .title {
    font-size: 15px;
    padding-bottom: 5px;
}

.item-table .title a {
    text-decoration: none;
}

.item-table .title a:hover {
    text-decoration: underline;
}

.item-table .date {
    font-size: 12px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 16px;
}

.item-table .date span {
    margin-left: 5px;
}

.dosie ul li .info .title a:hover, .pr ul li .info .title a:hover {
    text-decoration: underline;
}

.top_news_block {
}

.top_news_block a.submit {
    padding: 0 15px;
    white-space: nowrap;
}

.top_news_block .left_info {
}

.top_news_block .left_info .img {
    float: left;
    max-width: 383px;
    width: 100%;
    height: 232px;
    margin: 0px 25px 0px 0px;
    position: relative;
    z-index: 1;
}

.top_news_block .left_info .img img {
    width: 383px;
    height: 232px;
}

.top_news_block .rubric {
    height: 30px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    display: table;
    margin-bottom: 10px;
}

.top_news_block .rubric:hover {
}

.top_news_block .rubric a {
    text-decoration: none;
    display: block;
    padding: 0 10px 0 0;
}

.top_news_block .img .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/bg_opacity_black.png) 0 0 repeat;
    width: 100%;
    line-height: 24px;
    font-size: 20px;
    z-index: 1;
}

.top_news_block .img .title div {
    padding: 10px 10px 10px 20px;
}

.top_news_block .img .title a {
    color: #fff;
    text-decoration: none;
}

.top_news_block .img .title a:hover {
    text-decoration: underline;
}

.top_news_block .img .title .date {
    font-size: 12px;
    color: #999999;
}

.top_news_block .top_list {
    float: left;
    width: 400px;
    padding: 5px 25px 5px 0px;
}

.top_news_block .top_list li {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 20px;
}

.top_news_block .top_list li a {
    text-decoration: none;
}

.top_news_block .top_list li a:hover {
    text-decoration: underline;
}

.top_news_block .top_list li .date {
    font-size: 12px;
    color: #777;
}

.head_title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.top_news_block .list {
}

.top_news_block .list ins {
    width: 150px;
    float: right;
    height: 0px;
    line-height: 0px;
}

.top_news_block .list li {
    padding: 0 0 10px;
}

.top_news_block .list li a {
    font-size: 15px;
    font-weight: bold;
}

.top_news_block .list ul li a:hover {
    text-decoration: underline;
}

.top_news_block .list .date {
    font-size: 11px;
    color: #888;
}

.top_news_block_img {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.top_biz .rubric {
    border-bottom: 2px solid #003399;
}

.top_biz .rubric a {
    color: #003399;
}

.head_title a {
    color: #003399;
}

.top_news .rubric {
    border-bottom: 2px solid #dd001c;
}

.top_news .rubric a {
    color: #dd001c;
}

.head_title a {
    color: #dd001c;
}

.top_smi .rubric {
    border-bottom: 2px solid #0066cc;
}

.top_smi .rubric a {
    color: #0066cc;
}

.top_smi .head_title a {
    color: #0066cc;
}

.top_finance {
}

.top_finance .img {
    height: 50px;
    float: none;
}

.top_finance .rubric {
    border-bottom: 2px solid #fa5e00;
}

.top_finance .rubric a {
    color: #fa5e00;
}

.head_title a {
    color: #fa5e00;
}

.top_news_block {
    position: relative;
    overflow: hidden;
}

.top_news_block .title {
    padding-bottom: 5px;
}

.top_news_block .title a {
    font-size: 15px;
    font-weight: bold;
}

.top_news_block .descr {
    padding: 0 0 10px;
    font-size: 13px;
}

.top_news_block .date {
    font-size: 12px;
    color: #777;
}

.top_finance .finance_table {
    width: 180px;
    padding: 10px 0px 10px 20px;
    float: left;
    font-weight: bold;
}

.top_finance .finance_table .table_name {
    padding: 0 0 5px 0;
    font-size: 13px;
    line-height: 15px;
}

.top_finance .finance_table .table_name a {
    color: #fa5e00;
}

.top_finance .finance_table td {
    height: 28px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 13px;
}

.top_finance .finance_table tr.white td, .top_finance .finance_table td.white {
    background-color: #fff;
}

.top_finance .finance_table td.gray {
    background-color: #f6f6f6 !important;
}

.top_finance .finance_table td a {
    color: #0D66B5;
    text-decoration: none;
}

.top_finance .finance_table td a:hover {
    color: #666;
}

.expert_block {
}

.expert_block .theme {
    font-size: 14px;
    margin: 0 0 5px;
}

.expert_block .expert {
    display: table;
    width: 100%;
}

.expert_block .expert > div {
    display: table-cell;
    vertical-align: top;
}

.expert_block .expert div.img {
    width: 110px;
    padding-right: 10px;
}

.expert_block .expert .name {
    font-size: 13px;
    padding-bottom: 10px;
}

.expert_block .expert .descr {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
}

.top_finance .list {
    padding-top: 0;
}

.top_news_blockÃƒâ€šÃ‚Â  .list ul li {
    padding: 10px 0;
}

.top_finance .list .finance_table {
    padding: 0;
    float: left;
    width: 225px;
}

.top_finance .list ins {
    width: 205px;
    padding: 0 20px 0 0;
}

.top_news_blockÃƒâ€šÃ‚Â  .list ul li {
    font-size: 15px;
}

.left_info_with_expert .title a {
    text-decoration: none;
}

.left_info_with_expert .title a:hover {
    text-decoration: underline;
}

.left_info_with_expert .list ul li {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0;
}

.avenue_carousel h3 {
    color: #bc0042;
}

.avenue_carousel h3 span {
    font-size: 13px;
}

.avenue_carousel ul li {
    text-align: center;
}

.avenue_carousel ul li .price {
    position: absolute;
    left: 0;
    top: 112px;
    font-size: 24px;
    background-color: #bc0042;
    line-height: 38px;
    width: 100%;
    color: #fff;
    display: none;
}

.avenue_carousel ul li .price a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.avenue_carousel ul li .price span {
    font-size: 13px;
}

.avenue_carousel ul li .img a {
    display: block;
}

.avenue_carousel ul li .title {
    font-size: 15px;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.avenue_carousel ul li .title a {
    color: #bc0042;
    text-decoration: none;
}

.avenue_carousel ul li .title a:hover {
    text-decoration: underline;
}

.avenue_carousel ul li .descr {
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    padding: 5px 0 0 0;
    color: #777;
}

.avenue_carousel .jcarousel-container {
    border-top: 3px solid #bc0042;
    border-bottom: 3px solid #bc0042;
}

.avenue_carousel .jcarousel-prev, .avenue_carousel .jcarousel-next {
    top: 55px;
    background-image: url(images/arr_carousel_big_avenue.png);
}

.avenue_carousel .jcarousel-prev {
    left: -20px;
    background-position: 0 0;
}

.avenue_carousel .jcarousel-next {
    right: -20px;
    background-position: 0 -40px;
}

.avenue_carousel .jcarousel-prev:hover {
    background-position: 0 0px;
}

.avenue_carousel .jcarousel-next:hover {
    background-position: 0 -40px;
}

.avenue_carousel ul li:hover {
    background-color: transparent;
    outline: none;
}

.avenue_carousel ul li:hover .descr {
    color: #333;
}

.avenue_carousel ul li:hover .price {
    display: block;
}

.avenue_carousel ul li:hover .title a {
    text-decoration: underline;
}

.gkliga_news_right ul li {
    padding: 10px 0;
    font-size: 13px;
}

.gkliga_news_right ul li a {
    text-decoration: none;
}

.gkliga_news_right ul li a:hover {
    text-decoration: underline;
}

.gkliga_news_right ul li .date {
    font-size: 12px;
    color: #777;
}

.liga_zakon_block h3 {
    font-size: 21px;
    font-weight: bold;
    color: #dd001c;
    line-height: 24px;
    padding: 0px 0 0 0;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #dd001c;
}

.liga_zakon_block h3 span {
    color: #00123f;
}

.liga_zakon_block .lz_banners {
    float: right;
    width: 200px;
    padding: 0 0 0 20px;
}

.liga_zakon_block .lz_banners li {
    padding: 3px 0px;
}

.liga_zakon_block .info {
    overflow: hidden;
}

.liga_zakon_block .top_lz_news .title {
    font-size: 22px;
    line-height: 24px;
}

.liga_zakon_block .top_lz_news .title a {
    color: #03275f;
    text-decoration: none;
}

.liga_zakon_block .top_lz_news .title a:hover {
    text-decoration: underline;
}

.liga_zakon_block .top_lz_news .descr {
    padding: 5px 0 0 0;
    font-size: 13px;
}

.liga_zakon_block .list {
    padding: 10px 0;
}

.liga_zakon_block .list li {
    padding: 5px 0;
    font-size: 13px;
}

.liga_zakon_block .list li a {
    color: #03275f;
    text-decoration: none;
}

.liga_zakon_block .list li a:hover {
    text-decoration: underline;
}

.liga_zakon_block .list li.top a {
    color: #dd001c;
}

.test1 {
    width: 425px;
    float: left;
    background-color: #ccc;
}

.test2 {
    float: left;
    width: 220px;
    margin-right: 10px;
    background-color: #eee;
}

.test3 {
    float: left;
    width: 220px;
    background-color: #aaa;
}

.test4 {
    clear: both;
    background-color: #cee;
}

.last_news_link {
    text-transform: uppercase;
    color: #192952;
    font-size: 21px;
    text-decoration: underline;
    font-weight: bold;
}

.last_news_link:hover {
    text-decoration: none;
}

.top_menu table td div a {
    text-shadow: none;
}

.top_menu {
    height: 32px;
    background: #192952;
    margin: 0 0px 30px 0px;
    padding: 0 5px;
    position: relative;
    z-index: 4;
}

.top_menu table {
    width: 100%;
    font-size: 14px;
    height: 32px;
    font-weight: 700;
    border-collapse: collapse;
}

.top_menu table td {
    vertical-align: bottom;
}

.top_menu table td div a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
    text-align: center;
}

.top_menu table td div a span {
    white-space: nowrap;
}

.top_menu table td div {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.top_menu table td div:hover a {
}

.top_menu table td div a {
    padding: 0 5px;
    text-shadow: none;
    height: 27px;
    line-height: 22px;
}

.top_menu table td div.selected a, .top_menu table td div:hover a {
    background: #fff;
    color: #03275f;
}

.top_menu table td div.selected a span {
    background: none;
    padding: 0;
}

.top_menu table td div.selected, .top_menu table td div:hover {
}

.top_menu table td div.selected span.arr {
}

.top_menu table td div span.new_menu {
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -20px;
    top: -11px;
    z-index: 30;
    background: #e0163c;
    font-size: 11px;
    color: #ffffff;
    padding: 0 4px;
}

.navigation {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.navigation ul {
    margin: 0;
}

.navigation li {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    margin: 0 10px 10px 0;
    position: relative;
}

.navigation a, .navigation span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.navigation a {
    text-decoration: none;
    background: #979899;
}

.navigation .next {
    font-size: 18px;
    padding-left: 7px;
    line-height: 26px;
    text-align: left;
}

.navigation .prev {
    font-size: 18px;
    line-height: 26px;
    padding-left: 4px;
    text-align: left;
}

.navigation a:hover, .navigation span {
    background: #192952;
    color: #fff;
}

.navigation li.spacer {
    width: 26px;
    background: url(images/nav_points.gif) 0 bottom no-repeat;
    height: 5px;
}

.photo_gallery {
    width: 60%;
}

.photo_gallery li {
    width: 80px;
    height: 80px;
}

#cse-search-results iframe {
    width: 100% !important;
}

.tridoma {
    position: relative;
    z-index: 1;
}

.tridoma .icon {
    position: absolute;
    z-index: 2;
    left: 7px;
    top: -6px;
    width: 22px;
    height: 30px;
    background: url(/bitrix/templates/liga/images/icon_3doma.png) left top no-repeat;
}

.tridoma h3 a {
    padding-left: 35px;
    background-color: #f5f6f7;
}

.tridoma ul {
    background-color: #f5f6f7;
    padding: 0 10px;
}

.news_subscribe_block {
}

.mess {
    text-align: center;
}

.mess.error {
    color: #cc0000;
}

.mess.message {
    color: green
}

.subscription-page-block {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.subscription-page-block input[type=checkbox] {
    display: none;
}

.input-btn {
    margin: 0 50px 0 0;
}

.news_subscribe_block .input input {
    border: 1px solid #abadb3;
    height: 26px;
    line-height: normal;
    width: 100%;
    display: block;
    color: #000;
    font-size: 15px;
    padding: 0 10px;
}

.news_subscribe_block .submit {
}

.news_subscribe_block .submit input {
}

.small_gal {
    height: 70px;
    overflow: hidden;
}

.best_carousel {
}

.branding .best_carousel .td {
    width: 50%
}

.branding .best_carousel .td:last-child {
    display: none;
}

.best_carousel h3 {
    color: #192952;
    border-bottom: 3px solid #192952;
}

.best_carousel .td {
    width: 33.3%;
    position: relative;
    padding: 10px;
    color: #192952;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.best_carousel .table .td:hover {
    box-shadow: 0 0 10px #777;
}

.best_carousel .table .td:hover .rubric {
}

.best_carousel .table .td:hover .rubric a {
}

.best_carousel .table .td:hover .title a {
}

.best_carousel .table .td:hover .area {
    color: #fff;
}

.best_carousel ul li {
    float: left;
    width: 160px;
    position: relative;
    z-index: 1;
    padding: 10px;
}

.best_carousel .rubric {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    line-height: 20px;
    color: #00123f;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}

.best_carousel .title a {
    color: #192952;
    text-decoration: none;
}

.best_carousel .title a:hover {
    text-decoration: underline;
}

.best_carousel .jcarousel-container {
    border-top: 3px solid #192952;
    border-bottom: 3px solid #192952;
    margin: 0 0 20px 0;
}

.best_carousel .jcarousel-clip {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.best_carousel .jcarousel-prev, .best_carousel .jcarousel-next, .big_photo_news_carousel .prev, .big_photo_news_carousel .next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 52px;
    background-image: url(images/arr_carousel_big_2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}

.best_carousel .jcarousel-prev, .big_photo_news_carousel .prev {
    left: -20px;
    background-position: 0 0;
}

.best_carousel .jcarousel-next, .big_photo_news_carousel .next {
    right: -20px;
    background-position: 0 -40px;
}

.best_carousel .jcarousel-prev:hover, .big_photo_news_carousel .prev:hover {
    background-position: 0 -80px;
}

.best_carousel .jcarousel-next:hover, .big_photo_news_carousel .next:hover {
    background-position: 0 -120px;
}

.best_carousel .jcarousel-prev-disabled, .best_carousel .jcarousel-prev-disabled:hover, .big_photo_news_carousel .prev.disabled, .big_photo_news_carousel .prev.disabled:hover {
    cursor: default;
    background-position: 0 0px;
    display: none;
}

.best_carousel .jcarousel-next-disabled, .best_carousel .jcarousel-next-disabled:hover, .big_photo_news_carousel .next.disabled, .big_photo_news_carousel .next.disabled:hover {
    cursor: default;
    background-position: 0 -40px;
    display: none;
}

.best_carousel ul li:hover {
    background-color: #192952;
    box-shadow: 0 0 5px #333;
}

.best_carousel ul li:hover .rubric {
    background-color: #192952;
    color: #fff;
}

.best_carousel ul li:hover .title a, .best_carousel ul li:hover .date a {
    color: #fff;
}

.best_3doma {
    height: auto;
}

.avenue_carousel {
    height: 316px;
    overflow: hidden;
}

#commented {
}

#ajax_poll_block_main {
    margin: 0 0 30px 0;
}

.left_part #ajax_poll_block {
    margin: 0 0 30px 0;
}

.vote_item {
    background-color: #f5f6f7;
    padding: 10px 20px 15px 20px;
    margin: 0 0 20px 0;
}

.vote_list, .archive_vote_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vote_title {
    font-size: 24px;
    line-height: 30px;
    color: #03265c;
}

.vote_title a {
    text-decoration: none;
}

.answer_list {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.answer_list li {
    padding: 3px 0;
    line-height: 22px;
    font-size: 18px;
}

.vote_period {
    border-top: 1px solid #dbdcdd;
    margin: 15px 0 0 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #8b8b8d;
    text-align: center;
}

.vote_res_container {
    background: #fff;
    border: 1px solid #d5d6d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 16px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.vote_res_line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 16px;
    line-height: 16px;
    background: #192952;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.answer_res_text {
    text-align: right;
    font-size: 11px;
    color: #212121;
    width: 120px;
    line-height: 16px;
}

.answer_res_text span {
    color: #8b8b8d;
}

.vote_tes_list li {
    padding: 0 0 10px 0;
}

.answer_text {
    font-size: 13px;
    line-height: 15px;
}

.vote_res_box {
    padding: 20px 0 0 0;
}

.sum_votes {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
    padding: 0 30px 0 0;
}

.sum_votes.sum_votes_block {
    padding: 3px 0 0 0;
}

.archive_vote_item {
    padding: 0 0 5px 0;
}

.archive_vote_period {
    float: left;
    width: 90px;
    font-size: 12px;
    color: #777777;
}

.archive_vote_title {
    overflow: hidden;
    font-size: 15px;
    color: #03275f;
}

.archive_vote_title a {
    text-decoration: none;
    color: #03275f;
}

.archive_vote_title a:hover {
    text-decoration: underline;
}

.answer_text_main {
    font-size: 12px;
    line-height: 14px;
}

.current_vote {
    text-decoration: none;
}

.current_vote:hover {
    text-decoration: underline;
}

.soc_all_1 {
    width: 100%;
    margin: 0 0 30px 0;
}

.soc_all_1 div.soc_item {
    float: left;
    margin: 0 10px 0 0;
}

.social-buttons {
    display: inline-table;
    font-size: 13px;
}

a.social-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    background: #385182;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.social-button.icon-pinterest {
    background: #735555;
    color: #FFFFFF;
}

.social-button.icon-vkontakte {
    background: #345F88;
}

.social-button.icon-twitter {
    background: #95DAF5;
}

.social-button.icon-odnoklassniki {
    background: #FA9114;
}

.social-button.icon-gplus {
    background: #B43223;
}

.news_detail .img {
    float: left;
    padding: 0 15px 10px 0;
    max-width: 190px;
}

.news_detail .img .alt, .news_detail .img .photo_source {
    color: #777;
    font-size: 12px;
    padding-top: 5px;
}

.news_detail .img .photo_source a {
    text-decoration: none;
}

.news_detail .img .photo_source a:hover {
    text-decoration: underline;
}

.news_detail {
    padding-bottom: 20px
}

.news_detail .text a {
    text-decoration: underline;
}

.news_detail .text a:hover {
    text-decoration: none;
}

.news_detail .date {
    color: #777;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news_detail .annotation {
    font-size: 15px;
    font-weight: bold;
}

.news_detail .text {
    font-size: 15px;
}

.news_detail .text img {
}

.news_detail .text p {
    margin: 0.9em 0;
}

.text ul {
    list-style: none;
}

.text ul li {
    padding-left: 20px;
    position: relative;
}

.text ul li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.hr_line {
    background: #E0E6E8;
    height: 1px;
    margin: 20px 0;
}

.news_detail .main_idea {
    font-style: italic;
    color: #777777;
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0 20px 28px;
    background: url(images/left_quote.gif) left 20px no-repeat;
}

.news_detail .main_idea .right_quote {
    background: url(images/right_quote.gif) left center no-repeat;
    padding: 0 10px;
    margin: 0 0 0 7px;
}

.news_detail .author {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0 0;
    float: right;
    max-width: 210px;
}

.news_detail .author a {
    color: black;
    text-decoration: none
}

.news_detail .author a:hover {
    text-decoration: underline
}

.news_detail .social_buttons {
    padding: 20px 0;
}

.news_content .social_buttons .buttons, .news_detail .social_buttons .buttons {
    float: left;
}

.news_content .social_buttons .comments_link, .news_detail .social_buttons .comments_link {
    float: left;
    padding: 0 0 0 30px;
    font-size: 13px;
}

.news_content .social_buttons .comments_link a, .news_detail .social_buttons .comments_link a, .comments_link_top a, .comments_link_bottom a {
    text-decoration: none;
    border-bottom: 1px dashed #00123f;
}

.comments_link_top {
    font-size: 13px;
    text-align: right;
    float: right;
    width: 120px;
}

.comments_link_bottom {
    font-size: 13px;
    float: left;
}

.news_content .social_buttons .comments_link a:hover, .news_detail .social_buttons .comments_link a:hover, .comments_link_top a:hover, .comments_link_bottom a:hover {
    border-bottom: none;
}

#note-add, #watch-theme {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.news_detail #note-add.liganotauth, .news_content #note-add.liganotauth {
    background-image: url(images/note_not-active.png);
}

#note-add {
    background-image: url(images/note_active.png);
}

.news_detail #watch-theme.liganotauth, .news_content #watch-theme.liganotauth {
    background-image: url(images/wath_not-active.png);
}

.news_detail #watch-theme, .news_content #watch-theme {
    background-image: url(images/wath_active.png);
}

#note-add:hover .personal_icon_popup, #watch-theme:hover .personal_icon_popup {
    display: block;
}

.news_detail ins {
}

.news_detail .clearR {
    clear: right;
    height: 0;
    overflow: hidden;
}

#cse-search-results {
    height: 1400px;
    overflow: hidden;
}

.print_link {
    display: inline-block;
    vertical-align: middle;
    background: url(images/print.png) left center no-repeat;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    font-size: 13px;
    text-decoration: none;
}

.print_link:hover {
    text-decoration: underline;
}

.articles-list li {
    display: table;
    width: 100%;
    margin: 0 0 10px;
}

.articles-list li:last-child {
}

.articles-list .date {
    width: 90px;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #898989;
    font-size: 11px;
    position: relative;
}

.articles-list .title {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.articles-list .title a {
    color: #03275f;
    text-decoration: none;
}

.articles-list .title a.small {
    color: #898989;
    font-size: 0.75em
}

.articles-list .title a:hover {
    text-decoration: underline;
}

.articles-list li.top .title a {
    font-weight: 700;
}

.articles-list li.top .title .liga_finance {
    color: #898989;
}

.articles li {
    padding: 20px 0 0 0;
    display: table;
    width: 100%;
}

.articles li:first-child {
    padding-top: 0
}

.articles h3 {
    padding-bottom: 10px;
}

.articles .img {
    float: left;
    width: 130px;
}

.articles .img img {
    width: 100%;
}

.articles .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.articles .title a {
    text-decoration: none;
}

.articles .title a:hover {
    text-decoration: underline;
}

.articles .descr {
    font-size: 13px;
}

.articles .info {
    margin-left: 150px;
}

.articles .img .alt {
    color: #777777;
    font-size: 12px;
    padding-top: 5px;
}

.articles .date {
    color: #898989;
    font-size: 11px;
    padding-top: 5px;
}

.top_news .expert_block, .top_biz .expert_block {
    float: left;
    width: 180px;
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.top_news .expert_block .theme, .top_biz .expert_block .theme {
    font-size: 15px;
    padding: 0 0 15px 0;
}

.top_news .expert_block .expert, .top_biz .expert_block .expert {
    padding: 10px 0 0 0;
}

.top_news .expert_block .expert .img, .top_biz .expert_block .expert .img {
    float: left;
    padding: 0 10px 0 0;
    margin: 0;
    height: 50px;
}

.top_news .expert_block .expert .name, .top_biz .expert_block .expert .name {
    font-size: 13px;
}

.top_news .expert_block .expert .descr, .top_biz .expert_block .expert .descr {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
}

.news_detail .tags {
    padding: 10px 210px 10px 0;
    line-height: 14px;
    color: #777;
    font-size: 13px;
}

.news_detail .tags a {
    text-decoration: none;
}

.news_detail .tags a:hover {
    text-decoration: underline;
}

.read_also {
    width: 240px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0px 0px 20px #bebebe;
    position: fixed;
    z-index: 99999;
    left: -370px;
    bottom: 20px;
    *border: 1px solid #ccc;
}

.read_also .close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(images/also_close_icon.gif) 0 0 no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.read_also h4 {
    font-size: 13px;
    color: #192952;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background: url(images/also_head_bg.gif) center bottom no-repeat;
}

.read_also .img {
    float: left;
    padding: 0 10px 0 0;
}

.read_also .img img {
    float: left;
    width: 90px;
    height: 55px;
}

.read_also li {
    padding: 5px 0;
}

.read_also .title {
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
}

.read_also .title a {
    text-decoration: none;
}

.read_also .title a:hover {
    text-decoration: underline;
}

.materials_by_theme {
    padding: 0 0 20px;
}

.materials_by_theme h3 {
    font-size: 18px;
    font-weight: bold;
    color: #192952;
}

.materials_by_theme ul li {
    display: table;
    width: 100%;
    padding: 0 0 10px;
}

.materials_by_theme ul li .date {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    padding-right: 10px;
    text-align: center;
    color: #777;
}

.materials_by_theme ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.materials_by_theme ul li .title a {
    color: #03275f;
    text-decoration: none;
}

.materials_by_theme ul li .title a:hover {
    text-decoration: underline;
}

.news_comments {
}

.personal_center_wrapper {
    float: left;
    width: 60%;
}

.personal_center_part {
}

.personal_infoblock {
    background: #F6F6F6;
    float: right;
    padding: 20px;
    text-align: center;
    width: 35%;
}

.personal_infoblock .title {
    color: #dd001c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
    background: url(images/what.png) 0 0 no-repeat;
}

.personal_infoblock div.infoblock.communicate {
    background-image: url(images/communicate.png);
}

.personal_infoblock div.infoblock.trace {
    background-image: url(images/trace.png);
}

.personal_infoblock div.infoblock.read {
    background-image: url(images/read.png);
    padding-bottom: 0;
}

.personal_infoblock div.infoblock .title2 {
    font-size: 20px;
}

.personal_infoblock div.infoblock {
    padding-top: 60px;
    color: #003265;
    background-position: center 0;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.personal_text {
    color: #192952;
    font-size: 15px;
}

.personal_menu {
    padding: 10px 0;
    background: #f1f4f6;
}

.personal_menu li {
    line-height: 30px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.personal_menu li a {
    display: block;
    padding-left: 30px;
    border-left: 3px solid #f1f4f6;
    border-right: 4px solid #f1f4f6;
    text-decoration: none;
    color: #000;
    position: relative;
}

.personal_menu li a:hover {
    background: #fff;
    border-color: #fff;
    color: #e0173d;
    text-decoration: underline;
}

.personal_menu li.selected a {
    background: #fff;
    border-color: #e0173d;
    color: #e0173d;
}

.personal_menu li > span {
    position: absolute;
    display: block;
    height: 7px;
    width: 5px;
    background: url(images/personal_menu_arr.gif) 0 0 no-repeat;
    margin-top: -4px;
    top: 50%;
    right: -5px;
}

.center_wrapper .personal_part {
    padding-top: 0px;
}

h1.personal_h1 {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    color: #003265;
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.personal_titlepage {
    padding-right: 40px;
    border-bottom: 3px solid #003265;
    display: inline-block;
    color: #003265;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.personal_table {
    width: 100%;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.personal_table.settingstable {
    border-bottom: none;
}

.personal_table th.titlesettings {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

.personal_table tr.tablecontent td {
    padding-top: 10px;
}

.personal_table td, .personal_table th {
    vertical-align: top;
    padding: 0 10px 10px 0;
}

.personal_table col.field_name {
    width: 30%;
}

.personal_table td.field_name {
    font-weight: bold;
}

.personal_table .field_content {
}

.personal_table .field_icon {
    width: 110px;
}

.personal_table th {
    font-size: 22px;
    color: #dd001c;
    text-align: left;
    font-weight: normal;
}

.personal_icon_edit span, .personal_icon_save span {
    font-size: 16px;
    padding: 5px 10px;
}

.personal_table td.paddingR10px {
    padding-right: 10px;
}

.personal_table .typefile {
}

.personal_icon span:before {
    content: '';
    background: url(images/icons_personal.png) no-repeat 0 -2px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.personal_icon_edit span, .personal_icon_save span {
    white-space: nowrap;
}

.checkbox_eye {
    position: relative;
    z-index: 1;
}

.checkbox_eye:hover {
    z-index: 2;
}

.checkbox_eye_active {
    cursor: pointer;
}

.personal_icon_show_in_profile, .personal_icon_dont_show_in_profile {
    background-position: 0px -24px;
    width: 20px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
}

.personal_icon_dont_show_in_profile {
    background-position: 0px -44px;
}

.personal_icon_popup {
    position: absolute;
    z-index: 2;
    width: 100px;
    border: 1px solid #e33052;
    background-color: #fff;
    color: #e33052;
    font-size: 10px;
    line-height: 11px;
    left: -25px;
    top: 22px;
    padding: 5px;
    display: none;
}

.personal_icon_popup .arr {
    position: absolute;
    width: 12px;
    height: 7px;
    background-position: -4px -86px;
    z-index: 2;
    left: 29px;
    top: -7px;
}

.personal_table .input {
}

.personal_notepad_list li {
    padding: 10px;
    border-top: 1px solid #ededed;
}

.personal_notepad_list li .img {
    width: 90px;
    float: left;
}

.personal_notepad_list li .img img {
    display: block;
}

.personal_notepad_list .info {
    overflow: hidden;
}

.personal_notepad_list .title {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 5px;
}

.personal_notepad_list .title a {
    color: #03275f;
    text-decoration: none;
}

.personal_notepad_list .title a:hover {
    text-decoration: underline;
}

.personal_notepad_list .date {
    font-size: 12px;
    color: #777777;
    line-height: 14px;
}

.personal_icon_delete_notepad_item {
    float: right;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-position: -3px -123px;
    margin: -10px -10px 0 0;
    text-decoration: none;
}

.personal_line li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}

.personal_line li:first-child {
    border-top: none;
}

.personal_line li .datetime {
    font-size: 12px;
    color: #777777;
    float: left;
    width: 55px;
    line-height: 14px;
}

.personal_line li .title {
    overflow: hidden;
}

.personal_line li .source {
    font-size: 12px;
    color: #898989;
}

.personal_subscribe_list li {
    padding: 10px 20px;
}

.personal_subscribe_list li.rubric_name {
    font-weight: bold;
    padding-left: 0;
}

.forgottext {
}

table input.textinput {
    border: 1px solid #ACADB2;
}

.agreementpage .news-detail > h3:first-child {
    display: none;
}

.tests_block {
    margin: 0 0 30px 0;
    background-color: #F5F6F8;
    padding: 0 0 10px 0;
}

.tests_block h3 {
    float: left;
    width: 50px;
    line-height: 13px;
    height: 20px;
    background-color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.tests_block .img {
    text-align: center;
    padding: 0 0 3px 0;
}

.tests_block .title {
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px 0;
}

.tests_block .title a {
    text-decoration: none;
}

.tests_block .title a:hover {
    text-decoration: underline;
}

.my_stripe li {
}

.my_stripe li .title {
    padding: 5px 0 0 0;
}

.social_accounts {
    margin-bottom: 25px;
}

.social_accounts li {
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0 26px 5px 0;
}

.social_accounts li a {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-size: 12px;
    white-space: nowrap;
}

.social_accounts li.facebook a {
    background-image: url(images/icon_facebook.gif);
}

.social_accounts li.google a {
    background-image: url(images/icon_google.gif);
}

.social_accounts li.vkontakte a {
    background-image: url(images/icon_vkontakte.png);
}

.social_accounts li.twitter a {
    background-image: url(images/icon_twitter.gif);
}

.social_accounts li.linkedin a {
    background-image: url(images/icon_linkedin.png);
}

.social_accounts li.odnoklass a {
    background-image: url(images/icon_odnoklassniki.png);
}

.social_accounts li.mailru a {
    background-image: url(images/icon_mailru.gif);
}

.social_accounts li.lj a {
    background-image: url(images/icon_livejournal.png);
}

.social_accounts li.site a {
    background: none;
    padding: 0;
}

.profile_public #comments_list ul {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}

.profile_public #comments_list ul li {
    border-top: 1px solid #ededed;
    padding: 5px 0;
    min-height: 30px;
}

.profile_public #comments_list ul li:first-child {
    border-top: none;
}

#comments_list ul li span {
    color: #898989;
    float: left;
    font-size: 11px;
    height: 16px;
    line-height: 12px;
    padding-top: 10px;
    width: 100px;
}

#comments_list ul li > div {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

#comments_list ul li .user {
    float: left;
    margin-right: 10px;
}

#comments_list ul li .element {
    clear: both;
}

#comments_list ul li .site {
    color: #898989;
    font-size: 12px;
    float: none;
}

.pagination {
    padding: 10px 0;
    clear: both;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    margin: 0 5px;
    border: none !important;
    zoom: 1;
    *display: inline;
}

.pagination li a, .pagination li.active a {
    display: inline-block;
    padding: 0 10px;
    line-height: 23px;
    border-radius: 5px;
    -moz-border-radius: 5px
}

.pagination li a {
    text-decoration: none;
    background-color: #dce2e5;
    color: #192952;
}

.pagination li a:hover, .pagination li.active a {
    background-color: #192952;
    color: #fff;
}

.register_table {
    width: 100%;
}

.register_table td {
    padding: 0 0 10px 0;
    line-height: 28px;
    vertical-align: top;
    color: #000;
}

.register_table tr td:first-child {
    padding-right: 10px;
    text-align: right;
}

.register_table td .input {
    border: 1px solid #abadb3;
}

.register_table td .input input {
    background: #fff;
    border: 0;
}

.selectBox a, .selectBox a:hover {
    text-decoration: none !important;
}

.selectBox-dropdown {
    position: relative;
    text-decoration: none;
    color: #000;
    outline: none;
    height: 26px;
    line-height: 26px;
    display: block !important;
    cursor: pointer;
    border: 1px solid #abadb3;
    background-color: #fff;
    overflow: hidden;
}

.selectBox-dropdown:hover, .selectBox-dropdown a:hover {
    text-decoration: none;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-decoration: none;
    color: #464646;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 26px;
    background: url(images/arr_selectbox.gif) center center no-repeat;
    text-decoration: none;
    border-left: 1px solid #abadb3;
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    border: solid 1px #BBB;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    text-decoration: none;
}

.selectBox-inline {
    width: 250px;
    outline: none;
    border: solid 1px #BBB;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    text-decoration: none !important;
}

.selectBox-inline:focus {
    border-color: #666;
    text-decoration: none;
}

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.selectBox-options LI A {
    line-height: 20px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    text-decoration: none;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #eee;
    text-decoration: none;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
    text-decoration: none;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
    text-decoration: none;
}

.selectBox-options LI.selectBox-selected A {
    text-decoration: none;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
    text-decoration: none;
}

.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
    text-decoration: none;
}

.what_do_reg {
    padding: 10px;
    background-color: #f6f6f6;
}

.what_do_reg .title {
    color: #dd001c;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(images/icon_registration_question.gif) left center no-repeat;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}

.what_do_reg ul li {
    font-size: 16px;
    color: #000;
    line-height: 18px;
    background: url(images/icon_registration_galka.gif) left 5px no-repeat;
    padding: 0 0 0 20px;
    margin-bottom: 5px;
}

.reg_error_field {
    font-size: 12px;
    color: #e0173d;
    line-height: 2;
}

.reg_form {
}

.long_overflow_block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.long_overflow_block div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1000px;
}

.long_overflow_block i {
    display: block;
    width: 20px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: url(images/right_fade_bg_white.png) right top repeat-y;
    float: right;
}

.vibory_result_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vibory_result_list li {
    padding: 0 0 20px 0;
}

.vibory_result_list .party_info {
    width: 100%;
    float: left;
    margin: 0 30px 0 0;
}

.vibory_result_list .party_graph {
    overflow: hidden;
    padding: 0 10px;
}

.vibory_result_list .rating_percent {
    color: #e0173d;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    clear: right;
    float: right;
    padding-right: 5px;
}

.vibory_result_list .party_name {
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.vibory_result_list .party_img {
    float: left;
    margin: 0 5px 0 0;
}

.vibory_result_list .rating_line {
    overflow: hidden;
    margin: 5px 0 0 0;
    float: right;
    width: 100%;
    background: url(images/party_rating_bg.gif) 0 0 repeat;
    height: 8px;
    line-height: 8px;
}

.vibory_result_list .rating_line div {
    background: url(images/party_rating_bg_cur.gif) 0 0 repeat;
}

.vibory_result_list .party_info .right_col {
    margin-left: -300px;
    float: right;
    width: 100%;
}

.vibory_result_list .party_info .right_col .right_col_box {
    padding-left: 90px
}

.vibory_block .prev, .vibory_block .next {
    background-image: url(images/arr_carousel_big_3.png);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    position: absolute;
    cursor: pointer;
}

.vibory_block .prev {
    left: -20px;
}

.vibory_block .next {
    right: -20px;
    background-position: 0 120px;
}

.vibory_block .prev:hover {
    background-position: 0 80px;
}

.vibory_block .next:hover {
    background-position: 0 40px;
}

.tabs_blue ul.items li a, .tabs_blue ul.links li a {
    border-bottom: 1px dashed #192952;
    color: #192952;
}

.tabs_blue ul.items li.ui-tabs-selected, .tabs_blue ul.links li.selected {
    background-color: #192952 !important;
}

.tabs_blue ul.items li.ui-tabs-selected span, .tabs_blue ul.links li.selected span {
    background-image: url(images/tabs_arr_blue.gif);
}

#videoad {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-image: none !important;
    background-color: #F5F6F7 !important;
}

.sitemap_block h1, .sitemap_block h2 {
    border-bottom: 3px solid #EC001E;
    color: #EC001E;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    max-width: 280px;
    margin-left: 10px;
}

.sitemap_block h2 {
    font-size: 24px
}

.sitemap_block .linkable {
    cursor: pointer;
}

.selectg {
    height: 26px;
    width: 100%;
}

.error {
    color: #f00;
}

.message {
    margin-bottom: 5px;
}

.infografica_block ul li .img {
    float: none;
    text-align: center;
    width: auto;
}

.infografica_block ul li .title {
    font-size: 15px;
}

.infografica_block .title a {
    text-decoration: none;
}

.infografica_block .title a:hover {
    text-decoration: underline;
}

.liga_comments h4 {
    margin: 0;
}

span.site a {
    text-decoration: none;
    color: #898989;
    font-size: 12px;
    padding-left: 10px;
}

span.site a:hover {
    text-decoration: underline;
}

.box {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 20px;
    position: relative;
}

.box .close {
    background: url("images/close_auth_window.gif") no-repeat scroll 0 0 transparent;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
}

.box .close:hover {
    cursor: pointer;
}

.popup_area_personal {
    position: relative;
    padding-top: 30px;
}

.popup_area_personal .page_collapsible:hover {
    cursor: pointer;
}

.popup_area_personal .page_collapsible {
    right: 0;
    padding-right: 23px;
    background: url(images/help_please.png) no-repeat center right transparent;
    position: absolute;
    top: 0;
    color: #e0173d;
    margin: 0;
}

.popup_area_personal .page_collapsible.settings {
    right: 100px;
    background: url(images/ring.png) no-repeat center right transparent;
}

.popup_area_personal .page_collapsible span {
    border-bottom: 1px dashed #e0173d;
}

.popup_area_personal .container {
    margin-bottom: 10px;
}

.popup_area_personal .container {
    padding-top: 10px;
    position: relative;
}

.popup_area_personal .container .content {
    background: none repeat scroll 0 0 #F1F4F6;
    box-shadow: 0 0 7px -3px inset;
    padding: 15px 25px;
    border: 1px solid #EDEDED;
}

.popup_area_personal .container .arrow {
    background: url("/bitrix/templates/liga_new/images/arrow_help.png") no-repeat scroll 0 0 transparent;
    height: 13px;
    right: 150px;
    position: absolute;
    top: 2px;
    width: 14px;
    z-index: 9;
}

.popup_area_personal .container .arrow.faq {
    right: 40px;
}

.popup_area_personal.nopadding {
    padding-top: 0px;
    text-align: justify;
    font-size: 13px;
}

.nopadding p {
    padding-bottom: 5px;
}

.press_center_list img, .upskill_list_content img {
    width: 100%;
}

.upskill_content_img {
    float: left;
    width: 80px;
}

.right_part .tabs#media-block {
    height: 345px;
}

.right_part .tabs#media-block .left_photo_gallery, .right_part .tabs#media-block .left_video_gallery {
    width: 300px;
}

.right_part .tabs#media-block .small_gal {
    height: 87px;
    overflow: hidden;
}

.right_part .tabs#media-block .left_photo_gallery .carousel li, .right_part .tabs#media-block .left_video_gallery .carousel li {
    cursor: pointer;
    float: left;
    height: 87px;
    width: 100px;
}

.right_part .tabs#media-block .left_photo_gallery .carousel li a img, .right_part .tabs#media-block .left_video_gallery .carousel li a img {
    height: 75px;
    width: 100px;
}

.right_part .tabs#media-block .left_photo_gallery .big_gal li div a img, .right_part .tabs#media-block .left_video_gallery .big_gal li div a img {
    width: 300px;
    height: auto;
}

.right_part .tabs#media-block .left_photo_gallery .big_gal li .info, .right_part .tabs#media-block .left_video_gallery .big_gal li .info {
    width: 280px;
}

.user-agreement {
    font-size: 14px;
    display: block;
    text-align: center;
}

.login-float-block {
    display: none;
    position: fixed;
    bottom: 0;
    background: #f5f5f5;
    width: 100%;
    height: 85px;
    z-index: 101;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid #c2c2c2;
}

.block-text-container {
    font-size: 15px;
    line-height: 20px;
    color: #00123f;
    float: left;
    width: 690px;
    margin: 22px 0 0 10px;
    text-align: justify;
}

.floating-button {
    float: left;
    background: url(images/floating-button.png);
    font-size: 16px;
    width: 126px;
    height: 28px;
    margin: 25px 0 0 20px;
    text-align: center;
}

.floating-button a {
    display: block;
    cursor: pointer;
    line-height: 28px;
    color: #FFF;
    text-decoration: none;
}

.floating-close {
    width: 16px;
    height: 16px;
    background: url(images/floating-close.png);
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.floating-container {
    margin: 0 auto;
    width: 1000px;
}

.hidden {
    display: none;
}

.old-browsers-warning-wrapper {
    border-bottom: 1px solid #f4f4f4;
}

.old-browser-warning {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 15px;
}

.old-browser-warning h1 {
    color: #dd001c;
    font-size: 30px;
    text-transform: none;
    font-weight: normal;
}

.new-browsers-wrapper {
    border-top: 2px solid #ededed;
    box-shadow: 0 4px 4px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.new-browser-item {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 20px solid #e0173d;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.new-browser-item:after {
    content: ' ';
    position: absolute;
    width: 40%;
    height: 80px;
    left: auto;
    right: 11px;
    bottom: -4px;
    -webkit-transform: skew(8deg) rotate(5deg);
    -moz-transform: skew(8deg) rotate(5deg);
    transform: skew(8deg) rotate(5deg);
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.new-browser-item img {
    display: block;
    width: 130px;
    margin: 0 auto 20px;
    float: left;
}

.new-browser-description {
    margin-left: 150px;
}

.new-browser-description h2 {
    font-size: 28px;
    color: #03275f;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.new-browser-download {
    display: inline-block;
    background: #03275f;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px #aaa;
}

.new-browser-download:hover {
}

.last-browser {
}

.popup_area_personal_note.nopadding {
    font-size: 16px;
    padding-top: 0;
    text-align: justify;
    line-height: 20px;
}

.popup_area_personal_note {
    position: relative;
    margin-bottom: 20px;
}

.popup_area_personal_note .container {
    padding-top: 10px;
    position: relative;
    margin-bottom: 10px;
}

.popup_area_personal_note .container .content {
    background: none repeat scroll 0 0 #F1F4F6;
    border: 1px solid #EDEDED;
    box-shadow: 0 0 7px -3px inset;
    padding: 0 25px;
}

.nopadding p {
    margin: 20px 0;
}

#toggleHideNoteLawsNotify {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
}

#title_opened_popup_area_personal_note {
    font-weight: 700;
}

a.full-screen {
    display: inline-block;
    margin: 20px 0;
    background: #00123f url(images/all_link_blue_bg.png) right center no-repeat;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 13px 13px 0;
    padding: 0 32px 0 10px;
    text-transform: uppercase;
    cursor: pointer;
}

a.full-screen:hover {
    color: #fff;
}

.footer {
    background: #f2f3f3;
    font-size: 0;
}

.footer_links {
    background: #f2f3f3;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0 20px;
}

.footer_links ul {
    list-style: none;
    float: left;
}

.footer_links li {
    float: left;
    margin-right: 20px;
}

.footer_links a {
    color: #777777;
}

.footer-block {
    background: #cbcccd;
    padding: 20px;
    font-size: 12px;
    overflow: hidden;
}

.footer-block table {
    margin: 0;
}

.footer-block td {
    vertical-align: top;
    padding: 0;
}

.footer-block ul {
    margin-right: 20px;
}

.footer-block li {
    padding-top: 5px;
}

.footer-block li:first-child {
    padding: 0
}

.footer-block a {
    color: #000000;
    text-decoration: none;
}

.footer-block a:hover {
    color: #777777;
}

.block_title {
    color: #ffffff;
    margin-bottom: 5px;
    padding-right: 5px;
}

.block_title.grey {
    color: #777777;
}

.copyright {
    padding: 20px 20px 0;
    font-size: 11px;
}

.copyright-right {
    float: right;
    width: 184px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.copyright-left {
    margin-right: 204px;
    padding-bottom: 20px;
}

.all_link_wrap {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.all_link_wrap a {
    display: inline-block;
    color: #777777;
}

.all_link_wrap a span {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #979899;
    border-radius: 50%;
    margin-left: 9px;
    line-height: 26px;
    color: #ffffff;
    font-size: 18px;
    padding-left: 5px;
}

.site-block, .tabs {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.text-center {
    text-align: center;
}

.owl-carousel {
    position: relative;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #EC001E;
    background: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.top-video-theme .owl-next {
    margin-top: -10px;
    right: -10px;
}

.top-video-theme .owl-prev {
    margin-top: -10px;
    left: -10px;
}

.top-video-theme .owl-prev, .top-video-theme .owl-next {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.owl-prev:hover, .owl-next:hover {
    background: #E0173D;
    color: #fff;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.owl-wrapper {
    position: relative;
}

.top-video-theme .owl-wrapper {
    padding-top: 10px;
}

.owl-item {
    display: table-cell;
    vertical-align: top;
}

.owl-theme .owl-item {
    padding: 10px;
    font-size: 15px;
}

.owl-item .item {
    height: 100%;
    position: relative;
}

.owl-item .title {
    padding-bottom: 5px;
}

.owl-item .img {
    padding-bottom: 5px;
    position: relative;
}

.owl-item img {
    width: 100%;
}

.owl-item a {
    color: inherit;
}

.owl-item .date {
    color: #777;
    font-size: 12px;
}

.owl-theme .owl-item:hover {
    background-color: #192952;
    color: #fff;
}

.top-video-theme .item:hover img {
    opacity: 0.5;
}

.top-video-theme .selector {
    display: none;
}

.top-video-theme .item:hover .selector {
    display: block;
    height: 3px;
    background: #E0173D;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
}

.top-video-theme .selector:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -4px;
    border-bottom: 5px solid #E0173D;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.sitemap-carousel .owl-item {
    display: inline-block;
}

.sitemap-carousel .owl-item .img {
    padding: 20px;
    background: #FFF;
    max-height: 196px;
    overflow: hidden;
}

.sitemap-carousel .owl-item .img img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.sitemap-carousel .owl-prev {
    left: -10px;
}

.sitemap-carousel .owl-next {
    right: -10px;
}

.sitemap-carousel .owl-item:hover {
    background: transparent;
}

.sitemap-carousel .owl-item .item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #EC001E;
    height: 288px;
}

.site-links {
    padding: 10px 20px 0;
}

.sitemap-carousel .owl-item a {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.best_carousel, .avenue_carousel {
    margin: 0 0 30px 0;
}

.best_carousel table {
    background-color: #f5f6f7;
}

.best_carousel .title {
    font-size: 15px;
    font-weight: bold;
}

.best_carousel .title a {
}

.best_carousel .title a:hover {
    text-decoration: underline;
}

.specprojects {
    background-color: #f5f6f7;
    margin: 0 10px;
}

.specprojects > .td {
    width: 16.67%;
    padding: 10px;
    color: #EC001E;
    font-size: 15px;
}

.specprojects > .td:hover {
    background: #EC001E;
    color: #fff;
}

.specprojects .title {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.specprojects .img {
    display: block;
    margin-bottom: 10px;
}

.specprojects > .td img {
    width: 100%;
}

.best_carousel .specprojects > .td:hover {
    background: #e0173d;
}

.page-left {
    float: left;
    width: 65%;
}

.page-right {
    float: right;
    width: 30%;
    overflow: hidden;
}

.slide_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide_container .slide_wrapper {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.slide_container .slide_wrapper ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: normal;
}

.point_navigation {
    height: 18px;
    margin: 0 0 20px;
}

.point_navigation li {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(images/nav_points_bg.gif) 0 -18px no-repeat;
    cursor: pointer;
    background: #97989c;
    border-radius: 50%;
    min-height: initial;
    margin-left: 10px;
    color: #97989c;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.point_navigation li.selected, .point_navigation li:hover {
    background: #132853;
    color: #132853;
}

.point_navigation li.prev {
    background: transparent;
}

.point_navigation li.next {
    background: transparent;
}

.point_navigation ul {
    text-align: center;
}

.item-list {
    font-size: 0;
    margin-left: -3.33%;
}

.item-list .item {
    padding-bottom: 20px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.33%;
    font-size: 13px;
}

.item-list .item .img {
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.item-list .item .img img {
}

.item-list .item:hover .img {
    opacity: 0.6;
}

.item-list .item .title, .item-list .item .date {
    color: #777;
}

.item-list .item .title {
    padding-bottom: 5px;
}

.item-list .item .title a:hover, .item-list .item .date a:hover {
    text-decoration: underline;
}

.arr_video {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    background: url(images/video_button.png) no-repeat 0 0;
}

.orphus {
    color: #a3a3a3;
    padding: 20px 0 0;
}

.titlemes, .sub_titlemes {
    text-align: center;
    color: #003265;
    font-size: 24px;
    padding: 0 0 30px;
}

.titlemes {
    font-size: 26px;
    font-weight: bold;
}

.socblock {
    text-align: center;
    margin: 0 auto 30px;
}

.infoblock2 {
    margin: 0 auto;
    max-width: 570px;
    height: 413px;
    position: relative;
}

.infoblock2 .finfoblock, .infoblock2 .finfoblock a {
    font-size: 15px;
    color: #003265;
}

.finfoblock {
    background-position: 22px center;
    background-repeat: no-repeat;
    height: 50px;
    width: 260px;
    position: absolute;
    display: table;
}

.infoblock2 .finfoblock span {
    display: table-cell;
    vertical-align: middle;
    height: inherit
}

.f1 {
    background-image: url(/bitrix/templates/liga_new/images/afterauth_icon2.png);
    top: 0px;
}

.f2 {
    background-image: url(/bitrix/templates/liga_new/images/afterauth_icon3.png);
    top: 67px;
}

.f3 {
    background-image: url(/bitrix/templates/liga_new/images/afterauth_icon4.png);
    top: 136px;
}

.f4 {
    background-image: url(/bitrix/templates/liga_new/images/afterauth_icon5.png);
    top: 205px;
}

.f5 {
    background-image: url(/bitrix/templates/liga_new/images/afterauth_icon6.png);
    top: 296px;
}

.f1, .f3, .f5 {
    background-position: right center;
    padding-right: 65px;
    text-align: right;
    left: 0;
}

.f2, .f4 {
    background-position: left center;
    padding-left: 65px;
    right: 0;
}

.v_auth_line {
    background-image: url(/bitrix/templates/liga_new/images/v_auth_line.jpg);
    background-repeat: no-repeat;
    width: 20px;
    height: 383px;
    top: 20px;
    left: 275px;
    position: absolute;
}

.redirectlink {
    padding: 30px 0;
    text-align: center;
    clear: both;
}

.ui-accordion-header {
    border-bottom: 2px solid #EC001E;
    color: #EC001E;
    font-size: 20px;
    margin: 0 0 10px 0;
    max-width: 280px;
    cursor: pointer;
    padding-bottom: 5px;
}

.ui-accordion-content {
    padding: 0 10px 10px;
}

.ui-accordion-content li {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}

.ui-accordion-content li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #EC001E;
    border-radius: 50%;
}

.ui-accordion-content li:first-child {
    margin-top: 0;
}

.top_video_block {
    margin: 0 0 20px;
}

.top_video_block .list {
    margin-left: 60%;
    padding: 0 10px;
}

.top_video_block .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.top_video_block .date {
    font-size: 12px;
    color: #898989;
}

.top_video_block .img {
    float: left;
    position: relative;
    width: 60%;
}

.top_video_block .img img {
    width: 100%;
}

.top_video_block .img a {
    display: block;
}

.top_video_block .img .rubric {
    line-height: 30px;
    min-width: 195px;
    background: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
    border-bottom: 1px solid #192952;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: -400px;
    width: 40px;
    height: 40px;
    background: rgb(25, 41, 82);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
    bottom: -100px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.scroll-top.active {
    bottom: 20px;
}

.scroll-top:hover {
    opacity: .5;
}

.branding .pravoRubrick-newsList-item:nth-child(5) ~ li {
    display: none;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

[href*="liveinternet"] {
    position: absolute;
}

.main ~ div {
}

.subscribe {
    position: fixed;
    z-index: 1;
    width: 320px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -150px;
    background: #192952; /* padding:14px 14px 17px; */
    font-size: 12px;
    color: #999eae;
    text-align: center;
    box-shadow: 0 0 20px rgb(0, 0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.subscribe-popup .mess {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 48px;
    background: #fff;
    display: table;
    border: 1px solid #bbbbbb;
}

.subscribe-popup .mess > span {
    display: table-cell;
    vertical-align: middle
}

.subscribe .close {
    width: 31px;
    height: 31px;
    position: absolute;
    right: -31px;
    top: -31px;
    background: url(images/close.png);
    cursor: pointer;
}

.subscribe-title {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
    padding-bottom: 22px;
    word-spacing: -1px;
}

.subscribe-header {
    background: #ffffff;
    margin: 0 -14px 14px;
    height: 60px;
    line-height: 60px;
}

.subscribe-popup p {
    margin-bottom: 18px;
    position: relative;
}

.subscription-email {
    height: 48px;
    border: 1px solid #bbbbbb;
    font-size: 19px;
    text-align: center;
    color: #9194a0;
}

.subscribe-popup .subscription-email::-webkit-input-placeholder {
    color: #9194a0;
}

.subscribe-popup .subscription-email::-moz-placeholder {
    color: #9194a0;
}

.subscribe-popup .subscription-email:-moz-placeholder {
    color: #9194a0;
}

.subscribe-popup .subscription-email:-ms-input-placeholder {
    color: #9194a0;
}

button.subscription-submit {
    height: 46px;
    width: 100%;
    background: #e6000c;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    font-size: 22px;
}

.subscription-submit:hover {
    opacity: .8;
}

.subscription-popup-page-block {
    display: none;
}

.menu .table .td .social-menu li.main-icons {
    display: none;
}

.md-visible {
    display: none;
}

.sm-visible {
    display: none;
}

.ps-scrollbar-x-rail {
    position: absolute;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.95);
    display: none;
}

.ps-scrollbar-y {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}

.ps-scrollbar-y-rail {
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    height: 100% !important;
    border-radius: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.95);
    display: none
}

.social-likes, .social-likes__widget {
    display: block;
}

.social-likes {
    padding: 20px 0;
}

.social-likes_visible {
    opacity: 1;
    transition: opacity .1s ease-in
}

.social-likes > * {
    display: inline-block;
}

.social-likes_vertical > * {
    display: block
}

.social-likes_visible > * {
    visibility: inherit
}

.social-likes__widget {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.social-likes__widget:before, .social-likes__widget:after {
    display: none !important
}

.social-likes_vertical .social-likes__widget {
    display: block;
    float: left;
    clear: left
}

.social-likes__button, .social-likes__icon, .social-likes__counter {
    text-decoration: none;
    text-rendering: optimizeLegibility
}

.social-likes__button, .social-likes__counter {
    display: inline-block;
    margin: 0;
    outline: 0
}

.social-likes__button {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.social-likes__button:before {
    content: "";
    display: inline-block
}

.social-likes__icon {
    position: absolute;
    top: 0;
    left: 0
}

.social-likes__counter {
    position: relative
}

.social-likes_ready .social-likes__counter, .social-likes__counter_single {
    display: inline-block
}

.social-likes_ready .social-likes__counter_empty {
    display: none
}

.social-likes_vertical .social-likes__widget {
    display: block
}

.social-likes_notext .social-likes__button {
    padding-left: 0
}

.social-likes_single-w {
    position: relative;
    display: inline-block
}

.social-likes_single {
    position: absolute;
    text-align: left;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .11s, opacity .1s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.social-likes_single.social-likes_opened {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-out
}

.social-likes__button_single {
    position: relative
}

.social-likes {
    min-height: 36px;
    margin: -5px -5px 0;
}

.social-likes, .social-likes_single-w {
}

.social-likes__widget {
    margin: 5px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 19px;
}

.social-likes__widget:hover, .social-likes__widget:active, .social-likes__widget:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    cursor: pointer
}

.social-likes__button, .social-likes__counter {
    vertical-align: middle;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    cursor: inherit
}

.social-likes__button {
    padding: 1px 6px 1px 20px;
    font-weight: 400;
    border-right: 0
}

.social-likes__icon {
    width: 20px;
    height: 18px;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.social-likes__counter {
    min-width: 12px;
    padding: 1px 4px;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid #ccc
}

.social-likes__widget:hover > .social-likes__counter, .social-likes__widget:focus > .social-likes__counter, .social-likes__widget:active > .social-likes__counter, .social-likes__widget_active > .social-likes__counter {
    position: relative;
    border-left-color: transparent
}

.social-likes__widget:hover > .social-likes__counter:before, .social-likes__widget:focus > .social-likes__counter:before, .social-likes__widget:active > .social-likes__counter:before, .social-likes__widget_active > .social-likes__counter:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    border-left: 1px solid;
    opacity: .4
}

.social-likes_vertical {
    margin: -6px
}

.social-likes_vertical .social-likes__widget {
    margin: 6px
}

.social-likes_notext {
    margin: -3px
}

.social-likes_notext .social-likes__widget {
    margin: 3px
}

.social-likes_notext .social-likes__button {
    width: 18px
}

.social-likes_notext .social-likes__icon {
    width: 100%;
    background-position: center center
}

.social-likes__widget_single {
    margin: 0
}

.social-likes_single {
    margin: -12px 0 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}

.social-likes__single-container {
    width: 100%;
    display: table
}

.social-likes_single .social-likes__widget {
    float: none;
    display: table-row;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0
}

.social-likes_single .social-likes__button {
    display: block;
    padding: 2px 6px 2px 24px
}

.social-likes_single .social-likes__icon {
    margin-left: 4px;
    margin-top: 2px
}

.social-likes_single .social-likes__counter {
    display: table-cell;
    padding: 2px 8px 2px 4px;
    border-left: 0;
    text-align: right
}

.social-likes_single .social-likes__widget:hover > .social-likes__counter:before, .social-likes_single .social-likes__widget:focus > .social-likes__counter:before, .social-likes_single .social-likes__widget:active > .social-likes__counter:before {
    display: none
}

.social-likes__icon_single {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAaElEQVR42mIxL/zLgATkgXgBECcC8QOYIBOagvVA7ADEa4FYAV0RIxDPAeIUKD8VygeJM7BABf8DsScQ/4HyzwGxB1QcrKgByUpk9h8YnwlJElkBiiYmBiIAbRUx0s46FizhgwEAAgwAkmYQfIjC7tcAAAAASUVORK5CYII=")
}

.social-likes__widget_single:hover, .social-likes__widget_single:active, .social-likes__widget_single:focus, .social-likes__widget_active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #3673f4;
    border-color: #3673f4;
    color: #fff
}

.social-likes__widget_single:hover .social-likes__icon_single, .social-likes__widget_single:active .social-likes__icon_single, .social-likes__widget_single:focus .social-likes__icon_single, .social-likes__widget_active .social-likes__icon_single {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=")
}

.social-likes__icon_facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==")
}

.social-likes__widget_facebook:hover, .social-likes__widget_facebook:active, .social-likes__widget_facebook:focus {
    background: #425497;
    border-color: #425497
}

.social-likes__widget_facebook:hover .social-likes__icon_facebook, .social-likes__widget_facebook:active .social-likes__icon_facebook, .social-likes__widget_facebook:focus .social-likes__icon_facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC")
}

.social-likes__icon_twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==")
}

.social-likes__widget_twitter:hover, .social-likes__widget_twitter:active, .social-likes__widget_twitter:focus {
    background: #00b7ec;
    border-color: #00b7ec
}

.social-likes__widget_twitter:hover .social-likes__icon_twitter, .social-likes__widget_twitter:active .social-likes__icon_twitter, .social-likes__widget_twitter:focus .social-likes__icon_twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==")
}

.social-likes__icon_plusone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==")
}

.social-likes__widget_plusone:hover, .social-likes__widget_plusone:active, .social-likes__widget_plusone:focus {
    background: #dd4241;
    border-color: #dd4241
}

.social-likes__widget_plusone:hover .social-likes__icon_plusone, .social-likes__widget_plusone:active .social-likes__icon_plusone, .social-likes__widget_plusone:focus .social-likes__icon_plusone {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=")
}

.social-likes__icon_mailru {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC")
}

.social-likes__widget_mailru:hover, .social-likes__widget_mailru:active, .social-likes__widget_mailru:focus {
    background: #255896;
    border-color: #255896;
    color: #ffcd00
}

.social-likes__widget_mailru:hover .social-likes__icon_mailru, .social-likes__widget_mailru:active .social-likes__icon_mailru, .social-likes__widget_mailru:focus .social-likes__icon_mailru {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC")
}

.social-likes__icon_vkontakte {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=")
}

.social-likes__widget_vkontakte:hover, .social-likes__widget_vkontakte:active, .social-likes__widget_vkontakte:focus {
    background: #526e8f;
    border-color: #526e8f
}

.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:active .social-likes__icon_vkontakte, .social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=")
}

.social-likes__icon_odnoklassniki {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");
    background-position: 6px 3px
}

.social-likes__widget_odnoklassniki:hover, .social-likes__widget_odnoklassniki:active, .social-likes__widget_odnoklassniki:focus {
    background: #f6903b;
    border-color: #f6903b
}

.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki, .social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=")
}

.social-likes__icon_pinterest {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==")
}

.social-likes__widget_pinterest:hover, .social-likes__widget_pinterest:active, .social-likes__widget_pinterest:focus {
    background: #cc002b;
    border-color: #cc002b
}

.social-likes__widget_pinterest:hover .social-likes__icon_pinterest, .social-likes__widget_pinterest:active .social-likes__icon_pinterest, .social-likes__widget_pinterest:focus .social-likes__icon_pinterest {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==")
}

@media (min-width: 1200px) {
    .item-table .img.wide {
        width: 130px;
    }

    .item-table .img.wide + .info {
        margin-left: 140px;
    }

    .main.branding {
        max-width: 1000px;
    }
}

@media (min-width: 1000px) {
    .last_news_list li ul {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 0 !important;
    }

    .main_news_block .first {
        width: 100%;
    }

    .main_news_block .list {
        margin: 0;
        padding: 0;
    }

    .main_news_block .list li:nth-child(3) ~ li {
        display: none
    }

    .header .social li.cursor_pointer ul {
        background: #fff;
        position: absolute;
        left: -5px;
        top: -1px;
    }

    .header .social li.cursor_pointer .icon-right-open {
    }

    .header .social_part {
    }

    .header .social {
    }

    .header .social ul {
    }

    .header .social ul {
    }

    .header .social_part .social.social_popup_open ul {
        display: block;
    }

    .header .social li.cursor_pointer {
    }

    .collapse-large > ul {
        display: none;
    }

    .best_carousel .td {
        width: 50%
    }

    .best_carousel .td:last-child {
        display: none
    }

    .more1000-hidden {
        display: block;
    }

    .less1000-hidden {
        display: none;
    }
}

@media (max-width: 1010px) {
    .footer-block {
        display: none;
    }

    .left_wrapper {
    }

    .left_wrapper .left_part {
    }

    .center_wrapper {
        margin: 0;
    }

    .right_wrapper {
    }

    .menu .table .td.mobile-icons {
        display: table-cell;
    }

    .news_content .img {
        max-width: initial;
        padding: 0;
        float: none;
        margin-right: 0;
    }

    .spectema_content .img, .biznesRazdelBlock .article-image, .biznesRazdelBlock .article-content {
        display: block;
        width: auto;
    }

    .left_part {
        display: none;
    }

    .page-left, .page-right {
        width: auto;
        float: none;
        margin: 0 0 30px;
    }

    .top_video_block .img {
        float: none;
        width: auto
    }

    .top_video_block .list {
        margin: 0;
    }

    .photo_gallery {
        width: auto;
    }

    .top-video-theme .selector {
        display: none !important;
    }

    .item-list {
        margin-left: -2%;
    }

    .item-list .item {
        width: 48%;
        margin-left: 2%;
    }

    .photonews_content .img {
        float: none;
        margin: 0 0 20px;
    }

    .md-hidden {
        display: none !important;
    }

    .md-visible {
        display: block;
    }

    .header .social li.non-main-icons {
        display: none;
    }

    .menu .table .td.empty {
        width: auto;
    }

    .media-page .content .left_wrapper {
        width: auto;
        float: none;
        display: block;
    }

    .media-page .content .right_wrapper {
        margin: 0;
        width: auto;
        float: none;
        display: block;
    }

    .media-page .content .left_wrapper_inner {
        margin: 0
    }

    .header .social_part {
    }

    .last_news_list li .collapse-large > .collapse-arrow {
        display: block;
    }

    .collapse-large > ul {
        display: none;
    }

    .last_news_list li .collapse-middle > .collapse-arrow {
        display: block;
    }

    .collapse-middle ul {
        display: none;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .archive_datepicker, .archive_year_list {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .archive_year_list ul li {
        width: 25%;
    }

    .all_chennals_list ul li {
        width: 50%
    }

    .all-news .all_link_wrap {
        opacity: 0;
    }

    .all-news.show-all-news .all_link_wrap {
        opacity: 1;
    }

    .langs, .social-menu {
    }

    .print_link {
        display: none;
    }

    .main_news_block .first {
        width: auto;
        float: none;
    }

    .personal_center_wrapper, .personal_infoblock {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .infoblock2 {
        height: auto;
    }

    .v_auth_line {
        display: none
    }

    .finfoblock {
        position: static;
        width: 100%;
        background-position: left top;
        text-align: left;
        padding-right: 0;
        padding-left: 65px;
        margin-bottom: 20px;
    }

    .finfoblock br {
        display: none;
    }

    .specprojects > .td {
        width: 50%;
        float: left;
        font-size: 14px;
    }

    .header .social li {
    }

    .header .social li a {
    }

    .pravoRubrick-newsList-item:nth-child(5) ~ li {
        display: none;
    }

    .best_carousel {
        display: none;
    }
}

@media (min-width: 760px) {
    .scroll-top {
    }
}

@media (max-width: 760px) {
    .last_news_list li .collapse-large > .collapse-arrow {
        display: none;
    }

    .last_news_list li .collapse-middle > ul {
    }

    .navigation {
        text-align: center;
    }

    .copyright-right {
        float: none;
    }

    .copyright-left {
        margin: 0;
        padding-bottom: 10px;
    }

    .head_banner {
        display: none;
    }

    .specprojects {
        width: auto;
        margin: 0;
    }

    .sitemap_block h1, .sitemap_block h2 {
        margin-left: 0;
    }

    .news_detail .img {
        float: none;
        max-width: none;
        padding: 0;
    }

    .menu .table .td .social-menu li.main-icons {
        display: inline-block;
    }

    .header .center_wrapper {
        display: none;
    }

    .header .left_wrapper {
        width: auto;
    }

    .header .right_wrapper {
    }

    .menu .table {
        font-size: 13px;
    }

    .best_carousel {
        display: none;
    }
}

@media (max-width: 640px) {
    .table, .table > div, .header, .header > div {
        display: block;
        padding: 0;
        height: auto;
    }

    .header .left_wrapper {
        width: 60%;
        min-width: initial;
    }

    .logo {
    }

    .header .center_wrapper .center_part {
        display: block;
    }

    .header .center_wrapper .center_part > div {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: auto;
    }

    .header .center_wrapper .center_part > div.social_part {
        display: none;
    }

    .header .center_wrapper #ligaWeather {
        display: none;
    }

    .table.header > div {
        display: table-cell;
        vertical-align: bottom;
        padding: 0;
    }

    .header .right_wrapper {
        display: none !important;
    }

    .header {
        display: table;
        padding: 20px;
    }

    .left_wrapper, .left_part, .right_wrapper, .left_wrapper_inner {
        width: auto;
        float: none;
        margin: 0;
    }

    .all_chennals_list ul li {
        width: 100%;
    }

    .menu, .menu2 {
        display: none;
    }

    .mobile-menu {
        display: table;
        width: 100%;
        float: none;
        white-space: nowrap;
    }

    .header .social li.cursor_pointer {
        display: none;
    }

    .header .social ul {
        margin: 0
    }

    .header .social li.social-mobile {
        width: auto;
    }

    .header .social {
        height: auto;
        text-align: center;
        width: auto;
        display: block;
        white-space: normal;
    }

    .header .langs span, .header .langs a {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    .header .langs a:hover, .header .langs li.active a {
        color: #03275f;
        background: #fff;
    }

    .header .social li {
        width: 50px;
        text-align: center;
        margin: 0;
    }

    .header .center_wrapper {
        text-align: right;
        display: block;
    }

    .social-buttons, .print_link {
        width: 100%;
    }

    .press_center_list img {
        width: 100%;
    }

    .tabs > ul > li, .links li {
    }

    .sm-hidden {
        display: none !important;
    }

    .sm-visible {
        display: block !important;
    }
}

@media (min-width: 400px) and (max-width: 640px) {
    .press_center_photo {
        width: 130px;
        margin-bottom: 0;
        float: left;
    }

    .press_center_content .title {
        margin-left: 150px;
    }
}

@media (max-width: 500px) {
    .specprojects > .td {
        width: 100%;
    }

    .mobile-menu > div {
        font-size: 20px;
    }

    .mobile-menu span, .mobile-menu a {
        padding: 0 5px;
    }

    .articles .img {
        width: auto;
        float: none;
        padding-bottom: 5px;
    }

    .articles .info {
        margin: 0;
    }

    .new-browser-item img {
        float: none
    }

    .new-browser-description {
        margin: 0
    }

    .subscribe {
        width: auto;
        height: auto;
        left: 10px;
        right: 10px;
        top: 60px;
        margin: 0;
    }

    .subscribe .close {
        right: 0;
        top: -41px;
    }
}

@media (max-width: 420px) {
    body.open-menu {
        overflow: hidden;
    }

    .header {
        padding: 10px 10px 20px;
    }

    .header .mobile-menu > div.main-menu > div .ps-scrollbar-y-rail {
        display: block;
    }

    .header.fixed {
        position: fixed;
        left: 0;
        height: 60px;
        right: 0;
        margin-top: -100px;
        top: 0;
        background: #fff;
        padding: 10px;
        z-index: 2;
        box-shadow: 0 0 10px #000;
        transition: margin-top .3s ease;
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
    }

    .header.shown {
        margin-top: 0;
    }

    .header .mobile-menu > div > div {
        position: fixed;
        left: 0;
        right: 0;
        top: 76px;
    }

    .header.fixed .mobile-menu > div > div {
        top: 60px
    }

    .header .mobile-menu > div.main-menu > div {
        bottom: 0;
    }

    .content, .footer_links, .copyright {
        padding: 0 10px
    }

    .copyright-left {
        padding-bottom: 10px;
    }

    .table.header > div {
        padding: 0;
    }

    .table.header > div.left_wrapper {
    }

    .footer_links li {
        margin-right: 10px;
        font-size: 11px;
    }

    .footer_links .all_link_wrap {
        font-size: 11px;
    }
}