html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background: #f7f7f7;
	font-family: "Inter", sans-serif;
}

h1, h2, h3 {
	margin: 0;
}

.main-container {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-container {
	width: 100%;
	max-width: 1095px;
	background: #ffffff;
	color: #222222;
	box-shadow: 0 4px 4px rgb(87 100 126 / 21%);
	border-radius: 3px;
	padding: 70px 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px;
	margin-top: 100px;
}

.inner-container.is-iframe {
	max-width: 100%;
	margin: 0;
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 40px 0;
	padding-top: 0;
	border-bottom: 1px solid #d7d8e1;
}

.header-container > h1 {
	text-align: center;
	margin-left: 1.25em;
	margin-right: 1.25em;
	line-height: 1.5;
}

.language-container {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.language-title {
	padding: 60px 0;
	padding-bottom: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: 'Gentium Basic', sans-serif;
	display: flex;
	width: 100%;
	max-width: 605px;
	margin-left: 23px;
	justify-content: space-between;
}

.language-select {
	cursor: pointer;
	transition: 0.5s;
}

.language-grid {
	display: flex;
	width: 500px;
	justify-content: space-between;
}

.language-select > img {
	width: 75px;
	transition: 0.5s;
}

.language-select > img:hover {
	-webkit-filter: drop-shadow(3px 3px 4px #838383);
	filter: drop-shadow(3px 3px 4px #838383);
}

.language-select > div {
	display: none;
	padding-top: 5px;
	font-size: 21px;
	color: #999999;
	text-align: center;
}

.language-grid.has-active .language-select {
	filter: grayscale(1);
}

.language-grid.has-active .language-select:hover,
.language-grid.has-active .language-select.active-lang {
	filter: grayscale(0);
}

.language-grid.has-active .language-select:hover > img,
.language-grid.has-active .language-select.active-lang > img {
	-webkit-filter: drop-shadow(3px 3px 4px #838383);
	filter: drop-shadow(3px 3px 4px #838383);
}

.product-container {
	width: 100%;
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.product-title {
	display: none;
	padding: 60px 0;
	padding-bottom: 50px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 30px;
	font-family: 'Gentium Basic', sans-serif;
}

.product-container.active-at .product-title.title-at {
	display: block;
}
.product-container.active-eu .product-title.title-eu {
	display: block;
}
.product-container.active-it .product-title.title-it {
	display: block;
}

.product-select {
	display: none;
	margin: 0px 69px;
}

.product-container.active-at .product-select:not([product="1"]),
.product-container.active-eu .product-select:not([product="1"]) {
	display: block;
}
.product-container.active-it .product-select {
	display: block;
}

.product-grid {
	display: flex;
	width: 100%;
	justify-content: center;
}

.product-select > div {
	transition: 0.5s;
	cursor: pointer;
	color: white;
	background: #222222;
	border-radius: 4px;
	padding: 11.5px 23.5px;
	font-family: 'Gentium Basic', sans-serif;
	font-size: 24px;
}

.product-select > div:hover {
	background: #d2aa23;
	-webkit-filter: drop-shadow(3px 3px 4px #838383);
	filter: drop-shadow(3px 3px 4px #838383);
}


@media only screen and (max-width: 810px) {
	.main-container {
		height: auto;
	}

	.inner-container {
		margin: 40px;
	}

	.header-container {
		flex-direction: column;
	}

	.header-container > img {
		width: 210px;
		padding-bottom: 25px;
	}

	.header-container > h1 {
		margin: 0;
		line-height: 1.4;
	}

	.language-title {
		margin-left: 0;
	}

	.language-grid {
		width: 360px;
		margin-right: 44px;
	}

	span.delimiter {
		padding: 0 10px;
	}

	.product-container {
		margin-right: 44px;
	}

	.product-select {
		margin: 0px 33px;
	}
}


@media only screen and (max-width: 595px) {
	.inner-container {
		margin: 0;
		padding: 40px !important;
	}

	.header-container {
		padding: 40px 0;
		padding-top: 0;
	}

	.language-title { 
		flex-direction: column;
		padding: 50px 0;
		padding-bottom: 45px;
	}

	span.delimiter {
		transform: rotate(90deg);
		padding: 0;
	}

	.header-container > h1 {
		font-size: 29px;
	}

	.language-grid, 
	.product-container {
		margin-right: 0;
	}


	.product-select {
		margin: 0px 23.5px;
	}

	.product-select > div {
		padding: 10.5px 24px;
	}

	.language-grid {
		width: 320px;
	}

	.product-select > div {
		padding: 10.5px 24px;
	}

	.language-select > img {
		width: 74px;
	}
}

@media only screen and (max-width: 380px) {
	.main-container {
		overflow-x: hidden;
	}

	.language-grid {
		width: 290px;
	}

	.product-container {
		min-width: 325px;
	}

	.product-select {
		margin: 0px 16px;
	}
}