.main-header {
	padding-top: 77px;
}

.main-header > .wrapper {
	display: grid;
	grid-template-columns: calc(100% - 675px) 675px;
	align-items: center;
}

.main-header > .wrapper .char {
	position: relative;
	height: 675px;
	width: 100%;
}

.main-header > .wrapper .char > .top-right,
.main-header > .wrapper .char > .bottom-right,
.main-header > .wrapper .char > .bottom-left {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 22px 22px 22px #F4F1FF;
	background-position: center;
	background-repeat: no-repeat;
}

.main-header > .wrapper .char > .top-right {
	background-image: url("../../img/bottle.png");
}

.main-header > .wrapper .char > .bottom-right {
	width: 65px;
	height: 65px;
	box-shadow: 6px 6px 22px #F4F1FF;
	top: auto;
	bottom: 0;
	right: 141px;
	background-image: url("../../img/coal.png");
}

.main-header > .wrapper .char > .bottom-left {
	width: 103px;
	height: 103px;
	box-shadow: 11px 11px 22px #F4F1FF;
	top: auto;
	bottom: 53px;
	right: auto;
	left: 0;
	background-image: url("../../img/wheat.png");
}

.main-header > .wrapper .char > .center-middle {
	background-position: center;
	background-repeat: no-repeat;
	/*background-image: url("../../img/char.png");*/
	/*background-image: url("/uploads/template/img/chars/5.png");*/
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.main-header > .wrapper > .block-left {
	position: relative;
	padding-top: 40px;
}

.main-header > .wrapper > .block-left h1 {
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
}

.main-header > .wrapper > .block-left h1 .servername {
	color: #858196;
}

.main-header > .wrapper > .block-left .subinfo {
	position: absolute;
	top: 56px;
	left: 222px;
	color: #8A82AA;
}

.main-header > .wrapper > .block-left .subinfo:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #37CF98;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -14px;
}

.main-header > .wrapper > .block-left .online-block {
	display: grid;
	grid-template-columns: 82px calc(100% - 82px);
	align-items: start;
	padding-top: 28px;
	width: 480px;
	box-shadow: 11px 11px 22px #F4F1FF;
}

.main-header > .wrapper > .block-left .online-block > .block-left .icon {
	width: 82px;
	height: 82px;
	background: linear-gradient(216.97deg, #FFC582 4.63%, #DC630B 110.57%), #F9BB8E;
	box-shadow: 5px 5px 18px #FFE7CC;
	text-align: center;
	line-height: 78px;
	position: relative;
}

.main-header > .wrapper > .block-left .online-block > .block-right {
	padding: 11px 11px 11px 0;
	background-color: #fff;
	height: 100%;
	display: grid;
	grid-template-columns: 130px calc(100% - 130px);
	align-items: center;
}

.main-header > .wrapper > .block-left .online-block > .block-right .monitoring {
	width: 91px;
	margin: auto;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 107.4%;
}

.main-header > .wrapper > .block-left .online-block > .block-right .monitoring span {
	font-weight: normal;
	color: #8a82aa;
}

.main-header > .wrapper > .block-left .online-block > .block-right > .block-right {
	height: 100%;
}

.main-header > .wrapper > .block-left .online-block > .block-right > .block-right .copy-clipboard {
	background-color: #F7F4FF;
	color: #8A82AA;
	width: 100%;
	border: 0;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

.main-header > .wrapper > .block-left .online-block > .block-right > .block-right .copy-clipboard .pic {
	margin: -4px 0 0 12px;
}



.donate {
	padding-top: 28px;
}

.donate .tabs > .tab-links {
	background-color: transparent;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.donate .tabs > .tab-links > li {
	width: 210px;
	margin-right: 35px;
}

.donate .tabs > .tab-links > li:last-child {
	margin-right: 0;
}

.donate .tabs > .tab-links > li .tab-link {
	color: #8A82AA;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	border: 0;
	height: 58px;
	display: block;
	width: 100%;
	font-weight: 500;
	position: relative;
}

.donate .tabs > .tab-links > li .tab-link.active,
.donate .tabs > .tab-links > li .tab-link:hover {
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

.donate .tabs > .tab-links > li .tab-link:after {
	content: "";
	width: 8px;
	background-color: #FFB37C;
	height: 8px;
	display: none;
	position: absolute;
	left: calc(50% - 4px);
	top: calc(100% - 4px);
	border-radius: 50%;
}

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

.donate .tabs > .tab-list {
	position: relative;
}

.donate .tabs > .tab-list .tooltip-helper {
	position: absolute;
	top: 85px;
	left: 230px;
	background-color: #423f51;
	padding: 16px 20px;
	color: #fff;
	width: 310px;
	font-size: 16px;
	z-index: 2;
	display: none;
}

.donate .tabs > .tab-list .tooltip-helper:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid #423f51;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

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

.donate .tabs > .tab-list > .tab-id > .category-info {
	background-color: #F1EFF9;
	color: #A09ABC;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.donate .tabs > .tab-list > .tab-id > .items {
	display: grid;
	grid-template-columns: 555px calc(100% - 555px);
	align-items: start;
	background-color: #fff;
	box-shadow: 11px 11px 22px #F4F1FF;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper {
	height: 500px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #FBBA73 #DEDBEA;
	position: relative;
	z-index: 0;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list {
	background-color: #F1EFF9;
	padding: 33px 0;
	min-height: 100%;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper::-webkit-scrollbar {
	width: 9px;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper::-webkit-scrollbar-track {
	background-color: #DEDBEA;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper::-webkit-scrollbar-thumb {
	background-color: #FBBA73;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 52px calc(100% - 182px) 110px;
	align-items: center;
	position: relative;
	padding: 16px 48px;
	cursor: pointer;
	color: #000;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.unavailable {
	display: none;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.disabled {
	background-color: #E4E0F5;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id > .block-center {
	height: 100%;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id:not(.forever-type) > .block-center {
	display: grid;
	align-items: center;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id > .block-right {
	text-align: right;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id:hover {
	background-color: #E4E0F5;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.active {
	background-color: #000;
	color: #fff;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 48px;
	height: 1px;
	background-color: #DCD7F2;
	width: 263px;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id:last-child:after {
	display: none;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id .image {
	width: 52px;
	height: 52px;
	border: 6px solid #D8D3EA;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 4px;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.active .image {
	border-color: #FBBA73;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id .title {
	font-weight: 700;
	font-size: 20px;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.disabled .title {
	text-decoration: line-through;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id .forever {
	font-size: 16px;
	color: #A09ABC;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id .price {
	font-weight: bold;
	font-size: 20px;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id .discount {
	color: #E88740;
	font-size: 16px;
	font-weight: 600;
}

.donate .tabs > .tab-list > .tab-id > .items > .items-wrapper > .item-list > .item-id.disabled .discount {
	display: none;
}

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




.donate .tabs > .tab-list > .tab-id > .items > .item-info {
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id {
	display: none;
	position: relative;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id.active {
	display: block;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper {
	height: 500px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #FBBA73 #DEDBEA;
	padding: 64px;
	position: relative;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper::-webkit-scrollbar {
	width: 9px;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper::-webkit-scrollbar-track {
	background-color: #DEDBEA;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper::-webkit-scrollbar-thumb {
	background-color: #FBBA73;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .image {
	width: 62px;
	height: 62px;
	border: 6px solid #EDE9FC;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 8px;
	display: none;
	float: left;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .forever {
	color: #A09ABC;
	display: none;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .forever:after {
	content: "";
	display: block;
	clear: both;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .title {
	font-size: 32px;
	font-weight: bold;
	color: #000;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .discount {
	position: absolute;
	top: 59px;
	right: 0;
	background-color: #FBBA73;
	color: #6C4E2E;
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
	height: 46px;
	padding: 0 13px;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .description {
	padding-top: 40px;
	color: #A09ABC;
	line-height: 24px;
	font-size: 16px;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-form {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: calc(100% - 160px) 285px;
	align-items: start;
	padding-top: 40px;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-form input,
.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-form select {
	margin: 0;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer {
	padding-top: 8px;
	display: grid;
	grid-gap: 38px;
	grid-template-columns: 219px calc(100% - 257px);
	align-items: center;
	color: #8F8AA3;
	font-size: 18px;
	font-weight: bold;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .price-name {
	display: none;
	color: #000;
	font-weight: bold;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .btn {
	display: block;
	width: 100%;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .btn .fa-coins {
	color: #E88740;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .old-price {
	margin-left: 16px;
	font-weight: normal;
	color: #C8C3DB;
	text-decoration: line-through;
	display: none;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .old-price.discounted {
	display: inline;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .discount-alerts {
	display: none;
	padding-top: 4px;
	font-weight: 400;
	font-size: 12px;
	max-width: 100%;
	line-height: 12px;
	width: 220px;
	color: #000;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id > .item-wrapper > .item-footer .discount-alerts.active {
	display: block;
}

.donate .tabs > .tab-list > .tab-id > .items > .item-info > .item-id .item-unselect {
	display: none;
	position: fixed;
	bottom: 0;
	left: calc(50% - 33px);
	width: 66px;
	height: 66px;
	line-height: 66px;
	background-color: #000;
	color: #fff;
	font-size: 42px;
	text-align: center;
}




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

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

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-wrapper > .modal-header .discount {
	display: none;
}

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

.modal[data-id="donate"] .input-inline {
	display: grid;
	grid-gap: 8px;
	align-items: start;
}

.modal[data-id="donate"] .input-inline.column2 {
	grid-template-columns: calc(100% - 190px) 182px;
}

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

.modal[data-id="donate"] #input-amount {
	padding-top: 8px;
}

.modal[data-id="donate"] #input-amount .input-block {
	padding-bottom: 0;
}

.modal[data-id="donate"] #input-receipt {
	padding-top: 30px;
	color: #A09ABC;
}

.modal[data-id="donate"] #input-email {
	padding: 18px 0 4px 0;
}

.modal[data-id="donate"] #input-server {
	padding: 8px 0 0 0;
}

.modal[data-id="donate"] #input-gift {
	color: #A09ABC;
	padding-top: 16px;
}

.modal[data-id="donate"] #gift-block {
	padding-top: 18px;
}

.modal[data-id="donate"] #gift-block .input-block:last-child {
	padding-bottom: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer {
	padding-top: 18px;
}

.modal[data-id="donate"] .alertblock {
	background-color: #E9E5F4;
	font-size: 14px;
	color: #847F94;
	margin: 18px 0 0 0;
	min-height: 90px;
}

.modal[data-id="donate"] .alertblock.alertblock-before > .before {
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #D5D0E1;
	line-height: 48px;
}

.modal[data-id="donate"] .alertblock.alertblock-before {
	padding-left: 85px;
}

.modal[data-id="donate"] .alertblock .text {
	display: grid;
	align-items: center;
	min-height: 50px;
}

.modal[data-id="donate"] .input-append > .append {
	left: 58px;
	right: auto;
}

.modal[data-id="donate"] .input-append > .append .minus,
.modal[data-id="donate"] .input-append > .append .plus,
.modal[data-id="donate"] .input-prepend > .prepend .minus,
.modal[data-id="donate"] .input-prepend > .prepend .plus {
	display: block;
	width: 100%;
	border-right: 1px solid #D6CFEF;
	font-size: 22px;
	color: #000;
}

.modal[data-id="donate"] .input-append > input {
	padding-left: 140px;
}

.modal[data-id="donate"] #gift-comment {
	height: 148px;
}

.modal[data-id="donate"] #input-surcharge {
	padding-bottom: 0;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .block-middle {
	padding-top: 36px;
	display: grid;
	grid-gap: 38px;
	grid-template-columns: 218px calc(100% - 256px);
	align-items: center;
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .block-middle > .block-right {
}

.modal[data-id="donate"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .block-middle .btn {
	padding: 0 20px;
	width: 100%;
}

.modal .btn .fa-coins {
	color: #E88740;
}

.modal[data-id="donate"] #price-block {
	font-size: 0;
}

.modal[data-id="donate"] #price-block > .value {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #8F8AA3;
}

.modal[data-id="donate"] #price-block > .pure_value {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	color: #C8C3DB;
	text-decoration: line-through;
	padding-left: 16px;
}



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




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

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

.modal .btn.warn .fa-coins {
	color: rgba(0,0,0,0.4);
}

.modal .input-alert {
	line-height: 15px;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: 700;
	max-width: 65%;
	padding-top: 16px;
}

.modal .input-alert span {
	color: #F49956;
}

.modal .modal-footer .input-alert {
	padding-top: 4px;
	font-weight: normal;
	font-size: 12px;
	max-width: 100%;
	line-height: 12px;
}






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

.modal[data-id="restore"] > .wrapper > .modal-content > .modal-close-trigger {
	position: fixed;
	bottom: 0;
	top: auto;
	right: auto;
	left: calc(50% - 33px);
	width: 66px;
	height: 66px;
	line-height: 66px;
	background-color: #000;
	color: #fff;
	text-align: center;
	pointer-events: auto;
}

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

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

.modal[data-id="restore"] #restore-email-block {
	padding-top: 18px;
	padding-bottom: 0;
}

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

.modal[data-id="restore"] #donate-modal-footer-restore {
	padding-top: 18px;
}

.modal[data-id="restore"] #donate-modal-footer-restore .block-middle {
	padding-top: 36px;
}

.modal[data-id="restore"] #donate-modal-footer-restore .block-middle .btn {
	margin: 0;
}

.modal[data-id="restore"] .input-block {
	margin-bottom: 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: 48px;
	grid-template-columns: 218px calc(100% - 256px);
	align-items: center;
	text-align: left;
	color: #8F8AA3;
	font-weight: bold;
}

.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: 72px;
	height: 72px;
	color: #fff;
	font-size: 16px;
	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;
}

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



.modal[data-id="donate"] .price-name,
.modal[data-id="restore"] .price-name {
	display: none;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	margin-right: 8px;
}



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

.modal[data-id="commission"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	padding-top: 20px;
	grid-gap: 20px;
}

.modal[data-id="commission"] > .wrapper > .modal-content > .modal-wrapper > .modal-footer .btn {
	padding: 0 20px;
}



.modal[data-id="success-payment"] > .wrapper {
	width: 800px;
}

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper {
	padding: 84px 90px;
}

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper .block-middle {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: calc(100% - 258px) 218px;
	align-items: center;
}

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

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper .block-middle .title {
	font-weight: bold;
	font-size: 32px;
	color: #000;
	line-height: 34px;
}

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper .block-middle .text {
	font-size: 16px;
	color: #A09ABC;
	line-height: 17px;
	padding-top: 18px;
}

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper .block-middle .btn {
	padding: 0 20px;
	display: block;
	width: 100%;
}

.modal[data-id="success-payment"] > .wrapper > .modal-content > .modal-wrapper .block-middle .btn .pic {
	margin: -2px 2px 0 0;
}

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

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

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

.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;
}




#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");
}



#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;
}

#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; }
}