@charset "UTF-8";
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next, .slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: 0 0;
    color: transparent;
    outline: 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li, .slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: 0 0;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: 0;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

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 {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.15
}

body {
    margin: 0
}

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;
    -webkit-text-decoration: underline dotted;
    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: -.25em
}

sup {
    top: -.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: 1px dotted ButtonText
}

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
}

html {
    line-height: 1
}

body, html {
    height: 100%
}

body {
    background-color: #020100;
    background-position: top;
    background-repeat: repeat-y;
    color: #fff;
    font-family: Arial, sans-serif
}

body.no-bg {
    background-image: none
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

:focus {
    outline: 0
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

[data-pid] {
    cursor: pointer
}

.azn777-wrap {
    background-color: #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    width: 986px
}

.azn777-wrap.azn777-wrap--full {
    border: none;
    max-width: 1880px;
    padding: 0 7px;
    width: 100%
}

.azn777-page {
    flex: 1 0 auto;
    padding-top: 20px
}

.azn777-inner {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    margin: 0 -7px;
    min-width: 1170px;
    padding: 10px 0
}

.azn777-inner__page {
    flex: 1
}

.azn777-inner__side {
    flex: 0 0 220px
}

.azn777-inner__side--1 {
    order: -1
}

.azn777-inner__page, .azn777-inner__side {
    padding: 0 7px
}

.azn777-inner__panel {
    border: 3px solid #fbad02;
    border-radius: 3px;
    box-sizing: border-box;
    height: 100%;
    padding: 15px 10px
}

.azn777-footer, .azn777-header__width, .azn777-page {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    width: 100%
}

.azn777-header__addon:after, .azn777-header__win:after, .azn777-inner__entry:after, .azn777-list:after, .azn777-page:after, .azn777-page__entry:after, .azn777-vslider__inner:after, .clearfix:after {
    clear: both;
    content: "";
    display: table
}

.azn777-header {
    position: relative
}

.azn777-header .mobile-menu-close {
    display: none;
    display: 700px;
    font-size: 32px;
    left: 20px;
    position: absolute;
    top: 50px
}

.azn777-header .mobile-burger {
    display: none;
    z-index: 999
}

@media screen and (max-width: 815px) {
    .azn777-header .mobile-burger {
        align-items: center;
        background-color: #302d28;
        border-radius: 50%;
        flex-direction: column;
        height: 40px;
        justify-content: space-evenly;
        left: 10px;
        position: absolute;
        top: 15px;
        width: 40px
    }
}

.azn777-header .mobile-burger span {
    background-color: #fdc061;
    border-radius: 2px;
    height: 2px;
    margin: -9px 0;
    width: 50%
}

@media screen and (max-width: 815px) {
    .azn777-header .mobile-menu-close {
        display: block
    }

    .azn777-header .azn777-header__mnav {
        background-color: #f9c067;
        bottom: 0;
        display: block;
        left: -100%;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .4s;
        z-index: 999
    }

    .azn777-header .azn777-header__mnav.active {
        left: 0
    }

    .azn777-header .azn777-header__mnav form {
        display: none
    }

    .azn777-header .azn777-header__mnav .azn777-mmenu {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px
    }

    .azn777-header .azn777-header__mnav .azn777-mmenu li {
        width: 100%
    }

    .azn777-header .azn777-header__mnav .azn777-mmenu li a {
        color: #000;
        font-weight: 700
    }
}

.azn777-header__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 3px 0;
    position: relative
}

@media screen and (max-width: 815px) {
    .azn777-header__main {
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%
    }

    .azn777-header__main .azn777-header__logo {
        margin-bottom: 15px;
        order: -1;
        padding: 0
    }

    .azn777-header__main .azn777-header__reg__btn--reg {
        margin-top: 0
    }

    .azn777-header__main .azn777-header__main-soc {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        padding: 0
    }

    .azn777-header__main .azn777-header__main-soc .a2a_kit {
        margin-bottom: 15px
    }

    .azn777-header__main .azn777-header__main-soc .azn777-header__reg__btn--ent {
        margin: 0 0 15px
    }
}

@media screen and (max-width: 600px) {
    .azn777-header__main {
        justify-content: center
    }
}

.azn777-header__main > * {
    flex: 1
}

@media screen and (max-width: 815px) {
    .azn777-header__main > * {
        flex: inherit
    }
}

.azn777-header__main-soc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px
}

@media screen and (max-width: 1000px) {
    .azn777-header__main-soc {
        padding-left: 80px
    }
}

@media screen and (max-width: 600px) {
    .azn777-header__main-soc {
        justify-content: center;
        margin-right: 0;
        padding: 5px 0
    }
}

.azn777-header__main-soc .azn777-header__reg__btn--ent {
    letter-spacing: 1px;
    line-height: 41px;
    margin-right: 10px
}

.azn777-header__main-soc .a2a_kit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.azn777-header__main-soc .enter {
    font-size: 10px;
    margin-right: 10px
}

.azn777-header__logo {
    float: left
}

.azn777-header__logo img {
    display: block
}

.azn777-header__reg {
    float: right;
    font-size: 0;
    padding: 15px 0
}

.azn777-header__reg__btn {
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .1s;
    vertical-align: middle
}

.azn777-header__reg__btn--reg {
    background: #3daa45;
    border: 1px solid #3daa45;
    border-radius: 50px;
    color: #000;
    display: block;
    font-size: 18px;
    height: 40px;
    letter-spacing: 2px;
    margin: 10px auto;
    max-width: 200px;
    padding: 0;
    width: 100%
}

.azn777-header__reg__btn--reg:hover {
    background: #000;
    border: 1px solid #3daa45;
    color: #3daa45
}

.azn777-header__reg__btn--ent {
    background-color: #fdc061;
    border: 1px solid #fdc061;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    height: 37px;
    letter-spacing: 2px;
    line-height: 37px;
    padding: 0 15px;
    width: 100px
}

.azn777-header__reg__btn--ent:hover {
    background: #000;
    color: #fdc061
}

.azn777-header__win__left {
    float: left
}

.azn777-header__win__right {
    float: right
}

.azn777-header__win__title {
    height: 45px;
    margin: 0;
    padding: 0 50px;
    position: relative
}

.azn777-header__win__title:after, .azn777-header__win__title:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 45px
}

.azn777-header__win__title:before {
    background-image: linear-gradient(90deg, #000, #fff);
    left: 0
}

.azn777-header__win__title:after {
    background-image: linear-gradient(270deg, #000, #fff);
    right: 0
}

.azn777-header__win__text {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff, #00008b);
    -webkit-background-clip: text;
    color: #fff;
    display: block;
    font-size: 30px;
    letter-spacing: 3px;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    text-overflow: clip;
    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
}

.azn777-header__win__text--bg {
    padding: 11px 60px;
    position: relative
}

.azn777-header__win__text--bg:after, .azn777-header__win__text--bg:before {
    background-image: url(../img/spade.png);
    content: "";
    height: 57px;
    position: absolute;
    top: 0;
    width: 55px
}

.azn777-header__win__text--bg:before {
    left: 0
}

.azn777-header__win__text--bg:after {
    right: 0
}

.azn777-header__win {
    position: relative
}

.azn777-header__win .tns-nav {
    bottom: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10
}

.azn777-header__win .tns-nav button {
    background: #13100e;
    border: 1px solid #797979;
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    position: relative;
    width: 16px
}

.azn777-header__win .tns-nav button.tns-nav-active:before {
    display: block
}

.azn777-header__win .tns-nav button:before {
    background: #fdc061;
    border-radius: 5px;
    content: "";
    display: none;
    height: 10px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 10px
}

.azn777-header__mnav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 10px auto;
    position: relative
}

.azn777-header__mnav-2-wrapper {
    margin: 0 auto 20px;
    max-width: 920px;
    overflow-x: hidden;
    padding: 0 20px
}

.azn777-header__mnav-2 {
    height: 65px;
    overflow: hidden;
    position: relative
}

@media (max-width: 1499px) {
    .azn777-header__mnav-2 {
        height: 63px
    }
}

@media (max-width: 1199px) {
    .azn777-header__mnav-2 {
        height: 61px
    }
}

.azn777-header__mnav-2-inner {
    overflow-x: scroll;
    padding: 0 0 10px
}

.azn777-mmenu-2 {
    align-items: center;
    border-bottom: 4px solid #302d28;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .azn777-mmenu-2 {
        align-items: center;
        border-bottom: 0;
        flex-direction: column;
        justify-content: center;
        min-width: 980px;
        min-width: auto
    }
}

.azn777-mmenu-2 li {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: opacity .3s ease 0s
}

.azn777-mmenu-2 li > a, .azn777-mmenu-2 li > span {
    box-sizing: border-box;
    color: #f9b242;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width: 1499px) {
    .azn777-mmenu-2 li > a, .azn777-mmenu-2 li > span {
        font-size: 14px;
        letter-spacing: 0
    }
}

@media (max-width: 1199px) {
    .azn777-mmenu-2 li > a, .azn777-mmenu-2 li > span {
        font-size: 12px;
        letter-spacing: 0
    }
}

.azn777-mmenu-2 li > a span, .azn777-mmenu-2 li > span span {
    display: block;
    padding: 15px 0 20px;
    transition: transform 1s cubic-bezier(.2, 1, .3, 1) 0s, opacity .5s 0s
}

.azn777-mmenu-2 li > a:after, .azn777-mmenu-2 li > span:after {
    color: #f9b242;
    content: attr(data-text);
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 15px 0 20px;
    position: absolute;
    top: 0;
    transform: translate3d(0, 25%, 0);
    transition: transform 1s cubic-bezier(.2, 1, .3, 1) 0s, opacity .5s 0s;
    width: 100%
}

.azn777-mmenu-2 li > a:hover span, .azn777-mmenu-2 li > span:hover span {
    opacity: 0;
    transform: translate3d(0, -25%, 0)
}

.azn777-mmenu-2 li > a:hover:after, .azn777-mmenu-2 li > span:hover:after {
    opacity: 1;
    transform: translateZ(0)
}

.azn777-mmenu-2 li > a:hover:before, .azn777-mmenu-2 li > span:hover:before {
    background: #f9b242;
    border-radius: 4px;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.azn777-mmenu-2 li:hover:before {
    background: rgba(249, 178, 66, .3);
    border-radius: 4px;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.azn777-mmenu-2 li.current-menu-item {
    pointer-events: none
}

.azn777-mmenu-2 li.current-menu-item:before {
    background: #f9b242;
    border-radius: 4px;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.azn777-search {
    float: right;
    font-size: 0;
    padding: 0 10px 0 0;
    position: relative
}

.azn777-search .azn777-search__input {
    background: #302d28;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    height: 30px;
    padding: 0 20px;
    transition: background .3s ease-in-out;
    width: 202px
}

.azn777-search .azn777-search__btn {
    border: none;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 50px
}

.azn777-search__btn, .azn777-search__input {
    -webkit-appearance: none;
    background-color: #180226;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    vertical-align: middle
}

.azn777-search__input {
    border: 1px solid #5b4a7c;
    border-right: 0;
    color: #8e9197;
    padding: 0 10px;
    width: 160px
}

.azn777-search__input:focus {
    color: #fff
}

.azn777-search__btn {
    background-color: #fdc061;
    background-image: url(../img/icon_5.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #5b4a7c;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
    width: 34px
}

.azn777-amenu, .azn777-fmenu, .azn777-hmenu, .azn777-mmenu, .azn777-smenu {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.azn777-amenu > li > a, .azn777-fmenu > li > a, .azn777-hmenu > li > a, .azn777-mmenu > li > a, .azn777-smenu > li > a {
    transition: color .1s
}

.azn777-amenu .current-menu-item > a, .azn777-amenu .current-menu-item > span, .azn777-amenu > li > a:active, .azn777-amenu > li > a:hover, .azn777-fmenu .current-menu-item > a, .azn777-fmenu .current-menu-item > span, .azn777-fmenu > li > a:active, .azn777-fmenu > li > a:hover, .azn777-hmenu .current-menu-item > a, .azn777-hmenu .current-menu-item > span, .azn777-hmenu > li > a:active, .azn777-hmenu > li > a:hover, .azn777-mmenu .current-menu-item > a, .azn777-mmenu .current-menu-item > span, .azn777-mmenu > li > a:active, .azn777-mmenu > li > a:hover, .azn777-smenu .current-menu-item > a, .azn777-smenu .current-menu-item > span, .azn777-smenu > li > a:active, .azn777-smenu > li > a:hover {
    color: #fff
}

.azn777-hmenu > li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle
}

.azn777-hmenu > li:after {
    background-image: linear-gradient(180deg, #000 0, #000 20%, #623a8a 50%, #000 80%, #000);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.azn777-hmenu > li:first-child > a, .azn777-hmenu > li:first-child > span {
    padding-left: 0
}

.azn777-hmenu > li:first-child:after {
    display: none
}

.azn777-hmenu > li > a, .azn777-hmenu > li > span {
    color: #8e9197;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    text-decoration: none;
    white-space: nowrap
}

.azn777-hmenu .current-menu-item > a, .azn777-hmenu .current-menu-item > span, .azn777-hmenu > li > a:hover {
    background: url(../img/h-tmenu.png) bottom no-repeat
}

.azn777-mmenu {
    display: table;
    table-layout: fixed
}

.azn777-mmenu > li {
    display: table-cell;
    font-size: 15px;
    position: relative;
    text-align: center
}

.azn777-mmenu > li.current-menu-item, .azn777-mmenu > li:hover {
    background: rgba(253, 192, 97, .1)
}

.azn777-mmenu > li > a, .azn777-mmenu > li > span {
    color: #fdc061;
    display: block;
    font-family: Noto Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .1s ease-in-out
}

.azn777-mmenu > li > a:hover {
    background: rgba(253, 192, 97, .1);
    color: #fdc061;
    transition: all .1s ease-in-out
}

.azn777-mmenu__icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    margin: 0 3px 3px 0;
    vertical-align: middle;
    width: 25px
}

@keyframes fadeIn {
    0% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }
}

.azn777-amenu > li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle
}

.azn777-amenu > li:before {
    background-color: rgba(67, 57, 85, .46);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.azn777-amenu > li > a, .azn777-amenu > li > span {
    color: #8e9197;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none
}

.azn777-amenu .current-menu-item > a, .azn777-amenu .current-menu-item > span, .azn777-amenu > li > a:hover {
    background: rgba(133, 0, 255, .12) url(../img/h-amenu.png) bottom no-repeat
}

.azn777-smenu {
    border: 1px solid #b777f8;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 194px
}

.azn777-smenu > li {
    background-color: rgba(67, 57, 85, .46);
    border-top: 1px solid #b777f8;
    display: block;
    font-size: 15px
}

.azn777-smenu > li:first-child {
    border-top: none
}

.azn777-smenu > li > a, .azn777-smenu > li > span {
    color: #8e9197;
    display: block;
    line-height: 1.1;
    padding: 10px;
    text-decoration: none
}

.azn777-smenu .current-menu-item > a, .azn777-smenu .current-menu-item > span, .azn777-smenu > li > a:hover {
    background: rgba(133, 0, 255, .12) url(../img/h-amenu.png) bottom no-repeat
}

.azn777-fmenu {
    border-bottom: 1px solid #fdc061;
    padding-bottom: 20px;
    text-align: center
}

.azn777-fmenu > li {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle
}

.azn777-fmenu > li > a, .azn777-fmenu > li > span {
    color: #fdc061;
    display: block;
    font-family: Noto Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .1s ease-in-out
}

.cover-table {
    max-width: 100%;
    overflow: auto
}

.adapt-menu-icon, .media-mob, .menu-close-button {
    display: none
}

body.OverflowHiden {
    overflow: hidden
}

.cover-menu {
    display: none
}

@media screen and (max-width: 1000px) {
    .azn777-header__mnav-2-wrapper {
        display: none !important
    }

    .adapt-menu-icon {
        display: block
    }

    .cover-menu {
        background: #22227c;
        box-sizing: border-box;
        display: block;
        height: 100%;
        max-width: 320px;
        overflow: hidden;
        padding: 45px 10px 0;
        position: fixed;
        right: -320px;
        top: 0;
        transform: translate(0);
        transition: all .5s;
        transition-delay: .1s;
        width: 100%;
        z-index: 3001
    }

    .cover-menu .menu-close-button {
        background-color: transparent;
        box-sizing: border-box;
        display: block;
        height: 40px;
        left: 10px;
        position: absolute;
        top: 3px;
        width: 40px
    }

    .cover-menu .menu-close-button .line-white-menu {
        background-color: #fff;
        border-radius: 6px;
        display: block;
        height: 6px;
        left: 3px;
        position: absolute;
        right: 3px;
        top: 0;
        transition-delay: .3s;
        transition: .7s
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: calc(25% - 3px)
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: calc(50% - 3px)
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: calc(75% - 3px)
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        top: calc(50% - 3px);
        transform: rotate(45deg)
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        top: calc(50% - 3px);
        transform: rotate(-45deg)
    }

    .cover-menu.showmenu .line-white-menu {
        transform: scale(0)
    }

    .cover-menu > li > a > span.link-text {
        width: auto
    }

    .cover-menu.showmenu {
        overflow: auto;
        transform: translateX(-320px)
    }

    body .icon-menu-bg {
        opacity: 0;
        transition: opacity .5s
    }

    body .icon-menu-bg.showbg {
        background: rgba(0, 0, 0, .65);
        height: 100%;
        left: 0;
        opacity: 1;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000
    }

    body .show-menu-icon {
        display: block;
        height: 49px;
        margin: 0 auto;
        padding: 0;
        width: 49px
    }

    .cover-menu li .sub-menu li {
        padding: 0
    }

    .cover-menu li {
        align-items: center;
        background-color: transparent;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: flex-start;
        line-height: 1;
        padding: 0;
        text-align: center;
        width: 100%
    }

    .cover-menu li .sub-menu {
        box-shadow: none;
        padding-bottom: 0;
        position: static;
        width: 100%
    }

    .cover-menu li a, .cover-menu li span {
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 18px;
        min-height: auto;
        padding: 15px 5px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%
    }

    body .adapt-menu-icon {
        align-items: center;
        flex-direction: column;
        height: 40px;
        justify-content: space-evenly;
        left: 10px;
        position: absolute;
        top: 15px;
        width: 40px
    }

    body .adapt-menu-icon .line-white-menu {
        background-color: #fff;
        display: block;
        height: 6px;
        left: 5px;
        position: absolute;
        right: 5px;
        top: 0;
        transition-delay: .3s;
        transition: .7s
    }

    body .adapt-menu-icon .line-white-menu:first-child {
        top: calc(25% - 3px)
    }

    body .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: calc(50% - 3px)
    }

    body .adapt-menu-icon .line-white-menu:last-child {
        top: calc(75% - 3px)
    }
}

.azn777-inner__title, .azn777-page__title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

.azn777-slot {
    margin: 0 auto 25px;
    max-width: 920px;
    position: relative;
    width: 100%
}

.azn777-slot:after {
    content: "";
    display: block;
    padding-top: 75%
}

.azn777-slot__inner {
    background-color: #1a003f;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.azn777-slot__inner iframe {
    border: 0;
    height: 100%;
    outline: 0;
    overflow: hidden;
    width: 100%
}

.azn777-slot-btn {
    background-color: #fbad02;
    background-image: linear-gradient(180deg, #fbad02 0, #966701);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px #fede98, inset -2px -2px 2px #634401;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 25px;
    max-width: 920px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    text-transform: uppercase
}

.azn777-slot-btn:active, .azn777-slot-btn:hover {
    background-image: linear-gradient(0deg, #fbad02 0, #966701);
    color: inherit
}

h1 {
    color: #ededed;
    font-size: 36px !important;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px !important
    }
}

.azn777-404__entry, .azn777-inner__entry, .azn777-page__entry {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px
}

.azn777-404__entry h2, .azn777-inner__entry h2, .azn777-page__entry h2 {
    font-size: 28px !important
}

.azn777-404__entry h1, .azn777-404__entry h2, .azn777-404__entry h3, .azn777-inner__entry h1, .azn777-inner__entry h2, .azn777-inner__entry h3, .azn777-page__entry h1, .azn777-page__entry h2, .azn777-page__entry h3 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width: 480px) {
    .azn777-404__entry h1, .azn777-404__entry h2, .azn777-404__entry h3, .azn777-inner__entry h1, .azn777-inner__entry h2, .azn777-inner__entry h3, .azn777-page__entry h1, .azn777-page__entry h2, .azn777-page__entry h3 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 680px) {
    .azn777-404__entry h1 img, .azn777-404__entry h2 img, .azn777-404__entry h3 img, .azn777-inner__entry h1 img, .azn777-inner__entry h2 img, .azn777-inner__entry h3 img, .azn777-page__entry h1 img, .azn777-page__entry h2 img, .azn777-page__entry h3 img {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.azn777-404__entry ol, .azn777-404__entry p, .azn777-404__entry ul, .azn777-inner__entry ol, .azn777-inner__entry p, .azn777-inner__entry ul, .azn777-page__entry ol, .azn777-page__entry p, .azn777-page__entry ul {
    margin: 15px 0
}

.azn777-404__entry a, .azn777-inner__entry a, .azn777-page__entry a {
    color: #b777f8
}

.azn777-404__entry a:active, .azn777-404__entry a:hover, .azn777-inner__entry a:active, .azn777-inner__entry a:hover, .azn777-page__entry a:active, .azn777-page__entry a:hover {
    color: #fbad02;
    text-decoration: none
}

.azn777-404__entry a:visited, .azn777-inner__entry a:visited, .azn777-page__entry a:visited {
    color: #c5ff4c
}

.azn777-inner__entry {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px
}

.azn777-crumbs {
    color: #b777f8;
    font-size: 0;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0
}

.azn777-inner .azn777-crumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px
}

.azn777-crumbs__item {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle
}

.azn777-crumbs__item:last-child {
    margin-right: 0
}

.azn777-crumbs__link {
    color: inherit;
    text-decoration: none
}

.azn777-crumbs__link:hover {
    color: #fbad02
}

.azn777-crumbs__link .azn777-crumbs__inner {
    text-decoration: underline
}

.azn777-page__entry nav {
    background: #200d03;
    border: 1px solid #f9b242;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 15px
}

@media screen and (max-width: 815px) {
    .azn777-page__entry nav {
        border: none;
        padding: 5px 10px
    }
}

.azn777-page__entry nav a {
    color: #f9b242;
    line-height: 25px;
    text-decoration: none
}

@media screen and (max-width: 815px) {
    .azn777-page__entry nav a {
        line-height: 1.2
    }
}

.azn777-page__entry nav a:hover {
    text-decoration: underline
}

.azn777-list {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0;
    text-align: center
}

.azn777-list__item {
    display: inline-block;
    margin: 5px;
    min-height: 1px;
    text-align: left;
    width: 170px
}

@media screen and (max-width: 400px) {
    .azn777-list__item {
        width: 140px
    }
}

.azn777-list__item .list-ref {
    background: #3daa45;
    border: 1px solid #3daa45;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 2px;
    line-height: 37px;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px
}

@media screen and (max-width: 768px) {
    .azn777-list__item .list-ref {
        height: 100%;
        opacity: 0;
        width: 100%
    }
}

.azn777-list__item .list-ref:hover {
    background: #000;
    border: 1px solid #3daa45;
    text-decoration: none
}

.azn777-list__item:hover .list-ref {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .azn777-list__item:hover .list-ref {
        opacity: 0
    }
}

.azn777-list__inner {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    transition: bacground-color .2s;
    z-index: 1
}

.azn777-list__inner:hover .azn777-list__img {
    opacity: .7
}

.azn777-list__inner:hover .azn777-list__btn {
    opacity: 1
}

.azn777-list__inner:hover .azn777-list__btn--main {
    transform: translateY(80px)
}

.azn777-list__inner:hover .azn777-list__btn--alt {
    transform: translateY(-80px)
}

.azn777-list__thumb {
    overflow: hidden;
    padding: 10px 0;
    position: relative
}

.azn777-list__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    transition: opacity .2s
}

.azn777-list__btn {
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 15px;
    height: 40px;
    left: 10px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    transition-duration: .2s;
    transition-property: transform, opacity, box-shadow
}

.azn777-list__btn--main {
    background-color: #c5ff4c;
    background-image: linear-gradient(180deg, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00);
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    top: -40px
}

.azn777-list__btn--main:hover {
    background-color: #9be500;
    background-image: linear-gradient(0deg, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #567f00);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c
}

.azn777-list__btn--alt {
    background-color: #00a2ff;
    background-image: linear-gradient(180deg, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199);
    bottom: -40px;
    box-shadow: inset 1px 1px 1px #00a2ff, inset -1px -1px 1px #00a2ff
}

.azn777-list__btn--alt:hover {
    background-color: #006199;
    background-image: linear-gradient(0deg, #00a2ff 0, #00a2ff 45%, #0092e6 50%, #006199);
    box-shadow: inset 1px 1px 40px #00a2ff, inset -1px -1px 40px #00a2ff
}

.azn777-list__entry {
    display: flex;
    height: 50px;
    padding: 0 10px
}

.azn777-list__title {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin: auto;
    max-height: 16px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%
}

.azn777-404 {
    display: flex;
    margin: 0 0 25px;
    padding: 0
}

.azn777-404__title {
    color: #fbad02;
    float: left;
    font-size: 110px;
    font-weight: 400;
    line-height: 1;
    margin: 60px
}

.azn777-404__entry {
    margin: auto;
    width: 100%
}

.wp-pagenavi {
    color: #fbad02;
    text-align: center
}

.wp-pagenavi > a {
    color: inherit;
    text-decoration: none
}

.wp-pagenavi > a, .wp-pagenavi > span {
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

.azn777-slider {
    height: 300px;
    position: relative
}

.azn777-slider img {
    border: 0;
    height: auto;
    width: 100%
}

.azn777-slider__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.azn777-slider__item {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s;
    will-change: opacity;
    z-index: 1
}

.azn777-slider__item.current {
    opacity: 1;
    z-index: 2
}

.azn777-pager {
    bottom: 20px;
    box-sizing: border-box;
    left: 0;
    padding-right: 20px;
    position: absolute;
    text-align: right;
    width: 100%
}

.azn777-pager__item {
    background-color: #623a8a;
    border: 1px solid #b777f8;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    position: relative;
    transition: background-color .2s;
    vertical-align: middle;
    width: 10px;
    z-index: 3
}

.azn777-pager__item:hover {
    background-color: #fbad02
}

.azn777-pager__item.current {
    background-color: #fbad02;
    cursor: default
}

.azn777-vslider {
    height: 204px;
    overflow: hidden;
    position: relative;
    width: 194px
}

.azn777-vslider__list {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    will-change: transform
}

.azn777-vslider__list.moved {
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: ease-in-out
}

.azn777-vslider__item {
    display: block
}

.azn777-vslider__inner {
    margin: 0;
    padding: 10px 0
}

.azn777-vslider__link {
    border: 1px solid #b777f8;
    float: left;
    transition: box-shadow .2s
}

.azn777-vslider__link:hover {
    box-shadow: 0 0 20px #b777f8
}

.azn777-vslider__link:hover .azn777-vslider__img {
    opacity: .7
}

.azn777-vslider__img {
    display: block;
    height: 45px;
    transition: opacity .2s;
    width: 60px
}

.azn777-vslider__entry {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 12px;
    line-height: 1.25;
    margin-left: 75px
}

.azn777-vslider__name, .azn777-vslider__sum {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.azn777-vslider__sum {
    color: #fbad02;
    font-size: 15px
}

.azn777-inner__side__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.azn777-side-reg {
    color: #a4b9ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #6300f3
}

.azn777-side-reg__link, .azn777-side-reg__sms {
    display: block;
    margin-bottom: 10px
}

.azn777-side-reg__text {
    font-size: 15px;
    letter-spacing: -.2px;
    padding-bottom: 10px;
    position: relative;
    text-shadow: none
}

.azn777-side-reg__btn, .azn777-side-reg__text {
    color: #fffdcd;
    display: block;
    text-transform: uppercase
}

.azn777-side-reg__btn {
    background-color: #faa;
    background-image: linear-gradient(180deg, #faa 0, #cb0202 10%, #6e0000);
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 20px;
    text-align: center;
    text-decoration: none
}

.azn777-side-reg__btn:hover {
    background-image: linear-gradient(0deg, #faa 0, #cb0202 10%, #6e0000)
}

.azn777-side-reg__sms {
    margin-top: 20px;
    padding: 10px 0;
    position: relative
}

.azn777-side-reg__sms:after, .azn777-side-reg__sms:before, .azn777-side-reg__text:after {
    background-image: linear-gradient(90deg, #000 0, #b777f8 50%, #000);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.azn777-side-reg__sms:after, .azn777-side-reg__text:after {
    bottom: 0
}

.azn777-side-reg__sms:before {
    top: 0
}

.azn777-inner__side__title {
    color: #fbad02;
    display: block;
    font-size: 17px;
    padding: 5px 0;
    text-transform: uppercase
}

.azn777-footer__fnav {
    padding-top: 25px
}

.azn777-footer__awards, .azn777-footer__pay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    text-align: center
}

.azn777-footer__awards div, .azn777-footer__pay div {
    margin: 0 10px
}

.azn777-footer__awards img {
    max-height: 60px
}

.icon-itechlabs {
    background-position: 0 -1869px
}

.icon-itechlabs, .icon-pagi {
    background-image: url(../img/images-list-s930e7a9051.png?v=1.0);
    background-repeat: no-repeat;
    display: block;
    height: 53px;
    overflow: hidden;
    width: 53px
}

.icon-pagi {
    background-position: 0 -3353px
}

.azn777-footer__sole {
    color: #ccc;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 0;
    text-align: center
}

.azn777-footer__sole p {
    margin: 5px 0
}

.certificate-1 span {
    background-image: url(../img/certificate-1.jpg);
    height: 66px;
    width: 154px
}

.certificate-1 span, .certificate-2 span {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden
}

.certificate-2 span {
    background-image: url(../img/certificate-2.jpg);
    height: 55px;
    width: 155px
}

.certificate-3 span {
    background-image: url(../img/certificate-3.jpg);
    height: 59px;
    width: 256px
}

.certificate-3 span, .certificate-4 span {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    overflow: hidden
}

.certificate-4 span {
    background-image: url(../img/certificate-4.jpg);
    height: 43px;
    width: 166px
}

.seal_ctv_65 span {
    background-image: url(../img/seal_ctv_65.png);
    width: 53px
}

.play-fortuna-slot1m span, .seal_ctv_65 span {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    overflow: hidden
}

.play-fortuna-slot1m span {
    background-image: url(../img/play-fortuna-slot1m.png);
    width: 60px
}

.comodo_secure span {
    background-image: url(../img/comodo_secure_seal_113x59_transp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 59px;
    overflow: hidden;
    width: 113px
}

.alignleft, img.alignleft {
    float: left;
    margin-right: 20px
}

.alignright, img.alignright {
    float: right;
    margin-left: 20px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center
}

.wp-caption img {
    border: 0;
    margin: 0;
    padding: 0
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

.content_btn {
    background-color: #c5ff4c;
    background-image: linear-gradient(180deg, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00);
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #c5ff4c, inset -1px -1px 1px #c5ff4c;
    color: #000 !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .1s;
    vertical-align: middle
}

.content_btn:hover {
    background-color: #9be500;
    background-image: linear-gradient(0deg, #c5ff4c 0, #c5ff4c 45%, #9be500 50%, #1f2d00);
    box-shadow: inset 1px 1px 40px #c5ff4c, inset -1px -1px 40px #c5ff4c
}

#true_loadmore {
    background-color: red;
    border-radius: 4px;
    clear: both;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 15px auto 10px;
    padding: 15px 20px;
    width: 95px
}

#true_loadmore:hover {
    background-color: #ff5050
}

.mobile-menu {
    cursor: pointer;
    display: none;
    margin: 0 auto 10px 10px;
    width: 70px
}

.mobile-menu-line {
    background-color: #fff;
    display: block;
    height: 6px;
    margin-top: 10px;
    width: 70px
}

@media screen and (max-width: 1000px) {
    .azn777-wrap {
        width: 100%
    }

    .azn777-footer, .azn777-header, .azn777-page {
        margin: 0 auto;
        width: 98%
    }
}

@media screen and (max-width: 930px) {
    .azn777-header__win__right {
        float: none;
        margin: 25px auto 10px;
        width: 290px
    }

    .azn777-header__win__left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 600px
    }

    iframe {
        max-width: 100%
    }
}

@media screen and (max-width: 815px) {
    .azn777-header__main {
        background: #020100;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 100
    }

    .azn777-header__mnav-2-wrapper {
        padding-top: 155px
    }

    .azn777-header__logo {
        padding-right: 10px
    }

    .azn777-header__anav, .azn777-header__mnav {
        display: none
    }

    .azn777-search {
        display: block;
        float: right;
        width: 195px
    }

    .mobile-menu {
        display: block
    }

    .azn777-header__addon {
        display: flex;
        flex-wrap: wrap
    }

    .azn777-header__anav {
        order: 3;
        width: 100%
    }

    .azn777-search {
        box-sizing: border-box;
        float: none;
        height: 34px;
        margin: 7px auto 0;
        order: 2;
        text-align: center;
        width: 300px
    }

    .azn777-search .azn777-search__input {
        right: 10px;
        width: 260px
    }

    .mobile-menu {
        order: 1
    }

    .azn777-amenu > li {
        width: 100%
    }

    .azn777-amenu > li:not(:last-of-type) {
        border-bottom: 1px solid rgba(67, 57, 85, .46)
    }

    .azn777-page {
        padding-top: 164px
    }
}

@media screen and (max-width: 645px) {
    .azn777-header__logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 0;
        width: 275px
    }

    .azn777-header__logo img {
        margin: 0 auto
    }

    .azn777-header__reg {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 330px
    }

    .azn777-header__win {
        display: none
    }

    iframe {
        max-height: 250px
    }

    .azn777-slot {
        display: none
    }

    .azn777-404__title {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center
    }

    .azn777-404 {
        display: block
    }

    .azn777-404__entry {
        text-align: center
    }

    .alignleft, .alignone, .alignright {
        height: auto !important;
        max-width: 150px
    }
}

@media screen and (max-width: 425px) {
    .azn777-header__logo img {
        margin-top: 10px;
        max-width: 180px
    }
}

@media screen and (max-width: 350px) {
    .azn777-header__reg {
        width: 290px
    }

    .azn777-slot-btn {
        font-size: 22px;
        height: 60px;
        line-height: 60px
    }
}

@media screen and (max-width: 1190px) {
    .azn777-inner {
        flex: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        min-width: 0
    }

    .azn777-inner__page {
        flex: auto;
        order: 1;
        width: 100%
    }

    .azn777-inner__side {
        order: 3
    }

    .azn777-inner__side--1 {
        order: 2
    }
}

@media screen and (max-width: 485px) {
    .azn777-inner__side {
        flex: auto;
        width: 100%
    }
}

body .a2a_svg {
    height: 27px;
    line-height: 27px;
    width: 27px
}

.crumbs li > span {
    color: #fff
}

.crumbs li a, .crumbs li a span {
    color: #fdc061
}

.crumbs li {
    display: inline-block;
    margin-right: 3px
}

.crumbs {
    list-style-type: none;
    padding-left: 0
}

.mobile-hidden {
    display: inline-block !important
}

.desctop-hidden {
    display: none !important
}

.buttons-response {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

.azn777-header__reg__btn--reg {
    border-left: 2px solid #000;
    font-size: 14px;
    height: 37px;
    letter-spacing: 1px;
    margin: 0;
    width: 170px
}

.azn777-header__reg__btn--ent:not(.circle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    letter-spacing: 1px;
    line-height: 41px
}

.azn777-header__main .azn777-header__reg__btn--reg {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    letter-spacing: 1px;
    line-height: 41px
}

@media screen and (max-width: 815px) {
    .mobile-hidden {
        display: none !important
    }

    .desctop-hidden {
        display: inline-block !important
    }
}

#comment-col {
    margin: 30px auto;
    max-width: 920px
}

#comment-col .commentlist {
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 15px 30px;
    position: relative
}

#comment-col .commentlist .comment .comment-item {
    background: #191b20;
    border: 2px solid #fdc061;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%
}

#comment-col .commentlist .comment .comment-item .comment-author .commentmetadata {
    color: #fff !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#comment-col .commentlist .comment .comment-item .comment-author .author {
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700
}

#comment-col .commentlist .comment .comment-item .comment-author .author .fn {
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

#comment-col .commentlist .comment .comment-item .comment-author .date_time {
    color: #fff !important;
    font-size: 14px
}

#comment-col .commentlist .comment .comment-item .text-comment-content, #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 {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    transition: all .3s
}

#comment-col .commentlist .comment .comment-item .reply a:hover {
    border: 1px solid #fdc061;
    color: #fdc061
}

#comment-col .commentlist .comment ul.children {
    box-sizing: border-box;
    list-style-type: none;
    padding: 10px 0 10px 25px
}

#comment-col .comment-respond {
    border: 1px solid #fdc061;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%
}

#comment-col .comment-respond .comment-reply-title {
    color: #fff !important;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center
}

#comment-col .comment-respond form .comment-form-author label, #comment-col .comment-respond form .comment-form-email label {
    color: #fff !important
}

#comment-col .comment-respond form .comment-form-author #email, #comment-col .comment-respond form .comment-form-author .author, #comment-col .comment-respond form .comment-form-email #email, #comment-col .comment-respond form .comment-form-email .author {
    background-color: #191b20;
    border: 1px solid #66339900;
    box-sizing: border-box;
    color: #fff !important;
    padding: 10px;
    text-shadow: none;
    transition: all .3s;
    width: 100%
}

#comment-col .comment-respond form .comment-form-author #email:focus, #comment-col .comment-respond form .comment-form-author #email:hover, #comment-col .comment-respond form .comment-form-author .author:focus, #comment-col .comment-respond form .comment-form-author .author:hover, #comment-col .comment-respond form .comment-form-email #email:focus, #comment-col .comment-respond form .comment-form-email #email:hover, #comment-col .comment-respond form .comment-form-email .author:focus, #comment-col .comment-respond form .comment-form-email .author:hover {
    background-color: #191b20
}

#comment-col .comment-respond form .comment-form-comment label, #comment-col .comment-respond form .logged-in-as a {
    color: #fff !important
}

#comment-col .comment-respond form .comment-form-comment textarea {
    background-color: #191b20;
    border: 1px solid #80808000;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    padding: 10px;
    width: 100%
}

#comment-col .comment-respond form .comment-form-comment textarea:focus, #comment-col .comment-respond form .comment-form-comment textarea:hover {
    background-color: #191b20
}

#comment-col .comment-respond form .form-submit input.submit {
    background-color: #fdc061;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: all .3s
}

#comment-col .comment-respond form .form-submit input.submit:hover {
    background-color: rgba(253, 192, 97, .8)
}

#wp-comment-cookies-consent {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    width: 17px
}

#commentform {
    display: flex;
    flex-direction: row;
    flex-flow: wrap
}

.comment-form-email {
    flex: 1;
    order: -1
}

.comment-form-author {
    flex: 1;
    margin-left: 10px
}

.comment-form-comment {
    width: 100%
}

.comment-form-cookies-consent {
    align-items: center;
    display: flex;
    justify-content: center
}

.comment-form-cookies-consent label {
    padding-left: 10px
}

.comment-form-cookies-consent input, .comment-form-cookies-consent label {
    display: inline-block
}

@media screen and (max-width: 480px) {
    #comment-col .commentlist {
        padding: 15px 10px
    }

    #comment-col .commentlist .comment ul.children {
        padding: 10px 0
    }

    #comment-col .commentlist .comment .comment-item .comment-author .commentmetadata {
        flex-direction: column;
        text-align: left
    }

    #comment-col .commentlist .comment .comment-item .reply, #comment-col .commentlist .comment .comment-item .text-comment-content {
        text-align: left
    }
}

.b-game {
    overflow: hidden
}

.b-game .b-game__item {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -4px 0 0;
    min-width: 230px;
    padding: 8px;
    width: 25%
}

.b-game .game-item {
    background: #302d28;
    padding: 2px;
    position: relative
}

.b-game .i-tape__new {
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2387px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 77px
}

.b-game .game-item__image {
    display: block;
    height: auto;
    width: 100%
}

.b-game .game-hover {
    align-items: center;
    background: rgba(19, 16, 14, .8);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all .1s ease-in-out;
    z-index: 15
}

.b-game .game-item__title {
    box-sizing: border-box;
    color: #ededed;
    font-family: Noto Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%
}

.b-game .game-hover__btn-wrap {
    padding: 5% 0 0;
    position: relative;
    text-align: center
}

.b-game .game-hover__btn-onmoney {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%
}

.b-game .game-hover__btn-demo {
    display: inline-block;
    margin: 6% 0 0
}

.b-game .btn {
    background-color: transparent;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Noto Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 38px;
    margin: 0 auto;
    max-width: 200px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.b-game .game-item:hover .game-hover {
    transform: scale(1);
    transition: all .1s ease-in-out
}

.b-game .game-hover__btn-demo, .b-game .game-hover__btn-onmoney {
    white-space: nowrap
}

.b-game .btn-link {
    color: #dcd9d5;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%
}

.b-game .btn-green {
    background: #3daa45;
    border: 1px solid #3daa45;
    border-radius: 50px
}

.b-game .btn-green:hover {
    background: #000;
    border: 1px solid #3daa45;
    color: #3daa45
}

.b-game .btn:hover {
    transition: background .1s ease-in-out
}

@media screen and (max-width: 480px) {
    .b-game .b-game__item {
        min-width: 150px;
        width: 50%
    }

    .b-game .btn {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 30px
    }
}

.search {
    display: block;
    width: 100%
}

.btn-download-apk {
    border: 1px solid #f9b242;
    border-radius: 5px;
    box-sizing: border-box;
    color: #f9b242;
    font-family: Noto Sans, Arial, Helvetica, sans-serif;
    margin: 0 20px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase
}

.footer-apk {
    background: #13100e;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 16
}

@media (max-width: 815px) {
    .footer-apk {
        display: flex
    }
}

.footer-apk-btn {
    border: 1px solid #f9b242;
    border-radius: 5px;
    box-sizing: border-box;
    color: #f9b242;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase
}

.footer-apk-btn:hover {
    background-color: #f9b242;
    color: #13100e
}

@media (max-width: 480px) {
    .azn777-page__entry, .azn777-page__title {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 680px) {
    .azn777-page__entry img, .azn777-page__title img {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.up_button {
    bottom: 10%;
    height: 40px;
    position: fixed;
    right: 10%;
    width: 40px;
    z-index: 111
}

.azn777-page__entry a.apk-btn {
    background: linear-gradient(180deg, #fdc061 0, #daa520 50%, #fdc061);
    border: 1px solid #daa520;
    border-radius: 50px;
    bottom: 5px;
    color: #000;
    height: 40px;
    left: 20px;
    line-height: 40px;
    margin: auto auto 7px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    width: 207px
}

#up_button {
    align-items: center;
    background: #d4b37a;
    border: none;
    border-radius: 50%;
    bottom: 60px;
    box-shadow: -1px 2px 6px #0000006b;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 10px;
    position: fixed;
    right: 60px;
    transition: all .3s;
    width: 50px;
    z-index: 10
}

@media screen and (max-width: 480px) {
    #up_button {
        bottom: 20px;
        right: 20px
    }
}

.btn-container {
    margin: 15px 0;
    text-align: center
}

.btn-container .btn {
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 12px 40px 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .1s ease;
    vertical-align: middle
}

.btn-container .btn--green {
    background: #3daa45;
    border: 1px solid #3daa45
}

.btn-container .btn--green:visited {
    color: #000
}

.btn-container .btn--green:hover {
    background: #000;
    color: #3daa45
}

.table-st {
    border: 2px;
    margin: auto;
    margin-top: 10px;
    background: linear-gradient(to left top, rgba(51, 51, 51, 0.5), rgba(99, 125, 150));
    width: 90%;
}

.table-st td {
    text-align: center;
    width: 40%;
    border: 1px solid #e4f4ff;
    border-radius: 5px;
    color: #ffffff;
    height: 24px;

}

.table-st th {
    text-align: center;
    width: 40%;
    border: 1px solid #e4f4ff;
    background: linear-gradient(to left top, rgba(51, 51, 51, 0.5), rgb(6, 80, 142));
    border-radius: 5px;
    color: #ffffff;
    height: 24px;

}

ul.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;

}

ul.custom-list li {
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    background: linear-gradient(to left top, rgba(51, 51, 51, 0.5), rgba(99, 125, 150));
    color: white;
    border-radius: 10px;
    position: relative;
}

ul.custom-list li::before {
    content: '★';
    position: absolute;
    left: 10px;
    color: white;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ol.custom-list {
    counter-reset: custom-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.custom-list li {
    counter-increment: custom-counter;
    margin: 15px 0;
    padding: 10px 10px 10px 40px;
    background: linear-gradient(to left top, rgba(51, 51, 51, 0.5), rgba(99, 125, 150));
    color: white;
    border-radius: 10px;
    position: relative;
}

ol.custom-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    left: 10px;
    color: white;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}


.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #f9b242;
}

