@charset "utf-8";
/* CSS Document */

.news {
    position: relative;
    width: 478px;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
    margin: 0 0 -21px;
}

.news-topic td:first-child {
    text-align: center;
    color: #c4bda7;
    background: url(images/news-title.webp) center no-repeat;
    height: 80px;
    font-size: 1.15rem;
    letter-spacing: -0.06rem;
    box-sizing: border-box;
    padding: 3px 0 0;
}

.news-topic td:last-child {
    position: absolute;
    font-weight: normal !important;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: #e3cb7a;
    font-size: 1.05rem;
    letter-spacing: -0.03rem;
}

.news-content {
    font-size: 1.1rem;
    line-height: 22px;
    letter-spacing: -0.061rem;
    background: url(images/news-hr.webp) center bottom no-repeat;
    padding: 0 0 33px;
}

.news-content-border {
    max-width: 478px;
    margin: -7px 0 0;
}

.news-footer {
    position: relative;
    text-align: center;
    padding: 27px 0;
}

.news-footer b, .news-footer span {
    font-weight: normal !important;
    color: #c7c3bb;
    font-size: 1.05rem;
    letter-spacing: -0.03rem;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000 !important;
}

.pagination-container-wrapper {
}

#page .pagination_active {
    display: block;
    line-height: 50px;
    background: url(images/page.webp);
    width: 94px;
    height: 52px;
    color: inherit;
    text-shadow: none;
    margin: 0 auto;
    text-align: center;
}

.pagination_page, .pagination_last, .pagination_first {
    display: none;
}

.pagination-container {
    position: relative;
}

.pagination_next, .pagination_prev, .pagination-container::before, .pagination-container::after {
    content: '';
    color: transparent !important;
    user-select: none;
    display: block;
    background: url(images/arrow.webp) 0 0;
    width: 26px;
    height: 29px;
    position: absolute;
    top: 11px;
    z-index: 2;
    text-shadow: none;
}

.pagination_next, .pagination-container::after {
    transform: scaleX(-1);
}

.pagination-container::before, .pagination-container::after {
    filter: saturate(0);
    opacity: 0.5;
    z-index: 1;
}

.pagination_prev, .pagination-container::before {
    left: 173px;
}

.pagination_next, .pagination-container::after {
    right: 173px;
}

.pagination_next, .pagination_prev {
    transition: 150ms filter;
}

.pagination_prev:hover, .pagination_next:hover {
    filter: brightness(1.14);
}

.pagination_prev:active, .pagination_next:active {
    filter: brightness(0.84) contrast(1.1);
}

h1 {
    margin-left: 20px;
}

h3 {
    margin-left: 33px;
    line-height: 34px;
}

.hint {
    font-size: 10px;
    color: #666;
    text-align: left;
    vertical-align: top;
    font-variant: normal !important;
    padding-bottom: 12px;
    padding-left: 10px;
}

.change, #page a.change {
    font-size: 10px;
    color: #666 !important;
    text-align: right;
    font-variant: normal !important;
    vertical-align: top;
    padding-bottom: 12px;
}

.table-data {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}

.table-data tr:first-child td {
    border: none;
}

.table-data td {
    line-height: 32px;
    border-top: 1px solid #4d453d;
    padding-left: 10px;
    text-align: left;
}

.table-data td img {
    vertical-align: text-bottom;
}

.table-top td {
    background: linear-gradient(to bottom,  rgba(77, 69, 61,0) 0%,rgba(77, 69, 61,0.25) 50%,rgba(77, 69, 61, 1) 100%);

    vertical-align: middle;
    text-align: left;
    height: 40px;
    padding: 0 5px;
    border-right: 1px solid #4d453d;
    color: #FFF;
    font-weight: bold;
}

.table-top td:last-child {
    border-right: none;
}

.info-table-padding td {
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #4d453d;
    text-align: left;
    vertical-align: top;
}

.info-table-nopadding td {
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    border-top: 1px solid #4d453d;
    text-align: left;
}

.tableform-padding td {
    padding-top: 1px;
    padding-bottom: 24px;
    padding-left: 10px;
    border-top: 1px solid #4d453d;
    text-align: left;
}

.tableform-nopadding td:last-child, .tableform-padding td:last-child {
    text-align: right;
}

.tableform-padding tr:last-child td, .tableform-nopadding tr:last-child td {
    border-top: none;
}

.tableform-nopadding td{
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    border-top: 1px solid #4d453d;
    text-align: left;
}

.error {
    margin: 10px 10px;
    padding: 10px 20px;
    background-color: #f5a298;
    border: 1px solid #C30;
    color: #C30;
}

.info {
    margin: 10px 10px;
    padding: 10px 20px;
    border: 1px solid #00446b;
    color: #00446b;
    background-color: #bde7ff;
}

.info a, .error a {
    color: inherit;
    text-decoration: underline dotted;
}

.highlight, .button span .highlight {
    color: #ffff9d;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 3px #ffc300;
    font-weight: bold;
}

.button span .highlight {
    text-shadow: 0 0 3px #ffc300;
    filter: none;
}

#shop-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#shop-groups::after {
    content: ' ';
    height: 0;
    width: 156px;
    margin: 3px 2px;
}

#shop-groups .group {
    position: relative;
    width: 154px;
    height: 130px;
    border: 1px solid #4d453d;
    border-radius: 3px;
    margin: 3px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: border-color 0.5s, box-shadow 0.5s, text-shadow 0.5s, background-color 0.5s;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
}

#shop-groups .group:hover {
    text-shadow: 0 0 25px #ffff9d;
    border: 1px solid #ffff9d;
    box-shadow: inset 0 0 10px #ffff9d, 0 0 30px #ffff9d, 0 0 100px #ffff9d47;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    z-index: 2;
}

#shop-groups .group .group-image {
    width: 100px;
    height: 60px;
    background: no-repeat center center;
    background-size: contain;
    transition: transform 0.35s, opacity 0.35s;
    transform: scale(0.9);
    filter: drop-shadow(0 0 10px #000);
    position: relative;
}

#shop-groups .group .group-image:after {
    content: '';
    display: block;
    position: relative;
    width: 100px;
    height: 60px;
    background: inherit;
    background-size: contain;
    transition: transform 0.2s, opacity 0.2s;
}

#shop-groups .group:hover .group-image:after {
    transform: scale(5);
    opacity: 0;
}

#shop-groups .group .group-image:before {
    content: '';
    display: block;
    position: absolute;
    left: -101px;
    top: -101px;
    right: -101px;
    bottom: -119px;
    background: inherit;
    background-size: 15%;
    background-repeat: repeat;
    transition: opacity 0.4s, transform 0.4s;
    animation: shop-group-animation 60s linear 2s infinite;
    opacity: 0;
    z-index: -1;
    transform: rotate(-25deg);
    filter: saturate(50%);
    box-shadow: inset 0 0 50px 50px #000;
}

@keyframes shop-group-animation {
    0% {background-position: 0 0}
    100% {background-position: 0 3000%}
}

#shop-groups .group:hover .group-image:before {
    opacity: 0.25;
    transform: scale(0.85) rotate(-25deg);
}

#shop-groups .group:hover .group-image {
    transform: scale(1.05);
}

#shop-groups .group:hover .group-name {
    color: #fff;
}

#shop-groups .group .group-name {
    font-size: 1em;
    color: #CCC;
    text-align: center;
    z-index: 0;
    transition: color 0.2s;
}

.payment-method {
    margin-top: 4px;
    display: flex;
    text-decoration: none;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6);
    transition: filter 100ms;
}

a.payment-method:hover {
    filter:brightness(1.1);
}

a.payment-method:active {
    filter:brightness(0.8);
}

.payment-method:after {
    content: ' ';
    display: table;
    clear: both;
}

.payment-method .icon {
    min-width: 215px;
    height: 119px;
}

.payment-method .description {
    padding: 4px 8px;
    text-align: justify;
    line-height: 1.03rem;
}

.group-container {
    margin: 10px auto 0;
}

.shop-back-button-container .button {
    margin: 10px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.shop-table tr.info-table-nopadding td:first-child {
    padding: 0;
    text-align: center;
}

.shop-table tr.info-table-nopadding tr td {
    border: none;
}

.shop-table .button b.highlight {
    text-shadow: inherit;
    color: inherit;
}

.buttons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 3px 0;
}

.buttons-grid a.button {
    width: 243px;
    margin: 0 -2px 3px;
}

.buttons-grid::after {
    content: '';
    display: block;
    width: 231px;
    margin: 0 -2px 3px;
}

.download-container {
    position: relative;
    width: 478px;
    margin: 0 auto;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
    padding: 0 0 75px;
}

.download-content {
    position: relative;
    font-size: 1.1rem;
    letter-spacing: -0.06rem;
    line-height: 22px;
    transform: translateY(-7px);
    background: url(images/news-hr.webp) center bottom no-repeat;
    padding: 0 0 104px;
}

.download-title {
    position: relative;
    text-align: center;
    color: #c4bda7;
    background: url(images/news-title.webp) center no-repeat;
    height: 80px;
    font-size: 1.15rem;
    letter-spacing: -0.06rem;
    box-sizing: border-box;
    padding: 3px 0 0;
    line-height: 78px;
}

.download-size:has(+.download-count:empty) {
    margin: 0 auto;
}

.download-count:empty {
    display: none;
}

#page .download-title div {
    right: 118px !important;
    top: -17px;
    position: absolute;
}

.download-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 102px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8em;
    text-transform: uppercase;
    font-variant: small-caps;
    padding: 0 145px;
    opacity: 1;
}

.download-button {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    transition: filter 100ms;
}

.download-button:hover {
    filter: brightness(1.2);
}

.download-button:active {
    filter: brightness(0.8);
}

.gallery_entry {
    float: left;
    margin: 8px 4px;
    width: 153px;
}

.gallery_image {
    border-bottom: 1px solid #ffff9d;
    margin: 0 auto;
    width: 100%;
    height: 111px;
    border-radius: 3px;
}

.gallery_name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_author {
    overflow: hidden;
    width: 100%;
}

.gallery_rating {
    float: left;
    overflow: hidden;
    vertical-align: middle;
}

.gallery_vote_inc {
    float: left;
    background: url(images/inc.webp) no-repeat right;
    padding-right: 20px;
    text-align: left;
    height: 16px;
    vertical-align: middle;
    color: #090;
}

.gallery_vote_dec {
    float: left;
    background: url(images/dec.webp) no-repeat right;
    padding-right: 20px;
    padding-left: 5px;
    text-align: left;
    height: 16px;
    vertical-align: middle;
    color: #F00;
}

.gallery_hide {
    float: right;
    color: #F00;
}

.gallery_entry a {
    float: right;
    margin-left: 10px;
}

.gallery_entry a:nth-child(2){
    float: none;
    margin: 0;
}

.support-message {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 1px solid #ffff9d;
}

.support-message-content {
    width: 100%;
    padding: 5px 0;
}

.support-message-edit {
    margin-left: auto;
}

.support-message-owner {
    border-bottom: none;
}

.support-message-owner::before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -5px;
    box-shadow: 0 0 25px 0 #ffff9d;
    height: 5px;
}

.support-message-author, .support-message-time {
    opacity: 0.75;
}

.support-message:last-of-type {
    margin-bottom: 27px;
}

.g-recaptcha div {
    margin: 0 auto;
}

body #g-limited-offer {
    width: 596px;
    display: flex;
    align-items: center;
    top: 30px;
    box-shadow: none;
    box-sizing: border-box;
    background: transparent;

    filter: drop-shadow(0 0 20px #000) drop-shadow(0 0 20px #000);
}

body #g-limited-offer .news {
    width: 100%;
}

body #g-limited-offer .news-content-border {
    padding: 0 54px 0 60px;
    margin-left: 43px;
    width: 517px;
    max-width: 100%;
}

body #g-limited-offer::before {
    content: '';
    display: block;
    background: url(images/content-bottom.webp) 0 bottom;
    width: 596px;
    position: absolute;
    top: 26px;
    bottom: -30px;
    left: 0;
    z-index: 2;
}

body #g-limited-offer .news {
    position: relative;
    z-index: 2;
}

body #g-limited-offer .news-content::after {
    transform: translate(0, 14px);
}

#g-limited-offer .news {
    z-index: 3;
}

#g-limited-offer .news-footer {
    display: none;
}

::-webkit-scrollbar {
    background-color: #101010;
}

#g-limited-offer .news-content-border::-webkit-scrollbar {
    width: 12px;
    box-shadow: 0 0 1px 0 #514212;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #514212;
    border: 2px solid #101010;
    border-radius: 5px;
}

::-webkit-scrollbar-corner {
    background-color: #101010;
}

.pinInput {
    width: 40px;
    margin: 0 0 0 -8px !important;
}

.input-text {
    height: 42px;
    line-height: 42px;
}

.table-payment-partner {
    width: 97% !important;
}

.g-text-danger.g-field-error {
    color: #d33131 !important;
}