.breadcrumbs_active .flickity-viewport,
.input__chose,
.param {
	overflow: hidden;
}

.title_grand .title__text {
	font-family: "PT Sans Narrow", sans-serif;
}

.ma_icon {
	position: relative !important;
	top: -10px !important;
	font-size: 49px !important;
}

.game__submit {
	padding: 13px 8px;
}

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

.game__submit {
	background: #13a45e;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #18cb44),
		to(#13a45e)
	);
	background: linear-gradient(to bottom, #18cb44 0, #13a45e 100%);
	border: 0;
}

.header__burger,
.param__check ~ .param__view:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-perspective: 1000;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.param {
	position: relative;
	display: block;
}

.param__label,
.param__view {
	display: inline-block;
	vertical-align: top;
}

.param span.error {
	position: absolute;
	bottom: 0;
	left: 0;
}

.param__check ~ .param__view:before,
.param__view:before {
	top: 50%;
	left: 50%;
	content: "";
}

.param__view {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	border: 1px solid #333;
	border-radius: 50%;
}

.param__view:before {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: #333;
	border-radius: 50%;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 0;
}

.param__radio:checked ~ .param__view:before {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	opacity: 1;
}

.param__check:disabled ~ .param__view,
.param__radio:disabled ~ .param__view {
	opacity: 0.5;
}

.param__check ~ .param__view {
	border-radius: 2px;
}

.param__check ~ .param__view:before {
	position: absolute;
	width: 6px;
	height: 12px;
	margin: -8px 0 0 -3px;
	background: 0 0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-radius: 0;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: rotate(45deg);
	transform: translateZ(0);
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.param__check:checked ~ .param__view:before {
	opacity: 1;
}

.param__inline-btn {
	min-width: 0;
	padding: 0;
	color: #1f7dca;
	font-size: 9pt;
	background: transparent;
	border: none;
	border-bottom: 1px dashed;
	border-radius: 0;
	cursor: pointer;
}

.param_one-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.param_one-line .param__view {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.param_one-line .param__label {
	margin-left: 7px;
}

.send-code-form {
	padding-top: 10px;
}

.send-code-form .input__field {
	padding-left: 48px;
}

.send-code-form .form__row_submit {
	padding-left: 48px;
	text-align: left;
}

.send-code-form .confirm-field {
	padding: 10px 0 10px 48px;
}

#accept-error {
	float: right;
	padding-top: 0;
}

.get-code-form .form__row_submit {
	padding-left: 48px;
	text-align: left;
}

.get-code-form .form__row_submit--without-margin {
	margin-bottom: 0;
}

.get-code-form .button {
	color: #333;
	font-weight: bold;
	background: #fff;
	border-color: #666;
}

.get-code-form .ok {
	display: none;
	line-height: 1.4em;
}

.send-code-form #accept-error {
	position: absolute;
	top: 35px;
	float: right;
	padding-top: 0;
}

.param__label {
	padding: 2px 0;
}

.param_right .param__label {
	padding-left: 0;
}

.param__view ~ .param__label {
	margin-left: 5px;
}

.param_right .param__view ~ .param__label {
	margin-left: 0;
}

.param__check.error ~ .param__label,
.param__radio.error ~ .param__label {
	padding-bottom: 20px;
}

.param__check:disabled ~ .param__label,
.param__radio:disabled ~ .param__label {
	color: #999;
}

.param__check,
.param__radio {
	position: absolute;
	left: -100px;
}

.picker__frame {
	top: 20px !important;
	bottom: auto !important;
}

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

.header__side {
	position: absolute;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
}

.header__side--right {
	left: 0;
}

.header__side--center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__side--left {
	right: 0;
	padding-right: 10px;
	text-align: right;
}

.header__burger {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 58px;
	padding: 20px 10px;
}

.header__burger span {
	position: absolute;
	left: 0;
	left: 50%;
	display: block;
	width: 26px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.header__burger span:nth-child(1) {
	top: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__burger span:nth-child(2) {
	top: 29px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header__burger span:nth-child(3) {
	top: 38px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.nav-open {
	overflow: auto;
}

.nav-open .header__burger {
	-webkit-backface-visibility: hidden;
}

.nav-open .footer {
	position: relative;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-open .layout__blocker {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0.6;
	visibility: visible;
}

.nav-open .layout {
	height: 100%;
}

.nav-open .header__burger {
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header__logo {
	left: 50%;
	display: block;
	height: 60px;
	color: #333 !important;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
}

.header__login .i,
.header__wallet .i {
	width: auto;
}

.header__logotype {
	position: relative;
	top: 2px;
	height: 24px;
}

.support-chat {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 22px;
	height: 22px;
	min-width: 0;
	padding: 6px;
	background: url("/media/mobile/mobile_v3/icons/chat.svg") no-repeat center
		center;
	background-size: 20px auto;
	border: none;
	transition: opacity 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.support-chat_visible {
	opacity: 1;
	visibility: visible;
}

.support-chat_inline {
	width: auto;
	height: auto;
	padding: 0;
	color: #1f7dca;
	font-family: inherit;
	font-size: inherit;
	text-decoration: underline;
	background: transparent;
	opacity: 1;
	visibility: visible;
}

.support-chat::after {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 50%;
	-webkit-animation: gradient-red infinite linear 15s;
	animation: gradient-red infinite linear 15s;
}

.support-chat_inline::after {
	display: none;
}

.support-chat--online::after {
	-webkit-animation: gradient-green infinite linear 15s;
	animation: gradient-green infinite linear 15s;
}

.support-button {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 25px;
	height: 23px;
	min-width: 0;
	padding: 6px;
	background: url('/media/mobile/mobile_v3/icons/support.svg') no-repeat
		center center;
	background-size: 25px 23px;
	border: none;
}

.support-button--white {
	background: url("/media/mobile/mobile_v3/icons/support_white.svg") no-repeat
		center center;
}

.support__header {
	text-align: center;
	font: 400 24px Roboto;
	padding-bottom: 8px;
	color: #000;
}

.support__list {
	list-style-type: none;
	padding-left: 0;
}

.support__list-item {
	text-align: center;
	cursor: pointer;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

.support__list-item a {
	font-family: Roboto;
	text-decoration: none;
	color: inherit;
}

.support__or {
	font-family: Roboto;
	text-align: center;
	font-size: 16px;
	padding-top: 8px;
}

.support__or:before,
.support__or:after {
	background-color: #dddddd;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.support__or:before {
	right: 0.5em;
	margin-left: -50%;
}

.support__or:after {
	left: 0.5em;
	margin-right: -50%;
}

.support__icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 14px;
}

.support__icon {
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.support__icon--telegram {
	background-image: url('https://www.stoloto.ru/files/i/b/icon_telegram.png');
}

.support__icon--viber {
	background-image: url('https://www.stoloto.ru/files/i/b/icon_viber.png');
}

.support__icon:first-child {
	margin-right: 18px;
}

.ident_container .ident_benefits {
	margin-bottom: 50px;
	font-size: 0;
}
.ident_container .ident_benefits .ident_benefit {
	position: relative;
	display: inline-block;
	width: 32%;
	padding: 130px 0 0;
	margin-right: 2%;
	font-size: 1rem;
	vertical-align: top;
}
.ident_container .ident_benefits .ident_benefit:last-child {
	margin-right: 0;
}
.ident_container .ident_benefits .ident_benefit.ident_benefit_sums:before {
	background-position: -390px 0;
}
.ident_container .ident_benefits .ident_benefit.ident_benefit_games:before {
	background-position: -260px 0;
}
.ident_container .ident_benefits .ident_benefit.ident_benefit_balance:before {
	background-position: -130px 0;
}
.ident_container .ident_benefits .ident_benefit:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	content: "";
	background: url(/f/media/superglobal/ident_benefits_icons.png?eff9444…) 0 0
		no-repeat;
}
.ident_container .ident_benefits .ident_benefit:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	content: "";
	background: url(/f/media/superglobal/ident_benefits_icons.png?eff9444…) 0 0
		no-repeat;
}
.ident_container .ident_benefits .ident_benefit:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	content: "";
	background: url(/f/media/superglobal/ident_benefits_icons.png?eff9444…) 0 0
		no-repeat;
}

@-webkit-keyframes gradient-green {
	0% {
		background: #00aa50;
	}

	14% {
		background: #65d343;
	}

	28% {
		background: #54b736;
	}

	50% {
		background: #008a41;
	}

	64% {
		background: #40d888;
	}

	78% {
		background: #1adc76;
	}

	to {
		background: #00aa50;
	}
}

@keyframes gradient-green {
	0% {
		background: #00aa50;
	}

	14% {
		background: #65d343;
	}

	28% {
		background: #54b736;
	}

	50% {
		background: #008a41;
	}

	64% {
		background: #40d888;
	}

	78% {
		background: #1adc76;
	}

	to {
		background: #00aa50;
	}
}

@-webkit-keyframes gradient-red {
	0% {
		background: #ff2d2d;
	}

	14% {
		background: #ff2d5e;
	}

	28% {
		background: #ff2d7c;
	}

	50% {
		background: #ff2d2d;
	}

	64% {
		background: #ff552d;
	}

	78% {
		background: #ff632d;
	}

	to {
		background: #ff2d2d;
	}
}

@keyframes gradient-red {
	0% {
		background: #ff2d2d;
	}

	14% {
		background: #ff2d5e;
	}

	28% {
		background: #ff2d7c;
	}

	50% {
		background: #ff2d2d;
	}

	64% {
		background: #ff552d;
	}

	78% {
		background: #ff632d;
	}

	to {
		background: #ff2d2d;
	}
}

.header__login,
.header__wallet {
	color: inherit !important;
	text-decoration: none;
}

.header__wallet {
	position: relative;
}

.header__wallet .ico_auth {
	display: inline-block;
	margin-top: 18px;
	font-size: 22px;
	vertical-align: top;
}

.header__wallet .ico_wallet {
	display: inline-block;
	margin-top: 23px;
	vertical-align: top;
}

.header__login {
	top: 8px;
	right: 16px;
}

.header__balance {
	margin-right: 8px;
	margin-left: 8px;
	font-size: 9pt;
	vertical-align: baseline;
}

@media screen and (max-width: 360px) {
	.header__balance {
		margin-right: 2px;
		margin-left: 0;
	}
}

.page {
	position: relative;
	padding: 60px 0 50px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.support-chat.white {
	background-image: url(/media/mobile/mobile_v3/icons/chat_white.svg);
}

.rl_25.top__panel {
	background-color: #d81719;
}

.rl_25.top__panel .top-nav-menu__burger span {
	background-color: #fff;
}

.rl_25.top__panel .ico_arrow_top {
	color: #fff;
}

.rl25_text {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 1.3;
}

.nav-open .footer,
.nav-open .page,
.nav-open-start .page {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.nav-open .page,
.nav-open-start .page {
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateX(280px);
	transform: translateX(280px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main__block {
	margin-top: 16px;
	margin-bottom: 16px;
}

.main__content_light {
	margin-top: 10px;
}

.main__content_thead {
	margin-bottom: 8px;
}

.main__section {
	padding: 16px;
	border-top: 1px solid #e5e5e5;
}

.main__section_top {
	padding-top: 0;
	border: 0;
}

.main__section .title {
	padding-right: 0;
	padding-left: 0;
}

.main__section .form__error {
	margin-right: 0;
	margin-left: 0;
}

.main__title {
	margin: 0;
	color: #000;
	font-size: 12pt;
	font-weight: 700;
	text-align: center;
}

.main__title--win {
	padding: 5px 0 16px;
}

.main__set {
	-ms-flex-pack: justify;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
}

.main__set.take-money {
	flex-wrap: wrap;
}

.main__set_thead {
	color: #999;
	font-size: 10.5pt;
}

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

.main__box.success {
	margin-bottom: 17px;
}

.main__box.receive {
	width: 48%;
}

.main__box.repeat-comb {
	width: 48%;
	margin: 0 auto;
}

@media screen and (max-width: 550px) {
	.main__box.receive,
	.main__box.repeat-comb {
		width: 100%;
	}
}

.main__set_3 .main__box {
	width: calc(33.33% - 10px);
}

.main__set_4 .main__box {
	width: calc(25% - 10px);
}

.main__set_4 .main__box_2 {
	width: calc(50% - 10px);
}

.main__box:first-child {
	text-align: left;
}

.main__box:last-child {
	text-align: right;
}

.main__set_thead .main__box {
	padding-bottom: 4px;
}

.main__box.sms p.hidden {
	display: none;
}

.main__box .sms__text {
	width: 80px;
}

.main__box .sms__again,
.main__box .sms__count {
	width: 118px;
	margin: 14px auto 14px;
}

.main__box.sms p {
	margin: 0 0 0 auto;
	text-align: left;
}

.main__box.sms .sms__again {
	color: #1f7dca;
	border-bottom: 1px dashed #1f7dca;
	cursor: pointer;
}

.main__box.sms .sms__again:hover {
	color: #c90000;
	border-color: #c90000;
}

.main__box.taken {
	padding: 17px;
	margin-bottom: 28px;
	background: #f3f3f3;
	border-radius: 6px;
}

.main__box.taken h5 {
	margin: 2px 0 10px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
}

.main__box.taken p {
	margin: 0 0 6px;
	font-family: Roboto;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.main__box.taken span {
	position: relative;
	top: 3px;
	left: 20px;
	display: inline-block;
	width: 14px;
	height: 12px;
	background: url(/media/mobile/mobile_v3/icons/money_transfer.svg) no-repeat
		50% 50%;
}

.get-money {
	width: 48%;
}

.get-money.wallet {
	box-sizing: border-box;
	width: 100%;
	padding: 0 16px;
	margin: 0 0 16px auto;
}

@media screen and (max-width: 550px) {
	.get-money {
		width: 100%;
	}
	.get-money.wallet {
		margin-top: 16px;
	}

	.main__box.receive {
		margin-bottom: 16px;
	}
}

.get-money .button {
	width: 100%;
	padding: 11px 16px 10px;
	font-size: 14px;
}

.get-money__get.button {
	color: black;
	background: white;
}

.get-money__block_btn .button:not(:last-child) {
	margin-bottom: 16px;
}

.get-money.wallet .get-money__get.button {
	color: white;
	background: linear-gradient(to top, #13a35d, #17c945);
}

.get-money.wallet .get-money__get.button_transparent {
	color: #000;
	background: transparent;
	border-color: rgba(0, 0, 0, 0.25);
}

.get-money.wallet .get-money__get.button_transparent:hover {
	color: #fff;
	background: #00da4c;
	border-color: transparent;
}

.get-money.wallet .button[disabled],
.get-money .button[disabled] {
	border: 1px solid #999;
}

.get-money.wallet .button[disabled]:hover {
	background: #999;
}

.get-money .get-money__item-input {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	padding: 10px;
	margin-bottom: 20px;
	background: #ededed;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.get-money-redirect-wrapper {
	padding: 0 16px;
}

.get-money-redirect-wrapper h1 {
	color: black;
}

.get-money-redirect-wrapper dd {
	margin: 0;
}

.post_news {
	padding: 8px 16px;
}

.post img {
	height: auto !important;
	max-width: 100%;
}

.layout_page .post img {
	max-width: 40%;
}

.post p {
	line-height: 1.4;
}

.post p:first-child {
	margin-top: 0;
}

.post p:last-child {
	margin-bottom: 0;
}

.post ol,
.post ul {
	padding-left: 20px;
}

.post li {
	margin: 8px 0;
}

.post dl {
	line-height: 1.4;
}

.post_news h1 {
	margin-top: 11px;
	font-size: 15pt;
	line-height: 1;
}

.post_news h1 + h2 {
	margin: 11px 0 0;
	color: #000;
	font-weight: 400;
}

.post_news h1 + h2 + p {
	margin-top: 1px;
}

.title {
	position: relative;
	padding: 16px;
}

.title_search {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 46px 0 0;
	margin: 0;
}

.title__wrapper {
	margin-left: 0;
	-webkit-transition: margin-left 0.2s linear;
	transition: margin-left 0.2s linear;
}

.title_search_active .title__wrapper {
	width: 200%;
	margin-left: -100%;
}

.title_search .title__wrapper {
	width: 200%;
	padding: 16px 0;
}

.title__search,
.title_search .title__text {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}

.title__text {
	margin: 0;
	color: #000;
	font-size: 14pt;
	font-weight: 700;
	line-height: 24px;
}

.title_main .title__text {
	color: #fc8700;
}

.title_light .title__text {
	padding-right: 40px;
}

.title_search .title__text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 48px;
	padding-left: 16px;
}

.title__img {
	position: absolute;
	top: 50%;
	right: 10px;
	height: 33px;
	transform: translateY(-50%);
}

.title__logo {
	position: absolute;
	top: 50%;
	right: 16px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title__logo_keno {
	top: 25px;
	height: 20px;
}

.title__subtext {
	color: #999;
}

@media screen and (min-width: 480px) {
	.title__search,
	.title_search .title__text {
		width: 49.5%;
	}
}

.search {
	position: relative;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: padding-left 0.2s linear;
	transition: padding-left 0.2s linear;
}

.panel,
.search__close,
.search__submit {
	position: absolute;
}

.search_active {
	width: 100%;
}

.title_search_active .search {
	padding-left: 8px;
}

.search__open {
	float: left;
	cursor: pointer;
}

.search__open .ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	vertical-align: middle;
}

.search__field {
	max-width: 100%;
	margin: 0 -10px 0 48px;
	opacity: 0;
}

.title_search_active .search__field {
	opacity: 1;
}

.search__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	padding: 0 60px 0 8px;
	margin: 8px 0 0;
	vertical-align: top;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	outline: 0;
}

.search__submit {
	top: 8px;
	right: -10px;
}

.search__button {
	min-width: 10px;
	padding: 5px 16px;
	margin: 0;
	color: #fff;
	font-size: 10.5pt;
	line-height: 1;
	vertical-align: top;
	background: #349800;
	border: 0;
	border-radius: 4px;
	outline: 0;
}

.search__close .ico {
	display: inline-block;
	vertical-align: middle;
}

.search__button:disabled {
	color: #868686;
	background: #ebebeb;
}

.search__close {
	top: 10px;
	right: -36px;
	cursor: pointer;
}

.search__close .ico {
	font-size: 12px;
}

.panel {
	top: 60px;
	bottom: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	max-width: 320px;
	overflow: hidden;
	background: #fff;
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.nav-open .panel {
	height: 100vh;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top__panel {
	z-index: 111;
	height: 60px;
	max-width: 768px;
	margin: 0 auto;
	overflow: hidden;
	color: #000;
	font-size: 24px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.top-nav-menu {
	position: relative;
	height: 100%;
}

.top-nav-menu.top-nav-menu--rl25 {
	background: linear-gradient(268.84deg, #ff9900 3.87%, #ffc75b 93.05%);
}

.top-nav-menu__item {
	position: absolute;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;

	-webkit-box-align: center;
}

.top-nav-menu__item--controls {
	left: 0;
	z-index: 2;
}

.top-nav-menu__burger {
	padding: 4px;
}

.top-nav-menu__item--logo {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-nav-menu__logo {
	height: 24px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.top-nav-menu__item--end {
	top: 0;
	right: 0;
	padding-right: 10px;
	z-index: 2;
}

.top-nav-menu__item .header__logo {
	height: 69px;
}

.panel .menu {
	padding-bottom: 60px;
}

.nav-open .panel,
.panel .menu__list {
	-webkit-overflow-scrolling: touch;
}

.tabs__item {
	vertical-align: middle;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.subamount-rub-icon {
	display: none;
}

.tabs {
	display: table;
	width: 100%;
}

.title ~ .tabs {
	margin-top: -16px;
}

.tabs__list {
	display: table-row;
}

.tabs__item {
	display: table-cell;
	border-bottom: 1px solid #e5e5e5;
}

.tabs__item,
.tabs__item:visited {
	color: silver;
	text-align: center;
}

.tabs__item {
	height: 46px;
	padding-bottom: 2px;
	font-size: 10.5pt;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.tabs__item:hover {
	color: #c90000;
}

.tabs__item_active,
.tabs__item_active:hover,
.tabs__item_active:visited {
	padding-bottom: 0;
	color: #000;
	border-bottom: 3px solid #fc8700;
}

.tabs_alt .tabs__item {
	height: 34px;
	color: #1f7dca;
}

.tabs_alt .tabs__item_active,
.tabs_alt .tabs__item_active:hover,
.tabs_alt .tabs__item_active:visited {
	color: #000;
}

.tabs_passive .tabs__item {
	padding-bottom: 0;
	border-bottom: 3px solid #fc8700;
}

.tabs-content__menu_years .tabs-content__point {
	display: inline-block;
	padding-right: 16px;
}

.tabs-content__list {
	padding: 2px 0;
}

.post .tabs-content__list {
	padding: 0;
}

.tabs-content__item {
	display: none;
	border-bottom: 1px solid #e5e5e5;
}

.tabs-content_list .tabs-content__item {
	border-bottom: 0;
}

.tabs-content__item_active {
	display: block;
}

.tabs-content__item form a {
	display: block;
	margin: 16px;
	text-align: center;
}

.tabs-content__item form .last_draws_links a {
	display: inline-block;
	margin: 10px auto 0;
	font-size: 13px;
	text-align: left;
}

.tabs-content__item_empty {
	display: none !important;
}

.post .tabs-content__item {
	padding: 16px 0;
	border-bottom: 0;
}

.tabs-content__item p:last-child {
	margin-bottom: -3px;
}

.tabs-content__menu {
	padding: 6px 16px 4px;
	margin: 0;
	font-size: 12pt;
	list-style: none;
}

.tabs-content__point {
	margin: 8px 0;
}

.tabs-content__link {
	display: inline-block;
	padding: 4px 5px 2px;
	line-height: 1.4;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid transparent;
	border-radius: 4px;
}

.social__login,
.top__logo {
	font-family: IconForMobile;
}

.top {
	position: fixed;
	top: -64px;
	left: 0;
	z-index: 500;
	width: 100%;
	text-align: center;
	-webkit-transition: top 0.2s linear;
	transition: top 0.2s linear;
}

.top_active {
	top: 0;
}

.layout_game ~ .top {
	display: none;
}

.errors {
	color: red;
	font-size: 12px;
}

.top__logo {
	float: left;
	margin: -12px 0 0 16px;
	color: #333;
	font-size: 52px;
	line-height: 1;
}

.top__logotype {
	width: 86px;
	height: 25px;
	margin: 18px 0 0;
	vertical-align: top;
}

.top__arrow {
	float: right;
	margin: 0 16px 0 0;
	font-size: 16px;
}

.top__arrow .i {
	width: auto;
}

.load-all,
.load-yet {
	position: relative;
	display: block;
	padding: 16px;
	color: #1f7dca;
	text-align: center;
	text-decoration: none;
	background: #ebf0f6;
	cursor: pointer;
}

.load-all .ico_arrow_bottom,
.load-yet .ico_arrow_bottom {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 5px;
	margin: -7px 0 -10px 4px;
	font-size: 20px;
	vertical-align: top;
	border: 1px solid;
	border-radius: 50%;
}

.load-all .ico_arrow_right,
.load-yet .ico_arrow_right {
	margin-left: 5px;
	font-size: 26px;
	vertical-align: middle;
}

.load-all {
	padding: 25px 0;
	margin: 8px 0 16px;
	color: #1f7dca !important;
	background: #f1f1f1;
}

.load-all .ico {
	width: 30px;
	height: 30px;
	padding: 6px;
	margin: 0 0 0 8px;
	font-size: 20px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
}

.load-yet__text {
	border-bottom: 1px solid;
}

.load-yet:hover .load-yet__text {
	border-color: transparent;
}

.loading {
	position: fixed;
	z-index: 700;
	display: none;
}

.loading:after {
	position: absolute;
	top: 50%;
	left: 50%;
}

.social {
	position: relative;
	margin: 16px;
	font-size: 9pt;
	text-align: center;
}
.social__title {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.435);
}
.social__icon {
	display: inline-block;
	color: #5b5b5b !important;
	font-size: 34px;
	text-decoration: none;
	cursor: pointer;
}
.social_login .social__icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(/media/mobile/mobile_v3/img/login_social_x2.png) no-repeat center center;
	background-size: cover;
}

.social_login .social__icon.vk{
	background-position: 0px 0px;	
}
.social_login .social__icon.ok{
	background-position: -56px 0px;
}
.social_login .social__icon.fb{
	background-position: -112px 0px;
}
.social_login .social__icon.mailru{
	background-position: -168px 0px;
}
.social_login .social__icon.yandex{
	background-position: -224px 0px;
}
.social_login .social__icon.twitter{
	background-position: -280px 0px;
}
.social__actions {
	margin: 14px 0 0;
}
.social__action {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.game__submit {
	height: 40px;
	font-size: 9.7pt;
}

.coupons {
	position: relative;
}

.coupons-list .coupons {
	display: none;
}

.list {
	position: relative;
}

.title_light + .list {
	margin-top: 22px;
}

.list__list {
	display: table;
	width: 100%;
}

.list__item {
	display: table-row;
	color: #000 !important;
	text-decoration: none;
}

.list__brand,
.list__text {
	display: table-cell;
	height: 31px;
	padding: 8px 8px 8px 16px;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
}

.list__brand {
	text-align: left;
}

.list__logo {
	max-width: 50px;
	max-height: 30px;
	vertical-align: bottom;
}

.header-slider {
	position: relative;
	width: 100%;
	background: #fec734;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-slider .flickity-enabled {
	outline: 0;
}

.header-slider .flickity-prev-next-button {
	display: none;
}

.header-slider .flickity-page-dots {
	padding: 0 0 8px;
	margin: 0;
	text-align: center;
}

.header-slider .dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.header-slider .dot.is-selected {
	background: rgba(0, 0, 0, 0.6);
}

.header-slider__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 16px;
	text-align: center;
}

.header-slider__title {
	font-size: 18pt;
}

.header-slider__info {
	padding-top: 16px;
	font-size: 8pt;
}

.support {
	padding: 16px;
	font-size: 10.5pt;
}

.support__title {
	margin: -3px 0 8px 50px;
}

.support__ico {
	display: inline-block;
	width: 40px;
	font-size: 32px;
	vertical-align: middle;
}

.support__tel {
	margin: 6px 0 16px 5px;
}

.support__number {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

.support__call {
	display: table;
	width: 100%;
}

.support__short,
.support__text {
	display: table-cell;
	vertical-align: middle;
}

.support__text {
	color: #9b9b9b;
	font-size: 9pt;
}

.support__short {
	width: 50px;
}

.support__button {
	display: inline-block;
	padding: 9px 16px 9px 8px;
	margin: 0 8px 0 10px;
	color: #fff !important;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	background: #fec734;
	border-radius: 6px;
}

.support__phone {
	display: inline-block;
	width: 40px;
	font-size: 16px;
	vertical-align: middle;
}

.support__digit {
	display: inline-block;
	margin-left: -8px;
	font-size: 14pt;
	vertical-align: middle;
}

@media screen and (min-width: 500px) {
	.support__call,
	.support__tel {
		display: inline-block;
		vertical-align: middle;
	}

	.support__tel {
		margin: 0;
	}

	.support__call {
		width: 270px;
	}
}

@media screen and (min-width: 600px) {
	.support__content,
	.support__title {
		display: inline-block;
		vertical-align: middle;
	}

	.support {
		text-align: center;
	}

	.support__title {
		width: 124px;
		margin-bottom: 0;
		margin-left: 0;
		text-align: right;
	}

	.support__content {
		text-align: left;
	}
}

@media screen and (min-width: 700px) {
	.support__title {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
		margin-left: 0;
		text-align: right;
		vertical-align: middle;
	}
}

.select__wrap.select__wrap_hidden {
	display: none;
}

.purchase__services .list__item {
	cursor: pointer;
}

.fields__date,
.fields__info,
.param__label_sum {
	float: right;
}

.pagination {
	margin: 16px 0;
	clear: both;
}
.pagination__list {
	position: relative;
	margin: 0;
	font-size: 10.5pt;
	line-height: 36px;
	text-align: center;
	list-style: none;
}
.pagination__next,
.pagination__prev {
	position: absolute;
	top: 0;
	left: 16px;
}
.pagination__next {
	right: 16px;
	left: auto;
}
.pagination__arrow {
	color: #000;
}
.pagination__item {
	margin: 0 5px;
}
.pagination__item_more {
	margin: 0 10px;
}
.pagination__link {
	width: 36px;
	height: 36px;
	color: #333;
	font-size: 11.5pt;
	line-height: 35px;
	text-align: center;
	border: 1px solid #333;
	border-radius: 5px;
	cursor: pointer;
}
.pagination__item_active .pagination__link {
	color: #fff;
	background: #333;
}

.fields__ticket {
	margin-bottom: 16px;
	font-size: 12pt;
}

.fields__date {
	color: #999;
}

.fields__title {
	margin: 0 0 5px;
	font-weight: 700;
}

.fields__game {
	margin: 0 0 15px;
	font-weight: 400;
}

.fields__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 4px;
	background: #e5e5e5;
	border-radius: 5px;
}

.fields__list--hidden {
	color: transparent !important;
}

.fields_joker .fields__list--hidden::before {
	content: 'Загрузка...';
	display: inline;
	color: black !important;
}

.fields_joker .fields__ticket_active .fields__list--hidden::before {
	color: #fff !important;
}

.fields_joker .fields__list--hidden > * {
	display: none;
}

.fields__ticket_active .fields__list {
	color: #f3f3f3;
}

.fields_rapido .fields__ticket_active .fields__list {
	color: #000;
	background: #9be8eb;
}

.fields_rapido2 .fields__ticket_active .fields__list {
	color: #fff;
	background: #036977;
}

.fields_zp .fields__ticket_active .fields__list {
	color: #fff;
	background: #915e38;
}
.fields_keno .fields__ticket_active .fields__list {
	color: #000;
	background: #b0f494;
}

.fields_6x49 .fields__ticket_active .fields__list {
	color: #000;
	background: #4580c4;
}

.fields_5x36 .fields__ticket_active .fields__list,
.fields_ny5x36 .fields__ticket_active .fields__list {
	color: #000;
	background: #4fcc46;
}

.fields_5x36plus .fields__ticket_active .fields__list {
	color: #000;
	background: #4fcc46;
}

.fields_6x45 .fields__ticket_active .fields__list,
.fields_ny6x45 .fields__ticket_active .fields__list {
	color: #000;
	background: #ffcb05;
}

.fields_7x49 .fields__ticket_active .fields__list {
	background: #a263fc;
}

.fields_6x36 .fields__ticket_active .fields__list {
	background: #000;
}

.fields_4x20 .fields__ticket_active .fields__list {
	color: #000;
	background: #ff5000;
}

.fields_joker .fields__ticket_active .fields__list {
	color: #fff;
	background: #00694a;
}

.fields_5x50 .fields__ticket_active .fields__list {
	color: #fff;
	background: #14286e;
}

.fields_top3 .fields__ticket_active .fields__list {
	background: #754984;
}

.fields_ruslotto .fields__ticket_active .fields__list {
	color: #000;
	background: #ff7e00;
}
.fields_zodiac .fields__ticket_active .fields__list {
	color: #fff;
	background: #4329b1;
}

.fields_gzhl .fields__ticket_active .fields__list {
	background: #24b5ed;
}

.fields_12x24 .fields__ticket_active .fields__list,
.fields_1224 .fields__ticket_active .fields__list{
	background: #1c4d8a;
}

.fields_duel .fields__ticket_active .fields__list {
	color: #000;
	background: #00af8b;
}

.fields_talon .fields__ticket_active .fields__list {
	color: #000;
}

.fields_bingo75 .fields__ticket_active .fields__list {
	color: #fff;
	background: #81d10a;
}

.fields__item {
	display: inline-block;
	width: 20px;
	margin: 4px;
	text-align: right;
}

.item-card {
	position: relative;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	width: 38px;
	height: 44px;
	margin: 0;
	font-size: 15px;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.item-card__index {
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 11px;
	font-size: 10px;
	text-align: center;
}

.item-card__type {
	width: 12px;
	height: 14px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.item-card_hearts .item-card__type {
	background-image: url("/media/mobile/mobile_v3/img/card_hearts_small.svg");
}

.item-card_diamonds .item-card__type {
	background-image: url("/media/mobile/mobile_v3/img/card_diamonds_small.svg");
}

.item-card_clubs .item-card__type {
	background-image: url("/media/mobile/mobile_v3/img/card_clubs_small.svg");
}

.item-card_spades .item-card__type {
	background-image: url("/media/mobile/mobile_v3/img/card_spades_small.svg");
}

.item-card_hearts.item-card_selected,
.item-card_diamonds.item-card_selected {
	color: #f00;
	font-weight: 600;
}

.item-card_spades.item-card_selected,
.item-card_clubs.item-card_selected {
	color: #000;
	font-weight: 600;
}

.picker__button--clear:before,
.picker__button--today:before {
	display: none !important;
}

.fields__result {
	margin-top: 10px;
	color: #999;
	font-size: 10.5pt;
	text-align: center;
}

.fields__win,
select option {
	color: #000;
}

.fields_rapido .fields__ticket_active .fields__game,
.fields_rapido .fields__ticket_active .fields__win {
	color: #9be8eb;
}

.fields_rapido2 .fields__ticket_active .fields__game,
.fields_rapido2 .fields__ticket_active .fields__win {
	color: #036977;
}

.fields_keno .fields__ticket_active .fields__game,
.fields_keno .fields__ticket_active .fields__win {
	color: #b0f494;
}

.fields_6x49 .fields__ticket_active .fields__game,
.fields_6x49 .fields__ticket_active .fields__win {
	color: #4580c4;
}

.fields_5x36 .fields__ticket_active .fields__game,
.fields_5x36 .fields__ticket_active .fields__win {
	color: #4fcc46;
}

.fields_ny5x36 .fields__ticket_active .fields__game,
.fields_ny5x36 .fields__ticket_active .fields__win {
	color: #4fcc46;
}

.fields_5x36plus .fields__ticket_active .fields__game,
.fields_5x36plus .fields__ticket_active .fields__win {
	color: #4fcc46;
}

.fields_6x45 .fields__ticket_active .fields__game,
.fields_6x45 .fields__ticket_active .fields__win {
	color: #deb000;
}

.fields_ny6x45 .fields__ticket_active .fields__game,
.fields_ny6x45 .fields__ticket_active .fields__win {
	color: #ffcb05;
}

.fields_4x20 .fields__ticket_active .fields__game,
.fields_4x20 .fields__ticket_active .fields__win {
	color: #ff5000;
}

.fields_7x49 .fields__ticket_active .fields__game,
.fields_7x49 .fields__ticket_active .fields__win {
	color: #8a3ef7;
}

.fields_top3 .fields__ticket_active .fields__game,
.fields_top3 .fields__ticket_active .fields__win {
	color: #754984;
}

.fields_ruslotto .fields__ticket_active .fields__game,
.fields_ruslotto .fields__ticket_active .fields__win {
	color: #ff7e00;
}

.fields_zodiac .fields__ticket_active .fields__game,
.fields_zodiac .fields__ticket_active .fields__win {
	color: #4329b1;
}

.fields_gzhl .fields__ticket_active .fields__game,
.fields_gzhl .fields__ticket_active .fields__win {
	color: #24b5ed;
}

.fields_12x24 .fields__ticket_active .fields__game,
.fields_12x24 .fields__ticket_active .fields__win,
.fields_1224 .fields__ticket_active .fields__game,
.fields_1224 .fields__ticket_active .fields__win{
	color: #1c4d8a;
}

.fields_duel .fields__ticket_active .fields__game,
.fields_duel .fields__ticket_active .fields__win {
	color: #007b8a;
}

.fields_talon .fields__ticket_active .fields__game,
.fields_talon .fields__ticket_active .fields__win {
	color: #00af8b;
}

.picker {
	min-width: 320px !important;
}

.picker__frame {
	right: 16px !important;
	left: 16px !important;
	width: auto !important;
}

.picker__box {
	min-width: 256px !important;
	padding: 0 16px !important;
	font-size: 10.5pt !important;
}

.picker__button--clear,
.picker__button--today {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 120px !important;
	min-width: 120px !important;
	font-size: 12pt !important;
	font-weight: 100 !important;
	line-height: 1.1 !important;
	text-align: center !important;
	text-decoration: none !important;
}

.picker__footer {
	padding: 0 0 16px;
	overflow: hidden;
}

.picker__button--clear {
	float: left !important;
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #333 !important;
	border-radius: 4px !important;
}

.picker__button--today {
	float: right !important;
	color: #fff !important ;
	background: #ffc917 !important;
	border: 1px solid #ffc917 !important;
	border-radius: 4px !important;
}

.picker__button--close {
	position: absolute;
	top: 5px;
	right: 16px;
	width: auto !important;
	min-width: 10px;
	font-size: 14px !important;
	background: 0 0 !important;
	border: none !important;
}

.picker__button--close:before {
	content: "X" !important;
	font-family: IconsFontT !important;
}

span.highlighted.fields__item {
	font-weight: 700;
}

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

.content-padding {
	padding: 0 15px 15px;
}

.purchase__services .list__item__disabled {
	cursor: default;
}
.purchase__services_error {
	display: none;
	color: red;
}

.phone-code {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 11.25pt;
}

.message {
	margin-bottom: 10px;
	font-size: 16px;
}

.krestik {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
}

.ticket_wrap td,
.ticket_wrap th {
	padding: 5px;
	border: 1px solid #000;
}
.ticket_wrap table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.ticket_wrap th {
	text-align: left;
	background: #ccc;
}

.bingo_draw_res {
	margin: 20px;
}
.bingo_draw_res .pos {
	width: 50px;
	font-weight: 700;
	text-align: center;
}
.bingo_draw_res.bingo80 .pos {
	width: 130px;
}
.bingo_draw_res .highlighted {
	color: #f24a41;
	font-weight: 700;
}
.bingo_draw_res td {
	height: 30px;
}
.bingo_draw_res tr:nth-child(2n) {
	background: #e2e2e2;
}

.end_results {
	height: 10px !important;
}

.panel .menu__list {
	box-sizing: border-box;
	width: 320px;
	min-height: 100vh;
	padding: 0 10px;
}

.post-wrapper {
	padding: 8px 16px;
}

.white_scheme .input__field.input__field_select:after {
	border-top-color: #fff;
}

.list__brand {
	width: 50px;
}

.pagination__list {
	padding: 0 35px;
}

.picker__header {
	margin-top: 45px !important;
}

.buttons-set__button {
	margin: 0;
}

.top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header-slider {
	height: 190px;
}
.flickity-slider,
.flickity-viewport,
.header-slider__item {
	height: 100%;
}
.flickity-page-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.header-slider__item.header-slider__item_image {
	background: url(../img/email-749-raspil.png) center top no-repeat;
	background-size: cover;
}

.list__text.list__text_archive {
	width: 100%;
}

.notice_count {
	font-size: 12px;
}

.notice_count {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 15px;
	height: 15px;
	color: #fff;
	line-height: 15px;
	text-align: center;
	background: red;
	border-radius: 10px;
}

.notice {
	position: relative;
	width: 25px;
	height: 25px;
	padding: 10px;
	color: #000;
	font-family: IconsFontArtStudio !important;
	font-size: 24px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.ticket_wrap table {
	border: 1px double black; /* Рамка вокруг таблицы */
	border-collapse: collapse; /* Отображать только одинарные линии */
}
.ticket_wrap th {
	padding: 5px; /* Поля вокруг содержимого ячеек */
	text-align: left; /* Выравнивание по левому краю */
	background: #ccc; /* Цвет фона ячеек */
	border: 1px solid black; /* Граница вокруг ячеек */
}
.ticket_wrap td {
	padding: 5px; /* Поля вокруг содержимого ячеек */
	border: 1px solid black; /* Граница вокруг ячеек */
}

ul.combinations_list.cleared {
	padding: 0;
	list-style: none;
}

li.with_label {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ticket_wrap td,
.ticket_wrap th {
	padding: 5px;
	color: #000;
	font-size: 12px;
	border: 1px solid #000;
}
.combination_link {
	color: #000;
	text-decoration: underline;
}
.ident_container {
	font-size: 13px;
}
.ident_container h3 {
	margin: 5px auto;
	font-size: 18px;
}
.ident_container h4 {
	margin: 5px auto;
	font-size: 15px;
}
.ident_step {
	padding: 12px;
	padding-top: 12px;
	margin-top: 15px;
	background: lightgrey;
}
.ident_step h3 {
	margin-top: 0;
	color: #3a3a3a;
}
.ident_step.active {
	padding: 0;
	background: #fff;
}
.eticket_wrap {
	text-align: center;
}
.eticket_law {
	text-align: left;
}
.eticket_law.for_print {
	display: none;
}
table.bingo75 td {
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a9b5bc;
	border-radius: 3px;
}
table.bingo75 td.highlighted {
	background: #e2f200;
}
table.bingo75 {
	width: auto;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 2px;
}
.autorization_menu .buttons-set__button {
	width: 100%;
}

.ticket-tax-info {
	padding: 10px 0;
	text-align: center;
}

.subamount-rub-icon {
	opacity: 0.4;
}

.count__clock {
	justify-content: space-around;
	display: flex;
	margin-top: 1px;
}

.count__clock span {
	font-size: 18px;
	line-height: 21px;
}

.count__clock-description {
	justify-content: space-around;
	display: flex;
}

.count__clock-description span {
	width: 33.33%;
	font-size: 9px;
	line-height: 11px;
}

.complete_upsale_block {
	height: 160px;
	margin: 20px 12px;
	color: #fff;
	text-align: center;
}

.complete_upsale_block .upsale_block_top {
	height: 130px;
	overflow: hidden;
	clear: both;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.complete_upsale_block .upsale_block_btn,
.complete_upsale_block .upsale_block_btn:hover {
	display: block;
	width: 100%;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	background-color: #019e2b;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.complete_upsale_block .upsale_block_top .logo {
	float: left;
	width: 100px;
	padding-top: 38px;
	text-align: left;
}

.complete_upsale_block .upsale_block_top .text {
	float: left;
	width: 68%;
	text-align: left;
}

.complete_upsale_block .upsale_block_top .logo img {
	height: 60px;
}

.complete_upsale_block .upsale_block_top .text h3 {
	margin: 25px 0 0;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
}
.complete_upsale_block .upsale_block_top .text p {
	margin-top: 0;
}

@media screen and (min-width: 480px) {
	.complete_upsale_block .upsale_block_top .text h3 {
		margin-top: 37px;
	}
}

.main__section .wallet__switch {
	/*	width: 240px;*/
	margin: 16px auto 13px;
}

.autopay_sum_rub {
	position: absolute;
	top: 11px;
	right: 6px;
}

.sum_wrap {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.code-send-block {
	text-align: center;
}

.code-send-block__delay {
	display: none;
	line-height: 36px;
}

.code-send-block__btn {
	color: #207ccb;
	min-width: 0;
	border: none;
	background: transparent;
}

.code-send-block__btn .code-send-block__text {
	border-bottom: 1px dashed #207ccb;
}

.code-send-block__text_hidden {
	display: none;
}

.payment-info-block {
	background: #3d3a3a;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
	color: #fff;
	text-align: center;
}

.payment-info-block__body {
	padding: 16px;
}

.payment-info-block__footer {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.payment-info-block__title {
	font-weight: 500;
	font-size: 14px;
}

.payment-info-block__text {
	font-size: 14px;
}

.payment-info-block__btn {
	min-width: 0;
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	height: 46px;
}

.start__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.start__list-item {
	padding: 0 0 10px 63px;
	color: #1d1d1b;
	font-family: Roboto;
	font-size: 18px;
	line-height: 43px;
	cursor: pointer;
}

.start__list-item[data-type="mobile"] {
	background: url(/media/mobile/mobile_v3/icons/icon_mobile.svg) no-repeat
		17px 25%;
	background-size: 20px;
}

.start__list-item[data-type="card"] {
	background: url(/media/mobile/mobile_v3/icons/icon_card.png) no-repeat 14px
		33%;
	background-size: 26px;
}

.start__list-item[data-type="bank"] {
	background: url(/media/mobile/mobile_v3/icons/icon_bank.png) no-repeat 14px
		50%;
	background-size: 26px;
}

.main__set_spaced.take-money .receive .button_wide {
	background: #5fcee1;
	border: 1px solid #91ccff;
}

.take-money .ident,
.take-money .wallet--autopayments {
	width: 100%;
}

.take-money > p {
	width: 100%;
}

.ident .ident__title {
	color: black;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.ident .ident__description {
	color: black;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}

.ident .ident__btn {
	box-sizing: border-box;
	display: block;
	height: 38px;
	margin: 20px auto 0;
	padding: 0;
	color: black;
	font-family: "Roboto";
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	background: white;
	border: 1px solid #9b9b9b;
	border-radius: 4px;
}

.ident .ident__list {
	padding: 0;
	margin: 24px 0 0;
	background: #f3f3f3;
	border-radius: 6px;
}

.ident .ident__item {
	position: relative;
	box-sizing: border-box;
	min-height: 53px;
	padding: 17px 40px 0 17px;
	list-style-type: none;
	cursor: pointer;
}

.ident .ident__item .item__arrow {
	position: absolute;
	top: 26px;
	right: 15px;
	content: "";
	border-top: 5px solid black;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	transition: 0.5s;
}

.ident .ident__item {
	border-bottom: 1px solid #e4e4e4;
}

.ident .ident__item:last-child {
	border-bottom: 1px solid transparent;
}

.ident .item .item__title {
	margin: 0;
	color: black;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.ident .item .item__description {
	display: none;
	color: black;
	font-family: Roboto;
	font-size: 13px;
	line-height: 20px;
}

.tour-header {
	display: block;
	margin: 0 0 12px 0;
}

.victory_header {
	display: block;
	justify-content: center;
	width: 75%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 13%;
}

@media (max-width: 480px) {
	.victory_header {
		padding-left: 18%;
	}
}
@media (max-width: 320px) {
	.victory_header{
		width: 70%;
		padding-left: 13%;
	}
}

.victory_header__scroll-arrow {
	background-color: #ffffff;
}

.get-winning {
	background: grey !important;
	border: 1px solid grey !important;
	pointer-events: none;
}

.receipt-options {
	margin: 10px 0 0;
	font-family: "Roboto";
	text-align: center;
}

.receipt-options--win {
	margin: 10px 0 10px;
}

.payment_title{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 14px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #000000;
}
.payment_title img{
	width: 30px;
	position: relative;
	top: 6px;
	left: 5px;
}
.payment_hint{
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
	color: #1D1D1B;
}

.payment_submit{
	background: #2BC26C;
	border-radius: 50px;
	min-width: 228px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
input.payment_submit[disabled] {
	opacity: 0.5;
	background: #2BC26C;
	border: 1px solid #2BC26C;
}

.ruru__tmobile_oper p{
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

.ruru__tmobile_oper{
	margin-top: 20px;
}

.ruru__title {
	text-align: center;
}

.ruru__tmobile_oper-icons {
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 13px;
	margin-bottom: 6px;
}

.ruru__tmobile_oper-icons img {
	margin-right: 8px;
}

.ruru__mobile_oper-description {
	margin: 0 0 15px !important;
	font-family: "Roboto";
	font-size: 10px;
	text-align: center;
}

.ruru__form {
	text-align: center;
}

.ruru__form input[type="text"] {
	box-sizing: border-box;
	width: 216px;
	height: 39px;
	padding: 0 13px;
	margin: 5px auto 20px;
	font-family: Roboto;
	font-size: 19px;
	line-height: 21px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.bonus-block {
	padding: 16px;
	border-top: 1px solid #e5e5e5;
}

.bonus-block__title {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 14pt;
	font-weight: 700;
	line-height: 24px;
}

.bonus-block__info {
	color: #000;
	font-size: 12pt;
	font-weight: 400;
}

.bonus-block__balance {
	font-size: 12pt;
	font-weight: 600;
}

.bonus-block__description {
	margin-top: 5px;
	font-size: 10pt;
}

.ruru__title {
	text-align: center;
}

.ruru__tmobile_oper-icons {
	align-items: center;
	justify-content: center;
	display: flex;
	padding-left: 13px;
	margin-bottom: 6px;
}

.ruru__tmobile_oper-icons img {
	margin-right: 8px;
}

.ruru__mobile_oper-description {
	margin: 0 0 15px !important;
	font-family: "Roboto";
	font-size: 10px;
	text-align: center;
}

.ruru__form {
	margin-top: 100px;
	text-align: center;
}

.ruru__form input[type="text"] {
	box-sizing: border-box;
	width: 216px;
	height: 39px;
	padding: 0 13px;
	margin: 5px auto 20px;
	font-family: Roboto;
	font-size: 19px;
	line-height: 21px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.cabinet-ticket-menu {
	margin: 24px 0 36px;
	text-align: center;
}

.cabinet-ticket-menu__btn {
	display: inline-block;
	min-width: 100px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.cabinet-ticket-menu__btn_active {
	font-weight: 800;
}

.cabinet-ticket-menu__btn span {
	padding: 2px 0;
	border-bottom: 1px dashed #333;
}

.cabinet-ticket-menu__btn_active span {
	border-bottom: none;
}

.promo__translation .item_bingo75 .item__text,
.promo__translation .item_bingo75 .item__superprize,
.promo__translation .item_bingo75 .item__info {
	color: black;
}

.autofill__video_popup {
	float: unset !important;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
}

.autofill__video_popup.not_display {
	display: none;
}

.autofill__video_popup .content_holder {
	float: unset !important;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.autofill__video_popup .content_holder iframe {
	width: inherit;
	height: inherit;
}

.autofill__video_popup .popup_close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	content: "";
	z-index: 500;
	cursor: pointer;
}

/* Instant lottery styles */

.instant-lottery {
	display: block;
	position: relative;
	height: 217px;
	width: 195px;
	margin: 20px auto 55px;
	background-image: url("../img/instant-lottery.png"),
		url("../img/instant-lottery_background.png");
	background-size: 188px 209px, 195px 217px;
	background-position: 3px 3px, 50%;
	background-repeat: no-repeat;
}

.instant-lottery::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -33px;
	right: 27%;
	width: 63px;
	height: 70px;
	background-image: url("../img/instant-lottery_coin.png");
	background-size: 63px auto;
	background-position: 3px 3px, 50%;
	background-repeat: no-repeat;
}

div[id$="applepay"] {
	display: none !important;
}

#apple-pay > img {
	height: 17px;
	padding-top: 12px;
}

#google-pay > img {
	height: 17px;
	padding-top: 12px;
}

/* New payment methods page styles end */

.cabinet-ticket-payment__block {
	background: #f3f3f3;
	padding: 18px;
	border-radius: 24px;
	margin: 0 16px 16px;
	font-family: Roboto;
}

.cabinet-ticket-payment__block--light {
	background: #fff;
	border: 1px solid #e3e3e3;
}

.cabinet-ticket-payment__block--light .cabinet-ticket-payment__button {
	background: #f1f1f1;
}

.cabinet-ticket-payment__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

.cabinet-ticket-payment__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 26px;
}

.cabinet-ticket-payment__button {
	display: block;
	margin: 0 auto;
	padding: 16px 24px;
	background: #ffcd17;
	border-radius: 12px;
	border: 0;
	color: #212121;
	font-weight: bold;
	font-size: 16px;
	min-width: 120px;
}

.cabinet-ticket-payment__button--ident {
	background: #f1f1f1;
}

.cabinet-ticket-payment__switch-outer {
	position: relative;
	width: 40px;
	height: 24px;
	border-radius: 14px;
	background: #ffcd17;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
}

.cabinet-ticket-payment__switch-outer--off {
	background: #dddddd;
}

.cabinet-ticket-payment__switch-outer--off
	.cabinet-ticket-payment__switch-inner {
	left: 2px;
}

.cabinet-ticket-payment__switch-inner {
	position: absolute;
	top: 2px;
	left: 18px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: white;
	transition: 0.3s;
}

.cabinet-ticket-autopayment {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px 16px 16px;
}

.cabinet-ticket-autopayment__description {
	font-size: 14px;
	margin-left: 16px;
}

.cabinet-ticket-autopayment__button {
	font-size: 14px;
	padding: 2px 12px;
	min-width: 115px;
	min-height: 35px;
}

.cabinet-ticket-autopayment__label--hidden {
	display: none;
}

.cabinet-ticket-autopayment__settings-button {
	cursor: pointer;
	color: #1f7dca;
	text-decoration: underline;
}

.note {
	background: #f34941;
	border-radius: 4px;
	padding: 16px;
	color: #fff;
	text-align: left;
	margin: 16px 0;
}

.packet-page__content--newyear2020_v2 {
	background-image: linear-gradient(
		180deg,
		#0a7338 0%,
		#18bf5b 45.69%,
		#024b28 100%
	);
}

.packet-page__shadow--newyear2020_v2 {
	background-color: #024b28;
}


.vip-crown-button {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 24px;
	height: 24px;
	min-width: 0;
	padding: 6px;
	background-size: 24px 24px;
	border: none;
	display: none;
}

.vip-crown-button span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_bronze.svg') no-repeat center center;
	width: 12px;
	height: 12px;
	display: block;
	background-size: cover;
	position: relative;
}

.vip-crown-button.promo span{
	width: 24px;
	height: 24px;
	top: 0;
	background: url(/media/mobile/mobile_v3/img/vip/not_in_club.svg);
}

.vip-crown-button.bronze span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_bronze.svg') no-repeat center center;
	background-size: cover;
	width: 10px;
	height: 10px;
	top: 7px;
	left: 6px;
}
.vip-crown-button.diamond span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_diamond.svg') no-repeat center center;
	background-size: contain;
	height: 10px;
	width: 12px;
	top: 8px;
	left: 5px;
}
.vip-crown-button.gold span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_gold.svg') no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 10px;
	top: 6px;
	left: 5px;
}
.vip-crown-button.platinum span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_platinum.svg') no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 12px;
	left: 5px;
	top: 6px;
}
.vip-crown-button.silver span{
	background: url('/media/mobile/mobile_v3/img/vip/crown_silver.svg') no-repeat center center;
	background-size: contain;
	width: 10px;
	height: 14px;
	top: 5px;
	left: 6px;
}

.vip-crown-button .premium-progress {
	position: absolute;
	width: 24px;
	height: 24px;
	display: inline-block;
	left: 5px;
	border-radius: 20px;
}
.vip-crown-button.promo .premium-progress{
	display: none;
}

.vip-crown-button .premium-progress:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	padding: 2px;
	border-radius: 50%;
	background: #fff;
}
.sas_sms_portal_container.games__item_sas_quiz {
	background: #F0BF11;
}
.games__item_sas_quiz .sas_sms_portal_sp span {
	font-size: 13px;
	line-height: 27px;
	color: #212121;
}
.games__item_sas_quiz .sas_sms_portal_sp {
	color: rgba(0, 0, 0, 0.435);
}
.games__item_sas_quiz .sas_sms_portal_logo {
	flex-basis: 30%;
	border-right: 1px solid rgba(0, 0, 0, 0.215);
}
.sas_sms_portal_container.games__item_sas_lucky {
	background: linear-gradient(90deg, #1C6B00 0%, #28AD04 100%);
}
.games__item_sas_lucky .sas_sms_portal_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.games__item_sas_lucky .sas_sms_portal_sp span {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 10px;
	display: block;
}
.games__item_sas_lucky .sas_sms_portal_logo {
	flex-basis: 31%;
	text-align: center;
	border-right: none;
	height: 98px;
}
.games__item_sas_lucky .sas_sms_portal_logo img {
	max-height: 98px;
	position: relative;
	top: 7px;
}