* {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
/*---------------------------------------------*/
/*---------------------------------------------*/
body,
html {
    width: 100%;
    min-width: 1024px;
    height: 100%;
}
body {
    color: #fff;
    font: normal 14px Arial, Verdana, sans-serif;
    background: #000000;
    position: relative;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
}
a.invert {
    text-decoration: underline;
}
a.invert:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    font: normal 20px Arial, 'Open Sans', sans-serif;
    color: #fff;
    position: relative;
}
h1 {
    margin: 0px 0 10px;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    margin: 0 0 12px 0;
    text-align: center;
}
h3 {
    margin: 12px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #ffd870;
    font-weight: bold;
}
p {
    font-size: 14px;
    margin: 12px 0;
    color: #cdd0d7;
}
table {
    width: 100%;
}
/*---------------------------------------------*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.bold {
    font-weight: bold;
}
.taleft {
    text-align: left;
}
.taright {
    text-align: right;
}
.tacenter {
    text-align: center;
}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}
.clearer:after,
.clearer:before {
    content: "";
    display: block;
    clear: both;
}
.box-size {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hide {
    display: none;
}
.red {
    color: #c00000;
}
.green {
    color: #00c020;
}
.gray {
    color: #c1c1c1;
}
.white {
    color: #fff;
}
.yellow {
    color: rgb(255, 216, 112);
    text-shadow: -0.5px -0.866px 0px rgba(1, 1, 1, 0.75);
}
.fz12 {
    font-size: 12px;
}
.btn {
    display: inline-block;
    background: #252f4e;
    border: solid 1px #828eab;
    border-top: solid 1px #e6ebf7;
    border: solid 1px #212632;
    border-radius: 5px;
    box-shadow: 0 2px 12px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.75);
    height: 23px;
    line-height: 22px;
    color: #dee4f2;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.84);
    padding: 0 10px;
    text-transform: uppercase;
}
.btn:hover {
    box-shadow: 0 0px 13px #adbad6 inset,0 0px 13px #fff;
    text-decoration: none;
}
.btn.btn-red {
    height: 38px;
    line-height: 39px;
    border: solid 1px #9a1709;
    font-size: 22px;
    font-weight: bold;
    color: #fffcde;
    text-shadow: -2px -2px 1px #b13022;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.72);
    border-radius: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee9724), color-stop(0.7, #b3241f), color-stop(1, #e9361e));
    background-image: -o-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -moz-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -webkit-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -ms-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: linear-gradient(to bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
}
.btn.btn-red:hover {
    box-shadow: 0 0px 13px #adbad6 inset,0 0px 13px #e6644f;
    text-decoration: none;
}
.btn.btn-yellow {
    height: 38px;
    line-height: 39px;
    border: solid 1px #f19f22;
    font-size: 22px;
    font-weight: bold;
    color: #fffcde;
    text-shadow: -2px -2px 1px #b13022;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.72);
    border-radius: 5px;
    height: 50px;
    line-height: 52px;
    color: #701a15;
    text-shadow: 1px 1px 1px #fff;
    width: 290px;
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6c231), color-stop(0.5, #f19f25), color-stop(0.51, #ef9221), color-stop(1, #ea7115));
    background-image: -o-linear-gradient(bottom, #f6c231 0%, #f19f25 50%, #ef9221 51%, #ea7115 100%);
    background-image: -moz-linear-gradient(bottom, #f6c231 0%, #f19f25 50%, #ef9221 51%, #ea7115 100%);
    background-image: -webkit-linear-gradient(bottom, #f6c231 0%, #f19f25 50%, #ef9221 51%, #ea7115 100%);
    background-image: -ms-linear-gradient(bottom, #f6c231 0%, #f19f25 50%, #ef9221 51%, #ea7115 100%);
    background-image: linear-gradient(to bottom, #f6c231 0%, #f19f25 50%, #ef9221 51%, #ea7115 100%);
}
.btn.btn-yellow:hover {
    box-shadow: 0 0px 13px #adbad6 inset,0 0px 13px #e6644f;
    text-decoration: none;
}
.btn.btn-70 {
    width: 75%;
    margin: 12px auto;
    text-align: center;
    display: block;
}
.b-b1 {
    background: #86acff;
}
.b-b2 {
    background: #3369ed;
}
.b-b3 {
    background: #0032b5;
}
.b-g1 {
    background: #95ff95;
}
.b-g2 {
    background: #3fc93f;
}
.b-g3 {
    background: #006900;
}
.b-r1 {
    background: #ffa6a6;
}
.b-r2 {
    background: #d34d4d;
}
.b-r3 {
    background: #9f0000;
}
.b-y1 {
    background: #ffff98;
}
.b-y2 {
    background: #e5e547;
}
.b-y3 {
    background: #c1c100;
}
/*---------------------------------------------*/
#page {
    min-height: 100%;
    position: relative;
}
.container {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
#header {
    background: url("../images/bg-header.jpg") no-repeat 50% 0;
    position: relative;
    z-index: 1;
}
#header .container.top-block {
    height: 65px;
}
#wrapper {
    padding-bottom: 117px;
}
#footer {
    height: 117px;
    margin-top: -117px;
    position: relative;
    background: url("../images/bg-footer.jpg") no-repeat 50% 0;
    color: #ada99e;
}
#footer .container {
    height: 117px;
}
#footer .copyright {
    position: absolute;
    width: 100%;
    bottom: 15px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}
#footer .menu {
    text-align: center;
    width: 50%;
    padding-top: 13px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
    float: left;
}
#footer .menu li {
    display: inline-block;
}
#footer .menu li:after {
    content: "|";
    margin: 0 2px 0 5px;
}
#footer .menu li:last-child:after {
    content: none;
}
#footer .menu a {
    color: #ada99e;
    font-weight: bold;
    font-size: 12px;
}
#footer .menu-footmenu-container {
    position: relative;
}
#footer .follow-block {
    width: 50%;
    display: inline-block;
    float: left;
}
#footer .follow-block .text {
    float: left;
    margin: 13px 24px 0px 0px;
    color: #ada99e;
    font-weight: bold;
    font-size: 12px;
}
#footer .follow-block a {
    border: 1px solid #000;
    border-radius: 5px;
    width: 86px;
    height: 28px;
    display: inline-block;
    float: left;
    margin: 7px 14px 0px 0px;
    background: url("../images/new/follow_icons.png");
}
#footer .follow-block .fol_facebook {
    background-position: 0px 0px;
}
#footer .follow-block .fol_facebook:hover {
    background-position: 0px -34px;
}
#footer .follow-block .fol_twitter {
    background-position: 0px -68px;
}
#footer .follow-block .fol_twitter:hover {
    background-position: 0px -102px;
}
#footer .follow-block .fol_pinterest {
    background-position: 0px -136px;
}
#footer .follow-block .fol_pinterest:hover {
    background-position: 0px -170px;
}
#footer .follow-block .fol_google {
    background-position: 0px -204px;
}
#footer .follow-block .fol_google:hover {
    background-position: 0px -238px;
}

#footer .menu-footmenu-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(254, 215, 112, 0)), color-stop(27%, rgba(254, 215, 112, 0.8)), color-stop(37%, rgba(254, 215, 112, 0.98)), color-stop(38%, #fed770), color-stop(50%, #fed770), color-stop(64%, #fed770), color-stop(66%, rgba(254, 215, 112, 0.97)), color-stop(76%, rgba(254, 215, 112, 0.8)), color-stop(97%, rgba(254, 215, 112, 0)));
    background: -webkit-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -o-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -ms-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: linear-gradient(to right, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fed770', endColorstr='#00fed770', GradientType=1);
}
#footer .age-limit {
    font-size: 12px;
    background: url("../images/limit.png") no-repeat;
    padding-left: 40px;
    min-height: 36px;
    padding-top: 5px;
    margin-left: 30px;
}
#logo {
    background: url("../images/logo.png") no-repeat;
    width: 323px;
    height: 59px;
    position: absolute;
    left: 410px;
    top: 3px;
}
.line-gradient1 {
    background: -moz-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(254, 215, 112, 0)), color-stop(27%, rgba(254, 215, 112, 0.8)), color-stop(37%, rgba(254, 215, 112, 0.98)), color-stop(38%, #fed770), color-stop(50%, #fed770), color-stop(64%, #fed770), color-stop(66%, rgba(254, 215, 112, 0.97)), color-stop(76%, rgba(254, 215, 112, 0.8)), color-stop(97%, rgba(254, 215, 112, 0)));
    background: -webkit-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -o-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -ms-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: linear-gradient(to right, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fed770', endColorstr='#00fed770', GradientType=1);
}
.main-menu {
    margin: 17px 8px 0;
    height: 31px;
    position: relative;
}
.main-menu li {
    display: inline-block;
}
.main-menu li a {
    font-weight: bold;
    text-shadow: -1px -2px 1px #000000;
    font-size: 13px;
    color: #ffd870;
    text-decoration: none;
    float: left;
    line-height: 31px;
}
.main-menu .current_page_item a,
.main-menu li a:hover,
.main-menu li a.active,
.dropdown-main-menu > li > .submenu ul > li > a:hover {
    color: #e24737;
}
.main-menu.left {
    float: left;
}
.main-menu.left a {
    margin: 0 10px;
}
.main-menu.right {
    float: right;
}
.main-menu.right a {
    margin: 0 10px;
}
.main-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(254, 215, 112, 0)), color-stop(27%, rgba(254, 215, 112, 0.8)), color-stop(37%, rgba(254, 215, 112, 0.98)), color-stop(38%, #fed770), color-stop(50%, #fed770), color-stop(64%, #fed770), color-stop(66%, rgba(254, 215, 112, 0.97)), color-stop(76%, rgba(254, 215, 112, 0.8)), color-stop(97%, rgba(254, 215, 112, 0)));
    background: -webkit-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -o-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -ms-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: linear-gradient(to right, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fed770', endColorstr='#00fed770', GradientType=1);
}
.main-menu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(254, 215, 112, 0)), color-stop(27%, rgba(254, 215, 112, 0.8)), color-stop(37%, rgba(254, 215, 112, 0.98)), color-stop(38%, #fed770), color-stop(50%, #fed770), color-stop(64%, #fed770), color-stop(66%, rgba(254, 215, 112, 0.97)), color-stop(76%, rgba(254, 215, 112, 0.8)), color-stop(97%, rgba(254, 215, 112, 0)));
    background: -webkit-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -o-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -ms-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: linear-gradient(to right, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fed770', endColorstr='#00fed770', GradientType=1);
}
.sidebar-left {
    float: left;
    width: 200px;
    margin-right: 12px;
}
.sidebar-right {
    float: right;
    width: 200px;
}
.content {
    float: left;
    width: 578px;
}
.one-content .content {
    width: auto;
    float: inherit;
}
.main-slider {
    background: url("../images/main-slider.jpg") no-repeat 50% 0;
    position: relative;
}
.main-slider .container {
    height: 334px;
    width: 1000px;
    margin: 0 auto;
}
.main-slider .jcarousel {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 334px;
}
.main-slider .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-slider .jcarousel ul li {
    float: left;
    width: 1000px;
}
.main-slider .jcarousel ul img {
    width: 1000px;
    height: 331px;
}
.main-slider .jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.main-slider .jcarousel-pagination a {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    border: solid 1px #363734;
    border-radius: 5px;
    margin: 0 3px;
    /*box-shadow: ;*/
    background: #4c4c4c;
}
.main-slider .jcarousel-pagination a.active,
.main-slider .jcarousel-pagination a:hover {
    border: solid 1px #9f2411;
    background: #d52d1f;
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.84) inset;
}
.main-container {
    padding: 112px 12px;
    box-shadow: 0 0 95px #614900,0 0 95px #614900,0 0 75px #614900,0 0 45px #614900;
    margin: -100px auto;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-list-block {
    margin-bottom: 12px;
}
.top-list-block ul {
    width: 105%;
}
.top-list-block li {
    width: 241px;
    height: 178px;
    padding: 6px;
    border: solid 1px #9a1709;
    float: left;
    margin-right: 12px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.81) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f09d21), color-stop(1, #e5321e));
    background-image: -o-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -moz-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -webkit-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -ms-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: linear-gradient(to bottom, #f09d21 0%, #e5321e 100%);
}
.top-list-block li:last-child {
    margin: 0;
}
.top-list-block li a {
    display: block;
    border: solid 1px #b42924;
    width: 224px;
    height: 161px;
    position: relative;
}
.top-list-block li a span.text {
    color: #ffd870;
    font-size: 14px;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0;
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-list-block li a span.text .title {
    font-weight: bold;
    font-size: 17px;
    display: block;
}
.top-list-block li a:hover span.text {
    padding-bottom: 20px;
}
.top-list-block li img {
    display: block;
    width: 224px;
    height: 161px;
}
.social-block {
    position: absolute;
    top: 145px;
    left: 50%;
    margin-left: -485px;
    z-index: 2;
    opacity: 0.7;
}
.social-block:hover {
    opacity:1;
}
.inform-block {
    margin-bottom: 12px;
}

.inform-block .title {
    border: solid 1px #a82a23;
    display: table;
    width: 100%;
    height: 37px;
    font-size: 14px;
    color: #ffd870;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.63);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    border-bottom: solid 1px #731c15;
    position: relative;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b42b23), color-stop(0.49, #88211a), color-stop(0.5, #791d17), color-stop(1, #51130f));
    background-image: -o-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -moz-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -webkit-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -ms-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: linear-gradient(to bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inform-block .title span {
    display: table-cell;
    height: 37px;
    vertical-align: middle;
    text-align: center;
}
.inform-block .inner-content {
    background: url("../images/bg-gray.jpg") repeat;
    border: solid 1px #393f4f;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
    border-top: 0;
}
.inform-block .news-block li {
    padding: 9px 13px;
    font-size: 12px;
}
.inform-block .news-block .name {
    margin-bottom: 7px;
}
.inform-block .news-block .name a {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.inform-block .news-block .date {
    color: #8b8e97;
}
.inform-block .news-block .btn {
    margin-top: 8px;
    font-size: 11px;
}
.list-block0 li,
.list-block1 li,
.list-block2 li,
.line-bottom {
    display: block;
    position: relative;
}

.list-block0 li:after,
.list-block1 li:after,
.list-block2 li:after,
.line-bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(148, 155, 176, 0)), color-stop(27%, rgba(148, 155, 176, 0.8)), color-stop(37%, rgba(148, 155, 176, 0.98)), color-stop(38%, #949bb0), color-stop(50%, #949bb0), color-stop(64%, #949bb0), color-stop(66%, rgba(148, 155, 176, 0.97)), color-stop(76%, rgba(148, 155, 176, 0.8)), color-stop(97%, rgba(148, 155, 176, 0)));
    background: -webkit-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -o-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -ms-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: linear-gradient(to right, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00949bb0', endColorstr='#00949bb0', GradientType=1);
}
.list-block0 li:last-child:after,
.list-block0 li.expandable ul li:after,
.list-block1 li:last-child:after,
.list-block2 li:last-child:after {
    background: none;
}
.list-block0 li a,
.list-block1 li > a:first-child,
.list-block2 li > a:first-child {
    color: #cdd0d7;
    padding: 9px 6px 8px;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
.list-block0 li:hover,
.list-block0 li.active,
.list-block1 li > a:first-child:hover,
.list-block2 li > a:first-child:hover {
    background: url("../images/bg-red1.jpg") repeat;
}
.list-block0 li a:first-child {
    padding: 3px 35px 3px 6px;
}
.list-block0 li.expandable a.link {
    padding: 3px 35px 3px 16px;
}
.list-block2 li > a:first-child {
    padding: 13px 6px;
}
.list-block0 li .num {
    width: auto;
    color: #a9a9a9;
    font-size: 12px;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    right: 0px;
    top: 4px;
}
/*.expandable .expander {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    display: inline-block;
    background: url("../images/new/arrow_small_accordion.png") no-repeat;
    top: 7px;
    left: 5px;
}*/
.small-slider {
    border-bottom: solid 1px #731c15;
    position: relative;
    margin-bottom: 12px;
    border-radius: 4px;
    padding: 9px 0 9px 9px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b42b23), color-stop(0.49, #88211a), color-stop(0.5, #791d17), color-stop(1, #51130f));
    background-image: -o-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -moz-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -webkit-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: -ms-linear-gradient(bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    background-image: linear-gradient(to bottom, #b42b23 0%, #88211a 49%, #791d17 50%, #51130f 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.small-slider .jcarousel {
    position: relative;
    overflow: hidden;
    width: 558px;
}
.small-slider .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.small-slider .jcarousel ul li {
    float: left;
    width: 558px;
    height: 192px;
    position: relative;
}
.small-slider .jcarousel ul li:hover .text {
    /*padding-bottom: 20px;*/
}
.small-slider .jcarousel ul img {
    width: 556px;
    height: 190px;
    border: solid 1px #ff6600;
}
.small-slider .jcarousel ul .text {
    color: #a88937;
    font-size: 14px;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.small-slider .jcarousel ul .text .title {
    font-weight: bold;
    font-size: 17px;
    display: block;
    color: #ffd870;
}
.small-slider .jcarousel-control-prev,
.small-slider .jcarousel-control-next {
    background: url("../images/btn-slider.png") no-repeat;
    height: 39px;
    width: 15px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 0;
}
.small-slider .jcarousel-control-prev {
    left: -8px;
}
.small-slider .jcarousel-control-next {
    right: -7px;
    background-position: 0 100%;
}
.small-slider .jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.small-slider .jcarousel-pagination a {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    border: solid 1px #363734;
    border-radius: 5px;
    margin: 0 3px;
    /*box-shadow: ;*/
    background: #4c4c4c;
}
.small-slider .jcarousel-pagination a.active,
.small-slider .jcarousel-pagination a:hover {
    border: solid 1px #9f2411;
    background: #d52d1f;
    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.84) inset;
}
.small-slider .inner{
    border: solid 1px #7d1e18;
    height: 190px;
    text-align: center;
}
.small-slider .inner .score-game {
    background: url("../images/new/bg_score.png") no-repeat;
    width: 555px;
    height: 76px;
    margin: 11px auto 5px;
    color: #000;
    text-align: center;
}
.small-slider .inner .score-game .table-inner {
    width: 555px;
    height: 50px;
    overflow: hidden;
    padding-top: 10px;
}
.small-slider .inner .score-game .left,
.small-slider .inner .score-game .right,
.small-slider .inner .score-game .center {
    float: left;
    font-weight: bold;
}
.small-slider .inner .score-game .left, 
.small-slider .inner .score-game .right {
    width: 172px;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    margin-top: 6px;
    /*text-align: center;*/
}
.small-slider .inner .score-game .left{
    padding-left: 10px;
}
.small-slider .inner .score-game .right{
    padding-right: 10px;
}
.small-slider .inner .score-game .center {
    width: 180px;
    height: 50px;
    font-size: 44px;
    padding: 0px 5px;
    margin: 0px;
    line-height: 1;
}
.small-slider .inner .score-game .center span {
    position: relative;
    top: -10px;
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
}
/*-------*/

.small-slider .inner .text-game {
    text-align: center;
    font-weight: bold;
}
.slider-label-box {
    position: absolute;
    bottom: -12px;
    left: 35%;
}
.small-slider .slider-label {
    width: 174px;
    height: 40px;
    background: url("../images/new/bg_center_slider-label.png") repeat-x;
    position: relative;
    margin: 0px auto;
    color: #701a15;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    line-height: 35px;
    display: block;
    text-decoration: none;
}
.small-slider .slider-label:before,
.small-slider .slider-label:after {
    width: 17px;
    height: 40px;
    display: block;
    content: '';
    position: absolute;
    top: 0px;
}
.small-slider .slider-label:before {
    background: url("../images/new/bg_left_slider-label.png") no-repeat;
    left: -17px;
}
.small-slider .slider-label:after {
    background: url("../images/new/bg_right_slider-label.png") no-repeat;
    right: -17px;
}
.slider-label-green-box {
    margin: 0px -15px 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.72);
}
.slider-label-green-box .slider-green-label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #028161;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8);
    background-image: -moz-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -webkit-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -ms-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
}

.small-slider .table-games {
    margin: 14px auto 0px;
    width: auto;
    display: inline-block;
    text-align: left;
}
.small-slider.static-box .inner{
    height: auto;
    width: 558px;
}
.small-slider .inner .score-game .center .scores {
    font-size: 15px;
    position: relative;
    display: inline-block;
    max-width: 120px;
}
.small-slider .inner .score-game .center .scores:before {
    display: inline-block;
    position: absolute;
    content: '';
}
.small-slider .inner .score-game .center .scores.before:before {
    top: 10%;
    left: -25px;
    width: 23px;
    height: 11px;
    background: url("../images/new/live.png");
}

.red-title {
    background: url("../images/title-h1-small.png") no-repeat 50% 0;
    overflow: hidden;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    color: #ffd870;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8);
    margin-bottom: 13px;
}
.one-content .red-title {
    background: url("../images/title-h1.png") no-repeat 50% 0;
}
.section-block {
    background: url("../images/bg-gray.jpg") repeat;
    border: solid 1px #393f4f;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
    padding: 9px;
    margin-bottom: 12px;
}
.block-red img{
    border: solid 1px #a32e29;
}
.section-block img {
    border: solid 1px #757d94;
    float: left;
}
.section-block .img {
    float: left;
    width: 185px;
    height: 142px;
    border: solid 1px #757d94;
}
.section-block .img img {
    display: block;
    width: 185px;
    height: 142px;
}
.section-block .title {
    padding-left: 197px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.section-block .title.title-top {
    padding-left: 0;
}
.section-block.section-block-red {
    border-color: #6a1e1b;
    background: url("../images/bg-red2.jpg") repeat;
}
.section-block.section-block-red .date {
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 12px;
}
.section-block.section-block-red .date span {
    color: #cdd0d7;
    font-weight: normal;
}
.section-block.section-block-red .img {
    border-color: #a32e29;
}
.section-block .text {
    padding-left: 197px;
    color: #cdd0d7;
    margin-bottom: 10px;
}
.section-block:last-child {
    margin-bottom: 0;
}
.pagination {
    text-align: center;
    color: #dee4f2;
    padding: 0 0 10px;
}
.pagination * {
    display: inline-block;
    margin-right: 5px;
}
.pagination *:last-child {
    margin-right: 0;
}
.pagination .inf {
    height: 31px;
    background: #3b4356;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
}
.pagination a,
.pagination .dots {
    min-width: 10px;
    height: 29px;
    line-height: 28px;
    margin-top: 1px;
    padding: 0 10px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.26) inset;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3b404f), color-stop(1, #15171d));
    background-image: -o-linear-gradient(bottom, #3b404f 0%, #15171d 100%);
    background-image: -moz-linear-gradient(bottom, #3b404f 0%, #15171d 100%);
    background-image: -webkit-linear-gradient(bottom, #3b404f 0%, #15171d 100%);
    background-image: -ms-linear-gradient(bottom, #3b404f 0%, #15171d 100%);
    background-image: linear-gradient(to bottom, #3b404f 0%, #15171d 100%);
}
.pagination span.current,
.pagination a:hover {
    display: inline-block;
    min-width: 10px;
    height: 29px;
    line-height: 28px;
    margin-top: 1px;
    padding: 0 10px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.26) inset;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b82e26), color-stop(0.49, #90241c), color-stop(0.5, #811e19), color-stop(1, #5e1511));
    background-image: -o-linear-gradient(bottom, #b82e26 0%, #90241c 49%, #811e19 50%, #5e1511 100%);
    background-image: -moz-linear-gradient(bottom, #b82e26 0%, #90241c 49%, #811e19 50%, #5e1511 100%);
    background-image: -webkit-linear-gradient(bottom, #b82e26 0%, #90241c 49%, #811e19 50%, #5e1511 100%);
    background-image: -ms-linear-gradient(bottom, #b82e26 0%, #90241c 49%, #811e19 50%, #5e1511 100%);
    background-image: linear-gradient(to bottom, #b82e26 0%, #90241c 49%, #811e19 50%, #5e1511 100%);
}
.pagination .dots {
    width: 23px;
    height: 22px;
    padding: 0;
    line-height: 22px;
    border-radius: 3px;
}
.pagination .dots:hover {
    height: 22px;
    padding: 0;
    line-height: 22px;
}
.matches-block li {
    padding: 9px 15px 9px 19px;
}
.matches-block .left {
    width: 64px;
    float: left;
}
.matches-block .left .img {
    border: solid 1px #b22623;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.81) inset;
    display: block;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f09d21), color-stop(1, #e5321e));
    background-image: -o-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -moz-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -webkit-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -ms-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: linear-gradient(to bottom, #f09d21 0%, #e5321e 100%);
}
.matches-block .left .img img {
    display: block;
    border: solid 1px #b22623;
    width: 58px;
    height: 57px;
}
.matches-block .left .flag {
    float: left;
    width: 32px;
    height: 22px;
    margin-left: -1px;
    margin-top: 10px;
}
.matches-block .left .flag:last-child {
    float: right;
}
.matches-block .right {
    padding-left: 75px;
}
.matches-block .btn {
    font-size: 11px;
    margin-left: -1px;
}
.matches-block .name {
    margin-bottom: 5px;
}
.matches-block .name a {
    font-size: 14px;
    font-weight: bold;
}
.matches-block .date {
    color: #8b8e97;
    font-size: 12px;
    margin-bottom: 5px;
}
.block-red {
    border: solid 1px #6a1e1b;
    background: url("../images/bg-red2.jpg") repeat;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
    padding: 9px;
    margin-bottom: 12px;
}
.title-name {
    padding-bottom: 10px;
}
.title-name:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(254, 215, 112, 0)), color-stop(27%, rgba(254, 215, 112, 0.8)), color-stop(37%, rgba(254, 215, 112, 0.98)), color-stop(38%, #fed770), color-stop(50%, #fed770), color-stop(64%, #fed770), color-stop(66%, rgba(254, 215, 112, 0.97)), color-stop(76%, rgba(254, 215, 112, 0.8)), color-stop(97%, rgba(254, 215, 112, 0)));
    background: -webkit-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -o-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: -ms-linear-gradient(left, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    background: linear-gradient(to right, rgba(254, 215, 112, 0) 4%, rgba(254, 215, 112, 0.8) 27%, rgba(254, 215, 112, 0.98) 37%, #fed770 38%, #fed770 50%, #fed770 64%, rgba(254, 215, 112, 0.97) 66%, rgba(254, 215, 112, 0.8) 76%, rgba(254, 215, 112, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fed770', endColorstr='#00fed770', GradientType=1);
}
.img-news {
    border: solid 1px #9d2d28;
    display: block;
}
h3 {
    position: relative;
    padding: 8px 0 6px;
    clear: both;
}
h3:before,
h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(158, 44, 2, 0) 0%, rgba(158, 44, 2, 0.8) 12%, #9e2c02 22%, #9e2c02 31%, #6b3309 40%, #f2ecd3 50%, #6b3309 60%, #9e2c02 70%, #9e2c02 77%, rgba(158, 44, 2, 0.8) 85%, rgba(158, 44, 2, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(158, 44, 2, 0)), color-stop(12%, rgba(158, 44, 2, 0.8)), color-stop(22%, #9e2c02), color-stop(31%, #9e2c02), color-stop(40%, #6b3309), color-stop(50%, #f2ecd3), color-stop(60%, #6b3309), color-stop(70%, #9e2c02), color-stop(77%, #9e2c02), color-stop(85%, rgba(158, 44, 2, 0.8)), color-stop(100%, rgba(158, 44, 2, 0)));
    background: -webkit-linear-gradient(left, rgba(158, 44, 2, 0) 0%, rgba(158, 44, 2, 0.8) 12%, #9e2c02 22%, #9e2c02 31%, #6b3309 40%, #f2ecd3 50%, #6b3309 60%, #9e2c02 70%, #9e2c02 77%, rgba(158, 44, 2, 0.8) 85%, rgba(158, 44, 2, 0) 100%);
    background: -o-linear-gradient(left, rgba(158, 44, 2, 0) 0%, rgba(158, 44, 2, 0.8) 12%, #9e2c02 22%, #9e2c02 31%, #6b3309 40%, #f2ecd3 50%, #6b3309 60%, #9e2c02 70%, #9e2c02 77%, rgba(158, 44, 2, 0.8) 85%, rgba(158, 44, 2, 0) 100%);
    background: -ms-linear-gradient(left, rgba(158, 44, 2, 0) 0%, rgba(158, 44, 2, 0.8) 12%, #9e2c02 22%, #9e2c02 31%, #6b3309 40%, #f2ecd3 50%, #6b3309 60%, #9e2c02 70%, #9e2c02 77%, rgba(158, 44, 2, 0.8) 85%, rgba(158, 44, 2, 0) 100%);
    background: linear-gradient(to right, rgba(158, 44, 2, 0) 0%, rgba(158, 44, 2, 0.8) 12%, #9e2c02 22%, #9e2c02 31%, #6b3309 40%, #f2ecd3 50%, #6b3309 60%, #9e2c02 70%, #9e2c02 77%, rgba(158, 44, 2, 0.8) 85%, rgba(158, 44, 2, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009e2c02', endColorstr='#009e2c02', GradientType=1);
}
h3:after {
    bottom: 0;
    top: inherit;
}
.review li {
    border: solid 1px #6a1e1b;
    background: url("../images/bg-red3.jpg") repeat;
    padding: 9px;
    margin-bottom: 12px;
}
.review .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.review .name span {
    float: left;
    line-height: 19px;
}
.review .date {
    font-size: 12px;
    color: #9e9e9e;
}
.rating {
    line-height: 18px;
    padding-top: 10px;
    font-size: 12px;
}
.rating .btn-rat {
    float: left;
    width: 17px;
    height: 16px;
    background: url("../images/rating-btn.png") no-repeat;
    margin-right: 4px;
    cursor: pointer;
}
.rating .btn-rat.down {
    background-position: 100% 0;
    margin-right: 10px;
}
.rating .btn-rat:hover {
    opacity: 0.7;
}
.rating .rat {
    float: left;
}
.star-block {
    float: left;
    margin-left: 10px;
}
.rating .star {
    margin-top: 4px;
    margin-left: 5px;
}
.star-block i {
    float: left;
    width: 15px;
    height: 14px;
    background: url("../images/stars.png") no-repeat;
}
.star-block i.s10 {
    background-position: 0 100%;
}
.add-rat {
    padding-top: 5px;
}
.add-rat .rat {
    margin-right: 7px;
    float: left;
}
.add-review {
    margin-top: 10px;
}
.add-review .left {
    width: 286px;
}
.add-review .right {
    width: 318px;
}
.add-review .text {
    height: 29px;
    border: solid 1px #353b49;
    width: 100%;
    background: #121621;
    margin-bottom: 11px;
    color: #9f9f9f;
    font-style: italic;
    padding: 0 9px;
    font-family: Verdana;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.add-review textarea.text {
    height: 163px;
    padding: 5px 9px;
    resize: none;
}
.add-review .capcha {
    width: 312px;
    margin: 0 auto 10px;
}
.add-review .btn {
    width: 175px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.section-block p:first-child {
    margin-top: 0;
}
.section-block p:last-child {
    margin-bottom: 0;
}
.inform-sect {
    margin: 0 0 10px;
}
.bets {
    border-collapse: collapse;
    font-size: 12px;
    color: #cdd0d7;
}

.bets td,
.bets tbody th {
    border: solid 1px #8f95aa;
    padding: 10px 5px;
    text-align: center;
}
.bets tbody th:first-child {
    min-width: 25px;
    padding: 10px 0;
}
.bets thead th {
    background: url("../images/bg-red1.jpg") repeat;
    padding: 7px 5px;
    font-size: 14px;
    border: solid 1px #8f95aa;
    border-bottom: solid 1px rgba(16, 18, 28, 0.88);
    border-right-color: #5e4e5b;
}
.bets th:last-child {
    border-right-color: #8f95aa;
}
.bets.big-table {
    color: #fff;
}
.bets.big-table th {
    padding: 12px 5px;
}
.bets.big-table td:last-child {
    width: 150px;
    padding: 6px 0;
    text-align: center;
}
.bets.big-table td:first-child {
    font: bold 16px Verdana;
}
.bets.big-table tr:nth-child(odd) {
    background: url("../images/bg-gray2.jpg");
}
.bets.big-table td {
    font-size: 18px;
    font-weight: bold;
}
.bets.big-table span {
    white-space: nowrap;
}
.bets .ava-img {
    width: 115px;
    height: 52px;
    border: solid 1px #a1a4aa;
    margin: 0 7px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.86);
}
.bets.big-table .ok,
.bets.big-table .none {
    background: url("../images/ok-none.png") no-repeat;
    width: 37px;
    height: 38px;
    display: block;
    margin: 0 auto;
}
.bets.big-table .none {
    background-position: 0 100%;
}
.bets .btn {
    font-size: 12px;
    height: 32px;
    text-transform: inherit;
    line-height: 32px;
    margin: 3px 0;
    border-radius: 8px;
}
.bets .btn.btn-red {
    font-size: 14px;
    padding: 0 15px;
}
.bets.big-table .stars {
    background: url("../images/stars2.png") no-repeat;
    width: 73px;
    height: 43px;
    display: block;
    font-size: 22px;
    color: #5d1712;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    line-height: 45px;
    margin: 0 auto;
}
.bets.big-table .medal {
    background: url("../images/medal.png") no-repeat;
    width: 41px;
    height: 70px;
    display: block;
    line-height: 42px;
    padding: 0 0 0 8px;
    margin: 0 2px 0 5px;
}
.filtr-block {
    height: 23px;
    float: right;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin-bottom: 11px;
}
.sort-block {
    float: left;
    margin-bottom: 11px;
}
.sort-block li {
    float: left;
}
.sort-block a {
    float: left;
    height: 25px;
    margin-right: 5px;
    line-height: 25px;
    padding: 0 9px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
    font-size: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #277e28), color-stop(1, #328933));
    background-image: -o-linear-gradient(bottom, #277e28 0%, #328933 100%);
    background-image: -moz-linear-gradient(bottom, #277e28 0%, #328933 100%);
    background-image: -webkit-linear-gradient(bottom, #277e28 0%, #328933 100%);
    background-image: -ms-linear-gradient(bottom, #277e28 0%, #328933 100%);
    background-image: linear-gradient(to bottom, #277e28 0%, #328933 100%);
}
.sort-block a:hover,
.sort-block a.active {
    background: #45ab48;
    text-decoration: none;
}
.table-inform2 {
    border-collapse: collapse;
    font-size: 12px;
}
.table-inform2 th {
    background: #2b822d;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
    padding: 3px;
}
.table-inform2 th .flag {
    float: left;
    padding: 3px 4px 3px 0;
}
.table-inform2 th .flag img {
    display: block;
    width: 22px;
}
.table-inform2 td {
    color: #2a2e33;
    padding: 3px 5px 3px 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f3f3), color-stop(1, #ffffff));
    background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #f3f3f3 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}
.table-inform2 .numb {
    width: 40px;
    padding: 0 10px;
    text-align: center;
}
.table-inform2 th:first-child {
    text-align: left;
    line-height: 20px;
}
.table-inform2 th:last-child {
    padding: 0;
    text-align: center;
}
.table-inform2 td:last-child {
    width: 40px;
    padding: 0 3px;
    text-align: center;
}
.table-inform2 td:first-child {
    padding-left: 15px;
}
.table-inform2 .w1 {
    width: 1px;
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
}
.table-inform2 .w205 {
    width: 205px;
}
.table-inform2 .down {
    background: url("../images/down.png") no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 auto;
}
.table-inform2 .up {
    background: url("../images/up.png") no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 auto;
}
.blue-block-table {
    background: #012235;
}
.blue-block-table .title-logo {
    border-bottom: solid 1px #004463;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px #00334c inset;
    padding: 20px 15px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #004b6b), color-stop(1, #002e45));
    background-image: -o-linear-gradient(bottom, #004b6b 0%, #002e45 100%);
    background-image: -moz-linear-gradient(bottom, #004b6b 0%, #002e45 100%);
    background-image: -webkit-linear-gradient(bottom, #004b6b 0%, #002e45 100%);
    background-image: -ms-linear-gradient(bottom, #004b6b 0%, #002e45 100%);
    background-image: linear-gradient(to bottom, #004b6b 0%, #002e45 100%);
}
.blue-block-table .left-column {
    float: left;
    width: 150px;
    margin-bottom: 1px;
}
.blue-block-table .left-column .type-champ > li > span {
    background: #003853;
    border-bottom: solid 1px #004c6c;
    box-shadow: 0 1px 1px #003853, 0 -1px 1px #00405d inset;
    padding: 2px 23px 2px 7px;
    display: block;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}
.blue-block-table .left-column .type-champ > li > span:hover {
    text-decoration: underline;
}
.blue-block-table .left-column .type-champ > li > span:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    width: 17px;
    height: 12px;
}
.blue-block-table .left-column .type-champ > li > span.flag1:after {
    background: url("../images/flags/flag6.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag2:after {
    background: url("../images/flags/flag7.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag3:after {
    background: url("../images/flags/flag8.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag4:after {
    background: url("../images/flags/flag9.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag5:after {
    background: url("../images/flags/flag10.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag6:after {
    background: url("../images/flags/flag11.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li > span.flag7:after {
    background: url("../images/flags/flag12.png") no-repeat;
}
.blue-block-table .left-column .type-champ > li.open > span {
    background: #002c41;
}
.blue-block-table .left-column .type-champ .club-list {
    display: none;
}
.blue-block-table .left-column .type-champ .club-list > li > span {
    background: #012f47;
    padding: 2px 2px 2px 16px;
    font-size: 12px;
    display: block;
    border-bottom: solid 1px #004c6c;
    box-shadow: 0 1px 1px #003853, 0 -1px 1px #00405d inset;
    cursor: pointer;
}
.blue-block-table .left-column .type-champ .club-list > li > span:hover {
    text-decoration: underline;
}
.blue-block-table .left-column .type-champ .club-list > li a {
    display: block;
    margin-left: 24px;
    font-size: 12px;
    padding: 1px 0;
}
.blue-block-table .left-column .type-champ .club-list > li.open span {
    border-bottom-color: #01263b;
    box-shadow: none;
}
.blue-block-table .left-column .type-champ .club-list ul {
    padding: 1px 0;
    display: none;
}
.blue-block-table .left-column .type-champ .club-list > li.open > span {
    color: #d3e000;
}
.blue-block-table .right-column {
    float: right;
    width: 839px;
    padding-top: 8px;
}
.blue-block-table .right-column .title-flag {
    padding-left: 29px;
    position: relative;
    line-height: 15px;
    float: left;
}
.blue-block-table .right-column .title-flag img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 15px;
}
.blue-block-table .right-column .navig-type {
    float: right;
    margin-right: 4px;
}
.blue-block-table .right-column .navig-type a {
    background: url("../images/btn-navig-type.png") no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 3px;
}
.blue-block-table .right-column .navig-type a.next {
    background-position: 100% 0;
}
.blue-block-table .right-column .sel-lim {
    float: right;
    height: 19px;
    border: solid 1px #001328;
    margin-top: 2px;
    margin-right: 13px;
    box-shadow: 0 0 2px #c0bebc inset;
    font-size: 12px;
    padding: 0 3px;
    min-width: 125px;
}
.blue-block-table .right-column .title-lim {
    float: right;
    line-height: 21px;
    margin-right: 4px;
    font-size: 13px;
}
.blue-block-table .right-column #tabs {
    font-size: 13px;
}
.blue-block-table .right-column #tabs .ui-widget-content {
    padding: 10px 10px 0 0;
}
.blue-block-table .right-column #tabs .ui-widget-header {
    margin: 16px 0px 0 -11px;
    border-bottom: solid 1px #003a64;
    border-top: solid 1px #003a64;
    box-shadow: 0 -1px 1px #3a6839 inset, 0 1px 1px #adc012 inset;
    padding-left: 11px;
    height: 31px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8da011), color-stop(1, #63740d));
    background-image: -o-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -moz-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -webkit-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -ms-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: linear-gradient(to bottom, #8da011 0%, #63740d 100%);
}
.blue-block-table .right-column #tabs .ui-widget-header li {
    border-right: solid 2px rgba(30, 34, 2, 0.42);
    float: left;
    outline: none;
}
.blue-block-table .right-column #tabs .ui-widget-header li:last-child {
    border: none;
}
.blue-block-table .right-column #tabs .ui-widget-header li a {
    height: 37px;
    padding: 0 25px;
    display: block;
    line-height: 38px;
    margin-top: -4px;
    outline: none;
    color: #2f432f;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.24), 0 0 1px rgba(47, 67, 47, 0.64);
}
.blue-block-table .right-column #tabs .ui-widget-header li.ui-tabs-active a {
    color: #c7d527;
    text-shadow: 0 0 2px #001e46;
    box-shadow: 0 1px 1px #004e6f inset, 4px 0 7px rgba(1, 34, 53, 0.75);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #013a55), color-stop(1, #012235));
    background-image: -o-linear-gradient(bottom, #013a55 0%, #012235 100%);
    background-image: -moz-linear-gradient(bottom, #013a55 0%, #012235 100%);
    background-image: -webkit-linear-gradient(bottom, #013a55 0%, #012235 100%);
    background-image: -ms-linear-gradient(bottom, #013a55 0%, #012235 100%);
    background-image: linear-gradient(to bottom, #013a55 0%, #012235 100%);
}
.table-blue-small {
    border-collapse: collapse;
    background: #012f46;
    font-size: 12px;
}
.table-blue-small td,
.table-blue-small th {
    border-right: solid 1px #012134;
    border-bottom: solid 1px #012134;
    padding: 2px 0;
}
.table-blue-small td:last-child,
.table-blue-small th:last-child {
    border-right: none;
}
.table-blue-small th {
    padding: 4px 0;
}
.table-blue-small .top th {
    font-size: 13px;
    border-right: none;
}
.table-blue-small .poz {
    width: 49px;
    text-align: center;
}
.table-blue-small .name {
    width: 290px;
    padding-left: 8px;
    text-align: left;
}
.table-blue-small td {
    text-align: right;
    color: #f1f1f1;
    padding: 1px 4px 1px 0;
    min-width: 20px;
}
.table-blue-small td:nth-child(1) {
    text-align: right;
    padding-right: 5px;
}
.table-blue-small td:nth-child(2) {
    text-align: left;
    padding-left: 8px;
}
.table-blue-small tr:nth-child(1n) td {
    background: #013a55;
}
.table-blue-small tr:nth-child(2n) td {
    background: #004767;
}
.table-blue-small .line {
    border-top: solid 6px #012235;
    border-bottom: solid 6px #012235;
    font-size: 0;
    height: 2px;
    padding: 0;
}
.under-table {
    background: #012235;
    padding-bottom: 3px;
}
.under-table .title {
    border-bottom: solid 1px #003a64;
    border-top: solid 1px #003a64;
    box-shadow: 0 -1px 1px #3a6839 inset, 0 1px 1px #adc012 inset;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: #1a3926;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8da011), color-stop(1, #63740d));
    background-image: -o-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -moz-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -webkit-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: -ms-linear-gradient(bottom, #8da011 0%, #63740d 100%);
    background-image: linear-gradient(to bottom, #8da011 0%, #63740d 100%);
}
.under-table .question {
    float: right;
    background: url("../images/question-ico.png") no-repeat;
    width: 29px;
    height: 29px;
    margin: 2px 4px 0 0;
}
.under-table table {
    border-collapse: collapse;
}
.under-table > table {
    width: 942px;
    float: left;
}
.under-table > table td {
    background: #004767;
    border-right: solid 5px #012235;
    text-align: center;
    font-size: 12px;
    padding: 2px 3px;
}
.under-table > table table td {
    border: none;
    padding: 0;
}
.add-comments-block {
    background: url("../images/fire-ball.jpg") no-repeat 50% 0;
    padding: 50px 0 10px 0;
    margin-top: -50px;
}
.add-comments-block .left {
    width: 50%;
    float: left;
}
.add-comments-block .right {
    width: 50%;
    float: right;
    text-align: center;
}
.add-comments-block .right .capcha {
    margin: 0 auto;
    width: 312px;
    padding-top: 10px;
}
.more-slider {
    background: url("../images/main-slider.jpg") no-repeat 50% 0;
    position: relative;
}
.more-slider .container {
    margin: 0 auto;
    width: 925px;
    border: solid 1px #6a1e1b;
    background: url("../images/bg-red3.jpg") repeat;
    padding: 15px 10px;
    left: 0 !important;
}
.more-slider .jcarousel {
    position: relative;
    overflow: hidden;
    width: 924px;
    margin: 0 auto;
}
.more-slider .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.more-slider .jcarousel ul li {
    float: left;
    width: 180px;
    height: 140px;
    margin: 0 6px 0 0;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.71);
}
.more-slider .jcarousel ul img {
    width: 176px;
    height: 136px;
    border: solid 2px #ffd870;
}
.more-slider .control-btn {
    position: absolute;
    background: url("../images/btn-slider2.png") no-repeat;
    height: 115px;
    width: 26px;
    font-size: 0;
    top: 50%;
    margin-top: -55px;
}
.more-slider .control-btn.jcarousel-control-prev {
    left: -27px;
}
.more-slider .control-btn.jcarousel-control-next {
    right: -27px;
    background-position: 100% 0;
}
.gen-options {
    background: url("../images/bg-green.jpg") repeat;
}
.gen-options .top-block {
    border: solid 5px #00694e;
    border-bottom: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.49) inset;
    padding: 15px 0;
    position: relative;
}
.gen-options .top-block .right {
    float: right;
    margin-right: 5px;
    width: 290px;
}
.gen-options .top-block .right .line {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
    padding-left: 35px;
    background: url("../images/done.png") no-repeat 0 0;
    min-height: 24px;
}
.gen-options .top-block .center {
    float: left;
    width: 290px;
    margin-left: 10px;
    color: #00ed80;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
}
.gen-options .top-block .center span {
    font-weight: normal;
    color: #fff;
}
.gen-options .top-block .center .line {
    margin-bottom: 11px;
}
.gen-options .top-block .left {
    float: left;
    margin-left: 27px;
    width: 320px;
}
.gen-options .top-block .left .yarlik {
    font: bold 36px Verdana;
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.58);
    background: url("../images/yarlik.png") no-repeat;
    width: 50px;
    height: 119px;
    position: absolute;
    left: -10px;
    z-index: 5;
    top: -15px;
    padding: 17px 0 0 39px;
}
.gen-options .top-block .left .ava-logo {
    padding-left: 65px;
    margin-bottom: 21px;
}
.gen-options .top-block .left .prev {
    border: solid 2px #00af82;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.72);
}
.gen-options .bottom-block {
    border: solid 1px #c0342a;
    padding: 0 15px;
    height: 68px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b52d23), color-stop(0.5, #89211a), color-stop(0.51, #791d17), color-stop(1, #50130f));
    background-image: -o-linear-gradient(bottom, #b52d23 0%, #89211a 50%, #791d17 51%, #50130f 100%);
    background-image: -moz-linear-gradient(bottom, #b52d23 0%, #89211a 50%, #791d17 51%, #50130f 100%);
    background-image: -webkit-linear-gradient(bottom, #b52d23 0%, #89211a 50%, #791d17 51%, #50130f 100%);
    background-image: -ms-linear-gradient(bottom, #b52d23 0%, #89211a 50%, #791d17 51%, #50130f 100%);
    background-image: linear-gradient(to bottom, #b52d23 0%, #89211a 50%, #791d17 51%, #50130f 100%);
}
.gen-options .bottom-block .one-col {
    width: 33.3%;
    float: left;
    min-height: 63px;
    background: url("../images/line.png") no-repeat 100% 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.gen-options .bottom-block .one-col:last-child {
    background: none;
    padding-top: 6px;
}
.gen-options .bottom-block .one-col .btn {
    font-weight: bold;
    font-size: 26px;
}
.gen-options .bottom-block .rating2 {
    margin-top: 19px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.gen-options .bottom-block .rating2 > span {
    background: url("../images/rating-bg.png") no-repeat;
    display: inline-block;
    height: 32px;
    width: 167px;
}
.gen-options .bottom-block .rating2 > span span:first-child {
    width: 75px;
    float: left;
    margin-left: 1px;
}
.gen-options .bottom-block .rating2 > span span:last-child {
    width: 87px;
    float: right;
    margin-right: 3px;
    text-align: center;
}
.gen-options .bottom-block .rating2 .text {
    display: inline-block;
    float: left;
}
.gen-options .bottom-block .rating1 {
    line-height: 30px;
    padding-top: 17px;
}
.gen-options .bottom-block .rating1 .text {
    font-weight: bold;
    font-size: 16px;
    float: left;
}
.gen-options .bottom-block .rating1 .numb {
    font-size: 30px;
    font-weight: bold;
    font-family: Verdana;
    float: right;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
.gen-options .bottom-block .rating1 .rat {
    float: left;
    margin: 5px 0 0 15px;
}
.gen-options .bottom-block .rating1 .rat i {
    background-size: cover;
    width: 22px;
    height: 20px;
}
.bonus-btns {
    background: url("../images/line2.png") no-repeat 50% 0;
    min-height: 138px;
}
.bonus-btns .one-colum {
    width: 50%;
    float: left;
}
.bonus-btns .one-colum .btns {
    width: 290px;
    float: right;
    margin-right: 22px;
    text-align: center;
    padding-top: 15px;
}
.bonus-btns .one-colum .btns .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    padding: 0 15px;
}
.bonus-btns .one-colum .btns .btn-red {
    margin-bottom: 11px;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
}
.bonus-btns .one-colum .bonus {
    width: 124px;
    height: 124px;
    float: left;
    margin-left: 35px;
    margin-top: 10px;
}
.pay-ico-block {
    background: url("../images/pay.png") no-repeat 25px 22px;
    height: 181px;
    width: 320px;
    float: left;
    position: relative;
}
.pay-ico-block:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 181px;
    right: 0;
    top: 0;
    background: url("../images/line3.png") no-repeat;
}
.languages-block {
    margin: 22px 0 0 0;
    padding-left: 48px;
    float: left;
    width: 610px;
}
.languages-block li {
    width: 122px;
    float: left;
    margin-bottom: 22px;
}
.languages-block li a {
    display: inline-block;
    padding-left: 33px;
    position: relative;
}
.languages-block li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.news-img-green {
    float: left;
    word-wrap: 301px;
    height: 190px;
    border: solid 2px #00af82;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.75);
    margin: 0 15px 15px 0;
}
.title-n {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    min-height: 28px;
    line-height: 28px;
}
.title-n .ico {
    margin-right: 18px;
    float: left;
    min-height: 28px;
    min-width: 28px;
}
.title-n.v-card .ico {
    background: url("../images/icop3.png") no-repeat 0 30%;
}
.title-n.dollar .ico {
    background: url("../images/icop2.png") no-repeat 7px 30%;
}
.title-n.imac .ico {
    background: url("../images/icop1.png") no-repeat 0px 50%;
}
.btn.btn-big {
    font-weight: bold;
    font-size: 26px;
    min-width: 580px;
}
.scrin-block .left {
    width: 575px;
    float: left;
}
.scrin-block .left .scrin-slider {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
    padding-bottom: 20px;
}
.scrin-block .left .scrin-slider .jcarousel {
    width: 501px;
    height: 382px;
    margin: 0 auto;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.78);
}
.scrin-block .left .scrin-slider li {
    width: 501px;
    height: 382px;
}
.scrin-block .left .scrin-slider li img {
    width: 493px;
    height: 374px;
    border: solid 4px #00af82;
}
.scrin-block .left .scrin-slider .jcarousel-control-prev,
.scrin-block .left .scrin-slider .jcarousel-control-next {
    background: url("../images/btn-slider3.png") no-repeat;
    height: 115px;
    width: 26px;
    left: 2px;
    margin-top: -57px;
}
.scrin-block .left .scrin-slider .jcarousel-control-next {
    background-position: 100% 0;
    left: inherit;
    right: 2px;
}
.scrin-block .left .scrin-slider .jcarousel-pagination {
    bottom: 0;
}
.scrin-block .right {
    width: 375px;
    float: right;
    margin-right: 10px;
}
.scrin-block .right .one-block {
    border: solid 1px #6a1e1b;
    background: url("../images/bg-red2.jpg") repeat;
    padding: 9px 13px;
    margin: 0 0 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.36) inset;
    color: #e94952;
    min-height: 165px;
}
.scrin-block .right .one-block .title {
    font: bold 25px Arial;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.scrin-block .right .one-block:last-child {
    margin-bottom: 0;
}
.scrin-block .right .one-block li {
    line-height: 24px;
    font-size: 16px;
}
.scrin-block .right .one-block.green {
    background: url("../images/bg-green.jpg") repeat;
    border: solid 1px #0d7863;
    color: #00ed80;
}
.social-block a {
    width: 34px;
    height: 34px;
    display: block;
    background: url("../images/social.png") no-repeat;
    margin-bottom: 7px;
}
.social-block .share42-item0 a:hover {
    background-position: -34px 0;
}
.social-block .share42-item1 a{
    background-position: 0 -34px;
}
.social-block .share42-item1 a:hover {
    background-position: -34px -34px;
}
.social-block .share42-item2 a {
    background-position: 0 -68px;
}
.social-block .share42-item2 a:hover {
    background-position: -34px -68px;
}
.social-block .share42-item3 a {
    background-position: 0 -102px;
}
.social-block .share42-item3 a:hover {
    background-position: -34px -102px;
}
/*----registration-----*/
.register-form{
    padding: 22px 6px;
    text-align: center;
}
.register-form .text {
    height: 29px;
    border: solid 1px #353b49;
    width: 100%;
    background: #121621;
    margin-bottom: 11px;
    color: #9f9f9f;
    font-style: italic;
    padding: 0 9px;
    font-family: Verdana;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.register-form .btn.btn-blue {
    padding: 4px 0px;
    display: block;
}
.register-form .error{
    float:left;
    color:red;
    font-size: 11px;
    font-weight: bold;
}
.unsibscribe .red-title{
    text-align:center;
    font-size:30px;
    background:none;
    color:#a82a23;
    padding-top:70px;
}
/*--------------29.10.2014---version 3.0-------*/

/*-----------*/
.line-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.info1 .inner-content{
    color: #cdd0d7;
    padding: 9px 6px 8px;
    font-size: 12px;
}
.info1 .more{
    text-align: right;
}
.info1 .more .more-link {
    text-decoration: underline;
    display: inline-block;
    font-size: 11px;
    color: #cdd0d7;
    /*padding: 9px 0px 8px;*/
}
.info1 .yellow-text {
    text-align: center;
    color: #ffd870;
    font-weight: bold;

}
.info1 .img-wrap {
    height: 70px;
    padding: 2px;
    border: 1px solid #9a1709;
    text-align: center;
    margin-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee9724), color-stop(0.7, #b3241f), color-stop(1, #e9361e));
    background-image: -o-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -moz-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -webkit-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -ms-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: linear-gradient(to bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
}
.info1 .img-wrap img {
    border: 1px solid #9a1709;
    width: 178px;
    height: 68px;
}
.info1 .yellow-text.big {
    font-size: 18px;
}
.info1 .btn {
    display: block;
    text-align: center;
}
.info1 .btn.btn-red {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
.info1 p {
    font-size: 12px;
}
.info1 .read-more {
    text-decoration: underline;
    font-style: italic;
    color: #cdd0d7;
}
.breadcrumbs {
    margin-bottom: 8px;
}
.breadcrumbs li {
    display: inline-block;
    float: left;

}
.breadcrumbs li:before {
    content: '/';
    display: inline-block;
    margin: 0px 4px;
}
.breadcrumbs li:first-child:before {
    content: '';
    margin: 0px;
}
.breadcrumbs li a {
    font-size: 11px;
    font-weight: bold;
    color: #cdd0d7;
}
.breadcrumbs li.current a {
    color: #ffd870;
}
.tirage {
    background: #3c3c3c;
    border: 1px solid #585858;
    padding: 0px 0px 0px 7px;
    height: 19px;
    line-height: 19px;
    margin: 10px auto 8px;
}
.tirage-num {
    margin: -1px;
    text-align: center;
    width: 75px;
    height: 19px;
    float: right;
    display: inline-block;
    border: 1px solid #02a17d;
    background-image: -webkit-gradient(linear, left top, left bottom, #03ab80, #014e3b);
    background-image: -o-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -moz-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -webkit-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -ms-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: linear-gradient(to bottom, #03ab80, #014e3b);
}
.rate {
    margin: 10px auto;
    display: block;
    width: 148px;
    height: 36px;
    font-size: 26px;
    text-shadow: -1px -1px 2px rgba(0,0,0,0.8);
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    border: 1px solid #2159ff;
    border-radius: 7px;

}
.rate.blue {
    border: 1px solid #2159ff;
    background-image: -moz-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
    background-image: -webkit-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
    background-image: -ms-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
}
.scores-white {
    margin: 10px auto;
    display: block;
    width: 157px;
    height: 57px;
    background: url("../images/new/white_string_center.png") repeat-x;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    color: #000;
}
.scores-white:before,
.scores-white:after {
    content: '';
    width: 18px;
    height: 57px;
    position: absolute;
    display: block;
    top: 0px;
}
.scores-white:before {
    background: url("../images/new/white_string_left.png") no-repeat;
    left: -18px;
}
.scores-white:after {
    background: url("../images/new/white_string_right.png") no-repeat;
    right: -18px;
}
.time-block {
    /* border-top: 1px solid #3c4253; */
    border-bottom: 1px solid #3c4253;
    background: rgba(0,0,0,0.3);
    margin: -9px -6px 7px;
    text-align: center;
    padding: 6px 0px;
    color: #ffd870;
    font-size: 14px;
    font-weight: bold;
}
.time-block .opt span {
    display: inline-block;
    width: 60px;
    padding: 0px 5px;
    font-size: 12px;
}
/*------counter--------*/

.counter {
    width: 141px;
    height: 48px;
    background: url("../images/new/bg_counter.png") no-repeat;
    margin: 4px auto 0px;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    text-align:center;
    letter-spacing:-3px;
}
.position{
    display: inline-block;
    height: 44px;
    overflow: hidden;
    position: relative;
    width: 26px;
}
.digit{
    position:absolute;
    display:block;
    width:24px;
    border-radius:0.2em;
    text-align:center;
    color:#fff;
    letter-spacing:-1px;
    margin: 0px;
    padding: 0px;
}
.digit.static{}
.countDays{display:none !important;}
.countDiv0{display:none !important;}
.countHours{display:none !important;}
.countDiv1{display:none !important;}
.countMinutes{}
.countDiv2{}
.countSeconds{}
.countDiv{
    display:inline-block;
    width:16px;
    height: 46px;
    position:relative;
}
/*------./counter--------*/

/*----submenu---------*/

.dropdown-main-menu > li > .submenu {
    background: url("../images/new/bg_submenu.png") no-repeat center 20px;
    width: 1024px;
    position: absolute;
    top: 28px;
    left: -8px;
    height: 82px;
    z-index: 5;
    text-align: center;
    display:none;   
}
.inform-block .title {
    z-index: 0;
}
.dropdown-main-menu > li:hover > .submenu {
    display:block;  
}
.dropdown-main-menu > li > .submenu ul {
    display: inline-block;
    margin: 0px auto;
}
.dropdown-main-menu > li > .submenu li a {
    color: #cdd0d7;
    padding: 25px 35px 0px;
    margin: 0px;
}
/*----./submenu---------*/
/*-----new slider bunners---------*/
.main-slider .jcarousel ul li {
    position: relative;
}
.main-slider .jcarousel ul li .slider-inner {
    width: 1000px;
    position: absolute;
    top: 35px;
    left: 0px;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.63);
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial Black';
}
.main-slider .jcarousel ul li .slider-inner .slider-titles {
    height: 190px;
    overflow: hidden;
    margin: 0px 0px 20px;
}
.main-slider .jcarousel ul li .slider-inner .yellow-tit {
    color: #ffb300;
    font-size: 58px;
    line-height: 58px;
}
.main-slider .jcarousel ul li .slider-inner .white-tit {
    color: #fff;
    font-size: 38px;
}
.main-slider .jcarousel ul li a.btn-red {
    width: 352px;
    height: 51px;
    line-height: 51px;
    font-size: 28px;
}
.main-slider .jcarousel-control-prev,
.main-slider .jcarousel-control-next {
    background: url("../images/btn-slider.png") no-repeat;
    height: 39px;
    width: 15px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 0;
}
.main-slider .jcarousel-control-prev {
    left: 14px;
}
.main-slider .jcarousel-control-next {
    right: 14px;
    background-position: 0 100%;
}
/*-------table1------*/

.table-inform1,
.table-inform2 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.table-inform1 {
    border: solid 1px #475067;
    background: url("../images/bg-gray.jpg") repeat;
}
.table-inform2 {
    margin: 0px -9px;
}
.table-inform1 > li,
.table-inform2 > li {
    border-bottom: 1px solid #475067;
}
.table-inform1 li:first-child {
    border-bottom: none;
}
.table-inform1 li:last-child {
    border-bottom: none;
}
.table-inform1 li {
    padding: 7px 0px;
    text-align: center;
}
.table-inform2 li {
    padding: 3px 0px 1px 0px;
    text-align: center;
}
.table-inform2 li:hover {
    background: url("../images/bg-red1.jpg") repeat;
}

.table-inform1 li:before,
.table-inform1 li:after,
.table-inform2 li:before,
.table-inform2 li:after {
    content: "";
    display: block;
    clear: both;
}
.table-inform1 li > div,
.table-inform2 li > div {
    display: inline-block;
    float: left;
}
.table-inform2 li .col0 {
    display: block;
    padding: 10px 0px 10px 13px;
    text-align: left;
    width: 563px;
    position: relative;

}
.table-inform1 li .col1 {
    padding: 0px 13px;
    text-align: left;
    width: 358px;
}
.table-inform2 li .col1 {
    display: inline-block;
    float: left;
    padding: 10px 0px 10px 13px;
    text-align: left;
    width: 371px;
    position: relative;
}

.table-inform1 li .col2,
.table-inform2 li .col2 {
    width: 60px;
}
.table-inform1 li .col3,
.table-inform2 li .col3 {
    width: 180px;
}
.table-inform1 li .col4,
.table-inform2 li .col4 {
    width: 108px;
    display: inline-block;
    margin-right: 25px;
}
.table-inform1 .theader,
.table-inform2 .theader {
    padding: 7px 0px;
    font-size: 14px;
}

.table-inform1 .theader {
    background: url("../images/bg-red1.jpg") repeat;
}
.table-inform2 .theader {
    padding: 9px 0px;
}
.table-inform2 .theader:hover {
    background: none;
}
.table-inform2 .theader .col1 {
    padding-top: 0px; 
    padding-bottom: 0px;
}
.table-inform2 .theader .col2 {
    margin-top: 12px;
}
.table-inform1 .small,
.table-inform2 .small {
    color: #7a8294;

    font-weight: normal;
}
.table-inform1 .small {
    font-size: 10px;
}
.table-inform2 .small {
    font-size: 11px;
}
.table-inform1 .large,
.table-inform2 .large {

    display: block;
    cursor: pointer;
    text-decoration: none;
}
.table-inform1 .large {
    font-size: 16px;
}
.table-inform2 .large {
    font-size: 12px;
}
.table-inform2 .time,
.table-inform2 .match-name {
    display: inline-block;
}
.table-inform2 .time {
    width: 36px;
    font-size: 12px;
    color: #a9a9a9;
    position: absolute;
    top: 10px;
}

.table-inform2 .match-name {
    width: 225px;
    color: #ffd870;
    padding-left: 32px;
    padding-right: 32px;
    padding: 0px 72px 0px 32px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    margin-left: 35px;
}
.table-inform2 .match-name.big {
    font-size: 16px;
    font-weight: bold;
    padding-right: 0px;
    width: 294px;
}
.table-inform2 .col0 .match-name {
    width: 410px;
}
.table-inform2 .active-rates {
    width: 56px;
    display: block;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 16px;
    font-size: 12px;
    color: #a9a9a9;
    text-align: right;
}
.table-inform2 .active-rates:after {
    background: url("../images/new/rate_score.png") no-repeat;
    width: 9px;
    height: 8px;
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    right: -14px;
}
.table-inform2 .match-name.before .live {
    display: block;
    width: 23px;
    height: 11px;
    background: url("../images/new/live.png") no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
}
.table-inform2 .col3 .registrPopup {
    margin-bottom: 3px;
}
#categoryMatches ul:last-child li:last-child {
    border-bottom: none;
}




.green-box  {
    color: #fff;
    font-weight: bold;
    width: 58px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border: 1px solid #028161;
    background-image: -moz-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -webkit-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -ms-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
}
.green-box.active {
    color: rgb(112, 26, 21);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    border: 1px solid #ffba44;
    background-image: -moz-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -webkit-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -ms-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
}
.blue-box  {
    color: #fff;
    font-weight: bold;
    width: 58px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border: 1px solid #2159ff;
    background-image: -moz-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
    background-image: -webkit-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
    background-image: -ms-linear-gradient(90deg, #3068ff 0%, #0038e5 50%, #255dff 50%, #538bff 100%);
}

.table-block {
    background: #3c3c3c;
    border: 1px solid #585858;
    margin: 4px auto 4px;
    width: 554px;

}
.table-block .col {
    width: 176px;
    padding-left: 8px;
    display: inline-block;
    float: left;
    margin-left: 1px;
    line-height: 36px;
}
.table-block .col:first-child {
    margin-left: 0px;
}
.table-block .col .green-box,
.table-block .col .blue-box {
    float: right;
}
/*-------category-block------*/
.category-block {
    margin-bottom: 12px;
}
.category-block > ul {
    width: 100%;
}
.category-block > li {
    width: 307px;
    float: left;
    margin: 0px 13px 20px;
}
.category-block > li:last-child {
    /*margin: 0;*/
}
.category-block > li .category-img {
    display: block;
    width: 307px;
    height: 226px;
    padding: 6px;
    border: solid 1px #9a1709;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.81) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f09d21), color-stop(1, #e5321e));
    background-image: -o-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -moz-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -webkit-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: -ms-linear-gradient(bottom, #f09d21 0%, #e5321e 100%);
    background-image: linear-gradient(to bottom, #f09d21 0%, #e5321e 100%);
    position: relative;
}
.category-block > li .category-img .label-img {
    position: absolute;
    bottom: 5px;
    left: -7px;
    background: url("../images/new/category_label_img.png");
    width: 118px;
    height: 40px;
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(112, 26, 21);
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.category-block > li .category-title {
    display: block;
    font-family: 'Arial Black', sans-serif;
    font-size: 18px;
    color: rgb(255, 216, 112);
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 3px;
    text-shadow: -0.5px -0.866px 0px rgba(1, 1, 1, 0.75);
    border: 1px solid #028161;
    background-image: -moz-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -webkit-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -ms-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
}
.category-block > li img {
    display: block;
    width: 290px;
    height: 210px;
    border: solid 1px #b42924;
}
.category-block .category-top {
    margin-top: 3px;
    background: url("../images/bg-gray.jpg") repeat;
    border: solid 1px #393f4f;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
    text-align: center;
}
/*-----*/
.list-block-yellow li {
    /*display: block;*/
    position: relative;
}

.list-block-yellow li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(148, 155, 176, 0)), color-stop(27%, rgba(148, 155, 176, 0.8)), color-stop(37%, rgba(148, 155, 176, 0.98)), color-stop(38%, #949bb0), color-stop(50%, #949bb0), color-stop(64%, #949bb0), color-stop(66%, rgba(148, 155, 176, 0.97)), color-stop(76%, rgba(148, 155, 176, 0.8)), color-stop(97%, rgba(148, 155, 176, 0)));
    background: -webkit-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -o-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -ms-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: linear-gradient(to right, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00949bb0', endColorstr='#00949bb0', GradientType=1);
}
.list-block-yellow li:last-child:after {
    background: none;
}
.list-block-yellow li a {
    color: #cdd0d7;
    padding: 13px 6px;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
.list-block-yellow li a:hover {
    background: url("../images/bg-red1.jpg") repeat;
}

.list-block-yellow li .num {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: yellow;
    text-align: center;
    line-height: 16px;
    color: #000;
    margin-right: 5px;
    background: url("../images/new/yellow_num_span.png") no-repeat 0px 0px;
    font-size: 9px;
}
.list-block-yellow li .text {
    /*    height: 48px;
        overflow: hidden;
        display: block;*/
}
/*-----*/


.category-block .list-block-yellow {
    text-align: left;
    height: 144px;
}
.category-block .list-block-yellow li {
    height: 48px;
    overflow: hidden;
}
.category-block .list-block-yellow li:last-child:after {
    background: -moz-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(148, 155, 176, 0)), color-stop(27%, rgba(148, 155, 176, 0.8)), color-stop(37%, rgba(148, 155, 176, 0.98)), color-stop(38%, #949bb0), color-stop(50%, #949bb0), color-stop(64%, #949bb0), color-stop(66%, rgba(148, 155, 176, 0.97)), color-stop(76%, rgba(148, 155, 176, 0.8)), color-stop(97%, rgba(148, 155, 176, 0)));
    background: -webkit-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -o-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: -ms-linear-gradient(left, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    background: linear-gradient(to right, rgba(148, 155, 176, 0) 4%, rgba(148, 155, 176, 0.8) 27%, rgba(148, 155, 176, 0.98) 37%, #949bb0 38%, #949bb0 50%, #949bb0 64%, rgba(148, 155, 176, 0.97) 66%, rgba(148, 155, 176, 0.8) 76%, rgba(148, 155, 176, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00949bb0', endColorstr='#00949bb0', GradientType=1);
}
.category-block .list-block-yellow li a {
    padding: 0px 20px 0px 48px;
    height: 48px;
    width: 100%;
}
.category-block .list-block-yellow li .num {
    position: absolute;
    top:35%;
    left: 22px;
}
.category-block .category-top a.btn {
    display: block;
    width: 238px;
    text-align: center;
    margin: 10px auto;
    padding: 0 10px;
}
.table {
    display: table !important;
    width: 100%;
}
.cell {
    display: table-cell  !important;
    vertical-align: middle;
}
.list-block-yellow  .cell {
    height: 48px;

}
/*---------bonus-table---------*/
.bonus-table.bets {
    background: url("../images/bg-gray.jpg") repeat;
    color: #fff;
}
.bonus-table.bets tbody th {
    background: url("../images/bg-red1.jpg") repeat;
}
.bonus-table th:first-child,
.bonus-table td:first-child{
    padding: 0px 14px;
}
.bonus-table.bets tr:nth-child(odd) {
    /*background: rgba(45,58,99,0.3);*/
    background: rgba(52,63,101,0.5);
}
/*----news--------*/
.news img {
    margin: 0px 10px 8px 0px;
}
.news p {
    margin: 4px 0px;
    text-align: justify;
}
.news .soc-block img{
    margin: 10px 0px 0px;
    border: none;
}
.news-list {
    margin: 0px -8px;
}
.news-list li {
    width: 168px;
    color: #cdd0d7;
    padding: 9px 6px 8px;
    background: url("../images/bg-gray.jpg") repeat;
    border: solid 1px #393f4f;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
    font-size: 12px;
    text-align: justify;
    margin: 0px 8px;
    display: inline-block;
    float: left;
}
.news-list .img-wrap {
    height: 70px;
    padding: 2px;
    border: 1px solid #9a1709;
    text-align: center;
    margin-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee9724), color-stop(0.7, #b3241f), color-stop(1, #e9361e));
    background-image: -o-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -moz-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -webkit-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: -ms-linear-gradient(bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
    background-image: linear-gradient(to bottom, #ee9724 0%, #b3241f 70%, #e9361e 100%);
}
.news-list .img-wrap img {
    width: 161px;
    height: 68px;
}
.news-list .new-tit {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news-list .read-more {
    text-decoration: underline;text-decoration: underline;
    font-style: italic;
    color: #cdd0d7;
}


/* ���� ���� ��������� */
.accordion-block,
.accordion-block-big {
    margin: 0px auto;
}
.accordion-block ul,
.accordion-block-big ul {
    list-style: none;
    margin: 0;
    padding:0;
    text-align:left;
}
.accordion-block-big.main > ul {
    border: 1px solid #222;
    box-shadow:0 0 10px #000;
}
.accordion-block > ul > li,
.accordion-block-big > ul > li {
    position: relative;
    height: auto;
}
.accordion-block > ul > li > a,
.accordion-block-big > ul > li > a {
    display: block;	
    outline: 0;	
    text-decoration: none;	
    font-weight: bold;	
    text-shadow: 1px 1px 3px #111;	
}
.accordion-block-big.main > ul > li > a {

    padding: .7em 1em .7em 34px;	
    color:#C9C9C9;	

    background: url("../images/bg-red1.jpg") repeat;
    box-shadow:inset 0 1px 0 0 rgba(250,250,250,0.1);	
    border: 1px solid #6c4a56;
    margin-top: 4px;
    text-transform: uppercase;
}
.accordion-block-big.inside1 > ul > li > a {
    padding: 0em 0em 0em 26px;	
    font-size: 12px;
}
.accordion-block-big.main > ul > li:first-child > a {
    margin-top: 0px;
}
.accordion-block-big.inside1 > ul > li:first-child > a {
    margin-top: 0px;
}

.accordion-block .expander,
.accordion-block-big .expander {
    position: absolute;
    transition: 0s 9999999s;
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../images/new/arrow_small_accordion.png") no-repeat center center;
    top: 5px;
    left: 3px;
}

.accordion-block-big.main .expander {
    width: 16px;
    height: 16px;
    background: url("../images/new/arrow_accordion.png") no-repeat;
    top:10px;
    left: 10px;
}
.accordion-block-big.inside1 .expander {
    width: 8px;
    height: 8px;
    background: url("../images/new/arrow_small_accordion.png") no-repeat;
    top: 3px;
    left: 5px;
}
.accordion-block > ul > li.open .expander,
.accordion-block-big > ul > li.open > a .expander {
    -moz-transform: rotate(90deg);  
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);  
    -o-transform: rotate(90deg);  
    transform: rotate(90deg);
    transition: 0.5s;
}
.accordion-block > ul > li.closed  .expander,
.accordion-block-big > ul > li.closed > a .expander {
    -moz-transform: rotate(0deg);  
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);  
    -o-transform: rotate(0deg);  
    transform: rotate(0deg);
    transition: 0.5s;
}

.accordion-block-big.main > ul > li > a:hover,
.accordion-block-big.main > ul > li.active > a {
    color:#ffd870;
}
.accordion-block > ul > li > ul,
.accordion-block > ul > li > div,
.accordion-block-big > ul > li > ul,
.accordion-block-big > ul > li > div {
    height: auto;
    display: none;
    overflow: hidden;
}
.accordion-block-big.main > ul > li > ul,
.accordion-block-big.main > ul > li > div {
    background: url("../images/bg-gray.jpg") repeat;
    border: solid 1px #475067;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7) inset;
}
.accordion-block > ul > li > div .inner,
.accordion-block-big > ul > li > div .inner {
    padding: 5px 10px;
}
.accordion-block > ul > li > div .inner p,
.accordion-block-big > ul > li > div .inner p {
    margin: 5px 0px;
    font-size: 12px;
}
.accordion-block-big.main > ul > li > ul > li{
    /*counter-increment: items;*/
    padding: .5em 0.5em;
    border: solid 1px #475067;
    background: rgba(0, 0, 0, 0.3);
    margin: 2px auto;
}
.accordion-block-big.inside1 > ul > li > ul > li{
    /*border: solid 1px #475067;*/
    margin: 2px auto;
    font-size: 12px;
}
.accordion-block-big.inside1 > ul > li > ul > li:before,
.accordion-block-big.inside1 > ul > li > ul > li:after {
    content: "";
    display: block;
    clear: both;
}
.matches-table.three-col li .col {
    width: 33.3%;
    float: left;
    display: inline-block;
}
.matches-table.two-col li .col {
    width: 50%;
    float: left;
    display: inline-block;
}
.matches-table li .col .tirage {
    margin: 0px;
}
.accordion-block-big.main > ul > li a .num {
    /*content: counter(items);*/
    font-size: 0.857em;
    display:inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    /*background: #333;*/
    line-height: 1em;
    padding: .7em .8em;
    margin: -.9em 0 0 0;
    color: white;
    text-indent: 0;
    text-align: center;
    text-shadow:0px 1px 0px rgba(0, 0, 0, .5);
    font-weight: 500;
    border-radius:.769em;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
}

.top-maches {
    list-style: none;
    margin: -8px -6px;
}
.top-maches li {
    padding: 9px 6px 8px;
    border-top: 1px solid #333a4d;
}
.top-maches li:first-child {
    border-top: none;
}
.top-maches li:nth-child(odd) {
    background: rgba(0,0,0,0.3);
}
.top-maches li .btn {
    margin-top: 8px;
}
.top-maches li .live {
    display: inline-block;
    width: 23px;
    height: 11px;
    background: url("../images/new/live.png");
    margin: 0px 5px 0px 5px;
    position: relative;
    top: 1px;
}
.checkbox-block {
    background: rgba(0,0,0,0.3);
    border-bottom: 1px solid #333a4d;
    padding: 10px 6px;
}
/*----------custom form--------*/
.custom-group {
    position: relative;
    display: inline-block;
    float: left;
    width: 37px;
    cursor: pointer;
}
.custom-group.big {
    width: 60px;
    height: 36px;
}
.custom {
    width: 37px;
    height: 24px;
    border: none;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #000;
    background-image: -moz-linear-gradient( 90deg, #fff 10%, #d5e1f1 50%, #f9ffff 50%, #fff 100%);
    background-image: -webkit-linear-gradient( 90deg, #fff 10%, #d5e1f1 50%, #f9ffff 50%, #fff 100%);
    background-image: -ms-linear-gradient( 90deg, #fff 10%, #d5e1f1 50%, #f9ffff 50%, #fff 100%);
    box-shadow: none;
}
.custom-group.big .custom {
    width: 58px;
    height: 34px;
    display: inline-block;
    text-align: center;
    border: 1px solid #028161;
    background-image: -moz-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -webkit-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    background-image: -ms-linear-gradient( 90deg, #014d3a 0%, #027255 50%, #028463 50%, #03ac81 100%);
    box-shadow: none;
    border-radius: 0px;
}
.custom-group span {
    position: absolute;
    top:4px;
    left: 0px;
    color: #242424;
    width: 37px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
}
.custom-group.big span {
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    width: 58px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    top:0px;
    left: 0px;
}
.checkbox-block .custom-group .custom.checked {
    border: 1px solid #5dc0a6;
    background-image: -moz-linear-gradient(90deg, #78dbc1 0%, #46a98f 50%, #6acdb3 50%, #98fbe1 100%);
    background-image: -webkit-linear-gradient(90deg, #78dbc1 0%, #46a98f 50%, #6acdb3 50%, #98fbe1 100%);
    background-image: -ms-linear-gradient(90deg, #78dbc1 0%, #46a98f 50%, #6acdb3 50%, #98fbe1 100%);
}
.custom-group.big .custom.checked {
    border: 1px solid #ffba44;
    background-image: -moz-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -webkit-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -ms-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
}
.custom-group .custom.checked + span {
    color: rgb(112, 26, 21);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.jq-radio.checked .jq-radio__div,
.jq-checkbox.checked .jq-checkbox__div {
    display: none;
}
.custom-select .jq-selectbox__select {
    width: 97px;
    border: 1px solid #585858;
    height: 25px;
    border-radius: 0px;
    background: #3c3c3c;
    padding: 0px 0px 0px 7px;
    box-shadow: none;
    color: #fff;
    text-shadow: none; 
}
.custom-select .jq-selectbox__select-text,
.gain {
    height: 25px;
    line-height: 25px;
}
.custom-select .jq-selectbox__select-text {
    width: 74px !important; 
}
.custom-select .jq-selectbox__trigger {
    border: 0px;
}
.custom-select .jq-selectbox__trigger-arrow {
    top: 10px;
    border-top-color: #FFF;
    opacity: 1;  
}
.custom-select .jq-selectbox__dropdown {
    border: 1px solid #585858;
    border-radius: 0px;
    background: #3c3c3c;
    box-shadow: none;
}
.custom-select.jq-selectbox li {
    color: #fff;
    padding: 3px 0px;
    border-bottom: 1px solid #585858;
}
.jq-selectbox.focused .jq-selectbox__select {
    border-color: #585858 !important; 
}
.custom-group-small {
    background: #3c3c3c;
    border: 1px solid #585858;
    padding: 0px 0px 0px 7px;
    height: 19px;
    line-height: 19px;
    display: block;
    cursor: pointer;
}
.custom-group-small .label-text {
    width: 55%;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}
.matches-table.three-col .custom-group-small .label-text {
    width: 55%;
    text-align: left;
}
.matches-table.two-col .custom-group-small .label-text {
    width: 71%;
    text-align: left;
}
.custom-group-small .custom {
    width: auto;
    height: auto;
    border-radius: 0px;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    float: right;
}
.custom-group-small .custom-num {
    margin: -1px;
    text-align: center;
    width: 75px;
    height: 19px;
    float: right;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #02a17d;
    background-image: -webkit-gradient(linear, left top, left bottom, #03ab80, #014e3b);
    background-image: -o-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -moz-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -webkit-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: -ms-linear-gradient(bottom, #03ab80, #014e3b);
    background-image: linear-gradient(to bottom, #03ab80, #014e3b);
    font-size: 12px;
}
.custom-group-small .custom.checked + .custom-num {
    border: 1px solid #ffba44;
    background-image: -moz-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -webkit-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
    background-image: -ms-linear-gradient(90deg, #ffcb55 0%, #f09923 50%, #ffbd47 50%, #ffec76 100%);
}

/*----------./custom form--------*/

.col4 .small {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1;
}
.top-rates {
    margin: -5px -3px;
}
.top-rates li {
    display: inline-block;
    float: left;
    width: 176px;
    height: 23px;
    margin: 5px 6px;

}
.top-rates li a {
    display: block;
    width: 176px;
    height: 23px;
    border: 1px solid #633b43;
    font-size: 14px;
    font-family: 'Arial Black';
    color: #ffd870;
    background: url("../images/bg-red1.jpg") repeat;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 1);
}
/*.table-match-block {

}
.table-match-block .match-day {
    font-size: 11px;
    color: #7a8294;
}
.table-match-block .match-time {
    width: 35px;
    font-size: 12px;
    color: #a9a9a9;
    display: inline-block;
}*/
/*.table-match-block .match-name {
    width: 274px;
    color: #ffd870;
    padding-left: 32px;
    position: relative;
    display: inline-block;
}
.table-match-block .active-rates {
    width: 56px;
}
.table-match-block .rates {
    display: inline-block;
    width: 150px;
}



.table-match-block .match-name.before .live {
    display: block;
    width: 23px;
    height: 11px;
    background: url("../images/new/live.png") no-repeat;
    position: absolute;
    top:3px;
    left: 0px;
}*/


#partnerreg .popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    color: #ffffff;
    overflow: hidden;
}

#partnerreg .popup .transparent {
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
#partnerreg .popup-body {
    top: 30%;
    left: 37%;
    position: absolute;
    /*margin: -294px 0px 0px 494px;*/
    z-index: 1001;
}
#partnerreg .popup-close {
    /*background: rgba(0,0,0,0.8);*/ 
    color: #ffd870;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 102;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
}

#partnerreg .popup-wrapper {
    width: 434px;
    height: 204px;
    padding: 45px 30px;
    border: 3px solid #af7f00;
    background: url("../images/new/bg_popup.jpg");
    box-shadow: inset 0 0 0 1px #1e2e3e;
}
#partnerreg .popup-wrapper .btn {
    display:inline-block;
    text-align: center;
    /*    min-height: 23px;
        height: auto;
        margin-top: 20px;*/
    padding: 4px 20px;
    width: 185px;
    margin: 10px auto;
}
#partnerreg .popup-wrapper .btn.btn-red {
    display: block;
    width: 298px;
}
#partnerreg .popup-wrapper .popup-text {
    color: #ffd870;
    font-size: 24px;
    height: 80px;
}
/*--------------./12.11.2014---version 3.0-------*/
.table-inform1.accord-after-line {
    margin: 4px 1px 0px;
}
.table-inform1.sectblock-after-line {
    margin: -8px 0px 0px;
}

.total-rates {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    border-top: solid 1px #475067;
    background: url("../images/bg-gray.jpg") repeat;
}
.total-rates .container {
    width: 578px;
}
.total-rates .table-inform1 {
    background: transparent;
    border: none;
}


.list-block0.top10 li a {
    text-align: center;
    color: #ffd870;
    padding: 7px 6px;
    font-size: 12px;
    line-height: 12px;
}
.list-block0.top10 li .name {
    display: block;
}
.small-slider.static-box .small-slider__btn {
    padding: 5px 0 15px;
}
.small-slider.static-box .small-slider__btn .btn{
    width: 282px;
    height: 47px;
    line-height: 47px;
    font-size: 22px;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #ffa92f;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.72);
    box-shadow: 0 0px 13px #ffd236 inset,0 0px 13px #ffd236;
    -webkit-animation: shineEff 1.3s ease-out infinite;
    -moz-animation: shineEff 1.3s ease-out infinite;
    animation: shineEff 1.3s ease-out infinite;
}

@-webkit-keyframes shineEff {
    0% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
    40% {box-shadow:  0 0px 15px #ffd236 inset,0 0px 15px #ffd236, 0 0px 0px rgba(0, 0, 0, 0.72);}
    100% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
}
@-moz-keyframes shineEff {
    0% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
    40% {box-shadow:  0 0px 15px #ffd236 inset,0 0px 15px #ffd236, 0 0px 0px rgba(0, 0, 0, 0.72);}
    100% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
}
@keyframes shineEff {
    0% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
    40% {box-shadow:  0 0px 15px #ffd236 inset,0 0px 15px #ffd236, 0 0px 0px rgba(0, 0, 0, 0.72);}
    100% {box-shadow: 0 0px 0px #ffd236 inset,0 0px 0px #ffd236, 0 3px 7px rgba(0, 0, 0, 0.72);}
}

