h1{
	font-size: 17px;
	font-weight: 400;
}
h5{
	font-size: 15px;
	font-weight: 400;
}
p{
	font-size: 14px;
}
p.text_small{
	font-size: 12px;
}
p.text_big{
	font-size: 16px;
}
@media (max-width: 340px){
h1{
	font-size: 15px;
}
h5{
	font-size: 13px;
}
p.text_big{
	font-size: 15px;
}
}
@media (min-width: 768px){

}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){
h1{
	font-size: 29px;
}
h5{
	font-size: 25px;
}
p{
	font-size: 20px;
}
p.text_small{
	font-size: 15px;
}
p.text_big{
	font-size: 27px;
}
}



a{
	color: inherit;
}


.font-weight_thin{
	font-weight: 100;
}
.font-weight_lighter{
	font-weight: 200;
}
.font-weight_light{
	font-weight: 300;
}
.font-weight_normal{
	font-weight: 400;
}
.font-weight_medium{
	font-weight: 500;
}
.font-weight_bold{
	font-weight: 600;
}
.font-weight_bolder{
	font-weight: 700;
}
.font-weight_heavy{
	font-weight: 800;
}
.font-weight_black{
	font-weight: 900;
}


.text-transform_uppercase{
	text-transform: uppercase;
}


.clearfix{
	width: 100%;
	clear: both;
}
.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}


.display_table{
	display: table;
}
.display_table_fixed{
	table-layout: fixed;
}
.display_table-cell{
	display: table-cell;
}
.display_block{
	display: block;
}
.display_inline-block{
	display: inline-block;
}


.vertical-align_top{
	vertical-align: top;
}
.vertical-align_bottom{
	vertical-align: bottom;
}
.vertical-align_middle{
	vertical-align: middle;
}


.size_full{
	width: 100%;
	height: 100%;
}


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



.soc{

}
.soc__title{
	margin-bottom: 10px;
}
.soc__list{
	list-style: none;
	font-size: 0;
}
.soc__item{
	display: inline-block;
	vertical-align: top;
}
.soc__item + .soc__item{
	margin-left: 10px;
}
.soc__link{
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	font-size: 35px;
	text-align: center;
	text-decoration: none;
	color: black;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.soc__link:hover{
	color: white;
	background: rgba(0, 0, 0, 1);
}
.soc__link.soc__link_disabled{
	display: none;
}
.soc.soc_big .soc__title{
	margin-bottom: 20px;
}
.soc.soc_big .soc__link{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 38px;
}
.soc.soc_big  .soc__item + .soc__item{
	margin-left: 20px;
}
@media (min-width: 768px){
.soc__link{
	width: 50px;
	height: 50px;
	line-height: 50px;
}
/*.soc__link.soc__link_disabled{
	display: block;
	color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0);
	cursor: default;
}*/
.soc.soc_big .soc__link{
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 50px;
}
}



.btn{
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	background: #e10611;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn.btn_small{
	min-width: 100px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 18px;
}
@media (min-width: 340px){
.btn{
	padding: 7px 10px;
	border-radius: 7px;
	font-size: 14px;
}
}
@media (min-width: 768px){
.btn{
	min-width: 180px;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 18px;
}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){
.btn{
	min-width: 140px;
	padding: 13px 15px;
	border-radius: 15px;
	font-size: 20px;
}
.btn.btn_small{
	min-width: 90px;
	padding: 13px 20px;
	border-radius: 15px;
	font-size: 18px;
}
}



.steps{
	list-style: none;
	font-size: 0;
	text-align: left;
	padding-left: 10px;
}
.steps__item{
	display: block;
/*	vertical-align: top;*/
	/*width: 100%;*/
}
.steps__item-table{

}
.steps__item-cell{

}
.steps__item-cell:first-child{
	width: 15px;
}
.steps__item-cell:last-child{
	
}
.steps__index{
	width: 20px;
	line-height: 30px;
	border-radius: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #e20611;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.steps__text{
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}
@media (min-width: 768px){
.steps{
	text-align: center;
	padding-left: 0px;
}
.steps__item{
	/*width: 25%;*/
}
.steps__item{
	display: inline-block;
	vertical-align: top;
	/*width: 100%;*/
}
.steps__index{
	border: 1px solid #adadad;
}
.steps__item-cell:first-child{
	width: 40px;
}
.steps__index{
	width: 34px;
	line-height: 34px;
	font-size: 21px;
}
}
@media (min-width: 992px){
	
}
@media (max-width: 1199px){
.steps__text br{
	display: none;
}
}
@media (min-width: 1200px){
.steps__item-cell:first-child{
	/*width: 70px;*/
}
.steps__index{
	width: 50px;
	line-height: 50px;
	border-width: 2px;
	font-size: 27px;
}
.steps__item .steps__text{
	font-size: 16px;
}
.steps__item:first-child{
	margin-left: 2.4%;
}
}
@media (min-width: 1440px){
.steps__item-cell:first-child{
	/*width: 70px;*/
}
.steps__index{
	width: 60px;
	line-height: 60px;
	border-width: : 2px;
	font-size: 30px;
}
.steps__item .steps__text{
	font-size: 17px;
}
.steps__text{
	padding-left: 20px;
}
.steps__item:first-child{
	margin-left: 1%;
}
}



.timer{
	width: 50px;
	height: 50px;
}
.timer__back{
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	border: 3px solid #acaeae;
	border-radius: 100%;
}
.timer__col{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}
.timer__col_left{
	left: 0px;
}
.timer__col_right{
	right: 0px;
}
.timer__fill{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	border: 5px solid #e30611;
}
.timer__col_left .timer__fill{
	left: 100%;
	border-left: none;
	border-radius: 0 120px 120px 0;
	transform-origin: 0% 50%;
	transform: rotate(0deg);
}
.timer__col_right .timer__fill{
	right: 100%;
	border-right: none;
	border-radius: 120px 0 0 120px;
	transform-origin: 100% 50%;
	transform: rotate(0deg);
}
.timer__counter{

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

}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){
.timer{
	width: 80px;
	height: 80px;
}
}



.ticket{
	width: 100%;
	margin: 0px auto 0px;
}
.ticket__shadow{
	/*display: none;*/
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: -10px;
	right: -10px;
	background: url(../images/ticket-shadow.png) center center / contain no-repeat;
}
.ticket__image{
/*	display: none;*/
	width: 100%;
}
.ticket__image_hor{

}
.ticket__image_ver{
	/*display: block;*/
}
.ticket__body{
    width: 76%;
    height: 100%;
    position: absolute;
    top: 1%;
    left: 4%;
}
@media (min-width: 768px){
.ticket{
	width: 90%;
}
.ticket__shadow{
	display: block;
}
.ticket__image{
	display: block;
}
.ticket__image_hor{
	/*display: block;*/
}
.ticket__image_ver{
	/*display: none;*/
}
.ticket__body{
	width: 77%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 3%;
}
}
@media (min-width: 992px){
.ticket{
	width: 700px;
}
}
@media (min-width: 1200px){
.ticket{
	width: 670px;
}
}




.country{

}
.country__title{
	text-align: left;
}
.country__subtitle{
	text-align: left;
    height: 26px;
    line-height: 13px;
}
.country__image{
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.country__soc{
	display: none;
}
@media (min-width: 768px){
.country__image{
	margin-top: 10px;
	margin-bottom: 10px;
}
.country__subtitle{
	height: auto;
	line-height: 1;
	height: 30px;
}
.country__content:hover{
	box-shadow: 3px 3px 0px #dedede, -3px -3px 0px #dedede, -3px 3px 0px #dedede, 3px -3px 0px #dedede;
	background: #dedede;
	cursor: pointer;
}
}