span.d-block.font-weight-black.mb-2.text-center {
    display: none !important;
}
.main .col-lg-12.text-center {
    margin-top: -20px;
    display:none;
}

h2.font-weight-normal.text-6.pb-2.mb-4 {
    margin: 0 !important;
}
@media (min-width: 991px){
	.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		width: calc(100% - 40px);
	}
	a.dropdown-item:hover {
		color: #0c4c85 !important;
	}
	a.dropdown-item {
		line-height: 18px !important;
	}
	.game_window {
	    border-radius: 15px;
		width: 700px;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
	}
	.game_window.full_opened {
		width: 100vw;
		height: 100%;
		position: fixed;
		left: calc(50vw - 270px);
		top: 0;
		margin: 0;
		overflow: visible;
	}
	.full_opened {
		transform: translateX(calc(-50vw + 270px));
		height: calc(100vh - 100px) !important;
	}
	.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin-top: 50px;
	}
	header#header {
		left: auto !important;
		margin-top: 50px;
		transform: translateX(755px) !important;
		background: none !important;
	}
	.image-gallery .col-6.col-md-3.col-xl-2.p-1 {
		width: 150px !important;
		max-width: 100% !important;
		flex: auto !important;
	}
	.header-body {
		max-height: 625px;
	}
	.body {
		max-width: 1000px;
		margin-left: calc(100vw) !important;
		padding-left: 255px;
		left: calc(-50vw - 750px);
		position: absolute;
	}
	#footer, #footer .footer-copyright {
		margin-left: 20px;
		background: #000;
		margin-right: 20px;
		border-radius: 15px;
		margin-bottom: 20px;
		box-shadow: 0 0 20px -15px #000;
	}
}
i.fab {
    color: #bfbfbf;
}
.loading-overlay, body {
    background: #000 url(bg-2.png) center top no-repeat;
    background-size: cover;
}
.body {
    background: none;
    overflow: visible !important;
}
.header-body {
    border-radius: 15px;
    box-shadow: 0 0 20px -15px #000;
}
#header {
box-shadow: none !important;
}
#footer, #footer .footer-copyright {
    background: #000 !important;
}

span.d-block.font-weight-black.mb-2.text-center {
    color: #fff;
    text-shadow: 2px 0 10px #070029;
}
.bread-col {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 15px;
}
.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
    border-radius: 15px;
    overflow: hidden;
}
.breadcrumbs a {
    position: relative;
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    background: #171717;
    transition: all 0.5s;
    z-index: 2;
}
.breadcrumbs a:nth-child(2):not(.active) {
    z-index: 2;
    padding-left: 10px;
    background: #26225f;
}
.breadcrumbs a::after {
    display: none;
}
.breadcrumbs a.active {
    margin-left: -20px;
    z-index: 1;
}
.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #29b866;
    color: #ffffff !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.breadcrumbs a::before {
    content: counter(flag);
    counter-increment: flag;
    position: absolute;
    color: #000;
    text-align: center;
    top: 8px;
    left: 30px;
    line-height: 20px;
    box-shadow: 0 0 2px #ccc;
    width: 20px;
    background-color: white;
    border-radius: 50%;
}

.breadcrumbs a:first-child {
    padding-left: 46px;
}

.breadcrumbs a:first-child::before {
    left: 14px;
}

.tp-mask-wrap {
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25 !important;
    color: #7ff800;
    margin-top: 100px !important;
    text-shadow: none;
    font-weight: normal;
}

.btn i.fas.fa-bars {
    z-index: 3;
    position: relative;
}

.header-btn-collapse-nav:before,.header-btn-collapse-nav:after{
	background:none;
}
@media (max-width: 991px){
	#header .header-btn-collapse-nav {
		outline: 0;
		margin-left: 4px;
		background: #00e75c !important;
		display: block;
		position: relative;
		z-index: 1;
	}
	#header .header-nav-main nav>ul>li>a.active {
		background: #0000007a;
	}
	#header .header-nav-main:before {
		background: black;
	}
}
.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    margin-left: 20px;
    border-radius: 15px;
}
.image-gallery-item.mb-0 {
    overflow: hidden;
    box-shadow: 0 2px 10px -5px rgb(0, 0, 0);
    border-radius: 28px;
}
.main .container .row.pb-3, .row.pt-5.mb-5 .col-12 {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px -15px #000;
}
.row.pt-5.mb-5 .col-12{
	padding-top: 20px;
	margin-left: 20px;
    max-width: calc(100% - 40px);
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
}
.btn {
    min-height: 36px;
    position: relative;
	border-radius: 15px;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    background: transparent;
    color: #000 !important;
}
.btn-warning {
    border-color: #777;
    background: #fff;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff !important;
    width: 160px;
    background: #29b866;
}
a.btn.font-weight-semibold.d-none.d-xl-block:hover {
    background: #4dd486;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px 10px;
    margin-bottom: 25px !important;
}
h2 strong.font-weight-extra-bold {
    color: #ffffff;
    text-transform: uppercase;
    background: #2192e4;
    border: 5px solid #4a5bb3c7;
    padding: 0 10px;
    text-shadow: 0 0 30px #0082dd;
}
.swiper-div {
    position: absolute;
    display: block;
    width: auto;
    left: 0;
    max-width: 400px;
    top: calc(50% - 60px);
    text-align: left;
    padding: 5px 20px;
    height: calc(50% + 60px);
}
.swiper-text-block {
    position: initial;
    left: 10px;
}
.swiper-text-block h3 {
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    font-weight: 600 !IMPORTANT;
    font-size: 24px !important;
}
.swiper-text-block h4 {
    font-size: 1.2em !important;
    letter-spacing: normal;
}
.swiper-div .btn {
    text-transform: uppercase;
    position: absolute !important;
    bottom: 0;
    left: 10px;
    border-radius: 15px;
    background: #2ecc71;
    border-color: #2ecc71;
    color: #fff !important;
}
@media (max-width: 900px){
	.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 15px;
	}
	.swiper-text-block h3 {
		font-size: 16px !important;
		line-height: 12px;
	}
	.swiper-text-block h4 {
		font-size: 12px !important;
		line-height: 10px;
	}
	.header-body {
		border-top-left-radius: 0;
		border-top: 0 !important;
		border-top-right-radius: 0;
	}
}
.index-title {
	display: none;
}
span.thumb-info-type {
    background: #00aa48 !important;
    border-radius: 15px !important;
    margin-top: -5px !important;
}
.game_window .btn {
    color: #fff !important;
    background: #26225f;
    border-color: #130c5f;
}
.game_window .btn:hover {
    color: #26225f !important;
    background: #fff;
    border-color: #fff;
}
/*                    */
section.chips {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: calc(-50% + 500px);
    width: 100vw;
    height: 100vh;
    max-width: 1000px;
    z-index: -1;
}
.chips .chip {
    position: absolute;
    z-index: 0;
    right: 0;
}
.chips .chip--left-top {
    width: 160px;
    height: auto;
    left: -180px;
    top: -60px;
}
.chips .chip--left-middle {
    width: 110px;
    height: auto;
    left: -100px;
	top: 300px;
}
.chips .chip--left-bottom {
    width: 290px;
    height: auto;
    left: -190px;
    bottom: -110px;
}
.chips .chip--right-top {
    width: 245px;
    height: auto;
    right: -165px;
    top: -80px;
}
.chips .chip--right-middle {
    width: 105px;
    height: auto;
    right: -80px;
    top: 300px;
}
.chips .chip--right-bottom {
    width: 240px;
    height: auto;
    right: -195px;
    bottom: -105px;
}