/*

COLROS:
- crimson: #bc1e50
- sasha: #7d7d7d

*/
*{
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1{
	margin-bottom: 30px;
	line-height: 1;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
}
h2{
	line-height: 1.2;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
h3{
	line-height: 1;
	font-size: 21px;
	font-weight: 600;
}
h4{
	font-size: 16px;
	font-weight: 600;
}
h5{

}
h6{
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
}
p{
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 15px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
	margin-bottom: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a{
	color: #bc1e50;
}
@media (min-width: 480px){
h1{
	font-size: 48px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 19px;
}
p{
	font-size: 16px;
}
}
@media (min-width: 768px){

}
@media (min-width: 992px){
h1{
	font-size: 52px;
}
h2{
	font-size: 38px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h6{
	font-size: 14px;
}
p{
	font-size: 18px;
}
}


.clearfix{
	clear: both;
}
.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

.center{
	display: table;
	width: 100%;
	height: 100%;
}
.center__cell{
	display: table-cell;
	vertical-align: middle;
}

.logo{
	display: block;
}
.logo__img{
	display: block;
	width: 100%;
}

.quote{
	width: 100%;
	max-width: 500px;
	padding: 30px 35px 30px 45px;
	border: 5px solid #bc1e50;
}
.quote__text,
.quote__text p{

}
.quote__text a{
	color: #bc1e50;
}
.quote__text:before{
	content: '\00ab';
	display: block;
	line-height: 1;
	position: absolute;
	top: -35px;
	left: -65px;
	color: #bc1e50;
	font-size: 90px;
	font-weight: 600;
}
.quote_advice{
	width: 680px;
	max-width: 100%;
	padding: 35px 30px;
	margin: 40px auto 0px;
}
.quote.quote_advice:before{
	height: 40px;
}
.quote.quote_advice:after{
	top: 100px;
}
.quote_advice .quote__title{
	margin: 0px 0px 20px 0px;
	color: #bc1e50;
}
.quote_advice .quote__text:before{
	display: none;
}
.quote:not(.quote_advice){
	border-left-color: transparent !important;
}
.quote:before,
.quote:after{
	content: '';
	display: block;
	width: 5px;
	position: absolute;
	left: -5px;
	background: #bc1e50;
}
.quote:before{
	height: 30px;
	top: -5px;
}
.quote:after{
	top: 80px;
	bottom: -5px;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.quote_advice .quote__title{
	margin: 0px 0px 20px -75px;
}
.quote{
	border-left-color: transparent !important;
}
.quote:before,
.quote:after{
	content: '';
	display: block;
	width: 5px;
	position: absolute;
	left: -5px;
	background: #bc1e50;
}
.quote:before{
	height: 20px;
	top: -5px;
}
.quote:after{
	top: 95px;
	bottom: -5px;
}
}
@media (min-width: 992px){
.quote{
	padding: 65px 60px;
	border: 10px solid #bc1e50;
}
.quote:before,
.quote:after{
	width: 10px;
	left: -10px;
}
.quote:before{
	height: 60px;
	top: -10px;
}
.quote:after{
	top: 200px;
	bottom: -10px;
}
.quote__text:before{
	top: -75px;
	left: -145px;
	font-size: 210px;
}
.quote_advice{
	padding: 35px 60px;
}
}
@media (min-width: 1280px){
	
}

.radiogroup{

}
.radio{
	padding: 3px 0 0 35px;
	cursor: pointer;
}
.radio + .radio{
	margin-top: 20px;
}
.radio__true{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.radio__fake{
	width: 25px;
	height: 25px;
	border: 3px solid #bc1e50;
	position: absolute;
	top: 0px;
	left: 0px;
}
.radio__fake:before{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #bc1e50;
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		transition: all 0.15s ease;
}
.radio__label{
	line-height: 1;
	font-size: 18px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.radio:hover .radio__label{
	color: #bc1e50;
}
.radio.checked .radio__fake:before{
	width: 13px;
	height: 13px;
}
.radio.checked .radio__label{
	color: #bc1e50;
}
@media (min-width: 480px){
	
}
@media (min-width: 768px){
.radio{
	padding: 3px 0 0 50px;
}
.radio + .radio{

}
}
@media (min-width: 992px){
	
}
@media (min-width: 1280px){
	
}

.btn{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 17px;
	border: 2px solid #bc1e50;
	border-radius: 40px;
	z-index: 100;
	outline: none;
	line-height: 36px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #bc1e50;
	cursor: pointer;
	-webkit-appearance: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.btn.disabled{
	opacity: 0.3;
	cursor: default;
}
.btn:not(.disabled):hover,
.btn:not(.disabled):focus,
.btn:not(.disabled).hover{
	color: #bc1e50;
	background: white;
}
.btn.btn_inverse{
	border-color: white;
	color: #bc1e50;
	background: white;
}
.btn.btn_inverse:not(.disabled):hover,
.btn.btn_inverse:not(.disabled):focus,
.btn.btn_inverse:not(.disabled).hover{
	color: white;
	background: #bc1e50;
}
.btn.btn_ghost{
	color: #bc1e50;
	background: transparent;
}
.btn.btn_ghost:not(.disabled):hover,
.btn.btn_ghost:not(.disabled):focus,
.btn.btn_ghost:not(.disabled).hover{
	color: white;
	background: #bc1e50;
}
.btn.btn_ghost.btn_inverse{
	color: white;
	background: transparent;
}
.btn.btn_ghost.btn_inverse:not(.disabled):hover,
.btn.btn_ghost.btn_inverse:not(.disabled):focus,
.btn.btn_ghost.btn_inverse:not(.disabled).hover{
	color: #bc1e50;
	background: white;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
	
}
@media (min-width: 992px){

}
@media (min-width: 1280px){
.btn{
	min-width: 180px;
	height: 50px;
	padding: 0 25px;
	border: 3px solid #bc1e50;
	border-radius: 50px;
	line-height: 44px;
	font-size: 16px;
}
}

.soc{

}
.soc__list{
	font-size: 0;
}
.soc__item{
	display: inline-block;
	vertical-align: top;
}
.soc__item + .soc__item{
	margin-left: 5px;
}
.soc__link{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 21px;
	border: 2px solid #bc1e50;
	border-radius: 100%;
	color: #bc1e50;
	font-size: 19px;
	text-align: center;
	text-decoration: none;
	background: white;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.soc__link:hover{
	color: white;
	background: #bc1e50;
}
.soc_invert .soc__link{
	border-color: #bc1e50;
	color: white;
	background: #bc1e50;
}
.soc_invert .soc__link:hover{
	border-color: #bc1e50;
	color: #bc1e50;
	background: white;
}
.soc_invert_ghost .soc__link{
	border-color: white;
	color: white;
	background: transparent;
}


.card{
	text-align: left;
}
.card__body{
	display: block;
}
.card__header{
	display: block;
}
.card__image{
	display: block;
	width: 100%;
}
.card__description{
	padding: 17px;
	border: 5px solid #bc1e50;
	margin: 0px 17px 0px;
}
.card__header + .card__description{
	padding: 44px 17px 17px;
	margin: -34px 17px 0px;
}
.card__title{
	margin-bottom: 5px;
	color: #bc1e50;
}
.card__subtitle{
	
}
.card__lead{
	margin-top: 17px;
	margin-bottom: 0;
	font-weight: 600;
}
.card__btn{
	margin-top: 30px;
}
.card_quote .card__description:after{
	bottom: -10px;
}
.card_quote .card__lead:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -20px;
	left: -60px;
	background: whitesmoke;
}
.card_quote .card__lead:after{
	content: '\00ab';
	display: block;
	position: absolute;
	top: -52px;
	left: -55px;
	margin: auto;
	font-size: 72px;
	color: #bc1e50;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
	
}
@media (min-width: 992px){
.card__description{
	padding: 30px 25px;
	border: 10px solid #bc1e50;
	margin: 0px 30px;
}
.card__header + .card__description{
	padding: 40px 20px 20px;
	margin: -40px 30px 0px;
}
}
@media (min-width: 992px){
.card__header + .card__description{
	/*padding: 80px 25px 30px;*/
/*	margin: -60px 30px 0px;*/
}
.card__title{
	font-size: 17px;
}
.card__lead{
	margin-top: 10px;
	line-height: 1.2;
	font-size: 15px;
}
.card_quote .card__lead:after{
	top: -45px;
}
.card__btn{
	margin-top: 15px;
}
}
@media (min-width: 1280px){

}

.nav{
	
}
.nav__list{
	list-style: none;
}
.nav__item{
	display: block;
}
.nav__link{
	display: block;
	color:  #7d7d7d;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.nav__link:hover,
.nav__link:focus,
.nav__link.hover{
	color: #bc1e50;
}
.nav__link.current{
	color: #bc1e50;
	cursor: default;
}

.spec{

}
.spec .center__cell:first-child{
	width: 50px;
}
.spec__icon{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #bc1e50;
}
.spec__image{
	display: block;
	width: 100%;
}
.spec__text{
	padding: 0 0 0 17px;
	text-align: left;
}

.section{
	
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.spec .center__cell:first-child{
	width: 60px;
}
.spec__icon{
	width: 60px;
	height: 60px;
}
}
@media (min-width: 992px){
.spec .center__cell:first-child{
	width: 80px;
}
.spec__icon{
	width: 80px;
	height: 80px;
}
}
@media (min-width: 1280px){
.spec .center__cell:first-child{
	width: 100px;
}
.spec__icon{
	width: 100px;
	height: 100px;
}
}

.container{
	width: 100%;
	padding: 0 17px;
	margin: 0;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.container{
	width: auto;
	margin: 0 17px;
}
.container__col{
	width: 550px;
	margin: 0 auto;
}
}
@media (min-width: 992px){
.container{
	width: 920px;
	padding: 0 30px;
	margin: 0 auto;
}
}
@media (min-width: 1280px){
.container{
	width: 1000px;
	padding: 0 34px;
}
}


.corner{
	width: 100%;
	position: absolute;
	left: 0;
	pointer-events: none;
}
.corner_top{
	z-index: 1;
	bottom: 100%;
	border-top: 50px solid transparent;
}
.corner_bottom{
	z-index: 1;
	top: 100%;
	border-bottom: 50px solid transparent;
}
.corner_right{
	border-right: 100vw solid white;
}
.corner_left{
	border-left: 100vw solid white;
}
.corner_top.corner_border{
	margin-bottom: 15px;
}
.corner_top.corner_border:before{
	content: '';
	display: block;
	width: 100vw;
	height: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
}
.corner_bottom.corner_border{
	margin-top: 15px;
}
.corner_bottom.corner_border:before{
	content: '';
	display: block;
	width: 100vw;
	height: 15px;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: white;
}
.corner_crimson.corner_right{
	border-right: 100vw solid #bc1e50;
}
.corner_crimson.corner_left{
	border-left: 100vw solid #bc1e50;
}
.corner_crimson.corner_top.corner_border:before,
.corner_crimson.corner_top.corner_border:before{
	background: #bc1e50;
}
@media (min-width: 768px){
.corner_top{
	border-top: 170px solid transparent;
}
.corner_bottom{
	border-bottom: 170px solid transparent;
}
}


.victory__indicator{
	display: none;
}


.diagram{
	color: white;
	font-size: 0;
	text-align: center;
}
.diagram__title{
	margin-top: 0px;
	margin-bottom: 10px;
}
.diagram__body{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
}
.diagram__counter{
	width: 80%;
	height: 80%;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: black;
}
.diagram__counter-score{

}
.diagram__counter-text{
	display: none;
}
.diagram__donut{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.diagram__donut:before{
	content: '';
	display: block;
	border: 3px solid white;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
}
.diagram__donut-side{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.diagram__donut-fill{
	width: 100%;
	height: 100%;
	border: 10px solid black;
	border-radius: 100%;
	position: absolute;
	top: 0px;
}
.diagram__donut-side_left{
	left: 0;
}
.diagram__donut-side_left .diagram__donut-fill{
	border-radius: 0 190px 190px 0;
	border-left: none;
	right: -100%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.diagram__donut-side_right{
	right: 0;
}
.diagram__donut-side_right .diagram__donut-fill{
	border-radius: 190px 0 0 190px;
	border-right: none;
	left: -100%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.diagram_blue .diagram__counter{
	background: #0088ad;
}
.diagram_blue .diagram__donut-fill{
	border-color: #0088ad;
}
.diagram_orange .diagram__counter{
	background: #e44335;
}
.diagram_orange .diagram__donut-fill{
	border-color: #e44335;
}
.diagram_green .diagram__counter{
	background: #009640;
}
.diagram_green .diagram__donut-fill{
	border-color: #009640;
}
@media (min-width: 480px){

}
@media (min-width: 768px){

}
@media (max-width: 991px){
.diagram__counter-score{
	font-size: 28px;	
}
.diagram__title{
	font-size: 12px;
}
}
@media (min-width: 992px){
.diagram__body{
	width: 160px;
	height: 160px;
}
.diagram__title{
	margin-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	font-size: 19px;
}
.diagram__counter-text{
	display: block;
}
}
@media (min-width: 1280px){
	
}


.game{

}
.game__header{
	margin: 0 auto 10px;
}
.game__title{
	margin-bottom: 10px;
}
.game__lead{

}
.game__body{

}
.game__subtitle{
	margin: 0 auto 20px;
}
.game__field{

}
.game__footer{
	margin: 30px auto 0;
}
.game__footer .btn{
	margin: 5px;
}
.game__score{

}
.game__score-count{
	color: #cf035c;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.game__result{

}
.game__result-text{
	font-size: 17px;
	line-height: 1.3;
}
.game__result-text a{
	color: white;
}
.game__card{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	margin: 7px;
	color: white;
	line-height: 60px;
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
	background: #bc1e50;
	cursor: pointer;
}
.game__card:before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 3px solid transparent;
	border-radius: inherit;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.game__card:hover:before{
	border-color: white;
}
.game__card-image{
	display:block;
	color: #bc1e50;
	font-size: 60px;
	line-height: 1;
}
.game__card-number{
	line-height: inherit;
	font-size: inherit;
}
.game__card.checked{
	color: #bc1e50;
	background: white;
	cursor: default;
}
.game__card.checked:before,
.game__card.checked:hover:before{
	border-color: #bc1e50;
}
@media (min-width: 480px){

}
@media (min-width: 768px){
.game__card{
	width: 120px;
	height: 120px;
	line-height: 100px;
	font-size: 60px;
}
.game__card-image{
	font-size: 60px;
}
.game__card:before{
	border: 5px solid transparent;
}
.game__card-image{
	font-size: 90px;
}
}
@media (min-width: 992px){
.game__title,
.game__score{
	font-size: 30px;
}	
}
@media (min-width: 1280px){
	
}

.game__circle{
	width: 240px;
	height: 240px;
	border: 5px solid #bc1e50;
	border-radius: 100%;
	margin: 0 auto 0;
	background: white;
}
.game__circle-item{
	display: block;
	height: 60px;
	width: 60px;
	font-size: 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
}
.game__circle-item:before{
	display: inline-block;
	vertical-align: top;
	font-size: 60px;
}
@media (min-width: 480px){
.game__circle{
	width: 300px;
	height: 300px;
}
.game__circle-item{
	height: 80px;
	width: 80px;
}
.game__circle-item:before{
	font-size: 80px;
}
}
@media (min-width: 768px){
.game__header{
	margin: 0 auto 10px;
}
}
@media (min-width: 992px){
.game__circle{
	width: 270px;
	height: 270px;
	border: 10px solid #bc1e50;
}
.game__circle-item{
	height: 60px;
	width: 60px;
}
.game__circle-item:before{
	font-size: 60px;
}
}

.game_stage_1 .game__circle-item{
	
}
.game_stage_1 .game__circle-item:nth-child(2n + 1){
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
}
.game_stage_1 .game__circle-item:nth-child(2n + 2){
	top: 0;
	bottom: 0;
	left: auto;
	right: 8%;
	margin: auto;
}

.game_stage_2 .game__circle-item{
	
}
.game_stage_2 .game__circle-item:nth-child(4n + 1){
	top: 8%;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
.game_stage_2 .game__circle-item:nth-child(4n + 2){
	top: auto;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
}
.game_stage_2 .game__circle-item:nth-child(4n + 3){
	top: 0;
	bottom: 0;
	left: 8%;
	right: auto;
	margin: auto;
}
.game_stage_2 .game__circle-item:nth-child(4n + 4){
	top: 0;
	bottom: 0;
	left: auto;
	right: 8%;
	margin: auto;
}

.game_stage_3 .game__circle-item{
	height: 50px;
	width: 50px;
}
.game_stage_3 .game__circle-item:before{
	font-size: 50px;
}
.game_stage_3 .game__circle-item:nth-child(6n + 1){
	top: 10%;
	bottom: auto;
	left: 23%;
	right: auto;
	margin: auto;
}
.game_stage_3 .game__circle-item:nth-child(6n + 2){
	top: auto;
	bottom: 10%;
	left: auto;
	right: 23%;
	margin: auto;
}
.game_stage_3 .game__circle-item:nth-child(6n + 3){
	top: 0;
	bottom: 0;
	left: 5%;
	right: auto;
	margin: auto;
}
.game_stage_3 .game__circle-item:nth-child(6n + 4){
	top: 0;
	bottom: 0;
	left: auto;
	right: 5%;
	margin: auto;
}
.game_stage_3 .game__circle-item:nth-child(6n + 5){
	top: auto;
	bottom: 10%;
	left: 23%;
	right: auto;
	margin: auto;
}
.game_stage_3 .game__circle-item:nth-child(6n + 6){
	top: 10%;
	bottom: auto;
	left: auto;
	right: 23%;
	margin: auto;
}

.game_stage_4 .game__circle-item,
.game_stage_5 .game__circle-item{
	height: 45px;
	width: 45px;
}
.game_stage_4 .game__circle-item:before,
.game_stage_5 .game__circle-item:before{
	font-size: 45px;
}
.game_stage_4 .game__circle-item:nth-child(8n + 1),
.game_stage_5 .game__circle-item:nth-child(8n + 1){
	top: 10%;
	bottom: auto;
	left: 23%;
	right: auto;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 2),
.game_stage_5 .game__circle-item:nth-child(8n + 2){
	top: auto;
	bottom: 10%;
	left: auto;
	right: 23%;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 3),
.game_stage_5 .game__circle-item:nth-child(8n + 3){
	top: 0;
	bottom: 0;
	left: 5%;
	right: auto;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 4),
.game_stage_5 .game__circle-item:nth-child(8n + 4){
	top: 0;
	bottom: 0;
	left: auto;
	right: 5%;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 5),
.game_stage_5 .game__circle-item:nth-child(8n + 5){
	top: auto;
	bottom: 10%;
	left: 23%;
	right: auto;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 6),
.game_stage_5 .game__circle-item:nth-child(8n + 6){
	top: 10%;
	bottom: auto;
	left: auto;
	right: 23%;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 7),
.game_stage_5 .game__circle-item:nth-child(8n + 7){
	top: 0;
	bottom: 0;
	left: 28%;
	right: auto;
	margin: auto;
}
.game_stage_4 .game__circle-item:nth-child(8n + 8),
.game_stage_5 .game__circle-item:nth-child(8n + 8){
	top: 0;
	bottom: 0;
	left: auto;
	right: 28%;
	margin: auto;
}
@media (min-width: 480px){
.game_stage_3 .game__circle-item{
	height: 70px;
	width: 70px;
}
.game_stage_3 .game__circle-item:before{
	font-size: 70px;
}
.game_stage_4 .game__circle-item,
.game_stage_5 .game__circle-item{
	height: 65px;
	width: 65px;
}
.game_stage_4 .game__circle-item:before,
.game_stage_5 .game__circle-item:before{
	font-size: 65px;
}
}
@media (min-width: 768px){
.game_stage_3 .game__circle-item{
	height: 70px;
	width: 70px;
}
.game_stage_3 .game__circle-item:before{
	font-size: 70px;
}
.game_stage_4 .game__circle-item,
.game_stage_5 .game__circle-item{
	height: 65px;
	width: 65px;
}
.game_stage_4 .game__circle-item:before,
.game_stage_5 .game__circle-item:before{
	font-size: 65px;
}
}
@media (min-width: 992px){
.game_stage_3 .game__circle-item{
	height: 50px;
	width: 50px;
}
.game_stage_3 .game__circle-item:before{
	font-size: 50px;
}
.game_stage_4 .game__circle-item,
.game_stage_5 .game__circle-item{
	height: 50px;
	width: 50px;
}
.game_stage_4 .game__circle-item:before,
.game_stage_5 .game__circle-item:before{
	font-size: 50px;
}
}



.game_1 .game__card + br{
	display: none;
}
@media (max-width: 489px){
.game_1 .game__card + br:nth-child(4n + 4){
	display: inline-block;
}
}
@media (min-width: 480px){

}
@media (min-width: 768px){
	
}
@media (min-width: 992px){
	
}
@media (min-width: 1280px){
	
}


.owl-item{
	display: inline-block;
	vertical-align: top;
}
.owl-nav.disabled{
	display: none;
}