main{
	padding: 50px;
	position: relative;
	height: 100%;
	height: 100vh;
}
main>.row{
	height: 100%;
}

.prize-preview{
	height: 100%;
	display: flex;
	align-items: flex-start;
	_align-items: center;
    justify-content: center;
	color: #fff;
	padding-top: 80px;
}

.curr-prize{
	display: flex;
	flex-direction: column;
    align-items: center;
    
    width: 600px;
    width: 720px;
}


.right-main-part{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.curr-prize .title{
	font-size: 48px;
}

.top-main{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}




#startButton{
	display: inline-block;
    font-weight: 400;
    color: #e61382;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: .375rem 3.75rem;
    line-height: 62px;
    border-radius: 100px;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.115), 0 10px 10px rgba(0, 0, 0, 0.11);
    white-space: nowrap;
    
    position: relative;
}


.winner-row{
	color: #fff;
	font-size: 28px;
	font-size: 26px;
	margin-bottom: 16px;
	text-align: center;
}

.winner-row b{
	font-size: 42px;
	text-transform: uppercase;
}

.numerator{
	display: inline-flex;
	align-items: center;
    justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #86bae4;
	color: #fff;
	margin-left: 8px;
	font-weight: 700;
	opacity: 0.6;
}
.numerator:hover{
	opacity: 0.8;
}
.numerator.active{
	opacity: 1;
}

.pgs{
	position: absolute;
	right: 206px;
    bottom: 71px;
}

#w-names{
	width: 800px;
	max-width: 100%;
}






/* carousel start */


.slider-container {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background-color: #fff;
}
.slider-track {
    display: flex;
    transition-property: transform;
    height: 200px;
}
.slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-size: 57px;
    font-weight: bold;
    color: #333;
    color: #e9ae4e;
    background-color: #fff;
    border: 1px solid #ddd;
    user-select: none;
}
.slide:nth-child(odd) {
    background-color: #fff;
}



/* carousel end */
