* {
	color: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
body {
    background-color: #030c2c;
    background-size: 100%;
    font-size: 14px;
    padding-top: 135px;
}
img {
    max-width: 100%;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.header {
    position: fixed;
	height: 50px;
    width: 100%;
	background: transparent;
    top: 0;
    z-index: 111;
}
.header .header-top-row {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
}
.header .header-top-row .btn {
    margin-left: 10px;
}
.header .header-top-row .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.social-text {
    padding: 0 10px;
    margin-left: 10px;
    border-left: 1px dotted rgba(185, 198, 204, 0.4);
    color: #a9bfca;
}
.social-list {
    list-style: none;
    display: flex;
}
.social {
    background-image: url(sprite-social-networks.png);
    margin-right: 5px;
}
.social.icon-in:hover {
    width: 28px;
    height: 29px;
    background-position: -99px 0;
}
.social.icon-in {
    width: 28px;
    height: 29px;
    background-position: -99px -34px;
}
.main-nav .header-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}
.main-nav .header-nav--list li {
    color: #fff;
    border-bottom: 3px solid transparent;
}
.main-nav .header-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}
.main-nav .header-nav--list li:nth-child(2).current-menu-item,
.main-nav .header-nav--list li:nth-child(2):hover,
.main-nav .header-nav--list li:nth-child(4).current-menu-item,
.main-nav .header-nav--list li:nth-child(4):hover {
    color: #0896dc;
    border-color: inherit;
}
.main-nav .header-nav--list li:nth-child(3).current-menu-item,
.main-nav .header-nav--list li:nth-child(3):hover,
.main-nav .header-nav--list li:nth-child(5).current-menu-item,
.main-nav .header-nav--list li:nth-child(5):hover {
    color: #ff6613;
    border-color: inherit;
}
.main-nav .header-nav--list li:nth-child(4).current-menu-item,
.main-nav .header-nav--list li:nth-child(4):hover,
.main-nav .header-nav--list li:nth-child(6).current-menu-item,
.main-nav .header-nav--list li:nth-child(6):hover {
    color: #a56bca;
    border-color: inherit;
}
.main-nav .header-nav--list a,
.main-nav .header-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}
.slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}
.site-logo {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.btn {
    display: inline-block;
    text-decoration: none;
    border: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
    border-radius: 8px;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
}
.btn.btn-orange {
    background-color: #007acd;
}
.text-container table {
    width: 100%;
    background: #30303f;
    border: #30303f solid 1px;
    border-radius: 3px;
}
.text-container th {
    color: gold;
    padding: 4px;
}
.text-container td {
    padding: 3px;
}
.text-container tr:nth-child(odd) {
    background-color: #24242f;
}
.text-container ol,
.text-container p,
.text-container ul {
    padding-bottom: 10px;
    line-height: 23px;
}
.text-container ol,
.text-container ul {
    list-style-position: inside;
    padding-left: 15px;
}
h1 {
    font-size: 30px;
    padding: 0 0 15px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
h2,
h3,
h4 {
    padding: 15px 0 10px;
}
h1,
h2,
h3,
h4 {
    font-family: HelveticaNeueCyr-Thin, Arial, sans-serif;
    color: #202021;
    font-weight: 100;
}
.text-container a {
    color: #00a3ff;
    text-decoration: none;
}
.text-container a:hover {
    text-decoration: underline;
}
.text-container a:visited {
    color: purple;
}
.top-casino--container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-casino__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    color: #202021;
}
.top-casino__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6613;
    margin-right: 13px;
}
.top-casino__icon img {
    width: 28px;
}
.pay-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 92px;
    padding: 10px 0;
    border-top: 1px dotted #c9d8e7;
    border-bottom: 1px dotted #c9d8e7;
}
.pay-container .pay {
    background: url(pay-sprite.png-v=1.1.png);
    margin: 18px;
}
.pay-container .pay-visa {
    width: 57px;
    height: 19px;
    background-position: 0 0;
}
.pay-container .pay-visa:hover {
    background-position: 0 -19px;
}
.pay-container .pay-ecopayz {
    width: 114px;
    height: 27px;
    background-position: -355px 0;
}
.pay-container .pay-ecopayz:hover {
    background-position: -355px -34px;
}
.footer-nav .footer-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}
@media (max-width: 530px) {
    .footer-nav .footer-nav--list {
        flex-direction: column;
        align-items: center;
    }
}
.footer-nav .footer-nav--list li {
    color: #000;
    border-bottom: 3px solid transparent;
}
.footer-nav .footer-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}
.footer-nav .footer-nav--list li:nth-child(2).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(2):hover,
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(4):hover {
    color: #0896dc;
    border-color: inherit;
}
.footer-nav .footer-nav--list li:nth-child(3).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(3):hover,
.footer-nav .footer-nav--list li:nth-child(5).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(5):hover {
    color: #ff6613;
    border-color: inherit;
}
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(4):hover,
.footer-nav .footer-nav--list li:nth-child(6).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(6):hover {
    color: #a56bca;
    border-color: inherit;
}
.footer-nav .footer-nav--list a,
.footer-nav .footer-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}
.bonus-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 20px;
    color: #202021;
    box-shadow: 0 0 29px -3px rgba(11, 76, 127, 0.23);
}
.bonus-item__img {
    width: 240px;
    margin-right: 30px;
}
.bonus-item__img img {
    border-radius: 7px;
    box-shadow: 0 0 12px 0 rgba(0, 10, 105, 0.55);
}
.bonus-item__head {
    flex: 1;
}
.bonus-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.bonus-item__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.bonus-item__content {
    width: 100%;
    padding: 40px 0 10px;
    display: none;
}
.container-404 {
    padding-top: 60px;
}
.text-404 {
    text-align: center;
    font-size: 25px;
    color: #202021;
    font-weight: 400;
    font-family: HelveticaNeueCyr-Thin, Arial, sans-serif;
}
.main-nav--wrap {
    position: relative;
}
.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    color: #fff;
    background: #202021;
    list-style: none;
    overflow: hidden;
    height: 0;
    z-index: 999;
    box-sizing: border-box;
}
.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px);
}
.mobile-nav {
    border-top: 1px solid #383b3d;
}
.mobile-nav a,
.mobile-nav span {
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.mobile-nav span {
    background: linear-gradient(90deg, #202021 1px, transparent 1%) center, linear-gradient(#202021 1px, transparent 1%) center, #505050;
    background-size: 2px 2px;
}
.mobile-nav--btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #2f2f2f;
    cursor: pointer;
    outline: 0;
    transition: 0.3s ease-in-out;
}
.mobile-nav--btn span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    right: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.mobile-nav--btn span:nth-child(1) {
    top: 17px;
}
.mobile-nav--btn span:nth-child(2) {
    top: 25px;
}
.mobile-nav--btn span:nth-child(3) {
    top: 33px;
}
.site-logo {
    margin-right: auto;
}
.site-logo img {
    width: 200px;
}
@media only screen and (max-width: 1150px) {
    .top-casino__slots {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 850px) {
    .social-list {
        justify-content: center;
    }
    .header .header-top-row .btn {
        margin: 0 5px;
    }
    .header .header-top-row .container {
        justify-content: center;
    }
    .social-text {
        border: none;
    }
    .social-list,
    .social-text {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .main-nav .header-nav--list {
        display: none;
    }
    .main-nav {
        position: relative;
        height: 50px;
    }
    .header-nav--list {
        display: none;
    }
    .mobile-nav--btn {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    .bonus-item__head {
        flex: initial;
        width: 100%;
    }
    .bonus-item__img {
        margin-right: 0;
    }
	.site-logo {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
    img[class*="wp-image"] {
        display: block;
        float: none;
        margin: 0 auto;
        height: auto;
    }
}
@media only screen and (max-width: 340px) {
    body {
        padding-top: 130px;
    }
}
#ctoc-list-captions {
    padding: 0 !important;
    border: none !important;
}
.ctoc-body {
    padding: 10px !important;
}
.ctoc-body ul {
    margin-top: 0 !important;
	padding: 0;
	list-style: none;
}
.ctoc-body ul li {
	margin-bottom: 6px;
}
.ctoc-body a {
    color: #0083c3 !important;
    display: inline-block;
}
.footer {
    background: url(footer-bg.png) repeat, #0a0a14;
    width: 100%;
    border-top: 1px dashed #303036;
}
.footer-icon {
    background: url(footer-bg.png) repeat, #0a0a14;
    box-shadow: inset 0 30px 30px -10px rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #646a87;
}
.footer-icon h3 {
    color: #646a87;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
.footer-icon .footer-block-title {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    margin-top: 20px;
}
.pay {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.pay > div {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 30px 25px 0;
}
.visa {
    width: 80px;
}
.mastercard {
    width: 45px;
}
.skrill {
    width: 80px;
}
.webmoney,
.yandex {
    height: 40px;
}
.social_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social_footer h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}
.social_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.social_footer img {
    width: 20px;
    height: 20px;
}
.footer-copy {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .footer-copy {
        flex-direction: column-reverse;
    }
}
.copy {
    width: 35%;
}
@media (max-width: 768px) {
    .copy {
        width: 100%;
        text-align: center;
    }
}
.age {
    display: flex;
    flex-direction: row;
    width: 40%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.age a {
    margin-right: 10px;
}
@media (max-width: 768px) {
    .age a {
        margin: 0;
    }
}
.age img {
    height: 40px;
    width: 40px;
    max-width: initial;
}
@media (max-width: 768px) {
    .age {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
}
.licence {
    width: 35px;
}
@media (max-width: 768px) {
    .licence {
        display: block;
        margin: 10px auto;
    }
}
.lang {
    width: 150px;
}
.list_hreflangs {
    display: flex;
    list-style: none;
    flex-direction: column;
    position: relative;
}
.list_hreflangs:hover li {
    display: flex;
}
.list_hreflangs li {
    flex-direction: row;
    align-items: center;
    display: none;
    margin-bottom: 10px;
    order: -1;
}
.list_hreflangs li a,
.list_hreflangs li span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.list_hreflangs li img {
    margin-right: 10px;
}
.list_hreflangs li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.list_hreflangs img {
    width: 30px;
    height: 30px;
}

/* banner */

.banner {
	width: 100%;
    margin: 0 auto;
	position: relative;
	top: -50px;
}

.banner span {
	color: #ff4141;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}

.banner .contain {
	background: url(../banner.png) no-repeat center;
    height: 230px;
    margin: 0 auto;
    background-size: contain;
}

@media (max-width: 600px) {
	.banner-wrap {
	    background-size: contain;
	    height: 230px;
	    background-position: left;
	}
}

main h1,
main h2,
main h3,
main h4 {
	color: #fff;
}

main h1 {
	font-size: 24px;
	text-align: center;
}

/* main p,
main li {
	color: #fff;
} */

.image_wrapper {
	width: 100%;
	text-align: center;
}

.image_wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.table_responsive {
	overflow-x: scroll;
}

.table_responsive table {
	width: 100%;
}




/* zerkalo */



.zerkalo {
    width: 400px;
    margin: 0 auto 40px;
}

.zerkalo .top-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1e1e1e;
    border-radius: 15px 15px 0 0;
    background: #252526;
    padding: 6px 15px;
}

.zerkalo .circles-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.zerkalo .circle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #1e1e1e;
    border-radius: 50%;
    margin: 0 3px;
    line-height: 8px;
}

.website-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d2d30;
    border-radius: 3px;
    padding: 6px 50px;
    width: 100%;
    margin: 0 25px;
}

.website-bar span {
    display: inline-block;
    width: 90px;
    color: #b3b6ba;
    font-size: 13px;
    line-height: 13px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zerkalo .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-top: #e2e6e7;
    background: #2d2d30;
    min-height: 200px;
}

.zerkalo .bottom-part img {
    margin-top: 10px;
}

.bottom-part .link {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 6px;
    background: #7fac30;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.zerkalo .bottom-part p {
    margin: 10px 0;
    font-size: 14px;
    color: #b3b6ba;
	text-align: center;
}

.zerkalo .bottom-part ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.zerkalo .bottom-part ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #90abc2;
    font-size: 13px;
    color: #90abc2;
    margin: 0 0 15px;
}

.zerkalo .bottom-part ul li:last-child {
    margin-bottom: 0;
}

.zerkalo .bottom-part ul li::marker {
    content: '➕';

}

@media (max-width: 450px) {
    .zerkalo {
        width: calc(100% - 30px);
        margin: 0 15px 40px;
    }
    .zerkalo .bottom-part {
        text-align: center;
        padding: 0 15px;
    }
    .website-bar {
        padding: 6px 30px;
        margin: 0 15px;
    }
    .zerkalo .bottom-part p {
        line-height: 1.3;
    }
}

/* header header_btns */

.header_btn {
  position: relative;
  width: 120px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.header_btn::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header_btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.header_btn:hover::after {
  filter: blur(30px);
}

.header_btn:hover::before {
  transform: rotate(-180deg);
}

.header_btn:active::before {
  scale: 0.7;
}

.header_btn.reg {
	margin-left: 15px;
}

@media (max-width: 600px) {
	.header_btn.reg {
		display: none;
	}
}
