/*Variables*/
/*COLORS*/
/* base variables */
/* body */
/* base fonts */
/*ANIMATIONS*/
/*FONTS*/
/*MEDIA QUERY*/
/*--------- font-face ---------*/
@font-face {
	font-family: 'OpenSans-Bold';
	src: url("fonts/OpenSans-Bold.eot");
	src: url("fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
	font-weight: normal; }

@font-face {
	font-family: 'OpenSans-Extrabold';
	src: url("fonts/opensans-extrabold-webfont.eot");
	src: url("fonts/opensans-extrabold-webfont.eot") format("embedded-opentype"), url("fonts/opensans-extrabold-webfont.woff") format("woff"), url("fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("fonts/opensans-extrabold-webfont.svg#OpenSans-Bold") format("svg");
	font-weight: normal; }

@font-face {
	font-family: 'OpenSans-Light';
	src: url("fonts/OpenSans-Light.eot");
	src: url("fonts/OpenSans-Light.eot") format("embedded-opentype"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
	font-weight: normal; }

@font-face {
	font-family: 'OpenSans-Regular';
	src: url("fonts/OpenSans-Regular.eot");
	src: url("fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
	font-weight: normal; }

@font-face {
	font-family: 'OpenSans-Semibold';
	src: url("fonts/OpenSans-Semibold.eot");
	src: url("fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
	font-weight: normal; }

@font-face {
	font-family: 'Gagarin';
	src: url("fonts/gagarin_-webfont.eot");
	src: url("fonts/gagarin_-webfont.eot") format("embedded-opentype"), url("fonts/gagarin_-webfont.woff") format("woff"), url("fonts/gagarin_-webfont.ttf") format("truetype"), url("fonts/gagarin_-webfont.svg#gagarin_-webfont") format("svg");
	font-weight: normal; }

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

fieldset, img, iframe {
	border: 0; }

ul, nav {
	list-style: none; }

input:focus, button:focus, a:focus, textarea:focus, select:focus {
	outline: none !important; }

textarea {
	resize: none; }

html, body {
	height: 100%;
	min-height: 100%; }

body {
	font-family: "OpenSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	min-width: 320px;
	color: #fff;
	margin: 0;
	overflow-x: hidden; }

section {
	max-width: 100%; }

a {
	color: #fff;
	text-decoration: none; }

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F39540; }

a img {
	border: none; }

img {
	max-width: 100%;
	border-style: none;
	height: auto; }

noscript div {
	position: relative;
	top: 0;
	background: #fff;
	z-index: 77777;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 50px;
	border: 3px solid red;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #707070; }

noscript div a {
	text-decoration: underline;
	color: blue; }

input,
textarea,
select {
	vertical-align: middle;
	color: #fff; }

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none; }

input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px; }

input[type="email"] {
	box-shadow: none;
	-webkit-box-shadow: none; }

input[type="image"] {
	padding: 0;
	border: none; }

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0; }

input[type="submit"],
input[type="button"] {
	cursor: pointer; }

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none; }

button:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none; }

button {
	cursor: pointer; }

p {
	max-width: 100%;
	margin: 0; }

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
	max-width: 100%;
	word-wrap: break-word; }

div {
	word-wrap: break-word; }

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none; }

@font-face {
	font-family: "Icons";
	src: url("fonts/Icons.eot");
	src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg"); }

.icon-ball:before,
.icon-caret-down:before,
.icon-caret-left:before,
.icon-caret-right:before,
.icon-facebook-c:before,
.icon-facebook:before,
.icon-messenger-c:before,
.icon-telegram-c:before,
.icon-twitter-c:before {
	font-family: "Icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none; }

.icon-ball:before {
	content: '\E001'; }


.icon-caret-down:before {
	content: '\E002'; }


.icon-caret-left:before {
	content: '\E003'; }


.icon-caret-right:before {
	content: '\E004'; }


.icon-facebook-c:before {
	content: '\E005'; }


.icon-facebook:before {
	content: '\E006'; }


.icon-messenger-c:before {
	content: '\E007'; }


.icon-telegram-c:before {
	content: '\E008'; }


.icon-twitter-c:before {
	content: '\E009'; }

a {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	color: #fff; }
a:hover {
	color: #F39540; }
a:focus {
	color: #fff; }

.mark-txt {
	color: #F39540; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important; }

.clearfix:before,
.container:before,
.clearfix:after,
.container:after {
	display: table;
	content: " "; }

.clearfix:after,
.container:after {
	clear: both; }

.desktop ::-webkit-scrollbar {
	width: 5px; }

.desktop ::-webkit-scrollbar:horizontal {
	height: 5px; }

.desktop ::-webkit-scrollbar-thumb {
	width: 5px;
	border-color: transparent;
	background: -webkit-linear-gradient(205.93deg, #D02CB1 -12.88%, #00A6D8 59.19%);
	background: linear-gradient(244.07deg, #D02CB1 -12.88%, #00A6D8 59.19%); }

.desktop ::-webkit-scrollbar-thumb:hover {
	border-width: 1px 1px 1px 2px;
	border-color: transparent;
	background: -webkit-linear-gradient(205.93deg, #D02CB1 -12.88%, #00A6D8 59.19%);
	background: linear-gradient(244.07deg, #D02CB1 -12.88%, #00A6D8 59.19%); }

.desktop ::-webkit-scrollbar-track {
	border-width: 0; }

.desktop ::-webkit-scrollbar-track-piece {
	background: -webkit-linear-gradient(217.09deg, rgba(208, 44, 177, 0.55) 19.25%, rgba(34, 83, 135, 0.55) 90.37%);
	background: linear-gradient(232.91deg, rgba(208, 44, 177, 0.55) 19.25%, rgba(34, 83, 135, 0.55) 90.37%); }

body {
	max-width: 100%; }

body.noscroll {
	overflow: hidden; }

noscript {
	position: fixed;
	top: 0;
	background: #fff;
	font-size: 14px;
	width: 100%;
	z-index: 9999999;
	text-align: center; }

noscript a {
	color: red;
	text-decoration: underline; }

noscript a:hover {
	text-decoration: none; }

input,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none; }

.hidden {
	display: none; }

@media only screen and (max-width: 1023px) {
	.hidden-sm {
		display: none !important; } }

.visible-xs {
	display: none !important; }
@media only screen and (max-width: 599px) {
	.visible-xs {
		display: block !important; } }

@media only screen and (max-width: 599px) {
	.hidden-xs {
		display: none !important; } }

.wrapper {
	min-height: 100%;
	position: relative;
	max-width: 100%; }

.container {
	width: 1310px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto; }

.row {
	margin-right: -15px;
	margin-left: -15px; }

[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px; }

.flex-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap; }

.middle-xs {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }

.between-xs {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.center-xs {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }

.align-left {
	text-align: left; }

.align-right {
	text-align: right; }

.align-center {
	text-align: center; }

.tt-upp {
	text-transform: uppercase; }

[class^="icon-"] {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	line-height: 1; }

#header {
	width: 100%; }

#nav {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #fff;
	z-index: 10; }
@media only screen and (min-width: 768px) {
	#nav {
		padding: 0; } }

.main-nav {
	text-align: center;
	font-size: 14px;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0, 1), max-height 0.3s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0, 1), max-height 0.3s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0, 1), max-height 0.3s cubic-bezier(0.25, 0.1, 0, 1), visibility 0.3s cubic-bezier(0.25, 0.1, 0, 1); }
@media only screen and (max-width: 767px) {
	.main-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 16px;
		opacity: 0;
		visibility: hidden;
		max-height: 0; } }
@media only screen and (min-width: 768px) {
	.main-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; } }
.nav-active .main-nav {
	opacity: 1;
	visibility: visible;
	max-height: 100vh; }
.main-nav > li {
	width: 100%;
	font-weight: 700;
	border-top: 1px solid #fff; }
@media only screen and (min-width: 768px) {
	.main-nav > li {
		border-top: 0;
		border-left: 1px solid #fff; } }
.main-nav > li:first-child {
	border-left: none; }
.main-nav > li > a {
	padding: 10px 5px;
	display: block;
	width: 100%;
	background: #2F4886; }
@media only screen and (min-width: 1024px) {
	.main-nav > li > a {
		padding: 15px 10px; } }
@media only screen and (min-width: 1200px) {
	.main-nav > li > a {
		padding: 20px 10px; } }

.share-link {
	position: relative; }
.share-link.active > a i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }
.share-link > a {
	position: relative;
	z-index: 20; }
.share-link > a span {
	padding-right: 10px; }
@media only screen and (min-width: 1024px) {
	.share-link > a span {
		padding-right: 30px; } }
.share-link > a i {
	font-size: 9px;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: transform 0.2s cubic-bezier(0.25, 0.1, 0, 1);
	transition: transform 0.2s cubic-bezier(0.25, 0.1, 0, 1);
	transition: transform 0.2s cubic-bezier(0.25, 0.1, 0, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0, 1); }

.share-nav {
	position: relative;
	background: #4267B2;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1); }
@media only screen and (min-width: 768px) {
	.share-nav {
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 100%;
		text-align: left;
		background: #fff;
		-webkit-border-radius: 0 0 7px 7px;
		border-radius: 0 0 7px 7px; } }
.active .share-nav {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
.share-nav a {
	display: block;
	position: relative;
	padding: 8px;
	border-top: 1px solid #F39540; }
@media only screen and (min-width: 768px) {
	.share-nav a {
		color: #4267B2;
		padding: 10px 5px 10px 40px;
		border-top: 1px solid #4267B2; } }
@media only screen and (min-width: 1024px) {
	.share-nav a {
		padding: 15px 10px 15px 50px; } }
.share-nav a:hover {
	color: #F39540; }
.share-nav a i {
	font-size: 24px;
	height: 24px;
	padding-right: 10px; }
@media only screen and (min-width: 768px) {
	.share-nav a i {
		padding-right: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 10px; } }
@media only screen and (min-width: 1024px) {
	.share-nav a i {
		font-size: 30px;
		height: 30px; } }

.nav-opener {
	display: block;
	position: relative;
	width: 31px;
	height: 31px;
	overflow: hidden; }
@media only screen and (min-width: 768px) {
	.nav-opener {
		display: none; } }
.nav-opener:before, .nav-opener:after,
.nav-opener span {
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear; }
.nav-opener:before, .nav-opener:after {
	content: '';
	top: 4px; }
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.nav-opener:after {
	top: 24px; }
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.nav-active .nav-opener span {
	opacity: 0; }

html {
	-webkit-tap-highlight-color: transparent; }

body {
	background-color: #8da6ce;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed; }

#wrapper {
	overflow-x: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100%; }

#main {
	padding: 15px 0; }
@media screen and (min-width: 1200px) {
	#main {
		padding: 30px 0; } }
.about-us #main {
	padding: 0 0 30px; }
#main h1,
#main .h1 {
	line-height: 1;
	font-size: 20px;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	#main h1,
	#main .h1 {
		font-size: 24px; } }
@media screen and (min-width: 1024px) {
	#main h1,
	#main .h1 {
		font-size: 30px; } }
#main h1 strong,
#main .h1 strong {
	display: block;
	font-size: 45px;
	line-height: .9;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Gagarin','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	#main h1 strong,
	#main .h1 strong {
		font-size: 55px; } }
@media screen and (min-width: 1024px) {
	#main h1 strong,
	#main .h1 strong {
		font-size: 90px; } }
@media screen and (min-width: 1200px) {
	#main h1 strong,
	#main .h1 strong {
		font-size: 110px; } }

.main-page {
	text-align: center; }
.main-page .img-block {
	margin-bottom: 10px; }
.main-page .img-block a {
	display: inline-block;
	vertical-align: middle;
	max-width: 60%; }
@media screen and (min-width: 1024px) {
	.main-page .img-block a {
		max-width: 25%; } }
.main-page .img-block img {
	max-width: 100%; }
.main-page .text-block {
	font-size: 18px;
	line-height: 1.25;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.main-page .text-block {
		font-size: 24px; } }
@media screen and (min-width: 1200px) {
	.main-page .text-block {
		font-size: 30px; } }
.main-page .text-block p {
	margin-bottom: 16px; }

.button {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	background: #F39540;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }
.button:hover, .button:focus {
	color: #fff;
	background: #d96e0e; }
.button--facebook {
	position: relative;
	background: #1877f2;
	font-size: 18px;
	font-family: 'OpenSans-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }
.button--facebook img {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
@media screen and (min-width: 768px) {
	.button--facebook {
		font-size: 24px;
		min-width: 200px; } }
@media screen and (min-width: 1200px) {
	.button--facebook {
		font-size: 28px;
		min-width: 240px;
		padding: 15px; } }
.button--facebook:hover, .button--facebook:focus {
	background: #365899; }
.button--facebook i {
	padding-right: 10px;
	font-size: 26px; }
@media screen and (min-width: 1024px) {
	.button--facebook i {
		font-size: 34px;} }

.button.disabled {
	cursor: default;
	pointer-events: none;
	background: #bbb;
}
#footer {
	background: #fff;
	width: 100%; }

.logo-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	background: #fff; }
@media only screen and (min-width: 768px) {
	.logo-block {
		padding: 5px 30px; } }

.logo-block__link a {
	text-decoration: underline;
	color: #355088; }

.logo-block__img {
	max-width: 50%; }
.logo-block__img a {
	display: inline-block;
	vertical-align: middle; }
.logo-block__img img {
	max-width: 100%;
	height: auto;
	display: block; }

.modal {
	position: relative;
	text-align: center;
	background: #355088;
	border: 2px solid #fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 16px;
	width: 90%;
	max-width: 730px;
	margin: 0 auto;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 1024px) {
	.modal {
		font-size: 18px; } }
.modal.js-close {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	opacity: 0; }
.modal.modal--popup, .modal.modal--game-section, .modal.modal--winner {
	position: relative;
	max-height: 80vh;
	overflow-y: auto;
	display: none;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1);
	transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 1); }
.modal.modal--popup.js-open, .modal.modal--game-section.js-open, .modal.modal--winner.js-open {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index: 60; }
.modal h1,
.modal h2 {
	font-size: 24px;
	margin-bottom: 20px; }
@media screen and (min-width: 768px) {
	.modal h1,
	.modal h2 {
		font-size: 28px; } }
@media screen and (min-width: 1024px) {
	.modal h1,
	.modal h2 {
		font-size: 32px; } }
.modal h1:only-child,
.modal h2:only-child {
	margin-bottom: 0; }
.modal h1 span,
.modal h2 span {
	text-transform: uppercase;
	display: block; }
.modal .button {
	font-size: 20px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	min-width: 130px;
	text-align: center; }
@media screen and (min-width: 768px) {
	.modal .button {
		font-size: 26px; } }
@media screen and (min-width: 1024px) {
	.modal .button {
		font-size: 32px; } }
.modal small {
	font-size: 14px; }
.modal h3 {
	font-size: 16px; }
@media screen and (min-width: 768px) {
	.modal h3 {
		font-size: 18px; } }

.modal__title {
	border-bottom: 1px solid #fff;
	padding: 8px 15px; }

.modal__content {
	padding: 15px; }
@media screen and (min-width: 768px) {
	.modal__content {
		padding: 25px 20px 15px; } }

.modal-game__content .button {
	margin-top: 35px;
	margin-bottom: 10px; }

@media screen and (min-width: 599px) {
	.modal__footer li {
		width: 33.332%; } }

.modal__footer .logo-block__link {
	width: 100%;
	text-align: center; }
@media screen and (max-width: 599px) {
	.modal__footer .logo-block__link {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1; } }

.modal__footer .logo-block__img.right img {
	margin: 0 0 0 auto; }

.modal__footer a:hover {
	color: #F39540; }

.btn-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
.btn-list:last-child li {
	margin-bottom: 10px; }
.btn-list li {
	width: 100%;
	margin-bottom: 15px; }
@media screen and (min-width: 768px) {
	.btn-list li {
		width: 50%;
		padding: 0 18px;
		margin-bottom: 28px; } }
.btn-list .button {
	width: 100%; }

.team-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.team-info__img {
	width: 100%;
	margin-bottom: 20px; }
@media screen and (min-width: 768px) {
	.team-info__img {
		width: 50%;
		margin-bottom: 0; } }
.team-info__content {
	width: 100%;
	text-align: center;
	font-family: 'OpenSans-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.team-info__content {
		width: 50%;
		text-align: left;} }
.team-info__content p {
	margin-bottom: 10px; }
.team-info__content .button {
	margin-bottom: 15px; }

.img-round {
	width: 150px;
	height: 150px;
	margin: 0 auto 10px;
	/*-webkit-border-radius: 50%;*/
	/*border-radius: 50%;*/
	/*overflow: hidden;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media screen and (min-width: 768px) {
	.img-round {
		width: 200px;
		height: 200px; } }
.img-round img {
	height: 100%;
	object-fit: contain; }

.info-list {
	font-family: 'OpenSans-Regular','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 14px; }
.info-list li {
	margin-bottom: 5px; }
.info-list a {
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	text-decoration: underline; }
.info-list strong {
	text-transform: uppercase; }
@media screen and (min-width: 768px) {
	.info-list strong {
		font-size: 16px; } }

.custom-checkbox {
	display: block;
	margin-bottom: 15px; }
.custom-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer; }
.custom-checkbox input:checked + label:after {
	content: ''; }
.custom-checkbox label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
.custom-checkbox label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #fff;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
.custom-checkbox label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
	width: 6px;
	height: 14px;
	border: solid #F39540;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.custom-checkbox input[type="radio"] + label:before {
	-webkit-border-radius: 50%;
	border-radius: 50%; }

.table-block {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	background: #355088;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px;
	border-radius: 7px; }

@media screen and (min-width: 599px) {
	.tab-navigation {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; } }

.tab-navigation li {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%; }
@media screen and (min-width: 599px) {
	.tab-navigation li {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
		width: 33.333%;
		border-bottom: none;
		border-right: 1px solid #FFFFFF; }
	.tab-navigation li:last-child {
		border-right: none; } }
.tab-navigation li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	line-height: normal;
	font-family: 'OpenSans-Extrabold','Arial','Helvetica Neue','Helvetica',sans-serif;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }
@media screen and (min-width: 599px) {
	.tab-navigation li a {
		height: 62px;
		border-bottom: 1px solid #FFFFFF;
		font-size: 24px; } }
@media screen and (min-width: 767px) {
	.tab-navigation li a {
		font-size: 32px; } }
.tab-navigation li a:hover {
	color: #fff; }
.tab-navigation li a.active {
	color: #fff;
	border-color: transparent; }

.tab-container {
	overflow: hidden;
	overflow-x: auto; }
.tab-container table {
	width: 100%;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 400px) {
	.tab-container table {
		font-size: 14px; } }
@media screen and (min-width: 768px) {
	.tab-container table {
		font-size: 16px; } }
.tab-container table thead tr {
	border-bottom: 1px solid #FFFFFF; }
.tab-container table thead th {
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	padding: 10px 3px; }
@media screen and (min-width: 400px) {
	.tab-container table thead th {
		font-size: 14px; } }
@media screen and (min-width: 599px) {
	.tab-container table thead th {
		padding: 15px; } }
@media screen and (min-width: 768px) {
	.tab-container table thead th {
		font-size: 18px; } }
.tab-container table thead th.text-left {
	text-align: left; }
.tab-container table tbody tr {
	border-bottom: 1px solid #FFFFFF; }
.tab-container table tbody tr:last-child {
	border-bottom: none; }
.tab-container table td {
	padding: 5px 3px;
	text-align: center; }
@media screen and (min-width: 599px) {
	.tab-container table td {
		padding: 8px 15px; } }
.tab-container table td.text-left {
	text-align: left; }
@media screen and (max-width: 767px) {
	.tab-container table tr th:first-child, .tab-container table tr td:first-child {
		display: none; } }

.count {
	width: 24px;
	height: 24px;
	background: #81B11A;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }

.btn-vote {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0 5px;
	background: #3EC528;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }
@media screen and (min-width: 599px) {
	.btn-vote {
		font-size: 16px;
		padding: 0 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; } }
.btn-vote:hover {
	background: #29821a;
	color: #fff; }
.btn-vote.group-end {
	background: #97999c;
	pointer-events: none;
	cursor: default; }
.btn-vote.group-end:hover {
	background: inherit; }

.btn-vote--votato {
	pointer-events: none;
	background: #F29239; }

.how-play {
	width: 534px;
	max-width: 100%;
	margin: 0 auto;
	background: #355088;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 7px;
	border-radius: 7px; }

.how-play__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #FFFFFF;
	height: 40px;
	line-height: 1.2;
	font-family: 'OpenSans-Extrabold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF; }
@media screen and (min-width: 599px) {
	.how-play__head {
		font-size: 32px;
		height: 60px; } }

.how-play__body {
	padding: 0 30px; }

.how-play-step {
	padding: 15px 0;
	border-bottom: 1px solid #FFFFFF; }
.how-play-step:last-child {
	border-bottom: none; }

.how-play-step__img {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	text-align: center; }
@media screen and (min-width: 599px) {
	.how-play-step__img {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%; } }
.how-play-step__img img {
	display: inline-block; }

.how-play-step__info {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	padding-left: 5px;
	line-height: 1.625;
	font-size: 14px;
	color: #fff; }
.how-play-step__info b {
	display: block;
	margin-bottom: 5px;
	font-family: 'OpenSans-Extrabold','Arial','Helvetica Neue','Helvetica',sans-serif;
	line-height: 1.625;
	font-size: 20px;
	color: #F18624; }
@media screen and (min-width: 599px) {
	.how-play-step__info {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
		font-size: 16px; }
	.how-play-step__info b {
		font-size: 24px; } }

.how-play__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #FFFFFF;
	height: 50px; }

.foot-btn {
	border: none;
	background: none;
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
	color: #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 14px;
	line-height: 1.2; }
.foot-btn:hover {
	text-decoration: none; }

.how-play-step-2, .foot-btn.go-to-play {
	display: none; }

@media screen and (min-width: 599px) {
	.how-play-step-2 .how-play-step__img {
		-ms-flex-preferred-size: 80px;
		-webkit-flex-basis: 80px;
		flex-basis: 80px;
		max-width: 80px;
		width: 80px; } }

@media screen and (min-width: 599px) {
	.how-play-step-2 .how-play-step__info {
		-ms-flex-preferred-size: calc(100% - 80px);
		-webkit-flex-basis: calc(100% - 80px);
		flex-basis: calc(100% - 80px);
		max-width: calc(100% - 80px);
		width: calc(100% - 80px);
		padding-left: 20px; } }

.modal.modal--quiz {
	max-width: 930px; }

.quiz-head {
	padding: 0 0 15px;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-align: center; }
@media only screen and (min-width: 1023px) {
	.quiz-head {
		padding: 15px 0 23px 0;
		font-size: 18px;} }
.quiz-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }

.quiz-container__team {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;}
@media only screen and (min-width: 1023px) {
	.quiz-container__team {
		width: 350px;
		margin-bottom: 30px;} }
.quiz-container__team .img-round {
	width: 120px;
	height: 120px;
	margin: 0 auto 10px; }
@media only screen and (min-width: 1023px) {
	.quiz-container__team .img-round {
		width: 183px;
		height: 183px;
		margin: 0 auto 30px; } }

.quiz-tam-name {
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase; }

.quiz-container__content {
	width: 100%;
	text-align: left; }
@media only screen and (min-width: 1023px) {
	.quiz-container__content {
		width: calc(100% - 352px);
		padding-left: 35px; } }

.question-item {
	display: none; }
.question-item:first-child {
	display: block; }

.question-item__title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	color: #fff; }
@media only screen and (min-width: 767px) {
	.question-item__title {
		font-size: 18px;
		margin-bottom: 30px;} }

.quest-radio {
	position: relative;
	margin-bottom: 10px; }
@media only screen and (min-width: 767px) {
	.quest-radio {
		margin-bottom: 24px;} }
.quest-radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden; }
.quest-radio label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	line-height: 26px;
	color: #fff; }
@media only screen and (min-width: 767px) {
	.quest-radio label {
		font-size: 18px; } }
.quest-radio label:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff; }
.quest-radio label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #F18624;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }

.quest-radio input:checked + label:after, .quest-radio label:hover:after {
	opacity: 1;
	visibility: visible; }

.question-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
.question-time span {
	width: 55px;
	font-size: 18px;
	color: #81B11A;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	line-height: 1.1; }

.question-time-rang {
	width: calc(100% - 72px);
	margin-left: 17px; }
.question-time-rang div {
	width: 100%;
	height: 7px;
	background: #81B11A; }

@media only screen and (max-width: 599px) {
	.modal.modal--quiz {
		width: 100%; } }

.tabell-one-container {
	display: none; }

.tabell-one-mobile {
	display: block;
	padding: 0 15px; }

.tabell-mobile-head {
	cursor: pointer;
	background: #355088;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
	padding: 18px 65px 18px 15px;
	position: relative; }
@media screen and (min-width: 767px) {
	.tabell-mobile-head {
		padding-left: 29px; } }

.tabell-mobile__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 58px;
	border-left: 1px solid #fff; }
.tabell-mobile__arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -9px;
	width: 14px;
	height: 14px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }

.tabell-mobile-head.active .tabell-mobile__arrow:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }

.tabell-mobile-head__name {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }

.tabell-mobile-head__status {
	font-size: 16px;
	line-height: 1.2;
	color: #81B11A;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (max-width: 599px) {
	.tabell-mobile-head__status {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
		width: 100%; } }

.tabell-mobile-head__data {
	font-size: 16px;
	line-height: 1.2;
	color: #fff; }

.tabell-mobile-body {
	display: none; }

.tabell-mobile-item {
	background: #355088;
	border: 1px solid #FFFFFF;
	margin-bottom: 13px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 0 15px;
	min-height: 68px; }
@media screen and (min-width: 767px) {
	.tabell-mobile-item {
		padding-left: 25px; } }
.tabell-mobile-item:hover {
	color: #fff; }
.tabell-mobile-item:hover .btn-tabell--vota {
	color: #fff;
	background: #237017; }
.tabell-mobile-item:hover .btn-tabell--votato {
	color: #fff;
	background: #b95f0c; }

.tabell-mobile-item__team {
	width: calc(100% - 97px);
	padding-right: 15px;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between; }

.tabell-mobile-item__total {
	padding-left: 15px;
	font-family: 'OpenSans-Regular','Arial','Helvetica Neue','Helvetica',sans-serif; }

.btn-tabell {
	height: 100%;
	width: 96px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.625;
	color: #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	border-left: 1px solid #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }
.btn-tabell--vota {
	background: #3EC528; }
.btn-tabell--vota:hover, .btn-tabell--vota:focus {
	color: #fff;
	background: #237017; }
.btn-tabell--votato {
	background: #F29239; }
.btn-tabell--votato:hover, .btn-tabell--votato:focus {
	color: #fff;
	background: #b95f0c; }

@media only screen and (min-width: 1200px) {
	.tabell-one-mobile {
		display: none; }
	.tabell-one-container {
		position: relative;
		display: block; }
	.tabell-one-owerflow {
		margin: 40px 0 100px; }
	.tabell-one__body {
		min-height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; }
	.tabell-one__head {
		padding: 23px 0 0;
		border-bottom: 2px solid #FFFFFF;
		text-align: center; }
	.tabell-one__head span {
		width: 395px;
		max-width: 100%;
		height: 62px;
		line-height: 60px;
		display: inline-block;
		background: #355088;
		border: 2px solid #FFFFFF;
		border-bottom: none;
		-webkit-border-radius: 7px 7px 0px 0px;
		border-radius: 7px 7px 0px 0px;
		color: #fff;
		font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
		font-size: 32px; }
	.tabell-one__footer {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 45;
		background: #2F4886;
		border-top: 2px solid #FFFFFF;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; }
	.tabell-step {
		width: 10.5%;
		display: block;
		height: 70px;
		line-height: 70px;
		text-align: center;
		font-size: 14px;
		font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
		color: #FFFFFF;
		border-right: 1px solid #fff; }
	.tabell-step:last-child {
		border-right: none; }
	.tabell-step--finale {
		width: 16%; }
	.tabell-col {
		width: 10.5%; }
	.team-group {
		position: relative;
		padding-right: 40px;
		padding-left: 10px;
		margin-bottom: 24px; }
	.team-group:last-child {
		margin-bottom: 0 !important; }
	.team-group:after {
		content: '';
		position: absolute;
		width: 14px;
		height: 2px;
		background: #fff;
		top: 50%;
		margin-top: -1px;
		right: 1px; }
	.team-group.pair-voted a, .team-group.finished a {
		color: #97999c; }
	.team-group.pair-voted a:hover, .team-group.finished a:hover {
		color: #97999c; }
	.team-group ul {
		position: relative; }
	.team-group ul:after {
		content: '';
		position: absolute;
		top: 13px;
		bottom: 13px;
		width: 2px;
		background: #fff;
		left: 100%;
		margin-left: 23px; }
	.team-group ul li {
		margin-bottom: 16px;
		position: relative;
		display: block; }
	.team-group ul li a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; }
	.team-group ul li:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 14px;
		height: 2px;
		background: #fff;
		left: 100%;
		margin-top: -1px;
		margin-left: 11px; }
	.team-group ul li:last-child {
		margin-bottom: 0 !important; }
	.team-group ul li span {
		width: calc(100% - 35px);
		max-height: 28px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
		font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
		word-wrap: normal; } }
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
	.team-group ul li span {
		font-size: 10px; } }

@media only screen and (min-width: 1200px) {
	.tabell-ottavi-col .team-group {
		margin-bottom: 62px; }
	.tabell-ottavi-col ul li {
		margin-bottom: 66px; }
	.tabell-quarti-col .team-group {
		margin-bottom: 155px; }
	.tabell-quarti-col ul li {
		margin-bottom: 152px; }
	.tabell-seminfinale-col .team-group {
		margin-bottom: 0; }
	.tabell-seminfinale-col .team-group:after {
		top: 42%;
		width: 62px;
		right: -46px; }
	.tabell-seminfinale-col ul li {
		margin-bottom: 328px; }
	.team-logo-team {
		position: relative;
		width: 24px;
		height: 24px;
		margin-left: 10px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid #fff; }
	.team-logo-team img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-border-radius: 50%;
		border-radius: 50%; }
	.tabell-finale-col {
		width: 16%;
		text-align: center; }
	.team-group-finish .team-logo-team {
		display: block;
		margin: 0 auto 5px; }
	.team-group-finish .team-logo-team:after {
		display: none; }
	.team-group-finish span {
		font-size: 12px;
		line-height: 1.2;
		font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
	.team-group-finish .vs {
		margin: 10px 0 14px;
		font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
		line-height: 1; }
	.team-group-finish.pair-voted a, .team-group-finish.finished a {
		color: #97999c; }
	.team-group-finish.pair-voted a:hover, .team-group-finish.finished a:hover {
		color: #97999c; }
	.tabell-right-col .team-group {
		padding-right: 10px;
		padding-left: 40px; }
	.tabell-right-col .team-group:after {
		right: 100% !important;
		margin-right: -15px; }
	.tabell-right-col .team-group ul:after {
		right: 100%;
		left: auto;
		margin-left: 0;
		margin-right: 23px; }
	.tabell-right-col .team-group ul li:after {
		left: auto;
		right: 100%;
		margin-right: 11px; }
	.tabell-seminfinale-col.tabell-right-col .team-group:after {
		top: 66%; }
	.desktop *::-webkit-scrollbar {
		width: 5px; }
	.desktop *::-webkit-scrollbar:horizontal {
		height: 5px; }
	.desktop *::-webkit-scrollbar-thumb {
		width: 5px;
		border-color: transparent;
		background: rgba(255, 255, 255, 0.8); }
	.desktop *::-webkit-scrollbar-thumb:hover {
		border-width: 1px 1px 1px 2px;
		border-color: transparent;
		background: white; }
	.desktop *::-webkit-scrollbar-track {
		border-width: 0; }
	.desktop *::-webkit-scrollbar-track-piece {
		background: rgba(255, 255, 255, 0.2); } }

@media only screen and (max-width: 1400px) {
	.tabell-seminfinale-col .team-group:after {
		width: 30px;
		right: -15px; } }

.vote-page {
	min-height: 67vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center; }
.vote-page--title {
	font-size: 20px;
	border-bottom: 2px solid #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.vote-page--title {
		font-size: 26px; } }
@media screen and (min-width: 1024px) {
	.vote-page--title {
		font-size: 30px; } }
.vote-page--title strong {
	display: inline-block;
	vertical-align: top;
	padding: 5px 30px;
	background: #355088;
	color: #fff;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border: 2px solid #fff;
	border-bottom: 0; }

.pagination-block {
	width: 100%;
	padding: 0 15px;
	border-top: 2px solid #fff;
	font-size: 14px;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 599px) {
	.pagination-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.pagination-block li {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	background: #355088; }
@media screen and (min-width: 599px) {
	.pagination-block li {
		border: none;
		border-left: 1px solid #fff;
		border-bottom: 2px solid #fff; } }
@media screen and (min-width: 599px) {
	.pagination-block li:first-child {
		-webkit-border-radius: 0 0 0 7px;
		border-radius: 0 0 0 7px;
		border-left: 2px solid #fff; } }
.pagination-block li:first-child i {
	padding-right: 10px; }
.pagination-block li:last-child {
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px; }
@media screen and (min-width: 599px) {
	.pagination-block li:last-child {
		-webkit-border-radius: 0 0 7px 0;
		border-radius: 0 0 7px 0;
		border-right: 2px solid #fff; } }
.pagination-block li:last-child i {
	padding-left: 10px; }
.pagination-block a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	padding: 15px; }
.pagination-block a.disable-element:hover {
	color: #fff; }
.pagination-block a i {
	font-size: 9px; }

.competitor-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 0; }

.competitor-block--team {
	width: 50%;
	padding: 0 10px; }
@media screen and (min-width: 768px) {
	.competitor-block--team {
		width: 100%;
		max-width: 30%; } }
.competitor-block--team .img-round {
	width: 110px;
	height: 110px; }
@media screen and (min-width: 768px) {
	.competitor-block--team .img-round {
		width: 140px;
		height: 140px; } }
@media screen and (min-width: 1024px) {
	.competitor-block--team .img-round {
		width: 210px;
		height: 210px; } }
.js-active .competitor-block--team .info-list {
	display: none; }

.competitor-block--result {
	width: 100%;
	font-size: 14px; }
@media screen and (max-width: 767px) {
	.competitor-block--result {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px; } }
@media screen and (min-width: 768px) {
	.competitor-block--result {
		width: 40%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; } }
.competitor-block--result strong {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px; }
@media screen and (min-width: 768px) {
	.competitor-block--result .score-wrap {
		margin-bottom: 30px; } }
.competitor-block--result .score-wrap:only-child {
	margin-bottom: 0; }
.competitor-block--result .button {
	font-size: 20px;
	min-width: 160px; }
@media screen and (min-width: 768px) {
	.competitor-block--result .button {
		font-size: 26px; } }
@media screen and (min-width: 1024px) {
	.competitor-block--result .button {
		font-size: 30px; } }
.js-active .competitor-block--result .button {
	display: none; }

.score {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #355088;
	background: #fff;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 52px;
	line-height: 1;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.score {
		font-size: 70px; } }
@media screen and (min-width: 1024px) {
	.score {
		font-size: 92px;
		padding: 10px 35px; } }
.score:before, .score:after {
	content: '';
	position: absolute;
	top: 12%;
	bottom: 12%;
	width: 60px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat; }
@media screen and (min-width: 1024px) {
	.score:before, .score:after {
		width: 80px; } }
.score:before {
	background-image: url(../images/score-left.png);
	right: calc(100% + 8px);
	background-position: 100% 50%; }
.score:after {
	background-image: url(../images/score-right.png);
	left: calc(100% + 8px);
	background-position: 0 50%; }
.score span {
	display: inline-block;
	vertical-align: top; }
.score .minus {
	padding: 0 10px; }
@media screen and (min-width: 1024px) {
	.score .minus {
		padding: 0 15px; } }

.br-theme-fontawesome-stars-o .br-widget a:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
	font-family: "Icons";
	content: '\E001';
	color: rgba(255, 255, 255, 0.5); }

.br-theme-fontawesome-stars-o .br-widget a.br-selected,
.br-theme-fontawesome-stars-o .br-widget a.br-active,
.br-theme-fontawesome-stars-o .br-widget a:hover,
.br-theme-fontawesome-stars-o .br-widget a:focus,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
	color: #F39540; }

.br-theme-fontawesome-stars-o .br-widget {
	height: auto; }

.vote-block {
	position: relative;
	display: none; }
.vote-block .vote-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
	background: #232735;
	border-bottom: 1px solid #fff; }
@media screen and (min-width: 1024px) {
	.vote-block .vote-row {
		padding: 12px 25px; } }
.vote-block .br-widget a {
	font-size: 20px;
	height: 20px;
	line-height: 1;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 399px) {
	.vote-block .br-widget a {
		font-size: 20px;
		height: 20px;
		padding: 0 5px; } }
@media screen and (min-width: 768px) {
	.vote-block .br-widget a {
		font-size: 28px;
		height: 28px;
		padding: 0 10px; } }
@media screen and (min-width: 1024px) {
	.vote-block .br-widget a {
		font-size: 36px;
		height: 36px; } }
@media screen and (min-width: 1440px) {
	.vote-block .br-widget a {
		font-size: 52px;
		height: 52px;
		padding: 0 15px; } }
.vote-block .title {
	display: block;
	padding: 0 20px;
	font-size: 18px; }
@media screen and (max-width: 767px) {
	.vote-block .title {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		margin-bottom: 8px; } }
@media screen and (min-width: 768px) {
	.vote-block .title {
		font-size: 22px;
		max-width: 32%; } }
@media screen and (min-width: 1024px) {
	.vote-block .title {
		font-size: 26px; } }
@media screen and (min-width: 1199px) {
	.vote-block .title {
		font-size: 30px; } }
.vote-block .team {
	max-width: 50%; }
@media screen and (min-width: 768px) {
	.vote-block .team {
		max-width: 34%; } }
.vote-block .button {
	border: 1px solid #fff;
	border-top: 0;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	font-size: 18px; }
@media screen and (min-width: 768px) {
	.vote-block .button {
		font-size: 24px;
		min-width: 140px; } }
@media screen and (min-width: 1024px) {
	.vote-block .button {
		font-size: 30px; } }

.vote-block-game {
	display: none;
	background: #232735;
	border-bottom: 1px solid #fff;
	padding: 26px 15px 33px;
	margin-bottom: 20px; }

.vote-block-game__head {
	text-align: center;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 26px; }
@media screen and (min-width: 1024px) {
	.vote-block-game__head {
		font-size: 32px; } }

.vote-block-row {
	text-align: center; }
@media screen and (min-width: 767px) {
	.vote-block-row {
		width: 1095px;
		max-width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between; } }

.vote-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background: #F39540;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	height: 48px;
	line-height: 1;
	text-align: center;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 18px;
	color: #fff; }
.vote-btn:hover {
	color: #fff;
	background: #d96e0e; }
@media screen and (min-width: 767px) {
	.vote-btn {
		width: 430px;
		max-width: 33.33%;
		font-size: 20px;
		height: 63px; } }
@media screen and (min-width: 1199px) {
	.vote-btn {
		font-size: 26px; } }
@media screen and (min-width: 1300px) {
	.vote-btn {
		font-size: 32px; } }

.vote-block-img {
	margin: 20px 0; }
.vote-block-img img {
	display: block;
	margin: 0 auto; }
@media screen and (min-width: 767px) {
	.vote-block-img {
		margin: 0; } }

.game-section.modal.modal--game-section {
	overflow: hidden;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	display: none;
	border: none;
	background: none;
	padding: 23px 0 32px 0; }

.modal {
	width: 100%; }

.modal--winner {
	overflow: hidden !important;
	max-height: none !important; }

.game-section__head {
	border-bottom: 2px solid #FFFFFF;
	text-align: center; }
.game-section__head span {
	width: 395px;
	max-width: 100%;
	height: 42px;
	line-height: 40px;
	display: inline-block;
	background: #355088;
	border: 2px solid #FFFFFF;
	border-bottom: none;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	color: #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 24px; }
@media screen and (min-width: 600px) {
	.game-section__head span {
		font-size: 32px;
		height: 62px;
		line-height: 60px; } }

.game-section__game {
	padding: 30px 0 0; }

.game-item {
	cursor: pointer;
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
	width: 33.333%;
	height: 130px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease; }
.game-item img {
	max-height: 100%;
	max-width: 100%; }
@media screen and (min-width: 600px) {
	.game-item {
		height: 200px; } }
@media screen and (min-width: 767px) {
	.game-item {
		height: 300px; } }
@media screen and (min-width: 1024px) {
	.game-item {
		height: 350px; } }
@media screen and (min-width: 1200px) {
	.game-item {
		height: 450px; } }
@media screen and (min-width: 1500px) {
	.game-item {
		height: 507px; } }

.desktop .game-item:not(.unhover):hover {
	opacity: 0.9;
	-webkit-animation: hoverBlock 0.5s ease infinite;
	animation: hoverBlock 0.5s ease infinite; }

.hidden-img {
	display: none; }

@-webkit-keyframes hoverBlock {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1); }
	100% {
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes hoverBlock {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1); }
	100% {
		-webkit-transform: scale(1);
		transform: scale(1); } }

.game-vote {
	padding: 10px 0;
	background: #232735;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center; }
@media screen and (min-width: 600px) {
	.game-vote {
		padding: 23px 0; } }

.game-count {
	display: inline-block; }
.game-count span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	font-size: 25px;
	width: 25px;
	height: 25px;
	color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 600px) {
	.game-count span {
		margin: 0 19px;
		font-size: 55px;
		width: 55px;
		height: 55px; } }
.game-count span.active {
	color: #F18624; }

.game-vote-result {
	width: 507px;
	max-width: 100%;
	height: 42px;
	line-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	margin: 0 auto;
	background: #355088;
	border: 2px solid #FFFFFF;
	border-top: none;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	color: #fff;
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif;
	font-size: 14px; }
@media screen and (min-width: 600px) {
	.game-vote-result {
		height: 62px;
		line-height: 60px; } }
.game-vote-result div {
	width: 150px; }

.modal-game__content .flex-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }

.modal-game__box {
	width: 100%; }
@media screen and (min-width: 600px) {
	.modal-game__box {
		width: calc(100% - 297px); } }
.modal-game__box .button {
	font-size: 18px;
	width: 270px;
	max-width: 100%; }

.modal-game__img {
	width: 100%;
	text-align: center; }
@media screen and (min-width: 600px) {
	.modal-game__img {
		width: 295px; } }
.modal-game__img img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%; }

.slide-wrapper {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	max-width: 710px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	overflow: hidden; }

.winners-slider {
	background: #355088; }
.winners-slider .title {
	background: #355088;
	padding: 15px;
	border-bottom: 1px solid #fff; }

.slick-nav {
	position: relative;
	padding: 10px 15px;
	background: #fff; }
@media screen and (min-width: 768px) {
	.slick-nav {
		padding: 10px 25px; } }
.slick-nav .slide-nav {
	background: #355088;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 5px;
	margin: 0 3px;
	font-size: 12px;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	transition: color 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.slick-nav .slide-nav {
		padding: 6px 10px;
		font-size: 18px;
		margin: 0 5px; } }
.slick-nav .slide-nav:hover {
	color: #F39540; }
.slick-nav .slick-arrow {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 3px;
	outline: none; }
.slick-nav .slick-arrow.slick-prev {
	left: 0; }
.slick-nav .slick-arrow.slick-next {
	right: 0; }

.about-us-block .title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff; }
@media screen and (min-width: 1024px) {
	.about-us-block .title {
		margin-bottom: 30px; } }

.about-us-block .tab-container {
	padding: 0 20px; }
@media screen and (min-width: 1024px) {
	.about-us-block .tab-container {
		padding: 0 40px; } }

.about-us-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 5px 15px;
	background: #162544;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px; }
@media screen and (min-width: 1024px) {
	.about-us-nav {
		padding: 15px 30px;
		margin-bottom: 40px; } }
.about-us-nav li {
	padding: 5px; }
.about-us-nav a {
	display: block;
	background: #355088;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 5px;
	font-size: 12px;
	outline: none;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 1);
	font-family: 'OpenSans-Bold','Arial','Helvetica Neue','Helvetica',sans-serif; }
@media screen and (min-width: 768px) {
	.about-us-nav a {
		padding: 6px 10px;
		font-size: 14px; } }
@media screen and (min-width: 1024px) {
	.about-us-nav a {
		font-size: 18px; } }
.about-us-nav a.active {
	border: 1px solid #fff; }
.about-us-nav a:hover, .about-us-nav a:focus {
	color: inherit;
	background: #2F4886; }

.article-list li {
	margin-bottom: 10px; }
@media screen and (min-width: 1024px) {
	.article-list li {
		margin-bottom: 20px; } }

.article-list a {
	border-bottom: 1px solid #fff; }
.article-list a:before {
	content: '-';
	padding-right: 5px; }
.article-list a:hover {
	border-color: #F39540; }

@media only screen and (min-width: 1024px) and (max-height: 860px) {
	.main-page .img-block img {
		width: auto;
		height: 200px; }
	#main h1,
	#main .h1 {
		font-size: 22px; }
	#main h1 strong,
	#main .h1 strong {
		font-size: 64px; }
	.main-page .text-block {
		font-size: 18px; }
	.how-play-step__info {
		font-size: 14px; }
	.how-play__head, .game-section__head span {
		height: 50px;
		font-size: 26px; }
	.game-section__head span {
		line-height: 48px; }
	.how-play-step {
		padding: 7px 0; }
	.game-section.modal.modal--game-section {
		padding: 0; }
	.modal .button, .competitor-block--result .button {
		font-size: 24px; }
	.game-vote {
		padding: 10px 0; }
	.game-count span {
		margin: 0 19px;
		font-size: 40px;
		width: 40px;
		height: 40px; }
	.modal h1,
	.modal h2 {
		font-size: 24px; }
	.modal__content {
		padding-top: 15px; }
	.quest-radio, .quiz-container__team .img-round {
		margin-bottom: 15px; }
	.modal {
		font-size: 16px; }
	.vote-block .title {
		font-size: 24px; }
	.slide-wrapper {
		width: auto;
		max-width: 590px; }
	.winners-slider .slick-slide img {
		height: 500px; }
	.slick-nav .slide-nav {
		font-size: 14px; }
	.winners-slider .title {
		padding: 12px; }
	.slick-nav {
		padding: 5px 15px; } }
