html, body {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	min-width: 320px;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.hide {
	display: none !important;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

ol, ul {
	list-style: none;
}

ul.ordered {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1em;
}

ul.ordered li + li{
	margin-top: 10px;
}

img, video {
	max-width: 100%;
	height: auto;
	display: block;
}

body {
	height: 100%;
    background: url('../images/fon.jpg');
}

a, a:visited, a:active {
	color: inherit;
}
a:hover {
	color: inherit;
}

.container {
	width: 600px;
	margin: 0 auto;
}

.c-brand {
	color: #003da5;
}

.c-main {
	color: #111111;
}

.c-white {
	color: #ffffff;
}

.fade {
	opacity: 0.6;
}

.nowrap {
	white-space: nowrap;
}

footer {
	font-size: 11px;
	/* color: #003da5; */
}

footer a {
	color: inherit !important;
}


h2 {
	font-size: 24px;
	margin-bottom: 28px;
	font-weight: 200;
}
h1 {
	font-size: 32px;
	margin-bottom: 32px;
	text-transform: uppercase;
	font-weight: 200;
}

h1.regular, h2.regular {
	text-transform: none;
}

strong {
	font-weight: bold;
}

.block {
	padding: 30px 40px;
	/*box-shadow: 0 0 2px #778899;*/
}
.block.top {
	padding: 0;
}
.block + .block {
	padding-top: 0;
}
.block.separated {
	border-top: 1px dashed #e2e3e5;
}
.block + .block.separated {
	padding-top: 28px;
}
.container.odd {
	background-color: #00a3e0;
	padding: 20px;
}
.center {
	text-align: center;
}
.upper {
	text-transform: uppercase;
}

footer .block {

}

.logo {
	margin:20px auto;
	max-width: 400px;
}

.promo {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: 2560px 2280px;
	transition-property: background opacity;
	transition: 1200ms ease-out;
	opacity: 0;
}
body.loaded .promo {
	opacity: 1;
	background-size: 2560px 600px;
	background-position: center -79px;
}

.promo.secondary {
	position: relative;
	height: 640px;
	margin-bottom: 0;
	opacity: 1;
	background-size: 2560px 600px;
	background-position: center 0;
}

.header {
	height: 100px;
}

.hero {
	position: relative;
	display: table;
	width: 960px;
	background-color: #e1772d;
}

.hero > div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.content {
	position: relative;
	z-index: 2;
	min-height: 200px;
	margin: 0 auto;
	width: 600px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid #e2e3e5;
}

.secondary + .content {
	margin-top: -540px;
}

.menu {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	transition: top 200ms ease-in-out;
}

.menu ul {
	display: block;
}

.menu ul li {
	float: left;
	position: relative;
	padding-left: 24px;
}

.icon {
	color: inherit;
	margin-right: 0.5em;
	text-decoration: none;
}

.menu ul li a {
	position: relative;
	z-index: 1;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 0;
	transition: all 200ms ease-in-out;
}

.menu ul li a.active {
	color: #ffffff;
	border-bottom: 2px solid #e51f27;
}
.menu ul li a:not(.active):hover {
}

.menu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu ul li:not(.hide) + li::before {
	position: absolute;
	content: "•";
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	left: 8px;
	padding: 3px 0;
}
.flex {
	display: flex;
	flex-direction: row;
}
.side {
	width: 50%;
	padding-right: 20px;
	flex: auto;
}
.side + .side {
	padding-left: 20px;
	padding-right: 0;
}

.step {
	text-align: center;
	width: 33%;
	flex: auto;
	font-size: 100%;
}
.step > div {
	position: relative;
	background-color: #ffffff;
	border-radius: 2px;
	padding: 17px 20px 20px 20px;
	margin: 20px;
	box-shadow: 0 4px 8px #2d67c8;
}

.step img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	margin: -10px 0 0 10px;
}

.step span {
	display: block;
	margin-left: 60px;
	text-align: left;
	font-size: 15px;
	min-height: 40px;
}

.step + .step {
}
.promo.secondary + .content .step {
	margin-top: -10px;
}

input[type=text], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input, button, textarea, .button, select {
	width: 100%;
	display: block;
}

.field {
	padding-top: 0;
	width: 100%;
	margin: 0 auto;
}

.field + .field {
	margin-top: 20px;
}

input.receipt {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label[for="receipt"] {
	cursor: pointer;
}

label.receipt img {
	width: 100%;
}

span.text, label.text {
	position: relative;
	display: block;
	font-size: 85%;
	font-weight: normal;
}

.field.disclaimer {
	font-size: 75%;
	clear: both;
	margin-top: 10px;
}

span.text > span, label.text > span {
	position: absolute;
	top: 6px;
	left: 12px;
	font-size: 80%;
	font-weight: normal;
	opacity: 0.6;
	color: #003da5;
}

input.text, textarea.text, select.text {
	padding: 20px 10px 10px 10px;
	color: #111111;
	font: inherit;
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	max-width: 100%;
	border-radius: 2px;
}
select.text {
	height: 54px;
}
div.text-block {
	padding: 30px 10px 10px 10px;
	color: #111111;
	font: inherit;
	font-size: 18px;
	line-height: 18px;
	border: 0;
	max-width: 100%;
	border-radius: 2px;
}

input.text:focus, textarea.text:focus {
	color: #111111;
	border: 1px solid #003da5;
}

input::placeholder {
	color: #999999;
	opacity: 0.9;
}

textarea.text {
	height: 160px;

}

label.checkbox {
	position: relative;
	cursor: pointer;
	vertical-align: top;
}

label.checkbox input {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

label.checkbox div {
	margin-left: 24px;
	padding-top: 0;
}

input[type="checkbox"] {
	font: inherit;
	border: 1px solid #b3bbbf;
	padding: 0;
}

label.parent {
	font-size: 100%;
	text-transform: none;
}
label.parent a {
	display: inline;
	float: none;
}

.button, a.button {
	padding: 14px 15px 14px 15px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font: inherit;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	background-color: #f05626;
	border: 1px solid #f05626;
	border-radius: 2px;

}
.button.secondary, a.button.secondary {
	text-transform: uppercase;
	color: #003da5;
	background-color: #ffffff;
	border: 1px solid #003da5;
}
.button + .button {
	margin-top: 20px;

}
.button[disabled] {
	background-color: #999999;
	opacity: 0.5;
}
.button:hover {
	background-color: #f05626;
	border: 1px solid #f05626;
}
.button.secondary:hover {
	color: #00A3E0;
	background-color: #ffffff;
	border: 1px solid #f05626;
	box-shadow: none;
	text-shadow: none;
}
.button[disabled]:hover {
	background-color: #999999;
	opacity: 0.5;
}
.mobile {
	display: none;
}

a.social, a.social img {
	display: inline-block;
}
a.social + a.social {
	margin-right: 10px;
}

.social {
	float: right;
}
.social.pg {
	float: none;
}

.social img {
	width: 30px;
}
.social.pg img {
	width: 60px;
}

.receipt-list {
	margin-bottom: 20px;
}

.receipt-list {
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 0;
}

.receipt-list > div {
	padding: 16px 0;
}
.receipt-list > div + div {
	border-top: 1px dashed #99aabb;
}

.receipt-list > div > span {
	display: block;
}
.receipt-list > div > span + span {
	display: block;
	color: #99aabb;
	font-size: 75%;
}
.receipt-list > div > div {
	float: right;
	color: #ffffff;
	font-size: 75%;
	line-height: 0;
	text-transform: uppercase;
	background-color: #99aabb;
	padding: 8px 8px;
	border-radius: 2px;
	margin: 4px 0;

}

.receipt-list .receipt-accepted {
	background-color: #11ff33
}
.receipt-list .receipt-rejected {
	background-color: #bb1122
}
.receipt-list .receipt-processing {
	background-color: #99aabb
}

#preview {
	margin: 20px auto 0 auto;
	height: 0;
	overflow: hidden;
}
#preview.photo {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}


.winner-list {
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
.winner-list th {
	text-align: right;
	padding: 0;
	text-transform: uppercase;
	font-size: 66%;
	border-bottom: 1px solid #339933;
	padding: 4px 10px;
	color:  #339933;
}
.winner-list td {
	text-align: right;
	padding: 12px 10px;
}
.winner-list tr + tr > td {
	border-bottom: 1px dashed #339933;
}

.winner-list th {
	width: 50%;
}
.winner-list th + th {
	text-align: left;
	padding-left: 10px;
}
.winner-list td {
	font-weight: bold;
	font-size: 90%;
}
.winner-list td + td {
	font-weight: normal;
}
.winner-list td + td  {
	text-align: left;
}

a.winners {
	display: inline-block;
	margin: 5px;
	padding: 10px 15px;
	text-decoration: none;
	color: #006634;
	border: 2px solid #006634;
	background-color: #ffffff;
	border-radius: 5px;
	max-width: 100%;
	opacity: 0.5;
	overflow: hidden;

}
a.winners.active {
	color: #ffffff;
	border: 2px solid #006634;
	background-color: #006634;
	border-radius: 5px;
	max-width: 100%;
	opacity: 0.5;
	overflow: hidden;

}
a.winners.active, a.winners:hover {
	opacity: 1;
}

.sms {
	margin-top: 10px;
}

.promo + .hs-gradient + .content {
	background-image: none;
}

.promo-body {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
}
.description {
	font-size: 75%;
	margin-top: 5px;
}
a.local {
	text-decoration: none;
	border-bottom: 1px dotted;
}
label > a {
	display: inline-block;
	float: right;
}
.help {
	display: none;
	height: 0;
	overflow: auto;
	font-size: 75%;
	padding: 0;
	margin: 6px auto 0 auto;
	transition: all 250ms ease-in-out;
}
.help.open {
	display: block;
	height: auto;
	opacity: 0.66;
}

.code {
	margin-bottom: 24px;
}
.code h1 {
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	color: #b08631;
}

a.logout {
	color: #aaaaaa;
	float: right;
	text-decoration: none;
	font-size: 75%;
	border: 2px solid #aaaaaa;
	padding: 8px 10px;
	border-radius: 20px;
	line-height: 0;
}

a.flag {
	display: inline-block;
	width: auto;
	margin-top: 16px;
	text-align: center;
}

a.flag img {
	width: 320px;
}

.star {
	display: inline-block;
	width: 120px;
	margin: 0 16px;
}

.table {
	display: table;
}
.table > div {
	display: table-cell;
}
.winner {
	width: 25%;
	padding: 16px;
}
.winner span {
	font-size: 66%;
	display: none;
}
.winner a {
	opacity: 0.33;
}
.winner a:hover {
	opacity: 1;
}
.winner a.active {
	opacity: 1;
	/*border-bottom: 3px dashed #8ab82f;*/
}
.winner-icon {
	display: inline-block;
	width: 80%;
}

input.error {
	border-color: #ff0000 !important;
	border-bottom: 3px solid #ff0000;
}
.error-text {
	font-size: 90%;
	color: #ee0000;
	font-weight: bold;
	margin-top: 4px;
	overflow: hidden;
	height: auto;
	max-height: 0;
	transition: all 300ms ease-in-out;
}
input[type="checkbox"] + .error-text {
	font-size: 100%;
}
input.error + .error-text {
	max-height: 100px;
}

.fairy {
	color: #e51f27 !important;
	font-weight: bold;
	text-transform: uppercase;
}

.animated {
	transition-property: transform, opacity;
	transition-duration: 500ms;
	transition-timing-function: ease-out;
}

.animated.slow {
	transition-duration: 750ms;
}
.animated.fast {
	transition-duration: 250ms;
}

.animated.fade-in {
	opacity: 0;
}
body.loaded .animated.fade-in {
	opacity: 1;
}

.animated.zoom-in {
	transition-timing-function: cubic-bezier(0.2,-2,0.8,2);
	opacity: 0;
	transform: scale(0.5, 0.5);
}
body.loaded .animated.zoom-in {
	opacity: 1;
	transform: scale(1, 1);
}

.animated.slide-up {
	opacity: 0;
	transform: translateY(100px);
}
body.loaded .animated.slide-up {
	opacity: 1;
	transform: translateY(0);
}

.animated.slide-down {
	opacity: 1;
	transform: translateY(-300px);
}
body.loaded .animated.slide-down {
	opacity: 1;
	transform: translateY(0);
}

.animated.delay0 {
	transition-delay: 0;
}
.animated.delay1 {
	transition-delay: 250ms;
}
.animated.delay2 {
	transition-delay: 500ms;
}
.animated.delay3 {
	transition-delay: 750ms;
}
.animated.delay4 {
	transition-delay: 1000ms;
}
.animated.delay5 {
	transition-delay: 1250ms;
}

.centered {
	margin: 0 auto;
	width: 440px;
	max-width: 100%;
}

.product {
	margin-top: 100px;
	padding: 100px 20px 0 20px;
	border: 1px solid #9ADBE8;
	border-radius: 2px;
}
.product img {
	width: 200px;
	margin: -200px auto 20px auto;
}
.product .info {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}
.product .info > span {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
}
.product .gauge {
	display: table;
	width: 100%;
}
.product .gauge > div  {
	display: table-cell;
	color: #999999;
	height: 110px;
	border-bottom: 30px solid #AF1685;
	text-align: center;
}
.product .gauge > div > span {
	display: block;
	font-weight: bold;
	font-size: 150%;
	color: #00A3E0;
}

.product .gauge > div + div {
	border-bottom: 40px solid #F277C6;
}
.product .gauge > div + div + div {
	border-bottom: 50px solid #9ADBE8;
}

.nomargin {
	margin-bottom: 10px;
}

@media screen and (max-width: 960px) {

	html, body {
		font-size: 15px;
	}

	.logo {
		position: absolute;
		margin: 0;
		top: 20px;
		left: 20px;
		width: 40px;
	}

	.header {
		height: 80px;
	}

	.menu {
		margin-top: 30px;
		margin-right: 20px;
	}

	.container, .content {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}
	.content {
		margin-top: 0;
	}

	.container.block.top {
		height: auto;
		min-height: auto;
		padding: 0;
	}

	.block {
		padding: 20px 20px;
	}
	.block.top {
		min-height: 100px;
	}
	.promo {
		width: 100%;
		max-width: 100%;
		height: auto;
		background-size: 1280px 400px;
	}
	.promo.secondary {
	}

	.hero {
		width: 100%;
		padding-top: 0;
		display: block;
	}
	.hero > div {
		display: block;
		width: 100%;
	}
	.hero > div > h1 {
		margin: 0;
	}

	.hero > div.desktop {
		display: none;
	}

	h1, h2 {
		font-size: 21px;
		line-height: 25px;
	}

	.field  {
		width: 100%;
	}

	.flex {
		flex-direction: column;
	}

	.flex.reverse {
		flex-direction: column-reverse;
	}

	.flex .side {
		width: 100%;
		padding-right: 0;
	}
	.flex .side + .side {
		padding-left: 0;
		padding-top: 30px;
	}

	.flex.reverse .side {
		width: 100%;
		padding-right: 0;
	}
	.flex.reverse .side + .side {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 30px;
	}

	.step {
		margin-top: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		vertical-align: top;
		display: flex;
		align-items: center;
		font-size: 90%;
	}
	.promo.secondary + .content {
		margin-top: 0;
	}
	.step > div {
		width: 100%;
		margin: 10px 0;
	}
	.step img {
		width: 64px;
	}
	.step span {
		width: auto;
	}

	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.promo.secondary {
		background-size: 100% 100%;
		height: 80px;
		margin-bottom: 0;
	}


	*.button {
	}
	a.logout {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		overflow: hidden;
		font-size: 33%;
		margin-left: 20px;
	}
	a.logout * {
		font-size: 300%;
		display: block;
		margin: 0 auto 6px auto;
	}

	.flex.horizontal {
		flex-direction: row;
	}
	.flex.horizontal > .side {
		margin: 0;
		padding: 0;
	}

	a.flag img {
		width: 120px;
		margin: 0 16px;
		vertical-align: top;
	}

	.star {
		margin: 0;
		width: 25%;
	}

	.winner {
		padding: 10px;
	}
	.winner-icon {
		width: 100%;
	}

	.block.separated {
		border-radius: 0;
	}
	.block + .block.separated {
		padding-top: 18px;
	}

	.menu {
		border: none;
		border-radius: 0;
	}
	.centered {
		margin: 0 auto;
		width: 100%;
	}

}
.iti {
    display: block;
}
.iti ul {
    color: #000000;
}