/*
Theme Name: Azart
Theme URI: http://theazart.com/
Author: TheJema
Author URI: http://thejema.com/
Description: Azart - Wordpress Gambling Affiliate Theme.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, custom-menu, custom-colors, translation-ready, theme-options, , featured-images, news
Text Domain: azart
*/

@charset "UTF-8";
@-webkit-keyframes sheens {
    0% {
        left: -30%;
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        left: 130%;
        opacity: 0
    }
}

@keyframes sheens {
    0% {
        left: -30%;
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        left: 130%;
        opacity: 0
    }
}

.azart-wrapper {
    min-height: calc(100vh - 245px)
}

body {
    position: relative;
    min-width: 300px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2e3246;
    line-height: 1.37
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

::placeholder {
    color: inherit;
    opacity: 1;
    transition: all .25s linear
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

* {
    outline: 0 !important
}

svg {
    display: inline-block;
    transition: fill .25s linear
}

img {
    max-width: 100%;
    height: auto
}

img.lazy {
    display: none
}

br {
    line-height: 0;
    font-size: 0
}

a, button {
    border: 0
}

*, a, button, input {
    box-sizing: border-box
}

a, button, input {
    color: inherit;
    background: 0 0
}

a, a:hover, button, button:hover, input, input:hover {
    outline: 0;
    text-decoration: none
}

a:focus, button:focus, input:focus {
    outline: 0;
    text-decoration: none
}

a:active, button:active, input:active {
    outline: 0;
    text-decoration: none
}

input, textarea {
    border: 1px solid #000
}

select, textarea {
    outline: 0
}

button, label {
    cursor: pointer
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.error {
    color: red
}

textarea {
    resize: none;
    color: inherit
}

ol, ul {
    padding-left: 30px
}

ol li, ul li {
    margin-bottom: 15px
}

.sub-menu li {
    display: flex;
}

ol li ol {
    margin-top: 15px;
}

ul {
    list-style-type: none
}

ul li ul {
    padding-top: 10px;
}

ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-left: -21px;
    margin-top: 6px;
    margin-right: 10px;
    background: #253171;
}

p {
    line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
    font-weight: 500
}

h4, h5, h6 {
    line-height: 1.3
}

h1, h2 {
    font-size: 29px;
    line-height: 1.16
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 18px;
    line-height: 1.16667
}

.subtitle {
    max-width: 801px;
    width: 100%;
    margin: 35px auto auto;
    font-size: 14px;
    line-height: 1.14286;
    text-align: center
}

.azart-site_title {
    color: black;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
}

.azart-site_title span {
    font-size: 12px;
    display: block;
    text-transform: none;
    font-weight: 400;
}

p a {
    color: #002aff
}

p a:hover {
    text-decoration: underline
}

.azart-hidden {
    display: none
}


.wp-caption {
    max-width: 100%;
    padding: 1.45em 0 2.9em;
}

.alignleft {
    float: left;
    padding: 8px 30px 20px 0;
    text-align: left;
}

.alignright {
    float: right;
    padding: 8px 0 0 30px;
    text-align: right;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
}

.wp-block-media-text {
    padding-bottom: 10px;
}

.wp-block-button {
    padding-top: 10px;
}

table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

table tr th {
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #cecece;
}

table td {
    border: 1px solid #cecece;
    text-align: left;
    padding: 10px 15px;
}

dl dt {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    background-color: #fafafa;
}

dd {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    margin: 0;
}

figure {
    margin: 0;
}

address {
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 23px;
    padding: 30px;
    border: 1px solid #ededed;
}

code {
    background-color: #f1f3f4;
    border-bottom: 1px solid #efeded;
    padding: 4px 20px;
    margin: 7px 0;
    display: inline-flex;
    border-radius: 2px;
    overflow-x: auto;
    font-weight: 400;
}

pre {
    background-color: #f5f4f4;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 30px;
    overflow-x: auto;
}

q {
    display: block;
    font-style: italic;
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 300;
}

.blocks-gallery-grid li:before {
    content: none;
}

.azart-comments__item-box {
    width: 96%;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    padding-bottom: 1em;
}

.wp-caption p.wp-caption-text {
    padding: 0;
    margin-bottom: 0;
    font-style: italic;
    color: #7f8c8d;
    font-size: 0.75em;
    line-height: 1.45em;
    text-align: center;
}

.wp-caption.alignleft p.wp-caption-text {
    text-align: center;
}

.wp-caption.aligncenter p.wp-caption-text {
    text-align: center;
}

.wp-caption p.wp-caption-text a {
    color: #7f8c8d;
    text-decoration: underline;
}

.wp-caption p.wp-caption-text a:hover {
    text-decoration: underline;
}

.sticky {
    line-height: 1.5em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.bypostauthor {
    color: red;
}

.gallery-caption {
    text-align: center;
    padding: 0 5px;
    font-size: 0.8em;
    line-height: 1.5em;
    font-style: italic;
    color: #9e9e9e;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

blockquote {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: .01em;
    color: #000;
    border-left: 5px solid #fc275a
}

[class*="--bggrey"] {
    background: #f2f2f2 !important;
}

.azart-tooltips-parent {
    position: relative
}

.azart-tooltips-js {
    cursor: pointer;
}

.tippy-box {
    font-size: 14px;
    line-height: 1.18182;
    padding: 10px;
    color: #797979;
    background: #ebff70
}

.tippy-arrow {
    color: #ebff70
}

.tippy-content {
    padding: 10px
}

.tippy-content p {
    margin: 5px 0;
    line-height: 20px;
}

.tippy-content h3, .tippy-content h4, .tippy-content h5, .tippy-content h6 {
    margin: 10px 0;
    text-align: center;
}

.tooltips-content {
    display: none
}

/*! header style  */
.azart-top--darken {
    color: #fff;
    background: #211e35
}

.azart-top--darken .azart-header {
    background: inherit;
    border-bottom: 1px solid #46425f
}

.azart-top--darken .azart-header__content--fixed {
    background: inherit
}

.azart-top--darken .azart-nav > ul {
    color: currentColor
}

.azart-top--darken .azart-search-toggle svg {
    fill: currentColor
}

.azart-top--darken .azart-hamburger span, .azart-top--darken .azart-hamburger::after, .azart-top--darken .azart-hamburger::before {
    background: currentColor
}

.azart-header {
    position: relative;
    border-top: 10px solid #303030
}

.azart-header__content--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .2)
}

.azart-header__content--fixed .azart-header__box {
    padding-top: 10px;
    padding-bottom: 10px
}

.azart-header__box {
    display: flex;
    align-items: center;
    padding: 21px 0;
    font-size: 0
}

.azart-nav {
    font-size: 14px;
    line-height: 1.14286
}

.azart-nav__li-btn, .azart-search-toggle {
    padding: 10px 0 10px 36px;
    font-size: 0;
    cursor: pointer
}

.azart-search-toggle svg {
    width: 15px;
    height: 15px;
    transition: fill .25s linear;
    fill: currentColor
}

.azart-search-toggle:hover svg {
    fill: #fc275a
}

.azart-nav__li-btn {
    flex-shrink: 0;
    padding: 10px
}

.azart-nav__li-btn svg {
    width: 6px;
    height: 10px;
    fill: #797979;
    transition: all .25s linear
}

.azart-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #f5f6fa;
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    transition: all .25s linear
}

.azart-search-popup .azart-form {
    width: 100%
}

.azart-search-popup .azart-form__field {
    height: 100px;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    font-size: 50px;
    font-weight: 700;
    color: #2d3436;
    border-bottom: 1px solid #e9edf0
}

.azart-search-popup .azart-form__field input {
    display: block;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    border: 0
}

.azart-search-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.azart-search-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0;
    cursor: pointer
}

.azart-search-popup__close svg {
    width: 24px;
    height: 24px;
    fill: #7f8c8d
}

body.search-open {
    padding-right: 17px;
    overflow: hidden
}

/*! header style end */
/*! foot style */
.azart-foot {
    padding-top: 30px;
    font-size: 11px;
    line-height: 1.18182;
    color: #797979;
    background: #111
}

.azart-foot__logo-img {
    font-size: 0
}

.azart-foot__logo-des {
    margin-top: 15px
}

.azart-foot__nav {
    font-size: 12px;
    line-height: 1.16667
}

.azart-foot__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.azart-foot__nav li {
    margin: 0
}

.azart-foot__nav li::before {
    display: none
}

.azart-foot__nav a, .azart-legacy-links a {
    display: block;
    padding: 5px 0;
    transition: all .25s linear
}

.azart-foot__nav a:hover, .azart-legacy-links a:hover {
    color: #fc275a
}

.azart-foot__nav-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14286;
    color: #fff
}

.azart-foot__bottom {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #797979
}

.azart-legacy-links {
    display: flex;
    justify-content: flex-end;
    margin-right: -10px
}

.azart-legacy-links a {
    padding: 5px 10px
}

/*! foot style end */
@-webkit-keyframes sliding {
    0%, to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
}

@keyframes sliding {
    0%, to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
}

.azart-hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    display: none;
    font-size: 0;
    cursor: pointer;
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

.azart-hamburger span, .azart-hamburger::after, .azart-hamburger::before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 1;
    background: #2e3246;
    border-radius: 5px;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.azart-hamburger span {
    transform-origin: left center;
    top: 0
}

.azart-hamburger::after, .azart-hamburger::before {
    content: ''
}

.azart-hamburger::before {
    top: calc(50% - 1px);
    transform-origin: left center
}

.azart-hamburger::after {
    bottom: 0;
    transform-origin: left center
}

.azart-hamburger.open {
    pointer-events: none
}

.azart-hamburger.open span {
    top: 10%;
    left: 12%;
    width: 20px;
    transform: rotate(45deg)
}

.azart-hamburger.open::before {
    left: -100%;
    width: 0;
    opacity: 0
}

.azart-hamburger.open::after {
    top: 80%;
    left: 13%;
    width: 20px;
    transform: rotate(-45deg)
}

.azart-container {
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.azart-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.azart-col, .azart-col-3, .azart-col-4, .azart-col-6, .azart-col-8, .azart-col-9 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px)
}

.azart-col-3, .azart-col-4, .azart-col-6, .azart-col-8, .azart-col-9 {
    width: calc(50% - 20px)
}

.azart-col-3, .azart-col-4, .azart-col-8, .azart-col-9 {
    width: calc(66.66667% - 20px)
}

.azart-col-3, .azart-col-4, .azart-col-9 {
    width: calc(75% - 20px)
}

.azart-col-3, .azart-col-4 {
    width: calc(33.33333% - 20px)
}

.azart-col-3 {
    width: calc(25% - 20px)
}

.azart-col-2, .azart-foot-2, .azart-holder-col-3, .azart-holder-col-9, .azart-pocker-col-6 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(16.66667% - 20px)
}

.azart-holder-col-3, .azart-holder-col-9, .azart-pocker-col-6 {
    width: calc(25% - 20px)
}

.azart-holder-col-9, .azart-pocker-col-6 {
    width: calc(75% - 20px)
}

.azart-pocker-col-6 {
    width: calc(50% - 20px)
}

.azart-pocker-col-6 h3, .azart-pocker-col-6 .azart-discount, .azart-pocker-col-6 .azart-discount b {
    text-align: initial !important;
}

.azart-col-news-4 {
    width: calc(33.33333% - 20px)
}

.azart-col-md-12, .azart-col-md-6, .azart-col-news-4 {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.azart-comments > ul > li ul li, .mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-45 h2 {
    text-align: left !important;
}

.btn, .slick-dots li {
    cursor: pointer;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    transition: all .25s linear
}

.btn {
    position: relative;
    z-index: 1;
    width: 135px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14286;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2fcf73;
    border-radius: 5px
}

.btn:hover, .slick-dots li:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.btn--empty {
    color: #2fcf73;
    background: 0 0;
    border: 1px solid #2fcf73
}

.btn--lg {
    width: 165px;
    height: 45px;
    font-size: 16px
}

.btn--red {
    color: #fff;
    background: #fc275a
}

.btn--full {
    width: 100%;
    max-width: 100%
}

button[type=submit] .form-load {
    width: 0;
    height: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden
}

button[type=submit] .form-load .lds-spinner {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.sl-btn {
    cursor: pointer
}

[class*="--aic"] {
    align-items: center
}

.s-content {
    min-height: calc(100vh - 354px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover
}

.s-content__ico {
    margin-bottom: 50px;
    font-size: 0
}

.s-content__ico svg {
    width: 150px;
    height: 150px;
    fill: red
}

.s-content__ico-text, .s-content__title {
    font-weight: 700;
    text-transform: uppercase
}

.s-content__ico-text {
    text-shadow: 0 11px 21px rgba(255, 0, 0, .4);
    color: red;
    font-size: 232px;
    line-height: 1
}

.s-content__title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.4
}

.s-content__subtitle {
    margin: 40px 0;
    font-size: 20px;
    line-height: 1.3
}

.s-content__acton {
    margin-top: 50px
}

.azart-advantages {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #797979
}

.azart-advantages__box {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 0
}

.azart-advantages__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1875;
    color: #000
}

.azart-advantages__item {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 10px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: all .25s linear
}

.azart-advantages__item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.azart-advantages__item ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    list-style-type: none
}

.azart-advantages__item ul li {
    margin: 7px 0 0
}

.azart-advantages__item--positive {
    background: #cbf9ca
}

.azart-advantages__item--positive ul li::before {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg data-name='Слой 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.7 7.34'%3E%3Cpath d='M9.56.14a.48.48 0 00-.68 0l-5.82 6L.83 3.83a.49.49 0 00-.69 0 .53.53 0 000 .71L2.72 7.2a.49.49 0 00.69 0L9.56.85a.51.51 0 000-.71z' fill='%231cb819'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.azart-advantages__item--negative {
    background: #ffe0e0
}

.azart-advantages__item--negative ul li::before {
    height: 2px;
    margin-top: 10px;
    background-color: #fb8383
}

.block {
    padding: 65px 0
}


.widget_text.block {
    padding-bottom: 0px;
}

.azart-accordion__content, .azart-comments ul li::before, .breadcrumbs ul li::before, .slick-dots li button, .slick-dots li::before {
    display: none
}

.azart-accordion__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.azart-accordion__arrow {
    flex-shrink: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    transition: all .25s linear
}

.svg--down {
    width: 15px;
    height: 15px;
    fill: currentColor
}

.azart-accordion__item--active .azart-accordion__arrow {
    transform: rotate(180deg)
}

.azart-accordion__item--active .azart-accordion__content, .svg--down {
    display: block
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 0
}

.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #2fcf73
}

.slick-dots li.slick-active {
    background: #2fcf73
}

.breadcrumbs {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.15385;
    color: #7f7b9e
}

.breadcrumbs ul {
    display: inline-flex;
    list-style-type: none
}

.breadcrumbs ul, .breadcrumbs ul li {
    margin: 0;
    padding: 0
}

.breadcrumbs ul li:not(:last-child)::after {
    content: '>';
    margin: 0 4px
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.center-text, .center-text b, .center-text div, .center-text h1, .center-text h2, .center-text h3, .center-text h4, .center-text h5, .center-text h6, .center-text p, .center-text section, .center-text strong {
    text-align: center
}

.azart-post-grid {
    font-size: 12px;
    line-height: 1.16667;
    color: #797979
}

.azart-post-grid__title {
    margin-bottom: 10px;
    padding-left: 10px
}

.azart-post-grid__title h2 {
    font-size: 22px;
    line-height: 1.18182
}

.azart-post-grid__item {
    width: 100%;
    display: flex;
    padding: 15px 10px
}

.azart-post-grid__item:not(:last-child) {
    border-bottom: 1px solid #f1e7e7
}

.azart-post-grid__item .azart-rating__stars {
    margin-top: 5px;
    padding: 0
}

.azart-post-grid__item .azart-rating__stars ul, .top-pocker__item .azart-rating__stars ul {
    justify-content: flex-start
}

.azart-post-grid__item .azart-rating__stars ul li:first-child {
    margin-left: 0
}

.azart-post-grid__item:hover .azart-post-grid__item-title {
    color: #fc275a
}

.azart-post-grid__item-img {
    max-width: 80px;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 15px;
    position: relative;
    display: block;
    font-size: 0
}

.azart-comments__item-avatar::before, .azart-post-grid__item-img::before {
    content: '';
    display: block;
    padding-top: 100%
}

.azart-comments__item-avatar img, .azart-post-grid__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.azart-post-grid__item-info {
    display: flex;
    flex-direction: column
}

.azart-post-grid__item-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1875;
    color: #000;
    transition: color .25s linear
}

.azart-post-grid__item-date {
    margin-top: auto;
    padding-top: 10px
}

.azart-post-grid__item-desc {
    margin-top: 5px;
    font-size: 13px
}

.azart-tags__item {
    position: relative;
    margin-top: 30px;
    padding: 30px 15px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.15385;
    color: #8a8a8a;
    border: 1px solid #f1e7e7;
    border-radius: 5px
}

.azart-tags__item-title {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875;
    color: #000;
    background: #fff;
    transform: translateY(-50%)
}

.azart-tags__item-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px
}

.azart-comments__item, .azart-tags__item-list a {
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-tags__item-list a {
    margin: 2px;
    padding: 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: none
}

.azart-comments__item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-tags__item-list a:hover {
    background: #fc275a;
    color: white;
}

.azart-comments ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.azart-comments ul li {
    display: block;
    margin: 40px 0 0
}

.azart-comments > ul > li ul {
    padding-left: 60px
}

.azart-comments > ul > li ul li .azart-comments__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13px;
    background: #fc275a
}

.azart-comments__item {
    position: relative;
    display: flex;
    padding: 30px;
    color: #797979;
    background: #fff
}

.azart-comments__item-avatar {
    width: 100%;
    max-width: 80px;
    align-self: flex-start;
    margin-right: 30px;
    position: relative;
    display: block;
    font-size: 0
}

.azart-comments__item-avatar img {
    border-radius: 50%
}

.azart-comments__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000
}

.azart-comments__item-footer {
    display: flex;
    font-size: 12px;
    line-height: 1.16667
}

.azart-comments__item-reply {
    margin-left: 20px;
    color: #fc275a
}

.azart-comments__item-reply:hover {
    text-decoration: underline
}

.azart-comments-form {
    width: 100%;
    max-width: 617px;
}

#respond {
    margin-top: 50px

}

.azart-comments-form h2 {
    margin-bottom: 5px;
    font-size: 22px
}

.azart-comments-form .subtitle {
    max-width: 100%;
    margin: 0;
    text-align: left
}

.azart-comments-form__field {
    height: 45px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1;
    color: #797979;
    background: #fff;
    border: 1px solid #cbcfcb;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-comments-form__field:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-comments-form__field input, .azart-comments-form__field textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 0
}

.azart-comments-form__field textarea {
    padding: 20px
}

.azart-comments-form__field--textarea {
    height: 125px
}

.azart-comments-form__action {
    margin-top: 20px
}

.logged-in-as a {

}

.azart-comments-form__action .btn {
    height: 40px;
    border: none;
}

.azart-comments small {
    margin-left: 15px;
}

.azart-row--top-pocker {
    margin-top: 50px
}

.azart-row--top-pocker [class*=col-] {
    margin-top: 20px
}

.azart-row--top-pocker-mini .azart-gift {
    padding: 5px 10px
}

.azart-row--top-pocker-mini .azart-gift svg {
    margin: 0 10px 0 0
}

.azart-row--top-pocker-mini .top-pocker__item-box-action {
    margin-top: 5px
}

.pagination a, .top-pocker__item {
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.top-pocker__item {
    height: 100%;
    display: flex
}

.pagination a:hover, .top-pocker__item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.top-pocker__item .azart-rating {
    margin: 0;
    text-align: left
}

.top-pocker__item .azart-rating__stars {
    padding: 0
}

.top-pocker__item .azart-rating__numbers {
    margin-top: 5px
}

.top-pocker__item-media {
    max-width: 180px;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    display: block;
    font-size: 0
}

.top-pocker__item-media::before {
    content: '';
    display: block;
    padding-top: 90%
}

.top-pocker__item-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top-pocker__item-box {
    flex-grow: 1;
    padding: 10px 20px
}

.top-pocker__item-box .poker_title {
    font-weight: 700;
}

.top-pocker__item-box-row {
    display: flex
}

.top-pocker__item-box-col {
    flex-shrink: 0;
    flex-grow: 1;
    padding-right: 25px
}

.top-pocker__item-box-cta {
    flex-grow: 5
}

.azart-discount {
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.15385;
    color: #797979
}

.azart-discount b, .azart-gift {
    line-height: 1.16667;
    color: #fc275a
}

.azart-discount b {
    display: block;
    font-weight: 500;
    font-size: 18px
}

.azart-gift {
    display: flex;
    margin-top: 5px;
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    border: 2px dashed #fc275a
}

.azart-gift svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-left: 20px;
    margin-right: 30px;
    fill: currentColor
}

.azart-gift b {
    display: block;
    font-weight: 700;
    font-size: 18px
}

.top-pocker__item-box-action {
    display: flex;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px
}

.top-pocker__item-box-action .btn {
    width: calc(50% - 10px);
    max-width: none;
    margin: 5px 5px 0
}

.azart-mini-header {
    padding: 30px 0;
    color: #fff;
    background: #211e35
}

.azart-mini-header .breadcrumbs, .azart-mini-header h1 {
    color: currentColor
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.pagination .page-numbers:not(.dots) {
    margin: 4px;
    padding: 10px 15px;
    background: #2fcf73;
    border-radius: 5px
}

.pagination .post-page-numbers {
    margin: 4px;
    padding: 10px 15px;
    background: #2fcf73;
    border-radius: 5px
}

.pagination .page-numbers.dots {
    color: black;
}

.pagination .page-numbers.current {
    pointer-events: none;
    background: #464646
}

.azart-news-list-action {
    margin-top: 30px;
    text-align: center
}

.azart-news-horizontal-list .azart-news-item {
    height: auto;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    padding: 0;
    color: #676767;
    box-shadow: none !important
}

.azart-news-item__box {
    width: 100%;
}

.azart-news-horizontal-list .azart-news-item:not(:first-child) {
    margin-top: 45px;
}

.azart-news-horizontal-list .azart-news-item__img {
    max-width: 258px;
    width: 100%;
    align-self: flex-start;
    flex-shrink: 0;
    margin: 0 20px 0 0
}

.azart-news-horizontal-list .azart-news-item__img img {
    border-radius: 5px
}

.azart-news-horizontal-list .azart-news-item__title {
    display: block;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.17857;
    color: #282828
}

.azart-news-horizontal-list .azart-news-item__foot {
    justify-content: flex-start;
    margin-top: 10px
}

.azart-news-horizontal-list .azart-news-item__foot a {
    margin-right: 15px
}

.azart-news-horizontal-list .azart-news-item__desc {
    margin: 10px 0;
}

.azart-news-horizontal-list .azart-news-item__action {
    margin-top: 10px;
    text-align: right
}

/*! checkbox and radio input styling  */
.azart-label-field {
    position: relative;
    display: block;
    padding: 8px 8px 8px 30px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.41667;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.azart-label-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.azart-label-field input:checked ~ .azart-label-field__icon {
    background-color: #2fcf73;
    border-color: #2fcf73
}

.azart-label-field input:checked ~ .azart-label-field__icon::after {
    opacity: 1;
    transform: rotate(45deg) scale(1)
}

.azart-label-field:hover input ~ .azart-label-field__icon {
    background-color: #2fcf73
}

.azart-label-field__icon {
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all .25s linear
}

.azart-label-field__icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    margin: auto;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition: all .25s linear
}

.azart-label-field--radio .azart-label-field__icon {
    border-radius: 50%
}

.azart-label-field--radio .azart-label-field__icon::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 0;
    border-radius: 50%
}

/*! checkbox and radio input styling end  */

.azart-filters__box::-webkit-scrollbar {
    width: 5px;
}

.azart-filters__box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.azart-filters__box::-webkit-scrollbar-thumb {
    background: #888;
}

.azart-filters__box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.azart-filters {
    margin-bottom: 20px
}

.azart-filters__block-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    padding-left: 11px;
    color: #2e3246
}

.azart-filters__item {
    margin-top: 4px
}

.azart-filters__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    color: #2e3246;
    border-top: 1px solid #ececec;
    transition: all .25s linear
}

.azart-filters__title.active, .azart-filters__title:hover {
    color: #fc275a
}

.azart-filters__title svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-left: 5px;
    fill: #2e3246;
    transition: all .25s linear
}

.azart-filters__title.active svg {
    transform: rotate(180deg)
}

.azart-filters__box {
    max-height: 200px;
    display: none;
    padding: 15px;
    background: #f4f9ff;
    overflow-y: auto
}

/*! same style for all pages end */
/*! main page style */
.azart-top-rated {
    background: #f7f7f7
}

.block.azart-top-rated {
    padding: 60px 0;
}

.block.azart-slots, .block.azart-top-grid, .block.azart-bonuses, .block.azart-top-poker, .block.azart-faq {
    padding: 30px 0;
}

.azart-top-rated h2 {
    text-align: center
}

.azart-top-rated__box {
    padding-top: 30px
}

.azart-top-rated__item-content-box a {
    margin-bottom: 5px;
    font-weight: 700
}

.azart-top-rated__item {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-top-rated__item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-top-rated__item .azart-advantages {
    display: none;
    margin-top: 0;
    margin-bottom: 0
}

.azart-top-rated__item .azart-advantages__item ul {
    display: flex;
    flex-wrap: wrap
}

.azart-top-rated__item .azart-advantages__item ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
    font-size: 15px;
}

.azart-top-rated__item .azart-advantages__item .azart-advantages__title {
    margin-bottom: 0
}

.azart-top-rated__item-box {
    display: flex
}

.azart-top-rated__item-media {
    max-width: 108px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 20px
}

.azart-top-rated__item-img {
    position: relative;
    display: block;
    font-size: 0
}

.azart-top-rated__item-img::before {
    content: '';
    display: block;
    padding-top: 74%
}

.azart-top-rated__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.azart-rating {
    position: relative;
    z-index: 2;
    margin-top: -18px;
    text-align: center
}

.azart-rating__numbers {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.16667;
    text-align: center;
    color: #797979;
    background: #f7f7f7;
    border-radius: 5px
}

.azart-rating__stars {
    padding-top: 3px;
    font-size: 0
}

.azart-rating__stars ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.azart-rating__stars ul li {
    margin: 2px;
    cursor: pointer
}

.azart-properties__item-desc ul li::before, .azart-rating__stars ul li::before {
    display: none;

}

.azart-rating__stars ul li.active svg {
    fill: #ffc90b
}

.azart-rating__stars svg {
    width: 15px;
    height: 15px;
    fill: transparent;
    stroke: #ffc90b
}

.azart-top-rated__item-content {
    display: flex;
    flex-grow: 1
}

.azart-top-rated__item-content-box {
    flex-grow: 1
}

.azart-top-rated__item-content-inset {
    display: flex;
    align-items: center
}

.azart-properties {
    display: flex;
    background: #f7f7f7;
    border-radius: 5px
}

.azart-properties__item {
    display: flex;
    padding: 10px 20px 10px 30px
}

.azart-properties__item:not(:first-child) {
    border-left: 1px solid #f1e7e7
}

.azart-properties__item:hover .azart-properties__item-ico svg, .azart-top-rated__item-advant-btn:hover svg {
    fill: #fc275a
}

.azart-properties__item-ico {
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 0
}

.azart-properties__item-ico svg {
    width: 20px;
    height: 20px;
    fill: #cbcfcb
}

.azart-properties__item-desc {
    color: #000;
    font-weight: 500;
}

.azart-properties__item-desc b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;
    color: #797979
}

.azart-properties__item-desc ul {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 0
}

.azart-properties__item-desc ul a {
    display: block
}

.azart-properties__item-desc ul svg {
    width: 18px;
    height: 18px
}

.azart-properties__item-desc ul li {
    margin: 0
}

.azart-properties__item-desc ul li:not(:last-child) {
    margin-right: 3px
}

.azart-tooltips-parent {
    position: relative
}

.azart-tooltips {
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #797979
}

.azart-payment-geography__desc span, .azart-tooltips span {
    border-bottom: 1px dotted
}

.azart-payment-geography {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.azart-payment-geography__desc {
    margin-right: 15px;
    font-size: 14px;
    line-height: 16px;
    color: #797979
}

.azart-flag {
    position: relative;
    display: inline-block;
    font-size: 0
}

.azart_both {
    clear: both;
}

.azart-flag__status {
    position: absolute;
    right: -8px;
    bottom: -8px
}

.azart-flag__status.unset {
    position: absolute;
    right: -13px;
    bottom: -7px;
}

.azart-flag__status svg {
    width: 15px;
    height: 15px
}

.azart-top-rated__item-content-action {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.azart-top-rated__item-content-action .btn {
    display: flex;
    margin: 2px 0
}

.azart-top-rated__item-advant-btn {
    padding: 5px 0;
    font-size: 0;
    cursor: pointer;
    text-align: center
}

.azart-promo__code svg, .azart-top-rated__item-advant-btn svg {
    width: 25px;
    height: 10px;
    fill: #cbcfcb;
    transition: all .25s linear
}

.azart-top-rated__item-advant-btn.active svg {
    transform: rotate(180deg)
}


.azart-row--casino-grid [class*=col-] {
    margin-top: 35px;
}

.azart-row--casino-grid .casino_title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: auto;
    font-weight: 700;
}

.azart-casino {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-casino:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-casino h3 {
    margin-top: 15px;
    margin-bottom: auto;
    font-weight: 700
}

.azart-casino .azart-tooltips {
    display: block;
    margin: 15px 0;
    text-align: center
}

.azart-casino__img {
    margin: -20px -20px 0;
    position: relative;
    display: block;
    font-size: 0
}

.azart-casino__img::before {
    content: '';
    display: block;
    padding-top: 57%
}

.azart-casino h3, .azart-casino__action, .azart-faq h2, .azart-news h2, .azart-promo, .azart-slots h2 {
    text-align: center
}

.azart-promo {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 28px;
    font-size: 12px;
    line-height: 14px;
    color: #797979;
    background: #211e35;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-promo:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-promo--green .azart-promo__code svg {
    fill: #2fcf73
}

.azart-promo--green .azart-promo__code::before {
    border-color: #2fcf73
}

.azart-promo__code, .azart-promo__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.16667;
    text-align: center;
    color: #fff
}

.azart-promo__code {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 25px;
    padding: 38px 0;
    font-weight: 700;
    font-size: 24px
}

.azart-promo__code span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 8px 0;
    cursor: pointer;
    background: #211e35
}

.azart-promo__code svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #fc275a;
    opacity: 1
}

.azart-promo__code::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #fc275a
}

.azart-promo__code.copied svg {
    opacity: 0
}

.azart-promo__date {
    margin-top: 15px
}

.azart-promo__action, .azart-promo__desc, .azart-row--news-grid [class*=col-] {
    margin-top: 20px
}

.azart-news {
    background: #f7f7f7
}

.azart-news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-news-item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-news-item__img {
    position: relative;
    display: block;
    font-size: 0;
    margin: -15px -15px 0
}

.azart-news-item__img::before {
    content: '';
    display: block;
    padding-top: 71.2%
}

.azart-casino__img img, .azart-news-item__img img, .azart-slots-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0
}

.azart-news-tags {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 7px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 1.18182;
    color: #fff
}

.azart-news-tags__item {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 3px 12px;
    text-align: center;
    background: #fb8383;
    border-radius: 5px;
    transition: background .25s linear
}

.azart-news-tags__item:hover {
    background: #fc275a
}

.azart-news-item__title {
    display: block;
    flex-grow: 1;
    margin-top: 20px;
    text-align: center;
    color: #000;
    transition: all .25s linear
}

.azart-news-item__comment:hover, .azart-news-item__title:hover {
    color: #fc275a
}

.azart-news-item__foot {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.18182;
    color: #797979
}

.azart-news-item__foot svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-right: 5px;
    vertical-align: middle;
    fill: currentColor
}

.azart-news-item__comment, .azart-news-item__viewed {
    display: flex;
    align-items: center
}

.azart-news-item__comment {
    transition: color .25s linear
}

.azart-row--slots-grid {
    padding-top: 25px
}

.azart-row--slots-grid [class*=col-] {
    margin-top: 20px
}

.azart-slots-item {
    border-radius: 5px;
    transition: all .25s linear;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-accordion__item:hover, .azart-slots-item:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .35)
}

.azart-slots-item, .azart-slots-item__img {
    position: relative;
    display: block;
    font-size: 0
}

.azart-slots-item__img::before {
    content: '';
    display: block;
    padding-top: 140%
}

.azart-slots-item__img img {
    border-radius: 5px
}

.azart-slots-item__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    transition: all .25s linear
}

.azart-slots-item__title {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.16667;
    text-align: center;
    color: #fff
}

.azart-accordion {
    max-width: 775px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.14286;
    color: #888bac
}

.azart-accordion__item {
    margin-top: 10px;
    padding: 15px 20px;
    background: #253171;
    border-radius: 5px;
    transition: all .25s linear;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.azart-accordion__title {
    color: #fff
}

.azart-accordion__content {
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 16px;
    padding-right: 20px;
    border-left: 4px solid #6877fe
}

.azart-accordion__content p {
    margin: 0;
    padding: 10px 0
}

/*! main page style end */
/*! casino page style */
.azart-casino-box {
    position: relative;
    padding: 50px 0 25px;
    color: #e0e0e0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background: #211e35;
}

.azart-casino-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 30, 53, .8)
}

.azart-casino-box .azart-container {
    position: relative;
    z-index: 1
}

.azart-bonus h2, .azart-casino-box h1, .azart-casino-box h2, .azart-casino-box h3, .azart-casino-box h4 {
    color: currentColor
}

.azart-casino-box .azart-rating {
    margin: 0
}

.azart-casino-box .azart-rating__stars ul {
    justify-content: flex-start
}

.azart-casino-box .azart-rating__stars ul li {
    margin: 2px 4px
}

.azart-casino-box .azart-rating__stars svg {
    width: 18px;
    height: 18px
}

.azart-casino-box--bggrey {
    color: #2e3246
}

.azart-casino-box--bggrey::before {
    display: none
}

.azart-casino-box--bggrey .subtitle {
    max-width: 100%;
    text-align: left
}

.azart-casino-box__group {
    display: flex;
    align-items: flex-start
}

.azart-casino-box__img {
    width: 100%;
    max-width: 183px;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
    display: block;
    font-size: 0
}

.azart-casino-box__img::before {
    content: '';
    display: block;
    padding-top: 90%
}

.azart-casino-box__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.azart-casino-box__text {
    margin: 6px 0;
    font-size: 14px;
    color: #e0e0e0
}

.azart-casino-box h1 {
    margin-bottom: 0px;
}

.azart-casino-box__desc {
    margin-top: 5px;
    margin-bottom: 10px;
}

.azart-casino-box__payment {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.14286
}

.azart-casino-box__payment .azart-flag {
    flex-shrink: 0;
    margin-right: 17px
}

.azart-casino-box__action {
    text-align: right
}

.azart-casino-box__action .azart-tooltips {
    margin-top: 5px
}

.azart-casino-box__action-inner {
    display: inline-block;
    text-align: center
}

.azart-holder {
    position: relative
}

.azart-holder__sidebar .azart-rating-properties {
    margin-top: 40px
}

.azart-rating-properties {
    margin-bottom: 35px;
}

.azart-properties--single {
    background: 0 0;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border: 1px solid #cbcfcb;
    border-bottom: 3px solid #fc275a
}

.azart-properties--single .azart-properties__item {
    width: 100%;
    display: block;
    flex-grow: 1;
    padding: 10px 5px;
    text-align: center;
    border-color: #cbcfcb;
    border-bottom: 1px solid #cbcfcb
}

.azart-properties--single .azart-properties__item-ico {
    margin: 0 0 10px
}

.azart-properties--single .azart-properties__item-desc {
    font-size: 14px
}

.azart-rating-properties {
    font-size: 14px;
    line-height: 1.14286;
    color: #797979
}

.azart-rating-properties b, .azart-rating-properties strong {
    font-weight: 500;
    color: #000
}

.azart-rating-properties__item {
    display: flex;
    align-items: center;
    padding: 10px
}

.azart-rating-properties__item:not(:last-child) {
    border-bottom: 1px solid #f1e7e7
}

.azart-rating-properties__item .azart-rating__stars {
    margin-left: auto;
    padding: 0 0 0 10px
}

.azart-bonus {
    color: #fff;
    background: #46425f
}

/*! casino page style end */
/*! full-width page style  */
.azart-single__post {
    margin-bottom: 35px;
}

.azart-single__post-img {
    font-size: 0
}

.azart-single__post-img img {
    border-radius: 5px
}

.azart-single__post-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
    font-size: 14px
}

.azart_related_block {
    margin-top: 50px;
}

.azart-single__post-info svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-right: 10px;
    fill: currentColor
}

.azart-post_tags b {
    margin-right: 10px;
}

.azart-post_tags a {
    font-style: italic;
}

.azart-post_tags a {
    margin-right: 0px !important;
}

.azart-single__post-info-item {
    align-items: center;
    margin-top: 10px
}

.azart-single__post-info-item:not(:last-child) {
    margin-right: 10px
}

.azart-single__post-info-item a {
    transition: all .25s linear
}

.azart-single__post-info-item a:hover {
    color: #fc275a
}

/*! full-width page style end */
@media only screen and (min-width: 576px) {
    .azart-comments-form__header {
        display: flex;
        margin-left: -10px;
        margin-right: -10px
    }

    .azart-comments-form__header .azart-comments-form__field {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px
    }


}

@media only screen and (min-width: 768px) {
    .azart-holder__sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 70px
    }
}

@media only screen and (min-width: 991px) {
    .azart-header__content--fixed .azart-nav > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .azart-header__content--fixed .azart-nav > ul > li > ul {
        top: calc(100% + 10px)
    }

    .azart-nav {
        margin-left: auto;
        padding-left: 30px;
        padding-right: 36px
    }

    .azart-nav > ul {
        display: flex;
        font-weight: 700;
        color: #000
    }

    .azart-nav ul li::before, .azart-nav > ul > li > .azart-nav__li-btn {
        display: none
    }

    .azart-nav > ul > li > a {
        padding: 20px 27px;
        text-transform: uppercase
    }

    .azart-nav > ul > li:hover > a {
        color: #fc275a
    }

    .azart-nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translate(-25%, 0)
    }

    .azart-nav > ul > li ul {
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .25s linear
    }

    .azart-nav > ul > li > ul {
        top: 100%;
        left: 0;
        transform: translate(-25%, 15px)
    }

    .azart-nav > ul > li > ul::before {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        transform: scale(.9999);
        border-width: 0 15px 20px;
        border-color: transparent transparent #fff
    }

    .azart-nav > ul > li > ul li {
        transition: all .25s linear
    }

    .azart-nav > ul > li > ul li:hover {
        color: #fff;
        background: #253171
    }

    .azart-nav > ul > li > ul li:hover > .azart-nav__li-btn svg {
        fill: #fff;
        transform: rotate(180deg)
    }

    .azart-nav > ul > li > ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .azart-nav > ul > li ul {
        position: absolute;
        z-index: 3;
        min-width: 214px;
        color: #797979;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
    }

    .azart-nav > ul > li ul li:not(:last-child) {
        border-bottom: 1px solid #cbcfcb
    }

    .azart-nav > ul > li ul a {
        padding: 12px 3px 12px 20px
    }

    .azart-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .azart-nav ul li {
        position: relative;
        align-items: center;
        margin: 0
    }

    .azart-nav ul a {
        display: block;
        width: 100%;
        transition: color .25s linear
    }

    .azart-slots-item:hover {
        transform: translateY(-5px)
    }

    .azart-slots-item:hover .azart-slots-item__info {
        opacity: 1
    }

    .azart-slots-item__info {
        opacity: 0
    }
}

@media only screen and (max-width: 1190px) {
    .azart-col-2 {
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width: 1150px) {
    .top-pocker__item-box-row {
        display: block
    }

    .top-pocker__item-box-col {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 1060px) {
    .azart-top-rated__item-content {
        display: block
    }

    .azart-top-rated__item-content-action {
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 10px
    }

    .azart-top-rated__item-content-action .btn:not(:last-child) {
        margin-right: 10px
    }
}

@media only screen and (max-width: 991px) {
    .azart-top--darken .azart-nav ul li > a {
        color: #797979
    }

    .azart-top--darken .azart-nav > ul > li > a {
        color: #2e3246
    }

    .azart-header {
        border: 0
    }

    .azart-header__box {
        justify-content: space-between;
        padding: 10px 0
    }

    .azart-logo {
        margin: 0 10px
    }

    .azart-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        display: none;
        max-height: calc(100vh - 56px);
        padding: 30px 10px 35px;
        background: #fff;
        overflow-y: auto;
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .2)
    }

    .azart-nav > ul ul, .azart-search-toggle {
        padding-left: 10px
    }

    .azart-nav > ul > li > a {
        color: #000;
        font-weight: 500
    }

    .azart-nav li.active > a {
        color: #fc275a
    }

    .azart-nav li.active > .azart-nav__li-btn svg {
        transform: rotate(-90deg);
        fill: #fc275a
    }

    .azart-nav a {
        display: block;
        padding: 8px 0;
        flex-grow: 1;
        transition: all .25s linear
    }

    .azart-nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .azart-nav ul li::before, .azart-nav ul ul {
        display: none
    }

    .azart-nav ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0
    }

    .azart-nav ul li > a {
        order: 1
    }

    .azart-nav ul li > .azart-nav__li-btn {
        order: 2
    }

    .azart-nav ul li > ul {
        width: 100%;
        order: 3
    }

    .azart-nav__li-btn {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .azart-nav__li-btn svg {
        transform: rotate(90deg)
    }

    .azart-search-popup .azart-form__field {
        height: 70px;
        font-size: 30px
    }

    .azart-search-popup .azart-form__field input {
        padding: 0 15px
    }

    .azart-search-popup {
        padding: 30px 10px
    }

    .azart-search-popup__close svg {
        width: 20px;
        height: 20px
    }

    .azart-foot__nav {
        margin-top: 20px
    }

    .azart-copyright {
        text-align: center
    }

    .azart-legacy-links {
        display: block;
        margin: 15px 0 0;
        text-align: center
    }

    .azart-hamburger {
        display: block
    }

    .azart-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .azart-col-4, .azart-col-6, .azart-col-8, .azart-col-9 {
        width: calc(100% - 20px)
    }

    .azart-col-3 {
        width: calc(33.33333% - 20px)
    }

    .azart-foot-2 {
        width: calc(25% - 20px)
    }

    .azart-holder-col-3 {
        width: calc(33.33333% - 20px)
    }

    .azart-holder-col-9 {
        width: calc(66.66667% - 20px)
    }

    .azart-pocker-col-6 {
        width: calc(100% - 20px)
    }

    .azart-col-md-6, .azart-col-news-4 {
        width: calc(50% - 20px)
    }

    .azart-col-md-12 {
        width: calc(100% - 20px)
    }

    .s-content {
        padding: 80px 0;
        min-height: 0
    }

    .s-content__ico-text {
        font-size: 162px
    }

    .s-content__title {
        margin-bottom: 20px;
        font-size: 23px;
        font-weight: 700;
        line-height: 1.39
    }

    .s-content__subtitle {
        margin-top: 20px;
        font-size: 17px
    }

    .s-content__acton {
        margin-top: 40px
    }

    .block {
        padding: 45px 0
    }

    .azart-comments > ul > li ul {
        padding-left: 30px
    }

    .azart-comments > ul > li ul li .azart-comments__item {
        padding-left: 20px
    }

    .azart-comments > ul > li ul li .azart-comments__item::before {
        width: 10px
    }

    .azart-comments__item {
        padding: 15px 10px
    }

    .azart-comments__item-avatar {
        margin-right: 15px
    }

    .top-pocker__item-box-row {
        display: flex
    }

    .azart-mini-header {
        padding: 15px 0
    }

    .azart-news-horizontal-list .azart-news-item__title {
        font-size: 22px
    }

    .azart-row--filters {
        flex-direction: column-reverse
    }

    .azart-row--slots-grid {
        display: block;
        margin: 0 -10px
    }

    .azart-row--slots-grid [class*=col-] {
        margin: 0;
        display: block;
        width: 100%
    }

    .azart-row--slots-grid .slick-slide > div {
        padding: 10px
    }

    .azart-slots-item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
    }

    .azart-slots-item:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
    }

    .azart-casino-box {
        padding-top: 25px
    }

    .azart-casino-box__action {
        margin-top: 20px;
        padding-left: 203px;
        text-align: left
    }
}

@media only screen and (max-width: 920px) {
    .azart-top-rated__item-content-inset {
        display: block
    }

    .azart-properties__item {
        flex-grow: 1
    }

    .azart-payment-geography {
        margin-top: 10px;
        margin-left: 0
    }

    .azart-top-rated__item-content-action {
        margin-top: 20px
    }
}

@media only screen and (max-width: 860px) {
    .azart-top-rated__item .azart-advantages__item ul li {
        width: 100%;
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .azart-header__content--fixed .azart-header__box {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .azart-header__box {
        padding: 5px 0
    }

    .azart-logo img {
        max-height: 25px
    }

    .azart-nav {
        max-height: calc(100vh - 45px)
    }

    .azart-col-3 {
        width: calc(50% - 20px)
    }

    .azart-col-2 {
        width: calc(33.33333% - 20px)
    }

    .azart-foot-2 {
        width: calc(50% - 20px)
    }

    .azart-col-md-12, .azart-holder-col-3, .azart-holder-col-9 {
        width: calc(100% - 20px)
    }

    .azart-advantages__item {
        padding: 10px
    }

    .azart-sidebar__posts-mobile {
        margin-top: 25px
    }

    .azart-top-rated__item-box {
        display: block
    }

    .azart-top-rated__item-media {
        margin-left: auto;
        margin-right: auto
    }

    .azart-top-rated__item-content {
        margin-top: 10px
    }

    .azart-top-rated__item-content-action {
        justify-content: center
    }

    .azart-top-rated__item-advant-btn {
        margin-top: 7px
    }
}

@media only screen and (max-width: 640px) {
    .azart-news-horizontal-list .azart-news-item, .top-pocker__item-box-row {
        display: block
    }

    .top-pocker__item-box-col {
        padding-right: 0
    }

    .azart-news-horizontal-list .azart-news-item__img {
        margin-bottom: 20px
    }

    .azart-news-horizontal-list .azart-news-item__action {
        text-align: left
    }

    .azart-properties {
        flex-wrap: wrap
    }

    .azart-properties__item {
        width: 50%;
        padding: 10px;
        border: 0 !important
    }

    .azart-top-rated__item-content-box {
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    .azart-col-3 {
        width: calc(100% - 20px)
    }

    .azart-col-2 {
        width: calc(50% - 20px)
    }

    .azart-col-md-6, .azart-col-news-4 {
        width: calc(100% - 20px)
    }

    .s-content__ico-text {
        font-size: 140px
    }

    .azart-advantages__box {
        display: block;
        margin: 0
    }

    .azart-advantages__item {
        width: 100%;
        margin: 0
    }

    .azart-advantages__item:not(:first-child) {
        margin-top: 15px
    }

    .azart-comments > ul > li ul, .azart-comments > ul > li ul li .azart-comments__item {
        padding-left: 15px
    }

    .azart-comments > ul > li ul li .azart-comments__item::before {
        width: 5px
    }

    .azart-comments__item {
        display: block;
        padding: 10px
    }

    .azart-comments__item p {
        margin: 10px 0
    }

    .azart-comments__item-avatar {
        margin-right: 0;
        margin-bottom: 10px
    }

    .azart-comments-form__field input {
        padding: 0 10px
    }

    .azart-comments-form__field textarea {
        padding: 10px
    }

    .azart-casino-box__group {
        display: block
    }

    .azart-casino-box__img {
        margin-bottom: 20px
    }

    .azart-casino-box__action {
        padding-left: 0
    }

    .azart-casino-box {
        text-align: center;
    }

    .azart-casino-box__img {
        margin: 0 auto;
    }

    .azart-casino-box__action {
        text-align: center;
    }

    .azart-casino-box__payment {
        display: block;
        margin: 0 auto;
    }

    .azart-casino-box__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


}

@media only screen and (max-width: 480px) {
    .top-pocker__item {
        display: block
    }

    .top-pocker__item-box {
        padding: 15px 10px
    }

    .azart-pocker-col-6 {
        text-align: center;
    }

    .top-pocker__item-box-col .azart-rating {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-pocker__item-media {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 410px) {
    .pagination a {
        padding: 5px 10px
    }
}

ul li.recentcomments {
    display: block;
}

ul li.recentcomments:before {
    content: none;
}

ul#recentcomments {
    padding-left: 11px;
    margin-bottom: 35px;
}

.recentcomments a {
    font-weight: bold;
}

.wp-block-cover {
    height: auto;
    float: left;
    margin: 8px 30px 20px 0;
    padding: 0 30px;
}

@media (max-width: 1200px) {
    .page-template-template-full-width-php .azart-col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}



