@charset 'UTF-8';.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    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 {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 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 {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir=rtl] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir=rtl] .slick-next:before {
    content: 'â†';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.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 {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,.slick-track:before {
    display: table;
    content: '';
}

.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 {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.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 {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,select {
    text-transform: none;
}

[type="reset"],[type="submit"],button,html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],template {
    display: none;
}

html {
    height: 100%;
    line-height: 1;
}

body {
    height: 100%;
    font-family: "Arial", sans-serif;
    color: #fff;
    background-color: #020100;
    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;
}

.azn777-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;
    box-sizing: border-box;
}

.azn777-wrap.azn777-wrap--full {
    padding: 0 7px;
    width: 100%;
    border: none;
    max-width: 1880px;
}

.azn777-page {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.azn777-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;
}

.azn777-inner__page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.azn777-inner__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.azn777-inner__side--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.azn777-inner__page,.azn777-inner__side {
    padding: 0 7px;
}

.azn777-inner__panel {
    height: 100%;
    padding: 15px 10px;
    border: 3px solid #fbad02;
    border-radius: 3px;
    box-sizing: border-box;
}

.azn777-header__width,.azn777-page,.azn777-footer {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.clearfix:after,.azn777-header__win:after,.azn777-header__addon:after,.azn777-page:after,.azn777-list:after,.azn777-vslider__inner:after,.azn777-page__entry:after,.azn777-inner__entry:after {
    content: "";
    display: table;
    clear: both;
}

.azn777-header {
    position: relative;
}

.azn777-header .mobile-menu-close {
    display: none;
    position: absolute;
    font-size: 32px;
    display: 700px;
    left: 20px;
    top: 50px;
}

.azn777-header .mobile-burger {
    display: none;
    z-index: 999;
}

@media screen and (max-width: 815px) {
    .azn777-header .mobile-burger {
        flex-direction:column;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 15px;
        left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #302d28;
    }
}

.azn777-header .mobile-burger span {
    height: 2px;
    width: 50%;
    margin: -9px 0px;
    background-color: #fdc061;
    border-radius: 2px;
}

@media screen and (max-width: 815px) {
    .azn777-header .mobile-menu-close {
        display:block;
    }

    .azn777-header .azn777-header__mnav {
        background-color: #f9c067;
        margin: 0;
        display: block;
        z-index: 999;
        position: fixed;
        transition: all 0.4s;
        left: -100%;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .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 {
        font-weight: 700;
        color: #000;
    }
}

.azn777-header__main {
    padding: 3px 0;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

@media screen and (max-width: 815px) {
    .azn777-header__main {
        flex-wrap:wrap;
        width: 100%;
        flex-direction: column;
    }

    .azn777-header__main .azn777-header__logo {
        order: -1;
        padding: 0;
        margin-bottom: 15px;
    }

    .azn777-header__main .azn777-header__reg__btn--reg {
        margin-top: 0px;
    }

    .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;
        margin-bottom: 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 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    margin-right: 20px;
}

@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 {
    margin-right: 10px;
}

.azn777-header__main-soc .a2a_kit {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.azn777-header__main-soc .enter {
    margin-right: 10px;
    font-size: 10px;
}

.azn777-header__logo {
    float: left;
}

.azn777-header__logo img {
    display: block;
}

.azn777-header__reg {
    float: right;
    padding: 15px 0;
    font-size: 0;
}

.azn777-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: 0.1s box-shadow;
}

.azn777-header__reg__btn--reg {
    max-width: 200px;
    width: 100%;
    height: 40px;
    padding: 0;
    display: block;
    margin: 10px auto;
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
}

.azn777-header__reg__btn--reg:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45;
}

.azn777-header__reg__btn--ent {
    width: 100px;
    color: #000;
    letter-spacing: 2px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    padding: 0 15px;
    border: 1px solid #fdc061;
    background-color: #fdc061;
}

.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:before,.azn777-header__win__title:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 45px;
}

.azn777-header__win__title:before {
    left: 0;
    background-image: linear-gradient(to right,#000,#fff);
}

.azn777-header__win__title:after {
    right: 0;
    background-image: linear-gradient(to left,#000,#fff);
}

.azn777-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;
}

.azn777-header__win__text--bg {
    position: relative;
    padding: 11px 60px;
}

.azn777-header__win__text--bg:before,.azn777-header__win__text--bg:after {
    content: "";
    width: 55px;
    height: 57px;
    position: absolute;
    top: 0;
    background-image: url(../img/spade.png);
}

.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 {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.azn777-header__win .tns-nav button {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    background: #13100e;
    border: 1px solid #797979;
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

.azn777-header__win .tns-nav button.tns-nav-active:before {
    display: block;
}

.azn777-header__win .tns-nav button:before {
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    width: 10px;
    height: 10px;
    background: #fdc061;
    border-radius: 5px;
}

.azn777-header__mnav {
    margin: 10px auto;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.azn777-header__mnav-2-wrapper {
    overflow-x: hidden;
    padding: 0 20px;
    margin: 0 auto 20px;
    max-width: 920px;
}

.azn777-header__mnav-2 {
    position: relative;
    height: 65px;
    overflow: hidden;
}

@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 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    border-bottom: 4px solid #302d28;
}

@media only screen and (max-width: 991px) {
    .azn777-mmenu-2 {
        min-width:980px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: auto;
        border-bottom: 0;
    }
}

.azn777-mmenu-2 li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 5px;
    transition: opacity 0.3s ease 0s;
}

.azn777-mmenu-2 li > a,.azn777-mmenu-2 li > span {
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f9b242;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}

@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;
    }
}

@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(0.2,1,0.3,1) 0s, opacity 0.5s 0s;
}

.azn777-mmenu-2 li > a::after,.azn777-mmenu-2 li > span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    opacity: 0;
    color: #f9b242;
    transform: translate3d(0px,25%,0px);
    padding: 15px 0 20px;
    transition: transform 1s cubic-bezier(0.2,1,0.3,1) 0s, opacity 0.5s 0s;
}

.azn777-mmenu-2 li > a:hover span,.azn777-mmenu-2 li > span:hover span {
    opacity: 0;
    transform: translate3d(0px,-25%,0px);
}

.azn777-mmenu-2 li > a:hover::after,.azn777-mmenu-2 li > span:hover::after {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
}

.azn777-mmenu-2 li > a:hover::before,.azn777-mmenu-2 li > span:hover::before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    content: "";
    background: #f9b242;
    border-radius: 4px;
}

.azn777-mmenu-2 li:hover::before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    content: "";
    background: rgba(249,178,66,0.3);
    border-radius: 4px;
}

.azn777-mmenu-2 li.current-menu-item {
    pointer-events: none;
}

.azn777-mmenu-2 li.current-menu-item::before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    content: "";
    background: #f9b242;
    border-radius: 4px;
}

.azn777-search {
    float: right;
    padding: 0 10px 0 0;
    position: relative;
    font-size: 0;
}

.azn777-search .azn777-search__input {
    border: none;
    height: 30px;
    padding: 0 20px;
    background: #302d28;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    width: 202px;
    transition: background 0.3s ease-in-out;
}

.azn777-search .azn777-search__btn {
    position: absolute;
    top: 0;
    right: 2px;
    width: 50px;
    height: 30px;
    border-radius: 0 25px 25px 0;
    border: none;
    cursor: pointer;
}

.azn777-search__input,.azn777-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;
}

.azn777-search__input {
    width: 160px;
    padding: 0 10px;
    color: #8e9197;
    border: 1px solid #5b4a7c;
    border-right: 0;
}

.azn777-search__input:focus {
    color: #fff;
}

.azn777-search__btn {
    width: 34px;
    padding: 0;
    border: 1px solid #5b4a7c;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    background-image: url(../img/icon_5.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fdc061;
    cursor: pointer;
}

.azn777-hmenu,.azn777-mmenu,.azn777-amenu,.azn777-smenu,.azn777-fmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.azn777-hmenu > li > a,.azn777-mmenu > li > a,.azn777-amenu > li > a,.azn777-smenu > li > a,.azn777-fmenu > li > a {
    transition: 0.1s color;
}

.azn777-hmenu > li > a:active,.azn777-hmenu > li > a:hover,.azn777-mmenu > li > a:active,.azn777-mmenu > li > a:hover,.azn777-amenu > li > a:active,.azn777-amenu > li > a:hover,.azn777-smenu > li > a:active,.azn777-smenu > li > a:hover,.azn777-fmenu > li > a:active,.azn777-fmenu > li > a:hover {
    color: #fff;
}

.azn777-hmenu .current-menu-item > a,.azn777-hmenu .current-menu-item > span,.azn777-mmenu .current-menu-item > a,.azn777-mmenu .current-menu-item > span,.azn777-amenu .current-menu-item > a,.azn777-amenu .current-menu-item > span,.azn777-smenu .current-menu-item > a,.azn777-smenu .current-menu-item > span,.azn777-fmenu .current-menu-item > a,.azn777-fmenu .current-menu-item > span {
    color: #fff;
}

.azn777-hmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.azn777-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%);
}

.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 {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    color: #8e9197;
    text-decoration: none;
}

.azn777-hmenu > li > a:hover {
    background: url(../img/h-tmenu.png) center bottom no-repeat;
}

.azn777-hmenu .current-menu-item > a,.azn777-hmenu .current-menu-item > span {
    background: url(../img/h-tmenu.png) center bottom no-repeat;
}

.azn777-mmenu {
    display: table;
    table-layout: fixed;
}

.azn777-mmenu > li {
    display: table-cell;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.azn777-mmenu > li:hover,.azn777-mmenu > li.current-menu-item {
    background: rgba(253,192,97,0.1);
}

.azn777-mmenu > li > a,.azn777-mmenu > li > span {
    display: block;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    transition: background 0.1s ease-in-out;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.azn777-mmenu > li > a:hover {
    transition: all 0.1s ease-in-out;
    background: rgba(253,192,97,0.1);
    color: #fdc061;
}

.azn777-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)";
    }
}

.azn777-amenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    position: relative;
}

.azn777-amenu > li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(67,57,85,0.46);
}

.azn777-amenu > li > a,.azn777-amenu > li > span {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #8e9197;
    text-align: center;
    text-decoration: none;
}

.azn777-amenu > li > a:hover {
    background: rgba(133,0,255,0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.azn777-amenu .current-menu-item > a,.azn777-amenu .current-menu-item > span {
    background: rgba(133,0,255,0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.azn777-smenu {
    width: 194px;
    border: 1px solid #b777f8;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.azn777-smenu > li {
    display: block;
    font-size: 15px;
    border-top: 1px solid #b777f8;
    background-color: rgba(67,57,85,0.46);
}

.azn777-smenu > li:first-child {
    border-top: none;
}

.azn777-smenu > li > a,.azn777-smenu > li > span {
    display: block;
    padding: 10px;
    line-height: 1.1;
    color: #8e9197;
    text-decoration: none;
}

.azn777-smenu > li > a:hover {
    background: rgba(133,0,255,0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.azn777-smenu .current-menu-item > a,.azn777-smenu .current-menu-item > span {
    background: rgba(133,0,255,0.12) url(../img/h-amenu.png) center bottom no-repeat;
}

.azn777-fmenu {
    text-align: center;
    border-bottom: 1px solid #fdc061;
    padding-bottom: 20px;
}

.azn777-fmenu > li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.azn777-fmenu > li > a,.azn777-fmenu > li > span {
    display: block;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #fdc061;
    transition: background 0.1s ease-in-out;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.cover-table {
    max-width: 100%;
    overflow: auto;
}

.menu-close-button {
    display: none;
}

.adapt-menu-icon {
    display: none;
}

.media-mob {
    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 {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        right: -320px;
        top: 0px;
        padding: 45px 10px 0;
        overflow: hidden;
        max-width: 320px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 3001;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        background: #22227c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .cover-menu .menu-close-button {
        display: block;
        background-color: transparent;
        position: absolute;
        left: 10px;
        top: 3px;
        height: 40px;
        width: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cover-menu .menu-close-button .line-white-menu {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.7s;
        transition: 0.7s;
        display: block;
        height: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 3px;
        right: 3px;
    }

    .cover-menu .menu-close-button .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    .cover-menu .menu-close-button .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu .menu-close-button .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }

    .cover-menu.showmenu .line-white-menu:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    .cover-menu.showmenu .line-white-menu {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .cover-menu > li > a > span.link-text {
        width: auto;
    }

    .cover-menu.showmenu {
        -webkit-transform: translateX(-320px);
        -moz-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        -o-transform: translateX(-320px);
        transform: translateX(-320px);
        overflow: auto;
    }

    body .icon-menu-bg {
        opacity: 0;
        -webkit-transition: 0.5s opacity;
        -o-transition: 0.5s opacity;
        -moz-transition: 0.5s opacity;
        transition: 0.5s opacity;
    }

    body .icon-menu-bg.showbg {
        position: fixed;
        opacity: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: rgba(0,0,0,0.65);
    }

    body .show-menu-icon {
        display: block;
        width: 49px;
        height: 49px;
        margin: 0 auto;
        padding: 0;
    }

    .cover-menu li .sub-menu li {
        padding: 0;
    }

    .cover-menu li {
        width: 100%;
        text-align: center;
        background-color: transparent;
        height: auto;
        line-height: 1.0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .cover-menu li .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        width: 100%;
        position: static;
    }

    .cover-menu li a,.cover-menu li span {
        padding: 15px 5px;
        min-height: initial;
        color: white;
        font-size: 18px;
        width: 100%;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
    }

    body .adapt-menu-icon {
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 15px;
        left: 10px;
        width: 40px;
        height: 40px;
    }

    body .adapt-menu-icon .line-white-menu {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .7s;
        transition: .7s;
        display: block;
        height: 6px;
        background-color: white;
        position: absolute;
        top: 0;
        left: 5px;
        right: 5px;
    }

    body .adapt-menu-icon .line-white-menu:first-child {
        top: -webkit-calc(22%);
        top: -moz-calc(22%);
        top: calc(22%);
    }

    body .adapt-menu-icon .line-white-menu:nth-child(2) {
        top: -webkit-calc(47%);
        top: -moz-calc(47%);
        top: calc(47%);
    }

    body .adapt-menu-icon .line-white-menu:last-child {
        top: -webkit-calc(72%);
        top: -moz-calc(72%);
        top: calc(72%);
    }
}

.azn777-page__title,.azn777-inner__title {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.azn777-slot {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 25px;
    position: relative;
}

.azn777-slot:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.azn777-slot__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1a003f;
}

.azn777-slot__inner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.azn777-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;
}

.azn777-slot-btn:hover,.azn777-slot-btn:active {
    color: inherit;
    background-image: linear-gradient(to top,#fbad02 0,#966701 100%);
}

h1 {
    font-size: 36px !important;
    color: #ededed;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size:30px !important;
    }
}

.azn777-page__entry,.azn777-inner__entry,.azn777-404__entry {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Arial";
}

.azn777-page__entry h2,.azn777-inner__entry h2,.azn777-404__entry h2 {
    font-size: 28px !important;
}

.azn777-page__entry h1,.azn777-page__entry h2,.azn777-page__entry h3,.azn777-inner__entry h1,.azn777-inner__entry h2,.azn777-inner__entry h3,.azn777-404__entry h1,.azn777-404__entry h2,.azn777-404__entry h3 {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 480px) {
    .azn777-page__entry h1,.azn777-page__entry h2,.azn777-page__entry h3,.azn777-inner__entry h1,.azn777-inner__entry h2,.azn777-inner__entry h3,.azn777-404__entry h1,.azn777-404__entry h2,.azn777-404__entry h3 {
        padding-left:15px;
        padding-right: 15px;
    }
}

@media (max-width: 680px) {
    .azn777-page__entry h1 img,.azn777-page__entry h2 img,.azn777-page__entry h3 img,.azn777-inner__entry h1 img,.azn777-inner__entry h2 img,.azn777-inner__entry h3 img,.azn777-404__entry h1 img,.azn777-404__entry h2 img,.azn777-404__entry h3 img {
        display:block;
        margin: 20px auto;
        float: none;
    }
}

.azn777-page__entry p,.azn777-page__entry ul,.azn777-page__entry ol,.azn777-inner__entry p,.azn777-inner__entry ul,.azn777-inner__entry ol,.azn777-404__entry p,.azn777-404__entry ul,.azn777-404__entry ol {
    margin: 15px 0;
}

.azn777-page__entry a,.azn777-inner__entry a,.azn777-404__entry a {
    color: #b777f8;
}

.azn777-page__entry a:hover,.azn777-page__entry a:active,.azn777-inner__entry a:hover,.azn777-inner__entry a:active,.azn777-404__entry a:hover,.azn777-404__entry a:active {
    color: #fbad02;
    text-decoration: none;
}

.azn777-page__entry a:visited,.azn777-inner__entry a:visited,.azn777-404__entry a:visited {
    color: #c5ff4c;
}

.azn777-inner__entry {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.azn777-crumbs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 0;
    color: #b777f8;
}

.azn777-inner .azn777-crumbs {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.azn777-crumbs__item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 13px;
}

.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 {
    border: 1px solid #f9b242;
    border-radius: 15px;
    padding: 5px 15px;
    display: inline-block;
    background: #200d03;
}

@media screen and (max-width: 815px) {
    .azn777-page__entry nav {
        border:none;
        padding: 5px 10px;
    }
}

.azn777-page__entry nav a {
    color: #f9b242;
    text-decoration: none;
    line-height: 25px;
}

@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;
    padding: 0;
    margin: 0 0 25px;
    text-align: center;
}

.azn777-list__item {
    display: inline-block;
    min-height: 1px;
    width: 170px;
    margin: 5px;
    text-align: left;
}

@media screen and (max-width: 400px) {
    .azn777-list__item {
        width:140px;
    }
}

.azn777-list__item .list-ref {
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 37px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #3daa45;
    background: #3daa45;
    display: block;
    width: 170px;
    margin: 0px auto 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .azn777-list__item .list-ref {
        width:100%;
        height: 100%;
        opacity: 0;
    }
}

.azn777-list__item .list-ref:hover {
    text-decoration: none;
    background: #000;
    border: 1px solid #3daa45;
}

.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;
    transition: 0.2s bacground-color;
    position: relative;
    z-index: 1;
}

.azn777-list__inner:hover .azn777-list__img {
    opacity: 0.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 {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.azn777-list__img {
    display: block;
    transition: 0.2s opacity;
    backface-visibility: hidden;
}

.azn777-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: 0.2s;
}

.azn777-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;
}

.azn777-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;
}

.azn777-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;
}

.azn777-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;
}

.azn777-list__entry {
    height: 50px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.azn777-list__title {
    overflow: hidden;
    max-height: 16px;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.azn777-404 {
    padding: 0;
    margin: 0 0 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.azn777-404__title {
    float: left;
    font-size: 110px;
    margin: 60px;
    line-height: 1;
    color: #fbad02;
    font-weight: normal;
}

.azn777-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;
}

.azn777-slider {
    height: 300px;
    position: relative;
}

.azn777-slider img {
    width: 100%;
    height: auto;
    border: 0;
}

.azn777-slider__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.azn777-slider__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    will-change: opacity;
    transition: opacity 1s;
}

.azn777-slider__item.current {
    opacity: 1;
    z-index: 2;
}

.azn777-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
}

.azn777-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 0.2s;
}

.azn777-pager__item:hover {
    background-color: #fbad02;
}

.azn777-pager__item.current {
    background-color: #fbad02;
    cursor: default;
}

.azn777-vslider {
    height: 204px;
    width: 194px;
    overflow: hidden;
    position: relative;
}

.azn777-vslider__list {
    position: relative;
    left: 0;
    right: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.azn777-vslider__list.moved {
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.azn777-vslider__item {
    display: block;
}

.azn777-vslider__inner {
    margin: 0;
    padding: 10px 0;
}

.azn777-vslider__link {
    float: left;
    border: 1px solid #b777f8;
    transition: 0.2s box-shadow;
}

.azn777-vslider__link:hover {
    box-shadow: 0 0 20px #b777f8;
}

.azn777-vslider__link:hover .azn777-vslider__img {
    opacity: 0.7;
}

.azn777-vslider__img {
    display: block;
    width: 60px;
    height: 45px;
    transition: 0.2s opacity;
}

.azn777-vslider__entry {
    margin-left: 75px;
    font-size: 12px;
    line-height: 1.25;
    backface-visibility: hidden;
}

.azn777-vslider__name,.azn777-vslider__sum {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.azn777-vslider__sum {
    color: #fbad02;
    font-size: 15px;
}

.azn777-inner__side__logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.azn777-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;
}

.azn777-side-reg__link,.azn777-side-reg__sms {
    display: block;
    margin-bottom: 10px;
}

.azn777-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;
}

.azn777-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%);
}

.azn777-side-reg__btn:hover {
    background-image: linear-gradient(to top,#faa 0%,#cb0202 10%,#6e0000 100%);
}

.azn777-side-reg__sms {
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
}

.azn777-side-reg__text:after,.azn777-side-reg__sms:after,.azn777-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%);
}

.azn777-side-reg__text:after,.azn777-side-reg__sms:after {
    bottom: 0;
}

.azn777-side-reg__sms:before {
    top: 0;
}

.azn777-inner__side__title {
    display: block;
    padding: 5px 0;
    color: #fbad02;
    font-size: 17px;
    text-transform: uppercase;
}

.azn777-footer__fnav {
    padding-top: 25px;
}

.azn777-footer__pay,.azn777-footer__awards {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.azn777-footer__awards,.azn777-footer__pay {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.azn777-footer__awards div,.azn777-footer__pay div {
    margin: 0 10px;
}

.azn777-footer__awards img {
    max-height: 60px;
}

.icon-itechlabs {
    display: block;
    background-image: url(../img/images-list-s930e7a9051.png?v=1.0);
    background-position: 0 -1869px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px;
}

.icon-pagi {
    display: block;
    background-image: url(../img/images-list-s930e7a9051.png?v=1.0);
    background-position: 0 -3353px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 53px;
    width: 53px;
}

.azn777-footer__sole {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    line-height: 1.2;
}

.azn777-footer__sole p {
    margin: 5px 0;
}

.certificate-1 span {
    display: block;
    background-image: url(../img/certificate-1.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 66px;
    width: 154px;
    background-size: contain;
}

.certificate-2 span {
    display: block;
    background-image: url(../img/certificate-2.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 55px;
    width: 155px;
    background-size: contain;
}

.certificate-3 span {
    display: block;
    background-image: url(../img/certificate-3.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 59px;
    width: 256px;
    background-size: contain;
}

.certificate-4 span {
    display: block;
    background-image: url(../img/certificate-4.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 43px;
    width: 166px;
    background-size: contain;
}

.seal_ctv_65 span {
    display: block;
    background-image: url(../img/seal_ctv_65.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 60px;
    width: 53px;
    background-size: contain;
}

.play-fortuna-slot1m span {
    display: block;
    background-image: url(../img/play-fortuna-slot1m.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 60px;
    width: 60px;
    background-size: contain;
}

.comodo_secure span {
    display: block;
    background-image: url(../img/comodo_secure_seal_113x59_transp.png);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 59px;
    width: 113px;
    background-size: contain;
}

.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: 0.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) {
    .azn777-wrap {
        width:100%;
    }

    .azn777-header,.azn777-page,.azn777-footer {
        width: 98%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 930px) {
    .azn777-header__win__right {
        float:none;
        margin: 25px auto 10px auto;
        width: 290px;
    }

    .azn777-header__win__left {
        float: none;
        width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    iframe {
        max-width: 100%;
    }
}

@media screen and (max-width: 815px) {
    .azn777-header__main {
        position:fixed;
        z-index: 100;
        background: #020100;
        top: 0;
        left: 0;
    }

    .azn777-header__mnav-2-wrapper {
        padding-top: 155px;
    }

    .azn777-header__logo {
        padding-right: 10px;
    }

    .azn777-header__mnav {
        display: none;
    }

    .azn777-header__anav {
        display: none;
    }

    .azn777-search {
        display: block;
        width: 195px;
        float: right;
    }

    .mobile-menu {
        display: block;
    }

    .azn777-header__addon {
        display: flex;
        flex-wrap: wrap;
    }

    .azn777-header__anav {
        order: 3;
        width: 100%;
    }

    .azn777-search {
        order: 2;
        height: 34px;
        width: 300px;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 7px;
        text-align: center;
        float: none;
    }

    .azn777-search .azn777-search__input {
        width: 260px;
        right: 10px;
    }

    .mobile-menu {
        order: 1;
    }

    .azn777-amenu > li {
        width: 100%;
    }

    .azn777-amenu > li:not(:last-of-type) {
        border-bottom: 1px solid rgba(67,57,85,0.46);
    }

    .azn777-page {
        padding-top: 150px;
    }
}

@media screen and (max-width: 645px) {
    .azn777-header__logo {
        float:none;
        margin-left: auto;
        margin-right: auto;
        width: 275px;
        padding: 10px 0;
    }

    .azn777-header__logo img {
        margin: 0 auto;
    }

    .azn777-header__reg {
        float: none;
        width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .azn777-header__win {
        display: none;
    }

    iframe {
        max-height: 250px;
    }

    .azn777-slot {
        display: none;
    }

    .azn777-404__title {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .azn777-404 {
        display: block;
    }

    .azn777-404__entry {
        text-align: center;
    }

    .alignright,.alignleft,.alignone {
        max-width: 150px;
        height: auto !important;
    }
}

@media screen and (max-width: 425px) {
    .azn777-header__logo img {
        max-width:180px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 350px) {
    .azn777-header__reg {
        width:290px;
    }

    .azn777-slot-btn {
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1190px) {
    .azn777-inner {
        min-width:0px;
        flex-wrap: wrap;
        flex: auto;
        justify-content: space-between;
    }

    .azn777-inner__page {
        order: 1;
        width: 100%;
        flex: auto;
    }

    .azn777-inner__side {
        order: 3;
    }

    .azn777-inner__side--1 {
        order: 2;
    }
}

@media screen and (max-width: 485px) {
    .azn777-inner__side {
        width:100%;
        flex: auto;
    }
}

body .a2a_svg {
    height: 27px;
    line-height: 27px;
    width: 27px;
}

.crumbs li>span {
    color: #fff;
}

.crumbs li a span,.crumbs li a {
    color: #fdc061;
}

.crumbs li {
    display: inline-block;
    margin-right: 3px;
}

.crumbs {
    padding-left: 0;
    list-style-type: none;
}

.mobile-hidden {
    display: inline-block !important;
}

.desctop-hidden {
    display: none !important;
}

.buttons-response {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.azn777-header__reg__btn--reg {
    width: 170px;
    letter-spacing: 1px;
    margin: 0;
    height: 37px;
    border-left: 2px solid black;
    font-size: 14px;
}

.azn777-header__reg__btn--ent:not(.circle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 41px;
    letter-spacing: 1px;
}

.azn777-header__main .azn777-header__reg__btn--reg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 41px;
    letter-spacing: 1px;
}

@media screen and (max-width: 815px) {
    .mobile-hidden {
        display:none !important;
    }

    .desctop-hidden {
        display: inline-block !important;
    }
}

#comment-col {
    max-width: 920px;
    margin: 30px auto;
}

#comment-col .commentlist {
    border: none;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 15px 30px;
}

#comment-col .commentlist .comment .comment-item {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding: 15px;
    background: #191b20;
    border: 2px solid #fdc061;
}

#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: 16px;
    font-weight: normal;
    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 #fff;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

#comment-col .commentlist .comment .comment-item .reply a:hover {
    color: #fdc061;
    border: 1px solid #fdc061;
}

#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 #fdc061;
    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-email label,#comment-col .comment-respond form .comment-form-author label {
    color: #fff !important;
}

#comment-col .comment-respond form .comment-form-email #email,#comment-col .comment-respond form .comment-form-email .author,#comment-col .comment-respond form .comment-form-author #email,#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: #191b20;
    border: 1px solid #66339900;
    transition: all 0.3s;
}

#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,#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 {
    background-color: #191b20;
}

#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: #191b20;
    border: 1px solid #80808000;
    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: #191b20;
}

#comment-col .comment-respond form .form-submit input.submit {
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    background-color: #fdc061;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 50px;
    transition: all 0.3s;
}

#comment-col .comment-respond form .form-submit input.submit:hover {
    background-color: rgba(253,192,97,0.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 {
    order: -1;
    flex: 1;
}

.comment-form-author {
    flex: 1;
    margin-left: 10px;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-cookies-consent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-form-cookies-consent label {
    padding-left: 10px;
}

.comment-form-cookies-consent label,.comment-form-cookies-consent input {
    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 .text-comment-content {
        text-align: left;
    }

    #comment-col .commentlist .comment .comment-item .reply {
        text-align: left;
    }
}

.b-game {
    overflow: hidden;
}

.b-game .b-game__item {
    display: inline-block;
    width: 25%;
    min-width: 230px;
    margin: 0 -4px 0 0;
    padding: 8px;
    box-sizing: border-box;
}

.b-game .game-item {
    position: relative;
    padding: 2px;
    background: #302d28;
}

.b-game .i-tape__new {
    display: block;
    background-image: url(../img/images-list-s8ce043f1f1.png);
    background-position: 0 -2387px;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 77px;
}

.b-game .game-item__image {
    display: block;
    width: 100%;
    height: auto;
}

.b-game .game-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(19,16,14,0.8);
    transform: scale(0);
    transition: all .1s ease-in-out;
    z-index: 15;
}

.b-game .game-item__title {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px;
}

.b-game .game-hover__btn-wrap {
    padding: 5% 0 0 0;
    position: relative;
    text-align: center;
}

.b-game .game-hover__btn-onmoney {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.b-game .game-hover__btn-demo {
    display: inline-block;
    margin: 6% 0 0 0;
}

.b-game .game-hover__btn-demo,.b-game .game-hover__btn-onmoney {
    white-space: nowrap;
}

.b-game .btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0 15px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
}

.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;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    display: block;
    width: 100%;
}

.b-game .btn-green {
    border: 1px solid #3daa45;
    background: #3daa45;
    border-radius: 50px;
}

.b-game .btn-green:hover {
    background: #000;
    color: #3daa45;
    border: 1px solid #3daa45;
}

.b-game .btn:hover {
    transition: background .1s ease-in-out;
}

@media screen and (max-width: 480px) {
    .b-game .b-game__item {
        width:50%;
        min-width: 150px;
    }

    .b-game .btn {
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 0px;
    }
}

.search {
    display: block;
    width: 100%;
}

.btn-download-apk {
    color: #f9b242;
    border: 1px solid #f9b242;
    margin: 0 20px 0 0;
    padding: 5px 10px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.footer-apk {
    background: #13100e;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    display: none;
    justify-content: center;
    z-index: 16;
}

@media (max-width: 815px) {
    .footer-apk {
        display:flex;
    }
}

.footer-apk-btn {
    padding: 10px 15px;
    color: #f9b242;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f9b242;
    border-radius: 5px;
    box-sizing: border-box;
}

.footer-apk-btn:hover {
    color: #13100e;
    background-color: #f9b242;
}

@media (max-width: 480px) {
    .azn777-page__title,.azn777-page__entry {
        padding-left:15px;
        padding-right: 15px;
    }
}

@media (max-width: 680px) {
    .azn777-page__title img,.azn777-page__entry img {
        display:block;
        margin: 20px auto;
        float: none;
    }
}

.up_button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10%;
    bottom: 10%;
    z-index: 111;
}

.azn777-page__entry a.apk-btn {
    text-align: center;
    color: #000;
    padding: 15px 10px 15px 10px;
    width: 207px;
    height: 40px;
    line-height: 40px;
    left: 20px;
    margin: auto;
    bottom: 5px;
    border: 1px solid #daa520;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 7px;
    background: linear-gradient(to bottom,#fdc061 0%,#daa520 50%,#fdc061 100%);
}

#up_button {
    background: #d4b37a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 10;
    transition: all .3s;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 2px 6px #0000006b;
    border: none;
}

@media screen and (max-width: 480px) {
    #up_button {
        bottom:20px;
        right: 20px;
    }
}

#erbgjn {
    border: 1px solid #6b9;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
    line-height: 1.5;
}

.owitrhowr {
    font-weight: 700;
}

#erbgjn li #erbgjn ul #erbgjn ul li {
    list-style: outside none none !important;
    text-decoration: none;
}

.opjkgr {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
    vertical-align: middle;
}

.owitrhowr a {
    text-decoration: none;
    color: #1ddf1a;
}

.opjkgr th, td {
    border: 1px solid #fff;
    padding: 12px 15px;
}

.c-revo {
    margin-top: 10px;
}

.c-revo__list {
    padding-left: 26px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.c-revo__item {
    border: 1px solid #fe284a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    border-radius: 5px;
}

.c-revo__person {
    font-weight: 690;
}

.c-revo__reply {
    font-weight: 690;
    display: inline-flex;
    margin-left: 10px;
}
.azn777-page__entry img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid white;
}

