@import 'payments.css?28';

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    font-size: 13px;
    line-height: 1.2em;
    background: #fff;
}

body.fixwidth1 {
    min-width: 1100px;
}

small {
    font-family: "Rouble", "Roboto Condensed", Tahoma, sans-serif !important;
    font-weight: normal !important;
}

small:before {
    content: "o";
}

@font-face {
    font-family: 'Rouble';
    src: url('/fonts/rouble-webfont.eot');
    src: url('/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/rouble-webfont.woff') format('woff'), url('/fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.headers h1, .headers h2, .headers h3, .headers h4, .headers h5,
.headers .h1, .headers .h2, .headers .h3, .headers .h4, .headers .h5 {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    color: #383838;
    margin: 0;
    padding: 25px 0 8px;
    text-transform: none;
}

.headers h2, .headers .h2 {
    font-size: 1.8em;
}

.headers h3, .headers .h3 {
    font-size: 1.6em;
}

.headers h4, .headers .h4 {
    font-size: 1.4em;
    padding: 15px 0 8px;
}

.headers h5, .headers .h5 {
    font-size: 1.2em;
    padding: 15px 0 8px;
}

.size2 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.pad10 {
    padding: 10px 0;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.bordered {
    border-bottom: 2px solid #efefef;
    margin-bottom: 25px !important;
    padding-top: 0 !important;
}

.red {
    color: #ce0000;
}

.green {
    color: #699500;
}

.fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.fadeIn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.clearboth:after {
    content: "";
    clear: both;
    display: block;
}

[class^="icon"] {
    background: transparent url(/images/common/icons_common.png?104) no-repeat 0 0;
}

[class^="icon"].icon-monitor {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -353px -286px;
}

[class^="icon"].icon-monitor.icon-monitor-ru1,
[class^="icon"].icon-monitor.icon-monitor-ru2,
[class^="icon"].icon-monitor.icon-monitor-ru3 {
    background-position: -401px -286px;
}

[class^="icon"].icon-monitor.icon-monitor-en1,
[class^="icon"].icon-monitor.icon-monitor-en2,
[class^="icon"].icon-monitor.icon-monitor-en3 {
    background-position: -423px -286px;
}

[class^="icon"].icon-gamestat {
    display: inline-block;
    width: 24px;
    height: 20px;
    background-position: -375px -286px;
}

[class^="icon-text"] {
    display: inline-block;
    background: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

[class^="icon-text"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

[class^="icon-text"]:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 2px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -152px 0;
    text-decoration: none;
}

[class^="icon-text"].icon-text--delete {
    color: #ce0000;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

[class^="icon-text"].icon-text--delete:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

[class^="icon-text"].icon-text--delete:hover {
    color: #ce0000 !important;
}

[class^="icon-text"].icon-text--delete:before {
    width: 24px;
    height: 24px;
    top: -1px;
    margin-right: 5px;
    background-position: -499px -122px;
}

[class^="icon-text"].icon-text--edit {
    color: #0088af;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

[class^="icon-text"].icon-text--edit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

[class^="icon-text"].icon-text--edit:hover {
    color: #ce0000 !important;
}

[class^="icon-text"].icon-text--edit:before {
    width: 24px;
    height: 24px;
    top: -1px;
    margin-right: 5px;
    background-position: -499px -96px;
}

.icon-text-rate.mini {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.icon-text-rate.mini:before {
    background-position: -450px -59px;
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.icon-text-rate.mini.red {
    color: #ce0000;
}

.icon-text-rate.mini.red:before {
    background-position: -450px -73px;
}

.w20 {
    width: 20%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.w25 {
    width: 24%;
    padding: 0 30px 0 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .w25:not(.notresize) {
        width: 50%;
        padding: 15px 15px;
    }
}

.w33 {
    width: 33.3%;
    padding: 0 0px 0 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .w33:not(.notresize) {
        width: 50%;
        padding: 15px 15px;
    }
}

.w50 {
    width: 50%;
    padding: 0 30px 0 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .w50:not(.notresize) {
        width: 50%;
        padding: 15px 15px;
    }
}

.ruble {
    font-family: Arial !important;
    position: relative;
}

.ruble:after {
    position: absolute;
    top: -10%;
    left: 100%;
    content: 'P';
}

.ruble:before {
    position: absolute;
    content: '\2013';
    top: 0;
    left: 100%;
}

.menu-sort {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    position: relative;
    border-top: 2px solid #ce0000;
    overflow: hidden;
}

.menu-sort .left {
    float: left;
    width: 78%;
}

.menu-sort .right {
    margin-left: 78%;
    text-align: right;
    font-size: 1.2em;
    padding: 0;
}

.menu-sort .right a, .menu-sort .right span {
    display: inline-block;
    color: #ce0000;
    border-bottom: 1px dashed #ce0000;
    margin: 0 0 5px 15px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.menu-sort .right a:hover, .menu-sort .right span:hover {
    border-color: #fff;
}

.menu-sort .right a {
    text-decoration: underline;
    border: 0 none;
    font-weight: 700;
}

.menu-sort .right a:hover {
    text-decoration: none;
}

.menu-sort .right .button-addpost {
    position: relative;
    top: -2px;
    border: 2px solid #ce0000;
    padding: 5px 10px;
    text-decoration: none;
}

.menu-sort .right .button-addpost:hover {
    text-decoration: none;
    border-color: #ce0000;
    background-color: #ce0000;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .menu-sort .left {
        float: none;
        width: auto;
    }

    .menu-sort .right {
        margin: 5px 0 0;
        text-align: left;
    }

    .menu-sort .right span, .menu-sort .right a {
        margin: 0 15px 0 0;
    }
}

.menu-sort .switch {
    display: inline-block;
    padding: 7px 10px 7px;
    font-size: 1.4em;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    cursor: pointer;
}

.menu-sort .switch span {
    color: #969595;
    border-bottom: 1px dashed #969595;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-sort .switch:hover span {
    color: #636262;
    border-color: #636262;
}

.menu-sort .switch.active {
    background-color: #ce0000;
    cursor: default;
}

.menu-sort .switch.active span {
    color: #fff;
    border: 0 none;
}

.menu-sort a.switch {
    text-decoration: none;
}

.menu-sort a.switch span {
    color: #969595;
    border-bottom: 1px solid #969595;
}

.menu-sort a.switch:hover span {
    color: #636262;
    border-color: #636262;
}

.header-right-links {
    position: absolute;
    top: 8px;
    right: 0;
    text-align: right;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
}

.header-right-links .header-right-link {
    color: #ce0000;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 20px;
    text-transform: uppercase;
}

.header-right-links .header-right-link:hover {
    color: #ff0202;
    text-decoration: none;
}

.moreinfo {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    color: #ce0000;
    text-transform: uppercase;
}

.moreinfo:after {
    content: "";
    clear: both;
    display: block;
}

.moreinfo .loadmore {
    margin-right: 120px;
    background-color: #efefef;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.moreinfo .loadmore span {
    text-transform: uppercase;
    border-bottom: 1px dashed #ce0000;
}

.moreinfo .loadmore.block {
    margin-right: 0;
}

.moreinfo .loadmore:hover {
    background-color: #e0e0e0;
}

.moreinfo a {
    float: right;
    width: 120px;
    background-color: #e0e0e0;
    padding: 15px 0;
    text-align: center;
    color: #ce0000;
    text-decoration: underline;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.moreinfo a:hover {
    text-decoration: underline;
    background-color: #d1d1d1;
}

ul.list, .news-textcontent ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 8px 0 0;
}

ul.list li, .news-textcontent ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 5px 19px;
}

ul.list li:before, .news-textcontent ul li:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 5px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -398px 0;
}

ul.list li.important:before, .news-textcontent ul li.important:before {
    background-position: -398px -10px;
}

ul.list.primary li:before, .news-textcontent ul.primary li:before {
    background-position: -398px 0;
}

ul.list.important li:before, .news-textcontent ul.important li:before {
    background-position: -398px -10px;
}

ul.list.list-bigfont, .news-textcontent ul.list-bigfont {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
}

ul.list.list-bigfont li, .news-textcontent ul.list-bigfont li {
    margin-bottom: 5px;
    padding-left: 22px;
}

.formpart {
    padding: 0 0 10px;
}

.formpart dd {
    margin: 0;
}

.formpart dt {
    display: block;
    position: relative;
    padding: 5px 0 5px;
    cursor: default;
}

.formpart dt span {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    color: #ce0000;
    text-transform: uppercase;
}

.formpart dt span small {
    font-size: .8em;
    font-weight: 400;
    text-transform: none;
    padding-left: 30px;
    color: #707070;
}

.formpart dt span a {
    font-size: .8em;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    padding-left: 30px;
    color: #007da6;
}

.formpart dt span a:hover {
    text-decoration: none;
}

.formpart dt .right {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 1em;
    text-transform: none;
    font-weight: 400;
}

input[type="text"], input[type="password"], input[type="phone"], input[type="date"], textarea, .inputlike, .payment-input-group > select {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 1.1em;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff url(/images/common/back_input.png) repeat 0 0;
    outline: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="text"].bigone, input[type="password"].bigone, input[type="phone"].bigone, textarea.bigone, .inputlike.bigone {
    width: 400px;
    padding: 12px 15px;
    font-size: 1.5em;
    line-height: 1.1em;
}

input[type="text"].large, input[type="password"].large, input[type="phone"].large, textarea.large, .inputlike.large {
    width: 400px;
}

input[type="text"].block, input[type="password"].block, input[type="phone"].block, textarea.block, .inputlike.block {
    width: 100%;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="phone"]:hover, textarea:hover, .inputlike:hover {
    border-color: #c7c7c7;
}

input[type="text"]:active, input[type="password"]:active, input[type="phone"]:active, textarea:active, .inputlike:active, input[type="text"]:focus, input[type="password"]:focus, input[type="phone"]:focus, textarea:focus, .inputlike:focus {
    border-color: #adadad;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.divinput-pic {
    display: table;
    min-width: 300px;
}

.divinput-pic input {
    display: table-cell;
    width: 100%;
}

.divinput-pic .input-pic {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 36px;
    background-color: #e0e0e0;
    text-align: center;
    padding: 3px;
}

.divinput-pic .input-pic > span {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -557px -98px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.divinput-pic:hover .input-pic > span {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.block-input {
    display: inline-block;
    vertical-align: middle;
}

.label-input {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding-right: 20px;
}

.onoffswitch {
    display: inline-block;
    position: relative;
    width: 76px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 15px;
    height: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ВКЛ";
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    padding-left: 8px;
    color: #FFFFFF;
    text-align: left;
    background: #85b700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YjcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkwYzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NWI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #85b700), color-stop(50%, #90c600), color-stop(100%, #85b700));
    background: -webkit-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -o-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -ms-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: linear-gradient(to right, #85b700 0%, #90c600 50%, #85b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85b700', endColorstr='#85b700', GradientType=1);
}

.onoffswitch-inner:after {
    content: "ВЫКЛ";
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    padding-right: 7px;
    background-color: #f1f1f1;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0px;
    background: #FFFFFF;
    border-radius: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    left: 47px;
}

.dotted {
    text-decoration: none;
    border-bottom: 1px dotted #8c8c8c;
    cursor: pointer;
}

a {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.graylink {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #8c8c8c;
    border-color: #8c8c8c;
}

.graylink:hover {
    color: #0088af;
    border-color: #0088af;
}

.graylink:active {
    color: #666666;
    border-color: #666666;
}

.bluelink {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #0088af;
    border-color: #0088af;
}

.bluelink:hover {
    color: #00b0e2;
    border-color: #00b0e2;
}

.bluelink:active {
    color: #004d63;
    border-color: #004d63;
}

.inform-block {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    background-color: #efefef;
}

[class^="note"] {
    display: block;
    padding: 15px 0;
    min-height: 82px;
    overflow: hidden;
}

[class^="note"] .icon {
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    background: #ce0000;
    text-align: center;
    border-radius: 50%;
}

[class^="note"] .icon:before {
    content: "";
    display: inline-block;
    margin: 10px auto 0;
    width: 30px;
    height: 30px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -600px 0;
}

[class^="note"] .descr {
    margin-left: 65px;
    cursor: default;
}

[class^="note"] .descr .head {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: 700;
    color: #ce0000;
    padding: 5px 0 4px;
}

[class^="note"] .descr .text {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color: #9b0000;
}

[class^="note"] .descr .text small {
    margin-left: 1px;
}

[class^="note"] .descr .text b small {
    font-weight: 700;
}

[class^="note"].note-bad .icon {
    background: #e63100;
    background: -moz-radial-gradient(center, ellipse cover, #e63100 40%, #bf0000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #e63100 40%, #bf0000 100%);
    background: radial-gradient(ellipse at center, #e63100 40%, #bf0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63100', endColorstr='#bf0000', GradientType=1);
    border-color: #9b0000;
}

[class^="note"].note-bad .icon:before {
    margin-top: 9px;
    background-position: -600px 0;
}

[class^="note"].note-bad .descr .head {
    color: #ce0000;
}

[class^="note"].note-bad .descr .text {
    color: #9b0000;
}

[class^="note"].note-good .icon {
    background: #99d900;
    background: -moz-radial-gradient(center, ellipse cover, #99d900 49%, #7cb000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #99d900 49%, #7cb000 100%);
    background: radial-gradient(ellipse at center, #99d900 49%, #7cb000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d900', endColorstr='#7cb000', GradientType=1);
    border-color: #587d00;
}

[class^="note"].note-good .icon:before {
    margin-top: 11px;
    background-position: -600px -32px;
}

[class^="note"].note-good .descr .head {
    color: #7cb000;
}

[class^="note"].note-good .descr .text {
    color: #587d00;
}

[class^="note"].note-attention .icon {
    background: #ffd800;
    background: -moz-radial-gradient(center, ellipse cover, #ffd800 50%, #ffba00 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffd800 50%, #ffba00 100%);
    background: radial-gradient(ellipse at center, #ffd800 50%, #ffba00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd800', endColorstr='#ffba00', GradientType=1);
    border-color: #d6a600;
}

[class^="note"].note-attention .icon:before {
    background-position: -600px -64px;
}

[class^="note"].note-attention .descr .head {
    color: #b08d00;
}

[class^="note"].note-attention .descr .text {
    color: #7d6400;
}

.table-list {
    width: 100%;
    margin: 15px 0 0;
    border-collapse: collapse;
}

.table-list th {
    text-align: left;
    color: #ce0000;
    background: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1em;
    padding: .5em;
}

.table-list td {
    padding: .8em .5em .7em;
    font-size: 1em;
    line-height: 1.2em;
    background: #fafafa;
    border: 2px solid #fff;
}

.table-list tr:nth-child(even) td {
    background: #f5f5f5;
}

.table-list.mini td {
    padding: .4em .5em .4em;
}

.bluelinks a {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #0088af;
    border-color: #0088af;
}

.bluelinks a:hover {
    color: #00b0e2;
    border-color: #00b0e2;
}

.bluelinks a:active {
    color: #004d63;
    border-color: #004d63;
}

@-webkit-keyframes icon-rotate {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes icon-rotate {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-15deg);
    }
    30% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.menu-left {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 70px;
    height: 100%;
    background-color: #efefef;
    z-index: 80;
}

.menu-left .logo {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #2a2a2a;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.menu-left .logo div {
    position: relative;
    top: 13px;
    height: 47px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat 0 0;
}

.menu-left .logo:hover {
    background-color: #383838;
}

.menu-left nav {
    position: relative;
    z-index: 2;
}

.menu-left .gotop {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -257px -128px;
    cursor: pointer;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-height: 600px) {
    .menu-left .gotop {
        display: none !important;
    }
}

.menu-left .gotop.light {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.menu-left .gotop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ml-link {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    text-decoration: none;
}

.ml-link * {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.translucent {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ml-link .ml-ref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.ml-link .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 4px;
    z-index: 1;
    background: #bd0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bd0000), color-stop(50%, #de0000), color-stop(100%, #bd0000));
    background: -webkit-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -o-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -ms-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: linear-gradient(to right, #bd0000 0%, #de0000 50%, #bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0000', endColorstr='#bd0000', GradientType=1);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ml-link .container {
    position: relative;
    padding: 10px 0 0 4px;
    text-align: center;
    z-index: 2;
}

.ml-link .container .icon {
    margin: 0 auto;
    width: 41px;
    height: 36px;
    background-position: -115px 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ml-link .container span {
    display: block;
    padding: 2px 0 0;
    color: #929292;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ml-link:hover .back, .ml-link.hover .back {
    width: 70px;
}

.ml-link:hover .container, .ml-link.hover .container {
    padding-left: 0;
}

.ml-link:hover .icon, .ml-link.hover .icon {
    background-position: -72px 0px;
}

.ml-link:hover span, .ml-link.hover span {
    color: #fff;
}

.ml-link.news .back {
    background: #bd0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bd0000), color-stop(50%, #de0000), color-stop(100%, #bd0000));
    background: -webkit-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -o-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -ms-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: linear-gradient(to right, #bd0000 0%, #de0000 50%, #bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0000', endColorstr='#bd0000', GradientType=1);
}

.ml-link.news .icon {
    background-position: -115px 0px;
}

.ml-link.news:hover .icon, .ml-link.news.hover .icon {
    background-position: -72px 0px;
}

.ml-link.news:hover span, .ml-link.news.hover span {
    color: #fff;
}

.ml-link.market .back {
    background: #ffba00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2ZmYmEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #ffba00 0%, #ffd200 50%, #ffba00 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffba00), color-stop(50%, #ffd200), color-stop(97%, #ffba00));
    background: -webkit-linear-gradient(left, #ffba00 0%, #ffd200 50%, #ffba00 97%);
    background: -o-linear-gradient(left, #ffba00 0%, #ffd200 50%, #ffba00 97%);
    background: -ms-linear-gradient(left, #ffba00 0%, #ffd200 50%, #ffba00 97%);
    background: linear-gradient(to right, #ffba00 0%, #ffd200 50%, #ffba00 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba00', endColorstr='#ffba00', GradientType=1);
}

.ml-link.market .icon {
    background-position: -115px -38px;
}

.ml-link.market:hover .icon, .ml-link.market.hover .icon {
    background-position: -72px -38px;
}

.ml-link.market:hover span, .ml-link.market.hover span {
    color: #383838;
}

.ml-link.bets .back {
    background: #85b700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YjcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkwYzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NWI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #85b700), color-stop(50%, #90c600), color-stop(100%, #85b700));
    background: -webkit-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -o-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -ms-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: linear-gradient(to right, #85b700 0%, #90c600 50%, #85b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85b700', endColorstr='#85b700', GradientType=1);
}

.ml-link.bets .icon {
    background-position: -115px -76px;
}

.ml-link.bets:hover .icon, .ml-link.bets.hover .icon {
    background-position: -72px -76px;
}

.ml-link.cs-betsnet .back {
    background: #85b700;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1YjcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkwYzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NWI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #85b700), color-stop(50%, #90c600), color-stop(100%, #85b700));
    background: -webkit-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -o-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: -ms-linear-gradient(left, #85b700 0%, #90c600 50%, #85b700 100%);
    background: linear-gradient(to right, #85b700 0%, #90c600 50%, #85b700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85b700', endColorstr='#85b700', GradientType=1);
}

.ml-link.cs-betsnet .icon {
    width: 100%;
    margin: 0;
    background: transparent url(/images/betsnet_icons.png?1) no-repeat -72px 0;
    background-size: auto 72px;
}

.ml-link.cs-betsnet:hover .icon, .ml-link.cs-betsnet.hover .icon {
    background-position: 0px 0;
}

.ml-link.video .back {
    background: #7850c1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4NTBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhiNWVkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODUwYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #7850c1 0%, #8b5edd 50%, #7850c1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7850c1), color-stop(50%, #8b5edd), color-stop(100%, #7850c1));
    background: -webkit-linear-gradient(left, #7850c1 0%, #8b5edd 50%, #7850c1 100%);
    background: -o-linear-gradient(left, #7850c1 0%, #8b5edd 50%, #7850c1 100%);
    background: -ms-linear-gradient(left, #7850c1 0%, #8b5edd 50%, #7850c1 100%);
    background: linear-gradient(to right, #7850c1 0%, #8b5edd 50%, #7850c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7850c1', endColorstr='#7850c1', GradientType=1);
}

.ml-link.video .icon {
    background-position: -115px -114px;
}

.ml-link.video:hover .icon, .ml-link.video.hover .icon {
    background-position: -72px -114px;
}

.ml-link.esport .back {
    background: #bd0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bd0000), color-stop(50%, #de0000), color-stop(100%, #bd0000));
    background: -webkit-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -o-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -ms-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: linear-gradient(to right, #bd0000 0%, #de0000 50%, #bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0000', endColorstr='#bd0000', GradientType=1);
}

.ml-link.esport .icon {
    background-position: -115px -192px;
}

.ml-link.esport:hover .icon, .ml-link.esport.hover .icon {
    background-position: -72px -192px;
}

.ml-link.esport:hover span, .ml-link.esport.hover span {
    color: #fff;
}

.ml-link.news-cs .back {
    background: #2e3335 url(/images/common/icons_common.png?104) no-repeat 0px -430px;
}

.ml-link.news-cs .icon {
    background-position: -115px 0px;
}

.ml-link.news-cs:hover .icon, .ml-link.news-cs.hover .icon {
    background-position: -72px 0px;
}

.ml-link.news-cs:hover span, .ml-link.news-cs.hover span {
    color: #fff;
}

.ml-link.market-cs .back {
    background: #2d717c url(/images/common/icons_common.png?104) no-repeat 0px -503px;
}

.ml-link.market-cs .icon {
    background-position: -115px -319px;
}

.ml-link.market-cs:hover .icon, .ml-link.market-cs.hover .icon {
    background-position: -72px -319px;
}

.ml-link.market-cs:hover span, .ml-link.market-cs.hover span {
    color: #fff;
}

.ml-link.bets-cs .back {
    background: #4e6a32 url(/images/common/icons_common.png?104) no-repeat 0px -576px;
}

.ml-link.bets-cs .icon {
    background-position: -115px -76px;
}

.ml-link.bets-cs:hover .icon, .ml-link.bets-cs.hover .icon {
    background-position: -72px -76px;
}

.ml-link.go-betsnet .back {
    background: #4e6a32 url(/images/common/icons_common.png?104) no-repeat 0px -576px;
}

.ml-link.go-betsnet .icon {
    width: 100%;
    margin: 0;
    background: transparent url(/images/betsnet_icons.png?1) no-repeat -72px -36px;
    background-size: auto 72px;
}

.ml-link.go-betsnet:hover .icon, .ml-link.go-betsnet.hover .icon {
    background-position: 0px -36px;
}

.ml-link.market-gifts .back {
    background: #0b2546;
    background: -moz-linear-gradient(left, #0b2546 0%, #1d4170 100%);
    background: -webkit-linear-gradient(left, #0b2546 0%, #1d4170 100%);
    background: linear-gradient(to right, #0b2546 0%, #1d4170 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2546', endColorstr='#1d4170', GradientType=1);
}

.ml-link.market-gifts .icon {
    background-position: -115px -319px;
}

.ml-link.market-gifts:hover .icon, .ml-link.market-gifts.hover .icon {
    background-position: -72px -319px;
}

.ml-link.market-gifts:hover span, .ml-link.market-gifts.hover span {
    color: #fff;
}

.ml-link.market-tf .back {
    background: #5a2813;
    background: -moz-linear-gradient(left, #5a2813 0%, #862800 100%);
    background: -webkit-linear-gradient(left, #5a2813 0%, #862800 100%);
    background: linear-gradient(to right, #5a2813 0%, #862800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a2813', endColorstr='#862800', GradientType=1);
}

.ml-link.market-tf .icon {
    background-position: -115px -319px;
}

.ml-link.market-tf:hover .icon, .ml-link.market-tf.hover .icon {
    background-position: -72px -319px;
}

.ml-link.market-tf:hover span, .ml-link.market-tf.hover span {
    color: #fff;
}

.ml-link.news-pb .back {
    background: #b85800;
    background: -moz-linear-gradient(left, #b85800 0%, #d16400 50%, #b85800 100%);
    background: -webkit-linear-gradient(left, #b85800 0%, #d16400 50%, #b85800 100%);
    background: linear-gradient(to right, #b85800 0%, #d16400 50%, #b85800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b85800', endColorstr='#b85800', GradientType=1);
}

.ml-link.news-pb .icon {
    background-position: -115px 0px;
}

.ml-link.news-pb:hover .icon, .ml-link.news-pb.hover .icon {
    background-position: -72px 0px;
}

.ml-link.news-pb:hover span, .ml-link.news-pb.hover span {
    color: #fff;
}

.ml-link.market-pb .back {
    background: #b85800;
    background: -moz-linear-gradient(left, #b85800 0%, #d16400 50%, #b85800 100%);
    background: -webkit-linear-gradient(left, #b85800 0%, #d16400 50%, #b85800 100%);
    background: linear-gradient(to right, #b85800 0%, #d16400 50%, #b85800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b85800', endColorstr='#b85800', GradientType=1);
}

.ml-link.market-pb .icon {
    background-position: -115px -319px;
}

.ml-link.market-pb:hover .icon, .ml-link.market-pb.hover .icon {
    background-position: -72px -319px;
}

.ml-link.market-pb:hover span, .ml-link.market-pb.hover span {
    color: #fff;
}

.ml-link.gotoDOTA {
    display: block;
    z-index: 2;
}

.ml-link.gotoDOTA .back {
    display: none;
}

.ml-link.gotoDOTA .container {
    padding: 12px 0 0 0;
}

.ml-link.gotoDOTA .icon {
    width: 70px;
    height: 47px;
    background-position: 0px -207px;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.gotoDOTA:hover {
    background-color: #fff;
}

.ml-link.gotoDOTA:hover .icon {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ml-link.gotoCSGO {
    display: block;
    z-index: 2;
}

.ml-link.gotoCSGO .back {
    display: none;
}

.ml-link.gotoCSGO .container {
    padding: 0;
}

.ml-link.gotoCSGO .icon {
    width: 70px;
    height: 70px;
    background-position: -1px -348px;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.gotoCSGO:hover {
    background-color: #fff;
}

.ml-link.gotoCSGO:hover .icon {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ml-link.gotoPUBG {
    display: block;
    z-index: 2;
}

.ml-link.gotoPUBG .back {
    display: none;
}

.ml-link.gotoPUBG .container {
    padding: 0;
}

.ml-link.gotoPUBG .icon {
    width: 70px;
    height: 70px;
    background: transparent url(../images/pubg-logo.svg) 50% 50% no-repeat;
    background-size: auto 54px;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.gotoPUBG:hover {
    background-color: #fff;
}

.ml-link.gotoPUBG:hover .icon {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ml-link.gotoGIFTS {
    display: block;
    z-index: 2;
}

.ml-link.gotoGIFTS .back {
    display: none;
}

.ml-link.gotoGIFTS .container {
    padding: 0;
}

.ml-link.gotoGIFTS .icon {
    width: 70px;
    height: 70px;
    background-position: -145px -650px;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.gotoGIFTS:hover {
    background-color: #fff;
}

.ml-link.gotoGIFTS:hover .icon {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.ml-link.gotoTF {
    display: block;
    z-index: 2;
}

.ml-link.gotoTF .back {
    display: none;
}

.ml-link.gotoTF .container {
    padding: 0;
}

.ml-link.gotoTF .icon {
    width: 70px;
    height: 70px;
    background-position: -72px -722px;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ml-link.gotoTF:hover {
    background-color: #fff;
}

.ml-link.gotoTF:hover .icon {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.menu-dropdown-block {
    margin-top: 20px;
}

.menu-dropdown {
    position: relative;
    margin-top: 1px;
}

.menu-dropdown .md-links {
    display: none;
    position: absolute;
    top: -1px;
    left: 70px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    white-space: nowrap;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}

.menu-dropdown .md-links .ml-link {
    margin-left: 1px;
    margin-top: 0px;
}

.menu-dropdown .md-links .ml-link:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.menu-dropdown a.md-link {
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 0;
    padding: 5px 0;
    background-color: #efefef;
    text-transform: uppercase;
    color: #2a2a2a;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-dropdown a.md-link:hover {
    background-color: #fff;
}

.menu-dropdown a.md-link:active {
    background-color: #e0e0e0;
}

.menu-dropdown:hover {
    background-color: #efefef;
}

.menu-dropdown:hover .gotoDOTA, .menu-dropdown:hover .gotoCSGO, .menu-dropdown:hover .gotoPUBG {
    background-color: #fff;
}

.menu-dropdown:hover a.md-link {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.menu-dropdown:hover .md-links {
    display: inline-block;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-piclinks {
    position: absolute;
    top: 21px;
    left: 40px;
    height: 30px;
    display: none;
}

.header-vk {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    line-height: 1.1em;
    background: transparent url(/images/common/icons_common_2x.png?1) no-repeat 0 0;
    background-size: 500px auto;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.header-vk:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-link {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    padding: 0 30px 8px 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header-link:hover {
    text-decoration: underline;
    color: #fff;
}

.content {
    position: relative;
    padding-left: 70px;
    width: 100%;
    min-width: 1240px;
}

.content > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 72px;
    border-bottom: 2px solid #fff;
    padding-left: 70px;
    background: #2a2a2a url(/images/common/header_news.jpg?2) no-repeat 70px 0;
    z-index: 79;
}

@media screen and (max-width: 640px), screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 3) {
    .content > header {
        position: absolute;
    }
}

.content > header nav {
    position: relative;
    padding: 30px 0 0 40px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content > header .userblock .right .actions [class^="icon"] {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 16px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content > header .userblock .right .actions [class^="icon"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.content > header .userblock .right .actions .icon-preferences {
    background-position: -450px 1px;
}

.content > header .userblock .right .actions .icon-exit {
    background-position: -450px -21px;
}

.content > header .userblock .left .actions {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
    height: 35px;
    padding: 8px 10px 0 50px;
    text-align: right;
}

.content > header .userblock .left .actions [class^="icon"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content > header .userblock .left .actions [class^="icon"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.content > header .userblock .left .actions [class^="icon-text"] {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #fff;
}

.content > header .userblock .left .actions [class^="icon-text"]:hover {
    color: #fff;
}

.content > header .userblock .left .actions .icon-text-rate {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 1px;
}

.content > header .userblock .left .actions .icon-text-rate:before {
    margin-right: 3px;
    top: 0px;
    width: 16px;
    height: 16px;
    background-position: -450px -42px;
}

.content > header .userblock .left .actions .icon-text-rate:hover {
    color: #ffe789;
}

.content > header .userblock .left .actions .icon-text-rate:hover:before {
    background-position: -450px -102px;
}

.content > header .userblock .left .actions .icon-moneyIn {
    width: 29px;
    height: 20px;
    background-position: -468px 0px;
}

.content > header .userblock .left .actions .icon-moneyOut {
    width: 29px;
    height: 20px;
    background-position: -468px -22px;
}

.content > header .userblock .left .actions .icon-notifications {
    position: relative;
    top: -2px;
    width: 22px;
    height: 23px;
    background-position: -468px -44px;
}

.content > header .userblock .left .actions .icon-backpack {
    position: relative;
    top: -2px;
    width: 24px;
    height: 24px;
    background-position: -468px -126px;
}

.content > header .userblock .left .actions .icon-messages {
    position: relative;
    top: 4px;
    width: 21px;
    height: 14px;
    margin-right: 5px;
    background-position: -468px -69px;
}

.content > header .userblock .left .actions .icon-messages span {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-block;
    padding: 0 5px;
    height: 15px;
    text-align: center;
    border-radius: 8px;
    background-color: #ff0202;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
}

.content > header .userblock .left .actions .icon-messages[data-messages="0"] {
    margin-right: 2px;
}

.content > header .userblock .left .actions .icon-messages[data-messages="0"] span {
    display: none;
}

.content > header .userblock .left .actions .icon-streamer {
    position: relative;
    top: 2px;
    width: 12px;
    height: 18px;
    margin-right: 4px;
    background-position: -468px -85px;
}

.content > header .userblock .left .actions .moneybank {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    vertical-align: top;
    margin-left: 9px;
    color: #fff;
    cursor: default;
}

.content > header .userblock .left .actions .moneybank small {
    font-weight: 700;
    margin-left: 1px;
}

.content > header .userblock .left .actions a.moneybank {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.content > header .userblock .left .actions a.moneybank:hover {
    color: #ffe789;
    text-decoration: none;
}

.content > header .userblock .left .actions .icon-addvideo {
    position: relative;
    width: 21px;
    height: 15px;
    background-position: -468px -106px;
    top: 3px;
    margin-right: 4px;
}

.content > header .userblock .left .nick {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    height: 35px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=1);
    padding: 10px 10px 0 30px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    text-align: right;
    cursor: default;
}

.content > header .userblock .left .nick a {
    color: #fff;
    text-decoration: none;
}

.content > header .userblock .left .nick a:visited {
    color: #fff;
}

.content > header .userblock .left .nick a:hover {
    color: #ffe789;
    text-decoration: none;
}

.content > section {
    padding: 110px 20px 60px 40px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.content > section:after {
    content: "";
    clear: both;
    display: block;
}

.content > section > .left, .content > section .admin-content > .left {
    display: block;
    margin-right: 310px;
    vertical-align: top;
    padding-right: 60px;
    -moz-transition: width 0.25s ease-in-out;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}

.content > section > .left.inner, .content > section .admin-content > .left.inner {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.content > section > .right, .content > section .admin-content > .right {
    display: inline-block;
    float: right;
    width: 310px;
    vertical-align: top;
    padding-right: 20px;
}

.content > section > .right .infoblock, .content > section .admin-content > .right .infoblock {
    padding-bottom: 5px;
}

.content > section > .right > div:first-child, .content > section .admin-content > .right > div:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

.content > section > .right h3, .content > section .admin-content > .right h3 {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    color: #383838;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.content > section.enlarged > .left {
    width: 90%;
}

.content > section.enlarged > .right {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.content > section .admin-content > .left {
    width: 62%;
}

.content > section .admin-content > .right {
    width: 38%;
}

@media screen and (max-width: 1000px) {
    .content > section:not(.nophone) .post-rate, .content > section:not(.nophone) .streamsblock-v2, .content > section:not(.nophone) .marketblock, .content > section:not(.nophone) .vkblock, .content > section:not(.nophone) .twitter-block {
        display: none;
    }

    .content > section:not(.nophone) > .left, .content > section:not(.nophone).enlarged .left {
        float: none;
        display: block;
        width: auto;
        padding-right: 20px;
        padding-bottom: 50px;
        margin-right: 0;
    }

    .content > section:not(.nophone) > .right, .content > section:not(.nophone).enlarged .right, .content > section:not(.nophone) > .right.fixedright {
        display: block;
        position: relative;
        width: auto;
        float: none;
        padding: 0 20px 40px 0;
    }
}

.content > section.nophone {
    min-width: 1060px;
}

@media screen and (max-width: 1500px) {
    .content > section.nophone .left {
        margin-right: 0;
        padding-right: 0px;
    }

    .content > section.nophone .right {
        display: none;
    }
}

.content > section.fixleft {
    max-width: 1430px;
    padding: 110px 0px 60px 0px;
}

@media screen and (max-width: 1650px) {
    .content > section.fixleft {
        padding-left: 40px;
    }
}

.content > section.fixleft > .left {
    float: left;
    display: inline-block;
    width: 1010px;
    padding-right: 0px;
    margin-right: 0;
}

.content > section.fixleft > .right {
    display: block;
    margin-left: 0px;
    width: 330px;
    float: right;
}

.content > section.fixleft > .right > .right_inner {
    display: none;
    float: left;
    width: 100%;
}

.content > section.fixleft > .right > .right_inner .newsblock {
    padding-bottom: 0;
}

.content > section.fixleft > .right > .right_inner .newsblock h3 {
    padding-top: 0px;
    padding-bottom: 5px;
}

.content > section.fixleft > .right > .right_inner .newsblock .news-articles {
    padding-top: 0;
}

.content > section.fixleft > .right > .right_inner .newsblock .news-articles a {
    border-bottom: 0 none;
    padding-bottom: 5px;
}

.content > section.fixleft > .right > .right_inner .betsblock article .team1, .content > section.fixleft > .right > .right_inner .betsblock article .team2 {
    padding-bottom: 2px;
}

.content > section.fixleft > .right > .right_inner .betsblock article .team1 span, .content > section.fixleft > .right > .right_inner .betsblock article .team2 span {
    font-size: .9em;
}

.content > section.fixleft > .right > .right_inner .betsblock article .team1 div, .content > section.fixleft > .right > .right_inner .betsblock article .team2 div {
    height: 24px;
    background-size: auto 24px;
}

.content > section.fixleft > .right > .right_inner .marketblock.col4 .market-articles a:not(.market) {
    width: 33.3%;
}

.content > section.fixleft > .right > .right_inner .marketblock.col4 .market-articles a:not(.market):nth-child(3n+1) {
    clear: both;
}

.content > section.fixleft > .right > .right_inner .marketblock.col4 .market-articles a:not(.market):nth-child(4n+1) {
    clear: none;
}

@media screen and (min-width: 1500px) {
    .content > section.fixleft .right > .right_inner {
        display: block;
    }
}

.content > footer {
    background-color: #2a2a2a;
}

.content > footer .links {
    padding: 30px 0 30px 30px;
    background: transparent url(/images/common/back_footer_links.png) repeat 0 0;
}

.content > footer .links b {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    padding: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
}

.content > footer .links > div > a, .content > footer .links > div > a:visited {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    display: block;
    padding: 7px 0 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content > footer .links > div > a:hover, .content > footer .links > div > a:visited:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.content > footer .links .publicks b {
    padding-bottom: 15px;
}

.content > footer .links a[class^="icon-text"] {
    display: block;
}

.content > footer .links a[class^="icon-text"].icon-text-vk:before {
    top: -6px;
    width: 26px;
    height: 26px;
    background-position: -201px 0;
    margin-right: 7px;
}

.content > footer .links a[class^="icon-text"].icon-text-discord:before {
    width: 30px;
    height: 30px;
    background: url(/images/common/discord.svg) no-repeat;
    background-size: contain;
    top: -6px;
}

.content > footer .links a[class^="icon-text"].icon-text-vk:hover:before {
    background-position: -229px 0px;
}

.content > footer .links a[class^="icon-text"].news:hover {
    color: #ff8481;
}

.content > footer .links a[class^="icon-text"].market:hover {
    color: #ffc80a;
}

.content > footer .links a[class^="icon-text"].bets:hover {
    color: #9acf1c;
}

.content > footer .links a[class^="icon-text"].video:hover {
    color: #c09dff;
}

.content > footer .links a[class^="icon-text"].csgo:hover {
    color: #71abb7;
}

.content > footer .copyright {
    color: #fff;
    padding: 10px 30px;
    min-height: 58px;
}

.content > footer .copyright .right {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    float: right;
    width: 200px;
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}

.content > footer .copyright .left {
    margin-right: 220px;
}

.content > footer .copyright .left:after {
    content: "";
    clear: both;
    display: block;
}

.content > footer .copyright .left a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content > footer .copyright .left a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.content > footer .copyright .left a img {
    display: block;
}

.content > footer .copyright.copyright-bigcounters .disclaimer {
    margin-left: 300px;
}

.content.mini > header {
    height: 35px;
}

.content.mini > header nav {
    padding-top: 11px;
}

.content.mini > header .userblock {
    height: 35px;
}

.content.mini > header .userblock .right {
    width: 35px;
    height: 35px;
}

.content.mini > header .userblock .right img {
    width: 100%;
}

.content.mini > header .userblock .right .actions {
    display: none;
}

.content.mini > header .userblock .left {
    margin-right: 35px;
    height: 35px;
}

.content.mini > header .userblock .left .actions {
    display: inline-block;
    vertical-align: top;
}

.content.mini > header .userblock .left .nick {
    display: none;
}

.content.mini > header .authblock {
    padding: 2px 2px 0 0;
}

.content.mini > header .authblock .steamlogin {
    width: 121px;
    height: 31px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -257px -336px;
}

.userblock .new-version {
    right: 0;
}

.new-version {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    position: relative;
    height: 62px;
    width: 146px;
    right: 115px;
    top: 4px;
    background: transparent url(/images/new-version.png) no-repeat center center;
    background-size: 108% auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea506', endColorstr='#a4cd00', GradientType=1);
    cursor: pointer;
    padding: 0 10px 0 60px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid #dce8b4;
    -moz-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -webkit-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -o-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -ms-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    will-change: border-bottom-color, box-shadow;
}

.new-version.en {
    background: transparent url(/images/new-version-en.png) no-repeat center center!important;
    background-size: 108% auto!important;
}

.signin {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    position: relative;
    height: 62px;
    background: #7ea506;
    background: -moz-linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    background: -webkit-linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    background: linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea506', endColorstr='#a4cd00', GradientType=1);
    cursor: pointer;
    padding: 0 10px 0 60px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid #dce8b4;
    -moz-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -webkit-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -o-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -ms-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    will-change: border-bottom-color, box-shadow;
}

.signin:before, .new-version:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3ffffff', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    will-change: opacity;
}

.signin:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 42px;
    height: 42px;
    background: transparent url(/images/common/icon_steam_white.svg?1) no-repeat center center;
    background-size: 100% auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.signin:hover, .new-version:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    border-bottom-color: #fff;
}

.signin:hover:before, .new-version:hover:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.signin:hover:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.signin:active {
    background: #779c05;
}

.signin-through {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #3c5600;
    white-space: nowrap;
    padding: 7px 0 0;
    z-index: 3;
}

.signin-steam {
    position: relative;
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    z-index: 3;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .newsblock .switch {
        padding: 5px 5px 6px;
        font-size: 1em;
    }
}

.newsblock .news-articles {
    padding: 25px 0 0 0;
}

.newsblock .news-articles a {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px;
    border-bottom: 1px solid #e0e0e0;
}

.newsblock .news-articles a:after {
    content: "";
    clear: both;
    display: block;
}

.newsblock .news-articles a .left {
    position: relative;
    float: left;
    width: 110px;
    padding-top: 20px;
}

.newsblock .news-articles a .left img {
    width: 100%;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.newsblock .news-articles a .left .date {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 4px;
    background-color: #c20000;
    color: #fff;
    font-size: .9em;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.newsblock .news-articles a .right {
    margin-left: 123px;
    padding-top: 1px;
}

.newsblock .news-articles a .right * {
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.newsblock .news-articles a .right > strong {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: block;
    padding: 0 0 4px;
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 700;
    color: #383838;
}

.newsblock .news-articles a .right > strong .icon-text-comment {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-weight: 700;
    color: #ce0000;
    margin: 0 0 0 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.newsblock .news-articles a .right > strong .icon-text-comment:before {
    width: 16px;
    height: 16px;
    top: 2px;
    margin: 0 4px 0 0;
    background-position: -499px 0px;
}

.newsblock .news-articles a .right .description {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color: #383838;
}

.newsblock .news-articles a:hover .left img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.newsblock .news-articles a:hover .right > strong {
    color: #ce0000;
    text-decoration: underline;
}

.newsblock .news-articles a:hover .right .description {
    color: #8d1212;
}

.newsblock .news-articles a.headnews {
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 4px solid #bbb;
    background-color: #efefef;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.newsblock .news-articles a.headnews .left {
    float: none;
    width: auto;
    padding-top: 0;
}

.newsblock .news-articles a.headnews .left img {
    max-width: 600px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.newsblock .news-articles a.headnews .left .date {
    position: relative;
    display: block;
    padding: 13px 15px 0;
    font-size: 1.1em;
    font-weight: 700;
    color: #ce0000;
    text-align: left;
    background-color: transparent;
    text-transform: uppercase;
}

.newsblock .news-articles a.headnews .right {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.newsblock .news-articles a.headnews .right > strong {
    padding: 5px 0 7px;
    font-size: 1.5em;
    line-height: 1.1em;
}

.newsblock .news-articles a.headnews .right > strong .icon-text-comment {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.newsblock .news-articles a.headnews .right .description {
    font-size: 1.1em;
    line-height: 1.1em;
}

.newsblock .news-articles a.headnews:hover {
    border-color: #ce0000;
    background-color: #f7f7f7;
}

.newsblock .news-articles a.headnews:hover .left img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.newsblock .news-articles a.noimg .left {
    width: auto;
    margin-right: 13px;
    padding-top: 0;
}

.newsblock .news-articles a.noimg .left img {
    display: none;
}

.newsblock .news-articles a.noimg .left .date {
    position: relative;
    background-color: #c20000;
    width: 110px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.newsblock .news-articles a.noimg .right {
    margin-left: 0;
}

.newsblock .news-articles a.noimg .right strong {
    padding-bottom: 6px;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .newsblock .news-articles a:not(.headnews) .left {
        width: auto;
        margin-right: 0;
        padding-top: 0;
        float: none;
    }

    .newsblock .news-articles a:not(.headnews) .left img {
        display: none;
    }

    .newsblock .news-articles a:not(.headnews) .left .date {
        position: relative;
        background-color: transparent !important;
        display: block;
        color: #ce0000;
        font-weight: 700;
        padding: 0 0 1px;
        text-align: left;
    }

    .newsblock .news-articles a:not(.headnews) .right {
        margin-left: 0;
    }

    .newsblock .news-articles a:not(.headnews) .right strong {
        padding-top: 1px;
        padding-bottom: 3px;
    }
}

.betsblock {
    padding: 40px 0 0;
}

.betsblock * {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.betsblock .bets-articles {
    padding: 5px 0 0;
}

.betsblock .bets-articles:after {
    content: "";
    clear: both;
    display: block;
}

.betsblock .bets-articles a {
    float: left;
    width: 49.7%;
    margin: 0 0 2px 0;
    font-size: .9em;
    text-decoration: none;
    background-color: #383838;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.betsblock .bets-articles a:nth-child(2n+2) {
    margin: 0 0 2px .6%;
}

.betsblock .bets-articles a .team1, .betsblock .bets-articles a .team2 {
    float: left;
    width: 50%;
    text-align: center;
    white-space: nowrap;
}

.betsblock .bets-articles a .team1 {
    padding-right: 9%;
}

.betsblock .bets-articles a .team2 {
    padding-left: 9%;
}

.betsblock .bets-articles a header {
    background-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 2px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.betsblock .bets-articles a article {
    position: relative;
    background-color: #383838;
    color: #fff;
    text-align: center;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.betsblock .bets-articles a article:after {
    content: "";
    clear: both;
    display: block;
}

.betsblock .bets-articles a article .team1, .betsblock .bets-articles a article .team2 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.betsblock .bets-articles a article .team1 div, .betsblock .bets-articles a article .team2 div {
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    margin: 0 auto;
}

.betsblock .bets-articles a article .team1 span, .betsblock .bets-articles a article .team2 span {
    display: block;
    padding: 1px 0 0;
    text-align: center;
}

.betsblock .bets-articles a article .team1 {
    border-right: 1px solid #2a2a2a;
}

.betsblock .bets-articles a article .team2 {
    border-left: 1px solid #2a2a2a;
}

.betsblock .bets-articles a article:before {
    content: "VS";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #525252;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    line-height: 23px;
    color: #cccccc;
    overflow: hidden;
}

.betsblock .bets-articles a footer {
    position: relative;
    padding: 0px 0;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #729b0f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyOWIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NDg0MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #729b0f 0%, #648417 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #729b0f), color-stop(100%, #648417));
    background: -webkit-linear-gradient(left, #729b0f 0%, #648417 100%);
    background: -o-linear-gradient(left, #729b0f 0%, #648417 100%);
    background: -ms-linear-gradient(left, #729b0f 0%, #648417 100%);
    background: linear-gradient(to right, #729b0f 0%, #648417 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729b0f', endColorstr='#648417', GradientType=1);
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.betsblock .bets-articles a footer:after {
    content: "";
    clear: both;
    display: block;
}

.betsblock .bets-articles a footer .team1, .betsblock .bets-articles a footer .team2 {
    position: relative;
    z-index: 2;
}

.betsblock .bets-articles a footer .bo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    padding-top: 0px;
    z-index: 3;
}

.betsblock .bets-articles a footer .team1-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #af0404;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmMDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #af0404 0%, #de0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #af0404), color-stop(100%, #de0000));
    background: -webkit-linear-gradient(left, #af0404 0%, #de0000 100%);
    background: -o-linear-gradient(left, #af0404 0%, #de0000 100%);
    background: -ms-linear-gradient(left, #af0404 0%, #de0000 100%);
    background: linear-gradient(to right, #af0404 0%, #de0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af0404', endColorstr='#de0000', GradientType=1);
    z-index: 1;
}

.betsblock .bets-articles a:hover {
    box-shadow: 0 0 10px #638c00;
    background-color: #454545;
}

.betsblock .bets-articles a:hover header {
    color: #e5ffa7;
}

.betsblock .bets-articles a:hover article {
    background-color: #454545;
}

.betsblock .bets-articles a:hover article:before {
    content: "BET";
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: #658517;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ODUxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzc2YTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzY1ODUxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #658517 0%, #76a20e 50%, #658517 99%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #658517), color-stop(50%, #76a20e), color-stop(99%, #658517));
    background: -webkit-linear-gradient(left, #658517 0%, #76a20e 50%, #658517 99%);
    background: -o-linear-gradient(left, #658517 0%, #76a20e 50%, #658517 99%);
    background: -ms-linear-gradient(left, #658517 0%, #76a20e 50%, #658517 99%);
    background: linear-gradient(to right, #658517 0%, #76a20e 50%, #658517 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#658517', endColorstr='#658517', GradientType=1);
    line-height: 29px;
    color: #fff;
}

.betsblock .bets-articles a.live header span {
    display: none;
}

.betsblock .bets-articles a.live header:before {
    content: "Смотреть стрим";
    display: block;
}

.betsblock .bets-articles a.live article:before {
    content: "LIVE";
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background: #bd0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RlMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #bd0000), color-stop(50%, #de0000), color-stop(100%, #bd0000));
    background: -webkit-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -o-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: -ms-linear-gradient(left, #bd0000 0%, #de0000 50%, #bd0000 100%);
    background: linear-gradient(to right, #bd0000 0%, #de0000 50%, #bd0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd0000', endColorstr='#bd0000', GradientType=1);
    line-height: 29px;
    color: #fff;
}

.betsblock .bets-articles a.bets {
    display: block;
    float: none;
    width: auto;
    clear: both;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
}

.betsblock .bets-articles a.bets header {
    display: inline-block;
    float: left;
    width: 50%;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.betsblock .bets-articles a.bets header span {
    font-size: 1.2em;
    line-height: 1.2em;
}

.betsblock .bets-articles a.bets article {
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 50%;
}

.betsblock .bets-articles a.bets article:before {
    display: none;
}

.betsblock .bets-articles a.bets article .betsdota2net {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
}

.betsblock .bets-articles a.bets article .betsdota2net .logo {
    float: left;
    width: 41px;
    height: 36px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -158px -76px;
    margin-top: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.betsblock .bets-articles a.bets article .betsdota2net .text {
    margin-left: 47px;
    text-align: left;
    text-transform: uppercase;
}

.betsblock .bets-articles a.bets article .betsdota2net .text b {
    display: block;
    color: #94d800;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

.betsblock .bets-articles a.bets article .betsdota2net .text strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .betsblock .bets-articles a.bets header {
        display: none;
        float: none;
        width: auto;
    }

    .betsblock .bets-articles a.bets article {
        margin-left: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
}

.betsblock .bets-articles a.bets:hover article .betsdota2net .logo {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.marketblock {
    padding: 40px 0 0;
}

.marketblock * {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.marketblock .market-articles {
    padding: 0;
    margin: 5px 0 0;
}

.marketblock .market-articles:after {
    content: "";
    clear: both;
    display: block;
}

.marketblock .market-articles a {
    position: relative;
    float: left;
    width: 33.3%;
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-decoration: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.marketblock .market-articles a:nth-child(3n+1) {
    clear: both;
}

.marketblock .market-articles a article {
    position: relative;
}

.marketblock .market-articles a article img {
    width: 100%;
    display: block;
    min-height: 30px;
}

.marketblock .market-articles a article .price {
    position: absolute;
    bottom: 1px;
    left: 5px;
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #ffed9c;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    z-index: 2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.5), 1px 0 1px rgba(0, 0, 0, 0.5), -1px 0 1px rgba(0, 0, 0, 0.5);
}

.marketblock .market-articles a article .price small {
    font-size: 14px;
    font-weight: 700;
    margin-left: 1px;
}

.marketblock .market-articles a article footer {
    background-color: rgba(56, 56, 56, 0.9);
    color: #fff !important;
    padding: 4px 6px;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.marketblock .market-articles a.hot article:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -666px 0;
    width: 30px;
    height: 30px;
}

.marketblock .market-articles a.market {
    float: none;
    clear: both;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.marketblock .market-articles a.market .left {
    float: left;
    width: 50%;
    height: 60px;
    background-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 5px 0;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    -webkit-border-radius: 0px 0 0 3px;
    -moz-border-radius: 0px 0 0 3px;
    border-radius: 0px 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.marketblock .market-articles a.market .right {
    position: relative;
    width: 50%;
    margin-left: 50%;
    background-color: #383838;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0 0px 3px 0;
    -moz-border-radius: 0 0px 3px 0;
    border-radius: 0 0px 3px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.marketblock .market-articles a.market .right:after {
    content: "";
    clear: both;
    display: block;
}

.marketblock .market-articles a.market .right:before {
    display: none;
}

.marketblock .market-articles a.market .right .marketdota2net {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 8px;
}

.marketblock .market-articles a.market .right .marketdota2net .logo {
    float: left;
    width: 41px;
    height: 36px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -158px -38px;
    margin-top: 2px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.marketblock .market-articles a.market .right .marketdota2net .text {
    margin-left: 47px;
    text-align: left;
    text-transform: uppercase;
}

.marketblock .market-articles a.market .right .marketdota2net .text b {
    display: block;
    color: #ffd000;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

.marketblock .market-articles a.market .right .marketdota2net .text strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.marketblock .market-articles a.market:hover .left {
    color: #ffd000;
}

.marketblock .market-articles a.market:hover .right {
    background-color: #454545;
}

.marketblock .market-articles a.market:hover .right .logo {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .marketblock .market-articles a.market > .left {
        display: none;
        float: none;
        width: auto;
    }

    .marketblock .market-articles a.market > .right {
        display: block;
        margin: 0;
        width: auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
}

.marketblock .market-articles a:hover article {
    box-shadow: 0 0 10px #b5b5b5;
}

.marketblock .market-articles a:hover article footer {
    opacity: 1;
    filter: alpha(opacity=100);
}

.marketblock.csgo .market-articles {
    background-color: #efefef;
}

.marketblock.csgo .market-articles a {
    border-bottom: 0;
    border-top: 1px solid #fff;
}

.marketblock.csgo .market-articles a article {
    text-align: center;
}

.marketblock.csgo .market-articles a article img {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
}

.marketblock.csgo .market-articles a article .price {
    color: #00818b;
    text-shadow: 1px 1px 0px #efefef, -1px -1px 0px #efefef, -1px 1px 0px #efefef, 1px -1px 0px #efefef, -2px 0 0px #efefef, 0px -2px 0px #efefef, 2px 0px 0px #efefef, 0px 2px 0px #efefef;
}

.marketblock.csgo .market-articles a article footer {
    font-size: .9em;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2a2a2a !important;
    text-shadow: 0 1px 1px #ffffff;
}

.marketblock.csgo .market-articles a.hot article .price {
    color: #aa4000;
}

.marketblock.csgo .market-articles a:hover article .price {
    text-shadow: none;
}

.marketblock.csgo .market-articles a.market .right .marketdota2net .text b {
    color: #8fd8dd;
}

.marketblock.csgo .market-articles a.market .right .marketdota2net .logo {
    background-position: -158px -317px;
}

.marketblock.csgo .market-articles a.market:hover .left {
    color: #8fd8dd;
}

.marketblock.pubg .market-articles {
    background-color: #efefef;
}

.marketblock.pubg .market-articles a {
    border-bottom: 0;
    border-top: 1px solid #fff;
}

.marketblock.pubg .market-articles a article {
    text-align: center;
}

.marketblock.pubg .market-articles a article img {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
}

.marketblock.pubg .market-articles a article .price {
    color: #333;
    text-shadow: 1px 1px 0px #efefef, -1px -1px 0px #efefef, -1px 1px 0px #efefef, 1px -1px 0px #efefef, -2px 0 0px #efefef, 0px -2px 0px #efefef, 2px 0px 0px #efefef, 0px 2px 0px #efefef;
}

.marketblock.pubg .market-articles a article footer {
    font-size: .9em;
    background-color: rgba(255, 255, 255, 0.8);
    color: #2a2a2a !important;
    text-shadow: 0 1px 1px #ffffff;
}

.marketblock.pubg .market-articles a.hot article .price {
    color: #aa4000;
}

.marketblock.pubg .market-articles a:hover article .price {
    text-shadow: none;
}

.streamsblock-v2 {
    padding: 40px 0 0;
}

.streamsblock-v2 .streams-articles {
    padding: 5px 0 0;
}

.streamsblock-v2 .streams-articles:after {
    content: "";
    clear: both;
    display: block;
}

.stream-block {
    position: relative;
    height: 41px;
    margin: 0 0 0px;
    border-bottom: 1px solid #5e5e5e;
    font-size: .9em;
    text-decoration: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    background-color: #383838;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.stream-block:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
}

.stream-block:first-child .s-avatar, .stream-block:first-child .s-avatar img {
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
}

.stream-block:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
}

.stream-block .fullsize-link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stream-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    opacity: 0.15;
    filter: alpha(opacity=15);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -331px -232px;
    z-index: 1;
}

.stream-block.hitbox:after {
    right: 4px;
    width: 44px;
    background-position: -427px -234px;
}

.stream-block.azubu:after {
    right: 4px;
    width: 42px;
    background-position: -383px -229px;
}

.stream-block.special {
    background-color: #291847;
}

.stream-block.special:hover {
    background-color: #36205e;
}

.stream-block:nth-child(2n) {
    background-color: #424242;
}

.stream-block:nth-child(2n):hover {
    background-color: #4f4f4f;
}

.stream-block:nth-child(2n).special {
    background-color: #321d56;
}

.stream-block:nth-child(2n).special:hover {
    background-color: #3d2469;
}

.stream-block.noavatar .s-avatar {
    background: #2a2a2a url(/images/common/streamer_avatar.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.stream-block.noavatar .s-avatar img {
    display: none;
}

.stream-block:hover {
    background-color: #525252;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.stream-block:hover .s-avatar:before {
    left: 0;
}

.s-avatar {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.s-avatar img {
    width: 100%;
    display: block;
}

.s-avatar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 40px;
    height: 40px;
    background-color: rgba(120, 80, 193, 0.4);
    z-index: 2;
    -moz-transition: left 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}

.s-avatar:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -30px;
    width: 14px;
    height: 14px;
    z-index: 3;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -450px -87px;
    -moz-transition: left 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}

.s-info {
    margin-left: 40px;
    height: 40px;
    position: relative;
}

.s-info * {
    position: relative;
    z-index: 2;
}

.s-header {
    color: #fff;
    padding: 5px 0px 0px 7px;
    margin-right: 55px;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.s-description {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color: #e0e0e0;
    padding: 1px 0px 1px 7px;
    margin-right: 55px;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 11px;
    line-height: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.s-icon-text {
    display: inline-block;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    position: absolute;
    top: 14px;
    right: 7px;
    font-size: 1.1em;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
    z-index: 2;
    text-decoration: none;
}

.s-icon-text:before {
    display: none;
}

.s-icon-text:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 3px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -152px 0;
    text-decoration: none;
    width: 14px;
    height: 11px;
    top: 1px;
    background-position: -257px -400px;
}

.s-flag {
    width: 16px;
    height: 11px;
}

.common-link-nav.video {
    display: block;
    clear: both;
    position: relative;
    font-size: 1em;
}

.common-link-nav.video * {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.common-link-nav.video header {
    background-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    float: left;
    width: 50%;
    height: 50px;
    padding-top: 9px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.common-link-nav.video header span {
    font-size: 1.1em;
    line-height: 1.1em;
}

.common-link-nav.video article {
    background-color: #383838;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 50%;
    height: 50px;
    -moz-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.common-link-nav.video article:before {
    display: none;
}

.common-link-nav.video article .videodota2net {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 2px 0;
}

.common-link-nav.video article .videodota2net .logo {
    float: left;
    width: 41px;
    height: 36px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -158px -152px;
    margin-top: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.common-link-nav.video article .videodota2net .text {
    margin-left: 47px;
    text-align: left;
    text-transform: uppercase;
}

.common-link-nav.video article .videodota2net .text b {
    display: block;
    color: #aa84f0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 11px;
}

.common-link-nav.video article .videodota2net .text strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .common-link-nav.video header {
        display: none;
        float: none;
        width: auto;
    }

    .common-link-nav.video article {
        margin-left: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
}

.common-link-nav.video:hover header {
    color: #c9b1f6;
}

.common-link-nav.video:hover article {
    background-color: #454545;
}

.common-link-nav.video:hover article .videodota2net .logo {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.streamsblock {
    padding: 40px 0 0;
}

.streamsblock .streams-articles {
    padding: 5px 0 0;
}

.streamsblock .streams-articles:after {
    content: "";
    clear: both;
    display: block;
}

.streamsblock .streams-articles * {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.streamsblock .streams-articles a {
    float: left;
    width: 49%;
    height: 60px;
    margin: 0 0 10px 1%;
    font-size: .9em;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}

.streamsblock .streams-articles a:nth-child(2n+1) {
    margin: 0 1% 10px 0;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .streamsblock .streams-articles a {
        width: 100%;
        margin: 0 0 6px 0;
    }

    .streamsblock .streams-articles a:nth-child(2n+1) {
        margin: 0 0 6px 0;
    }
}

.streamsblock .streams-articles a .avatar {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -377px -128px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

.streamsblock .streams-articles a .avatar img {
    width: 100%;
    display: block;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.streamsblock .streams-articles a .avatar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 60px;
    height: 60px;
    background-color: rgba(120, 80, 193, 0.5);
    z-index: 2;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: left 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}

.streamsblock .streams-articles a .avatar:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -30px;
    width: 14px;
    height: 14px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -450px -87px;
    -moz-transition: left 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
}

.streamsblock .streams-articles a .info {
    margin-left: 60px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 60px;
    position: relative;
    background-color: #2a2a2a;
    background-size: 100% auto;
    background-image: none !important;
}

.streamsblock .streams-articles a .info * {
    position: relative;
    z-index: 2;
}

.streamsblock .streams-articles a .info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1;
}

.streamsblock .streams-articles a .info header {
    color: #fff;
    padding: 6px 0px 0px 7px;
    margin-right: 2px;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.streamsblock .streams-articles a .info .description {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color: #efefef;
    padding: 1px 0px 4px 7px;
    margin-right: 3px;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 11px;
    line-height: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.streamsblock .streams-articles a .info .icon-text-watchers {
    position: absolute;
    bottom: 5px;
    left: 32px;
    font-size: 11px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}

.streamsblock .streams-articles a .info .icon-text-watchers:before {
    width: 14px;
    height: 11px;
    top: 1px;
    background-position: -257px -400px;
}

.streamsblock .streams-articles a .info .flag {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 23px;
    background-color: transparent;
    background-size: 48px auto;
    background-position: right -4px;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.streamsblock .streams-articles a:hover {
    box-shadow: 0 0 10px #7143c2;
}

.streamsblock .streams-articles a:hover header {
    color: #e1d4fb;
}

.streamsblock .streams-articles a:hover .description {
    color: #e1d4fb;
}

.streamsblock .streams-articles a:hover .avatar:before {
    left: 0;
}

.streamsblock .streams-articles a:hover .avatar:after {
    left: 7px;
}

.streamsblock .streams-articles a.video {
    display: block;
    float: none;
    width: auto;
    clear: both;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
}

.streamsblock .streams-articles a.video header {
    background-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    float: left;
    width: 50%;
    height: 60px;
    padding-top: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.streamsblock .streams-articles a.video header span {
    font-size: 1.2em;
    line-height: 1.2em;
}

.streamsblock .streams-articles a.video article {
    background-color: #383838;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 50%;
    height: 60px;
    -moz-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.streamsblock .streams-articles a.video article:before {
    display: none;
}

.streamsblock .streams-articles a.video article .videodota2net {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
}

.streamsblock .streams-articles a.video article .videodota2net .logo {
    float: left;
    width: 41px;
    height: 36px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background: transparent url(/images/common/icons_common.png?104) no-repeat -158px -152px;
    margin-top: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.streamsblock .streams-articles a.video article .videodota2net .text {
    margin-left: 47px;
    text-align: left;
    text-transform: uppercase;
}

.streamsblock .streams-articles a.video article .videodota2net .text b {
    display: block;
    color: #aa84f0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
}

.streamsblock .streams-articles a.video article .videodota2net .text strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .streamsblock .streams-articles a.video header {
        display: none;
        float: none;
        width: auto;
    }

    .streamsblock .streams-articles a.video article {
        margin-left: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
}

.streamsblock .streams-articles a.video:hover article {
    background-color: #454545;
}

.streamsblock .streams-articles a.video:hover article .videodota2net .logo {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.item-link {
    font-size: 1.3em;
    line-height: 1.1em;
    text-decoration: none;
}

.item-link img {
    position: relative;
    top: -2px;
    width: 45px;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 2px;
}

.item-link:hover {
    color: #ce0000;
}

.news-superhot {
    padding: 20px 0 10px;
}

.news-superhot a {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.news-superhot a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.news-superhot img {
    display: block;
    max-width: 100%;
}

.banners-redline {
    overflow: hidden;
    padding-bottom: 10px;
}

.banners-redline a {
    display: inline-block;
    float: left;
    width: 49%;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.banners-redline a:nth-child(2n+1) {
    margin-right: 1%;
}

.banners-redline a:nth-child(2n) {
    margin-left: 1%;
}

.banners-redline a img {
    width: 100%;
}

.banners-redline a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.banners-redline a:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banners-redline.banner-100 a {
    width: 100%;
    float: none;
}

.lastnews-miniblock {
    padding-top: 7px;
}

.lastnews-mini {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid #999;
    overflow: hidden;
}

.lastnews-mini * {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.lastnews-mini .left {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.lastnews-mini .right {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 5px 7px 10px;
    margin: 0;
    width: 100%;
    min-height: auto;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.lastnews-mini .right .date {
    color: #d9d9d9;
    font-size: .9em;
    line-height: 1.1em;
    padding: 5px 0 3px;
}

.lastnews-mini .right .title {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1em;
    padding: 0;
}

.lastnews-mini .right .title .i-comment {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lastnews-mini .right .title .i-comment:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 13px;
    height: 12px;
    top: 2px;
    margin: 0 4px 0 0;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -553px -19px;
}

.lastnews-mini:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.lastnews-miniblock .lastnews-mini:first-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.lastnews-miniblock .lastnews-mini:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 0 none;
}

.groupfilters {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    padding: 5px 12px;
    background-color: #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 15px;
}

.groupfilter {
    display: inline-block;
    margin: 3px 2px;
    padding: 5px 10px 5px;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    text-decoration: none;
}

.groupfilter > span {
    color: #2277a8;
    border-bottom: 1px dashed #2277a8;
    text-decoration: none;
}

.groupfilter:hover {
    text-decoration: none;
}

.groupfilter:hover > span {
    color: #2b95d2;
    border-bottom: 1px dashed #2b95d2;
    text-decoration: none;
}

.groupfilter.active {
    background-color: #2277a8;
}

.groupfilter.active > span {
    color: #fff;
    border-bottom: 1px dashed #2277a8;
}

.grouptext {
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
}

#loading_img {
    display: none;
    left: auto;
    right: 20px;
    top: 40px;
    background: transparent url(/images/common/loading_dotamarket.gif?1) 0 0px no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    width: 120px;
    height: 120px;
}

.preloader_gif {
    display: inline-block;
    background: transparent url(/images/common/loading_dotamarket.gif?1) 0 0px no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
    width: 80px;
    height: 80px;
    margin: 5px 0;
}

.d2net-market .menu-sort,
.d2net-bets .menu-sort,
.csgo-bets .menu-sort,
.csgo-market .menu-sort,
.betsnet-go .menu-sort,
.betsnet-cs .menu-sort {
    font-size: 1.2em;
}

.d2net-market .menu-sort .switch,
.d2net-bets .menu-sort .switch,
.csgo-bets .menu-sort .switch,
.csgo-market .menu-sort .switch,
.betsnet-go .menu-sort .switch,
.betsnet-cs .menu-sort .switch {
    text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.d2net-news .md-csgo {
    margin-top: 1px;
}

.d2net-news .menu-left .logo div {
    background-position: 0 0;
}

.d2net-news .menu-left nav .ml-link.news .back {
    width: 70px;
}

.d2net-news .menu-left nav .ml-link.news .container {
    padding-left: 0;
}

.d2net-news .menu-left nav .ml-link.news .icon {
    background-position: -72px 0px;
}

.d2net-news .menu-left nav .ml-link.news span {
    color: #fff;
}

.d2net-news .content > header {
    background-image: url(/images/common/header_news.jpg?3);
}

.d2net-news #loading_img, .d2net-news .preloader_gif {
    background: transparent url(/images/common/loading_dotanews.gif) 0 0px no-repeat;
    background-size: 100% auto;
}

.d2net-news .footer-steam {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 3px;
}

.d2net-esport .md-csgo {
    margin-top: 1px;
}

.d2net-esport .menu-left .logo div {
    background-position: 0 0;
}

.d2net-esport .menu-left nav .ml-link.esport .back {
    width: 70px;
}

.d2net-esport .menu-left nav .ml-link.esport .container {
    padding-left: 0;
}

.d2net-esport .menu-left nav .ml-link.esport .icon {
    background-position: -72px -192px;
}

.d2net-esport .menu-left nav .ml-link.esport span {
    color: #fff;
}

.d2net-esport .content > header {
    height: 70px;
    border: 0 none;
    background-image: url(/images/common/header_news.jpg?3);
}

.d2net-esport .content > section {
    padding-top: 70px;
}

.d2net-esport .footer-steam {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 3px;
}



.d2net-bets, .betsnet-cs {
    min-width: 1150px;
}

.d2net-bets .md-csgo, .betsnet-cs .md-csgo {
    margin-top: 1px;
}

.d2net-bets .menu-left .logo div,
.betsnet-cs .menu-left .logo div {
    background-position: 0 -98px;
}

.d2net-bets .menu-left nav .ml-link.bets .back,
.betsnet-cs .menu-left nav .ml-link.bets .back {
    width: 70px;
}

.d2net-bets .menu-left nav .ml-link.bets .container,
.betsnet-cs .menu-left nav .ml-link.bets .container {
    padding-left: 0;
}

.d2net-bets .menu-left nav .ml-link.bets .icon,
.betsnet-cs .menu-left nav .ml-link.bets .icon {
    background-position: -72px -76px;
}

.d2net-bets .menu-left nav .ml-link.bets span,
.betsnet-cs .menu-left nav .ml-link.bets span {
    color: #fff;
}

.d2net-bets .content > header, .betsnet-cs .content > header {
    background-image: url(/images/common/header_bets.jpg?4);
}

.d2net-bets #loading_img, .betsnet-cs #loading_img, .d2net-bets .preloader_gif, .betsnet-cs .preloader_gif {
    background: transparent url(/images/common/loading_dotabets.gif) 0 0px no-repeat;
    background-size: 100% auto;
}

.d2net-bets .table-list th, .betsnet-cs .table-list th {
    color: #75a001;
}

.d2net-bets .menu-sort, .betsnet-cs .menu-sort {
    border-color: #75a001;
}

.d2net-bets .menu-sort .switch, .betsnet-cs .menu-sort .switch {
    padding-left: 15px;
    padding-right: 15px;
}

.d2net-bets .menu-sort .switch.active, .betsnet-cs .menu-sort .switch.active {
    background-color: #75a001;
}

.d2net-bets .menu-sort .switch.active span, .betsnet-cs .menu-sort .switch.active span {
    color: #fff;
}

.d2net-bets .userblock a:hover, .betsnet-cs .userblock a:hover {
    color: #dfff93 !important;
}

.d2net-bets #chat-container #chat-rules-link-container, .betsnet-cs #chat-container #chat-rules-link-container, .d2net-bets #chat-container #chat-rules-link-container2, .betsnet-cs #chat-container #chat-rules-link-container2 {
    border: 0 none;
}

.d2net-bets #chat-container .aNorm, .betsnet-cs #chat-container .aNorm {
    background-color: #649300;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.d2net-bets #chat-container .aNorm:hover, .betsnet-cs #chat-container .aNorm:hover {
    background-color: #75ac00;
    color: #fff;
}

.d2net-bets #chat-container .aNorm:disabled, .betsnet-cs #chat-container .aNorm:disabled {
    background-color: #efefef;
    color: #969595;
}

.d2net-bets #chat-container .aNorm:active, .betsnet-cs #chat-container .aNorm:active {
    background-color: #a9f900;
    color: #fff;
}

.d2net-video .md-csgo {
    margin-top: 1px;
}

.d2net-video .menu-left .logo div {
    background-position: 0 -147px;
}

.d2net-video .menu-left nav .ml-link.video .back {
    width: 70px;
}

.d2net-video .menu-left nav .ml-link.video .container {
    padding-left: 0;
}

.d2net-video .menu-left nav .ml-link.video .icon {
    background-position: -72px -114px;
}

.d2net-video .menu-left nav .ml-link.video span {
    color: #fff;
}

.d2net-video .content > header {
    background-image: url(/images/common/header_video.jpg?4);
}

.d2net-video #loading_img, .d2net-video .preloader_gif {
    background: transparent url(/images/common/loading_dotavideo.gif) 0 0px no-repeat;
    background-size: 100% auto;
}

.d2net-video .menu-sort {
    border-color: #7850c1;
}

.d2net-video .menu-sort .switch.active {
    background-color: #7850c1;
}

.d2net-video .menu-sort .switch.active span {
    color: #fff;
}

.d2net-video .footer-steam {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 3px;
}

.csgo-news .menu-left .logo div,
.csgo-bets .menu-left .logo div,
.csgo-market .menu-left .logo div,
.betsnet-go .menu-left .logo div {
    background-position: 0 -275px;
    width: 70px;
    height: 70px;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.csgo-news .menu-left .logo div:hover,
.csgo-bets .menu-left .logo div:hover,
.csgo-market .menu-left .logo div:hover,
.betsnet-go .menu-left .logo div:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.csgo-news .menu-sort .switch.active span,
.csgo-bets .menu-sort .switch.active span,
.csgo-market .menu-sort .switch.active span,
.betsnet-go .menu-sort .switch.active span {
    color: #fff;
}

.csgo-news [class^="note"].note-bad .icon:before,
.csgo-bets [class^="note"].note-bad .icon:before,
.csgo-market [class^="note"].note-bad .icon:before,
.betsnet-go [class^="note"].note-bad .icon:before {
    margin-top: 10px;
    background-position: -600px -98px;
}

.csgo-news [class^="note"].note-attention .icon:before,
.csgo-bets [class^="note"].note-attention .icon:before,
.csgo-market [class^="note"].note-attention .icon:before,
.betsnet-go [class^="note"].note-attention .icon:before {
    margin-top: 12px;
    background-position: -600px -132px;
}

.csgo-news [class^="note"].note-good .icon:before,
.csgo-bets [class^="note"].note-good .icon:before,
.csgo-market [class^="note"].note-good .icon:before,
.betsnet-go [class^="note"].note-good .icon:before {
    margin-top: 13px;
    background-position: -600px -166px;
}

.csgo-news .content > header {
    background-image: url(/images/common/header_news_csgo.jpg?3);
}

.csgo-news .menu-left .logo {
    background: #242828 url(/images/common/icons_common.png?104) no-repeat -72px -430px;
}

.csgo-news .menu-left nav .ml-link.news .back, .csgo-news .menu-left nav .ml-link.news-cs .back {
    width: 70px;
}

.csgo-news .menu-left nav .ml-link.news .container, .csgo-news .menu-left nav .ml-link.news-cs .container {
    padding-left: 0;
}

.csgo-news .menu-left nav .ml-link.news .icon, .csgo-news .menu-left nav .ml-link.news-cs .icon {
    background-position: -72px 0px;
}

.csgo-news .menu-left nav .ml-link.news span, .csgo-news .menu-left nav .ml-link.news-cs span {
    color: #fff;
}

.csgo-news #loading_img, .csgo-news .preloader_gif {
    background: transparent url(/images/common/loading_csgonews.gif) 0 0px no-repeat;
    background-size: 100% auto;
}

.csgo-news ul.list.important li:before {
    background-position: -398px -30px;
}

.csgo-news .s-avatar:before {
    background-color: rgba(70, 189, 219, 0.4);
}

.csgo-news .menu-sort {
    border-color: #242828;
}

.csgo-news .menu-sort .right a, .csgo-news .menu-sort .right span {
    color: #242828;
    border-bottom-color: #242828;
}

.csgo-news .menu-sort .right a:hover, .csgo-news .menu-sort .right span:hover {
    border-color: #fff;
}

.csgo-news .menu-sort .right a {
    border: 0 none;
}

.csgo-news .menu-sort .right .button-addpost {
    font-size: .9em;
    border: 2px solid #242828;
    color: #242828;
}

.csgo-news .menu-sort .right .button-addpost:hover {
    color: #fff;
    border-color: #242828;
    background: #242828 url(/images/common/camouflage_news.jpg?1) no-repeat 0px 0;
}

.csgo-news .menu-sort .switch.active {
    background: #242828 url(/images/common/camouflage_news.jpg?1) no-repeat 0px 0;
}

.csgo-news .formpart dt span {
    color: #1d626f;
}

.csgo-news .userblock a:hover {
    color: #9af4f3 !important;
}

.csgo-news .userblock .icon-text-rate:hover:before {
    background-position: -450px -119px !important;
}

.csgo-news .footer-steam {
    display: inline-block;
    padding: 0;
    position: relative;
    top: 3px;
}


.csgo-bets, .betsnet-go {
    min-width: 1150px;
}

.csgo-bets .content > header, .betsnet-go .content > header {
    background-image: url(/images/common/header_bets_csgo.jpg?3);
}

.csgo-bets .menu-left .logo, .betsnet-go .menu-left .logo {
    background: #5b6c36 url(/images/common/icons_common.png?104) no-repeat -72px -576px;
}

.csgo-bets .menu-left nav .ml-link.bets-cs .back, .betsnet-go .menu-left nav .ml-link.bets-cs .back {
    width: 70px;
}

.csgo-bets .menu-left nav .ml-link.bets-cs .container, .betsnet-go .menu-left nav .ml-link.bets-cs .container {
    padding-left: 0;
}

.csgo-bets .menu-left nav .ml-link.bets-cs .icon, .betsnet-go .menu-left nav .ml-link.bets-cs .icon {
    background-position: -72px -76px;
}

.csgo-bets .menu-left nav .ml-link.bets-cs span, .betsnet-go .menu-left nav .ml-link.bets-cs span {
    color: #fff;
}

.csgo-bets #loading_img, .betsnet-go #loading_img, .csgo-bets .preloader_gif, .betsnet-go .preloader_gif {
    background: transparent url(/images/common/loading_csgobets.gif) 0 0px no-repeat;
    background-size: 100% auto;
}

.csgo-bets .table-list th, .betsnet-go .table-list th {
    color: #75a001;
}

.csgo-bets .menu-sort, .betsnet-go .menu-sort {
    border-color: #556630;
}

.csgo-bets .menu-sort .switch.active, .betsnet-go .menu-sort .switch.active {
    background: #556630 url(/images/common/camouflage_bets.jpg?1) no-repeat 0px 0;
}

.csgo-bets .userblock a:hover, .betsnet-go .userblock a:hover {
    color: #dfff93 !important;
}

.csgo-bets #chat-container #chat-rules-link-container, .betsnet-go #chat-container #chat-rules-link-container, .csgo-bets #chat-container #chat-rules-link-container2, .betsnet-go #chat-container #chat-rules-link-container2 {
    border: 0 none;
}

.csgo-bets #chat-container .aNorm, .betsnet-go #chat-container .aNorm {
    background-color: #649300;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.csgo-bets #chat-container .aNorm:hover, .betsnet-go #chat-container .aNorm:hover {
    background-color: #75ac00;
    color: #fff;
}

.csgo-bets #chat-container .aNorm:disabled, .betsnet-go #chat-container .aNorm:disabled {
    background-color: #efefef;
    color: #969595;
}

.csgo-bets #chat-container .aNorm:active, .betsnet-go #chat-container .aNorm:active {
    background-color: #a9f900;
    color: #fff;
}

.betsnet-cs .menu-left .logo div, .betsnet-go .menu-left .logo div {
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/images/logo_betsnet.png?1) no-repeat 0 0px;
    background-size: 100% 100%;
}

.betsnet-cs nav .ml-link.cs-betsnet .back {
    width: 70px;
}

.betsnet-cs nav .ml-link.cs-betsnet .container {
    padding-left: 0;
}

.betsnet-cs nav .ml-link.cs-betsnet .icon {
    width: 100%;
    margin: 0;
    background-position: 0 0;
}

.betsnet-cs nav .ml-link.cs-betsnet span {
    color: #fff;
}

.betsnet-go nav .ml-link.go-betsnet .back {
    width: 70px;
    background: transparent url(/images/common/camouflage_bets.jpg?1) no-repeat -104px -100px;
}

.betsnet-go nav .ml-link.go-betsnet .container {
    padding-left: 0;
}

.betsnet-go nav .ml-link.go-betsnet .icon {
    width: 100%;
    margin: 0;
    background-position: 0 -36px;
}

.betsnet-go nav .ml-link.go-betsnet span {
    color: #fff;
}

.pubg-news #loading_img, .pubg-market #loading_img, .pubg-news .preloader_gif, .pubg-market .preloader_gif {
    background: transparent url(/images/common/loading_pubg.gif?2) 0 0px no-repeat;
    background-size: 100% auto;
}

.pubg-news .menu-left .logo div, .pubg-market .menu-left .logo div {
    top: 0;
    height: 70px;
    background: url(/images/common/pubg-logo.png?1);
    background-size: auto 70px;
}

.pubg-news .menu-sort, .pubg-market .menu-sort {
    border-top-color: #c96000;
}

.pubg-news .menu-sort .switch.active, .pubg-market .menu-sort .switch.active {
    background: #c96000 !important;
}

.pubg-news .menu-sort .button-addpost, .pubg-market .menu-sort .button-addpost {
    border-color: #c96000;
    color: #c96000;
}

.pubg-news .menu-sort .button-addpost:hover, .pubg-market .menu-sort .button-addpost:hover {
    background: #c96000;
}

.pubg-news [class^="note"].note-bad .icon:before, .pubg-market [class^="note"].note-bad .icon:before {
    margin-top: 10px;
    background-position: -600px -98px;
}

.pubg-news [class^="note"].note-attention .icon:before, .pubg-market [class^="note"].note-attention .icon:before {
    margin-top: 12px;
    background-position: -600px -132px;
}

.pubg-news [class^="note"].note-good .icon:before, .pubg-market [class^="note"].note-good .icon:before {
    margin-top: 13px;
    background-position: -600px -166px;
}

.pubg-news .content > header {
    background-image: url(/images/common/header_news_pubg.jpg?1);
}

.pubg-news .menu-left nav .ml-link.news-pb .back {
    width: 70px;
}

.pubg-news .menu-left nav .ml-link.news-pb .container {
    padding-left: 0;
}

.pubg-news .menu-left nav .ml-link.news-pb .icon {
    background-position: -72px 0px;
}

.pubg-news .menu-left nav .ml-link.news-pb span {
    color: #fff;
}

.pagination {
    text-align: center;
    border-top: 4px solid #e0e0e0;
    margin-top: 20px;
}

.pagination.pagination-top {
    border-top: 0 none;
    border-bottom: 4px solid #e0e0e0;
}

.pagi-link {
    display: inline-block;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #2a2a2a;
    padding: 10px 10px;
    margin-top: -4px;
    border-top: 4px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
}

.pagi-link:hover {
    color: #e23d27;
    border-color: #fb5629;
}

.pagi-link.active {
    color: #e23d27;
    border-color: #fb5629;
    cursor: default;
}

.pagi-link.off {
    cursor: default;
    color: #adadad;
}

.pagi-link.off:hover {
    color: #adadad;
    border-color: rgba(0, 0, 0, 0);
}

.pagi-text {
    display: inline-block;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #adadad;
    padding: 10px 10px;
    margin-top: -4px;
    border-top: 4px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
}

input.pagepicker {
    height: 30px;
    width: 50px;
    text-align: center;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    padding: 3px;
}

.pagepicker_form {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination-top .pagi-link {
    margin-top: 0;
    margin-bottom: -4px;
    border-top: 0 none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pagination-top .pagi-text {
    border-top: 0 none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.hidden {
    display: none;
}

.tokenfield .token {
    color: #ce0000;
}

.disclaimer {
    font-size: 11px;
    line-height: 16px;
    margin-left: 210px;
    color: #ccc;
    display: block;
    min-height: 72px;
}

.disclaimer b {
    display: block;
    padding: 5px 0 0;
    color: #fff;
}

.counters {
    float: left;
    display: inline-block;
}

.counters a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.counters a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.chat_frame {
    font-family: Verdana, "Segoe UI", sans-serif;
}

.img-zoomy {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.img-zoomy:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(130, 131, 131, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-zoomy:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 28px;
    width: 32px;
    height: 32px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -534px -168px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-zoomy:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.img-zoomy:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.vote, .poll-list div {
    clear: both;
    padding: 2px 0 2px 2px;
}

.vote input, .poll-list div input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.block .btl {
    border-bottom: 1px solid #dedede;
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    font-size: 1.3em;
}

.block {
    position: relative;
    margin: 0 0 15px 0;
    width: 100%;
    padding: 0 2px;
}

#vote {
    display: none;
}

.poll_button {
    margin-top: 10px;
    color: #fff;
    padding: 10px;
    background-color: #E74C3C;
    border: none;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.emerald {
    background-color: #2ECC71;
}

.voteprogress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.voteprogress span {
    color: #ffffff;
    text-align: center;
    text-indent: -2000em;
    height: 15px;
    display: block;
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #0e90d2;
}

.voteprogress .vote2 {
    background-color: #dd514c;
}

.voteprogress .vote3 {
    background-color: #5eb95e;
}

.voteprogress .vote4 {
    background-color: #4bb1cf;
}

.voteprogress .vote5 {
    background-color: #faa732;
}

.slideTwo {
    width: 60px;
    height: 30px;
    background: #fafafa;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 36px;
    background: #C70000;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideTwo label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fcfff4;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
}

.slideTwo label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #9A9A9A;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px #000000, 0px 1px 0px rgba(255, 255, 255, 0.9);
}

input[name=bot], input[name=consolation] {
    visibility: hidden;
}

input[name=bot]:checked + label, input[name=consolation]:checked + label {
    left: 34px;
}

input[name=bot]:checked + label:after, input[name=consolation]:checked + label:after {
    background: #C0392B;
}

#tickets {
    padding: 10px 0 0 15px;
    max-width: 1200px;
}

#tickets > p {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
}

#support-content {
    width: auto !important;
}

#support-content > p > a[href="/support/setadmin/1"], #support-content > p > a[href="/support/setadmin/0"] {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    padding: 7px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2277a8;
    color: #fff !important;
    font-size: 1.1em !important;
    text-decoration: none !important;
}

#support-content > p > a[href="/support/setadmin/1"]:hover, #support-content > p > a[href="/support/setadmin/0"]:hover {
    background-color: #2686bd;
}

#new-ticket-big-button {
    background-color: #383838 !important;
    color: #fff !important;
    border: 0 none !important;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    width: auto !important;
    height: auto !important;
    display: block !important;
    text-align: left !important;
    padding: 15px 20px !important;
    line-height: 1.1em !important;
}

#new-ticket-wrapper {
    background-color: #efefef !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    padding: 20px 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-top: 0 none !important;
}

#new-ticket-wrapper > div {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
}

#new-ticket-wrapper textarea {
    height: 160px !important;
    margin-bottom: 12px !important;
}

#button-ticket-new {
    display: inline-block;
    padding: 12px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2277a8;
    color: #fff !important;
    font-size: 1.3em !important;
    text-decoration: none !important;
}

#button-ticket-new:hover {
    background-color: #2686bd !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

#faq-checkbox-label a {
    color: #2277a8;
    text-decoration: underline;
}

#faq-checkbox-label a:hover {
    text-decoration: none;
}

#support-content h3 + p {
    display: inline-block;
    padding-left: 50px;
}

#support-content > h3 {
    display: inline-block;
    margin-top: 0 !important;
}

.ticket-head-id {
    top: 13px !important;
}

#faq {
    border-top: 0 none !important;
}

#faq-description {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.4em !important;
    padding: 10px 0 10px;
}

.faq-question {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    color: #2277a8 !important;
    text-decoration: none !important;
}

.faq-question:before {
    content: "— ";
    color: #2277a8;
}

.faq-answer {
    border-left: 3px solid #2277a8 !important;
    padding: 3px 15px;
}

.ticket-head {
    background: #efefef !important;
    border: 0 none !important;
    margin-top: 2px !important;
}

.button-ticket-close {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff !important;
    font-size: 1em !important;
    left: auto !important;
    right: 5px !important;
    top: 45px !important;
    width: auto !important;
    padding: 3px 10px 4px 10px !important;
    background: #b12c10 !important;
}

.button-ticket-close:hover {
    background: #c83212 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.ticket-body {
    overflow: hidden;
}

.ticket-body-bottom {
    background: #fff !important;
}

.ticket-body-bottom:after {
    content: "";
    clear: both;
    display: block;
}

.ticket-body-bottom label {
    display: inline-block;
    text-align: center;
    color: #2686bd !important;
    font-size: 1em !important;
    line-height: 1.1em;
    margin: 6px 0 0 2%;
    width: 22%;
}

.ticket-body-bottom label input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.ticket-body-bottom label:hover {
    color: #3ea0d8 !important;
}

.ticket-body-bottom textarea {
    width: 75% !important;
    float: left;
    border: 1px solid #8cabbd !important;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    padding: 6px 10px;
}

.button-ticket-reply {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2277a8 !important;
    color: #fff !important;
    font-size: 1.2em !important;
    line-height: 1.1em !important;
    text-decoration: none !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    float: left !important;
    width: 22% !important;
    height: auto !important;
    padding: 7px 20px 5px !important;
    margin-left: 2%;
    margin-top: 3px;
}

.button-ticket-reply .warning {
    position: relative !important;
    top: 0 !important;
    margin: 1px 0 0 !important;
    color: #96eaff !important;
    font-size: 11px !important;
}

.button-ticket-reply:hover {
    background-color: #2686bd !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.answer-mine {
    background: #fff !important;
}

.answer-admin {
    background: #e6ffd4 !important;
}

.answer-admin .answer-time {
    color: #799962;
}

.ticket-answer {
    width: 70% !important;
    padding: 6px 10px 3px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.ticket-answers {
    background: transparent url(/images/common/back_pattern.png?1) 0px 0px repeat;
}

.ticket-head-last a {
    color: #2277a8 !important;
}

.ticket-head-last a:hover {
    text-decoration: underline;
}

.ticket-style-opened .ticket-head {
    background: #383838 !important;
    color: #fff;
    border: 0 none !important;
    margin-top: 2px !important;
}

.ticket-style-opened .ticket-head-fading {
    background: -moz-linear-gradient(left, rgba(56, 56, 56, 0) 0%, #383838 100%);
    background: -webkit-linear-gradient(left, rgba(56, 56, 56, 0) 0%, #383838 100%);
    background: linear-gradient(to right, rgba(56, 56, 56, 0) 0%, #383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00383838', endColorstr='#383838', GradientType=1);
}

.ticket-style-opened .ticket-head-last a {
    color: #bdefff !important;
}

.ticket-style-opened .ticket-head-id {
    left: -113px !important;
}

.ticket-style-opened .sendby_admin {
    color: #90c520;
}

#answered-new-tickets, #opened-tickets, #answered-tickets {
    padding-left: 2px !important;
}

#answered-tickets .ticket-style-opened {
    padding-left: 2px !important;
}

.ticket-head-title {
    height: 23px !important;
    line-height: 23px !important;
}

.ticket-head-last {
    line-height: 15px !important;
    border: 0 none !important;
}

.ticket-head-replied {
    margin-top: 3px;
}

.answer-text > a {
    color: #2277a8;
    text-decoration: underline;
}

.answer-text > a:hover {
    text-decoration: none;
}

.answer-text form {
    display: inline-block;
    margin: 10px 0 0;
    padding: 8px 10px;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    background-color: #efefef;
}

.answer-text input[name="summ"] {
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 120px !important;
    border: 1px solid #e1e1e1;
}

.answer-text input[type="submit"] {
    border: 0 none;
    margin-left: 20px;
    padding: 6px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #2277a8;
    color: #fff !important;
    font-size: 1.2em !important;
    text-decoration: none !important;
    cursor: pointer;
}

.answer-text input[type="submit"]:hover {
    background-color: #2686bd !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.sendby_me:after, .sendby_admin:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    background-color: #aaaaaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.sendby_admin {
    color: #78a617;
}

.sendby_admin:after {
    background-color: #90c520;
}

.usertest {
    position: relative;
    text-align: left;
    padding: 16px 20px;
}

.usertest.ut-true .ut-footer {
    display: block;
}

.ut-screens {
    position: absolute;
    top: 0;
    left: -160px;
    width: 150px;
    height: 600px;
    overflow: hidden;
}

.ut-pic {
    display: block;
    margin-bottom: 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    max-height: 150px;
}

.ut-pic img {
    width: 150px;
}

.ut-pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.5);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ut-pic:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: transparent url(/images/common/icons_common.png?104) no-repeat -534px -168px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.ut-pic:hover:before {
    background-color: rgba(255, 0, 0, 0.3);
}

.ut-pic:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ut-q {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.1em;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 15px;
    margin-bottom: 5px;
}

.ut-a {
    position: relative;
    padding: 15px 0 15px 35px;
    border-bottom: 1px dashed #e0e0e0;
    cursor: pointer;
}

.ut-a:before {
    content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #2277a8;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ut-a:hover .ut-a-head {
    color: #2277a8;
}

.ut-a:hover:before {
    border-width: 11px;
}

.ut-a.active .ut-a-descr {
    display: block;
}

.ut-a.active .ut-a-head {
    color: #bf2515;
}

.ut-a.active:before {
    border-color: #bf2515;
    border-width: 11px;
}

.ut-a.active.ut-a-true .ut-a-head {
    color: #7ea506;
}

.ut-a.active.ut-a-true:before {
    border-color: #7ea506;
}

.ut-a-head {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
}

.ut-a-descr {
    display: none;
    padding-top: 5px;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    color: #383838;
}

.ut-footer {
    display: none;
    padding: 15px 0 0;
    text-align: center;
}

.ut-footer button {
    margin: 0 auto;
}

.btn-flat {
    border: 0 none;
    background: #7ea506;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 12px 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    outline: none;
}

.btn-flat:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.btn-flat:active {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}

.btn-flat.btn-flat-success {
    background: #7ea506;
    color: #fff;
}

.footer-steam {
    padding: 5px 0 0;
}

.list-fullwidth, .list-limitwidth {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    padding-left: 40px;
}

.list-fullwidth input.bigone, .list-limitwidth input.bigone {
    width: 250px;
}

.list-fullwidth.list-solo, .list-limitwidth.list-solo {
    padding: 15px 0;
}

.list-limitwidth {
    width: 700px;
}

.ol {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: block;
    position: relative;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 25px;
    padding: 6px 0 8px 40px;
}

.ol span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
}

.confirmation-captcha, .confirmation-argee, .confirmation-password {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    margin: 10px 0 0;
    padding: 0px 0px 15px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

.confirmation-captcha > div, .confirmation-argee > div, .confirmation-password > div {
    padding: 15px 0 0;
    text-align: center;
}

.confirmation-captcha > p, .confirmation-argee > p, .confirmation-password > p {
    font-size: 1.2em;
    line-height: 1.1em;
    text-align: center;
    margin: 0;
    padding: 15px 0 0;
}

.confirmation-captcha input, .confirmation-argee input, .confirmation-password input {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
}

.confirmation-captcha .commonlink, .confirmation-argee .commonlink, .confirmation-password .commonlink {
    font-size: 1.2em;
    line-height: 1.1em;
}

.confirmation-argee {
    padding: 10px;
    background-color: #f8ffe4;
}

.confirmation-password p {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    padding: 5px 0 10px;
}

.outsumm_slider {
    padding: 20px 0 0;
}

.outsumm {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    margin: 30px 0 0;
    padding: 0px 0px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c2cba6;
    overflow: hidden;
}

.outsumm input {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.outsumm .outsumm-container:not(:first-child) {
    border-top: 1px dashed #ddd;
}

.outsumm-left {
    display: inline-block;
    margin-top: 2px;
    font-size: 1.3em;
    line-height: 1.1em;
}

.outsumm-container {
    position: relative;
    padding: 25px 30px 20px;
}

.outsumm-fullsumm .outsumm-left {
    margin-top: 0;
}

.outsumm-result {
    background-color: #f8ffe4;
    border-top: 1px dashed #c2cba6;
}

.outsumm-result .outsumm-left {
    margin-top: 2px;
    font-weight: 700;
}

.outsumm-result .outsumm-right {
    font-size: 1.9em;
    font-weight: 700;
    top: 18px;
}

.outsumm-fullsumm-input {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 1.5em;
}

.outsumm-fullsumm-input input {
    padding: 4px 18px 4px 4px;
    text-align: right;
    width: 100px;
}

.outsumm-fullsumm-input small {
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: .9em;
    line-height: 1.1em;
}

.outsumm-fullsumm-input small:before {
    content: "o";
}

.outsumm-right {
    position: absolute;
    top: 19px;
    right: 30px;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: right;
}

.label-checkbox {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
}

.commonlink {
    text-decoration: underline;
    color: #2277a8;
}

.commonlink:hover {
    color: #2b95d2;
    text-decoration: none;
}

.uncommonlink {
    text-decoration: underline;
    font-weight: 700;
    color: #ce0000;
}

.uncommonlink:hover {
    color: #ff0202;
    text-decoration: none;
}

.commonmenu {
    background: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 15px 3px;
    margin-bottom: 40px;
}

.commonmenu.commonmenu-mini {
    padding: 10px 10px 2px;
    margin-bottom: 20px;
}

.commonmenu.commonmenu-mini .cm-link {
    padding: 8px 15px 8px;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 6px 8px 0;
}

.commonmenu.commonmenu-lvl1 {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 0px;
}

.commonmenu.commonmenu-lvl2 {
    background: #fff;
    border: 2px solid #efefef;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.commonmenu.commonmenu-lvl2 .cm-link {
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 400;
}

.cm-link {
    display: inline-block;
    position: relative;
    padding: 13px 25px 12px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    margin: 0 10px 12px 0;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 700;
    color: #383838;
    text-decoration: none;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0);
    border: 1px solid #999;
    cursor: pointer;
}

.cm-link:before {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 11px;
    left: 17px;
    background-color: #383838;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.cm-link:after {
    content: "";
    display: none;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 17px;
    left: 23px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent url(/images/common/icons_market_2x.png?3) no-repeat 0 -115px;
    background-size: 500px auto;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cm-link.cm-link-checkin {
    padding-left: 46px;
}

.cm-link.cm-link-checkin:before {
    display: block;
}

.cm-link.cm-link-checkin:after {
    display: block;
    background-position: 0px -115px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cm-link.cm-link-checkin:hover:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.cm-link.cm-link-checkout {
    padding-left: 46px;
}

.cm-link.cm-link-checkout:before {
    display: block;
}

.cm-link.cm-link-checkout:after {
    display: block;
    height: 11px;
    top: 16px;
    background-position: -11px -115px;
}

.cm-link.cm-link-checkout:hover:after {
    animation: updown .3s 1 linear;
    -webkit-animation: updown .3s 1 linear;
}

.cm-link.cm-link-checklog {
    padding-left: 46px;
}

.cm-link.cm-link-checklog:before {
    display: block;
}

.cm-link.cm-link-checklog:after {
    display: block;
    background-position: -22px -115px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cm-link.cm-link-checklog:hover:after {
    animation: bigdisappear .8s 1 linear;
    -webkit-animation: bigdisappear .8s 1 linear;
}

.cm-link:hover {
    color: #75a001;
}

.cm-link:hover:before {
    background-color: #75a001;
    opacity: 1;
    filter: alpha(opacity=100);
}

.cm-link:active {
    background-color: #f8ffe4;
}

.cm-link.active {
    color: #75a001;
    border-color: #75a001;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.3);
}

.cm-link.active:before {
    background-color: #75a001;
    opacity: 1;
    filter: alpha(opacity=100);
}

@keyframes updown {
    0% {
        top: 16px;
    }
    35% {
        top: 12px;
    }
    80% {
        top: 17px;
    }
    100% {
        top: 16px;
    }
}

@-webkit-keyframes updown {
    0% {
        top: 16px;
    }
    35% {
        top: 12px;
    }
    80% {
        top: 17px;
    }
    100% {
        top: 16px;
    }
}

@keyframes bigdisappear {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        transform: scale(3);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    90% {
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes bigdisappear {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        transform: scale(3);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    90% {
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.b-overflow {
    position: relative;
    overflow: hidden;
}

.b-50 {
    display: inline-block;
    float: left;
    width: 50%;
}
@media screen and (max-width: 1500px) {
    .content > section.fixleft > .right {
        width: 270px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1430px) {
    .content > section.fixleft > .right {
        display: none;
    }
}


@media screen and (min-width: 1420px) {
    .content > section.fixleft > .right > .right_inner {
        display: block;
    }
}

/* ---------- Currency selection ----------- */
.commonpicker {
    display: flex;
    padding: 0 0 0 1px;
    float: left;
    margin-right: 20px;
}
.commonpicker__link {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    color: #6C6C6C;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #999999;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s ease;
    margin: 0 0 0 -1px;
    cursor: pointer;
}
.commonpicker__link:before {
    position: relative;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 7px;
    flex: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    filter: grayscale(1);
    transition: .4s ease;
}
.commonpicker__link:hover {
    border-color: #007da6;
    color: #007da6;
    z-index: 2;
}
.commonpicker__link:active {
    border-color: #3cc6f3;
    color: #3cc6f3;
}
.commonpicker__link:hover:before {
    filter: grayscale(0);
    transform: rotateY(360deg);
}
.commonpicker__link:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.commonpicker__link:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.commonpicker__link.active {
    color: #007da6;
    border-color: #007da6;
    z-index: 2;
}
.commonpicker__link.active:before {
    filter: grayscale(0);
}
.commonpicker__link_RUB:before {
    background-image: url('/images/currency_RUB.svg');
}
.commonpicker__link_USD:before {
    background-image: url('/images/currency_USD.svg');
}
.commonpicker__link_EUR:before {
    background-image: url('/images/currency_EUR.svg');
}
.formpart dt span {
    text-transform: none;
}
@media screen and (max-width: 1430px){
    .content > section.fixleft > .right .right-inner {
        display: none;
    }
}
.sorterby.active[data-sorter-direction="asc"]:before {
    content: '';
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #1e686d transparent;
    margin-top: 0;
    padding-top: 0;
    height: 0;
    width: 0;
    display: inline-block;
    margin-right: 5px;
}
.sorterby.active[data-sorter-direction="desc"]:before {
    content: '';
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1e686d transparent transparent transparent;
    margin-top: 0;
    padding-top: 0;
    height: 0;
    width: 0;
    display: inline-block;
    margin-right: 5px;
}
.pagination>ul{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination>ul>li{
    display: inline-block;
}
.pagination>ul>li.active a{
    color: #00818b;
    border-color: #00818b;
}
.pagination>ul>li>a, .pagination>ul>li>span{
    display: inline-block;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: -4px;
    border-top: 0 none;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    padding: 10px 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    color: #6c5b6c;
}
.pagination>ul>li>span{
    color: #adadad
}
