@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'),
    local('Roboto-Light'),
    url('/fonts/roboto/v11/0eC6fl06luXEYWpBSJvXCD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'),
    local('Roboto-Regular'),
    url('/fonts/roboto/v11/neaHiVpEUkuPmSawsrNWSg.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'),
    local('Roboto-Bold'),
    url('/fonts/roboto/v11/77FXFjRbGzN4aCrSFhlh3j8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'),
    local('Roboto-LightItalic'),
    url('/fonts/roboto/v11/7m8l7TlFO-S3VkhHuR0atyfE9Gpc2xZQgtwyMvPhThE.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'),
    local('Roboto-Italic'),
    url('/fonts/roboto/v11/XTdxXLfto4uJ-PvZd_wImvesZW2xOQ-xsNqO47m55DA.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'),
    local('Roboto-BoldItalic'),
    url('/fonts/roboto/v11/t6Nd4cfPRhZP44Q5QAjcCyfE9Gpc2xZQgtwyMvPhThE.woff') format('woff');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

html {
    background: #FFFFFF url('/images/body-back-yellow.png') top left repeat;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 150%;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background: rgba(0, 0, 0, .2);
    overflow-y: scroll;
}

.logo {
    display: block;
    position: relative;
    width: 128px;
    height: 96px;
    z-index: 200;
    left: -45px;
    margin-top: 60px;
}

.logo a,
.logo img {
    display: block;
}

.logo img {
    width: 150px;
}

h1, h2, h3 {
    font-weight: normal;
    line-height: 150%;
}

h1:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

h1 {
    font-size: 147.5%;
    margin-bottom: 30px;
}

h1 small {
    font-weight: 300;
}

h2 {
    font-size: 122.5%;
}

a {
    color: darkblue;
    text-decoration: none;
}

a:hover {
    color: blue /*#0065A5 /*#2b65f8*/ !important;
    text-decoration: underline;
}

a.hidden-warp {
    color: inherit !important;
    text-decoration: inherit !important;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    overflow: hidden;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.page-header {
}

.advertisement {
    margin: 30px 0;
}

.advertisement:first-child {
    margin-top: 0;
}

.advertisement.top {
    padding: 20px 0;
    min-height: 130px;
    max-height: 160px;
    margin: 0;
}

.page-wrap {
    max-width: 1000px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.page-content {
    background: rgba(0, 0, 0, .75);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    display: flex;
    flex: 1 0 auto;
}

.page-content aside {
    width: 10%;
    padding: 10px;
}

.menu-left {
    margin-top: 85px;
}

.menu-left li {
    margin: 0 -10px 8px 0;
    padding-left: 60px;
    transition: all .2s linear .0s;
    background: transparent;
}

.menu-left li:hover {
    margin-left: -93px;
}

.menu-left li a {
    display: block;
    padding: 7px 10px;
    color: #DADADA;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: none;
    border-radius: 5px 0 0 5px;
    background: #008FE8;
}

.menu-left li a::first-letter {
    font-weight: bold;
    transition: margin-right .2s linear .0s;
    margin-right: 8px;
}

.menu-left li a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    background-color: #0065A5;
    border-right: 5px solid orange;
}

.menu-left li a:hover::first-letter {
    font-weight: bold;
    margin-right: 0;
}

.page-content .page-main {
    width: 90%;
    display: flex;
    flex-direction: column;
}

nav.menu-top {
    font-size: 90%;
    text-align: center;
}

nav.menu-top li {
    display: inline-block;
}

nav.menu-top a {
    display: block;
    color: #BDBDBD;
    padding: 10px 15px;
    border-bottom: 5px solid transparent;
}

nav.menu-top a:hover {
    color: #FFFFFF !important;
    background-color: #008FE8;
    text-decoration: none;
    border-bottom: 5px solid orange;
}

nav.menu-left {

}

main {
    background: #F0F0F0 url('/img/bg.png') top left repeat;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .2);
    padding: 15px 30px 30px 30px;
    flex: 1 0 auto;
}

.navbar {
    margin-bottom: 30px;
    display: flex;
}

.breadcrumb,
.quick-search {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb {
    width: 72%;
    padding-right: 5px;
    line-height: 200%;
    font-size: 87.5%;
}

.quick-search {
    width: 28%;
    text-align: right;
}

.breadcrumb li {
    display: inline-block;
    white-space: nowrap;
}

.breadcrumb li:nth-last-of-type(n + 2)::after {
    content: '\203a';
    color: #999;
    margin: 0 5px;
}

.breadcrumb img {
    margin-bottom: -2px;
    display: inline-block;
}

input[type="text"] {
    padding: 5px 7px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
}

button,
.button,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #a84f01;
    border-radius: 3px;
    padding: 5px 20px;
    background: #d47300 url(/images/index-title-talling-yellow.png) bottom center repeat-x;
    color: white;
}

input[type="text"]:focus {
    border-color: orange;
}

.quick-search input[type="text"] {
    border-radius: 3px 0 0 3px;
    border-right: none !important;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.quick-search button {
    padding: 1px 10px 0;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.quick-search button span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 1.5em;
}

.content-head {
    margin-bottom: 30px;
}

.content-head h1,
.content-head .rating {
    display: inline-block;
    vertical-align: top;
}

.content-head h1 {
    margin: 0;
    padding-right: 15px;
    width: 100%;
}

.content-head h1:nth-child(1):nth-last-child(2) {
    width: 78%;
}

.content-head .rating {
    width: 22%;
    text-align: right;
}

.txt {
    font-size: 87.5%;
    line-height: 160%;
}

ul.items {
    padding: 0;
    margin: 40px 0;
}

ul.items > li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 90px;
}

ul.items > li:nth-of-type(3n) {
    margin-right: 0;
}

ul.items > li:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
}

.item-thumb {
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: all .2s linear .0s;
}

.item-thumb:hover {
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.item-thumb-images {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.item-thumb-images a {
    position: relative;
}

.item-thumb-images a,
.item-thumb-images img {
    display: block;
}

.item-thumb.walkthrough .item-thumb-images a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('/img/play_3.png') center center no-repeat;
    background-size: 30%;
    opacity: .8;
}

.item-thumb.walkthrough .item-thumb-images a:hover::after {
    background-color: rgba(0, 0, 0, .5);
}

.item-thumb-images a:hover {
    text-decoration: none;
}

.item-link-pic,
.item-thumb-pic {
    background: #F3F4F4 url('/images/no-image.svg') top left no-repeat;
    background-size: cover;
}

.item-thumb-pic {
    width: 100%;
    height: calc(width * 0.932px);
}

.item-link-pic {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
}

.item-thumb-content {
    padding: 12px;
    background: #FFFFFF;
}

.item-thumb-info {
    margin-top: 12px;
    font-weight: 300;
    font-size: 87.5%;
    letter-spacing: 1px;
    color: #666666;
}

.item-thumb-info.timings {
    font-size: 75%;
}

.item-thumb h3 {
    margin: 12px 0;
    font-size: 110%;
    height: 3.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-thumb h3 a {
    color: black;
    text-decoration: none;
}

.item-thumb-footer {
    display: flex;
    font-size: 87.5%;
    line-height: 100%;
}

.item-thumb-footer .left,
.item-thumb-footer .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.item-thumb-footer .right {
    text-align: right;
}

ul.item-links li {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

ul.item-links li:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.item-link {
    display: flex;
}

.item-link a,
.item-link .item-link-content {
    display: inline-block;
    vertical-align: top;
}

.item-link a {
    color: inherit;
}

.item-link-content {
    padding: 0 12px;
}

.item-link-info {
    font-weight: 300;
    font-size: 77.5%;
    line-height: 150%;
    letter-spacing: 1px;
    color: #666666;
}

.item-link h3 {
    margin: 0;
    font-size: 100%;
    line-height: 145%;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.item-images {
    margin: 30px -30px;
    background: #2d3238;
    overflow: hidden;
}

.item-images ul {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
}

.item-images li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.item-images li:nth-of-type(n + 5) {
    display: none;
}

.item-images img {
    display: block;
}

.item-content {
    display: flex;
}

.item-content-main,
.item-content-aside {
    vertical-align: top;
    display: inline-block;
    margin-top: 30px;
}

.item-content-main {
    position: relative;
    width: 69%;
    padding-right: 15px;
}

.item-content-aside {
    width: 31%;
    padding-left: 10px;
}

.item-content-aside h2 {
    text-align: center;
    margin-bottom: 25px;
}

ul.item-props {
    columns: 2;
    font-size: 87.5%;
    margin-bottom: 40px;
}

ul.item-props li {
    margin-bottom: 7px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

.prop-value {
    color: #666666;
}

.prop-value,
.prop-value li {
    display: inline;
}

.prop-value li:after {
    content: ', ';
}

.prop-value li:nth-last-child(1):after {
    content: none;
}

.item-description {
    margin: 30px 0 50px;
    line-height: 160%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
}

.item-description a {
    font-weight: normal;
}

.item-buttons {
    margin-bottom: 30px;
}

a.item-button {
    display: inline-block;
    text-decoration: none !important;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 125%;
    width: 100%;
    color: black;
    padding: 15px 20px 18px 70px;
    text-align: left;
    line-height: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    border: 1px solid rgba(0, 0, 0, .25);
    background: rgba(255, 255, 255, .5) 20px center no-repeat;
}

.item-button:nth-of-type(2):nth-last-of-type(1),
.item-button:nth-last-of-type(2):nth-of-type(1) {
    width: 49%;
}

.item-button:nth-of-type(2):nth-last-of-type(1) {
    margin-left: 1%;
}

.item-button:nth-last-of-type(2):nth-of-type(1) {
    margin-right: 1%;
}

a.item-button small {
    margin-top: 2px;
    font-size: 65%;
    text-align: left;
    font-weight: 300;
    line-height: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

a.item-button.play {
    background-image: url('/images/item-button-play-white.png');
    background-color: #008FE8;
    border-color: #0065A5;
    color: #F2F2F2;
}

a.item-button.download {
    background-image: url('/images/item-button-download.png');
}

a.item-button.play:hover {
    background-image: url('/images/item-button-play-white.png');
    color: #FFFFFF !important;
    background-color: #0065A5;
}

a.item-button.download:hover {
    border-color: #008FE8;
}

.item-share {
    margin: 40px 0;
    text-align: center;
}

.item-share li {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    margin-left: 15px;
    overflow: hidden;
    transform: scale(.9);
}

.item-share li:first-child {
    margin: 0;
}

.item-share img.share-icon {
    display: block;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color linear .2s;
    cursor: hand;
    cursor: pointer;
}

.item-share img.share-icon.facebook:hover {
    background-color: #3A5BA0;
}

.item-share img.share-icon.vkontakte:hover {
    background-color: #54769B;
}

.item-share img.share-icon.twitter:hover {
    background-color: #2CA7E0;
}

.item-share img.share-icon.odnoklassniki:hover {
    background-color: #F2720C;
}

.item-share img.share-icon.google-plus:hover {
    background-color: #E13719;
}

.item-walkthroughs {
    margin-bottom: 70px;
}

.item-walkthroughs h2 {
    margin-bottom: 20px;
}

.item-walkthroughs-foot {
    margin-top: 20px;
    text-align: center;
}

.rating {
    width: 100%;
    position: relative;
}

.rating > .scale {
    font-size: 125%;
    position: relative;
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap;
}

.rating:not([data-action="rate"]) > .scale {
    font-size: 110%;
    text-align: left;
}

.rating > .scale > i {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline-block;
    position: relative;
    color: #bdbdbd;
    text-align: center;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

.rating[data-action="rate"] > .scale > i {
    cursor: pointer;
}

.rating > .scale > i.user:before,
.rating > .scale > i.user ~ i:before {
    content: "\2605";
    position: absolute;
    color: #E88804;
}

.rating > .scale > i:after {
    content: "\2606";
}

.rating[data-action="rate"] > .scale:hover > i:before,
.rating[data-action="rate"] > .scale:hover > i ~ i:before {
    content: "";
}

.rating > .scale > i.cur:after,
.rating > .scale > i.cur ~ i:after {
    color: #E88804;
}

.rating[data-action="rate"] > .scale > i:hover:before,
.rating[data-action="rate"] > .scale > i:hover ~ i:before {
    color: #E88804;
    content: "\2605" !important;
    position: absolute;
    text-shadow: 0 0 10px yellow;
}

.rating > .info {
    font-size: 87.5%;
    font-weight: 300;
    color: #888;
}

.rating:not([data-action="rate"]) > .scale,
.rating:not([data-action="rate"]) > .info {
    position: relative;
    display: inline-block;
}

.rating:not([data-action="rate"]) > .scale {
    margin-right: 10px;
}

.rating > .info > span:nth-child(1) {
    color: #e88804;
    font-weight: normal;
    line-height: 100%;
}

.rating > .info > span:nth-child(2) {
    margin-left: 8px;
}

.rating:not([data-action="rate"]) .info > span:nth-of-type(2),
.rating .info > span[data-value="0"] {
    display: none;
}

.comment {
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.comment::after {
    content: '';
    clear: left;
}

img.avatar,
.comment-main {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 63px);
}

img.avatar {
    background: transparent url('/images/no-image.svg') center center no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}

#comments {
    margin-top: 30px;
}

.comment-head,
.comment-foot {
    font-size: 90%;
    color: #454545;
    font-weight: 300;
    text-align: left;
}

.comment-head > * {
    display: inline-block;
    margin-right: 12px;
}

.comment-head > *:nth-last-child(1) {
    margin-right: 0;
}

.comment-text {
    margin: 5px 0;
    font-size: 90%;
}

.comment-text p:first-child {
    margin-top: 0;
}

.comment .username {
    font-weight: bold;
}

.comment-head .time {
    font-size: 90%;
    letter-spacing: 1px;
}

.comment-foot .reply {
    cursor: pointer;
    border-bottom: 1px dashed;
}

.comment {
    padding-left: 25%
}

.comment[data-depth="0"] {
    padding-left: 0;
}

.comment[data-depth="1"] {
    padding-left: 5%
}

.comment[data-depth="2"] {
    padding-left: 10%
}

.comment[data-depth="3"] {
    padding-left: 15%
}

.comment[data-depth="4"] {
    padding-left: 20%
}

.comment.new {
    background-color: rgba(255, 0, 0, .05);
    padding: 10px;
}

video.walkthrough {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 1);
    background: black;
}

nav.pagination {
    margin: 60px 0 30px;
    text-align: center;
    font-size: 125%;
}

nav.pagination ul li {
    display: inline-block;
}

nav.pagination li::before {
    display: inline-block;
    content: '\b7';
    margin: 0 10px;
    color: #BDBDBD;
}

nav.pagination li:nth-of-type(1)::before {
    content: '';
    margin: 0;
}

.content-foot {
    font-size: 87.5%;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
}

.main-section {
    margin-bottom: 70px;
}

.main-section h2 {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.main-section h2 a {
    display: block;
}

.main-section.injected,
.advertisement.injected {
    margin-left: -30px;
    margin-right: -30px;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .2);
}

.main-section.injected {
    padding: 30px;
}

.advertisement.injected {
    padding: 30px 0;
}

.advertisement.inlist {
    max-height: 416px !important;
    overflow: hidden;
}

.platform-caption {
    font-size: 100%;
    line-height: 41px;
    height: 41px;
    background-color: transparent;
    background-position: center left;
    background-repeat: no-repeat;
}

.main-section .platform-caption a {
    padding-left: 70%;
}

.main-section .items {
    margin-top: 0;
}

/* default */
.platform-caption.dendy {
    background-image: url('/img/logo_consoles/png/dendy_gray.png')
}

.platform-caption.super-nintendo {
    background-image: url('/img/logo_consoles/png/super_nintendo_gray.png')
}

.platform-caption.sega-mega-drive {
    background-image: url('/img/logo_consoles/png/sega_genesis_gray.png')
}

.platform-caption.nintendo-64 {
    background-image: url('/img/logo_consoles/png/nintendo_64_gray.png')
}

.platform-caption.game-boy-advance {
    background-image: url('/img/logo_consoles/png/game_boy_advance_grey.png')
}

/* hover */
.platform-caption.dendy:hover {
    background-image: url('/img/logo_consoles/png/dendy_color.png')
}

.platform-caption.super-nintendo:hover {
    background-image: url('/img/logo_consoles/png/super_nintendo_color.png')
}

.platform-caption.sega-mega-drive:hover {
    background-image: url('/img/logo_consoles/png/sega_genesis_color.png')
}

.platform-caption.nintendo-64:hover {
    background-image: url('/img/logo_consoles/png/nintendo_64_color.png')
}

.platform-caption.game-boy-advance:hover {
    background-image: url('/img/logo_consoles/png/game_boy_advance_color.png')
}

.category-list {
    margin-top: 30px;
    columns: 2;
}

.category-top-list {
    columns: 3;
}

.category-list li,
.category-top-list li {
    margin-bottom: 12px;
    color: #878787;
}

.platform-top {
    position: relative;
    border: 1px solid transparent;
    border: 1px dashed #E5E5E5;
    -webkit-transition: all 0.5s ease-out 0s;
}

.platform-top:hover {
    background: #F5F5F5;
    border: 1px solid #BBB;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    -webkit-transition: all 0.5s ease-out 0s;
}

.platform-top:nth-of-type(3n + 3) {
    margin-right: 0;
}

.platform-top ol {
    margin: 30px 0 10px;
    padding: 0;
    list-style-position: inside;
    color: #999;
}

.platform-top ol > li {
    font-size: 95%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
}

.platform-top a {
    text-decoration: none;
}

.platform-top li a,
.platform-top footer a {
    margin-left: 5px;
    color: black;
}

.platform-top li a:hover,
.platform-top footer a:hover {
    text-decoration: underline;
}

.platform-top h2 {
    background-color: #E5E5E5;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0;
    height: 41px;
}

.platform-top:hover h2 {
    color: white;
    background-image: url('/img/img-chanher-back-apple.png');
}

.platform-top h2:after {
    background: url('/img/index-title-talling-yellow.png');
    border: 0;
    content: '';
    display: block;
    margin: 0 -10px 0 -10px;
    height: 10px;
    line-height: 10px;
}

.platform-top h2 {
    margin: 0;
    line-height: 41px;
    color: inherit;
    font-size: 150%;
}

.platform-top.dendy h2,
.platform-top.super-nintendo h2,
.platform-top.sega-mega-drive h2,
.platform-top.game-boy h2,
.platform-top.game-boy-color h2,
.platform-top.game-boy-advance h2,
.platform-top.sega-master-system h2,
.platform-top.sony-playstation h2,
.platform-top.nintendo-64 h2,
.platform-top.nintendo-gamecube h2,
.platform-top.zx-spectrum h2 {
    background-position: top left;
    background-repeat: no-repeat;
}

.platform-top h2 a {
    color: inherit;
    display: block;
}

.platform-top h2 a:hover {
    color: white !important;
}

.platform-top.dendy h2 {
    background-image: url('/img/logo_consoles/png/dendy_gray.png');
}

.platform-top.super-nintendo h2 {
    background-image: url('/img/logo_consoles/png/super_nintendo_gray.png');
}

.platform-top.sega-mega-drive h2 {
    background-image: url('/img/logo_consoles/png/sega_genesis_gray.png');
}

.platform-top.sega-master-system h2 {
    background-image: url('/img/logo_consoles/png/sega_ms_gray.png');
}

.platform-top.game-boy h2 {
    background-image: url('/img/logo_consoles/png/logo_game_boy_gray.png');
}

.platform-top.game-boy-color h2 {
    background-image: url('/img/logo_consoles/png/color_game_boy_gray.png');
}

.platform-top.game-boy-advance h2 {
    background-image: url('/img/logo_consoles/png/game_boy_advance_grey.png');
}

.platform-top.sony-playstation h2 {
    background-image: url('/img/logo_consoles/png/play_station_gray.png');
}

.platform-top.nintendo-64 h2 {
    background-image: url('/img/logo_consoles/png/nintendo_64_gray.png');
}

.platform-top.nintendo-gamecube h2 {
    background-image: url('/img/logo_consoles/png/game_cube_gray.png');
}

.platform-top.zx-spectrum h2 {
    background-image: url('/img/logo_consoles/png/zx_spectrum_gray.png');
}

.platform-top.dendy:hover h2 {
    background-image: url('/img/logo_consoles/png/dendy_color.png'),
    url('/img/img-chanher-back-apple.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.super-nintendo:hover h2 {
    background-image: url('/img/logo_consoles/png/super_nintendo_color.png'),
    url('/img/img-chanher-back-apple.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.sega-mega-drive:hover h2 {
    background-image: url('/img/logo_consoles/png/sega_genesis_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.sega-master-system:hover h2 {
    background-image: url('/img/logo_consoles/png/sega_ms_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.game-boy:hover h2 {
    background-image: url('/img/logo_consoles/png/logo_game_boy_black.png'),
    url('/img/index-cont-back.png');
    background-position: 1px 0;
    background-repeat: no-repeat,
    repeat;
}

.platform-top.game-boy-color:hover h2 {
    background-image: url('/img/logo_consoles/png/color_game_boy_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.game-boy-advance:hover h2 {
    background-image: url('/img/logo_consoles/png/game_boy_advance_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.sony-playstation:hover h2 {
    background-image: url('/img/logo_consoles/png/play_station_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.nintendo-64:hover h2 {
    background-image: url('/img/logo_consoles/png/nintendo_64_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.nintendo-gamecube:hover h2 {
    background-image: url('/img/logo_consoles/png/game_cube_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.zx-spectrum:hover h2 {
    background-image: url('/img/logo_consoles/png/zx_spectrum_color.png'),
    url('/img/index-cont-back.png');
    background-repeat: no-repeat,
    repeat;
}

.platform-top.dendy h2 a,
.platform-top.super-nintendo h2 a,
.platform-top.sega-mega-drive h2 a,
.platform-top.game-boy h2 a,
.platform-top.game-boy-color h2 a,
.platform-top.game-boy-advance h2 a,
.platform-top.sega-master-system h2 a,
.platform-top.sony-playstation h2 a,
.platform-top.nintendo-64 h2 a,
.platform-top.nintendo-gamecube h2 a,
.platform-top.zx-spectrum h2 a {
    color: transparent !important;
}

.platform-top footer:before {
    padding: 0 0 10px;
    border-top: 1px solid #BBB;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
    content: '';
    height: 8px;
    line-height: 8px;
    font-size: 8px;
    background: url("/img/search-back.png") no-repeat scroll center top transparent;
    opacity: .2;
}

.platform-top footer {
    background: #E5E5E5;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity: 0;
    text-align: center;
    padding: 0 10px 20px;
    font-size: .95em;
}

.platform-top:hover footer {
    opacity: 1;
}

.page-footer {
    background-color: #F7F7F7;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
    font-size: 87.5%;
    display: flex;
}

.footer-info,
.footer-counters {
    display: inline-block;
    vertical-align: top;
}

.footer-info {
    width: 85%;
}

ul.footer-menu {
    margin: 0 0 15px;
}

ul.footer-menu li {
    display: inline-block;
    margin-right: 7px;
}

.footer-counters {
    text-align: right;
    width: 15%;
}

.footer-counters a,
.footer-counters img {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-counters i:nth-last-child(1),
.footer-counters img:nth-last-child(1) {
    margin-bottom: 0;
}

img.footer-social {
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    background: #1D5682 url('/images/social-web-sprite.png') center center no-repeat;
    border: 1px solid rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
}

img.footer-social:hover {
    border: 1px solid #0b2057;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

img.footer-social.vkontakte {
    background-position: 0 -44px;
}

#online_emulator {
    z-index: 3;
    position: relative;
    margin: 0 0 50px;
    min-height: 300px;
    display: block;
    text-align: center;
    padding: 0;
    resize: both;
    overflow: auto;
}

#online_emulator::after {
    content: "Потяните, чтобы изменить размер";
    display: block;
    text-align: right;
    padding-right: 7px;
    font-size: 75%;
}

#online_emulator canvas {
    display: block;
    background: black;
    min-height: 200px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    /*box-shadow: 0 0 25px rgba(0,0,0,.5);*/
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

#online_emulator .progress {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -10px;
    width: 250px;
    height: 20px;
    border: 1px solid orange;
    background: black;
    background-image: linear-gradient(to bottom, orange 0%, orange 20%, yellow 50%, orange 80%, orange 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 3px;
}

#online_emulator .progress.e {
    border-color: blue;
    background-image: linear-gradient(to bottom, #00F 0%, #55F 20%, cyan 50%, #55F 80%, #00F 100%);
}

.online-controls-variants > * {
    vertical-align: top;
    width: 50%;
    display: inline-block;
}

#online-controls > div,
#online-variants > div {
    z-index: 5;
    position: absolute;
    margin: 0 0 0 -7px;
    display: none;
    width: 100%;
    -webkit-transition: height 1s ease-out 0.6s;
    -moz-transition: height 1s ease-out 0.6s;
    -o-transition: height 1s ease-out 0.6s;
    transition: height 1s ease-out 0.6s;
    background: #F2F2F2 url('/img/bgm.png') top left repeat;
}

#online-controls > div {
    left: 0;
    padding: 0 20px 20px;
}

#online-variants > div {
    right: 0;
}

#online-variants > div {
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
}

#online-controls input[type="checkbox"],
#online-variants input[type="checkbox"] {
    display: none;
}

#online-controls input[type="checkbox"]:checked + div,
#online-variants input[type="checkbox"]:checked + div {
    display: block;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .5);
    z-index: 7;
}

#online-controls input[type="checkbox"]:checked + div {
    z-index: 10;
}

#online-controls header,
#online-variants header {
    margin-bottom: 20px;
}

#online-controls header label,
#online-variants header label {
    font-size: 110%;
    cursor: pointer;
}

#online-controls header label span,
#online-variants header label span {
    border-bottom: 1px dashed;
}

div.gamepads > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

div.gamepads > div:nth-child(1) {
    padding-right: 20px;
}

div.gamepads > div:nth-last-child(1) {
    padding-left: 20px;
}

#online-variants header {
    text-align: right;
}

#online-variants ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#online-variants ul > li {
    border-top: 1px dashed lightgray;
}

#online-variants ul > li a,
#online-variants ul > li span {
    display: block;
    padding: 10px 15px;
    font-size: 87.5%;
    color: black;
}

#online-variants ul > li a:hover,
#online-variants ul > li.selected span,
#online-variants ul > li span:hover {
    background-color: #008fe8;
    color: white !important;
    text-decoration: none;
}

#online-variants .is_deep,
#online-variants .is_main {
    font-weight: bold;
}

#online-variants ul > li:first-child {
    border: none;
}

table.gamepad {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 95%;
}

table.gamepad caption {
    background: gray url('/img/img-chanher-back-apple.png') top left repeat;
    color: white;
    padding: 5px 10px;
    text-align: center;
}

table.gamepad th,
table.gamepad td {
    padding: 4px 10px;
}

table.gamepad th,
table.gamepad td {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

table.gamepad td:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.controls-info {
    font-weight: 300;
    font-size: 85%;
}

.controls-info {
    margin-top: 20px;
}

#download-main,
#download-time-counter {
    display: none;
}

#download-file-list {
    margin-bottom: 50px;
}

#download-time-counter strong.time-counter {
    display: inline-block;
    border: 1px solid black;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1);
    border-radius: 50%;
    background: #FFFFFF;
    margin: 0 10px;
    font-size: 2em;
    width: 2em !important;
    height: 2em !important;
    padding: .5em 0;
    text-align: center;
    vertical-align: middle;
}

.download-error {
    background: #982000;
    color: white;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
}

.error404 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.error404-title span {
    font-size: 500%;
}

#alert-box {
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 90%;
    width: 320px;
    z-index: 1000;
}

#alert-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#alert-box li {
    padding: 15px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.0);
    background: white;
    margin-top: 10px;
    font-size: .95em;
    box-shadow: 0 0 25px rgba(0,0,0,.75);
}

#alert-box li:first-child {
    margin-top: 0;
}

#alert-box li.error {
    background: #982000;
    color: white;
}

#alert-box li.success {
    background: darkgreen;
    background: #008fe8;
    background: #0065a5;
    color: white;
}

#alert-box li,
#alert-box li * {
    line-height: 140%;
}

#alert-box li a {
    color: #BDF;
}

#alert-box h2 {
    text-align: center;
}

.h1-main-page {text-align: center;}
.h2-main-page {text-align: center;margin-bottom: 0%;}
.sub-h{text-align: center;font-weight: 300;}
.main-row {display: flex}
.row {display:flex;}
.row .row-element {padding: 1%;width:50%;}
.row .row-element .row-element-image, .row-element-title {text-align: center;}
.row .row-element .row-element-title {padding-top: 3%;font-weight: 600;}
.cd{text-align: center;padding: 2%;background-color: #fff;border: 1px solid rgba(0, 0, 0, .25);box-shadow: 0 0 25px rgba(0, 0, 0, .2);}
@media screen and (max-width: 480px) {
    .row {display:block;}
    .row .row-element {width:100%;}
    .main-row {display: block;}
}
@media screen and (min-width: 481px) and (max-width: 850px) {
    .main-row {display: block;}
}

@media screen and (max-width: 480px) {
    body {
        font-size: 90%;
    }

    ul.items > li {
        margin-bottom: 12px !important;
        padding-bottom: 12px;
    }

    ul.items > li:nth-last-of-type(1) {
        border-bottom: none;
    }

    .item-thumb {
        border: none;
    }

    .item-thumb-images,
    .item-thumb-content {
        display: inline-block;
        vertical-align: top;
    }

    .item-thumb-content {
        padding: 0 12px;
        background: transparent;
        width: calc(100% - 64px);
    }

    .item-thumb-content {
        display: inline-flex;
        flex-direction: column-reverse;
    }

    .item-thumb-info {
        margin-top: 0;
    }

    .item-thumb h3 {
        margin: 0;
        max-height: 3em;
        height: auto;
    }

    .item-thumb-images img {
        width: 64px;
        height: 60px;
    }

    .item-thumb-info.timings,
    .item-thumb-footer,
    .item-thumb .rating {
        display: none;
    }

    nav.pagination li::before {
        margin: 0 5px;
    }

    .item-description,
    ul.item-props {
        margin-bottom: 30px;
    }

    ul.item-props {
        columns: 1;
    }

    .category-top-list {
        columns: 2;
    }

    nav.menu-top ol {
        display: none;
    }

    /*nav.menu-top::before,
    nav.menu-top::after {
        content: '';
        display: inline-block;
        vertical-align: top;
        height: 2.3em;
        background: transparent url('/images/icons/menu.svg') center center no-repeat;
        background-size: 1.3em 1.3em;
    }

    nav.menu-top::before {
        width: 2.3em;
        background-color: #008FE8;
        background-position: left .5em center;
    }

    nav.menu-top::after {
        width: calc(100% - 2.3em);
        background-position: right .5em center;

    }*/

    ul.items > li,
    ul.footer-menu li,
    .page-footer,
    .footer-info,
    .footer-counters {
        display: block;
        width: 100% !important;
    }

    #online_emulator {
        margin: 0 -20px;
        resize: none;
    }

    #online_emulator::after {
        content: none;
    }

    .breadcrumb {
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .footer-counters {
        margin-top: 20px;
        text-align: left;
    }

    .item-button:nth-of-type(1):nth-last-of-type(2) {
        margin-bottom: 20px;
    }

    .item-share li {
        margin-left: 5px;
    }

    .main-section .platform-caption a {
        padding: 0;
        color: transparent !important;
    }

    #download-file-list {
        margin-bottom: 20px;
    }

    .item-pic {
        height: 100px;
        width: auto;
    }

    .comment {
        padding-left: 12.5%
    }

    .comment[data-depth="0"] {
        padding-left: 0;
    }

    .comment[data-depth="1"] {
        padding-left: 2.5%
    }

    .comment[data-depth="2"] {
        padding-left: 5%
    }

    .comment[data-depth="3"] {
        padding-left: 7.5%
    }

    .comment[data-depth="4"] {
        padding-left: 10%
    }

    .page-wrap {
        overflow-x: hidden;
    }

    .main-section.injected {
        padding: 20px;
    }

    .advertisement.injected {
        padding: 20px 0;
    }

    #online-controls > div {
        padding: 0 10px 10px;
        width: calc(100% + 15px);
    }

    #download-time-counter {
        text-align: center;
    }

    #download-time-counter strong.time-counter {
        display: block;
        margin: 15px auto;
    }

    .item-walkthroughs-foot,
    .item-content-aside h2 {
        text-align: left;
    }

    .content-main .advertisement {
        padding: 20px 0;
        margin: 20px -20px;
        border-top: 1px dashed rgba(0, 0, 0, .2);
        border-bottom: 1px dashed rgba(0, 0, 0, .2);
        background: rgba(255, 255, 255, .2);
    }

    .item-link-info {
        font-size: 87.5%;
    }

    .item-link h3 {
        font-size: 110%;
    }

    .advertisement.inlist {
        max-height: initial;
    }
}

@media screen and (max-width: 640px) {
    .navbar,
    .breadcrumb,
    .quick-search,
    .content-head h1,
    .content-head .rating,
    .item-content,
    .item-content-aside,
    .item-content-main,
    .item-button {
        display: block;
        width: 100% !important;
    }

    .item-button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .quick-search,
    .content-head .rating {
        margin-top: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 850px) {
    .page-aside {
        display: none;
        width: 0;
    }

    .page-main {
        width: 100% !important;
    }

    main,
    .page-footer {
        padding: 20px;
    }

    .item-images {
        margin: 20px -20px;
    }

    .main-section.injected,
    .advertisement.injected {
        margin-left: -20px;
        margin-right: -20px;
    }

    .item-content-aside,
    .item-content-main {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .advertisement.top {
        margin: 0 auto;
        height: auto;
        min-height: initial;
        max-height: initial;
        padding: 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
    ul.items > li {
        width: 45%;
        margin-right: 10% !important;
        margin-bottom: 70px !important;
    }

    ul.items > li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    ul.items > li:nth-last-of-type(-n + 2) {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 850px) {
    body {
        font-size: 95%;
    }
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 850px) {
    .footer-menu li {
        margin-right: 0;
    }

    .footer-menu li::before {
        display: inline-block;
        content: '\b7';
        margin: 0 5px 0 5px;
    }

    .footer-menu li:nth-of-type(1)::before {
        content: '';
        margin: 0;
    }
}