/*!
Theme Name: NAMU
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: namu
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.

NAMU 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-gray: #666666;
	--main-primary: #825767;
	--bs-link-color: #825767;
	--main-bg-gray: #F2F2F2;
	--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);
}
.xi1, .xi2, .xi3, .xi4, .xi5, .xi6, .xi7, .xi8, .xi9 {
	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);
}
.yi1, .yi2, .yi3, .yi4, .yi5, .yi6, .yi7, .yi8, .yi9 {
	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: translateY(0px);
}

body {
	font-size: 16px;
	font-family: 'NAMU-Pro',Helvetica,Arial,Lucida,sans-serif;
	overflow-x: clip;
}

body.overflow {
  overflow: hidden;
  padding-right: 15px;
	color: var(--main-black);
}

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

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

.container-fluid {
  padding: 0px 100px;
  max-width: 1720px;
}

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

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

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: relative;
	z-index: 100;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: -140px;
	transition: top 0.2s;
}

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

header.header .upper-box {
	background-color: var(--main-white);
}

header.header .upper-box .upper-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	min-height: 40px;
}

header.header .upper-box .upper-wrap .info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .upper-box .upper-wrap .info p {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 100%;
	color: var(--main-primary);
	margin: 0px;
}

header.header .upper-box .upper-wrap .socials {
	width: calc(100% / 3);
	padding: 0px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .upper-box .upper-wrap .socials .socials-menu {
	display: flex;
	align-items: center;
}

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

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

header.header .upper-box .upper-wrap .socials .socials-menu ul li a {
	width: 48px;
	min-width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	overflow: hidden;
	text-decoration: none;
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a::before {
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	color: var(--main-black);
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a[href*="facebook.com"]::before {
	content: "\e093";
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a[href*="instagram.com"]::before {
	content: "\e09a";
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a[href*="youtube.com"]::before {
	content: "\E0A3";
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a[href*="x.com"]::before {
	content: "\e094";
}

header.header .upper-box .upper-wrap .socials .socials-menu ul li a span {
	font-size: 0em;
}

header.header .upper-box .upper-wrap .lang {
	width: calc(100% / 3);
	padding: 0px 16px;
	display: flex;
	align-items: center;
}

header.header .upper-box .upper-wrap .lang .languages-menu {
	display: flex;
	align-items: center;
}

header.header .upper-box .upper-wrap .lang .languages-menu ul {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
	gap: 24px;
	list-style: none;
}

header.header .upper-box .upper-wrap .lang .languages-menu ul li {
	display: flex;
	align-items: center;
}

header.header .upper-box .upper-wrap .lang .languages-menu ul li a {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .upper-box .upper-wrap .lang .languages-menu ul li.current-lang a {
	font-weight: 700;
	color: var(--main-primary);
}

header.header .upper-box .upper-wrap .lang a.cart-contents {
	display: flex;
	align-items: center;
	margin-left: 48px;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
}

header.header .upper-box .upper-wrap .lang a.cart-contents::before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/cart-icon-black.svg);
}

header.header .main-box {
	background-color: var(--main-bg-gray);
}

header.header .main-box .main-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px -16px;
	padding: 16px 0px;
	min-height: 85px;
}

header.header .main-box .main-wrap .logo {
	padding: 0px 16px;
	display: flex;
	align-items: center;
}

header.header .main-box .main-wrap .logo a {
	width: auto;
	height: 42px;
	max-width: 100%;
	display: flex;
	align-items: center;
}

header.header .main-box .main-wrap .logo a picture {
	height: 100%;
	width: auto;
}

header.header .main-box .main-wrap .logo a img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

header.header .main-box .main-wrap .main-menu {
	display: flex;
	align-items: center;
	margin: 0px auto;
	padding: 0px 16px;
}

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

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

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

header.header .main-box .main-wrap .main-menu .header-menu ul li a {
	font-size: 1.125em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	transition: var(--fast);
	position: relative;
}

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

header.header .main-box .main-wrap .main-menu .header-menu ul li.current-menu-item a::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background-color: var(--main-primary);
	user-select: none;
	pointer-events: none;
}

header.header .main-box .main-wrap .links {
	padding: 0px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .main-box .main-wrap .links a.cart-contents {
	display: flex;
	align-items: center;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
	margin-right: 32px;
	position: relative;
}

header.header .main-box .main-wrap .links a.cart-contents::before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-right: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/cart-icon-black.svg);
}

header.header .main-box .main-wrap .links a.cart-contents span.cart-count {
	position: absolute;
	top: -6px;
	right: -6px;
	font-size: 0.75em;
	line-height: 100%;
	color: var(--main-white);
	background-color: var(--main-black);
	border-radius: 100%;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

header.header .main-box .main-wrap .links a.cart-contents span.cart-count[data-count="0"] {
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

header.header .main-box .main-wrap .links a.button-head {
	font-size: 1.125em;
	line-height: 100%;
	font-weight: 400;
	background-color: var(--main-primary);
	border: 2px solid var(--main-primary);
	border-radius: 50px;
	color: var(--main-white);
	transition: all 300ms ease 0ms;
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 0.75em 1em;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	header.header .main-box .main-wrap .links a.button-head:hover {
		background-color: #6d4957;
		border-color: #6d4957;
		color: var(--main-white);
	}
}

header.header .main-box .main-wrap .schedule {
	width: calc(100% / 3);
	padding: 0px 16px;
	display: flex;
	flex-direction: column;
}

header.header .main-box .main-wrap .schedule span.title {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 10px;
}

header.header .main-box .main-wrap .schedule .schedule-list {
	display: flex;
	gap: 12px;
	margin-left: -6px;
}

header.header .main-box .main-wrap .schedule .schedule-list .list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

header.header .main-box .main-wrap .schedule .schedule-list .list-item span.name {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin-bottom: 4px;
}

header.header .main-box .main-wrap .schedule .schedule-list .list-item span.time {
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
}

header.header .main-box .main-wrap .schedule .schedule-list .list-item span.time:empty {
	display: flex;
}

header.header .main-box .main-wrap .schedule .schedule-list .list-item span.time:empty::before {
	content: '×';
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size: 4em;
}

header.header .main-box .main-wrap .lang {
	padding: 0px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .main-box .main-wrap .lang .languages-menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .main-box .main-wrap .lang .languages-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

header.header .main-box .main-wrap .lang .languages-menu ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

header.header .main-box .main-wrap .lang .languages-menu ul li.current-lang {
	display: none;
}

header.header .main-box .main-wrap .lang .languages-menu ul li a {
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
	transition: var(--fast);
	margin: 0px;
}

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

header.header .main-box .main-wrap .menu-btn {
	display: none;
	width: 32px;
	min-width: 32px;
	height: 32px;
	background-image: url(assets/img/menu-burger.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 12px;
	margin-right: 12px;
}

.mobile-menu {
	position: fixed;
	z-index: 110;
	right: -100%;
	top: 0px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	overflow-x: clip;
	max-width: 450px;
	padding: 42px 35px 35px;
	box-shadow: 0 0 6px var(--main-black);
	background-color: var(--main-white);
	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 .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-menu .menus .modal-header .logo {
	display: flex;
	align-items: center;
}

.mobile-menu .menus .modal-header .logo a {
	height: 34px;
	max-width: 100%;
	width: auto;
	display: flex;
	align-items: center;
}

.mobile-menu .menus .modal-header .logo a picture {
	width: auto;
	height: 100%;
}

.mobile-menu .menus .modal-header .logo a img {
	width: auto;
	height: 100%;
}

.mobile-menu .menus .modal-header .menu-btn {
	width: 32px;
	min-width: 32px;
	height: 32px;
	background-image: url(assets/img/menu-burger-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
	margin-left: 12px;
}

.mobile-menu .menus .modal-header .menu-btn::after {
	content: '';
	position: fixed;
	left: 0px;
	top: 0px;
	width: calc(100% - 450px);
	height: 100vh;
}

.mobile-menu .menus .header-menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.mobile-menu .menus .header-menu .menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

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

.mobile-menu .menus .header-menu .menu li:not(:first-child) {
	margin-top: 15px;
}

.mobile-menu .menus .header-menu .menu li a {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
	position: relative;
}

.mobile-menu .menus .header-menu .menu li.current-menu-item a::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: var(--main-primary);
}

.mobile-menu .menus a.cart-contents {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
}

.mobile-menu .menus a.cart-contents::before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(assets/img/cart-icon-black.svg);
}

.mobile-menu .menus .links {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.mobile-menu .menus .links p {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin: 0px;
}

.mobile-menu .menus .links p a {
	color: var(--main-primary);
}

.mobile-menu .menus .schedule {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.mobile-menu .menus .schedule span.title {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 8px;
}

.mobile-menu .menus .schedule .schedule-list {
	display: flex;
	gap: 10px;
	margin-left: -5px;
}

.mobile-menu .menus .schedule .schedule-list .list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile-menu .menus .schedule .schedule-list .list-item span.name {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin-bottom: 3px;
}

.mobile-menu .menus .schedule .schedule-list .list-item span.time {
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
}

.mobile-menu .menus .schedule .schedule-list .list-item span.time:empty {
	display: flex;
}

.mobile-menu .menus .schedule .schedule-list .list-item span.time:empty::before {
	content: '×';
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 3.675em;
}

.mobile-menu .menus .languages-menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

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

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

.mobile-menu .menus .languages-menu ul li a {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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

.mobile-menu .menus .socials-menu ul li a {
	width: 44px;
	min-width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	overflow: hidden;
	text-decoration: none;
}

.mobile-menu .menus .socials-menu ul li a::before {
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.375em;
	line-height: 100%;
	color: var(--main-black);
}

.mobile-menu .menus .socials-menu ul li a[href*="facebook.com"]::before {
	content: "\e093";
}

.mobile-menu .menus .socials-menu ul li a[href*="instagram.com"]::before {
	content: "\e09a";
}

.mobile-menu .menus .socials-menu ul li a[href*="youtube.com"]::before {
	content: "\E0A3";
}

.mobile-menu .menus .socials-menu ul li a[href*="x.com"]::before {
	content: "\e094";
}

.mobile-menu .menus .socials-menu ul li a span {
	font-size: 0em;
}

section.main-gallery {
	display: flex;
	flex-direction: column;
}

section.main-gallery .main-slider {
	position: relative;
	height: 700px;
	max-height: 99svh;
	opacity: 0;
	transition: opacity 0.2s;
}

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

section.main-gallery .main-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	min-width: 48px;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}

section.main-gallery .main-slider .slick-arrow.slick-prev {
	left: 8px;
}

section.main-gallery .main-slider .slick-arrow.slick-next {
	right: 8px;
}

@media screen and (min-width: 576px) {
	section.main-gallery .main-slider:hover .slick-arrow.slick-prev {
		left: 22px;
	}

	section.main-gallery .main-slider:hover .slick-arrow.slick-next {
		right: 22px;
	}
}

section.main-gallery .main-slider .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.main-gallery .main-slider .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.main-gallery .main-slider .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 3em;
	line-height: 100%;
	color: var(--main-white);
}

section.main-gallery .main-slider .slick-arrow.slick-prev::after {
	content: '4';
}

section.main-gallery .main-slider .slick-arrow.slick-next::after {
	content: '5';
}

section.main-gallery .main-slider .slick-dots {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0px;
	margin: 0px;
}

section.main-gallery .main-slider .slick-dots li {
	display: flex;
	align-items: center;
}

section.main-gallery .main-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: hsla(0,0%,100%,.5);
	opacity: 0.5;
	padding: 0px;
	transition: all .2s ease-in-out;
	border: none;
	overflow: hidden;
	font-size: 0em;
	color: transparent;
	outline: none;
}

section.main-gallery .main-slider .slick-dots li.slick-active button {
	background: var(--main-white);
	opacity: 1;
}

section.main-gallery .main-slider .slider-item {
	display: flex!important;
}

section.main-gallery .main-slider .slider-item picture {
	width: 100%;
	height: 100%;
}

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

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

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

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

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

section.main-gallery .main-slider .slick-list .slick-track .slick-slide > div .slider-item {
	height: 100%;
}

.show-more-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.show-more-wrap .show-more-content {
	-webkit-line-clamp: 15;
	line-clamp: 15;
}

.show-more-wrap.show .show-more-content {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	width: 100%
}

.show-more-wrap .show-more-content>*:last-child {
  margin-bottom: 0
}

.show-more-wrap.open .show-more-content {
  display: block
}

.show-more-wrap .show-more {
  display: none
}

.show-more-wrap.show .show-more {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 16px;
	cursor: pointer
}

.show-more-wrap .show-more span {
	font-size: 1.125em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black)
}

.show-more-wrap .show-more span.less {
  display: none
}

.show-more-wrap.open .show-more span.more {
  display: none
}

.show-more-wrap.open .show-more span.less {
  display: flex
}

.show-more-wrap .show-more::after {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-left: 8px;
	background-image: url(assets/img/show-more-arrow-primary.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: var(--slow);
	transform: rotate(90deg)
}

.show-more-wrap.open .show-more::after {
  transform: rotate(-90deg)
}

@media screen and (max-width: 1499px) {
	.show-more-wrap .show-more span {
		font-size: 1em;
	}
}

@media screen and (max-width: 1299px) {
	.show-more-wrap .show-more::after {
		width: 20px;
		min-width: 20px;
		height: 20px;
		margin-left: 6px
	}
}

@media screen and (max-width: 991px) {
	.show-more-wrap .show-more span {
		font-size: 1em
	}
}

section.main-about {
	padding: 46px 0px 56px;
	background-color: var(--main-white);
}

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

section.main-about .main-about-wrap h1 {
	font-size: 3.5em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin-bottom: 100px;
}

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

section.main-about .main-about-wrap .info-wrap h1,
section.main-about .main-about-wrap .info-wrap h2 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: left;
	margin-bottom: 20px;
}

section.main-about .main-about-wrap .info-wrap p {
	font-size: 1.25em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 16px;
}

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

section.main-about .main-about-wrap .info-wrap .show-more-wrap .show-more-content {
	-webkit-line-clamp: 8;
  line-clamp: 8;
}

section.main-about .main-about-wrap .info-wrap .show-more-wrap .show-more span {
	font-size: 1.25em;
}

section.main-about .main-about-wrap .main-info-image {
	background-position: top 80% right;
	background-repeat: no-repeat;
	background-size: 75% auto;
	height: 100%;
	width: 100%;
	display: flex;
}

section.main-about .main-about-wrap .main-info-image .img-wrap {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

section.main-about .main-about-wrap .main-info-image .img-wrap picture {
	width: 100%;
}

section.main-about .main-about-wrap .main-info-image .img-wrap img {
	width: 95%;
	object-fit: contain;
}

section.main-exhibitions {
	padding: 46px 0px 56px;
	background-color: var(--main-bg-gray);
}

section.main-exhibitions .main-exhibitions-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

section.main-exhibitions .main-exhibitions-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow {
	position: relative;
	width: 48px;
	min-width: 48px;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 3em;
	line-height: 100%;
	color: var(--main-black);
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow.slick-prev::after {
	content: '4';
}

section.main-exhibitions .main-exhibitions-title .slider-arrows .slick-arrow.slick-next::after {
	content: '5';
}

section.main-exhibitions .main-exhibitions-title h2 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin: 0px;
}

section.main-exhibitions:has(.exhibitions-banner) {
	padding: 0px;
}

section.main-exhibitions .exhibitions-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}

section.main-exhibitions .exhibitions-banner .exhibitions-logo {
	position: absolute;
	left: 0px;
	top: 60px;
	width: auto;
	height: 215px;
	user-select: none;
	pointer-events: none;
}

section.main-exhibitions .exhibitions-banner .exhibitions-logo img {
	width: auto;
	height: 100%;
}

section.main-exhibitions .exhibitions-banner .text-wrap {
	padding: 30px;
	background-color: var(--main-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 28% 15% 0px;
}

section.main-exhibitions .exhibitions-banner .text-wrap h3 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin: 0px 5%;
	margin-bottom: 14px;
}

section.main-exhibitions .exhibitions-banner .text-wrap h3 a {
	color: var(--main-black);
	text-decoration: none;
}

section.main-exhibitions .exhibitions-banner .text-wrap h3 a::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

section.main-exhibitions .exhibitions-banner .text-wrap p {
	font-size: 2em;
	line-height: 100%;
	font-weight: 700;
	color: var(--main-black);
	text-align: center;
	margin: 0px;
}

section.main-exhibitions .exhibition-item:not(:first-child) {
	margin-top: 60px;
}

section.main-exhibitions .button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

/* body .site a.button:not(.add_to_cart_button), */
body .site a.button:not(.product_type_simple) {
	font-size: 1.25em;
	line-height: 100%;
	font-weight: 400;
	background-color: transparent;
	border: 2px solid var(--main-primary);
	max-width: 300px;
	width: 100%;
	border-radius: 500px;
	text-align: center;
	color: var(--main-primary);
	transition: all 300ms ease 0ms;
	box-shadow: 0px 4px 4px 0px transparent;
	padding: 0.75em 1em;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	/* body .site a.button:not(.add_to_cart_button):hover, */
	body .site a.button:not(.product_type_simple):hover {
		background-color: #6d4957;
		border-color: #6d4957;
		color: var(--main-white);
		box-shadow: 0px 4px 4px 0px #00000040;
	}
}

body .site a.button.second:not(.product_type_simple) {
	background-color: var(--main-primary);
	color: var(--main-white);
	box-shadow: 0px 4px 4px 0px #00000040;
}

@media screen and (min-width: 576px) {
	body .site a.button.second:not(.product_type_simple):hover {
		background-color: #6d4957;
		border-color: #6d4957;
		color: var(--main-white);
		box-shadow: 0px 4px 4px 0px #00000040;
	}
}

/* body .site a.button:not(.add_to_cart_button)::after,
body .site a.button:not(.product_type_simple)::after {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	content: '\35';
	opacity: 0;
	position: absolute;
	transition: all 300ms ease 0ms;
	margin-left: -1em;
	color: var(--main-white);
}

@media screen and (min-width: 576px) {
	body .site a.button:not(.add_to_cart_button):hover::after,
	body .site a.button:not(.product_type_simple):hover::after {
		opacity: 1;
		margin-left: 0;
	}
} */

section.main-exhibitions .main-exhibitions-slider .slick-list {
	overflow: visible;
	margin: 0px -16px;
}

section.main-exhibitions .main-exhibitions-slider .slider-item {
	padding: 0px 16px;
}

section.main-exhibitions .main-exhibitions-slider .slider-item .exhibition-item .thumbnail a {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

section.main-exhibitions .main-exhibitions-slider .slider-item .exhibition-item .thumbnail a picture {
	width: auto;
	height: 100%;
}

section.main-exhibitions .main-exhibitions-slider .slider-item .exhibition-item .thumbnail a img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	object-fit: cover;
}

section.main-exhibitions .main-exhibitions-slider .slider-item .exhibition-item h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

section.main-exhibitions .main-exhibitions-slider .slider-item .exhibition-item p.desc {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.exhibition-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
	position: relative;
}

.exhibition-item::before {
	content: '';
	position: absolute;
	width: 95%;
	height: 95%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background-color: #000;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

@media screen and (min-width: 576px) {
	.exhibition-item:hover::before {
		opacity: 0.1;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
}

.exhibition-item .thumbnail {
	margin: -25px -25px 20px;
	display: flex;
	flex-direction: column;
	width: calc(100% + 50px);
}

.exhibition-item .thumbnail a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.exhibition-item.collections-item .thumbnail a {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

.exhibition-item .thumbnail a picture {
	width: 100%;
}

.exhibition-item.collections-item .thumbnail a img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exhibition-item .thumbnail a img {
	width: 100%;
	object-fit: contain;
}

.exhibition-item h3 {
	font-size: 1.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 16px;
	display: flex;
	width: 100%;
}

.exhibition-item h3 a {
	font-size: 1em;
	color: var(--main-black);
	text-decoration: none;
	transition: color var(--fast);
}

@media screen and (min-width: 576px) {
	.exhibition-item h3 a:hover {
		color: var(--main-primary);
	}
}

.exhibition-item h3 a::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.exhibition-item p.date {
	display: flex;
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	margin-bottom: 16px;
	width: 100%;
}

.exhibition-item p.desc {
	display: flex;
	font-size: 1.125em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-gray);
	margin-bottom: 0px;
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.exhibition-item a.link {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

.exhibition-item > *:last-child {
	margin-bottom: 0px!important;
}

section.virtual-exhibitions {
	padding: 46px 0px 56px;
	background-color: var(--main-primary);
}

section.virtual-exhibitions .virtual-exhibitions-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow {
	position: relative;
	width: 48px;
	min-width: 48px;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 3em;
	line-height: 100%;
	color: var(--main-white);
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow.slick-prev::after {
	content: '4';
}

section.virtual-exhibitions .virtual-exhibitions-title .slider-arrows .slick-arrow.slick-next::after {
	content: '5';
}

section.virtual-exhibitions .virtual-exhibitions-title h2 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-white);
	text-align: center;
	margin: 0px;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slick-list {
	overflow: visible;
	margin: 0px -16px;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item {
	padding: 0px 16px;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item .thumbnail a {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item .thumbnail a picture {
	height: 100%;
	width: auto;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item .thumbnail a img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	object-fit: cover;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item h3 a {
	color: var(--main-white);
}

/* section.virtual-exhibitions .virtual-exhibitions-slider .slider-item .exhibition-item h3 a:hover {
	color: var(--main-black);
} */

section.main-news {
	padding: 46px 0px 56px;
	background-color: var(--main-white);
}

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

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

section.main-news .news-wrap h2 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin-bottom: 0px;
}

section.main-news .main-news-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

section.main-news .main-news-title .slider-arrows .slick-arrow {
	position: relative;
	width: 48px;
	min-width: 48px;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	color: #fff0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out
}

section.main-news .main-news-title .slider-arrows .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.main-news .main-news-title .slider-arrows .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.main-news .main-news-title .slider-arrows .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 3em;
	line-height: 100%;
	color: var(--main-black)
}

section.main-news .main-news-title .slider-arrows .slick-arrow.slick-prev::after {
  content: '4'
}

section.main-news .main-news-title .slider-arrows .slick-arrow.slick-next::after {
  content: '5'
}

section.main-news .main-news-slider .slick-list {
	overflow: visible;
	margin: 0 -16px
}

section.main-news .main-news-slider .slider-item {
  padding: 0 16px
}

section.main-news .main-news-slider .slider-item .exhibition-item .thumbnail a {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

section.main-news .main-news-slider .slider-item .exhibition-item .thumbnail a picture {
	height: 100%;
	width: auto;
}

section.main-news .main-news-slider .slider-item .exhibition-item .thumbnail a img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	object-fit: cover;
}

section.main-news .main-news-slider .slider-item .exhibition-item h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 1.75em;
	transition: color var(--fast);
}

@media screen and (min-width: 576px) {
	section.main-news .main-news-slider .slider-item .exhibition-item h3:hover {
		color: var(--main-primary);
	}
}

section.main-news .main-news-slider .slider-item .exhibition-item p.date {
	font-size: 1.125em;
}

section.main-news .news-wrap .exhibition-item:not(:first-child) {
  margin-top: 60px;
}

section.main-news .news-wrap .button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

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

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

section.main-also .also-wrap h2 {
	font-size: 2.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 20px;
}

section.main-also .also-wrap p {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 16px;
}

section.main-also .also-wrap p:last-child {
	margin: 0px;
}

section.main-collections {
	padding: 46px 0px 56px;
	background-color: var(--main-bg-gray);
}

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

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

section.main-collections .collections-wrap h2 {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin-bottom: 0px;
}

section.main-collections .main-collections-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow {
	position: relative;
	width: 48px;
	min-width: 48px;
	height: 48px;
	overflow: hidden;
	border: none;
	background: none;
	color: #fff0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 3em;
	line-height: 100%;
	color: var(--main-black)
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow.slick-prev::after {
  content: '4'
}

section.main-collections .main-collections-title .slider-arrows .slick-arrow.slick-next::after {
  content: '5'
}

section.main-collections .main-collections-slider .slick-list {
	overflow: visible;
	margin: 0 -16px
}

section.main-collections .main-collections-slider .slider-item {
  padding: 0 16px
}

section.main-collections .main-collections-slider .slider-item .collections-item .thumbnail a {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

section.main-collections .main-collections-slider .slider-item .collections-item .thumbnail a picture {
	height: 100%;
	width: auto;
}

section.main-collections .main-collections-slider .slider-item .collections-item .thumbnail a img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	object-fit: cover;
}

section.main-collections .main-collections-slider .slider-item .collections-item h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 1.375em;
	transition: color var(--fast);
}

@media screen and (min-width: 576px) {
	section.main-collections .main-collections-slider .slider-item .collections-item h3:hover {
		color: var(--main-primary);
	}
}

section.main-collections .collections-wrap .button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

section.faq {
	padding: 46px 0px 56px;
	background-color: var(--main-white);
}

section.faq h2.section-title {
	font-size: 3em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 32px;
}

section.faq .faq-content p {
	font-size: 1.125em;
	color: var(--main-black);
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 16px;
}

section.faq .faq-content p:has(a) {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
}

section.faq .faq-content p a {
	font-size: 1em;
	color: var(--main-primary);
	display: flex;
	align-items: center;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	transition: var(--slow);
}

section.faq .faq-content p a span {
	font-size: 1em;
	color: var(--main-primary);
	font-weight: 400;
	line-height: 120%;
	border-bottom: 1px solid var(--main-primary);
}

section.faq .faq-content ul li,
section.faq .faq-content ol li {
	font-size: 1.125em;
	color: var(--main-black);
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 12px;
}

@media screen and (min-width: 576px) {
	section.faq .faq-content p a:hover {
		opacity: 0.8;
	}
}

.faq-container .card {
  border-radius: 0px;
  border: none;
  border-top: 1px solid var(--main-black);
  background-color: transparent;
}

.faq-container .card:last-child {
  border-bottom: 1px solid var(--main-black);
}

.faq-container .card .card-header {
  padding: 15px 0px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.faq-container .card .card-header button {
  font-size: 1.125em;
  line-height: 150%;
  font-weight: 400;
  color: var(--main-black);
  position: relative;
  padding-right: 50px;
}

.faq-container .card .card-header button .cross {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-container .card .card-header button .cross::after,
.faq-container .card .card-header button .cross::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--main-black);
  transition: var(--slow);
}

.faq-container .card .card-header button .cross::before {
  transform: rotate(90deg);
}

.faq-container .card .card-header button:not(.collapsed) .cross::after {
  transform: rotate(-180deg);
}

.faq-container .card .card-header button:not(.collapsed) .cross::before {
  transform: rotate(0deg);
}

.faq-container .card .card-body {
  background-color: transparent;
  padding: 0px 0px 15px;
}

.faq-container .card .card-body p {
  margin: 0px;
  font-size: 1.125em;
  line-height: 150%;
  font-weight: 400;
  color: var(--main-black);
}

footer.footer {
	padding: 150px 0px 100px;
	background-color: var(--main-bg-gray);
	overflow: hidden;
}

footer.footer .logo {
	width: auto;
	display: flex;
	margin-top: -55px;
	margin-bottom: 45px;
	position: relative;
}

footer.footer .logo::before {
	content: '';
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 60%;
	padding-top: 60%;
	background-image: url(assets/img/star-footer.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

footer.footer .logo a {
	position: relative;
	z-index: 2;
	height: 66px;
	width: auto;
	display: flex;
	align-items: center;
	text-decoration: none;
}

footer.footer .logo a picture {
	width: auto;
	height: 100%;
}

footer.footer .logo img {
	position: relative;
	z-index: 2;
	width: auto;
	height: 100%;
}

footer.footer .links-list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer.footer .links-list li {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer.footer .links-list li a {
	display: flex;
	flex-direction: column;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
	transition: transform 300ms ease 0ms;
}

@media screen and (min-width: 576px) {
	footer.footer .links-list li a:hover {
		transform: scale(1.04);
	}
}

footer.footer .links-list li a::after {
	content: '';
	aspect-ratio: 163/12;
	width: 200px;
	max-width: 100%;
	height: auto;
	background-image: url(assets/img/arrow-black.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

footer.footer .links-list li a[href*="goo.gl"]::after {
	width: 400px;
	aspect-ratio: 369/12;
	background-image: url(assets/img/arrow-black-2.png);
}

footer.footer .lang {
	display: flex;
	align-items: center;
	margin-top: 130px;
}

footer.footer .lang .languages-menu {
	display: flex;
	align-items: center;
}

footer.footer .lang .languages-menu ul {
	display: flex;
	align-items: center;
	padding: 0px;
	margin: 0px;
	gap: 24px;
	list-style: none;
}

footer.footer .lang .languages-menu ul li {
	display: flex;
	align-items: center;
}

footer.footer .lang .languages-menu ul li a {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer.footer .lang .languages-menu ul li.current-lang a {
	font-weight: 700;
	color: var(--main-primary);
}

footer.footer .button-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 25px;
}

footer.footer p.uppertext {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 30px;
}

footer.footer .contacts_list {
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
}

footer.footer .contacts_list li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 20px;
}

footer.footer .contacts_list li:first-child {
	margin-top: 0px;
}

footer.footer .contacts_list li span {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 6px;
}

footer.footer .contacts_list li a.phone {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin-bottom: 6px;
	text-decoration: none;
}

footer.footer .contacts_list li a.email {
	font-size: 1.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

footer.footer p.undertext {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 0px;
}

footer.footer .socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

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

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

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

footer.footer .socials .socials-menu ul li a {
	width: 48px;
	min-width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	overflow: hidden;
	text-decoration: none;
}

footer.footer .socials .socials-menu ul li a::before {
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	color: var(--main-black);
}

footer.footer .socials .socials-menu ul li a[href*="facebook.com"]::before {
	content: "\e093";
}

footer.footer .socials .socials-menu ul li a[href*="instagram.com"]::before {
	content: "\e09a";
}

footer.footer .socials .socials-menu ul li a[href*="youtube.com"]::before {
	content: "\E0A3";
}

footer.footer .socials .socials-menu ul li a[href*="x.com"]::before {
	content: "\e094";
}

footer.footer .socials .socials-menu ul li a span {
	font-size: 0em;
}

footer.footer span.copyright {
	padding: 50px 0px 0px;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer.footer span.copyright a {
	color: var(--main-black);
}

.white-popup-block {
	background-color: var(--main-white);
	padding: 40px 45px;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	border-radius: 20px;
}

.white-popup-block:has(.notice-slider) {
	padding: 40px 60px;
	max-width: 750px;
}

.white-popup-block .mfp-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	right: 15px;
	top: 15px;
	font-size: 36px;
	overflow: hidden;
}

.white-popup-block h3 {
	font-size: 2em;
	line-height: 120%;
	font-weight: 700;
	color: var(--main-black);
	margin-bottom: 20px;
}

.white-popup-block .schedule {
	display: flex;
	flex-direction: column;
}

.white-popup-block .schedule .schedule-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-left: -5px;
}

.white-popup-block .schedule .schedule-list .list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.white-popup-block .schedule .schedule-list .list-item span.name {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-primary);
	margin-bottom: 10px;
}

.white-popup-block .schedule .schedule-list .list-item span.time {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
}

.white-popup-block .schedule .schedule-list .list-item span.time:empty {
	display: flex;
}

.white-popup-block .schedule .schedule-list .list-item span.time:empty::before {
	content: '×';
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 3em;
	overflow: hidden;
}

.white-popup-block p {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 16px;
}

.white-popup-block p:last-child {
	margin-bottom: 0px;
}

.white-popup-block p a {
	color: var(--main-primary);
}

.white-popup-block .notice-slider {
	position: relative;
}

.white-popup-block .notice-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	min-width: 40px;
	height: 40px;
	overflow: hidden;
	border: none;
	background: none;
	color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}

.white-popup-block .notice-slider .slick-arrow.slick-prev {
	left: -50px;
}

.white-popup-block .notice-slider .slick-arrow.slick-next {
	right: -50px;
}

.white-popup-block .notice-slider .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

.white-popup-block .notice-slider .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

.white-popup-block .notice-slider .slick-arrow::after {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 2.5em;
	line-height: 100%;
	color: var(--main-black);
}

.white-popup-block .notice-slider .slick-arrow.slick-prev::after {
	content: '4';
}

.white-popup-block .notice-slider .slick-arrow.slick-next::after {
	content: '5';
}

.white-popup-block .notice-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
	gap: 10px;
	margin-top: 16px;
}

.white-popup-block .notice-slider .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.white-popup-block .notice-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: hsl(0 0% 0% / .5);
	opacity: 0.5;
	padding: 0px;
	transition: all 0.2s ease-in-out;
	border: none;
	overflow: hidden;font-size: 0em;
	color: transparent;
	outline: none;
}

.white-popup-block .notice-slider .slick-dots li.slick-active button {
	opacity: 1;
	background: var(--main-black);
}

.white-popup-block .notice-slider .notice-item p b {
	font-size: 1.25em;
}

.white-popup-block iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
	backdrop-filter: saturate(180%) blur(5px);
	background: rgba(0, 0, 0, .55);
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.scroll-top-btn {
	position: fixed;
	bottom: 125px;
	right: 0px;
	z-index: 10;
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 2em;
	line-height: 100%;
	font-weight: 400;
	padding: 5px;
	color: var(--main-white);
	background: rgba(0, 0, 0, 0.4);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: 300ms ease 0ms;
	transform: translateX(100%);
}

.scroll-top-btn.show {
	opacity: 1;
	user-select: auto;
	pointer-events: all;
	transform: translateX(0%);
}

.scroll-top-btn span {
	font-size: 0em;
}

.scroll-top-btn::before {
	content: '2';
}

section.archive-page {
	padding: 60px 0px 100px;
	background-color: var(--main-white);
}

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

section.archive-page .archive-wrap h1 {
	font-size: 2.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin-bottom: 40px;
}

section.archive-page .archive-wrap .breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

section.archive-page .archive-wrap .breadcrumbs span {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
}

section.archive-page .archive-wrap .breadcrumbs span a {
	color: var(--main-black);
	text-decoration: none;
}

section.archive-page .archive-wrap .archive-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

section.archive-page .archive-wrap .archive-items .exhibition-item {
	width: 100%;
	width: calc((100% - 40px) / 3);
}

section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
	margin-top: 60px;
}

/* section.archive-page .archive-wrap .archive-items .exhibition-item {
	width: calc(100% / 2);
}

section.archive-page.news .archive-wrap .archive-items .exhibition-item {
	width: calc(100% / 3);
} */

section.archive-page .archive-wrap .archive-items .navigation.posts-navigation {
	margin-top: 40px;
}

.navigation.posts-navigation {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.navigation.posts-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation.posts-navigation .nav-links a {
	display: flex;
	align-items: center;
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
}

.navigation.posts-navigation .nav-links .nav-previous {
	margin-right: auto;
}

.navigation.posts-navigation .nav-links .nav-previous a::before {
	content: '«';
	margin-right: 6px;
}

.navigation.posts-navigation .nav-links .nav-next {
	margin-left: auto;
}

.navigation.posts-navigation .nav-links .nav-next a::after {
	content: '»';
	margin-left: 6px;
}

section.archive-page .archive-wrap .button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

section.single-page .single-wrap {
	display: flex;
	flex-direction: column;
	padding: 60px 30px 60px 0px;
}

section.single-page .single-wrap .thumbnail {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

section.single-page .single-wrap .thumbnail picture {
	width: 100%;
}

section.single-page .single-wrap .thumbnail img {
	width: 100%;
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
}

section.single-page .single-wrap .thumbnail iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}

section.single-page .single-wrap h1 {
	font-size: 2.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 30px;
}

section.single-page .single-wrap .breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

section.single-page .single-wrap .breadcrumbs span {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
}

section.single-page .single-wrap .breadcrumbs span a {
	color: var(--main-black);
	text-decoration: none;
}

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

section aside.widget-area {
	padding: 60px 0px 60px 30px;
	border-left: 1px solid var(--main-bg-gray);
	height: 100%;
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_search {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_search form {
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_search form label {
	display: none;
}

section aside.widget-area .widget_search form div {
	display: flex;
	align-items: center;
}

section aside.widget-area .widget_search form div input {
	background-color: var(--main-white);
	border: 1px solid #ddd;
	padding: 0.7em;
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	box-shadow: none;
}

section aside.widget-area .widget_search form div button {
	background-color: #ddd;
	border: 1px solid #ddd;
	padding: 0.7em;
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	margin: 0px;
	outline: none;
	box-shadow: none;
}

section aside.widget-area .widget_block {
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_block .wp-block-group {
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_block .wp-block-group div {
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_block .wp-block-group div h2 {
	font-size: 1.75em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 20px;
}

html[lang="uk"] section aside.widget-area .widget_block .wp-block-group div h2.en {
	display: none;
}

html[lang="en-GB"] section aside.widget-area .widget_block .wp-block-group div h2.uk {
	display: none;
}

section aside.widget-area .widget_block .wp-block-group div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
}

section aside.widget-area .widget_block .wp-block-group div ul li {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

section aside.widget-area .widget_block .wp-block-group div ul li:last-child {
	margin-bottom: 0px;
}

section aside.widget-area .widget_block .wp-block-group div ul li a {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-gray);
	transition: var(--fast);
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	section aside.widget-area .widget_block .wp-block-group div ul li a:hover {
		color: var(--main-black);
	}
}

section.search-page-top {
	padding: 60px 0px;
	background-color: var(--main-bg-gray);
}

section.search-page-top .search-top-wrap {
	display: flex;
	flex-direction: column;
}

section.search-page-top .search-top-wrap h1.page-title {
	font-size: 2.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	text-align: center;
	margin-bottom: 40px;
}

section.search-page-top .search-top-wrap .search-page-form {
	display: flex;
	align-items: center;
	width: 100%;
}

section.search-page-top .search-top-wrap .search-page-form form {
	display: flex;
	align-items: center;
	width: 100%;
}

section.search-page-top .search-top-wrap .search-page-form form input {
	background-color: var(--main-white);
	border: 1px solid #ddd;
	padding: 0.7em;
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	box-shadow: none;
	width: 100%;
}

section.search-page-top .search-top-wrap .search-page-form form button {
	background-color: #ddd;
	border: 1px solid #ddd;
	padding: 0.7em;
	font-size: 0.875em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
	margin: 0px;
	outline: none;
	box-shadow: none;
}

section.search-page .search-wrap {
	padding: 60px 0px;
}

section.search-page .search-wrap .exhibition-item.exhibition-item:not(:first-child) {
	margin-top: 60px;
}

section.search-page .search-wrap .navigation.posts-navigation {
	margin-top: 40px;
}

section.search-page .search-wrap p.search-results-count {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-gray);
	margin-bottom: 16px;
}

section.search-page .search-wrap .search-item {
	border-bottom: 1px solid #000000;
	display: flex;
	flex-direction: column;
	padding: 18px 0px;
}

section.search-page .search-wrap .search-item:nth-child(2) {
	border-top: 1px solid #000000;
}

section.search-page .search-wrap .search-item .search-link {
	/* display: flex; */
	align-items: center;
	text-decoration: none;
}

section.search-page .search-wrap .search-item .search-link .search-name {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
	transition: var(--fast);
}

section.search-page .search-wrap .search-item .search-link:hover .search-name {
	color: var(--main-primary);
}

section.search-page .search-wrap .search-item .search-link .search-type {
	display: inline-block;
	font-size: 0.875em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	padding: 4px 12px;
	background-color: var(--main-bg-gray);
	border-radius: 20px;
}

section.no-results.not-found {
	display: flex;
	flex-direction: column;
	width: 100%;
}

section.no-results.not-found h1 {
	font-size: 2.125em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 20px;
}

section.no-results.not-found p {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	margin: 0px;
}

section .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 32px;
	width: 100%;
}

section .pagination a,
section .pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 8px;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-color: var(--main-white);
	border: 1px solid transparent;
	font-size: 0.875em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	text-decoration: none;
	transition: var(--fast);
	border-radius: 100%;
}

section .pagination a.current,
section .pagination span.current {
	background-color: var(--main-black);
	border-color: var(--main-black);
	color: var(--main-white);
}

@media screen and (min-width: 576px) {
	section .pagination a:hover {
		background-color: var(--main-black);
		border-color: var(--main-black);
		color: var(--main-white);
	}
}

section .pagination a.direction-page,
section .pagination span.direction-page {
	font-size: 0px;
	color: transparent;
	border-color: var(--main-black);
	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: 0px;
	top: 0px;
	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);
}










/* Styles for page content */

.page-content .content ul li,
.page-content .content ol li {
	font-size: 1.125em;
}

.page-content h2 {
  font-size: 1.75em;
	line-height: 120%;
	font-weight: 500;
  color: var(--main-black);
  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-black);
  margin-bottom: 16px;
}

.page-content h3 a {
  color: var(--main-primary);
}

.page-content h4 {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 12px;
}

.page-content h4 a {
  color: var(--main-primary);
}

.page-content blockquote {
	padding: 20px;
	background-color: var(--main-bg-gray);
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}

.page-content blockquote p {
	font-size: 1.25em;
	font-weight: 500;
}

.page-content > div.block {
	padding: 20px;
	background-color: var(--main-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: 1.25em;
  line-height: 150%;
	font-weight: 400;
  margin-bottom: 8px;
  color: var(--main-black);
}

.page-content p {
  font-size: 1.25em;
  line-height: 150%;
	font-weight: 400;
  color: var(--main-black);
	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(.alignright) {
  clear: both;
  margin-bottom: 0px;
}

.page-content p picture {
	width: 100%;
}

.page-content p img {
	max-width: 100%;
	border-radius: 0px;
	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: 0px;
	overflow: hidden;
}

.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 {
  position: absolute;
  right: 12px;
  bottom: 12px;
	left: 12px;
  font-size: 0.75em;
	line-height: 100%;
  font-weight: 400;
  color: var(--main-white);
  display: flex;
  flex-direction: column;
  text-align: end;
  align-items: flex-end;
}

.page-content figure.aligncenter {
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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 picture {
	width: 100%;
	height: 100%;
}

.page-content .gallery figure .gallery-icon img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-content p:has(a.button) {
	font-size: 1em;
	display: flex;
}

body .site .page-content p a.button:not(.product_type_simple) {
	color: var(--main-white);
	text-decoration: none;
	transition: all 300ms ease 0ms;
	max-width: none;
	text-align: left;
	width: auto;
	background-color: var(--main-primary);
	box-shadow: 0px 4px 4px 0px #00000040;
	line-height: 120%;
}

body .site .page-content p a.button:not(.product_type_simple):hover {
	background-color: #6d4957;
}

@media screen and (max-width: 1299px) {
	.page-content h2 {
    font-size: 1.625em;
  }

	.page-content h3 {
		font-size: 1.25em;
	}

	.page-content h4 {
		font-size: 1.125em;
	}

	.page-content blockquote {
		padding: 16px;
	}

	.page-content blockquote p {
		font-size: 1.125em;
	}

	.page-content > div.block {
		padding: 16px;
	}

	.page-content ul li,
	.page-content ol li {
		font-size: 1.125em;
	}

	.page-content p {
		font-size: 1.125em;
	}

	.page-content .gallery {
		margin: 16px -12px;
	}
	
	.page-content .gallery .slick-slide {
		padding: 0px 12px;
	}
}

@media screen and (max-width: 1199px) {
	.page-content h2 {
    font-size: 1.5em;
  }

	.page-content .gallery {
		margin: 16px -10px;
	}
	
	.page-content .gallery .slick-slide {
		padding: 0px 10px;
	}
}

@media screen and (max-width: 991px) {
	.page-content h2 {
    font-size: 1.375em;
  }

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

@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%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content p img.alignleft {
    float: none;
    display: block;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content .center-column {
    width: 100%;
    max-width: 500px;
  }

  .page-content p img.alignnone {
    display: block;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content p img.aligncenter {
    width: 100%;
    max-width: 500px;
  }

  .page-content figure {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-content figure.aligncenter {
    width: 100%!important;
    max-width: 500px;
  }

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

	.page-content blockquote p {
		font-size: 1em;
	}

	.page-content .content ul li, 
	.page-content .content ol li {
		font-size: 1em;
	}

	.page-content ul li,
	.page-content ol li {
		font-size: 1em;
	}

	.page-content p {
		font-size: 1em;
	}

	.page-content figure figcaption {
		font-size: 0.625em;
		right: 10px;
		bottom: 10px;
	}

	.page-content ul, 
	.page-content ol {
		padding-left: 18px;
	}
}











/* Adaptation */
@media screen and (max-width: 1499px) {
	.container {
		padding: 0px 75px;
	}

	.container-fluid {
		padding: 0px 75px;
	}

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

	header.header .upper-box .upper-wrap {
		padding: 8px 0px;
		min-height: 34px;
	}

	header.header .upper-box .upper-wrap .info p {
		font-size: 1em;
	}

	header.header .main-box .main-wrap {
		margin: 0px -14px;
		padding: 14px 0px;
		min-height: 85px;
	}

	header.header .main-box .main-wrap .logo {
		padding: 0px 14px;
	}

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

	header.header .main-box .main-wrap .main-menu {
		padding: 0px 14px;
	}

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

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

	header.header .main-box .main-wrap .links {
		padding: 0px 14px;
	}

	header.header .main-box .main-wrap .links a.cart-contents {
		margin-right: 26px;
	}

	header.header .main-box .main-wrap .links a.cart-contents::before {
		width: 22px;
		min-width: 22px;
		height: 22px;
	}

	header.header .main-box .main-wrap .links a.button-head {
		font-size: 1em;
	}

	header.header .main-box .main-wrap .lang {
		padding: 0px 14px;
	}

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

	section.main-gallery .main-slider {
		height: 650px;
	}

	section.main-about {
		padding: 40px 0px 48px;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 3em;
		margin-bottom: 85px;
	}

	section.main-about .main-about-wrap .info-wrap h1,
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 2.5em;
		margin-bottom: 18px;
	}

	section.main-about .main-about-wrap .info-wrap p {
		font-size: 1.125em;
	}

	section.main-about .main-about-wrap .info-wrap .show-more-wrap .show-more span {
		font-size: 1.125em;
	}

	section.main-exhibitions {
		padding: 40px 0px 48px;
	}

	section.main-exhibitions .main-exhibitions-title {
		margin-bottom: 28px;
	}

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 2.5em;
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		top: 50px;
		height: 185px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		padding: 25px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 2.5em;
		margin-bottom: 12px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap p {
		font-size: 1.75em;
	}

	section.main-exhibitions .button-wrap {
		margin-top: 28px;
	}

	body .site a.button:not(.product_type_simple) {
		font-size: 1.125em;
	}

	.exhibition-item {
		padding: 22px;
	}

	.exhibition-item .thumbnail {
		margin: -22px -22px 18px;
		width: calc(100% + 44px);
	}

	.exhibition-item h3 {
		font-size: 1.75em;
		margin-bottom: 14px;
	}

	.exhibition-item p.date {
		font-size: 1.125em;
		margin-bottom: 14px;
	}

	.exhibition-item p.desc {
		font-size: 1em;
	}

	section.virtual-exhibitions {
		padding: 40px 0px 48px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title {
		margin-bottom: 28px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 2.5em;
	}

	section.main-news {
		padding: 40px 0px 48px;
	}

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

	section.main-news .news-wrap h2 {
		font-size: 2.5em;
	}

	section.main-news .main-news-slider .slider-item .exhibition-item h3 {
		font-size: 1.5em;
	}

	section.main-news .main-news-slider .slider-item .exhibition-item p.date {
		font-size: 1em;
	}

	section.main-news .news-wrap .button-wrap {
		margin-top: 28px;
	}

	section.main-collections {
		padding: 40px 0px 48px;
	}

	section.main-collections .collections-wrap .main-collections-title {
		margin-bottom: 28px;
	}

	section.main-collections .collections-wrap h2 {
		font-size: 2.5em;
	}

	section.main-collections .main-collections-slider .slider-item .collections-item h3 {
		font-size: 1.25em;
	}
	
	section.main-collections .collections-wrap .button-wrap {
		margin-top: 28px;
	}

	section.faq {
		padding: 40px 0px 48px;
	}

	section.faq h2.section-title {
		font-size: 2.5em;
		margin-bottom: 28px;
	}

	section.faq .faq-content p {
		font-size: 1em;
	}

	section.faq .faq-content ul li,
	section.faq .faq-content ol li {
		font-size: 1em;
	}

	.faq-container .card .card-header {
		padding: 13px 0px;
	}

	.faq-container .card .card-header button {
		font-size: 1em;
	}

	.faq-container .card .card-body {
		padding: 0px 0px 13px;
	}

	.faq-container .card .card-body p {
		font-size: 1em;
	}

	footer.footer {
		padding: 130px 0px 85px;
	}

	footer.footer .logo {
		margin-top: -45px;
		margin-bottom: 38px;
	}

	footer.footer .logo a {
		height: 56px;
	}

	footer.footer .button-wrap {
		margin-top: 22px;
	}

	footer.footer p.uppertext {
		font-size: 1.375em;
		margin-bottom: 25px;
	}

	footer.footer .contacts_list li a.phone {
		font-size: 1.125em;
	}

	footer.footer .contacts_list li a.email {
		font-size: 1em;
	}

	footer.footer span.copyright {
		padding-top: 40px;
	}

	.white-popup-block {
		padding: 35px 38px;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 35px 55px;
		max-width: 700px;
	}

	.white-popup-block .mfp-close {
		width: 22px;
		height: 22px;
		line-height: 22px;
		right: 12px;
		top: 12px;
		font-size: 30px;
	}

	.white-popup-block h3 {
		font-size: 1.75em;
		margin-bottom: 18px;
	}

	.white-popup-block .schedule .schedule-list .list-item span.name {
		font-size: 1.125em;
	}

	.white-popup-block .schedule .schedule-list .list-item span.time {
		font-size: 1.125em;
	}

	.white-popup-block .schedule .schedule-list .list-item span.time:empty::before {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 1299px) {
	.container {
		padding: 0px 55px;
	}

	.container-fluid {
		padding: 0px 55px;
	}

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

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

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

	header.header .upper-box .upper-wrap {
		margin: 0px -12px;
		padding: 6px 0px;
		min-height: 28px;
	}

	header.header .upper-box .upper-wrap .info {
		padding: 0px 12px;
	}

	header.header .upper-box .upper-wrap .socials {
		padding: 0px 15px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul {
		gap: 6px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul li a {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul li a::before {
		font-size: 1.375em;
	}

	header.header .upper-box .upper-wrap .lang {
		padding: 0px 15px;
	}

	header.header .upper-box .upper-wrap .lang .languages-menu ul {
		gap: 22px;
	}

	header.header .main-box .main-wrap {
		margin: 0px -12px;
		padding: 12px 0px;
		min-height: 76px;
	}

	header.header .main-box .main-wrap .logo {
		padding: 0px 12px;
	}

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

	header.header .main-box .main-wrap .main-menu {
		padding: 0px 12px;
	}

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

	header.header .main-box .main-wrap .links {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .links a.cart-contents {
		margin-right: 24px;
	}

	header.header .main-box .main-wrap .lang {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .lang .languages-menu ul {
		gap: 18px;
	}

	header.header .main-box .main-wrap .schedule {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .schedule span.title {
		font-size: 1em;
		margin-bottom: 8px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list {
		gap: 10px;
		margin-left: -5px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list .list-item span.name {
		font-size: 1.125em;
		margin-bottom: 3px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list .list-item span.time:empty::before {
		font-size: 3.675em;
	}

	section.main-gallery .main-slider {
		height: 600px;
	}

	section.main-gallery .main-slider .slick-arrow {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}

	@media screen and (min-width: 576px) {
		section.main-gallery .main-slider:hover .slick-arrow.slick-prev {
			left: 20px;
		}

		section.main-gallery .main-slider:hover .slick-arrow.slick-next {
			right: 20px;
		}
	}

	section.main-gallery .main-slider .slick-arrow::after {
		font-size: 2.75em;
	}

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

	.show-more-wrap .show-more-content {
		-webkit-line-clamp: 13;
		line-clamp: 13;
	}

	.show-more-wrap.show .show-more {
		margin-top: 15px;
	}

	section.main-about {
		padding: 36px 0px 44px;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 2.75em;
		margin-bottom: 76px;
	}

	section.main-about .main-about-wrap .info-wrap h1,
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 2.25em;
		margin-bottom: 16px;
	}

	section.main-about .main-about-wrap .info-wrap p {
		font-size: 1em;
		margin-bottom: 15px;
	}

	section.main-about .main-about-wrap .info-wrap .show-more-wrap .show-more span {
		font-size: 1em;
	}

	section.main-exhibitions {
		padding: 36px 0px 44px;
	}

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

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 2.25em;
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		top: 45px;
		height: 168px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		padding: 25px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 2.25em;
		margin-bottom: 10px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap p {
		font-size: 1.5em;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-list {
		margin: 0px -15px;
	}

	section.main-exhibitions .main-exhibitions-slider .slider-item {
		padding: 0px 15px;
	}

	section.main-news .main-news-slider .slick-list {
		margin: 0 -15px
	}

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

	section.main-exhibitions .exhibition-item:not(:first-child) {
		margin-top: 55px;
	}

	section.main-exhibitions .button-wrap {
		margin-top: 26px;
	}

	body .site a.button:not(.product_type_simple) {
		font-size: 1em;
		max-width: 250px;
	}

	.exhibition-item {
		padding: 20px;
	}

	.exhibition-item .thumbnail {
		margin: -20px -20px 16px;
		width: calc(100% + 40px);
	}

	.exhibition-item h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.exhibition-item p.date {
		font-size: 1em;
		margin-bottom: 10px;
	}

	.exhibition-item p.desc {
		margin-bottom: 8px;
	}

	section.virtual-exhibitions {
		padding: 36px 0px 44px;
	}

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

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 2.25em;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-list {
		margin: 0px -15px;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slider-item {
		padding: 0px 15px;
	}

	section.main-news {
		padding: 36px 0px 44px;
	}

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

	section.main-news .news-wrap h2 {
		font-size: 2.25em;
	}

	section.main-news .news-wrap .exhibition-item:not(:first-child) {
		margin-top: 55px;
	}

	section.main-news .main-news-slider .slider-item .exhibition-item h3 {
		font-size: 1.375em;
	}

	section.main-news .news-wrap .button-wrap {
		margin-top: 26px;
	}

	section.main-also {
		padding: 90px 0px;
	}

	section.main-also .also-wrap h2 {
		font-size: 2em;
		margin-bottom: 18px;
	}

	section.main-also .also-wrap p {
		margin-bottom: 15px;
	}

	section.main-collections {
		padding: 36px 0px 44px;
	}

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

	section.main-collections .collections-wrap h2 {
		font-size: 2.25em;
	}

	section.main-collections .main-collections-slider .slick-list {
		margin: 0px -15px;
	}

	section.main-collections .main-collections-slider .slider-item {
		padding: 0px 15px;
	}

	section.main-collections .main-collections-slider .slider-item .collections-item h3 {
		font-size: 1.125em;
	}

	section.main-collections .collections-wrap .button-wrap {
		margin-top: 26px;
	}

	section.faq {
		padding: 36px 0px 44px;
	}

	section.faq h2.section-title {
		font-size: 2.25em;
		margin-bottom: 26px;
	}

	footer.footer {
		padding: 115px 0px 75px;
	}

	footer.footer .logo {
		margin-top: -40px;
		margin-bottom: 34px;
	}

	footer.footer .logo a {
		height: 50px;
	}

	footer.footer .links-list li {
		margin-bottom: 18px;
	}

	footer.footer .links-list li a {
		font-size: 1em;
	}

	footer.footer .links-list li a::after {
		width: 180px;
	}

	footer.footer .links-list li a[href*="goo.gl"]::after {
		width: 360px;
	}

	footer.footer .lang {
		margin-top: 120px;
	}

	footer.footer .lang .languages-menu ul {
		gap: 22px;
	}

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

	footer.footer p.uppertext {
		font-size: 1.25em;
		margin-bottom: 22px;
	}

	footer.footer .contacts_list {
		margin-bottom: 18px;
	}

	footer.footer .contacts_list li {
		margin-top: 18px;
	}

	footer.footer .contacts_list li span {
		margin-bottom: 5px;
	}

	footer.footer .contacts_list li a.phone {
		margin-bottom: 5px;
	}

	footer.footer .socials .socials-menu ul {
		gap: 6px;
	}

	footer.footer .socials .socials-menu ul li a {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}

	footer.footer .socials .socials-menu ul li a::before {
		font-size: 1.375em;
	}

	footer.footer span.copyright {
		padding-top: 36px;
	}

	.white-popup-block {
		padding: 32px 35px;
		margin: 36px auto;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 80px 55px;
	}

	.white-popup-block h3 {
		font-size: 1.5em;
		margin-bottom: 16px;
	}

	.white-popup-block p {
		margin-bottom: 15px;
	}

	.white-popup-block .schedule .schedule-list .list-item span.time:empty::before {
		font-size: 2.25em;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-prev {
		left: -47.5px;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-next {
		right: -47.5px;
	}

	.scroll-top-btn {
		bottom: 115px;
		font-size: 1.875em;
	}

	section.archive-page {
		padding: 55px 0px 90px;
	}

	section.archive-page .archive-wrap h1 {
		font-size: 2em;
		margin-bottom: 35px;
	}

	section.archive-page .archive-wrap .breadcrumbs {
		margin-bottom: 25px;
	}

	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
		margin-top: 55px;
	}

	section.archive-page .archive-wrap .archive-items .navigation.posts-navigation {
		margin-top: 35px;
	}

	.navigation.posts-navigation .nav-links .nav-previous a::before {
		margin-right: 5px;
	}

	.navigation.posts-navigation .nav-links .nav-next a::after {
		margin-left: 5px;
	}

	section.archive-page .archive-wrap .button-wrap {
		margin-top: 55px;
	}

	section.single-page .single-wrap {
		padding: 55px 25px 55px 0px;
	}

	section.single-page .single-wrap .thumbnail {
		margin-bottom: 25px;
	}

	section.single-page .single-wrap h1 {
		font-size: 2em;
		margin-bottom: 25px;
	}

	section.single-page .single-wrap .breadcrumbs {
		margin-bottom: 16px;
	}

	section.single-page .single-wrap .button-wrap {
		margin-top: 35px;
	}

	section aside.widget-area {
		padding: 55px 0px 55px 25px;
	}

	section aside.widget-area .widget_search {
		margin-bottom: 25px;
	}

	section aside.widget-area .widget_block .wp-block-group div h2 {
		font-size: 1.625em;
		margin-bottom: 16px;
	}

	section aside.widget-area .widget_block .wp-block-group div ul li {
		margin-bottom: 8px;
	}

	section.search-page-top {
		padding: 55px 0px;
	}

	section.search-page-top .search-top-wrap h1.page-title {
		font-size: 2em;
		margin-bottom: 35px;
	}

	section.search-page .search-wrap {
		padding: 55px 0px;
	}

	section.search-page .search-wrap .exhibition-item.exhibition-item:not(:first-child) {
		margin-top: 55px;
	}

	section.search-page .search-wrap .navigation.posts-navigation {
		margin-top: 35px;
	}

	section.search-page .search-wrap .search-item {
		padding: 16px 0px;
	}

	section.search-page .search-wrap .search-item .search-link .search-name {
		font-size: 1.125em;
	}

	section.no-results.not-found h1 {
		font-size: 2em;
		margin-bottom: 16px;
	}

	section .pagination {
		margin-top: 28px;
	}
	
	section .pagination a,
	section .pagination span {
		margin: 6px;
		width: 36px;
		min-width: 36px;
		height: 36px;
	}
}

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

	.container-fluid {
		padding: 0px 45px;
	}

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

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

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

	header.header .upper-box .upper-wrap {
		margin: 0px -12px;
		padding: 4px 0px;
		min-height: 24px;
	}

	header.header .upper-box .upper-wrap .info {
		padding: 0px 12px;
	}

	header.header .upper-box .upper-wrap .info p {
		font-size: 0.875em;
	}

	header.header .upper-box .upper-wrap .socials {
		padding: 0px 12px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul {
		gap: 5px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul li a {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	header.header .upper-box .upper-wrap .socials .socials-menu ul li a::before {
		font-size: 1.25em;
	}

	header.header .upper-box .upper-wrap .lang {
		padding: 0px 12px;
	}

	header.header .upper-box .upper-wrap .lang .languages-menu ul {
		gap: 18px;
	}

	header.header .main-box .main-wrap {
		margin: 0px -12px;
		padding: 12px 0px;
		min-height: 60px;
	}

	header.header .main-box .main-wrap .logo {
		padding: 0px 12px;
	}

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

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

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

	header.header .main-box .main-wrap .links {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .links p {
		font-size: 1em;
	}

	header.header .main-box .main-wrap .links a.cart-contents {
		margin-right: 0px;
	}

	header.header .main-box .main-wrap .links a.button-head {
		font-size: 0.875em;
		display: none;
	}

	header.header .main-box .main-wrap .lang {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .lang .languages-menu ul {
		gap: 14px;
	}

	header.header .main-box .main-wrap .lang .languages-menu ul li a {
		font-size: 0.875em;
	}

	header.header .main-box .main-wrap .schedule {
		padding: 0px 12px;
	}

	header.header .main-box .main-wrap .schedule span.title {
		margin-bottom: 6px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list {
		gap: 8px;
		margin-left: -2px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list .list-item span.name {
		font-size: 1em;
		margin-bottom: 2px;
	}

	header.header .main-box .main-wrap .schedule .schedule-list .list-item span.time:empty::before {
		font-size: 3em;
	}

	section.main-gallery .main-slider {
		height: 500px;
	}

	section.main-gallery .main-slider .slick-arrow {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	@media screen and (min-width: 576px) {
		section.main-gallery .main-slider:hover .slick-arrow.slick-prev {
			left: 16px;
		}

		section.main-gallery .main-slider:hover .slick-arrow.slick-next {
			right: 16px;
		}
	}

	section.main-gallery .main-slider .slick-arrow::after {
		font-size: 2.25em;
	}

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

	.show-more-wrap .show-more-content {
		-webkit-line-clamp: 10;
		line-clamp: 10;
	}

	section.main-about {
		padding: 30px 0px 36px;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 2.25em;
		margin-bottom: 62px;
	}

	section.main-about .main-about-wrap .info-wrap h1,
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 1.875em;
		margin-bottom: 16px;
	}

	.show-more-wrap .show-more span {
		font-size: 1em;
	}

	section.main-exhibitions {
		padding: 30px 0px 36px;
	}

	section.main-exhibitions .main-exhibitions-title {
		margin-bottom: 22px;
	}

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 1.875em;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-list {
		margin: 0px -12px;
	}

	section.main-exhibitions .main-exhibitions-slider .slider-item {
		padding: 0px 12px;
	}

	section.main-news .main-news-slider .slick-list {
		margin: 0 -12px
	}

	section.main-news .main-news-slider .slider-item {
		padding: 0 12px
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		top: 36px;
		height: 135px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		padding: 22px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 1.875em;
		margin-bottom: 6px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap p {
		font-size: 1.25em;
	}

	section.main-exhibitions .exhibition-item:not(:first-child) {
		margin-top: 45px;
	}

	section.main-exhibitions .button-wrap {
		margin-top: 22px;
	}

	body .site a.button:not(.product_type_simple) {
		font-size: 0.875em;
	}

	.exhibition-item {
		padding: 15px;
	}

	.exhibition-item .thumbnail {
		margin: -15px -15px 16px;
		width: calc(100% + 30px);
	}

	.exhibition-item h3 {
		font-size: 1.25em;
		margin-bottom: 6px;
	}

	.exhibition-item p.date {
		margin-bottom: 6px;
	}

	.exhibition-item p.desc {
		margin-bottom: 6px;
	}

	section.virtual-exhibitions {
		padding: 30px 0px 36px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title {
		margin-bottom: 22px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 1.875em;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-list {
		margin: 0px -12px;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slider-item {
		padding: 0px 12px;
	}

	section.main-news {
		padding: 30px 0px 36px;
	}

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

	section.main-news .news-wrap h2 {
		font-size: 1.875em;
	}

	section.main-news .news-wrap .exhibition-item:not(:first-child) {
		margin-top: 45px;
	}

	section.main-news .main-news-slider .slider-item .exhibition-item h3 {
		font-size: 1.125em;
	}

	section.main-news .news-wrap .button-wrap {
		margin-top: 22px;
	}

	section.main-also {
		padding: 70px 0px;
	}

	section.main-also .also-wrap h2 {
		font-size: 1.625em;
		margin-bottom: 15px;
	}

	section.main-collections {
		padding: 30px 0px 36px;
	}

	section.main-collections .collections-wrap .main-collections-title {
		margin-bottom: 22px;
	}

	section.main-collections .collections-wrap h2 {
		font-size: 1.875em;
	}

	section.main-collections .collections-wrap .button-wrap {
		margin-top: 22px;
	}

	section.main-collections .main-collections-slider .slick-list {
		margin: 0px -12px;
	}

	section.main-collections .main-collections-slider .slider-item {
		padding: 0px 12px;
	}

	section.faq {
		padding: 30px 0px 36px;
	}

	section.faq h2.section-title {
		font-size: 1.875em;
		margin-bottom: 22px;
	}

	footer.footer {
		padding: 90px 0px 60px;
	}

	footer.footer .logo {
		margin-top: -32px;
		margin-bottom: 28px;
	}

	footer.footer .logo a {
		height: 40px;
	}

	footer.footer .links-list li {
		margin-bottom: 15px;
	}

	footer.footer .lang {
		margin-top: 100px;
	}

	footer.footer .lang .languages-menu ul {
		gap: 18px;
	}

	footer.footer .button-wrap {
		margin-top: 18px;
	}

	footer.footer p.uppertext {
		font-size: 1.125em;
		margin-bottom: 20px;
	}

	footer.footer .contacts_list {
		margin-bottom: 15px;
	}

	footer.footer .contacts_list li {
		margin-top: 15px;
	}

	footer.footer .contacts_list li a.phone {
		font-size: 1.25em;
	}

	footer.footer .contacts_list li a.email {
		font-size: 1em;
	}

	footer.footer .socials .socials-menu ul {
		gap: 5px;
	}

	footer.footer .socials .socials-menu ul li a {
		width: 36px;
		min-width: 36px;
		height: 36px;
	}

	footer.footer .socials .socials-menu ul li a::before {
		font-size: 1.25em;
	}

	footer.footer span.copyright {
		padding-top: 30px;
	}

	body .site footer.footer a.button:not(.product_type_simple) {
		font-size: 0.875em;
	}

	.white-popup-block {
		padding: 30px 32px;
		max-width: 600px;
		margin: 30px auto;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 30px 45px;
	}

	.white-popup-block h3 {
		font-size: 1.25em;
		margin-bottom: 15px;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-prev {
		left: -42.5px;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-next {
		right: -42.5px;
	}

	.white-popup-block .notice-slider .notice-item p b {
		font-size: 1.125em;
	}

	.scroll-top-btn {
		bottom: 95px;
		font-size: 1.5em;
	}

	section.archive-page {
		padding: 45px 0px 70px;
	}

	section.archive-page .archive-wrap h1 {
		font-size: 1.625em;
		margin-bottom: 30px;
	}

	section.archive-page .archive-wrap .breadcrumbs {
		margin-bottom: 20px;
	}

	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
		margin-top: 45px;
	}

	section.archive-page .archive-wrap .archive-items .navigation.posts-navigation {
		margin-top: 30px;
	}

	section.archive-page .archive-wrap .button-wrap {
		margin-top: 45px;
	}

	section.single-page .single-wrap {
		padding: 45px 20px 45px 0px;
	}

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

	section.single-page .single-wrap h1 {
		font-size: 1.625em;
		margin-bottom: 20px;
	}

	section.single-page .single-wrap .button-wrap {
		margin-top: 30px;
	}

	section aside.widget-area {
		padding: 45px 0px 45px 20px;
	}

	section aside.widget-area .widget_search {
		margin-bottom: 20px;
	}

	section aside.widget-area .widget_block .wp-block-group div h2 {
		font-size: 1.375em;
		margin-bottom: 15px;
	}

	section aside.widget-area .widget_block .wp-block-group div ul li {
		margin-bottom: 6px;
	}

	section.search-page-top {
		padding: 45px 0px;
	}

	section.search-page-top .search-top-wrap h1.page-title {
		font-size: 1.625em;
		margin-bottom: 30px;
	}

	section.search-page .search-wrap {
		padding: 45px 0px;
	}

	section.search-page .search-wrap .exhibition-item.exhibition-item:not(:first-child) {
		margin-top: 45px;
	}

	section.search-page .search-wrap .navigation.posts-navigation {
		margin-top: 30px;
	}

	section.search-page .search-wrap .search-item {
		padding: 14px 0px;
	}

	section.no-results.not-found h1 {
		font-size: 1.625em;
		margin-bottom: 15px;
	}

	section .pagination {
		margin-top: 22px;
	}
}

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

	.container-fluid {
		padding: 0px 35px;
	}

	header.header .upper-box .upper-wrap .info {
		width: 100%;
	}

	header.header .upper-box .upper-wrap .info p {
		width: 100%;
		text-align: center;
	}

	header.header .upper-box .upper-wrap .info p br {
		display: none;
	}

	header.header .upper-box .upper-wrap .socials {
		display: none;
	}

	header.header .upper-box .upper-wrap .lang {
		display: none;
	}

	header.header .main-box .main-wrap .logo {
		width: 100%;
	}

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

	header.header .main-box .main-wrap .main-menu {
		display: none;
	}

	header.header .main-box .main-wrap .links {
		display: none;
	}

	header.header .main-box .main-wrap .lang {
		display: none;
	}

	header.header .main-box .main-wrap .schedule {
		display: none;
	}

	header.header .main-box .main-wrap .menu-btn {
		display: flex;
	}

	section.main-gallery {
		position: relative;
		padding-top: 56.25%;
	}

	section.main-gallery .main-slider {
		height: auto;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	@media screen and (min-width: 576px) {
		section.main-gallery .main-slider:hover .slick-arrow.slick-prev {
			left: 12px;
		}

		section.main-gallery .main-slider:hover .slick-arrow.slick-next {
			right: 12px;
		}
	}

	section.main-gallery .main-slider .slick-arrow::after {
		font-size: 2em;
	}

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

	.show-more-wrap .show-more-content {
		-webkit-line-clamp: 8;
		line-clamp: 8;
	}

	section.main-about {
		padding: 24px 0px 28px;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 2em;
		margin-bottom: 25px;
	}

	section.main-about .main-about-wrap .info-wrap h1,
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 1.625em;
		margin-bottom: 15px;
	}

	section.main-about .main-about-wrap .main-info-image .img-wrap {
		margin-top: 25px;
	}

	section.main-exhibitions {
		padding: 24px 0px 28px;
	}

	section.main-exhibitions .main-exhibitions-title {
		margin-bottom: 20px;
		justify-content: center;
	}

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 1.625em;
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		top: 28px;
		height: 110px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		margin: 33% 0px 0px;
		padding: 16px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 1.625em;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap p {
		font-size: 1.125em;
	}

	section.main-exhibitions .exhibition-item:not(:first-child) {
		margin-top: 25px;
	}

	section.main-exhibitions .button-wrap {
		margin-top: 20px;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-dots {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0px;
		margin: 0px;
		margin-top: 25px;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-dots li {
		display: flex;
		align-items: center;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-dots li button {
		width: 8px;
    height: 8px;
    border-radius: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    opacity: .5;
    padding: 0;
    transition: all .2s ease-in-out;
    border: none;
    overflow: hidden;
    font-size: 0em;
    color: transparent;
    outline: none;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-dots li.slick-active button {
    background: var(--main-black);
    opacity: 1;
	}

	.exhibition-item {
		padding: 0px;
	}

	.exhibition-item .thumbnail {
		margin: 0px 0px 10px;
		width: 100%;
	}

	.exhibition-item h3 {
		font-size: 1.125em;
	}

	.exhibition-item p.date {
		font-size: 0.875em;
	}

	.exhibition-item p.desc {
		font-size: 0.875em;
	}

	section.virtual-exhibitions {
		padding: 24px 0px 28px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title {
		margin-bottom: 20px;
		justify-content: center;
	}

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 1.625em;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-dots {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0px;
		margin: 0px;
		margin-top: 25px;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-dots li {
		display: flex;
		align-items: center;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-dots li button {
		width: 8px;
    height: 8px;
    border-radius: 100%;
    background: hsla(0, 0%, 100%, 0.5);
    opacity: .5;
    padding: 0;
    transition: all .2s ease-in-out;
    border: none;
    overflow: hidden;
    font-size: 0em;
    color: transparent;
    outline: none;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-dots li.slick-active button {
    background: var(--main-white);
    opacity: 1;
	}

	section.main-news {
		padding: 24px 0px 28px;
	}

	section.main-news .news-wrap .main-news-title {
		margin-bottom: 20px;
		justify-content: center;
	}

	section.main-news .news-wrap h2 {
		font-size: 1.625em;
	}

	section.main-news .main-news-slider .slick-list {
		overflow: hidden;
	}

	section.main-news .main-news-slider .slick-dots {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0;
		margin: 0;
		margin-top: 25px
	}

	section.main-news .main-news-slider .slick-dots li {
		display: flex;
		align-items: center
	}

	section.main-news .main-news-slider .slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: hsl(0 0% 0% / .5);
		opacity: .5;
		padding: 0;
		transition: all .2s ease-in-out;
		border: none;
		overflow: hidden;
		font-size: 0em;
		color: #fff0;
		outline: none
	}

	section.main-news .main-news-slider .slick-dots li.slick-active button {
		background: var(--main-black);
		opacity: 1
	}

	section.main-news .news-wrap .exhibition-item:not(:first-child) {
		margin-top: 25px;
	}

	section.main-news .news-wrap .button-wrap {
		margin-top: 20px;
	}

	section.main-also {
		padding: 50px 0px;
	}

	section.main-also .also-wrap h2 {
		font-size: 1.25em;
	}

	section.main-collections {
		padding: 24px 0px 28px;
	}

	section.main-collections .collections-wrap .main-collections-title {
		margin-bottom: 20px;
		justify-content: center;
	}

	section.main-collections .collections-wrap h2 {
		font-size: 1.625em;
	}

	section.main-collections .collections-wrap .button-wrap {
		margin-top: 20px;
	}

	section.main-collections .main-collections-slider .slick-list {
		overflow: hidden;
	}

	section.main-collections .main-collections-slider .slick-dots {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0;
		margin: 0;
		margin-top: 25px
	}

	section.main-collections .main-collections-slider .slick-dots li {
		display: flex;
		align-items: center
	}

	section.main-collections .main-collections-slider .slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: hsl(0 0% 0% / .5);
		opacity: .5;
		padding: 0;
		transition: all .2s ease-in-out;
		border: none;
		overflow: hidden;
		font-size: 0em;
		color: #fff0;
		outline: none
	}

	section.main-collections .main-collections-slider .slick-dots li.slick-active button {
		background: var(--main-black);
		opacity: 1
	}

	section.faq {
		padding: 24px 0px 28px;
	}

	section.faq h2.section-title {
		font-size: 1.625em;
		margin-bottom: 20px;
	}

	section.faq .show-more-wrap {
		margin-bottom: 24px;
	}

	footer.footer {
		padding: 50px 0px 35px;
	}

	footer.footer .logo {
		margin-top: 0px;
		margin-bottom: 24px;
	}

	footer.footer .logo::before {
		width: 40%;
		padding-top: 40%;
	}

	footer.footer .logo a {
		height: 36px;
	}

	footer.footer .lang {
		margin-top: 18px;
	}

	footer.footer p.uppertext {
		font-size: 1em;
		margin-top: 20px;
	}

	footer.footer .contacts_list li a.phone {
		font-size: 1.125em;
	}

	footer.footer .button-wrap {
		margin-bottom: 18px;
	}

	footer.footer span.copyright {
		padding-top: 12px;
		flex-direction: column;
		gap: 12px;
	}

	.white-popup-block {
		padding: 26px 28px;
		margin: 20px auto;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 26px 35px;
	}

	.white-popup-block .notice-slider .slick-arrow {
		width: 32px;
		min-width: 32px;
		height: 32px;
	}

	.white-popup-block .notice-slider .slick-arrow::after {
		font-size: 2em;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-prev {
		left: -33.5px;
	}

	.white-popup-block .notice-slider .slick-arrow.slick-next {
		right: -33.5px;
	}

	.white-popup-block .notice-slider .notice-item p b {
		font-size: 1.125em;
	}

	.scroll-top-btn {
		bottom: 70px;
	}

	section.archive-page {
		padding: 35px 0px 50px;
	}

	section.archive-page .archive-wrap h1 {
		margin-bottom: 20px;
	}

	section.archive-page .archive-wrap .breadcrumbs {
		margin-bottom: 15px;
	}

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

	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 3),
	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
		margin-top: 35px;
	}

	section.archive-page .archive-wrap .archive-items .navigation.posts-navigation {
		margin-top: 20px;
	}

	section.archive-page .archive-wrap .button-wrap {
		margin-top: 35px;
	}

	section.single-page .single-wrap {
		padding: 35px 0px;
	}

	section.single-page .single-wrap .thumbnail {
		margin-bottom: 15px;
	}

	section.single-page .single-wrap h1 {
		font-size: 1.5em;
		margin-bottom: 15px;
	}

	section.single-page .single-wrap .button-wrap {
		margin-top: 20px;
	}

	section aside.widget-area {
		padding: 35px 0px;
		border: none;
		border-top: 1px solid var(--main-bg-gray);
	}

	section aside.widget-area .widget_block .wp-block-group div h2 {
		font-size: 1.25em;
	}

	section.search-page-top {
		padding: 35px 0px;
	}

	section.search-page-top .search-top-wrap h1.page-title {
		margin-bottom: 20px;
	}

	section.search-page .search-wrap {
		padding: 35px 0px;
	}

	section.search-page .search-wrap .exhibition-item.exhibition-item:not(:first-child) {
		margin-top: 35px;
	}

	section.search-page .search-wrap .navigation.posts-navigation {
		margin-top: 20px;
	}

	section.search-page .search-wrap .search-item {
		padding: 12px 0px;
	}

	section .pagination {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0px 25px;
	}

	.container-fluid {
		padding: 0px 25px;
	}

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

	header.header .main-box .main-wrap .menu-btn {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}

	.mobile-menu {
		padding: 42px 25px 25px;
		max-width: 350px;
	}

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

	.mobile-menu .menus .modal-header .logo a {
		height: 32px;
	}

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

	.mobile-menu .menus .modal-header .menu-btn::after {
		width: calc(100% - 350px);
	}

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

	.mobile-menu .menus .header-menu .menu li:not(:first-child) {
		margin-top: 10px;
	}

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

	.mobile-menu .menus a.cart-contents {
		margin-bottom: 20px;
	}

	.mobile-menu .menus a.cart-contents::before {
		width: 20px;
		min-width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.mobile-menu .menus .links {
		margin-bottom: 20px;
	}

	.mobile-menu .menus .links p {
		font-size: 1em;
	}

	.mobile-menu .menus .schedule {
		margin-bottom: 20px;
	}

	.mobile-menu .menus .schedule span.title {
		margin-bottom: 6px;
	}

	.mobile-menu .menus .schedule .schedule-list {
		gap: 8px;
		margin-left: -2px;
	}

	.mobile-menu .menus .schedule .schedule-list .list-item span.name {
		font-size: 1em;
		margin-bottom: 2px;
	}

	.mobile-menu .menus .schedule .schedule-list .list-item span.time:empty::before {
		font-size: 3em;
	}

	.mobile-menu .menus .languages-menu {
		margin-bottom: 20px;
	}

	.mobile-menu .menus .languages-menu ul {
		gap: 18px;
	}

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

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

	.mobile-menu .menus .socials-menu ul li a::before {
		font-size: 1.25em;
	}

	.show-more-wrap .show-more-content {
		-webkit-line-clamp: 6;
		line-clamp: 6;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 1.75em;
		margin-bottom: 20px;
	}

	section.main-about .main-about-wrap .info-wrap h1,
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 1.5em;
	}

	section.main-about .main-about-wrap .main-info-image .img-wrap {
		margin-top: 20px;
	}

	section.main-exhibitions {
		padding: 24px 0px 28px;
	}

	section.main-exhibitions .main-exhibitions-title {
		margin-bottom: 20px;
	}

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 1.5em;
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		top: 24px;
		height: 100px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		padding: 15px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 1.375em;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap p {
		font-size: 1em;
	}

	section.main-exhibitions .exhibition-item:not(:first-child) {
		margin-top: 20px;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-dots {
		margin-top: 20px;
	}

	section.main-exhibitions .button-wrap {
		margin-top: 20px;
	}

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 1.5em;
	}

	section.virtual-exhibitions .virtual-exhibitions-slider .slick-dots {
		margin-top: 20px;
	}

	section.main-exhibitions .main-exhibitions-slider .slick-list {
		overflow: hidden;
	}

	section.main-news {
		padding: 24px 0px 28px;
	}

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

	section.main-news .news-wrap h2 {
		font-size: 1.5em;
	}

	section.main-news .main-news-slider .slider-item .exhibition-item h3 {
		font-size: 1em;
	}

	section.main-news .news-wrap .exhibition-item:not(:first-child) {
		margin-top: 20px;
	}

	section.main-news .main-news-slider .slick-dots {
		margin-top: 20px;
	}

	section.main-news .news-wrap .button-wrap {
		margin-top: 20px;
	}

	section.main-also {
		padding: 30px 0px;
	}

	section.main-collections .collections-wrap h2 {
		font-size: 1.5em;
	}

	section.main-collections .main-collections-slider .slider-item .collections-item h3 {
		font-size: 1em;
	}

	section.main-collections .main-collections-slider .slick-dots {
		margin-top: 20px;
	}

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

	.faq-container .card .card-header {
		padding: 10px 0px;
	}

	.faq-container .card .card-header button {
		padding-right: 20px;
	}

	.faq-container .card .card-header button .cross {
		right: 2px;
	}

	.faq-container .card .card-body {
		padding: 0px 0px 10px;
	}

	footer.footer {
		padding: 35px 0px 25px;
	}

	footer.footer .logo a {
		height: 32px;
	}

	footer.footer span.copyright {
		font-size: 0.875em;
		padding: 10px 0px 0px;
	}

	.white-popup-block {
		padding: 22px 25px;
		margin: 15px auto;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 22px 25px;
	}

	.scroll-top-btn {
		bottom: 50px;
	}

	section.archive-page {
		padding: 25px 0px 30px;
	}

	section.archive-page .archive-wrap h1 {
		font-size: 1.5em;
	}

	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 3),
	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
		margin-top: 25px;
	}

	section.archive-page .archive-wrap .button-wrap {
		margin-top: 25px;
	}

	section.single-page .single-wrap {
		padding: 25px 0px;
	}

	section aside.widget-area {
		padding: 25px 0px;
	}

	section.search-page-top {
		padding: 25px 0px;
	}

	section.search-page .search-wrap {
		padding: 25px 0px;
	}

	section.search-page-top .search-top-wrap h1.page-title {
		font-size: 1.5em;
	}

	section.search-page .search-wrap .exhibition-item.exhibition-item:not(:first-child) {
		margin-top: 25px;
	}

	section.search-page .search-wrap .search-item {
		padding: 10px 0px;
	}

	section.search-page .search-wrap .search-item .search-link .search-name {
		font-size: 1em;
	}

	section.search-page .search-wrap .search-item .search-link .search-type {
		font-size: 0.75em;
	}

	section.no-results.not-found h1 {
		font-size: 1.5em;
	}

	body .site a.button:not(.product_type_simple) {
		font-size: 0.875em;
		border-width: 1px;
		border-radius: 20px;
	}

	section .pagination a,
	section .pagination span {
		margin: 3px;
		width: 28px;
		min-width: 28px;
		height: 28px;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding: 0px 15px;
	}

	.container-fluid {
		padding: 0px 15px;
	}

	header.header .upper-box .upper-wrap .info p {
		font-size: 0.75em;
	}

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

	.mobile-menu {
		padding: 39px 15px 15px;
	}

	.mobile-menu .menus .modal-header .logo a {
		height: 30px;
	}

	.show-more-wrap .show-more-content {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}

	section.main-about .main-about-wrap h1 {
		font-size: 1.625em;
	}

	section.main-about .main-about-wrap .info-wrap h1, 
	section.main-about .main-about-wrap .info-wrap h2 {
		font-size: 1.375em;
	}

	section.main-exhibitions .main-exhibitions-title h2 {
		font-size: 1.375em;
	}

	section.main-exhibitions .exhibitions-banner .exhibitions-logo {
		height: 70px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap {
		margin: 40% 0px 0px;
	}

	section.main-exhibitions .exhibitions-banner .text-wrap h3 {
		font-size: 1.25em;
	}

	.exhibition-item h3 {
		font-size: 1.125em;
	}

	section.virtual-exhibitions .virtual-exhibitions-title h2 {
		font-size: 1.375em;
	}

	section.main-news .news-wrap h2 {
		font-size: 1.375em;
	}

	section.main-collections .collections-wrap h2 {
		font-size: 1.375em;
	}

	footer.footer .logo a {
		height: 30px;
	}

	.white-popup-block {
		padding: 20px 15px;
		margin: 10px auto;
	}

	.white-popup-block:has(.notice-slider) {
		padding: 20px 15px;
	}

	.white-popup-block h3 {
		font-size: 1.125em;
	}

	.white-popup-block p {
		font-size: 0.875em;
	}

	.scroll-top-btn {
		bottom: 30px;
	}

	section.single-page .single-wrap h1 {
		font-size: 1.375em;
	}

	section.archive-page .archive-wrap .archive-items .exhibition-item {
		width: 100%;
	}

	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 2),
	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 3),
	section.archive-page .archive-wrap .archive-items .exhibition-item:nth-child(1n + 4) {
		margin-top: 15px;
	}
}

.wpc-edit-filter-set {
	display: none;
}

.wpc-no-filter-terms .wpc-help-tip {
	display: none;
}

section.archive-page .archive-wrap .archive-items.shop-items {
	flex-wrap: nowrap;
	flex-direction: column;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 16px;
	position: relative;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-result-count {
	margin: 0px;
	display: flex;
	align-items: center;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering {
	margin: 0px;
	display: flex;
	align-items: center;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering > select {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-selection {
	height: auto;
	margin: 0px;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered {
	font-size: 1em;
	line-height: 100%;
	padding: 6px 24px 6px 8px;
	color: var(--main-black);
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow {
	height: auto;
	width: auto;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow b {
	display: none;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow::after {
	content: '3';
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
  text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-dropdown {
	border-color: #aaaaaa;
	overflow: hidden;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-dropdown .select2-results__options {
	max-height: none;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-dropdown .select2-results__options .select2-results__option {
	padding: 6px 8px;
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
}

section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar .woocommerce-ordering .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
	background-color: var(--main-primary);
}

section.archive-page .archive-wrap .archive-items.shop-items ul.products {
	width: 100%;
	margin: 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
}

section.archive-page .archive-wrap .archive-items.shop-items ul.products::before,
section.archive-page .archive-wrap .archive-items.shop-items ul.products::after {
	display: none;
}

.woocommerce.woocommerce-page section .products li.product {
	margin: 0px;
	width: 100%;
	float: none;
	display: flex;
	flex-direction: column;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link {
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: auto;
	flex: 1;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link span.onsale {
	margin: 8px;
	border-radius: 4px;
	background-color: var(--main-primary);
	font-size: 0.875em;
	line-height: 100%;
	font-weight: 400;
	padding: 3px 6px;
	min-height: auto;
	min-width: auto;
	top: 0px;
	right: 0px;
	left: auto;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link picture {
	width: 100%;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link img {
	width: 100%;
	margin-bottom: 16px;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link h2 {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

section .products li.product a.woocommerce-loop-product__link span.price {
	margin: 0px;
	font-size: 1em;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link span.price {
	margin-top: auto;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link span.price del {
	font-size: 0.875em;
}

.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link span.price ins {
	font-weight: 400;
	text-decoration: none;
}

.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	transition: all 300ms ease 0ms;
	text-decoration: none;
	box-shadow: 0px 12px 25px -3px rgb(207 207 207 / 40%);
}

.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button.added {
	display: none;
}

.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button.loading {
	padding-right: 1em;
}

.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button.loading::after {
	margin-left: .53em;
	top: auto;
	right: auto;
}

.woocommerce.woocommerce-page section .products li.product a.product_type_simple:not(.add_to_cart_button) {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	transition: all 300ms ease 0ms;
	text-decoration: none;
	box-shadow: 0px 12px 25px -3px rgb(207 207 207 / 40%);
	font-size: 100%;
	line-height: 1;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	color: #515151;
	background-color: #e9e6ed;
	border: 0;
}

@media screen and (min-width: 576px) {
	.woocommerce.woocommerce-page section .products li.product a.product_type_simple:not(.add_to_cart_button):hover {
		background-color: #dcd7e2;
		color: #515151;
	}
}

.woocommerce.woocommerce-page section .products li.product a.added_to_cart {
	margin-top: 10px;
	line-height: 1;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #e9e6ed;
	border: 0;
	width: 100%;
	text-align: center;
	transition: all 300ms ease 0ms;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	.woocommerce.woocommerce-page section .products li.product a.added_to_cart:hover {
		background-color: #dcd7e2;
		background-image: none;
		color: #515151;
	}
}

.woocommerce.woocommerce-page section .products li.product a.added_to_cart::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;
}

section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination ul.page-numbers {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination ul.page-numbers li {
	border: none;
}

section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination ul.page-numbers li span {
	border-radius: 3px;
}

section.archive-page .archive-wrap .archive-items.shop-items .woocommerce-no-products-found .woocommerce-info {
	border-top-color: var(--main-primary);
	color: var(--main-black);
	margin-bottom: 20px;
}

section.archive-page .archive-wrap .archive-items.shop-items .woocommerce-no-products-found .woocommerce-info::before {
	color: var(--main-primary);
}

@media screen and (max-width: 1299px) {
	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link h2 {
		font-size: 1.375em;
		margin-bottom: 8px;
	}

	section.archive-page .archive-wrap .archive-items.shop-items .woocommerce-no-products-found .woocommerce-info {
		margin-bottom: 16px;
	}

	section.archive-page .archive-wrap .archive-items.shop-items ul.products {
		grid-column-gap: 30px;
    grid-row-gap: 30px;
	}

	section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link h2 {
		font-size: 1.25em;
		margin-bottom: 6px;
	}

	.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button {
		margin-top: 6px;
	}

	.woocommerce.woocommerce-page section .products li.product a.added_to_cart {
		margin-top: 6px;
	}

	section.archive-page .archive-wrap .archive-items.shop-items ul.products {
		grid-column-gap: 24px;
    grid-row-gap: 30px;
	}
}

@media screen and (max-width: 991px) {
	section.archive-page .archive-wrap .wpc-filters-open-button-container {
		margin: 0px;
		margin-bottom: 16px;
	}

	section.archive-page .archive-wrap .wpc-filters-open-button-container .wpc-filters-open-widget .wpc-icon-html-wrapper {
		transform: none;
	}

	section.archive-page .wpc-filters-widget-controls-item {
		width: 48%;
	}

	section.archive-page .archive-wrap .archive-items.shop-items ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link img {
		margin-bottom: 10px;
	}

	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link h2 {
		font-size: 1.125em;
	}

	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link span.price {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 767px) {
	section.archive-page .archive-wrap .archive-items.shop-items ul.products {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 25px;
	}

	.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button {
		font-size: 0.875em;
		line-height: 150%;
	}

	.woocommerce.woocommerce-page section .products li.product a.added_to_cart {
		font-size: 0.875em;
		line-height: 150%;
	}

	section.archive-page .archive-wrap .archive-items.shop-items nav.woocommerce-pagination {
		margin-top: 25px;
	}
}

@media screen and (max-width: 575px) {
	section.archive-page .archive-wrap .archive-items.shop-items a.wpc-filters-open-widget {
		font-size: 0.875em;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	section.archive-page .archive-wrap .archive-items.shop-items .shop-toolbar {
		display: none;
	}

	section.archive-page .wpc-widget-close-container .wpc-icon-html-wrapper {
		left: 15px;
	}

	section.archive-page .wpc-filters-scroll-container .wpc-filters-widget-wrapper {
		padding: 15px;
	}

	section.archive-page .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper {
		margin-right: 15px;
		margin-left: 15px;
		padding: 15px 0px;
	}

	section.archive-page .archive-wrap .archive-items.shop-items ul.products {
		grid-template-columns: repeat(1, 1fr);
	}

	.woocommerce.woocommerce-page section .products li.product a.woocommerce-loop-product__link h2 {
		font-size: 1.125em;
	}
}

section.single-page.product-page .single-wrap {
	padding-right: 0px;
}

section.single-page.product-page .single-wrap .woocommerce-notices-wrapper .woocommerce-message {
	border-top-color: var(--main-primary);
	color: var(--main-black);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	outline: none;
	margin-bottom: 20px;
}

section.single-page.product-page .single-wrap .woocommerce-notices-wrapper .woocommerce-message::before {
	top: 50%;
	transform: translateY(-50%);
}

section.single-page.product-page .single-wrap .woocommerce-notices-wrapper .woocommerce-message::after {
	position: absolute;
}

section.single-page.product-page .single-wrap .product .woocommerce-product-gallery {
	position: relative;
	margin: 0px;
	float: none;
	width: 100%;
}

section.single-page.product-page .single-wrap .product .woocommerce-product-gallery .onsale {
	top: 0px;
	left: 0px;
	margin: 8px;
	border-radius: 4px;
	background-color: var(--main-primary);
	font-size: 0.875em;
	line-height: 100%;
	font-weight: 400;
	padding: 3px 6px;
	min-height: auto;
	min-width: auto;
}

section.single-page.product-page .single-wrap .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}

section.single-page.product-page .single-wrap .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	width: 100%;
}

section.single-page.product-page .single-wrap .product .summary {
	position: relative;
	margin: 0px;
	float: none;
	width: 100%;
}

section.single-page.product-page .single-wrap .product .summary .price {
	margin-bottom: 16px;
}

section.single-page.product-page .single-wrap .product .summary .price del {
	font-size: 0.875em;
}

section.single-page.product-page .single-wrap .product .summary .price ins {
	font-weight: 400;
	text-decoration: none;
}

section.single-page.product-page .single-wrap .product .summary .woocommerce-product-details__short-description {
	margin-bottom: 16px;
}

section.single-page.product-page .single-wrap .product .summary .woocommerce-product-details__short-description p {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 12px;
}

section.single-page.product-page .single-wrap .product .summary .woocommerce-product-details__short-description > *:last-child {
	margin-bottom: 0px;
}

section.single-page.product-page .single-wrap .product .summary .stock {
	font-size: 1em;
	margin-bottom: 16px;
}

section.single-page.product-page .single-wrap .product .summary .cart {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

section.single-page.product-page .single-wrap .product .summary .cart .quantity {
	float: none;
	margin: 0px;
	margin-right: 8px;
}

section.single-page.product-page .single-wrap .product .summary .cart .quantity input {
	width: 60px;
	outline: none;
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	padding: 6px;
	border-radius: 3px;
	border: 1px solid var(--main-black);
}

section.single-page.product-page .single-wrap .product .summary .cart button {
	float: none;
	background-color: var(--main-primary);
	font-size: 1em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-white);
	transition: all 300ms ease 0ms;
	box-shadow: 0px 12px 25px -3px rgba(109, 73, 87, 0.4);
}

@media screen and (min-width: 576px) {
	section.single-page.product-page .single-wrap .product .summary .cart button:hover {
		background-color: #6d4957;
	}
}

section.single-page.product-page .single-wrap .product .summary .cart .quantity input::-webkit-outer-spin-button,
section.single-page.product-page .single-wrap .product .summary .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.single-page.product-page .single-wrap .product .summary .cart::before,
section.single-page.product-page .single-wrap .product .summary .cart::after {
	display: none;
}

section.single-page.product-page .single-wrap .product .summary .product_meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

section.single-page.product-page .single-wrap .product .summary .product_meta span {
	font-size: 1em;
	line-height: 120%;
	font-weight: 400;
	color: var(--main-black);
	margin-bottom: 12px;
}

section.single-page.product-page .single-wrap .product .summary .product_meta > *:last-child {
	margin-bottom: 0px;
}

section.single-page.product-page .single-wrap .product .summary .product_meta span span.title {
	font-weight: 700;
}

section.single-page.product-page .single-wrap .product .woocommerce_full_description {
	margin-top: 40px;
}

section.single-page.product-page .single-wrap .product .upsells {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title h2 {
	font-size: 1.75em;
	line-height: 120%;
	font-weight: 500;
	color: var(--main-black);
	margin: 0px;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow {
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 40px;
	color: rgba(255, 255, 255, 0);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: none;
	transition: 0.2s ease-in-out;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 100%;
	background-color: #000;
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: var(--fast);
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow:hover::before {
	opacity: 0.1;
	width: 100%;
	height: 100%;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	direction: ltr;
	font-size: 2.5em;
	line-height: 100%;
	color: var(--main-black);
	font-variant: normal;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow.slick-prev::after {
	content: '4';
}

section.single-page.product-page .single-wrap .product .upsells .upsells-title .slider-arrows .slick-arrow.slick-next::after {
	content: '5';
}

section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list {
	overflow: visible;
	margin: 0px -16px;
}

section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list .slick-slide > div {
	padding: 0px 16px;
	display: flex;
}

.mfp-counter {
	display: none;
}

@media screen and (max-width: 1299px) {
	section.single-page.product-page .single-wrap .product .upsells .upsells-title h2 {
		font-size: 1.625em;
	}
	
	section.single-page.product-page .single-wrap .woocommerce-notices-wrapper .woocommerce-message {
		margin-bottom: 16px;
	}

	section.single-page.product-page .single-wrap .product .woocommerce_full_description {
		margin-top: 35px;
	}

	section.single-page.product-page .single-wrap .product .upsells {
		margin-top: 35px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list {
		margin: 0px -15px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list .slick-slide > div {
		padding: 0px 15px;
	}
}

@media screen and (max-width: 1199px) {
	.woocommerce .woocommerce-message {
		padding: 0.75em 1em 0.75em 3em;
	}

	.woocommerce .woocommerce-message::before {
		left: 1em;
	}

	section.single-page.product-page .single-wrap .product .summary .price {
		font-size: 1.125em;
	}
	
	section.single-page.product-page .single-wrap .product .upsells .upsells-title h2 {
		font-size: 1.5em;
	}

	section.single-page.product-page .single-wrap .product .woocommerce_full_description {
		margin-top: 30px;
	}

	section.single-page.product-page .single-wrap .product .upsells {
		margin-top: 30px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list {
		margin: 0px -12px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-list .slick-slide > div {
		padding: 0px 12px;
	}
}

@media screen and (max-width: 991px) {
	section.single-page.product-page .single-wrap .product .upsells .upsells-title h2 {
		font-size: 1.375em;
	}

	section.single-page.product-page .single-wrap .product .summary .price {
		margin-bottom: 14px;
	}

	section.single-page.product-page .single-wrap .product .summary .woocommerce-product-details__short-description {
		margin-bottom: 14px;
	}

	section.single-page.product-page .single-wrap .product .summary .stock {
		margin-bottom: 14px;
	}

	section.single-page.product-page .single-wrap .product .summary .cart {
		margin-bottom: 14px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-dots {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0;
		margin: 0;
		margin-top: 25px
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-dots li {
		display: flex;
		align-items: center
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: hsl(0 0% 0% / .5);
		opacity: .5;
		padding: 0;
		transition: all .2s ease-in-out;
		border: none;
		overflow: hidden;
		font-size: 0em;
		color: #fff0;
		outline: none
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-slider .slick-dots li.slick-active button {
		background: var(--main-black);
		opacity: 1
	}
}

@media screen and (max-width: 767px) {
	section.single-page.product-page .single-wrap .product .woocommerce-product-gallery {
		margin-bottom: 15px;
	}

	section.single-page.product-page .single-wrap .product .woocommerce_full_description {
		margin-top: 25px;
	}

	section.single-page.product-page .single-wrap .product .upsells {
		margin-top: 25px;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-title h2 {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 575px) {
	section.single-page.product-page .single-wrap .woocommerce-notices-wrapper .woocommerce-message a.button {
		margin-top: 12px;
	}

	.woocommerce.woocommerce-page section .products li.product a.add_to_cart_button {
		box-shadow: none;
	}

	section.single-page.product-page .single-wrap .product .upsells .upsells-title {
		margin-bottom: 14px;
	}
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	height: 3em;
	width: 3em;
	mask-size: 3em;
	margin: 0px auto 1em;
}

.wp-block-woocommerce-empty-cart-block p.has-text-align-center {
	display: flex;
	justify-content: center;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
	margin: 0px;
	color: var(--main-black);
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
	width: 60%;
	width: calc(7/12*100%);
	padding-right: 30px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout  .wc-block-components-sidebar {
	width: 40%;
	width: calc(5/12*100%);
	padding-left: 30px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items {
	margin: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items th {
	padding: 8px 0px 8px 16px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items th:first-child {
	padding-left: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td {
	margin: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td:first-child {
	padding-left: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td a.wc-block-components-product-name {
	text-decoration: none;
	font-size: 1.5em;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-components-sale-badge {
	display: none;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__prices span.price {
	color: #958e09;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__prices span.price del {
	font-size: 0.875em;
	opacity: 0.5;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-components-product-metadata {
	font-size: 1em;
	display: none;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-components-product-metadata p {
	font-size: 1em;
	margin: 0px;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__total-price-and-sale-badge-wrapper span.price {
	color: #958e09;
	font-size: 1.25em;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none;
}

.wp-block-woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	text-transform: none;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container {
	display: flex;
	justify-content: center;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button {
	width: auto;
	min-height: auto;
	display: inline;
	font-size: 1.125em;
	line-height: 170%;
	font-weight: 400;
	background-color: var(--main-primary);
	border: 5px solid var(--main-primary);
	border-radius: 50px;
	color: var(--main-white);
	transition: all 300ms ease 0ms;
	box-shadow: 0px 12px 25px -3px rgba(109,73,87,0.4);
	padding: 0.3em 1em;
	text-decoration: none;
}

@media screen and (min-width: 576px) {
	.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
		padding: 0.3em 2em 0.3em 0.7em;
		background-color: #6d4957;
		border-color: #6d4957;
		color: var(--main-white);
	}
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button::after {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	content: '\35';
	opacity: 0;
	position: absolute;
	transition: all 300ms ease 0ms;
	margin-left: -1em;
	color: var(--main-white);
}

@media screen and (min-width: 576px) {
	.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover::after {
		opacity: 1;
		margin-left: 0;
	}
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button:focus {
	box-shadow: none;
	outline: none;
}

@media screen and (max-width: 1299px) {
	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td a.wc-block-components-product-name {
		font-size: 1.375em;
	}

	.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button {
		font-size: 1em;
		border-width: 4px;
		border-radius: 46px;
	}

	.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button::after {
		font-size: 1.375em;
	}
}

@media screen and (max-width: 1199px) {
	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td a.wc-block-components-product-name {
		font-size: 1.25em;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__total-price-and-sale-badge-wrapper span.price {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 991px) {
	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		width: 100%;
		padding-left: 0px;
		margin: 0px;
	}

	.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__submit-container--sticky {
		position: relative;
		padding: 0px;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td a.wc-block-components-product-name {
		font-size: 1.125em;
	}

	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td .wc-block-cart-item__total-price-and-sale-badge-wrapper span.price {
		font-size: 1em;
	}

	.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a.wc-block-cart__submit-button {
		font-size: 0.875em;
		border-radius: 20px;
		box-shadow: 0px 6px 20px 0px rgba(109, 73, 87, 0.4);
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		margin-bottom: 25px;
	}

	.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
		padding: 12px 0px;
	}

	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
		padding-bottom: 12px;
	}
}

@media screen and (max-width: 575px) {
	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
	.wp-block-woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 1em;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items tr {
		padding: 8px 0px;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items td:first-child {
		padding-right: 12px;
	}

	.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
		height: 2em;
    width: 2em;
    mask-size: 2em;
    margin: 0 auto 14px;
	}

	.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		margin-bottom: 20px;
	}

	.wp-block-woocommerce-cart .wc-block-components-totals-wrapper {
		padding: 10px 0px;
	}

	.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
		padding-bottom: 10px;
	}
}

.woocommerce-checkout .page-content .woocommerce p {
	font-size: 1em;
}

.woocommerce-checkout .page-content .woocommerce p.checkout-inline-error-message {
	font-size: 0.875em;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
	display: none;
}

.woocommerce-checkout .woocommerce form .woocommerce-NoticeGroup-checkout {
	display: none;
}

.woocommerce-checkout .woocommerce form .form-row {
	padding: 0px;
	margin: 0px 0px 16px;
	font-size: 1em;
}

.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper input {
	padding: 8px 12px;
	border-radius: 3px;
	border-color: var(--main-black);
	color: var(--main-black);
	outline: none;
	font-size: 1.125em;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid .woocommerce-input-wrapper input {
	border-color: var(--wc-red);
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated .woocommerce-input-wrapper input {
	border-color: var(--wc-green);
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper textarea {
	padding: 8px 12px;
	border-radius: 3px;
	border-color: var(--main-black);
	color: var(--main-black);
	outline: none;
	font-size: 1.125em;
	resize: none;
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .select2-selection {
	border-color: var(--main-black);
	border-radius: 3px;
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
	padding: 8px 12px;
	color: var(--main-black);
	font-size: 1.125em;
}

.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce form .form-row.form-row-first,
.woocommerce-checkout .woocommerce form .form-row.form-row-last {
	width: calc(100% / 2 - 8px);
}

.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper > *:last-child {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value {
	border-radius: 3px;
	border-color: var(--main-black);
	color: var(--main-black);
	font-size: 1em;
	position: relative;
	padding: 8px 24px 8px 12px!important;
	background-color: var(--main-white);
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value .zen-ui-select__value-text {
	font-size: 1.125em;
	line-height: normal;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value > svg {
	display: none;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value::after {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "3";
	font-family: ETmodules;
	speak: none;
	font-style: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: 400;
	color: var(--main-black);
	font-variant: normal;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select:has(.zen-ui-select__dropdown.active) .zen-ui-select__value {
	border-radius: 3px 3px 0px 0px;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__search {
	border-color: var(--main-black);
	border-top: 0px;
	padding: 8px 12px;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__search input {
	border-color: var(--main-black)!important;
	color: var(--main-black);
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options {
	border-radius: 0px 0px 3px 3px;
	border-color: var(--main-black);
	border-top: 0px;
	padding: 0px;
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options .zen-ui-select__option {
	padding: 8px 12px;
	font-size: 1.125em;
	line-height: normal;
	color: var(--main-black);
}

.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options .zen-ui-select__option.zen-ui-select__option--current {
	background-color: #dddddd;
	color: var(--main-black);
}

@media screen and (min-width: 576px) {
	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options .zen-ui-select__option:hover {
		background-color: var(--main-primary);
		color: var(--main-white);
	}
}

.woocommerce-checkout .woocommerce form .wcus-checkout-np-fields {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form .wcus-checkout-np-fields > div > div > *:last-child {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields:has(.shipping_address[style="display: none;"]) h3 {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label input {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #c9d1e0;
	background: #fff;
	border-radius: 5px;
	min-width: 20px;
	margin-top: 0;
	outline: 0;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 0;
}

@media screen and (min-width: 576px) {
	.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label input:hover {
		background-color: transparent;
		cursor: pointer;
		border-color: var(--main-primary);
	}
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label input:checked {
	border-color: var(--main-primary);
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label input::after {
	content: "";
	opacity: 0;
	display: block;
	left: 6px;
	top: 3px;
	position: absolute;
	width: 4px;
	height: 8px;
	border: 2px solid var(--main-primary);
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
	box-sizing: content-box;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields label input:checked::after {
	opacity: 1;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields .wcus-checkout-np-fields {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > *:last-child {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	border: none;
	margin: 0px;
	margin-bottom: 30px;
	border-radius: 0px;
	border-collapse: collapse;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr {
	border: none;
	border-bottom: 1px solid hsl(0 0% 7% / .11);
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr td {
	padding: 8px 0px;
	font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td {
	padding: 16px 0px;
	color: var(--main-black);
	font-size: 1em;
	line-height: normal;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td:last-child {
	text-align: right;
	padding-left: 16px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.cart-subtotal {
	display: none;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td ul#shipping_method li {
	font-size: 1em;
	line-height: normal;
	margin: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total td {
	font-weight: 700;
	font-size: 1.25em;
	line-height: normal;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment {
	background: transparent;
	border-radius: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods {
	padding: 0px;
	border: none;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li {
	font-size: 1em;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li:last-child {
	margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #c9d1e0;
	background: #fff;
	border-radius: 100%;
	min-width: 20px;
	margin-top: 0;
	outline: 0;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 0;
}

@media screen and (min-width: 576px) {
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li input:hover {
		background-color: transparent;
		cursor: pointer;
		border-color: var(--main-primary);
	}
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li input:checked {
	border-color: var(--main-primary);
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li input::after {
	content: "";
	opacity: 0;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: var(--main-primary);
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li input:checked::after {
	opacity: 1;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li label {
	font-size: 1.125em;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li label img {
	display: none;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li .payment_box {
	margin: 0px;
	font-size: 1em;
	color: var(--main-black);
	background: transparent;
	border-radius: 0px;
	background-color: var(--main-white);
	padding: 0px;
	line-height: normal;
	margin-top: 8px;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li .payment_box::before {
	display: none;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order {
	float: none;
	width: auto;
	min-height: auto;
	display: inline;
	font-size: 1.125em;
	line-height: 170%;
	font-weight: 400;
	background-color: var(--main-primary);
	border: 5px solid var(--main-primary);
	border-radius: 50px;
	color: var(--main-white);
	transition: all 300ms ease 0ms;
	box-shadow: 0px 12px 25px -3px rgba(109,73,87,0.4);
	padding: 0.3em 1em;
	text-decoration: none;
	margin-bottom: 0px;
}

@media screen and (min-width: 576px) {
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order:hover {
		padding: 0.3em 2em 0.3em 0.7em;
		background-color: #6d4957;
		border-color: #6d4957;
		color: var(--main-white);
	}
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order::after {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	direction: ltr;
	font-size: 1.5em;
	line-height: 100%;
	content: '\35';
	opacity: 0;
	position: absolute;
	transition: all 300ms ease 0ms;
	margin-left: -1em;
	color: var(--main-white);
}

@media screen and (min-width: 576px) {
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order:hover::after {
		opacity: 1;
		margin-left: 0;
	}
}

.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order:focus {
	box-shadow: none;
	outline: none;
}

.woocommerce-page .woocommerce form.woocommerce-checkout {
	position: relative;
}

.woocommerce-page .woocommerce form.woocommerce-checkout:has(.wcus-state-loading)::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 9999;
}

.woocommerce-page .woocommerce form.woocommerce-checkout:has(.wcus-state-loading)::after {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	width: 40px; height: 40px;
	margin: -20px 0 0 -20px;
	border: 4px solid #ccc;
	border-top-color: var(--main-primary);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10000;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.woocommerce-page .woocommerce form.woocommerce-checkout .wcus-state-loading::before,
.woocommerce-page .woocommerce form.woocommerce-checkout .wcus-state-loading::after,
.woocommerce-page .woocommerce form.woocommerce-checkout .blockUI {
	display: none!important;
}

@media screen and (max-width: 1299px) {
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order {
		font-size: 1em;
		border-width: 4px;
		border-radius: 46px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order::after {
		font-size: 1.375em;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce form .wcus-checkout-np-fields {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order {
		margin-top: 25px;
	}
}

@media screen and (max-width: 1199px) {
	.woocommerce-checkout .woocommerce form .woocommerce-billing-fields__field-wrapper {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .wcus-checkout-np-fields {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.woocommerce-checkout .woocommerce form .woocommerce-additional-fields {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total th, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total td {
		font-size: 1.125em;
	}

	.woocommerce-checkout .woocommerce form .form-row label {
		font-size: 0.875em;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper input {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper textarea {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value .zen-ui-select__value-text {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options .zen-ui-select__option {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li label {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .wc_payment_methods li .payment_box {
		font-size: 0.875em;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment#payment .place-order #place_order {
		font-size: 0.875em;
		border-radius: 20px;
		box-shadow: 0px 6px 20px 0px rgba(109, 73, 87, 0.4);
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
		display: none;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td {
		padding: 12px 0px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th:last-child, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td:last-child {
		padding-left: 12px;
	}
}

@media screen and (max-width: 575px) {
	.woocommerce-checkout .woocommerce form .form-row {
		margin-bottom: 12px;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper input {
		padding: 6px 10px;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper textarea {
		padding: 6px 10px;
	}

	.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
		padding: 6px 10px;
	}

	.woocommerce-checkout .woocommerce form .form-row.form-row-first,
	.woocommerce-checkout .woocommerce form .form-row.form-row-last {
		width: calc(100% / 2 - 5px);
	}

	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__value {
		padding: 6px 24px 6px 10px!important;
	}

	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__search {
		padding: 6px 10px;
	}

	.woocommerce-checkout .woocommerce form .form-row .zen-ui-select .zen-ui-select__dropdown .zen-ui-select__options .zen-ui-select__option {
		padding: 6px 10px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total th, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.order-total td {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td {
		padding: 10px 0px;
	}

	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr th:last-child, 
	.woocommerce-checkout .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td:last-child {
		padding-left: 10px;
	}
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview {
	padding: 0px;
	margin-bottom: 30px;
	display: flex;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview li {
	float: none;
	margin: 0px;
	margin-right: 16px;
	padding-right: 16px;
	border-right: 1px solid hsl(0 0% 7% / .11);
	font-size: 1em;
	line-height: 100%;
	color: var(--main-black);
	text-transform: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-overview li strong {
	font-size: 1em;
	line-height: 150%;
	font-weight: 700;
	margin-top: 8px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details {
	border: none;
	margin: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	border-collapse: collapse;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr {
	border: none;
	border-bottom: 1px solid hsl(0 0% 7% / .11);
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details thead tr th,
.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details thead tr td {
	padding: 8px 0px;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details thead tr th:last-child,
.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details thead tr td:last-child {
	padding-left: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th,
.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td {
	padding: 16px 0px;
	color: var(--main-black);
	font-size: 1em;
	line-height: normal;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th:last-child,
.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td:last-child {
	padding-left: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:first-child {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) th,
.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) td {
	font-weight: 700;
	font-size: 1.25em;
	line-height: normal;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details .order-again {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns {
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
	float: none;
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
	border-radius: 3px;
	border: 1px solid hsl(0 0% 7% / .11);
	padding: 8px 12px;
	font-size: 1em;
	line-height: 150%;
	font-weight: 400;
	color: var(--main-black);
	flex: 1;
}

.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address p {
	margin: 0px;
}

.woocommerce-checkout .woocommerce .woocommerce-order-btn-wrap {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1299px) {
	.woocommerce-checkout .woocommerce .woocommerce-order-overview {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details {
		margin-bottom: 25px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
}

@media screen and (max-width: 1199px) {
	.woocommerce-checkout .woocommerce .woocommerce-order-overview {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details {
		margin-bottom: 20px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns {
		margin-left: -12px;
		margin-right: -12px;
		width: calc(100% + 24px);
	}
}

@media screen and (max-width: 991px) {
	.woocommerce-checkout .woocommerce .woocommerce-order-overview {
		flex-direction: column;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-overview li {
		padding-right: 0px;
		margin-right: 0px;
		padding: 16px 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: none;
		border-bottom: 1px solid hsl(0 0% 7% / .11);
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-overview li:last-child {
		border-bottom: 1px solid hsl(0 0% 7% / .11);
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-overview li strong {
		margin: 0px;
		padding-left: 16px;
		text-align: right;
		line-height: normal;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th:last-child, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td:last-child {
		text-align: right;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) th,
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) td {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-checkout .woocommerce .woocommerce-order-overview li {
		padding: 12px 0px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-overview li strong {
		padding-left: 12px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details thead {
		display: none;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td {
		padding: 12px 0px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th:last-child, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td:last-child {
		padding-left: 12px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
		width: 100%;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column:first-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.woocommerce-checkout .woocommerce .woocommerce-order-overview li {
		padding: 10px 0px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-overview li strong {
		padding-left: 10px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td {
		padding: 10px 0px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr th:last-child, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tr td:last-child {
		padding-left: 10px;
	}

	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) th, 
	.woocommerce-checkout .woocommerce .woocommerce-order-details .order_details tfoot tr:has(.woocommerce-Price-amount) td {
		font-size: 1em;
	}

	.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
		padding: 6px 10px;
	}
}