.agreement-popup {
	position: fixed;
	top: 60px;
	left: 50%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: calc(100vh - 60px);
	max-width: 768px;
	min-width: 260px;
	padding: 8px 16px 50px;
	background: #fff;
	transform: translateX(-50%);
}

.agreement-popup_hidden {
	display: none;
}

.agreement-popup__body {
	height: calc(100% - 100px);
}

.agreement-popup__content {
	box-sizing: border-box;
	max-height: calc(100% - 80px);
	padding: 12px;
	margin-bottom: 20px;
	overflow-y: scroll;
	background: #eaeff3;
	border-radius: 4px;
}

.agreement-popup__title {
	margin-top: 20px;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.agreement-popup__btn-block {
	height: 60px;
}

.agreement-popup__btn_inline {
	min-width: 0;
	color: #000;
	background: transparent;
	border: none;
}

.agreement-popup__btn_dashed span {
	border-bottom: 1px dashed #000;
}

.popup_support .popup__main {
	width: 262px;
	border-radius: 10px;
}

.popup_support .popup__content.small {
	padding: 32px 30px 30px;
}

.popup,
.popup__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup {
	position: fixed;
	z-index: -1;
	display: none;
	opacity: 0;
}

.popup_active {
	z-index: 2000;
	display: block;
	opacity: 1;
	visibility: visible;
}

.popup__bg {
	position: absolute;
	background: #000;
	opacity: 0;
	visibility: hidden;
}

.popup_active .popup__bg {
	opacity: 0.6;
	visibility: visible;
}

.popup__main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 288px;
	min-height: 100px;
	font-size: 11.25pt;
	background: #f6f6f4;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
	opacity: 0;
}

.popup__main::before{
	position: absolute;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 20px;
	content: "";
	background: #f7f6f4;
}

@media screen and (min-width: 600px) {
	.popup__main {
		width: 400px;
	}
}

.popup__main::before {
	top: 0;
}


.popup__main::after {
	bottom: -4px;
}

.popup_active .popup__main {
	opacity: 1;
}

.popup__content {
	max-height: 60vh;
	padding: 28px 16px 16px;
	overflow-y: auto;
}

.popup__support .ico_support {
	margin-right: 10px;
	font-size: 32px;
	vertical-align: middle;
}

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

.popup__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.popup__content .popup__cart {
	font-family: "PT Sans Narrow", sans-serif;
}

.popup__content .popup__cart {
	display: inline-block;
	font: 300 24px/30px Roboto;
	text-align: left;
	margin-bottom: 20px;
}

.popup_back .button {
	display: inline-block;
	width: 95px;
	min-width: initial;
}

.popup__content p {
	font-size: 12px;
}

.js-popup .menu__notice.notice {
	position: relative;
	height: 0;
}

.js-popup .menu__notice.notice .notice_count {
	top: 3px;
	left: 8px;
	cursor: pointer;
}

.notice.js-popup.iconic-bell:before {
	content: "";
}

.popup__content.small {
	padding: 28px 32px 16px 20px;
	font-family: Roboto;
	text-align: left;
}

.popup__content span {
	display: block;
}

.popup__content p {
	margin-bottom: 16px;
	font: 300 14px/20px Roboto;
	text-align: left;
	margin-top: 0;
}

.popup_vip_congrats .popup__content p{
	text-align: center;
}

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

.popup__content p .button + .button {
	margin-top: 12px;
}

.popup__content .button {
	font-size: 14px;
	border-radius: 50px;
	width: 100%;
}

.popup_ident .ident_status {
	display: none;
}
.popup_verify .ident_status {
	display: none;
}

.popup_verify.verify .popup__content_verify {
	display: block;
}

.popup__content_no-transfer,
.popup_verify.verify .popup__content_no-transfer {
	display: none;
}

.popup_verify.no-transfer .popup__content_verify {
	display: none;
}

.popup_verify.no-transfer .popup__content_no-transfer {
	display: block;
}

.popup__btn-block {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
}

.popup__btn-block > * {
	flex-shrink: 0;
}

.popup__btn-block > span {
	min-height: 40px;
	line-height: 40px;
}

.payment-way-popup {
	position: relative;
	display: none;
}

.payment-way-popup__item {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 510;
	width: 100%;
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto;
	background: url(/media/mobile/mobile_v3/icons/stoloto_header_new.svg)
	no-repeat 50% 8px,
	rgba(231, 217, 48, 0.9);
	background-size: 139px;
}

.payment-way-popup__wrapper {
	box-sizing: border-box;
	width: calc(100% - 16px);
	height: calc(100% - 78px);
	padding: 15px;
	margin: 70px auto 8px;
	overflow-y: auto;
	background: white;
	border-radius: 4px;
}

.payment-way-popup__item.error .payment-way-popup__wrapper,
.payment-way-popup__item.success .payment-way-popup__wrapper {
	height: 55%;
}

@media screen and (orientation: landscape) {
	.payment-way-popup__wrapper {
		overflow-y: auto;
	}
	.payment-way-popup__item.phone .payment-way-popup__wrapper,
	.payment-way-popup__item.card .payment-way-popup__wrapper,
	.payment-way-popup__item.bank .payment-way-popup__wrapper {
		padding-bottom: 100px;
	}

	.payment-way-popup__item.error .payment-way-popup__wrapper,
	.payment-way-popup__item.success .payment-way-popup__wrapper {
		height: calc(100% - 78px);
		padding-bottom: 50px;
	}
}

.payment-way-popup__close {
	width: 29px;
	height: 29px;
	margin-left: auto;
	background: url(/media/mobile/mobile_v3/icons/close.svg) no-repeat 50% 50%;
	background-size: contain;
	cursor: pointer;
}

.payment-way-popup__item-title {
	margin: 16px 0;
	color: black;
	font-family: Roboto;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.payment-way-popup__item-description {
	font-family: Roboto;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
}

.payment-way-popup__code-send {
	margin-bottom: 14px;
}

.payment-way-popup__code-enter {
	text-align: center;
}

.payment-way-popup__info-block_hidden {
	display: none;
}

.payment-way-popup .phone__summ,
.payment-way-popup .phone__oper,
.payment-way-popup .card__summ,
.payment-way-popup .bank__summ,
.payment-way-popup__item-footer-summ {
	font-family: inherit;
}

.payment-way-popup__item-input {
	box-sizing: border-box;
	display: block;
	width: 216px;
	height: 39px;
	padding: 0 13px;
	margin: 20px auto;
	font-family: Roboto;
	font-size: 19px;
	line-height: 39px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.payment-way-popup__item-input.phone__number {
	margin: 40px auto 20px;
}

.payment-way-popup__item-input::placeholder {
	color: black;
	font-family: Roboto;
	font-size: 13px;
	line-height: 39px;
	opacity: 0.6;
}

.payment-way-popup__item-input.card__number,
.payment-way-popup__item-input.bank__name {
	margin: 50px auto 20px;
}

.payment-way-popup__item.bank .bik__number,
.payment-way-popup__item-input.bank__number,
.payment-way-popup__item.card .phone__number {
	margin: 0 auto 20px;
}

.payment-way-popup__item-send,
.payment-way-popup__item-error,
.payment-way-popup__item-late {
	box-sizing: border-box;
	display: block;
	width: 184px;
	height: 40px;
	padding: 0 !important;
	margin: 0 auto;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	background: #16b651;
	border-radius: 4px;
}

.payment-way-popup__item-error {
	margin: 23px auto 16px;
}

.payment-way-popup__item-late {
	color: black;
	background: white;
	border: 1px solid #979797;
}


.payment-way-popup__item-send.disabled {
	cursor: default;
	opacity: 0.42;
	pointer-events: none;
}

.payment-way-popup__item-mobile-oper {
	margin-top: 45px;
	text-align: center;
}

.payment-way-popup__item-mobile-oper img {
	margin-right: 10px;
}

.payment-way-popup__wrapper .getsms {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.payment-way-popup__wrapper .getsms__title {
	position: relative;
	padding: 0 15px;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.payment-way-popup__wrapper .getsms__title:before {
	position: absolute;
	top: 43%;
	right: 15px;
	content: "";
	border-top: 6px solid black;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-radius: 3px;
	transform: rotate(90deg);
	transition: 0.3s;
	cursor: pointer;
}

.payment-way-popup__wrapper .getsms__title.close:before {
	transform: rotate(0deg);
}

.payment-way-popup__wrapper .getsms__description {
	padding: 0 15px;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}

.payment-way-popup__wrapper .getsms__title.close + .getsms__description {
	display: none;
}

.payment-way-popup__back {
	position: absolute;
	top: 27px;
	left: 12px;
	width: 13px;
	height: 20px;
	cursor: pointer;
}

.popup-autopayment,
.popup-wallet,
.mobile-popup {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.popup-autopayment--hidden,
.popup-wallet--hidden,
.mobile-popup_hidden {
	display: none;
	opacity: 0;
}

.popup-autopayment__overlay,
.popup-wallet__overlay,
.mobile-popup__overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup-autopayment__close,
.popup-wallet__close,
.mobile-popup__close {
	position: absolute;
	top: 14px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.popup-autopayment__wrapper,
.popup-wallet__wrapper,
.mobile-popup__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
}

@media screen and (min-width: 600px) {
	.popup-autopayment__wrapper,
	.popup-wallet__wrapper,
	.mobile-popup__wrapper {
		width: 400px;
	}
}

.popup-autopayment__content,
.popup-wallet__content,
.mobile-popup__container {
	display: flex;
	max-height: 60vh;
	padding: 24px 15px 30px 15px;
	flex-direction: column;
}
.popup-autopayment__content--hidden,
.popup-wallet__content--hidden {
	display: none;
}

.popup-autopayment__content-title,
.popup-wallet__content-title,
.mobile-popup__title {
	font-family: Roboto, sans-serif;
	margin: 0;
	color: #000;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 400;
}

.popup-autopayment__content-description,
.popup-wallet__content-description,
.mobile-popup__content {
	margin-top: 20px;
}

.popup-autopayment__content-description > *,
.popup-wallet__content-description > *,
.mobile-popup__content > * {
	font-family: Roboto, sans-serif;
	margin: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.42;
	font-weight: 300;
}

.popup-autopayment__content-controls,
.popup-wallet__content-controls,
.mobile-popup__controls {
	margin-top: 27px;
}

.popup-autopayment__button,
.popup-wallet__button,
.mobile-popup__button {
	display: flex;
	padding: 0 12px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	height: 40px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	transition: opacity 0.15s linear;
	width: 100%;
	box-sizing: border-box;
}

.popup-autopayment__button:hover,
.popup-autopayment__button:focus,
.popup-wallet__button:hover,
.popup-wallet__button:focus,
.mobile-popup__button:hover,
.mobile-popup__button:focus {
	opacity: 0.8;
}

.popup-autopayment__button:not(:first-child),
.popup-wallet__button:not(:first-child) {
	margin-top: 12px;
}

.popup-autopayment__button--theme-green,
.popup-wallet__button--theme-green {
	background: #2bc26c;
	color: #fff;
}

.popup-autopayment__button--theme-green:hover,
.popup-autopayment__button--theme-green:focus,
.popup-wallet__button--theme-green:hover,
.popup-wallet__button--theme-green:focus {
	color: #fff;
}


.popup-autopayment__button--theme-transparent,
.popup-wallet__button--theme-transparent {
	background: transparent;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.popup-autopayment__button--theme-transparent:hover,
.popup-autopayment__button--theme-transparent:focus,
.popup-wallet__button--theme-transparent:hover,
.popup-wallet__button--theme-transparent:focus {
	color: #000;
}

.popup-autopayment__content {
	padding-top: 38px;
}

.popup-autopayment__content-title {
	text-align: center;
	font-size: 21px;
}


.popup-payment {
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.popup-payment__overlay {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: fixed;
}

.popup-payment__wrapper {
	position: absolute;
	z-index: 3000;
	bottom: -100vh;
	left: 0;
	width: 100%;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	background-color: #fff;
	transition: 1s;
}

.popup-payment__wrapper--visible {
	bottom: 0;
}

.popup-payment__wrapper::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: rgba(249, 249, 249, 0.94);
	box-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.3);
}

.popup-payment__content {
	display: flex;
	box-sizing: border-box;
	padding: 0 28px 58px 28px;
	min-height: 70vh;
	font-family: 'Roboto';
	align-items: center;
	flex-direction: column;
	color: #212121;
}

.popup-payment__loader {
	display: none;
	text-align: center;
}

.popup-payment__loader-inner {
	display: flex;
	justify-content: center;
	height: 30px;
	padding-top: 30px;
}


.popup-payment__loader img {
	position: relative;
	margin-right: 4px;
	animation: bounce 0.6s infinite alternate forwards;
}

@keyframes bounce {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-30px);
	}
}

.popup-payment__loader img:nth-child(2) {
	animation-delay: 0.3s;
}

.popup-payment__loader img:nth-child(3) {
	animation-delay: 0.5s;
}

.popup-payment__content p {
	text-align: center;
	font-size: 16px;
	font-family: inherit;
	line-height: 20px;
	padding: 0 8px;
}

.popup-payment__close {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 26px;
	cursor: pointer;
	background-image: url(../icons/chevron.svg);
}

.popup-payment__title {
	font-weight: bold;
	font-family: inherit;
	color: inherit;
	font-size: 24px;
	line-height: 28px;
}

.popup-payment__buttons-wrapper {
	margin-top: auto;
}

.popup-payment__buttons-wrapper > * + * {
	margin-top: 8px;
}

.popup-payment__buttons-wrapper button {
	width: 265px;
	font-family: Roboto;
}

.popup-autopayment__content-description {
	text-align: center;
}

.popup-autopayment__form {
	display: flex;
	margin: 10px 0;
	flex-wrap: wrap;
	justify-content: center;
}

.popup-autopayment__form-input-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 75%;
}

.popup-autopayment__form-input {
	box-sizing: border-box;
	padding: 14px 18px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	margin: 20px 0;
	width: 100%;
}

.popup-autopayment__form-input-message,
.popup-autopayment__message {
	margin-top: -10px;
	margin-bottom: 20px;
	color: #1d1d1b;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.83;
	width: 100%;
}

.popup-autopayment__message {
	margin-top: 40px;
	margin-bottom: 0;
}

.popup-autopayment__button--disabled {
	opacity: 0.6;
	cursor: not-allowed;
}


.popup_vip .popup__main {
	position: absolute;
	top: auto;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	width: 100%;
	min-height: 100px;
	font-size: 11.25pt;
	background: rgb(46, 54, 80);
	border-radius: 20px 20px 0 0;
	overflow: initial;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
	/*height: 100%;*/
	z-index: 1;
	bottom: 0;
}

.promo .vip_about_logo {
	padding-top: 25px;
	padding-bottom: 25px;
}

.popup_vip.level .popup__main, .popup_vip.next .popup__main{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.055)), #141D3A;
}

.state_promo, .state_level, .state_next{
	display: none;
}

.popup_vip.promo .state_promo{
	display: block;
}

.popup_vip.level .state_level{
	display: block;
}

.popup_vip.next .state_next{
	display: block;
}

.state_level .vip_about_logo img, .state_next .vip_about_logo img{
	height: 136px;
	position: relative;
	top: -35px;
	animation: 1.5s ease-in-out 0s 1 normal none running move_medal;
}

@keyframes move_medal { from { top: -150px; } 75% { top: -30px } to { top: -35px }  }

.popup_vip .hr{
	border-top: 1px solid rgba(255, 255, 255, 0.185);
	margin: 32px auto 8px;
	width: 95%;
	max-width: 350px;
	height: 0;
	font-size: 0;
}

.popup_vip .popup__content{
	height: 100%;
	max-height: inherit;
	padding: 28px 16px 0;
}

.popup_vip .popup__content::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.popup_vip .popup__main::before,.popup_vip .popup__main::after{
	background: url(/media/mobile/mobile_v3/img/vip_popup/vip_close_popup.svg) no-repeat center center;
	width: 100%;
	height: 54px;
	top: -50px;
}

.popup_vip.level .popup__main::before, .popup_vip.next .popup__main::before{
	background: url(/media/mobile/mobile_v3/img/vip_popup/vip_close_popup.svg) no-repeat center center;
	width: 100%;
	height: 54px;
	top: -50px;
}

.close_vip{
	background: url('/media/mobile/mobile_v3/img/vip_popup/vip_close_popup.svg') no-repeat center center;
	width: 100%;
	height: 54px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding-top: 46px;
}

.popup__info_icon {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.vip_about_logo{
	text-align: center;
	padding-top: 0px;
}

.vip_about_title{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	align-items: center;
	text-align: center;
	letter-spacing: -0.2px;
	color: #fff;
	padding-bottom: 24px;
}
.vip_notifier__description p{
	margin: 0;
}
.popup_vip_congrats .vip_about_title{
	padding-top: 30px;
	padding-bottom: 10px;
}

.vip_about_description{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding-bottom: 32px;
	max-width: 325px;
	margin: 0 auto;
}
.vip_about_close_btn {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	/* identical to box height, or 100% */
	text-align: center;
	/* grey alpha [night] / 500 */
	color: rgba(255, 255, 255, 0.485);
	padding-top: 25px;
}
.popup_vip_congrats .vip_about_description{
	padding-bottom: 0;
}
.vip_possibilities{
	display: flex;
	max-width: 325px;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #fff;
}
.vip_possibilities div {
	text-align: center;
	width: 33%;
}
.vip_details{
	max-width: 325px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	width: 95%;
	margin: 16px auto;
}
.vip_details img {
	width: 24px;
	height: 24px;
	padding-right: 8px;
}
.vip_details div {
	padding-bottom: 8px;
	display: flex;
	max-width: 325px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: flex-start;
}
.vip_alert{
	margin: 28px auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: flex;
	max-width: 325px;
	border: 1px solid rgba(255, 255, 255, 0.185);
	box-sizing: border-box;
	border-radius: 20px;
	padding: 16px;
}

.vip_alert img{
	margin-bottom: auto;
	margin-right: 10px;
}
.vip_promo_link{
	display: block;
	margin: 32px auto 0;
	max-width: 325px;
	text-align: center;
	padding: 16px;
	background: #FFCD17;
	border-radius: 12px;
	text-decoration: none;
	color: #212121;
	font-weight: bold;
	font-size: 16px;
}
.vip_promo_link:hover {
	color: #212121!important;
}
.vip_details_title{
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.485);
	max-width: 325px;
	margin: 0 auto;
}

.vip_possibilities img {
	width: 48px;
	height: 48px;
}


.state_level_title{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.485);
	margin: 0 auto;
}

.state_level_name{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	align-items: center;
	text-align: center;
	letter-spacing: -0.2px;
	color: rgba(255, 255, 255, 0.935);
	margin: 0 auto;
	padding: 8px 0 24px;
}

.state_level_name span{
	display: none;
}

.state_level_name.bronze span.bronze,
.state_level_name.silver span.silver,
.state_level_name.gold span.gold,
.state_level_name.platinum span.platinum,
.state_level_name.diamond span.diamond{
	display: inline;
}

.info-plate{
	/*max-width: 325px;*/
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.095);
	border: 1px solid rgba(255, 255, 255, 0.185);
	box-sizing: border-box;
	border-radius: 20px;
	padding: 16px 79px 16px 16px;
	background: rgba(255, 255, 255, 0.095) url('/media/mobile/mobile_v3/img/vip_popup/vip_level_info.svg') no-repeat center right 20px;
}

.info-plate .info-plate_title{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.935);
	padding-bottom: 20px;
	display: none;
}

.info-plate .info-plate_descr{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.705);
	display: none;
}

.level_url{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: rgba(255, 255, 255, 0.485);
	padding: 16px 0;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.vip_popup_bottom {
	background: #141D3A;
	width: 100%;
	left: -16px;
	height: 120px;
	padding: 16px 16px 0 16px;
	margin: 0 -16px;
}

.vip_popup_bottom_title{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.485);
	/*max-width: 293px;*/
	margin: 0 auto;
	padding-bottom: 16px;
}

.progress-bar-island{
	background: rgba(255, 255, 255, 0.095);
	border-radius: 20px;
	margin: 0 auto;
	/*max-width: 293px;*/
	padding: 16px 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.progress_link{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	height: 36px;
	width: 36px;
	text-align: center;
	text-decoration: none;
	margin-left: 16px;
}

.progress_link img{
	transform: rotate(
			-90deg
	);
	height: 24px;
	width: 24px;
	position: relative;
	top: 6px;
	left: 2px;
}
.progress_link svg {
	fill: rgb(255, 255, 255);
	position: relative;
	top: 6px;
	left: 0px;
}

.progress-bar-island .bar{
	width: 80%;
	margin: 16px 0 0;
	height: 4px;
	display: flex;
	justify-content: space-between;
}

.bar .next_level{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c8c8c8;
	display: block;
	height: 16px;
	position: relative;
	top: -6px;
	width: 16px;
	margin: 0 2px;
}

.bar .completion {
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	flex-grow: 3;
	position: relative !important;
}

.bar .completion{
	width: 20px;
}

.completion:first-child {
	width: 10px!important;
	flex-grow: 1;
}

.completion div{
	background: #FFCD17;
	width: 0;
	height: 4px;
}

.bar.bronze .next_level.bronze,
.bar.silver .next_level.bronze,
.bar.gold .next_level.bronze,
.bar.platinum .next_level.bronze,
.bar.diamond .next_level.bronze{
	background: -webkit-linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
	background: -moz-linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
	background: linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
}
.bar.bronze .next_level.bronze img,
.bar.silver .next_level.bronze img,
.bar.gold .next_level.bronze img,
.bar.platinum .next_level.bronze img,
.bar.diamond .next_level.bronze img{
	display: block;
}
.bar.bronze .completion.bronze div,
.bar.silver .completion.bronze div,
.bar.gold .completion.bronze div,
.bar.platinum .completion.bronze div,
.bar.diamond .completion.bronze div{
	width: 100%;
}

.bar.silver .next_level.silver,
.bar.gold .next_level.silver,
.bar.platinum .next_level.silver,
.bar.diamond .next_level.silver{
	background: -webkit-linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
	background: -moz-linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
	background: linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
}
.bar.silver .next_level.silver img,
.bar.gold .next_level.silver img,
.bar.platinum .next_level.silver img,
.bar.diamond .next_level.silver img{
	display: block;
}
.bar.silver .completion.silver div,
.bar.gold .completion.silver div,
.bar.platinum .completion.silver div,
.bar.diamond .completion.silver div{
	width: 100%;
}
.bar.gold .next_level.gold,
.bar.platinum .next_level.gold,
.bar.diamond .next_level.gold{
	background: -webkit-linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
	background: -moz-linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
	background: linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
}
.bar.gold .next_level.gold img,
.bar.platinum .next_level.gold img,
.bar.diamond .next_level.gold img{
	display: block;
}
.bar.gold .completion.gold div,
.bar.platinum .completion.gold div,
.bar.diamond .completion.gold div{
	width: 100%;
}
.bar.platinum .next_level.platinum,
.bar.diamond .next_level.platinum{
	background: -webkit-linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
	background: -moz-linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
	background: linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
}
.bar.platinum .next_level.platinum img,
.bar.diamond .next_level.platinum img{
	display: block;
}
.bar.platinum .completion.platinum div,
.bar.diamond .completion.platinum div{
	width: 100%;
}
.bar.diamond .next_level.diamond{
	background: -webkit-linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
	background: -moz-linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
	background: linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
}
.bar.diamond .next_level.diamond img{
	display: block;
}
.bar.diamond .completion.diamond div{
	width: 100%;
}

.next_level.bronze.active{
	background: -webkit-linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
	background: -moz-linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
	background: linear-gradient(90deg, #945D35 0%, #EFAA78 100%);
}
.next_level.silver.active{
	background: -webkit-linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
	background: -moz-linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
	background: linear-gradient(90deg, #9598A6 0%, #E6E6E6 100%);
}
.next_level.gold.active{
	background: -webkit-linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
	background: -moz-linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
	background: linear-gradient(90deg, #D7A245 0%, #F4DC95 100%);
}
.next_level.platinum.active{
	background: -webkit-linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
	background: -moz-linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
	background: linear-gradient(90deg, #2D99B0 0%, #ABE2F3 100%);
}
.next_level.diamond.active{
	background: -webkit-linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
	background: -moz-linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
	background: linear-gradient(90deg, #5B94E5 0%, #9BD0F8 100%);
}

.next_level img{
	width: 10px;
	height: 10px;
	position: relative;
	left: 3px;
	top: 4px;
	display: none;
}

@media screen and (min-width: 600px){
	.popup_vip .popup__main {
		width: 770px;
	}
}

.vip_notifier{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px;
	position: absolute;
	width: 328px;
	height: 68px;
	background: #FFFFFF;
	border-radius: 20px;
	align-self: stretch;
	flex-grow: 0;
	margin: 0px 0px;
	z-index: 1999;
	top: 16px;
	left: 50%;
	margin-left: -164px;
	box-sizing: border-box;
	justify-content: stretch;
	box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 20%);
}
.vip_notifier img:first-child{
	width: 32px;
	height: 32px;
	padding-right: 16px;
}

.vip_notifier__info{
	flex-basis: 222px;
}

.vip_notifier__title{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #212121;
}

.vip_notifier__description{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2px;
	color: rgba(0, 0, 0, 0.65);
}