@charset "UTF-8";
/* Common */
/* Raleway */
@import url("icons.css");
@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-ExtraBold.woff2") format("woff2"), url("fonts/Raleway-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* Raleway italic */
@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-SemiBoldItalic.woff2") format("woff2"), url("fonts/Raleway-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway-MediumItalic.woff2") format("woff2"), url("fonts/Raleway-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@keyframes imageSwap-1 {
	0% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	15% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	30% {
		-webkit-transform: translateX(90%);
		        transform: translateX(90%);
		z-index: 2;
	}
	45% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
	}
	60% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
	100% {
		-webkit-transform: translate(10%, 0);
		        transform: translate(10%, 0);
		z-index: 1;
	}
}

@-webkit-keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@keyframes imageSwap-2 {
	0% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
	15% {
		-webkit-transform: translateX(10%);
		        transform: translateX(10%);
	}
	30% {
		-webkit-transform: translateX(-90%);
		        transform: translateX(-90%);
		z-index: 1;
	}
	45% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
	100% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
		z-index: 2;
	}
}

@-webkit-keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes SlideUpFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/*************/
/* Defaults */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

menu, ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-moz-text-size-adjust: none;
	 -ms-text-size-adjust: none;
	     text-size-adjust: none;
	/* Предотвращение автоматического изменения размера шрифта */
	-webkit-text-size-adjust: none;
}

html.no-scroll {
	overflow: hidden;
	scrollbar-gutter: stable;
}

html.no-scroll body {
	background-color: #CACACB;
}

html.no-scroll .header {
	-webkit-overflow-scrolling: auto;
}

body {
	font-family: "Raleway", sans-serif;
	min-width: calc(360 * 1px);
	/* px-to-viewport-ignore */
	font-style: normal;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 110%;
	color: #1C1C1C;
	background: #F5F5F6;
	font-variant-numeric: lining-nums;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	        font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

:root {
	--raleway: Raleway, sans-serif;
	--header-height: 10vw;
}

.wrapper {
	max-width: 533.33333vw;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	justify-content: flex-start;
	padding: var(--header-height) 0 0;
}

.news-article-page .wrapper,
.video-page .wrapper,
.photogallery-page .wrapper,
.biography-page .wrapper {
	overflow: unset;
}

.privacy-page .wrapper {
	padding: 0;
}

.container {
	max-width: none;
	padding-left: 2.22222vw;
	padding-right: 2.22222vw;
	width: 100%;
	margin: 0 auto;
}

.fancybox-active {
	overflow: hidden !important;
}

.hidden {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin: 0;
}

textarea,
select,
button,
input,
a:focus,
a:hover,
a {
	color: inherit;
	transition: 0.3s;
	outline: 0;
	text-decoration: none;
}

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

[href^="tel:"] {
	white-space: nowrap;
}

img, svg {
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none !important;
}

p {
	margin: 0;
}

button, input, select, textarea {
	font-family: inherit;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

::placeholder {
	opacity: 1;
	color: inherit;
}

source {
	display: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #1C1C1C #CACACB;
}

::-webkit-scrollbar {
	width: calc(4 * 1px);
	height: calc(4 * 1px);
}

::-webkit-scrollbar-track {
	background: #CACACB;
	border-radius: calc(12 * 1px);
}

::-webkit-scrollbar-thumb {
	background-color: #1C1C1C;
	border-radius: calc(12 * 1px);
}

@media (max-width: 767px) {
	.d-desktop {
		display: none !important;
	}
}

/***********/
/* Blocks */
[data-more-hidden] {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.d-none {
	display: none !important;
}

.card-all {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 95%;
	letter-spacing: -0.04em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	grid-gap: 0;
	color: #fff;
	background: #ED131C;
	height: 100%;
	border-radius: 3.33333vw;
	padding: 2.22222vw;
	transition: all .3s;
}

.card-all:hover {
	color: #fff;
	background: #1C1C1C;
}

.card-all:active, .card-all:focus {
	color: #fff;
	background: #262626;
}

/***********/
/* Common */
.sup {
	vertical-align: super;
}

.hide-scrollbar {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
}

.hide-scrollbar::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.hidden {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.link-hover {
	display: inline-block;
	position: relative;
}

.link-hover, .link-hover a {
	text-decoration: none !important;
}

.link-hover:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link-hover:before {
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

.link-hover:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.link-unhover {
	display: inline-block;
	position: relative;
}

.link-unhover, .link-unhover a {
	text-decoration: none !important;
}

.link-unhover:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link-unhover:before {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}

.link-unhover:hover:before {
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	-webkit-transform-origin: bottom right;
	        transform-origin: bottom right;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	margin: 0;
}

h2 {
	font-weight: 600;
	font-size: 11.11111vw;
	line-height: 100%;
	letter-spacing: -0.01em;
	font-variant-numeric: lining-nums;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	content: '';
	font-size: inherit;
	line-height: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	padding: 0.5em;
}

.button {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 100%;
	text-decoration: none !important;
	border: 0;
	cursor: pointer;
}

.button, .button * {
	transition: 0.2s;
}

.button_rounded {
	min-height: 6.66667vw;
	border: 1px solid transparent;
	border-radius: 1.66667vw;
	padding-left: 2.77778vw;
	padding-right: 2.77778vw;
}

.button_bordered {
	border: 0.75px solid #A0A3A6;
}

.button_red {
	color: white;
	background: #ED131C;
	border-color: #ED131C;
}

.button_red:hover {
	color: #1C1C1C;
	background: white;
	border-color: white;
}

.button_white {
	color: #1C1C1C;
	background: white;
}

.button_white:hover {
	color: white;
	background: #1C1C1C;
}

.button_gray {
	color: #1C1C1C;
	background: #D9D9D9;
}

.button_gray:hover {
	color: white;
	background: #1C1C1C;
}

.button_black {
	color: white;
	background: #1C1C1C;
}

.button_black:hover {
	color: #1C1C1C;
	background: white;
	border-color: white;
}

.button_icon {
	position: relative;
	transition: all .2s;
	overflow: hidden;
}

.button_icon .button-arrow {
	width: 1.11111vw;
	height: 1.11111vw;
	flex: 0 0 auto;
	font-size: 1.11111vw;
	display: none;
}

.button_icon-white {
	color: #1C1C1C;
	background: white;
}

.button_icon-white:hover {
	color: #DCDDDE;
	background: #1c1c1c;
}

.button_icon-white:hover .button-arrow {
	-webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(49%) hue-rotate(169deg) brightness(94%) contrast(90%);
	        filter: brightness(0) saturate(100%) invert(96%) sepia(5%) saturate(49%) hue-rotate(169deg) brightness(94%) contrast(90%);
}

.button_icon-black {
	color: white;
	background: #1C1C1C;
}

.button_icon-black:hover {
	color: white;
	background: #1C1C1C;
	justify-content: space-between;
}

.button[disabled] {
	overflow: hidden;
	position: relative;
	z-index: 2;
	cursor: not-allowed;
	isolation: isolate;
}

.button[disabled]:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	mix-blend-mode: saturation;
}

.button-decor {
	position: relative;
	overflow: hidden;
	border-radius: 1.66667vw;
}

.button-decor__item {
	min-height: 6.66667vw;
	padding-left: 2.77778vw;
	padding-right: 2.77778vw;
}

.button-decor__item_hidden {
	min-height: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	-webkit-transform: translate3d(0, 110%, 0);
	        transform: translate3d(0, 110%, 0);
}

.button-decor__item-black {
	color: white;
	background: #1C1C1C;
}

.button-decor__item-gray {
	color: #1C1C1C;
	background: rgba(119, 120, 121, 0.3);
}

.button-decor__item-lightgray {
	color: #1C1C1C;
	background: #F5F5F6;
}

.button-decor__item-red {
	color: white;
	background: #ED131C;
}

.button-decor__item-white {
	color: #1C1C1C;
	background: white;
}

.button-decor__item-white:hover {
	color: #1C1C1C;
}

@media (hover: hover) {
	.button-decor:hover .button-decor__item_visible {
		-webkit-transform: translate3d(0, -110%, 0);
		        transform: translate3d(0, -110%, 0);
	}
	.button-decor:hover .button-decor__item_hidden {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@media (hover: none) {
	.button-decor .button-decor__item_visible {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	.button-decor .button-decor__item_hidden {
		-webkit-transform: translate3d(0, 110%, 0);
		        transform: translate3d(0, 110%, 0);
	}
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
}

.popup_opened {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 100;
}

.popup__overlay {
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	background-attachment: scroll;
	background: rgba(28, 28, 28, 0.9);
	backdrop-filter: blur(5.55556vw);
}

.popup_opened .popup__overlay {
	opacity: 1;
}

.popup__inner {
	min-height: 100%;
	display: flex;
	overflow: auto;
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.popup__container {
	width: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
}

.popup__container {
	background: transparent;
	overflow: hidden;
	gap: 2.77778vw;
	justify-content: center;
}

.popup__buttons {
	z-index: 2;
	display: flex;
	justify-content: center;
	margin: 5.55556vw 0 0;
}

.popup__buttons-button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.popup__buttons-close {
	font-size: 6.94444vw;
	width: 15vw;
	height: 15vw;
	background: white;
	border-radius: 50%;
}

.popup .swiper-slide {
	width: 100%;
}

.popup .swiper-nav-arrows {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: 2.77778vw 0 0;
}

.popup .swiper-nav-arrows .swiper-button {
	background: rgba(0, 0, 0, 0.2);
	width: 15vw;
	height: 15vw;
	flex: 0 0 15vw;
}

.zoom-hover {
	--zoom-hover: 1.1;
	overflow: hidden;
}

.zoom-hover-bg {
	transition: 1s;
}

.zoom-hover:hover .zoom-hover-bg {
	-webkit-transform: scale(var(--zoom-hover));
	        transform: scale(var(--zoom-hover));
}

.show-hover {
	position: relative;
}

.show-hover-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.2s;
}

.show-hover-bg:hover {
	opacity: 1;
}

.show-hover-bg img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper {
	overflow: visible;
}

.swiper-default .swiper-nav-arrows {
	display: none;
}

.swiper:not(.swiper-initialized) {
	display: flex;
	opacity: 0;
}

.swiper-gallery {
	position: relative;
}

.swiper-slide {
	height: auto;
}

.swiper-pagination {
	display: flex;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.52);
}

.swiper-pagination-bullet-active {
	background: white;
}

.swiper-horizontal > .swiper-scrollbar {
	height: calc(2 * 1px) !important;
	border-radius: 5.55556vw;
	overflow: hidden;
	top: 100%;
	bottom: 0;
	background: #B1B1B1;
	margin: 2.22222vw 0 0;
	z-index: 1;
}

.swiper-scrollbar-drag {
	cursor: pointer;
	background: #1C1C1C;
}

.swiper-nav-arrows {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	margin: 0 auto;
}

.swiper-nav-arrows .swiper-button {
	cursor: pointer;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(1.66667vw);
	-webkit-backdrop-filter: blur(1.66667vw);
	transition: background 0.3s ease-in-out;
	pointer-events: auto;
	z-index: 10;
	width: 11.11111vw;
	height: 11.11111vw;
	flex: 0 0 11.11111vw;
}

.swiper-nav-arrows .swiper-button i {
	width: 11.11111vw;
	height: 11.11111vw;
	flex: 0 0 auto;
	font-size: 11.11111vw;
}

.swiper-nav-arrows .swiper-button:hover {
	background: #FFFFFF;
}

.swiper-nav-arrows .swiper-button:hover i {
	-webkit-filter: grayscale(100%) brightness(0%) contrast(0.9);
	        filter: grayscale(100%) brightness(0%) contrast(0.9);
}

.swiper-nav-arrows .swiper-button-disabled {
	opacity: 0;
}

/* Form */
.form__title {
	font-weight: 600;
	font-size: 7.22222vw;
	line-height: 110%;
	margin-bottom: 5.55556vw;
}

.form__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.66667vw;
}

.form__item_textarea {
	position: relative;
	display: inline-block;
	max-height: 63.05556vw;
}

.form__item_textarea-pull {
	position: absolute;
	right: 2.22222vw;
	bottom: 2.22222vw;
}

.form__item_textarea-pull i {
	width: 3.33333vw;
	height: 3.33333vw;
	font-size: 3.33333vw;
	flex: 0 0 auto;
}

.form__item_textarea textarea {
	padding: 3.33333vw 4.16667vw;
	min-height: 15vw;
	max-height: 83.33333vw;
	overflow-y: auto;
	resize: vertical;
}

@media (max-width: 767px) {
	.form__item_textarea textarea:focus {
		height: 63.05556vw;
	}
}

.form__item_textarea textarea::-webkit-resizer {
	display: none;
}

.form__item_button {
	min-height: 6.66667vw;
}

.form__item_button button {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 1;
	min-height: 10vw;
	border: 0;
}

.form__item_button button:disabled {
	background: gray;
	border-color: gray;
}

.form__input {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 5vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	width: 100%;
	min-height: 10vw;
	color: #1C1C1C;
	padding: 0 3.05556vw;
	background-color: #fff;
	outline: none;
	border: none;
	border-radius: 2.22222vw;
}

.form__input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: rgba(160, 163, 166, 0.45);
}

.form__input::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: rgba(160, 163, 166, 0.45);
}

.form__input::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: rgba(160, 163, 166, 0.45);
}

.form__input:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(160, 163, 166, 0.45);
}

.form__input.error {
	border: 1px solid #ff2626;
}

.form__input.error::-webkit-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::-ms-input-placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error::placeholder {
	/* Chrome/Opera/Safari/Firefox */
	color: #ff2626;
}

.form__input.error:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff2626;
}

.form__footer {
	position: relative;
	display: block;
	font-size: 5.55556vw;
	cursor: pointer;
	margin: 4.44444vw 0 0;
}

.form__footer-checkbox {
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.33333vw;
	height: 8.33333vw;
	border-radius: 2.63889vw;
	background: white;
	border: 1px solid;
	border-color: white;
}

.form__footer-checkbox input {
	display: none;
}

.form__footer-checkbox-icon {
	opacity: 0;
	transition: 0.1s;
}

:checked ~ .form__footer-checkbox-icon {
	opacity: 1;
}

.form__footer-text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: #1C1C1C;
	opacity: 0.5;
	padding-left: 10.55556vw;
}

.form__footer-text a {
	color: inherit;
	text-decoration: underline;
}

/* Blocks */
.breadcrumbs {
	font-weight: 500;
	font-size: 3.33333vw;
	line-height: 120%;
	display: flex;
	justify-content: flex-start;
	gap: 2.77778vw;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.breadcrumbs__item {
	position: relative;
}

.breadcrumbs__item:hover {
	color: #626262;
}

.breadcrumbs__item:not(:last-child)::after {
	content: '/';
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% + 0.55556vw);
}

.breadcrumbs__item:last-child {
	color: #626262;
}

.header {
	padding-top: 1.66667vw;
	padding-bottom: 1.66667vw;
	width: 100%;
	background: #F5F5F6;
}

.header_common {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.22222vw;
}

.header__logo {
	width: 6.66667vw;
	height: 6.66667vw;
	flex: 0 0 auto;
}

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

.header__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5.27778vw;
	order: 2;
	position: relative;
}

.header__box::after {
	content: '';
	position: absolute;
	top: 0;
	left: -7.77778vw;
	background: linear-gradient(to left, #F5F5F6, transparent);
	z-index: 2;
	width: 5.55556vw;
	height: 100%;
}

.header__search {
	cursor: pointer;
}

.header__search i {
	width: 4.44444vw;
	height: 4.44444vw;
	font-size: 4.44444vw;
	flex: 0 0 auto;
}

.header__menu {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14.72222vw;
	color: #fff;
	background: #1C1C1C;
	height: 6.66667vw;
}

.header__menu-text-open, .header__menu-text-close {
	display: none;
}

.header__menu-button-icon-menu {
	font-size: 5.55556vw;
}

.header__menu-button-icon-close {
	font-size: 5.55556vw;
	transition: all .3s;
}

.popup-header.popup_opened .header__menu-button-icon-menu, .header__menu-button-icon-close {
	position: absolute;
	left: -2777.5vw;
	opacity: 0;
}

.popup-header.popup_opened .header__menu-button-icon-close {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-filter: grayscale(100%) brightness(0%) contrast(0.9);
	        filter: grayscale(100%) brightness(0%) contrast(0.9);
	position: static;
	opacity: 1;
}

.header__nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
}

.header__nav-scrolled {
	z-index: 3;
}

.header__nav-link {
	font-size: 3.33333vw;
	white-space: nowrap;
	min-width: -webkit-fit-content;
	min-width: fit-content;
}

.header__nav-link .button-decor__item {
	min-height: 6.66667vw;
	border-radius: 1.66667vw;
}

.header__nav-link_red {
	border: 1px solid #ED131C;
}

.header__nav-link_red .button-decor__item_visible {
	color: #ED131C;
}

.header__nav-link.current .button-decor__item_visible {
	-webkit-transform: translate3d(0, -110%, 0);
	        transform: translate3d(0, -110%, 0);
}

.header__nav-link.current .button-decor__item_hidden {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.structure__items {
	-webkit-columns: 2;
	   -moz-columns: 2;
	        columns: 2;
	-webkit-column-gap: 1.11111vw;
	   -moz-column-gap: 1.11111vw;
	        column-gap: 1.11111vw;
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	        break-inside: avoid-column;
	overflow: hidden;
}

.structure__item {
	position: relative;
	border-radius: 3.33333vw;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1.11111vw;
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	        break-inside: avoid;
	transition: all .3s;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-mask: radial-gradient(circle 3.33333vw at left top, black 100%, transparent) right 3.33333vw bottom 3.33333vw, radial-gradient(circle 3.33333vw at right bottom, black 100%, transparent) left 3.33333vw top 3.33333vw, radial-gradient(circle 3.33333vw at right top, black 100%, transparent) left 3.33333vw bottom 3.33333vw, radial-gradient(circle 3.33333vw at left bottom, black 100%, transparent) right 3.33333vw top 3.33333vw, linear-gradient(to top, black, black);
	        mask: radial-gradient(circle 3.33333vw at left top, black 100%, transparent) right 3.33333vw bottom 3.33333vw, radial-gradient(circle 3.33333vw at right bottom, black 100%, transparent) left 3.33333vw top 3.33333vw, radial-gradient(circle 3.33333vw at right top, black 100%, transparent) left 3.33333vw bottom 3.33333vw, radial-gradient(circle 3.33333vw at left bottom, black 100%, transparent) right 3.33333vw top 3.33333vw, linear-gradient(to top, black, black);
}

.structure__item[data-href] {
	cursor: pointer;
}

@media (max-width: 767px) {
	.structure__item:nth-child(odd of .structure__item) {
		height: 44.44444vw;
	}
	.structure__item:nth-child(even of .structure__item) {
		height: 61.38889vw;
	}
}

.structure__item-white {
	color: #fff;
}

.structure__item-black {
	color: #1C1C1C;
}

.structure__item-black .structure__item-text {
	color: rgba(28, 28, 28, 0.5);
}

.structure__item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	backdrop-filter: blur(1.38889vw);
	-webkit-backdrop-filter: blur(1.38889vw);
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

.structure__item-content {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 3.33333vw 1fr;
	padding: 2.22222vw;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.structure__item-bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.structure__item-video {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
}

.structure__item-video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.structure__item-top {
	display: contents;
}

.structure__item-logo {
	max-height: 3.33333vw;
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.structure__item-name {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 90%;
	letter-spacing: -0.05em;
	text-align: center;
	align-self: center;
}

.structure__item-text {
	color: #fff;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 110%;
	text-align: center;
	align-self: center;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: none;
}

.structure__item-button {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
	max-width: 30.83333vw;
	justify-self: center;
	align-self: flex-end;
	order: 2;
	display: none;
}

@media (hover: hover) {
	.structure__item:hover::before {
		opacity: 1;
	}
	.structure__item:hover .structure__item-name {
		display: none;
	}
	.structure__item:hover .structure__item-text {
		display: block;
	}
	.structure__item:hover .structure__item-button {
		display: flex;
	}
	.structure__item-white:hover .structure__item-text {
		color: white;
	}
	.structure__item-black:hover .structure__item-text {
		color: #1C1C1C;
	}
}

.structure__item.hover_effect::before {
	opacity: 1;
}

.structure__item.hover_effect .structure__item-name {
	display: none;
}

.structure__item.hover_effect .structure__item-text {
	display: block;
}

.structure__item.hover_effect .structure__item-button {
	display: flex;
}

.structure__item-black.hover_effect .structure__item-text {
	color: #1C1C1C;
}

.structure__more {
	font-weight: 600;
	font-size: 3.33333vw;
	display: flex;
	min-width: 30.83333vw;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	margin: 2.22222vw auto 0;
	min-height: 5.55556vw;
	background: #DCDDDE;
}

.structure__more span {
	transition: 0s;
}

.projects {
	padding-bottom: 15.55556vw;
}

.projects__block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5.55556vw;
}

.projects__block-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
}

.projects__block-count {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 3.05556vw;
	line-height: 100%;
	letter-spacing: -0.01em;
	border: 1px solid #000;
	border-radius: 1.66667vw;
	min-width: 6.94444vw;
	height: 5.55556vw;
}

.projects__block-button {
	max-width: 30.83333vw;
}

.projects__block-text, .projects__block-button {
	display: none;
}

.projects__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.94444vw;
}

.projects__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.94444vw;
	height: 100%;
	padding: 2.22222vw;
	border-radius: 3.33333vw;
	background: #E0E1E5;
	min-height: 49.72222vw;
	transition: all .3s;
}

.projects__item[href=""] {
	cursor: default;
}

.projects__item-wrap {
	display: grid;
	grid-template-rows: 5.55556vw 1fr auto;
	text-align: center;
	grid-gap: 1.38889vw;
	height: 100%;
}

.projects__item-image {
	position: relative;
	border-radius: 3.33333vw;
	overflow: hidden;
	max-height: 45.27778vw;
}

.projects__item-image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 3.33333vw;
	backdrop-filter: blur(1.38889vw);
	overflow: hidden;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.projects__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.projects__item-image-button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 4;
	max-width: 28.88889vw;
	opacity: 0;
}

.projects__item-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.77778vw;
}

.projects__item-logo {
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 0.62778vw;
	flex: 0 0 5.55556vw;
}

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

.projects__item-tag {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 1;
	border: 0.5px solid #A0A3A6;
	border-radius: 1.66667vw;
	height: 5.55556vw;
	min-width: 28.88889vw;
	margin-left: auto;
}

.projects__item-name {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 100%;
	letter-spacing: -0.05em;
	align-self: center;
}

.projects__item-text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 110%;
	color: rgba(0, 0, 0, 0.5);
}

.projects__item-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 0.83333vw;
	background: #D0D0D1;
}

.projects__item-more i {
	width: 1.11111vw;
	height: 1.11111vw;
	flex: 0 0 auto;
	font-size: 1.11111vw;
}

.projects__item-button {
	max-width: 28.88889vw;
}

.projects__item:hover {
	background: var(--hover-project-item-bg, #E0E1E5);
}

.projects__item:hover .projects__item-logo {
	background: #fff !important;
}

.projects__item:hover .projects__item-tag {
	border-color: rgba(255, 255, 255, 0.8);
}

.projects__item:hover .projects__item-more {
	background: #fff;
}

.projects__item:hover .projects__item-more i {
	-webkit-filter: grayscale(100%) brightness(0%) contrast(0.9);
	        filter: grayscale(100%) brightness(0%) contrast(0.9);
}

.projects__item:hover .projects__item-image-button {
	opacity: 1;
}

.projects__item:hover .projects__item-image::after {
	opacity: 1;
}

.forums {
	padding-bottom: 11.11111vw;
}

.forums__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.88889vw;
}

.forums__block-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 1.11111vw;
}

.forums__block-count {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 3.05556vw;
	line-height: 100%;
	letter-spacing: -0.01em;
	border: 1px solid #000;
	border-radius: 1.66667vw;
	min-width: 6.94444vw;
	height: 5.55556vw;
}

.forums__block-button {
	max-width: 30.83333vw;
}

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

.forums__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 2.22222vw;
	padding: 2.22222vw;
	border-radius: 3.33333vw;
	min-height: 62.77778vw;
	text-align: center;
	transition: all .3s;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.forums__item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0.77%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	left: 0;
	right: 0;
}

.forums__item:hover {
	color: #fff;
}

.forums__item-name {
	font-weight: 500;
	font-size: 5.55556vw;
	line-height: 95%;
	text-align: center;
	letter-spacing: -0.04em;
	z-index: 2;
}

.forums__item-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 2;
}

.forums__item-tag {
	font-weight: 600;
	font-size: 2.22222vw;
	line-height: 110%;
	max-width: 28.88889vw;
	border: 0.75px solid #A0A3A6;
	border-radius: 1.66667vw;
	padding-left: 1.38889vw;
	padding-right: 1.38889vw;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	line-height: 120%;
	width: 28.88889vw;
	height: 5.55556vw;
}

.forums__item-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 0.83333vw;
	background: #fff;
}

.forums__item-more i {
	width: 1.11111vw;
	height: 1.11111vw;
	flex: 0 0 auto;
	font-size: 1.11111vw;
	display: block;
}

.forums__item-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all .3s;
}

.forums__item-bg-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
}

.forums__item-bg-blur {
	position: absolute;
	-webkit-filter: blur(2.77778vw);
	        filter: blur(2.77778vw);
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
	height: 35%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.career {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.career__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 5.55556vw 2.77778vw 3.33333vw;
	border-radius: 3.33333vw;
	min-height: 40vw;
	color: #fff;
	background: #ED131C url("../img/career/bg.png") 50% 50% no-repeat;
	background-size: cover;
}

.career__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.11111vw;
	font-weight: 600;
	font-size: 7.77778vw;
	line-height: 76%;
	text-align: center;
	letter-spacing: -0.005em;
}

.career__box-images {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.career__box-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	-webkit-animation: 6s cubic-bezier(0.7, 0, 0.3, 1) infinite;
	        animation: 6s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

.career__box-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.career__box-image_1 {
	-webkit-animation-name: imageSwap-1;
	        animation-name: imageSwap-1;
}

.career__box-image_2 {
	-webkit-animation-name: imageSwap-2;
	        animation-name: imageSwap-2;
}

.career__button {
	max-width: 33.61111vw;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
}

.video__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.11111vw;
}

.video__item {
	cursor: pointer;
	position: relative;
	height: 133.33333vw;
	border-radius: 2.5vw;
	overflow: hidden;
	color: white;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 100%;
}

.video__item-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.22222vw;
	z-index: 2;
}

.video__item::after {
	content: '';
	position: absolute;
	backdrop-filter: blur(2.77778vw);
	-webkit-backdrop-filter: blur(2.77778vw);
	width: 100%;
	height: 35%;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(to top, rgba(28, 28, 28, 0.38), rgba(28, 28, 28, 0));
	mask-image: linear-gradient(to top, black 45%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, black 45%, transparent 100%);
	display: none;
}

.video__item video,
.video__item iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video__item-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.video__item-image-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video__item-preview {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.video__item-preview img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video__item-preview video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video__item-text {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
}

.video__item-text-title {
	font-weight: 600;
	font-size: 8.88889vw;
	line-height: 88%;
	letter-spacing: -0.05em;
}

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

.video__item-play {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 15vw;
	height: 15vw;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(1.38889vw);
	-webkit-backdrop-filter: blur(1.38889vw);
	border-radius: 50%;
	transition: all .3s;
}

.video__item-play i {
	width: 15vw;
	height: 15vw;
	font-size: 15vw;
	flex: 0 0 auto;
}

.video__item-play:hover {
	background: white;
}

.video__item-play:hover span {
	color: white;
}

.video__item-play:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.intro__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 39.72222vw;
}

@media (max-width: 767px) {
	.intro__inner {
		padding-top: 7.77778vw;
		padding-bottom: 7.77778vw;
	}
}

.intro__title {
	font-weight: 600;
	font-size: 15vw;
	line-height: 76%;
	letter-spacing: -0.07em;
}

.intro__count {
	font-weight: 600;
	font-size: 15vw;
	line-height: 76%;
	letter-spacing: -0.07em;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	        font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	color: #E3E3E3;
	align-self: flex-end;
	display: none;
}

.intro__text {
	font-weight: 600;
	font-size: 15vw;
	line-height: 90%;
	letter-spacing: -0.05em;
	color: #E3E3E3;
	align-self: flex-end;
}

.intro__next {
	width: 11.11111vw;
	height: 11.11111vw;
	position: relative;
	align-self: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.intro__next-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #DCDDDE;
}

.intro__next-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.intro__next-progress-timebar {
	transition: stroke-dashoffset 0.25s linear;
}

.intro-bottom .intro__inner {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3.88889vw;
	border-radius: 1.66667vw;
	background: #fff;
	padding-top: 6.66667vw;
	padding-bottom: 6.66667vw;
}

@media (max-width: 767px) {
	.intro-bottom .intro__inner {
		margin: 0 -2.22222vw;
	}
}

.intro-bottom .intro__title {
	text-align: center;
}

.intro-bottom .intro__box {
	display: flex;
	justify-content: space-between;
	gap: 1.38889vw;
}

.intro-bottom .intro__box_1 {
	align-items: flex-start;
}

.intro-bottom .intro__box_2 {
	align-items: flex-end;
}

.filter {
	padding: 0 2.22222vw 2.77778vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
}

@media (max-width: 767px) {
	.filter {
		margin: 0 -2.22222vw;
	}
	.filter [data-tab="Все"] {
		min-width: 15vw;
	}
}

.filter__tab {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 110%;
	border: 1px solid rgba(119, 120, 121, 0.3);
	cursor: pointer;
	white-space: nowrap;
	min-width: 31.11111vw;
	width: auto;
}

.filter__tab .button-decor__item {
	min-height: 6.66667vw;
}

.filter__tab-active {
	border-color: #1C1C1C;
}

.filter__tab_red {
	color: #ED131C;
	border-color: #ED131C;
}

.filter__tab-active .button-decor__item_visible {
	-webkit-transform: translate3d(0, -110%, 0);
	        transform: translate3d(0, -110%, 0);
}

.filter__tab-active .button-decor__item_hidden {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.search__icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 6.66667vw;
}

.search__icon i {
	width: 4.44444vw;
	height: 4.44444vw;
	font-size: 4.44444vw;
	flex: 0 0 auto;
}

.search__form.focused .search__form-field {
	border-color: #1C1C1C;
}

.search__form.focused .search__form-button-search {
	display: none;
}

.search__form.focused .search__form-button-close {
	display: flex;
}

.search__form-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.77778vw;
	background: #FFFFFF;
	border: 0.5px solid rgba(17, 23, 34, 0.2);
	border-radius: 1.66667vw;
	padding: 1.38889vw 2.22222vw;
	min-height: 8.33333vw;
}

.search__form-field:hover {
	border-color: #A0A3A6;
}

.search__form-input {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 145%;
	width: 100%;
	border: 0;
	background: none;
	padding: 0;
}

.search__form-input::-webkit-input-placeholder, .search__form-input::-webkit-input-placeholder {
	color: #878A90;
}

.search__form-input::placeholder, .search__form-input::-webkit-input-placeholder {
	color: #878A90;
}

.search__form-button {
	cursor: pointer;
}

.search__form-button-search {
	text-decoration: none !important;
	border: 0;
	background-color: transparent;
}

.search__form-button-close {
	display: none;
}

.search__result {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
	margin: 4.44444vw 0 0;
	max-height: 108.88889vw;
	height: 100%;
	overflow-y: auto;
	scrollbar-width: initial;
	scrollbar-color: initial;
}

.search__result-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2.22222vw;
	min-height: 8.88889vw;
	padding: 1.11111vw;
	border-radius: 1.66667vw;
}

.search__result-item:is(a):hover {
	background: white;
}

.search__result-item-page {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 1;
	max-width: 28.88889vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	color: #A0A3A6;
}

.search__result-item-name {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 145%;
	flex: 0 0 auto;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 53.33333vw;
	width: 100%;
}

.footer {
	padding-top: 3.33333vw;
	padding-bottom: 6.38889vw;
}

.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 8.33333vw;
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 110%;
	color: rgba(28, 28, 28, 0.5);
	background: #E0E1E5;
	border-radius: 3.88889vw;
	padding: 2.22222vw;
}

.footer-contacts__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6.66667vw;
}

.footer-contacts__head p {
	color: #1C1C1C;
}

.footer-contacts__item {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.footer-contacts__item ul {
	color: #1C1C1C;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4.44444vw;
}

.footer-contacts__title {
	letter-spacing: -0.02em;
	margin-bottom: 2.22222vw;
}

.footer-contacts__feedback {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
}

.footer-contacts__feedback-message {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.footer-contacts__text {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
}

.footer-contacts__text-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.footer-contacts__text-item p:first-child {
		max-width: 40.27778vw;
	}
}

.footer-contacts__text .footer-contacts__text-item + .footer-contacts__text-item {
	margin: 1.94444vw 0 0;
}

.footer-social {
	display: flex;
	flex-direction: column;
	gap: 13.33333vw;
}

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

.footer-social__text p {
	order: 2;
}

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

.footer-social__box p {
	display: none;
}

.footer-social__items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.94444vw;
}

.footer-social__item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 8.33333vw;
	height: 8.33333vw;
	border-radius: 2.63889vw;
	background: #1C1C1C;
}

.footer-social__item-icon {
	width: 8.33333vw;
	height: 8.33333vw;
	flex: 0 0 auto;
	font-size: 8.33333vw;
}

.footer-button-top {
	width: 8.33333vw;
	height: 8.33333vw;
	border-radius: 2.63889vw;
}

.footer-button-top i {
	width: 8.33333vw;
	height: 8.33333vw;
	flex: 0 0 auto;
	font-size: 8.33333vw;
}

.footer-button-top:hover {
	background: #1C1C1C;
}

.footer-page {
	padding-top: 2.22222vw;
	padding-bottom: 3.88889vw;
}

.footer-page .footer__box {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: #1C1C1C;
	opacity: 0.5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.11111vw;
}

/* Popups */
.popup-header .popup__overlay {
	background: #1C1C1C;
}

.popup-header .popup__inner {
	padding-top: 0;
}

.popup-header .popup__container {
	width: 100%;
	margin: auto;
}

.popup-header .header {
	width: auto;
	margin: 0 calc(2.22222vw * -1);
	background: #1C1C1C;
}

.popup-header .header__menu {
	background: #E0E1E5;
}

.popup-header .header__nav,
.popup-header .header__box::after,
.popup-header .header__search {
	display: none;
}

.popup-header__box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 11.11111vw;
	margin-top: 11.11111vw;
}

.popup-header__menu {
	color: white;
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: -0.04em;
}

@media (max-width: 767px) {
	.popup-header__menu {
		margin: 0 -2.22222vw;
	}
}

.popup-header__menu-title {
	margin-bottom: 4.16667vw;
}

.popup-header__menu-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5.55556vw 0 0;
}

.popup-header__menu-items {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.popup-header__menu-items i {
	width: 4.44444vw;
	height: 4.44444vw;
	flex: 0 0 auto;
	font-size: 4.44444vw;
}

.popup-header__menu-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-basis: 100%;
}

@media (max-width: 767px) {
	.popup-header__menu-item {
		padding: 2.22222vw 1.94444vw;
	}
	.popup-header__menu-item:hover {
		background: #454545;
		border-radius: 1.66667vw;
	}
}

.popup-header__tabs {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.11111vw;
}

.popup-header__tab {
	color: #fff;
}

.popup-header__tab_3 {
	order: 2;
}

.popup-header__tab-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #454545;
	border-radius: 1.66667vw;
	padding: 2.5vw 2.22222vw;
}

.popup-header__tab-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 0.83333vw;
	background: #fff;
}

.popup-header__tab-button i {
	width: 1.11111vw;
	height: 1.11111vw;
	flex: 0 0 auto;
	font-size: 1.11111vw;
}

.popup-header__tab h3 {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 100%;
	letter-spacing: -0.04em;
}

.popup-header__tab ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5.55556vw 1.66667vw 2.77778vw;
}

.popup-header__tab li {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 110%;
}

.popup-header__tab li + li {
	margin-top: 5.55556vw;
}

.popup-header__tab-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
}

.popup-header__tab_opened .popup-header__tab-top {
	background: #ED131C;
}

.popup-header__tab_opened .popup-header__tab-button {
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	        transform: rotate3d(0, 0, 1, 90deg);
}

.popup-header__tab_opened .popup-header__tab-content {
	max-height: 308.61111vw;
	overflow: visible;
	opacity: 1;
}

.popup-header .footer-contacts {
	color: rgba(162, 162, 162, 0.5);
	background: #454545;
}

.popup-header .footer-contacts__head p,
.popup-header .footer-contacts__item ul {
	color: white;
}

.popup-header .footer-contacts .form__footer-text {
	color: #a2a2a2;
}

.popup-header .footer-contacts .form__button {
	background: #ED131C;
}

.popup-search {
	bottom: auto;
}

.popup-search .popup__inner {
	padding-top: 0;
	padding-bottom: 0;
}

.popup-search .popup__overlay {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(5.55556vw);
}

.popup-search .popup__container {
	width: 100%;
	margin: 0;
	justify-content: flex-start;
	gap: 0;
}

.popup-search .header {
	width: auto;
	margin: 0 calc(2.22222vw * -1);
	background: white;
}

.popup-search__box {
	padding: 8.33333vw 0;
}

.popup-photogallery__content {
	max-width: 93.33333vw;
	height: auto;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.popup-photogallery__content img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.popup-video-block .popup__inner {
	height: 100vh;
	padding-left: 2.22222vw;
	padding-right: 2.22222vw;
}

.popup-video-block .popup__container {
	padding-left: 0;
	padding-right: 0;
	min-height: 100%;
	width: 100%;
}

.popup-video-block__content {
	flex-grow: 1;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 3.33333vw;
}

.popup-video-block__card {
	width: 100%;
}

.popup-video-block__card video,
.popup-video-block__card iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.popup-article-photo .popup__inner {
	height: 100vh;
	padding-left: 2.22222vw;
	padding-right: 2.22222vw;
}

.popup-article-photo .popup__container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
	overflow: hidden;
}

.popup-article-photo__slider {
	position: relative;
	padding-top: 5.55556vw;
}

.popup-article-photo__slider-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.popup-article-photo__slider-photo {
	height: 59.44444vw;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.popup-article-photo__slider-text {
	color: #A0A3A6;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 100%;
}

.popup-page-video .popup__inner {
	height: 100vh;
	padding-left: 2.22222vw;
	padding-right: 2.22222vw;
}

.popup-page-video .popup__container {
	padding-left: 0;
	padding-right: 0;
	min-height: 100%;
}

.popup-page-video__items {
	position: relative;
}

.popup-page-video__items .swiper-nav-arrows {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 2.77778vw 0 0;
}

.popup-page-video__items .swiper-button {
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12.91667vw);
}

.popup-page-video__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 100%;
}

.popup-page-video__item-count {
	margin: 0 auto;
}

.popup-page-video__item-video {
	position: relative;
	border-radius: 4.44444vw;
	overflow: hidden;
	height: 70vh;
}

.popup-page-video__item-video-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}

.popup-page-video__item-video video,
.popup-page-video__item-video iframe {
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: 2;
}

.popup-page-video__item-text {
	color: #A0A3A6;
	display: grid;
	grid-template-columns: 63.33333vw auto;
}

.popup-page-video__item-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.popup-page-video__item-box:nth-child(2) {
	align-items: flex-end;
}

.popup-page-photogallery .popup__inner {
	height: 100vh;
	padding-left: 2.22222vw;
	padding-right: 2.22222vw;
}

.popup-page-photogallery .popup__container {
	padding-left: 0;
	padding-right: 0;
	justify-content: space-between;
	min-height: 100%;
}

.popup-page-photogallery__block {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
}

.popup-page-photogallery__counter {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
	text-align: center;
}

.popup-page-photogallery__photos-item {
	width: 100%;
	height: 59.44444vw;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.popup-page-photogallery__photos-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.popup-page-photogallery__name {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
	color: #A0A3A6;
	text-align: center;
	margin: 2.77778vw 0 0;
}

.popup-page-photogallery__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.11111vw;
	z-index: 11;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
}

.popup-page-photogallery__download {
	display: inline-block;
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	background: #ED131C;
}

.popup-page-photogallery__download i {
	width: 15vw;
	height: 15vw;
	flex: 0 0 auto;
	font-size: 15vw;
}

.popup-page-photogallery__social {
	position: relative;
	display: none;
}

.popup-page-photogallery__social.active .popup-page-photogallery__social-box {
	display: flex;
}

.popup-page-photogallery__social-box {
	position: absolute;
	right: 0;
	bottom: 17.77778vw;
	display: flex;
	flex-direction: column;
	gap: 1.86111vw;
	background: #ECEDF0;
	padding: 2.5vw;
	border-radius: 3.33333vw 3.33333vw 0.83333vw 3.33333vw;
	min-width: 49.16667vw;
	box-shadow: 0px 1.11111vw 1.11111vw rgba(0, 0, 0, 0.14);
	display: none;
}

.popup-page-photogallery__social-icon {
	width: 5.55556vw;
	height: 5.55556vw;
	border-radius: 1.11111vw;
	transition: all .2s;
}

.popup-page-photogallery__social-icon-black {
	background: #1C1C1C;
}

.popup-page-photogallery__social-icon i {
	width: 5.55556vw;
	height: 5.55556vw;
	flex: 0 0 auto;
	font-size: 5.55556vw;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.popup-page-photogallery__social-button {
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
}

.popup-page-photogallery__social-button i {
	width: 15vw;
	height: 15vw;
	flex: 0 0 auto;
	font-size: 15vw;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.popup-page-photogallery__social a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1.11111vw;
}

.popup-page-photogallery__social span {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 120%;
}
