:root {
	--background-color: #fbf8ec;
	--purple-color: #430474;
	--accent-color: #ff5935;
	--purple-gradient:
		linear-gradient(250deg, rgba(98, 47, 189, 0.58) 2.28%, rgba(235, 245, 255, 0.58) 98.08%),
		#622fbd;
}

html body {
	min-height: 100vh;
}

.wrapper {
	font-family: "Baloo 2", sans-serif;
	letter-spacing: 0.4px;
}

button {
	border: none;
}

@media (hover: hover) {
	a:hover {
		text-decoration: none;
	}
}

.container {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 24px;
}

@media (max-width: 425px) {
	.container {
		padding: 0 20px;
	}
}

/* ── Hello ── */

.hello {
	background-color: var(--background-color);
	padding-top: 100px;
	padding-bottom: 64px;
}

.logo-block {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.logo-block__background {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.logo-block__title {
	color: var(--accent-color);
	font-size: 80px;
	font-weight: 800;
	line-height: 1;
}

.logo-block__description {
	color: var(--purple-color);
	font-size: 60px;
	font-weight: 800;
	text-align: center;
}

.hello__description {
	max-width: 1176px;
	margin: 0 auto;
	margin-top: 104px;

	text-align: center;
	color: var(--purple-color);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.4px;
	line-height: 1.4;
	font-family: "Baloo 2", sans-serif;
}

.hello__description span {
	font-weight: 800;
}

.hello__social {
	margin-top: 80px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
}

.social-block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 134px;
	background: var(--purple-gradient);
	padding: 32px 32px;
	width: 100%;
	max-width: 304px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.social-block__background {
	position: absolute;
	inset: -12px;
	z-index: 0;
	transition: transform 0.4s ease;
}

.social-block__background svg {
	width: 100%;
	height: 100%;
	display: block;
}

@media (hover: hover) {
	.social-block:hover .social-block__background {
		transform: scale(1.06) translateY(-6px) rotate(4deg);
	}
}

.social-block__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	z-index: 1;
}

.social-block__title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 1150px) {
	.social-block {
		max-width: 152px;
		padding: 0;
	}

	.social-block__title {
		font-size: 16px;
	}

	.social-block__content {
		gap: 2px;
	}

	.social-block__icon svg {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 900px) {
	.hello {
		padding-top: 80px;
	}

	.logo-block__title {
		font-size: 60px;
	}

	.logo-block__description {
		font-size: 27px;
	}

	.hello__description {
		margin-top: 60px;

		font-size: 16px;
	}

	.logo-block__background > svg {
		width: 243px;
		height: 190px;
	}

	.hello__social {
		margin-top: 60px;
	}
}

@media (max-width: 700px) {
	.hello__social {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 1fr;
		row-gap: 24px;
		column-gap: 16px;
		justify-items: center;
	}
}

@media (max-width: 475px) {
	.hello__social {
		margin-top: 40px;
	}
}

/* ── Achievements ── */

.achievements {
	position: relative;
	background: #edf5fc;
	overflow-x: clip;
}

.achievements__inner {
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.achievements__wrapper {
	display: flex;
}

.achievements__certificates {
	display: flex;
	gap: 16px;
	transform: rotate(45deg) translate(50px, -70px);
	z-index: 1;
}

.certificates__items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}

.certificates__item {
	position: relative;
	z-index: 1;
}

.certificates__item > img {
	border-radius: 24px;
	width: 248px;
	height: 334px;
}

.certificates__item::after {
	content: "";
	position: absolute;
	border-radius: 24px;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: rgba(41, 154, 235, 0.44);
	z-index: -1;
}

.achievements__wave {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	min-width: 1920px;
	height: 132px;
}

.achievements__wave svg {
	width: 100%;
	height: 100%;
	display: block;
}

.achievements__content-bg {
	position: absolute;
	left: 260px;
	bottom: -300px;
	z-index: 1;
}

.achievements__description {
	padding-top: 220px;
}

.achievements__info {
	position: relative;
	width: fit-content;
	z-index: 0;
}

.achievements__info-bg {
	position: absolute;
}

.achievements__info-bg svg {
	width: 100%;
	height: auto;
	display: block;
}

.achievements__info-bg--green {
	z-index: -2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
}

.achievements__info-bg--blue {
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-53%, -50%);
	width: 112%;
}

.achievements__info-body {
	max-width: 732px;
}

.achievements__title {
	width: fit-content;
	color: #0197ce;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: 0.4px;
	line-height: 1;
}

.achievements__title > span {
	opacity: 0.5;
}

.achievements__text {
	margin-top: 24px;
	color: #015a83;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding-right: 30px;
	font-family: "Baloo 2", sans-serif;
}

.achievements__button {
	position: relative;
	background: var(--accent-color);
	border-radius: 100px;
	color: #fff;
	font-weight: 800;
	z-index: 3;
}

.achievements__button--desktop {
	display: flex;
	align-items: center;
	padding: 10px 32px;
	font-size: 50px;
	margin-top: 250px;
}

.achievements__button--mobile {
	display: none;
	padding: 10px 25px;
	font-size: 24px;
	margin-bottom: 40px;
}

.achievements__button-icon--search {
	margin-right: 16px;
}

.achievements__button-icon--arrow {
	margin-left: 50px;
	transition: transform 0.2s ease;
}

.achievements__button-icon--search svg,
.achievements__button-icon--arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

@media (hover: hover) {
	.achievements__button:hover .achievements__button-icon--arrow {
		transform: translateX(8px);
	}
}

.achievements__bg-pink {
	position: absolute;
	right: -100px;
	bottom: -120px;
	z-index: 0;
	pointer-events: none;
	width: 641px;
}

.achievements__bg-pink svg {
	width: 100%;
	height: auto;
	display: block;
}

.achievements__bg-waves {
	position: absolute;
	pointer-events: none;
}

.achievements__bg-waves svg {
	display: block;
}

.achievements__bg-waves--left {
	left: -400px;
	bottom: -40px;
}

.achievements__bg-waves--right {
	right: 0;
	bottom: -76px;
	z-index: 2;
}

@media (max-width: 1300px) {
	.certificates__item > img {
		width: 148px;
		height: 234px;
	}

	.achievements__title {
		font-size: 38px;
	}
}

@media (max-width: 1000px) {
	.achievements__description {
		padding-top: 140px;
	}

	.achievements__certificates {
		transform: rotate(45deg) translate(20px, -30px);
	}

	.certificates__item > img {
		width: 180px;
		height: 150px;
		border-radius: 12px;
	}

	.certificates__item::after {
		border-radius: 12px;
	}

	.achievements__title {
		font-size: 28px;
	}

	.achievements__text {
		font-size: 16px;
		padding-right: 40px;
	}

	.achievements__button--desktop {
		font-size: 24px;
		margin-top: 150px;
	}

	.achievements__button-icon--search {
		width: 24px;
		height: 24px;
	}

	.achievements__button-icon--arrow {
		width: 15px;
		height: 15px;
	}

	.achievements__content-bg {
		display: none;
	}

	.achievements__bg-waves--left {
		display: none;
	}

	.achievements__bg-waves--right {
		right: -800px;
		bottom: -50px;
	}
	.achievements__bg-waves--right > svg {
		height: 140px;
	}

	.achievements__bg-pink {
		width: 500px;
	}
}

@media (max-width: 700px) {
	.achievements__wrapper {
		flex-direction: column;
		gap: 80px;
	}

	.achievements__inner {
		padding-bottom: 0;
	}

	.achievements__button--desktop {
		display: none;
	}

	.achievements__bottom {
		display: flex;
		justify-content: center;
		margin-top: 180px;
	}

	.achievements__button--mobile {
		display: flex;
		align-items: center;
	}

	.achievements__text {
		padding-right: 0;
	}

	.achievements__certificates {
		justify-content: flex-end;
		transform: rotate(45deg);
		z-index: 3;
	}

	.certificates__item > img {
		width: 170px;
		height: 200px;
		border-radius: 12px;
	}

	.achievements__bg-waves--right {
		bottom: -130px;
	}
}

@media (max-width: 425px) {
	.achievements__description {
		padding-top: 60px;
	}

	.achievements__bottom {
		margin-top: 100px;
	}

	.achievements__wrapper {
		gap: 0;
	}

	.certificates__item > img {
		width: 170px;
		height: auto;
		border-radius: 12px;
	}

	.achievements__button-icon--arrow {
		margin-left: 20px;
	}
}

/* ── Videos ── */

.videos {
	background: var(--background-color);
	padding-top: 168px;
}

.videos__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.videos__title {
	color: var(--purple-color);
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 56px;
}

.videos__title span {
	opacity: 0.5;
}

.videos__content {
	position: relative;
	width: 100%;
}

.videos-slider__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	pointer-events: none;
	z-index: 0;
}

.videos-slider__bg svg {
	display: block;
	width: 100%;
	height: 778px;
}

.videos-slider__clip {
	overflow: hidden;
	padding: 0 24px 24px;
	margin: 0 -24px;
}

.videos-slider {
	overflow: visible;
	padding-bottom: 24px;
}

.videos-slider .swiper-wrapper {
	align-items: center;
}

.videos-slider__slide {
	width: 446px;
	height: auto;
	cursor: pointer;
}

.videos-slider__inner {
	position: relative;
	transform: scale(0.93);
	transition: transform 0.4s ease;
}

.swiper-slide-active .videos-slider__inner {
	transform: scale(1);
}

.videos-slider__glow {
	position: absolute;
	top: 19px;
	bottom: -19px;
	border-radius: 48px;
	opacity: 0;
	transition:
		opacity 0.4s ease,
		transform 0.4s ease;
	pointer-events: none;
}

@media (hover: hover) {
	.videos-slider__slide:hover .videos-slider__glow {
		transform: scale(1.01);
	}
}

.swiper-slide-prev .videos-slider__glow {
	left: -19px;
	right: 19px;
	opacity: 1;
}

.swiper-slide-active .videos-slider__glow {
	left: -19px;
	right: -19px;
	opacity: 1;
}

.swiper-slide-next .videos-slider__glow {
	left: 19px;
	right: -19px;
	opacity: 1;
}

.videos-slider__slide:nth-child(3n + 1) .videos-slider__glow {
	background: linear-gradient(157deg, rgba(65, 248, 135, 0.7) 10%, rgba(255, 255, 255, 0.4) 145%);
}

.videos-slider__slide:nth-child(3n + 2) .videos-slider__glow {
	background: linear-gradient(-16deg, rgba(241, 53, 191, 0.7) 7%, rgba(255, 255, 255, 0.35) 141%);
}

.videos-slider__slide:nth-child(3n) .videos-slider__glow {
	background: linear-gradient(-20deg, rgba(25, 182, 255, 0.7) 9%, rgba(255, 255, 255, 0.35) 127%);
}

.videos-slider__card {
	position: relative;
	border-radius: 48px;
	overflow: hidden;
	aspect-ratio: 446 / 824;
	background: #1a1a2e;
	z-index: 1;
}

.videos-slider__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.videos-slider__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.34);
	transition: opacity 0.4s ease;
	z-index: 2;
}

.swiper-slide-active .videos-slider__overlay {
	opacity: 0;
}

.videos-slider__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background: rgba(255, 255, 255, 0.53);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 3;
	transition: background 0.2s ease;
}

.videos-slider__play-button > svg {
	width: 50px;
	height: 50px;
	transform: translateX(4px);
}

@media (hover: hover) {
	.videos-slider__slide:hover .videos-slider__play-button {
		background: rgba(255, 255, 255, 0.7);
	}
}

.videos-slider__prev-button,
.videos-slider__next-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px 12px;
	background: rgba(78, 17, 126, 0.82);
	border-radius: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 10;
	transition: background 0.2s ease;
}

.videos-slider__prev-button {
	left: -70px;
}

.videos-slider__prev-button svg {
	transform: rotate(180deg);
}

.videos-slider__next-button {
	right: -70px;
}

@media (hover: hover) {
	.videos-slider__prev-button:hover,
	.videos-slider__next-button:hover {
		background: rgba(78, 17, 126, 0.95);
	}
}

.videos-slider__prev-button.swiper-button-disabled,
.videos-slider__next-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 1599px) {
	.videos-slider__prev-button,
	.videos-slider__next-button {
		display: none;
	}

	.videos-slider__bg {
		display: none;
	}

	.videos-slider__slide .videos-slider__glow {
		top: 19px;
		bottom: -19px;
		left: 4px;
		right: -4px;
		opacity: 1;
	}
}

@media (max-width: 1440px) {
	.videos-slider__slide {
		width: 350px;
	}
}

@media (max-width: 900px) {
	.videos {
		padding-top: 40px;
	}

	.videos-slider__slide {
		width: 276px;
	}

	.videos__wrapper {
		align-items: flex-start;
	}

	.videos__title {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.videos-slider__inner {
		transform: none;
	}

	.swiper-slide-active .videos-slider__inner {
		transform: none;
	}
	.swiper-slide-active .videos-slider__overlay {
		opacity: 1;
	}

	.videos-slider__play-button > svg {
		width: 34px;
		height: 34px;
	}
}

/* ── Description ── */

.description {
	background: var(--background-color);
	padding-top: 148px;
}

.description__wrapper {
	position: relative;
	background: var(--purple-gradient);
	border-radius: 134px;
	padding: 24px 32px;
	display: flex;
	justify-content: center;
}

.description__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 110%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.description__bg svg {
	width: 100%;
	height: 100%;
	display: block;
}

.description__text {
	z-index: 1;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	letter-spacing: normal;
	max-width: 1176px;
	text-align: center;
	line-height: 1.4;
	font-family: "Baloo 2", sans-serif;
}

@media (max-width: 900px) {
	.description {
		padding-top: 48px;
	}

	.description__text {
		font-size: 16px;
	}
}

@media (max-width: 425px) {
	.description__wrapper {
		padding: 24px 42px;
	}
}

/* ── Agencies ── */

.agencies {
	background: var(--background-color);
	padding-top: 148px;
}

.agencies__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.agencies__title {
	color: var(--purple-color);
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}

.agencies__title > span {
	opacity: 0.5;
}

.agencies__grid {
	display: grid;
	grid-template-columns: 497fr 497fr 432fr;
	grid-template-rows: 469px 492px;
	gap: 26px;
	margin-top: 56px;
}

.agencies__img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 48px;
}

.agencies__grid > .agencies__img {
	height: 100%;
}

.agencies__stack {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.agencies__stack .agencies__img {
	flex: 1;
	min-height: 0;
}

@media (max-width: 900px) {
	.agencies {
		padding-top: 64px;
	}

	.agencies__wrapper {
		align-items: flex-start;
	}

	.agencies__title {
		font-size: 28px;
	}

	.agencies__grid {
		display: flex;
		flex-direction: row;
		grid-template-columns: unset;
		grid-template-rows: unset;
		overflow-x: auto;
		scrollbar-width: none;
		margin-top: 24px;
		gap: 16px;
		margin-inline: -24px;
		padding-inline: 15px;
	}

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

	.agencies__grid > .agencies__img,
	.agencies__stack .agencies__img {
		flex-shrink: 0;
		width: 319px;
		height: 301px;
		aspect-ratio: 71 / 67;
		border-radius: 24px;
	}

	.agencies__stack {
		display: contents;
	}
}

/* ── Security ── */

.security {
	background: var(--background-color);
	padding-top: 148px;
	padding-bottom: 148px;
}

.security__wrapper {
	position: relative;
	background: var(--purple-gradient);
	border-radius: 134px;
	padding: 24px 32px;
	display: flex;
	justify-content: center;
}

.security__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 110%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.security__bg svg {
	width: 100%;
	height: 100%;
	display: block;
}

.security__text {
	z-index: 1;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	letter-spacing: normal;
	max-width: 1176px;
	text-align: center;
	line-height: 1.4;
	font-family: "Baloo 2", sans-serif;
}

@media (max-width: 900px) {
	.security {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.security__text {
		font-size: 16px;
	}
}

@media (max-width: 425px) {
	.security__wrapper {
		padding: 24px 42px;
	}
}

/* ── Gallery Modal ── */

.gallery-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	flex-direction: column;
	gap: 16px;
	overflow: hidden;
}

.gallery-modal.is-open {
	display: flex;
}

.gallery-modal__backdrop {
	position: absolute;
	inset: 0;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(255, 255, 255, 0.9) 0%,
		rgba(63, 204, 217, 0.9) 37.11%,
		rgba(15, 162, 182, 0.9) 100%
	);
	backdrop-filter: blur(7.65px);
	z-index: 0;
}

.gallery-modal__close {
	position: absolute;
	top: 24px;
	right: 24px;
	padding: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--purple-color);
	z-index: 10;
	transition: background 0.2s ease;
}

@media (hover: hover) {
	.gallery-modal__close:hover {
		background: rgba(255, 255, 255, 0.95);
	}
}

.gallery-modal__stage {
	position: relative;
	z-index: 1;
	flex: 1;
	min-height: 0;
	display: flex;
	margin-top: 48px;
}

.gallery-modal__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px 14px;
	background: rgba(255, 255, 255, 0.82);
	border-radius: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--purple-color);
	z-index: 10;
	transition: background 0.2s ease;
}

.gallery-modal__arrow--prev {
	left: 35px;
}

.gallery-modal__arrow--next {
	right: 35px;
}

.gallery-modal__arrow--prev svg {
	transform: rotate(180deg);
}

.gallery-modal__arrow.swiper-button-disabled {
	display: none;
}

@media (hover: hover) {
	.gallery-modal__arrow:hover {
		background: rgba(255, 255, 255, 0.95);
	}
}

.gallery-modal__slider {
	flex: 1;
	min-width: 0;
	overflow-x: clip;
	overflow-y: visible;
}

.gallery-modal__slider .swiper-wrapper {
	align-items: center;
}

.gallery-modal__slide {
	width: auto;
	height: min(800px, calc(100dvh - 220px));
	aspect-ratio: 590 / 800;
	border-radius: 24px;
	overflow: hidden;
	transform: scale(0.6);
	transition:
		transform 0.3s ease-in-out,
		box-shadow 0.3s ease-in-out;
	cursor: pointer;
}

.gallery-modal__slide.swiper-slide-active {
	transform: scale(1);
	box-shadow: 0 15px 30px rgba(20, 120, 133, 0.85);
	cursor: default;
}

.gallery-modal__slide img,
.gallery-modal__slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.gallery-modal__thumbs {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	padding: 0 24px 20px;
}

.gallery-modal__thumb {
	position: relative;
	width: 92px;
	height: 120px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
}

.gallery-modal__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.2);
	transition: background 0.2s ease;
	pointer-events: none;
}

.gallery-modal__thumb.swiper-slide-thumb-active::after {
	background: transparent;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.9);
}

@media (hover: hover) {
	.gallery-modal__thumb:not(.swiper-slide-thumb-active):hover::after {
		background: rgba(255, 255, 255, 0.08);
	}
}

.gallery-modal__thumb img,
.gallery-modal__thumb video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.gallery-modal__slide--video {
	width: auto;
	height: min(700px, calc(100dvh - 220px));
	aspect-ratio: 4 / 7;
	border-radius: 48px;
}

.gallery-modal__slide--video.swiper-slide-active {
	width: auto;
	height: min(800px, calc(100dvh - 220px));
	aspect-ratio: 9 / 16;
}

@media (max-width: 768px) {
	.gallery-modal__close {
		top: 8px;
		right: 8px;
	}

	.gallery-modal__stage {
		margin-top: 24px;
	}

	.gallery-modal__arrow {
		display: none;
	}

	.gallery-modal__slide {
		height: min(420px, calc(100dvh - 168px));
	}

	.gallery-modal__slide--video {
		height: min(465px, calc(100dvh - 168px));
		border-radius: 32px;
	}

	.gallery-modal__slide--video.swiper-slide-active {
		height: min(465px, calc(100dvh - 168px));
	}

	.gallery-modal__thumb {
		width: 72px;
		height: 92px;
	}

	.gallery-modal__thumb--video {
		width: 50px;
		height: 84px;
	}
}

@media (max-width: 425px) {
	.gallery-modal__thumbs {
		padding-left: 16px;
		padding-right: 16px;
	}

	.gallery-modal__close {
		padding: 6px;
	}

	.gallery-modal__close svg {
		width: 28px;
		height: 28px;
	}
}
