/* Common */
/* 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);
	}
}

/* Blocks */
.main {
	margin-bottom: 7.77778vw;
}

.main__wrapper {
	position: relative;
	height: 133.33333vw;
	border-radius: 3.88889vw;
	padding: 3.61111vw 2.22222vw;
	margin: 0 -2.22222vw;
	overflow: hidden;
	color: #fff;
	background: url("../img/@index/main/bg.jpg") no-repeat 50% 0/cover;
}

.main__inner, .main__block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	position: relative;
}

.main__block {
	z-index: 2;
}

.main__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.02em;
	color: rgba(245, 245, 246, 0.5);
}

.main__title {
	position: relative;
}

.main__title h1 {
	font-weight: 600;
	font-size: 15vw;
	line-height: 76%;
	letter-spacing: -0.07em;
	margin-left: -1.11111vw;
	margin-bottom: 2.22222vw;
}

.main__title-desc {
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 110%;
	letter-spacing: 0.01em;
}

.main__title-el {
	position: absolute;
	width: 48.88889vw;
	height: 33.33333vw;
	top: -25.27778vw;
	left: 4.72222vw;
	z-index: -1;
}

.main__title-el img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.main__video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.main__video video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.main__video-progress {
	position: absolute;
	width: 12.5vw;
	height: 12.5vw;
}

.main__video-progress svg {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.main__video-progress .timeBar {
	transition: stroke-dashoffset 0.25s linear;
}

.main__video-progress-time {
	z-index: 5;
	position: relative;
}

.main__video-progress:hover .main__video-progress-time svg {
	z-index: 1;
	display: none;
}

.main__video-progress:hover .main__video-play {
	background: white;
}

.main__video-progress:hover .main__video-play span {
	color: white;
}

.main__video-progress:hover .main__video-play 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%);
}

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

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

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

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

.main__video-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%);
}

.main .swiper-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	width: calc(100% - 4.44444vw);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 12.5vw;
	margin: 0;
	z-index: 3;
}

.main .swiper-nav .swiper-button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 5.55556vw;
	height: 5.55556vw;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	border-radius: 1.66667vw;
	transition: all .3s;
	flex: 0 0 5.55556vw;
}

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

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

.main .swiper-nav i {
	width: 1.94444vw;
	height: 1.94444vw;
	flex: 0 0 auto;
	font-size: 1.94444vw;
}

.main__news {
	margin-top: 15.55556vw;
	z-index: 2;
}

.main__news-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.33333vw;
}

.main__news-block h2 {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 100%;
	letter-spacing: -0.01em;
}

.main__news-block-button {
	max-width: 30.83333vw;
}

.main__news-items {
	margin: 0 -0.55556vw;
}

.main__news-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.38889vw;
	min-height: 32.22222vw;
	background: rgba(215, 215, 215, 0.3);
	border-radius: 3.33333vw;
	padding: 2.22222vw;
	margin: 0 0.55556vw;
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 100%;
	letter-spacing: -0.02em;
}

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

.main__news-item-photo {
	width: 12.5vw;
	height: 12.5vw;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2.77778vw;
}

.main__news-item-date {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 106%;
	letter-spacing: -0.06em;
}

.main__news-item-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	line-height: 1.1;
}

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

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

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

.news__items {
	margin: 0 -0.55556vw;
}

.news__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 32.22222vw;
	background: rgba(215, 215, 215, 0.3);
	border-radius: 3.33333vw;
	padding: 2.22222vw;
	margin: 0 0.55556vw;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.news__item-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news__item-top img {
	width: 11.11111vw;
	height: 11.11111vw;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 2.77778vw;
}

.news__item-date {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	letter-spacing: -0.06em;
}

.info {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

.info__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.61111vw;
}

.info__blocks {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.info__block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 2.22222vw 2.22222vw 2.22222vw 2.08333vw;
	border-radius: 3.33333vw;
	min-height: 64.72222vw;
	z-index: 3;
	overflow: hidden;
	transition: .3s;
}

.info__block:hover {
	color: #fff;
	background: #ED131C;
}

.info__block-1 {
	background: #fff;
}

.info__block-2 {
	background: #E0E1E5;
}

@media (max-width: 767px) {
	.info__block-2 p {
		word-spacing: 277.5vw;
	}
}

.info__block-2 .info__block-more span {
	max-width: 27.77778vw;
}

.info__block-title {
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 1;
	border: 0.75px solid #A0A3A6;
	border-radius: 1.66667vw;
	padding: 1.25vw;
	min-width: 28.88889vw;
	margin-bottom: 3.05556vw;
}

.info__block-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 100%;
	letter-spacing: -0.04em;
}

.info__block-more {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: normal;
	margin-top: auto;
	gap: 8.88889vw;
}

.info__block-more span {
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.info__block-button {
	font-size: 3.33333vw;
	height: 6.66667vw;
	max-width: 28.88889vw;
	flex: 0 0 auto;
}

.info__block:hover .info__block-more .button_icon {
	color: #1C1C1C;
	background: #fff;
	border-color: #fff;
}

.info__block:hover .info__block-more .button_icon:hover {
	color: white;
	background: #1C1C1C;
	border-color: #1C1C1C;
}

.info__block-image {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 50% 0%;
	        transform-origin: 50% 0%;
	transition: 1s;
}

.info__block-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
}

.info__block:hover .info__block-image {
	-webkit-transform: translate(0, 0) scale(1.1);
	        transform: translate(0, 0) scale(1.1);
}

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

.info__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.22222vw;
	border-radius: 3.33333vw;
	min-height: 39.72222vw;
	background: #fff;
}

.info__item-num {
	font-weight: 500;
	font-size: 14.54903vw;
	line-height: 76%;
	letter-spacing: -0.07em;
}

.info__item-text {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	letter-spacing: -0.05em;
}

.info__item-text-part {
	color: #A0A3A6;
}

.info__item-text-part_1 {
	-webkit-animation: info__item-text-part_1 5s linear infinite;
	        animation: info__item-text-part_1 5s linear infinite;
}

.info__item-text-part_2 {
	-webkit-animation: info__item-text-part_2 5s linear infinite;
	        animation: info__item-text-part_2 5s linear infinite;
}

.info__item-text-part_3 {
	-webkit-animation: info__item-text-part_3 5s linear infinite;
	        animation: info__item-text-part_3 5s linear infinite;
}

@-webkit-keyframes info__item-text-part_1 {
	0% {
		color: #A0A3A6;
	}
	20% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

@keyframes info__item-text-part_1 {
	0% {
		color: #A0A3A6;
	}
	20% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

@-webkit-keyframes info__item-text-part_2 {
	20% {
		color: #A0A3A6;
	}
	40% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

@keyframes info__item-text-part_2 {
	20% {
		color: #A0A3A6;
	}
	40% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

@-webkit-keyframes info__item-text-part_3 {
	40% {
		color: #A0A3A6;
	}
	60% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

@keyframes info__item-text-part_3 {
	40% {
		color: #A0A3A6;
	}
	60% {
		color: #1C1C1C;
	}
	77% {
		color: #1C1C1C;
	}
	85% {
		color: #1C1C1C;
	}
}

.structure {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

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

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

.structure__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;
}

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

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

.structure__items-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.11111vw;
	grid-auto-flow: row dense;
}

@media (max-width: 767px) {
	.structure__item._sm {
		height: 44.44444vw;
	}
	.structure__item._lg {
		height: 61.38889vw;
	}
}

.projects {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

.projects__items {
	margin: 0 -0.55556vw;
}

.projects__item {
	grid-template-columns: 1fr;
	margin: 0 0.55556vw;
}

.projects__item:hover .projects__item-text {
	color: #000000;
}

.events {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

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

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

.events__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;
}

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

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

.events__items {
	display: block;
	margin: 0 -0.55556vw 2.77778vw;
}

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

.events__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;
}

.events__item:hover {
	color: #fff;
}

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

.events__item-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2.22222vw;
	z-index: 2;
}

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

.events__item-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.66667vw;
	height: 6.66667vw;
	border-radius: 2.22222vw;
	background: #fff;
	flex: 1 0 6.66667vw;
}

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

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

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

.events__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;
}

.video {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

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

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

.video__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;
}

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

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

.video__items {
	margin: 0 -0.55556vw 2.77778vw;
}

.video__items .card-all {
	font-weight: 600;
	font-size: 5.55556vw;
	line-height: 95%;
	letter-spacing: -0.04em;
}

.video__item {
	height: 104.44444vw;
	margin: 0 0.55556vw;
}

.video__item-text {
	grid-template-columns: 52.77778vw auto;
}

@media (max-width: 767px) {
	.video__item-text-title {
		font-weight: 600;
		font-size: 6.66667vw;
		line-height: 88%;
	}
	.video__item-play {
		width: 9.72222vw;
		height: 9.72222vw;
	}
	.video__item-play i {
		width: 9.72222vw;
		height: 9.72222vw;
		font-size: 9.72222vw;
		flex: 0 0 auto;
	}
}

.photogallery {
	padding-top: 7.77778vw;
	padding-bottom: 7.77778vw;
}

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

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

.photogallery__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;
}

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

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

.photogallery__sliders {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
}

.photogallery__items {
	position: relative;
	margin: 0 -0.55556vw;
}

.photogallery__items .swiper-wrapper {
	transition-timing-function: linear;
}

.photogallery__items .swiper-slide {
	width: -webkit-fit-content;
	width: fit-content;
}

.photogallery__items .swiper-scrollbar {
	display: none;
}

.photogallery__item {
	margin: 0 0.55556vw;
	max-width: 87.22222vw;
	width: 42.77778vw;
	border-radius: 3.33333vw;
	overflow: hidden;
	position: relative;
}

.photogallery__item-big {
	width: 87.22222vw;
}

.photogallery__item-image {
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.photogallery__item-image img {
	max-width: none;
	width: 100%;
	height: 45vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.photogallery__item-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 106%;
	text-align: center;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.5);
	background: #E0E1E5;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 2.22222vw;
	padding: 2.22222vw;
}

.photogallery__item-hover-button {
	max-width: 30.27778vw;
}
