@import 'base.css';

/* =Main & typography
-----------------------------------------------------------------------------*/
body {
    color: #000;
    background: #fff;
    font: 12px/1.5em Arial, Helvetica, sans-serif;
    background-position-x: center!important;
    background-repeat: no-repeat!important;
    /*
    font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-family: 'Bookman Old Style', serif;
    font-family: 'Comic Sans MS', cursive;
    font-family: Courier, monospace;
    font-family: 'Courier New', Courier, monospace;
    font-family: Garamond, serif;
    font-family: Georgia, serif;
    font-family: Impact, Charcoal, sans-serif;
    font-family: 'Lucida Console', Monaco, monospace;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-family: 'MS Sans Serif', Geneva, sans-serif;
    font-family: 'MS Serif', 'New York', sans-serif;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-family: Symbol, sans-serif;
    font-family: Tahoma, Geneva, sans-serif;
    font-family: 'Times New Roman', Times, serif;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-family: Verdana, Geneva, sans-serif;
    font-family: Webdings, sans-serif;
    font-family: Wingdings, 'Zapf Dingbats', sans-serif;
    */ }

h1 {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 0.5em; }

h2 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: .55em; }

h3 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 1em; }

h4 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: bold; }

h5 {
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }

h6 {
    font-size: 1em;
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-transform: uppercase; }


/* =Links
-----------------------------------------------------------------------------*/
a:link { color: #487099; }
a:visited { color: #609; }
a:hover,
a:active { color: #c30; }

a.black_link:link { color: #000; }
a.black_link:visited { color: #000; }
a.black_link:hover,
a.black_link:active { color: #c30; }

.novisited a:link { color: #487099; }
.novisited a:visited { color: #487099; }
.novisited a:hover,
.novisited a:active { color: #c30; }

a.novisited:link { color: #487099; }
a.novisited:visited { color: #487099; }
a.novisited:hover,
a.novisited:active { color: #c30; }


a.dashed {
    text-decoration: none;
    border-bottom: 1px dashed; }
a.dashed:link,
a.dashed:visited {
    color: #487099;
    border-color: #487099; }
a.dashed:hover,
a.dashed:active {
    color: #c30;
    border-color: #c30; }


a.dashed_black {
    text-decoration: none;
    border-bottom: 1px dashed; }
a.dashed_black:link,
a.dashed_black:visited {
    color: #000;
    border-color: #000; }
a.dashed_black:hover,
a.dashed_black:active {
    color: #c30;
    border-color: #c30; }

img {max-width: 100%;}

/* =Page blocks
-----------------------------------------------------------------------------*/
#wrapper,
.g960 {
    min-height: 100%;
    height: auto !important;
    height: 100%; }

#header { height: 115px; }

#content {
    padding: 20px 0 110px;
}

#footer {
    margin: -110px auto 0;
    /*min-width: 960px;*/
    height: 80px;
    padding: 30px 0 0 0;
}



/* =Design
-----------------------------------------------------------------------------*/
body {
    background: #eeeeee; }

.g960 {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 0 20px; }

.plus {
    color: #fcb609;
    font-style: italic;
}

.gray_text {
    color: #666;
}

.invisible {
    visibility: hidden;
}

#content>.left_col {
    width: 640px;
    float: left;
    text-align: justify !important;
    font-size: 1.2em;
}


#content>.left_col h1 {
    font-size: 2em;
}

#content>.left_col h2 {
    font-size: 1.7em;
}

#content>.left_col h3 {
    font-size: 1.25em;
}

#content>.left_col h4 {
    font-size: 0.8em;
}

#content>.left_col h5 {
    font-size: 0.8em;
}

#content>.left_col h6 {
    font-size: 0.8em;
}




#content>.right_col {
    width: 240px;
    float: right; }


/* Player */
.player_container_original {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 1);
}

/* Banners */
.banner_240x400 {
    width: 300px;
    height: auto;
    margin: 0 0 2em;
    text-align: center;
}

.banner.banner_bottom {
    margin: 5px 0 10px;
}


/* Header */
.header_block {
    position: relative;
    height: 55px; }

.header_block .logo {
    position: absolute;
    display: block;
    left: 0;
    top: -5px;
    background: url(/resources/img/logos/gametech_top.png);
    width: 197px;
    height: 41px; }

/* Header::поиск */
.header_block .search_block {
    width: 390px;
    height: 50px;
    position: absolute;
    right: 0; }

.header_block .search_block #search_input {
    background: none;
    border: 1px solid #d2d7d9;
    position: absolute;
    width: 370px;
    height: 29px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;}

.header_block .search_block #search_go {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(/resources/img/button/search.png);
    border: none;
    width: 81px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 3px;
    top: 5px;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, Helvetica, sans-serif; }

.header_block .search_block #search_go:hover { background-position: 0 -21px; }
.header_block .search_block #search_go:active { background-position: 0 -42px; top: 6px; }

.header_block .search_block .examples {
    top: 33px;
    position: absolute;
    font-size: 11px;
    left: 12px; }


/* Top menu */
.topmenu {
    list-style: none;
    margin: 0;
}


.topmenu li {
    margin: 0 1em 1.3em 0;
    float: left;
    font-size: 1.1em;
    font-style: italic; }

.topmenu b {
    color: #f5aa32; }

.topmenu li:last-child { margin: 0; }


/* Breadcrumbs */
.breadcrumbs {
    font-size: 0.9em;
    margin: 0 0 1em;
    color: #999;
    font-style: italic; }

.breadcrumbs a:link { color: #999; }
.breadcrumbs a:visited { color: #999; }
.breadcrumbs a:hover,
.breadcrumbs a:active { color: #c30; }

.today {
    font-style: italic;
    color: #000;
    font-size: 1.2em;
    margin: 0 0 0.7em; }


/* Form */
.form {

}

.form label {
    margin: 0 0 1em 0;
    display: block;
}

.form input.text {
    width: 95%;
}

.form fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2em;
}

.form .checkbox_label {
    margin: 0 0 0.6em;
    display: block;
    color: #000;
}


.form ul.checkbox_label {
    margin: 0 0 0 3em;
    display: block;
    color: #000;
}


/* Auth */
.auth_block {
    border: 1px solid #d2d7d9;
    padding: 10px;
    position: relative;
    font-size: 0.9em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 1.5em;
    display: none;
}

.auth_block a.close,
.user_logined_block a.close {
    display: block;
    background: url(/resources/img/icons/icons16.png) 0 0;
    width: 16px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.auth_block input {
    font-size: 0.9em;
    padding: 0.2em 0;
}

.auth_actions {
    margin: 0 0 1.5em;
    padding: 6px 30px 14px;
    border: 1px solid #d2d7d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    height: 9px;
    line-height: 1.3em;
}

.auth_actions ._register_btn_cl{
    position: absolute;
    right: 10px;
}

.auth_actions #do_auth {
    position: absolute;
    left: 10px;
}


/* User logined */
.user_logined_block {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 1.5em;
    -webkit-box-shadow: inset 0px 0px 3px 1px #f9e350;
    -moz-box-shadow: inset 0px 0px 3px 1px #f9e350;
    box-shadow: inset 0px 0px 3px 1px #f9e350;
    background: #f0de39; /* Old browsers */
    background: -moz-linear-gradient(top, #f0de39 0%, #f0de39 2%, #f9d857 50%, #f9d650 51%, #f9d650 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0de39), color-stop(2%,#f0de39), color-stop(50%,#f9d857), color-stop(51%,#f9d650), color-stop(100%,#f9d650)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0de39 0%,#f0de39 2%,#f9d857 50%,#f9d650 51%,#f9d650 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0de39 0%,#f0de39 2%,#f9d857 50%,#f9d650 51%,#f9d650 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0de39 0%,#f0de39 2%,#f9d857 50%,#f9d650 51%,#f9d650 100%); /* IE10+ */
    background: linear-gradient(top, #f0de39 0%,#f0de39 2%,#f9d857 50%,#f9d650 51%,#f9d650 100%); /* W3C */
}

.user_logined_block .userpic {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.user_logined_block h2.user_hello {
    font-size: 1.1em;
    color: #743f3f;
}

.user_logined_block h2.user_hello a:link { color: #c43232; }
.user_logined_block h2.user_hello a:visited { color: #c43232; }
.user_logined_block h2.user_hello a:hover,
.user_logined_block h2.user_hello a:active { color: #ff9600; }

.user_logined_block .user_messages {
    display: block;
    font-size: 0.9em;
    padding: 0 0 0 18px;
    margin-left: 50px;
    position: relative;
}

.user_logined_block .user_messages i {
    display: block;
    width: 12px;
    height: 19px;
    position: absolute;
    left: 0;
    background: url(/resources/img/icons/icons16.png) no-repeat -16px -1px;
}


/* Misc links */
.misc_links {
    margin: 0 0 1.5em;
}

.misc_links .icon_ad {
    padding: 0 0 0 17px;
    float: left;
    position: relative;
}

.misc_links .icon_write {
    padding: 0 0 0 17px;
}

.misc_links .icon_write i {
    background: url(/resources/img/icons/icons16.png) no-repeat -94px 0px;
    display: block;
    height: 19px;
    width: 12px;
    position: absolute;
    left: 0;
}

.misc_links .icon_ad i {
    background: url(/resources/img/icons/icons16.png) no-repeat -28px 0px;
    display: block;
    height: 19px;
    width: 12px;
    position: absolute;
    left: 0;
}

.misc_links .icon_rules {
    padding: 0 0 0 17px;
    float: right;
    position: relative;
}

.misc_links .icon_rules i {
    background: url(/resources/img/icons/icons16.png) no-repeat -41px 0px;
    display: block;
    height: 19px;
    width: 13px;
    position: absolute;
    left: 0;
}


span.comments {
    position: relative;
    color: #999;
    padding: 0 0 0 23px;
    font-style: italic;
    margin: 0 0 0 10px;
}

span.comments i {
    background: url(/resources/img/icons/icons16.png) no-repeat -57px 0px;
    display: block;
    height: 25px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}


/* News shortlist */
.news_block {
    margin: 0 0 2em;
    text-align: left;
}

.news_ad_block {
    border: 1px solid #eee;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.news_ad_block .image {
    display: block;
    margin: 0 0 0.75em;
}

.news_ad_block > h3 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin: 0;
}

.news_block>.left_col {
    float: left;
    width: 390px;
}

.news_block>.right_col {
    float: right;
    width: 230px;
}

table.news_shortlist span.date {
    color: #999;
    font-style: italic;
}


/* Slider_gallery */
.horizontal_scrollbox {
    background: #eee;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 2em;
}

.horizontal_scrollbox .slides,
.horizontal_scrollbox .slides li {
    height: 120px;
}

.horizontal_scrollbox .slides {
    margin: 0 0 1em;
    list-style: none;
    clear: both;
}

.horizontal_scrollbox .slides li {
    float: left;
    margin: 0 24px 0 0;
    width: 190px;
}


.horizontal_scrollbox .slides li a {
    display: block;
    width: 190px;
    height: 140px;
}


.horizontal_scrollbox .slides li a span {
    display: none;
}

.horizontal_scrollbox .slides li a.hovered {
    position: relative;
    text-decoration: none;
}

.horizontal_scrollbox .slides li a.hovered span {
    border: 4px solid #1e5083;
    width: 192px;
    height: 112px;
    position: absolute;
    top: 0;
    left: 0;
}


.horizontal_scrollbox .slides li a.hovered span em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 172px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    background: url(/resources/img/bg/75_black.png);
}


.horizontal_scrollbox .slider_overflow {
    overflow: hidden;
}

.horizontal_scrollbox .slider {
    clear: both;
    height: 16px;
    margin: 0 56px;
    cursor: pointer;
    position: relative;
}

.horizontal_scrollbox .slider .slider_line {
    height: 2px;
    font-size: 0;
    background: #c5cbcc;
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 56px;
    left: -56px;
    top: 7px;
}

.horizontal_scrollbox .slider a.ui-slider-handle {
    display: block;
    width: 112px;
    height: 16px;
    background: url(/resources/img/button/slider_arm.png) 0 0;
    position: absolute;
    top: 0px;
    margin-left: -56px;
    z-index: 2;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 0.9em;
}

.horizontal_scrollbox .slider a.ui-slider-handle:hover {
    background-position: 0 -16px;
}

.horizontal_scrollbox .slider a.ui-slider-handle:active {
    background-position: 0 -32px;
}

.articles_list {

}

.articles_list .item {
    margin: 0 0 2em;
}

.articles_list .item h3 {
    font-size: 1.2em;
    margin: 0 0 0.5em;
}

.articles_list .item h3 .parent {
    font-size: 0.8em;
}

.articles_list .item .image {
    float: left;
    width: 130px;
}

.articles_list .item .text {
    float: right;
    width: 490px;
}

.articles_list .item .info {
    padding: 0.5em 0 0 0;
    font-size: 0.9em;
}

.articles_list .item .info .date {
    color: #666;
    font-style: italic;
}

/* Partners block */
.partners_blocks {
    margin: 0 0 1em 0;
}

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

.partners_blocks ul li {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
}

.partners_blocks ul li.end_row {
    clear: right;
    margin: 0 0 10px 0;
}

.partners_blocks ul li a {
    background: url(/resources/img/button/partner_button.png);
    width: 40px;
    height: 40px;
    display: block;
}

.partners_blocks ul li a:hover {
    background-position: 0 -40px;
}

.partners_blocks ul li.add_item a {
    background-position: 0 -80px;
}

.partners_blocks ul li.add_item a:hover {
    background-position: 0 -120px;
}


/* Quiz block */
.quiz_block {
    margin: 0 0 2em 0;
    font-size: 15px;
}

.quiz_block h3 {
    font-size: 1.4em;
    line-height: 1.2em;
}

.quiz_block .quiz_list {
    border: 1px solid #d2d7d9;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.quiz_block .quiz_r_rules_link {
    text-align: right;
    margin-top: 1em;
}

.quiz_block .quiz_list .quiz_arrow {
    background: url(/resources/img/frames/quiz_arrow.png);
    width: 25px;
    height: 22px;
    position: absolute;
    top: -22px;
    right: 10px;
}

.quiz_block .list {
    list-style: none;
    margin: 0 0 1.5em;
}

.quiz_block .list li {
    margin: 0 0 10px 10px;
    position: relative;
    font-style: italic;
}

.quiz_block .list li input {
    position: absolute;
    left: -20px;
    top: 3px;
}

/*.quiz_special {
		border-top: 1px solid #fbf0c5;
		border-bottom: 1px solid #fbf0c5;
}*/

.quiz_special .quiz_list {
    background: #fffe82 url(/resources/img/bg/quiz_special_bg.png) repeat-x top;
    text-shadow: 0 1px 0 #fff;
}

.quiz_special .quiz_arrow {
    background: url(/resources/img/frames/quiz_arrow_special.png) !important;
}

.quiz_special .quiz_list .yellow_right_big_button {
    -webkit-box-shadow: 0px 2px 15px 0px #fffc82;
    -moz-box-shadow: 0px 2px 15px 0px #fffc82;
    box-shadow: 0px 2px 15px 0px #fffc82;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.yellow_right_big_button {
    background: url(/resources/img/button/quiz_button.png);
    width: 198px;
    height: 36px;
    display: block;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #803213;
    text-shadow: 0 1px 0 #fbdd75;
}

.yellow_right_big_button:hover {
    background-position: 0 -36px;
    text-shadow: 0 1px 0 #fff;
}

.yellow_right_big_button:active {
    background-position: 0 -72px;
}

.right_block {
    position: relative;
    margin: 0 0 2em;
}

.right_block h3 {
    font-size: 1em;
    margin: 0 0 0.5em;
}

.right_block h3 a {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 0.5em;
}


.right_block .date {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
}

.right_block .expand_collapse_handler {
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(/resources/img/button/rb_tools.png);
    right: 25px;
}

.right_block.expanded .expand_collapse_handler {
    background-position: -21px 0;
}


.right_block.expanded .expand_collapse_handler:hover {
    background-position: -21px -22px;
}

.right_block.expanded .expand_collapse_handler:active {
    background-position: -21px -44px;
}


.right_block.collapsed .expand_collapse_handler {
    background-position: 0 0;
}


.right_block.collapsed .expand_collapse_handler:hover {
    background-position: 0 -22px;
}

.right_block.collapsed .expand_collapse_handler:active {
    background-position: 0 -44px;
}


.right_block .move_handler {
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(/resources/img/button/rb_tools.png) -42px 0;
    right: 0px;
}

.right_block .move_handler:hover {
    background-position: -42px -22px;
}

.right_block .move_handler:active {
    background-position: -42px -44px;
}

/*
.right_block .right_block_content a:link {
    color: #000;
}

.right_block .right_block_content a:visited {
    color: #609;
}

.right_block .right_block_content a:hover,
.right_block .right_block_content a:active {
    color: #c30;
}
*/


.right_block h2 a {
    position: relative;
    padding: 0 0 0 33px;
}

.right_block .section_icon {
    position: absolute;
}

.right_block.collapsed .right_block_content {
    display: none;
}


/* Sections icons */
.section_icon {
    display: block;
    background: url(/resources/img/icons/sections.png);
    width: 27px;
    height: 33px;
    top: 0;
}

.section_icon.podcasts {
    background-position: 0 0;
}

.section_icon.conferences {
    background-position: -28px 0;
}

.section_icon.opinions {
    background-position: -55px 0;
}

.section_icon.questions {
    background-position: -79px 0;
}

.section_icon.waiting {
    background-position: -108px 0;
}

.section_icon.komok {
    background-position: -137px 0;
}

.section_icon.reviews {
    background-position: -163px 0;
}

.section_icon.news {
    background-position: -254px 0;
}

.section_icon.quiz {
    background-position: -287px 0;
}


.opinion_line {
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.9em;
    position: relative;
    line-height: 10px;
    margin: 3px 0 1.8em;
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 35%, #f8b500 68%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(35%,#fccd4d), color-stop(68%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 35%,#f8b500 68%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 35%,#f8b500 68%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 35%,#f8b500 68%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(top,  #fceabb 0%,#fccd4d 35%,#f8b500 68%,#fbdf93 100%); /* W3C */
}

.opinion_line:last-child {
    margin: 0;
}

.opinion_line span {
    position: absolute;
    right: -25px;
}

/* Right blocks unique content */
.right_block_content .item {
    margin: 0 0 1.2em;
}

.right_block_content .item h3 {
    color: #666;
    line-height: 1.5em;
    margin: 0 0 0.2em;
}

.right_block_content .item:last-child {
    margin-bottom: 0;
}


#ri_conferences .right_block_content .item {
    margin: 0 0 1em;
}

#ri_conferences .right_block_content .item:last-child {
    margin-bottom: 0;
}


#ri_opinions .right_block_content .item .userpic {
    float: left;
    margin: 0 10px 0 0;
}


#ri_questions .right_block_content .item .game {
    color: #666;
    font-size: 0.9em;
    font-style: italic;
}

#ri_waiting .right_block_content table {
    width: 100%;
    margin: 0;
}

#ri_waiting .right_block_content table th {
    color: #666;
    font-weight: bold;
    border-top: 1px solid #a8cfe9;
    border-bottom: 1px solid #a8cfe9;
};

#ri_waiting .right_block_content table td.num {
    width: 1%;
}

#ri_waiting .right_block_content table td.name {
    width: 98%;
}

#ri_waiting .right_block_content table td.date {
    width: 1%;
    font-style: normal;
    color: #000;
    font-size: 1em;
}


/* Bottom line */
#bottom_line {
    background: #fafafa;
    padding: 25px 30px 15px;
    width: 100%;
    margin: 0 0 0 -30px;
    position: relative;
}

#bottom_line .misc_links {
    font-style: italic;
    font-size: 0.9em;
}

#bottom_line .misc_links a {
    position: relative;
    float: none;
    display: block;
    margin: 0 0 0.5em;
}

#bottom_line .misc_links a:link,
#bottom_line .misc_links a:visited {
    color: #000;
}

#bottom_line .misc_links a:hover,
#bottom_line .misc_links a:active {
    color: #c30;
}


#bottom_line .misc_links a:last-child {
    margin-bottom: 0 !important;
}

#bottom_line>.left_col {
    width: 640px;
    float: left;
}

#bottom_line>.right_col {
    width: 240px;
    float: right;
}

.bottom_user_block {
    width: 200px;
}

.bottom_user_block .userlink {
    font-weight: bold;
    font-style: italic;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 0.4em;
}

.bottom_user_block .userlink i {
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    background: url(/resources/img/icons/icons16.png) -75px 0;
}

.bottom_user_block .user_menu {
    font-size: 0.9em;
    padding: 0.5em 0 0 0;
}

.bottom_user_block .user_menu a {
    margin: 0 10px 0 0;
}

.bottom_user_block .user_menu a:link,
.bottom_user_block .user_menu a:visited {
    color: #000;
}

.bottom_user_block .user_menu a:hover,
.bottom_user_block .user_menu a:active {
    color: #c30;
}

.bottom_menu {
    list-style: none;
    margin: 0;
    position: absolute;
    left: 250px;
    top: 35px;
    width: 350px;
}

.bottom_menu li {
    float: left;
    margin: 0 2em 0.6em 0;
}


/* News list */
.news_list .item {
    margin: 0 0 2em;
}
#content .news_list .item h1 {
    font-size: 24px;
    font-weight: bold;
}

/* item_Info */
.item_info_block {
    font-size: 0.9em;
}

.item_info_block .date {
    color: #666;
    font-style: italic;
    display: block;
    float: left;
    padding: 3px 0 0 0;
}

.item_info_block .user {
    margin: 0 0 0 15px;
    font-style: italic;
    display: block;
    float: left;
    position: relative;
    padding: 2px 0 0 20px;
}

.item_info_block .user i {
    display: block;
    position: absolute;
    width: 15px;
    height: 20px;
    left: 0;
    background: url(/resources/img/icons/icons16.png) -75px 0;
}

.item_info_block .actions {
    float: left;
    margin: 0 0 0 30px;
}

.item_info_block .addition_actions {
    float: right;
    width: 150px;
}

.item_info_block .addition_actions .game_card {
    font-style: italic;
    float: right;
    margin: 0 15px 0 0;
}

.item_info_block .addition_actions .game_card i {
    position: absolute;
    display: block;
    height: 25px;
    width: 15px;
    margin: 0 0 0 -22px;
    background: url(/resources/img/icons/icons16.png) -221px 0;
}

.item_info_block .addition_actions .socials {
    height: 25px;
    width: 23px;
    display: block;
    float: right;
    background: url(/resources/img/icons/icons16.png) -197px 0;
}

.item_info_block .actions a.comments i {
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    margin: 0 0 0 10px;
    background: url(/resources/img/icons/icons16.png) -60px -26px;
}

.item_info_block .actions span.comments_count {
    float: left;
    color: #666;
    font-style: italic;
    padding: 2px 0 0 5px;
}

.item_info_block .actions a.mail {
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    margin: 0 0 0 10px;
    background: url(/resources/img/icons/icons16.png) -112px 0;
}

.item_info_block .actions a.link {
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    margin: 0 0 0 10px;
    background: url(/resources/img/icons/icons16.png) -135px 0;
}

.item_info_block .actions a.favorite {
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    margin: 0 0 0 10px;
    background: url(/resources/img/icons/icons16.png) -159px 0;
}

.item_info_block .actions a.code {
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    margin: 0 0 0 10px;
    background: url(/resources/img/icons/icons16.png) -179px 0;
}

/* Item tags */
.item_tags {
    font-size: 0.9em;
    margin: 0 0 1em;
    position: relative;
    padding: 0 0 0 22px;
}

.item_tags i {
    display: block;
    background: url(/resources/img/icons/icons16.png) -237px -4px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.item_tags a:link,
.item_tags a:visited {
    color: #666;
}

.item_tags a:hover,
.item_tags a:active {
    color: #c30;
}


.popup_list {
    background: #fff;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popup_list li {
    list-style-type: none;
}

.popup_list li a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

.popup_list li a:hover {
    background: #007fff;
    color: #fff !important;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 1px 1px #002852;
}


/* Comments */
.comments_blocks {

}

.comments_blocks h2 {
    position: relative;
    padding-left: 35px;
}

.comments_blocks h2 i {
    position: absolute;
    display: block;
    background: url(/resources/img/icons/sections.png) -189px 0;
    width: 27px;
    height: 33px;
    top: 0;
    left: 0;
}

/* Games list */
#select_genre_list_popup {
    display: none;
}

/* Table */
.colored_table {
    width: 100%;
    text-align: left;
}

.colored_table th {
    font-weight: bold;
    background: #e6e6e6;
    border-bottom: 1px solid #ccc;
}

.colored_table td {
    vertical-align: top;
}

.colored_table th a:link,
.colored_table th a:visited {
    color: #000;
}

.colored_table th a:hover,
.colored_table th a:active {
    color: #c30;
}

.colored_table tr.even {
    background: #f1f1f1;
}

.colored_table tr.odd {
    background: #fff;
}

.colored_table tr.hovered {
    background: #ddd;
}

.colored_table tr th,
.colored_table tr td {
    padding: 8px 8px;
}

/* Platform icons */
.platform_icon {
    text-align: center;
    display: block;
    float: left;
    margin: 0 4px 0 0;
}

.platform_icon span {
    background: #999;
    padding: 1px 4px;
    margin: 0;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px -1px 0px #555;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.3);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.3);
    box-shadow: inset 0px 1px 0px 0px rgba(1, 1, 1, 0.3);
}

.platform_icon.psp span {
    text-shadow: 0px -1px 0px #000;
    background: #555;
}

.platform_icon.ps2 span {
    text-shadow: 0px -1px 0px #555;
    background: #999;
}

.platform_icon.xbox360 span {
    text-shadow: 0px -1px 0px #006325;
    background: #00ad41;
}

.platform_icon.xboxone span {
    text-shadow: 0px -1px 0px #537039;
    background: #6ab12a;
}

.platform_icon.ps3 span {
    text-shadow: 0px 1px 0px #fff;
    background: #cad735;
    color: #454b06;
}

.platform_icon.ps4 span {
    text-shadow: 0px 1px 0px #555;
    background: #000000;
    color: #FFF;
}

.platform_icon.pc span {
    text-shadow: 0px 1px 0px #fff3cb;
    background: #ffc000;
    color: #684800;
}

.platform_icon.wii span {
    text-shadow: 0px 1px 0px #fff;
    background: #ccc;
    color: #444;
}

.platform_icon.ds span {
    text-shadow: 0px -1px 0px #80004e;
    background: #c40078;
    color: #fff;
}

.platform_icon.casual span {
    text-shadow: 0px -1px 0px #166a8d;
    background: #28b5f7;
}

/* Pager */
.pager {margin: 0 0 2em 0;}
.pager a,
.pager b {
    padding: 5px 0.4em;
}
.pager .dir span {
    background: #eee;
    padding: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-style: italic;
    color: #777;
}

.pager b {
    background: #007fff;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Form */
.form {
    border-left: none;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.form label {
    display: inline;
    color: #666;
    font-size: 0.95em;
    font-style: italic;
}

.form input.text {
    display: block;
    width: 98%;
    padding: 3px;
    margin: 0 0 1.2em;
}

.form textarea.area {
    display: block;
    margin: 0 0 1.2em;
    width: 98%;
    padding: 3px;
}

.form input.check {
    margin: 0 0 1.2em;
}

.form .checkboxes label,
.form .radios label {
    display: block;
    float: left;
    margin: 0 2em 1em 0;
}

.form select.select {
    display: block;
    margin: 0 0 1.4em;
}

.form .submits {
    padding-top: 1em;
    width: 100%;
}

.form input.submit {
    padding: 7px 20px;
    font-size: 1.2em;
}

.form .message {
    padding: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 10px 0px;
    border-radius: 10px 10px 10px 0px;
    margin: 0 0 10px;
}

.form .form_ok {
    background: #006325;
    color: #fff;
}

.form .form_error {
    background: #990000;
    color: #fff;
}

/* Game */
.game {

}

.game .params_table th {
    font-style: italic;
    color: #666;
    font-size: 0.95em;
    width: 40%;
    padding: 4px 5px 4px 0 !important;
}

.game .params_table td {
    width: 60%;
    padding: 4px 0 4px 5px !important;
}

.game .game_lc {
    float: left;
    width: 240px;
}

.game .game_rc {
    float: right;
    width: 380px;
}

.game .description {
    padding: 20px 0 0 0;
}

.game .info_items .item {
    margin: 0 0 2.5em;
}

.game .rating {
    padding: 10px;
    background: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.game .rating .star {
    background-image: url(../img/icons/stars_rating.png);
    background-position: -22px 0;
    height: 28px;
    width: 22px;
    display: block;
    float: left;
    margin: 0 4px 0 0;
}

.game .rating .full {
    background-position: 0 0;
}

.game .rating em {
    display: block;
    font-size: 18px;
    float: right;
    padding-top: 4px;
}

.game .rating em span {
    color: #999;
}

.play_asia {
    background: url(../img/logos/playasia.png) no-repeat;
    height: 75px;
    width: 240px;
    position: relative;
    margin: 0 0 30px;
}

.play_asia .text {
    font-size: 0.9em;
    position: absolute;
    background: none;
    border: none;
    padding: 3px;
    left: 1px;
    top: 48px;
    height: 19px;
    width: 188px;
}

.play_asia .go {
    position: absolute;
    border: none;
    background: none;
    height: 30px;
    width: 30px;
    right: 8px;
    top: 46px;
    cursor: pointer;
}

form#quiz fieldset label input {
    margin-right: 0.5em;

}


/*orphus*/
.orp_helper {
    float: right;
    font-size: 10px;
    padding: 3px 10px;
    border: 1px dashed #666;
    border-radius: 4px;
    color: #666;
    margin-top: -3px;
}

.orp_cont {
    box-shadow: 0 0 80px #657081;
    -webkit-box-shadow: 0 0 80px #657081;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    color: black;
}

.orp_cont .orp_inner {
    border: 1px solid rgb(72, 112, 153);
    background: #F9F9F9;
    padding: 1.5em 2em;
}

.orp_cont .orp_link {
    position: absolute;
    left: -99999px;
}

.orp_cont .orp_header {
    font-size: 18px;
    color: rgb(72, 112, 153);
}

.orp_cont .orp_sel_text {
    padding: 15px 20px;
    margin: 10px 0;
    background: #EEEEEE;
    font-style: italic;
    color: #5D6B80;
}
.orp_cont .orp_sel_text u {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.orp_cont .orp_bott_text {
    position: absolute;
    left: -99999px;
}

.orp_cont .orp_form {
    padding-right: 3px;
}

.orp_cont .orp_form input[type="text"] {
    margin: 0.4em 0 1em !important;
    margin-left: -1px !important;
    height: 24px;
    line-height: 24px;
}

.orp_cont .orp_form input[type="submit"] {
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-family: Verdana, sans-serif;
    margin-right: 1em;
}

.orp_cont .orp_form input[type="button"] {
    margin-right: -3px;
    height: 25px;
    font-family: Verdana, sans-serif;
    line-height: 25px;
}



.clickable_banner {
    /*background: red;*/

    width: 980px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
    z-index: 1000;
}

.clickable_banner.wot_2014_04_16 {
    height: 245px;
}










.news_shortlist-list {
    padding: 0;
    position: relative;
    display: block !important;
    margin: 0;
}

.news_shortlist-list li {
    display: block;
    padding: 4px 0;
}

.news_shortlist-list .l_date {
    color: #999;
    font-style: italic;
    position: absolute;
    font-size: 14px;
    left: 0;
}

.news_shortlist-list .l_comm {
    position: absolute;
    left: 110px;
}
.news_shortlist-list.mp .l_comm {
    left: 30px;
}

.news_shortlist-list .l_text {
    margin-left: 175px;
}
.news_shortlist-list.mp .l_text {
    margin-left: 90px;
}

.news_block .right_col {
    width: 230px;
    display: block;
    text-align: center;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.news_block .left_col  {
    width: 100% !important;
}

.news_block .more_news {
    margin-top: 0 !important;
}

/* =1080px content width ========== */
.g960 {
    width: 1070px;
}
#content>.right_col {
    width: 300px;
}
#content>.left_col {
    width: 735px;
}
.articles_list .item .text {
    width: 545px;
}
.banner_240x400,
#side_tv {
    margin-left: auto;
    margin-right: auto;
}
.partners_blocks ul {
    width: 200px;
    margin: 0 auto;
}
.news_shortlist-list .l_comm {
    /*left: 100px;*/
}
.news_shortlist-list .l_text {
    /*margin-left: 160px;*/
}

.logo-balls {
    width: 52px;
    height: 54px;
    background: url(../img/logo_ny_2016.png) repeat-x left center;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: -5px;

    -webkit-animation: ball 1.5s steps(20) infinite;
    -moz-animation: ball 1.5s steps(20) infinite;
    -ms-animation: ball 1.5s steps(20) infinite;
    -o-animation: ball 1.5s steps(20) infinite;
    animation: ball 1.5s steps(20) infinite;
}

@keyframes ball {
    100% { background-position: -1040px; }
}

.b-social-link {
    margin: 15px 0;
}
.b-social-link.games {
    float: right;
    width: 380px;
    text-align: left;
}



.b-votes {
    background: url('../img/votes/vote__wd.png') no-repeat top center;
    padding-top: 185px;
    background-color: #191552;
}

.b-votes h2#quiz_r_header {
    background: #c9c9c9;
    font-size: 16px;
    color: black;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    padding: 13px 0;
    margin: 0 -10px;
    font-weight: 100;
    line-height: 23px;
    padding-left: 25px;
}

.b-votes#ri_quiz .quiz_block > span {
    color: white;
    padding: 15px 10px 15px 25px;
    font-size: 18px;
    margin-bottom: 0;
}

.b-votes .quiz_block .quiz_list .quiz_arrow {
    display: none;
}

.b-votes .quiz_special .quiz_list {
    background: none;
    color: white;
    text-shadow: none;
    border: none;
    padding: 10px 30px;

}

.b-votes .quiz_special .quiz_list .go {
    font-size: 18px;
    font-weight: 100;
    display: block;
    margin: 0 auto;
    color: white;
    background: #00a0dd;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
}

.b-votes .quiz_block .list li {
    font-size: 16px;
    font-style: normal;
}

.b-votes .quiz_block .quiz_r_rules_link {
    text-align: center;
    padding-bottom: 20px;
}
.b-votes .quiz_block .quiz_r_rules_link a {
    color: white;
}

.b-votes .b-radioz {
    position: relative;
    overflow: hidden;
    width: 27px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.b-votes .b-radioz input[type="radio"] {
    position: absolute;
    left: -50px;
}

.b-votes .b-radioz .rad {
    width: 24px;
    height: 19px;
    display: inline-block;
    background: url(../img/votes/btn_mask__wd.png) no-repeat;
}
.b-votes .b-radioz .rad.checked {
    background-position: 0 -19px;
}

.main-menu > .topmenu {
    float: left;
    background: #3585D7;
    color: white;
    margin-left: 220px;
    position: relative;
    top: -20px;
}

.main-menu > .topmenu li {
    margin: 0;
}

.main-menu > .topmenu li a, .topmenu b {
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    color:white;
    font-style: normal;
    cursor: pointer;
}
.main-menu > .auth_actions {
    float: right;
    min-width: 150px;
    position: relative;
    top: -18px;
    left: 10px;
    border: none;
    margin-left: 0px;
}

.main-menu > .auth_actions > a {border-bottom:none!important;}

.auth_actions ._register_btn_cl, .auth_actions  ._logout_btn_cl {
    position: relative;
    right: -20px;
}

body:before {
    width: 100%;
    height: 25px;
    background: #3585D7;
    content: '';
    display: block;
    font-size: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.header_block .search_block {
    margin-top: 15px;
    right: 70px;
}
.header_block .search_block #search_go {
    right: -90px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #3585D7;
    padding: 0px;
    border-radius: 0;
    margin-right: 80px;
    height: 30px;
    top:0px;
    color: #3585D7;
}

.header_block .search_block #search_input {
    right: 80px;
    border-radius: 0px;
}


@media (max-width: 1080px) {
    .g960 {
        width: 100%;
        padding: 0px;
    }
    .header_block .search_block {
        margin-right: 20px;
    }
    .header_block .logo {    left: 10px;}
}
@media (max-width: 900px) {
    .header_block .search_block #search_input {
        width: 270px;
    }
}

.open-mobile-menu, .header_block_mobile {display: none;}
.header_block_mobile .logo {
    background-size: auto 100%;
    width: 197px;
    height: 31px;
    background-repeat: no-repeat;
}


.open-mobile-menu {
    float: right;
    width: 35px;
    position: absolute;
    top: 13px;
    right: 20px;
    float: right;
    cursor: pointer;
}

.hidden-mobile-menu {
    background-color: white;
    height: auto!important;
    display: none;
    position: relative;
    margin-bottom: 20px;
}

.hidden-mobile-menu .topmenu li a{
    padding: 5px 15px;
}

.hidden-mobile-menu .topmenu li {
    display: block;
    width: 100%;
}

.hidden-mobile-menu .topmenu li b {
    color: #487099;
}
.hidden-mobile-menu .auth_actions {
    margin: 10px 10px 0px 10px!important;
    padding: 16px 10px 0px!important;
    border: none;
}

.hidden-mobile-menu-open {    display: inline-block!important;}

.topmenu.top_main_list li {
    padding: 4px 6px;
    margin:0px;
}

@media (min-width: 1000px) {
    .topmenu.top_main_list li {
        padding: 4px 8px;
    }
}


.topmenu.top_main_list li:hover{
    background: #f0f0f0;
}

@media (min-width: 900px) {
    .close-search {display: none;}
}
@media (max-width: 900px) {
    .header_block .search_block, .topmenu, .auth_actions, .main-menu-responsive .main-menu {
        display:none;
    }
    .header_block_mobile {display: block;}
    .open-mobile-menu {display: inline-block;}
    .main-menu-responsive {    overflow: hidden;}
    .header_block {height: 40px;}
    .search-mobile {display: inline-block!important;
        position: relative!important;     margin-bottom: -25px;}
    .hidden-mobile-menu .topmenu {display: inline-block;}
    .hidden-mobile-menu .auth_actions {display: block!important;}
    .bottom_menu {left: 30px;}
    .header_block .search_block {
        right: 0px;
    }
    #bottom_line>.left_col, .bottom_user_block { width: 100%;}
    .bottom_user_block > .userlink, .bottom_user_block > .user_menu,.bottom_user_block > .bottom_menu {position: relative;}
    .bottom_menu { left:0px;}
    .tools_box {width: 100%;}
}

@media (max-width: 1080px) {
    #content { padding: 20px 20px 110px; }
    #bottom_line {    padding: 25px 25px 15px!important;}
    #footer { padding: 30px 10px 0 10px;}
}

@media (max-width: 1025px) {
    #content > .left_col, #content>.right_col { width: 100%;}
    .articles_list .item .text {float: left;}
    .news_shortlist-list .l_comm {    left: 120px;}
    .news_shortlist-list .l_text {    margin-left: 0px!important;
        margin-top: 20px;}
    .b-ixbt_tv, .calendar {max-width: 300px;     margin: 10px auto!important;}
    .b-social-link.games { width: 100%;}
    .game_rc { overflow: scroll;}
    .game .game_rc {width: 100%;}
}

@media (max-width: 1080px) {

    .mobile-menu-hide-el {
        display: none!important;
    }
}

@media (max-width: 470px) {
    .news_block .right_col { width: 100%;}
    .news_shortlist-list {display: inline-block!important;}
    .news_ad_block .image {    margin: 0 auto 0.75em auto!important;}
}

@media (max-width: 680px) {
    .articles_list .item .text  { width: 100%;}
    .bottom_menu {width: auto;}
    #bottom_line>.right_col {    width: 100%;
        margin-top: 50px;}
    .game_lc {
        margin: 0 auto;
        float: none!important;
        text-align: center;
    }

    .game_rc {
        float: none;
        margin: 10px auto;
    }
}

@media (max-width: 560px) {
    #bottom_line>.right_col {
        margin-top: 70px;}
}

@media (max-width: 420px) {
    .header_block .search_block #search_input {
        width: 170px;
        right: auto;
        margin-left: 20px;
    }
    .header_block .search_block #search_go {
        right: -90px;
    }
    .header_block .search_block {
        width: 300px;
    }
    .pager .dir span { margin-top: 10px;}
    .comment_tools {padding-bottom: 60px!important;}
    .comment_tools .button_send {left:5px;}
    .comment_tools .tools_box {bottom:auto!important; width: 100%!important;}

}

@media (max-width: 330px) {
    .header_block .search_block #search_input {
        width: 140px;
    }
    .header_block .search_block #search_go {
        right: -130px;
    }
    .header_block .search_block {
        width: 220px;
    }
    #comments_block > h4 > div {
        float: left!important;
        margin-top: 10px!important;
    }
}



@media (max-width: 300px) {
    #bottom_line>.right_col {
        margin-top: 70px;}
}

.commentaries .item .body img.user_comment_img {
    max-width: 100%;
}


@media (max-width: 500px) {
    .orp_helper {
        margin-top: 5px;
    }
}


@media (max-width: 530px) {
    .alphabet.novisited a[rel='nofollow'] {
        margin-top: 10px;
    }
}

#context_area iframe, .context_area img {max-width: 100%;}
.comment_content  { word-wrap: break-word;}

.alphabet.novisited a[rel='nofollow'] {
    display: inline-block;
}

.scroll-catalog-table {width: 100%; overflow: scroll;}
.pager .dir span {display: inline-block;}

.user_logined_block {
    box-shadow: none;
    border-left: 1px solid #487099;
    position: absolute;
    z-index: 100;
    right: 0;
    min-width: 500px;
    top: 0px;
    background: white;
    padding: 13px;
    border-radius: 0px;
}

.close._logout_btn_cl {
    background:none;
}


.search-icon {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    cursor:pointer;
}

.search-icon img {
    width:90%;
}

@media (min-width: 900px) {
    .top_main_list li a {
        color: #000 !important;
        font-weight: 500;
        font-size: 15px;
        text-decoration: none;
        font-style: normal;
    }

    .top_main_list li b {
        color: #000 !important;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        font-style: normal;
        margin: 0px !important;
        padding: 0px !important;
    }

    .top_main_list {
        margin-left:220px;
        position: relative;
        top: -10px;
        float:left;
    }

}

@media (max-width: 970px) {
    .top_main_list li a {
        font-size: 13px;
    }
}



.brand_zone {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.brand_zone a{
    display: block;
    width: 100%;
    margin-top: 25px;
}

.mobile-pic {
    width: 100%;
    display: none;
}

@media (max-width: 900px) {
    .brand_zone a {
        margin-top: 70px;
    }
    .mobile-pic {display: block;}

}
.brand_zone_left {
    position: absolute;
    width: 50%;
    left: 0;
    display: block;
    height: 1000px;
}
.brand_zone_left a,
.brand_zone_right a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.brand_zone_right {
    position: absolute;
    width: 50%;
    right: 0;
    display: block;
    height: 1000px;
}

@media (max-width: 900px) {
    .content-main-block {  margin-top: 0px!important;  }
    .brand_zone a {  height: 800px!important;  }
}

@media (max-width: 900px) {
    .content__article-body img {
        height: auto!important;
    }
    .comment_rating {    margin-top: 20px!important;}

    .desktop-show {display: none!important;}
}
.content__article-body img {
    max-width: 100%!important;
}

@media (max-width: 1080px) {
    .main-menu > .auth_actions {
        left: 0px;
    }
}

.div_adv_min {color:white;}
.horb,.mobb {margin: 0 !important;}
@media (min-width:728px){
    .horb2,.horb3 {min-height:90px;}
    .horb6 {min-height:250px;}
}
@media (min-width:480px){
    .vertb1{min-height:250px;}
}
@media (max-width:480px){
    .mobb2,.mobb3,.mobb4,.mobb6{min-height:250px;}
}
.deskadv {text-align:center;background-color:#F8F8F8; margin: 5px 0 10px 0;}
.mobadv {text-align:center;background-color:#F8F8F8; margin: 5px 0 5px 0;}
.horb > div {margin: 0px auto;}
.mobb > div {margin: 0px auto;}
.bn1 {line-height: 0px; font-size: 0px;}



