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;
}
a.dropdown-item:hover {
    color: #5f69ff !important;
}
.header-body {
    background: linear-gradient(180deg,#0c376d,#000926 79%) !important;
}
.header-body .btn-warning {
    background-image: linear-gradient(0deg,#008101,#009809,#00ba22,#00d426) !important;
    border: 1px solid #007f01 !important;
    box-shadow: inset 0 1px 0 #37f45a !important;
    text-shadow: 0 -1px 5px #10ff00;
}
@media (min-width: 991px){
	a.dropdown-item {
		line-height: 15px !important;
	}
.header-body:after {
    content: "";
    background: url(bg_header_egg.jpg) center top no-repeat;
    height: 100px;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
	.game_window {
		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 {
		height: 625px !important;
		left: auto !important;
		margin-top: 50px;
		transform: translateX(-255px) !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: 800px;
    box-shadow: 2px 2px 50px -10px #000;
    border: none !important;
    border-radius: 24px;
	}
.header-logo {
    margin-top: -10px !important;
    margin-bottom: 0px !important;
}
    .body {
		max-width: 1000px;
		margin-left: calc(100vw) !important;
		padding-left: 255px;
		left: calc(-50vw - 500px);
		position: absolute;
    }
}
.loading-overlay, body {
	background: #010f32 url(bg1.jpg) 50% 0 no-repeat;
}
.body {
    background: none;
    overflow: visible !important;
}
#header {
box-shadow: 5px 0 0px #00000038;
}
#footer, #footer .footer-copyright {
    background: #000;
    border: 2px solid #cf0103 !important;
}
#footer  {
    margin-left:20px;
    margin-right:20px;
}
#footer:before {
    content: "";
    background: url(decor_footer_blue.png) 0 0 no-repeat;
    width: 64px;
    height: 71px;
    position: absolute;
    top: -41px;
    right: 20px;
}
span.d-block.font-weight-black.mb-2.text-center {
    color: #fff;
    text-shadow: 2px 0 10px #070029;
}
.breadcrumbs {
    display: inline-block;
    counter-reset: flag;
    color: black;
}

.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;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #171717;
    box-shadow: none;
    border-radius: 50px 0 0 0;
    transform: rotate(-45deg) scale(0.73);
    transition: all 0.5s;
}

.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.breadcrumbs a.active,
.breadcrumbs a.active::after{
    background: #2192e4;
    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;
    margin-top: -2px;
    background: #032b51 !important;
    width: 30px;
    padding: 6px !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;
	}
}
.image-gallery-item.mb-0 {
    box-shadow: 0 2px 10px -5px rgb(0, 0, 0);
}

.main .container .row.pb-3,.row.pt-5.mb-5 .col-12 {
    background: #fff;
    box-shadow: 2px 2px 50px -10px #000;
    padding: 10px;
	position: relative;
}
.main .container .row.pb-3:before,.row.pt-5.mb-5 .col-12:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	z-index: -1;
    height: 200px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e6f2fe),to(#fff));
    background-image: -webkit-linear-gradient(top,#e6f2fe,#fff);
    background-image: -o-linear-gradient(top,#e6f2fe,#fff);
    background-image: linear-gradient(180deg,#e6f2fe,#fff);
}
.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.btn-warning {
    position: relative;
    overflow: hidden;
    border-radius: 17px !important;
    background: linear-gradient(to top, #008a04, #00ca25);
    color: #fff !important;
    border: none;
    min-height: 36px;
}
.btn{
	position:relative;
	overflow: hidden;
	margin-bottom: 10px !important;
	background: #da0203;
	text-transform: uppercase;
	
}
i.fab {
    color: #fff;
}
a.dropdown-item.active {
    color: #00c123 !important;
}
a.dropdown-item {
    color: #fff !important;
}
.swiper-div .btn {
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    bottom: 10px;
    width: 100%;
    background: none;
    border: none;
    height: 100% !important;
}
.swiper-div .btn:after {
    display:none;
}
a.btn.font-weight-semibold.d-none.d-xl-block {
	color: #fff;
    width: 160px;
    background-image: linear-gradient(0deg,#00308c,#073c99,#045fe7,#319fff);
    border: none;
    min-height: 36px;
    border-radius: 17px;
}
a.btn.btn-rounded.btn-warning.m-auto.text-3 {
    padding: 5px;
    border-radius: 17px;
    margin-bottom: 25px !important;
    padding: 10px 15px;
}
a.btn.btn-warning.ml-sm-0.ml-3.font-weight-semibold.btn-rounded.text-white.w-100 {
    border-radius: 17px;
    box-shadow: 2px 0 10px -5px #000;
    border-color: #ff8e22;
}
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;
}
.main .container.pb-2 .row.pt-5.mb-5 .col-md-12 h1 {
    color: #fff;
}

.swiper-div {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    height: 100%;
}
.swiper-text-block {
    position: relative;
    left: 10px;
    width: 100%;
    height: 100%;
}
.swiper-text-block h3, .swiper-text-block h4 {
    font-size: 2em !important;
}