/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	background-color: #000;
	color: #fff
}

details, main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	text-decoration: none;
	display: inline-block
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio], legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

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

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

.clearfix:after {
	clear: both
}

.menu-wrap a {
	color: #fff
}

.menu-wrap a:focus, .menu-wrap a:hover {
	color: #24bb9d
}

.close-button, .menu-button {
	border: 0;
	background: 0 0;
	color: transparent;
	outline: 0
}

.menu-button {
	position: fixed;
	right: 0;
	z-index: 1000;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	text-indent: 2.5em;
	font-size: 1.5em;
	display: none
}

.menu-button::before {
	position: absolute;
	top: .5em;
	right: .5em;
	bottom: .5em;
	left: .5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, gold), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, gold), color-stop(60%, gold), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, gold));
	background: -o-linear-gradient(gold 20%, transparent 20%, transparent 40%, gold 40%, gold 60%, transparent 60%, transparent 80%, gold 80%);
	background: linear-gradient(#ff8100 20%, transparent 20%, transparent 40%, #ff8100 40%, #ff8100 60%, transparent 60%, transparent 80%, #ff8100 80%);
	content: ""
}

.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: .75em
}

.close-button::after, .close-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background: gold
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu-wrap {
	position: fixed;
	overflow-y: auto;
	z-index: 1001;
	width: 300px;
	background: #373a47;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
	-webkit-transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.menu-wrap i {
	margin-right: 20px
}

.icon-list, .menu, .menu-wrap {
	height: 100%
}

.icon-list, .icon-list a {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0s .4s;
	-o-transition: transform 0s .4s;
	transition: transform 0s .4s;
	transition: transform 0s .4s, -webkit-transform 0s .4s;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.icon-list a {
	display: block;
	padding: .8em;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0)
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0)
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0)
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0)
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0)
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700
}

.show-menu .content::before, .show-menu .icon-list, .show-menu .icon-list a, .show-menu .menu-wrap {
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.show-menu .icon-list, .show-menu .icon-list a, .show-menu .menu-wrap {
	-webkit-transition: -webkit-transform .8s;
	-o-transition: transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s
}

.show-menu .icon-list a {
	-webkit-transition-duration: .9s;
	-o-transition-duration: .9s;
	transition-duration: .9s
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity .8s;
	-o-transition: opacity .8s;
	transition: opacity .8s
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px
}

ul {
	list-style: none
}

ul, ul li {
	margin: 0;
	padding: 0
}

.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: #000;
}

.header__inner, .menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__inner {
	height: 60px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.menu__list li+li {
	padding-left: 15px
}

.menu__list a {
	color: #fff;
	font-size: 16px;
	line-height: 25px
}

.header__logo {
	max-width: 200px
}

.btn {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: solid 1px #ff8100;
	color: #fff;
	padding: 10px 15px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn:hover, .reg:hover {
	background: #fff;
	color: #000
}

.reg {
	background: #ff8100;
	color: #fbfafa;
	border: solid 1px #ff8100
}

.reg:hover {
	border: solid 1px #fff
}

.content-game, .content-game .game, .games, .games .game {
	background: 0 0;
	border-radius: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal
}

.content-game, .games {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	grid-template-columns: 1fr 1fr;
	grid-gap: .75rem;
	margin: auto -1rem
}

@media only screen and (min-width:640px) {
	.content-game, .games {
		grid-template-columns: 1fr 1fr
	}
}

@media only screen and (min-width:768px) {
	.content-game, .games {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media only screen and (min-width:992px) {
	.content-game, .games {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

.games {
	display: grid;
	margin: auto
}

@media only screen and (min-width:1200px) {
	.content-game, .games {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
	}
}

.content-game .game, .games .game {
	margin: .75rem;
	-ms-flex-preferred-size: calc(50% - ((.75rem*2) + (0px*2)));
	flex-basis: calc(50% - ((.75rem*2) + (0px*2)));
	color: #767676;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0
}

@media only screen and (min-width:414px) {
	.content-game .game, .games .game {
		-ms-flex-preferred-size: calc(50% - ((.75rem*2) + (0px*2)));
		flex-basis: calc(50% - ((.75rem*2) + (0px*2)));
		margin: .75rem
	}
}

@media only screen and (min-width:768px) {
	.content-game .game, .games .game {
		-ms-flex-preferred-size: calc(33% - ((.75rem*2) + (0px*2)));
		flex-basis: calc(33% - ((.75rem*2) + (0px*2)))
	}
}

@media only screen and (min-width:992px) {
	.content-game .game, .games .game {
		-ms-flex-preferred-size: calc(25% - ((.75rem*2) + (0px*2)));
		flex-basis: calc(25% - ((.75rem*2) + (0px*2)))
	}
}

.games .game, .grid>div {
	margin: 0
}

@media only screen and (min-width:992px) {
	.games .game.active {
		opacity: unset;
		z-index: unset
	}
}

.content-game .game .image, .games .game .image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ff8100;
	border-radius: .5rem;
	border: 3px solid #ff8100;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.games .game .buttons, .games .game .info {
	opacity: 0;
	-webkit-transition: opacity .2s ease-in .1s;
	-o-transition: opacity .2s ease-in .1s;
	transition: opacity .2s ease-in .1s;
	z-index: 2
}

@media only screen and (min-width:992px) {
	.games .game:hover .buttons, .games .game:hover .info {
		opacity: 1;
		z-index: 2
	}
}

.content-game .game .image .info, .games .game .image .info {
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	height: 1.25rem;
	margin: .1rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.25rem;
	text-decoration: none
}

@media only screen and (min-width:640px) {
	.content-game .game .image .info, .games .game .image .info {
		font-size: 1.5rem;
		height: 1.5rem;
		width: 1.5rem;
		margin: .25rem
	}
}

.content-game .game .image .buttons, .games .game .image .buttons {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none
}

.content-game .game .image img, .games .game .image img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1;
	flex: 0 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	height: 100%;
	opacity: 1;
	width: 100%
}

.games .game .image img {
	-webkit-transition: -webkit-filter .1s ease-in .1s;
	-o-transition: filter .1s ease-in .1s;
	transition: filter .1s ease-in .1s;
	transition: filter .1s ease-in .1s, -webkit-filter .1s ease-in .1s
}

.games .game .active .buttons, .games .game.showing .buttons, .games .game:hover .buttons {
	-webkit-transform: background .3s linear;
	-ms-transform: background .3s linear;
	transform: background .3s linear;
	background: rgb(0 0 0 / 26%)!important
}

.ui.button {
	cursor: pointer;
	min-height: 1em;
	outline: 0;
	border: 0;
	margin: 0 .25em 0 0;
	padding: 1em;
	text-shadow: none;
	font-weight: 400;
	line-height: .99rem;
	text-decoration: none;
	border-radius: .28571429rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
	-o-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
	transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
	transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
	will-change: "";
	text-transform: uppercase;
	color: #fff;
	background: #ec4b8f
}

.ui.primary.button, .ui.primary.buttons .button {
	background-color: #ffde59;
	color: rgba(255, 255, 255, .9);
	text-shadow: none;
	background-image: none
}

.ui.button.primary, .ui.button.secondary {
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.games .game .buttons a.button {
	padding: .8rem 1.3rem .6rem!important;
	margin: .25rem!important
}

.games .game .image .buttons .button {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}

@media only screen and (min-width:640px) {
	.content-game .game .image .buttons .button, .games .game .image .buttons .button {
		margin: .5rem auto;
		padding: .75rem 2rem;
		width: 125px
	}
}

.content-game .game .content, .games .game .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: .9rem;
	margin: .75rem 0;
	overflow: hidden;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-transform: uppercase;
	line-height: 1;
	font-family: Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif
}

.content-game .game .content a, .games .game .content a {
	cursor: pointer;
	color: #fbfafa;
	text-decoration: none;
	font-weight: 500
}

.footer__copy, .main .main__content h1, .main h2, .ui.button {
	text-align: center
}

.main .main__content {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 15px
}

.main .main__content ul {
	padding-left: 30px;
	list-style: disc
}

.footer section {
	padding: 1rem 0!important
}

.footer .providers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.footer .providers img {
	height: 40px;
	fill: #a9a9a9;
	margin: .5rem .25rem;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%
}

@media screen and (min-width:768px) {
	.footer .providers img {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

.footer__copy {
	padding-bottom: 30px
}

@media (max-width:1120px) {
	.header .header__inner .header__login form, .header .header__inner .menu__list, .header__btn {
		display: none
	}
	.header .header__inner .header__login {
		border: 0
	}
	.menu-button {
		display: block;
		top: 5px
	}
	.menu-wrap {
		background: #000
	}
	.menu-wrap .menu__list li+li {
		padding: 0
	}
	.mb-header__login {
		display: block;
		border: 0
	}
	.mb-header__login input {
		width: 100%
	}
	.mb-header__login a {
		margin: 0
	}
	.mb-header__login .register__btn a {
		margin-right: 0
	}
	.mb-header__login .login__btn a {
		margin: 10px 0
	}
	.main__wrapper, .menu-wrap .menu__list {
		display: block
	}
	.header__btns {
		margin-right: 35px
	}
}

@media (max-width:500px) {
	.header__logo {
		max-width: 117px
	}
	.btn {
		font-size: 10px;
		padding: 8px 5px
	}
}

.form {
	display: none;
	position: relative;
	padding: 9.86vw 0 7.2vw;
	width: 94.66vw;
	font-family: "Arial", sans-serif;
	background: linear-gradient(180deg, #b19658 0%, #524a37 17.19%, #524a37 84.37%, #b19658 100%);
	border-radius: 5px;
}

@media screen and (min-width: 568px) {
	.form {
		padding: 5.2vw 0 3.9vw;
		width: 58.59vw;
	}
}

@media screen and (min-width: 1025px) {
	.form {
		padding: 3.125vw 0 1.875vw;
		width: 27.73vw;
	}
}

.form::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 0;
	bottom: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: linear-gradient(180deg, #1b2b49 0%, #2c2e35 0.01%, #111215 100%);
	border-radius: 5px;
	z-index: 2;
}

.form--fullscreen {
	padding: 0;
	background: none;
	width: 100%;
}

@media screen and (min-width: 568px) {
	.form--fullscreen {
		width: 53.125vw;
	}
}

@media screen and (min-width: 1025px) {
	.form--fullscreen {
		width: 23.67vw;
	}
}

.form--fullscreen::after {
	display: none;
}

@media screen and (min-width: 568px) {
	.form--fullscreen .form__content {
		padding: 0;
	}
}

.form__title, .form__subtitle, .form__bonus {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(98.32deg, #815516 -2%, #ffcb51 54.7%, #c98217 107.96%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.7));
	z-index: 9;
}

.form__title {
	margin-bottom: 8.2vw;
	font-size: 8.26vw;
	font-weight: 300;
}

@media screen and (min-width: 568px) {
	.form__title {
		margin-bottom: 4.55vw;
		font-size: 3.77vw;
	}
}

@media (min-width: 1025px) {
	.form__title {
		margin-bottom: 1.17vw;
		font-size: 2.26vw;
	}
}

.form__subtitle {
	font-size: 9.6vw;
	font-weight: 300;
}

@media screen and (min-width: 568px) {
	.form__subtitle {
		font-size: 6.51vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__subtitle {
		font-size: 2.81vw;
	}
}

.form__bonus {
	margin-top: 1.86vw;
	margin-bottom: 4.8vw;
	font-size: 14.63vw;
	font-weight: 400;
}

@media screen and (min-width: 568px) {
	.form__bonus {
		margin: 1.3vw 0 1.83vw;
		font-size: 9.93vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__bonus {
		margin: 0.62vw 0.93vw;
		font-size: 4.3vw;
	}
}

.form__content {
	position: relative;
	padding: 0 11.2vw;
	margin: 0 auto;
	width: 100%;
	z-index: 9;
}

.form__tabs {
	position: relative;
	padding: 0;
	height: 11.2vw;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 568px) {
	.form__tabs {
		margin-top: 0;
		margin-bottom: 2.08vw;
		height: 5.98vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__tabs {
		margin-bottom: 1.09vw;
		height: 2.34vw;
	}
}

.form__tabs-line {
	position: absolute;
	top: 5.3vw;
	width: 100%;
	height: 2.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #534731 0%, rgba(89, 74, 25, 0.33) 100%);
	border-radius: 100px;
	pointer-events: none;
}

@media screen and (min-width: 568px) {
	.form__tabs-line {
		top: 3.8vw;
		height: 2.08vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__tabs-line {
		top: 1.7vw;
		height: 0.93vw;
	}
}

.form__tabs-line-inside {
	position: relative;
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	display: flex;
	align-items: center;
	border-radius: 100px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #222327;
	box-shadow: inset 0px 1px 2px;
}

.form__tabs-line-inside::after {
	content: "";
	position: absolute;
	left: 1px;
	width: 50%;
	height: calc(100% - 2px);
	background: linear-gradient(98.32deg, #815516 -2%, #ffcb51 54.7%, #c98217 107.96%);
	border-radius: 100px;
	transition: left 0.3s ease;
}

.form__tabs-line--phone-tab .form__tabs-line-inside::after {
	left: calc(50% - 1px);
}

.form__tab {
	position: relative;
	display: block;
	width: 50%;
	text-align: center;
	font-size: 4.26vw;
	font-weight: 400;
	color: rgba(244, 214, 116, 0.3);
	overflow: hidden;
	cursor: pointer;
}

@media screen and (min-width: 568px) {
	.form__tab {
		font-size: 2.08vw;
		line-height: 3vw;
	}
}

@media (min-width: 1025px) {
	.form__tab {
		font-size: 1.09vw;
		line-height: 1.8vw;
	}
}

.form__tab--active {
	color: #f4d674;
}

.form__field-wrapper {
	position: relative;
	height: 10.93vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #534731 0%, rgba(89, 74, 25, 0.33) 100%);
	border-radius: 100px;
}

@media screen and (min-width: 568px) {
	.form__field-wrapper {
		height: 7.03vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__field-wrapper {
		height: 3.2vw;
	}
}

.form__field-wrapper:hover {
	background: linear-gradient(0deg, #af8f54 0%, #d1ad38 100%);
}

.form__field-wrapper--error {
	background: linear-gradient(180deg, #550014 0%, #ff003d 100%);
}

.form__field-wrapper:nth-child(2) {
	margin-top: 5.3vw;
}

@media screen and (min-width: 568px) {
	.form__field-wrapper:nth-child(2) {
		margin-top: 2.86vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__field-wrapper:nth-child(2) {
		margin-top: 1.56vw;
	}
}

.form__field {
	position: relative;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #222327;
	box-shadow: inset 0px 1px 2px #000000;
	border-radius: 100px;
}

.form__phone-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 27.46vw;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #404247;
	box-shadow: inset 0px 1px 2px #000000;
	border-radius: 100px 0px 0px 100px;
	pointer-events: none;
}

@media screen and (min-width: 568px) {
	.form__phone-mask {
		width: 16.92vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__phone-mask {
		width: 8.35vw;
	}
}

.form__phone-mask__text {
	margin-left: 2.13vw;
	display: block;
	color: #f4d674;
	font-size: 3.73vw;
	font-weight: 400;
}

@media screen and (min-width: 568px) {
	.form__phone-mask__text {
		margin-left: 1.3vw;
		font-size: 2.08vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__phone-mask__text {
		font-size: 1.09vw;
	}
}

.form__input {
	padding: 0 8vw;
	display: block;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 3.73vw;
	font-weight: 400;
	color: #f4d674;
}

@media (min-width: 568px) {
	.form__input {
		padding: 0 4.94vw;
		font-size: 2.08vw;
	}
}

@media (min-width: 1025px) {
	.form__input {
		padding: 0 2.57vw;
		font-size: 1.09vw;
	}
}

.form__input::placeholder {
	color: rgba(244, 214, 116, 0.3);
}

.form__input--phone {
	padding-left: 32.8vw;
}

@media screen and (min-width: 568px) {
	.form__input--phone {
		padding-left: 20.44vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__input--phone {
		padding-left: 10vw;
	}
}

.form__button {
	margin: 5.86vw auto 0;
	width: 68.8vw;
	height: 12.26vw;
	font-size: 4.8vw;
	font-weight: 700;
}

@media screen and (min-width: 568px) {
	.form__button {
		margin-top: 4.42vw;
		width: 44.01vw;
		height: 7.03vw;
		font-size: 2.99vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__button {
		margin-top: 2.18vw;
		width: 20.15vw;
		height: 3.59vw;
		font-size: 1.4vw;
	}
}

.form__button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #a18326 0%, #ffffff 49.48%, #a18326 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	border: none;
	outline: none;
	color: #0f0f0f;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.form__button::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: linear-gradient(98.32deg, #815516 -2%, #ffcb51 54.7%, #c98217 107.96%);
	border-radius: 100px;
}

.form__button:hover {
	background: linear-gradient(180deg, #efc43d 0%, #ffffff 49.48%, #efc43d 100%);
}

.form__button:hover::after {
	background: linear-gradient(98.32deg, #cf861e -2%, #ffcc56 54.7%, #f2970f 107.96%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.25);
}

.form__button:active {
	background: linear-gradient(180deg, #977c26 0%, #d2c599 49.48%, #977c26 100%);
}

.form__button:active::after {
	background: linear-gradient(98.32deg, #cf861e -2%, #ffcc56 54.7%, #f2970f 107.96%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form__button:disabled {
	background: #846b20;
}

.form__button:disabled::after {
	background: linear-gradient(98.32deg, #9d6d27 -2%, #bd963a 54.7%, #9d6d27 107.96%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form__button span {
	z-index: 9;
}

.form__rules {
	margin: 4.8vw auto 0;
	text-align: center;
	font-size: 2.66vw;
	font-weight: 400;
	color: #f4d674;
}

@media screen and (min-width: 568px) {
	.form__rules {
		margin-top: 3.25vw;
		font-size: 1.43vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__rules {
		margin-top: 2.18vw;
		font-size: 0.78vw;
	}
}

.form__rules--link {
	color: #f4d674;
	text-decoration: underline;
}

.form__error {
	position: absolute;
	left: 0;
	bottom: -3.53vw;
	display: block;
	background: linear-gradient(0deg, #ff0000 0%, #692e2e 100%);
	font-size: 2.66vw;
	font-weight: 400;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.form__error--active {
	display: inline-block;
}

@media (min-width: 568px) {
	.form__error {
		bottom: -2vw;
		font-size: 1.3vw;
	}
}

@media (min-width: 1025px) {
	.form__error {
		bottom: -1.2vw;
		font-size: 0.78vw;
	}
}

.form__flag {
	display: block;
	width: 4vw;
	height: 2.66vw;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS00LjE5NjE3ZS0wNSAwSDE2Ljk5OTVWMTBILTQuMTk2MTdlLTA1VjBaIiBmaWxsPSIjMDA1QkJCIi8+CjxwYXRoIGQ9Ik0wLjAwMDQ0NjMyIDQuOTk4MDVIMTdWOS45OTgwNUgwLjAwMDQ0NjMyVjQuOTk4MDVaIiBmaWxsPSIjRkZENTAwIi8+Cjwvc3ZnPgo=) no-repeat;
	background-size: cover;
}

@media screen and (min-width: 568px) {
	.form__flag {
		width: 2.6vw;
		height: 1.82vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__flag {
		width: 1.17vw;
		height: 0.78vw;
	}
}

.form__eye {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 11.73vw;
	height: 100%;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjUwMDgyIDQuNjcwMkM3LjgxOTQ4IDQuNjcwMiA4LjA3NzgxIDQuNDE0MzYgOC4wNzc4MSA0LjA5ODc3QzguMDc3ODEgMy43ODMxOCA3LjgxOTQ4IDMuNTI3MzQgNy41MDA4MiAzLjUyNzM0QzcuMTgyMTYgMy41MjczNCA2LjkyMzgzIDMuNzgzMTggNi45MjM4MyA0LjA5ODc3QzYuOTIzODMgNC40MTQzNiA3LjE4MjE2IDQuNjcwMiA3LjUwMDgyIDQuNjcwMloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZD0iTTcuNTAwMzQgMS44MTQ0NUM2LjIzMDk2IDEuODE0NDUgNS4xOTIzOCAyLjg0MzAyIDUuMTkyMzggNC4xMDAxN0M1LjE5MjM4IDUuMzU3MzEgNi4yMzA5NiA2LjM4NTg4IDcuNTAwMzQgNi4zODU4OEM4Ljc2OTcyIDYuMzg1ODggOS44MDgzIDUuMzU3MzEgOS44MDgzIDQuMTAwMTdDOS44MDgzIDIuODQzMDIgOC43Njk3MiAxLjgxNDQ1IDcuNTAwMzQgMS44MTQ0NVpNNy41MDAzNCA1LjgxNDQ1QzYuNTE5NDQgNS44MTQ0NSA1Ljc2OTM3IDUuMDcxNjEgNS43NjkzNyA0LjEwMDE3QzUuNzY5MzcgMy4xMjg3MiA2LjUxOTQ0IDIuMzg1ODggNy41MDAzNCAyLjM4NTg4QzguNDgxMjQgMi4zODU4OCA5LjIzMTMxIDMuMTI4NzIgOS4yMzEzMSA0LjEwMDE3QzkuMjMxMzEgNS4wNzE2MSA4LjQ4MTI0IDUuODE0NDUgNy41MDAzNCA1LjgxNDQ1WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPgo8cGF0aCBkPSJNNy41IDAuMDk5NjA5NEMyLjMwNzY5IDAuMDk5NjA5NCAwIDQuMDk5NjEgMCA0LjA5OTYxQzAgNC4wOTk2MSAyLjMwNzY5IDguMDk5NjEgNy41IDguMDk5NjFDMTIuNjkyMyA4LjA5OTYxIDE1IDQuMDk5NjEgMTUgNC4wOTk2MUMxNSA0LjA5OTYxIDEyLjY5MjMgMC4wOTk2MDk0IDcuNSAwLjA5OTYwOTRaTTcuNSA3LjUyODE4QzIuODg0NjIgNy41MjgxOCAwLjY5MjMwOCA0LjA5OTYxIDAuNjkyMzA4IDQuMDk5NjFDMC42OTIzMDggNC4wOTk2MSAyLjg4NDYyIDAuNjcxMDM4IDcuNSAwLjY3MTAzOEMxMi4xMTU0IDAuNjcxMDM4IDE0LjMwNzcgNC4wOTk2MSAxNC4zMDc3IDQuMDk5NjFDMTQuMzA3NyA0LjA5OTYxIDEyLjExNTQgNy41MjgxOCA3LjUgNy41MjgxOFoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjYuNzk4MTIiIHkxPSI0LjE5ODc3IiB4Mj0iOC4yMjE2OCIgeTI9IjQuNDA5MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjODE1NTE2Ii8+CjxzdG9wIG9mZnNldD0iMC41MTU2MjUiIHN0b3AtY29sb3I9IiNGRkNCNTEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzk4MjE3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhciIgeDE9IjQuNjg5NTMiIHkxPSI0LjUwMDE3IiB4Mj0iMTAuMzgzOCIgeTI9IjUuMzQxNDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzgxNTUxNiIvPgo8c3RvcCBvZmZzZXQ9IjAuNTE1NjI1IiBzdG9wLWNvbG9yPSIjRkZDQjUxIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0M5ODIxNyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSItMS42MzQwOCIgeTE9IjQuNzk5NjEiIHgyPSIxNS45NTA1IiB5Mj0iOS42MjM5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjODE1NTE2Ii8+CjxzdG9wIG9mZnNldD0iMC41MTU2MjUiIHN0b3AtY29sb3I9IiNGRkNCNTEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzk4MjE3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center;
	background-size: 4vw 2.13vw;
	border-radius: 0 100px 100px 0;
	cursor: pointer;
}

@media screen and (min-width: 568px) {
	.form__eye {
		width: 8.72vw;
		background-size: 2.47vw 1.3vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__eye {
		width: 4.27vw;
		background-size: 1.14vw 0.62vw;
	}
}

.form__eye--show {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTQwODcgNy44ODMyQzAuOTIyOTgyIDYuNjg5MTEgMCA1LjEgMCA1LjFDMCA1LjEgMi4zMDc0NiAxLjEyMjc3IDcuNDk4NDggMS4xMjI3N0M4LjI0OTUzIDEuMTIyNzcgOC45NDAyNiAxLjE3OTIxIDkuNTczNjggMS4zNDg1MUw5LjExMjE2IDEuODAyOTdDOC41OTMzOSAxLjc0NjUzIDguMDc0NTYgMS42OTAxIDcuNDk4NDUgMS42OTAxQzIuODgzNTQgMS42OTAxIDAuNjkwNjk4IDUuMSAwLjY5MDY5OCA1LjFDMC42OTA2OTggNS4xIDEuNTU2MzcgNi40NjMzNyAzLjM0NTAzIDcuNDg1MTVMMi45NDA4NyA3Ljg4MzJaTTUuMTkxMDIgNS4xQzUuMTkxMDIgNS4yNjkzMSA1LjE5MTAyIDUuNDQxNTggNS4yNDgzMyA1LjYxMDg5TDUuNzY3MTMgNS4xQzUuNzY3MTMgNC42NDU1NCA1LjkzOTA2IDQuMjQ3NTIgNi4yODU5MyAzLjkwNTk0QzYuNjMyOCAzLjU2NDM2IDcuMDk0MyAzLjM5NTA1IDcuNDk4NDggMy4zOTUwNUw4LjAxNzMxIDIuODg0MTZDNy44NDUzNSAyLjgyNzcyIDcuNjcwNDQgMi44Mjc3MiA3LjQ5ODQ4IDIuODI3NzJDNi4yMjg2MiAyLjgyNzcyIDUuMTkxMDIgMy44NDk1IDUuMTkxMDIgNS4xWk0xMi4wNTYgMi4zMTY4M0wxMS42NTE5IDIuNzE0ODVDMTMuNDQwNiAzLjczNjYzIDE0LjMwNjMgNS4xIDE0LjMwNjMgNS4xQzE0LjMwNjMgNS4xIDEyLjExMzQgOC41MDk5IDcuNDk4NDggOC41MDk5QzYuOTIyMzcgOC41MDk5IDYuNDAzNTcgOC40NTM0OSA1Ljg4NDc3IDguMzk3MDNMNS40MjMyNyA4Ljg1MTQ4QzYuMDU2NjkgOS4wMjA3OSA2Ljc1MDQ0IDkuMDc3MjYgNy41MDE0OSA5LjA3NzI2QzEyLjY5MjUgOS4wNzcyNiAxNSA1LjEwMDAzIDE1IDUuMTAwMDNDMTUgNS4xMDAwMyAxNC4wNzQgMy41MTA4OSAxMi4wNTYgMi4zMTY4M1pNMTIuMTA3NCAwTDIuMzE5NTIgOS42Mzg2MUwyLjg4OTYgMTAuMkwxMi42ODA0IDAuNTU4NDE2TDEyLjEwNzQgMFpNOC43MTEwNSA2LjI5NDA5QzguMzY0MTggNi42MzU2NyA3Ljk2IDYuODA0OTggNy40OTg0OCA2LjgwNDk4TDYuOTc5NjggNy4zMTU4NEM3LjE1MTYgNy4zNzIyOCA3LjMyNjU1IDcuMzcyMjggNy40OTg0OCA3LjM3MjI4QzguNzY4MyA3LjM3MjI4IDkuODA1OTMgNi4zNTA0OSA5LjgwNTkzIDUuMUM5LjgwNTkzIDQuOTMwNjkgOS44MDU5MyA0Ljc1ODQyIDkuNzQ4NjIgNC41ODkxMUw5LjIyOTgyIDUuMUM5LjIyOTgyIDUuNTU0NDUgOS4wNTQ4NSA1Ljk1MjUgOC43MTEwNSA2LjI5NDA5WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iLTEuNjM0MDgiIHkxPSI1Ljk5MjUiIHgyPSIxNi40MzczIiB5Mj0iOS44ODEwOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjODE1NTE2Ii8+CjxzdG9wIG9mZnNldD0iMC41MTU2MjUiIHN0b3AtY29sb3I9IiNGRkNCNTEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzk4MjE3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
	background-size: 4vw 2.66vw;
}

@media screen and (min-width: 568px) {
	.form__eye--show {
		background-size: 2.47vw 1.69vw;
	}
}

@media screen and (min-width: 1025px) {
	.form__eye--show {
		background-size: 1.14vw 0.78vw;
	}
}

.show-popup {
	overflow: hidden;
}

.show-popup::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #1B2B49 0%, #2C2E35 0.01%, #111215 100%);
	mix-blend-mode: normal;
	z-index: 1001;
}

.show-popup .form {
	margin: 100px auto 0;
	display: block;
	z-index: 1002;
}