.body:before {
    content: '';
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: visible;
    transition: 1s all;
    background: #fff;
    box-shadow: 0 0 200px #00b8ff;
	animation: vehsika 3s linear infinite;
	
}
@keyframes vehsika {
  0% {
    box-shadow: 0 0 200px #00b8ff;
  }
  50% {
    box-shadow: 0 0 200px #3f00ff;
  }
  100% {
    box-shadow: 0 0 200px #00b8ff;
  }
}
@media (min-width: 991px){
	.header-row.header-row-side-header.flex-row.h-100.pb-lg-5 {
		padding: 0 !important;
	}
	.container.index-title {
		display: none;
	}
	.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		margin-bottom: -15px;
		z-index: 0;
	}
	a.dropdown-item:hover {
		color: #0c4c85 !important;
	}
	a.dropdown-item {
		line-height: 18px !important;
	}
	.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;
	}
	a.dropdown-item {
		line-height: 12px !important;
	}
	nav.collapse {
		margin-top: 42px !important;
	}
	.header-row.justify-content-end.pb-lg-3 {
		margin-bottom: -60px;
	}
	.header-logo {
		margin: 0 !important;
	}
	a.dropdown-item {
		line-height: 12px !important;
	}
	header#header {
		box-shadow: none !IMPORTANT;
		left: auto !important;
		margin-top: 250px;
		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-row.flex-row.justify-content-start.justify-content-lg-center.pt-lg-5 {
		margin-top: -240px;
	}
	.header-body {
		max-height: 325px;
	}
	#header a.btn.font-weight-semibold.d-none.d-xl-block {
		margin-bottom: 20px;
	}
	i.fab {
    color: #fff;
	}
    .body {
		max-width: 1000px;
		margin-left: calc(100vw) !important;
		padding-right: 255px;
		left: calc(-50vw - 500px);
		position: absolute;
    }
}
.btn {
    border: none;
    position: relative;
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    font-weight: 400;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    will-change: background,filter;
}
.btn:hover {
    cursor: pointer;
    font-weight: 400;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.5);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.btn-warning {
    background-image: linear-gradient(to top,#b50000,#ff0000);
}
a.active.dropdown-item {
    color: #fff !important;
}
.footer__providers img {
    display: inline-block;
    margin: 5px 10px 10px 10px;
}
.loading-overlay, body {
    background: url(background.jpg) repeat-y #09203F;
}
.body {
    background: none;
    overflow: visible !important;
}
body {
    color: #c5c5c5;
}
span.d-block.font-weight-black.mb-2.text-center {
    color: #fff;
    text-shadow: 0 0 5px #6f5af7;
	display: none !important;
}
p {
    color: #cacaca;
}
.main .col-md-3 {
    padding: 0;
}
label.check_container {
    color: #484848;
}
.main {
    font-family: Roboto,Open Sans,sans-serif !important;
    font-size: 16px !important;
    background-size: 100% auto !important;
}
.main .container .col-12 {
    background: #0000004d;
    margin-top: 20px;
}
.header-body {
    background-color: #00000000 !important;
    border: 4px double #295b98 !important;
    border-radius: 25px;
    box-shadow: 0px 0px 500px #000000;
	transition: 1s all;
}
a.dropdown-item {
    color: #fff !important;
}
@media (max-width: 991px){

    #header .header-nav-main:before {
        background: #101a26 !important;
    }
    #header .header-nav-main nav>ul>li>a.active {
        color: #6da2ff!important;
        background: #101a26;
    }
    #header .header-nav-main nav>ul li {
        border: none;
    }
    #header .header-nav.header-nav-links-side-header nav>ul>li.dropdown>.dropdown-item:before {
        opacity: 0 !important;
    }
}
#header .header-btn-collapse-nav {
    background: -webkit-gradient(linear,left top,left bottom,from(#226dbf),to(#04407d));
    background: linear-gradient(180deg,#226dbf 0,#04407d 100%) !important;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
a.btn.font-weight-semibold.d-none.d-xl-block {
    color: #fff;
    border-bottom: 1px dotted;
    padding: 0;
    margin-top: 10px;
}
a:hover {
    color: #ff7a6c !important;
}

.body a{
    color: #ffffff  !important;
}
.body a:hover{
    color: #fff !important;
}
nav.collapse {
    margin-top: 20px;
}
a.dropdown-item.active {
    color: #fff !important;
}
#footer .footer-copyright {
    background: transparent;
}
footer#footer {
    background: #00000057;
    margin: 0 20px;
}
h1{
    color: #fff;
    position: relative;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    font-size: 40px;
    font-weight: 200 !important;
}
.text-6 strong {
    color: #fff;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    font-size: 1em !important;
    font-weight: 400 !important;
}
.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0;
}
.slider-container {
    background: none !important;
}
.slider_text_2 {
    color: #FFFFFF;
    line-height: 44px;
    font-size: 38px;
}
li.dropdown {
    line-height: 5px !important;
}
h2, h3, h4, h5, h6 {
    color: #FFFFFF;
}
.btn-slider {
    text-align: center !important;
    display: block !important;
    width: 350px;
}
.btn-slider .btn {
    z-index: 2;
    position: relative;
    zoom: 1.4;
}
.btn-primary {
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
    color: #fff !important;
}
.btn-primary:hover {
    color: #fff !important;
    opacity: .7;
    background: linear-gradient(0deg,#088c4f,#0bb366,#088c4f) !important;
}
.tp-bannertimer {
    background-color: #fff !important;
}
.thumb-info .thumb-info-type {
    background-color: #fff;
    border-radius: 25px;
    width: 50px;
    color: #000;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 3px 0 0 3px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.btn-bgx {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: -20px;
    z-index: 1;
}
.foot_text {
    font-size: 2.5em !important;
}

.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: #fff;
    color: #000000 !important;
}

.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 {
    text-transform: uppercase;
    text-align: right;
    line-height: 1.25em !important;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
}
.slider_text_2 {
    margin-top: 25px !important;
    color: #FFFFFF;
    line-height: 32px !important;
    font-size: 30px !important;
}
a.tp-caption {
    background: none !important;
    margin-top: 20px !important;
    text-transform: none;
}
.tp-bgimg.defaultimg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000bf;
    z-index: 1;
}