@font-face {
	font-family: 'Retro Gaming';
	src: url('./fonts/retro_gaming.eot'); /* IE 9 Compatibility Mode */
	src: url('./fonts/retro_gaming.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('./fonts/retro_gaming.woff2') format('woff2'), /* Super Modern Browsers */
		url('./fonts/retro_gaming.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('./fonts/retro_gaming.ttf') format('truetype'), /* Safari, Android, iOS */
		url('./fonts/retro_gaming.svg#retro_gaming') format('svg'); /* Chrome < 4, Legacy iOS */
}

html {
  padding: 0;
  margin: 0;
  background: #100c1b;
}

* {
box-sizing: border-box;
}

* {
	outline: none;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  background: #1f143d;
  padding: 0;
  margin: 0;
  color: #000;
  -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3 {
  font-weight: normal;
}

img {
	display: inline-block;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: .3s all;
}

a:hover, a:focus {
	color: #666;
	text-decoration: none;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}


header {
transition: .3s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

header .container {
	position: relative;
	transition: .3s;
	padding-top: 20px;
}

header.sticky {
	background: rgba(0,0,0,0.9);
	min-height: 68px;
}

header.sticky .container {
	min-height: 54px;
	padding-top: 10px;
	padding-bottom: 12px;
}

header .main-menu {
	margin: 0;
	position: relative;
}

header .main-menu ul {
	margin: 0;
	padding: 10px 0 0 0;

}

header.sticky .main-menu ul {
	padding-top: 13px;
}

header .main-menu ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 20px;
	line-height: 1em;
}

header .main-menu ul li a {
	display: block;
	color: #fff;
}

.black header:not(.sticky) .main-menu:not(.visible) ul li a {
	/*color: #000;*/
}

.black header:not(.sticky) .main-menu:not(.visible) .link-webshop {
	border: 1px solid #000;
	color: #000;
}

header .main-menu ul li a:hover {

}

#top-menu .active a {

}


.link-webshop {
	background: url(/images/Gem.webp) 15px center no-repeat;
	border: 1px solid #fff;
	background-size: auto 50%;
	padding: 10px 80px 10px 45px !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

.link-webshop:hover, .link-webshop:focus {
	color: #fff;
}

.link-webshop:after {
	display: block;
	content: 'Sale!';
	position: absolute;
	top: 9px;
	right: 10px;
	background: #ff0000;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 4px 12px;
}

.link-webshop-cont {
	position: absolute;
	top: 13px;
	right: 15px;
	z-index: 100;
	font-size: 16px;
	display: none;
	transition: .3s;
}

header.sticky .link-webshop-cont {
	top: 6px;
}

header .toggle-mobile {
	display: none;
}

.header_social {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 120px;
}

header.sticky .header_social {
	top: 0;
}

.header_social > div {
	padding: 0 7px;
	float: left;
	width: 50%;
}

.header_social a {
	display: block;
	border: 2px solid #fff;
}

.black header:not(.sticky) .main-menu:not(.visible) .header_social a {
	/*border: 2px solid #000;*/
}

.black header:not(.sticky) .main-menu:not(.visible) .header_social img {
	/*filter: invert(1);*/
}

.header_social img {
	transition: .3s;
	display: block;
}

.header_social a:hover, .header_social a:focus {
	background: #fff;
}

.header_social a:hover img, .header_social a:focus img {
	filter: invert(1);
}


/* footer */

.footer {
	padding-bottom: 50px;
	padding-top: 100px;
	background: url(./images/bg_footer1.png) left top no-repeat, url(./images/bg_footer2.png) right 40px no-repeat;
}

.footer_logo {
	text-align: center;
}

.footer_logo > a {
	max-width: 260px;
	display: inline-block;
}

.footer_menu {
	text-align: center;
	padding: 30px 0;
}

.footer_menu a {
	border: 0;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0px 20px;
	width: 170px;
}


.footer_menu a:hover {
	text-decoration: underline;
}

.footer_menu a.footer_webshop {
	background: url(/images/Gem.webp) 15px center no-repeat;
	border: 1px solid #fff;
	background-size: auto 50%;
	padding: 10px 80px 10px 45px !important;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	width: 230px;
}

.footer_menu a.footer_webshop:hover {
	background-color: #fff;
	color: #000;
}

.footer_menu a.footer_webshop:after {
	display: block;
	content: 'Sale!';
	position: absolute;
	top: 10px;
	right: 10px;
	background: #ff0000;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 4px 12px;
}


.footer_buts {
	text-align: center;
	padding: 20px 0;
}

.footer_buts > div:not(.clear) {
	float: left;
	width: 50%;
	padding: 10px;
}

.footer_buts a {
	display: block;
	background: #fff;
	text-align: center;
}

.footer_buts a:hover {
	transform: translateY(-3px);
	filter: drop-shadow(0 0 0.3rem #ffd030);
}

.footer_buts a img {
	display: inline-block;
	max-width: 100%;
}

.footer_separator {
	background: #fff;
	height: 1px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.footer_submenu {
	float: left;
	width: calc(100% - 270px);
	display: flex;
	justify-content: space-between;
	padding-right: 100px;
	padding-top: 20px;
}

.footer_submenu a {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.footer_submenu a:hover {
	text-decoration: underline;
}

.footer_cubic {
	float: left;
	width: 270px;
}

.footer_support {
	margin-top: 40px;
}

.footer_support a {
	display: block;
	background: url(./images/footer_support_bg.png) center center repeat-y;
	background-size: 100% auto;
	color: #000;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding: 20px 0;
}

.footer_support a:hover {
	filter: brightness(1.1);
}


.container {
	width: 1520px;
	margin: 0 auto;
}

/* Content */

.main_top_block {
	height: 44vw;
	max-height: 940px;
	position: relative;
	overflow: hidden;
}

.main_top_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.main_top_bg_top {
	position: absolute;
	z-index: 1;
}

.main_top_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 440px;
	z-index: 2;
	background: linear-gradient(360deg, #1F143D 0%, rgba(16, 12, 27, 0) 100%);
}

.main_top_overlay_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.main_top_overlay_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
	z-index: 2;
	background: linear-gradient(90deg, rgba(31, 20, 61, 0.5) 0%, rgba(16, 12, 27, 0) 100%);
}

.main_top_overlay_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 100%;
	z-index: 2;
	background: linear-gradient(270deg, rgba(31, 20, 61, 0.5) 0%, rgba(16, 12, 27, 0) 100%);
}

.main_top_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_top_logo {
	position: absolute;
	z-index: 3;
	width: 320px;
	bottom: 140px;
	left: calc(50% - 160px);
}

.main_top_logo img {
	width: 100%;
	object-fit: cover;
}

#top_play_but {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 160px);
	z-index: 3;
}

#top_play_but a {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	padding: 20px 90px;
	display: inline-block;
	background: linear-gradient(90deg, rgba(255,209,58,1) 0%, rgba(255,178,0,1) 100%);
	position: relative;
	
}

#top_play_but a:after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background: #fadb75;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}

#top_play_but a:hover:after, #top_play_but a:focus:after {
	opacity: 1;
}

.main_top_social {
	position: absolute;
	right: calc(50% - 730px);
	bottom: 160px;
	width: 32px;
	z-index: 3;
}

.main_top_social .social_icons > div a {
	width: 32px;
}

.main_top_social .social_icons > div {
	display: block;
	padding: 25px 0;
}

.main_top_social .social_icons {
	display: block;
}























#support {
	margin-top: 80px;
}

#support h2 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
}

.support_block {
	float: left;
	width: 50%;
	padding: 10px;
	
}

.support_block > div {
	background: #eaeaea;
	border-radius: 15px;
	padding: 40px 40px 20px 130px;
	background-position: 28px 28px;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	min-height: 274px;
}

.support_block h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	font-size: 26px;
}

.support_block span {
	display: block;
	color: #999999;
}

.support_block a {
	display: block;
	color: #0066ff;
	border: 0;
	margin: 15px 0;
}

.support_block a:hover, .support_block a:focus {
	color: #000;
}

#support_block1 > div {
	background-image: url(/images/site_account.png);
}

#support_block2 > div {
	background-image: url(/images/site_purchases.png);
}

#support_block3 > div {
	background-image: url(/images/site_gameplay.png);
}

#support_block4 > div {
	background-image: url(/images/site_troubleshooting.png);
}






.fancybox-close {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 30px;
	left: calc(50% - 110px);
	width: 220px;
	height: 61px;
	background-image: url(/images/fancy_close_ok.png);
	background-size: contain !important;
}

.fancybox-skin {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.fancybox-outer {
	padding-bottom: 100px;
}

.fancybox-inner h2 {
	text-align: center;
	font-weight: bold;
	color: #0066cc;
}

.fancybox-inner span {
	color: #6699ff;
	font-style: italic;
}

.fancybox-inner table {
	border-collapse: collapse;
}

.fancybox-inner table td {
	border: 1px solid #999999;
}


.my_popup_support_cont {
	max-width: 800px;
}

.my_popup_support_cont > div {
	padding: 0 20px;
}

.my_popup {
	position:fixed;
    width:200px;
    height:200px;
    left:0;
    top:0;
	width:100%;
    height:100%;
    display:none;
	z-index: 100;
}

.my_popup .overlay {
	background-color:#182c7c;
	opacity: 0.8;
	top: 0;
	width: 0;
    width:100%;
    height:100%;
    position:absolute;
	z-index: 1; 
}

#my_popup1 .my_popup_cont {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 120px;
	top: 18vw;
	width: 260px;
	text-align: center;
	z-index: 2;
}

#my_popup1 .my_popup_cont a {
	display: block;
	border: 0;
	margin: 5px 0;
}

#my_popup1 .my_popup_cont a img {
	max-width: 100%;
	display: inline-block;
}

#my_popup1 .my_popup_cont span {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin: 10px 0 15px 0;
}

#my_popup1 .my_popup_cont .close {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -200px;
	width: 50px;
	height: 50px;
	background: url(/images/top_play_close.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.my_cookie_alert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1.8em;
	width: 100%;
	background: #000;
	/*opacity: 0.9;*/
	z-index: 100;
	font-size: 14px;
	visibility: hidden;
}

.my_cookie_alert span {
	text-align: left;
	display: block;
	float: left;
	color: #aaa;
	padding: 0 0;
	max-width: calc(100% - 120px);
}

.my_cookie_alert > div {
	float: right;
}

.my_cookie_alert > div a {
	display: inline-block;
	background-color: #008bf7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-color: #008bf7;
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	text-transform: uppercase !important;
	padding: .8em 1.5em;
	border-radius: 4px;
}

/* Social icons */

.social_icons {
	display: flex;
	align-items: center;
  justify-content: space-between;
}

.social_icons > div {
	display: flex;
}

.social_icons > div a {
	display: block;
	width: 44px;
}

.social_icons > div a img {
	display: block;
}

.social_icons > div a:hover {
	transform: translateY(-3px);
	filter: drop-shadow(0 0 0.3rem #ffd030);
}

/* Main Page */

.main_top_text {
	text-align: center;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(./images/bg_main_top_text.png) right bottom no-repeat;
	background-size: auto 430px;
}

.main_top_text h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Retro Gaming';
	font-size: 74px;
	line-height: 94px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.main_top_text h1 span {
	color: #FF0099;
}

.main_top_text h2 {
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}

.main_top_text p {
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.main_video {
	margin-top: 90px;
	background: url(./images/bg_main_video1.png) top right no-repeat, url(./images/bg_main_video2.png) bottom left no-repeat;
	padding-bottom: 120px;
}

.main_video_cont {
	width: 1000px;
	height: 488px;
	margin: 0 auto;
	position: relative;
}

.main_video_cont > div {
	border-radius: 70px;
	height: calc(100% - 20px) !important;
	top: 10px !important;
}

.main_video_cont:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(./images/main_video_bg.png) center center no-repeat;
	background-size: contain;
}

.main_video_cont iframe {
	width: 100%;
	height: 100%;
}

.main_block_menu_cont {
	margin-top: 120px;
}

#main_about {
	height: 80px;
	margin-top: -60px;
}

#main_block_about {
	margin-top: 0px;
}

.main_block_logo {
	float: left;
	width: 480px;
}

.main_block_logo > img {
	max-width: 260px;
}

.main_block_menu {
	float: left;
	width: calc(100% - 480px);
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding-left: 150px;
	padding-top: 20px;
}

.main_block_menu > div {
	display: flex;
}

.main_block_menu a {
	display: inline-block;
	color: #706d76;
	font-size: 24px;
	line-height: 29px;
	padding: 15px;
}

.main_block_menu span {
	display: inline-block;
	color: #FF0099;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	border-bottom: 1px solid #FF0099;
	padding: 15px 30px;
}

.main_block_menu a:hover, .main_block_menu a:focus {
	color: #FF0099;
}

.main_block_about {
	margin-top: 70px;
}

.main_block_about_left {
	float: left;
	width: calc(100% - 570px);
	padding-right: 70px;
	font-size: 32px;
	line-height: 52px;
	color: #fff;
}

.main_block_about_right {
	float: left;
	width: 570px;
}

.main_block_about_right > div {
	color: #FF0099;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

.main_block_about_right > div span {
	font-family: 'Retro Gaming';
	font-size: 76px;
	line-height: 96px;
	margin-right: 10px;
}

.main_block_about_preim {
	color: #fff;
	margin-top: 50px;
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 30px 100px;
	background: linear-gradient(271.59deg, rgba(0, 71, 255, 0.25) -0.36%, rgba(0, 56, 255, 0) 66.74%), #FF0099;

}

.main_block_about_preim > div {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.main_block_about_preim > div span {
	font-size: 60px;
	line-height: 80px;
	font-family: 'Retro Gaming';
	display: block;
	text-transform: uppercase;
}

.main_block_about_pic {
	margin-top: 120px;
	background: url(./images/main_block_about_pic_new.png) center top no-repeat;
	background-size: 100% auto;
	height: 1080px;
	height: 43vw;
}

.main_block_guns_rides {
	background: url(./images/bg_main_guns_rides1.png) right top no-repeat, url(./images/bg_main_guns_rides2.png) left 240px no-repeat;
}

.main_block_arsenal_top {
	margin-top: 70px;
}

.main_block_arsenal_top_left {
	float: left;
	width: calc(100% - 270px);
	padding-right: 200px;
}

.main_block_arsenal_top_left h2 {
	color: #FF0099;
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.main_block_arsenal_top_left p {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
}

.main_block_arsenal_top_right {
	float: left;
	width: 270px;
	padding-top: 100px;
}

.main_block_arsenal_top_right > div {
	position: relative;
}

.main_block_arsenal_top_right > div:after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background: #fadb75;
	z-index: 0;
	transition: .3s;
	opacity: 0;
}

.main_block_arsenal_top_right > div:hover:after {
	opacity: 1;
}

.main_block_arsenal_top_right a {
	font-size: 24px;
	line-height: 30px;
	padding: 15px;
	display: block;
	text-align: center;
	color: #000;
	z-index: 1;
	position: relative;
	background: linear-gradient(271.59deg, rgba(255, 144, 0, 0.35) -0.36%, rgba(255, 144, 0, 0) 66.74%), linear-gradient(93.33deg, rgba(255, 255, 255, 0.23) 3.43%, rgba(255, 255, 255, 0) 90.61%), #FFC400;
}

.main_rides_left {
	float: left;
	width: calc(100% - 480px);
	text-align: left;
	margin-top: 60px;
	padding-right: 110px;
}

.main_rides_right {
	float: right;
	width: 480px;
	margin-top: 70px;
}

.main_guns_left {
	float: left;
	width: 480px;
	margin-top: 50px;
}

.main_guns_right {
	float: right;
	width: calc(100% - 480px);
	text-align: right;
	margin-top: 100px;
	padding-left: 110px;
}

.main_rides_right, .main_guns_left {
	color: #fff;
}

.main_rides_right h2, .main_guns_left h2 {
	color: #fff;
	font-family: 'Retro Gaming';
	font-size: 32px;
	text-transform: uppercase;
}

.main_rides_right p, .main_guns_left p {
	font-size: 28px;
	line-height: 40px;
}

.main_block_arsenal_top_locations {
	background: url(./images/bg_location_block.png) right top no-repeat;
}


.main_block_locations {
	padding: 0 50px;
	margin-top: 50px;
}

.block_modes_cont {
	background: url(./images/bg_main_modes1.png) right 90px no-repeat, url(./images/bg_main_modes2.png) left top no-repeat;
	padding-top: 150px;
}

#main_block_modes {
	margin-top: 0;
}

.main_block_modes {
	padding: 0 50px;
	margin-top: 30px;
}

.main_block_modes_slider .slick-track
{
    display: flex !important;
}

.main_block_modes_slider .slick-slide
{
    height: inherit !important;
}

.main_block_locations_slider .slick-slide,
.main_block_modes_slider .slick-slide,
.main_block_arsenal_cont .slick-slide
 {
	padding: 10px;
}

.main_block_locations_slider .slick-prev,
.main_block_modes_slider .slick-prev,
.main_block_arsenal_cont .slick-prev
 {
	left: -30px;
}

.main_block_locations_slider .slick-next,
.main_block_modes_slider .slick-next,
.main_block_arsenal_cont .slick-next {
	right: -30px;
}

.main_block_locations_slider .slick-prev, .main_block_locations_slider .slick-next,
.main_block_modes_slider .slick-prev, .main_block_modes_slider .slick-next,
.main_block_arsenal_cont .slick-prev, .main_block_arsenal_cont .slick-next {
	width: 20px;
	height: 30px;
	z-index: 1;
	transition: .5s;
	filter: grayscale(1);
}

.main_block_locations_slider .slick-prev:before, .main_block_locations_slider .slick-next:before,
.main_block_modes_slider .slick-prev:before, .main_block_modes_slider .slick-next:before,
.main_block_arsenal_cont .slick-prev:before, .main_block_arsenal_cont .slick-next:before {
	background: url(./images/slider_prev.png) center center no-repeat;
	background-size: contain;
	color: transparent;
	width: 20px;
	height: 30px;
	display: block;
	
}

.main_block_locations_slider .slick-prev:hover, .main_block_locations_slider .slick-next:hover,
.main_block_modes_slider .slick-prev:hover, .main_block_modes_slider .slick-next:hover,
.main_block_arsenal_cont .slick-prev:hover, .main_block_arsenal_cont .slick-next:hover {
	filter: grayscale(0);
}

.main_block_locations_slider .slick-next:before,
.main_block_modes_slider .slick-next:before,
.main_block_arsenal_cont .slick-next:before {
	transform: rotate(180deg);
}

.main_block_modes_cont {
	background: #15111f;
	padding: 20px;
	transition: .6s;
	height: 100%;
}

.main_block_modes_cont:hover {
	background: #221d2e;
}

.main_block_modes_cont > div:nth-child(1) img {
	width: 120px;
	transition: .6s;
}

.main_block_modes_cont:hover > div:nth-child(1) img {
	transform: translateY(-5px);
	filter: drop-shadow(0 0 0.3rem #ffd030);
}

.main_block_modes_cont > div:nth-child(2) {
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}

.main_block_modes_cont > div:nth-child(2) span {
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.main_last_news {
	padding-top: 100px;
	background: url(./images/bg_main_news1.png) 1000px top no-repeat, url(./images/bg_main_news2.png) 30px 630px no-repeat, url(./images/bg_main_news2.png) top 350px right 30px no-repeat;
}

.main_last_news .container {
	position: relative;
}

.main_last_news h2 {
	font-family: 'Retro Gaming';
	font-size: 76px;
	line-height: 96px;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}


.discover_more {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	display: inline-block;
	padding: 15px;
	width: 260px;
	text-align: center;
	color: #FFC400;
	border: 1px solid #FFC400;
}

.discover_more:hover, .discover_more:focus {
	background: #FFC400;
	color: #000;
}

.main_care {
	padding-top: 120px;
	background: url(./images/bg_main_care1.png) left top no-repeat, url(./images/bg_main_care2.png) right 200px no-repeat;
}

.main_care h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Retro Gaming';
	font-size: 74px;
	line-height: 94px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #fff;
}

.main_care h2 span {
	color: #FF0099;
}

.main_care .container > p {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.main_care_block {
	max-width: 1010px;
	margin: 0 auto;
	margin-top: 80px;
	background: url(./images/main_care_block_bg.png) center center no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding: 50px 0;
}

.main_care_block > div:nth-child(1) {
	font-size: 28px;
	line-height: 50px;
	color: #fff;
}

.main_care_block > div:nth-child(2) {
	padding-top: 40px 0;
}

.main_care_block > div:nth-child(2) a {
	font-size: 46px;
	line-height: 58px;
	font-family: 'Retro Gaming';
	color: #FFB502;
	display: inline-block;
	position: relative;
	padding-right: 60px;
	text-transform: uppercase;
}

.main_care_block > div:nth-child(2) a:after {
	content: '';
	display: block;
	width: 51px;
	height: 28px;
	background: url(./images/chevron-right.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 16px;
}

.main_contact_us {
	margin-top: 80px;
	text-align: center;
}

.main_contact_us p {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 40px;
}

.main_contact_us a {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	padding: 25px;
	display: block;
	text-align: center;
	color: #000;
	z-index: 1;
	max-width: 320px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	background: linear-gradient(271.59deg, rgba(255, 144, 0, 0.35) -0.36%, rgba(255, 144, 0, 0) 66.74%), linear-gradient(93.33deg, rgba(255, 255, 255, 0.23) 3.43%, rgba(255, 255, 255, 0) 90.61%), #FFC400;

}

.main_contact_us a:hover, .main_contact_us a:focus {
	filter: brightness(1.1);
}

.main_join {
	margin-top: 80px;
	margin-bottom: 50px;
	background: url(./images/main_join_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 200px;
	position: relative;
	color: #fff;
}

.main_join .container {
	position: relative;
	z-index: 2;
}

.main_join_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 1;
	background: linear-gradient(180deg, #1F143D 0%, rgba(16, 12, 27, 0) 100%);

}

.main_join_left {
	float: left;
	width: calc(100% - 680px);
	padding-top: 160px;
}

.main_join_left h2 {
	font-size: 76px;
	line-height: 96px;
	font-family: 'Retro Gaming';
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.main_join_left p {
	font-size: 28px;
	line-height: 40px;
	margin: 0;
}

.main_join_left .social_icons {
	max-width: 420px;
	margin-top: 60px;
}

.main_join_left .social_icons img {

}

.main_join_right {
	float: left;
	width: 680px;
}

.main_join_right img {
	display: block;
}

.main_steam {
	margin-top: 140px;
}

.main_steam h2 {
	text-align: center;
	font-family: 'Retro Gaming';
	color: #fff;
	text-transform: uppercase;
	font-size: 76px;
	line-height: 96px;
	margin: 0;
	margin-bottom: 30px;
}

.main_steam h3 {
	text-align: center;
	color: #FF0099;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}

.main_steam_but {
	display: inline-block;
	margin-top: 20px;
	padding: 8px;
	padding-bottom: 5px;
}

.main_steam_but:hover, .main_steam_but:focus {
	background: #4c5679;
	transform: scale(0.95);
}

.main_steam_video {
	width: 100%;
	height: 720px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	margin-top: 80px;
}

.main_steam_video:before {
	content: '';
	display: block;
	width: 100%;
	height: 155px;
	background: url(/images/video_bg.png) center top no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}








/* Top Gold */

.top_gold {
	color: #fff;
	background: url(./images/top_top_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-top: 100px;
	padding-bottom: 240px;
}

.top_gold_politics h1 {
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.top_gold_politics h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

/* Politics */

.politics {
	color: #fff;
	padding-top: 80px;
}

.politics_left {
	width: calc(100% - 470px);
	float: left;
}

.politics_left ul {
	padding: 0;
}

.politics_left p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #bbb;
}

.politics_left p strong {
	font-weight: 600;
}

.politics_left ul, .politics_left ol {
	font-weight: 300;
	color: #bbb;
}

.politics_left ul li {
	list-style: inside;
	padding: 3px 0;
}

.politics_left ol li {
	padding: 3px 0;
}

.politics_left .read_more, .politics_left .read_more p, .politics_left .read_more li {
	font-size: 15px;
	color: #f2e8c6;
	line-height: 20px;
	font-style: italic;
}

.politics_left .read_more > div:nth-child(1) {
	font-size: 20px;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	font-style: normal;
}

.politics_left .read_more > div:nth-child(1):before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 1px;
	border: 6px solid transparent; border-left: 9px solid #ffd13a;
	transition: .5s;
}

.politics_left .read_more > div.active:nth-child(1):before {
	transform: rotate(90deg);
	top: 7px;
}

.politics_left .read_more > div:nth-child(2) {
	display: none;
	padding-left: 20px;
}

.politics_left h2 {
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 20px;
}

.politics_left h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.politics_left h4 {
	color: #FF0099;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}

.politics_left a {
	color: #FF0099;
}

.politics_left a:hover {
	color: #fcd659;
}

.politics_left table {
	border-collapse: collapse;
	width: 100%;
}

.politics_left table tr td {
	border: 1px solid #6c5c98;
	padding: 10px;
}



.politics_hint {
	border-top: 1px solid #fff;
	margin-top: 50px;
	padding-top: 20px;
	max-width: 544px;
}

.politics_hint h2 {
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #FF0099;
	margin-bottom: 10px;
}

.politics_hint > div {
	padding-left: 35px;
	margin: 15px 0;
	color: #bbb;
}

.politics_hint_address {
	background: url(./images/politics_hint_address.png) center left no-repeat;
}

.politics_hint_email {
	background: url(./images/politics_hint_email.png) center left no-repeat;
}

.politics_hint_email a {
	color: #bbb;
}

.politics_hint_email a:hover {
	color: #FF0099;
}

.politics_right {
	width: 450px;
	float: left;
	padding-left: 50px;
	margin-left: 20px;
	border-left: 1px solid #3c3945;
}

.politics_right h2 {
	font-size: 44px;
	line-height: 60px;
	margin: 0;
	margin-bottom: 40px;
	color: #FF0099;
	text-transform: uppercase;
	font-weight: 700;
}



/* News */

.top_gold_news {
	padding-top: 100px;
	padding-bottom: 150px;

}

.top_gold_news h1 {
	font-family: 'Retro Gaming';
	text-align: center;
	text-transform: uppercase;
	font-size: 160px;
	margin: 0;
	padding: 0;
}

.news_list {
	padding-top: 50px;
}

.news_list_item {
	float: left;
	width: 33.33%;
	padding: 30px 15px;
}

.news_list_pic {
	margin-bottom: 15px;
	display: block;
}

.news_list_pic img, .news_last_pic img {
	transition: .3s;
	display: block;
}

.news_list_pic:hover img, .news_last_pic:hover img {
	filter: brightness(1.2);
}

.news_list_type_date:after, .news_last_type_date:after {
	display: block;
	clear: both;
	Content: '';
}

.news_list_type_date > div:first-of-type, .news_last_type_date > div:first-of-type {
	float: left;
	background: #2a2047;
	padding: 5px 20px;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}

.news_list_type_date > div:last-of-type, .news_last_type_date > div:last-of-type {
	float: right;
	padding: 5px 0px;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
}

.news_list_name, .news_last_name {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_list_name {
	min-height: 70px;
}

.news_list_link {
	margin-top: 15px;
}

.news_list_link a, .news_last_link a {
	display: inline-block;
	position: relative;
	color: #FF0099;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF0099;
	transition: .8s all;
	z-index: 1;
}

.news_list_link a:before, .news_last_link a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;

	z-index: 0;
	opacity: 0;
	transition: .8s all;
}

.news_list_link a:hover:before, .news_last_link a:hover:before {
	opacity: 1;
}

.news_list_link a:after, .news_last_link a:after {
	content: '>';
	display: inline-block;
	margin-left: 20px;
	font-weight: 400;
	
}

.news_list_link a:hover, .news_last_link a:hover {
	padding-left: 20px;
	padding-right: 5px;
	color: #fcd659;
	border-color: #fcd659;
}

.news_list .container:after {
	display: block;
	clear: both;
	content: '';
}

.news_last {
	margin-top: 50px;
}

.news_last_item > div {
	min-height: 420px;
	display: flex;
}


.news_last_left {
	flex: 50%;
}

.news_last_left a:nth-child(2) {
	display: none;
}

.news_last_right {
	flex: 50%;
	padding-left: 40px;
	min-height: 100%;
	position: relative;
}

.news_last_anons {
	color: #fff;
}

.news_last_right .news_last_link {
	position: absolute;
	bottom: 0;
	left: 40px;
}

.showmore-bottom {
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
}

#showmore-button {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	display: inline-block;
	padding: 15px;
	width: 400px;
	text-align: center;
	color: #FF0099;
	border: 1px solid #FF0099;
}

#showmore-button:hover {
	background: #FF0099;
	color: #000;
}

.news_top {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}

.news_top .container {
	position: relative;
	height: 100%;
}

.news_top h1 {
	position: absolute;
	bottom: 50px;
	left: 0;
	color: #fff;
	font-size: 60px;
	line-height: 76px;
	text-transform: uppercase;
	font-family: 'Retro Gaming';
}

.news_type_date {
	position: absolute;
	bottom: 25px;
	left: 0;
}

.news_type_date > div:first-of-type {
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin-right: 50px;
}

.news_type_date > div:last-of-type {
	display: inline-block;
	padding: 5px 0px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}


.news_top_back {
	color: #bbb;
	display: inline-block;
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin-top: 140px;

}

.news_top_back:before {
	content: '<';
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	
}

.news_top_back:hover {
	color: #fff;
}

.news_top_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: linear-gradient(180deg, rgba(16,12,27,0) 0%, rgba(16,12,27,1) 100%);
}

.news_cont {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #bbb;
}

.news_menu {
	width: 360px;
	margin-left: 80px;
	float: right;
}

.news_menu a {
	display: block;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	border-left: 2px solid transparent;
	background: #282432;
	color: #fff;
}

.news_menu > div {
	border-bottom: 1px solid #58555f;
}

.news_menu > div:last-of-type {
	border: 0;
}

.news_menu a:hover {
	background: #383442;
}

.news_menu a.active {
	border-left: 2px solid #fff;
	color: #100C1B;
	background: #FF0099;
}

.news_detail {
	display: flex;
    flex-wrap: wrap;
}

.news_cont {
	flex: 0 0 70%;
    max-width: calc(100% - 350px);

    padding-right: 70px;
    margin-top: 15px;
    order: 1;
}

.news_cont h2 {
	font-size: 32px;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #fff;
}

.news_cont h2.popcorn {
	background: url(./images/h2_popcorn.png) left 5px no-repeat;
	padding-left: 55px;
}

.news_cont img {
	margin: 25px 0;
}

.news_cont ul li {
	position: relative;
}

.news_cont ul li:before {
	content: '\2022';
	color: #FF0099;
	position: absolute;
	left: -20px;
	top: 0;
}

.news_cont a {
	color: #FF0099;
}

.news_detail aside {
      flex: 0 0 350px;
      max-width: 350px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 15px;
      order: 2;
    }
	
.news_detail .article-contents {
      position: sticky;
      top: 69px;
    }
	
.news_detail .article-contents ul {
	padding: 0;
	margin: 0;
}
	
.news_detail .article-contents a {
	display: block;
	padding: 15px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	border-left: 2px solid transparent;
	background: #282432;
	color: #fff;
}

.news_detail .article-contents a:hover {
	background: #383442;
}

.news_detail .article-contents li.active a {
	border-left: 2px solid #fff;
	color: #100C1B;
	background: #FF0099;
}

.news_social {
	margin-top: 40px;
}

.news_social > div:first-of-type {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-right: 10px;
	float: left;
	padding-top: 0px;
}

.news_social .social_icons {
	display: inline-block;
	width: 350px;
}

.news_social .social_icons > div {
	display: inline-block;
	margin: 0 15px;
}

.news_social .social_icons > div a {
	width: 30px;
}

.more_news {
	margin-top: 100px;
	padding-top: 40px;
	border-top: 1px solid #57545f;
	padding-bottom: 80px;
}

.more_news h2 {
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	color: #FF0099;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.news_buts {
	margin-top: 30px;
}

.news_buts > a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	border: 2px solid #FF0099;
	color: #FF0099;
	margin: 10px;
}

.news_buts > a:hover {
	color: #fff;
	background-color: #FF0099;
}

.news_buts > a.news_but_webshop {
	background-image: url(/images/Gem.webp);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	padding-left: 50px;
}

/* Question */

.question {
	margin-top: 50px;
}

.question_left {
	float: left;
	width: calc(100% - 420px);
	padding-right: 60px;
}

.question_right {
	float: left;
	width: 420px;
}

.question_banner_webshop {
	margin-bottom: 40px;
}

.question_banner_merch {
	margin-bottom: 40px;
}

.question_social h2 {
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #FF0099;
	margin-bottom: 30px;
}

.question_text {
	color: #fff;
}

.question_text iframe {
	width: 100%;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------1680------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1680px) {
	
	.top_gold {
	padding-bottom: 170px;
}
	
	.main_block_arsenal_top_left {
	padding-right: 80px;
}

.main_block_arsenal_top_right {
	padding-top: 90px;
}
	
	.main_block_about_pic {
	margin-top: 90px;
	height: 41vw;
}
	
	.news_list_name {
	min-height: 90px;
}
	
.news_last_item > div {
	min-height: 380px;
}

.container {
	width: 1400px;
}

.main_top_social {
	right: calc(50% - 675px);
	bottom: 140px;
}




header.main .main-menu ul li {
	font-size: 16px;
}

.link-webshop::after {
	top: 7px;
}



.main_top_block {
	height: 680px;
}

#my_popup1 .my_popup_cont {
	top: 11vw;
}

	
}

@media screen and (max-width: 1400px) {
	
	.discover_more {
	right: 30px;
}
	
	.main_block_arsenal_top_left {
	padding-right: 60px;
}
	
	.main_top_social {
	right: 35px;
	bottom: 140px;
}
	
	.news_top h1 {
	font-size: 44px;
	line-height: 60px;
	padding: 0 30px;
}

.news_type_date {
	padding-left: 30px;
}
	
	.news_last_item > div {
	min-height: 320px;
}

	.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

header.sticky .container {
	padding: 5px 15px;
}

.footer_submenu {
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 0px;
	padding-top: 20px;
}

.footer_cubic {
	float: none;
	margin: 20px auto;
}

.main_steam_video {
	height: 600px;
}


}

/* ---------------------------------------------------1280------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
	
	.main_top_text {
	background-size: auto 260px;
}

.main_video {
	background-size: auto 260px, auto 160px;
}

.main_block_guns_rides {
	background-size: auto 280px, auto 260px;
}

.main_block_arsenal_top_locations {
	background-size: auto 110px
}

.block_modes_cont {
	padding-top: 120px;
	background-size: auto 260px, auto 280px;
}

.main_last_news {
	padding-top: 80px;
	background: url(./images/bg_main_news1.png) center top no-repeat, url(./images/bg_main_news2.png) 10px 430px no-repeat, url(./images/bg_main_news2.png) top 250px right 10px no-repeat;
	background-size: auto 110px, auto 50px, auto 50px;
}

.main_care {
	background-size: auto 260px, auto 320px;
}

.footer {
	background: url(./images/bg_footer1.png) left 100px no-repeat, url(./images/bg_footer2.png) right top no-repeat;
	background-size: auto 260px, auto 260px;
}
	
	.main_rides_right h2, .main_guns_left h2 {
	font-size: 28px;

}

.main_rides_right p, .main_guns_left p {
	font-size: 22px;
	line-height: 32px;
}

.main_rides_left {
	padding-right: 50px;
}

.main_guns_right {
	padding-left: 50px;
}
	
	.main_join_left h2 {
	font-size: 56px;
	line-height: 70px;
	margin-bottom: 10px;
}

.main_join_left p {
	font-size: 22px;
	line-height: 34px;
}

.main_join_left {
	padding-top: 70px;
}

.main_join {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 160px;
}

.main_join_right {
	text-align: right;
}

.main_join_right img {
	max-width: 550px;
	display: inline-block;
}
	
	.main_care {
	margin-top: 50px;
}
	
	.main_care h2 {
	font-size: 56px;
	line-height: 70px;
	margin-bottom: 20px;
}

.main_care .container > p {
	font-size: 22px;
	line-height: 34px;
}

.main_contact_us p {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 30px;
}
	
	.main_last_news h2 {
	font-size: 56px;
	line-height: 70px;
}

.discover_more {
	top: 5px;
}
	
	.main_block_modes_cont {
	padding: 15px;
}

.main_block_modes_cont > div:nth-child(2) span {
	font-size: 20px;
	line-height: 26px;
}

.main_block_modes_cont > div:nth-child(2) {
	font-size: 14px;
	line-height: 22px;
}
	
	.main_block_arsenal {
	margin-top: 20px;
}
	
	.main_block_arsenal_block {
	float: none;
	width: 100%;
	padding: 20px 50px;
}

.main_block_arsenal_cont img {
	max-width: 150px;
	display: inline-block;
}

.main_block_arsenal_cont .slick-slide {
	text-align: center;
}
	
	.main_block_arsenal_top_right {
	padding-top: 70px;
}
	
	.main_block_arsenal_top_left h2 {
	font-size: 36px;
	line-height: 48px;
}

.main_block_arsenal_top_left p {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
}
	
.main_block_about_pic {
	margin-top: 60px;
	height: 41vw;
}
	
	.main_block_about_preim {
	margin-top: 50px;
	padding: 20px 50px;
}
	
	.main_block_about_preim > div {
	font-size: 18px;
	line-height: 22px;
}
	
	.main_block_about_preim > div span {
	font-size: 50px;
	line-height: 70px;
}
	
	.main_block_about_left {
	font-size: 28px;
	line-height: 40px;
}
	
	.main_block_logo {
	width: 400px;
	padding-top: 10px;
}

.main_block_menu {
	width: calc(100% - 400px);
	padding-left: 100px;
}

.main_block_menu span {
	font-size: 20px;
	line-height: 26px;
	padding: 12px 20px;
}

.main_block_menu a {
	font-size: 20px;
	line-height: 26px;
	padding: 12px;
}

.main_block_about_right > div span {
	font-size: 56px;
	line-height: 70px;
}
	
	.main_top_text h1 {
	font-size: 56px;
	line-height: 70px;
}

.main_top_text p {
	font-size: 22px;
	line-height: 36px;
}

.main_top_text h2 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
	
	.question_right {
	width: 350px;
}

.question_left {
	float: left;
	width: calc(100% - 350px);
	padding-right: 40px;
}
	
	.news_cont {
	max-width: calc(100% - 300px);
	padding-right: 50px;
}
	
	.news_detail aside {
	flex: 0 0 300px;
	max-width: 300px;
	padding: 0;
}
	
	.news_detail .article-contents a {
	padding: 12px;
	font-size: 16px;
	line-height: 22px;
}
	
	.news_list_name {
	min-height: 70px;
}
	
	.top_gold_news h1 {
	font-size: 100px;
}


	
.news_list_name, .news_last_name {
	font-size: 18px;
	line-height: 23px;
}

.news_last_name {
	min-height: auto;
}

.news_list_link a, .news_last_link a {
	font-size: 20px;
	line-height: 24px;
}

body {
	font-size: 16px;
}

.politics_left h3 {
	font-size: 20px;
	line-height: 26px;
}

.politics_left h4 {
	font-size: 20px;
	line-height: 26px;
}

.politics_left h2 {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.politics_left p {
	font-size: 16px;
	line-height: 27px;
}

.politics_right h2 {
	font-size: 40px;
	line-height: 52px;
}

.politics_right {
	width: 400px;
}

.politics_left {
	width: calc(100% - 420px);
}

.top_gold_politics h1 {
	font-size: 40px;
	line-height: 54px;
}

.top_gold_politics h2 {
	font-size: 22px;
	line-height: 28px;
}

.top_gold {
	padding-top: 120px;
	padding-bottom: 140px;
}

.top_gold_news {
	padding-top: 80px;
	padding-bottom: 100px;
}

.politics {
	padding-top: 60px;
}


.main_top_block {
	height: 560px;
}

.main_top_logo {
	width: 400px;
	left: calc(50% - 200px);
	bottom: 130px;
}

#top_play_but {
	bottom: 30px;
}

.footer_menu a {
	width: 140px;
}

.main_top_social .social_icons > div {
	padding: 15px 0;
}

.main_top_social {
	bottom: 120px;
}

.main_steam_video {
	height: 600px;
}

.main_steam h2 {
	font-size: 56px;
	line-height: 70px;
}

.main_steam h3 {
	font-size: 32px;
	line-height: 32px;
}

#my_popup1 .my_popup_cont {
	top: 60px;
}

}

/* ---------------------------------------------------1024------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
	
	.main_rides_right h2, .main_guns_left h2 {
	font-size: 24px;
}

.main_rides_right p, .main_guns_left p {
	font-size: 18px;
	line-height: 28px;
}

.main_rides_left, .main_rides_right, .main_guns_left, .main_guns_right {
	width: 50%;
}
	
	.main_join_left {
	width: 50%;
	padding-top: 30px;
}
	
	.main_join_right {
	width: 50%;
}

.main_join_right img {
	max-width: 100%;
}
	
	.main_block_arsenal_top {
	margin-top: 40px;
}

.main_block_arsenal_top_left h2 {
	font-size: 30px;
	line-height: 30px;
}

.main_block_arsenal_top_left p {
	font-size: 18px;
	line-height: 30px;
}
	
	.main_block_arsenal_top_left {
	padding-right: 0px;
	width: 100%;
	float: none;
}

.main_block_arsenal_top_right {
	float: none;
	width: 100%;
	padding-top: 10px;
}

.main_block_arsenal_top_right > div {
	width: 200px;
}

.main_block_arsenal_top_right a {
	font-size: 18px;
	line-height: 20px;
	padding: 12px;
	text-align: center;
}
	
		.main_block_about_preim {
	margin-top: 30px;
	padding: 20px 40px;
}
	
	.main_block_about_preim > div {
	font-size: 16px;
	line-height: 22px;
}
	
	.main_block_about_preim > div span {
	font-size: 42px;
	line-height: 54px;
}
	
	.main_block_about {
	margin-top: 40px;
}

.main_block_about_right > div {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	float: left;
	width: 50%;
	text-align: center;
}

.main_block_about_right > div span {
	display: block;
	margin: 0;
}
	
	.main_block_about_left {
	float: none;
	width: 100%;
	padding-right: 0px;
	font-size: 20px;
	line-height: 30px;
}

.main_block_about_right {
	float: none;
	width: 100%;
	margin-top: 40px;
}


	
	.main_block_menu_cont {
	margin-top: 70px;
}
	
	.main_block_logo {
	width: 220px;
}

.main_block_menu {
	width: calc(100% - 220px);
	padding-left: 120px;
}

.main_block_menu span {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
}

.main_block_menu a {
	font-size: 16px;
	line-height: 20px;
}
	
	.main_video {
	margin-top: 40px;
}

.main_video_cont {
	width: 500px;
	height: 244px;
}

.main_video_cont > div {
	border-radius: 30px;
}
	
		.news_top h1 {
	font-size: 36px;
	line-height: 50px;
}
	
		.news_list_name {
	min-height: 90px;
}
	
	.news_last_item > div {
	min-height: 280px;
}
	
	.top_gold {
	background-size: 120% auto;
}

	
	.politics_left {
	width: 100%;
	float: none;
}

.politics_right {
	width: 100%;
	float: none;
	padding-left: 0px;
	margin-left: 0px;
	border-left: 0;
	border-top: 1px solid #3c3945;
	margin-top: 80px;
	padding-top: 30px;
	margin-bottom: 50px;
}

.politics_social {
	max-width: 340px;
}

.politics_social .social_icons > div a {
	display: block;
	width: 36px;
}

.politics_right h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
	
	.footer_buts > div:not(.clear) {
	float: none;
	width: 280px;
	display: inline-block;
	padding: 15px;
}

.footer_submenu {
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
}

.footer_submenu a {
	display: inline-block;
	margin: 15px;
}

.footer_buts a {
	width: 100%;
}

.footer_cubic {
	margin-top: 30px;
}
	
	.footer_logo > a {
	max-width: 260px;
}

.footer_menu {
	padding: 20px 0;
}

.footer_menu a {
	margin: 15px;
}

.footer {
	padding-bottom: 40px;
	padding-top: 50px;
}
	
	header .main-menu ul li a {
	font-size: 18px;
}
	
	.header_social {
	position: relative;
	right: auto;
	top: auto;
	width: auto;
	max-width: 120px;
	margin: 20px auto;
}
	
	.link-webshop-cont {
		display: block;
	}
	
	.link-webshop:after {
	top: 8px;
}
	
	.no-scroll .link-webshop-cont {
		display: none;
	}
	
header {
	width: 100%;
	overflow: visible;
}


header .main-menu {
	position: absolute;
	width: 100%;
	float: none;
	padding: 0;
	top: 0;
	right: 0;
	height: auto;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645,0.045,0.355,1);
	transition: transform 0.35s cubic-bezier(0.645,0.045,0.355,1);
	background: #000;
	-webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

header .toggle-mobile {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 2;
	padding: 5px;
  width:48px;
  height: 48px;
  cursor:pointer;
  border: 1px solid #fff;
  transition: .3s;
}

header.sticky .toggle-mobile {
	top: 3px;
}

header .toggle-mobile.visible {
	padding-left: 3px;
}

header .toggle-mobile > div {
	display:flex;
  flex-direction:column;
  width: 100%;
  height: 100%;
  z-index: 300;
  position: relative;
}

header .toggle-mobile > div span{
  background: #fff;
  border-radius:0px;
  height:7px;
  margin: 4px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}

.black header:not(.sticky) .toggle-mobile:not(.visible) > div span{
	background: #000;
}

.black header:not(.sticky) .toggle-mobile:not(.visible) {
  border: 1px solid #000;
}


header .toggle-mobile > div span:nth-of-type(1){
  width:50%;
  
}

header .toggle-mobile > div span:nth-of-type(2){
  width:100%;
}


header .toggle-mobile > div span:nth-of-type(3){
  width:75%;
 
}


header .toggle-mobile.visible span:nth-of-type(1){
  transform-origin:bottom;
  transform:rotatez(45deg) translate(5px,1px)
}


header .toggle-mobile.visible span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}


header .toggle-mobile.visible span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(16px,-7px) rotatez(45deg);

}





header .main-menu.visible {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

header .main-menu .menu {
	margin-top: 44px;
	margin-bottom: 26px;
	padding-bottom: 40px;
}

header .main-menu ul {
	padding-top: 25px;
}

header .main-menu ul {
	background: transparent;
	width: auto;
	padding: 15px 0 6px 0;
	display: block;
	top: 0px;
	right: 0;
	margin-left: 0px;
	-webkit-transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
}

header .main-menu ul li {
	font-size: 25px;
	padding-bottom: 15px;
}

header .main-menu ul li {
	display: block;
	margin-left: 0 !important;
	margin-right: 16px;
	font-size: 30px;
	z-index: 8;
}

header .main-menu ul li {
	font-size: 25px;
	text-align: center;
	margin: 0;
}

header .main-menu ul li a {
	padding: 10px 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	-o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
	width: auto;
	display: inline-block;
}


.main_top_block {
	height: 500px;
}



}

/* ---------------------------------------------------767------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	

	
	.main_rides_left {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-right: 0;
}

.main_rides_right {
	float: none;
	width: 100%;
	margin-top: 10px;
}

.main_guns_left {
	float: none;
	width: 100%;
	margin-top: 10px;
}

.main_guns_right {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-left: 0;
}
	
	.main_join_left h2 {
	font-size: 46px;
	line-height: 58px;
}

.main_join_left p {
	font-size: 16px;
	line-height: 28px;
}

.main_join {
	margin-top: 50px;
	background-size: 150% auto;
	padding-top: 50px;
}

.main_join_overlay {
	height: 300px;
}

.main_join_left .social_icons {
	max-width: 320px;
	margin-top: 35px;
}
	
	.main_care .container > p {
	font-size: 16px;
	line-height: 28px;
}

.main_contact_us p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
	
	.main_contact_us a {
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	max-width: 220px;
}

.main_care_block {
	margin-top: 50px;
}

.main_contact_us {
	margin-top: 50px;
}
	
	.main_care_block > div:nth-child(1) {
	font-size: 16px;
	line-height: 24px;
}

.main_care_block > div:nth-child(2) a {
	font-size: 25px;
	line-height: 32px;
	padding-right: 45px;
}

.main_care_block > div:nth-child(2) a:after {
	width: 36px;
	height: 20px;
	top: 6px;
	background-size: contain;
}
	
	.main_last_news {
	margin-top: 50px;
}
	
	.discover_more {
	position: relative;
	top: auto;
	right: auto;
	font-size: 18px;
	line-height: 20px;
	padding: 15px;
	width: 220px;
	display: block;
	margin: 0 auto;
}

.main_care h2 {
	font-size: 46px;
	line-height: 58px;
	margin-bottom: 10px;
}

.main_last_news h2 {
	font-size: 46px;
	line-height: 58px;
	margin-bottom: 10px;
	text-align: center;
}
	
	.main_block_about_preim {
	padding: 20px 10px;
}

.main_block_about_preim > div {
	font-size: 15px;
	line-height: 19px;
}
	
		.main_block_menu_cont {
	margin-top: 50px;
}
	
	.main_block_menu {
	padding-left: 60px;
}

.main_block_menu span {
	font-size: 14px;
	line-height: 18px;
	padding: 12px 15px;
}

.main_block_menu a {
	font-size: 14px;
	line-height: 18px;
}
	
	.main_top_text h1 {
	font-size: 46px;
	line-height: 58px;
}

.main_top_text h2 {
	font-size: 26px;
}

.main_top_text p {
	font-size: 18px;
	line-height: 30px;
}
	
	.question {
	margin-top: 40px;
	margin-bottom: 40px;
}

.question_social h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
}
	
		.question_right {
	width: 100%;
	text-align: center;
	float: none;
	padding-top: 40px;
}

.question_left {
	float: none;
	width: 100%;
	padding-right: 0px;
}
	
		.more_news h2 {
	font-size: 30px;
	line-height: 30px;
}
	
	.news_social > div:first-of-type {
	margin-bottom: 20px;
}
	
	.news_cont h2 {
	font-size: 20px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
	.news_detail aside {
	display: none;
}

.news_cont {
	max-width: 100%;
	padding-right: 0;
}

.news_detail {
	display: block;
}
	
.news_top_back {
	display: none;
}
	
			.news_top h1 {
	font-size: 28px;
	line-height: 36px;
	padding: 0 50px;
}

.news_type_date {
	padding-left: 50px;
}
	
	.news_list_item {
	width: 50%;
}
	
	.top_gold_news h1 {
	font-size: 76px;
}
	
	.news_last_left a:nth-child(1) {
	display: none;
}
	
	.news_last_left a:nth-child(2) {
	display: block;
}
	
	.top_gold {
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 120px;
}

	.top_gold_news {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top_gold_politics h1 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
}

.top_gold_politics h2 {
	font-size: 17px;
	line-height: 20px;
}

.news_last {
	margin-top: 40px;
}

	
.my_cookie_alert {
	font-size: 12px;
}
	
#my_popup1 .my_popup_cont .close {
	right: -100px;
}

html.no-scroll, body.no-scroll {
	overflow: hidden;
}

header.main {
	width: 100%;
	margin-left: 0;
	left: 0;
	height: 66px;
	overflow: visible;
	position: fixed;
}

.container {
	width: 100%;
}

header.main .siteinfo {
	left: 0;
}

header.main .siteinfo h1, header.main .siteinfo h5 {
	margin: 0;
}

header.main .siteinfo h1 a, header.main .siteinfo h5 a {
	background-size: 70px auto;
	background-position: 15px 5px;
	height: 66px;
	position: relative;
	z-index: 100;
	padding: 13px;
}

header.main .main-menu .menu {
	margin-top: 54px;
	height: calc(100vh - 54px);
	overflow: auto;
	margin-bottom: 16px;
	padding-bottom: 40px;
}

.footer_buts a {
	width: 240px;
	margin: 10px;
}

.support_block {
	float: unset;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	max-width: 400px;
}

.footer {
	padding-bottom: 20px;
	margin-top: 40px;
}


#support {
	margin-top: 40px;
}

.main_top_block {
	height: 530px;
	margin-bottom: 120px;
	overflow: visible;
}


.main_top_logo {
	width: 320px;
	left: calc(50% - 160px);
	bottom: 115px;
}

#top_play_but {
	bottom: 20px;
	left: calc(50% - 140px);
}

#top_play_but a {
	font-size: 25px;
	padding: 15px;
	text-align: center;
	width: 280px;
}

.support_block > div {
	min-height: auto;
}

.main_top_social {
	right: calc(50% - 230px);
	bottom: -90px;
	width: 460px;
}

.main_top_social .social_icons {
	display: flex;
}

.main_top_social .social_icons > div a {
	width: 44px;
}

.main_steam_video {
	height: 500px;
}

.main_steam h2 {
	font-size: 46px;
	line-height: 58px;
}

.main_steam h3 {
	font-size: 28px;
	line-height: 32px;
}

.main_steam {
	margin-top: 90px;
}

}

/* ---------------------------------------------------480------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	
	.main_care {
	padding-top: 80px;
	margin-top: 0;
}
	
	.block_modes_cont {
	padding-top: 60px;
}
	
	.main_rides_left {
	margin-top: 50px;
}
	
	.main_rides_right h2, .main_guns_left h2 {
	font-size: 22px;
	text-align: center;
}
	
	.main_top_overlay_left, .main_top_overlay_right {
	display: none;
}
	
	.main_join {
	background-size: 250% auto;
	padding-top: 50px;
}

.main_join_overlay {
	height: 200px;
}

.main_join_left h2 {
	font-size: 42px;
	line-height: 52px;
}

.main_join_left .social_icons {
	max-width: 100%;
}
	
	.main_join_left {
	width: 100%;
	float: none;
	padding-top: 0px;
}

.main_join_right {
	width: 100%;
	float: none;
	padding-top: 50px;
	max-width: 360px;
	margin: 0 auto;
}
	
	.main_care_block > div:nth-child(2) {
	padding-top: 10px;
}
	
	.main_care_block {
	padding: 0;
	padding-top: 50px;
	margin-top: 30px;
	background: url(./images/main_care_bg_mobile.png) center center no-repeat;
	background-size: 100% auto;
	height: 180px;
}

.main_contact_us {
	margin-top: 30px;
}
	
	.discover_more {

	width: 100%;
}
	
	.main_last_news {
		margin-top: 0;
	padding-top: 60px;
	background: none;
}
	
	.main_block_locations {
	padding: 0 45px;
	margin-top: 50px;
}

.main_block_locations_slider .slick-slide, .main_block_modes_slider .slick-slide, .main_block_arsenal_cont .slick-slide {
	padding: 0px;
}
	
	.main_block_arsenal_block {
	padding: 20px 30px;
}
	
	.main_block_arsenal_top_right > div {
	width: 100%;
}
	
	.main_block_about_preim {
	display: block;
}

.main_block_about_pic {
	margin-top: 40px;
	height: 62vw;
	background-size: 150% auto;
}

.main_block_about_preim > div {
	text-align: left;
	padding: 7px 0;
}

.main_block_about_preim {

}

.main_block_about_preim > div span {
	display: inline-block;
	margin-right: 10px;
}
	
	.main_block_about_right > div {
	float: none;
	width: 100%;
	margin: 40px 0;
}
	
	.main_block_menu span {
	padding: 10px 5px;
}

.main_block_menu a {
	padding: 10px 5px;
}
	
	.main_block_logo {
	float: none;
	width: 100%;
	text-align: center;
}

.main_block_logo img {
	display: inline-block;
	width: 220px;
}

.main_block_menu {
	padding-left: 0px;
	padding-top: 20px;
	text-align: center;
	float: none;
	width: 100%;
}
	
	.main_video_cont:after {
	display: none;
}

.main_video_cont {
	width: 100%;
	height: 340px;
}

.main_video_cont > div {
	border-radius: 0px;
}

.main_video {
	margin-top: 10px;
}
	
	.main_top_text {
	padding-bottom: 10px;
}
	
.main_top_social {
	right: calc(50% - 150px);
	width: 300px;
	bottom: -210px;
}

.main_top_social .social_icons > div a {
	width: 40px;
}
	
.more_news {

	padding-bottom: 20px;
}
	
	.news_type_date > div:first-of-type {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 30px;
}

.news_type_date > div:last-of-type {

	font-size: 14px;
	line-height: 20px;
}
	
	
	.news_social .social_icons {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	display: flex;
}

.news_social .social_icons > div {
	display: flex;
	margin: 0;
}
	
	.news_top_overlay {
	display: none;
}

.news_type_date {
	padding-left: 0px;
	padding-top: 15px;
}

.news_top {
	height: auto;
	background-position: center top;
	background-size: contain;
	padding-top: 60vw;
	margin-bottom: 20px;
}

.news_top h1 {
	position: relative;
	bottom: auto;
	left: auto;
}

.news_type_date {
	position: relative;
	bottom: auto;
	left: auto;
}
	
	.news_top h1 {
	padding: 0 0px;
}
	
	#showmore-button {
	font-size: 20px;
	line-height: 30px;
	width: 280px;
}
	
		.news_list_item {
	width: 100%;
	float: none;
}

		.news_list_name {
	min-height: auto;
}
	
		.top_gold_news {
	padding-top: 60px;
	padding-bottom: 20px;
}
	
	.news_last_item > div {
	min-height: auto;
	display: block;
}
	
	.news_last_left {
	display: block;
	flex: none;
	width: 100%;
}

.news_last_right {
	display: block;
	flex: none;
	width: 100%;
	padding: 0;
	padding-top: 20px;
}

.news_last_right .news_last_link {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 40px;
}
	
	.politics {
	padding-top: 30px;
}

.politics_left h3, .politics_left h4 {
	font-size: 16px;
	line-height: 19px;
}

.politics_left p {
	font-size: 14px;
	line-height: 20px;
}

.politics_left h2 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	padding-top: 10px;
}
	
	.footer {
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 40px;
}

.footer_menu {
	padding: 10px 0;
}

.footer_menu a {
	display: block;
	margin: 25px 0px;
	width: 100%;
}

.footer_buts > div:not(.clear) {
	float: none;
	width: 100%;
	display: block;
	padding: 10px;
}



.footer_buts a {
	width: 100%;
	margin: 0px;
}

.footer_submenu a {
	display: block;
	margin: 25px 0;
	font-size: 18px;
}

.footer_submenu {
	padding-top: 0px;
}

.footer_cubic {
	margin-top: 40px;
}

.footer_support a {
	font-size: 20px;
	line-height: 20px;
}
	
.my_cookie_alert > div {
	float: right;
	margin-top: 7px;
}

.my_cookie_alert {
	padding: 0.6em 1em;
}

.my_cookie_alert span {
	max-width: calc(100% - 80px);
}
	
#my_popup1 .my_popup_cont .close {
	right: -20px;
	top: -60px;
}

#my_popup1 .my_popup_cont {
	margin-left: -140px;
	top: 70px;
	width: 280px;
}

#my_popup1 .my_popup_cont span {
	margin: 7px 0 9px 0;
}

.fancybox-skin {
	font-size: 14px;
}

.fancybox-close {
	bottom: 40px;
	left: calc(50% - 90px);
	width: 180px;
	height: 50px;
}

.fancybox-inner p {
	font-size: 14px;
}

.main_top_block {
	height: 360px;
	margin-bottom: 210px;
	overflow: visible;
}

.main_top_overlay {
	height: 160px;
}

#top_play_but {
	bottom: -110px;
}

.main_top_logo {
	width: 280px;
	left: calc(50% - 140px);
	bottom: -20px;
}

.main_steam_video {
	height: 400px;
}

.main_steam_video::before {
	background-size: 200%;
}

.main_steam h2 {
	font-size: 46px;
	line-height: 58px;
}

.main_steam h3 {
	font-size: 28px;
	line-height: 32px;
}

.main_steam {
	margin-top: 90px;
}

.news_buts {
	text-align: center;
}

.news_buts > a {
	font-size: 17px;
}

}

/* ---------------------------------------------------320------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
	
}



/* ---------------------------------------------------Айпад------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 320px) and (max-height: 768px) {
	#my_popup1 .my_popup_cont {
	top: 70px;
}
}

@media screen and (min-width: 320px) and (max-height: 700px) {
	#my_popup1 .my_popup_cont {
	top: 70px;
}

#my_popup1 .my_popup_cont {
	margin-left: -125px;
	width: 250px;
}
}

