body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	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, 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 {
	max-width: 100%;
	height: auto;
	display: block;
}

body {
	background-color: #fff;
	min-height: 100%;
}

i.icon.single { margin-right: 0; }

#site {
	background: #e9e7ec url(https://img.pgbonus.ru/alwayssoc/images/body-alt.jpg) no-repeat center top;
}

.promo {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.promo img.animated {
	position: absolute;
	top: 0;
	left: 0;
}

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

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

.c-brand {
	color: #0033cc;
}
.c-ended {
	color: #8899aa;
}

.c-inverse {
	color: #311b1d;
}

.c-main {
	color: #0033cc;
}

.c-fade {
	color: #999999;
}

.fade {
	opacity: 0.75;
}

.nowrap {
	white-space: nowrap;
}

.message {
	max-width: 560px;
}

footer {
	position: relative;
	font-size: 50%;
}

.legal {
	font-size: 66%;
}
footer a {
	color: inherit !important;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 0.33em;
}
h1 {
	font-size: 166%;
	font-weight: bold;
	margin-bottom: 0.33em;
}
h1:last-child {
	margin-bottom: 0;
}


.block {
	padding: 40px 40px;
	/*box-shadow: 0 0 2px #778899;*/
}
.block.top {
	padding: 0;
}
.block + .block {
	padding-top: 30px;
}
.block.separated {
	border-top: 2px dashed #bad0e3;
}
.block.single {
	margin-top: -10px;
	position: relative;
	z-index: 10;
}

.block + .block.close {
	padding-top: 0;
}

.block + .block.separated {
	padding-top: 40px;
}

.center {
	text-align: center;
}
.upper {
	text-transform: uppercase;
}

.logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 120px;
	height: 160px;
	margin-left: -60px;
}


.full-form {
	max-width: 420px;
	margin: 0 auto;
}

.animated {
	transition-property: transform, opacity, margin, filter;
	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.turn-on {
	transition-timing-function: cubic-bezier(0.2,-2,0.1,3);
	opacity: 0;
	transform: translateX(-100px);
}
body.loaded .animated.turn-on {
	opacity: 1;
	transform: translateX(0);
}

.animated.zoom-in {
	transform-origin: 50% 90%;
	opacity: 0;
	transform: scale(0.5, 0.5);
}
body.loaded .animated.zoom-in {
	opacity: 1;
	transform: scale(1, 1);
}
.animated.zoom-out {
	transform-origin: 50% 10%;
	opacity: 0;
	transform: scale(0.7, 0.7);
}
body.loaded .animated.zoom-out {
	opacity: 1;
	transform: scale(1, 1);
}

.animated.blur-in {
	filter: brightness(0);
}
body.loaded .animated.blur-in {
	filter: brightness(1);
}

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


.animated.slide-left {
	opacity: 0;
	transform: translateX(-200px);
}
body.loaded .animated.slide-left {
	opacity: 1;
	transform: translateX(0);
}
.animated.slide-right {
	opacity: 0;
	transform: translateX(200px);
}
body.loaded .animated.slide-right {
	opacity: 1;
	transform: translateX(0);
}

.animated.slide-down {
	opacity: 0;
	transform: translateY(-50px);
}
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;
}
.animated.delay6 {
	transition-delay: 1500ms;
}

.content {
	min-height: 200px;
	margin: 2em auto 0 auto;
	width: 100%;
}


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

.bigicon {
	font-size: 300%;
	display: block;

}
.bigicon > .icon {
	margin: 0;
	padding: 10px;
	width: auto;
}


.menu {
	position: absolute;
	right: 40px;
	top: 100px;
}


.menu a {
	float: right;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.menu a:hover {
	color: #ff57eb;
}


.flex {
	display: flex;
	flex-direction: row;
}
.side {
	width: 50%;
	padding-right: 20px;
	flex: auto;
}
.side + .side {
	padding-left: 20px;
	padding-right: 0;
}
.side:first-child:last-child {
	width: 50%;
	flex: none;
	margin: 0 auto;
	padding-right: 0;
}

.block.steps {
	padding: 30px;
	margin-top: -150px;
}

p.consults-remain	{
	font-size: 66%;

}

.packs {
	margin: 0 auto;
	width: 500px;
	max-width: 90%;
}

.formblock {
	padding: 1em;
	background-color: #ffffff;
	border-radius: 2em;
}
.formblock h1 {
	margin-bottom: 1em;
}

.chatheader {
	/* display: block; */
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
	min-height: 4em;
	position: relative;
	text-decoration: none;
}
.chatheader .type {
	position: absolute;
	display: block;
	width: 1.6em;
	text-align: center;
	right: 0;
	top: 0.44em;
	font-size: 166%;
}
.chatheader .status {
	position: absolute;
	display: block;
	left: 1.8em;
	top: 1em;
	font-size: 50%;
	background-color: #fff;
	padding: 0.2em 0.6em;
	border-radius: 0.6em;
	color: #fa0;
	text-transform: uppercase;
	font-weight: bold;
}
.chatheader .title {
	position: relative;
	display: block;
	width: 86%;
	font-size: 90%;
	line-height: 1.2;
	font-weight: bold;
	min-height: 2.6em;
	overflow: hidden;
	left: 1em;
	top: 1.6em;
	margin-bottom: 20px;
}

.titlemin{
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chatheader .status-active {
	color: #9009ff;
}
.chatheader .status-expert {
	color: #9009ff;
}
.chatheader .status-moderation {
	color: #9009ff;
}
.chatheader .status-rejected {
	color: #ff0000;
}
.chatheader .status-done {
	color: #8899aa;
}

.chatlist {
	padding-bottom: 2em;
}
.chatlist:last-child {
	padding-bottom: 0;
}

.chatfield {
	background-color: #fff;
	border-radius: 0.5em;
	/* overflow-y: scroll;
	height: 520px; */
	overflow-y: auto;
	max-height: 75vh;
	margin-top: 0.44em;
}

.chat {
	border-radius: 1em;
	background-color: #0033cc;
	border: 2px solid #0033cc;
	min-height: 4em;
	height: auto;
	max-height: 4em;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}
.alt .chat {
	border-radius: 1em;
	background-color: #0033cc;
	border: 2px solid #0033cc;
	min-height: 4em;
	height: auto;
	max-height: 4em;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}
.chat.expand {
	height: auto;
	max-height: 125vh;
}

.chat + .chat {
	margin-top: 1.2em;
}

.chat.chattype-gy {
	background-color: #33ccff;
	border: 2px solid #33ccff;
}
.alt .chat.chattype-gy {
	background-color: #33ccff;
	border: 2px solid #33ccff;
}

.inactive .chat {
	background-color: #8899aa !important;
	border-color: #8899aa !important;
}

.chat textarea.text {
	opacity: 0.8;
	border-radius: 0.5em;
	tansition: all 200ms ease-in-out;
}

.chat.chattype-gy label.text > span {
	color: #ff57eb;
}



.chat .message {
	font-size: 16px;
	line-height: 20px;
	padding: 1em;
	color: #fff;
	background-color: #0033cc;
	border-radius: 0 1em 1em 0;
	margin: 0.5em 1em 0.5em 0;
	float: left;
	text-align: left;
	clear: both;
}
.alt .chat .message {
	background-color: #0033cc;
}

.chat .message.me {
	color: #9009ff;
	background-color: #dee7ee;
	border-radius: 1em 0 0 1em;
	margin: 0.5em 0 0.5em 1em;
	float: right;
	text-align: right;
}

.chat.chattype-gy .message {
	background-color: #33ccff;
}
.alt .chat.chattype-gy .message {
	background-color: #33ccff;
}

.chat.chattype-gy .message.me {
	background-color: #dee7ee;
}
.inactive .chat .message {
	background-color: #8899aa !important;
}
.inactive .chat .message.me {
	background-color: #dee7ee !important;
}

.chat .message.system {
	float: none;
	margin: 0 auto;
	background-color: transparent !important;
	text-align: center;
	color: #9009ff;
	font-weight: bold;
}

.chat .message-name {
	font-weight: bold;
	margin-bottom: 0.33em;
}
.chat .message-date {
	opacity: 0.66;
	font-size: 66%;
	line-height: 1;
	margin-top: 0.66em;
	font-weight: bold;
}

.message-form {
	display: none;
}
.message-form.on {
	display: block;
}
.message-form.edit.on + .message-form.new.on {
	display: none;
}

a.edit-link {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 1em;
	background-color: #fff;
	padding: 0.66em;
	border-radius: 0.66em;
}

.edit-link .icon {
	margin-right: 0;
}


.step {
	position: relative;
	z-index: 21;
	text-align: center;
	width: 33%;
	padding: 0 10px;
	flex: auto;
	font-size: 133%;
	line-height: 1.2;
}
.step > span > span {
	display: block;
	color: #fff200;
	font-size: 75%;
	margin-top: 1em;
}
.step img {
	display: block;
	width: 120px;
	margin: 0.5em auto 1.5em auto;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(255,255,255,0.33);
	animation: step 6s infinite ease-in-out;
}
.step + .step {
	margin-top: 40px;
}
.step + .step  + .step {
	margin-top: 0;
}

.step + .step img {
	animation-delay: 2s;
}
.step + .step + .step img {
	animation-delay: 4s;
}

@keyframes step {
	0% {
		transform: scale(1,1);
		box-shadow: 0 0 0 10px rgba(255,255,255,0.33);
	}
	5% {
		transform: scale(1.1,1.1);
		box-shadow: 0 0 0 1px #ffffff;
	}
	33% {
		transform: scale(1.1,1.1);
		box-shadow: 0 0 0 1px #ffffff;
	}
	40% {
		transform: scale(1,1);
		box-shadow: 0 0 0 10px rgba(255,255,255,0.33);
	}
	100% {
		transform: scale(1,1);
		box-shadow: 0 0 0 10px rgba(255,255,255,0.33);
	}
}


.prize {
	display: inline-block;
	text-align: center;
	width: 400px;
	max-width: 100%;
	line-height: 1.2;
	padding: 1.5em 1em 1em 1em;
	background: #fff url(../images/magnit.png) no-repeat left 10% bottom 10%;
	background-size: 50% auto;
	border-radius: 1em;
	margin-top: 1em;
	box-shadow:
		0 2px 4px rgba(0,22,66,0.05),
		0 6px 12px rgba(0,22,66,0.05);
}
.prize img {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0.33em 0 0 0;
}

.prize span {
	display: block;
	float: right;
	color: #8899aa;
	margin-top: 2em;
	font-weight: bold;
	font-size: 66%;
}

.sportmaster {
	background: #fff;
	border-radius: 2em;
	padding: 2em;
	box-shadow: 0 2px 4px rgba(0,22,66,0.05);
}
.sportmaster img {
	display: block;
	margin: 2em auto;
	width: 100%;
	max-width: 560px;
}
.sportmaster h2 > img {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}
.sportmaster img.mobile {
	width: 90%;
	max-width: 400px;
	display: none;
}
.sportmaster h2 > img.mobile {
	width: 100%;
	max-width: 500px;
}

.hashtag {
	display: inline-block;
	width: 88%;
	max-width: 600px;
	margin: 1em 0;
}

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

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

.button-set {
	display: table;
	width: 100%;
}
.button-set > div  {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

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

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

.field.email-amount {
	display: table;
	width: 100%;
}
.field.email-amount > div {
	display: table-cell;
	width: 70%;
}
.field.email-amount > div + div {
	display: table-cell;
	width: 30%;
	padding-left: 4px;
}

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%;
}

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

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

label.text > span {
	position: absolute;
	top: 6px;
	left: 20px;
	font-size: 66%;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 1;
	color: #9009ff;
	z-index: 2;
}

input.text, textarea.text {
	padding: 24px 20px 8px 20px;
	color: #064296;
	font: inherit;
	font-size: 20px;
	line-height: 18px;
	border-radius: 1em;
	border: none;
	background-color: #dee7ee;
	max-width: 100%;
	opacity: 0.66;
	position: relative;
	max-height: 5em;
}
input.text:focus, textarea.text:focus {
	opacity: 1;
}

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

textarea.text {
	height: 170px;
	font-size: 16px;
}

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

label.checkbox input {
	width: auto;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
label.checkbox div {
	vertical-align: top;
	margin-left: 24px;
	padding-top: 0;
}

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

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

input.text.captcha {
	width: 60%;
	min-width: 60%;
	max-width: 60%;
}
img.captcha {
	height: 53px;
	max-width: 40%;
	float: right;
}


.radio {
	position: relative;
	display: inline-block;
	width: 48%;
	transition: transform 300ms ease-in-out;
	z-index: 1;
}
.radios {
	display: table;
	width: 100%;
}
.radios > .radio {
	display: table-cell;
	width: 50%;
}

.radios.action-type {
	margin-bottom: 1em;
	margin-top: 0;
	padding-top: 0;
}

.radio > input {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
	opacity: 0.01;
	cursor: pointer;
}
.radio > input + span {
	display: block;
	border-radius: 1em;
	overflow: hidden;
	border: none;
	background-color: #fff;
	opacity: 0.66;
}
.radio > input + span p {
	display: block;
	text-align: center;
	font-size: 100%;
	padding: 0.6em;
	font-weight: bold;
	color: #9009ff !important;
}
.type .radio > input + span p {
	color: #33ccff !important;
}
.contact .radio > input + span p {
	color: #912dba !important;
}

.radio:hover > input + span {
	opacity: 1;
}
.radio > input:checked + span {
	opacity: 1;
	background-color: #e9eff4;
	box-shadow: 0 0 20px rgba(255,255,255,0.9);
}
.radio i.icon {
	display: block;
	font-size: 125%;
	margin-right: 0;
	max-height: 1em;
}

.button, a.button {
	position: relative;
	padding: 18px 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font: inherit;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 1em;
	background: #0033cc url(https://img.pgbonus.ru/alwayssoc/images/gradient.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 1;
	transition: all 250ms ease-in-out;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	max-width: 600px;
	margin: 0 auto;
}

.button.secondary, a.button.secondary {
	text-transform: uppercase;
	color: #0033cc;
	border: solid 2px #0033cc;
	background-color: transparent;
	background-image: none;
	text-shadow: none;
}
.button.inline, a.button.inline {
	display: inline-block;
	padding: 12px 16px;
	width: auto;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.button.big {
	margin: 0 auto;
	padding: 1.33em 1em;
	max-width: 600px;
	font-size: 150%;
	border-bottom: 0;
	box-shadow:
		0 0 30px rgba(51,204,255,0.5),
		0 2px 4px rgba(0,42,187,0.2);
	background-color: #0033cc;
	color: #ffffff;
	text-shadow: none;
	transition: all 100ms ease-in-out;
}

.button.fancy {
	position: fixed;
	padding: 0.75em 1em;
	margin: 0 auto;
	z-index: 9000;
	left: 50%;
	margin-left: -440px;
	bottom: 0;
	width: 880px;
	max-width: 100%;
	font-size: 166%;
	border-bottom: 0;
	border-radius: 1em 1em 0 0;
	transition: all 333ms ease-in-out;
	background-color: #0033cc;
}


.fancy + footer {
	padding-bottom: 60px;
}

.button + .button {
	margin-top: 20px;
}
.button[disabled] {
	background-color: #999999;
	opacity: 0.5;
}
.button:hover {
	background-color: #ff57eb;
	color: #fff !important;
	box-shadow: 0 0 30px #ff57eb;
}
.chat .button, .chat .button:hover {
	background-color: transparent;
	color: #fff !important;
	box-shadow: none;
}

.button.big:hover {
	/* background-color: #ff57eb; */
	color: #ffffff !important;
	box-shadow:
		0 0 60px rgba(51,204,255,0.5),
		0 10px 20px rgba(0,42,187,0.4);
}
.button.secondary:hover {
	color: #ff57eb !important;
	border-color: #ff57eb;
	box-shadow: none !important;

}
.button[disabled]:hover {
	background-color: #999999;
	opacity: 0.5;
}
.mobile {
	display: none;
}


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

.winners {
	margin: 0 auto;
	padding: 2em;
	background-color: rgba(255,255,255,0.8);
	border-radius: 2em;
	max-width: 80%;
}


.winner-list {
	width: 100%;
	padding: 0;
	border: 0;
	border-spacing: 0;
	font-size: 100%;
}
.winner-list th {
	text-align: right;
	padding: 0;
	text-transform: uppercase;
	font-size: 66%;
	padding: 8px 16px;
	color: #f4815e;
	font-weight: bold;
	border-bottom: 2px solid #f4815e;
}
.winner-list td {
	text-align: right;
	padding: 12px 16px;
}
.winner-list tr + tr td {
	border-bottom: 1px dotted #f4815e;
}
.winner-list tr + tr:last-child td {
	border-bottom: none;
}

.winner-list th {
	width: 33%;
	text-align: right;
}
.winner-list th + th {
	text-align: left;
}
.winner-list th + th + th {
	text-align: right;
}
.winner-list td {
	text-align: right;
}
.winner-list td + td {
	font-weight: bold;
	text-align: left;
}
.winner-list td + td + td {
	font-weight: normal;
	text-align: right;
}

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: 280px;
	opacity: 0.5;
	overflow: hidden;

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

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

div.field.sms {
	display: block;
	position: relative;
	width: 100%;
	border-spacing: 0;
}
div.sms label.text {
	display: block;
}
div.sms a {
	display: block;
	position: absolute;
	right: 5px;
	top: 12px;
	width: 50%;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 14px 6px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #971a20;
}
div.sms a span.off {
	display: none;
}
div.sms a.timeout span.off {
	display: inline;
}
div.sms a.timeout span.on {
	display: none;
}
div.sms a.timeout {
	color: #ffffff;
	background-color: #971a20;
	opacity: 0.33;
}


.description {
	font-size: 75%;
}
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: 66%;
	padding: 0;
	margin: 6px auto 0 auto;
	transition: all 250ms ease-in-out;
}
.help.open {
	display: block;
	height: auto;
	opacity: 0.66;
}


.table {
	display: table;
}
.table > div {
	display: table-cell;
}

input.error {
	border-color: #ee0000 !important;
	box-shadow: 0 0 10px #ee0000;
	margin-bottom: 2px;
}
.error-text {
	font-size: 80%;
	color: #ee0000;
	font-weight: bold;
	margin-top: 0;
	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: 40px;
}

ul.ordered {
	list-style-type: decimal;
}

.pgcom {
	display: inline-block;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	line-height: 43px;
	height: 43px;
}

.pgcom img {
	vertical-align: middle;
	height: 43px;
	margin-right: 16px;
	display: inline-block;
}

.side.right {
	text-align: right;
}
.block.panel {
	padding-bottom: 0;
}
.block.first {
	padding-top: 0;
	margin-top: -90px;
}

.code {
	background-color: transparent;
	border: 2px solid #fff200;
	padding: 1em;
	border-radius: 4px;
	max-width: 600px;
	margin: 1em auto 0 auto;
	box-shadow:
	0 0 6px rgba(255,240,0,0.5),
	0 0 6px rgba(255,240,0,0.5) inset;
}
.code > div {
	font-size: 200%;
	color: #fff200;
}

.panel {
	text-transform: none;
	background-color: rgba(120,150,240,0.2);
	padding: 1em;
	margin: 0;
	border-radius: 6px;
}

.share-link {
	display: inline-block;
	width: 52px;
	margin: 0 6px;
}
.share-link img {
	display: block;
	width: 100%;
}


.confirmation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	width: 100%;
	height: 100%;
	background: rgba(24,121,190,0.8);
	z-index: 9001;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	display: flex;
}

.confirmation.off {
	opacity: 0;
	top: -100%;
}

.confirmation p {
	color: #003da5;
}
.confirmation p + .button {
	margin-top: 1em;
}

.confirmation > div {
	position: relative;
	font-size: 100%;
	text-align: center;
	line-height: 1.5;
	margin: auto;
	width: 420px;
	max-width: 90%;
	height: auto;
	padding: 1.66em;
	background: #ffffff;
	border-radius: 2em;
	box-shadow: 0 10px 20px rgba(0,20,100, 0.3);
}

.confirmation.off > div {
	opacity: 0;
	transform: scale(0.6, 0.6);
}

.confirmation > div {
	opacity: 1;
	transform: scale(1, 1);
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	width: 100%;
	height: 100%;
	background: rgba(0,68,156,0.66);
	z-index: 9900;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	display: flex;
}
.modal.off {
	opacity: 0;
	top: -100%;
}

.modal > div {
	position: relative;
	margin: auto;
	width: 420px;
	max-width: 90%;
	height: auto;
	padding: 20px;
	background: #ffffff;
	border-radius: 30px;
	box-shadow: 0 10px 20px rgba(0,69,127, 0.33);
}
.modal > div > .field > div {
	font-weight: bold;
}

.modal .close-modal {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: transparent;
	vertical-align: top;
	border-radius: 40px;
}
.modal .close-modal .icon {
	margin: 0;
	font-size: 30px;
	vertical-align: top;
}

.modal > div > span {
	display: block;
	text-align: center;
	color: #000000;
}

.modal > div, .modal .close-modal {
	transition-property: transform, opacity;
	transition-duration: 250ms;
	transition-timing-function: ease-out;
}

.modal.off > div {
	opacity: 0;
	transform: scale(0.6, 0.6);
}
.modal.off  #close-modal {
	opacity: 0;
}
.modal > div {
	opacity: 1;
	transform: scale(1, 1);
}
.modal #close-modal {
	opacity: 1;
}

.modal + .blur, .modal + .modal.off + .blur {
	filter: blur(4px);
}

.modal.off + .blur {
	filter: none;
}

.modal p {
	margin-right: 20px;
	margin-bottom: 1.33em;
	color: black;
}

.rating {
	width: 220px;
	display: table;
	margin: 0 auto;
}
.rating input {
	display: none;
}
.rating label {
	/* display: table-cell; */
	display: inline-block;
	cursor: pointer;
	/* width: 20%; */
	width: 18%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffcc33;
	z-index: 2;
}
.rating label .icon {
	margin: 0;
	font-size: 32px;
	color: inherit;
	transition: all 100ms ease-in-out;
}

.rating input[type=radio]:checked ~ input + label {
	color: #bbccdd;
}

.rating label:hover {
	color: #ffcc33 !important;
}

.rating label:hover .icon {
	text-shadow: 0 0 20px #ffcc33;
}



@media screen and (max-width: 1200px) {
	body, #site, #site.alt {
		font-size: 16px;
		background-size: 218% auto;
	}

	.code > div {
		font-size: 150%;
	}

	.block.panel {
		padding-top: 0;
		margin-top: -7.3vw;
	}

	.logo {
		display: block;
		position: absolute;
		left: 50%;
		top: 0;
		width: 10vw;
		height: 14vw;
		margin-left: -5vw;
	}


	.animation {
		/*animation: bgscroll 80s linear infinite;*/
		/*background-size: auto 100%, 1280px 360px, 1280px 360px;*/
	}
	.container, .content {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}
	.content {
		margin-top: 5vw;
	}

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

	.block {
		padding: 20px 20px;
	}
	.block + .block {
		padding-top: 10px;
	}
	.block.top {
		min-height: 100px;
	}
	.promo {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	h1 {
		font-size: 125%;
	}

	.hero {
		width: 100%;
		padding-top: 0;
	}

	.menu {
		top: 6vw;
		right: 1vw;
		padding: 0;
	}

	.menu a {
		display: block;
		float: none;
		text-align: right;
		font-size: 2.5vw;
		padding: 1vw 1vw 1vw 1vw;
	}


	.field  {
		width: 100%;
		max-width: 400px;
	}

	.flex {
		flex-direction: column;
	}

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

	.flex .side, .flex .side:first-child:last-child {
		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;
	}

	.block.steps {
		max-width: 640px;
		padding: 12px 16px 16px 16px;
	}

	.step {
		margin-top: 4px;
		width: 100%;
		text-align: left;
		padding: 10px 0;
		vertical-align: top;
		display: flex;
		align-items: center;
		font-size: 90%;
	}
	.step + .step {
		margin-top: 0.6em;
	}
	.step + .step + .step {
		margin-top: 0.6em;
	}
	.step img {
		display: block;
		float: left;
		width: 2.5em;
		min-width: 2.5em;
		max-width: 2.5em;
		margin: 0 1em 0 0;
		vertical-align: top;
		padding: 0;
	}
	.step strong {
		text-align: left;
	}

	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.promo.secondary {
		background-position: -10px 0;
		background-size: auto 80px;
		height: 70px;
		margin-bottom: 0;
	}

	*.button {
		font-size: 15px !important;
	}
	*.button.big {
		font-size: 18px !important;
		line-height: 20px;
	}

	.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;
	}

	a.winners {
		width: 100%;
		max-width: 100%;
	}

	a.social img {
		height: 32px;
	}

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

	.block + .block.separated {
		padding-top: 20px;
	}

	.block.first {
		margin-top: -2em;
	}


	.winner-list {
		font-size: 66%;
	}

	a.tab {
		font-size: 14px;
	}

	.prizes > .prize {
		display: inline-block;
		width: 110px;
		margin: 5px;
		padding: 0;
		transition: all 250ms ease-in-out;
	}
	.prizes > .prize:hover {
		background-color: #fed300;
	}
	.prizes > .prize > img {
		display: block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.goods > .product {
		display: inline-block;
		vertical-align: top;
		width: 112px;
		margin: 10px;
		padding: 0;
		transition: all 250ms ease-in-out;
	}
	/* a.button.fancy {
		left: 5%;
		margin-left: 0;
		width: 90%;
		max-width: 90%;
		font-size: 125% !important;
		padding: 1em 1em;
	} */
	.button.fancy {
		left: 5%;
		margin-left: 0;
		width: 90%;
		max-width: 90%;
		font-size: 125% !important;
		padding: 1em 1em;
	}
	.country {
		left: 0;
		top: 0;
	}
	.country > a, .country > a + a {
		display: block;
		margin: 10px 0 0 0;
	}
	.step img.inline-logo {
		display: inline-block;
		width: auto;
		min-width: auto;
		max-width: 100%;
		height: 2.3em;
		margin: -0.16em 0 0 0;
		float: none;
		padding: 0;
		vertical-align: middle;

	}

	.cashback div {
		margin: 0;
		width: 100%;
		font-size: 120%;
		border-radius: 6vw;
		margin-top: 6vw;
	}

	.block.steps {
		max-width: 100%;
		border-radius: 0;
		margin-bottom: 1em;
		margin-top: 6vw;
		padding: 0 4vw;
		font-size: 5vw;
	}
	.winners {
		margin: 0 auto;
		padding: 1em;
		background-color: rgba(255,255,255,0.8);
		border-radius: 2em;
		max-width: 96%;
	}
	.share-link {
		width: 10vw;
		margin: 1vw;
	}
	.radio > input + span p {
		font-size: 80%;
	}

	h2 {
		font-size: 100%;
	}

	.sportmaster img.desktop {
		display: none;
	}
	.sportmaster img.mobile {
		display: block;
	}
}

.notice{
	color: red;
	font-size: 150%;
}


.help-block.help-block-error{
	color:red;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.discmin{
		font-size: 12px;
	}
}