.main-top {
	min-height: 900px;
	position: relative;
	padding-top: 114px;
}

.main-top:after {
	content: "";
	display: block;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../../img/bg-source.png");
}

.main-top:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 156px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	background-image: url("../../../img/transit.svg");
}

.main-top .pagename {
	font-size: 36px;
	color: #f6f7f8;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 3;
	margin-top: 60px;
	height: 36px;
}



.main-footer {
	padding: 70px 0 75px 0;
	background-color: #1c1d28;
}

.main-footer .main-footer-wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 520px calc(100% - 540px);
	align-items: start;
}

.main-footer .main-footer-wrapper > .block-left,
.main-footer .main-footer-wrapper > .block-right {
	height: 100%;
}

.main-footer .main-footer-wrapper .online-block {
	background-color: #272838;
	border-radius: 7px;
	padding: 46px 27px 30px 27px;
	position: relative;
}

.main-footer .main-footer-wrapper .online-block .blockname {
	position: relative;
	color: #f6f7f8;
	font-weight: bold;
	font-size: 24px;
	height: 24px;
	text-transform: uppercase;
}

.main-footer .main-footer-wrapper .online-block .blockname .watermark {
	font-size: 48px;
	bottom: -12px;
}

.main-footer .main-footer-wrapper .online-block .blockdesc {
	color: #7b7d95;
	font-size: 18px;
	padding-top: 10px;
	font-weight: 600;
}

.main-footer .main-footer-wrapper .online-block .blockversion {
	padding-top: 29px;
	padding-bottom: 46px;
	font-size: 18px;
	color: #7b7d95;
}

.main-footer .main-footer-wrapper .online-block .monitoring {
	width: 110px;
	height: 110px;
	position: absolute;
	top: 56px;
	right: 62px;
}

.main-footer .main-footer-wrapper .online-block .monitoring > .monitoring-text {
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 100%;
	text-align: center;
	color: #f6f7f8;
	font-weight: 600;
	font-size: 16px;
}

.main-footer .main-footer-wrapper .online-block .monitoring .pie {
	position: relative;
	width: 110px;
	height: 110px;
	z-index: 9;
	display: block;
	stroke: #e476fb;
}

.main-footer .main-footer-wrapper .online-block .monitoring .pie .pie-bg {
	fill: none;
	stroke: #323345;
	stroke-width: 3.8;
}

.main-footer .main-footer-wrapper .online-block .monitoring .pie .pie-stroke {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
}

.main-footer .main-footer-wrapper .online-block .online-footer {
	padding-top: 30px;
	border-top: 2px solid #2f3041;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: calc(100% - 66px) 56px;
	align-items: start;
}

.main-footer .main-footer-wrapper .online-block .online-footer .copy-clipboard {
	display: block;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 56px;
	height: 56px;
}

.main-footer .main-footer-wrapper .online-block .online-footer .copy-clipboard .bx {
	margin-right: 11px;
	font-size: 24px;
	position: relative;
	top: -2px;
}

.main-footer .main-footer-wrapper .online-block .online-footer .copy-clipboard.alt {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	background: #323345;
	box-shadow: none;
}

.main-footer .main-footer-wrapper .online-block .online-footer .copy-clipboard.alt .bx {
	margin-right: 0;
}



#main-tabs {
	position: relative;
	z-index: 1;
}

#main-tabs {
	padding-top: 20px;
}

#main-tabs .submain-tabs .tab-links > li > a {
	border: 0;
	font-size: 14px;
}

#main-tabs .submain-tabs .tab-links > li > a:after {
	content: "";
	opacity: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #f42e2e 0%, #b235d5 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#main-tabs .submain-tabs .tab-links > li.active > a:after {
	opacity: 1;
}

#main-tabs .submain-tabs .tab-list > .tab-id {
	padding-top: 30px;
}




.items {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.items > .item-id {
	position: relative;
	background-color: #272838;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	border-radius: 15px;
	cursor: pointer;
	height: 125px;
	padding: 25px 15px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	top: 0;
}

.items > .item-id:hover {
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.30);
	top: -10px;
}

.items > .item-id > .top {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 75px calc(100% - 90px);
	align-items: center;
}

.items > .item-id > .top .image {
	display: block;
	width: 75px;
	height: 75px;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.items > .item-id > .top .title {
	font-family: "Graphik LCG", sans-serif;
	line-height: normal;
	font-size: 18px;
	color: #f6f7f8;
}

.items > .item-id > .top .price {
	padding-top: 5px;
	font-size: 18px;
	color: #e476fb;
	font-weight: 600;
}

.items > .item-id > .top .price .bx {
	position: relative;
	top: -2px;
}

.items > .item-id > .discount {
	font-size: 15px;
	font-weight: bold;
	color: #ffbf81;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	line-height: 45px;
	padding: 0 15px;
}

#payments {
	height: calc(100% + 8px);
}

.payments {
	position: relative;
	height: 100%;
}

.payments:after {
	content: "";
	display: block;
	width: 10%;
	background: linear-gradient( 90deg, rgba(28, 29, 40, 0) 0%, rgba(28, 29, 40, 0) 0.01%, rgba(28, 29, 40, 0.95) 77.6%, #1c1d28 99.59% );
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}

.payments > .payment-list {
	height: 100%;
	font-size: 0;
	max-width: 100%;
	overflow: auto;
	white-space: nowrap;
	scrollbar-width: thin;
}

.payments > .payment-list::-webkit-scrollbar{
	width: 8px;
	height: 8px;
	background-color: #272737;
	border-radius: 4px;
	left: 5px;
}

.payments > .payment-list::-webkit-scrollbar-track{
	border-radius: 4px;
}

.payments > .payment-list::-webkit-scrollbar-thumb{
	background-color: #363649;
	border-radius: 4px;
}

.payments > .payment-list > .payment-id {
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	cursor: pointer;
	background: #272838;
	border-radius: 7px;
	padding: 23px 35px 15px 35px;
	margin-left: 25px;
	height: 100%;
	width: 200px;
	font-size: 16px;
}

.payments > .payment-list > .payment-id:first-child {
	margin-left: 0;
}

.payments > .payment-list > .payment-id:hover {
}

.payments > .payment-list > .payment-id:nth-child(n+8) {
	display: none;
}

.payments > .payment-list > .payment-id > .image {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.52));
	width: 116px;
	height: 197px;
	margin: auto;
}

.payments > .payment-list > .payment-id > .payment-helper {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 7px 7px;
	background: #323345;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.payments > .payment-list > .payment-id > .payment-helper > .player {
	color: #f6f7f8;
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.payments > .payment-list > .payment-id > .payment-helper > .date {
	color: #7b7d95;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#methodform .methods-text {
	text-align: center;
	color: #777;
	font-size: 12px;
}

#methodform .methods {
	padding: 45px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	align-items: start;
}

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

#methodform .methods > li > .btn {
	background-color: #1a1b26;
	color: #f6f7f8;
	font-weight: 500;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../../../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;
	box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#methodform .methods > li > .btn > .subtext {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	line-height: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 5px;
	font-size: 10px;
}

#methodform .methods > li > .btn > .flag {
	width: 24px;
	height: 16px;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#methodform .methods > li > .btn > .flag.es {
	background-image: url("../../../../../Uploads/es.svg");
}

#methodform .methods > li > .btn > .flag.ua {
	background-image: url("../../../../../Uploads/ua.svg");
}

#methodform .methods > li > .btn > .flag.kz {
	background-image: url("../../../../../Uploads/kz.svg");
}

#methodform .methods > li > .btn > .flag.ru {
	background-image: url("../../../../../Uploads/ru.svg");
}

#numbermodal .phone-alert {
	border-radius: 4px;
	background-color: #1a1b26;
	color: #7b7d95;
	padding: 12px 20px;
}

#numbermodal #phone-number {
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	padding: 0 20px 0 75px;
	text-align: left;
	margin-bottom: 10px;
}

#numbermodal #phone-number::placeholder {
	color: #b7b7b7;
	font-weight: normal;
}

#numbermodal .input-block#phone-number-block > .input-prepend {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 4px 0 0 4px;
	background-color: #7b7d95;
	color: #fff;
	border-right: 1px solid #b7b7b7;
}