/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	min-width: 320px;
    margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}

html {
    height: 100%;
    line-height: 1;
}
body {
    height: 100%;
    font-family: "Roboto", sans-serif, sans-serif;
    color: #9f9e9e;
    background-color: #191919;
    min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #b0804a;
}
::-webkit-input-placeholder {
    color: #9f9e9e;
}
::-moz-placeholder {
    color: #9f9e9e;
}
:-ms-input-placeholder {
    color: #9f9e9e;
}
:-moz-placeholder {
    color: #9f9e9e;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.joy-inner {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    .joy-inner {
        max-width: 1000px;
        padding-left: 0;
        padding-right: 0;
    }
}
.clearfix .joy-page__entry:after {
    content: "";
    display: table;
    clear: both;
}
.joy-line {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #cba273;
    background-image: linear-gradient(to right, #cba273 0, #785125 50%, #cba273 100%);
}
@media screen and (min-width: 1024px) {
    .joy-line {
        background-image: linear-gradient(to right, #cba273 0, #785125 25%, #cba273 50%, #785125 75%, #cba273 100%);
    }
}
.joy-header__top {
    padding: 15px 0;
    background-color: #38373a;
    box-shadow: 0 1px 20px -1px #cba273;
    text-align: center;
    z-index: 9999;
    position: fixed;
    width: 100%;
}
.joy-header__top__inner {
    position: relative;
    min-height: 30px;
}
.joy-header__main {
    padding-top: 10px;
    padding-bottom: 16px;
    position: relative;
}
.joy-logo {
    padding: 0;
    width: 112px;
}
.joy-logo__link,
.joy-logo__img {
    display: block;
    width: 100%;
}
.joy-header__logo {
    display: block;
    margin: 0 auto 10px;
}
.joy-header__regbtn {
    margin: 10px 0;
}
.joy-regbtn {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.15;
    width: 170px;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.joy-regbtn:first-child {
    background: #309c46;
}
.joy-regbtn:last-child {
    background: #ed7621;
}
.joy-regbtn:hover {
    opacity: 0.8;
}
.joy-regbtn__inner {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 18px;
    color: #601808;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49), 0 0 8px #ffffbe;
    position: relative;
    text-decoration: none;
}
.joy-regbtn__inner:before,
.joy-regbtn__inner:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #815f46;
    position: absolute;
    left: 5px;
    box-shadow: inset 1px 0 1px rgba(255, 255, 255, 0.49);
}
.joy-regbtn__inner:before {
    top: 0;
    bottom: 50%;
    transform: rotate(-18deg);
}
.joy-regbtn__inner:after {
    top: 50%;
    bottom: 0;
    transform: rotate(18deg);
}
.joy-regbtn__inner.noarrow {
    padding-left: 0;
}
.joy-regbtn__inner.noarrow:before,
.joy-regbtn__inner.noarrow:after {
    content: initial;
}
@media (max-width: 1024px) {
    .b-search {
        margin-bottom: 10px;
    }
    .joy-main {
	    padding-top: 200px!important;
	}
}
.b-search__input {
    background: none;
    border: 1px solid #b0804a;
    height: 28px;
    padding-left: 10px;
    color: #b0804a;
}
.b-search__btn {
    height: 28px;
    background: none;
    border: 1px solid #b0804a;
    margin-left: -4px;
    color: #b0804a;
}
.joy-soc {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.joy-soc__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 20px;
}
.joy-soc__item:first-child {
    margin-left: 0;
}
.joy-soc__item:last-child {
    margin-right: 0;
}
.joy-soc__item span {
    color: #b0804a;
}
.joy-soc__link {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #38373a;
    background-color: #b0804a;
    background-image: linear-gradient(to bottom, #cba273, #785125);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 1px #ffffca;
}
.joy-soc__link:hover {
    background-image: linear-gradient(to top, #cba273, #785125);
}
@media screen and (min-width: 1024px) {
    .joy-header__top {
        background-image: url(../img/pattern.png);
        background-repeat: repeat;
    }
    .joy-header__top__inner {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }
    .joy-header__logo {
        margin: 0;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .joy-header__regbtn {
        margin: 0;
    }
    .joy-header__main {
        padding-top: 106px;
        padding-bottom: 21px;
    }
}
@media screen and (min-width: 1800px) {
    .joy-header__main:before,
    .joy-header__main:after {
        content: "";
        display: block;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 70px;
        background-image: url("../img/sprite.png");
        background-repeat: no-repeat;
    }
    .joy-header__main:before {
        left: -400px;
        background-position: -5px 0px;
    }
    .joy-header__main:after {
        right: -400px;
        background-position: -5px -405px;
    }
}
.joy-header__mopen,
.joy-header__mclose {
    border: 0;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
}
.joy-header__mopen {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #b0804a;
    background-image: linear-gradient(to bottom, #cba273, #785125);
    box-shadow: inset 0 1px 1px #ffffca;
}
.joy-header__mopen:hover {
    background-image: linear-gradient(to top, #cba273, #785125);
}
.joy-header__mclose {
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    color: #b0804a;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
}
.joy-header__mclose:before {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    left: 10px;
}
.joy-header__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -256px;
    width: 256px;
    min-height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    background-color: #191919;
    background-image: linear-gradient(to bottom, #222, #444);
    will-change: transform;
    transition: 0.3s transform;
    box-sizing: border-box;
}
.joy-header__menu.active {
    transform: translateX(-256px);
}
.js-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.js-overlay.active {
    top: 0;
    display: block;
}
@media screen and (min-width: 1024px) {
    .js-overlay,
    .joy-header__mopen,
    .joy-header__mclose {
        display: none;
    }
    .js-overlay,
    .js-overlay.active {
        top: unset;
        display: none;
    }
    .joy-header__menu {
        width: 100%;
        position: relative;
        display: block;
        top: inherit;
        top: unset;
        bottom: inherit;
        bottom: unset;
        right: 0;
        min-height: auto;
        min-height: unset;
        overflow-y: visible;
        overflow-y: unset;
        transform: none !important;
        margin-bottom: 20px;
        border-top: 2px solid #d2a979;
        border-bottom: 2px solid #d2a979;
        background-color: #b1260b;
        background-image: linear-gradient(to bottom, #d5763f 0, #db400a 50%, #b1260b 90%, #b1260b 100%);
        box-shadow: 0 0 40px rgba(210, 169, 121, 0.7);
    }
}
.joy-hmenu,
.joy-hmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.joy-hmenu li {
    display: block;
    font-size: 15px;
}
.joy-hmenu li > a,
.joy-hmenu li > span {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    border-bottom: 1px solid #785125;
    line-height: 1.1;
}
.joy-hmenu li > a {
    color: #fff;
}
.joy-hmenu li > a:hover,
.joy-hmenu li > a:active,
.joy-hmenu li > span {
    color: #b0804a;
}
.joy-hmenu > li:first-child {
    border-top: 1px solid #785125;
}
@media screen and (min-width: 1024px) {
    .joy-hmenu {
        text-align: center;
    }
    .joy-hmenu li:first-child {
        border: 0;
    }
    .joy-hmenu li > a,
    .joy-hmenu li > span {
        border: 0;
    }
    .joy-hmenu li:last-child ul {
        left: auto;
        right: 0;
    }
    .joy-hmenu > li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }
    .joy-hmenu > li > a,
    .joy-hmenu > li > span {
        height: 48px;
        line-height: 48px;
        white-space: nowrap;
        padding: 0 30px;
        font-size: 16px;
        color: #fff !important;
    }
    .joy-hmenu > li > a:hover,
    .joy-hmenu > li > a:active,
    .joy-hmenu > li > span {
        background-color: #b1260b;
        background-image: linear-gradient(to bottom, #b1260b 0, #b1260b 70%, #ea4800 100%);
    }
    .joy-hmenu > li:hover > ul {
        display: block;
    }
    .joy-hmenu ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 100;
        width: 100%;
        min-width: 220px;
        padding-bottom: 10px;
        background-color: #b1260b;
        background-image: linear-gradient(to bottom, #ea4800, #b1260b);
        border: 1px solid #785125;
        display: none;
        text-align: left;
        text-align-last: left;
        box-shadow: 0 2px 16px -2px rgba(210, 169, 121, 0.7);
    }
    .joy-hmenu ul li a:hover,
    .joy-hmenu ul li a:active,
    .joy-hmenu ul li > span {
        color: #ccc;
    }
}
.joy-header__slider {
    display: none;
}
@media screen and (min-width: 1024px) {
    .joy-header__slider {
        display: block;
    }
}
.joy-hslider {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.joy-main {
    padding-top: 50px;
    padding-bottom: 56px;
    background-color: #2a2927;
    position: relative;
}
.joy-page {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    .joy-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.joy-page__title {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}
.joy-page__entry {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (min-width: 1024px) {
    .joy-page__entry {
        font-size: 14px;
        line-height: 1.4;
    }
}
.joy-page__entry h1,
.joy-page__entry h2,
.joy-page__entry h3 {
    line-height: 1.1;
}
.joy-page__entry h2 {
    font-size: 22px;
}
.joy-page__entry h3 {
    font-size: 20px;
}
.joy-page__entry h4 {
    font-size: 18px;
}
.joy-page__entry p,
.joy-page__entry ul,
.joy-page__entry ol {
    margin: 15px 0;
}
.joy-page__entry ul,
.joy-page__entry ol {
    list-style-position: inside;
}
.joy-page__entry a {
    color: #cba273;
    transition: color 0.1s;
}
.joy-page__entry a:hover,
.joy-page__entry a:active {
    color: #b1260b;
}
.joy-page__entry a:visited {
    color: #785125;
}
.joy-page__entry a:visited:hover {
    color: #b1260b;
}
.joy-crumbs {
    list-style-type: none;
    padding: 0;
    margin: -30px 0 15px;
    font-size: 0;
    color: #6b6b6b;
}
.joy-crumbs__item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.joy-crumbs__item:last-child {
    margin-right: 0;
}
.joy-crumbs__link {
    color: inherit;
    text-decoration: none;
}
.joy-crumbs__link .joy-crumbs__inner {
    transition: color 0.1s;
}
.joy-crumbs__link:hover .joy-crumbs__inner {
    color: #b0804a;
}
.joy-list {
    list-style-type: none;
    padding: 0;
    margin: 50px -10px 15px;
    text-align: center;
    font-size: 0;
    visibility: hidden;
}
.joy-list__item {
    min-height: 1px;
    width: 240px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
}
@media screen and (min-width: 450px) {
    .joy-list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .joy-list__item {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
}
.joy-list__btn {
    opacity: 0;
}
.joy-404 {
    visibility: hidden;
}
.joy-blog {
    visibility: hidden;
}
.bonus-item {
    margin: 20px 0;
}
.bonus-item + .bonus-item {
    margin-top: 0;
}
.bonus-item .box {
    box-shadow: 0 0 13px 0 #000;
    background: #191919;
    padding: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #b0804a;
    border-radius: 5px;
}
.bonus-item__thumb {
    width: 218px;
}
.bonus-item__head {
    flex: 1;
    padding-left: 20px;
}
.bonus-item__title {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.js-bonus__wrap {
    text-align: right;
}
.js-bonus__wrap .js-bonus-button {
    color: #cecdcd;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.js-bonus__wrap .js-bonus-button .bonus-icon {
    margin-left: 10px;
    position: relative;
    width: 8px;
    height: 10px;
    transition: 0.3s;
}
.js-bonus__wrap .js-bonus-button .bonus-icon:before,
.js-bonus__wrap .js-bonus-button .bonus-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 10px;
    background: #cecdcd;
}
.js-bonus__wrap .js-bonus-button .bonus-icon:before {
    left: 0;
    transform: rotate(-45deg);
}
.js-bonus__wrap .js-bonus-button .bonus-icon:after {
    right: 0;
    transform: rotate(45deg);
}
.js-bonus__wrap .js-bonus-button:hover {
    color: #cba273;
}
.js-bonus__wrap .js-bonus-button.open .bonus-icon {
    transform: rotate(180deg);
    margin-top: 10px;
}
.bonus-item__head p {
    margin-bottom: 22px;
    border: 2px solid #b0804a;
    border-radius: 5px;
    padding: 14px 18px;
    position: relative;
    font-size: 16px;
    text-align: left;
}
.bonus-item__content {
    display: none;
    color: #fff;
    width: 100%;
    max-width: 100%;
    background: #363538;
    padding: 25px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #b07f4a;
    margin-top: -5px;
    box-shadow: 0 0 13px 0 #000;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .bonus-item .box {
        flex-direction: column;
    }
    .bonus-item__thumb {
        width: 100%;
        text-align: center;
    }
    .bonus-item__head {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .bonus-item__head a {
        margin: 0 auto 20px !important;
    }
}
#modalDownload {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: none;
    position: fixed;
    z-index: 888;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#modalDownload .modal-content {
    max-width: 360px;
    width: 360px;
    height: 257px;
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(54.3656px);
    border-radius: 13px;
    opacity: 0.9;
    padding: 30px 20px;
    position: relative;
    border: 0;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-sizing: border-box;
}
#modalDownload .close_btn {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
#modalDownload .title {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #fff;
    display: block;
}
#modalDownload .description {
    font-size: 18px;
    margin: 42px auto;
    text-align: center;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#modalDownload a,
#modalDownload span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
#modalDownload img {
    height: 82px;
    width: auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
    #modalDownload .modal-content {
        width: 310px;
    }
    #modalDownload a,
    #modalDownload span {
        font-size: 15px;
    }
    #modalDownload img {
        height: 70px;
    }
}
.comments_wrap {
    position: relative;
}
.comments_wrap #comment-col .commentlist {
    list-style: none;
    padding-left: 0;
}
.comments_wrap #comment-col .commentlist li .children {
    list-style: none;
}
.comments_wrap #comment-col .commentlist li.comment .comment-respond {
    position: absolute;
    left: -30px;
    right: -30px;
    background: #2a2927;
    border-radius: 2px;
    padding: 5px 60px;
    z-index: 2;
}
.comments_wrap #comment-col .commentlist li.comment .comment-respond:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.comments_wrap #comment-col .commentlist li.comment .comment-respond:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #2a2927;
    border-radius: 2px;
    z-index: 1;
}
.comments_wrap #comment-col .commentlist li.comment .comment-respond h3,
.comments_wrap #comment-col .commentlist li.comment .comment-respond form {
    position: relative;
    z-index: 2;
}
.comments_wrap #comment-col .commentlist li.comment .comment-respond .comment-reply-title > span {
    display: none;
}
.comments_wrap #comment-col .commentlist li.comment .comment_inner {
    margin-bottom: 60px;
}
.comments_wrap #comment-col .commentlist li.comment p {
    font-size: 16px;
    line-height: 19px;
    color: #9f9e9e;
}
.comments_wrap #comment-col .commentlist li.comment .comment-author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.comments_wrap #comment-col .commentlist li.comment .comment-author .fn {
    margin-right: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #b0804a;
    font-style: normal;
}
.comments_wrap #comment-col .commentlist li.comment .comment-author .comment-meta {
    font-size: 16px;
    line-height: 19px;
    color: #686868;
}
.comments_wrap #comment-col .commentlist li.comment .reply {
    text-align: right;
}
.comments_wrap #comment-col .commentlist li.comment .reply a {
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #686868;
}
.comments_wrap #comment-col .commentlist li.comment .reply a:hover {
    color: #fff;
}
.comments_wrap #comment-col .commentlist li.comment .reply a:visited {
    color: #686868;
}
.comments_wrap #comment-col .commentlist li.comment .reply a:active {
    color: #fff;
}
.comments_wrap #comment-col .commentlist li.comment .reply a:focus {
    color: #fff;
}
.comments_wrap #comment-col .commentlist li.comment #cancel-comment-reply-link {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url("../img/close.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    margin-left: auto;
}
.comments_wrap #comment-col .comment-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.comments_wrap #comment-col .comment-form .comment-notes {
    display: none;
}
.comments_wrap #comment-col .comment-form .comment-form-comment {
    width: 100%;
}
.comments_wrap #comment-col .comment-form .comment-form-author,
.comments_wrap #comment-col .comment-form .comment-form-email {
    width: 270px;
    max-width: 100%;
}
.comments_wrap #comment-col .comment-form .form-submit {
    padding-top: 10px;
    width: 155px;
}
.comments_wrap #comment-col .comment-form .form-submit input[type="submit"] {
    width: 155px;
    height: 30px;
    background: linear-gradient(180deg, #cba678 0%, #7a5327 100%), #c4c4c4;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments_wrap #comment-col .comment-form .form-submit input[type="submit"]:hover {
    background: linear-gradient(180deg, #f9bc71 0%, #b46c1c 100%), #c4c4c4;
}
.comments_wrap #comment-col textarea {
    width: 100%;
    height: 188px;
    resize: none;
    background-color: #3a3938;
    border-radius: 2px;
    max-width: 100%;
    border: 0;
    color: #9f9e9e;
    margin-bottom: 30px;
}
.comments_wrap #comment-col label {
    font-size: 16px;
    line-height: 19px;
    color: #9f9e9e;
    margin-bottom: 14px;
    padding-left: 30px;
    font-weight: normal;
    text-transform: none;
}
.comments_wrap #comment-col input {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: #3a3937;
    border-radius: 2px;
    height: 44px;
    border: 0;
}
.comments_wrap #comment-col .comment-form-cookies-consent {
    display: none;
}
.comments_wrap #comment-col .item {
    width: 270px;
    max-width: 100%;
}
.comments_wrap .comment-main-title {
    color: #b0804a;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.comments_wrap .comment-title {
    padding-left: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #9f9e9e;
    font-weight: normal;
}
.comments_wrap .comment-form-field-comment {
    margin-bottom: 30px;
}
.comments_wrap .cform__fset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
.comments_wrap .cform__fset .btn_form {
    padding-top: 15px;
}
.comments_wrap .cform__fset .btn_form input.btn {
    width: 155px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #cba678 0%, #7a5327 100%), #c4c4c4;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    padding: 0;
    font-weight: bold;
    transition: all linear 0.4s;
}
.comments_wrap .cform__fset .btn_form input.btn:hover {
    background: linear-gradient(180deg, #f9bc71 0%, #b46c1c 100%), #c4c4c4;
}
.comments_wrap .all__comment-post .flex_comment .posted_by {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.comments_wrap .all__comment-post .flex_comment .posted_by--name {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #b0804a;
    margin-right: 50px;
}
.comments_wrap .all__comment-post .flex_comment .posted_by--time {
    font-size: 16px;
    line-height: 19px;
    color: #686868;
}
.comments_wrap .all__comment-post .flex_comment .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #9f9e9e;
    margin-bottom: 10px;
}
.link_error {
    color: #cba273;
}
@media (max-width: 500px) {
    .top-btn {
        margin-bottom: 15px;
    }
}
.joy-hslider__list {
    position: relative;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform;
}
.joy-hslider__list.moved {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.joy-hslider__item {
    float: left;
    width: 250px;
}
.joy-hslider__link {
    display: block;
    text-decoration: none;
}
.joy-hslider__link:hover .joy-hslider__img {
    opacity: 0.75;
}
.joy-hslider__link:hover .joy-hslider__title {
    color: #cba273;
}
.joy-hslider__inner {
    margin: 0 auto;
    padding: 0;
    width: 180px;
    height: 100px;
    text-align: center;
}
.joy-hslider__img {
    display: block;
    width: 94px;
    height: 70px;
    margin: 0 auto 10px;
    backface-visibility: hidden;
    transition: opacity 0.3s;
}
.joy-hslider__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #cecdcd;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.3s;
}
.joy-hslider {
    visibility: visible;
}
.joy-list {
    visibility: visible;
}
.joy-list__inner {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.joy-list__inner:hover .joy-list__img {
    opacity: 0.5;
}
.joy-list__inner:hover .joy-list__btn {
    opacity: 1;
    transform: translateY(-20px);
}
.joy-list__inner:hover .joy-list__thumb:before,
.joy-list__inner:hover .joy-list__thumb:after {
    opacity: 1;
}
.joy-list__thumb {
    height: 165px;
    position: relative;
    background-color: #cba273;
    background-image: linear-gradient(to bottom, #cba273, #785125);
}
.joy-list__thumb:before,
.joy-list__thumb:after {
    content: "";
    display: none;
    opacity: 0;
}
@media screen and (min-width: 1024px) {
    .joy-list__thumb:before,
    .joy-list__thumb:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../img/slot-sprite.png);
        background-repeat: no-repeat;
        transition: opacity 0.3s ease-in-out;
    }
    .joy-list__thumb:before {
        width: 255px;
        height: 57px;
        background-position: 0 0;
        top: -30px;
        left: -20px;
        z-index: -1;
    }
    .joy-list__thumb:after {
        width: 93px;
        height: 70px;
        background-position: 0px -57px;
        right: -10px;
        bottom: -10px;
    }
}
.joy-list__img {
    display: block;
    width: 220px;
    height: 165px;
    transition: 0.3s opacity ease-in-out;
    backface-visibility: hidden;
}
.joy-list__btn {
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    background-color: #cba273;
    background-image: linear-gradient(to bottom, #8d6638 0, #cea55b 40%, #cea55b 60%, #8d6638 100%);
    box-shadow: inset 0 1px 1px #ffffca, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.joy-list__btn:hover {
    background-image: linear-gradient(to bottom, #cba273 0, #785125 100%);
    box-shadow: inset 0 1px 1px #ffffca;
}
.is-mobile .joy-list__thumb:before,
.is-mobile .joy-list__thumb:after {
    display: none;
}
.is-mobile .joy-list__btn {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: none !important;
    opacity: 1;
    text-indent: 101%;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}
.joy-list__entry {
    height: 40px;
    padding: 5px;
    text-align: left;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.joy-list__title {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #cca88a;
}
.joy-game {
    margin-bottom: 35px;
}
.joy-game__inner {
    margin-bottom: 35px;
    position: relative;
    background-color: #000;
    display: none;
}
@media screen and (min-width: 768px) {
    .joy-game__inner {
        display: block;
    }
}
.joy-game__inner:after {
    content: "";
    display: block;
    padding-top: 75%;
}
.joy-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    outline: 0;
}
.is-mobile .joy-game__inner {
    display: none;
}
.joy-game__btn {
    display: block;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    line-height: 1.2;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background-color: #3ecb05;
    background-image: linear-gradient(to bottom, #32ad00 0, #1c8f01 75%, #3dca05 100%);
    box-shadow: 2px 2px 2px #30c902 inset, -2px -2px 2px #30c902 inset;
    transition: 0.3s transform;
}
.joy-game__btn:hover {
    background-color: #32ad00;
    background-image: linear-gradient(to top, #32ad00 0, #1c8f01 75%, #3dca05 100%);
    transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
    .joy-game__btn {
        font-size: 30px;
    }
}
.joy-blog {
    list-style-type: none;
    padding: 0;
    margin: 0;
    visibility: visible;
}
.joy-blog__item {
    display: block;
    margin-bottom: 15px;
}
.joy-blog__inner {
    padding: 15px;
    margin: 0;
    border: 1px solid #785125;
    border-radius: 16px;
}
.joy-blog__entry {
    font-size: 14px;
    line-height: 1.4;
}
.joy-blog__entry p {
    margin: 5px 0;
}
.joy-blog__entry:after {
    content: "";
    display: table;
    clear: both;
}
.joy-blog__title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #b0804a;
}
.joy-blog__link {
    font-size: 16px;
    color: #b0804a;
    text-decoration: none;
    transition: color 0.1s;
    float: right;
}
.joy-blog__link:hover,
.joy-blog__link:active {
    color: #b1260b;
    text-decoration: underline;
}
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-list .comment {
    display: block;
    margin-bottom: 30px;
}
.comment-list .fn {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #cba273;
}
.comment-list .comment-meta a {
    text-decoration: none;
    color: #6b6b6b;
    transition: color 0.1s;
    font-size: 12px;
}
.comment-list .comment-meta a:hover {
    color: #b0804a;
}
.comment-list .comment-body {
    font-size: 14px;
    line-height: 1.4;
}
.comment-list p {
    margin: 15px 0;
}
.comment-list a {
    color: #cba273;
}
.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cba273;
}
.comment-form textarea,
.comment-form input[type="text"] {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #9f9e9e;
    border: 1px solid #785125;
    background-color: #191919;
    border-radius: 0;
    -webkit-appearance: none;
}
.comment-form input[type="text"] {
    height: 36px;
}
.comment-form textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical;
}
.comment-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #b0804a;
    background-image: linear-gradient(to bottom, #cba273, #785125);
    box-shadow: inset 0 1px 1px #ffffca;
    cursor: pointer;
}
.comment-form input[type="submit"]:hover {
    background-image: linear-gradient(to top, #cba273, #785125);
}
.logged-in-as a {
    color: #cba273;
}
.joy-404 {
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
    visibility: visible;
}
.joy-404__title {
    position: relative;
    max-width: 357px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 101%;
    background-image: url(../img/404.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.joy-404__title:after {
    content: "";
    display: block;
    padding-top: 61.624649859944%;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi > a {
    color: #9f9e9e;
    text-decoration: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.joy-fmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.joy-fmenu {
    text-align: center;
}
.joy-fmenu > li {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
}
.joy-fmenu > li > a,
.joy-fmenu > li > span {
    display: block;
    text-decoration: none;
}
.joy-fmenu > li > a {
    color: #f2f1f1;
    transition: color 0.1s;
}
.joy-fmenu > li > a:hover,
.joy-fmenu > li > span {
    color: #b0804a;
}
@media screen and (min-width: 768px) {
    .joy-fmenu > li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
    }
}
.joy-footer {
    padding: 25px 0 15px;
}
.joy-footer__sole {
    text-align: center;
    padding: 25px 0 5px;
    color: #f2f1f1;
    line-height: 1.2;
    font-size: 15px;
}
.joy-footer__sole a {
    color: inherit;
}
.joy-footer__sole p {
    margin: 5px 0;
}
.alignleft,
img.alignleft,
.alignright,
img.alignright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}
@media screen and (min-width: 450px) {
    .alignleft,
    img.alignleft {
        margin: 0 20px 0 0;
        float: left;
    }
    .alignright,
    img.alignright {
        margin: 0 0 0 20px;
        float: right;
    }
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    display: block;
    clear: both;
}
.wp-caption {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption .wp-caption-text {
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}
.img_casino {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a.href.btn-resp {
    font-size: 18px;
    color: #fff;
}

.resp_block {
    width: 100%;
    text-align: center;
}

@media (max-width: 800px) {
.joy-regbtn {
    width: 250px;
    margin: 5px 0;
}
.joy-main {
	padding-top: 240px!important;
}
.img_casino {
    max-width: 100%;
  }
}
.bpo {
  display:none;
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 10px;
  max-width: 396px;
  margin: 0 auto;
}
.bpclose {
  position: absolute;
  top: -16px;
  right: -18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/img/close.png) no-repeat;
}
.bpo2 {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 288px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 1px #666;
}
.bpclose2 {
  position: absolute;
  top: -16px;
  right: -18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(img/close.png) no-repeat;
}
.showbpo .bpbg {
  content: '';
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.showbpo .bpo2 {
  display: block;
}
@media (max-width : 436px) {
  .bpo {
    max-width: 87%;
  }
}
@media (max-width : 330px) {
  .bpo2 {
    max-width: 87%;
  }
}