/* line 4, ../sass/style.sass */
.wrapper {
    width: 1247px;
    margin: 0 auto;
    position: relative;
    /*z-index: 100;*/
    /*padding-left: 278px;*/
    box-sizing: border-box;
}

/* line 9, ../sass/style.sass */
.fl {
    float: left;
}

/* line 12, ../sass/style.sass */
.fr {
    float: right;
    /*position:relative;*/
    z-index: 100;
	width: 978px;
}

/* line 15, ../sass/style.sass */
.cb {
    clear: both;
}

/* line 18, ../sass/style.sass */
label.error {
    display: none !important;
}

/* line 21, ../sass/style.sass */
input.error, textarea.error {
    box-shadow: 0 0 5px red !important;
}

/* line 24, ../sass/style.sass */
.form_reset {
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* line 31, ../sass/style.sass */
.btn {
    border: 3px solid white;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.27);
    font-size: 16px;
    color: white !important;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
/* line 42, ../sass/style.sass */
.all-game.btn {
    border-radius:10px;
}
.all-game.btn i {
    background: url(../img/arrow-white.png) no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 37px;
}.btn i {
    background: url(../img/arrow-white.png) no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 10px;
}
.btn span {
    position: absolute;
    left: 7px;
    top: 5px;
}
/* line 51, ../sass/style.sass */
.btn.green {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #71b733), color-stop(100%, #9dd93d));
    background-image: -webkit-linear-gradient(bottom, #71b733 0%, #9dd93d 100%);
    background-image: -moz-linear-gradient(bottom, #71b733 0%, #9dd93d 100%);
    background-image: -o-linear-gradient(bottom, #71b733 0%, #9dd93d 100%);
    background-image: linear-gradient(bottom, #71b733 0%, #9dd93d 100%);
}
/* line 54, ../sass/style.sass */
.btn.green.big {
    width: 190px;
    height: 36px;
}
/* line 58, ../sass/style.sass */
.btn.blue {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0065ff), color-stop(100%, #7fc5e7));
    background-image: -webkit-linear-gradient(bottom, #0065ff 0%, #7fc5e7 100%);
    background-image: -moz-linear-gradient(bottom, #0065ff 0%, #7fc5e7 100%);
    background-image: -o-linear-gradient(bottom, #0065ff 0%, #7fc5e7 100%);
    background-image: linear-gradient(bottom, #0065ff 0%, #7fc5e7 100%);
}
/* line 61, ../sass/style.sass */
.btn.blue.big {
    width: 190px;
    height: 36px;
}
/* line 65, ../sass/style.sass */
.btn.blue.big i {
    left: 5px;
}
/* line 68, ../sass/style.sass */
.btn.pink {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #990065), color-stop(100%, #cb0099));
    background-image: -webkit-linear-gradient(bottom, #990065 0%, #cb0099 100%);
    background-image: -moz-linear-gradient(bottom, #990065 0%, #cb0099 100%);
    background-image: -o-linear-gradient(bottom, #990065 0%, #cb0099 100%);
    background-image: linear-gradient(bottom, #990065 0%, #cb0099 100%);
}
/* line 71, ../sass/style.sass */
.btn.green {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #006533), color-stop(100%, #00cb65));
    background-image: -webkit-linear-gradient(bottom, #006533 0%, #00cb65 100%);
    background-image: -moz-linear-gradient(bottom, #006533 0%, #00cb65 100%);
    background-image: -o-linear-gradient(bottom, #006533 0%, #00cb65 100%);
    background-image: linear-gradient(bottom, #006533 0%, #00cb65 100%);
}
/* line 74, ../sass/style.sass */
.btn.dark-pink {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #650065), color-stop(100%, #993399));
    background-image: -webkit-linear-gradient(bottom, #650065 0%, #993399 100%);
    background-image: -moz-linear-gradient(bottom, #650065 0%, #993399 100%);
    background-image: -o-linear-gradient(bottom, #650065 0%, #993399 100%);
    background-image: linear-gradient(bottom, #650065 0%, #993399 100%);
}
/* line 77, ../sass/style.sass */
.btn.orange {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ff9900), color-stop(100%, #ffcb00));
    background-image: -webkit-linear-gradient(bottom, #ff9900 0%, #ffcb00 100%);
    background-image: -moz-linear-gradient(bottom, #ff9900 0%, #ffcb00 100%);
    background-image: -o-linear-gradient(bottom, #ff9900 0%, #ffcb00 100%);
    background-image: linear-gradient(bottom, #ff9900 0%, #ffcb00 100%);
}
/* line 80, ../sass/style.sass */
.btn.blue {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #003399), color-stop(100%, #0099ff));
    background-image: -webkit-linear-gradient(bottom, #003399 0%, #0099ff 100%);
    background-image: -moz-linear-gradient(bottom, #003399 0%, #0099ff 100%);
    background-image: -o-linear-gradient(bottom, #003399 0%, #0099ff 100%);
    background-image: linear-gradient(bottom, #003399 0%, #0099ff 100%);
}

/* line 83, ../sass/style.sass */
body {
  background: #d1eef9 url("../img/bg-repeat-img.png") repeat-x;
}
/*body {
    background: #a9add7 url("../img/McDonalds_Home_Kulichi_06042015.jpg") center top no-repeat; /*цвет заливки страницы под брендингом*/
}*/

/* line 86, ../sass/style.sass "bg-center.png-default"*/
header {
    background: url("../img/bg-center.png") center top no-repeat;
    height: 1056px;
    margin-top: -22px;
}

/* line 90, ../sass/style.sass */
header .top {
    width: 984px;
    min-height: 200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}
/* line 98, ../sass/style.sass */
header .top.summer {
background: url(../img/menu-bg1.png) center bottom no-repeat;
margin-bottom: 845px;
}

/* line 101, ../sass/style.sass */
header .top .logo {
    margin-top: -20px;
    margin-bottom: 20px;/* регулировка верхнего меню кнопок по высоте */
    margin-left: 0px;
}
/* line 106, ../sass/style.sass */
header .top .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 8px;
    float:left;
    clear:left;
}
/* line 113, ../sass/style.sass */
header .top .menu li {
    float: left;
    margin: 0 3px;
}
/* line 117, ../sass/style.sass */
header .top .menu li a {
    color: #72210b;
    font-family: "Arial";
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    min-width: 93px;
    margin-top:-14px;
    padding-top: 63px;
}
/* line 129, ../sass/style.sass */
header .top .menu .i1 a {
    background: url("../img/menu/main_ico.png") top center no-repeat;
    min-width:80px;
}
/* line 133, ../sass/style.sass */
header .top .menu .i2 a {
    background: url("../img/menu/games-girls_ico.png") top center no-repeat;
}
/* line 137, ../sass/style.sass */
header .top .menu .i3 a {
    background: url("../img/menu/games-online_ico.png") top center no-repeat;
}
/* line 139, ../sass/style.sass */
header .top .menu .i9 a {
    background: url("../img/menu/tests_button.png") top center no-repeat;
}
/* line 141, ../sass/style.sass */
header .top .menu .i4 a {
    background: url("../img/menu/tvidi_ico.png") top center no-repeat;
    width:113px;
}
/* line 145, ../sass/style.sass */
header .top .menu .i5 a {
    background: url("../img/menu/news_ico.png") top center no-repeat;
}
/* line 149, ../sass/style.sass */
header .top .menu .i6 a {
    background: url("../img/menu/Roditeli_button1.png") top center no-repeat;
}
/* line 153, ../sass/style.sass */
header .top .menu .i7 a {
    background: url("../img/menu/pushkin_header_button.png") top center no-repeat;
}
/* line 157, ../sass/style.sass */
header .top .menu .i8 a {
    background: url("../img/menu/puzzle_ico.png") top center no-repeat;
}

/* line 161, ../sass/style.sass */
.big-banner {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a7e1fd), color-stop(100%, #7cc3e5));
    background-image: -webkit-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -moz-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -o-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    width: 740px;
    height: 100px;
    margin: auto;
    margin-top: -845px;
    position: relative;
    left: 10px;
    padding-left: 11px;
    padding-top: 9px;
}

/* line 170, ../sass/style.sass */
.menu-content-block {
    margin-top: 10px;
}
/* line 173, ../sass/style.sass */
.menu-content-block .menu-block {
  background: url("../img/left-menu-bg.png");
  background-color: rgba(24, 70, 136, 0.8);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  width: 261px;
  border: 3px solid white;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px 15px 15px 15px;
  -moz-border-radius: 100px 15px 15px 15px;
  -ms-border-radius: 100px 15px 15px 15px;
  -o-border-radius: 100px 15px 15px 15px;
  border-radius: 100px 15px 15px 15px;
  /* position: absolute; */
  /* bottom: 0;
  top: 0; */
}
/* line 184, ../sass/style.sass */
.menu-content-block .menu-block .title-heroes {
    margin-top: -135px;
}
/* line 187, ../sass/style.sass */
.menu-content-block .menu-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 35px;
    margin-top: 20px;
}
.menu-content-block .menu-block ul h4 {
    margin:10px 0 5px 0;
}
/* line 194, ../sass/style.sass */
.menu-content-block .menu-block ul li {
    margin-bottom: 0px;
}
/* line 198, ../sass/style.sass */
.menu-content-block .menu-block ul li:hover a {
    text-decoration: underline;
    background: url("../img/arrow-yellow.png") no-repeat;
    color: #fdff3c;/* цвет ссылок меню при наведении мышкой*/
}
/* line 203, ../sass/style.sass */
.menu-content-block .menu-block ul li a {
    text-decoration: none;
    color: #ffffff;/* цвет ссылок меню*/
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
    background: url("../img/arrow-white.png") no-repeat;
    min-height: 20px;
    display: inline-block;
    padding-top: 3px;
}
/* line 215, ../sass/style.sass */
.menu-content-block .center-right-block {
    width: 970px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-left: 10px;
    padding-bottom: 15px;
}
/* line 223, ../sass/style.sass */
.menu-content-block .center-right-block .breadcrumbs {
    margin-bottom: 10px;
}
/* line 226, ../sass/style.sass */
.menu-content-block .center-right-block .breadcrumbs a {
    color: #006599;
    font-family: "Arial";
    font-size: 14px;
}
/* line 231, ../sass/style.sass */
.menu-content-block .center-right-block .breadcrumbs a:after {
    display: inline-block;
    content: "\2192";
    text-decoration: none;
    margin: 0 5px;
}
/* line 238, ../sass/style.sass */
.menu-content-block .center-right-block .breadcrumbs a:last-child:after {
    content: "";
}
/* line 241, ../sass/style.sass */
.menu-content-block .center-right-block .right-block {
    width: 265px;
}
/* line 244, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .heroes {
    margin-top: -235px;
    margin-left: 50px;
}
/* line 248, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .banner {
    width: 243px;
    height: 415px;
    padding-left: 5px;
    padding-top: 10px;
    border: 3px solid white;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    background-image: -webkit-linear-gradient(0deg, #e7af29 0%, #e18925 100%);
    background-image: -moz-linear-gradient(0deg, #e7af29 0%, #e18925 100%);
    background-image: -o-linear-gradient(0deg, #e7af29 0%, #e18925 100%);
    background-image: linear-gradient(0deg, #e7af29 0%, #e18925 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
/* line 257, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links > a {
    display: inline-block;
    width: 257px;
    height: 79px;
    text-align: center;
    text-decoration: none;
    margin-top: 2px;
}
/* line 265, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links > a span {
    display: inline-block;
    color: white;
    font-family: "Arial";
    font-size: 21px;
    /*margin-top: 22px;*/
}
/* line 272, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .blue-bg {
    background: url("../img/for-boys.png") no-repeat;
    margin-top: 10px;
}
/* line 276, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .blue-bg span {
    text-shadow: 2px 2px 1px #37a1d7;
}
/* line 279, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .pink-bg {
    background: url("../img/for-girls.png") no-repeat;
}
/* line 282, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .pink-bg span {
    text-shadow: 2px 2px 1px #650099;
}
/* line 285, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .orange-bg {
    background: url("../img/best-games.png") no-repeat;
}
/* line 288, ../sass/style.sass */
.menu-content-block .center-right-block .right-block .links .orange-bg span {
    text-shadow: 2px 2px 1px #cb6500;
}
/* line 291, ../sass/style.sass */
.menu-content-block .content-block {
    width: 675px;
    margin: 20px;
    margin-right: 0;
}
/* line 296, ../sass/style.sass */
.menu-content-block .content-block .btn {
    margin-right: 15px;
}
/* line 301, ../sass/style.sass */
.menu-content-block .content-block h2.orange-title,.menu-content-block .content-block h1.orange-title {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e28826), color-stop(100%, #e7b029));
    background-image: -webkit-linear-gradient(bottom, #e28826 0%, #e7b029 100%);
    background-image: -moz-linear-gradient(bottom, #e28826 0%, #e7b029 100%);
    background-image: -o-linear-gradient(bottom, #e28826 0%, #e7b029 100%);
    background-image: linear-gradient(bottom, #e28826 0%, #e7b029 100%);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
    height: 30px;
    margin-top: 0;
    font-size: 19px;
    text-shadow: none;
    padding-top: 2px;
}
/* line 310, ../sass/style.sass */
.menu-content-block .content-block h1 {
    text-align: center;
    margin: 0;
    color: #006699;
    font-size: 20px;
}
/* line 316, ../sass/style.sass */
.menu-content-block .content-block h4 {
    text-align: center;
    margin: 0;
    color: #006699;
    font-size: 16px;
    font-weight: normal;
}
/* line 323, ../sass/style.sass */
.menu-content-block .content-block p {
    font-size: 14px;
    font-family: Arial;
}
/* line 327, ../sass/style.sass */
.menu-content-block .content-block .photos {
    background: url("../img/photos-bg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 655px;
    height: 471px;
    display: inline-block;
    margin-top: 0px;

}
/* line 335, ../sass/style.sass */
.menu-content-block .content-block .photos .top-block {
    margin-top: 10px;
    margin-left: 10px;
}
/* line 339, ../sass/style.sass */
.menu-content-block .content-block .photos .items {
    width: 592px;
    margin: auto;
}
/* line 343, ../sass/style.sass */
.menu-content-block .content-block .photos .item {
    float: left;
    width: 104px;
    min-height: 115px;
    maxsubcategory-height: 105px;
    margin: 4px 7px;
    text-align: left;
    overflow: hidden;
}
/* line 350, ../sass/style.sass */
.menu-content-block .content-block .photos .item img {
    padding: 1px;
    border: 1px #cccccc solid;
    width: 100px;
    height: 75px;
}
/* line 356, ../sass/style.sass */
.menu-content-block .content-block .photos .item a {
    display: inline-block;
}
/* line 359, ../sass/style.sass */
.menu-content-block .content-block .photos .item a p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    text-decoration: underline;
    color: black;
}

.comics-news-block{
    /*position:relative;*/
	 z-index:200;
	min-height:1600px;
}
.comics-news-block .wrapper{
    padding-left: 278px;
}
/* line 368, ../sass/style.sass */
.comics-news-block .left-block {

    /* By B0rn2Die */
    /*    position: fixed;
        top: 0;
        z-index: 1000;
        left: 0;*/
    /* By B0rn2Die END */

    width: 130px;
    height: 610px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a7e1fd), color-stop(100%, #7cc3e5));
    background-image: -webkit-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -moz-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -o-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
}
/* line 375, ../sass/style.sass */
.comics-news-block .comics {
    background: url("../img/comics_bg.png") no-repeat;
    width: 100%;
    height: 340px;
    margin-left: 5px;
    margin-top: 10px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    border-radius:10px;
}
/* line 383, ../sass/style.sass */
.comics-news-block .comics .title {
    margin-top: 15px;
    margin-left: 30px;
    opacity:0;
}
/* line 387, ../sass/style.sass */
.comics-news-block .comics .btn {
    margin-top: 15px;
    margin-right: 20px;
}
/* line 391, ../sass/style.sass */
.comics-news-block .items {
    width: 95%;
    margin: auto;
    margin-top: 0 20px;
}
/* line 396, ../sass/style.sass */
.comics-news-block .item {
    float: left;
    width: 104px;
    min-height: 115px;
    height: 115px;
    max-height: 115px;
    margin: 4px 5px;
    text-align: left;
    /*overflow: hidden;*/
    position:relative;
    /*z-index:600;*/

}
.subcategory .content-block .items .item:hover .popover,
.comics-news-block .item:hover .popover {
    display:block;

}
/* line 403, ../sass/style.sass */
.comics-news-block .item img {
    padding: 1px;
    border: 1px #cccccc solid;
    width: 100px;
    height: 75px;
}
/* line 409, ../sass/style.sass */
.comics-news-block .item a {
    display: inline-block;
    height:112px;
    overflow:hidden;
}
/* line 412, ../sass/style.sass */
.comics-news-block .item a p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    text-decoration: underline;
    color: black;
}
/* line 419, ../sass/style.sass */
.comics-news-block .h-banner {
    width: 470px;
    height: 68px;
    margin: 5px auto;
    padding-left: 10px;
    padding-top: 10px;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a7e1fd), color-stop(100%, #7cc3e5));
    background-image: -webkit-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -moz-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: -o-linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
    background-image: linear-gradient(left, #a7e1fd 0%, #7cc3e5 100%);
}
/* line 426, ../sass/style.sass */
.comics-news-block .lists {
    width: 99%;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    margin-left: 12px;
    margin-top: 12px;
    display: inline-block;
    position: relative;
    z-index: 300;
}
/* line 435, ../sass/style.sass */
.comics-news-block .lists .items {
    width: 100%;
    margin: auto;
}
/* line 439, ../sass/style.sass */
.comics-news-block .lists .items .item {
    float: left;
    width: 104px;
    min-height: 105px;
    margin: 4px 4px;
    text-align: left;

}
/* line 446, ../sass/style.sass */
.comics-news-block .lists .items .item img {
    padding: 1px;
    border: 1px #cccccc solid;
    width: 100px;
    height: 75px;
}
/* line 452, ../sass/style.sass */
.comics-news-block .lists .items .item a {
    display: inline-block;
    height:112px;
    overflow:hidden;
}
/* line 455, ../sass/style.sass */
.comics-news-block .lists .items .item a p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    text-decoration: underline;
    color: black;
}
/* line 462, ../sass/style.sass */
.comics-news-block .lists .list-block {
    margin-top: 15px;
    padding: 0 15px;
    position:relative;
}
/* line 466, ../sass/style.sass */
.comics-news-block .lists .list-block hr ,.comics-news-block .lists-subcategory .list-block hr {
    display: block;
    height: 2px;
    background: #999999;
    border: none;
    clear: both;
    width: 97.7%;
    margin: 0 auto;
}
/* line 475, ../sass/style.sass */
.comics-news-block .lists .list-block h2,.comics-news-block .lists .list-block h3 {
    font-size: 20px;
    margin: 0 10px;
}
/* line 479, ../sass/style.sass */
.comics-news-block .lists .list-block h2.pink,
.comics-news-block .lists .list-block h3.pink,
.comics-news-block .lists-subcategory .list-block h3.pink {
    color: #990066;
}
/* line 482, ../sass/style.sass */
.comics-news-block .lists .list-block h2.green, .comics-news-block .lists .list-block h3.green {
    color: #009966;
}
/* line 485, ../sass/style.sass */
.comics-news-block .lists .list-block h2.dark-pink, .comics-news-block .lists .list-block h3.dark-pink {
    color: #660066;
}
/* line 488, ../sass/style.sass */
.comics-news-block .lists .list-block h2.orange, .comics-news-block .lists .list-block h3.orange {
    color: #ff6600;
}
/* line 491, ../sass/style.sass */
.comics-news-block .lists .list-block h2.blue, .comics-news-block .lists .list-block h3.blue {
    color: #0066cc;
}
/* line 494, ../sass/style.sass */
.comics-news-block .lists .list-block p {
    font-size: 14px;
    margin: 15px 10px;
}
/* line 498, ../sass/style.sass */
.comics-news-block .lists .list-block .btn {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    width: 87px;
    height: 35px;
    text-align: center;
}
/* line 507, ../sass/style.sass */
.comics-news-block .big-banner-footer {
    width: 739px;
    height: 92px;
    background: #88cbec;
    margin: 15px auto;
    padding-left: 10px;
    padding-top: 5px;
    /*z-index:200;*/
    position:relative;
}

.comics-news-block .content-block {
    cursor:default;
}

/* line 514, ../sass/style.sass */
.footer {
    background: #2a2905;
    position: relative;
    height: 200px;
    top: 310px;
}
/* line 520, ../sass/style.sass */
.footer .wrapper {
    width: 600px;
}
/* line 523, ../sass/style.sass */
.footer .center-image {
    background: url("../img/footer-bg-img.png") top center repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    height: 367px;
    margin: auto;
    top: -267px;
}
/* line 532, ../sass/style.sass */
.footer .social {
    margin-top: 60px;
}
/* line 535, ../sass/style.sass */
.footer .banner {
    margin-top: 25px;
}
.footer .knopkamov
{
    width: 255px;
    height: 113px;
    padding: 10px 4px 0 0;
    background: transparent url(../img/bottom_ads_challenge.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: -20px;
}

.footer .knopkamov img
{
    margin: 0 auto;
    padding-left: 8px;
}

/* line 541, ../sass/style.sass */
.subcategory .content-block .items {
    width: 685px;
    margin: auto;
}
/* line 545, ../sass/style.sass */
.subcategory .content-block .items .item {
    float: left;
    width: 104px;
    height: 113px;
    margin: 4px 3px;
    text-align: left;
    /*overflow: hidden;*/
    position:relative;
}
/* line 552, ../sass/style.sass */
.subcategory .content-block .items .item img {
    padding: 1px;
    border: 1px #cccccc solid;
    width: 100px;
    height: 75px;

}
/* line 558, ../sass/style.sass */
.subcategory .content-block .items .item a {
    display: inline-block;
    overflow: hidden;
    height: 113px;
}
/* line 561, ../sass/style.sass */
.subcategory .content-block .items .item a p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    text-decoration: underline;
    color: black;
}

/* line 569, ../sass/style.sass */
.big-items-block, .lists-subcategory {
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.53);
    margin-left: 10px;
    display: inline-block;
    margin-top: 10px;
    position:relative;
    /*z-index: 100;*/
}
/* line 577, ../sass/style.sass */
.big-items-block .items, .lists-subcategory .items {
    margin: 17px;
}

.big-items-block hr{
    display:none;
}
/* line 581, ../sass/style.sass */
.lists-subcategory {
    width: 967px;
    margin: 0;
    margin-top: 10px;
	float:right;
}
/* line 587, ../sass/style.sass */
.lists-subcategory .items {
   /*  width: 1165px; */
    margin: 17px auto;
}

/* line 594, ../sass/style.sass */
.game {
    width: 655px;
    margin-bottom: 10px;
}


/* line 602, ../sass/style.sass */
.right-block .links {
    text-align: center;
}
/* line 605, ../sass/style.sass */
.right-block .links .items {
    display: inline-block;
    margin-top: 10px;
}
/* line 609, ../sass/style.sass */
.right-block .links .items .item {
    display: inline-block;
    width: 104px;
    min-height: 105px;
    margin: 4px 5px;
    text-align: left;
}
/* line 616, ../sass/style.sass */
.right-block .links .items .item img {
    padding: 1px;
    border: 1px #cccccc solid;
    width: 100px;
    height: 75px;
}
/* line 622, ../sass/style.sass */
.right-block .links .items .item a {
    display: inline-block;
}
/* line 625, ../sass/style.sass */
.right-block .links .items .item a p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
    text-decoration: underline;
    color: black;
}

/* line 633, ../sass/style.sass */
.banner468 {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 470px;
}

/* line 645, ../sass/style.sass */
.big-items-block, .lists-subcategory {
    text-align: center;
    margin-bottom: 5px;
    width:968px;
}
/* line 649, ../sass/style.sass */
.big-items-block .items, .lists-subcategory .items {
    text-align: center;
    margin-bottom: 0;
    position:relative;
}
/* line 653, ../sass/style.sass */
.big-items-block .items a, .lists-subcategory .items a {
    margin-bottom: 5px;
    text-align: left;
}
/* line 657, ../sass/style.sass */
.big-items-block .items > h3, .lists-subcategory .items > h3,
.big-items-block .items > h3 a, .lists-subcategory .items > h3 a {
    color: #990066;
    font-size: 20px;
    margin: 0 10px;
    text-align: left;
    font-weight: bold;
}
/* line 666, ../sass/style.sass */
.big-items-block .items p, .lists-subcategory .items p {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
/* line 671, ../sass/style.sass */
.big-items-block .items .all-game, .lists-subcategory .items .all-game, .comics-news-block .lists .list-block .btn.all-game {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 62px;
    height: 25px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -9px;

}
.comics-news-block .lists .list-block .btn.all-game span{
    top:3px;
}
/* line 675, ../sass/style.sass */
.big-items-block a, .lists-subcategory a {
    font-size: 14px;
    color: #006699;
    display: inline-block;
    margin-bottom: 15px;
}
/* line 681, ../sass/style.sass */
.big-items-block .text, .lists-subcategory .text {
    margin-bottom: 25px;
}

/*
.header .top .logo img{
    display:none;
}
*/


.fixed-banner {
    position: fixed;
    z-index: 1000;
    top: 0;
}
.yashare-auto-init{
    float: right;
    position: absolute;
    top: 15px;
    left: 595px;
}
