@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400%3b0,500%3b0,700%3b0,900%3b1,400%3b1,500%3b1,700%3b1,900&display=swap");/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?cya0h3");
	src: url("../fonts/icomoon.eot?cya0h3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cya0h3") format("truetype"), url("../fonts/icomoon.woff?cya0h3") format("woff"), url("../fonts/icomoon.svg?cya0h3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="ico-"],
[class*=" ico-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-info:before {
	content: "\e907";
}

.ico-discord:before {
	content: "\e905";
}

.ico-twitter:before {
	content: "\e906";
}

.ico-play:before {
	content: "\e901";
}

.ico-01:before {
	content: "\e902";
}

.ico-copy:before {
	content: "\e903";
}

.ico-arrow:before {
	content: "\e904";
}

.ico-call-signal:before {
	content: "\e900";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots,
#header .socials-list,
.post-blocks-section .advantage-list,
.footer .socials-list,
.footer .link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #050624;
	font: 16px/1.5 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #fff;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}

h1 {
	font-size: clamp(50px, 20vw, 120px);
	letter-spacing: 3px;
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	line-height: 1.29;
	letter-spacing: .2px;
}

h3 {
	font-size: 30px;
	line-height: 1.29;
	letter-spacing: .035em;
}

h4 {
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 1.1px;
	margin: 0 0 .68em;
}

h5 {
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: .035em;
}

h6 {
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: -.1px;
}

svg {
	display: block;
	width: 100%;
}

main {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin: -1px 0 0;
}

main.page-cs {
	background-size: 100% auto;
	background-repeat: repeat;
}

.container {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.logo {
	display: block;
	width: 120px;
}

.logo a,
.logo img {
	display: block;
}

.btn {
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	display: inline-block;
	background: #0d47a1;
	border: 1px solid #0d47a1;
	outline: none;
	border-radius: 10px;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.btn:hover {
	background: #59a6ff;
	text-decoration: none;
}

.btn.transparent {
	background: none;
	border: 1px solid #fff;
}

.btn.transparent:hover {
	background: #fff;
	color: #01010e;
	text-decoration: none;
}

.cta {
	display: inline-block;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.cta:after {
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
}

.cta:hover:after {
	width: calc(100% - 10px);
}

.cta.return {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 20px;
}

.cta.return:after {
	display: none;
}

.cta.return:before {
	-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
	transition: border-color .2s ease-in-out, color .2s ease-in-out;
	width: 34px;
	height: 34px;
	content: "\e904";
	position: relative;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 13px;
	line-height: 1;
	font-family: "icomoon";
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cta.return:hover {
	color: #59a6ff;
}

.cta.return:hover:before {
	border-color: #59a6ff;
	color: #59a6ff;
}

.slick-arrow {
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	width: 60px;
	height: 60px;
	background: none;
	border: 2px solid #59a6ff;
	border-radius: 50%;
	font-size: 25px;
	color: #59a6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-arrow:hover {
	background: #59a6ff;
	color: #fff;
}

.slick-arrow.slick-disabled {
	border-color: #a8abbf;
	color: #a8abbf;
}

.slick-arrow.slick-disabled:hover {
	background: none;
	color: #a8abbf;
}

.slick-arrow.slick-next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-arrow [class^="ico-"],
.slick-arrow [class*=" ico-"] {
	display: block;
}

.slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5px;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}

.slick-dots button {
	width: 65px;
	height: 27px;
	position: relative;
	background: none;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
}

.slick-dots button:before {
	width: 40px;
	height: 2px;
	content: "";
	display: block;
	background: #0d47a1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#header {
	-webkit-transition: padding .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out;
	transition: padding .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out;
	background: transparent;
	position: fixed;
	padding: 15px 0;
	border-bottom: 2px solid transparent;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	overflow: hidden;
}

#header .container {
	position: relative;
}

#header .logo {
	position: relative;
	z-index: 9999;
}

#header .columns-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 20px;
}

#header.fixed-position {
	background: #0d1527;
	border-color: #fff;
	padding: 15px 0;
}

#header .right-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 50px;
}

#header .socials-list {
	display: none;
}

#header .socials-list li {
	width: 50px;
}

#header .socials-list a {
	-webkit-transition: color .2s ease-in-out, scale .2s ease-in-out;
	transition: color .2s ease-in-out, scale .2s ease-in-out;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .socials-list a i {
	display: block;
}

#header .socials-list a:hover {
	color: #59a6ff;
	scale: 1.1;
}

#header .cta-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 10px;
	margin: 0 -5px 0 0;
}

.intro-section {
	background: #050624;
	padding: 30px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 530px;
	position: relative;
	overflow: hidden;
}

.intro-section mark {
	background: none;
	color: #59a6ff;
}

.intro-section .yellow-text {
	color: #e28313;
}

.intro-section .red-text {
	color: #ff4556;
}

.intro-section .darkred-text {
	color: #ac3017;
}

.intro-section .gold-text {
	background: -webkit-linear-gradient(90.6deg, #dac77a 6.81%, #a17e3c 72.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.intro-section.main-page {
	padding: 35px 0 30px;
}

.intro-section.main-page h1,
.intro-section.main-page h2,
.intro-section.main-page h3,
.intro-section.main-page h4,
.intro-section.main-page h5,
.intro-section.main-page h6 {
	text-transform: uppercase;
}

.intro-section.main-page h1 {
	line-height: 1.15;
	margin: 0 0 5px;
}

.intro-section.main-page h3 {
	font-size: 24px;
	margin: 0 0 .4em;
}

.intro-section.bg-cs {
	padding: 30px 0 45px;
	min-height: 570px;
}

.intro-section.bg-cs h1 {
	font-size: clamp(50px, 16vw, 120px);
	line-height: 1.2;
	margin: 0 0 .5px;
}

.intro-section.bg-cs h3 {
	font-size: 24px;
	margin: 0 0 .7em;
}

.intro-section.bg-cs .bg-holder {
	background-position: center bottom;
	max-height: 442px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.intro-section .bg-holder {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-webkit-border-image: fill 1 -webkit-linear-gradient(bottom, #050624 3.98%, rgba(5, 6, 36, .83) 20.51%, rgba(5, 6, 36, 0) 65.58%);
	border-image: fill 1 linear-gradient(0deg, #050624 3.98%, rgba(5, 6, 36, .83) 20.51%, rgba(5, 6, 36, 0) 65.58%);
}

.intro-section .container {
	position: relative;
}

.intro-section .post-block {
	text-align: center;
}

.return_btn-block {
	display: none;
	padding: 20px 0;
}

.return_btn-block .cta-holder {
	display: inline-block;
}

.post-blocks-section {
	padding: 0;
}

.post-blocks-section.last-post {
	padding: 0 0 30px;
}

.post-blocks-section .container {
	padding: 0;
}

.post-blocks-section .post-box {
	background: #01010e;
	padding: 35px 20px;
	overflow: hidden;
	margin: 0 0 50px;
}

.post-blocks-section .post-box:last-child {
	margin: 0;
}

.post-blocks-section .title-block {
	margin: 0 0 30px;
}

.post-blocks-section .left-column {
	margin: 0 0 35px;
}

.post-blocks-section .right-column {
	text-align: center;
}

.post-blocks-section .subtitle-block {
	text-align: center;
	margin: 0 0 20px;
}

.post-blocks-section .subtitle-block h1,
.post-blocks-section .subtitle-block h2,
.post-blocks-section .subtitle-block h3,
.post-blocks-section .subtitle-block h4,
.post-blocks-section .subtitle-block h5,
.post-blocks-section .subtitle-block h6 {
	margin: 0;
}

.post-blocks-section .subtitle-block .ico-holder {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 20px;
}

.post-blocks-section .btn-holder {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 35px 20px;
}

.post-blocks-section .bg-block {
	background-size: 1239px auto;
	background-repeat: no-repeat;
	background-position: center bottom 33%;
	-webkit-border-image: fill 1 -webkit-linear-gradient(top, #01010e 0%, rgba(1, 1, 14, .69) 1%, rgba(1, 1, 14, 0) 30%);
	border-image: fill 1 linear-gradient(180deg, #01010e 0%, rgba(1, 1, 14, .69) 1%, rgba(1, 1, 14, 0) 30%);
	min-height: 400px;
}

.post-blocks-section .advantage-list {
	font-size: 20px;
	line-height: 1.4;
}

.post-blocks-section .advantage-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #a8abbf;
	margin: 0 0 30px;
}

.post-blocks-section .advantage-list li:before {
	content: "\e902";
	font-size: 26px;
	font-family: "icomoon";
	color: #59a6ff;
	margin: -5px 20px 0 0;
	display: block;
}

.post-blocks-section .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
	color: #fff;
	margin: 0 10px 25px 0;
}

.post-blocks-section .bg-wrapper {
	background-size: cover;
	padding: 15px;
	max-width: 430px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.post-blocks-section .top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px;
}

.post-blocks-section .top-block h6 {
	margin: 0;
}

.post-blocks-section .top-block .network-speed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-blocks-section .top-block .network-speed:before {
	content: "\e900";
	font-size: 15px;
	font-family: "icomoon";
	color: #008000;
	margin: 0 10px 0 0;
	display: block;
}

.post-blocks-section .bottom-block {
	color: #a8abbf;
}

.post-blocks-section .server-name {
	display: block;
}

.post-blocks-section .server-name:after {
	width: 100%;
	height: 100%;
	content: url("../images/ico-de.svg");
	margin: 0 0 0 5px;
	vertical-align: -2px;
}

.post-blocks-section .actions-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px 30px;
}

.post-blocks-section .actions-block .ico-holder {
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	display: block;
	text-decoration: none;
	padding: 8px;
	border: 2px solid #59a6ff;
	border-radius: 100%;
	font-size: 15px;
	color: #59a6ff;
	text-align: center;
}

.post-blocks-section .actions-block .ico-holder:hover {
	background: #59a6ff;
	color: #fff;
}

.post-blocks-section .actions-block .ico-holder .ico-play {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-blocks-section .actions-block [data-tooltip] {
	position: relative;
}

.post-blocks-section .actions-block [data-tooltip]:after {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	content: attr(data-tooltip);
	width: 120px;
	position: absolute;
	top: -30px;
	left: -50%;
	background: #0d47a1;
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	opacity: 0;
}

.post-blocks-section .actions-block [data-tooltip]:hover:after {
	opacity: 1;
}

.post-blocks-section .img-holder {
	border-radius: 10px;
	overflow: hidden;
}

.post-blocks-section .info-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2px 8px;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin-top: 25px;
}

.post-blocks-section .info-text:before {
	content: "\e907";
	font-family: "icomoon" !important;
}

.catalog_games-section {
	padding: 20px 0 25px;
	overflow: hidden;
}

.catalog_games-section .title-holder {
	margin: 0 auto 40px;
	text-align: center;
}

.catalog_games-section .title-holder h1,
.catalog_games-section .title-holder h2,
.catalog_games-section .title-holder h3,
.catalog_games-section .title-holder h4,
.catalog_games-section .title-holder h5,
.catalog_games-section .title-holder h6 {
	text-transform: uppercase;
	margin: 0;
}

.catalog_games-section .catalog-slider-wrapper {
	grid-area: catalog-slider;
	margin: 0 -20px;
}

.catalog_games-section .slide-block {
	padding: 0 10px 40px;
	vertical-align: top;
}

.catalog_games-section .block-game {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 350px;
	min-height: 452px;
	text-decoration: none;
}

.catalog_games-section .block-game:hover .img-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.catalog_games-section .block-game:hover .name-game {
	color: #59a6ff;
}

.catalog_games-section .img-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.catalog_games-section .img-holder img {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: none;
	max-width: none;
}

.catalog_games-section .info-game {
	background: rgba(9, 20, 39, .8);
	padding: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 30px;
	min-height: 140px;
}

.catalog_games-section .info-game .logo-game {
	display: block;
	width: calc(28.44% - 15px);
}

.catalog_games-section .info-game .name-game {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	width: calc(71.56% - 15px);
	font-size: 20px;
	line-height: 1.29;
	font-weight: 900;
	color: #fff;
	letter-spacing: .7px;
	margin: 0 0 -1em;
}

.catalog_games-section .arrows-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-area: arrows-holder;
}

.trusted-section {
	padding: 30px 0;
}

.trusted-section.trusted-section-cs {
	padding: 50px 0;
}

.trusted-section .heading-block {
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.trusted-section .trusted-carousel {
	margin: 0 -10px;
}

.trusted-section .trusted-carousel .slide {
	margin: 0 10px;
}

.trusted-section .trusted-carousel .team-block {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	max-width: 118px;
}

.trusted-section .trusted-carousel .team-block:hover {
	text-decoration: underline;
}

.trusted-section .trusted-carousel .team-block:hover .img-holder {
	border-color: #59a6ff;
	box-shadow: 0 0 15px 5px rgba(89, 166, 255, .5);
}

.trusted-section .trusted-carousel .img-holder {
	-webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
	transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
	background: #091427;
	aspect-ratio: 1 / 1;
	border: 2px solid #0d47a1;
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trusted-section .trusted-carousel .img-holder a {
	width: 100%;
	height: 100%;
	display: block;
}

.trusted-section .buy-block {
	text-align: center;
}

.trusted-section .buy-block h1,
.trusted-section .buy-block h2,
.trusted-section .buy-block h3,
.trusted-section .buy-block h4,
.trusted-section .buy-block h5,
.trusted-section .buy-block h6 {
	position: relative;
	letter-spacing: .2px;
}

.trusted-section .buy-block .heading-holder {
	display: inline-block;
	position: relative;
	margin: 0 0 15px;
}

.trusted-section .buy-block .heading-holder:before {
	width: 50px;
	height: 50px;
	content: "";
	display: block;
	background-image: url("../images/ico-02.svg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: -10%;
}

.footer {
	background: #050624;
	position: relative;
	padding: 30px 0;
	color: #fff;
}

.footer:after {
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-linear-gradient(bottom, #050624 10%, rgba(5, 6, 36, .83) 50%, rgba(5, 6, 36, 0) 100%);
	background: linear-gradient(0deg, #050624 10%, rgba(5, 6, 36, .83) 50%, rgba(5, 6, 36, 0) 100%);
	position: absolute;
	top: -100%;
	left: 0;
}

.footer .logo-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
	gap: 0 15px;
}

.footer .logo-holder .logo {
	width: 100%;
}

.footer .socials-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
}

.footer .socials-list li {
	width: 30px;
	height: 30px;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0d47a1;
}

.footer .socials-list li:hover {
	background: #0d47a1;
	color: #fff;
}

.footer .socials-list a {
	padding: 5px;
	display: block;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.footer .socials-list [class^="ico-"],
.footer .socials-list [class*=" ico-"] {
	display: block;
}

.footer .link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto;
}

.footer .link-list li {
	position: relative;
	width: calc(50% - 5px);
	padding: 0 10px;
	text-align: center;
	margin: 0 0 10px;
}

.footer .link-list li a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
}

.footer .link-list li a:hover {
	color: #59a6ff;
}

.footer .copyright-column {
	width: 100%;
}

.footer .post-block {
	font-size: 12px;
	line-height: 1.33;
	color: #a8abbf;
	margin: 10px 0 -1em;
	text-align: center;
}

@media (min-width: 390px) {
	.logo {
		width: 180px;
	}

	.intro-section.main-page h3 {
		font-size: 28px;
	}

	.intro-section.bg-cs h3 {
		font-size: 28px;
	}

	.footer .link-list li a {
		font-size: 16px;
	}
}

@media (min-width: 480px) {
	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 34px;
	}

	h4 {
		font-size: 27px;
	}

	h5 {
		font-size: 23px;
	}

	.btn {
		padding: 12px 30px;
		letter-spacing: .5px;
	}

	.cta {
		padding: 10px 15px 5px;
	}

	.cta:hover:after {
		width: calc(100% - 30px);
	}

	#header .columns-block {
		gap: 0 30px;
	}

	#header .cta-holder {
		margin: 0;
	}

	.intro-section.main-page h3 {
		font-size: 34px;
	}

	.intro-section.bg-cs h3 {
		font-size: 34px;
	}

	.intro-section.bg-cs .bg-holder {
		min-height: 580px;
	}

	.intro-section .bg-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.return_btn-block {
		display: block;
	}

	.post-blocks-section {
		padding: 30px 0;
	}

	.post-blocks-section .left-column {
		margin: 0;
	}

	.post-blocks-section .right-column {
		text-align: left;
	}

	.post-blocks-section .subtitle-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 15px;
	}

	.post-blocks-section .subtitle-block .ico-holder {
		margin: 0;
	}

	.post-blocks-section .btn-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.post-blocks-section .btn-holder .btn {
		margin: 0;
	}

	.post-blocks-section .advantage-list li {
		margin: 0 0 40px;
	}

	.post-blocks-section .column {
		margin: 0 auto 30px;
	}

	.post-blocks-section .actions-block {
		gap: 30px;
	}

	.catalog_games-section {
		padding: 30px 0;
	}

	.catalog_games-section .block-game {
		max-height: 300px;
		min-height: 300px;
	}

	.trusted-section {
		font-size: 18px;
	}
}

@media (min-width: 650px) {
	#header .socials-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 10px;
	}

	.catalog_games-section .grid-wrapper {
		display: -ms-grid;
		display: grid;
		grid-template-areas: "title-holder arrows-holder"		"catalog-slider catalog-slider";
		-ms-grid-columns: 1fr 200px;
		grid-template-columns: 1fr 200px;
		gap: 60px 0;
	}

	.catalog_games-section .title-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-area: title-holder;
		margin: 0;
	}

	.catalog_games-section .arrows-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer .link-list {
		max-width: none;
		margin: 0;
	}

	.footer .link-list li {
		width: auto;
		text-align: left;
		margin: 0;
	}

	.footer .link-list li + li:before {
		content: "|";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 120px;
	}

	.container {
		padding: 0 30px;
	}

	.intro-section {
		padding: 35px 0 60px;
		min-height: 700px;
	}

	.intro-section.main-page {
		padding: 35px 0 55px;
	}

	.intro-section.main-page h1 {
		font-size: 120px;
	}

	.intro-section.bg-cs {
		min-height: 685px;
	}

	.post-blocks-section .container {
		padding: 0 30px;
	}

	.post-blocks-section .post-box {
		padding: 30px;
		border-radius: 30px;
	}

	.post-blocks-section .title-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 55px;
	}

	.post-blocks-section .subtitle-block {
		margin: 0;
	}

	.post-blocks-section .bg-block {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	.post-blocks-section .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.post-blocks-section .column {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: calc(50% - 30px);
	}

	.post-blocks-section .top-block {
		margin: 0 0 32px;
	}

	.post-blocks-section .img-holder {
		border-radius: 20px;
	}

	.catalog_games-section {
		padding: 50px 0;
	}

	.catalog_games-section .catalog-slider-wrapper {
		margin: 0;
	}

	.catalog_games-section .block-game {
		border-radius: 20px;
		max-height: 350px;
		min-height: 350px;
	}

	.trusted-section {
		padding: 30px 0 90px;
	}

	.trusted-section.trusted-section-cs {
		padding: 70px 0 80px;
	}

	.trusted-section.trusted-section-cs .trusted-carousel {
		margin: 0 -15px;
	}

	.trusted-section .heading-block {
		margin-bottom: 35px;
	}

	.trusted-section .trusted-carousel {
		margin: 0 -15px;
	}

	.trusted-section .trusted-carousel .slide {
		margin: 0 15px;
	}

	.trusted-section .buy-block .btn {
		font-size: 24px;
		line-height: 1.2;
		padding: 16px 48px;
	}

	.footer .logo-holder {
		width: 120px;
	}

	.footer .link-list li a {
		font-size: 14px;
	}
}

@media (min-width: 1024px) {
	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 40px;
	}

	h4 {
		font-size: 34px;
	}

	h5 {
		font-size: 26px;
	}

	.container {
		width: 100%;
		max-width: 1360px;
		padding: 0 40px;
		margin: 0 auto;
	}

	#header {
		padding: 30px 0;
	}

	#header .cta-holder {
		gap: 0 2px;
	}

	.intro-section.main-page h3 {
		font-size: 40px;
		margin: 0 0 .35em;
	}

	.intro-section.bg-cs h3 {
		font-size: 40px;
		margin: 0 0 .35em;
	}

	.intro-section.bg-cs .bg-holder {
		background-position: left 56% top;
		min-height: 700px;
	}

	.intro-section.bg-dota .bg-holder {
		background-position: left 56% bottom;
	}

	.intro-section .bg-holder {
		background-size: cover;
	}

	.return_btn-block {
		padding: 45px 0 15px;
	}

	.return_btn-block .container {
		max-width: 1410px;
	}

	.post-blocks-section {
		padding: 20px 0 50px;
	}

	.post-blocks-section.last-post {
		padding: 20px 0 90px;
	}

	.post-blocks-section .container {
		padding: 0 40px;
		max-width: 1300px;
	}

	.post-blocks-section .post-box {
		padding: 65px 60px 60px;
		margin: 0 0 120px;
	}

	.post-blocks-section .subtitle-block {
		gap: 0 30px;
	}

	.post-blocks-section .btn-holder {
		gap: 0 38px;
	}

	.post-blocks-section .advantage-list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 0 30px;
		font-size: 20px;
		letter-spacing: -.2px;
		gap: 0 56px;
		margin: 0 0 5px;
	}

	.post-blocks-section .advantage-list li:before {
		margin: -5px 15px 0 0;
	}

	.post-blocks-section .column {
		margin: 0;
	}

	.post-blocks-section .bg-wrapper {
		padding: 32px 30px;
	}

	.post-blocks-section .actions-block .ico-holder {
		padding: 14px;
		font-size: 28px;
	}

	.post-blocks-section .info-text {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.catalog_games-section {
		padding: 75px 0 60px;
	}

	.catalog_games-section .slide-block {
		padding: 0 25px 50px;
	}

	.catalog_games-section .info-game {
		padding: 30px;
	}

	.catalog_games-section .info-game .name-game {
		font-size: 28px;
	}

	.trusted-section.trusted-section-cs .container {
		max-width: 1310px;
	}

	.trusted-section .buy-block .heading-holder:before {
		width: 110px;
		height: 110px;
		top: -32px;
		left: -10%;
	}

	.footer {
		padding: 30px 0 50px;
	}

	.footer .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 20px;
	}

	.footer .logo-column {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}

	.footer .logo-column {
		gap: 0 30px;
	}

	.footer .copyright-column {
		margin: 0 0 0 auto;
		width: 20%;
	}

	.footer .post-block {
		text-align: right;
	}

	.footer .post-block {
		margin: 0 0 -1em;
	}
}

@media (min-width: 1200px) {
	.post-blocks-section .bg-block {
		min-height: 675px;
	}

	.catalog_games-section .block-game {
		max-height: 452px;
		min-height: 452px;
	}

	.trusted-section.trusted-section-cs .trusted-carousel {
		margin: 0 -32px;
	}

	.trusted-section.trusted-section-cs .trusted-carousel .slide {
		margin: 0 32px;
	}

	.trusted-section .trusted-carousel {
		margin: 0 -40px;
	}

	.trusted-section .trusted-carousel .slide {
		margin: 0 20px;
	}

	.footer .logo-holder {
		width: 180px;
	}
}

@media (min-width: 1440px) {
	.footer .link-list li {
		padding: 0 20px;
	}

	.footer .link-list li a {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	#header:before {
		width: 100%;
		height: 100%;
		content: "";
		background: -webkit-linear-gradient(top, #050624 10%, rgba(5, 6, 36, .83) 20.51%, rgba(5, 6, 36, 0) 95%);
		background: linear-gradient(180deg, #050624 10%, rgba(5, 6, 36, .83) 20.51%, rgba(5, 6, 36, 0) 95%);
		position: absolute;
		top: 0;
		left: 0;
	}

	.post-blocks-section .advantage-list li br {
		display: none;
	}

	.catalog_games-section .img-holder img {
		object-fit: cover;
		object-position: center;
		max-width: 112%;
	}
}

@media (max-width: 767px) {
	.catalog_games-section .catalog-slider {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}

	.catalog_games-section .catalog-slider.centered .slick-list {
		padding: 0 40px !important;
	}

	.catalog_games-section .catalog-slider.last .slick-list {
		padding: 0 0 0 80px !important;
	}

	.catalog_games-section .slick-list {
		padding: 0 80px 0 0 !important;
	}
}

@media (max-width: 649px) {
	.footer .link-list li:nth-child(2n):before {
		content: "|";
		display: inline-block;
		position: absolute;
		top: 0;
		left: -1px;
		padding-right: 10px;
	}
}

@media (max-width: 479px) {
	.catalog_games-section .slick-slide:not(.slick-current) a {
		pointer-events: none;
	}
}
