@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&family=Oswald&family=Rubik:wght@400;500&family=Ubuntu&display=swap");

* {
	margin: 0;
	padding: 0
}

html,
body {
	height: 100%;
	margin: 0
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column
}

.top {
	flex-grow: 1
}

a {
	text-decoration: none;
	cursor: pointer
}

button {
	cursor: pointer
}

button:focus {
	outline: none
}

span {
	color: #B34646
}

img {
	display: block
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 2px;
	background-color: #B34646
}

::-webkit-scrollbar-track {
	background-color: #232846
}

.margin,
.container {
	width: 1216px;
	margin: 0 auto
}

.grid-2columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px
}

.grid-3columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	justify-content: center
}

.grid-4columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 20px
}

body {
	background-color: #181724
}

header {
	display: flex
}

.header {
	display: none
}

.headerfixed {
	position: fixed;
	width: 100%;
	opacity: 0;
	transition: opacity .5s;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	background-color: #1B1A25
}

.b-show {
	display: flex;
	animation: showBlock .2s linear forwards
}

@keyframes showBlock {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-content__logo {
	margin-top: -12px
}

.header-buttons_button {
	background: linear-gradient(135deg, #12121C 30%, #1B1B25 50%, #12121C 70%) 0 0/200% 100% repeat;
	background-size: 400%;
	animation: loading 3s ease-in-out infinite
}

.header-buttons_hamburger {
	background: #12121C !important;
	background-size: 400%;
	animation: loading 3s ease-in-out infinite;
	padding: 20px 30px 22px !important
}

.main {
	position: relative;
	display: flex
}

.main__gradient_left {
	position: absolute;
	width: 50%;
	left: 0;
	height: 100%;
	z-index: -9999;
	background: linear-gradient(135deg, #391E25 -16.06%, #181724 32.37%)
}

.main__gradient_right {
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	z-index: -9999;
	transform: scale(-1, 1);
	background: linear-gradient(135deg, #391E25 -16.06%, #181724 32.37%)
}

.boxflex {
	height: 100vh;
	display: grid;
	align-items: center;
	flex-direction: column;
	justify-items: center;
	align-content: center;
	justify-content: center
}

.boxflex__description {
	width: 670px
}

.h1 {
	line-height: 373px
}

.h1__h {
	color: #B34646;
	font-size: 430px;
	font-weight: 400;
	font-family: "Fugaz One", cursive;
	text-shadow: -30px 0px 0px rgba(179, 70, 70, 0.2);
	text-align: center
}

.desсription {
	text-align: center;
	font-family: "Rubik", sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 145%
}

.button {
	padding: 20px 64px 22px;
	background-color: #B34646;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: none;
	text-align: center;
	font-family: "Rubik", sans-serif;
	transition: box-shadow .5s;
	box-sizing: border-box
}

.button:hover {
	transition: box-shadow .5s;
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.15)
}

.button:active {
	background-color: #A34143
}

.btnflex {
	margin-top: 74px
}

.btnflex__button {
	margin-right: 20px;
	border: 2px solid #B34646
}

.btnflex__button_Outline {
	transition: background-color .5s;
	background-color: transparent;
	border: 2px solid #B34646;
	box-sizing: border-box
}

.btnflex__button_Outline:hover {
	background-color: #B34646
}

.servers {
	display: flex;
	justify-content: center;
	background-color: #12121C;
	padding: 60px 0 82px;
	margin-bottom: 100px
}

.flex {
	display: flex;
	flex-direction: column;
	align-items: center
}

h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	padding-bottom: 40px;
	font-family: "Ubuntu", sans-serif;
	text-align: center
}

.moreElements {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.servers-info {
	width: 322px;
	padding: 30px 35px 38px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #181724;
	display: flex;
	flex-direction: column;
	margin-right: 20px
}

.servers-info__button {
	cursor: pointer;
	z-index: -1;
	transition: margin-top, box-shadow .5s
}

.serv-info-and-button {
	margin: 0px 20px;
	display: inline-block;
	text-align: center;
	z-index: 4
}

.serv-info-and-button:hover .bttnss {
	z-index: 0;
	transform: translateY(40px)
}

.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important
}

.servers-info-Text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	margin: 0 7px
}

.servers-info-Text__serverName {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "Rubik", sans-serif
}

.servers-info-Text__online {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

.servers-info-Text__online span {
	color: #B34646
}

.progress-bar {
	width: 100%;
	height: 15px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	background-color: #12121C;
	margin-bottom: 11px
}

.progress-bar__online {
	width: 60%;
	height: 15px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	background-color: #B34646
}

.progress-bar__online {
	background: linear-gradient(135deg, #B34646 30%, #BE6060 50%, #B34646 70%) 0 0/200% 100% repeat;
	background-size: 400%;
	animation: loading 3s ease-in-out infinite
}

@keyframes loading {
	0% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.ip {
	cursor: pointe1;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	text-align: left;
	transition: color .5s;
	margin-left: 7px
}

.ip:hover {
	color: #B34646
}

.bttnss {
	position: relative;
	transition: all .5s;
	transform: translateY(-50px);
	z-index: -6
}

.desсription2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
	line-height: 145%
}

.whyrage {
	display: flex;
	justify-content: center;
	margin-bottom: 100px
}

.whyrage-toptext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 57px
}

.whyrage-toptext__description2 {
	width: 552px
}

h2 {
	line-height: 135%;
	width: 492px;
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	font-family: "Ubuntu", sans-serif
}

.pluses {
	display: flex;
	justify-content: space-between
}

.pluse {
	display: flex;
	padding: 0;
	margin-right: 20px;
	align-items: center
}

.pluse__img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.06);
	margin-right: 15px
}

.news {
	background-color: #12121C;
	display: flex;
	padding: 60px 0 100px;
	margin-bottom: 100px
}

.novost {
	display: flex;
	flex-direction: column;
	align-items: center
}

.novost__img {
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-position: center center;
	background-size: cover
}

.novost_description {
	font-weight: lighter;
	font-size: 22px;
	margin-top: 10px;
	transition: color .5s
}

.novost:hover .novost_description {
	color: #B34646
}

h3,
h4,
h5 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	padding-bottom: 40px;
	font-family: "Ubuntu", sans-serif;
	text-align: center
}

.actualBonusCode {
	display: flex;
	padding-bottom: 100px
}

.card {
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #12121C;
	border: 1px solid #32323B;
	padding: 20px;
	transition: all .5s
}

.card:hover {
	background: linear-gradient(107.39deg, #391E25 -6.85%, rgba(18, 18, 28, 0.5) 31.61%), linear-gradient(295.5deg, #391E25 -6.74%, rgba(18, 18, 28, 0.5) 36.12%);
	border: 1px solid #B34646;
	transform: translate(0px, -10px)
}

.card__topflex {
	display: flex;
	justify-content: space-between
}

.card__description3 {
	margin-left: 20px;
	line-height: 145%;
	margin-top: 10px
}

.card-comingSoon {
	padding: 82px 20px 23px
}

.card:nth-child(3n) {
	margin-right: 0
}

.bonuscode {
	background-color: #B34646;
	padding: 5px 15px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

.time {
	display: flex;
	align-items: center
}

.time__img {
	margin-right: 10px
}

.desсription3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: "Rubik", sans-serif
}

.comingSoon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	margin: -2px auto 0;
	text-align: center;
	color: #38364B;
	font-size: 24px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	line-height: 145%;
	cursor: default
}

.howToPlay {
	display: flex;
	background-color: #12121C;
	padding: 60px 0 100px
}

.howToPlay__moreElements {
	margin-left: 30px
}

.step {
	background: #181724;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 38px 47px 41px 61px;
	transition: background, box-shadow .5s;
	width: 254px;
	text-align: center
}

.step:hover {
	background: linear-gradient(295.5deg, #391E25 -6.74%, #12121C 36.12%), #181724;
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05)
}

.step:hover .countersteps {
	box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.06)
}

.countersteps {
	background-color: #B34646;
	position: absolute;
	margin-left: -30px;
	padding: 10px 25px 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: box-shadow .5s
}

.ctstp {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 50px
}

.copyright {
	color: #38364B;
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	line-height: 145%;
	font-family: "Rubik", sans-serif
}

.copyright:hover {
	cursor: default
}

.mr {
	margin-right: 20px
}

footer {
	display: flex;
	padding: 60px 0 0px;
}

.footer-top,
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.footer-top {
	margin-bottom: 20px
}

.footer-bottom {
	margin-bottom: 60px
}

.footer-payment {
	display: flex
}

.unitpay {
	margin-right: 30px;
}

.links {
	display: flex
}

.links__description2 {
	transition: color .5s;
	margin-right: 79px;
	color: #38364B
}

.links__description2:hover {
	color: #B34646
}

.socials {
	display: flex
}

.socials_social {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: box-shadow .5s
}

.socials_social:hover {
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05)
}

.shop {
	background-color: #12121C;
	display: flex;
	justify-content: center
}

.way {
	display: flex;
	justify-content: center
}

.way_donate {
	justify-content: center;
	margin-bottom: 20px
}

.way__content {
	margin-right: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	display: flex;
	justify-content: center;
	background: #181724;
	transition: box-shadow, background, border .5s;
	border: 1px solid transparent;
	padding: 20px 59px
}

.way__content:hover {
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05);
	background: linear-gradient(295.5deg, #391E25 -6.74%, rgba(18, 18, 28, 0.5) 36.12%), linear-gradient(107.39deg, #391E25 -6.85%, rgba(18, 18, 28, 0.5) 31.61%), #12121C;
	border: 1px solid #B34646
}

.way__content_flex {
	display: flex;
	align-items: center
}

.way__padding {
	padding: 20px 73px
}

.active {
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05);
	background: linear-gradient(295.5deg, #391E25 -6.74%, rgba(18, 18, 28, 0.5) 36.12%), linear-gradient(107.39deg, #391E25 -6.85%, rgba(18, 18, 28, 0.5) 31.61%), #12121C;
	border: 1px solid #B34646
}

.icon {
	margin-right: 15px
}

.description4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	text-align: center
}

.h3 {
	margin-top: 160px
}

.purchase {
	display: flex;
	margin-bottom: 100px;
	padding: 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #181724
}

.inputs-top {
	display: flex;
	margin-bottom: 20px
}

.inputs-bottom {
	display: flex
}

input {
	padding: 20px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px
}

.donat {
	background-color: #12121C;
	text-align: center;
	padding: 24px 63.5px 27px;
	margin-right: 20px
}

.donat-button {
	background-color: #B34646;
	text-align: center;
	padding: 24px 93.1px 27px;
	margin-right: 20px;
	font-size: 20px
}

input {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

input:focus {
	outline: none
}

input[type="text"]::-webkit-input-placeholder {
	color: #38364B;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

input[type="text"]::-moz-placeholder {
	color: #38364B;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

input[type="number"]::-webkit-input-placeholder {
	color: #38364B;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

input[type="number"]::-moz-placeholder {
	color: #38364B;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	margin: 0
}

.uniqueGoods {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 100px;
	margin-top: 40px
}

.center {
	display: flex;
	flex-direction: column;
	align-items: center
}

.product {
	cursor: pointer;
	background-color: #181724;
	padding: 23px 29px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid transparent;
	transition: all .5s
}

.product:nth-child(3n) {
	margin-right: 0
}

.product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.product_description4 {
	text-align: left
}

.product:hover .product-bottom__btn {
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05);
	background: #B34646
}

.product:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05);
	border: 1px solid #B34646;
	background: linear-gradient(295.5deg, #391E25 -6.74%, rgba(18, 18, 28, 0.5) 36.12%), linear-gradient(107.39deg, #391E25 -6.85%, rgba(18, 18, 28, 0.5) 31.61%), #12121C
}

.price {
	display: flex;
	flex-direction: column
}

.price__flex {
	display: flex
}

.Old {
	margin-top: 10px;
	margin-left: 15px;
	opacity: .2
}

.summ {
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: "Rubik", sans-serif
}

.product-bottom__btn {
	padding: 17px 40px 19px;
	background: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	border: 2px solid #B34646;
	border-radius: 43px;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	transition: background, box-shadow .5s
}

.product-bottom__btn:hover {
	box-shadow: 0px 0px 23px rgba(255, 255, 255, 0.05);
	background: #B34646
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: linear-gradient(107.39deg, #391E25 -6.85%, rgba(18, 18, 28, 0.5) 31.61%), linear-gradient(295.5deg, #391E25 -6.74%, rgba(18, 18, 28, 0.5) 36.12%), #12121C;
	border: 1px solid #B34646;
	z-index: 100
}

.popup_img {
	padding: 122px 14px 121px;
	background-color: #15151f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px
}

.popup_donat {
	width: 103px;
	background-color: #181724
}

.popup_inputs-top {
	flex-direction: column;
	margin-top: 15px
}

.popup__button {
	margin-right: 0;
	border: 2px solid #B34646
}

.popupBtns {
	display: flex;
	margin-bottom: 20px
}

.popup-right {
	padding: 0px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px
}

.popup-right_description2 {
	width: 228px;
	margin-bottom: 11px;
	color: #38364B
}

.popup-right__text {
	display: inline-block
}

.bonuseN {
	display: flex;
	margin-bottom: 3px
}

.bonuseN_img {
	margin-right: 10px
}

.head {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	margin-bottom: 8px
}

.popupOpen {
	display: flex
}

.popupClose {
	display: none
}

.btttnss {
	transform: translateY(633px);
	display: flex;
	flex-direction: column;
	align-items: center
}

.popup-top {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.popup-price {
	padding: 10px 24px;
	background: #232846;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px
}

select {
	width: 100%;
	text-align-last: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	outline: none
}

select:focus-visible {
	border: none
}

.dd {
	width: 230px
}

.policy {
	max-width: 950px;
	background-color: #12121C;
	padding: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0 auto
}

.policy__heading {
	font-size: 28px;
	padding-bottom: 20px;
	text-align: left
}

.policy__paragraph {
	padding-bottom: 30px
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
	.h1__h {
		font-size: 232px;
		text-shadow: -8px 0px 0px rgba(179, 70, 70, 0.2)
	}

	.on {
		display: flex
	}

	.popup__countersteps {
		left: 50%;
		top: 0%;
		margin: 0;
		padding: 4px 15px 9px;
		transform: translate(-50%, -50%)
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.h1 {
		line-height: 233px
	}

	h2 {
		margin-bottom: 0;
		width: 570px;
		text-align: left !important
	}

	.whyrage-toptext {
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		text-align: left
	}

	.whyrage-toptext__description2 {
		text-align: left
	}

	.pluses {
		flex-direction: row;
		justify-content: space-between
	}

	.pluse {
		display: flex;
		flex-direction: column
	}

	.desсription {
		width: 100%
	}

	.grid-4columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px
	}

	.uniqueGoods {
		grid-template-columns: repeat(2, 1fr) !important
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.grid-3columns {
		grid-template-columns: repeat(3, 1fr)
	}

	.btnflex {
		margin-top: 35px;
		display: flex;
		flex-direction: column
	}

	.btnflex__button {
		margin-right: 0;
		margin-bottom: 20px
	}

	.h1__h {
		font-size: 232px;
		text-shadow: -15px 0px 0px rgba(179, 70, 70, 0.2)
	}

	.whyrage-toptext__description2 {
		width: 80%
	}

	.pluses {
		justify-content: space-between;
		flex-direction: row
	}
}

@media screen and (min-width: 630px) and (max-width: 768px) {
	.grid-3columns {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (min-width: 480px) and (max-width: 1279px) {
	.moreElements {
		flex-direction: column
	}
}

@media screen and (min-width: 481px) and (max-width: 1279px) {
	.step {
		padding: 38px 47px 41px 61px;
		width: 254px
	}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.h1__h {
		line-height: 145px;
		font-size: 124px;
		text-shadow: -8px 0px 0px rgba(179, 70, 70, 0.2)
	}

	.btnflex {
		display: flex;
		flex-direction: column;
		margin-top: 40px
	}

	.btnflex__button {
		margin-bottom: 20px;
		margin-right: 0
	}

	.grid-4columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media screen and (max-width: 480px) {
	.h1 {
		line-height: 56px;
		margin-bottom: 40px
	}

	.h1__h {
		font-size: 64px;
		text-shadow: -4px 0px 0px rgba(179, 70, 70, 0.2)
	}

	.btnflex {
		display: flex;
		flex-direction: column;
		margin-top: 40px
	}

	.btnflex__button {
		margin-bottom: 20px;
		margin-right: 0
	}

	.button {
		font-size: 16px
	}

	.servers-info {
		width: 215px
	}

	.grid-4columns {
		grid-template-columns: repeat(1, 1fr)
	}

	.howToPlay__moreElements {
		margin-left: 0
	}

	.step {
		width: 100%;
		padding: 38px 0
	}

	.ctstp {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		margin-bottom: 50px !important;
		margin-right: 0
	}

	.countersteps {
		margin-left: 0;
		margin-bottom: 0;
		bottom: 66px
	}
}

@media screen and (width: 480px) {
	.ctstp {
		width: 440px
	}
}

@media screen and (width: 414px) {
	.header-buttons_button {
		padding: 20px 45px 22px
	}
}

@media screen and (width: 375px) {
	.header-buttons_button {
		padding: 10px 25px 12px !important
	}
}

@media screen and (min-width: 320px) and (max-width: 1279px) {
	.container {
		width: 100%;
		margin: 0 20px
	}

	.boxflex__description {
		font-size: 17px;
		width: 100%
	}

	.moreElements {
		justify-content: center
	}

	.servers-info {
		margin-right: 0
	}

	.pluse__img {
		margin-bottom: 15px;
		margin-right: 0
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		font-size: 36px;
		text-align: center
	}

	h2 {
		width: 300px
	}

	.footer-top,
	.footer-bottom {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}

	.btn-footer {
		display: none
	}

	.socials {
		margin-top: 40px
	}

	.links {
		flex-direction: column;
		text-align: center
	}

	.links__description2 {
		margin-right: 0;
		margin-bottom: 15px
	}

	.copyright {
		margin-top: 60px
	}

	.ctstp {
		margin-bottom: 20px;
		margin-right: 0
	}

	.productPhoto {
		width: 100%
	}
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
	.way_donate {
		display: flex;
		flex-direction: column
	}

	.way__content {
		margin-bottom: 20px;
		margin-right: 0
	}

	.inputs-top {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.inputs-bottom {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.donat {
		margin-right: 0;
		margin-bottom: 20px
	}

	.none {
		display: none
	}

	.way320-1000 {
		flex-direction: column
	}

	.popup {
		flex-direction: column
	}

	.popup_img {
		padding: 0
	}

	.popup-right {
		padding: 0 30px
	}

	.popup-top {
		margin-top: 20px;
		margin-bottom: 10px;
		flex-direction: column
	}

	.popup__button {
		padding: 20px 0 22px;
		width: 100%
	}

	.popupBtns {
		flex-direction: column
	}

	.popup-right__text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center
	}

	.popup_donat {
		padding: 24px 63.5px 27px !important
	}

	.popup__countersteps {
		margin: 0;
		padding: 4px 15px 9px;
		left: 88%;
		top: 6%;
		transform: translate(-50%, -50%)
	}

	h2 {
		text-align: center !important;
		margin-bottom: 40px
	}

	.whyrage-toptext {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}

	.whyrage-toptext__description2 {
		text-align: center
	}

	.pluse {
		flex-direction: column;
		margin-bottom: 40px;
		margin-right: 0
	}

	.footer-payment {
		justify-content: center
	}

	.unitpay {
		margin-right: 20px
	}
}

@media screen and (min-width: 320px) and (max-width: 850px) {
	.uniqueGoods {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.whyrage-toptext__description2 {
		width: 100%
	}

	.pluses {
		justify-content: center;
		flex-direction: column
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.grid-3columns {
		grid-template-columns: repeat(1, 1fr)
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {

	.donat-button,
	.donat {
		padding: 24px 0 27px;
		width: 100%
	}
}

@media screen and (min-width: 320px) and (max-width: 479px) {
	.product-bottom__btn {
		padding: 17px 20px 19px
	}
}

@media screen and (min-width: 320px) and (max-width: 400px) {
	.header-content__logo {
		width: 178px;
		height: 73px
	}

	.header-buttons_button {
		font-size: 15px;
		padding: 10px 13px 12px
	}
}

@media screen and (min-width: 320px) and (max-width: 360px) {
	.way__content {
		padding: 20px 39px
	}
}

/*# sourceMappingURL=style.css.map */

.inline{ display: inline!important;  }
select { -webkit-appearance: none; }

.h {
	display: none!important;
}

#fog {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

#complects-buy {
	position: relative;
	z-index: 999;
}

.cbtn1 {
    padding: 20px 81px 22px;
    margin-right: 20px;
}
.cbtn2 {
    padding: 20px 85px 22px;
}

body {

    background: url(../img/bg.png) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: center center;

}