button,
hr,
input {
    overflow: visible;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }



	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

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%;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
}

        nav {
            border: 1px solid #f9b242;
            border-radius: 10px;
            padding: 5px 10px;
            display: inline-block;
            font-size: 14px;
        }

        nav a {
            text-decoration: none;
            line-height: 26px;
            color: #cf963e;
        }

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }
  
        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

.nav_menu {
  width: 90%;
  margin: 10px auto;
}

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.nav_menu li {
  list-style: none;
}

.nav_menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .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: .35em .625em .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;
}

.tns-outer {
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(2333.3333333333%);
    width: -moz-calc(2333.3333333333%);
    width: calc(2333.3333333333%);
    position: absolute;
    right: 0;
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(1.4285714285714%);
    width: -moz-calc(1.4285714285714%);
    width: calc(1.4285714285714%);
    height: 10px;
    float: left;
}

html {
    height: 100%;
    line-height: 1;
}

body {
    height: 100%;
    font-family: 'Arial', sans-serif;
    color: #fff;
    background-color: #020100;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
}

body.no-bg {
    background-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

[data-pid] {
    cursor: pointer;
}

.aclub-wrap {
    width: 986px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    border-left: 3px solid #fbad02;
    border-right: 3px solid #fbad02;
    box-sizing: border-box;
}

.aclub-wrap.aclub-wrap--full {
    padding: 0 7px;
    width: 100%;
    border: none;
    max-width: 1880px;
}

.aclub-page {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.aclub-inner {
    padding: 10px 0;
    margin: 0 -7px;
    min-width: 1170px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
}

.aclub-inner__page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.aclub-inner__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.aclub-inner__side--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.aclub-inner__page,
.aclub-inner__side {
    padding: 0 7px;
}

.aclub-inner__panel {
    height: 100%;
    padding: 15px 10px;
    border: 3px solid #fbad02;
    border-radius: 3px;
    box-sizing: border-box;
}

.aclub-header,
.aclub-page,
.aclub-footer {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.clearfix:after,
.aclub-header__main:after,
.aclub-header__win:after,
.aclub-header__addon:after,
.aclub-page:after,
.aclub-list:after,
.aclub-vslider__inner:after,
.aclub-page__entry:after,
.aclub-inner__entry:after {
    content: '';
    display: table;
    clear: both;
}

.aclub-header__main {
    padding: 3px 0;
    position: relative;
}

.aclub-header__main::before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #000 0, #623a8a 50%, #000 100%);
}

.aclub-header__logo {
    float: left;
}

.aclub-header__logo img {
    display: block;
}

.aclub-header__reg {
    float: right;
    padding: 15px 0;
    font-size: 0;
}

.aclub-header__reg__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .1s box-shadow;
}

.aclub-header__reg__btn--reg {
    margin-right: 5px;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
}

.aclub-header__reg__btn--reg:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.aclub-header__reg__btn--ent {
    background-color: #00a2ff;
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
}

.aclub-header__reg__btn--ent:hover {
    background-color: #006199;
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #002d47 100%);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
}

.aclub-header__downl__btn {
    background-color: #ff9800;
    background-image: linear-gradient(to bottom, #ff9800 0, #ff9800 45%, #e68900 50%, #472b00 100%);
    box-shadow: inset 1px 1px 1px #ff9800, inset -1px -1px 1px #ff9800;
    margin-right: 5px;
}

.aclub-header__downl__btn:hover {
    background-color: #995b00;
    background-image: linear-gradient(to top, #ff9800 0, #ff9800 45%, #e68900 50%, #472b00 100%);
    box-shadow: inset 1px 1px 40px #ff9800, inset -1px -1px 40px #ff9800;
}

.aclub-header__win__left {
    float: left;
}

.aclub-header__win__right {
    float: right;
}

.aclub-header__win__title {
    height: 45px;
    margin: 0;
    padding: 0 50px;
    position: relative;
}

.aclub-header__win__title:before,
.aclub-header__win__title:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 45px;
}

.aclub-header__win__title:before {
    left: 0;
    background-image: linear-gradient(to right, #000, #fff);
}

.aclub-header__win__title:after {
    right: 0;
    background-image: linear-gradient(to left, #000, #fff);
}

.aclub-header__win__text {
    display: block;
    padding: 11px 0;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-overflow: clip;
    background: -webkit-linear-gradient(#fff, darkblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de;
}

.aclub-header__win__text--bg {
    position: relative;
    padding: 11px 60px;
}

.aclub-header__win__text--bg:before,
.aclub-header__win__text--bg:after {
    content: '';
    width: 55px;
    height: 57px;
    position: absolute;
    top: 0;
    background-image: url(../img/spade.png);
}

.aclub-header__win__text--bg:before {
    left: 0;
}

.aclub-header__win__text--bg:after {
    right: 0;
}

.aclub-header__mnav {
    margin: 10px 0;
    position: relative;
}

.aclub-header__mnav:before,
.aclub-header__mnav:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #000 0, #623a8a 50%, #000 100%);
}

.aclub-header__mnav:before {
    top: 0;
}

.aclub-header__mnav:after {
    bottom: 0;
}

.aclub-header__addon {
    border: 1px solid rgba(67, 57, 85, 0.46);
    background-image: linear-gradient(to bottom, rgba(70, 18, 135, 0.21) 0, #16012d 100%);
}

.aclub-header__anav {
    float: left;
}

.aclub-search {
    float: right;
    padding: 5px 10px 5px 0;
    font-size: 0;
}

.aclub-search__input,
.aclub-search__btn {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    background-color: #180226;
    -webkit-appearance: none;
    border: 0;
    font-size: 14px;
    box-sizing: border-box;
}

.aclub-search__input {
    width: 160px;
    padding: 0 10px;
    color: #8e9197;
    border: 1px solid #5b4a7c;
    border-right: 0;
}

.aclub-search__input:focus {
    box-shadow: inset 0 0 8px #b777f8;
    color: #fff;
}

.aclub-search__btn {
    width: 34px;
    padding: 0;
    border: 1px solid #5b4a7c;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    background-image: url(../img/icon-s.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.aclub-hmenu,
.aclub-mmenu,
.aclub-amenu,
.aclub-smenu,
.aclub-fmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.aclub-hmenu>li>a,
.aclub-mmenu>li>a,
.aclub-amenu>li>a,
.aclub-smenu>li>a,
.aclub-fmenu>li>a {
    transition: .1s color;
}

.aclub-hmenu>li>a:active,
.aclub-hmenu>li>a:hover,
.aclub-mmenu>li>a:active,
.aclub-mmenu>li>a:hover,
.aclub-amenu>li>a:active,
.aclub-amenu>li>a:hover,
.aclub-smenu>li>a:active,
.aclub-smenu>li>a:hover,
.aclub-fmenu>li>a:active,
.aclub-fmenu>li>a:hover {
    color: #fff;
}

.aclub-hmenu .current-menu-item>a,
.aclub-hmenu .current-menu-item>span,
.aclub-mmenu .current-menu-item>a,
.aclub-mmenu .current-menu-item>span,
.aclub-amenu .current-menu-item>a,
.aclub-amenu .current-menu-item>span,
.aclub-smenu .current-menu-item>a,
.aclub-smenu .current-menu-item>span,
.aclub-fmenu .current-menu-item>a,
.aclub-fmenu .current-menu-item>span {
    color: #fff;
}

.aclub-hmenu>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.aclub-hmenu>li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, #000 0, #000 20%, #623a8a 50%, #000 80%, #000 100%);
}

.aclub-hmenu>li:first-child>a,
.aclub-hmenu>li:first-child>span {
    padding-left: 0;
}

.aclub-hmenu>li:first-child:after {
    display: none;
}

.aclub-hmenu>li>a,
.aclub-hmenu>li>span {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    color: #8e9197;
    text-decoration: none;
}

.aclub-hmenu>li>a:hover {
    background: url(../img/h-tmenu.png) center bottom no-repeat;
}

.aclub-hmenu .current-menu-item>a,
.aclub-hmenu .current-menu-item>span {
    background: url(../img/h-tmenu.png) center bottom no-repeat;
}

.aclub-mmenu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.aclub-mmenu>li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.aclub-mmenu>li:hover,
.aclub-mmenu>li.current-menu-item {
    background-image: url(../img/h-mmenu.png);
    background-position: center 2px;
    background-repeat: no-repeat;
}

.aclub-mmenu>li:hover .aclub-mmenu__icon,
.aclub-mmenu>li.current-menu-item .aclub-mmenu__icon {
    background-position: 0 -27px;
}

.aclub-mmenu>li:before,
.aclub-mmenu>li:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    background-image: linear-gradient(to bottom, #000 0, #623a8a 50%, #000 100%);
}

.aclub-mmenu>li:before {
    left: 0;
}

.aclub-mmenu>li:after {
    right: 0;
}

.aclub-mmenu>li:first-child .aclub-mmenu__icon {
    background-image: url(../img/icon-1.png);
}

.aclub-mmenu>li:nth-child(2) .aclub-mmenu__icon {
    background-image: url(../img/icon-2.png);
}

.aclub-mmenu>li:nth-child(3) .aclub-mmenu__icon {
    background-image: url(../img/icon-3.png);
}

.aclub-mmenu>li>a,
.aclub-mmenu>li>span {
    display: block;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #a08ec0;
}

.aclub-mmenu__icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px 0;
    width: 25px;
    height: 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.aclub-amenu>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.aclub-amenu>li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(67, 57, 85, 0.46);
}

.aclub-amenu>li>a,
.aclub-amenu>li>span {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #8e9197;
    text-align: center;
    text-decoration: none;
}

.aclub-amenu>li>a:hover {
    background: rgba(133, 0, 255, 0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.aclub-amenu .current-menu-item>a,
.aclub-amenu .current-menu-item>span {
    background: rgba(133, 0, 255, 0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.aclub-smenu {
    width: 194px;
    border: 1px solid #b777f8;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.aclub-smenu>li {
    display: block;
    font-size: 15px;
    border-top: 1px solid #b777f8;
    background-color: rgba(67, 57, 85, 0.46);
}

.aclub-smenu>li:first-child {
    border-top: none;
}

.aclub-smenu>li>a,
.aclub-smenu>li>span {
    display: block;
    padding: 10px;
    line-height: 1.1;
    color: #8e9197;
    text-decoration: none;
}

.aclub-smenu>li>a:hover {
    background: rgba(133, 0, 255, 0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.aclub-smenu .current-menu-item>a,
.aclub-smenu .current-menu-item>span {
    background: rgba(133, 0, 255, 0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.aclub-fmenu {
    text-align: center;
    border-bottom: 1px solid #41618c;
}

.aclub-fmenu>li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.aclub-fmenu>li>a,
.aclub-fmenu>li>span {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    color: #887c9b;
}

.aclub-page__title,
.aclub-inner__title {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.aclub-slot {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 25px;
    position: relative;
}

.aclub-slot:after {
    content: '';
    display: block;
    padding-top: 75%;
}

.aclub-slot__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a003f;
}

.aclub-slot__inner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.aclub-slot-btn {
    display: block;
    max-width: 920px;
    padding: 0 10px;
    margin: 0 auto 25px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    box-shadow: 2px 2px 2px #fede98 inset, -2px -2px 2px #634401 inset;
    background-color: #fbad02;
    background-image: linear-gradient(to bottom, #fbad02 0, #966701 100%);
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}

.aclub-slot-btn:hover,
.aclub-slot-btn:active {
    color: inherit;
    background-image: linear-gradient(to top, #fbad02 0, #966701 100%);
}

.aclub-page__entry,
.aclub-inner__entry,
.aclub-404__entry {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Arial';
}

.aclub-page__entry h1,
.aclub-page__entry h2,
.aclub-page__entry h3,
.aclub-inner__entry h1,
.aclub-inner__entry h2,
.aclub-inner__entry h3,
.aclub-404__entry h1,
.aclub-404__entry h2,
.aclub-404__entry h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.aclub-page__entry p,
.aclub-page__entry ul,
.aclub-page__entry ol,
.aclub-inner__entry p,
.aclub-inner__entry ul,
.aclub-inner__entry ol,
.aclub-404__entry p,
.aclub-404__entry ul,
.aclub-404__entry ol {
    margin: 15px 0;
}

.aclub-page__entry a,
.aclub-inner__entry a,
.aclub-404__entry a {
    color: #b777f8;
}

.aclub-page__entry a:hover,
.aclub-page__entry a:active,
.aclub-inner__entry a:hover,
.aclub-inner__entry a:active,
.aclub-404__entry a:hover,
.aclub-404__entry a:active {
    color: #fbad02;
    text-decoration: none;
}

.aclub-page__entry a:visited,
.aclub-inner__entry a:visited,
.aclub-404__entry a:visited {
    color: #c5ff4c;
}

.aclub-inner__entry {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.aclub-crumbs {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 10px;
    font-size: 0;
    color: #b777f8;
}

.aclub-inner .aclub-crumbs {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.aclub-crumbs__item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 13px;
}

.aclub-crumbs__item:last-child {
    margin-right: 0;
}

.aclub-crumbs__link {
    color: inherit;
    text-decoration: none;
}

.aclub-crumbs__link:hover {
    color: #fbad02;
}

.aclub-crumbs__link .aclub-crumbs__inner {
    text-decoration: underline;
}

.aclub-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: center;
}

.aclub-list__item {
    display: inline-block;
    min-height: 1px;
    width: 215px;
    margin: 5px;
}

.aclub-list__inner {
    margin: 0 0 20px;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #1a003f;
    transition: .2s bacground-color;
    position: relative;
    z-index: 1;
}

.aclub-list__inner:before,
.aclub-list__inner:after {
    content: '';
    position: absolute;
    opacity: 0;
    transition: .2s opacity;
}

.aclub-list__inner:before {
    top: -5px;
    right: -10px;
    bottom: 0;
    left: -10px;
    z-index: -1;
    border-radius: 5px;
    background-color: #2f0072;
}

.aclub-list__inner:after {
    top: -15px;
    right: -20px;
    width: 56px;
    height: 56px;
    background-image: url(../img/corner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
}

.aclub-list__inner:hover {
    background-color: #2f0072;
}

.aclub-list__inner:hover:before,
.aclub-list__inner:hover:after {
    opacity: 1;
}

.aclub-list__inner:hover .aclub-list__img {
    opacity: .7;
}

.aclub-list__inner:hover .aclub-list__btn {
    opacity: 1;
}

.aclub-list__inner:hover .aclub-list__btn--main {
    transform: translateY(80px);
}

.aclub-list__inner:hover .aclub-list__btn--alt {
    transform: translateY(-80px);
}

.aclub-list__thumb {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.aclub-list__img {
    display: block;
    width: 215px;
    height: 162px;
    transition: .2s opacity;
    backface-visibility: hidden;
}

.aclub-list__btn {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    position: absolute;
    left: 10px;
    right: 10px;
    opacity: 0;
    box-sizing: border-box;
    transition-property: transform, opacity, box-shadow;
    transition-duration: .2s;
}

.aclub-list__btn--main {
    top: -40px;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
}

.aclub-list__btn--main:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.aclub-list__btn--alt {
    bottom: -40px;
    background-color: #00a2ff;
    background-image: linear-gradient(to bottom, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff;
}

.aclub-list__btn--alt:hover {
    background-color: #006199;
    background-image: linear-gradient(to top, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199 100%);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff;
}

.aclub-list__entry {
    height: 50px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.aclub-list__title {
    overflow: hidden;
    max-height: 16px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.aclub-404 {
    padding: 0;
    margin: 0 0 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.aclub-404__title {
    float: left;
    font-size: 110px;
    margin: 60px;
    line-height: 1;
    color: #fbad02;
    font-weight: normal;
}

.aclub-404__entry {
    width: 100%;
    margin: auto;
}

.wp-pagenavi {
    text-align: center;
    color: #fbad02;
}

.wp-pagenavi>a {
    color: inherit;
    text-decoration: none;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.aclub-slider {
    height: 300px;
    position: relative;
}

.aclub-slider img {
    width: 100%;
    height: auto;
    border: 0;
}

.aclub-slider__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.aclub-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    will-change: opacity;
    transition: opacity 1s;
}

.aclub-slider__item.current {
    opacity: 1;
    z-index: 2;
}

.aclub-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
}

.aclub-pager__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #623a8a;
    border: 1px solid #b777f8;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: background-color .2s;
}

.aclub-pager__item:hover {
    background-color: #fbad02;
}

.aclub-pager__item.current {
    background-color: #fbad02;
    cursor: default;
}

.aclub-vslider {
    height: 204px;
    width: 194px;
    overflow: hidden;
    position: relative;
}

.aclub-vslider__list {
    position: relative;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.aclub-vslider__list.moved {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.aclub-vslider__item {
    display: block;
}

.aclub-vslider__inner {
    margin: 0;
    padding: 10px 0;
}

.aclub-vslider__link {
    float: left;
    border: 1px solid #b777f8;
    transition: .2s box-shadow;
}

.aclub-vslider__link:hover {
    box-shadow: 0 0 20px #b777f8;
}

.aclub-vslider__link:hover .aclub-vslider__img {
    opacity: .7;
}

.aclub-vslider__img {
    display: block;
    width: 60px;
    height: 45px;
    transition: .2s opacity;
}

.aclub-vslider__entry {
    margin-left: 75px;
    font-size: 12px;
    line-height: 1.25;
    backface-visibility: hidden;
}

.aclub-vslider__name,
.aclub-vslider__sum {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aclub-vslider__sum {
    color: #fbad02;
    font-size: 15px;
}

.aclub-inner__side__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.aclub-side-reg {
    margin-bottom: 15px;
    text-align: center;
    color: #a4b9ff;
    text-shadow: 1px 1px 1px #6300f3;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}

.aclub-side-reg__link,
.aclub-side-reg__sms {
    display: block;
    margin-bottom: 10px;
}

.aclub-side-reg__text {
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
    color: #fffdcd;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -0.2px;
    position: relative;
}

.aclub-side-reg__btn {
    display: block;
    margin: 10px 0 20px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fffdcd;
    font-size: 14px;
    background-color: #faa;
    background-image: linear-gradient(to bottom, #faa 0%, #cb0202 10%, #6e0000 100%);
}

.aclub-side-reg__btn:hover {
    background-image: linear-gradient(to top, #faa 0%, #cb0202 10%, #6e0000 100%);
}

.aclub-side-reg__sms {
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
}

.aclub-side-reg__text:after,
.aclub-side-reg__sms:after,
.aclub-side-reg__sms:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #000 0, #b777f8 50%, #000 100%);
}

.aclub-side-reg__text:after,
.aclub-side-reg__sms:after {
    bottom: 0;
}

.aclub-side-reg__sms:before {
    top: 0;
}

.aclub-inner__side__title {
    display: block;
    padding: 5px 0;
    color: #fbad02;
    font-size: 17px;
    text-transform: uppercase;
}

.aclub-footer__fnav {
    padding-top: 25px;
}

.aclub-footer__pay,
.aclub-footer__awards {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.aclub-footer__sole {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    line-height: 1.2;
}

.aclub-footer__sole p {
    margin: 5px 0;
}

.contact_row p {
    margin: 15px 0;
}

.alignleft,
img.alignleft {
    margin-right: 20px;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 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;
}

.content_btn {
    display: inline-block;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    font-weight: bold;
    transition: .1s box-shadow;
}

.content_btn:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

#true_loadmore {
    clear: both;
    display: block;
    margin: 15px auto 10px auto;
    background-color: red;
    font-weight: bold;
    cursor: pointer;
    width: 95px;
    border-radius: 4px;
    padding: 15px 20px;
}

#true_loadmore:hover {
    background-color: #ff5050;
}

.mobile-menu {
    cursor: pointer;
    margin: 0px auto 10px 10px;
    width: 70px;
    display: none;
}

.mobile-menu-line {
    width: 70px;
    background-color: white;
    display: block;
    margin-top: 10px;
    height: 6px;
}

@media screen and (max-width: 1000px) {
    .aclub-wrap {
        width: 100%;
    }

    .aclub-header,
    .aclub-page,
    .aclub-footer {
        width: 98%;
    }
}

@media screen and (max-width: 930px) {
    .aclub-header__win__right {
        float: none;
        margin: 25px auto 10px auto;
        width: 290px;
    }

    .aclub-header__win__left {
        float: none;
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    iframe {
        max-width: 100%;
    }
}

@media screen and (max-width: 815px) {
    .aclub-header__mnav {
        display: none;
    }

    .aclub-header__anav {
        display: none;
    }

    .aclub-search {
        display: block;
        width: 195px;
        float: right;
    }

    .mobile-menu {
        display: block;
        margin: 0 auto 10px auto;
    }

    .aclub-header__addon {
        display: flex;
        flex-wrap: wrap;
    }

    .aclub-header__anav {
        order: 3;
        width: 100%;
    }

    .aclub-search {
        order: 2;
        margin-top: 7px;
        height: 34px;
    }

    .mobile-menu {
        order: 1;
    }

    .aclub-amenu>li {
        width: 100%;
    }

    .aclub-amenu>li:not(:last-of-type) {
        border-bottom: 1px solid rgba(67, 57, 85, 0.46);
    }

    .aclub-header__main {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 645px) {
    .aclub-header__logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 275px;
    }

    .aclub-header__reg {
        float: none;
        width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-menu {
        margin: 0 auto 20px auto;
    }

    .aclub-header__reg__btn {
        display: block;
        margin: 5px auto;
        width: 100px;
    }

    .aclub-header__win {
        display: none;
    }

    iframe {
        max-height: 250px;
    }

    .aclub-slot {
        display: none;
    }

    .aclub-404__title {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .aclub-404 {
        display: block;
    }

    .aclub-404__entry {
        text-align: center;
    }

    .alignright,
    .alignleft,
    .alignone {
        max-width: 150px;
        height: auto !important;
    }
}

@media screen and (max-width: 350px) {
    .aclub-header__reg__btn {
        padding: 0px 30px;
    }

    .aclub-header__reg {
        width: 290px;
    }

    .aclub-slot-btn {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1190px) {
    .aclub-inner {
        min-width: 0px;
        flex-wrap: wrap;
        flex: auto;
        justify-content: space-between;
    }

    .aclub-inner__page {
        order: 1;
        width: 100%;
        flex: auto;
    }

    .aclub-inner__side {
        order: 3;
    }

    .aclub-inner__side--1 {
        order: 2;
    }
}

@media screen and (max-width: 485px) {
    .aclub-inner__side {
        width: 100%;
        flex: auto;
    }
}

.b-modal {
    display: none;
    max-width: 385px;
    width: 100%;
    background: #26062f;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 51px -1px rgba(255, 0, 222, 0.68);
    -moz-box-shadow: 0px 0px 51px -1px rgba(255, 0, 222, 0.68);
    box-shadow: 0px 0px 51px -1px rgba(255, 0, 222, 0.68);
}

.b-modal.active {
    display: block;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 15;
}

.b-modal__wrap {
    display: flex;
}

.b-modal__title {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #15031b;
    color: #9f9f9f;
    font-weight: 700;
    font-size: 16px;
    width: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.b-modal__title.active {
    background-color: #31073d;
    border-radius: inherit;
    color: #fff;
}

.b-modal .b-cont {
    display: none;
    padding: 15px 40px;
}

.b-modal .b-cont.active {
    display: block;
}

.b-modal .single_slot_label {
    line-height: 20px;
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #806098;
    font-size: 12px;
    margin: 0;
    text-indent: 5px;
}

.b-modal .single_slot_label input.modal-input {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-45%);
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 2px;
    border: 1px solid #eaeef1;
    outline: 0;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    color: #a271be;
}

.b-modal .single_slot_label input[type="checkbox"] {
    float: left;
}

.b-modal .g-recaptcha {
    margin: 25px 0;
}

.b-modal .g-recaptcha div,
.b-modal .g-recaptcha iframe {
    width: 100% !important;
}

.b-modal .modal-submit {
    border: none;
    background: none;
    outline: 0;
    width: 100%;
    padding: 0;
}

.b-modal .modal-submit span {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    border: 0 solid;
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    transition: all .25s ease;
    vertical-align: top;
    white-space: nowrap;
    background-color: #27ad31;
    height: 48px;
    border-radius: 3px;
    font-size: 22px;
    line-height: 48px;
    width: 100%;
}

.b-modal .modal-submit span:hover {
    background-color: #228625;
}

.b-modal .b-modal__close {
    font-size: 26px;
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9d7198;
}

@media (max-width: 500px) {
    .b-modal .b-modal__close {
        right: 0;
    }
}

.g-video {
    margin: 15px auto;
    max-width: 600px;
}

.g-video__wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.g-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    outline: 0;
}

.ratings-cat {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .ratings-cat {
        display: block;
        text-align: center;
    }

    .ratings-cat .custom-rating {
        display: block;
    }
}

.main_video {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.main_video img {
    max-width: 100%;
}

.main_video .frame-wrapper {
    position: relative;
    text-align: center;
}

.main_video .frame-wrapper .play-but {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(../img/youtube.svg);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .7;
    cursor: pointer;
}

.main_video .frame-wrapper .play-but:hover {
    opacity: 1;
}

.comment-col {
    margin-top: 20px;
}

.comment-col h2 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.comments,
.comment-respond {
    padding: 15px 0;
}

.comments h3,
.comment-respond h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.commentlist {
    padding: 0;
}

.comment-respond form label {
    display: block;
    margin-bottom: 15px;
}

.comment-respond form label input.error,
.comment-respond form label textarea.error,
.comment-respond form textarea.error {
    border-color: red;
}

.comment-respond form label input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #c46bff;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    outline: none;
}

.comment-respond form label textarea,
.comment-respond form textarea {
    resize: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #c46bff;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    outline: none;
}

.comment-respond form input.submit {
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .1s box-shadow;
    cursor: pointer;
    border: 0;
}

.comment-respond form input.submit:hover {
    background-color: #9be500;
    background-image: linear-gradient(to top, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c;
}

.comment-respond form label span {
    display: block;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 10px;
}

.comment-respond form .response {
    margin-bottom: 20px;
}

.comment-respond form .response span {
    display: none;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
}

.comment-respond form .response span.active {
    color: green;
}

.comment-respond form .response span.error {
    color: red;
}

.comment-item {
    padding: 20px 0px;
    border-bottom: 1px solid #c46bff;
    list-style: none;
}

.comment-item .author {
    font-weight: 700;
    font-size: 18px;
}

.comment-item .time {
    font-size: 12px;
}

.comment-item .flex {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.home-slider .item {
    position: relative;
}

.home-slider .item .frame-wrap {
    position: relative;
    cursor: pointer;
}

.home-slider .item .frame-wrap .play-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px;
    background-image: url(../img/youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .7;
}

.home-slider .item .frame-wrap .description {
    position: absolute;
    bottom: 3px;
    left: 0;
    padding: 5px;
    background: rgba(78, 78, 78, 0.7);
    color: #fff;
    z-index: 2;
    line-height: 1.2;
    margin: 0;
    width: 96%;
}

.home-slider .item:hover .play-btn {
    opacity: 1;
}

.tns-outer {
    position: relative;
}

.tns-controls button {
    width: 40px;
    height: 30px;
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

.tns-controls button[data-controls="prev"] {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: inherit;
}

.modal_bg {
    display: none;
    position: fixed;
    z-index: 100;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal_bg.open {
    display: block;
}

#video_modal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -242px 0 0 -190px;
    display: none;
    z-index: 101;
}

#video_modal.open {
    display: block;
}

#video_modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #555;
    margin-right: -50px;
    opacity: .8;
    cursor: pointer;
}

#video_modal .close:after,
#video_modal .close:before {
    position: absolute;
    left: 23px;
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #333;
}

#video_modal .close:before {
    transform: rotate(45deg);
}

#video_modal .close:after {
    transform: rotate(-45deg);
}

.quiz {
    padding: 0 0px 20px 0px;
    max-width: 960px;
    margin: 0 auto;
}

.quiz ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quiz ul li {
    position: relative;
}

.quiz-question {
    font-weight: bold;
    display: block;
    padding: 30px 0 10px 0;
    margin: 0;
    font-size: 20px;
}

.quiz-answer {
    margin: 0;
    padding: 10px;
    background: #565656;
    margin-bottom: 5px;
    cursor: pointer;
}

.quiz-answer:hover {
    background: #eee;
    color: #333;
}

.quiz-answer:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #333;
    vertical-align: middle;
    margin-right: 10px;
}

.quiz-answer.active:before {
    background-color: #fff;
    border-color: #000;
}

.quiz-answer.correct:before {
    background-color: #fff;
    border-color: green;
}

.quiz-answer.correct:after {
    position: absolute;
    content: 'â˜‘';
    font-size: 24px;
    color: green;
    left: 8px;
    top: 4px;
}

.quiz-answer.incorrect:before {
    border-color: red;
}

.quiz-answer.incorrect:after {
    position: absolute;
    content: 'â˜’';
    font-size: 24px;
    color: red;
    left: 8px;
    top: 4px;
}

.quiz-answer.active.correct:before {
    outline: 2px solid green;
    outline-offset: 2px;
}

.quiz-answer.active.correct:after {
    position: absolute;
    content: 'â˜‘';
    font-size: 24px;
    color: green;
    left: 8px;
    top: 4px;
}

.quiz-result {
    max-width: 960px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.quiz-result.good {
    background: green;
}

.quiz-result.mid {
    background: orange;
}

.quiz-result.bad {
    background: red;
}

.back_to_top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    background-color: #c5ff4c;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    width: 50px;
    height: 50px;
    border-radius: 9px;
    z-index: 2;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}

.back_to_top img {
    max-width: 25px;
    height: auto;
    margin: 13px auto 0 auto;
}

.back_to_top-show {
    display: block;
}

#comment-col {
    margin-top: 30px;
    margin-bottom: 30px;
}

#comment-col .commentlist {
    border: 1px solid #c46bff;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 15px;
}

#comment-col .commentlist .comment .comment-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c46bff;
}

#comment-col .commentlist .comment .comment-item .comment-author .commentmetadata {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .comment-author .author {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .comment-author .author .fn {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .comment-author .date_time {
    font-size: 14px;
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .text-comment-content {
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .text-comment-content p {
    color: #fff !important;
}

#comment-col .commentlist .comment .comment-item .reply {
    text-align: right;
}

#comment-col .commentlist .comment .comment-item .reply a {
    display: inline-block;
    border: 1px solid #b777f8;
    padding: 5px 15px;
    color: #b777f8;
    text-decoration: none;
    transition: all 0.3s;
}

#comment-col .commentlist .comment .comment-item .reply a:hover {
    color: #fbad02;
    border: 1px solid #fbad02;
}

#comment-col .commentlist .comment ul.children {
    list-style-type: none;
    padding: 10px 0 10px 25px;
    box-sizing: border-box;
}

#comment-col .comment-respond {
    border: 1px solid #c46bff;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#comment-col .comment-respond .comment-reply-title {
    line-height: 1.5em;
    color: #fff !important;
    font-weight: normal;
    text-align: center;
}

#comment-col .comment-respond form .comment-form-author label {
    color: #fff !important;
}

#comment-col .comment-respond form .comment-form-author .author {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    color: #fff !important;
    text-shadow: none;
    background-color: #252525;
    border: 1px solid #66339900;
    transition: all 0.3s;
}

#comment-col .comment-respond form .comment-form-author .author:focus,
#comment-col .comment-respond form .comment-form-author .author:hover {
    background-color: #1b1b1b;
}

#comment-col .comment-respond form .logged-in-as a {
    color: #fff !important;
}

#comment-col .comment-respond form .comment-form-comment label {
    color: #fff !important;
}

#comment-col .comment-respond form .comment-form-comment textarea {
    width: 100%;
    display: inline-block;
    background-color: #252525;
    border: 1px solid #80808000;
    box-shadow: inset 0 0 8px #b777f8;
    box-sizing: border-box;
    padding: 10px;
    color: #fff !important;
}

#comment-col .comment-respond form .comment-form-comment textarea:focus,
#comment-col .comment-respond form .comment-form-comment textarea:hover {
    background-color: #1b1b1b;
}

#comment-col .comment-respond form .form-submit input.submit {
    padding: 10px 40px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #a90808;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}

#comment-col .comment-respond form .form-submit input.submit:hover {
    background-color: #940808;
}

@media screen and (max-width: 480px) {
    #comment-col .commentlist .comment ul.children {
        padding: 20px;
    }

    #comment-col .commentlist .comment .comment-item .comment-author .commentmetadata {
        flex-direction: column;
        text-align: center;
    }

    #comment-col .commentlist .comment .comment-item .text-comment-content {
        text-align: center;
    }

    #comment-col .commentlist .comment .comment-item .reply {
        text-align: center;
    }
}

.socials {
    display: flex;
    justify-content: center;
}

.socials a {
    background: url('../img/icons.png?v=1');
    height: 32px;
    width: 32px;
    margin: 0px 5px;
    border-radius: 50%;
}

.socials .vk {
    background-position-x: -64px;
}

.socials .od {
    background-position-x: -32px;
}

.socials .tel {
    background-position-x: 32px;
}

.new_quiz ul {
    padding-left: 0;
    list-style: none;
}

.new_quiz ul li {
    position: relative;
}

.new_quiz_wrap .quiz_title {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), -1px 1px 1px rgba(255, 255, 255, 0.2), 1px -1px 1px rgba(255, 255, 255, 0.2);
}

.new_quiz_wrap .quiz_description {
    color: #ff9800;
}

table {
    border-collapse: collapse;
    border: 1px;
}

.logo-strong {
    width: 273px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aclub-page__entry a.apk-btn {
    cursor: pointer;
    font-size: 100%;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background-color: #c5ff4c;
    border: 3px solid #1b8517;
    background-image: linear-gradient(to bottom, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00 100%);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
}

.ax-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
}

nav {
    border: 1px solid #f9b242;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}

nav a {
    text-decoration: none;
    line-height: 26px;
    color: #cf963e;
}