@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);
@font-face {
	font-family: 'RF Dewi Extended';
	src: url('../fonts/z0HC01U4g7RS.eot');
	src: local('☺'), url('../fonts/5tf77sV8nhyA.woff') format('woff'), url('../fonts/LfHMZQUnfytL.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RF Dewi Extended';
	src: url('../fonts/tDKAesQi9LJd.eot');
	src: local('☺'), url('../fonts/PxncsJpSaHvP.woff') format('woff'), url('../fonts/g35YkgxeHMUj.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RF Dewi Extended';
	src: local('RF Dewi Expanded Ultrabold'), local('RF-Dewi-Expanded-Ultrabold'), url('../fonts/o9UEOFajvLRi.woff2') format('woff2'), url('../fonts/mCre3n3bL3qv.woff') format('woff'), url('../fonts/ckQT1MuOmapW.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	position: relative;
	height: 100%;
	min-width: 320px;
}
body {
	color: #515a6f;
	line-height: 1;
	font-family: "Rubik";
	font-size: 0.875rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%, #ffffff 100%);
}
input, button, textarea {
	font-family: "Rubik";
	font-size: inherit;
	outline: none;
	border: 1px solid transparent;
}
button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
	display: none;
}
a {
	color: inherit;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}
.lock body {
	/*overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	*/
}
.body-top {
	background: #0f121d;
	;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	background: url(../images/AvfyqmvF51yr.png) no-repeat;
}
.wrapper__home {
	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%, #ffffff 100%);
}
.wrapper__home-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -200px;
	left: -200px;
}
.wrapper__top {
	background: url(../images/RGNf1DcfBJsG.png) no-repeat;
}
.wrapper__order {
	background: url(../images/5ZJPeIaZUK4F.png) no-repeat;
}
.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.main {
	position: relative;
}
[class*=__container], .container {
	width: 100%;
	max-width: 1365px;
	padding: 0 0.9375rem;
	margin: 0 auto;
}
body::after {
	content: "";
	background-color: rgba(10, 12, 20, 0.72);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}
.pay__container {
}
.popup-show body::after {
	opacity: 1;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}
@media only screen and (max-width: 992px) {
	.popup {
	}
}
.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}
.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	padding: 3.125rem 0.9375rem;
}
.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	background-color: #ffffff;
	width: 100%;
	max-width: 800px;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 1.25rem 0.625rem rgba(18, 20, 37, 0.3);
	box-shadow: 0 0 1.25rem 0.625rem rgba(18, 20, 37, 0.3);
	overflow: hidden;
}
.lock .popup__content {
	visibility: visible;
}
.popup__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px 28px;
}
.popup__title {
	font-family: 'RF Dewi Extended';
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #2e2e2e;
}
.popup__close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	z-index: 5;
}
.popup__close:hover svg {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.popup__close svg {
	width: 100%;
	height: 100%;
}
.popup__text {
	padding: 0px 28px 24px 28px;
}
.popup__text img {
	max-width: 100%;
}
.popup__text-help {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #6B7399;
}
#contacts .modal a {
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #2196F3;
}
[class*=-ibg] {
	position: relative;
}
[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain;
}
.checkbox {
	position: relative;
}
.checkbox:not(:last-child) {
	margin-bottom: 0.625rem;
}
.checkbox input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox input:checked+.checkbox__label::before {
	background: linear-gradient(90deg, #ffc107 0%, #ffc107 100%);
	border-color: #191d30;
	z-index: 1;
}
.checkbox input:checked+.checkbox__label::after {
	position: absolute;
	content: "";
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.3125rem;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.5rem;
	flex: 0 0 1.5rem;
	width: 0.875rem;
	height: 0.875rem;
	background: url(../fonts/vJUros4SlUme.svg) no-repeat 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	display: block;
}
.checkbox__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	gap: 0.9375rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 2.75rem;
}
.checkbox__label:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.5rem;
	flex: 0 0 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #dfdfdf;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.checkbox__text {
	line-height: 1.2857142857;
}
body {
	background: #0B0C1E;
}
svg {
	display: block;
}
a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input, textarea {
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
::-webkit-input-placeholder {
	color: #8091a2;
}
::-moz-placeholder {
	color: #8091a2;
}
:-ms-input-placeholder {
	color: #8091a2;
}
::-ms-input-placeholder {
	color: #8091a2;
}
::placeholder {
	color: #8091a2;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
main {
	width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #191d30;
	color: #fff;
	height: 3.125rem;
	font-size: 1.125rem;
	text-transform: uppercase;
	padding: 0 0.75rem;
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.btn-accent {
	background-color: #0084ff;
	color: #fff;
}
.btn-load {
	height: 2.5rem;
	text-transform: none;
	font-size: 0.8125rem;
	font-weight: 800;
	padding: 0.9375rem;
}
.btn-100 {
	width: 100%;
}
.btn-disabled {
	cursor: not-allowed;
}
.btn-disabled:hover {
	-webkit-filter: none;
	filter: none;
}
.btn-more[data-hide=true] {
	display: none;
}
.feed__home {
}
.feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 24px 0px;
	border-top: 1px solid #222538;
}
.feed__container {
}
.feed-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.75rem;
	height: 60px;
	padding: 9px 53px 9px 15px;
	border-radius: 12px;
	background-color: #141729;
}
.feed-item--color {
	margin-top: 7px;
	color: #fff;
	font-weight: 800;
}
.loading .form-submit__icon {
	-webkit-animation: updating 1s linear infinite running;
	animation: updating 1s linear infinite running;
}
.loading .form-submit__icon::after {
	content: url(../fonts/0rchLff5W7w4.svg);
}
@-webkit-keyframes updating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes updating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.heading {
	width: 100%;
	margin-top: 2.5rem;
	margin-bottom: 3.125rem;
}
.heading-order {
	margin: 100px 0px 36px 0px;
}
.heading__home {
	position: relative;
	background-image: url(../images/OTokizqGP2j9.png), -webkit-gradient(linear, left top, right top, from(#0084ff), to(#8e54e9));
	background-image: url(../images/OTokizqGP2j9.png), -o-linear-gradient(left, #0084ff 0%, #8e54e9 100%);
	background-image: url(../images/OTokizqGP2j9.png), linear-gradient(90deg, #0084ff 0%, #8e54e9 100%);
	background-repeat: no-repeat;
	background-position: 100%;
	margin-top: 6.25rem;
	padding: 2.8125rem;
	border-radius: 1.5625rem;
}
.heading__home::before {
	content: "";
	background-image: url(../fonts/dsXC1U7vZKzP.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	right: -6.875rem;
	position: absolute;
	top: -5.625rem;
	width: 31.125rem;
	height: 29.625rem;
	z-index: 2;
}
.heading__home .heading__main {
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
}
.heading__main {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
	width: 100%;
}
.heading__title {
	color: #fff;
	font-weight: 700;
}
.heading__title-order {
	font-family: 'RF Dewi Extended';
	font-size: 28px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}
.heading__desc {
	position: relative;
	color: #6B7399;
	line-height: 1.6;
	margin-top: 16px;
	z-index: 2;
}
.header__desc-order {
}
.heading__desc b {
	font-weight: 700;
}
.heading__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	color: #fff;
	line-height: 1.5714285714;
}
.heading__icon svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
}
.heading__icon span {
	display: block;
}
.main__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.main__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.1875rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@supports (margin-top: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.main__head {
		margin-top: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
	}
}
@supports not (margin-top: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.main__head {
		margin-top: calc(2.5rem + 1.875 * (100vw - 20rem) / 100);
	}
}
.main__head__center {
	display: block;
	text-align: center;
	margin-top: 0;
}
.main__text {
	color: #c6d4df;
	line-height: 1.4285714286;
	text-align: center;
	margin-top: 1.25rem;
}
.main__text a {
	color: #0084ff;
}
.main__text a:hover {
	text-decoration: underline;
}
.main__text-head {
	display: block !important;
	text-align: center;
	margin-top: 0 !important;
}
.main__title {
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
@supports (font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem)) {
	.main__title {
		font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
	}
}
@supports not (font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem)) {
	.main__title {
		font-size: calc(1.5rem + 1.5 * (100vw - 20rem) / 100);
	}
}
.main__warning {
	position: relative;
	background-color: #fff;
	color: #0084ff;
	line-height: 1.25;
	font-weight: 500;
	padding: 0.625rem 1.25rem;
	border-radius: 0.375rem;
	z-index: 2;
}
@supports (font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
	.main__warning {
		font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
	}
}
@supports not (font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem)) {
	.main__warning {
		font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 100);
	}
}
.main__warning::before {
	content: "";
	position: absolute;
	left: -0.5rem;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4375rem 0.625rem 0.4375rem 0;
	border-color: transparent #fff transparent transparent;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.modal a {
	color: #0084ff;
}
.modal a:hover {
	color: #fff;
}
.modal__title {
	color: #dde1ee;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.modal__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.25rem;
}
.modal__img img {
	border-radius: 0.375rem;
	overflow: hidden;
}
.modal__info {
	color: #6B7399;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
.modal__info a {
	color: #0084ff;
}
.modal__info a:hover {
	color: #fff;
}
.modal__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -o-linear-gradient(90deg, #1765E6 0%, #177EE6 100%);
	background: linear-gradient(90deg, #1765E6 0%, #177EE6 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	width: 100%;
	height: 3.5rem;
	margin-top: 1.625rem;
	padding: 0 1.5rem;
	border-radius: 0.625rem;
	text-shadow: 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.modal__btn:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.spollers__item {
	color: #000000;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}
.spollers__item:not(:last-child) {
	margin-bottom: 0.625rem;
}
.spollers__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 24px 0px;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.spollers__title._spoller-active svg {
	transform: rotate(180deg);
}
.spollers__title._spoller-active::after {
	content: none;
}
.spollers__body {
	position: relative;
	background-color: #ebebeb;
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding: 0.75rem 1.125rem;
}
.color-gray {
	border-left: 2px solid #3E4359;
}
.color-blue {
	border-left: 2px solid #80B8FF;
}
.color-gold {
	border-left: 2px solid #FFAD80;
}
.color-red {
	border-left: 2px solid #FF8080;
}
.color-purple {
	border-left: 2px solid #ab6ef6;
}
.color-pink {
	border-left: 2px solid #f035b5;
}
.color-yellow {
	border-left: 2px solid #f1bc6d;
}
.block-header-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar {
	display: none;
	z-index: 10;
}
.sidebar>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.sidebar__logo {
	display: block;
	background-color: transparent;
	margin-bottom: 2.5rem;
}
.sidebar__logo img {
	width: 4rem;
	height: 4rem;
}
.main__pay {
	margin: 48px 0px 0px 0px;
}
.pay {
	margin-bottom: 40px;
}
.pay__all {
	display: flex;
	justify-content: space-between;
}
.pay__body {
	flex: 0 1 45%;
}
.pay__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 21px 30px 21px 10px;
	margin-bottom: 24px;
	border-top: 1px solid #FFC107;
	border-bottom: 1px solid #FFC107;
	position: relative;
}
.pay__info::before {
	content: '';
	position: absolute;
	bottom: -1.9px;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-box-shadow: 1px -4px 16px 0px #FFC107;
	box-shadow: 1px -4px 16px 0px #FFC107;
}
.pay__info-item {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #323232;
}
.pay__info-item:nth-child(1)::before {
	content: '';
	position: absolute;
	left: 120px;
	width: 87px;
	height: 1px;
	background-color: #FFC107;
	transform: rotate(105deg);
}
.pay__info-item:nth-child(2)::before {
	content: '';
	position: absolute;
	left: 185px;
	width: 87px;
	height: 1px;
	background-color: #FFC107;
	transform: rotate(105deg);
}
.pay__info-text {
	margin-left: 15px;
}
.pay__info-text div {
	font-weight: 300;
}
.pay__balance {
	width: 100%;
	height: 430px;
	padding: 28px 23px;
	background: url(../images/Ir5TSctJPCZo.png) no-repeat 0 0/cover;
	position: relative;
}
.pay__title {
	font-family: 'RF Dewi Extended';
	font-weight: 800;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: -0.05em;
	color: #fff;
	margin-left: 10px;
}
.pay__title-svg {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.pay__title-svg svg {
	margin-right: 10px;
}
.pay__subtitle {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #111111;
	margin-top: 15px;
	padding: 20px 10px;
	width: 400px;
}
.pay__subtitle::before {
	content: "";
	width: 1.8125rem;
	height: 0.9375rem;
	position: absolute;
	top: 0.05rem;
	left: 6%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	background: url(../fonts/GGdM8mwwy6lF.svg) no-repeat 0 0;
}
.pay__subtitle svg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.pay__subtitle-text {
	position: absolute;
	z-index: 2;
	top: 10px;
}
.pay__subtitle div {
	margin-top: 10px;
}
.pay__additional {
	width: 297px; 
	font-style: italic; 
	font-weight: 400; 
	font-size: 22px; 
	line-height: 14px; 
	color: #2a2a2a; 
	margin-left: 10px; 
	position: absolute; 
	bottom: 60px;
}
.pay__button {
	position: relative;
	transition: all .3s;
}
.pay__button svg {
	transition: all .3s;
}
.pay__button:hover svg {
	fill: #ffeaa9;
}
.pay__button-text {
	color: #000000;
    font-size: 17px;
    position: absolute;
    left: 19px;
    bottom: 8px;
    font-weight: 600;
}
.pay__right {
	flex: 0 1 48%;
	display: flex;
	flex-direction: column;
}
.pay__about {
	margin-top: 50px;
}
.pay__about-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -12px;
}
.pay__about-column {
	padding: 0px 12px;
}
.pay__about-title {
	font-family: 'RF Dewi Extended';
	font-weight: 800;
	font-size: 28px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	margin-bottom: 36px;
	text-align: center;
}
.pay__about-item {
	margin-bottom: 16px;
}
.pay__about-item-block {
	display: flex;
	align-items: center;
}
.pay__about-item_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	margin-left: 10px;
	color: #FFFFFF;
}
.pay__about-item_text {
	font-size: 14px;
	line-height: 1.2;
	color: #6B7399;
	margin-top: 5px;
}
.pay__form {
}
.pay__exchange {
	width: 100%;
	background: linear-gradient(180deg, #141729 0%, #141729 53.77%, #1A1F3C 89.06%, #1C223F 99.49%);
	background: #0B0E22;
}
.pay__exchange::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pay__exchange-btn {
	rotate: 90deg;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
    background: #ffffff;
    border: 6px solid #dfdfdf;
	border-radius: 24px;
}
.pay__exchange-btn:hover {
	background: #1D2340
}
.pay__give {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.pay__give-text {
	font-size: 14px;
	color: #303030;
}
.pay__input-sum {
	background-color: transparent;
	margin: 3px 0px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #fff;
	position: relative;
}
.pay__give-sum {
	color: #FFF;
}
.pay__change {
	display: flex;
	flex-direction: column;
}
.pay__change.active {
	flex-direction: column-reverse;
}
.pay__change.active .pay__receive {
	margin-top: 0;
	margin-bottom: 10px;
}
.pay__receive {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.pay__receive-sum {
	color: #fff;
}
.pay__fill {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.pay__fill-item:first-child {
	flex: 1 0 auto;
	margin-right: 12px;
}
.pay__fill-input {
	margin: 8px 0px 16px 0px;
	padding: 18px 16px;
	color: #101010;
	background: #dfdfdf;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px !important;
	font-size: 16px;
	width: 100%;
	outline: none;
}
.pay__fill-input:hover {
	background: #ffefc0;
}
.pay__fill-input:focus {
	border: 1px solid #858585;
}
.pay__fill-label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #6B7399;
}
.pay__fill-item {
	position: relative;
}
.pay__fill-icon {
	position: absolute;
	right: 20px;
	top: 43px;
	cursor: pointer;
}
.pay__fill-icon svg path {
	transition: all .3s;
}
.pay__fill-icon:hover svg path {
	fill: #fff;
}
.pay__methods.mob {
	display: none;
}
.pay__methods-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #6B7399;
	margin: 0px 0px 8px 0px;
}
.pay__methods-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -8px;
}
.pay__methods-column {
	flex: 0 1 25%;
	margin: 0px 0px 16px 0px;
	padding: 0px 8px;
}
.pay__methods-column:hover .pay__methods-item {
	background: #1D2340;
}
.pay__methods-item.active {
	border: 1px solid #3981F7;
}
.pay__methods-item {
	position: relative;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #141729;
	border-radius: 12px;
	border: 0.0625rem solid #191d30;
	cursor: pointer;
}
.pay__methods-item input {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	z-index: 2;
}
.pay__methods-item svg {
	width: 70px;
}
.pay__methods-label {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #3981F7;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	border-radius: 6px;
	padding: 5px;
}
.pay__actions {
	margin-top: 10px;
}
.pay__submit {
	height: 56px;
	margin-top: 15px;
}
.pay__submit.noactive {
	cursor: no-drop;
}
.pay__button-svg {
	display: none;
}
.pay__submit-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	gap: 8px;
	width: 100%;
	background: linear-gradient(90deg, #ffc107 0%, #ffc107 100%);
	border-radius: 12px;
	transition: .3s;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.pay__submit-button::before {
	content: '';
	border-radius: inherit;
	background: linear-gradient(90deg, #ffd65a 0%, #ffd967 100%);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -100;
	transition: opacity .3s;
}
.pay__submit-button:hover::before {
	opacity: 1;
}
.pay__submit-button.noactive {
	background: #22263D;
	opacity: .7;
}
.pay__submit-button.noactive:hover::before {
	opacity: 0;
}
.pay__submit-button::after {
	content: "";
	position: absolute;
	display: block;
	width: 75px;
	height: 175%;
	background: linear-gradient(90deg, rgba(251, 251, 255, 0) 0, #fff);
	opacity: .5;
	-webkit-animation: shinning-data 3s ease 3s infinite normal forwards;
	animation: shinning-data 3s ease 3s infinite normal forwards;
	transform: translateX(-400px) rotate(-25deg);
}
.pay__submit-button.noactive::after {
	content: none;
}
.pay__submit-button.calc__loading::after {
	position: relative;
	-webkit-animation: updating 1s linear infinite running;
	animation: updating 1s linear infinite running;
	content: url(../fonts/0rchLff5W7w4.svg);
	display: block;
	width: 1rem;
	height: 1rem;
	opacity: 1;
	background: none;
	transform: none;
}
.pay__submit-button.calc__loading svg {
	display: none;
}
@-webkit-keyframes shinning-data {
	0% {
		transform: translateX(-400px) rotate(-25deg) 
	}
	to {
		transform: translateX(450px) rotate(-25deg) 
	}
}
@keyframes shinning-data {
	0% {
		transform: translateX(-400px) rotate(-25deg) 
	}
	to {
		transform: translateX(450px) rotate(-25deg) 
	}
}
.pay__submit-button.active {
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
}
.pay__submit-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #181818;
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__nav-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.375rem;
	background-color: transparent;
	transition: all .3s;
}
.header__nav-link:not(:first-child) {
	margin: 0px 0px 0px 48px;
}
.header__nav-link svg path {
	transition: all .3s;
}
.header__nav-link div, .header__nav-link span {
	transition: all .3s;
}
.header__nav-link:hover svg path {
	fill: #000000;
}
.header__nav-link:hover div, .header__nav-link:hover span {
	color: #000000;
}
.header__nav-link.header__link-active div {
	color: #000000;
}
.header__nav-link svg {
	display: block;
	color: #515a6f;
	margin: 0px 8px;
}
.header__nav-title {
	display: block;
	color: #6b728d;
	font-size: 18px;
	font-weight: 600;
}
.header__nav-lable {
	position: absolute;
	top: -0.75rem;
	right: -1.8125rem;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #3981F7;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 500;
	border-radius: 4px;
	padding: 0.125rem 0.3125rem;
}
.navbar-toggle {
	width: 24px;
	padding: 10px 0px;
	display: none;
	font-size: 0;
	color: transparent;
	border: 0;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 17px;
	z-index: 1;
}
.navbar-toggle.active .navbar-toggle__item {
	background: none;
}
.navbar-toggle.active .navbar-toggle__item::after {
	transform: rotate(45deg);
}
.navbar-toggle.active .navbar-toggle__item::before {
	transform: rotate(-45deg);
}
.navbar-toggle__item {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #6B7399;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .3s all;
}
.navbar-toggle__item::after, .navbar-toggle__item::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #6B7399;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: -8px;
	z-index: 1;
	transition: .3s all;
}
.navbar-toggle.active .navbar-toggle__item::after, .navbar-toggle.active .navbar-toggle__item::before {
	transition: .3s all;
	top: 0px;
}
.sidebar__online {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 3rem;
	margin-right: 30px;
}
.sidebar__online svg {
	color: #0084ff;
	-webkit-animation: online 1.5s infinite;
	animation: online 1.5s infinite;
	-webkit-filter: drop-shadow(0 0 0.75rem #0084ff);
	filter: drop-shadow(0 0 0.75rem #0084ff);
	margin-bottom: 0.3125rem;
}
.sidebar__online-value {
	color: #0084ff;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.3125rem;
}
.sidebar__online-title {
	color: #8091a2;
	font-size: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}
.sidebar__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: auto;
}
.sidebar__more-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.375rem;
}
.sidebar__more-link:hover {
	background-color: #191d30;
}
.sidebar__more-link svg {
	color: #515a6f;
}
.information {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-column-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	color: #fff;
	font-size: 1rem;
	margin-top: 1.5625rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}
.information:hover {
	opacity: 0.6;
}
#login .popup__content, #error-login .popup__content {
	max-width: 31.9375rem;
}
#contacts .popup__content {
	max-width: 31.9375rem;
}
#contacts .modal {
	color: #fff;
	line-height: 1.7142857143;
}
#contacts .modal a {
	font-weight: 700;
}
#contacts .modal__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	gap: 1.25rem;
	margin-top: 0.625rem;
}
#contacts .modal__social a {
	margin-bottom: 0;
}
#prizes .popup__content {
	max-width: 31.9375rem;
}
#prizes .modal {
	color: #fff;
	text-align: center;
}
.formatting {
	line-height: 1.7142857143;
}
.formatting h1:not(:last-child), .formatting h2:not(:last-child), .formatting h3:not(:last-child), .formatting h4:not(:last-child), .formatting h5:not(:last-child) {
	margin: 0 0 0.9375rem;
}
.formatting h2 {
	font-size: 1.125rem;
}
.formatting h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
.formatting p:not(:last-child) {
	margin: 0 0 0.9375rem;
}
.formatting b, .formatting strong {
	font-weight: bold;
}
.formatting i, .formatting em {
	font-style: italic;
}
.formatting a {
	color: #0084ff;
	border-bottom: 0.0625rem dashed #0084ff;
}
.formatting a:hover {
	color: #0087d5;
	border-bottom: none;
}
.formatting ul:not(:last-child) {
	margin: 0 0 0.9375rem;
}
.formatting ul li {
	position: relative;
	padding-left: 1.875rem;
}
.formatting ul li::before {
	content: "";
	position: absolute;
	top: 0.625rem;
	left: 0.5625rem;
	display: block;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 0.625rem;
	background-color: #0084ff;
}
.formatting ol {
	padding-left: 1.875rem;
}
.formatting ol:not(:last-child) {
	margin: 0 0 0.9375rem;
}
.formatting ol li {
	position: relative;
	list-style-type: decimal;
}
@-webkit-keyframes online {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0.3;
	}
}
@keyframes online {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0.3;
	}
}
::-webkit-scrollbar-track {
	background: #191d30;
}
::-webkit-scrollbar {
	width: 11px;
}
::-webkit-scrollbar-thumb {
	background-color: #2a3056;
	cursor: pointer;
}
.header {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	position: relative;
}
.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.header__container-pay {
	max-width: 1365px;
	padding: 0px 20px;
}
.header__navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: rgb(219 219 219 / 50%);
	backdrop-filter: blur(8px);
	border-radius: 12px;
}
.footer {
}
.copyrights {
	display: flex;
}
.copyrights.copyrights-mob {
	display: none;
}
.footer__links.footer__links-mob {
	display: none;
}
.footer__socials.footer__socials-mob {
	display: none;
}
.developers {
	margin-left: 16px;
	font-weight: 500;
	font-size: 12px;
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 24px 0px;
	border-top: 1px solid #222538;
}
.footer__container-pay {
	max-width: 1365px;
}
.footer__container .sidebar__online {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: auto;
	gap: 0.3125rem;
}
.footer__container .sidebar__online svg {
	margin-bottom: 0;
}
.footer__container .sidebar__online-value {
	margin-bottom: 0;
}
.footer__container .sidebar__online-title {
	color: #0084ff;
	font-size: 0.75rem;
}
.footer__online {
	color: #8091a2;
	font-size: 0.75rem;
	text-align: center;
}
.footer__online span {
	color: #27b050;
	font-weight: 700;
}
.footer__online span b {
	font-size: 0.875rem;
}
.footer__socials {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__socials-link {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 0.375rem;
}
.footer__social {
	display: none;
}
.footer__social a svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer__social a svg:hover {
	color: #0084ff;
}
.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.875rem;
	font-weight: 500;
}
.footer__links a, .footer__links button {
	cursor: pointer;
	background-color: transparent;
	color: #0084ff;
	font-size: 17px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer__links a:hover, .footer__links button:hover {
	color: black;
}
.copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
}
.ytstyle {
	font-size: 0.625rem;
	text-transform: uppercase;
}
.ytstyle span {
	color: #fff;
}
.ytstyle a {
	color: #fff;
}
.ytstyle a:hover {
	color: #0084ff;
}
.form {
	position: relative;
	z-index: 3;
	margin-bottom: 2.5rem;
}
.form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 1.875rem;
}
@supports (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__wrapper {
		gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
	}
}
@supports not (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__wrapper {
		gap: calc(2.5rem + 1.875 * (100vw - 20rem) / 100);
	}
}
@supports (margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem)) {
	.form__wrapper {
		margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	}
}
@supports not (margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem)) {
	.form__wrapper {
		margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 100);
	}
}
.form__fill {
	width: 100%;
}
.form__methods {
	width: 100%;
}
.form__group {
	position: relative;
}
@supports (margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem)) {
	.form__group:not(:last-child) {
		margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	}
}
@supports not (margin-bottom: clamp(1rem, 0.9rem + 0.5vw, 1.5rem)) {
	.form__group:not(:last-child) {
		margin-bottom: calc(1rem + 0.5 * (100vw - 20rem) / 100);
	}
}
.form__group input {
	display: block;
	background-color: #191d30;
	border-radius: 0.375rem;
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	outline: none;
	height: 4rem;
	padding: 0 1.5rem 0 3.75rem;
	outline: 0.125rem solid transparent;
}
.form__group input:focus {
	outline-color: #0084ff;
}
.form__group input:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.form__group__icon {
	position: absolute;
	top: 50%;
	margin-top: -0.75rem;
	left: 1.25rem;
	color: #8091a2;
}
.form__login input {
	background: #191d30 url(../fonts/n8Z38JxDciUm.svg) left 1.375rem top 1.25rem no-repeat;
	padding-right: 11.25rem;
}
.form__login input:focus {
	background-image: url(../fonts/OekKF2PcvowJ.svg);
}
.form__label {
	position: absolute;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.625rem;
	font-size: 0.625rem;
	font-weight: 800;
	height: 1.5rem;
	text-transform: uppercase;
	background-color: #0084ff;
	color: #fff;
	padding: 0 0.625rem;
	border-radius: 0.375rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form__label:hover {
	color: #fff;
}
.form__sum input {
	background: #191d30 url(../fonts/qcjSuL1r5C4w.svg) left 1.125rem top 1.125rem no-repeat;
}
.form__sum input:focus {
	background-image: url(../fonts/ZzyzUGUbxsay.svg);
}
.form__promocode {
	width: 100%;
	margin-bottom: 0;
}
.form__promocode input {
	background: #191d30 url(../fonts/GJXpTTExdmak.svg) left 1.125rem top 1.25rem no-repeat;
}
.form__promocode input:focus {
	background-image: url(../fonts/qFu8Kh791ZN7.svg);
}
.form__values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.0625rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form__values input {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.form__values-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #191d30;
	color: #8091a2;
	font-size: 1rem;
	font-weight: 500;
	height: 4rem;
	width: 25%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form__values-item:first-child {
	border-bottom-left-radius: 0.375rem;
	border-top-left-radius: 0.375rem;
}
.form__values-item:last-child {
	border-bottom-right-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.form__values-item.active {
	background-color: #0084ff;
	color: #fff;
}
.form__values-item:not(.active):hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.form__actions {
	display: -ms-grid;
	display: grid;
	row-gap: 1.5rem;
}
.form__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0 !important;
}
@supports (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__checkbox {
		gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
	}
}
@supports not (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__checkbox {
		gap: calc(2.5rem + 1.875 * (100vw - 20rem) / 100);
	}
}
.form__checkbox .checkbox__label {
	font-size: 1rem;
}
.form__buttons {
	display: -ms-grid;
	display: grid;
	width: 100%;
}
@supports (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__buttons {
		gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
	}
}
@supports not (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.form__buttons {
		gap: calc(2.5rem + 1.875 * (100vw - 20rem) / 100);
	}
}
.form__submit button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: -o-linear-gradient(187.13deg, #0d6728 14.21%, #27b050 88.79%);
	background: linear-gradient(262.87deg, #0d6728 14.21%, #27b050 88.79%);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.5rem;
	width: 100%;
	cursor: pointer;
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@supports (height: clamp(3.5rem, 3.4rem + 0.5vw, 4rem)) {
	.form__submit button {
		height: clamp(3.5rem, 3.4rem + 0.5vw, 4rem);
	}
}
@supports not (height: clamp(3.5rem, 3.4rem + 0.5vw, 4rem)) {
	.form__submit button {
		height: calc(3.5rem + 0.5 * (100vw - 20rem) / 100);
	}
}
.form__submit button:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.form__submit button.notactive {
	cursor: not-allowed;
	opacity: 0.7;
	-webkit-filter: none;
	filter: none;
}
.form__submit-icon {
	position: relative;
	width: 1rem;
	height: 1rem;
}
.form__submit-icon::after {
	content: url(../fonts/jsYFYpkuw52j.svg);
	width: 1rem;
	height: 1rem;
}
.methods__wrapper {
	border-radius: 0.375rem;
	overflow: hidden;
}
.methods__list::-webkit-scrollbar {
	background-color: transparent;
	width: 0.375rem;
}
.methods__list::-webkit-scrollbar-track {
	background-color: #0f121d;
	border-radius: 3.125rem;
}
.methods__list::-webkit-scrollbar-thumb {
	background-color: #354056;
	border-radius: 3.125rem;
}
.methods__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #191d30;
	width: 100%;
	height: 6.75rem;
	border-radius: 0.375rem;
	padding: 0.9375rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 0.0625rem solid #191d30;
}
.methods__item:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.methods__item img {
	display: block;
	max-width: 5.625rem;
	max-height: 4.375rem;
	height: auto;
}
.methods__item.active {
	background-color: #022444;
	-webkit-box-shadow: inset 0 0 2rem rgba(73, 133, 222, 0.08);
	box-shadow: inset 0 0 2rem rgba(73, 133, 222, 0.08);
	border-color: #0084ff;
}
.methods__item.active .methods__item-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.methods__item input {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
}
.methods__item-check {
	position: absolute;
	top: 0.4375rem;
	right: 0.4375rem;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #0084ff;
	border-radius: 1.25rem;
	width: 1.375rem;
	height: 1.375rem;
}
.methods__item.disabled {
	border: 0;
}
.methods__item.disabled:hover {
	background-color: #191d30;
	-webkit-filter: none;
	filter: none;
}
.methods__item.disabled::before {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0.375rem;
	content: "";
	cursor: not-allowed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.methods__item.disabled::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f67070;
	color: #fff;
	content: "скоро";
	cursor: not-allowed;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1.2;
	height: 1.125rem;
	left: 50%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0.9375rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3.5rem;
	z-index: 4;
	border-radius: 3.125rem;
}
.methods__item:first-child::before {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #27b050;
	color: #fff;
	content: "скидка 0,5%";
	cursor: not-allowed;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1.2;
	height: 1.125rem;
	left: 0.1875rem;
	top: 0.1875rem;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0.3125rem;
	z-index: 4;
	border-radius: 0.1875rem;
	white-space: nowrap;
}
.pay__calc {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.calc__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #222538;
}
.calc__item:not(:last-child) {
	width: 50%;
}
.calc__item-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #6B7399;
	background-color: transparent;
	z-index: 2;
	padding-right: 0.3125rem;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}
.calc__item-title svg {
	display: inline-block;
}
.calc__item-sum {
	position: relative;
	background-color: transparent;
	color: #fff;
	z-index: 2;
	padding-left: 24px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}
.calc__loading::after {
	-webkit-animation: updating 1s linear infinite running;
	animation: updating 1s linear infinite running;
	content: url(../fonts/0rchLff5W7w4.svg);
	display: block;
	width: 1rem;
	height: 1rem;
}
.faq__line {
	margin-bottom: 24px;
}
.faq__line svg {
	width: 100%;
}
.faq__list {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 16px;
}
.faq__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 0 1 25%;
	height: 150px;
	gap: 0.9375rem;
	background-color: #393a4f;
	border-radius: 8px;
	padding: 15px;
	position: relative;
}
.faq__item:nth-child(1) {
	background: -o-linear-gradient(90deg, #1A40FF 0%, #7733FF 100%);
	background: linear-gradient(90deg, #1A40FF 0%, #7733FF 100%);
	color: #1b4e72;
}
.faq__item:nth-child(2) {
	background: -o-linear-gradient(90deg, #8000FF 0%, #FF4DC3 100%), #FFFFFF;
	background: linear-gradient(90deg, #8000FF 0%, #FF4DC3 100%), #FFFFFF;
	color: #3f1b72;
}
.faq__item:nth-child(3) {
	background: -o-linear-gradient(90deg, #FF3399 0%, #FF3333 100%), #FFFFFF;
	background: linear-gradient(90deg, #FF3399 0%, #FF3333 100%), #FFFFFF;
	color: #721b6b;
}
.faq__item:nth-child(4) {
	background: -o-linear-gradient(90deg, #FF3333 0%, #FF9933 100%), #FFFFFF;
	background: linear-gradient(90deg, #FF3333 0%, #FF9933 100%), #FFFFFF;
	color: #723a1b;
}
.faq__item-img {
	position: absolute;
	right: 12px;
	top: 12px 
}
.faq__item:last-child .faq__item-img {
	right: 15px;
	top: 30px;
}
.faq__item-text {
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #fff;
}
.order {
	display: -ms-grid;
	display: grid;
	width: 100%;
	width: 400px;
	margin: 0 auto;
}
@supports (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.order {
		gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
	}
}
@supports not (gap: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem)) {
	.order {
		gap: calc(2.5rem + 1.875 * (100vw - 20rem) / 100);
	}
}
.order__list {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	background-color: #141729;
	border-radius: 12px;
	padding: 24px 32px;
}
.order__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 0px;
	border-bottom: 1px solid #222538;
}
.order__item:nth-child(5) {
	border: none;
}
.order__title {
	position: relative;
	line-height: 1.4285714286;
	z-index: 2;
	margin-bottom: 0.3125rem;
}
.order__desc {
	position: relative;
	color: #fff;
	line-height: 1.4285714286;
	font-weight: 500;
	z-index: 2;
}
.order__text {
	color: #fff;
	line-height: 1.4285714286;
	margin-top: 1.25rem;
}
.order__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background-color: rgba(57, 129, 247, 0.15);
	color: #3981F7;
	height: 2.5rem;
	border-radius: 12px;
}
.order__link:hover {
	-webkit-filter: brightness(1.15);
	filter: brightness(1.15);
}
.order-green {
	color: #0cd99d;
}
.order-orange {
	color: #eda53f;
}
.order-red {
	color: #ff7b69;
}
.page__center {
	max-width: 830px;
	width: 100%;
	margin-bottom: 227px;
}
.page__center .heading {
	text-align: center;
}
.notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3.125rem 0;
}
.notice__icon {
	color: #515a6f;
}
.reviews {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 4.375rem;
}
.reviews__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
.reviews__title span {
	font-weight: 800;
}
.reviews__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-bottom: 1.5rem;
}
.reviews__footer {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	text-align: center;
	margin-top: 0.625rem;
	margin-bottom: 2.5rem;
}
.reviews__footer b {
	color: #fff;
}
.review {
	background-color: #191d30;
	border-radius: 0.375rem;
	padding: 1.5rem;
}
.review:not(:last-child) {
	margin-bottom: 0.625rem;
}
.review__desc-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.review__desc-date b {
	color: #0cd99d;
}
.review__desc-text {
	line-height: 1.4285714286;
	margin-top: 0.625rem;
}
.review__admin {
	font-size: 0.8125rem;
	line-height: 1.3846153846;
	background-color: #131625;
	border-radius: 0.375rem;
	padding: 1.25rem 1.5rem;
	margin-top: 1.25rem;
}
.review__admin b {
	color: #ff7b69;
}
.top__heading {
	width: 410px;
	margin: 48px 0px 36px 0px;
	overflow: hidden;
}
.top__heading_title {
	font-family: 'RF Dewi Extended';
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	letter-spacing: -0.01em;
	margin-bottom: 16px;
}
.top__heading_desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #6B7399;
}
.top__last_heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
}
.top__last_heading-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 230px;
}
.top__item-image {
	position: absolute;
	bottom: 0;
}
.top__last_item-num {
	margin: 0 
}
.top__item.top__item-big:nth-child(1) .top__item-image {
	left: -20px;
}
.top__item.top__item-big:nth-child(2) .top__item-image {
	left: -10px;
}
.top__item.top__item-big:nth-child(3) .top__item-image {
	left: -8px;
}
.top__first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	overflow-y: clip;
}
.top__last {
	margin: 36px 0px;
}
.top__last_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0px 14px 0px;
	border-top: 1px solid #222538;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
}
.top__last_item-name {
	width: 100px 
}
.top__last_item-left {
	display: flex;
	justify-content: space-between;
	width: 232px;
}
.top__last_heading-left div {
	margin-right: 38px;
}
.top__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #191d30;
	border-radius: 12px;
}
.top__item-big:nth-child(1), .top__item-big:nth-child(2), .top__item-big:nth-child(3) {
	position: relative;
	z-index: -2;
}
.top__item-big:nth-child(1) .top__item, .top__item-big:nth-child(2) .top__item, .top__item-big:nth-child(3) .top__item {
	width: 33.33333%;
}
.top__item-big:nth-child(1) .top__item-num, .top__item-big:nth-child(2) .top__item-num, .top__item-big:nth-child(3) .top__item-num {
	position: absolute;
	right: -63px;
	bottom: -17px;
	letter-spacing: 7px;
	opacity: .2;
}
.top__item-big:nth-child(1) .top__item-desc, .top__item-big:nth-child(2) .top__item-desc, .top__item-big:nth-child(3) .top__item-desc {
	font-size: 0.75rem;
}
.top__item-avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 150px;
	height: 150px;
}
.top__item-info {
	width: 100%;
}
.top__item-num {
	width: auto;
	color: #6B7399;
	font-size: 120px;
	font-weight: 400;
	z-index: -1;
}
.top__item-name {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top__item-summ {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 4px;
}
.rotate {
	-webkit-animation: rotation 7s cubic-bezier(0, 0, 0.2, 1);
	animation: rotation 7s cubic-bezier(0, 0, 0.2, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: var(--from-to);
		transform: var(--from-to);
	}
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: var(--from-to);
		transform: var(--from-to);
	}
}
.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}
[data-tippy-root] {
	max-width: calc(100vw - 10px);
}
.tippy-box {
	position: relative;
	background-color: #000;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	-o-transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0;
}
.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0;
}
.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
	-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	-o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #000;
}
.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper, swiper-container {
	overflow: unset;
}
@media only screen and (max-width: 1440px) {
	.header__container {
	}
	.header__container-pay {
		padding: 0px 16px;
	}
	.footer {
	}
	.wrapper__top .footer {
	}
	.footer__container {
		gap: 0;
	}
	.feed {
		padding: 24px 0px;
	}
	.top__container {
	}
	.pay__body {
		flex: 0 0 600px;
	}
	.pay__right {
		padding-left: 34px;
	}
	.pay__form {
		flex: 1 1 100%;
	}
	.pay__input-sum {
		width: 100%;
	}
	.pay__methods-item svg {
		width: 60px;
	}
	.calc__item:not(:last-child) {
		width: 320px;
	}
	.pay__button {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1200px) {
	.wrapper__home-img {
		top: -200px;
		left: auto;
	}
	.top__first {
		flex-direction: column;
	}
	.pay__balance {
		background: url(../images/Ir5TSctJPCZo.png) no-repeat 0 0/100%;
		height: 380px;
	}
	.pay__body {
		flex: 0 0 500px;
	}
	.pay__info-item {
		font-size: 14px;
	}
	.pay__info-item:nth-child(1)::before {
		left: 85px;
		width: 80px;
	}
	.pay__info-item:nth-child(2)::before {
		left: 145px;
		width: 80px;
	}
	.pay__info-text {
		margin-left: 5px;
	}
	.pay__title {
		font-size: 24px;
	}
	.pay__image {
		width: 370px;
		height: 370px;
		top: 130px;
		right: -85px;
	}
	.pay__additional {
		bottom: 60px;
	}
	.pay__subtitle {
		margin-top: 10px;
		font-size: 15px;
	}
	.pay__subtitle::before {
		top: 0.25rem;
	}
	.pay__subtitle svg {
		width: 380px;
	}
	.pay__about {
		padding-right: 10px;
	}
	.pay__about-title {
		font-size: 26px;
	}
	.pay__calc {
		flex-direction: column;
		justify-content: start;
		align-items: flex-start;
	}
	.calc__item:not(:last-child) {
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 992px) {
	.wrapper {
		margin: 0;
	}
	.header__container {
		padding: 16px;
		position: relative;
	}
	.header__navbar {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 22;
		padding: 12px 16px;
		border-width: 1px 0px;
		border-style: solid;
		border-color: #222538;
		border-radius: 0;
		backdrop-filter: blur(12px);
		font-family: 'RF Dewi Extended';
	}
	.header__navbar.active {
		display: block;
	}
	.header__nav-link {
		display: block;
		padding: 12px 0px;
		border-radius: 0;
	}
	.header__nav-link:hover {
		opacity: .6;
	}
	.header__nav-link.header__link-active {
		opacity: .6;
	}
	.header__nav-link:not(:first-child) {
		margin: 0;
		border-top: 1px solid #222538;
	}
	.header__nav-link svg {
		display: none;
	}
	.header__nav-lable {
		top: 0.1rem;
		left: 5rem;
		right: auto;
	}
	.header__nav-title {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: -0.05em;
		color: #000000;
	}
	.navbar-toggle {
		display: block;
	}
	.sidebar {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: rgb(255 255 255 / 50%);
		-webkit-backdrop-filter: blur(1.5rem);
		backdrop-filter: blur(1.5rem);
		border-radius: 0.625rem 0.625rem 0 0;
		padding: 0.9375rem;
		z-index: 999;
		-webkit-box-shadow: 0 -1.25rem 3.125rem rgba(0, 0, 0, 0.25);
		box-shadow: 0 -1.25rem 3.125rem rgba(0, 0, 0, 0.25);
	}
	.sidebar__nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sidebar__nav-link {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sidebar__nav-title {
		margin-left: 10px;
	}
	.sidebar__nav-link:nth-child(1) .sidebar__nav-title {
		margin-top: 2px;
	}
	.sidebar__nav-lable {
		position: absolute;
		top: -0.55rem;
		right: -1.6125rem;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #3981F7;
		color: #fff;
		font-size: 0.625rem;
		font-weight: 500;
		border-radius: 4px;
		padding: 0.125rem 0.3125rem;
	}
	.feed {
		padding: 24px 0;
	}
	.footer__container {
		padding-bottom: 70px;
	}
	.footer__container {
		flex-direction: column;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
	.footer__bottom {
		padding-bottom: 0;
	}
	.copyrights {
		display: none;
	}
	.footer__links {
		display: none;
	}
	.footer__socials {
		display: none;
	}
	.copyrights.copyrights-mob {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 16px;
		border-top: 1px solid #222538;
		width: 100%;
	}
	.copyrights.copyrights-mob div {
		font-size: 14px;
		margin-bottom: 12px;
		color: #6B7399;
	}
	.footer__links.footer__links-mob {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.footer__links.footer__links-mob a, .footer__links.footer__links-mob button {
		font-size: 12px;
		margin-bottom: 16px;
	}
	.footer__links.footer__links-mob {
		line-height: 1;
	}
	.footer__socials.footer__socials-mob {
		display: flex;
		margin: 8px 0px 24px 0px;
	}
	.footer__socials-link {
		margin-right: 16px;
		width: auto;
		height: auto;
	}
	.developers {
		margin: 0;
	}
	.top__container {
		padding: 0px 16px;
	}
	.top__item.top__item-big:nth-child(1) .top__item-image {
		left: -10px;
	}
	.pay {
		margin-bottom: 50px;
	}
	.main__pay {
		margin: 30px 0px 0px 0px;
	}
	.pay__container {
	}
	.pay__exchange-btn {
		left: -15px;
	}
	.pay__all {
		flex-direction: column;
	}
	.pay__body {
		margin-bottom: 24px;
	}
	.pay__right {
		padding: 0;
	}
	.pay__form {
		padding: 0;
	}
	.pay__about-row {
		flex-wrap: wrap;
	}
	.pay__title {
		font-size: 28px;
	}
	.pay__subtitle svg {
		width: 410px;
	}
	.pay__methods-item svg {
		width: 80px;
	}
	.pay__subtitle::before {
		top: 0.05rem;
	}
	.pay__info-item {
		font-size: 18px;
	}
	.pay__info-item:nth-child(1)::before {
		left: 200px;
		width: 87px;
	}
	.pay__info-item:nth-child(2)::before {
		left: 270px;
		width: 87px;
	}
	.pay__give {
		display: flex;
		flex-direction: column;
	}
	.pay__receive {
		display: flex;
		flex-direction: column;
	}
	.pay__additional {
		bottom: 25px;
	}
	.pay__image {
		width: 600px;
		height: 600px;
		top: -45px;
		right: -140px;
	}
	.pay__info-text {
		margin-left: 15px;
	}
	.calc__item:not(:last-child) {
		width: 325px;
	}
}
@media only screen and (max-width: 768px) {
	.main__pay {
		margin: 0;
	}
	.header__container-pay .header__navbar {
		top: 98%;
	}
	.page__center {
		margin-bottom: 120px;
		padding: 0px 50px;
	}
	.pay__info {
		display: none;
	}
	.header {
		margin-top: 0px;
	}
	.pay__image {
		width: 400px;
		height: 400px;
		top: 130px;
		right: -75px;
		background: url(../images/ysCssO0sTFuP.png) no-repeat 0 0/cover;
	}
	.pay__additional {
		bottom: 60px;
	}
	.faq__list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.faq__item {
		flex: 0 1 47%;
	}
	.popup__title {
		font-size: 24px;
	}
	.pay__body {
		flex: auto;
	}
}
@media only screen and (max-width: 576px) {
	.sidebar__online {
		margin: 0;
	}
	.sidebar__nav-link {
		flex-direction: column;
	}
	.sidebar__nav-title {
		margin-top: 10px;
		margin-left: 0px;
	}
	.sidebar__nav-link:nth-child(1) .sidebar__nav-title {
		margin-top: 10px;
	}
	.wrapper__home-img {
		display: none;
	}
	.page__center {
		padding: 0px 16px;
		margin-bottom: 36px;
	}
	.page__center .heading {
		text-align: left;
	}
	.heading-order {
		margin-top: 20px;
	}
	.heading__title-order {
		font-size: 20px;
		text-align: left;
	}
	.order {
		width: 100vw;
		position: relative;
		left: -20px;
	}
	.order__list {
		border-radius: 0;
	}
	.feed {
		padding: 24px 0px 24px 0;
	}
	.feed-item {
		padding: 9px 20px 9px 15px 
	}
	.footer {
	}
	.footer__bottom {
		padding-bottom: 24px;
	}
	.top__last_item {
		font-size: 14px;
	}
	.top__last_heading-left {
		width: 140px;
	}
	.top__last_item-left {
		width: 140px;
	}
	.top__item-name {
		font-size: 20px;
	}
	.top__item-summ {
		font-size: 14px;
	}
	.top__item-desc {
		font-size: 12px;
	}
	.top__heading {
		width: 330px;
	}
	.top__heading_title {
		font-size: 20px;
	}
	.top__heading_desc {
		font-size: 14px;
	}
	.pay__exchange-btn {
		display: none;
	}
	.pay__exchange {
		padding: 16px;
	}
	.pay__exchange::after {
		display:none;
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 115px;
		height: 140px;
		background: url(../fonts/ZABNSlBNHDH9.svg) 0 0/cover no-repeat;
	}
	.pay__change {
		position: relative;
		z-index: 2;
	}
	.pay__methods-column {
		flex: 0 1 50%;
	}
	.pay__methods-item svg {
		width: 60px;
	}
	.pay__methods-list {
		margin: 0px;
	}
	.pay__balance {
		padding: 14px;
	}
	.pay__title {
		font-size: 20px;
		margin: 0;
	}
	.pay__subtitle-text {
		font-size: 12px;
		font-weight: 500;
	}
	.pay__subtitle-text div:last-child {
		display: none;
	}
	.pay__subtitle svg {
		width: 260px;
	}
	.pay__subtitle {
		line-height: 14px;
		width: 250px;
		top: -15px;
	}
	.pay__subtitle::before {
		top: 1rem;
		left: 8.4%;
	}
	.pay__subtitle-text {
		top: auto;
	}
	.pay__image {
		top: 50px;
		width: 350px;
		height: 350px;
		right: -60px;
	}
	.pay__body {
		flex: auto;
	}
	.pay__about {
		display: none;
	}
	.pay__balance {
		height: 300px;
	}
	.pay__additional {
		bottom: 20px;
	}
	.pay__fill-icon {
		top: 35px;
		right:9px !important;
		width: 37px;
		height: 37px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pay__fill-icon svg {
		width: 27px;
		height: 27px;
	}
	.pay__methods {
		display: none;
	}
	.pay__methods.mob {
		display: block;
		margin-bottom: 20px;
	}
	.pay__methods-list {
		flex-wrap: nowrap;
	}
	.popup__title {
		font-size: 20px;
	}
	.footer__container {
		padding-bottom: 70px;
	}
}
@media only screen and (max-width: 445px) {
	.header__logo-img img {
		width: 200px;
	}
	.pay__subtitle svg {
		width: 200px;
	}
	.pay__subtitle-text {
		font-size: 10px;
	}
	.pay__subtitle {
		width: 210px;
		top: -25px;
		display: none;
	}
	.pay__subtitle::before {
		top: 1.4rem;
	}
	.pay__additional {
		font-size: 10px;
		margin: 0;
		width: 200px;
		bottom: 40px;
	}
	.pay__image {
		top: -15px;
		right: -60px;
		width: 300px;
		height: 300px;
	}
	.pay__title {
		line-height: 1.2;
	}
	.pay__title-svg svg {
		width: 22px;
	}
	.faq__item {
		flex: 0 1 100%;
	}
	.pay__button {
		margin-top: 10px;
		left: 10px;
	}
	.pay__button svg {
		display: none;
	}
	.pay__button-svg {
		display: block !important;
	}
	.pay__button-text {
		bottom: 15px;
		left: 100px;
	}
	.pay__fill {
		flex-direction: column;
	}
	.pay__fill-item:first-child {
		margin: 0;
	}
	.footer__links.footer__links-mob a {
		font-size: 12px;
	}
	.copyrights.copyrights-mob div {
		font-size: 12px;
	}
	.popup__title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 390px) {
	.pay__button {
		left: 0;
		top: -5px;
		margin: 0;
	}
	.pay__body {
		margin-bottom: 15px;
	}
}
.block {
	margin-top: 50px;
}
.block__heading h2 {
	font-family: 'RF Dewi Extended';
	font-weight: 800;
	font-size: 28px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	margin-bottom: 36px;
	text-align: center;
}
.block__heading p {
	font-size: 14px;
	line-height: 1.4;
	color: #6B7399;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 25px;
}
.block__heading p a {
	color: #fff;
}
.block__heading p a:hover {
	text-decoration: underline;
}
.block__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}
.block__footer .btn {
	text-transform: none;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	height: auto;
	padding: 0.625rem 1.5625rem;
	white-space: normal;
	text-align: center;
	border-radius: 12px;
}
.review__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #141729;
	color: #fff;
	padding: 20px;
	border-radius: 12px;
}
.review__item:not(:last-child) {
	margin-bottom: 0.9375rem;
}
.review__avatar {
	max-width: 3.125rem;
	max-height: 3.125rem;
	border-radius: 62.4375rem;
}
.review__data {
	line-height: 1.4285714286;
}
.review__data-name {
	font-weight: 600;
}
.review__data-name span {
	color: #6B7399;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
@media only screen and (max-width: 992px) {
	.review__item {
		padding: 15px;
	}
}
@media only screen and (max-width: 576px) {
	.block {
		display: none;
	}
	.block__heading h2 {
		font-size: 18px;
	}
	.block__footer {
		flex-direction: column;
	}
}
 @media only screen and (min-width: 487px) {
	body {padding-right:0px !important}.popup__	subtitle-wallet.pngwrapper{padding:0 !important}html.webp.popup-show.lock body {padding-right:0 !important}
	#privacy-policy > div, #terms > div {margin:12px 0;position: absolute;overflow-y: auto;top: 8px;bottom: 8px;}
	#privacy-policy .popup__title,  #terms .popup__title {padding: 0 28px 15px;}
	#privacy-policy, #terms {background-color: #ffffff;width: 800px;top: 40px;bottom: 40px;margin: 0 auto;overflow: hidden;border-radius: 12px;}
	}
.footer__socials-link:hover svg path {fill: #2196F3;}
.pay__receive div:nth-of-type(2) {display: flex;align-items: center;justify-content: space-between;}
.pay__receive div:nth-of-type(2) button {width: 60px;background: #1D2340;padding: 3px;border: 1px solid #3981F7;border-radius: 5px;color: #3981F7;}
.pay__receive-sum.pay__input-sum {width:100%; /*width:180px*/}
@media only screen and (max-width: 486px) {#faq .popup__wrapper .popup__content{position:fixed;overflow-y:auto;top:50px;bottom:50px}
    .pay__receive div:nth-of-type(2) button {display:none}
    #privacy-policy, #terms {background-color: #141729;padding: 20px 0;}
		#privacy-policy .popup__title,  #terms .popup__title {padding: 0 28px 15px;}
		.popup__close {top:20px;right:10px;}
}

.pay__exchange{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

#svg_path1 {
    scale: 0.8;
    transform: translate(5px, 5px);
}
#svg_path2 {
    scale: 0.8;
    transform: translate(6px, 1px);
}
.feed-item:hover{
background: #1D2340;
}

.pay__image {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 220px;
  right: -50px;
  background: url(../images/lemon.png) no-repeat 0 0/cover;
  background: url(../images/lemon.png) no-repeat 0 0/cover;
  @supports (background: url(../images/lemon.png)) {
    background: url(../images/lemon.png) no-repeat 0 0/cover;
  }
}


@media only screen and (max-width: 576px) {
    .pay__exchange{
    padding: 16px 0 0 0;
    }
    .pay__receive{
    width: 109%;
    margin-right: 10px;
}
.pay__give{
    width: 85%;
}

.right-txt{
    text-align: end;
}
.pay__image {
width: 180px;
    height: 180px;
    top: 45px;
    right: 0px;
        background: url(../images/lemon.png) no-repeat 0 0/cover;
    }
    @supports (background: url(../images/lemon.png)) {
        .pay__image {
            background: url(../images/lemon.png) no-repeat 0 0/cover;
        }
    }
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance:none) {
            .pay__image {
                background: url(../images/ysCssO0sTFuP.png) no-repeat 0 0/cover;
            }
        }
    }
    
.pay__balance {
        position: relative;
height: 220px;
width: 100vw;
        right: 20px;
        background: url(../images/Ir5TSctJPCZo.png) no-repeat 0 0/cover;
    }
    
    @supports (background: url(../images/Ir5TSctJPCZo.png)) {
        .pay__balance {
            background: url(../images/Ir5TSctJPCZo.png) no-repeat 0 0/cover;
        }
    }
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance:none) {
            .pay__balance {
                background: url(../images/Ir5TSctJPCZo.png) no-repeat 0 0/cover;
            }
        }
    }
    
}