* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'NeueHansKendrick-Regular';
	src: url(../fonts/NeueHansKendrick-Regular.otf),
		url(../fonts/NeueHansKendrick-Regular.ttf);
}

html {
	width: 100%;
	height: 100%;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'NeueHansKendrick-Regular', sans-serif;

}

aside,
nav,
main,
footer,
header,
section,
article {
	display: block;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	/* background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);  
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;  
  transition: background-size 0.5s ease-in-out 0.2s; */

}

a:hover,
a:focus {
	background-size: 100% 1px;
	transition-delay: 0s;
}

li {
	list-style: none;
}

.container {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;

}

.header {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 1.5em 2em 0;
	box-sizing: border-box;
	transition: all linear 0.2s;
}

@media screen and (max-width: 800px) {
	.header {
		padding: 1em 1em 0;
	}
}

.logo {
	width: auto;
	max-width: 12%;
	box-sizing: border-box;
	margin: 0 auto 0 0;


}

.logo img {
	width: auto;
	max-width: 100%;

}

.logo a:hover,
.logo a:focus,
.footer_logo a:hover,
.footer_logo a:focus {
	background-size: 0 0;
}

.nav_btn {
	width: auto;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	margin-left: 2.5em;
	cursor: pointer;
	display: inline-block;
	min-height: 2em;
	padding-top: 0.8em;

}

.nav_btn_icon {
	display: block;
	margin-top: 2px;
	position: relative;
	z-index: 500;
}

.nav_btn .nav_btn_icon,
.nav_btn .nav_btn_icon::before,
.nav_btn .nav_btn_icon::after {
	width: 50px;
	height: 1px;
	padding: 0;
	background-color: #d09f43;
	border-radius: 2px;
	position: relative;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	display: block;
}

.nav_btn .nav_btn_icon::before,
.nav_btn .nav_btn_icon::after {
	content: "";
	display: block;
}

.nav_btn .nav_btn_icon::before {
	top: -12px;
}

.nav_btn .nav_btn_icon::after {
	bottom: -11px;
}

.nav_btn.active .nav_btn_icon {
	background-color: transparent;
	transform: rotateX(-180deg);
}

.nav_btn.active .nav_btn_icon::before {
	transform: translate3d(0, 12px, 0) rotate(45deg);
}

.nav_btn.active .nav_btn_icon::after {
	transform: translate3d(0, -12px, 0) rotate(-45deg);
}

nav {
	width: 100%;
	height: calc(100% - 10em);
	padding: 0;
	box-sizing: border-box;
	display: none;
	position: absolute;
	/* top: 0; */
	top: 10em;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	/* background: #97fd43; */
	z-index: 200;
}

.nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: stretch;
	width: 100%;
	height: 100%;
}

nav ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	align-items: stretch;
	box-sizing: border-box;

}

nav li {
	/* padding: 1em 0; */
	padding: 0.8em 0;
	box-sizing: border-box;
	font-size: 2.2em;
	position: relative;
	color: #d09f43;
	list-style: none;
	width: 100%;
	white-space: nowrap;
	text-align: center;
}

nav li a {
	color: #d09f43;

}

nav li a:hover {
	color: #939598;
}


.basket,
.basket_sm,
.basket_it {
	background: #d09f43;
	width: auto;
	height: auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 1em;
	display: inline-block;
	/* box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05); */
	transition: all linear 0.5s;

	/* padding: 0.8em 1.5em; */
	padding: 0.6em 1.5em;
	border-radius: 2em;
}

.basket_it {
	border-radius: 50%;
	margin-left: 2.5em;
	/* padding: 0.6em 0.9em; */

	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.basket_sm {
	display: none;
	margin: auto;
	width: 90%;
	margin: 0 auto 1em;
	text-align: center;
}

.basket a,
.basket_sm a,
.basket_it a {
	color: #fff;
	/* padding: 0.5em 1.5em; */
	/* border-radius: 1em;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  transition: all linear 0.5s; */
	background-image: none;
	/* background: #d09f43; */

}

.basket_it a {
	text-transform: lowercase;
}

.basket_sm a {
	width: 100%;
	display: inline-block;
	padding: 0.5em 0;
	box-sizing: border-box;
}

.basket a:hover,
.basket_sm a:hover,
.basket_it a:hover {
	/* box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15); */
	color: #939598;
}

.basket:hover,
.basket_sm:hover,
.basket_it:hover {
	/* box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15); */
	color: #939598;
}

main {
	width: 100%;
	height: auto;
	min-height: 100%;
	box-sizing: border-box;
	position: relative;
	scroll-behavior: smooth;
	flex-grow: 1;
}

section {
	padding: 2em;
	box-sizing: border-box;
}

.top_info {
	/* display: flex; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* grid-template-rows: 3fr 1fr; */
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 3%;
	margin: 0 auto 1em;
	width: 100%;
	max-width: 1890px;
}

.top_info_one {
	/* width: 22%;  */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 1em;
}

.top_info_one img {
	width: 100%;
	/* height: 65%; */
	/* object-fit: contain; */
	display: block;
	transition: all linear 0.3s;
}

.top_info_text {
	width: 80%;
	height: 55%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: -20% auto 0;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 2em 1em;
	transition: all linear 0.3s;
	z-index: 5;
}

.top_info_text:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.top_info_text h2 {
	margin: 0;
	font-size: 2em;
	display: flex;
	text-align: center;
	/* color: #000; */
	color: #d09f43;
	font-weight: normal;
}

.top_info_text h2 a {
	color: inherit;

}

.top_info_text h2 a:hover,
.top_info_text h2 a:focus {
	color: inherit;
	background-size: 100% 1px;
	transition-delay: 0s;
}

.top_info_text p,
.top_info_text p a {
	color: #000;
}


.top_info_text p {
	margin: 0;
	color: #000;
	font-size: 1em;
	line-height: 1.4;
	padding: 1em 0.5em;
}

.top_info_text p:last-child {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
	font-size: 0.8em;
}

.top_info_text a {
	padding: 0;
	color: #d09f43;
	/* text-decoration: none;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);  
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;  
  transition: background-size 0.5s ease-in-out 0.2s; */

}

.top_info_text a span {
	background-origin: content-box;
	background-repeat: repeat-x;
	background-size: 200% .1rem;
	background-position: 0 100%;
	background-image: linear-gradient(90deg, currentColor 50%, transparent 0);
	transition: background-position 1s, color .35s
}

@media screen and (hover: hover) {
	.top_info_text a:hover span {
		/* color: #000; */
		background-position: -200% 100%
	}
}

.top_info_text a:hover,
.top_info_text a:focus {
	/* color: #939598; */
	color: #d09f43;
	/* background-size: 100% 1px;
  transition-delay: 0s; */
}

.top_info_one:hover img {
	transform: scale(1.05);

}

.home_info {
	display: flex;
	justify-content: space-between;
	margin: 1em auto;
	width: 100%;
	max-width: 1980px;
}

.home_info_text {
	width: 50%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home_info_text h3 {
	color: #000;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.home_info_text p {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.home_info_text a,
.home_info_text a:hover,
.home_info_text a:focus {
	text-decoration: none;
	color: #000;
}

.home_info_text .button_a a {
	color: #fff;
	margin-bottom: 2em;
	display: inline-block;
	background: #d09f43;
	padding: 0.8em 1.5em;
	box-sizing: border-box;
	border-radius: 2em;
}

.home_info_text .button_a a:hover,
.home_info_text .button_a a:focus {
	color: #939598;
}

.home_info_img {
	width: 50%;
	padding-left: 3em;
	box-sizing: border-box;
}

.home_info_img img {
	width: 100%;
}

@keyframes background-top-transform {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}


.footer {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	height: auto;
	position: relative;
	z-index: 100;
	padding: 1em 2em;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-shrink: 0;
	flex-wrap: wrap;

}

.footer_top {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	flex-direction: row-reverse;

}

.footer_logo {
	width: auto;
	max-width: 12%;
}

.footer_logo img {
	width: auto;
	max-width: 100%;

}

.footer_info {
	width: 50%;
	text-align: left;
	display: flex;
	/* justify-content: flex-start; */
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 3em;
	box-sizing: border-box;
	font-size: 1em;
}

.footer_info ul {
	width: auto;
	margin-right: 3em;
}

.footer_info li {
	/* background: url("../image/footer_arr.png") no-repeat 100% 50%;
  background-size: auto 1em;
  padding-right: 1.5em; */
	margin-bottom: 1em;
	white-space: nowrap;
}

.footer_info a {
	color: #000;


}

.footer_info li span {
	color: #000;
	background: url(../image/footer_arr.png) no-repeat 100% 10%;
	background-size: auto 0.8em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;

}

.footer_info a.soc {
	background: none;
	margin-left: 1em;

}

.footer_info a:hover,
.footer_info a:focus {
	color: #939598;
}

.footer_info li img {
	width: auto;
	height: auto;
	max-height: 1.5em;
	vertical-align: middle;
	padding: 0 0 0.7em 0.5em;
}

.footer_info_bott {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	box-sizing: border-box;
}

.inner_content {
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	height: auto;
}

.main_top,
.collezione_top,
.museo_top,
.sostienici_top,
.visita_top {
	width: 100%;
	height: auto;
	padding-top: 2.6em;
}

.collezione_top_img,
.museo_top_img,
.sostienici_top_img,
.visita_top_img {
	overflow: hidden;
	height: auto;
	max-height: 70vh;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.museo_top_img,
.visita_top_img {
	padding-bottom: 20em;
	box-sizing: border-box;
}

.collezione_top_img {
	padding-bottom: 10em;
	box-sizing: border-box;
}

/* .collezione_top_img, .museo_top_img, .sostienici_top_img, .visita_top_img{
  height: auto;
width: 100%;
 }
  .collezione_top_img_sm, .museo_top_img_sm, .sostienici_top_img_sm, .visita_top_img_sm{
  height: auto;
width: 100%;
display: none;
 } */
.collezione_top img,
.museo_top img,
.sostienici_top img,
.visita_top img {
	width: 100%;
	height: auto;

}

.collezione_top_text,
.museo_top_text,
.sostienici_top_text,
.visita_top_text {
	/* width: 30%; */
	max-width: 650px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 2em 3em;
	display: flex;
	flex-direction: column;
	/* justify-content: flex-start; */
	justify-content: space-between;
	margin: 0 auto -3%;
	transform: translateY(-40%);
	box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-bottom: -6em;
	aspect-ratio: 2 / 1;
}

.collezione_top_text h2,
.museo_top_text h2,
.sostienici_top_text h2,
.visita_top_text h2 {
	margin-bottom: 1.5em;
}

.collezione_top_text p,
.museo_top_text p,
.sostienici_top_text p {
	margin-bottom: 2.5em;
}

.visita_top_text p {
	margin-bottom: 1.5em;
}

.visita_top_text h2 {
	margin-bottom: 1.2em;
}

.collezione_top_text h2,
.museo_top_text h2,
.sostienici_top_text h2,
.visita_top_text h2 {
	font-size: 2em;
	text-align: center;
	color: #d09f43;
	font-weight: normal;
}


.collezione_top_text h2 a {
	color: #d09f43;
}

.collezione_top_text p,
.museo_top_text p,
.sostienici_top_text p,
.visita_top_text p {
	color: #000;
	font-size: 1em;
	line-height: 1.4;
}

.inner_info {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.inner_info figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.museo .inner_info figure {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2.5em;
}

.inner_info figure img {
	width: auto;
	max-width: 100%;
}

.inner_info figure img.vert {
	width: auto;
	max-width: 70%;
}

/* .inner_info figure img.vert {
	width: auto;
	max-width: 70%;
} */

.inner_info figcaption {
	text-align: center;
	padding: 0.5em 0 2em;
	font-size: 1em;
}

.inner_info figcaption p span,
.inner_info figcaption sub {
	padding: 0;
	text-align: center;
	font-size: 0.6em;
	display: inline-block;
	line-height: 1.5;
}

.inner_info h3 {
	text-align: center;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em auto 2em;
	line-height: 1.5em;
}

.sostienici .inner_info h3 {
	text-align: left;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 auto 2.5em;
}

.inner_info p {
	text-align: left;
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 1.5em;
}

.sostienici .inner_info p,
.museo .inner_info p {
	padding-bottom: 2.5em;
}

.sostienici .inner_info blockquote p {
	padding-bottom: 0;
	text-align: center;
}

.inner_info figcaption p {
	padding: 0 !important;
	text-align: center;
}

.button {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 3em auto;
}

.sostienici .button {
	margin: 0em auto 2em;
}

.button a {
	color: #fff;
	font-size: 1em;
	background: #d09f43;
	border-radius: 2em;
	box-sizing: border-box;
	padding: 0.8em 4em;
	width: 100%;
	max-width: 350px;
	display: inline-block;
	line-height: 1.5em;
}

@media screen and (max-width: 550px) {
	.button a {
		padding: 0.8em 0;
		max-width: inherit;
	}
}

.inner_info blockquote {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 2em;
	text-align: center;
}

.inner_info h2 {
	text-align: left;
	padding: 0 0 0.2em;
	font-size: 2em;
	font-weight: normal;

}

.inner_info h2 span {
	display: inline-block;
	font-size: 0.6em;
}

.sostienici p.adress {
	padding-bottom: 0;
}

.visita .inner_info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: none;
}

.visita .inner_info h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
}

.visita_tarif {
	width: 50%;
	height: auto;
	font-size: 1em;
}

.visita_tarif_line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #939598;
	padding: 0.9em 0;
}

.visita_tarif_name {
	width: 50%;
	text-align: left;
}

.visita_tarif_name p {
	font-size: inherit;
}

.visita_tarif_name span,
.visita_tarif_price span {
	font-size: 0.7em;
	display: block;
	width: 62%;
	margin-bottom: -0.3em;
}

.visita_tarif_price {
	width: 30%;
	text-align: right;
	font-size: inherit;
}

.visita_tarif_price span {
	width: auto;
	text-align: right;
}

.visita_tarif p {
	font-size: 1em;
	padding: 1em 0;
	width: 80%;
	line-height: 1.5em;
}

.visita_tarif .button {
	/* width: 100%; */
	height: auto;
	text-align: right;
	margin: 3em auto 0;
}

.visita_tarif .button a {
	color: #fff;
	font-size: 1em;
	background: #d09f43;
	box-sizing: border-box;
	/* padding: 0.5em 4em; */
	width: 100%;
	/* max-width: 350px; */
	display: inline-block;
	transform: translateX(50%);
	text-align: center;

	padding: 0.8em 1.5em;
	border-radius: 2em;
}

.visita_text {
	width: 50%;
	text-align: left;
	padding-left: 10%;
	box-sizing: border-box;
}

.visita_text p {
	padding-top: 0.8em;
	font-size: 0.9em;
}

.visita_text ul {
	list-style: none;
	margin-top: 1em;
	font-size: 0.9em;
}

.visita_text ul li:before {
	content: "—";
	position: relative;
	left: -5px;
}

.visita_text ul li {
	line-height: 1.5;
}

.visita_contact_inn {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-top: 1px solid #bcbdbf;
	flex-wrap: wrap;

}

.visita_contact_map {
	width: 50%;
	height: auto;
	font-size: 1em;
}

.visita_contact_map_inn {
	width: 100%;
	height: auto;
}

.visita_contact_map h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0;
	width: 100%;
	text-align: left;
}

.visita_contact_map p {
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0;
	width: 100%;
	text-align: left;
	line-height: 1.5em;
}

.visita_contact_text {
	width: 50%;
	text-align: left;
	padding-left: 10%;
	box-sizing: border-box;
	margin-top: 4em;
}

.visita_contact_text_inn {
	margin-bottom: 2em;
	line-height: 1.5em;
}

.hr {
	display: none;
}

@media screen and (min-width: 1980px) {

	.footer {
		padding: 1em 0;
	}

	.collezione_top_img,
	.museo_top_img,
	.sostienici_top_img,
	.visita_top_img {
		max-height: 50vh;
	}
}

@media screen and (max-width: 2200px) {
	nav {
		height: calc(100% - 8em);
		top: 8em;
	}
}

@media screen and (max-width: 1700px) {
	nav {
		height: calc(100% - 7em);
		top: 7em;
	}

	/* .collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		max-width: 40%;
	} */
}

@media screen and (max-width: 1850px) {
	.visita_tarif_name span {
		width: 65%;
	}
}

@media screen and (max-width: 1700px) {

	.visita_tarif_name span {
		width: 75%;
	}

	.visita_tarif p {
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	.visita_tarif_name {
		width: 65%;
	}

	.visita_tarif_name span {
		width: 75%;
	}
}

@media screen and (max-width: 1500px) {
	.top_info_text {
		padding: 1em 0.5em;
	}

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		/* max-width: 50%; */
		padding: 1.5em 2em;
	}

	/* .collezione_top_text, .museo_top_text, .sostienici_top_text, .visita_top_text{
  padding: 1em 3em;
} */

	.top_info_text h2 {
		font-size: 1.5em;
	}


	.logo,
	.footer_logo {
		width: auto;
		max-width: 15%;
	}

	.top_info_text p {
		margin: 0;
		color: #000;
		font-size: 0.8em;
		line-height: 1.3;
		padding: 0.5em 0;

	}

	.top_info_text p:last-child {
		font-size: 0.6em;
	}

	nav {
		height: calc(100% - 7em);
		top: 7em;
	}
}

@media screen and (max-width: 1280px) {
	.top_info_text {
		width: 90%;
		aspect-ratio: 1/1;
		height: auto;
	}

	.top_info_text h2 {
		font-size: 3em;
	}

	.top_info_text p {
		font-size: 1.5em;
	}

	.top_info_text p:last-child {
		font-size: 1.2em;
	}

	.top_info {
		grid-template-columns: repeat(2, 1fr);
		/* grid-template-rows: 3fr 1fr 3fr 1fr; */

	}

	.visita_tarif_name span {
		width: 100%;
	}

}

@media screen and (max-width: 1100px) {

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		/* max-width: 60%; */
		padding: 1.5em;
	}

	.footer_info {
		width: 70%;
		padding-left: 0;
	}

	.footer_info ul {
		width: auto;
		margin-right: 2em;
	}

	.footer_info a.soc {
		background: none;
		margin-left: 0.5em;
	}

	.footer_info li img {
		width: auto;
		height: auto;
		max-height: 1.2em;
		vertical-align: middle;
		padding: 0 0 0.7em 0.4em;
	}

	.top_info_text h2 {
		font-size: 2.5em;
	}

	.top_info_text p {
		font-size: 1.2em;
	}

	.top_info_text p:last-child {
		font-size: 1em;
	}
}

@media screen and (max-width: 1030px) {
	nav {
		height: calc(100% - 6em);
		top: 6em;
	}

	.logo,
	.footer_logo {
		width: auto;
		max-width: 20%;
	}
}

@media screen and (max-width: 900px) {
	.top_info_text h2 {
		font-size: 2em;
	}

	.top_info_text p {
		font-size: 1em;
	}

	.top_info_text p:last-child {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 850px) {

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		max-width: 90%;
		padding: 1.5em;
		margin-bottom: -3em;

	}

}

@media screen and (max-width: 800px) {
	body {
		font-size: 18px;
	}

	section {
		padding: 1em;
		box-sizing: border-box;
	}

	.basket {
		display: none;
	}

	.basket_it {
		/* padding: 0.3em 0.6em; */
		/* padding: 0.4em 0.7em; */
		font-size: 0.9em;
		width: 32px;
		height: 32px;
	}

	.nav_btn {
		margin-left: 1.8em;
	}

	.nav_btn .nav_btn_icon,
	.nav_btn .nav_btn_icon::before,
	.nav_btn .nav_btn_icon::after {
		width: 38px;
	}

	/* .nav_btn .nav_btn_icon::before {
		top: -12px;
	}

	.nav_btn .nav_btn_icon::after {
		bottom: -11px;
	} */

	.basket_sm {
		display: block;
	}

	.top_info {
		grid-template-columns: repeat(1, 1fr);
		/* grid-template-rows: 3fr 1fr 3fr 1fr; */

	}

	.home_info_text h3 {
		font-size: 1em;
	}

	.home_info_text p.button_a {
		text-align: center;
	}

	.top_info_text {
		height: auto;
		aspect-ratio: 1/1;
		margin: -15% auto 0;
		padding: 1.5em 1em;
	}

	.top_info_text h2 {
		font-size: 3em;
	}

	.top_info_text p {
		font-size: 2em;
	}

	.top_info_text p:last-child {
		font-size: 1.8em;
	}

	.top_info_one {
		margin-bottom: 3em;
	}

	.home_info {
		flex-wrap: wrap;

	}

	.home_info_text,
	.home_info_img {
		width: 100%;
		padding-left: 0;
	}

	.home_info_text {
		width: 100%;
		/* padding-left: 1.5em; */
	}

	.footer_top {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.footer_info {
		width: 100%;
		;
		padding-left: 0;
		flex-wrap: wrap;
	}

	.footer_info ul {
		width: 100%;
	}

	.logo,
	.footer_logo {
		width: auto;
		max-width: 30%;
	}

	.visita_tarif,
	.visita_contact_map {
		width: 100%;
	}

	.visita_text,
	.visita_contact_text {
		width: 90%;
		padding: 2em;
		margin: 1em auto;
		box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
		box-sizing: border-box;

	}

	.visita_text {
		margin: 2em auto 1em;
	}

	.visita_tarif .button {
		text-align: center;
		margin: 2em auto 0;
	}

	.visita_tarif .button a {
		transform: translateX(0);

	}

	.footer_info_bott {
		width: auto;
		text-align: right;
		font-size: 0.8em;
		box-sizing: border-box;
		float: right;
		margin: -7em 0 1em auto;
	}

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		aspect-ratio: 1/1;
		transform: translateY(-30%);
		padding: 2.5em;

	}

	.collezione_top_text h2,
	.museo_top_text h2,
	.sostienici_top_text h2,
	.visita_top_text h2 {
		/* margin-bottom: 1.5em;
		font-size: 1.7em; */
		font-size: 3em;
		margin-bottom: 2em;
	}

	.collezione_top_text p,
	.museo_top_text p,
	.sostienici_top_text p,
	.visita_top_text p {
		margin-bottom: 0.5em;
		/* font-size: 0.8em; */
		font-size: 2.2em;
	}

	nav {
		height: calc(100% - 8em);
		top: 8em;
	}

	.inner_info figcaption p {
		padding: 0 !important;
		text-align: center;
		/* font-size: 0.7em; */
	}

	.inner_info blockquote,
	.inner_info h2 {
		font-size: 1.7em;
	}

	.hr {
		width: 100%;
		height: 1px;
		background: #939598;
		display: inline-block;
	}

	.visita_tarif_line {
		border-bottom: none;
		align-items: normal;
		padding: 1em 0;
	}

	.visita_tarif p {
		font-size: 1em;
		padding: 1em 0;
		width: 100%;
	}

	.collezione_top_img {
		padding-bottom: 0;
		box-sizing: border-box;
	}

	.footer {
		padding: 1em;
	}

	.visita_contact_map h3 {
		font-size: 1.1em;

	}

	.visita_contact_map p {
		font-size: 1.3em;
	}

	.inner_info figcaption {
		text-align: center;
		padding: 0.5em 0 2em;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 700px) {

	/* .collezione_top_text, .museo_top_text, .sostienici_top_text, .visita_top_text{
  padding: 1em;
} */
	.museo_top_img,
	.visita_top_img {
		padding-bottom: 0;
		box-sizing: border-box;
	}

	.collezione_top_img,
	.museo_top_img,
	.sostienici_top_img,
	.visita_top_img {
		max-height: 80vh;

	}

	nav {
		height: calc(100% - 6em);
		top: 6em;
	}

	.top_info_text h2 {
		font-size: 2em;
	}

	.top_info_text p {
		font-size: 1.5em;
	}

	.top_info_text p:last-child {
		font-size: 1.2em;
	}

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		padding: 2em;

	}

	.collezione_top_text h2,
	.museo_top_text h2,
	.sostienici_top_text h2,
	.visita_top_text h2 {
		font-size: 2.5em;
		margin-bottom: 2em;
	}

	.collezione_top_text p,
	.museo_top_text p,
	.sostienici_top_text p,
	.visita_top_text p {
		margin-bottom: 0.5em;
		font-size: 1.8em;
	}

}

@media screen and (max-width: 550px) {

	.button,
	.home_info_text p.button_a {
		width: 90%;
	}

	.home_info_text p.button_a {
		margin: 0 auto;
	}

	.home_info_text p.button_a a {
		width: 100%;
	}

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		max-width: 90%;
		padding: 1.5em 1.5em;
		margin-bottom: -2em;
	}

	.footer_info_bott {
		font-size: 0.65em;

	}

	.visita_tarif_name span,
	.visita_tarif_price span {
		font-size: 0.6em;

	}

	.collezione_top_text h2,
	.museo_top_text h2,
	.sostienici_top_text h2,
	.visita_top_text h2 {
		font-size: 2em;
		margin-bottom: 2em;
	}

	.collezione_top_text p,
	.museo_top_text p,
	.sostienici_top_text p,
	.visita_top_text p {
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}
}

@media screen and (max-width: 450px) {

	/* nav {
		height: calc(100% - 5em);
		top: 5em;
	} */

	.top_info_text {
		padding: 1.5em 0.5em;
	}

	.top_info_text h2 {
		padding-bottom: 1em;
		font-size: 1.5em;
	}

	.top_info_text p {
		/* padding: 0.5em 0 1.5em; */
		padding: 0.5em 1em 1.5em;
		font-size: 1em;
	}

	.top_info_text p:last-child {
		font-size: 1em;
	}

	.collezione_top_text h2,
	.museo_top_text h2,
	.sostienici_top_text h2 {
		margin-bottom: 1.5em;
	}

	.collezione_top_text p,
	.museo_top_text p,
	.sostienici_top_text p {
		margin-bottom: 1.5em;
	}

	.visita_top_text p {
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}

	.collezione_top_text,
	.museo_top_text,
	.sostienici_top_text,
	.visita_top_text {
		width: 90%;
		/* padding: 1.5em 1.5em 3em; */
		padding: 1.5em 1.5em 3em;
		margin-bottom: -5em;
	}

	.visita_top_text h2 {
		margin-bottom: 1.2em;
		font-size: 1.8em;
	}

}

@media screen and (max-width: 400px) {
	/* nav {
		height: calc(100% - 4em);
		top: 4em;
	} */

	.footer_info_bott {
		font-size: 0.5em;

	}

	.collezione_top_text p,
	.museo_top_text p,
	.sostienici_top_text p {
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}

	.visita_top_text p {
		margin-bottom: 0.5em;
		font-size: 1em;
	}

}




@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.667);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 480px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}

}

/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
	body {
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: top right;
		position: absolute;
		right: 0;
		top: 0;
		width: 1024px;
	}

	.feedback .txt {
		float: right;
		color: #000000;
		font-size: 14px;
		text-align: justify;
		width: 100%;
	}

	.feedback .auth {
		color: #999999;
		font-size: 11px;
		text-align: right;
		float: right;
		padding: 0;
		width: 100%;
	}

}


.wp-block-file__button {
	padding: 10px 20px;
	margin: 0 0 25px 0;
}



/* Exhibits Grid Container */
.exhibits-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.exhibits-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem;
}

/* Grid Layout - Desktop (3 columns) */
.exhibits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

/* Card Styles */
.exhibit-card {
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exhibit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Image Styles */
.exhibit-image-link {
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	width: 100%;
	height: 390px;
}

.exhibit-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.exhibit-image-link:hover .exhibit-image {
	transform: scale(1.05);
}

.exhibit-placeholder {
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #999;
	font-size: 14px;
}

/* Details Section */
.exhibit-details {
	padding: 20px;
}

.exhibit-details .date {
	font-size: 0.8em;
}


/* Author Field */
.exhibit-author {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.author-label {
	font-weight: 600;
	color: #333;
}

.author-name {
	color: #0073aa;
}

/* Title Field */
.exhibit-title {
	margin: 10px 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

.exhibit-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.2s ease;
}

.exhibit-title a:hover {
	color: #0073aa;
}

/* Years Field */
.exhibit-years {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.years-label {
	font-weight: 600;
	color: #333;
}

.years-value {
	color: #888;
}

/* Pagination Styles */
.exhibits-pagination {
	text-align: center;
	margin-top: 40px;
}

.exhibits-pagination .page-numbers {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.exhibits-pagination .page-numbers.current {
	background: #d09f43;
	color: #fff;
}

.exhibits-pagination .page-numbers:hover:not(.current) {
	background: #e0e0e0;
}

/* Mobile Responsive (2 columns) */
@media (max-width: 768px) {
	.exhibits-container {
		padding: 15px;
	}

	.exhibits-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.exhibit-image {
		/* height: 200px; */
	}

	.exhibit-placeholder {
		height: 200px;
	}

	.exhibit-details {
		padding: 15px;
	}

	.exhibit-title {
		font-size: 1rem;
	}
}

/* Small mobile devices */
@media (max-width: 480px) {
	.exhibits-grid {
		gap: 15px;
	}

	.exhibit-image {
		/* height: 150px; */
	}

	.exhibit-image-link { 
		height: 300px;
	}

	.exhibit-placeholder {
		height: 150px;
	}

	.exhibit-details {
		padding: 12px;
	}

	.exhibit-author,
	.exhibit-years {
		font-size: 12px;
	}

	.exhibit-title {
		font-size: 0.9rem;
	}
}


.exhibit_props {
	/* width: 60%; */
	max-width: 650px;
	height: auto;
	font-size: 0.8em;
	margin: 0 auto;
}

.exhibit_props .line {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #939598;
	padding: 0.9em 0;
}

.exhibit_props .name {
	width: 40%;
	text-align: left;
}

.exhibit_props .name p {
	font-size: inherit;
}

.exhibit_props .name span,
.exhibit_props .value span {
	font-size: 0.7em;
	display: block;
	width: 62%;
	margin-bottom: -0.3em;
}

.exhibit_props .value {
	width: 60%;
	text-align: right;
	font-size: inherit;
}

.exhibit_props .value span {
	width: auto;
	text-align: right;
}

.inner_info>img {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	height: auto
}

.single-exhibit .inner_info p {
	font-size: 0.8em;
}


.post-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 20px;
	/* border-top: 1px solid #eee; */
}

.post-navigation a {
	text-decoration: none;
	transition: background 0.3s;
	color: #d09f43;
}

.post-navigation a:hover {
	background: #000;
}

.nav-previous,
.nav-next {
	flex: 1;
}

.nav-next {
	text-align: right;
}