/*!
Theme Name: KyivLavra
Theme URI: http://underscores.me/
Author: Jam. Digital
Author URI: https://jam.in.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kyivlavra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KyivLavra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--main-black: #000000;
	--main-white: #ffffff;
	--main-text: #0D1F53;
	--main-text-light: #F2EDD6;
	--main-black-text: #201C1B;
	--main-red: #EB230D;
	--main-primary: #581E2C;
	--bg-black: #040000;
	--bg-header: #DBD4C1;
	--bg-light: #FAF7EE;
	--bg-gray: #E7E4DA;
	--bg-blue: #353D6D;
	--bg-green: #265943;
	--bg-yellow: #967746;
	--fast: 0.2s;
	--slow: 0.4s;
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	scroll-behavior: initial!important;
	/* margin-top: 0px!important; */
}

.x1, .x2, .x3, .x4, .x5, .x6, .x7, .x8, .x9 {
	opacity: 0;
	transform: translateX(-120px);
}
.x1 {
	transition: transform ease .7s .1s, opacity ease .7s .1s;
}
.x2 {
	transition: transform ease .7s .2s, opacity ease .7s .2s;
}
.x3 {
	transition: transform ease .7s .3s, opacity ease .7s .3s;
}
.x4 {
	transition: transform ease .7s .4s, opacity ease .7s .4s;
}
.x5 {
	transition: transform ease .7s .5s, opacity ease .7s .5s;
}
.x6 {
	transition: transform ease .7s .6s, opacity ease .7s .6s;
}
.x7 {
	transition: transform ease .7s .7s, opacity ease .7s .7s;
}
.x8 {
	transition: transform ease .7s .8s, opacity ease .7s .8s;
}
.x9 {
	transition: transform ease .7s .9s, opacity ease .7s .9s;
}
.ready .visible.x1, 
.ready .visible.x2, 
.ready .visible.x3, 
.ready .visible.x4, 
.ready .visible.x5, 
.ready .visible.x6,
.ready .visible.x7, 
.ready .visible.x8, 
.ready .visible.x9 {
	opacity: 1;
	transform: translateX(0px);
}

.y1, .y2, .y3, .y4, .y5, .y6, .y7, .y8, .y9 {
	opacity: 0;
	transform: translateY(120px);
}
.y1 {
	transition: transform ease .7s .1s, opacity ease .7s .1s;
}
.y2 {
	transition: transform ease .7s .2s, opacity ease .7s .2s;
}
.y3 {
	transition: transform ease .7s .3s, opacity ease .7s .3s;
}
.y4 {
	transition: transform ease .7s .4s, opacity ease .7s .4s;
}
.y5 {
	transition: transform ease .7s .5s, opacity ease .7s .5s;
}
.y6 {
	transition: transform ease .7s .6s, opacity ease .7s .6s;
}
.y7 {
	transition: transform ease .7s .7s, opacity ease .7s .7s;
}
.y8 {
	transition: transform ease .7s .8s, opacity ease .7s .8s;
}
.y9 {
	transition: transform ease .7s .9s, opacity ease .7s .9s;
}
.ready .visible.y1, 
.ready .visible.y2, 
.ready .visible.y3, 
.ready .visible.y4, 
.ready .visible.y5, 
.ready .visible.y6, 
.ready .visible.y7, 
.ready .visible.y8, 
.ready .visible.y9 {
	opacity: 1;
	transform: translateX(0px);
}

body {
	font-size: 16px;
	font-family: 'Ruthenica', sans-serif;
	font-family: 'RuthenicaCond', sans-serif;
}

body.overflow {
  overflow: hidden;
  padding-right: 17px;
}

.site#page {
	overflow: clip;
	background-color: var(--main-white);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container-fluid {
  padding: 0px 60px;
  max-width: 1600px;
}

.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

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

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

header.header {
	position: sticky;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: var(--main-bg-light);
}

header.header.fixed {
	top: -50px;
}

header.header .header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: var(--bg-black);
}

header.header .header-top .header-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 9px 0px;
}

header.header .header-top .header-top-wrap .schedule-wrap {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

header.header .header-top .header-top-wrap .schedule-wrap div {
	display: flex;
	align-items: center;
}

header.header .header-top .header-top-wrap .schedule-wrap div::before {
	content: '';
	width: 10px;
	min-width: 10px;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background-color: var(--main-gray);
	margin-right: 12px;
}

header.header .header-top .header-top-wrap .schedule-wrap div.is-open::before {
	background-color: #488B6A;
}

header.header .header-top .header-top-wrap .schedule-wrap div.is-closed::before {
	background-color: #eb230d;
}

header.header .header-top .header-top-wrap .schedule-wrap div span {
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--main-text-light);
}

header.header .header-top .header-top-wrap .stream-wrap {
	display: flex;
	align-items: center;
	margin-left: 15px;
	margin-right: 15px;
}

header.header .header-top .header-top-wrap .stream-wrap a.stream-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: color var(--fast);
}

header.header .header-top .header-top-wrap .stream-wrap a.stream-link::before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 100%;
	aspect-ratio: 1/1;
	background-image: url(assets/img/radio.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 12px;
}

header.header .header-top .header-top-wrap .stream-wrap a.stream-link span {
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--main-text-light);
	transition: color var(--fast);
}

header.header .header-top .header-top-wrap .side-wrap {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .a11y-wrap {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .a11y-wrap .a11y-toggle {
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	width: 32px;
	min-width: 32px;
	height: 100%;
	aspect-ratio: 1/1;
	text-decoration: none;
	background: none;
	box-shadow: none;
	border: none;
	mask-image: url(assets/img/accesibility-eye-icon-light.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--main-text-light);
	transition: background var(--fast);
}

header.header .header-top .header-top-wrap .side-wrap .languages-menu {
	display: flex;
	align-items: center;
	margin-left: 15px;
	margin-right: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .languages-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}

header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li {
	display: flex;
	align-items: center;
}

header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li:not(:last-child)::after {
	content: '/';
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text-light);
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin: 0px 6px;
}

header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li a {
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text-light);
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu {
	display: flex;
	align-items: center;
	margin-left: 15px;
	margin-right: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li {
	display: flex;
	align-items: center;
}


header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a {
	width: 32px;
	min-width: 32px;
	height: 100%;
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text-light);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a[href*="facebook.com"] {
	background-image: url(assets/img/facebook-light.svg);
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a[href*="instagram.com"] {
	background-image: url(assets/img/instagram-light.svg);
}

header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a[href*="youtube.com"] {
	background-image: url(assets/img/youtube-light.svg);
}

header.header .header-top .header-top-wrap .side-wrap .search-wrap {
	display: flex;
	align-items: center;
	margin-left: 0px;
}

header.header .header-top .header-top-wrap .side-wrap .search-wrap a.search-link {
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	width: 32px;
	min-width: 32px;
	height: 100%;
	aspect-ratio: 1/1;
	/* background-image: url(assets/img/user.svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	mask-image: url(assets/img/search-light.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--main-text-light);
	transition: background var(--fast);
}

header.header .header-top .header-top-wrap .side-wrap .profile-wrap {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

header.header .header-top .header-top-wrap .side-wrap .profile-wrap a.profile-link {
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	width: 32px;
	min-width: 32px;
	height: 100%;
	aspect-ratio: 1/1;
	/* background-image: url(assets/img/user.svg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
	mask-image: url(assets/img/user.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--main-text-light);
	transition: background var(--fast);
}

header.header .header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: var(--bg-header);
}

header.header .header-main .header-main-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0px;
	position: relative;
}

header.header .header-main .header-main-wrap a.logo {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	text-decoration: none;
	width: auto;
	height: 50px;
	aspect-ratio: 343/51;
	margin-right: 15px;
}

header.header .header-main .header-main-wrap a.logo img {
	width: 100%;
	height: 100%;
	object-position: left center;
	object-fit: contain;
}

header.header .header-main .header-main-wrap .header-menu {
	display: flex;
	align-items: center;
	margin: 0px 15px;
}

header.header .header-main .header-main-wrap .header-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 26px;
}

header.header .header-main .header-main-wrap .header-menu ul li {
	display: flex;
	align-items: center;
}

header.header .header-main .header-main-wrap .header-menu ul li a {
	position: relative;
	z-index: 2;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 500;
	letter-spacing: -1.1%;
	color: var(--main-text);
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: var(--fast);
}

header.header .header-main .header-main-wrap .header-menu ul li a span {
	position: relative;
}

@media screen and (min-width: 576px) {
	header.header .header-main .header-main-wrap .header-menu ul li a:hover {
		color: var(--main-primary);
	}
}

header.header .header-main .header-main-wrap .header-menu ul li.current-menu-item a {
	color: var(--main-primary);
}

header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children > a::after {
	content: '';
	width: 12px;
	min-width: 12px;
	transform: rotate(90deg);
	aspect-ratio: 20/32;
	margin-left: 8px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(assets/img/arrow-right-slider.svg);
	background-color: var(--main-text);
	transition: var(--fast);
}

header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children:hover > a::after {
	transform: rotate(-90deg);
	background-color: var(--main-primary);
}

header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children ul {
	position: absolute;
	top: 100%;
	margin-left: -16px;
	padding: 12px 16px;
	list-style: none;
	background-color: var(--bg-header);
	opacity: 0;
	pointer-events: none;
	user-select: none;
	transition: var(--fast);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}

@media screen and (min-width: 576px) {
	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children:hover ul {
		opacity: 1;
		pointer-events: all;
		user-select: auto;
	}
}

header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 50%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

@media screen and (min-width: 576px) {
	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children:hover::after {
		pointer-events: all;
		user-select: auto;
	}
}

header.header .header-main .header-main-wrap a.tickets-btn {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text-light);
	background-color: var(--main-primary);
	text-transform: uppercase;
	padding: 5px 38px;
	text-align: center;
	text-decoration: none;
	margin-left: 15px;
}

header.header .header-main .header-main-wrap .menu-btn {
	display: none;
	position: relative;
	z-index: 2;
}

.mobile-menu {
	position: fixed;
	z-index: 110;
	right: -100%;
	top: 0px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	overflow-x: clip;
	max-width: 550px;
	padding: 40px 30px;
	box-shadow: 0 0 6px var(--main-black);
	background-color: var(--bg-header);
	user-select: none;
	pointer-events: none;
	transition: right 300ms ease 0ms;
}

.mobile-menu.show {
	right: 0%;
	user-select: auto;
	pointer-events: all;
}

.mobile-menu .menus {
	display: flex;
	flex-direction: column;
}

.mobile-menu .menus .menus-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.mobile-menu .menus .menus-header .menu-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	cursor: pointer;
}

.mobile-menu .menus .menus-header .menu-btn span {
	width: 38px;
	min-width: 38px;
	height: 38px;
	background-image: url(assets/img/menu-burger-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: transparent;
	overflow: hidden;
}

.mobile-menu .menus .menus-header .menu-btn::after {
	content: '';
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 300ms ease 0ms, width 300ms ease 0ms;
}

.mobile-menu.show .menus .menus-header .menu-btn::after {
	width: calc(100% - 550px);
	opacity: 1;
}

.mobile-menu .menus .menus-header .languages-menu {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.mobile-menu .menus .menus-header .languages-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}

.mobile-menu .menus .menus-header .languages-menu ul li {
	display: flex;
	align-items: center;
}

.mobile-menu .menus .menus-header .languages-menu ul li:not(:last-child)::after {
	content: '/';
	font-size: 2em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text);
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin: 0px 6px;
}

.mobile-menu .menus .menus-header .languages-menu ul li a {
	font-size: 2em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text);
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.mobile-menu .menus .menus-header .languages-menu ul li.current-lang a {
	color: var(--main-primary);
}

.mobile-menu .menus .header-menu {
	display: flex;
	align-items: center;
	margin: 0px;
}

.mobile-menu .menus .header-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 26px;
}

.mobile-menu .menus .header-menu ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
}

.mobile-menu .menus .header-menu ul li a {
	font-size: 2em;
	line-height: 150%;
	font-weight: 500;
	letter-spacing: -1.1%;
	color: var(--main-text);
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: var(--fast);
}

.mobile-menu .menus .header-menu ul li a span {
	position: relative;
}

@media screen and (min-width: 576px) {
	.mobile-menu .menus .header-menu ul li a:hover {
		color: var(--main-primary);
	}
}

.mobile-menu .menus .header-menu ul li.current-menu-item a {
	color: var(--main-primary);
}

.mobile-menu .menus .socials-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.mobile-menu .menus .socials-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 26px;
}

.mobile-menu .menus .socials-menu ul li {
	display: flex;
	align-items: center;
}


.mobile-menu .menus .socials-menu ul li a {
	width: 48px;
	min-width: 48px;
	height: 100%;
	aspect-ratio: 1/1;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text-light);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--main-text);
}

.mobile-menu .menus .socials-menu ul li a[href*="facebook.com"] {
	mask-image: url(assets/img/facebook-light.svg);
}

.mobile-menu .menus .socials-menu ul li a[href*="instagram.com"] {
	mask-image: url(assets/img/instagram-light.svg);
}

.mobile-menu .menus .socials-menu ul li a[href*="youtube.com"] {
	mask-image: url(assets/img/youtube-light.svg);
}

section {
	background: var(--bg-light);
}

section.main {
	position: relative;
}

section.main .main-slider {
	width: 100%;
	height: 100%;
	opacity: 0;
}

section.main .main-slider.slick-initialized {
	opacity: 1;
}

section.main .main-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	min-width: 20px;
	height: 32px;
	aspect-ratio: 20/32;
	background-color: var(--main-white);
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: none;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text);
}

section.main .main-slider .slick-arrow.slick-prev {
	left: 20px;
	background-image: url(assets/img/arrow-left-slider.svg);
}

section.main .main-slider .slick-arrow.slick-next {
	right: 20px;
	background-image: url(assets/img/arrow-right-slider.svg);
}

section.main .main-slider .slick-dots {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: auto;
	transform: translateY(-50%);
	right: 60px;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 6px;
}

section.main .main-slider .slick-dots li {
	display: flex;
	flex-direction: column;
	margin: 0px;
}

section.main .main-slider .slick-dots li button {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: transparent;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/slider-dot-empty.svg);
	width: 20px;
	min-width: 20px;
	height: 20px;
}

section.main .main-slider .slick-dots li.slick-active button {
	background-image: url(assets/img/slider-dot-full.svg);
}

section.main .main-slider .slick-list {
	height: 100%;
}

section.main .main-slider .slick-list .slick-track {
	display: flex;
	height: 100%;
}

section.main .main-slider .slick-list .slick-track .slick-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

section.main .main-slider .slick-list .slick-track .slick-slide > div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

section.main .main-slider .main-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

section.main .main-slider .main-item .thumbnail {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

section.main .main-slider .main-item .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.main .main-wrap {
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
}

section.main .main-wrap .main-caption {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: calc(100svh - 140px);
	padding: 40px 0px 140px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

section.main .main-wrap .main-caption h1 {
	font-size: 5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text-light);
	max-width: 550px;
	margin: 0px;
}

section.main .main-wrap .main-caption .main-title-img {
	width: 37%;
	min-width: 37%;
	height: auto;
	aspect-ratio: 546/282;
	display: flex;
	flex-direction: column;
	display: none;
}

section.main .main-wrap .main-caption .main-title-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

section.main .main-wrap .main-caption.show-logo h1 {
	display: none;
}

section.main .main-wrap .main-caption.show-logo .main-title-img {
	display: flex;
}

section.main .main-wrap .main-caption.show-logo:not(:has(.main-title-img)) h1 {
	display: flex;
}

section.main .scroll-down-btn {
	position: absolute;
	left: max(60px, calc((100% - 1600px) / 2 + 60px));
	bottom: 60px;
	width: 72px ;
	min-width: 72px;
	height: auto;
	aspect-ratio: 72/44;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/scroll-down-arrow.svg);
	cursor: pointer;
}

section.about {
	padding: 60px 0px;
	background-color: var(--bg-light);
}

section h2.section-title {
	font-size: 4em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-primary);
	margin: 0px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

section.about .about-wrap .about-caption {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

section.about .about-wrap .about-caption .title-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

section.about .about-wrap .about-caption .title-wrap h2.section-title {
	font-size: 7em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-primary);
	text-transform: uppercase;
	margin-bottom: 0px;
}

section.about .about-wrap .about-caption .title-wrap p.undertitle {
	font-size: 2.5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-black);
	text-transform: uppercase;
	margin: 0px;
}

section.about .about-wrap .about-caption .about-info {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: auto;
}

section.about .about-wrap .about-caption .about-info p {
	font-size: 1.5em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-primary);
	letter-spacing: -1.1%;
	margin-bottom: 16px;
}

section.about .about-wrap .about-caption .about-info p b {
	font-weight: 700;
}

section.about .about-wrap .about-caption .about-info p:last-child {
	margin-bottom: 0px;
}

section.about .about-wrap .about-caption .about-link {
	display: flex;
	align-items: center;
	margin-top: 24px;
	text-decoration: none;
}

section.about .about-wrap .about-caption .about-link span {
	font-size: 2em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-text);
	text-transform: uppercase;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section.about .about-wrap .about-caption .about-link:hover span {
		color: var(--main-primary);
	}
}

section.about .about-wrap .about-caption .about-link::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20/32;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/arrow-right-slider.svg);
	margin-left: 8px;
}

section.about .about-wrap .about-thumbnail {
	display: flex;
	flex-direction: column;
}

section.about .about-wrap .about-thumbnail .about-img {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	padding: 10px 0px 0px 10px;
}

section.about .about-wrap .about-thumbnail .about-img::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: calc(20%);
	height: 100%;
	background: var(--bg-green);
}

section.about .about-wrap .about-thumbnail .about-img img {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 664/503;
	object-fit: cover;
}

section.visit {
	background: var(--bg-gray);
	padding: 50px 0px;
}

section.visit .visit-wrap {
	display: flex;
	flex-direction: column;
}

section.visit .visit-wrap .title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

section.visit .visit-wrap .title-wrap h2.section-title {
	font-size: 3em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text);
	text-transform: uppercase;
	margin: 0px;
}

section .title-wrap .slick-arrows {
	display: flex;
	align-items: center;
	gap: 30px;
}

section .title-wrap .slick-arrows .slick-arrow {
	width: 20px;
	min-width: 20px;
	height: 32px;
	aspect-ratio: 20/32;
	background-color: transparent;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size:	contain;
	box-shadow: none;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text);
}

section .title-wrap .slick-arrows .slick-arrow.slick-disabled {
	opacity: 0.4;
	user-select: none;
	pointer-events: none;
}

section .title-wrap .slick-arrows .slick-arrow.slick-prev {
	background-image: url(assets/img/arrow-left-slider.svg);
}

section .title-wrap .slick-arrows .slick-arrow.slick-next {
	background-image: url(assets/img/arrow-right-slider.svg);
}

section.visit .visit-wrap .visit-slider {
	opacity: 0;
	overflow: hidden;
	margin: 0px -15px;
}

section.visit .visit-wrap .visit-slider.slick-initialized {
	opacity: 1;
}

section.visit .visit-wrap .visit-slider .slick-list {
	padding: 10px 0px 0px 0px;
}

section.visit .visit-wrap .visit-slider .slick-list .slick-track {
	display: flex;
}

section.visit .visit-wrap .visit-slider .slick-list .slick-track .slick-slide {
	height: auto;
}

section.visit .visit-wrap .visit-slider .slick-list .slick-track .slick-slide > div {
	height: 100%;
}

section.visit .visit-wrap .visit-slider .slick-list .visit-item {
	padding: 0px 15px;
	height: 100%;
}

section .visit-item .item-link {
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: none;
	height: 100%;
}

section .visit-item .item-link::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	height: calc(100% + 10px);
	width: 20%;
	background: var(--bg-blue);
}

section .visit-item .item-link .caption {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	transition: background var(--fast);
	border: 2px solid var(--bg-black);
	background: var(--bg-gray);
	padding: 30px;
}

section .visit-item .item-link .caption p.h3 {
	font-size: 2.5em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-primary);
	text-transform: uppercase;
	margin-bottom: 20px;
}

section .visit-item .item-link .caption p.text {
	font-size: 1.25em;
	line-height: 140%;
	font-weight: 500;
	color: var(--main-black);
	/* display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; */
	margin-bottom: 20px;
}

section .visit-item .item-link .caption span.more-link {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 700;
	color: var(--bg-blue);
	text-transform: uppercase;
	margin-top: auto;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .visit-item .item-link:hover .caption span.more-link {
		color: var(--main-primary);
	}
}

section .visit-item .item-link .caption span.more-link::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20 / 32;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/arrow-right-slider.svg);
	margin-left: 8px;
}

section.banner {
	padding: 40px 0px;
	background-color: var(--bg-blue);
}

section.banner .banner-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

section.banner .banner-wrap .title-wrap {
	display: flex;
	align-items: center;
}

section.banner .banner-wrap .title-wrap .banner-img {
	width: 140px;
	min-width: 140px;
	height: auto;
	aspect-ratio: 140/128;
	display: flex;
	flex-direction: column;
	margin-right: 24px;
}

section.banner .banner-wrap .title-wrap .banner-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

section.banner .banner-wrap .title-wrap h2.section-title {
	font-size: 4em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-text-light);
	text-transform: uppercase;
	max-width: 500px;
	margin: 0px;
}

section.banner .banner-wrap .caption {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

section.banner .banner-wrap .caption a.button {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 700;
	color: var(--main-primary);
	background-color: var(--main-text-light);
	text-transform: uppercase;
	padding: 10px 160px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 24px;
}

section.banner .banner-wrap .caption a.button::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20 / 32;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(assets/img/arrow-right-slider.svg);
	background-color: var(--main-primary);
	margin-left: 8px;
}

section.banner .banner-wrap .caption .info-wrap {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

section.banner .banner-wrap .caption .info-wrap .info-item span {
	font-size: 1.5em;
	line-height: 140%;
	font-weight: 400;
	color: var(--main-text-light);
}

section.banner .banner-wrap .caption .info-wrap .info-item span:first-child {
	font-weight: 700;
}

section.banner .banner-wrap .caption .info-wrap .info-item span a {
	font-size: 1em;
	line-height: 140%;
	font-weight: 400;
	color: var(--main-text-light);
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	section.banner .banner-wrap .caption .info-wrap .info-item span a:hover {
		text-decoration: underline;
	}
}

section.news {
	padding: 70px 0px 40px;
	background-color: var(--bg-light);
}

section.news .news-wrap {
	display: flex;
	flex-direction: column;
}

section.news .news-wrap .title-wrap {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.news .news-wrap .title-wrap h2.section-title {
	color: var(--main-black-text);
}

section.news .news-wrap .news-slider {
	opacity: 0;
	margin: 0px -15px;
	overflow: hidden;
}

section.news .news-wrap .news-slider.slick-initialized {
	opacity: 1;
}

section.news .news-wrap .news-slider .slick-list {
	padding: 10px 0px 0px 0px;
}

section.news .news-wrap .news-slider .news-item {
	padding: 0px 15px;
}

section .news-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

section .news-item .item-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: transparent;
	text-decoration: none;
}

section .news-item .item-link .thumbnail {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

section .news-item .item-link .thumbnail .new-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 284/194;
	text-decoration: none;
	position: relative;
}

section .news-item .item-link .thumbnail .new-link::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	height: calc(100% + 10px);
	width: 20%;
	background: var(--bg-blue);
}

section .news-item .item-link .thumbnail .new-link img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .news-item .item-link .caption {
	display: flex;
	flex-direction: column;
	padding: 18px 0px 0px;
	position: relative;
}

section .news-item .item-link .caption .meta {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-black);
}

section .news-item .item-link .caption .meta .date {
	font-size: 1em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-black);
}

section .news-item .item-link .caption .meta .tag {
	position: relative;
	z-index: 2;
	font-size: 1em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-black);
	text-decoration: none;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .news-item .item-link .caption .meta .tag:hover {
		color: var(--main-primary);
	}
}

section .news-item .item-link .caption .new-link {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

section .news-item .item-link .caption .new-link::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

section .news-item .item-link .caption .new-link p.h3 {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-text);
	margin: 0px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
  line-clamp: 3;
	word-break: break-word;
	text-transform: uppercase;
	transition: var(--fast);
}

section .news-item .item-link .caption .text {
	margin-top: 10px;
	font-size: 1.25em;
	line-height: 140%;
	font-weight: 400;
	letter-spacing: -1.1%;
	color: var(--main-text);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	word-break: break-word;
}

@media screen and (min-width: 576px) {
	section .news-item .item-link:hover:not(:has(.meta .tag:hover)) .caption .new-link p.h3 {
		color: var(--main-primary);
	}
}

section .buttons-wrap {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section .buttons-wrap .button {
	display: flex;
	align-items: center;
	font-size: 2em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-text);
	border: none;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .buttons-wrap .button:hover {
		color: var(--main-primary);
	}
}

section .buttons-wrap .button::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20 / 32;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/arrow-right-slider.svg);
	margin-left: 8px;
}

section.explore {
	padding: 40px 0px 0px;
	background-color: var(--bg-light);
	position: relative;
}

section.explore::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 120px);
	max-width: 1480px;
	height: 1px;
	background: var(--bg-black);
}

section.explore .explore-wrap {
	display: flex;
	flex-direction: column;
	margin: 0px;
}

section.explore .explore-wrap .title-wrap {
	display: flex;
	flex-direction: column;
	margin: 0px;
}

section.explore .explore-wrap .title-wrap h2.section-title {
	color: var(--main-black-text);
	margin: 0px;
}

section .explore-list {
	display: flex;
	flex-direction: column;
}

section .explore-item {
	padding: 70px 0px;
	position: sticky;
	top: 90px;
	background: var(--bg-light);
	display: flex;
	flex-direction: column;
	width: 100%;
}

section .explore-item:not(:first-child) {
	box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
}

section .explore-item .item-link {
	display: flex;
	position: relative;
	text-decoration: none;
	height: 100%;
}

section .explore-item .item-link .thumbnail {
	position: relative;
	width: 45%;
	min-width: 45%;
	height: auto;
	display: flex;
	flex-direction: column;
}

section .explore-item .item-link .thumbnail::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	height: calc(100% + 10px);
	width: 20%;
	background: var(--bg-blue);
}

section .explore-item:nth-child(4n + 2) .item-link .thumbnail::before {
	background: var(--bg-yellow);
}

section .explore-item:nth-child(4n + 3) .item-link .thumbnail::before {
	background: var(--bg-green);
}

section .explore-item:nth-child(4n + 4) .item-link .thumbnail::before {
	background: var(--main-primary);
}

section .explore-item .item-link .thumbnail .img-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 606/424;
	position: relative;
}

section .explore-item .item-link .thumbnail .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .explore-item .item-link .caption {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	transition: background var(--fast);
	border: none;
	background: transparent;
	padding: 0px 0px 0px 60px;
}

section .explore-item .item-link .caption p.h3 {
	font-size: 6em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-primary);
	text-transform: uppercase;
	margin-bottom: 20px;
}

section .explore-item .item-link .caption p.text {
	font-size: 1.5em;
	line-height: 140%;
	font-weight: 500;
	color: var(--main-black);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

section .explore-item .item-link .caption span.more-link {
	display: flex;
	align-items: center;
	font-size: 2em;
	line-height: 150%;
	font-weight: 700;
	color: var(--bg-blue);
	text-transform: uppercase;
	margin-top: auto;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .explore-item .item-link:hover .caption span.more-link {
		color: var(--main-primary);
	}
}

section .explore-item .item-link .caption span.more-link::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20 / 32;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/arrow-right-slider.svg);
	margin-left: 8px;
}

section.partnerships {
	padding: 70px 0px;
	background-color: var(--main-white);
}

section.partnerships .partnerships-wrap {
	display: flex;
	flex-direction: column;
}

section.partnerships .partnerships-wrap .title-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

section.partnerships .partnerships-wrap .title-wrap h2.sectiont-title {
	color: var(--main-text);
}

section.partnerships .partnerships-wrap .partnerships-list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 140px;
}

section.partnerships .partnerships-wrap .partnerships-list .list-item {
	min-width: calc(((100% - (140px * 3)) / 4));
	flex: 0 0 calc(((100% - (140px * 3)) / 4));
	display: flex;
	flex-direction: column;
}

section.partnerships .partnerships-wrap .partnerships-list .list-item .item-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-decoration: none;
}

section.partnerships .partnerships-wrap .partnerships-list .list-item .item-link .thumbnail {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 4/2;
}

section.partnerships .partnerships-wrap .partnerships-list .list-item .item-link .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

footer.footer {
	background-color: var(--bg-black);
}

footer.footer .footer-wrap {
	padding: 40px 0px 20px;
}

footer.footer .footer-wrap .logo-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0px;
}

footer.footer .footer-wrap .logo-wrap a.logo {
	display: flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	height: 70px;
	aspect-ratio: 462/72;
	text-decoration: none;
}

footer.footer .footer-wrap .logo-wrap a.logo img{
	width: 100%;
	height: 100%;
	object-position: left center;
	object-fit: contain;
}

footer.footer .footer-wrap .socials-menu {
	display: flex;
	align-items: center;
	margin-top: 32px;
}

footer.footer .footer-wrap .socials-menu ul {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
	gap: 10px;
}

footer.footer .footer-wrap .socials-menu ul li {
	display: flex;
	align-items: center;
}

footer.footer .footer-wrap .socials-menu ul li a {
	width: 65px;
	min-width: 65px;
	height: 100%;
	aspect-ratio: 1/1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-text-light);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer.footer .footer-wrap .socials-menu ul li a[href*="facebook.com"] {
	background-image: url(assets/img/facebook-light.svg);
}

footer.footer .footer-wrap .socials-menu ul li a[href*="instagram.com"] {
	background-image: url(assets/img/instagram-light.svg);
}

footer.footer .footer-wrap .socials-menu ul li a[href*="youtube.com"] {
	background-image: url(assets/img/youtube-light.svg);
}

footer.footer .footer-wrap .info-wrap {
	display: flex;
	flex-direction: column;
}

footer.footer .footer-wrap .info-wrap:not(:first-child) {
	margin-top: 32px;
}

footer.footer .footer-wrap .info-wrap p {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-text-light);
	margin: 0px;
}

footer.footer .footer-wrap .info-wrap p strong {
	font-weight: 700;
}

footer.footer .footer-wrap .info-wrap p a {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-text-light);
	text-decoration: none;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	footer.footer .footer-wrap .info-wrap p a:hover {
		text-decoration: underline;
	}
}

footer.footer .footer-wrap .qr-wrap {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

footer.footer .footer-wrap .qr-wrap .qr-item {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 32px;
}

footer.footer .footer-wrap .qr-wrap .qr-item .thumbnail {
	width: 75px;
	min-width: 75px;
	height: 75px;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--bg-light);
	border-radius: 20px;
	overflow: hidden;
}

footer.footer .footer-wrap .qr-wrap .qr-item .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

footer.footer .footer-wrap .qr-wrap .qr-item .caption {
	display: flex;
	flex-direction: column;
	width: 100%;
}

footer.footer .footer-wrap .qr-wrap .qr-item .caption p.h3 {
	font-size: 2em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text-light);
	text-transform: uppercase;
	margin: 0px;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	footer.footer .footer-wrap .qr-wrap .qr-item:hover .caption p.h3 {
		text-decoration: underline;
	}
}

footer.footer .footer-copyright {
	padding: 20px 0px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer.footer .footer-copyright p {
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-text-light);
	margin: 0px;
}

footer.footer .footer-copyright p a {
	font-size: 1em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-text-light);
	margin: 0px;
	text-decoration: none;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	footer.footer .footer-copyright p a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 1599px) {
	.container-fluid {
		padding: 0px 40px;
	}
 
	section.about .about-wrap .about-caption .title-wrap h2.section-title {
		font-size: 6em;
	}
 
	section .explore-item .item-link .caption p.h3 {
		font-size: 5em;
	}
}

@media screen and (max-width: 1499px) {
	header.header.fixed {
		top: -40px;
	}

	header.header .header-top .header-top-wrap {
		padding: 6px 0px;
	}

	header.header .header-top .header-top-wrap .schedule-wrap div span {
		font-size: 1.375em;
	}

	header.header .header-top .header-top-wrap .stream-wrap a.stream-link::before {
		width: 22px;
		min-width: 22px;
	}

	header.header .header-top .header-top-wrap .stream-wrap a.stream-link span {
		font-size: 1.375em;
	}

	header.header .header-top .header-top-wrap .side-wrap .a11y-wrap .a11y-toggle {
		width: 28px;
		min-width: 28px;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li:not(:last-child)::after {
		font-size: 1.375em;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li a {
		font-size: 1.375em;
	}

	header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a {
		width: 28px;
		min-width: 28px;
	}

	header.header .header-top .header-top-wrap .side-wrap .search-wrap a.search-link {
		width: 28px;
		min-width: 28px;
	}

	header.header .header-top .header-top-wrap .side-wrap .profile-wrap a.profile-link {
		width: 28px;
		min-width: 28px;
	}

	header.header .header-main .header-main-wrap {
		padding: 18px 0px;
	}

	header.header .header-main .header-main-wrap a.logo {
		height: 44px;
		margin-right: 10px;
	}

	header.header .header-main .header-main-wrap .header-menu {
		margin: 0px 10px;
	}

	header.header .header-main .header-main-wrap .header-menu ul {
		gap: 20px;
	}

	header.header .header-main .header-main-wrap .header-menu ul li a {
		font-size: 1.375em;
	}

	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children > a::after {
		width: 10px;
		min-width: 10px;
		margin-left: 6px;
	}

	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children ul {
		margin-left: -14px;
		padding: 10px 14px;
		gap: 10px;
	}

	header.header .header-main .header-main-wrap a.tickets-btn {
		font-size: 1.375em;
		padding: 5px 26px;
		margin-left: 10px;
	}

	section.main .main-slider .slick-dots {
		right: 40px;
	}

	section.main .main-wrap .main-caption {
		min-height: calc(100svh - 120px);
		padding: 32px 0px 100px;
	}

	section.main .main-wrap .main-caption h1 {
		font-size: 4em;
		max-width: 480px;
	}

	section.main .scroll-down-btn {
		left: max(40px, calc((100% - 100vw) / 2 + 40px));
		bottom: 40px;
		width: 60px;
		min-width: 60px;
	}

	section.about {
		padding: 48px 0px;
	}

	section h2.section-title {
		font-size: 3.5em;
	}

	section.about .about-wrap .about-caption .title-wrap h2.section-title {
		font-size: 5em;
	}

	section.about .about-wrap .about-caption .title-wrap p.undertitle {
		font-size: 2em;
	}

	section.about .about-wrap .about-caption .about-info p {
		font-size: 1.375em;
	}

	section.about .about-wrap .about-caption .about-link span {
		font-size: 1.75em;
	}

	section.visit {
		padding: 40px 0px;
	}

	section.visit .visit-wrap .title-wrap {
		margin-bottom: 26px;
	}

	section.visit .visit-wrap .title-wrap h2.section-title {
		font-size: 2.75em;
	}

	section .visit-item .item-link .caption {
		padding: 25px;
	}

	section .visit-item .item-link .caption p.h3 {
		font-size: 2.25em;
		margin-bottom: 16px;
	}

	section .visit-item .item-link .caption p.text {
		font-size: 1.125em;
		margin-bottom: 16px;
	}

	section .visit-item .item-link .caption span.more-link {
		font-size: 1.375em;
	}

	section.banner {
		padding: 30px 0px;
	}

	section.banner .banner-wrap .title-wrap .banner-img {
		width: 120px;
		min-width: 120px;
		margin-right: 20px;
	}

	section.banner .banner-wrap .title-wrap h2.section-title {
		font-size: 3.25em;
		max-width: 400px;
	}
 
	section.banner .banner-wrap .caption a.button {
		font-size: 1.375em;
		padding: 10px 110px;
		margin-bottom: 20px;
	}

	section.banner .banner-wrap .caption .info-wrap .info-item span {
		font-size: 1.375em;
	}

	section.news {
		padding: 56px 0px 32px;
	}

	section.news .news-wrap .title-wrap {
		margin-bottom: 26px;
	}

	section .news-item .item-link .caption {
		padding-top: 16px;
	}

	section .news-item .item-link .caption .new-link p.h3 {
		font-size: 1.375em;
	}

	section .news-item .item-link .caption .text {
		font-size: 1.125em;
	}

	section .buttons-wrap {
		margin-top: 32px;
	}

	section .buttons-wrap .button {
		font-size: 1.75em;
	}

	section.explore {
		padding: 32px 0px 0px;
	}

	section.explore::before {
		width: calc(100% - 80px);
	}

	section .explore-item {
		padding: 56px 0px;
		top: 80px;
	}

	section .explore-item .item-link .thumbnail {
		width: 40%;
		min-width: 40%;
	}
 
	section .explore-item .item-link .caption {
		padding: 0px 0px 0px 48px;
	}

	section .explore-item .item-link .caption p.h3 {
		font-size: 4em;
		margin-bottom: 16px;
	}

	section .explore-item .item-link .caption p.text {
		font-size: 1.375em;
		margin-bottom: 16px;
	}

	section .explore-item .item-link .caption span.more-link {
		font-size: 1.75em;
	}

	section.partnerships {
		padding: 56px 0px;
	}

	section.partnerships .partnerships-wrap .title-wrap {
		margin-bottom: 20px;
	}
 
	section.partnerships .partnerships-wrap .partnerships-list {
		gap: 20px 90px;
	}
 
	section.partnerships .partnerships-wrap .partnerships-list .list-item {
		min-width: calc(((100% - (90px * 3)) / 4));
		flex: 0 0 calc(((100% - (90px * 3)) / 4));
	}

	footer.footer .footer-wrap {
		padding: 32px 0px 18px;
	}

	footer.footer .footer-wrap .logo-wrap a.logo {
		height: 60px;
	}

	footer.footer .footer-wrap .socials-menu {
		margin-top: 28px;
	}

	footer.footer .footer-wrap .socials-menu ul li a {
		width: 60px;
		min-width: 60px;
	}

	footer.footer .footer-wrap .info-wrap:not(:first-child) {
		margin-top: 28px;
	}

	footer.footer .footer-wrap .info-wrap p {
		font-size: 1.375em;
	}

	footer.footer .footer-wrap .qr-wrap {
		gap: 28px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item {
		gap: 28px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item .thumbnail {
		width: 70px;
		min-width: 70px;
		height: 70px;
		border-radius: 16px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item .caption p.h3 {
		font-size: 1.75em;
	}

	footer.footer .footer-copyright {
		padding: 18px 0px 48px;
	}

	footer.footer .footer-copyright p {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 1299px) {
	header.header.fixed {
		top: -36px;
	}

	header.header .header-top .header-top-wrap .schedule-wrap {
		margin-right: 10px;
	}
	
	header.header .header-top .header-top-wrap .schedule-wrap div span {
		font-size: 1.25em;
	}

	header.header .header-top .header-top-wrap .stream-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}

	header.header .header-top .header-top-wrap .stream-wrap a.stream-link::before {
		width: 20px;
		min-width: 20px;
	}

	header.header .header-top .header-top-wrap .stream-wrap a.stream-link span {
		font-size: 1.25em;
	}

	header.header .header-top .header-top-wrap .side-wrap {
		margin-left: 10px;
	}

	header.header .header-top .header-top-wrap .side-wrap .a11y-wrap {
		margin-right: 10px;
	}

	header.header .header-top .header-top-wrap .side-wrap .a11y-wrap .a11y-toggle {
		width: 24px;
		min-width: 24px;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu {
		margin-left: 10px;
		margin-right: 10px;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li:not(:last-child)::after {
		font-size: 1.25em;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu ul li a {
		font-size: 1.25em;
	}

	header.header .header-top .header-top-wrap .side-wrap .socials-menu {
		margin-left: 10px;
		margin-right: 10px;
	}

	header.header .header-top .header-top-wrap .side-wrap .socials-menu ul {
		gap: 10px;
	}

	header.header .header-top .header-top-wrap .side-wrap .socials-menu ul li a {
		width: 24px;
		min-width: 24px;
	}

	header.header .header-top .header-top-wrap .side-wrap .search-wrap a.search-link {
		width: 24px;
		min-width: 24px;
	}

	header.header .header-top .header-top-wrap .side-wrap .profile-wrap a.profile-link {
		width: 24px;
		min-width: 24px;
	}

	header.header .header-main .header-main-wrap {
		padding: 15px 0px;
	}

	header.header .header-main .header-main-wrap a.logo {
		height: 40px;
	}

	header.header .header-main .header-main-wrap .header-menu ul {
		gap: 16px;
	}

	header.header .header-main .header-main-wrap .header-menu ul li a {
		font-size: 1.25em;
	}

	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children > a::after {
		width: 8px;
		min-width: 8px;
		margin-left: 4px;
	}

	header.header .header-main .header-main-wrap .header-menu ul li.menu-item-has-children ul {
		margin-left: -12px;
		padding: 8px 12px;
		gap: 8px;
	}
 
	header.header .header-main .header-main-wrap a.tickets-btn {
		padding: 5px 24px;
		font-size: 1.25em;
	}

	section.main .main-wrap .main-caption h1 {
		font-size: 3.75em;
	}

	section h2.section-title {
		font-size: 3em;
	}

	section.about .about-wrap .about-caption .title-wrap h2.section-title {
		font-size: 4em;
	}

	section.about .about-wrap .about-caption .title-wrap p.undertitle {
		font-size: 1.75em;
	}

	section.visit .visit-wrap .title-wrap h2.section-title {
		font-size: 2.5em;
	}

	section .visit-item .item-link .caption {
		padding: 20px;
	}

	section .visit-item .item-link .caption p.h3 {
		font-size: 2em;
	}

	section.banner .banner-wrap .title-wrap .banner-img {
		width: 110px;
		min-width: 110px;
	}
	
	section.banner .banner-wrap .title-wrap h2.section-title {
		font-size: 2.875em;
		max-width: 400px;
	}

	section .explore-item {
		top: 70px;
	}
 
	section .explore-item .item-link .caption p.h3 {
		font-size: 3.25em;
	}

	footer.footer .footer-wrap .logo-wrap a.logo {
		height: 55px;
	}

	footer.footer .footer-wrap .socials-menu {
		margin-top: 24px;
	}

	footer.footer .footer-wrap .socials-menu ul li a {
		width: 50px;
		min-width: 50px;
	}

	footer.footer .footer-wrap .info-wrap:not(:first-child) {
		margin-top: 24px;
	}

	footer.footer .footer-wrap .qr-wrap {
		gap: 24px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item {
		gap: 20px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item .thumbnail {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item .caption p.h3 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1199px) {
	.container-fluid {
		padding: 0px 30px;
	}

	header.header .header-top .header-top-wrap .side-wrap .languages-menu {
		display: none;
	}

	header.header .header-top .header-top-wrap .side-wrap .socials-menu {
		display: none;
	}

	header.header .header-main .header-main-wrap a.tickets-btn {
		margin-left: auto;
	}
 
	header.header .header-main .header-main-wrap .menu-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0px;
		margin-left: 15px;
		background: none;
		border: none;
		box-shadow: none;
		cursor: pointer;
	}

	header.header .header-main .header-main-wrap .menu-btn span {
		width: 40px;
		min-width: 40px;
		height: 40px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(assets/img/menu-burger.svg);
		font-size: 0px;
		line-height: 100%;
		font-weight: 400;
		color: transparent;
		overflow: hidden;
	}
 
	header.header .header-main .header-main-wrap .header-menu {
		display: none;
	}
 
	section.main .main-wrap .main-caption h1 {
		font-size: 3.5em;
		max-width: 400px;
	}

	section.main .main-slider .slick-dots {
		right: 30px;
	}

	section.main .scroll-down-btn {
		left: max(30px, calc((100% - 100vw) / 2 + 30px));
		bottom: 30px;
		width: 40px;
		min-width: 40px;
	}

	section.visit .visit-wrap .visit-slider {
		margin: 0px -30px;
	}

	section.visit .visit-wrap .visit-slider .slick-list {
		padding: 10px 15px 0px;
	}

	section.news .news-wrap .news-slider {
		margin: 0px -30px;
	}

	section.news .news-wrap .news-slider .slick-list {
		padding: 10px 15px 0px;
	}

	section.explore::before {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 991px) {
	.container-fluid {
		padding: 0px 24px;
	}

	header.header .header-main .header-main-wrap .menu-btn span {
		width: 34px;
		min-width: 34px;
		height: 34px;
	}

	header.header .header-main .header-main-wrap a.tickets-btn {
		font-size: 1.5em;
	}

	section.main .main-wrap .main-caption .main-title-img {
		width: 50%;
		min-width: 50%;
	}

	section.main .main-slider .slick-dots {
		right: 24px;
	}

	section.main .scroll-down-btn {
		left: max(24px, calc((100% - 100vw) / 2 + 24px));
	}

	section.about {
		padding: 42px 0px;
	}

	section.about .about-wrap .about-caption {
		margin-bottom: 30px;
		height: auto;
	}

	section.about .about-wrap .about-caption .title-wrap h2.section-title {
		font-size: 6em;
	}

	section.about .about-wrap .about-caption .title-wrap p.undertitle {
		font-size: 2.25em;
	}

	section.about .about-wrap .about-caption .about-info p {
		font-size: 1.5em;
	}

	section.about .about-wrap .about-caption .about-link span {
		font-size: 2em;
	}

	section.about .about-wrap .about-thumbnail .about-img {
		padding: 8px 0px 0px 8px;
	}

	section.visit {
		padding: 36px 0px;
	}

	section.visit .visit-wrap .visit-slider {
		opacity: 1;
		display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
		margin: 0px;
		overflow: visible;
	}

	section.visit .visit-wrap .title-wrap h2.section-title {
		font-size: 3em;
	}

	section .visit-item .item-link::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}

	section .visit-item .item-link .caption {
		padding: 12px;
	}

	section .visit-item .item-link .caption p.h3 {
		font-size: 2.5em;
	}

	section .visit-item .item-link .caption p.text {
		font-size: 1.25em;
	}

	section .visit-item .item-link .caption span.more-link {
		font-size: 1.5em;
	}

	section.banner .banner-wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	section.banner .banner-wrap .title-wrap {
		width: 100%;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	section.banner .banner-wrap .title-wrap .banner-img {
		margin-left: 20px;
		margin-right: 0px;
		width: 90px;
		min-width: 90px;
	}

	section.banner .banner-wrap .title-wrap h2.section-title {
		font-size: 3em;
	}
 
	section.banner .banner-wrap .caption {
		width: 100%;
	}
 
	section.banner .banner-wrap .caption a.button {
		width: 100%;
		justify-content: center;
		font-size: 1.5em;
		padding: 10px 24px;
	}

	section.banner .banner-wrap .caption .info-wrap .info-item span {
		font-size: 1.5em;
	}

	section.news {
		padding: 42px 0px 30px;
	}

	section.news .news-wrap .news-slider .slick-list {
		padding: 8px 15px 0px;
	}

	section .news-item .item-link .thumbnail .new-link::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}

	section .news-item .item-link .caption .new-link p.h3 {
		font-size: 1.5em;
	}

	section .news-item .item-link .caption .text {
		font-size: 1em;
	}

	section .buttons-wrap .button {
		font-size: 2em;
	}
 
	section.explore {
		padding: 30px 0px 0px;
	}

	section.explore::before {
		width: calc(100% - 48px);
	}

	section .explore-item {
		padding: 36px 0px;
		position: relative;
		top: auto;
	}
 
	section .explore-item .item-link {
		flex-direction: column;
	}
 
	section .explore-item .item-link .thumbnail {
		width: 100%;
		min-width: 100%;
		margin-bottom: 24px;
	}

	section .explore-item .item-link .thumbnail::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}
 
	section .explore-item .item-link .caption {
		padding: 0px;
	}
 
	section .explore-item .item-link .caption p.h3 {
		font-size: 4em;
	}

	section .explore-item .item-link .caption p.text {
		font-size: 1.5em;
	}

	section .explore-item .item-link .caption span.more-link {
		font-size: 2em;
	}
 
	section.partnerships {
		padding: 36px 0px;
	}

	section.partnerships .partnerships-wrap .partnerships-list {
		gap: 30px 50px;
	}
 
	section.partnerships .partnerships-wrap .partnerships-list .list-item {
		min-width: calc((100% - (50px * 2)) / 3);
		flex: 0 0 calc((100% - (50px * 2)) / 3);
	}

	footer.footer .footer-wrap .logo-wrap a.logo {
		height: 75px;
	}

	footer.footer .footer-wrap .socials-menu {
		margin-bottom: 24px;
	}

	footer.footer .footer-wrap .qr-wrap {
		margin-top: 24px;
	}
}

@media screen and (max-width: 767px) {
	.container-fluid {
		padding: 0px 16px;
	}
 
	body.overflow {
		padding-right: 0px;
	}

	header.header.fixed {
		top: -32px;
	}
 
	header.header .header-top .header-top-wrap .schedule-wrap {
		display: none;
	}

	header.header .header-top .header-top-wrap .stream-wrap {
		margin: 0px auto;
	}

	header.header .header-top .header-top-wrap .side-wrap {
		display: none;
	}
 
	section.main .main-wrap .main-caption {
		min-height: 70svh;
		padding: 30px 0px 90px;
	}
 
	section.main .main-wrap .main-caption h1 {
		font-size: 3em;
		max-width: 100%;
	}
 
	section.main .main-wrap .main-caption .main-title-img,
	section.main .main-wrap .main-caption.show-logo .main-title-img {
		width: 74%;
		min-width: 74%;
	}
 
	section.main .main-slider .slick-dots {
		right: auto;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
		flex-direction: row;
	}

	section.main .scroll-down-btn {
		display: none;
	}
 
	section.about {
		padding: 40px 0px;
	}

	section.explore::before {
		width: calc(100% - 32px);
	}
 
	section .explore-item:not(:first-child) {
		box-shadow: none;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
 
	section.partnerships {
		padding: 40px 0px;
	}
 
	section.partnerships .partnerships-wrap .partnerships-list {
		gap: 24px 30px;
	}
 
	section.partnerships .partnerships-wrap .partnerships-list .list-item {
		min-width: calc((100% - 30px) / 2);
		flex: 0 0 calc((100% - 30px) / 2);
	}

	footer.footer .footer-wrap .info-wrap p {
		font-size: 1.25em;
	}

	footer.footer .footer-copyright {
		flex-direction: column;
		gap: 18px;
	}

	footer.footer .footer-copyright p {
		font-size: 1.25em;
		text-align: center;
	}
}

@media screen and (max-width: 499px) {
	.container-fluid {
		padding: 0px 14px;
	}

	header.header .header-main .header-main-wrap {
		padding: 13px 0px;
	}

	header.header .header-main .header-main-wrap a.logo {
		height: 34px;
	}

	header.header .header-main .header-main-wrap a.tickets-btn {
		font-size: 1.25em;
		display: none;
	}

	header.header .header-main .header-main-wrap .menu-btn {
		margin-left: 10px;
	}

	.mobile-menu {
		padding: 30px 14px;
	}

	.mobile-menu .menus .menus-header {
		margin-bottom: 30px;
	}

	.mobile-menu .menus .menus-header .menu-btn span {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	.mobile-menu .menus .menus-header .languages-menu ul li a {
		font-size: 1.5em;
	}

	.mobile-menu .menus .menus-header .languages-menu ul li:not(:last-child)::after {
		font-size: 1.5em;
	}

	.mobile-menu .menus .header-menu ul {
		gap: 20px;
	}

	.mobile-menu .menus .header-menu ul li {
		gap: 20px;
	}

	.mobile-menu .menus .header-menu ul li a {
		font-size: 1.5em;
	}

	.mobile-menu .menus .socials-menu {
		margin-top: 30px;
	}

	.mobile-menu .menus .socials-menu ul {
		gap: 20px;
	}

	.mobile-menu .menus .socials-menu ul li a {
		width: 36px;
		min-width: 36px;
	}

	section.main .main-wrap .main-caption {
		min-height: 55svh;
		padding: 30px 0px 60px;
	}

	section.main .main-wrap .main-caption h1 {
		font-size: 2.25em;
	}

	section.main .main-slider .slick-dots {
		bottom: 20px;
	}

	section h2.section-title {
		font-size: 2em;
	}

	section.about {
		padding: 30px 0px;
	}

	section.about .about-wrap .about-caption .title-wrap {
		margin-bottom: 20px;
	}
 
	section.about .about-wrap .about-caption .title-wrap h2.section-title {
		font-size: 3em;
	}
 
	section.about .about-wrap .about-caption .title-wrap p.undertitle {
		font-size: 1.5em;
	}

	section.about .about-wrap .about-caption .about-info p {
		font-size: 1.25em;
	}

	section.about .about-wrap .about-caption .about-link span {
		font-size: 1.5em;
	}

	section.visit {
		padding: 30px 0px;
	}

	section.visit .visit-wrap .visit-slider {
		grid-template-columns: 1fr;
	}

	section.visit .visit-wrap .title-wrap h2.section-title {
		font-size: 2em;
	}

	section .visit-item .item-link .caption p.h3 {
		font-size: 1.875em;
	}

	section .visit-item .item-link .caption p.text {
		font-size: 1.125em;
	}

	section .visit-item .item-link .caption span.more-link {
		font-size: 1.125em;
	}
 
	section.banner .banner-wrap .title-wrap .banner-img {
		width: 60px;
		min-width: 60px;
	}
 
	section.banner .banner-wrap .title-wrap h2.section-title {
		font-size: 2.125em;
	}

	section.banner .banner-wrap .caption a.button {
		font-size: 1.25em;
	}

	section.banner .banner-wrap .caption .info-wrap .info-item span {
		font-size: 1.25em;
	}

	section.news {
		padding: 30px 0px;
	}

	section .news-item .item-link .caption .new-link p.h3 {
		font-size: 1.25em;
	}

	section .buttons-wrap {
		margin-top: 24px;
	}

	section .buttons-wrap .button {
		font-size: 1.5em;
	}

	section .explore-item {
		padding: 30px 0px;
	}
 
	section .explore-item .item-link .caption p.h3 {
		font-size: 1.875em;
	}

	section .explore-item .item-link .caption p.text {
		font-size: 1.25em;
	}

	section .explore-item .item-link .caption span.more-link {
		font-size: 1.5em;
	}

	section.partnerships {
		padding: 30px 0px;
	}

	footer.footer .footer-wrap {
		padding: 30px 0px 16px;
	}

	footer.footer .footer-wrap .info-wrap:not(:first-child) {
		margin-top: 20px;
	}

	footer.footer .footer-wrap .socials-menu {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	footer.footer .footer-wrap .qr-wrap {
		margin-top: 20px;
		gap: 20px;
	}

	footer.footer .footer-wrap .qr-wrap .qr-item {
		gap: 16px;
	}

	footer.footer .footer-copyright {
		padding: 16px 0px 30px;
		gap: 16px;
	}
}




































section.archive-top {
	position: relative;
}

section.archive-top .thumbnail {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.archive-top .thumbnail .img-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

section.archive-top .thumbnail .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.archive-top .thumbnail .img-wrap::after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

section.archive-top .caption {
	position: relative;
	z-index: 2;
}

section.archive-top .caption .caption-wrap {
	padding: 50px 0px;
	min-height: 480px;
	display: flex;
	flex-direction: column;
}

section.archive-top .caption .caption-wrap h1 {
	font-size: 6em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-white);
	text-transform: uppercase;
	margin: 0px;
}

section.exhibitions {
	padding: 70px 0px;
	background-color: var(--bg-light);
}

section.exhibitions:has(.exhibitions-item.big-item) {
	background-color: var(--bg-gray);
}

section.exhibitions .exhibitions-wrap {
	display: flex;
	flex-direction: column;
}

section.exhibitions .exhibitions-wrap .exhibitions-items-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

section.exhibitions .exhibitions-wrap .exhibitions-items-list .exhibitions-item {
	width: calc((100% - 40px) / 2);
}

section.exhibitions .exhibitions-wrap .exhibitions-items-list .exhibitions-item.big-item {
	width: 100%;
}

section .exhibitions-item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

section .exhibitions-item .item-link {
	display: flex;
	position: relative;
	text-decoration: none;
	height: 100%;
}

section .exhibitions-item .item-link .thumbnail {
	position: relative;
	width: 45%;
	min-width: 45%;
	height: auto;
	display: flex;
	flex-direction: column;
}

section .exhibitions-item.big-item .item-link .thumbnail {
	width: 27%;
	min-width: 27%;
}

section .exhibitions-item .item-link .thumbnail::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	height: calc(100% + 10px);
	width: 100%;
	background: var(--bg-green);
}

section .exhibitions-item .item-link .thumbnail .img-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 313/446;
	position: relative;
}

section .exhibitions-item.big-item .item-link .thumbnail .img-wrap {
	aspect-ratio: 405/577;
}

section .exhibitions-item .item-link .thumbnail .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .exhibitions-item .item-link .caption {
	width: 55%;
	padding: 30px 0px 30px 30px;
	display: flex;
	flex-direction: column;
}

section .exhibitions-item.big-item .item-link .caption {
	width: 73%;
}

section .exhibitions-item .item-link .caption p.h2 {
	font-size: 3em;
	line-height: 100%;
	font-weight: 700;
	color: var(--bg-green);
	transition: var(--fast);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	word-break: break-word;
	margin-bottom: 24px;
}

@media screen and (min-width: 576px) {
	section .exhibitions-item .item-link:hover .caption p.h2 {
		color: var(--main-primary);
	}
}

section .exhibitions-item.big-item .item-link .caption p.h2 {
	font-size: 4em;
	padding-left: 72px;
	position: relative;
}

section .exhibitions-item.big-item .item-link .caption p.h2::after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 46px;
	min-width: 46px;
	height: auto;
	aspect-ratio: 46 / 72;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(assets/img/arrow-right-slider.svg);
	background-color: var(--bg-green);
}

section .exhibitions-item .item-link .caption .meta {
	display: flex;
	flex-direction: column;
	border-top: 3px solid var(--main-black);
	padding-top: 16px;
	gap: 20px;
	margin-bottom: 24px;
}

section .exhibitions-item.big-item .item-link .caption .meta {
	flex-direction: row;
}

section .exhibitions-item.big-item .item-link .caption .meta > div {
	width: calc((100% - 20px) / 2);
}

section .exhibitions-item .item-link .caption .schedule {
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	position: relative;
}

section .exhibitions-item .item-link .caption .schedule::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
	background-image: url(assets/img/clock-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section .exhibitions-item .item-link .caption .schedule .title {
	font-size: 1.25em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
	margin: 0px;
}

section .exhibitions-item .item-link .caption .schedule .text {
	font-size: 1.125em;
	line-height: 130%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

section .exhibitions-item .item-link .caption .location {
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	position: relative;
}

section .exhibitions-item .item-link .caption .location::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
	background-image: url(assets/img/map-pin-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section .exhibitions-item .item-link .caption .location .title {
	font-size: 1.25em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
	margin: 0px;
}

section .exhibitions-item .item-link .caption .location .text {
	font-size: 1.125em;
	line-height: 130%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

section .exhibitions-item .item-link .caption .text {
	margin-bottom: 24px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	word-break: break-word;
}

section .exhibitions-item .item-link .caption .text p {
	font-size: 1.5em;
	line-height: 140%;
	font-weight: 500;
	color: var(--main-black);
	margin-bottom: 16px;
}

section .exhibitions-item .item-link .caption .text p:last-child {
	margin-bottom: 0px;
}

section .exhibitions-item .item-link .caption span.more-link {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 700;
	color: var(--bg-blue);
	text-transform: uppercase;
	margin-top: auto;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .exhibitions-item .item-link:hover .caption span.more-link {
		color: var(--main-primary);
	}
}

section .exhibitions-item .item-link .caption span.more-link::after {
	content: '';
	width: 20px;
	min-width: 20px;
	height: auto;
	aspect-ratio: 20 / 32;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/arrow-right-slider.svg);
	margin-left: 8px;
}

section.exhibitions:has(.pagination) {
	padding-top: 0px;
}

@media screen and (max-width: 1599px) {
	section.archive-top .caption .caption-wrap {
		min-height: 450px;
	}

	section.archive-top .caption .caption-wrap h1 {
		font-size: 5em;
	}
}

@media screen and (max-width: 1499px) {
	section.archive-top .caption .caption-wrap {
		padding: 40px 0px;
		min-height: 390px;
	}

	section.archive-top .caption .caption-wrap h1 {
		font-size: 4em;
	}

	section.exhibitions {
		padding: 56px 0px;
	}

	section.exhibitions .exhibitions-wrap .exhibitions-items-list {
		gap: 30px;
	}

	section.exhibitions .exhibitions-wrap .exhibitions-items-list .exhibitions-item {
		width: calc((100% - 30px) / 2);
	}

	section .exhibitions-item .item-link .caption {
		padding: 20px 0px 20px 20px;
	}

	section .exhibitions-item .item-link .caption p.h2 {
		font-size: 2.75em;
		margin-bottom: 20px;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		font-size: 3.5em;
		padding-left: 62px;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2::after {
		width: 40px;
		min-width: 40px;
	}

	section .exhibitions-item .item-link .caption .meta {
		gap: 16px;
		margin-bottom: 20px;
	}

	section .exhibitions-item.big-item .item-link .caption .meta > div {
		width: calc((100% - 16px) / 2);
	}

	section .exhibitions-item .item-link .caption .schedule {
		padding-left: 30px;
	}

	section .exhibitions-item .item-link .caption .schedule::before {
		width: 20px;
		height: 20px;
	}

	section .exhibitions-item .item-link .caption .schedule .title {
		font-size: 1.125em;
	}

	section .exhibitions-item .item-link .caption .schedule .text {
		font-size: 1em;
	}

	section .exhibitions-item .item-link .caption .location {
		padding-left: 30px;
	}

	section .exhibitions-item .item-link .caption .location::before {
		width: 20px;
		height: 20px;
	}

	section .exhibitions-item .item-link .caption .location .title {
		font-size: 1.125em;
	}

	section .exhibitions-item .item-link .caption .location .text {
		font-size: 1em;
	}

	section .exhibitions-item .item-link .caption .text {
		margin-bottom: 20px;
	}

	section .exhibitions-item .item-link .caption .text p {
		font-size: 1.375em;
	}

	section .exhibitions-item .item-link .caption span.more-link {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 1299px) {
	section.archive-top .caption .caption-wrap {
		min-height: 360px;
	}

	section.archive-top .caption .caption-wrap h1 {
		font-size: 3.25em;
	}

	section .exhibitions-item .item-link .caption p.h2 {
		font-size: 2.5em;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		font-size: 3em;
	}
}

@media screen and (max-width: 1199px) {
	section.archive-top .caption .caption-wrap {
		min-height: 300px;
	}

	section .exhibitions-item .item-link .caption p.h2 {
		font-size: 2em;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		font-size: 2.125em;
	}
}

@media screen and (max-width: 991px) {
	section.archive-top .caption .caption-wrap {
		min-height: 240px;
	}

	section.exhibitions {
		padding: 42px 0px;
	}

	section.exhibitions .exhibitions-wrap .exhibitions-items-list .exhibitions-item {
		width: 100%;
	}

	section .exhibitions-item .item-link .thumbnail {
		width: 30%;
		min-width: 30%;
	}

	section .exhibitions-item .item-link .thumbnail::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}

	section .exhibitions-item .item-link .caption {
		width: 70%;
	}

	section .exhibitions-item.big-item .item-link .thumbnail {
		width: 30%;
		min-width: 30%;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		padding: 0px;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2::after {
		display: none;
	}

	section .exhibitions-item .item-link .caption .meta {
		gap: 12px;
	}

	section .exhibitions-item .item-link .caption .meta > div {
		min-width: calc((100% - 12px) / 2);
		flex: 1;
	}
}

@media screen and (max-width: 767px) {
	section.archive-top .caption .caption-wrap {
		padding: 30px 0px;
		min-height: 160px;
	}

	section.archive-top .caption .caption-wrap h1 {
		font-size: 3em;
	}

	section .exhibitions-item .item-link .caption {
		padding: 16px 0px 16px 16px;
	}

	section .exhibitions-item .item-link .caption p.h2 {
		font-size: 1.75em;
		margin-bottom: 16px;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		font-size: 1.75em;
	}

	section .exhibitions-item .item-link .caption .meta {
		margin-bottom: 16px;
	}

	section .exhibitions-item .item-link .caption .text p {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 499px) {
	section.archive-top .caption .caption-wrap {
		min-height: 130px;
	}

	section.archive-top .caption .caption-wrap h1 {
		font-size: 2.25em;
	}

	section.exhibitions {
		padding: 30px 0px;
	}

	section .exhibitions-item .item-link .caption {
		padding: 6px 0px 6px 12px;
	}

	section .exhibitions-item .item-link .caption p.h2 {
		font-size: 1.25em;
		margin-bottom: 12px;
	}

	section .exhibitions-item.big-item .item-link .caption p.h2 {
		font-size: 1.25em;
	}

	section .exhibitions-item .item-link .caption .meta {
		padding-top: 12px;
		border-top-width: 2px;
		margin-bottom: 12px;
		gap: 6px;
	}

	section .exhibitions-item .item-link .caption .schedule {
		padding-left: 20px;
	}

	section .exhibitions-item .item-link .caption .schedule::before {
		top: 3px;
		width: 16px;
		height: 16px;
	}

	section .exhibitions-item .item-link .caption .location {
		padding-left: 20px;
	}

	section .exhibitions-item .item-link .caption .location::before {
		top: 3px;
		width: 16px;
		height: 16px;
	}

	section .exhibitions-item .item-link .caption span.more-link {
		font-size: 1.125em;
	}

	section .exhibitions-item .item-link .caption span.more-link::after {
		width: 14px;
		min-width: 14px;
	}

	section .exhibitions-item .item-link .caption .text p {
		font-size: 1em;
	}
}




































section.single-exhibitions {
	padding: 70px 0px;
	background-color: var(--bg-light);
}

section.single-exhibitions .single-thumbnail {
	display: flex;
	flex-direction: column;
	width: 100%;
}

section.single-exhibitions .single-thumbnail .img-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}

section.single-exhibitions .single-thumbnail .img-wrap::before {
	position: absolute;
	content: '';
	top: -10px;
	left: -10px;
	width: 25%;
	height: calc(100% + 10px);
	background-color: var(--bg-green);
}

section.single-exhibitions .single-thumbnail .img-wrap img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.single-exhibitions .single-links {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

section.single-exhibitions .single-links .single-link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 700;
	color: var(--main-white);
	background-color: var(--main-primary);
	text-transform: uppercase;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}

nav.breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

nav.breadcrumbs > div span {
	font-size: 1.125em;
	line-height: 150%;
	font-weight: 700;
	color: var(--main-text);
}

nav.breadcrumbs > div span a {
	color: var(--main-text);
	text-decoration: none;
}

nav.breadcrumbs > div > span:last-child {
	display: none;
}

@media screen and (max-width: 1199px) {
	nav.breadcrumbs {
		margin-bottom: 10px;
	}

	nav.breadcrumbs > div span {
		font-size: 1em;
	}
}

section.single-exhibitions .single-caption h1 {
	font-size: 4em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text);
	letter-spacing: -1.1%;
	text-transform: uppercase;
	margin-bottom: 32px;
}

section.single-exhibitions .single-caption .meta {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 24px;
	flex-direction: row;
	margin-top: 24px;
}

section.single-exhibitions .single-caption .meta > div {
	width: calc((100% - 20px) / 2);
}

section.single-exhibitions .single-caption .meta .schedule {
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	position: relative;
}

section.single-exhibitions .single-caption .meta .schedule::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
	background-image: url(assets/img/clock-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.single-exhibitions .single-caption .meta .schedule .title {
	font-size: 1.25em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
	margin: 0px;
}

section.single-exhibitions .single-caption .meta .schedule .text {
	font-size: 1.125em;
	line-height: 130%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

section.single-exhibitions .single-caption .meta .location {
	display: flex;
	flex-direction: column;
	padding-left: 34px;
	position: relative;
}

section.single-exhibitions .single-caption .meta .location::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
	background-image: url(assets/img/map-pin-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.single-exhibitions .single-caption .meta .location .title {
	font-size: 1.25em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
	margin: 0px;
}

section.single-exhibitions .single-caption .meta .location .text {
	font-size: 1.125em;
	line-height: 130%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

section.single-exhibitions .single-caption .single-gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 25px;
	margin-bottom: 32px;
}

section.single-exhibitions .single-caption .single-gallery .gallery-item {
	width: calc((100% - 50px) / 3);
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

section.single-exhibitions .single-caption .single-gallery .gallery-item .img-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
}

section.single-exhibitions .single-caption .single-gallery .gallery-item .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.single-exhibitions .single-caption .page-content {
	font-size: 2em;
}

section.exhibitions.more-exhibitions {
	background-color: var(--bg-gray);
}

section.exhibitions.more-exhibitions .title-wrap {
	display: flex;
	margin-bottom: 30px;
}

@media screen and (max-width: 1599px) {
	section.single-exhibitions .single-links {
		margin-top: 50px;
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.875em;
	}
}

@media screen and (max-width: 1499px) {
	section.single-exhibitions {
		padding: 56px 0px;
	}

	section.single-exhibitions .single-links {
		margin-top: 40px;
		gap: 26px;
	}

	section.single-exhibitions .single-links .single-link {
		font-size: 1.375em;
		padding: 10px 20px;
	}

	section.single-exhibitions .single-caption h1 {
		font-size: 3.5em;
		margin-bottom: 26px;
	}

	section.single-exhibitions .single-caption .meta {
		gap: 16px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	section.single-exhibitions .single-caption .meta .schedule {
		padding-left: 30px;
	}

	section.single-exhibitions .single-caption .meta .schedule::before {
		width: 20px;
		height: 20px;
	}

	section.single-exhibitions .single-caption .meta .schedule .title {
		font-size: 1.125em;
	}

	section.single-exhibitions .single-caption .meta .schedule .text {
		font-size: 1em;
	}

	section.single-exhibitions .single-caption .meta .location {
		padding-left: 30px;
	}

	section.single-exhibitions .single-caption .meta .location::before {
		width: 20px;
		height: 20px;
	}

	section.single-exhibitions .single-caption .meta .location .title {
		font-size: 1.125em;
	}

	section.single-exhibitions .single-caption .meta .location .text {
		font-size: 1em;
	}

	section.single-exhibitions .single-caption .single-gallery {
		gap: 20px;
		margin-bottom: 26px;
	}

	section.single-exhibitions .single-caption .single-gallery .gallery-item {
		width: calc((100% - 40px) / 3);
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.75em;
	}

	section.exhibitions.more-exhibitions .title-wrap {
		margin-bottom: 26px;
	}
}

@media screen and (max-width: 1299px) {
	section.single-exhibitions .single-caption h1 {
		font-size: 3em;
		margin-bottom: 24px;
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.625em;
	}
}

@media screen and (max-width: 1199px) {
	section.single-exhibitions .single-links {
		margin-top: 30px;
		gap: 22px;
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 991px) {
	section.single-exhibitions {
		padding: 42px 0px;
	}

	section.single-exhibitions .single-thumbnail .img-wrap::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}

	section.single-exhibitions .single-links {
		margin-top: 20px;
		gap: 16px;
		margin-bottom: 20px;
	}

	section.single-exhibitions .single-links .single-link {
		font-size: 1.5em;
		padding: 10px 24px;
	}

	section.single-exhibitions .single-caption .meta {
		gap: 12px;
		flex-direction: row;
	}

	section.single-exhibitions .single-caption .meta > div {
		min-width: calc((100% - 12px) / 2);
		width: auto;
		flex: 1;
	}

	section.single-exhibitions .single-caption .single-gallery {
		margin-bottom: 20px;
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 767px) {
	section.single-exhibitions .single-links .single-link {
		font-size: 1.25em;
	}

	section.single-exhibitions .single-caption h1 {
		font-size: 2.5em;
		margin-bottom: 20px;
	}

	section.single-exhibitions .single-caption .meta {
		margin-bottom: 16px;
		margin-top: 16px;
	}

	section.single-exhibitions .single-caption .single-gallery {
		gap: 16px;
	}

	section.single-exhibitions .single-caption .single-gallery .gallery-item {
		width: calc((100% - 16px) / 2);
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 499px) {
	section.single-exhibitions {
		padding: 30px 0px;
	}

	section.single-exhibitions .single-links {
		gap: 12px;
	}

	section.single-exhibitions .single-links .single-link {
		font-size: 1em;
	}

	section.single-exhibitions .single-caption h1 {
		font-size: 2em;
	}

	section.single-exhibitions .single-caption .single-gallery {
		gap: 12px;
	}

	section.single-exhibitions .single-caption .single-gallery .gallery-item {
		width: calc((100% - 12px) / 2);
	}

	section.single-exhibitions .single-caption .page-content {
		font-size: 1.25em;
	}
}




























section.news.news-archive .news-wrap .title-wrap {
	margin-bottom: 40px;
}

section h1.section-title {
	font-size: 6em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-black-text);
	text-transform: uppercase;
	margin: 0px;
}

section.news .news-wrap .news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

section.news .news-wrap .news-list .news-item {
	width: calc((100% - 30px * 3) / 4);
}

section p.nothing-found {
	margin: 0px;
	font-size: 3em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
}

@media screen and (max-width: 1599px) {
	section h1.section-title {
		font-size: 5em;
	}
}

@media screen and (max-width: 1499px) {
	section.news.news-archive .news-wrap .title-wrap {
		margin-bottom: 30px;
	}

	section h1.section-title {
		font-size: 4em;
	}
}

@media screen and (max-width: 1299px) {
	section h1.section-title {
		font-size: 3.25em;
	}
}

@media screen and (max-width: 1199px) {
	section.news.news-archive .news-wrap .title-wrap {
		margin-bottom: 26px;
	}

	section.news .news-wrap .news-list .news-item {
		width: calc((100% - 30px * 2) / 3);
	}

	section p.nothing-found {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 767px) {
	section h1.section-title {
		font-size: 3em;
	}

	section.news .news-wrap .news-list .news-item {
		width: calc((100% - 30px) / 2);
	}

	section p.nothing-found {
		font-size: 2em;
	}
}

@media screen and (max-width: 499px) {
	section h1.section-title {
		font-size: 2.25em;
	}

	section.news .news-wrap .news-list .news-item {
		width: 100%;
	}

	section p.nothing-found {
		font-size: 1.5em;
	}
}























section.single-post {
	padding: 70px 0px;
	background-color: var(--bg-light);
}

section.single-post .single-caption h1 {
	font-size: 4em;
	line-height: 100%;
	font-weight: 500;
	color: var(--main-text);
	text-transform: uppercase;
	margin-bottom: 32px;
}

section.single-post .single-caption .page-content {
	font-size: 2em;	
}

section.single-post .single-thumbnail {
	width: 100%;
	margin-bottom: 32px;
}

section.single-post .single-thumbnail .img-wrap {
	position: relative;
	width: 100%;
}

section.single-post .single-thumbnail .img-wrap::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 25%;
	height: calc(100% + 10px);
	background-color: var(--bg-blue);
}

section.single-post .single-thumbnail .img-wrap img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.single-post .single-banner {
	position: sticky;
	top: 100px;
}

section.single-post .single-banner .img-wrap {
	width: 100%;
	position: relative;
}

section.single-post .single-banner .img-wrap::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: calc(100% + 10px);
	height: calc(100% + 20px);
	background-color: #D9D9D9;
}

section.single-post .single-banner .img-wrap img {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
}

section.single-post .read-also {
	position: sticky;
	top: 100px;
}

section.single-post .read-also .read-also-title {
	font-size: 2em;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-primary);
	margin-bottom: 24px;
}

section.single-post .read-also .read-also-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

section.single-post .read-also .read-also-item .item-link {
	display: flex;
	gap: 16px;
	text-decoration: none;
}

section.single-post .read-also .read-also-item .thumbnail {
	flex-shrink: 0;
	width: 100px;
}

section.single-post .read-also .read-also-item .thumbnail .img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

section.single-post .read-also .read-also-item .thumbnail .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.single-post .read-also .read-also-item .caption {
	display: flex;
	flex-direction: column;
}

section.single-post .read-also .read-also-item .caption .meta {
	font-size: 1em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-black);
	margin-bottom: 6px;
}

section.single-post .read-also .read-also-item .caption .h3 {
	font-size: 1.25em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-text);
	margin: 0;
	text-transform: uppercase;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	transition: var(--fast);
}

@media screen and (min-width: 575px) {
	section.single-post .read-also .read-also-item .item-link:hover .caption .h3 {
		color: var(--main-primary);
	}
}

@media screen and (max-width: 1599px) {
	section.single-post .single-caption .page-content {
		font-size: 1.875em;	
	}
}

@media screen and (max-width: 1499px) {
	section.single-post {
		padding: 56px 0px;
	}

	section.single-post .single-caption h1 {
		font-size: 3.5em;
		margin-bottom: 26px;
	}

	section.single-post .single-thumbnail {
		margin-bottom: 26px;
	}

	section.single-post .single-caption .page-content {
		font-size: 1.75em;	
	}

	section.single-post .read-also .read-also-title {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 1299px) {
	section.single-post .single-caption h1 {
		font-size: 3em;
		margin-bottom: 24px;
	}

	section.single-post .single-thumbnail {
		margin-bottom: 24px;
	}

	section.single-post .single-caption .page-content {
		font-size: 1.625em;	
	}

	section.single-post .read-also .read-also-title {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1199px) {
	section.single-post .single-caption h1 {
		font-size: 2.5em;
	}

	section.single-post .single-caption .page-content {
		font-size: 1.5em;	
	}
}

@media screen and (max-width: 991px) {
	section.single-post {
		padding: 42px 0px;
	}	

	section.single-post .single-thumbnail .img-wrap::before {
		top: -8px;
		left: -8px;
		height: calc(100% + 8px);
	}

	section.single-post .single-caption .page-content {
		font-size: 1.375em;	
	}

	section.single-post .single-banner {
		position: static;
		margin-top: 40px;
	}

	section.single-post .single-banner .img-wrap::before {
		left: -8px;
		top: -8px;
		width: calc(100% + 8px);
		height: calc(100% + 16px);
	}

	section.single-post .read-also {
		position: static;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	section.single-post .single-caption h1 {
		font-size: 2.5em;
		margin-bottom: 20px;
	}

	section.single-post .single-thumbnail {
		margin-bottom: 20px;
	}

	section.single-post .single-caption .page-content {
		font-size: 1.25em;	
	}
}

@media screen and (max-width: 499px) {
	section.single-post {
		padding: 30px 0px;
	}

	section.single-post .single-caption h1 {
		font-size: 2em;
	}

	section.single-post .single-caption .page-content {
		font-size: 1.25em;	
	}
}

































section.excursions {
	padding: 70px 0px;
	background-color: var(--bg-light);
}

section.excursions .excursions-wrap {
	display: flex;
	flex-direction: column;
}

section.excursions .excursions-wrap .excursions-items-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

section.excursions .excursions-wrap .excursions-items-list .excursions-item {
	width: calc((100% - 60px) / 3);
}

section.excursions .excursions-wrap .excursions-items-list .excursions-item.big-item {
	width: 100%;
}

section .excursions-item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

section .excursions-item .item-link {
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: none;
	background-color: var(--bg-gray);
	height: 100%;
}

section .excursions-item .item-link .thumbnail {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

section .excursions-item .item-link .thumbnail .img-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
	position: relative;
}

section .excursions-item .item-link .thumbnail .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .excursions-item .item-link .caption {
	width: 100%;
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

section .excursions-item .item-link .caption p.h2 {
	font-size: 2.25em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-primary);
	transition: var(--fast);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	word-break: break-word;
	margin-bottom: 12px;
}

section .excursions-item .item-link .caption .meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
}

section .excursions-item .item-link .caption .meta .duration {
	font-size: 1.375em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
}

section .excursions-item .item-link .caption .meta .group {
	font-size: 1.375em;
	line-height: 130%;
	font-weight: 500;
	color: var(--main-black);
}

section .excursions-item .item-link .caption .stats {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: auto;
}

section .excursions-item .item-link .caption .stats .review {
	font-size: 1.5em;
	line-height: 130%;
	font-weight: 400;
	color: var(--main-text);
	display: flex;
	align-items: center;
}

section .excursions-item .item-link .caption .stats .review::before {
	content: '';
	width: 25px;
	min-width: 25px;
	aspect-ratio: 25/18;
	background-image: url(assets/img/star-full-black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 8px;
}

section .excursions-item .item-link .caption .stats .review .score {
	font-weight: 700;
	margin-right: 12px;
}

section .excursions-item .item-link .caption .stats .price {
	font-size: 1.5em;
	line-height: 130%;
	font-weight: 700;
	color: var(--main-text);
}

section.excursions:has(.pagination) {
	padding-top: 0px;
}

@media screen and (max-width: 1499px) {
	section.excursions {
		padding: 56px 0px;
	}

	section .excursions-item .item-link .caption .meta {
		gap: 16px;
		margin-bottom: 20px;
	}

	section .excursions-item .item-link .caption .stats {
		gap: 16px;
	}
}

@media screen and (max-width: 1299px) {
	section .excursions-item .item-link .caption {
		padding: 16px;
	}

	section .excursions-item .item-link .caption p.h2 {
		font-size: 2em;
	}

	section .excursions-item .item-link .caption .meta .duration {
		font-size: 1.25em;
	}

	section .excursions-item .item-link .caption .meta .group {
		font-size: 1.25em;
	}

	section .excursions-item .item-link .caption .stats .review {
		font-size: 1.375em;
	}

	section .excursions-item .item-link .caption .stats .price {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 991px) {
	section.excursions {
		padding: 42px 0px;
	}

	section .excursions-item .item-link .caption .meta {
		gap: 12px;
	}

	section .excursions-item .item-link .caption .stats {
		gap: 12px;
	}
}

@media screen and (max-width: 767px) {
	section.excursions .excursions-wrap .excursions-items-list {
		gap: 20px;
	}

	section.excursions .excursions-wrap .excursions-items-list .excursions-item {
		width: calc((100% - 20px) / 2);
	}

	section .excursions-item .item-link .caption {
		padding: 12px;
	}

	section .excursions-item .item-link .caption p.h2 {
		font-size: 1.75em;
	}

	section .excursions-item .item-link .caption .meta {
		margin-bottom: 16px;
	}

	section .excursions-item .item-link .caption .meta .duration {
		font-size: 1.125em;
	}

	section .excursions-item .item-link .caption .meta .group {
		font-size: 1.125em;
	}

	section .excursions-item .item-link .caption .stats .review {
		font-size: 1.25em;
	}

	section .excursions-item .item-link .caption .stats .price {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 499px) {
	section.excursions {
		padding: 30px 0px;
	}

	section.excursions .excursions-wrap .excursions-items-list .excursions-item {
		width: 100%;
	}

	section .excursions-item .item-link .caption p.h2 {
		font-size: 1.5em;
	}

	section .excursions-item .item-link .caption .meta .duration {
		font-size: 1em;
	}

	section .excursions-item .item-link .caption .meta .group {
		font-size: 1em;
	}

	section .excursions-item .item-link .caption .stats .review {
		font-size: 1.125em;
	}

	section .excursions-item .item-link .caption .stats .price {
		font-size: 1.125em;
	}
}




















section.single-excursion .excursion-order {
	background-color: var(--bg-gray);
	padding: 30px;
	margin-bottom: 40px;
}

section.single-excursion .excursion-order .order-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

section.single-excursion .excursion-order .order-head .title {
	font-size: 2.25em;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-text);
}

section.single-excursion .excursion-order .order-row {
	padding-left: 15px;
	border-left: 2px solid var(--main-primary);
	margin-bottom: 20px;
}

section.single-excursion .excursion-order .order-row .label {
	font-size: 1.375em;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-text);
	margin-bottom: 8px;
}

section.single-excursion .excursion-order .order-row .value {
	font-size: 1.375em;
	line-height: 140%;
	color: var(--main-text);
}

section.single-excursion .excursion-order .order-row .value p {
	margin: 0 0 6px;
}

section.single-excursion .excursion-order .order-row .value p:last-child {
	margin-bottom: 0;
}

section.single-excursion .excursion-order .order-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
	padding: 10px 30px;
	background-color: var(--main-primary);
	color: var(--main-white);
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: var(--fast);
}

@media screen and (min-width: 575px) {
	section.single-excursion .excursion-order .order-button:hover {
		opacity: 0.85;
	}
}

section.single-excursion .excursion-map .map-title {
	font-size: 2.25em;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-text);
	margin-bottom: 16px;
}

section.single-excursion .excursion-map .map-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

section.single-excursion .excursion-map .map-embed iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

@media screen and (max-width: 1499px) {
	section.single-excursion .excursion-order {
		padding: 20px;
		margin-bottom: 30px;
	}

	section.single-excursion .excursion-order .order-head .title {
		font-size: 2em;
	}

	section.single-excursion .excursion-order .order-button {
		font-size: 1.375em;
		padding: 10px 20px;
	}

	section.single-excursion .excursion-map .map-title {
		font-size: 2em;
	}
}

@media screen and (max-width: 1299px) {
	section.single-excursion .excursion-order .order-head {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1199px) {
	section.single-excursion .excursion-order {
		padding: 16px;
		margin-bottom: 20px;
	}

	section.single-excursion .excursion-order .order-head .title {
		font-size: 1.75em;
	}

	section.single-excursion .excursion-order .order-button {
		margin-top: 20px;
	}

	section.single-excursion .excursion-map .map-title {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 991px) {
	section.single-excursion .excursion-sidebar {
		margin-top: 30px;
	}

	section.single-excursion .excursion-order .order-head .title {
		font-size: 1.5em;
	}

	section.single-excursion .excursion-order .order-row {
		padding-left: 12px;
	}

	section.single-excursion .excursion-order .order-row .label {
		font-size: 1.25em;
	}

	section.single-excursion .excursion-order .order-row .value {
		font-size: 1.25em;
	}

	section.single-excursion .excursion-order .order-button {
		font-size: 1.5em;
		padding: 10px 24px;
	}

	section.single-excursion .excursion-map .map-title {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	section.single-excursion .excursion-order {
		padding: 12px;
	}

	section.single-excursion .excursion-order .order-head .title {
		font-size: 1.375em;
	}

	section.single-excursion .excursion-order .order-row .label {
		font-size: 1.125em;
	}

	section.single-excursion .excursion-order .order-row .value {
		font-size: 1.125em;
	}

	section.single-excursion .excursion-order .order-button {
		font-size: 1.25em;
		padding: 10px 16px;
	}

	section.single-excursion .excursion-map .map-title {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 499px) {
	section.single-excursion .excursion-order .order-head .title {
		font-size: 1.375em;
	}

	section.single-excursion .excursion-order .order-row .label {
		font-size: 1.125em;
	}

	section.single-excursion .excursion-order .order-row .value {
		font-size: 1.125em;
	}

	section.single-excursion .excursion-order .order-button {
		font-size: 1em;
	}

	section.single-excursion .excursion-map .map-title {
		font-size: 1.375em;
	}
}

























section.exhibits {
	padding: 70px 0px;
	background-color: var(--bg-light);
}

section.exhibits .title-wrap {
	margin-bottom: 40px;
}

section.exhibits .exhibits-toolbar {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

section.exhibits .exhibits-toolbar .filter-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	background-color: var(--bg-gray);
	border: none;
	font-size: 1em;
	font-weight: 500;
	color: var(--main-text);
	text-transform: uppercase;
	cursor: pointer;
	transition: var(--fast);
}

section.exhibits .exhibits-toolbar .exhibits-search {
	position: relative;
	flex: 1 1 auto;
}

section.exhibits .exhibits-toolbar .exhibits-search input[type="search"] {
	width: 100%;
	padding: 12px 46px 12px 16px;
	background-color: var(--main-white);
	border: 1px solid var(--bg-gray);
	font-size: 1em;
	color: var(--main-text);
}

section.exhibits .exhibits-toolbar .exhibits-search .search-submit {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	cursor: pointer;
}

section.exhibits .exhibits-toolbar .exhibits-tools {
	display: flex;
	align-items: center;
	gap: 20px;
}

section.exhibits .exhibits-toolbar .exhibits-sort {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background-color: var(--bg-gray);
	font-size: 1em;
	font-weight: 500;
	color: var(--main-text);
	cursor: pointer;
	white-space: nowrap;
}

section.exhibits .exhibits-toolbar .exhibits-view {
	display: flex;
	align-items: center;
	gap: 6px;
}

section.exhibits .exhibits-toolbar .exhibits-view .view-btn {
	width: 40px;
	height: 40px;
	border: 1px solid var(--bg-gray);
	background-color: var(--main-white);
	cursor: pointer;
	transition: var(--fast);
}

section.exhibits .exhibits-toolbar .exhibits-view .view-btn.is-active {
	background-color: var(--bg-gray);
}

section.exhibits .exhibits-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

section.exhibits .exhibits-list .exhibit-item {
	width: calc((100% - 30px * 3) / 4);
}

section .exhibit-item .item-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-decoration: none;
}

section .exhibit-item .thumbnail {
	position: relative;
	width: 100%;
}

section .exhibit-item .thumbnail .img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
}

section .exhibit-item .thumbnail .img-wrap::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	height: calc(100% + 10px);
	width: 25%;
	z-index: 1;
	background: var(--bg-blue);
}

section.exhibits .exhibits-list .exhibit-item:nth-child(4n + 2) .thumbnail .img-wrap::before {
	background: var(--bg-green);
}

section.exhibits .exhibits-list .exhibit-item:nth-child(4n + 3) .thumbnail .img-wrap::before {
	background: var(--main-primary);
}

section.exhibits .exhibits-list .exhibit-item:nth-child(4n + 4) .thumbnail .img-wrap::before {
	background: var(--bg-yellow);
}

section .exhibit-item .thumbnail .img-wrap img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .exhibit-item .thumbnail .badge-3d {
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
	padding: 4px 10px;
	background-color: rgba(0, 0, 0, 0.65);
	color: var(--main-white);
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
}

section .exhibit-item .caption {
	padding-top: 16px;
}

section .exhibit-item .caption .h3 {
	font-size: 2em;
	line-height: 120%;
	font-weight: 700;
	color: var(--main-text);
	margin: 0 0 8px;
	text-transform: uppercase;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	section .exhibit-item .item-link:hover .caption .h3 {
		color: var(--main-primary);
	}
}

section.exhibits .exhibit-item .caption .type {
	font-size: 1.5em;
	line-height: 120%;
	color: var(--main-text);
}

@media screen and (max-width: 1499px) {
	section.exhibits {
		padding: 56px 0px;
	}

	section.exhibits .title-wrap {
		margin-bottom: 30px;
	}

	section .exhibit-item .caption .h3 {
		font-size: 1.875em;
	}

	section.exhibits .exhibit-item .caption .type {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 1199px) {
	section.exhibits .title-wrap {
		margin-bottom: 26px;
	}

	section.exhibits .exhibits-list .exhibit-item {
		width: calc((100% - 30px * 2) / 3);
	}

	section .exhibit-item .thumbnail .img-wrap {
		aspect-ratio: 4/3;
	}

	section .exhibit-item .caption .h3 {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 991px) {
	section.exhibits {
		padding: 42px 0px;
	}

	section.exhibits .exhibits-toolbar {
		flex-wrap: wrap;
	}

	section.exhibits .exhibits-toolbar .exhibits-search {
		order: 3;
		flex-basis: 100%;
	}

	section .exhibit-item .thumbnail .img-wrap::before {
		left: -8px;
		top: -8px;
		height: calc(100% + 8px);
	}

	section .exhibit-item .caption .h3 {
		font-size: 1.625em;
	}

	section.exhibits .exhibit-item .caption .type {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 768px) {
	section.exhibits .exhibits-list .exhibit-item {
		width: calc((100% - 30px) / 2);
	}

	section .exhibit-item .caption .h3 {
		font-size: 1.5em;
	}

	section .exhibit-item .thumbnail .badge-3d {
		top: 12px;
		right: 12px;
		font-size: 1.25em;
	}
}

@media screen and (max-width: 499px) {
	section.exhibits {
		padding: 30px 0px;
	}

	section.exhibits .exhibits-list .exhibit-item {
		width: 100%;
	}

	section .exhibit-item .caption .h3 {
		font-size: 1.375em;
	}

	section.exhibits .exhibit-item .caption .type {
		font-size: 1.125em;
	}
}












































section.single-exhibit .single-model {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 30px;
}

section.single-exhibit .single-model iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

section.single-exhibit .exhibit-specs {
	margin-top: 30px;
}

section.single-exhibit .exhibit-specs table {
	width: 100%;
	border-collapse: collapse;
}

section.single-exhibit .exhibit-specs tr {
	border-bottom: 1px solid var(--main-black);
}

section.single-exhibit .exhibit-specs tr:first-child {
	border-top: 1px solid var(--main-black);
}

section.single-exhibit .exhibit-specs td {
	padding: 12px 0;
	font-size: 1.5em;
	line-height: 130%;
	color: var(--main-text);
	vertical-align: top;
}

section.single-exhibit .exhibit-specs td.label {
	width: 45%;
	padding-right: 20px;
	font-weight: 500;
}

section.single-exhibit .exhibit-specs td.value {
	font-weight: 400;
}

section.single-exhibit .exhibit-specs td.value a {
	color: var(--main-primary);
	text-decoration: underline;
}

section.exhibits.exhibits-related {
	background-color: var(--main-white);
}

section.exhibits.exhibits-related .title-wrap {
	margin-bottom: 30px;
}

@media screen and (max-width: 1499px) {
	section.single-exhibit .exhibit-specs td {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 1199px) {
	section.single-exhibit .exhibit-specs td {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 991px) {
	section.single-exhibit .exhibit-specs {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	section.single-exhibit .exhibit-specs td {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 499px) {
	section.single-exhibit .exhibit-specs td {
		font-size: 1.125em;
	}
}






















.page-content .content ul li,
.page-content .content ol li {
	font-size: 1.125em;
}

.page-content h2 {
  font-size: 1.5em;
	line-height: 120%;
	font-weight: 600;
  color: var(--main-primary);
  margin-bottom: 20px;
}

.page-content h2 a {
  color: var(--main-primary);
}

.page-content h3 {
  font-size: 1.375em;
	line-height: 120%;
	font-weight: 500;
  color: var(--main-primary);
  margin-bottom: 16px;
}

.page-content h3 a {
  color: var(--main-primary);
}

.page-content h4 {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin-bottom: 12px;
}

.page-content h4 a {
  color: var(--main-primary);
}

.page-content blockquote {
	padding: 20px;
	background-color: var(--bg-gray);
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	position: relative;
}

.page-content blockquote::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	left: -10px;
	width: 20%;
	height: calc(100% + 10px);
	background-color: var(--main-primary);
}

.page-content blockquote::after {
	position: absolute;
	content: '';
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--bg-gray);
}

.page-content blockquote * {
	position: relative;
	z-index: 3;
}

.page-content blockquote p {
	font-size: 1em;
	font-weight: 500;
}

.page-content > div.block {
	padding: 20px;
	background-color: var(--bg-gray);
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.page-content > div.block a {
	color: var(--main-primary);
}

.page-content > div.block:last-child {
	margin-bottom: 0px;
}

.page-content ul,
.page-content ol {
	margin-bottom: 16px;
	padding-left: 24px;
}

.page-content ul li,
.page-content ol li {
  font-size: 1em;
  line-height: 150%;
	font-weight: 400;
  margin-bottom: 8px;
  color: var(--main-text);
}

.page-content p {
  font-size: 1em;
  line-height: 150%;
	font-weight: 400;
  color: var(--main-text);
	margin-bottom: 16px;
}

.page-content a {
  text-decoration: underline;
  color: var(--main-primary);
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	.page-content a:hover {
		color: var(--main-primary);
	}
}

.page-content p:has(a.button.black) {
	font-size: 1em;
	display: flex;
	align-items: flex-start;
}

.page-content a.button.black {
	font-size: 1.25em;
	line-height: 100%;
	font-weight: 600;
	color: var(--main-white);
	background: var(--main-black);
	border: 2px solid var(--main-black);
	text-decoration: none;
	padding: 16px 40px;
}

.page-content p span.star {
	color: var(--main-primary);
}

.page-content p:has(.alignright) {
  clear: both;
  margin-bottom: 0px;
}

.page-content p img {
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.page-content p img.alignright {
  float: right;
	max-width: 100%;
  margin-left: 16px;
  margin-bottom: 16px;
}

.page-content p:has(.alignleft) {
  clear: both;
  margin-bottom: 0px;
}

.page-content p img.alignleft {
  float: left;
	max-width: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
}

.page-content p:has(.aligncenter) {
  clear: both;
}

.page-content p img.aligncenter {
	max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content p:has(iframe),
.page-content .sketchfab-embed-wrapper {
  clear: both;
  padding-top: 56.25%;
  position: relative;
}

.page-content p iframe,
.page-content .sketchfab-embed-wrapper iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.page-content p b,
.page-content p strong {
	font-weight: 600;
}

.page-content *:last-child {
	margin-bottom: 0px;
}

.page-content * + p:has(iframe),
.page-content * + .sketchfab-embed-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
}

.page-content * + p:has(img.alignright),
.page-content * + p:has(img.alignleft),
.page-content * + p:has(img.alignnone),
.page-content * + p:has(img.aligncenter) {
  margin-top: 16px;
}

.page-content figure {
  width: 100%!important;
  position: relative;
  margin-top: 16px;
  clear: both;
}

.page-content figure img {
	max-width: 100%;
}

.page-content figure figcaption {
	font-size: 0.875em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin-top: 10px;
}

.page-content figure.aligncenter {
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-content figure.aligncenter img {
	display: block;
	margin: 0px auto;
}

.page-content figure.aligncenter figcaption {
	text-align: center;
}

.page-content figure.alignleft {
	max-width: 100%;
  margin-right: 16px;
  float: left;
}

.page-content figure.alignleft + p {
  margin-top: 16px;
}

.page-content figure.alignright {
	max-width: 100%;
  margin-left: 16px;
  float: right;
}

.page-content figure.alignright + p {
  margin-top: 16px;
}

.page-content figure.alignright:first-child,
.page-content figure.alignleft:first-child {
  margin-top: 0px;
}

.page-content figure.alignright:first-child + p,
.page-content figure.alignleft:first-child + p {
  margin-top: 0px;
}

.page-content .gallery {
	margin: 16px -16px;
	overflow-x: clip;
}

.page-content .gallery .slick-slide {
	padding: 0px 16px;
	display: flex;
}

.page-content .gallery .slick-slide > div {
	display: flex;
	width: 100%;
}

.page-content .gallery figure {
	margin: 0px;
	padding: 0px;
	max-width: none;
	position: relative;
}

.page-content .gallery figure .gallery-icon {
	width: 100%;
	padding-top: 75%;
	position: relative;
}

.page-content .gallery figure .gallery-icon img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-content table {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-text);
	width: 100%;
	margin-bottom: 16px;
}

.page-content table tr {
	border-bottom: 2px solid var(--main-black);
}

.slick-slider .slick-dots {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 8px;
}

.slick-slider .slick-dots li {
	margin: 8px;
	display: flex;
}

.slick-slider .slick-dots li button {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid var(--main-black);
	background-color: var(--main-white);
	font-size: 0px;
	color: transparent;
	transition: var(--fast);
}

.slick-slider .slick-dots li.slick-active button {
	background-color: var(--main-black);
}

@media screen and (max-width: 1499px) {
  .page-content h2 {
    font-size: 1.375em;
  }

	.page-content h3 {
		font-size: 1.25em;
	}

	.page-content blockquote {
		padding: 16px;
	}

	.page-content blockquote p {
		font-size: 1em;
	}

	.page-content > div.block {
		padding: 16px;
	}

	.page-content .gallery {
		margin: 16px -12px;
	}
	
	.page-content .gallery .slick-slide {
		padding: 0px 12px;
	}

	.slick-slider .slick-dots {
		margin-top: 10px;
	}
	
	.slick-slider .slick-dots li {
		margin: 6px;
	}
	
	.slick-slider .slick-dots li button {
		width: 16px;
		min-width: 16px;
		height: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.page-content .gallery {
		margin: 16px -10px;
	}
	
	.page-content .gallery .slick-slide {
		padding: 0px 10px;
	}

	.slick-slider .slick-dots li button {
		width: 14px;
		min-width: 14px;
		height: 14px;
	}

	.page-content a.button.black {
		font-size: 1em;
		padding: 14px 20px;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.page-content ul li,
	.page-content ol li {
		margin-bottom: 6px;
	}

	.page-content .gallery {
		margin: 16px -8px;
	}
	
	.page-content .gallery .slick-slide {
		padding: 0px 8px;
	}

	.page-content blockquote::before {
		top: -8px;
		left: -8px;
		height: calc(100% + 8px);
	}

	.slick-slider .slick-dots li button {
		width: 12px;
		min-width: 12px;
		height: 12px;
	}
}

@media screen and (max-width: 767px) {
	.page-content h2 {
    font-size: 1.25em;
  }

	.page-content h3 {
		font-size: 1.125em;
	}

	.page-content h4 {
		font-size: 1em;
	}

  .page-content p img.alignright {
    float: none;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content p img.alignleft {
    float: none;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content .center-column {
    width: 100%;
  }

  .page-content p img.alignnone {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content p img.aligncenter {
    width: 100%;
  }

  .page-content figure {
    margin-top: 14px;
		margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content figure.aligncenter {
    width: 100%!important;
  }

  .page-content figure.alignleft {
    width: 100%!important;
    margin-right: auto;
    float: none;
  }

  .page-content figure.alignright {
    width: 100%!important;
    margin-left: auto;
    float: none;
  }
}

@media screen and (max-width: 575px) {
	.page-content h2 {
		margin-bottom: 14px;
  }

	.page-content h3 {
		margin-bottom: 12px;
	}

	.page-content h4 {
		margin-bottom: 12px;
	}

  .page-content p {
		margin-bottom: 12px;
		font-size: 0.875em;
	}

	.page-content blockquote p {
		font-size: 0.875em;
	}

	.page-content ul li, 
	.page-content ol li {
		font-size: 0.875em;
	}

	.page-content figure figcaption {
		font-size: 0.75em;
	}

	.page-content ul, 
	.page-content ol {
		padding-left: 18px;
	}

	.page-content table {
		font-size: 0.875em;
		margin-bottom: 12px;
		display: block;
		overflow-x: auto;
	}

	.page-content table tr {
		border-bottom: 1px solid var(--main-black);
	}

	.slick-slider .slick-dots li button {
		width: 10px;
		min-width: 10px;
		height: 10px;
	}
}

.cf7-row {
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
}

form .cf7-row:nth-last-child(2) {
	margin-bottom: 0px;
}

.cf7-col {
  flex: 1;
}

.cf7-col input,
.cf7-col textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
    gap: 16px;
		margin-bottom: 16px;
  }
}

.page-content form .cf7-row p {
	font-size: 1em;
}

.page-content form label {
	font-size: 0.875em;
	line-height: 150%;
	font-weight: 600;
	color: #666666;
	margin: 0px;
}

.page-content form .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
}

.page-content form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 0.875em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-red);
	margin: 0px;
}

.page-content form input:not([type="submit"]),
.page-content form textarea {
	border: 2px solid #4f4f4f;
	padding: 15px;
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	box-shadow: none;
	background: transparent;
	outline: none;
	resize: none;
}

.page-content form input:not([type="submit"])::placeholder,
.page-content form textarea::placeholder {
	color: #666666;
}

.page-content form input[type="submit"] {
	font-size: 1.25em;
	line-height: 100%;
	font-weight: 600;
	color: var(--main-white);
	background: var(--main-black);
	border: 2px solid var(--main-black);
	text-decoration: none;
	padding: 16px 40px;
	box-shadow: none;
	outline: none;
}

.page-content form p:has(.wpcf7-spinner) {
	position: relative;
}

.page-content form p .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0px;
}

.page-content .wpcf7 form .wpcf7-response-output {
	margin: 20px 0px 0px;
	border-color: var(--main-black);
	padding: 20px 15px;
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
}

@media screen and (max-width: 1199px) {
	.page-content form input[type="submit"] {
		font-size: 1em;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page-content .wpcf7 form .wpcf7-response-output {
		font-size: 0.875em;
		margin-top: 16px;
	}
}





























section .pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

section .pagination a,
section .pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-color: var(--main-white);
	border: 2px solid var(--bg-blue);
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 600;
	color: var(--bg-blue);
	text-decoration: none;
	transition: var(--fast)
}

section .pagination a.current,
section .pagination span.current {
	background-color: var(--bg-blue);
	border-color: var(--bg-blue);
	color: var(--main-white)
}

@media screen and (min-width: 576px) {
  section .pagination a:hover {
		background-color:var(--bg-blue);
		border-color: var(--bg-blue);
		color: var(--main-white)
  }
}

section .pagination a.direction-page,
section .pagination span.direction-page {
	font-size: 0;
	color: var(--bg-blue);
	border-color: var(--bg-blue);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	position: relative
}

section .pagination a.direction-page.prev-page,
section .pagination span.direction-page.prev-page {
  background-image: url(assets/img/pagination-left-black.svg)
}

section .pagination a.direction-page.next-page,
section .pagination span.direction-page.next-page {
  background-image: url(assets/img/pagination-right-black.svg)
}

section .pagination a.direction-page::after,
section .pagination span.direction-page::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	opacity: 0;
	transition: var(--fast)
}

@media screen and (min-width: 576px) {
  section .pagination a.direction-page:hover::after {
    opacity:1
  }
}

section .pagination a.direction-page.prev-page::after,
section .pagination span.direction-page.prev-page::after {
  background-image: url(assets/img/pagination-left-white.svg)
}

section .pagination a.direction-page.next-page::after,
section .pagination span.direction-page.next-page::after {
  background-image: url(assets/img/pagination-right-white.svg)
}

section .pagination a.disabled,
section .pagination span.disabled {
	opacity: 0.5;
}

@media screen and (max-width: 1499px) {
	section .pagination {
		gap: 12px;
	}
	
	section .pagination a,
	section .pagination span {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
}

@media screen and (max-width: 575px) {
	section .pagination {
		gap: 6px;
	}

	section .pagination a,
	section .pagination span {
		width: 28px;
		min-width: 28px;
		height: 28px;
	}
}















































/* КНОПКА ВИКЛИКУ */
/* #a11y-toggle {
	display: flex;
	align-items: center;
	max-width: 30px;
	font-size: 0px;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	background-color: transparent;
	text-decoration: none;
	margin-right: 26px;
	position: relative;
	border: none;
	box-shadow: none;
}

#a11y-toggle::before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/accesibility-eye-icon-black.svg);
} */

/* ПАНЕЛЬ */
#a11y-panel {
	position: fixed;
	right: 20px;
	bottom: 20px;
	max-width: 500px;
	width: 100%;
	max-height: calc(100svh - 100px);
	overflow-y: auto;
	background: var(--main-white);
	border-radius: 20px;
	padding: 12px;
	display: none;
	z-index: 9999;
	flex-wrap: wrap;
	gap: 20px;
	box-shadow: 0 0 10px #0000001a;
	font-size: 100%!important;
	line-height: 1!important;
	letter-spacing: 0rem!important;
}

#a11y-panel * {
	line-height: 1!important;
	letter-spacing: 0rem!important;
}

#a11y-panel.open {
	display: flex;
}

#a11y-panel .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

#a11y-panel .top-wrap .a11y-close {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border: none;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--main-black);
}

#a11y-panel .top-wrap .a11y-close::after {
	content: '';
	width: 40%;
	min-width: 40%;
	height: 40%;
	mask-image: url(assets/img/menu-burger-close.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: var(--main-white);
}

#a11y-panel .top-wrap p.h2 {
	font-size: 1.125em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-white);
	background-color: var(--main-black);
	padding: 15px 16px;
	flex: 1;
	text-align: center!important;
	border-radius: 12px;
	margin: 0px;
}

/* КНОПКИ */
.a11y-btn {
	width: calc((100% - 40px) / 3);
	background: var(--main-white);
	border-radius: 12px;
	padding: 25px 12px 12px;
	color: var(--main-black);
	border: 1px solid var(--main-black);
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a11y-btn:hover {
	box-shadow: 0 0 5px #00000080;
}

.a11y-btn::before {
	content: '';
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/a11y-text-icon-black.svg);
	margin-bottom: 10px;
}

.a11y-btn.text::before {
	background-image: url(assets/img/a11y-text-icon-black.svg);
}

.a11y-btn.line::before {
	background-image: url(assets/img/a11y-line-icon-black.svg);
}

.a11y-btn.letter::before {
	background-image: url(assets/img/a11y-letter-icon-black.svg);
}

.a11y-btn.align::before {
	background-image: url(assets/img/a11y-align-icon-black.svg);
}

.a11y-btn.align.center::before {
	background-image: url(assets/img/a11y-align-center-icon-black.svg);
}

.a11y-btn.align.right::before {
	background-image: url(assets/img/a11y-align-right-icon-black.svg);
}

.a11y-btn.invert::before {
	background-image: url(assets/img/a11y-invert-icon-black.svg);
}

.a11y-btn.grayscale::before {
	background-image: url(assets/img/a11y-grayscale-icon-black.svg);
}

.a11y-btn.saturation::before {
	background-image: url(assets/img/a11y-saturation-icon-black.svg);
}

.a11y-btn.contrast::before {
	background-image: url(assets/img/a11y-contrast-icon-black.svg);
}

.a11y-btn.images::before {
	background-image: url(assets/img/a11y-images-icon-black.svg);
}

.a11y-btn.videos::before {
	background-image: url(assets/img/a11y-videos-icon-black.svg);
}

.a11y-btn.cursor::before {
	background-image: url(assets/img/a11y-cursor-icon-black.svg);
}

.a11y-btn.highlight::before {
	background-image: url(assets/img/a11y-highlight-icon-black.svg);
}

.a11y-btn.text:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-text-icon-white.svg);
}

.a11y-btn.line:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-line-icon-white.svg);
}

.a11y-btn.letter:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-letter-icon-white.svg);
}

.a11y-btn.align:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-align-icon-white.svg);
}

.a11y-btn.align.center:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-align-center-icon-white.svg);
}

.a11y-btn.align.right:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-align-right-icon-white.svg);
}

.a11y-btn.invert:has(.indicator.single).active::before {
	background-image: url(assets/img/a11y-invert-icon-white.svg);
}

.a11y-btn.grayscale:has(.indicator.single).active::before {
	background-image: url(assets/img/a11y-grayscale-icon-white.svg);
}

.a11y-btn.saturation:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-saturation-icon-white.svg);
}

.a11y-btn.contrast:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-contrast-icon-white.svg);
}

.a11y-btn.highlight:has(.indicator.single).active::before {
	background-image: url(assets/img/a11y-highlight-icon-white.svg);
}

.a11y-btn.images:has(.indicator.single).active::before {
	background-image: url(assets/img/a11y-images-icon-white.svg);
}

.a11y-btn.videos:has(.indicator.single).active::before {
	background-image: url(assets/img/a11y-videos-icon-white.svg);
}

.a11y-btn.cursor:has(.indicator span.active)::before {
	background-image: url(assets/img/a11y-cursor-icon-white.svg);
}

.a11y-btn .label {
	font-size: 1em;
	line-height: 120%;
	word-break: break-word;
	text-align: center!important;
}

/* ІНДИКАТОР */
.indicator {
	width: 100%;
	margin: 10px auto 0;
	display: flex;
	gap: 6px;
	justify-content: center;
}

.indicator span {
	height: 3px;
	width: 100%;
	flex: 1;
	background: rgba(255,255,255,.35);
	border-radius: 2px;
}

.indicator span.active {
	background: var(--main-white);
}

.a11y-btn:has(.indicator span.active) {
	background-color: var(--main-black);
	color: var(--main-white);
}

/* ОДИНАРНИЙ ІНДИКАТОР */
.indicator.single {
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,.35);
	border-radius: 2px;
	margin: 10px auto 0;
}

.a11y-btn:has(.indicator.single).active {
	background-color: var(--main-black);
	color: var(--main-white);
}

.a11y-btn.active .indicator.single {
	background: var(--main-white);
}

/* RESET */
#a11y-reset {
	width: 100%;
	background: var(--main-black);
	color: var(--main-white);
	border: none;
	border-radius: 12px;
	padding: 0.75em 1em;
	cursor: pointer;
	text-align: center!important;
}

/* ===== ACCESSIBILITY CLASSES ===== */

.a11y-text-1 > * { font-size: 110%!important; }
.a11y-text-2 > * { font-size: 120%!important; }
.a11y-text-3 > * { font-size: 130%!important; }

.a11y-line-1 * { line-height: 1.5!important; }
.a11y-line-2 * { line-height: 1.8!important; }
.a11y-line-3 * { line-height: 2!important; }

.a11y-letter-1 * { letter-spacing: .1rem!important; }
.a11y-letter-2 * { letter-spacing: .15rem!important; }
.a11y-letter-3 * { letter-spacing: .2rem!important; }

.a11y-align-1 * { text-align: left!important; }
.a11y-align-2 * { text-align: center!important; }
.a11y-align-3 * { text-align: right!important; }

.a11y-highlight-links *:not(.thumbnail) > a { background: yellow!important; color: black!important; outline: 2px solid #000!important; }

.a11y-contrast-1 > * { filter: contrast(0.8)!important; }
.a11y-contrast-2 > * { filter: contrast(1.5)!important; }
.a11y-contrast-3 > * { filter: contrast(2)!important; }

.a11y-sat-low > * { filter: saturate(0.2)!important; }
.a11y-sat-high > * { filter: saturate(2)!important; }

.a11y-invert > * { filter: invert(1) hue-rotate(180deg)!important; }
.a11y-grayscale > * { filter: grayscale(1)!important; }

.a11y-contrast-1.a11y-sat-low > * { filter: contrast(0.8) saturate(0.2)!important; }
.a11y-contrast-1.a11y-sat-high > * { filter: contrast(0.8) saturate(2)!important; }
.a11y-contrast-2.a11y-sat-low > * { filter: contrast(1.5) saturate(0.2)!important; }
.a11y-contrast-2.a11y-sat-high > * { filter: contrast(1.5) saturate(2)!important; }
.a11y-contrast-3.a11y-sat-low > * { filter: contrast(2) saturate(0.2)!important; }
.a11y-contrast-3.a11y-sat-high > * { filter: contrast(2) saturate(2)!important; }

.a11y-contrast-1.a11y-invert > * { filter: contrast(0.8) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-2.a11y-invert > * { filter: contrast(1.5) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-3.a11y-invert > * { filter: contrast(2) invert(1) hue-rotate(180deg)!important; }

.a11y-contrast-1.a11y-grayscale > * { filter: contrast(0.8) grayscale(1)!important; }
.a11y-contrast-2.a11y-grayscale > * { filter: contrast(1.5) grayscale(1)!important; }
.a11y-contrast-3.a11y-grayscale > * { filter: contrast(2) grayscale(1)!important; }

.a11y-sat-low.a11y-invert > * { filter: saturate(0.2) invert(1) hue-rotate(180deg)!important; }
.a11y-sat-high.a11y-invert > * { filter: saturate(2) invert(1) hue-rotate(180deg)!important; }

.a11y-sat-low.a11y-grayscale > * { filter: saturate(0.2) grayscale(1)!important; }
.a11y-sat-high.a11y-grayscale > * { filter: saturate(2) grayscale(1)!important; }

.a11y-invert.a11y-grayscale > * { filter: invert(1) hue-rotate(180deg) grayscale(1)!important; }

.a11y-contrast-1.a11y-sat-low.a11y-invert > * { filter: contrast(0.8) saturate(0.2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-1.a11y-sat-high.a11y-invert > * { filter: contrast(0.8) saturate(2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-1.a11y-sat-low.a11y-grayscale > * { filter: contrast(0.8) saturate(0.2) grayscale(1)!important; }
.a11y-contrast-1.a11y-sat-high.a11y-grayscale > * { filter: contrast(0.8) saturate(2) grayscale(1)!important; }
.a11y-contrast-1.a11y-invert.a11y-grayscale > * { filter: contrast(0.8) invert(1) hue-rotate(180deg) grayscale(1)!important; }
.a11y-contrast-2.a11y-sat-low.a11y-invert > * { filter: contrast(1.5) saturate(0.2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-2.a11y-sat-high.a11y-invert > * { filter: contrast(1.5) saturate(2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-2.a11y-sat-low.a11y-grayscale > * { filter: contrast(1.5) saturate(0.2) grayscale(1)!important; }
.a11y-contrast-2.a11y-sat-high.a11y-grayscale > * { filter: contrast(1.5) saturate(2) grayscale(1)!important; }
.a11y-contrast-2.a11y-invert.a11y-grayscale > * { filter: contrast(1.5) invert(1) hue-rotate(180deg) grayscale(1)!important; }
.a11y-contrast-3.a11y-sat-low.a11y-invert > * { filter: contrast(2) saturate(0.2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-3.a11y-sat-high.a11y-invert > * { filter: contrast(2) saturate(2) invert(1) hue-rotate(180deg)!important; }
.a11y-contrast-3.a11y-sat-low.a11y-grayscale > * { filter: contrast(2) saturate(0.2) grayscale(1)!important; }
.a11y-contrast-3.a11y-sat-high.a11y-grayscale > * { filter: contrast(2) saturate(2) grayscale(1)!important; }
.a11y-contrast-3.a11y-invert.a11y-grayscale > * { filter: contrast(2) invert(1) hue-rotate(180deg) grayscale(1)!important; }

.a11y-hide-images img { display: none; }

.a11y-hide-videos video { display: none; }
.a11y-hide-videos iframe[src*="youtube.com"] { display: none; }

#cursor {
	position: fixed;
	z-index: 999999999;
	pointer-events: none;
	top: 0;
	left: 0;
}

.a11y-cursor-1 #cursor {
	width: 50px;
	height: 50px;
	aspect-ratio: 1 / 1;
	background: #ff000080;
	border: 2px solid #fff;
	box-shadow: 0 0 20px 0 #fff;
	border-radius: 50%;
	/* mix-blend-mode: difference; */
	/* transition: all .1s ease; */
	transform-origin: center;
	transform: translate(-50%, -50%);
}

.a11y-cursor-2 #cursor {
	width: 100%;
	height: 15vh;
	background: transparent;
	border: 10px solid #fff;
	border-left: 0;
	border-right: 0;
	box-shadow: 0 0 0 100vh #0000007f;
	transition: none;
	transform: translateY(-50%);
}

.a11y-cursor-3 #cursor {
	width: 25vw;
	height: 8px;
	background: #000;
	border: yellow 2px solid;
	/* transition: all .1s ease; */
	transform-origin: center;
	transform: translate(-50%, 50%);
}

.a11y-cursor-3 #cursor::before {
	content: '';
	width: 1px;
	height: 1px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid yellow;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	/* transition: all .1s ease; */
	z-index: 999999998;
	pointer-events: none;
}

html:has(.a11y-cursor-3) { cursor: none; }

@media screen and (max-width: 1199px) {
	#a11y-panel {
		right: 15px;
		bottom: 15px;
		max-height: calc(100svh - 90px);
	}

	.a11y-btn::before {
		width: 28px;
		min-width: 28px;
		height: 28px;
	}
}

@media screen and (max-width: 767px) {
	#a11y-panel {
		left: 10px;
		right: 10px;
		bottom: 10px;
		max-width: none;
		width: auto;
		padding: 16px;
		gap: 16px;
	}

	.a11y-btn {
		width: calc((100% - 32px) / 3);
	}

	#a11y-panel .top-wrap {
		gap: 16px;
	}

	.a11y-btn::before {
		width: 26px;
		min-width: 26px;
		height: 26px;
	}
}

@media screen and (max-width: 575px) {
	#a11y-panel {
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		padding: 12px;
		gap: 12px;
		max-height: none;
		flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
		width: 100%;
    border-radius: 0px;
	}

	#a11y-panel .top-wrap {
		gap: 12px;
	}

	#a11y-panel .top-wrap .a11y-close {
		width: 35px;
		min-width: 35px;
		height: 35px;
	}

	#a11y-panel .top-wrap p.h2 {
		font-size: 1em;
		padding: 9px 10px;
	}

	.a11y-btn {
		width: calc((100% - 12px) / 2);
		font-size: 0.875em;
		padding: 16px 8px 8px;
		border-radius: 0px;
	}

	.a11y-btn::before {
		width: 24px;
		min-width: 24px;
		height: 24px;
	}

	.indicator {
		margin-top: 6px;
	}

	.indicator span {
		height: 2px;
	}

	.indicator.single {
		height: 2px;
		margin-top: 6px;
	}

	#a11y-reset {
		font-size: 0.875em;
		padding: 0.5em 0.875em;
	}
}