body {
	background-position: top center;
}

.main {
	min-height: calc(100vh - 215px - 172px);
}

.header .wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: 100%;
	height: 312px;
	background-image: url("../../img/top-block.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #fff;
	padding: 80px 90px;
}

.header .wrapper > .block-right {
	text-align: right;
}

.header .wrapper .subinfo {
	padding-top: 16px;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
	font-weight: bold;
}

.header .wrapper .relink {
	padding-top: 25px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.header .wrapper .relink a {
	color: #fff;
}

.header .wrapper .relink span {
	vertical-align: top;
	line-height: 18px;
}

.header .wrapper h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 38px;
}

.header .wrapper .online-block {
}

.header .wrapper .ip {
	margin-top: 8px;
	margin-right: 4px;
	height: 48px;
	line-height: 48px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #AFAFAF;
	background-color: rgba(0,0,0,0.55);
	text-align: center;
	padding-right: 40px;
	margin-left: auto;
	display: inline-block;
	width: 165px;
	text-transform: uppercase;
}

.header .wrapper .ip > span {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .wrapper .ip button {
	display: block;
	width: 48px;
	height: 48px;
	background-color: transparent;
	text-align: center;
	line-height: 44px;
	border-radius: 0;
	padding-left: 4px;
	padding-bottom: 4px;
	outline: none;
	border: 0;
	position: absolute;
	right: -4px;
	top: 0;
	background-repeat: no-repeat;
	background-image: url("../../img/copy-bg.svg");
	background-size: cover;
	background-position: center;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
	color: #afafaf;
	font-size: 16px;
}

.header .wrapper .ip button:active {
}

.header .wrapper .ip button .fa-copy {
	pointer-events: none;
}

.header .wrapper .online-block > span {
	margin-left: 4px;
	line-height: 21px;
	font-weight: 500;
	font-size: 18px;
	vertical-align: top;
	color: #FFBD5B;
}

.header .wrapper .online-block #online {
	font-size: 16px;
}

.donate {
	min-height: 218px;
}

.donate .category-info {
	padding: 20px 30px;
	text-align: left;
	border-radius: 15px;
	background-color: rgba(253, 165, 34, 0.8);
	color: #000;
	margin-bottom: 26px;
}

.donate .tabs > .tab-links {
	color: #97A5B5;
	text-align: center;
	padding: 34px 0;
	border-radius: 0;
	background-color: transparent;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	align-items: center;
}

.donate .tabs > .tab-links > li .tab-link {
	line-height: 94px;
	height: 94px;
	min-width: 0;
	padding: 0;
	position: relative;
	border: 0;
	color: #97A5B5;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.donate .tabs > .tab-links > li .tab-link:after {
	display: none;
}

.donate .tabs > .tab-links > li .tab-link:hover,
.donate .tabs > .tab-links > li .tab-link.active {
	color: #000;
}

.donate .tabs > .tab-list > .tab-id {
	padding: 0;
}

.donate .items {
	padding-bottom: 26px;
}

.donate .items > .item-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	grid-gap: 26px;
}

.donate .items > .item-list > .item-id {
	background-color: #fff;
	padding: 25px;
	height: 274px;
	position: relative;
	cursor: pointer;
	border-radius: 0;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.donate .items > .item-list > .item-id:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #FFBD5B;
}

.donate .items > .item-list > .item-id > .discount {
	position: absolute;
	bottom: 25px;
	left: 7px;
	z-index: 1;
	line-height: 42px;
	height: 42px;
	width: 67px;
	text-align: center;
	color: #fff;
	background-color: #FFAE10;
	font-weight: 800;
	font-size: 23px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.donate .items > .item-list > .item-id > .title,
.donate .items > .item-list > .item-id > .price {
	font-weight: 800;
	font-size: 20px;
	color: #0a0a0a;
	width: 100%;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.donate .items > .item-list > .item-id > .price{
}

.donate .items > .item-list > .item-id > .price.discounted {
	padding-left: 32px;
}

.donate .items > .item-list > .item-id > .price > .old-price {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-decoration: line-through;
	color: #A0ACBB;
}

/*.donate .items > .item-list > .item-id:hover > .title {
	color: rgb(253 165 34);
}*/

.donate .items > .item-list > .item-id > .image {
	display: block;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	margin: auto;
	width: 120px;
	height: 120px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.donate .items > .item-list > .item-id > .forever {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #bec1c5;
}

.donate .items > .item-list > .item-id:hover > .title {
	color: #A57836;
}

.donate .items > .item-list > .item-id:hover > .forever {
	color: #fff;
}

.donate .items > .item-list > .item-id > .price {
	position: absolute;
	bottom: 25px;
	left: 0;
}

.donate .items > .item-list > .item-id .data {
	display: none;
}

.modal .btn.give {
	background-color: #ffae00 !important;
}

.modal .btn.warn {
	background-color: #f46145 !important;;
}

.modal .input-alert {
	line-height: 14px;
	font-size: 12px;
	color: #bec1c5;
	text-align: center;
}

.modal .input-alert[data-message-type="info"] {
	padding: 7px 8px 6px 8px;
	color: #ff9900;
	line-height: normal;
}

.modal[data-id="restore"] > .wrapper {
	width: 1080px;
}

.modal[data-id="restore"] .description {
	line-height: 24px;
}

.modal[data-id="restore"] .form-wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	padding-top: 20px;
}

.modal[data-id="restore"] .input-block {
	margin-bottom: 0;
	padding: 0;
}

.modal[data-id="restore"] .attachments {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	padding-bottom: 20px;
}

.modal[data-id="restore"] .attachments .btn {
	background-color: #edf2f5;
	width: 100%;
	display: block;
	border: 1px dashed #919191;
	color: #919191;
	box-sizing: border-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 0;
}

.modal[data-id="restore"] .attachments .btn:hover {
	background-color: #d8dde0;
}

.modal[data-id="restore"] .attachments .input-block-file {
	display: block;
	width: 100%;
	position: relative;
}

.modal[data-id="restore"] .attachments .input-block-file.success .btn {
	background-color: #ffae00;
	color: #fff;
	border: 0;
}

.modal[data-id="restore"] #donate-modal-footer-restore .block-middle {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	text-align: center;
}

.modal[data-id="restore"] .input-block .input-error {
	opacity: 1;
	text-align: left;
	font-size: 12px;
}

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

.modal[data-id="restore"] .btn[type="submit"].give {
	background-color: #ffae00;
}

.modal[data-id="restore"] .warn {
	color: #F44336;
	padding-bottom: 20px;
}




#methodform .methods {
	padding-top: 20px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	align-items: start;
	padding-bottom: 28px;
	position: relative;
	grid-row-gap: 48px;
}

#methodform .modal-body  > .methods:nth-child(2) {
	padding-top: 40px;
}

#methodform .modal-body  > .methods:nth-child(2):after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	top: 20px;
	left: 0;
}

#methodform .methods > li {
	list-style: none;
}

#methodform .methods > li[data-crypto="false"]{
	display: none;
}

#methodform .methods > li > .btn {
	background-color: #F5F5F5;
	color: #212121;
	font-weight: 500;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../../../../uploads/template/img/methods/qiwi.svg");
	height: 100px;
	background-origin: content-box;
	padding: 20px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	position: relative;
	cursor: pointer;
}

#methodform .methods > li > .btn:hover {
	background-color: #EEEEEE;
}

#methodform .methods > li > .btn:disabled {
	background-color: #E0E0E0;
	color: #fff;
}

#methodform .methods > li > .btn.active:disabled {
	background-color: #3F51B5;
	color: #fff;
}

#methodform .methods > li > .btn .commission {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	background-color: #212121;
	color: #fff;
	border-radius: 4px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

#methodform .methods > li > .btn:hover .commission,
#methodform .methods > li > .btn:active .commission {
	background-color: #ff9900;
	color: #F5F5F5;
}

#methodform .methods > li > .btn .subtext {
	color: #616161;
	position: absolute;
	top: 4px;
	left: 8px;
	line-height: 20px;
	height: 20px;
	z-index: 1;
	font-size: 10px;
}

#methodform .methods > li > .btn .icon {
	width: 20px;
	position: absolute;
	top: 4px;
	right: 4px;
	border-radius: 50%;
	z-index: 1;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ddd;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#methodform .methods > li > .btn[data-type="unitpay-card"],
#methodform .methods > li > .btn[data-type="unitpay-cards"],
#methodform .methods > li > .btn[data-icon="cards"] {
	background-image: url("../../../../uploads/template/img/methods/card.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-yandex"] {
	background-image: url("../../../../uploads/template/img/methods/yandexmoney.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-yandexpay"] {
	background-image: url("../../../../uploads/template/img/methods/yandexpay.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-mf"] {
	background-image: url("../../../../uploads/template/img/methods/megafon.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-beeline"] {
	background-image: url("../../../../uploads/template/img/methods/beeline.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-mts"] {
	background-image: url("../../../../uploads/template/img/methods/mts.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-tele2"] {
	background-image: url("../../../../uploads/template/img/methods/tele2.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-applepay"] {
	background-image: url("../../../../uploads/template/img/methods/applepay.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-samsungpay"] {
	background-image: url("../../../../uploads/template/img/methods/samsung.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-paypal"] {
	background-image: url("../../../../uploads/template/img/methods/paypal.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-googlepay"] {
	background-image: url("../../../../uploads/template/img/methods/google-pay-mark_800.svg");
}

#methodform .methods > li > .btn[data-type="unitpay-sbp"] {
	background-image: url("../../../../uploads/template/img/methods/sbp.svg");
}

#methodform .methods > li > .btn[data-icon="crypto"] {
	background-image: url("../../../../uploads/template/img/methods/crypto.svg");
}

#methodform .methods > li > .btn[data-icon="tether"] {
	background-image: url("../../../../uploads/template/img/methods/tether.svg");
}

#methodform .methods > li > .btn[data-icon="monero"] {
	background-image: url("../../../../uploads/template/img/methods/monero.svg");
}

#methodform .methods > li > .btn[data-icon="tron"] {
	background-image: url("../../../../uploads/template/img/methods/tron.svg");
}

#methodform .methods > li > .btn[data-icon="bitcoin"] {
	background-image: url("../../../../uploads/template/img/methods/bitcoin.svg");
}

#methodform .methods > li > .btn[data-icon="ethereum"] {
	background-image: url("../../../../uploads/template/img/methods/ethereum.svg");
}

#methodform .methods > li > .btn[data-icon="bitcoin-cash"] {
	background-image: url("../../../../uploads/template/img/methods/bitcoin-cash.svg");
}

#methodform .methods > li > .btn[data-icon="litecoin"] {
	background-image: url("../../../../uploads/template/img/methods/litecoin.svg");
}

#methodform .methods > li > .btn[data-icon="dash"] {
	background-image: url("../../../../uploads/template/img/methods/dash.svg");
}

#methodform .methods > li > .btn[data-icon="zcash"] {
	background-image: url("../../../../uploads/template/img/methods/zcash.svg");
}

#methodform .methods > li > .btn[data-icon="dogecoin"] {
	background-image: url("../../../../uploads/template/img/methods/dogecoin.svg");
}

#methodform .methods > li > .btn[data-icon="usdt"] {
	background-image: url("../../../../uploads/template/img/methods/usdt.webp");
}

#methodform .methods > li > .btn[data-icon="steampay"] {
	background-image: url("../../../../uploads/template/img/methods/steam.svg");
}

.modal[data-id="success-payment"] .modal-body {
	text-align: center;
}

.modal[data-id="success-payment"] .success-icon {
	font-size: 80px;
	color: #4CAF50;
}

.modal[data-id="success-payment"] .success-text {
	padding: 20px 0;
}

.modal[data-id="success-payment"] .success-sum {
	padding-bottom: 20px;
	font-size: 20px;
}

.modal[data-id="success-payment"] .success-restore {
	padding-top: 20px;
}

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

.modal[data-id="surcharge"] > .wrapper > .modal-content > .modal-footer {
	border: 0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	align-items: center;
}




#confirm-username .confirm-parts {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 40px;
	padding-bottom: 40px;
	text-align: center;
}

#confirm-username .confirm-parts > .part {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 500;
	/*align-items: center;*/
}

#confirm-username .confirm-parts > .part > .number {
	color: #A0ACBB;
	width: 40px;
	font-size: 18px;
}

#confirm-username .confirm-parts > .part input {
	margin: 0 auto;
	height: 52px;
	padding: 0 20px;
	width: 280px;
}

#confirm-username .confirm-parts .btn {
	background-color: #000;
	border-radius: 0;
	box-shadow: none;
	display: block;
	width: 280px;
	line-height: 52px;
	height: 52px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 40px;
	margin: 0 auto;
}




#confirm .parts {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	text-align: center;
	padding-bottom: 54px;
}

#confirm .parts #alter-choice,
#confirm .parts #confirm-choice {
	display: block;
	position: relative;
	width: 160px;
	height: 160px;
	margin: auto;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../../../../uploads/template/img/methods/qiwi.svg");
	background-origin: content-box;
	padding: 20px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	border: 0;
	border-radius: 4px;
	background-color: #F5F5F5;
	color: #212121;
}

#confirm .parts #alter-choice {
	width: 100%;
	height: 128px;
	padding: 0 0 20px 0;
	background-image: url("../../../../uploads/template/img/methods/card.svg");
}

#confirm .parts #confirm-choice:hover,
#confirm .parts #alter-choice:hover {
	background-color: #eee;
}

#confirm .parts #alter-choice > .price,
#confirm .parts #confirm-choice > .price {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	left: 0;
	z-index: 1;
	font-size: 14px;
	display: block;
}

#confirm .parts .text {
	min-height: 24px;
	line-height: 24px;
	color: #fff;
	background-color: #212121;
	border-radius: 2px;
	margin-top: 8px;
	font-size: 12px;
	display: block;
}



@keyframes recorder {
	from { background-color: #4E342E; }
	to { background-color: #F44336; }
}