.roulette-page
{
	font-family: Acrom;
	height: 100vh;
}

.roulette .bar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 790px;
	height: 310px;
	overflow: hidden;
}

.roulette .bar .spin {
    display: flex;
    flex-direction: row;
    width: 750px;
    overflow: hidden;
}

.roulette .bar .spin::before {
    position: absolute;
    content: "";
    left: 372px;
    height: 260px;
    width: 40px;
	margin-top: -36px;
    background: url(../roulett.png);
}

.roulette .bar .spin .move {
    display: flex;
    flex-direction: row;
    min-height: 150px;
}

.roulette .bar .spin .move .item {
    width: 150px;
	height: 150px;
	margin-top: -5px;
    display: inline-block;
}

.prize-name {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 5px 23px;
    font-size: 9px;
    bottom: -20px;
    font-weight: 700;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 5px #e0eff6;
    box-shadow: 0 0 5px 5px #e0eff6;

}

.exit-btn {
    margin-left: 15px;
	margin-bottom: 5px;
    padding: 15px;
    border-radius: 1rem;
    background-color: #161b29;
    border: none;
    outline: 0 none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	cursor: pointer;
	transition: all 0.15s;
} 

.icon-exit {
    position: relative;
    height: 1em;
    width: 1em;
	opacity: 0.5;
	transition: all 0.15s;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: medium;
    background-position: 50%;
    background-image: url(../icon-exit.svg);
}

.exit-btn:hover {
    transform: scale(1.05);
}

.exit-btn:hover .icon-exit {
    opacity: 1;
}

.button-roullet {
	padding: 20px 45px;
	font-family: 'Acrom';
	background-color: #ea864d;
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
	color: #171717;
	border: none;
    outline: 0 none !important;
	transition: all 0.15s;
}

.button-roullet:hover {
	transform: translateY(-5px);
}

@media (max-width: 992px) {
.button-roullet {
	padding: 40px 90px;
    font-size: 15pt;
}

.model__sell {
	font-size: 20px;
}

.modal__close-button {
	padding: 40px 90px;
	font-size: 15pt;
}

}

button-roullet:active, button-roullet:focus {
	outline: none;
}

.container.prizes {
    margin-bottom: 96px;
}

.col-md-3 {
    flex: 0 0 15%;
    max-width: 25%;
}

.possible-prizes {
    margin-bottom: 30px;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    font-family: acrom;
    margin-top: 5rem;
}

a, a:visited, a:focus, a:active, a:hover{
outline:0 none !important;
}

.prize-container {
    margin-bottom: 21px;
    text-align: center;
}

.prize-image {
    width: 150px;
    height: 150px;
    transition: all 0.15s;
}

.prize-image:hover {
    transform: translateY(-7px);
}

.prize-title, .prize-price {
    margin-bottom: 0;
}

.prize-title {
	margin-top: -14px;
    font-family: acrom;
	font-size: 17px;
}

.modal {
  position: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  top: -1000px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: scroll;
  padding: 90px 15px;
}

.modal_active {
  position: center;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.modal__content {
  width: 100%;
  border-width: 2;
  border-style: solid;
  max-width: 550px;
  padding: 100px;
  background: #151821;
  -webkit-box-shadow: 0 5px 15px black;
  box-shadow: 0 5px 15px black;
  border: 0;
  text-align: center;
  background: #0c111c;
  position: relative;
}

.modal__img {
	display: block;
	margin: auto;
	margin-top: 30px;
}

.model__sell {
	font-size: 15px;
	transition: all 0.25s;
	color: #fff;
	font-weight: 300;
	font-family: 'Acrom';
	cursor: pointer;
	text-shadow: 0 2px 10px #fff;
}

.model__sell:hover {
	text-shadow: none;
}

.modal__close-button {
	display: block;
	margin: auto;
    border: none;
	outline: 0 none !important;
    padding: 20px 45px;
	margin-top: 50px;
	cursor: pointer;
    font-family: acrom;
    background-color: #ea864d;
    text-decoration: none;
    font-weight: 700;
    color: #171717;
	transition: all 0.15s;
}

.modal__close-button:hover {
	transform: translateY(-5px);
}

.logo {
	margin-top: -25px;
	text-align: left;
    width: 100%;
    max-width: 300px;
}