﻿* {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: #f7f5ff;
	word-break: break-word;
	position: relative;
	color: #A09ABC;
	font-weight: normal;
	font-size: 16px;
}

table {
	border-spacing: 0;
}

input {
	border-radius: 4px;
}

.input-block .input-error {
	display: none;
	opacity: 1;
	box-sizing: border-box;
	max-width: 100%;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #f46145;
	padding: 4px 8px 0 8px;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.input-block .input-error.active {
	opacity: 1;
	display: block;
}

.input-block.input-block-range {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: calc(100% - 120px) 100px;
	align-items: center;
}

.input-block.input-block-range input {
	height: 60px !important;
	line-height: 60px !important;
	padding: 0 !important;
	outline: none;
}

.input-block.input-block-range input[type="number"]{
	padding: 0 8px !important;
}

.input-block.input-block-range input[type="range"] {
	line-height: 0 !important;
	height: 2px !important;
	-webkit-appearance: none;
}

.input-block.input-block-range input[type="range"]:focus {
	outline: none !important;
	border: 0 !important;
}

.input-block.input-block-range input[type="range"]::-ms-thumb {
	-webkit-appearance: none;
	background: #18222e;
	cursor: pointer;
}

.input-block.input-block-range input[type="range"]:read-only {
	opacity: 0.5;
}

.input-block.input-block-range input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	background: #18222e;
	border: 0;
	cursor: pointer;
}

.input-block.input-block-range input[type="range"]::-ms-fill-lower {
	background: #18222e;
}

.input-block.input-block-range input[type="range"]::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #ff9900;
}

.input-block.input-block-range input[type="range"]::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #ff9900;
}

.input-block.input-block-range input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: #ff9900;
}

.input-block.input-block-range input[type="range"]::-webkit-slider-thumb {
	margin-top: -7px;
	background: #18222e;
	border: 0;
	-webkit-appearance: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	cursor: pointer;
}

.input-block.input-block-range.input-append > .append {
	position: static;
}

input[type="range"] {
	background-color: transparent !important;
}

img {
	max-width: 100%;
}

.text-superbold {
	font-weight: 800;
}

h6 {
	font-size: 14px;
}

input, select, textarea {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	height: 60px;
	border: 1px solid #DFD9F6;
	padding: 0 24px;
}

input:focus, select:focus, textarea:focus {
	box-shadow: none;
	border-color: #FBBA73;
}

.input-prepend > input,
.input-prepend > select,
.input-prepend > textarea {
	padding-left: 60px;
}

.input-append > input,
.input-append > select,
.input-append > textarea {
	padding-right: 60px;
}

.input-append > .append,
.input-prepend > .prepend {
	line-height: 57px;
	height: 58px;
	min-width: 58px;
	padding: 0;
}

.input-block {
	padding-bottom: 8px;
}

.btn {
	box-shadow: none;
	border-radius: 0;
	height: 72px;
	line-height: 72px;
	border: 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 51px;
}

.btn:hover {
	box-shadow: none;
	transform: scale(1.075);
}

.btn:after {
	border-radius: inherit;
}

a {
	color: #000;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
}

a:not(.btn):hover {
	color: #222;
}

.input-block > label .checkbox-style, .input-block > label .radio-style {
	vertical-align: middle;
}

.tooltip {
	text-align: center;
	font-size: 12px;
}

h1 {
	font-size: 48px;
	line-height: 107.4%;
}

textarea {
	min-height: 64px;
	padding: 12px 24px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

hr {
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 1px;
}

.container-v2 {
	width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

.tooltip {
	z-index: 21;
}

.scroll-top {
	opacity: 0.4;
	position: fixed;
	bottom: calc((100px - 48px) / 2);
	right: 20px;
	font-size: 20px;
	text-align: center;
	width: 48px;
	z-index: 10;
	line-height: 44px;
	height: 48px;
	display: block;
	border-radius: 50%;
	box-shadow:rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.scroll-top:hover {
	opacity: 0.8;
	color: #fff !important;
}

.checkbox-style .checkbox-style-checked, .radio-style .checkbox-style-checked {
	border: 2px solid #FBBA73;
	border-radius: 50%;
}

.checkbox-style input:checked + .checkbox-style-checked::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #FBBA73;
	margin: 2px auto;
}

.checkbox-style input:checked + .checkbox-style-checked {
	background-color: transparent;
}

.checkbox-style .checkbox-style-checked, .radio-style .checkbox-style-checked {
	border-color: #FBBA73;
}

.select-style {
	visibility: hidden;
	position: absolute;
	z-index: -9999;
	left: -9999px;
}

.select-style.select-style-rendered {
	display: block;
	visibility: visible;
	position: relative;
	left: auto;
	color: #000;
	z-index: auto;
}

.select-style-rendered {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 58px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #DFD9F6;
	padding: 0 24px;
	position: relative;
}

.select-style-rendered:before {
	content: "⌄";
	color: #A09ABC;
	position: absolute;
	right: 28px;
	font-weight: bold;
	top: 0;
	line-height: 58px;
	height: 60px;
}

.select-style-rendered:focus,
.select-style-rendered.focus{
	box-shadow: none;
	border-color: #FBBA73;
}

.select-style-rendered.focus:before{
	content: "⌄";
}

.select-style-list {
	position: absolute;
	display: none;
	top: calc(100% + 4px);
	left: -1px;
	width: calc(100% + 2px);
	overflow: auto;
	max-height: 180px;
	scrollbar-width: thin;
	scrollbar-color: #FBBA73 #DEDBEA;
	border: 1px solid #DFD9F6;
	z-index: 1;
	background-color: #fff;
}

.select-style-list > li {
	list-style: none;
	line-height: normal;
	padding: 15px 24px;
	cursor: pointer;
}

.select-style-list > li:hover,
.select-style-list > li[data-selected="true"] {
	background-color: #000;
	color: #fff;
}

.select-style-list.focus {
	display: block;
	z-index: 25;
}

header {
	padding-top: 20px;
}

header > .navbar {
	height: 110px;
	z-index: 20;
	position: relative;
	background: #fff;
	box-shadow: 11px 11px 22px #F4F1FF;
	border-radius: 12px;
}

header > .navbar .navbar-wrapper {
	display: block;
	font-size: 0;
}

header > .navbar .navbar-wrapper .mobile {
	display: none;
	position: absolute;
	top: 32px;
	right: 32px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #F6F3FF;
	padding: 15px 13px;
}

header > .navbar .navbar-wrapper .mobile > span {
	width: 19px;
	border-radius: 2px;
	height: 3px;
	background-color: #000;
	margin-bottom: 3px;
	display: block;
	margin-left: auto;
}

header > .navbar.active .navbar-wrapper .mobile > span {
	background-color: #E88740;
}

header > .navbar .navbar-wrapper .mobile > .top-line,
header > .navbar .navbar-wrapper .mobile > .middle-line,
header > .navbar .navbar-wrapper .mobile > .bottom-line {
}

header > .navbar .navbar-wrapper .mobile > span:last-child {
	margin-bottom: 0;
}

header > .navbar .navbar-wrapper .mobile > .middle-line {
	width: 10px;
}

header > .navbar .navbar-wrapper > .nav-left,
header > .navbar .navbar-wrapper > .nav-center,
header > .navbar .navbar-wrapper > .nav-right {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 100%;
}

header > .navbar .navbar-wrapper > .nav-left {
	padding: 30px;
	width: 275px;
}

header > .navbar .navbar-wrapper .navbar-menu > li {
	padding-right: 58px;
	font-size: 0;
	min-width: 0;
}

header > .navbar .navbar-wrapper .navbar-menu > li:last-child {
	padding-right: 0;
}

header > .navbar .navbar-wrapper .nav-brand,
header > .navbar .navbar-wrapper .nav-item,
header > .navbar .navbar-wrapper .nav-link,
header > .navbar .navbar-wrapper .nav-mobile {
	line-height: normal;
	height: auto;
	color: #8A82AA;
	min-width: 0;
}

header > .navbar .navbar-wrapper .nav-link {
	line-height: 24px;
	padding: 0;
	transition: all 0.2s ease;
	will-change: font-weight;
}

header > .navbar .navbar-wrapper .nav-link > span {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

header > .navbar .navbar-wrapper .nav-link > span::before {
	display: block;
	content: attr(data-title);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

header > .navbar .navbar-wrapper .nav-link::after {
	display: none;
}

header > .navbar .navbar-wrapper .nav-link.active,
header > .navbar .navbar-wrapper .nav-link:active,
header > .navbar .navbar-wrapper .nav-link:hover {
	font-weight: bold;
	color: #000;
}

header > .navbar .navbar-wrapper .nav-link > .pic {
	margin-right: 7px;
}

header > .navbar .navbar-wrapper > .nav-right {
	position: relative;
}

header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-vk {
	padding: 32px 38px;
	margin-left: 71px;
	position: relative;
}

header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-vk:before,
header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-vk:after {
	display: block;
	height: 40px;
	top: 32px;
	left: 0;
	background-color: #E4E1EE;
	width: 1px;
	content: "";
	position: absolute;
}

header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-vk:after {
	left: auto;
	right: 0;
}

header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-lk {
	text-align: right;
	width: 400px;
	vertical-align: bottom;
}

header > .navbar .navbar-wrapper > .nav-right .navbar-menu > li.nav-li-vk .nav-link > .pic {
	margin: -4px 0 0 0;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-lk {
	width: 235px;
	height: 72px;
	line-height: 72px;
	background-color: #FFB37C;
	border-radius: 8px;
	color: #9B633A;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-lk:hover {
	color: #000;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-lk > .pic {
	margin-top: -2px;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed {
	line-height: normal;
	display: grid;
	grid-gap: 58px;
	grid-template-columns: auto 54px;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile {
	position: relative;
	text-align: right;
	font-size: 0;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile:after {
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile > .avatar {
	width: 54px;
	height: 54px;
	border-radius: 5px;
	background-color: #F6F3FF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-origin: content-box;
	padding: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile > .info {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: left;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile .username {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	padding-left: 7px;
	padding-top: 6px;
	white-space: nowrap;
	overflow: hidden;
	max-width: 210px;
	text-overflow: ellipsis;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile .balance {
	white-space: nowrap;
	overflow: hidden;
	max-width: 210px;
	text-overflow: ellipsis;
	padding-left: 7px;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .lk-profile .balance {
	font-size: 16px;
	font-weight: normal;
	color: #8A82AA;
}

header > .navbar .navbar-wrapper .nav-link.nav-link-authed .logout {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 50%;
	background-color: #F7F5FF;
	text-align: center;
}

header > .navbar .mobile-block {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 342px;
	z-index: 2;
	font-size: 16px;
}

header > .navbar.active .mobile-block {
	display: block;
}

header > .navbar .mobile-block:before {
	display: block;
	content: "";
	position: absolute;
	top: -8px;
	right: 47px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

header > .navbar .mobile-block > .mobile-menu {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 53px 36px 28px 36px;
	text-align: center;
}

header > .navbar .mobile-block > .mobile-menu > li {
	list-style: none;
}

header > .navbar .mobile-block > .mobile-menu > li > a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #8A82AA;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

header > .navbar .mobile-block > .mobile-menu > li > a.active,
header > .navbar .mobile-block > .mobile-menu > li > a:hover {
	font-weight: bold;
	color: #000;
}

header > .navbar .mobile-block > .mobile-vk {
	background-color: #fff;
	text-align: center;
}

header > .navbar .mobile-block > .mobile-vk > a {
	display: block;
	width: 100px;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: auto;
}

header > .navbar .mobile-block > .mobile-vk > a:before,
header > .navbar .mobile-block > .mobile-vk > a:after {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #E4E1EE;
	top: 0;
	left: 0;
}

header > .navbar .mobile-block > .mobile-vk > a:after {
	left: auto;
	right: 0;
}

header > .navbar .mobile-block > .mobile-close {
	display: block;
	width: 100%;
	height: 76px;
	border-radius: 0 0 10px 10px;
	background-color: #FFE3E3;
	text-align: center;
	line-height: 76px;
	color: #FF0B0B;
	font-size: 44px;
}

header > .navbar .mobile-block > .mobile-lk {
	padding: 33px 36px 31px 36px;
	background-color: #fff;
	position: relative;
}

header > .navbar .mobile-block > .mobile-lk .avatar {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 5px;
	background-color: #F6F3FF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-origin: content-box;
	padding: 10px;
}

header > .navbar .mobile-block > .mobile-lk .logout {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	background-color: #F7F5FF;
	border-radius: 50%;
	position: absolute;
	right: 36px;
	top: 33px;
}

header > .navbar .mobile-block > .mobile-lk .info {
	position: absolute;
	top: 33px;
	left: 102px;
	max-width: calc(100% - 204px);
}

header > .navbar .mobile-block > .mobile-lk .info > .username {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	line-height: 28px;
}

header > .navbar .mobile-block > .mobile-lk .info > .balance {
	color: #8A82AA;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header > .navbar .mobile-block > .mobile-lk-unauthed {
	background-color: #fff;
	padding: 45px 54px;
}

header > .navbar .mobile-block > .mobile-lk-unauthed > a {
	width: 100%;
	display: block;
	line-height: 72px;
	height: 72px;
	text-align: center;
	background-color: #FFB37C;
	border-radius: 8px;
	color: #9B633A;
	font-weight: bold;
	font-size: 16px;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

header > .navbar .mobile-block > .mobile-lk-unauthed > a:hover {
	color: #000;
}

header > .navbar .mobile-block > .mobile-lk-unauthed > a > .pic {
	margin-right: 4px;
}





footer {
	padding: 75px 0;
}

footer .logo {
	width: 150px;
}

footer .block-middle {
	display: grid;
	grid-gap: 58px;
	grid-template-columns: auto 360px 370px;
	align-items: center;
	padding-top: 12px;
}

footer .block-middle > .block-center,
footer .block-middle > .block-right {
	font-weight: bold;
	font-size: 18px;
}

footer .block-middle > .block-right {
	text-align: right;
}

footer .block-middle a {
	color: #A09ABC;
}

footer .block-middle .social-icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 4px;
}

footer .block-middle .social-icon .pic-terms,
footer .block-middle .social-icon .pic-privacy{
	margin-top: -2px;
	margin-left: 2px;
}

footer .block-bottom {
	padding-top: 25px;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 292px 164px 220px auto;
	align-items: center;
}

footer .block-bottom .cards {
	display: inline-grid;
	grid-gap: 30px;
	grid-template-columns: 82px 41px 91px;
	align-items: center;
	vertical-align: middle;
}

footer .block-bottom .cards > .visa {
}

footer .block-bottom > .block-right {
	text-align: right;
}

footer .block-bottom .dev {
	display: inline-block;
	background-image: url("../img/qexy.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	height: 28px;
	vertical-align: middle;
	margin-right: 30px;
	opacity: 0.3;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

footer .block-bottom .dev:hover {
	opacity: 1;
}



.logo {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: 50px calc(100% - 58px);
	align-items: center;
}

.logo > .block-left > .icon {
	width: 50px;
	height: 51px;
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.logo > .block-right {
	text-align: left;
}

.logo > .block-right > .top {
	font-weight: 800;
	font-size: 19px;
	color: #000;
	line-height: 19px;
}

.logo > .block-right > .bottom {
	font-size: 15px;
	color: #8A82AA;
	line-height: 15px;
}



.modal > .wrapper > .modal-content {
	background-color: #fafafa;
}

body > .container {
	min-height: calc(100vh - 200px);
}

.static-page .items-tabs {
	padding-top: 20px;
}

.static-page .items-tabs.tabs > .tab-list > .tab-id {
	padding: 20px 0;
}

.static-page .items-tabs .items > .item-list {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	align-items: start;
}

.static-page .items-tabs .items > .item-list > .item-id {
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.static-page .items-tabs .items > .item-list > .item-id:hover {
	background-color: rgba(0,0,0,0.4);
}

.static-page .items-tabs .items > .item-list > .item-id .data {
	display: none;
}

.static-page .items-tabs .items > .item-list > .item-id > .title {
	font-weight: 500;
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
	color: #EDE7F6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.static-page .items-tabs .items > .item-list > .item-id > .image {
	display: block;
	margin: auto;
	height: 120px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 4px;
}

body.modal-overflow {
	overflow: hidden;
}

.modal {
	padding: 66px 0;
}

.modal > .modal-close-trigger {
	position: fixed;
	left: calc(50% + 258px);
	top: calc(50% - 206px);
	z-index: 1;
}

.modal > .wrapper {
	width: 600px;
	padding: 0;
	height: 100%;
	overflow: visible;
}

.modal > .wrapper > .modal-content {
	position: relative;
	max-height: 100%;
	padding: 0;
}

.modal > .wrapper > .modal-content > .modal-wrapper {
	padding: 90px;
	max-height: calc(100vh - 132px);
	overflow: auto;
}

.modal > .wrapper > .modal-content > .modal-close-trigger {
	position: absolute;
	top: 23px;
	left: calc(100% + 23px);
	pointer-events: none;
}

.modal > .wrapper > .modal-content > .modal-wrapper > .modal-header {
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	line-height: 107.4%;
	font-style: normal;
	border: 0;
	padding: 0;
}

.modal > .wrapper > .modal-content > .modal-wrapper > .modal-subheader {
	padding-top: 15px;
	font-size: 16px;
	line-height: 107.4%;
	text-align: center;
	color: #A09ABC;
}

.modal > .wrapper > .modal-content > .modal-wrapper > .modal-body {
	padding: 36px 0 0 0;
}

.modal > .wrapper > .modal-content > .modal-wrapper > .modal-footer {
	border: 0;
	padding: 0;
	text-align: left;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-wrapper,
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-wrapper  {
	padding: 55px;
}

.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-wrapper {
	padding: 52px 55px;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-wrapper > .modal-header,
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-wrapper > .modal-header {
	text-align: center;
	padding-top: 35px;
}

.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-wrapper > .modal-header {
	padding-top: 0;
}

.modal[data-id="2fauth"] > .wrapper > .modal-content .input-block {
	padding-bottom: 0;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .btn {
	width: 100%;
	display: block;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .pic {
	margin-top: -4px;
}

.modal[data-id="2fauth"] input[type="text"] {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 8px;
}

.modal[data-id="2fauth"] input[type="text"]::placeholder {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}

/*.modal > .wrapper > .modal-content [data-modal-close]{
	position: absolute;
	right: 54px;
	top: 54px;
	font-size: 45px;
	color: #929698;
	opacity: 0.35;
	width: 27px;
	height: 27px;
	line-height: 20px;
	z-index: 1;
	text-align: center;
}

.modal > .wrapper > .modal-content > .modal-header {
	font-size: 22px;
	font-weight: 800;
	color: #0a0a0a;
	text-transform: uppercase;
	border: 0;
	position: relative;
	max-width: 374px;
	padding: 54px 54px 40px 54px;
}

.modal > .wrapper > .modal-content > .modal-header .forever {
	color: #A0ACBB;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: bold;
}

.modal > .wrapper > .modal-content > .modal-header .discount {
	float: right;
	height: 24px;
	line-height: 24px;
	background-color: #FFAE10;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	padding: 0 7px;
	margin-top: -6px;
}

.modal > .wrapper > .modal-content > .modal-footer {
	padding: 0 54px 54px 54px;
}

.modal[data-id="restore"] > .wrapper > .modal-content > .modal-footer {
	padding: 20px 54px 54px 54px;
	margin-top: 20px;
}

.modal > .wrapper > .modal-content > .modal-body {
	position: relative;
	z-index: 1;
	overflow: hidden;
}*/



/*

.modal[data-id="method"] > .wrapper > .modal-content > .modal-body {
	padding: 0 54px 54px 54px;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-body {
	padding-bottom: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content .image {
	position: absolute;
	top: -16px;
	left: calc(100% - 170px);
	width: 340px;
	height: 370px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.modal[data-id="donate"] > .wrapper > .modal-content .description {
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	padding: 0 160px 70px 0;
	min-height: 340px;
	color: #000;
}

.modal[data-id="donate"] > .wrapper > .modal-content input,
.modal[data-id="auth"] > .wrapper > .modal-content input,
.modal[data-id="2fauth"] > .wrapper > .modal-content input,
.modal[data-id="donate"] > .wrapper > .modal-content textarea,
.modal[data-id="auth"] > .wrapper > .modal-content textarea,
.modal[data-id="2fauth"] > .wrapper > .modal-content textarea{
	height: 52px;
	line-height: 52px;
	padding: 0 52px;
	font-weight: bold;
	border: 1px solid transparent;
}

.modal[data-id="donate"] > .wrapper > .modal-content textarea,
.modal[data-id="auth"] > .wrapper > .modal-content textarea,
.modal[data-id="2fauth"] > .wrapper > .modal-content textarea {
	line-height: 1.4;
	padding: 20px 52px;
	min-height: 104px;
}

.modal[data-id="2fauth"] > .wrapper > .modal-content input {
	text-align: center;
	font-size: 14px;
}

.modal[data-id="donate"] > .wrapper > .modal-content input:focus,
.modal[data-id="auth"] > .wrapper > .modal-content input:focus,
.modal[data-id="2fauth"] > .wrapper > .modal-content input:focus,
.modal[data-id="donate"] > .wrapper > .modal-content textarea:focus,
.modal[data-id="auth"] > .wrapper > .modal-content textarea:focus,
.modal[data-id="2fauth"] > .wrapper > .modal-content textarea:focus {
	box-shadow: none;
	border: 1px solid #ccc;
}

.modal[data-id="donate"] > .wrapper > .modal-content input::placeholder,
.modal[data-id="auth"] > .wrapper > .modal-content input::placeholder,
.modal[data-id="2fauth"] > .wrapper > .modal-content input::placeholder,
.modal[data-id="donate"] > .wrapper > .modal-content textarea::placeholder,
.modal[data-id="auth"] > .wrapper > .modal-content textarea::placeholder,
.modal[data-id="2fauth"] > .wrapper > .modal-content textarea::placeholder {
	text-transform: uppercase;
	font-size: 10px;
}

.modal[data-id="donate"] > .wrapper > .modal-content .input-block,
.modal[data-id="auth"] > .wrapper > .modal-content .input-block,
.modal[data-id="2fauth"] > .wrapper > .modal-content .input-block{
	padding-bottom: 30px;
}

.modal[data-id="donate"] > .wrapper > .modal-content .input-block .input-error,
.modal[data-id="auth"] > .wrapper > .modal-content .input-block .input-error,
.modal[data-id="2fauth"] > .wrapper > .modal-content .input-block .input-error {
	line-height: 30px;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer {
	text-align: left;
	border: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer .block-middle {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer [type="submit"],
.modal[data-id="auth"] > .wrapper > .modal-content > .modal-footer [type="submit"],
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-footer [type="submit"] {
	background-color: #000;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	display: block;
	line-height: 52px;
	height: 52px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer [type="submit"] .fa-coins {
	margin-right: 8px;
	font-size: 14px;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block {
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 800;
	position: relative;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block.alerted {
	padding-top: 8px;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block.active {
	color: #53a32c;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block .value,
.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block .pure_value {
	display: inline-block;
	vertical-align: top;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block .pure_value {
	margin-left: 8px;
	color: #A0ACBB;
	font-weight: 400;
	text-decoration: line-through;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer.error [type="submit"],
.modal[data-id="auth"] > .wrapper > .modal-content > .modal-footer.error [type="submit"],
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-footer.error [type="submit"] {
	background-color: #f46145;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer [type="submit"].give {
	background-color: #ffae00;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-footer #price-block > .forever {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #bec1c5;
	font-weight: bold;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
}

.modal[data-id="donate"] > .wrapper > .modal-content #input-amount input {
	background-color: #fff;
	border: 1px solid #e3ecf2;
	text-align: center;
}

.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-append > .append,
.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-prepend > .prepend {
	min-width: 52px;
	line-height: 48px;
	height: 52px;
	font-size: 24px;
	padding: 0;
	font-weight: bold;
	top: 0;
	right: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-prepend > .prepend {
	right: auto;
	left: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-append > .append .plus,
.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-prepend > .prepend .minus {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e3ecf2;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-append > .append .plus:hover,
.modal[data-id="donate"] > .wrapper > .modal-content #input-amount .input-prepend > .prepend .minus:hover {
	border: 1px solid #ffcd05;
	color: #ffcd05;
}

//.modal[data-id="items-donate"] > .wrapper > .modal-content {
//	background-image: url("../img/item-bg.png");
//	background-position: 380px 118px;
//	background-repeat: no-repeat;
//}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-body,
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-body {
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-header,
.modal[data-id="2fauth"] > .wrapper > .modal-content > .modal-header {
	text-align: center;
	max-width: 100%;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-footer {
	border: 0;
	padding: 0 0 54px 0;
}

.modal[data-id="auth"] > .wrapper > .modal-content > .modal-footer [type="submit"] {
	width: 240px;
	margin: auto;
	border-radius: 26px;
	background-color: #ffae00;
	max-width: 100%;
}*/

.pic {
	background-image: url("../img/icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

.pic.pic-main {
	width: 16px;
	height: 20px;
	background-position: -20px -85px;
}

.pic.pic-rules {
	width: 20px;
	height: 18px;
	background-position: 0 -85px;
}

.pic.pic-start {
	width: 18px;
	height: 23px;
	background-position: -18px -61px;
}

.pic.pic-vk {
	width: 24px;
	height: 14px;
}

.pic.pic-user-plus {
	width: 20px;
	height: 17px;
	background-position: 0 -44px;
}

.pic.pic-logout {
	width: 18px;
	height: 24px;
	background-position: 0 -61px;
}

.pic.pic-key {
	width: 20px;
	height: 20px;
	background-position: 0 -145px;
}

.pic.pic-close {
	width: 22px;
	height: 22px;
	background-position: -20px -145px;
}

.pic.pic-users {
	width: 40px;
	height: 30px;
	background-position: 0 -14px;
}

.pic.pic-copy {
	width: 20px;
	height: 22px;
	background-position: -14px -123px;
}

.pic.pic-terms {
	width: 14px;
	height: 18px;
	background-position: 0 -123px;
}

.pic.pic-privacy {
	width: 18px;
	height: 17px;
	background-position: -16px -105px;
}

.pic.pic-visa {
	width: 82px;
	height: 26px;
	background-position: 0 -194px;
}

.pic.pic-mastercard {
	width: 41px;
	height: 25px;
	background-position: -42px -142px;
}

.pic.pic-mir {
	width: 91px;
	height: 27px;
	background-position: 0 -167px;
}

.pic.pic-page-rules {
	width: 37px;
	height: 29px;
	background-position: -40px 0;
}

.pic.pic-bomb {
	width: 30px;
	height: 29px;
	background-position: -40px -29px;
}

.pic.pic-back {
	width: 20px;
	height: 20px;
	background-position: -40px -58px;
}

.pic.pic-responsive {
	width: 46px;
	height: 46px;
	background-position: -40px -78px;
}






.modal > .wrapper > .modal-content {
	border-radius: 0;
}

.static-page {
	padding-bottom: 40px;
	color: #000;
	line-height: 24px;
}

.static-page .pagename {
	padding-top: 66px;
	display: block;
	max-width: 100%;
	font-size: 32px;
	font-weight: 800;
	line-height: 52px;
}

.static-page .pagename > .icon {
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 52px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
}

.static-page .pagename > .icon .pic {
	margin-top: -4px;
}

.static-page .section {
	padding-top: 46px;
}

.static-page .section ul {
	padding: 0;
	counter-reset: item;
	list-style-type: none;
}

.static-page .section ul.ul-style-rules > li {
	line-height: 24px;
	font-size: 16px;
	position: relative;
	padding-top: 20px;
	color: #a09abc;
}

.static-page .section ul.ul-style-rules > li:first-child {
	padding: 0;
}

.static-page .section ul.ul-style-rules > li b.num {
	color: #000;
}

.static-page#page-rules .tabs.tabs-horizontal {
	grid-gap: 44px;
	grid-template-columns: 262px calc(100% - 306px);
}

.static-page#page-rules .tabs > .tab-links {
	background-color: transparent;
	border-radius: 0;
}

.static-page#page-rules .tabs > .tab-selector {
	display: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 4px;
	color: #A09ABC;
	font-size: 14px;
	padding: 0 24px;
	background-color: #fff;
	position: relative;
}

.static-page#page-rules .tabs.tabs-horizontal > .tab-links > li {
	padding-bottom: 14px;
}

.static-page#page-rules .tabs.tabs-horizontal > .tab-links > li:last-child {
	padding: 0;
}

.static-page#page-rules .tabs.tabs-horizontal > .tab-links > li .tab-link {
	height: auto;
	min-height: 66px;
	line-height: 19px;
	background-color: #fff;
	color: #000;
	padding: 0 18px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	display: grid;
	align-items: center;
	border: 0;
}

.static-page#page-rules .tabs.tabs-horizontal > .tab-links > li .tab-link.active,
.static-page#page-rules .tabs.tabs-horizontal > .tab-links > li .tab-link:hover {
	background-color: #000;
	color: #fff;
}

.static-page#page-rules .tabs.tabs-horizontal > .tab-list > .tab-id {
	padding: 0;
	border-radius: 0;
}

.static-page .bottom-info-block {
	color: #a09abc;
	padding-top: 40px;
}

.static-page .bottom-info-block-right {
	padding-top: 20px;
	color: #a09abc;
	text-align: right;
}

.static-page .bottom-info-block-right b {
	color: #000;
}




.static-page#page-start .pagename {
	line-height: 34px;
	padding-top: 75px;
}

.static-page#page-start .section {
	padding-top: 75px;
}

.static-page#page-start .grid-section {
	display: grid;
	grid-gap: 26px;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
}

.static-page#page-start .grid-section > .grid-id {
	padding: 96px 50px 50px 50px;
	background-color: #fff;
	text-align: center;
	position: relative;
	height: 350px;
}

.static-page#page-start .grid-section > .grid-id:nth-child(2) {
	background-color: #E9E6F8;
}

.static-page#page-start .grid-section > .grid-id:nth-child(3) {
	background-color: #FBBA73;
}

.static-page#page-start .grid-section > .grid-id .grid-name {
	width: 100%;
	height: 170px;
	color: #000;
	font-size: 32px;
	font-weight: 800;
	position: relative;
	overflow: hidden;
}

.static-page#page-start .grid-section > .grid-id .grid-name .step {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 130px;
	font-weight: 900;
	color: #EFEDF8;
	line-height: 154px;
}

.static-page#page-start .grid-section > .grid-id .grid-name .name {
	position: relative;
	z-index: 1;
	display: block;
	padding-top: 40px;
}

.static-page#page-start .grid-section > .grid-id .grid-text {
	color: #A09ABC;
	font-size: 18px;
	line-height: 24px;
	padding-top: 40px;
}

.static-page#page-start .grid-section > .grid-id:nth-child(2) .grid-name .step {
	color: #E2DEF5;
}

.static-page#page-start .grid-section > .grid-id:nth-child(3) .grid-name .step {
	color: #FFC688;
}

.static-page#page-start .grid-section > .grid-id:nth-child(2) .grid-text {
	color: #A19AC0;
}

.static-page#page-start .grid-section > .grid-id:nth-child(3) .grid-text {
	color: #9C8164;
}

.static-page#page-start .copy-clipboard {
	margin: 15px auto 0 auto;
	width: 265px;
	height: 91px;
	border: 11px solid #FFCA8F;
	background-color: #fff;
	text-align: center;
	color: #8A82AA;
	font-size: 18px;
	font-weight: 500;
}

.static-page#page-start .copy-clipboard .pic {
	margin: -2px -2px 0 0;
}



.alert > .alert-id > .alert-footer {
	width: 400px;
	grid-template-columns: calc(100% - 132px) 120px;
}

.alert > .alert-id > .alert-footer .btn {
	padding: 0 20px;
}




.disable-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}