html {
	box-sizing: border-box;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

html * {
	max-height: 1000000px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

a[href^="http"]:empty::before {
	content: attr(href);
}

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

label,
button,
input,
select {
	cursor: pointer;
}

label[for] {
	cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.slick-slide:focus {
	outline: none;
}

a,
button {
	cursor: pointer;
}

.btn_default {
	appearance: none;
	border-radius: 0;
	border: none;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	transition: 0.275s ease-in-out;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy-Regular.woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy-Medium.woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy-Semibold.woff2");
	font-weight: 600;
	font-style: normal;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body,
html {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

html {
	/* font-size: 16px; */
	font-size: 0.8333333333vw;
}

body {
	line-height: 1.4;
	font-family: "Gilroy", sans-serif;
	font-weight: 500;
	color: #1a1a1a;
}

a {
	transition: 0.25s;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
	-webkit-appearance: none;
}

.btn_menu {
	position: relative;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border: navajowhite;
}

.btn_menu span {
	height: 2px;
	width: 60%;
	background: #000;
	margin: auto;
	position: absolute;
	transition: 0.275s ease-in-out;
	bottom: 0;
	top: 0;
}

.btn_menu span:nth-child(1) {
	top: -13px;
	width: 32.5%;
	transform: translate(2px, 0);
}

.btn_menu span:nth-child(3) {
	top: 16px;
	width: 32.5%;
	transform: translate(-2px, 0);
}

.btn_menu.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 0;
	width: 50%;
}

.btn_menu.active span:nth-child(2) {
	opacity: 0;
}

.btn_menu.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 0;
	width: 50%;
}

.btn__close {
	width: 40px;
	height: 40px;
	position: relative;
	display: flex;
	cursor: pointer;
}

.btn__close:before,
.btn__close:after {
	content: "";
	display: block;
	position: absolute;
	width: 65%;
	height: 1.25px;
	background: #fff;
	margin: auto;
	transform: rotate(45deg);
	transition: 0.25s;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.btn__close:after {
	transform: rotate(-45deg);
}

.modal_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: 0.25s;
	cursor: pointer;
}

.modal_overlay.active {
	pointer-events: all;
	opacity: 0.5;
	z-index: 5;
}

.modal__menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	transform: translate(-100%, 0);
	background: #fff;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: 0.25s;
	cursor: pointer;
	width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: scroll;
	background: #08041a;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.modal__menu::-webkit-scrollbar {
	display: none;
}

.modal__menu.active {
	transform: translate(0%, 0);
	pointer-events: all;
	opacity: 1;
	z-index: 10;
}

.header__menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.modal__menu__x ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

body.js__body__lock {
	position: fixed;
	width: 100%;
}

.header_main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	right: 0;
	padding: 2rem 0;
}

.main_footer {
	background: #1a1a1a;
	color: #fff;
	padding-top: 2.5rem;
	overflow: hidden;
}

.footer__top {
	position: relative;
	padding-bottom: 3.95rem;
}

.footer__bottom {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__contact__link {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: lowercase;
	color: inherit;
	text-decoration: none;
}

.footer__contact__link:hover {
	color: #e8322b;
}

.footer_bg {
	position: absolute;
	top: -7.45rem;
	left: -4rem;
	right: 0;
	margin: auto;
	width: 22.5rem;
	pointer-events: none;
	z-index: 1;
}

.footer__contact {
	display: flex;
	justify-content: space-between;
}

.footer__contact__phones {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.65rem;
}

.container {
	padding: 0 1.25rem;
	max-width: 117.5rem;
	margin: 0 auto;
}

.title_x {
	font-family: "Playfair Display SC", serif;
	font-weight: 400;
	font-size: 7.5rem;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.title_x--center {
	text-align: center;
}

.title_row__index {
	font-family: "Playfair Display SC", serif;
	position: absolute;
	left: 0;
	top: 1.2rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 0.9;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
}

.__red {
	color: #e8322b;
	font-style: normal;
}

.form_field__view {
	font-weight: 500;
	font-size: 1.25rem;
	color: rgba(250, 250, 250, 0.5);
	position: absolute;
	pointer-events: none;
	left: 0.25rem;
	top: 1.2rem;
	background: #1a1a1a;
	padding: 0 0.75rem;
}

.title_row {
	position: relative;
}

.title_row--footer {
	margin-top: 6.05rem;
}

.footer_form {
	max-width: 56.81rem;
	margin: 0 auto;
	margin-top: 3.65rem;
	margin-bottom: 3.5rem;
}

.form_row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.form_field {
	flex: 1;
	display: block;
	position: relative;
}

.form_group {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.form_field__input {
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1rem;
	padding: 1.25rem 1.425rem;
	color: inherit;
	font-size: 1.25rem;
	line-height: 1.3;
}

.form_field__input:hover {
	border-color: #fff;
}

.form_field__input:focus {
	border-color: #fff;
}

.loaded .form_field__input {
	transition: 0.275s ease-in-out;
}

textarea.form_field__input {
	height: 9.2rem;
	resize: none;
}

.btn_footer_form {
	width: 100%;
}

.btn_x {
	border-radius: 0.75rem;
	padding: 0.7rem 1rem;
	background: #e8322b;
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	display: inline-flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}

.form_row--btn {
	margin-top: -0.4rem;
}

.form_row--agree {
	text-align: center;
	justify-content: center;
	margin-top: 1rem;
}

.form_row--agree__text {
	font-weight: 500;
	font-size: 0.88rem;
	color: rgba(250, 250, 250, 0.5);
	text-align: center;
}

.form_row--agree__text a {
	color: #e8322b;
}

.form_row--agree__text a:hover {
	color: #fff;
	text-decoration: none;
}

.footer__bottom__row {
	display: flex;
	justify-content: space-between;
	padding: 2.55rem 0;
	align-items: flex-start;
}

.footer__bottom__logo {
	font-size: 0;
	width: 3.6rem;
}

.footer__bottom__logo img {
	width: 100%;
	height: auto;
}

.footer__bottom__col--2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.footer__bottom__partners__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 1.85rem;
}

.footer__bottom__col--3 {
	width: 20rem;
	justify-content: flex-end;
	display: flex;
}

.footer__bottom__col--1 {
	width: 20rem;
}

.footer__bottom__partners__list {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.footer__bottom__partners__item {
	height: 2.5rem;
	width: auto;
}

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

.footer__bottom__partners__item:hover {
	opacity: 0.25;
}

.footer__bottom__row--bottom {
	margin-top: 2.35rem;
}

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

.footer__bottom__social__link {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	z-index: 1;
	position: relative;
	margin-right: -0.75rem;
	background: #1a1a1a;
	color: #fff;
}

.footer__bottom__social__link:last-child {
	margin: 0;
}

.footer__bottom__social__link:hover {
	background: #e8322b;
	z-index: 2;
	border-color: #e8322b;
}

.footer__bottom__social__link svg {
	width: 1.5rem;
	height: auto;
}

.footer__bottom__politic a {
	color: rgba(255, 255, 255, 0.5);
}

.footer__bottom__politic a:hover {
	color: #e8322b;
	text-decoration: none;
}

.footer__bottom__studio {
	font-size: 0;
	margin-top: -0.55rem;
	display: inline-flex;
	width: 8.15rem;
}

.footer__bottom__studio img {
	width: 100%;
	height: auto;
}

.footer__bottom__studio:hover {
	opacity: 0.5;
}

.btn_move__overlay span:after {
	content: attr(data-text);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
}

.btn_move__overlay {
	display: inline-flex;
	overflow: hidden;
	position: relative;
}

.btn_move:hover .btn_move__overlay span:after {
	opacity: 1;
}

.btn_move:hover .btn_move__overlay span {
	transform: translate(0, -100%);
}

.loaded .btn_move:hover .btn_move__overlay span {
	transition: 0.35s ease-in-out;
}

.btn_x:hover {
	background: #d63638;
}

.header_main__menu ul {
	list-style: none;
	display: flex;
	gap: 2.6rem;
}

.header_main__menu a {
	font-weight: 500;
	font-size: 1.25rem;
	color: #fafafa;
	text-decoration: none;
}

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

.home__hero__title {
	margin: 0;
	font-family: "Playfair Display SC", serif;
	font-weight: 400;
	font-size: 10rem;
	line-height: 1;
	text-transform: uppercase;
	margin-left: -0.375rem;
}

.home__hero {
	background: #1a1a1a;
	color: #fff;
	padding-top: 18.1rem;
	padding-bottom: 18rem;
	position: relative;
}

.home__hero__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home__hero__image--mobile {
	display: none;
}

.home__hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 25% 100%;
}

.page__wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.header__logo {
	display: flex;
	align-items: flex-start;
	width: 2.875rem;
	height: auto;
}

.header__logo img {
	width: 100%;
	height: auto;
}

.header_main__menu a:hover {
	color: #e8322b;
}

.home__hero__title span:nth-of-type(2) {
	margin-left: 57.85rem;
}

.home__hero__title span:nth-of-type(3) {
	margin-left: 5rem;
}

.home__hero__title i {
	font-style: normal;
}

.home__hero__text {
	position: absolute;
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	left: 1.25rem;
	top: 12.5rem;
	max-width: 28rem;
}

.home__hero .container {
	position: relative;
}

.home__about__image_1 {
	border-radius: 1rem;
	width: 56.88rem;
	aspect-ratio: 1.3383529412/1;
	overflow: hidden;
}

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

.home__about__image_2 {
	border-radius: 1rem;
	width: 27.81rem;
	overflow: hidden;
	aspect-ratio: 2.02254545455/1;
}

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

.title_x--2 {
	font-weight: 400;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	position: relative;
	z-index: 1;
}

.home__about {
	padding-top: 7.6rem;
	margin-bottom: 8.75rem;
}

.title_row--home__about {
	padding-left: 29rem;
	height: 6rem;
}

.title_x--2 span:nth-of-type(2) {
	margin-left: 29.2rem;
}

.title_x--2 i {
	font-style: normal;
}

.title_x--2 span:nth-of-type(3) {
	margin-left: 29.2rem;
}

.home__about__main {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	justify-content: space-between;
}

.home__about__text {
	position: absolute;
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
	left: 58.2rem;
	top: 12.75rem;
	max-width: 27.5rem;
	width: 100%;
}

.home__about__more {
	position: absolute;
	left: 58.2rem;
	bottom: 0;
	width: 27.75rem;
}

.home__about__text p {
	margin-bottom: 1.25rem;
}

.home__about__text p:last-child {
	margin-bottom: 0;
}

.btn_about {
	width: 100%;
}

.home__about__empty {
	flex: 1;
	max-width: 27.5rem;
	height: 100px;
	pointer-events: none;
}

.title_x--3 {
	font-weight: 400;
	font-size: 7.5rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	margin-left: 28.65rem;
}

.home__projects {
	background: #1a1a1a;
	padding: 7.65rem 0 8.8rem;
	color: #fff;
	margin-bottom: 2.5rem;
}

.home__projects__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.home__projects__card {
	flex: 1;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	aspect-ratio: 1/1.167;
	cursor: pointer;
}

.home__projects__card__title {
	font-family: "Playfair Display SC", serif;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.home__projects__card__image {
	width: 101%;
	max-width: none;
	height: 100%;
	background-size: cover;
	filter: saturate(0);
	background-repeat: no-repeat;
	background-position: 50%;
	pointer-events: none;
}

.home__projects__card__info {
	position: absolute;
	bottom: 1.13rem;
	z-index: 1;
	left: 1.25rem;
}

.home__projects__card__more {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	max-width: 13.3rem;
	bottom: -4.2rem;
}

.home__projects__card__inner {
	height: 100%;
}

.home__projects__text {
	position: absolute;
	left: 60.65rem;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.1;
	letter-spacing: -0.01em;
	max-width: 26rem;
}

.title_row--home__projects {
	margin-bottom: 3.65rem;
}

.home__projects__card:hover .home__projects__card__image {
	transform: scale(1.0175);
	filter: saturate(1);
}

.home__projects__card.active .home__projects__card__image {
	transform: scale(1.0175);
	filter: saturate(1);
}

.loaded .home__projects__card__image {
	transition: 0.275s ease-in-out;
}

.home__projects__card:hover .home__projects__card__info {
	transform: translate(0, -4.25rem);
}

.home__projects__card.active .home__projects__card__info {
	transform: translate(0, -4.25rem);
}

.home__projects__card:hover .home__projects__card__more {
	opacity: 1;
}

.home__projects__card.active .home__projects__card__more {
	opacity: 1;
}

.btn_home__projects__card {
	width: 100%;
}

.loaded .home__projects__card__info {
	transition: 0.275s ease-in-out;
}

.loaded .home__projects__card__more {
	transition: 0.275s ease-in-out 0.2s;
}

.home__space__card__title {
	font-size: 2.5rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	margin-bottom: 0.75rem;
}

.home__space__card {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	border-top: 1px solid #1a1a1a;
	padding: 1.25rem 0;
	gap: 1.25rem;
	border-bottom: 1px solid #1a1a1a;
}

.home__space__card__subtitle {
	font-size: 1.25rem;
	line-height: 0.9;
	color: rgba(26, 26, 26, 0.65);
	font-family: "Playfair Display SC", serif;
}

.home__space__card__text {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	margin-bottom: 1.175rem;
}

.home__space__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.home__space__card__image {
	aspect-ratio: 0.8507188743/1;
	border-radius: 1rem;
	width: 27.81rem;
	overflow: hidden;
	font-size: 0;
}

.home__space__card__info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.home__space__card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.btn_home__space__card__more {
	width: 100%;
}

.home__space__card__text p {
	margin-bottom: 1.175rem;
}

.home__space__card__text p:last-child {
	margin-bottom: 0;
}

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

.home__space {
	margin-bottom: 4.56rem;
	padding-top: 5rem;
}

.home__news__section {
	margin-bottom: 7.5rem;
}

.home__news__section__sliders {
	margin-top: 3.725rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
	position: relative;
}

.home__news__section__slider__col_1,
.home__news__section__slider__col_3 {
	width: 13.81rem;
	margin: 0 -0.25rem;
}

.home__news__section__slider--small_slide_content__image {
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 1/1;
	font-size: 0;
	margin-bottom: 1rem;
}

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

.home__news__section__slider--small_slide_content__date {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.01em;
	color: rgba(26, 26, 26, 0.5);
}

.home__news__section__slider__col_2 {
	width: 57.88rem;
}

.home__news__section__slider--main_slide_content__image {
	border-radius: 1rem;
	overflow: hidden;
	font-size: 0;
	aspect-ratio: 16/8.435;
	margin-bottom: 1rem;
}

.home__news__section__slider--small_slide_content__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 0.75rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.home__news__section__slider--main_slide_content__title {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 0.75rem;
}

.home__news__section__slider--main_slide_content__date {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.01em;
	color: rgba(26, 26, 26, 0.5);
}

.home__news__section__slider--main__dots {
	width: 100%;
	font-size: 0;
}

.home__news__section__slider--main {
	margin-bottom: 2.35rem;
}

.home__news__smi__item__image {
	background: #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13.3125rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	font-size: 0;
	overflow: hidden;
}

.home__news__smi__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.625rem;
	margin-top: 2.5rem;
}

.home__news__smi__item__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.home__news__smi__item {
	color: inherit;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1.27rem;
	position: relative;
}

.home__news__smi__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(26, 26, 26, 0.5);
}

.home__news {
	margin-bottom: 8.75rem;
	padding-top: 5.5rem;
}

.loaded .home__news__smi__item__image {
	transition: 0.275s ease-in-out;
}

.home__news__smi__item__image img {
	width: 72.5%;
	height: 20%;
	object-fit: contain;
}

.loaded .home__news__section__slider--main_slide_content__image img {
	transition: 0.275s ease-in-out;
}

.loaded .home__news__section__slider--small_slide_content__image img {
	transition: 0.275s ease-in-out;
}

.home__news__section__slider--main_slide_content:hover .home__news__section__slider--main_slide_content__image img {
	transform: scale(1.05);
}

.home__news__section__slider--small_slide_content:hover .home__news__section__slider--small_slide_content__image img {
	transform: scale(1.05);
}

.home__news__section__slider--main_slide_content {
	cursor: pointer;
	padding: 0 0.5rem;
}

.home__news__section__slider--small_slide_content {
	cursor: pointer;
	padding: 0 0.25rem;
}

.header_main.--fixed {
	backdrop-filter: blur(10px);
	background-color: #1a1a1a;
	padding: 1rem 0;
}

.header_main.--fixed .header__logo {
	width: 2.35rem;
}

.home__news__section__slider__arrows {
	position: absolute;
	right: 0;
	top: -5.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.home__news__section__slider__arrows button {
	background: transparent;
	border: none;
	font-size: 0;
	width: 1.5rem;
	aspect-ratio: 1/1;
}

.home__news__section__slider__arrows button:hover path {
	fill: #000;
	opacity: 0.3;
}

.home__news__section__slider__arrows path {
	transition: 0.275s ease-in-out;
}

.home__news__section__slider--main__dots button {
	background: #d9d9d9;
	height: 0.12rem;
	width: 100%;
	border: none;
}

.home__news__section__slider--main__dots ul {
	list-style: none;
	display: flex;
	gap: 0.75rem;
}

.home__news__section__slider--main__dots li {
	flex: 1;
}

.home__news__section__slider--main__dots .slick-active button {
	background: #1a1a1a;
}

.loaded .home__news__section__slider--main__dots button {
	transition: 0.275s ease-in-out;
}

.form_field__view.active {
	transform: translate(-0.65rem, -2rem) scale(0.6);
}

.loaded .form_field__view {
	transition: 0.275s ease-in-out;
}

.modal_default {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

.modal_news__content {
	max-width: 85.88rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	height: 100dvh;
	overflow: scroll;
	z-index: 2;
	transform: translate(0, 1.5rem);
	width: calc(100% - 16px);
}

.modal__content::-webkit-scrollbar {
	display: none;
}

.modal__content {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.modal_close {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 0.115rem solid rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 2.5rem;
	right: 1.9rem;
	z-index: 5;
	cursor: pointer;
}

.modal_close svg {
	width: 40%;
	height: auto;
}

.loaded .modal_close path {
	transition: 0.275s ease-in-out;
}

.modal_close:hover {
	background: #fff;
	border-color: #fff;
}

.modal_close:hover path {
	fill: #000;
}

.loaded .modal_close {
	transition: 0.275s ease-in-out;
}

.modal_news_title {
	font-size: 2.5rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	margin-bottom: 3.75rem;
}

.modal_news__media {
	margin-bottom: 3.75rem;
	font-size: 0;
	position: relative;
}

.modal_news_info {
	padding: 0 1.875rem;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 1;
	opacity: 0.6;
	cursor: pointer;
}

.dots_slider_x {
	position: absolute;
	left: 1.875rem;
	right: 1.875rem;
	bottom: 1.2rem;
	z-index: 2;
}

.dots_slider_x ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.dots_slider_x li {
	flex: 1;
}

.dots_slider_x button {
	width: 100%;
	height: 0.12rem;
	border: none;
	background: rgba(255, 255, 255, 0.3);
	font-size: 0;
}

.dots_slider_x button:hover {
	background: #fff;
}

.loaded .dots_slider_x button {
	transition: 0.275s ease-in-out;
}

.dots_slider_x .slick-active button {
	background: #fff;
}

.default__text {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
}

.default__text * {
	margin-bottom: 1.25rem;
}

.default__text p {
	margin-bottom: 1.5rem;
}

.modal_news_info--politic {
	padding-top: 2.75rem;
}

.default__text *:first-child {
	margin-top: 0;
}

.default__text h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

.default__text h2 {
	font-size: 1.35em;
	margin-bottom: 0.8rem;
	margin-top: 2.25rem;
}

.modal_news__slide__content {
	/* aspect-ratio: 2.6424615385/1; */
	width: 100%;
}

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

.modal_news__content__inner {
	position: relative;
	background: #fff;
	border-radius: 2.5rem;
	overflow: hidden;
	margin: 5rem 0;
}

.modal_news_text {
	max-width: 80rem;
	padding-bottom: 2.5rem;
}

.default__text p:last-child {
	margin-bottom: 0;
}

.loaded .modal_default {
	transition: 0.275s ease-in-out 0.3s;
}

.modal_default.open {
	opacity: 1;
	pointer-events: all;
	transition-delay: 0s;
}

.modal_default.open .modal__content {
	transform: translate(0, 0);
	opacity: 1;
}

.loaded .modal__content {
	transition: 0.275s ease-in-out;
}

body.modal-open {
	overflow: hidden;
}

.modal__content {
	max-width: 85.88rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	height: 100dvh;
	overflow: scroll;
	z-index: 2;
	transform: translate(0, 1.5rem);
	width: calc(100% - 16px);
	opacity: 0;
}

.modal__content__inner {
	position: relative;
	background: #fff;
	border-radius: 2.5rem;
	overflow: hidden;
	margin: 5rem 0;
}

.modal_default.open .modal__content {
	transition-delay: 0.3s;
}

.modal__content--about {
	padding: 0;
	max-width: 100%;
}

.modal_about_title {
	font-family: "Playfair Display SC", serif;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 2.45rem;
}

.modal__main__section {
	padding: 3.7rem 0;
	position: relative;
}

.modal__main__section--about {
	padding-left: 31rem;
}

.modal_about_text {
	max-width: 57rem;
}

.modal_about_section__title {
	position: absolute;
	left: 1.9rem;
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgba(26, 26, 26, 0.5);
}

.modal_about_section__list {
	margin-top: 3.75rem;
}

.modal_about_section__gallery_item {
	border-radius: 1rem;
	width: 13.31rem;
}

.modal_about_section__gallery_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.modal_about_section__gallery_item__image {
	height: 16.25rem;
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

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

.modal_close--about {
	color: #111;
	border-color: #111;
}

.modal_close--about path {
	fill: #111;
}

.modal_close--about:hover {
	background: #111;
	border-color: #111;
}

.modal_close--about:hover path {
	fill: #fff;
}

.modal_about_section__gallery_item.active {
	width: 27.81rem;
}

.loaded .modal_about_section__gallery_item {
	transition: 0.275s ease-in-out;
}

.modal_about_section__gallery_item__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 1.05rem;
	max-width: 27rem;
}

.modal_about_section__gallery_item.active .modal_about_section__gallery_item__title {
	height: auto;
	opacity: 1;
}

.loaded .modal_about_section__gallery_item__title {
	transition: 0.275s ease-in-out;
}

.modal_about_section__gallery_section {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-bottom: 0rem;
}

.modal_about_section__text {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.1;
	max-width: 58rem;
	margin-bottom: 2.05rem;
}

.modal_about_section--addinfo {
	margin-top: 5.2rem;
}

.btn_modal_about_section__more {
	width: 100%;
	max-width: 27.85rem;
}

.modal_close--dark {
	border-color: #111;
}

.modal_close--dark path {
	fill: #111;
}

.modal_close--dark:hover {
	background: #111;
	border-color: #111;
}

.modal_close--dark:hover path {
	fill: #fff;
}

.projects__full__section__block__title {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	width: 24rem;
}

.projects__full__section__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.projects__full__card {
	border-radius: 1rem;
	width: 29.06rem;
	cursor: pointer;
	flex: 0 0 auto;
}

.projects__full__card__image {
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 1.7113846154/1;
	font-size: 0;
	margin-bottom: 1rem;
	position: relative;
}

.projects__full__card__image img {
	width: 101%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	pointer-events: none;
}

.projects__full__card__title {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
}

.projects__full__section__inner {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 3.85rem;
	position: relative;
	padding-top: 1.25rem;
}

.projects__full__section__close {
	width: 3rem;
	height: 3rem;
	background: #e8322b;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	right: 0;
	position: absolute;
	top: 1.2rem;
	cursor: pointer;
}

.loaded .projects__full__section__close {
	transition: 0.275s ease-in-out;
}

.projects__full__section__close:hover {
	background: #d63638;
}

.projects__full__section__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 3.75rem;
}

.projects__full__section__block {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	position: relative;
}

.projects__full__section__block__arrows {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 4.45rem;
	gap: 0.75rem;
}

.loaded .projects__full__card__image img {
	transition: 0.2575s ease-in-out;
}

.projects__full__card:hover .projects__full__card__image img {
	transform: scale(1.0125);
}

.projects__full__section__block__arrows button {
	background: transparent;
	border: none;
	appearance: none;
	width: 1.5rem;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loaded .projects__full__section__block__arrows button path {
	transition: 0.275s ease-in-out;
}

.projects__full__section__block__arrows button:hover path {
	fill: #fff;
	opacity: 0.75;
}

.scrolling .projects__afisha__card__image {
	pointer-events: none;
}

.projects__afisha__card__image {
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 0.7034666667/1;
	display: block;
}

.projects__afisha__card__image img {
	width: 100.5%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	pointer-events: none;
}

.projects__afisha__card:hover .projects__afisha__card__image img {
	transform: scale(1.025);
	filter: none;
}

.loaded .projects__afisha__card img {
	transition: 0.325s ease-in-out;
}

.projects__afisha__card {
	cursor: pointer;
}

.projects__full__section {
	display: none;
}

.projects__about_movie_studio__title {
	font-size: 5rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
	margin-bottom: 1.9rem;
}

.projects__about_movie_studio__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5rem;
}

.projects__about_movie_studio__col_2 {
	position: relative;
	padding-left: 28.95rem;
	width: 100%;
}

.projects__about_movie_studio__logo {
	width: 13.25rem;
	height: 13.25rem;
	border-radius: 1rem;
	overflow: hidden;
	font-size: 0;
	position: absolute;
	left: 0;
}

.projects__about_movie_studio {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 3.55rem;
	padding-top: 3.25rem;
	padding-bottom: 7.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.projects__about_movie_studio__subtitle {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 5rem;
}

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

.projects__about_movie_studio__col_1 {
	margin-top: 14.5rem;
	width: 24rem;
}

.projects__about_movie_studio__image {
	aspect-ratio: 1.4103333333/1;
	width: 42.31rem;
	overflow: hidden;
	border-radius: 1rem;
	position: absolute;
	right: 0;
	top: 14.5rem;
}

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

.projects__about_movie_studio__info__block__title {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-bottom: 0.95rem;
}

.projects__about_movie_studio__info__block__text {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.75);
}

.projects__about_movie_studio__info {
	max-width: 27rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.projects__full__section__close svg {
	width: 27.5%;
	height: auto;
}

.projects__full__section__block__arrows button svg {
	width: 100%;
	height: auto;
}

.projects__full__section__block__2 {
	width: calc(100vw - 24rem - 5rem - 2.5rem);
	margin-right: calc(-1 * (100vw - 117.4999rem + 2.5rem) / 2);
}

div>.projects__full__card {
	padding-right: 1.25rem;
}

div>.projects__afisha__card {
	width: 14.44rem;
	padding-right: 1.25rem;
	flex: 0 0 auto;
}

.projects__full__section__block--full .projects__full__section__block__arrows {
	top: -4.35rem;
	right: 5rem;
	left: auto;
}

.projects__full__section__block--full .projects__full__section__block__2 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.modal__media__slider__shorttitle {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-top: 3rem;
	max-width: 44rem;
}

.modal__media__slider__title {
	font-weight: 400;
	font-size: 5rem;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Playfair Display SC", serif;
}

.modal__media__slider__info {
	position: absolute;
	top: 2.4rem;
	left: 1.9rem;
	z-index: 2;
	color: #fff;
	max-width: 80rem;
	pointer-events: none;
}

.modal__media {
	position: relative;
	font-size: 0;
}

.modal__media__slide__content {
	aspect-ratio: 2.878788/1;
	width: 100%;
}

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

.modal_x__content {
	padding: 1.25rem 1.875rem 2.5rem;
}

.modal__image__slide__content {
	width: 11.25rem;
	height: 7.5rem;
	overflow: hidden;
	border-radius: 1rem;
	cursor: pointer;
}

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

.modal__image__slide {
	width: calc(11.25rem + 0.75rem);
	padding-left: 0.75rem;
	box-sizing: border-box;
}

.modal__media__slider__main {
	margin-bottom: 5rem;
}

.modal__media__swiper {
	margin: 0 -1.875rem;
	padding: 0 calc(1.875rem - 0.75rem);
}

.modal_x__content__row {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
}

.modal_x__content__col_1 {
	flex: 1;
}

.modal_x__content__col_2 {
	width: 58.1rem;
}

.modal_x__content__text {
	max-width: 42rem;
}

.modal_x__content__team__item__title {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.01em;
	color: rgba(26, 26, 26, 0.5);
	margin-bottom: 0.35rem;
}

.modal_x__content__team__item__value {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	line-height: 1.525;
}

.modal_x__content__team__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.7rem 1rem;
}

.modal_x__content__team__item {
	width: calc(50% - 0.5rem);
}

.modal_content--project {
	max-width: 100%;
}

.modal_x__content__festival__item__title {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	margin-bottom: 1rem;
	max-width: 40rem;
}

.modal_x__content__festival {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 0rem;
	justify-content: space-between;
}

.modal_x__content__festival__item {
	width: 50%;
}

.modal_x__content__festival__item__text {
	max-width: 42rem;
}

.modal_x__content__bottom--perfomance {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.95rem;
	gap: 2.55rem;
}

.modal_x__content__bottom--perfomance__link {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 1;
	letter-spacing: -0.01em;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
}

.modal_x__content__bottom--perfomance__link--video {
	padding-left: 1.925rem;
}

.modal_x__content__bottom--perfomance__link--site {
	padding-right: 1.4rem;
}

.modal_x__content__bottom--perfomance__link--video:before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H22V22H2V2ZM4 4V20H20V4H4ZM8 6.37L17.75 12L8 17.63V6.37ZM10 9.835V14.165L13.75 12L10 9.835Z' fill='%23E8322B'/%3E%3C/svg%3E%0A");
	content: "";
	position: absolute;
	left: 0;
	top: 37%;
	transform: translate(0, -50%);
	width: 1.5rem;
	aspect-ratio: 1/1;
	background-size: contain;
	background-repeat: no-repeat;
}

.modal_x__content__bottom--perfomance__link--site:before {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_623_151)'%3E%3Cpath d='M12.0037 3.47407L12.0037 13.2481L14 11.2778L14 2.44784e-06L2.72222 4.75969e-07L0.725928 1.97037L10.4741 1.97038L-2.18039e-06 12.4704L1.47777 14L12.0037 3.47407Z' fill='%23E8322B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_623_151'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	content: "";
	position: absolute;
	right: 0;
	top: 42%;
	transform: translate(0, -50%);
	width: 0.875rem;
	aspect-ratio: 1/1;
	background-size: contain;
	background-repeat: no-repeat;
}

.modal_x__content__bottom--perfomance__link:hover {
	color: #e8322b;
}

/* thanks */

.modal__x__title {
	font-family: "Playfair Display SC";
	font-size: 3rem;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 2rem;
}

.modal__x__success {
	text-align: center;
}

.modal__x__item__inner:before {
	border-radius: 0rem 0rem 2.5rem 2.5rem;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	z-index: 1;
}

.btn__modal_close {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
}

.modal__q {
	padding: 6rem 5.5rem;
	width: 100%;
	max-width: 35vw;
	min-width: 350px;
	border-radius: 5px;
	color: #1a1a1a;
}

.modal__x__success .modal__x__text {
	font-size: 1.4rem;
	max-width: 25rem;
	margin: 0 auto 2rem;
}

.modal__q--text {
	max-width: 55vw;
	min-width: 450px;
}

.modal__x__text {
	margin: 0 0 2.5rem;
	max-width: 100%;
	font-size: 1.25rem;
}

.modal__x__text>* {
	margin-bottom: 1.75rem;
	line-height: 1.35;
}

.modal__x__text>*:last-child {
	margin-bottom: 0;
}

.btn_modal_thnaks {
	width: 100%;
	font-size: 1.25rem;
	padding: 0.85rem;
}

.home__news__smi__item__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.875rem;
	font-size: 0;
	overflow: hidden;
}

.home__news__smi__item__icon svg {
	width: 100%;
	height: auto;
}

.home__news__smi__item__icon svg {
	transform: translate(-100%, 100%);
	opacity: 0;
}

.home__news__smi__item:hover .home__news__smi__item__icon svg {
	transform: translate(0%, 0%);
	opacity: 1;
}

.loaded .home__news__smi__item__icon svg {
	transition: 0.225s ease-in-out;
}

.default__text a {
	color: #e8322b;
}

.default__text a:hover {
	color: inherit;
	text-decoration: none;
}

@keyframes zoom-in {
	from {
		opacity: 0;
		transform: translate(0, 3rem);
	}

	to {
		opacity: 1;
		transform: translate(0, 0rem);
	}
}

@keyframes zoom-out {
	from {
		opacity: 1;
		transform: translate(0, 0rem);
	}

	to {
		opacity: 0;
		transform: translate(0, 3rem);
	}
}

.fancybox-zoom-in {
	animation: zoom-in 0.65s ease forwards;
}

.fancybox-zoom-out {
	animation: zoom-out 0.65s ease forwards;
}

.modal_x__content__team__item__value small {
	line-height: 1.275;
	display: block;
	margin-top: 0.125rem;
	margin-bottom: -0.75rem;
	font-size: 72.5%;
}

.modal_x__content__team__item__value small:last-child {
	margin-bottom: 0;
}

.modal__media__movie__outlink {
	position: absolute;
	right: 1.85rem;
	bottom: 2.55rem;
	width: 13.25rem;
	z-index: 5;
}

.modal__media__movie__outlink a {
	display: block;
}

.modal__media__movie__outlink img {
	width: 100%;
}

.modal_x__content__col_2:has(.modal_x__content__team__list:empty) {
	display: none;
}

.modal_x__content__row:has(.modal_x__content__team__list:empty) .modal_x__content__text {
	max-width: 70rem;
}

.projects__full__card {
	user-select: none;
}

.slider-track-wrapper {
	overflow-x: auto;
	scroll-behavior: smooth;
	flex: 1;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	/* Firefox */
}

.slider-track-wrapper::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari */
}

.projects__full__section__block__list {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* scroll-behavior: smooth; */
	white-space: nowrap;
	display: block;
}

.projects__full__section__block__list::-webkit-scrollbar {
	display: none;
}

.projects__full__section__block__list {
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0;
}

.slider-track {
	display: flex;
	width: fit-content;
	white-space: nowrap;
	position: relative;
}

.projects__full__section__block__arrows button.disabled {
	filter: grayscale(1);
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.projects__full__section__block__arrows button[disabled] {
	opacity: 0.5;
	filter: grayscale(1);
	pointer-events: none;
}

.home_project__gallery__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 140%;
	/* 1.575rem */
	margin-bottom: 1.5rem;
	transition: 0.25s ease-in-out;
	cursor: pointer;
}
.home_project__gallery__title:hover {
	opacity: 0.5;
}

.home_project__gallery__nav {
	position: absolute;
	right: 0;
	top: -0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.home_project__gallery__nav button {
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #090909;
	border: none;
	border-radius: 50%;
	padding: 0.825rem;
	box-sizing: border-box;
	width: 2.75rem;
	transition: 0.25s ease-in-out;
}

.home_project__gallery__nav button svg {
	width: 100%;
	height: auto;
}

.home_project__gallery__nav button path {
	fill: #fff;
}

.home_project__gallery__nav button:hover {
	background: #e8322b;
}

.home_project__gallery {
	margin-top: 3.6rem;
	position: relative;
}

.home_project__gallery__slide__image {
	width: 13.3125rem;
	aspect-ratio: 1/1;
	border-radius: 1rem;
	overflow: hidden;
	cursor: pointer;
}

.projects__full__section__block__list:has(.projects__afisha__card:hover) .projects__afisha__card:not(:hover) .projects__afisha__card__image img {
	filter: grayscale(100%);
	opacity: 0.5;
}

.home_project__gallery:has(.home_project__gallery__slide__image:hover) .home_project__gallery__slide__image:not(:hover) img {
	filter: grayscale(100%);
	opacity: 0.5;
}

.home_project__gallery__slide__image:hover img {
	transform: scale(1.025);
	filter: none;
}

.home_project__gallery__slide__image img {
	transition: 0.325s ease-in-out;
}

.projects__full__section__block:has(.modal__image__slide__content--festival:hover) .modal__image__slide__content--festival:not(:hover) img {
	filter: grayscale(100%);
	opacity: 0.5;
}

.modal__image__slide__content--festival:hover img {
	transform: scale(1.025);
	filter: none;
}

.modal__image__slide__content--festival img {
	transition: 0.325s ease-in-out;
}

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

.home_project__gallery__slide {
	padding-right: 1.25rem;
	box-sizing: border-box;
	width: calc(13.3125rem + 1.25rem);
}

.home_project__gallery__list {
	margin: 0 calc(-1 * (100vw - 117.5rem + 2.5rem) / 2);
}

@media screen and (max-width: 1024px) {
	.home_project__gallery__list {
		margin: 0 -16px;
	}
}

@media screen and (max-width: 750px) {
	.home_project__gallery__slide {
		padding-right: 0.5rem;
		width: calc(7.5rem + 0.5rem);
	}

	.home_project__gallery__slide__image {
		width: 7.5rem;
	}

	.home_project__gallery {
		margin-top: 2.25rem;
	}

	.home_project__gallery__title {
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}

	.home_project__gallery__nav button {
		width: 32px;
		padding: 8.5px;
	}

	.home_project__gallery__nav.js_home_project__gallery__nav {
		right: -5px;
		top: -0.5rem;
	}
}

.f-thumbs {
	--f-thumb-width: 7.5rem;
	--f-thumb-height: 7.5rem;
}

.f-thumbs__slide.is-selected button:after {
	border: 0.125rem solid #e8322b;
	box-shadow: none;
}

img.f-panzoom__content {
	border-radius: 1rem;
	overflow: hidden;
}

.f-panzoom__viewport {
	padding: 1.5rem;
}

.f-carousel__toolbar__column.is-right {
	border-radius: 1rem;
	overflow: hidden;
}

.modal__media__slider {
	background: #1a1a1a;
}

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

img.f-panzoom__content {
	border-radius: 1rem;
	overflow: hidden;
}

.f-panzoom__viewport {
	padding: 1.5rem;
}

.f-carousel__toolbar__column.is-right {
	border-radius: 11rem;
	overflow: hidden;
}

.fancybox__backdrop {
	background: hsl(0deg 0% 0% / 90%);
	backdrop-filter: blur(0.75rem);
}

.festival_section_item__main_image {
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 2.25rem;
	width: 100%;
	aspect-ratio: 3.9826839827/1;
	min-height: 17.5rem;
}

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

.festival_section_item__title {
	font-family: "Playfair Display SC";
	font-size: 5rem;
	line-height: 110%;
	/* 5.5rem */
	letter-spacing: -0.1rem;
	text-transform: uppercase;
	margin-bottom: 3.7rem;
}

.festival_section_item__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100.5rem;
	gap: 3rem;
}

.festival_section_item__info__item__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.015rem;
	margin-bottom: 1rem;
}

.festival_section_item__info__item__text {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 140%;
	/* 1.575rem */
	letter-spacing: -0.0095rem;
}

.festival_section_item__info__item {
	width: 42.75rem;
}

.festival_section_item {
	width: 100%;
}

.festival_section_item__slider {
	margin: 0 calc(-1 * (100vw - 117.5rem + 2.5rem) / 2 - 0.75rem) 2.25rem;
}