article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}
[hidden] {display: none;}
html, body {width: 100%; height: 100%; margin:0; padding:0;}
html {font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
body {-webkit-font-smoothing: antialiased;}
a:focus {outline: thin dotted;}
* { margin: 0; padding: 0;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;}
pre {white-space: pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
img {border: 0;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;} sub {bottom: -0.25em;}
svg:not(:root) {overflow: hidden;}
button::-moz-focus-inner, input::-moz-focus-inner, img, legend {border: 0;}
button, input, select, textarea {font-family: inherit; font-size: 100%;}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {overflow: auto; vertical-align: top; resize: none;}
table {border-collapse: collapse; border-spacing: 0;}
.errorMessage{color:red;}

.jq-radio {
    float: left;
    width: 14px;
    height: 14px;
    background: url('../themes/ranking/assets/images/checknone.png') no-repeat center bottom;
}
.checkbox_box ul.drop li .jq-radio {
    float: none;
    display: inline-block;
}


.jq-radio input.check {
    position: absolute;
    left: 0px;
    top: 0px;
}

.checkbox_box ul.drop li .jq-radio.checked {
    background: url('../themes/ranking/assets/images/check.png') no-repeat center bottom;
}
.checkbox_box ul.drop li .jq-radio {
    background: url('../themes/ranking/assets/images/checkser.png') no-repeat center bottom;
}

.checkbox_box ul.drop li li.bold_l {
    float: left;
    margin-right: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
body {
    font:14px/16px Calibri, sans-serif;
    color: #303030;
    background: #f6f6f4;
}
a {
    color: #216e9a;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
ul, li {
    margin: 0; padding: 0; list-style: none;
}
p {
    padding: 5px 0;
}
input, textarea, button {
    outline: none;
}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.widthC {
    width: 1160px;
    margin: auto;
}

.inform{ color: gray; }


header {
width: 1160px;
height: 82px;
margin: auto;
}
header .logo {
    padding: 14px 0px 0px 20px;
}
header .logo a {
    display: block;
}
header .block_head {
    padding: 27px 0px 0px 0px;
    width: 462px;
    float: right;
}
header .block_head .socials {
    margin-right: 31px;margin-top: 4px;width: 251px;
}
header .block_head .socials li {
    float: left;
    margin-right: 10px;
}
header .block_head .socials li.first {
padding: 5px 0px;
color: #303030;
font-weight: bold;
}

.search {
    background: url(../themes/ranking/assets/images/search.png) no-repeat center center;
    width: 180px;
    height: 30px;
}

header .block_head .search input[type="text"] {
border: none;
width: 137px;
height: 20px;
padding: 5px 0px 5px 10px;
background: none;
color: #8b8b8b;
font-style: italic;
}
header .block_head .search input[type="submit"] {
height: 30px;
width: 30px;
background: none;
border: none;
float: right;
}
.search {
    background: url(../themes/ranking/assets/images/search.png) no-repeat center center;
    width: 180px;
    height: 30px;
}
nav.top {
margin-bottom: 19px;
height: 55px;
background: url(../themes/ranking/assets/images/menu-bg.png);
}
nav.top .widthC {
    width: 1160px;
    height: 50px;  margin: auto;
}
nav.top .widthC li {
    float: left;
}
nav.top .widthC li a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 20px;
}
nav.top .widthC li a:hover {
    background: #ffedeb;
color: #be1522;
}

header .block_head .socials.active {
    margin-right: 92px;
    width: 190px;
}
header .block_head .socials.active li.last {
    font-size: 12px;
    line-height: 14px;
}
header .block_head .socials.active li {
    margin-right: 4px;
}




section#content {
width: 640px;
padding: 30px 20px 0px 20px;
background: #fff;
}
section#content article.article {
    margin: 0px 0px 30px 0px;
}
section#content article.article .newsT {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
}
section#content article.article .newsT a {
color: #346ba9;
}
section#content article.article p {
    padding: 0;
    margin-bottom: 6px;
	color: #303030;
}
section#content article.article .inform {
    font-size: 12px;
    line-height: 14px;
    color: #8b8b8b;
}
section#content article.article .inform  span {
padding: 2px 8px;
background: url(../themes/ranking/assets/images/tag.png) no-repeat center right;
}
section#content article.article .inform a.tag {
color: #373736;
text-decoration: none;
padding: 2px 5px;
background: #e2e2e2;
}
section#content_s {
    margin: 10px 18px;
    width: 255px;
}
section.foreignNews{
    margin-top: 10px;
}
section.foreignNews .title_block,
section#content_s .title_block {
    font-weight: bold;
    color: #be1522;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 12pt;
}
section.foreignNews article.article,
section#content_s article.article {
    margin-bottom: 25px;
}
section.foreignNews article.article .newsT,
section#content_s article.article .newsT {
    margin-bottom: 10px;
}
section.foreignNews article.article .newsT a,
section#content_s article.article .newsT a {
    color: #373736;
}
section.foreignNews article.article .inform,
section#content_s article.article .inform {
color: #8b8b8b;
font-size: 12px;
line-height: 14px;
}
aside#sidebar {
    width: 185px;
    float: right;
}
aside .lastnews article.article {
    background: #fff;
    margin-bottom: 22px;
    box-shadow: 0px 4px 14px #E3E0E0;
	-webkit-box-shadow: 0px 4px 14px #E3E0E0;
	-moz-box-shadow: 0px 4px 14px #E3E0E0;
}
aside#sidebar article.article .title {
padding: 0px 15px 20px 15px;
font-size: 12px;
line-height: 14px;
color: #303030;
margin-top: 8px;
}
aside#sidebar article.article .title a {
    font-size: 12px;  line-height: 14px;  color: #303030;
    text-decoration: none;
}
aside#sidebar article.article .title a:hover {
    text-decoration: underline;
}
aside#sidebar .submit_email {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 2px solid #c5c5c3;
}
aside#sidebar .submit_email img {
    float: left;
    margin-right: 5px;
}
aside#sidebar .submit_email a {
    color: #be1522;
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
    display: block;
    float: left;
}
aside#sidebar article.article .img {
text-align: center;
}
.current {
    display: block;
    float: left;
    padding: 6px 11px;
    background: #fff;
    margin-left: 10px;
}
.lang-current{
    font-weight: bold;
    text-decoration: none;
}
footer {
    background: url(../themes/ranking/assets/images/footer-bg.png);
	margin-top: 10px;
	height: 90px;
}
footer .boxFooter {
    width: 870px;
}
footer .boxFooter li {
    float: left;
}
footer .boxFooter ul {
    margin: 40px 0px;
    overflow: hidden;
}
footer .boxFooter li a {
    color: #ffffff;
    display: block;
    margin-right: 40px;
}
footer .box_footer_t {
    width: 290px;
    margin: 40px 0px;
}
footer .box_footer_t p {
    padding: 0;
	color: #ffffff;
}
/* active_logout */

/* setting_email */
body.setting_email section#content, body.map section#content {
    width: 920px;
}
article.page {
    padding-bottom: 30px;
}
article.page h1 {
font-size: 24px;
line-height: 26px;
margin-bottom: 44px;
font-weight: bold;
margin-top: 10px;
}
article.page .email_form div.input_box input {
width: 370px;
height: 36px;
border: none;
padding: 0px 10px;
background: url(../themes/ranking/assets/images/form-bg.png);
font-style: italic;
color: #8b8b8b;
}
article.page .email_form div.input_box {
    margin-bottom: 12px;
}
article.page .email_form div.input_box .text {
    width: 160px;
    padding: 10px 0px;
}
span.submit_box {
background: url(../themes/ranking/assets/images/save.png) no-repeat top right;
width: 173px;
height: 49px;
display: block;
}
.email_form input.submit {
background: none;
border: none;
width: 165px;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
color: #303030;
height: 40px;
}
body.setting_email section#content, body.map section#content {
min-height: 693px;
}
/* page_two */
body.page_two section#content {
    width: 920px;
}
body.page_two nav.top {
    margin-bottom: 0px;
}
nav.top_two {
background: url(../themes/ranking/assets/images/menu-bg2.png);
overflow: hidden;
margin-top: -6px;
height: 55px;
clear: both;
}
nav.top_two li {
    float: left;
}
nav.top_two li a {
    display: block;  font-size: 16px;  line-height: 18px;      color: #303030;    padding: 16px 20px;
}
nav.top_two li.active a {
    font-weight: bold;
    text-decoration: none;
	background: url(../themes/ranking/assets/images/ugol.png) 19px 43px no-repeat;
}
nav.top .widthC li.active a {
    background: #ffedeb;
	color: #be1522;
}
nav.top_three {  overflow: hidden;
}
nav.top_three li {
    float: left;
}
nav.top_three li a {
    display: block;  font-size: 16px;  line-height: 18px;    padding: 4px 20px 10px;
}
nav.top_three li.active a {
    font-weight: bold;
	text-decoration: none;
color: #303030;
}
.page_two_text {
    width: 660px;
    float: left;
}
.filtr {
    float: right;
    width: 222px;
    padding: 12px 7px;
    border: 2px solid #fb8f97;
}
.filtr ul ul {
    display: none;
}
.filtr ul li a {
    color: #303030;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 18px;
    padding-left: 16px;
    background: url(../themes/ranking/assets/images/arrow.png) no-repeat 4px 4px;
}
.filtr ul li a.nodd{
	padding-left: 0px;
	background: none;
}
.filtr ul li a.nodd label{
	margin-left:3px;
}
.filtr input.submit {
    background: url(../themes/ranking/assets/images/button1.png);
    border: none;
    width: 125px;
    padding: 8px 0px 8px 0px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
.filtr p {
    font-size: 12px;
    font-style: italic;
    padding: 0px 8px;
    color: #8b8b8b;
}
.box_title {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 7px;
    margin-bottom: 25px;
    border-bottom: 2px solid #303030;
    color: #303030;
}
.filtr ul li.active a {
margin-bottom: -5px;
color: #be1522;
background: url(../themes/ranking/assets/images/arrowD.png) no-repeat left center;
}
.filtr ul ul li {
margin: 3px 0px;
width: 193px;
overflow: hidden;
}
.filtr ul ul {
    margin: 10px 20px;
}
.filtr ul ul li label {
    line-height: 16px;
}
.filtr ul ul li input {
    padding-top: 8px;
    float: left;
}
.filtr ul ul li label {
line-height: 14px;
float: left;
width: 175px;
margin-left: 3px;
margin-top: 2px;
}
.jq-checkbox {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../themes/ranking/assets/images/checknone.png) no-repeat center bottom;
}
.jq-checkbox input.check {
    position: absolute;
    left: 0px;
    top: 0px;
}
.jq-checkbox.checked {
    background: url(../themes/ranking/assets/images/check.png) no-repeat center bottom;
    width: 14px;
}
/* page_three */
body.page_three section#content {
    width: 920px;
}
body.page_three nav.top {
    margin-bottom: 24px;
}
body.page_three section#content {
min-height: 693px;
}
td.head_bg_t {
    text-align: center;
    background: #606060;
    color: #fff;
}
td.head_bg_t2 {
text-align: center;
background: #606060;
color: #fff;
padding: 11px 14px;
font-size: 14px;
}
table td {
    border: 1px solid #777777;
    padding: 3px;
}
table {
    margin: 20px 0px;
}
body.page_three article.page h1 {
    margin-bottom: 10px;
}
body.page_three article.page .inform {
    font-size: 14px;
    line-height: 16px;  color: #8b8b8b;
    margin-bottom: 10px;
}
body.page_three article.page .obzor {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
body.page_three article.page .obzor strong {
    display: block;
}
body.page_three article.page .obzor a {
    display: block;
    margin-top: 5px;
}
.page_two_text i {
color: #A1A1A1;
}
article.page h2 {
font-size: 18px;
line-height: 20px;
}
.side_post {
    float: right;
    width: 240px;  margin-right: 10px;
}
.side_post .block table td {
    border: none;
    padding: 3px 4px;
    background: #ffedeb;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.side_post .block table {
    margin: 0px;
    font-size: 12px;
    margin-bottom: 20px;
}
.side_post .block table tr {
    margin-bottom: 5px;
}
section#content.page4 {
padding: 30px 0px 0px 20px;
}
aside#sidebar.unik {
    float: left;
    padding-left: 10px;
    background: #fff;
    width: 210px;
    padding-bottom: 25px;
}
aside#sidebar.unik .box_title {
    margin-left: 10px;
    margin-right: 20px;
}
aside#sidebar.unik .scorll_box {
    height: 340px;  overflow-x:hidden;
overflow-y:scroll;
padding-bottom:10px;
}
aside#sidebar.unik .scorll_box a {
    display: block;
    padding-left: 10px;padding-bottom: 5px;
}
aside#sidebar.unik .scorll_box li.active {
    background: url(../themes/ranking/assets/images/arrowS.png) no-repeat left 1px;
}
aside#sidebar.unik .scorll_box li.active a {
    text-decoration: none;
    color: #be1522;
}
div#mycustomscroll_scrollwrapper {
background: url(../themes/ranking/assets/images/scroll.png) right top repeat-y;
}
div#mycustomscroll_vscrollerbase {
z-index: 20;
visibility: visible !important;
}
div#mycustomscroll_vscrollerbar {
width: 6px;
height: 20px !important;
background: #303030;
right: 6px;
border-radius: 10px;
position: absolute;
z-index: 20;
cursor: pointer;
visibility: visible !important;
}
div#mycustomscroll {
background: url(../themes/ranking/assets/images/ten.png) left bottom repeat-x;
}
aside#sidebar.unik .ten {
    height: 13px;
    width: 195px;
    position: absolute;
    bottom: 0px;
    background: url(../themes/ranking/assets/images/ten.png) left 0px repeat-x;z-index: 22;
}
aside#sidebar.unik .lastnews {
    position: relative;
}
div#mycustomscroll_mcontentwrapper {
z-index: 20 !important;
}
.checkbox_box ul.drop li {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 12px;
    background: url(../themes/ranking/assets/images/arrow.png) no-repeat left 6px;
	margin-bottom: 30px;
}
.checkbox_box ul.drop li.active {
    background: url(../themes/ranking/assets/images/arrowD.png) no-repeat left 6px;
}
.checkbox_box ul.drop li ul {
    padding-left: 20px;
    overflow: hidden;
}
.checkbox_box ul.drop li li.bold_l {
    float: left;
    margin-right: 60px;
    font-size: 14px;  font-weight: bold;
    line-height: 16px;
}
.checkbox_box ul.drop li ul.drop_o {
    margin-top: 17px;
    padding-bottom: 20px;
    width: 660px;
    border-bottom: 2px solid #cacaca;
}
.checkbox_box ul.drop li ul.drop_two {
    margin-top: 10px;
    font-size: 16px;  font-weight: bold;  line-height: 20px;
}
.checkbox_box ul.drop li ul.drop_two li {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.checkbox_box ul.drop li li {
    padding-left: 0px;
    background: none;
	margin-bottom: 0px;
}
.checkbox_box ul.drop li .jq-checkbox.checked {
    background: url(../themes/ranking/assets/images/check.png) no-repeat center bottom;

}
.checkbox_box ul.drop li .jq-checkbox {
    float: none;
    display: inline-block;
}
.checkbox_box ul.drop li label {
    display: inline-block;
    padding-left: 5px;
	cursor: pointer;
}
.checkbox_box ul.drop li li label {
    cursor: default;
}
.checkbox_box ul.drop li .jq-checkbox {
    background: url(../themes/ranking/assets/images/checkser.png) no-repeat center bottom;
}
.checkbox_box ul.drop li ul.drop_o {
    display: none;
}
tr.title td {
background: #fb8f97 !important;
color: #ffffff;
}
.mini ul li a img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.mini {
    width: 262px !important;
    margin-left: -11px;
}
.block-info {
width: 660px;
height: 72px;
background: url(../themes/ranking/assets/images/block-bg.png);
padding: 18px 0;
margin: 7px 0 37px 0;
float: left;
}
.block-info a {
width: 140px;
float: left;
display: block;
margin: 0 20px;
padding-left: 40px;
background: url(../themes/ranking/assets/images/block-icon.png) left top no-repeat;
color: #346ba9;
height: 80px;
}
.page4 table.t1 td {
    width: 63px;
    padding: 3px 0px !important;
    text-align: center;
}
.page4 table.t1 td:first-child {
    text-align: left;
    padding-left: 10px !important;
	padding-right: 5px !important;
}
.page4 table.t1 td.head_bg_t {
    padding-left: 3px !important;
    text-align: left;
}
.page4 table.t1 td.head_bg_t2.tt2 {
    padding-left: 2px !important;  text-align: left;
    width: 160px;
}
.podel {
    width: 660px;
    height: 59px;
    border-top: 2px solid #cacaca;
    margin-top: 40px;
    padding-top: 19px;
    margin-bottom: -30px;
}
.podel p {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 0 0;
    color: #303030;
}
.podel a {
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    text-decoration: none;
    margin-right: 10px;
}
.podel a span {
    color: #303030;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 3px;
}
a.back {
    color: #346ba9;
   padding: 25px 0 20px 0;
    display: block;
    font-size: 18px;
    padding-left: 21px;
    background: url(../themes/ranking/assets/images/in_left.png) left center no-repeat;
}
.backaticle {
margin-left: -20px;
background: #f6f6f4;
}
.page_three nav.top {
    margin-bottom: 0px !important;
}
.filtr p.title {
    color: #373736;
    border-bottom: 2px solid #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 7px;
    margin-left: 16px;
    padding-left: 0;
    margin-bottom: 15px;
}
.podel a.soc1 {
    background: url(../themes/ranking/assets/images/fb2.png);
}
.podel a.soc2 {
    background: url(../themes/ranking/assets/images/vk2.png);
}
.podel a.soc3 {
    background: url(../themes/ranking/assets/images/tw2.png);
}
.podel a.soc4 {
    background: url(../themes/ranking/assets/images/gg2.png);
}
.podel a.soc1:hover {
    background: url(../themes/ranking/assets/images/fb2-h.png);
}
.podel a.soc2:hover {
    background: url(../themes/ranking/assets/images/vk2-h.png);
}
.podel a.soc3:hover {
    background: url(../themes/ranking/assets/images/tw2-h.png);
}
.podel a.soc4:hover {
    background: url(../themes/ranking/assets/images/gg2-h.png);
}
.map_post {
    margin-top: -30px;
    margin-right: 0px;
}
.map_post a {
    color: #303030;
    display: block;
    margin-bottom: 18px;
}
.horiz p.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}
.horiz ul li {
    width: 130px;
    float: left;
    margin-right: 30px;
}
.horiz ul {
    overflow: hidden;
    margin-bottom: 34px;
}
.horiz ul li a {
    color: #346ba9;
    padding: 2px 0 0 19px;
    display: block;
    background: url(../themes/ranking/assets/images/list-icon.png) left top no-repeat;
    margin-bottom: 4px;
}
.horiz ul li ul {
    margin: 7px 0 0 19px;
}
.horiz ul li ul a {
    color: #303030;
}
.horiz ul li.icon2 a {
    background: url(../themes/ranking/assets/images/list-icon2.png) left top no-repeat;
}
.horiz ul li.icon2 ul li a {
    background: url(../themes/ranking/assets/images/list-icon.png) left top no-repeat;
}
.list-map {
    margin-bottom: -30px;
}
.map footer {
    margin-top: 60px;
}

article.page img{max-width: 660px;}
.list-view .pager{display: none;}

section#content article.page .inform  span {
    padding: 2px 8px;
    background: url(../themes/ranking/assets/images/tag.png) no-repeat center right;
}
section#content article.page .inform a.tag {
    color: #373736;
    text-decoration: none;
    padding: 2px 5px;
    background: #e2e2e2;
}

.pagination {
	width: 960px;
	max-width: 100%;
	float: left;
	padding: 15px 0px 9px 0px;
	font-size: 16px;
	line-height: 18px;
	background: #f6f6f4;
	margin-left: -20px;
}
.pagination li{
	display: block;
    float: left;
	padding: 0;
	margin-left: 10px;
}
.pagination a ,
.pagination span {
    display: inline-block;
    padding: 6px 11px;
    color: #303030;
}
.pagination .active {
    background: #fff;
	color: #be1522;
}
.pagination a:hover {
    background: #fff;
}


@media only screen and (max-width: 1030px),
only screen and (max-device-width: 1030px) {
    .widthC {
    width: 900px;
    }
    body.setting_email section#content, body.map section#content {
    width: 912px;
    }
    nav.top .widthC {
    width: 900px;
    height: 50px;
    margin: auto;
    }
    aside#sidebar.unik {
    width: 170px;
    }
    aside#sidebar.unik .ten {
    width: 169px;
    }
    section#content {
    width: 630px;
    padding: 30px 20px 0px 20px;
    background: #fff;
    }
    section#content_s {
    margin: 10px 18px;
    width: 194px;
    }
    aside#sidebar {
    float: left;
    margin-left: 0px;
    width: 900px;
    }
    footer .boxFooter {
    width: 630px;
    }
    footer .box_footer_t {
    width: 270px;
    margin: 40px 0px 15px 0px;
    }
    aside#sidebar article.article {
        display: inline-block;
        margin-right: 5px;
        width: 226px;height: 232px;overflow: hidden;
    }
    aside#sidebar .submit_email {
    float: left;
    width: 190px;
    margin-top: 20px;
    margin-left: 10px;
    }
    .lastnews {
        float: left;
    }
    section#content .side_post {
        float: left;
        width: 659px;
        margin-bottom: 20px;
    }
    body.page_three section#content {
    width: 700px;
    }
    .podel {
    width: 560px;
    }
}
@media only screen and (max-width: 920px),
only screen and (max-device-width: 920px) {
.widthC {
width: 750px;
}
body.setting_email section#content, body.map section#content {
width: 710px;
}
nav.top .widthC {
width: 750px;
height: 50px;
margin: auto;
}
body.page_two section#content {
width: 710px;
}
body.page_two section#content .filtr {
    float: none;
    margin: auto;
    clear: both;
}
aside#sidebar.unik {
width: 735px;
}
aside#sidebar.unik .ten {
width: 735px;
}
section#content {
width: 710px;
padding: 30px 20px 0px 20px;
background: #fff;
margin: auto;
}
section#content_s {
margin: 10px 18px;
width: 710px;
}
section#content_s article.article {
width: 343px;
height: 74px;
float: left;
margin-right: 11px;
margin-bottom: 0px;
}
aside#sidebar {
float: left;
margin-left: 0px;
width: 750px;
}
footer .boxFooter {
width: 470px;
}
footer .box_footer_t {
width: 270px;
margin: 31px 0px 15px 0px;
}
footer .boxFooter ul {
margin: 31px 0px 17px 0px;
overflow: hidden;
}
aside#sidebar article.article {
display: inline-block;
margin-right: 5px;
width: 243px;
height: 232px;
overflow: hidden;
}
aside#sidebar .submit_email {
float: left;
width: 740px;
margin-top: 20px;
margin-left: 10px;
}
.lastnews {
    float: left;
}
section#content .side_post {
float: left;
width: 710px;
margin-bottom: 20px;
}
body.page_three section#content {
width: 700px;
padding: 30px 25px 10px 20px;
}
.backaticle {
width: 745px;
}
.box_title {
width: 700px;
}
div#mycustomscroll_mcontentwrapper {
left: 0px !important;
}
.podel {
width: 560px;
}
}
@media only screen and (max-width: 749px),
only screen and (max-device-width: 749px) {
    header.widthC {
    height: auto;
    }
    header.widthC .block_head {
    float: left;
    padding: 14px 0px 10px 20px;
    }
    .widthC {
    width: 580px;
    margin:auto;
    }
    body.setting_email section#content, body.map section#content {
    width: 540px;
    margin:auto;
    }
    nav.top .widthC {
    width: 580px;
    height: 50px;
    margin: auto;
    }
    body.page_two section#content {
    width: 540px;
    margin:auto;
    }
    body.page_two section#content .filtr {
        float: none;
        margin: auto;
        clear: both;
    }
    aside#sidebar.unik {
    width: 555px;
    margin:auto;
    }
    aside#sidebar.unik .ten {
    width: 555px;
    margin:auto;
    }
    section#content {
    width: 540px;
    padding: 30px 20px 0px 20px;
    background: #fff;
    margin: auto;
    }
    section#content_s {
    margin: 10px 18px;
    width: 540px;
    margin:auto;
    }
    section#content_s article.article {
    width: 505px;
    height: 74px;
    float: left;
    margin-right: 11px;
    margin-bottom: 0px;
    }
    aside#sidebar {
    float: none;
    margin-left: 0px;
    width: 500px;
    margin: auto;
    }
    footer .boxFooter {
    width: 580px;
    }
    footer .box_footer_t {
    width: 580px;
    margin: 0px 0px 10px 0px;
    }
    footer .boxFooter ul {
    margin: 31px 0px 17px 0px;
    overflow: hidden;
    }
    aside#sidebar article.article {
    display: inline-block;
    margin-right: 5px;
    width: 243px;
    height: 232px;
    overflow: hidden;
    }
    aside#sidebar .submit_email {
    float: left;
    width: 524px;
    overflow: hidden;
    }
    .lastnews {
        float: left;
    }
    section#content .side_post {
    float: left;
    width: 540px;
    margin-bottom: 20px;
    }
    body.page_three section#content {
    width: 530px;
    padding: 30px 25px 10px 20px;
    }
    .backaticle {
    width: 575px;
    }
    .box_title {
    width: 530px;
    }
    div#mycustomscroll_mcontentwrapper {
    left: 0px !important;
    }
    footer {
    background: #c94a40 url(../themes/ranking/assets/images/footer-bg.png) repeat-x;
    margin-top: 10px;
    height: auto;
    }
    .page_two_text {
    width: 580px;
    float: left;
    }
    .page_two_text {
    width: 540px;
    float: left;
    }
    .block-info {
    width: 570px;
    background: none;
    padding: 18px 0;
    margin: 0px 0 0px 0;
    float: none;
    overflow: hidden;
    }
    .block-info a {
    width: 140px;
    float: left;
    display: block;
    margin: 0 0px;
    padding-left: 40px;
    background: url(../themes/ranking/assets/images/block-icon.png) left top no-repeat;
    color: #346ba9;
    }
    .podel {
    width: 560px;
    }
}
@media only screen and (max-width: 579px),
only screen and (max-device-width: 579px) {
    header.widthC {
    height: auto;
    }
    header.widthC .block_head {
    float: left;
    padding: 14px 0px 10px 20px;
    }
    .widthC {
    width: 300px;
    margin:auto;
    }
    nav.top .widthC {
    width: 300px;
    height: 50px;
    margin: auto;
    }
    body.page_two section#content {
    width: 280px;
    margin:auto;
    }
    body.page_two section#content .filtr {
        float: none;
        margin: auto;
        clear: both;
    }
    aside#sidebar.unik {
    width: 280px;
    margin:auto;
    }
    aside#sidebar.unik .ten {
    width: 280px;
    margin:auto;
    }
    section#content {
    width: 280px;
    padding: 30px 20px 0px 20px;
    background: #fff;
    margin: auto;
    }
    section#content_s {
    margin: 10px 18px;
    width: 280px;
    margin:auto;
    }
    section#content_s article.article {
    width: 280px;
    height: 74px;
    float: left;
    margin-right: 11px;
    margin-bottom: 0px;
    }
    aside#sidebar {
    float: none;
    margin-left: 0px;
    width: 280px;
    margin: auto;
    }
    footer .boxFooter {
    width: 280px;
    }
    footer .box_footer_t {
    width: 280px;
    margin: 0px 0px 10px 0px;
    }
    footer .boxFooter ul {
    margin: 31px 0px 17px 0px;
    overflow: hidden;
    }
    aside#sidebar article.article {
    display: inline-block;
    margin-right: 5px;
    width: 260px;
    height: 232px;
    overflow: hidden;
    }
    aside#sidebar .submit_email {
    float: left;
    width: 280px;
    overflow: hidden;
    }
    .lastnews {
        float: left;
    }
    section#content .side_post {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    }
    body.page_three section#content {
    width: 280px;
    padding: 30px 25px 10px 20px;
    }
    .backaticle {
    width: 280px;
    }
    .box_title {
    width: 270px;
    }
    div#mycustomscroll_mcontentwrapper {
    left: 0px !important;
    }
    footer {
    background: #c94a40 url(../themes/ranking/assets/images/footer-bg.png) repeat-x;
    margin-top: 10px;
    height: auto;
    }
    .page_two_text {
    width: 300px;
    float: left;
    }
    .page_two_text {
    width: 280px;
    float: left;
    }
    .block-info {
    width: 280px;
    background: none;
    padding: 18px 0;
    margin: 0px 0 0px 0;
    float: none;
    overflow: hidden;
    }
    .block-info a {
    width: 140px;
    float: left;
    display: block;
    margin: 0 0px;
    padding-left: 40px;
    background: url(../themes/ranking/assets/images/block-icon.png) left top no-repeat;
    color: #346ba9;
    }
    .podel {
    width: 280px;
    }
    header.widthC .logo {
        width: 230px;
        margin: auto;
        padding: 10px 0px;
        float: none;
    }
    header.widthC .block_head {
        float: none;
        width: 280px;
        margin: auto;
        padding: 10px 0px;
    }
    header.widthC .block_head .search {
        float: none;
        margin: auto;
        clear: both;
        padding: 10px 0px;
    }
    nav.top {
        background: #c94a40 url(../themes/ranking/assets/images/footer-bg.png) repeat-x;
        height: auto;
    }
    nav.top li {
        float: none !important;
        display: block;
        text-align: center;
    }
    nav.top .widthC {
        height: auto;
        overflow: hidden;
    }
    body.setting_email section#content, body.map section#content {
    width: 255px;
    margin: auto;
    }
    body.setting_email section#content input {
        width: 243px;
        background: none;
        border: 1px solid #BCBCBC;
    }
    body.setting_email section#content input.submit {
    border: none;
    }
}

/*Мобильная верстка */

.mobile-pagination {
    display: none;
}
.desktop-pagination {
    display: block;
}
.hamburger {
    display: none;
}
.yashare-ranking .ya-share2__container_size_m .ya-share2__icon {
    height: 34px;
    width: 34px;
    background-size: 34px 34px;
}
.social-sharing {
    display: flex;
    justify-content: left;
    height: 59px;
    border-top: 2px solid #cacaca;
    margin-top: 40px;
    padding-top: 19px;
}
.social-sharing>span {
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 0 0;
    color: #303030;
}
    @media (max-width: 980px){
    body {
        font: 16px/18px Calibri, sans-serif;
        color: #303030;
        background: #f6f6f4;
    }
    header {
        width: 100%;
        height: 82px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    header .block_head .socials {
        margin-right: 0;
        margin-top: 4px;
        width: 30px;
    }
    header .block_head {
        padding: 5px 0px 0px 0px;
        width: auto;
        float: right;
        margin-left: 20px;
    }
    header .logo img {
        width: 50vw;
        max-width: 220px;
    }
    header .logo {
         padding: 14px 0px 0px 10px;
     }
    .search {
        background: transparent;
        width: auto;
        height: 30px;
        margin-left: 10px;
    }
    #searchmob input[type=text] {
        width: 15px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
    }
    #searchmob input[type=text]:focus {
        width: 130px;
        padding-left: 32px;
        color: #000;
        background-color: #fff;
        cursor: auto;
    }
    #searchmob input[type=text] {
        margin-top: 2px;
        position: absolute;
        right: 70px;
        background: #ededed url(../themes/ranking/assets/images/search-icon.png) no-repeat 7px center;
        border: solid 1px #ccc;
        padding: 6px 8px 6px 26px;
        width: 0;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .langswitch {
        font-size: 0;
        line-height: 0px;
    }
    .langswitch a {
        font-size: 16px;
        background-color: #c94a40;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: block;
        text-transform: uppercase;
    }
    .langswitch .lang-current {
        display: none;
    }
     #navLinks {
         display: none;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 20px;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
    section#content {
        width: auto;
        float: none;
    }
    section#content_s {
        padding-top: 30px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    section#content_s article.article {
        margin-top: 10px;
        width: auto;
        height: auto;
        border-bottom: 1px solid #fff;
    }
    aside#sidebar {
        width: auto;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    aside#sidebar article.article {
        height: auto;
        width: 100%;
    }
    .widthC {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .widthC {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    footer .boxFooter {
        width: 100%;
    }
    footer .boxFooter ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    footer .boxFooter li a {
        margin-right: 10px;
        margin-left: 10px;
    }
    footer .box_footer_t {
        width: 100%;
        padding-bottom: 40px;
    }
    section.foreignNews .title_block, section#content_s .title_block {
        font-size: 20pt;
        line-height: 140%;
    }
    .pagination {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }
    body.page_two section#content {
        width: auto;
        margin: auto;
    }
    .page img {
        width: 100%;
        height: auto;
    }
    .page_two_text {
        width: auto;
        float: none;
    }
    section#content.page4 {
        padding: 30px 20px 30px 20px;
    }
    .podel {
        width: auto;
    }
    section#content .side_post {
        width: auto;
        float: none;
    }
    .filtr {
        width: 100%;
    }
    h1 {
        line-height: 40px;
    }
    h2, h3, h4 {
        line-height: normal;
    }
    .mobile-pagination {
        display: block;
    }
    .desktop-pagination {
        display: none;
    }
    .filtr ul ul li label {
        padding-bottom: 20px;
    }
    .filtr ul li.active a {
        margin-bottom: 20px;
    }
    nav.top .widthC {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .top ul {
        width: 100%;
    }
    section#content article.article {
        margin: 0px 0px 10px 0px;
        padding-bottom: 20px;
    }
}
@media (max-width: 340px){
    #searchmob input[type=text]:focus {
        width: 80px;
    }
    header .logo img {
        width: 40vw;
        max-width: 220px;
    }
}

.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../themes/ranking//assets/images/close.png) url(../themes/ranking//assets/images/loading.gif) url(../themes/ranking//assets/images/prev.png) url(../themes/ranking//assets/images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../themes/ranking//assets/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../themes/ranking//assets/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../themes/ranking//assets/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../themes/ranking//assets/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}