body {
	margin: 0;
	font-family: 'Open Sans';
	background: url(../img/bg.jpg);
	background-size: cover;
	color: #fff;
	min-width:1920px;
	min-height:1080px;
}
.text-center {
	text-align: center;
}
.clearfix {
	clear: both;
}
.logo_wrapper, 
.jackpot {
	float: left;
	width: 33.3%
}
.curent-turn {
	float: right;
	margin-top: 90px;
	margin-right: 110px;
}
.logo_image {
	margin-top: 35px;
	margin-left: 70px;
}
.jackpot_title {
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.502);
	letter-spacing: 5px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.jackpot-win {
	font-size: 48px;
	font-weight: bold;
	color: rgb(219, 146, 49);
	padding: 10px 84px;
	background: url(../img/jackpot-frame.png) center no-repeat;
}
.jackpot_turn {
	font-size: 18px;
	text-transform: uppercase;
	color: rgb(168, 168, 168);
	margin-top: 15px;
}
.curent-turn_caption {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-right: 25px;
	margin-top: 20px;
}
.number {
	float: right;
    font-size: 48px;
    font-weight: bold;
    color: #906d4f;
    border-radius: 50%;
    background-color: rgb(25, 25, 26);
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
}
.nunber-win {
	background-color: #db083d;
	color: #fff;
}
.turn {
	font-size: 18px;
	color: #906d4f;
}
.win {
	font-size: 30px;
	color: #db083d;
}
.blank {
	width: 50%;
	float: right;
	margin-right: 100px;
	margin-top: 55px
}
.box {
	width: 100px;
	height: 100px;
	background-color: #19191a;
	text-align: center;
	line-height: 100px;
	font-size: 48px;
	font-weight: bold;
	color: rgb(168, 168, 168);
}
.line {
	display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.card {
	margin-bottom: 20px;
}
.box-active {
	background-color: #db083d;
	color: #fff;
}
.win-message {
	float: left;
	width: 35%;
	height: 650px;
	background: url(../img/win.png) center no-repeat;
	margin-left: 124px;
    margin-top: 34px;
}
.win-message_number {
	font-size: 100px;
	font-weight: bold;
	color: #19191a;
	letter-spacing: 5px;
	margin-top: 260px;
}
.win-message_text {
	font-size: 32px;
	text-transform: uppercase;
    color: rgb(168, 168, 168);
    letter-spacing: 10px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.win-message_text:before {
	display: block;
	content: '';
	background: url(../img/star.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
    left: -40px;
}
.win-message_text:after {
	display: block;
	content: '';
	background: url(../img/star.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
    right: -35px;
}
.called-number {
	width: 50px;
	height: 50px;
	background-color: rgba(25, 25, 26, 0.5);
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: rgb(168, 168, 168);
}
.called-number-win {
	background-color: #db083d;
	color: #fff;
}

.order {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}
.owl-carousel.owl-loaded {
	width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	font-size: 80px;
    color: rgb(168, 168, 168);
    position: absolute;
    opacity: 0.7;
    outline-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
	top: -43px;
    left: -50px;
}
.owl-carousel .owl-nav button.owl-next {
	top: -43px;
    right: -50px;
}
.win-block {
	display: none;
}