/* Links */
.m2016-link {
	color: #1b75cc;
	text-decoration: none !important;
	display: inline;
	border-bottom: 1px solid rgba(27,117,204,0.5);
	cursor: pointer;
}
@media (min-width: 960px) {
	.m2016-link:hover {
		text-decoration: none;
		color: #db001b !important;
		border-bottom-color: rgba(219,0,27,0.5);
	}
}
@media (max-width: 959px) {
	.m2016-link:active {
		text-decoration: none;
		color: #db001b !important;
		border-bottom-color: rgba(219,0,27,0.5);
	}
}
.m2016-ico_refresh {
	-webkit-animation: 1s linear 0s infinite normal refresh;
	animation: 1s linear 0s infinite normal refresh;
}
/* Containers */
.m2016 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.m2016 * {
	outline: none;
}
.m2016-winner__img {
	height: auto;
	width: 100%;
	display: block;
	line-height: 0;
	position: relative;
	color: #181818;
	text-decoration: none !important;
	border: 0 !important;
}
.m2016-winner__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.m2016-winner__img_placeholder {
	background: #f5f5f5;
	text-align: center;
}
.m2016-winner__img_placeholder:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.m2016-winner__img_placeholder svg {
	width: 50%;
	padding: 15px 0;
	display: inline-block;
	vertical-align: middle;
}
.m2016-winner__descr {
	margin: 10px 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.m2016-generator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m2016-generator__item {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid transparent;
	margin-bottom: 10px;
	margin-right: 1%;
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	vertical-align: top;
}
@media (min-width: 768px) {
	.m2016-generator__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 18%;
		-ms-flex: 0 1 18%;
		flex: 0 1 18%;
	}
}
.m2016-generator__item_current {
	border-color: #85b73e;
}
.m2016-generator__item_current.m2016-generator__item_stopped .m2016-ico_refresh {
	-webkit-animation: none;
	animation: none;
}
.m2016-generator__item_disabled .m2016-winner__img {
	opacity: 0.3;
}
.m2016-generator__item_disabled .m2016-winner__descr {
	color: #db001b;
}
.m2016-generator__item_winner {
	background: #fffcdd;
	border-color: #fffcdd;
}
.m2016-challengers__list-item-num {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5px;
	background: #e8e8e8;
	line-height: normal;
}
.m2016-challengers__list-item-price {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
	background: #db001b;
	line-height: normal;
	color: #fff;
}
/* Mixins */
.m2016-font_size_small {
	font-size: 0.875em;
}
.m2016-text_center {
	text-align: center;
}
.m2016-text_striked {
	text-decoration: line-through;
}
.m2016-text_white {
	color: #fff;
}
.m2016-text_gray {
	color: #8b8b8b;
}
.m2016-font_light {
	font-weight: 300;
}
@media (max-width: 767px) {
	.m2016-sm_hidden {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.m2016-sm_visible {
		display: none !important;
	}
}
.m2016-hidden {
	display: none;
}
@-webkit-keyframes refresh {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes refresh {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
