.awards-slider__item{
	-ms-flex: 1;
}

.captcha_pic{
	width: 100%;
	height: 50px;
}

.request-captcha{
	width: 100%;
}

.request-captcha__body{
	width: 80%;
}

.btn-vote-mobile{
	display: none;
	position: fixed;
    bottom: 0px;
    z-index: 99999999;
    width: 100%;
}

.lang{
	margin-right: 15px;
}

.lang a{
	text-decoration:none;
}



@media  (max-width: 1280px) and (orientation:portrait){
	.btn-vote-mobile{
		display: block;
	}
}

@media all and (max-width: 1000px){
	.body__action{
		display: none;
	}
}
