/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	display: flex;
	flex-direction: column;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
	--font: 'Inter', sans-serif;
	--font1: 'Rubik', sans-serif;
	--red: #CF0C3F;
	--dark-grey: #2E3D44;
	--light-grey: #909090;
	--black: #1E2229;
	--white: #ffffff;
}

* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100vh;
	font-family: var(--font);
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}

body.freeze {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.container {
	margin: 0 auto;
	padding: 0 2.7vw;
}

button,
input,
textarea {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font: inherit;
	cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.title-wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.title-wrapper .title {
	font-size: 1vw;
	color: var(--red);
	text-align: center;
	font-weight: 700;
}

.title-wrapper .subtitle {
	margin-top: 0.8vw;
	text-align: center;
	color: var(--dark-grey);
	font-size: 3.5vw;
	font-weight: 800;
	letter-spacing: -1.407px;
}

.title-wrapper .backtitle {
	position: absolute;
	top: -4vw;
	left: 50%;
	z-index: -10;
	color: var(--dark-grey);
	font-size: 8.26vw;
	font-weight: 800;
	line-height: 12vw;
	letter-spacing: -2.368px;
	text-align: center;
	white-space: nowrap;
	opacity: 0.05;
	transform: translateX(-50%);
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding-top: 1.5vw;
}

.header .container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header-logo {
	/*width: 4.4vw;*/
	width: 33.4vw;
	height: 5.2vw;
	flex-shrink: 0;
	display: block;
	overflow: hidden;
}

.header .header-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header .mobile-menu {
	display: flex;
	align-items: center;
	margin-left: 4.5vw;
	width: 100%;
}

.header .mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

.header .header-nav {
	display: flex;
	align-items: center;
	margin-right: 4.5vw;
}

.header .header-nav .header-nav__link {
	margin-left: 2.7vw;
	color: #2E3D44;
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	text-transform: uppercase;
	text-decoration: none;
}

.header .header-nav .header-nav__link:first-of-type {
	margin-left: 0;
}

.header .header-btn {
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.1vw 1.6vw;
	color: #FFF;
	font-family: var(--font1);
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	text-transform: uppercase;
	border-radius: 4.445px;
	background: var(--red);
	text-decoration: none;
	transition: .3s;
	border: 1px solid var(--red);
}
.header .header-btn:hover {
	color: var(--red);
	background: #FFF;
}
.header .burger {
	position: relative;
	z-index: 100;
	display: none;
	width: 50px;
	height: 50px;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.header .burger.active {
	position: fixed;
	top: 20px;
	right: 20px;
}

.header .burger.active span:nth-of-type(1) {
	width: 30px;
	transform: rotate(45deg);
}

.header .burger.active span:nth-of-type(2) {
	width: 30px;
	margin-top: -2px;
	transform: rotate(-45deg);
}

.header .burger.active span:nth-of-type(3) {
	display: none;
}

.header .burger span {
	width: 22px;
	height: 2px;
	margin-top: 5px;
	border-radius: 2px;
	background-color: #000000;
}

.header .burger span:first-of-type {
	margin-top: 0;
}

.top {
	position: relative;
	z-index: 10;
	padding: 11.2vw 0 4.5vw;
	background-image: url('./images/img1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.top::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -10;
	width: 100%;
	height: 101%;
	background-image: url('./images/img.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: multiply;
	transform: translateX(21.5vw);
}

.top .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1vw;
}

.standart-page .top .container {
	display: none;
}

.standart-page .header .socials .socials__title {
	color: #2E3D44;
}

@media (min-width: 769px) {
	.standart-page .top {
		padding: 3.5vw 0 4.5vw;
	}
	
	.standart-page .top::before {
		content: none;
	}
}

@media (max-width: 768px) {
	.standart-page .top {
		padding: 49px 0 49px;
	}
	
	.standart-page .top::before {
		right: -800px;
	}
}

.top .top__title {
	color: var(--dark-grey);
	font-size: 4.87vw;
	font-weight: 800;
	line-height: 69.662px;
	letter-spacing: -1.024px;
}

.top .top__txt {
	grid-column: 1/3;
	color: var(--black);
	font-size: 1.2vw;
	line-height: 2vw;
}

.top .top-form {
	position: relative;
	grid-row: 1/2;
	grid-column: 2/3;
	width: 36.7vw;
	height: 5.2vw;
	justify-self: end;
}

.top .top-form .top-form__input {
	width: 100%;
	height: 100%;
	padding: 0 2.4vw;
	color: var(--dark-grey);
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	/*border-radius: 52.214px;*/
	border-radius: 100px;
	background: #FFF;
}

.top .top-form .top-form__input:focus::placeholder {
	color: transparent;
}

.top .top-form .top-form__input::placeholder {
	color: var(--light-grey);
}

.top .top-form .top-form__btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 5.2vw;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .top-form .top-form__btn::before {
	content: '';
	width: 1.64vw;
	height: 1.57vw;
	background-image: url('./images/loupe.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.media {
	padding: 5.6vw 0;
	background: var(--white);
	overflow: hidden;
}

.media .tag-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.2vw;
}

.media .tag-list .tag-list__item {
	margin-left: 1vw;
	padding: 0.6vw 0.9vw;
	color: var(--dark-grey);
	font-size: 1vw;
	font-weight: 500;
	line-height: 1.1vw;
	text-transform: uppercase;
	border-radius: 3.391px;
	background: transparent;
	cursor: pointer;
}

.media .tag-list .tag-list__item:first-of-type {
	margin-left: 0;
}

.media .tag-list .tag-list__item.active {
	color: var(--white);
	background: #CF0C3F;
}

.media .media-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.6vw 1.2vw;
	margin-top: 3vw;
}

.media .media-list .media-list__item.hide {
	display: none;
}

.media .media-list .media-list__link {
	text-decoration: none;
}

.media .media-list .img-wrapper {
	position: relative;
	width: 100%;
	height: 19.7vw;
	border-radius: 4.445px;
	overflow: hidden;
}

.media .media-list .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media .media-list .img-wrapper .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 4.3vw;
	height: 4.3vw;
	background-image: url('./images/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.media .media-list .img-wrapper .play-btn:hover .round1 {
	width: 10.7vw;
	height: 10.7vw;
}

.media .media-list .img-wrapper .play-btn:hover .round2 {
	width: 8.8vw;
	height: 8.8vw;
}

.media .media-list .img-wrapper .play-btn:hover .round3 {
	width: 7vw;
	height: 7vw;
}

.media .media-list .img-wrapper .play-btn .round1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -10;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	border: 0.89px solid var(--red);
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0.2;
}

.media .media-list .img-wrapper .play-btn .round2 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -10;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	border: 0.89px solid var(--red);
	transform: translate(-50%, -50%);
	transition: 0.4s;
	opacity: 0.5;
}

.media .media-list .img-wrapper .play-btn .round3 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -10;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	border: 0.89px solid var(--red);
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.media .media-list .media-list__title {
	max-width: 28.2vw;
	margin-top: 0.8vw;
	color: var(--black);
	font-size: 1.1vw;
	font-weight: 700;
	line-height: 1.52vw;
}

.media .media-list .media-list__date {
	margin-top: 0.8vw;
	color: var(--light-grey);
	font-size: 0.9vw;
	font-weight: 500;
	line-height: 1.5vw;
}

.media .more-btn {
	display: none;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0;
	padding: 10px 36px;
	color: #FFF;
	font-family: var(--font1);
	font-size: 13px;
	font-weight: 500;
	line-height: 23.115px;
	text-transform: uppercase;
	border-radius: 4.445px;
	background: var(--red);
}

.standart-page-section {
	position: relative;
	padding: 5.6vw 0;
	overflow: hidden;
}

.news {
	position: relative;
	padding: 5.6vw 0;
	background: #F5F5F5;
	overflow: hidden;
}

.standart-page-section .text-wrapper {
	margin-top: 4vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
	position: relative;
}

.news .news-list-container,
.news .news-slider {
	margin-top: 4vw;
	border: 0.889px solid rgba(177, 177, 177, 0.3);
	border-top-width: 0;
	background: #F5F5F5;
	overflow: hidden;
}

.news .news-list {
	display: flex;
}

.news .news-list-container .news-list {
	flex-wrap: wrap;
}

.news .news-list .news-list__item {
	padding: 3vw 2.2vw 3.7vw;
	height: auto;
	display: flex;
	flex-direction: column;
	border-right: 0.889px solid rgba(177, 177, 177, 0.3);
	border-top: 0.889px solid rgba(177, 177, 177, 0.3);
}

.news .news-list-container .news-list__item {
	flex: 33% 1 0;
}

@media (max-width: 768px) {
	.news .news-list-container .news-list__item {
		flex: 100% 1 0;
	}
}

.news .news-list .news-list__date {
	color: var(--dark-grey);
	font-size: 3.6vw;
	font-weight: 800;
	line-height: 2.02vw;
	letter-spacing: -0.445px;
}

.news .news-list .news-list__date span {
	font-size: 1vw;
}

.news .news-list .news-list__title {
	margin-top: 3vw;
	color: var(--dark-grey);
	font-size: 1.2vw;
	font-weight: 700;
	line-height: 1.8vw;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news-list .news-list__title > a {
	color: inherit;
	text-decoration: none;
}

.news .news-list .news-list__txt {
	margin-top: 1.5vw;
	margin-bottom: auto;
	max-width: 22.2vw;
	color: #666;
	font-size: 1.1vw;
	line-height: 1.52vw;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.news .news-list .news-list__link {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 3vw;
	color: var(--red);
	font-family: var(--font1);
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	text-transform: uppercase;
	text-decoration: none;
}

.news .news-list .news-list__link::after {
	content: '';
	width: 1.4vw;
	height: 0.6vw;
	margin-left: 0.9vw;
	background-position: center;
	background-image: url('./images/arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.news .news-slider-btns-wrapper {
	position: absolute;
	top: 9vw;
	right: 2.7vw;
	z-index: 10;
	display: flex;
	align-items: center;
}

.news .news-slider-btns-wrapper .news-slider-pagination {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	width: 3vw;
	color: #000000;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: normal;
}

.news .news-slider-btns-wrapper .news-slider-button-prev {
	width: 2.2vw;
	height: 2.2vw;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.news .news-slider-btns-wrapper .news-slider-button-prev::before {
	content: '';
	width: 1.34vw;
	height: 1.04vw;
	background-image: url('./images/arrow1.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-180deg);
}

.news .news-slider-btns-wrapper .news-slider-button-next {
	width: 2.2vw;
	height: 2.2vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}

.news .news-slider-btns-wrapper .news-slider-button-next::before {
	content: '';
	width: 1.34vw;
	height: 1.04vw;
	background-image: url('./images/arrow1.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.news .news-btn {
	margin-left: auto;
	margin-top: 2.2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5vw 3.1vw;
	color: var(--red);
	font-family: var(--font1);
	font-size: 1vw;
	font-weight: 500;
	line-height: 1vw;
	text-transform: uppercase;
	border-radius: 4.445px;
	border: 0.889px solid var(--red);
	width: fit-content;
	text-decoration: none;
}

.footer {
	position: relative;
	z-index: 10;
	padding: 3vw 0 1.7vw;
	background-color: var(--dark-grey);
	overflow: hidden;
	margin-top: auto;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 101%;
	background-image: url('./images/img2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateX(-38vw);
}

.footer .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1vw;
	margin-left: 22vw;
}

.footer .footer__title {
	color: var(--white);
	font-size: 2.75vw;
	font-weight: 800;
	line-height: 3.08vw;
	letter-spacing: -0.581px;
}

.footer .footer__txt {
	grid-column: 1/3;
	color: #8498A0;
	font-size: 0.9vw;
	line-height: 1.5vw;
}

.header .socials {
	margin-left: auto;
}

.header .socials,
.footer .socials {
	grid-row: 1/2;
	grid-column: 2/3;
	display: flex;
	align-items: center;
	justify-self: end;
}

.header .socials .socials__title,
.footer .socials .socials__title {
	color: var(--white);
	font-size: 1vw;
	font-weight: 700;
}

.header .socials .socials-list,
.footer .socials .socials-list {
	display: flex;
	align-items: center;
	margin-left: 1vw;
}

.header .socials .socials-list .socials-list__item,
.footer .socials .socials-list .socials-list__item {
	margin-left: 0.6vw;
}

.header .socials .socials-list .socials-list__item:first-of-type,
.footer .socials .socials-list .socials-list__item:first-of-type {
	margin-left: 0;
}

.header .socials .socials-list .socials-list__link,
.footer .socials .socials-list .socials-list__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1vw;
	height: 2.1vw;
	overflow: hidden;
}

.header .socials .socials-list .socials-list__link img,
.footer .socials .socials-list .socials-list__link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.header .socials .socials__title {
		/*color: #2E3D44;*/
		display: none;
	}
	
	.header .socials .socials-list .socials-list__link {
		width: 5.1vh;
		height: 5.1vh;
	}
	
	.container {
		padding: 0 20px;
	}
	
	.title-wrapper .title {
		font-size: 12px;
		line-height: 23.11px;
	}
	
	.title-wrapper .subtitle {
		font-size: 32px;
	}
	
	.title-wrapper .backtitle {
		font-size: 54.134px;
		line-height: 108.268px;
		letter-spacing: -1.592px;
	}
	
	.header {
		padding-top: 20px;
	}
	
	.header .header-logo {
		/*width: 49px;*/
		width: auto;
		max-width: 270px;
		height: 59px;
	}
	
	.header .mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		padding: 50px 20px 110px;
		/*padding: 50px 20px 50px;*/
		width: 100%;
		height: 100vh;
		margin: 0;
		flex-direction: column;
		align-items: flex-start;
		background: #F5F5F5;
		opacity: 0;
		visibility: hidden;
		justify-content: space-between;
	}
	
	.header .header-nav {
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
	}
	
	.header .header-nav .header-nav__link {
		margin-left: 0;
		margin-top: 24px;
		font-size: 24px;
		line-height: 140%;
		font-weight: 700;
	}
	
	.header .header-btn {
		padding: 10px 36px;
		margin-top: 48px;
		margin-left: 0;
		font-size: 13px;
		line-height: 23.115px;
	}
	
	.header .burger {
		display: flex;
	}
	
	.top {
		padding: 120px 0 145px;
		background: #ffffff;
	}
	
	.top::before {
		right: -260px;
		width: 1446px;
		height: 733px;
		background-image: url('./images/img13.jpg');
		transform: translateX(0);
	}
	
	.top .container {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	
	.top .top__title {
		font-size: 47px;
		line-height: 61.162px;
	}
	
	.top .top__txt {
		grid-column: auto;
		margin-top: 16px;
		max-width: 80%;
		font-size: 16.002px;
		line-height: 25.819px;
	}
	
	.top .top__txt br {
		display: none;
	}
	
	.top .top-form {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		height: 70px;
		margin-top: 54px;
	}
	
	.top .top-form .top-form__input {
		padding: 0 32px;
		font-size: 14px;
		line-height: 22.67px;
	}
	
	.top .top-form .top-form__btn {
		width: 70px;
	}
	
	.top .top-form .top-form__btn::before {
		width: 21px;
		height: 22px;
	}
	
	.media {
		/*padding: 40px 0 110px;*/
		padding: 40px 0 40px;
	}
	
	.media .tag-list {
		display: none;
	}
	
	.media .media-list {
		margin-top: 36px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.media .media-list .media-list__item {
		display: none;
	}
	
	.media .media-list .media-list__item:nth-of-type(1),
	.media .media-list .media-list__item:nth-of-type(2),
	.media .media-list .media-list__item:nth-of-type(3),
	.media .media-list .media-list__item:nth-of-type(4) {
		display: block;
	}
	
	.media .media-list .img-wrapper {
		height: 216px;
		border-radius: 3.627px;
	}
	
	.media .media-list .img-wrapper .play-btn {
		width: 47px;
		height: 47px;
	}
	
	.media .media-list .img-wrapper .play-btn .round1 {
		display: none;
	}
	
	.media .media-list .img-wrapper .play-btn .round2 {
		display: none;
	}
	
	.media .media-list .img-wrapper .play-btn .round3 {
		display: none;
	}
	
	.media .media-list .media-list__title {
		margin-top: 10px;
		max-width: none;
		font-size: 14px;
		line-height: 15.503px;
	}
	
	.media .media-list .media-list__date {
		margin-top: 10px;
		font-size: 12px;
		line-height: 18.498px;
	}
	
	.media .more-btn {
		display: flex;
	}
	
	.standart-page-section {
		/*padding: 40px 0 110px;*/
		padding: 40px 0 40px;
	}
	
	.news {
		/*padding: 40px 0 110px;*/
		padding: 40px 0 40px;
	}
	
	.news .news-slider {
		margin-top: 36px;
		margin-left: -20px;
		width: calc(100% + 40px);
		padding: 0 20px;
		border: none;
	}
	
	.news .news-list .news-list__item {
		padding: 30px 20px 40px;
		width: 300px;
		border: 0.633px solid rgba(177, 177, 177, 0.3);
		border-right: none;
	}
	
	.news .news-list .news-list__item:last-of-type {
		border: 0.633px solid rgba(177, 177, 177, 0.3);
	}
	
	.news .news-list .news-list__date {
		font-size: 34.051px;
		line-height: 19.361px;
		letter-spacing: -0.317px;
	}
	
	.news .news-list .news-list__date span {
		font-size: 10.128px;
	}
	
	.news .news-list .news-list__title {
		margin-top: 28px;
		max-width: 220px;
		font-size: 11.394px;
		line-height: 16.142px;
		-webkit-line-clamp: 3;
	}
	
	.news .news-list .news-list__txt {
		margin-top: 14px;
		max-width: 220px;
		font-size: 9.968px;
		line-height: 14.559px;
		-webkit-line-clamp: 8;
	}
	
	.news .news-list .news-list__link {
		margin-top: 40px;
		font-size: 8.862px;
		line-height: 16.458px;
	}
	
	.news .news-list .news-list__link::after {
		margin-left: 10px;
		width: 14px;
		height: 6px;
	}
	
	.news .news-slider-btns-wrapper {
		display: none;
	}
	
	.news .news-btn {
		margin: 40px auto 0;
		padding: 10px 36px;
		font-size: 13px;
		line-height: 23.115px;
	}
	
	.footer {
		padding: 32px 0 36px;
	}
	
	.footer::before {
		left: -3px;
		width: 90px;
		height: 100%;
		background-image: url('./images/img12.png');
		transform: translateX(0);
	}
	
	.footer .container {
		grid-template-columns: 1fr;
		grid-gap: 0;
		margin-left: 80px;
	}
	
	.footer .footer__title {
		font-size: 27px;
		line-height: 35.638px;
	}
	
	.footer .footer__txt {
		grid-column: auto;
		margin-top: 20px;
		font-size: 12px;
		line-height: 20.892px;
	}
	
	.header .socials {
		margin-top: 48px;
		margin-left: 0;
	}
	
	.footer .socials {
		grid-column: auto;
		grid-row: auto;
		margin-top: 40px;
		justify-self: start;
	}
	
	.footer .socials .socials__title {
		font-size: 14px;
		line-height: 22.67px;
	}
	
	.footer .socials .socials-list {
		margin-left: 16px;
	}
	
	.footer .socials .socials-list .socials-list__item {
		margin-left: 10px;
	}
	
	.footer .socials .socials-list .socials-list__link {
		width: 27px;
		height: 27px;
	}
}

@media (max-width: 600px) {
	.top::before {
		right: -650px;
	}
	
	.media .media-list {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}
	
	.media .media-list .media-list__item:nth-of-type(1),
	.media .media-list .media-list__item:nth-of-type(2),
	.media .media-list .media-list__item:nth-of-type(3) {
		display: block;
	}
}

.bx-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.bx-pagination .pages {
	font-family: var(--font);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #575757;
	display: block;
	margin-right: 15px;
}

.bx-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.bx-pagination ul li {
	min-width: 28px;
	min-height: 28px;
	padding: 0px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	margin-left: 3px;
	margin-top: 0;
}

.bx-pagination ul li.bx-active {
	background-color: var(--red);
	pointer-events: none;
}

.bx-pagination ul li.bx-active span {
	color: #FFFFFF;
}

.bx-pagination ul li a {
	font-family: var(--font);
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #151515;
}

.search-page {
}

.news-detail {
}

.news-detail p {
	line-height: 1.6;
	margin-top: 15px;
}

.news-detail > p.date {
	display: block;
	font-style: italic;
	margin-bottom: 20px;
}

.back-button {
	position: absolute;
	margin-left: -11vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	color: var(--red);
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	border-radius: 3px;
	border: 1px solid var(--red);
	cursor: pointer;
	text-decoration: none;
}

.back-button_fixed {
	position: fixed;
	top: 30px;
}

.search-page > form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.search-query {
	font-size: 14px;
	padding: 15px 20px;
	border: 1px solid var(--red);
	border-radius: 3px;
	width: calc(100% - 95px);
}

.search-button {
	border-radius: 3px;
	font-size: 14px;
	padding: 15px 30px;
	border: 1px solid var(--red);
	background: var(--red);
	color: #fff;
	margin-left: -10px;
	display: block;
}

.search-page .search-item a {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
}

.search-page .search-item .search-preview {
	margin-bottom: 10px;
}

.search-page .search-item .search-item-date {
	font-style: italic;
}

.search-page .search-item:not(:last-child) {
	margin-bottom: 30px;
}

.search-page .search-result {
	margin-top: 10px;
}

@media screen and (max-width: 1300px) {
	.back-button {
		display: none;
	}
}


.mediaContent .fancybox__content {
	padding: 0;
	margin: 0;
	aspect-ratio: 1.77778 / 1;
	width: auto !important;
}

