@media (max-width: 1900px) {
	.header-wrapper {
		width: 100%;
		max-width: 1900px;
	}
}
@media (max-width: 1850px) {
	.header-menu li {
		padding: 0px 10px;
	}
}
@media (max-width: 1750px) {
	.header-menu li a i {
		display: none;
	}
	.header-menu li a:before {
		margin-left: -78px;
	}
}
@media (max-width: 1600px) {
	.logo {
		top: 90px;
	}
	.header-wrapper-menu {
		gap: 10px;
		justify-content: center;
	}
}
@media (max-width: 1440px) {
	.slider-nav .slick-next {
		right: 0px;
	}
	.slider-nav .slick-prev {
		left: 0px;
	}
	.slider-for-slide {
		padding-left: 100px;
		padding-right: 100px;
	}
	.hero-img {
		left: 400px;
	}
}
@media (max-width: 1260px) {
	.header-menu li {
		padding: 0px 0px;
	}
	.header-menu li a {
		font-size: 14px;
		padding: 0 5px;
	}
	.login-and-reg {
		gap: 5px;
	}
}
@media (max-width: 1225px) {
	.top-rank {
		justify-content: center;
	}
	.right-content {
		margin-top: 30px;
	}
	.media-slider .slick-next {
		right: 0;
	}
	.media-slider .slick-prev {
		left: 0;
	}
	.bg-pages .content {
		height: auto;
		background: unset;
		background-color: #2d3a44;
	}
}
@media (max-width: 1000px) {
	.sparks {
		display: none;
	}
	.header {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 50px;
		z-index: 99;
		background-color: #000;
	}
	.logo {
		top: 50px;
	}

	.header-wrapper_left,
	.header-wrapper_right {
		width: auto;
	}
	.header-wrapper_right-flex {
		right: 0;
	}

	.login-button {
		display: none;
	}

	.login-button-mobile {
		display: block;
		height: 55px;
		width: 130px;
		font-size: 14px;
	}
	.burger-menu {
		display: block;
		position: absolute;
		left: 10px;
		top: 3px;
		transition: 0.3s;
		z-index: 101;
	}
	.burger-menu span {
		width: 40px;
		height: 4px;
		display: block;
		background: #fff;
		margin: 8px 0px;
		transition: 0.3s;
		position: relative;
	}
	.burger-menu.active {
		left: 30px;
		top: 12px;
	}
	.burger-menu.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 6px;
	}
	.burger-menu.active span:nth-child(2) {
		display: none;
	}
	.burger-menu.active span:nth-child(3) {
		transform: rotate(-45deg);
		bottom: 6px;
	}
	.header-wrapper-menu_h {
		display: block;
		position: fixed;
		left: -320px;
		top: 0px;
		width: 320px;
		background: #000;
		height: 100%;
		padding-top: 70px;
		transition: 0.3s;
		z-index: 100;
	}
	.header-wrapper-menu_h.active {
		left: 0px;
	}
	.header-wrapper-menu {
		display: block;
		height: 100%;
		overflow-y: auto;
	}
	.header-menu {
		display: block;
		width: 100%;
		padding-left: 30px;
	}
	.header-menu li a {
		text-align: center;
		font-size: 18px;
	}
	.header-menu li a i {
		display: block;
	}
	.top-button {
		width: 100%;
		max-width: 365px;
	}
	.top-table li {
		padding: 0px 10px;
	}
	.hero-title {
		margin-left: 0px;
	}

	.slider-for-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footerMenu-block {
		width: 33.3%;
		margin-bottom: 30px;
	}
	.footerBottom-block {
		width: 100%;
		padding: 15px 0px;
	}
	.dTop-left,
	.dTop-right {
		width: 100%;
		height: auto;
		padding: 20px 15px;
	}
	.account-setting {
		padding: 0px;
	}

	.panel-active {
		position: fixed;
		top: 0;
		right: 0;
		height: 50px;
	}
	.panel-active:before {
		top: 22px;
	}
	.panel-active img {
		height: 40px;
		width: 40px;
	}

	.panel-dropdown {
		position: fixed;
		top: 50px;
		right: 0;
	}
}
@media (max-width: 768px) {
	.top-buttons-bg-left,
	.top-buttons-bg-right {
		display: none;
	}
	.banners {
		width: 100%;
	}
	.top-slider {
		height: auto;
	}
	.hero-title_text span {
		font-size: 30px;
	}
	.hero-img {
		top: 80px;
		left: 200px;
	}
	.hero-title_text span {
		font-size: 30px;
	}
	.hero-text {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.f-menu {
		min-width: unset;
		flex-direction: column;
		justify-content: center;
	}

	.f-payments {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.bg-pages .content {
		padding: 30px 10px;
	}
	.account-setting_block {
		width: 100%;
	}
	.account-setting_block:nth-child(1) {
		background-color: #475d6e;
	}
	.account-setting_block:nth-child(2) {
		background-color: inherit;
	}
	.account-setting_block:nth-child(3) {
		background-color: #475d6e;
	}
	.account-setting_block:nth-child(5) {
		background-color: #475d6e;
	}
	.account-setting_block:nth-child(6) {
		background-color: inherit;
	}
	.account-setting_block:nth-child(7) {
		background-color: #475d6e;
	}
	.account-setting_block:nth-child(9) {
		background-color: #475d6e;
	}
	.account-setting_block:nth-child(10) {
		background-color: inherit;
	}
}

@media (max-width: 640px) {
	.team-online-barBlock {
		max-width: 100%;
	}
	.hero-img {
		left: 200px;
	}
	.footerMenu {
		padding-left: 0px;
	}
	.topThree-block {
		flex-direction: column;
		height: auto;
	}
	.topThree-block_place,
	.topThree-block_class,
	.topThree-block_text {
		width: 100%;
		min-height: 120px;
	}
}

@media (max-width: 525px) {
	.team-onlineBlock,
	.team-online-title {
		margin-left: 0;
	}
	.top-slide .slide-title {
		font-size: 20px;
		top: 20px;
	}
	.top-slide .slide-text {
		font-size: 12px;
		bottom: 60px;
	}
	.hero-icon-class {
		display: none;
	}
	.hero-title {
		margin: 20px 0;
	}
	.hero-img {
		left: 30px;
		top: 100px;
	}
	.hero-img-1 {
		width: 150%;
	}
	.about-server-title {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.about-server-text {
		font-size: 12px;
		line-height: 24px;
	}
	.account-setting_block {
		padding: 0px 5px;
	}
	.account-icon {
		display: none;
	}
}
@media (max-width: 460px) {
	.top-list,
	.right-content {
		width: 100%;
	}
	.top-list::after {
		width: 100%;
	}

	.tabs-buttons button {
		font-size: 14px;
	}
	.charOptions-block,
	.charOptions-col {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.new-slide {
		width: 300px !important;
	}
	.top-button {
		align-items: center;
		justify-content: center;
	}
	.top-reg::after,
	.top-download::after {
		display: none;
	}
	.events-table li {
		padding: 9px 10px;
	}
}
