@font-face {
	font-family: IconForMobile;
	font-style: normal;
	font-weight: 400;
	src: url(../../iconsto_font/iconsto-Regular.eot);
	src: url(../../iconsto_font/iconsto-Regular.eot?#iefix)
			format("embedded-opentype"),
		url(../../iconsto_font/iconsto-Regular.woff) format("woff"),
		url(../../iconsto_font/iconsto-Regular.ttf) format("truetype");
}

@font-face {
	font-family: IconForMobileV2;
	font-style: normal;
	font-weight: 400;
	src: url(../../iconsto_font/iconsto-Regular-V2.eot);
	src: url(../../iconsto_font/iconsto-Regular-V2.eot?#iefix)
			format("embedded-opentype"),
		url(../../iconsto_font/iconsto-Regular-V2.woff) format("woff"),
		url(../../iconsto_font/iconsto-Regular-V2.ttf) format("truetype");
}

@font-face {
	font-family: IconsFontT;
	font-style: normal;
	font-weight: 400;
	src: url(../../iconsto_font/icomoon.eot?hw7hsv);
	src: url(../../iconsto_font/icomoon.eot?hw7hsv#iefix)
			format("embedded-opentype"),
		url(../../iconsto_font/icomoon.ttf?hw7hsv) format("truetype"),
		url(../../iconsto_font/icomoon.woff?hw7hsv) format("woff"),
		url(../../iconsto_font/icomoon.svg?hw7hsv#stofont) format("svg");
}

@font-face {
	font-family: IconsFontArtStudio;
	font-style: normal;
	font-weight: 400;
	src: url(../../iconsto_font/artlebedev/icomoon.eot?hw7hsv);
	src: url(../../iconsto_font/artlebedev/icomoon.eot?hw7hsv#iefix)
			format("embedded-opentype"),
		url(../../iconsto_font/artlebedev/icomoon.ttf?hw7hsv) format("truetype"),
		url(../../iconsto_font/artlebedev/icomoon.woff?hw7hsv) format("woff"),
		url(../../iconsto_font/artlebedev/icomoon.svg?hw7hsv#stofont) format("svg");
}

* {
	font-family: "Roboto", "PT Sans", sans-serif;
}

html {
	height: 100%;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	margin: 0;
	overflow-x: hidden;
	font-size: 10.5pt;
	-webkit-font-smoothing: antialiased;
	background: #f5f5f5;
}

body.popup-open {
	overflow: hidden;
}

body.no-scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img,
legend {
	border: 0;
}

legend,
td,
th {
	padding: 0;
}

hr,
input[type="search"] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

table {
	border-spacing: 0;
}

a {
	color: #1f7dca;
}
a:hover {
	color: #c90000;
}

h1 {
	margin: 16px 0;
	font-size: 21pt;
	font-weight: 100;
}

h2 {
	margin: 32px 0 16px;
	clear: left;
	font-size: 21pt;
	font-weight: 600;
}

h3 {
	margin: 28px 0 12px;
	clear: left;
	font-size: 16.8pt;
	font-weight: 600;
}

h1,
h2,
h3,
h4 {
	color: #fc8700;
}

h4,
h5,
h6 {
	margin: 24px 0 10px;
	clear: left;
	font-weight: 600;
}

h4 {
	font-size: 14.7pt;
}

h5,
h6 {
	font-size: 10.5pt;
}

img[align="left"] {
	float: left;
	margin: 0 16px 16px 0;
}

img[align="right"] {
	float: right;
	margin: 0 0 16px 16px;
}

.clear {
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

table {
	border-collapse: collapse;
}

.form__alt-submit,
.param_right .param__view {
	float: right;
}

*,
.header__burger,
.multi__row,
.search__button,
.search__close,
.search__open {
	-webkit-tap-highlight-color: transparent;
}

.header {
	position: absolute;
	left: 0;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 400;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 60px;
	overflow: hidden;
	color: #333;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
}

.header__auth {
	min-width: 80px;
	margin-right: 10px;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
optgroup,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	height: 0;
}

pre,
textarea {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

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

button[disabled],
input[disabled],
.disabled {
	background: #999;
	border: #999;
	cursor: default;
}

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

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

h1,
h2,
h3,
h4 {
	font-family: "PT Sans Narrow", sans-serif;
}

.button,
.history__button,
button,
input[type="button"],
input[type="reset"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 140px;
	padding: 11px 16px 12px;
	margin: 0;
	color: #fff;
	font-size: 12pt;
	font-weight: 100;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#13a35d),
		to(#17c945)
	);
	background: linear-gradient(to top, #13a35d, #17c945);
	border: 1px solid #22cb01;
	border-radius: 4px;
	outline: 0;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button--transparent {
	background: transparent;
	border-color: rgba(0, 0, 0, 0.7);
	color: #000;
}

.button:hover {
	color: #fff;
}

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

.button_light,
input[type="reset"] {
	color: #fff !important;
	background: #fff;
	border: 1px solid #fff;
}

.button_small {
	min-height: 35px;
	padding: 10px 8px 9px;
	font-size: 10.5pt;
}

.button_tiny {
	min-height: 35px;
	padding: 10px 8px 9px;
	font-size: 9pt;
}

.button_smaller {
	padding: 13px 8px;
}

.button_wide {
	display: block;
	width: 100%;
	min-width: 50px;
	padding-right: 0;
	padding-left: 0;
}

.button .ico_auth {
	display: inline-block;
	margin: -3px 0 -5px 4px;
	font-size: 16px;
	vertical-align: top;
}

.button.button_more {
	margin: 10px auto;
}

.button.buy-without-reg {
	border: 2px solid transparent;
	box-sizing: border-box;
	border-radius: 13px;
	background: rgba(0, 0, 0, 0.1);
	line-height: 1.6;
	padding: 8px 6px;
	color: #000;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}

.main__section .button,
.main__section button,
.main__section input[type="button"],
.main__section input[type="reset"] {
	padding-top: 10px;
	padding-bottom: 9px;
}

@media screen and (max-width: 480px) {
	.main__section .button,
	.main__section button,
	.main__section input[type="button"],
	.main__section input[type="reset"] {
		padding-top: 11px;
		padding-bottom: 10px;
		font-size: 10.5pt;
	}
}

.buttons-set__button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding: 11px 0;
	color: #000;
	font-size: 9pt;
	text-decoration: none;
	border-left: 1px solid #333;
	cursor: pointer;
}

.buttons-set_4.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.buttons-set__button.tick_page {
	margin: 0 0 -1px -2px !important;
}

.buttons-set__button_active {
	color: #fff !important;
	background: #333;
	border-left: 0;
}

.buttons-set__button:first-child,
.buttons-set__button_active + .buttons-set__button {
	border-left: 0;
}

.buttons-set_3 .buttons-set__button {
	width: 33.3%;
}

.buttons-set_4 .buttons-set__button {
	width: 25%;
}

.buttons-set_5 .buttons-set__button {
	width: 20%;
	margin-left: -3px;
}

.buttons-set {
	position: relative;
	box-sizing: border-box;
	margin: 16px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #333;
	border-radius: 4px;
}

.buttons-set.game_page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 37px;
	margin: 15px 0;
	white-space: normal;
}
.buttons-set.game_page.white a {
	color: #fff !important;
}
.buttons-set.game_page .buttons-set__button {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	line-height: 11px;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
}
.buttons-set_4.game_page .buttons-set__button {
	width: 100%;
}

.vertical-divider {
	margin-right: 4px;
	margin-left: 1px;
}

.loader,
.loading:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #fec734;
	border-right: 1px solid #ffffbc;
	border-bottom: 1px solid #ffff78;
	border-left: 1px solid #ffe956;
	border-radius: 100%;
	-webkit-animation: loader 0.6s linear infinite;
	animation: loader 0.6s linear infinite;
}
.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(255, 255, 255, 0.6);
}

.loading:after {
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
	border-width: 2px;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	100% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
	100% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}
}

.pseudo {
	display: inline-block;
	padding: 4px 0;
}

.clarify {
	color: #868686;
	font-size: 9pt;
}

.nowrap {
	white-space: nowrap;
}

span.separator {
	position: relative;
	margin-right: 4px;
}
span.separator:after {
	position: absolute;
	top: 15%;
	right: -3px;
	display: block;
	width: 1px;
	height: 70%;
	content: "";
	background: #939393;
}
span.extra,
span.highlighted {
	color: red;
}
.fields_7x49 .fields__ticket_active .fields__list span.extra,
.fields_7x49 .fields__ticket_active .fields__list span.highlighted {
	color: #fff;
	font-weight: bold;
}


.layout {
	position: relative;
	z-index: 100;
	width: 100%;
	max-width: 768px;
	min-width: 260px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.layout.layout--rl25 {
	background: url(/media/mobile/mobile_v3/promo/birthdayRL25/bg.svg) no-repeat
			100% 100%,
		linear-gradient(268.84deg, #ff9900 3.87%, #ffc75b 93.05%);
	background-size: 80% 100%, 100%;
}

.layout.layout--rl25.special {
	background: url(/media/mobile/mobile_v3/promo/birthdayRL25/bg_new.svg)
			no-repeat 100% 100%,
		linear-gradient(
			to bottom,
			#cc1318 0%,
			#eb0808 5%,
			#fd650c 20%,
			#ffcf54 50%,
			#fd650c 70%,
			#eb0808 95%,
			#cc1318 100%
		);
	background-size: 80% 100%, 100%;
}

.layout.layout--rl25.special .game__shoper_fixed {
	background: #ff6900;
}

.layout_rapido {
	background: #9be8eb;
}

.layout_rapido2 {
	background: #036977;
}

.layout_keno {
	background: #b0f494;
}

.layout_6x49 {
	background: #4580c4;
}

.layout_5x36 {
	background: #4fcc46;
}

.layout_5x36plus {
	background: #4fcc46;
}

.layout_5x50 {
	background: #14286e;
}

.layout_6x45 {
	background: #ffcb05;
}

.layout_7x49 {
	background: #a263fc;
}

.layout_top3 {
	background: #754984;
}

.layout_ruslotto {
	background: #ff7e00;
}
.layout_bingo75 {
	background: #81d102;
}
.layout_bingo75.layout_bingo75--deffered-draw {
	background: linear-gradient(0deg, #4f08ed 0%, #e138b3 100%);
}
.layout_gzhl {
	background: #24b5ed;
}

.layout_12x24, .layout_1224 {
	background: #1c4d8a;
}

.layout_duel {
	background: #007b8a;
}

.layout_talon {
	background: #00af8b;
}

.layout_joker {
	background-color: #006a48;
}

.layout_zodiac {
	background-color: #011191;
}

.layout_ny5x36,
.layout_ny6x45 {
	background: #b51740;
}

.layout_4x20 {
	background: #ff5000;
}

.layout__blocker {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: #000;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.layout_game .header {
	border-bottom: 1px solid #333;
}

.layout_zp {
	background: #786733;
}
.layout_zp .input__field.input__field_select:after {
	border-top-color: #fff;
}

.layout_6x36 {
	background: #036c2f;
}
.layout_6x36 .input__field.input__field_select:after {
	border-top-color: #fff;
}

.layout_gzhl .result {
	background: #24b5ed;
}
.layout_gzhl .result:before {
	background: radial-gradient(ellipse at center, #fff 0, #24b5ed 60%);
}

.layout_ruslotto .result {
	background: #ff7e00;
}
.layout_ruslotto .result:before {
	background: radial-gradient(ellipse at center, #fff 0, #ff7e00 60%);
}

.layout_rl25 .page_index {
	background-image: url(/media/mobile/mobile_v3/img/rl25/bingo_rl25_bg.png),
		url(/media/mobile/mobile_v3/img/rl25/rl25_index_bg.png);
	background-size: 770px auto, auto auto;
	background-position: right top, left 727px;
	background-repeat: no-repeat;
}

@media (max-width: 700px) {
	.layout_rl25 .page_index {
		background-position: 30% top, left 727px, left 727px;
	}
}

.layout_rl25 {
	background-image: linear-gradient(
		to bottom,
		#b30f16 0px,
		#c2151a 10px,
		#db1818 60px
	);
}

.layout_rl25 .header {
	background: transparent;
	color: #fff;
}

.layout_rl25 .header svg {
	stroke: white;
}

.layout_rl25 .header__burger span {
	background-color: #fff;
}

.breadcrumbs,
.breadcrumbs__list {
	position: relative;
}

.breadcrumbs {
	padding: 8px 48px;
	color: #fff;
	background: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.breadcrumbs__item {
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 32px;
	padding: 0 2px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.breadcrumbs__title {
	width: 100%;
	text-align: center;
}

.breadcrumbs__link,
.breadcrumbs__link:visited {
	color: inherit;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:visited:hover {
	color: #fff;
}

.breadcrumbs_active .flickity-enabled {
	outline: 0;
}

.breadcrumbs_active .flickity-slider {
	height: 100%;
}

.breadcrumbs_active .flickity-prev-next-button {
	position: absolute;
	top: 50%;
	right: -40px;
	width: 40px;
	height: 40px;
	min-width: 10px;
	padding: 0;
	margin: -20px 0 0;
	color: #858585;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background: 0 0;
	border: 0;
	outline: 0;
	opacity: 1;
}

.breadcrumbs_active .flickity-prev-next-button:before {
	display: inline-block;
	color: #858585;
}

.breadcrumbs_active .flickity-prev-next-button.next {
	right: auto;
	left: -40px;
}

.breadcrumbs_active .flickity-prev-next-button:disabled {
	opacity: 0;
}

.breadcrumbs__back {
	float: left;
	width: 40px;
	height: 32px;
	margin: 0 0 0 -40px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}

.breadcrumbs__ico {
	position: absolute;
	top: 0;
	right: 16px;
	height: 48px;
	overflow: hidden;
	font-size: 40px;
	line-height: 48px;
}

.breadcrumbs__ico .ico_percent {
	display: block;
	margin-top: 4px;
	vertical-align: top;
}

.breadcrumbs__ico .ico_gift {
	display: block;
	margin-top: 14px;
	vertical-align: top;
}

.breadcrumbs__ico .ico_check {
	display: block;
	margin-top: 9px;
	vertical-align: top;
}

.upsale_block_top.games__item_rapido {
	background: #FF0092;
}
.upsale_block_top.games__item_rapido2 {
	background: #06B5B0;
}
.upsale_block_top.games__item_keno {
	background: #53e3ff;
}
.upsale_block_top.games__item_6x49 {
	background: #034ea2;
}
.upsale_block_top.games__item_5x36 {
	background: #50b848;
}
.upsale_block_top.games__item_5x36plus {
	background: #50b848;
}
.upsale_block_top.games__item_5x50 {
	background: #054ea2;
}
.upsale_block_top.games__item_6x45 {
	background: #ffda25;
}
.upsale_block_top.games__item_7x49 {
	background: #a263fc;
}
.upsale_block_top.games__item_top3 {
	background: #6f2ed0;
}
.upsale_block_top.games__item_ruslotto {
	background: #fdb730;
}
.upsale_block_top.games__item_ruslotto2 {
	background: #f15c44;
}
.upsale_block_top.games__item_bingo75 {
	background-color: #92ce40;
}
.upsale_block_top.games__item_gzhl {
	background: #00a1e4;
}
.upsale_block_top.games__item_12x24,
.upsale_block_top.games__item_1224{
	background: #1e7cff;
}
.upsale_block_top.games__item_duel {
	background: #00bca8;
}
.upsale_block_top.games__item_talon {
	background: #95d74e;
}
.upsale_block_top.games__item_joker {
	background: #2a674c;
}
.upsale_block_top.games__item_4x20 {
	background: #ff5000;
}
.upsale_block_top.games__item_zodiac {
	background: #402eaa;
}

.yellow_submit{
	background: #FFCD17;
	border-radius: 12px;
	color: #000;
	border: none;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	height: 46px;
}

.login_social_click{
	font-size: 16px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.435);
	margin-top: 30px;
}

.not_display{
	display: none;
}