/*!
Theme Name: Qi Platform
Theme URI: http://underscores.me/
Author: SmartProvide
Author URI: https://smprovide.com/
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: qi-platform
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.

Qi Platform 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/
*/

@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--container: 1800px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 1.5;
	color: #FFFFFF;
	background: #D9D9D9;
}
a {
	color: #FFFFFF;
	transition: .5s;
}
a:hover {
	text-decoration: none;
	color: #F9F9F9;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Red Hat Display', serif;
	font-weight: 800;
	margin: 0 0 30px;
	line-height: 1.3;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 30px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .65);
}
::-moz-placeholder {
	color: rgba(255, 255, 255, .65);
}
:-ms-input-placeholder {
	color: rgba(255, 255, 255, .65);
}
:-moz-placeholder {
	color: rgba(255, 255, 255, .65);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: rgba(255, 255, 255, .05);
	-moz-backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, .3);
	color: var(--black);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 30px;
	height: 66px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	cursor: pointer;
}
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 16px;
	font-size: 16px;
}



.screen-reader-text {
	display: none;
}
.container {
	width: calc(100% - 120px);
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-family: 'Red Hat Display', serif;
	font-weight: 700;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 10px 24px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	outline: none;
	min-width: 241px;
	min-height: 66px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-outline-primary {
	background-color: rgba(0, 0, 0, 0.001);
	border-color: rgba(255, 255, 255, .4);
	color: #FFFFFF;
}
.btn-outline-primary:hover {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #222222;
}

.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 9px;
}
.swiper-pagination.vertical {
	flex-direction: column;
}
.swiper-pagination-bullet {
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px !important;
	height: 25px !important;
	background: rgba(255, 255, 255, 0.28) !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullet:before {
	content: '';
	flex: 0 0 13px;
	max-width: 13px;
	height: 13px;
	background: #FFFFFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	transition: .5s;
}
.swiper-pagination-bullet-active:before {
	opacity: 1;
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.25);
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	border: 1px solid rgba(173, 173, 173, 0.6);
}
.soc-links li a:hover {
	background: rgba(255, 255, 255, 0.45);
}
.soc-links li a svg {
	flex: 0 0 38px;
	max-width: 38px;
	height: 38px;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 520px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border: 1px solid rgba(255, 255, 255, .65);
	background-color: rgba(255, 255, 255, .05);
	-moz-backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	outline: 0;
	padding: 60px 40px 40px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .85;
	z-index: 1049;
}
.modal-title {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #ffffff;
	width: 34px;
	height: 34px;
	top: 15px;
	right: 15px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #f9f9f9;
}
.modal-contacts {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
}
.modal-contacts p {
	margin: 0;
}
.modal-contacts p a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.modal-contacts p a:hover {
	color: #FFFFFF;
}
.modal-subtitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 32px -15px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid var(--line);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - 30px) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - 30px * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - 30px * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - 30px * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - 30px * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - 30px * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - 30px * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - 30px * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}




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

.header {
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	z-index: 92;
}
.header-wrap {
	display: flex;
	justify-content: space-between;
}
.header-button {
	flex: 0 0 250px;
	max-width: 250px;
}

.header-button a.button-left-hea{
	display:none;
}

.header-button.right {
	text-align: right;
}
.header-logo {
	padding-top: 5px;
	text-align: center;
}
.header-logo img {
	max-height: 70px;
}



.hero-section {
	position: relative;
	height: 100%;
	min-height: 100vh;
	background: #D9D9D9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.hero-section:before {
	content: '';
	background: url(images/hero-bg.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	z-index: -3;
}
.hero-video {
	position: absolute;
	overflow: hidden;
	width: 65%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -3;
}
.hero-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
.hero-bg-image {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -2;
}
.hero-bg-image img{
	object-fit:cover;
	object-position:center;
	width:100%;
	height:100%;
}
.hero-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:before {
	/*content: '';*/
	background: url(images/hero-bg-2.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 67%;
	height: 100%;
	z-index: -2;
}
.hero-swiper {
	overflow: hidden;
}
.hero-swiper .swiper-wrapper {
	height: 1065px;
}
.heroSlider-item__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
	height: 1065px;
	padding-top: 195px;
	padding-bottom: 240px;
}
.heroSlider-item__heading {
	max-width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	line-height: 1.13333;
	margin: 0;
}
.text_75px800 {
	font-size: 75px;
	font-weight: 800;
	color: rgba(240, 240, 240, 1);
}
.text_65px900 {
	font-size: 65px;
	font-weight: 900;
}
.text_45px800 {
	font-size: 45px;
	font-weight: 800;
}
.text_90px400_italiano {
	font-size: 90px;
	font-weight: 400;
	font-family: 'Italianno', cursive;
	margin-bottom: -20px;
}
.hero-pagination {
	position: absolute !important;
    top: calc(50% - 78px) !important;
    right: 56px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    margin: 0;
    width: auto !important;
}




.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 44px 0;
	z-index: 91;
}
.footer:before {
	content: '';
	background: rgba(0, 0, 0, .05);
	-moz-backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, .4);
	-moz-border-radius: 51px 51px 0 0;
	-webkit-border-radius: 51px 51px 0 0;
	border-radius: 51px 51px 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 75px;
}
.footer-widget {
	min-width: 194px;
}
.footer-widget-soc {
	flex: auto;
}
.footer-soc {
	justify-content: flex-end;
}
.footer-menu {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-menu li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.footer-menu li a:hover {
	color: #FFFFFF;
}
.footer-contacts {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-contacts p {
	margin: 0;
}
.footer-contacts p a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-contacts p.email a:before {
	content: '';
	background: url(images/envelope.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 22px;
	max-width: 22px;
	width: 22px;
	height: 22px;
}
.footer-contacts p a:hover {
	color: #FFFFFF;
}





.countdown {
	position: absolute;
	bottom: 222px;
	right: 100px;
	z-index: 20;
}
.countdown-heading{
	text-align:center;
}
.countdown-wrap {
	display: flex;
}
.countdown-wrap div {
	text-align: center;
	width: 176px;
	height: 142px;
	padding: 0 30px;
	border-right: 1px solid rgba(255, 255, 255, .6);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.countdown-wrap div:last-child {
	border-right: none;
}
.countdown-wrap div span {
	font-size: 90px;
	line-height: 1.3;
}





















@media(max-width: 1599px) {
	.soc-links li a {
		width: 70px;
		height: 70px;
	}
	.soc-links li a svg {
		flex: 0 0 32px;
		max-width: 32px;
		height: 32px;
	}
	.hero-swiper .swiper-wrapper,
	.heroSlider-item__wrap {
		height: 1000px;
	}
	.text_75px800 {
		font-size: 68px;
	}
	.text_65px900 {
		font-size: 59px;
	}
	.text_45px800 {
		font-size: 40px;
	}
	.text_90px400_italiano {
		font-size: 81px;
	}
	.countdown-wrap div {
		width: 160px;
	}
	.countdown-wrap div span {
		font-size: 80px;
	}
}



@media(max-width: 1399px) {
	body {
		font-size: 18px;
	}
	.container {
		width: calc(100% - 80px);
	}
	.soc-links li a {
		width: 60px;
		height: 60px;
	}
	.soc-links li a svg {
		flex: 0 0 26px;
		max-width: 26px;
		height: 26px;
	}
	.btn {
		font-size: 16px;
		min-width: 200px;
		min-height: 54px;
	}
	.header {
		top: 20px;
	}
	.header-logo img {
		max-height: 90px;
	}
	.hero-swiper .swiper-wrapper,
	.heroSlider-item__wrap {
		height: 780px;
	}
	.heroSlider-item__wrap {
		padding-top: 145px;
		padding-bottom: 200px;
		gap: 30px;
	}
	.heroSlider-item__heading {
		gap: 10px;
	}
	.text_75px800 {
		font-size: 50px;
	}
	.text_65px900 {
		font-size: 43px;
	}
	.text_45px800 {
		font-size: 30px;
	}
	.text_90px400_italiano {
		font-size: 60px;
		margin-bottom: -10px;
	}
	.footer {
		padding: 36px 0;
	}
	.hero-pagination {
		right: 36px !important;
	}
	.countdown {
		bottom: 170px;
		right: 40px;
	}
	.countdown-wrap div {
		font-size: 16px;
		width: 145px;
		height: 115px;
	}
	.countdown-wrap div span {
		font-size: 70px;
	}
}



@media(max-width: 1199px) {
	body {
		font-size: 16px;
	}
	.soc-links li a {
		width: 54px;
		height: 54px;
		-moz-border-radius: 14px;
		-webkit-border-radius: 14px;
		border-radius: 14px;
	}
	.soc-links li a svg {
		flex: 0 0 24px;
		max-width: 24px;
		height: 24px;
	}
	.footer-wrap {
		gap: 30px;
	}
	.footer-widget {
		min-width: 160px;
	}
	.text_75px800 {
		font-size: 44px;
	}
	.text_65px900 {
		font-size: 38px;
	}
	.text_45px800 {
		font-size: 26px;
	}
	.text_90px400_italiano {
		font-size: 53px;
		margin-bottom: -10px;
	}
	.countdown-wrap div {
        width: 130px;
        height: 105px;
        padding: 0 20px;
    }
	.countdown-wrap div span {
		font-size: 64px;
	}
}




@media(max-width: 991px) {
	body {
		font-size: 20px;
	}
	.btn {
		font-size: 18px;
		min-width: 241px;
		min-height: 66px;
	}
	/*.header-wrap {
		flex-direction: row-reverse;
	}  */
	.header-logo img {
		max-height: 79px;
	}
	 .header-button:first-child {
		display: none;
	} 
	.hero-bg,
	.hero-section:before {
		display: none;
	}
	.hero-video {
		width: 100%;
	}
	.hero-video video {
		object-position: center;
		width: 130%;
	}
	.hero-pagination {
		top: calc(50% - 210px) !important;
	}
	.footer {
		padding: 55px 0;
	}
	.footer-wrap {
		flex-wrap: wrap;
		gap: 28px 10px;
	}
	.footer-widget {
		order: 4;
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);
		min-width: auto;
	}
	.footer-widget-soc {
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-soc {
		justify-content: center;
		margin-bottom: 5px;
	}
	.footer-widget-contacts {
		order: 3;
	}
	.footer-widget-menu:first-child {
		order: 2;
	}
	.soc-links li a {
		width: 58px;
		height: 58px;
		-moz-border-radius: 22px;
		-webkit-border-radius: 22px;
		border-radius: 22px;
	}
	.soc-links li a svg {
		flex: 0 0 28px;
		max-width: 28px;
		height: 28px;
	}
	.hero-swiper .swiper-wrapper, .heroSlider-item__wrap {
		height: 1065px;
	}
	.heroSlider-item__wrap {
		padding-top: 120px;
		padding-bottom: 520px;
		gap: 20px;
		max-width: calc(100% - 40px);
	}
	.countdown {
		width: 100%;
		bottom: 365px;
		right: 0;
		padding-top: 20px;
		padding-bottom: 55px;
	}
	.countdown-wrap {
		justify-content: center;
	}
	.countdown-wrap div {
		width: 84px;
		height: 68px;
		padding: 0 8px;
		font-size: 18px;
	}
	.countdown-wrap div span {
        font-size: 33px;
    }
	.text_75px800 {
		font-size: 40px;
	}
	.text_65px900 {
		font-size: 36px;
	}
	.text_45px800 {
		font-size: 20px;
	}
	.text_90px400_italiano {
		font-size: 48px;
		margin-bottom: -10px;
	}
	.heroSlider-item__heading {
		gap: 12px;
		max-width: 100%;
	}
}




@media(max-width: 575px) {
	.form-fields {
		margin: 0 -5px -12px;
	}
	.form-field {
		padding: 0 5px;
		margin-bottom: 12px;
	}
	.container {
		width: calc(100% - 30px);
	}
	.heroSlider-item__heading br {
		display: none;
	}
	.modal-dialog {
		max-width: calc(100% - 30px);
	}
	.modal-content {
		padding: 60px 20px 20px;
	}
	.modal-title {
		font-size: 25px;
		margin-bottom: 24px;
	}
	.modal-contacts {
		margin-bottom: 24px;
		gap: 8px;
	}
	.modal-subtitle {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.header-button {
		flex: 0 0 auto;
		max-width: 100%;
	}
	.header-button .btn {
		min-width: 168px;
	}
	.hero-pagination {
		right: 15px !important;
	}
	.text_75px800 {
		font-size: 32px;
	}
	.text_65px900 {
		font-size: 28px;
	}
	.text_45px800 {
		font-size: 18px;
	}
	.text_90px400_italiano {
		font-size: 38px;
		margin-bottom: -10px;
	}
	.hero-bg-image img {
		object-position: 70% center;
	}
	.header-button.right{
		display:none
	}
}
@media(max-width: 501px) {
	.footer-widget {
        flex: 50% 0 0;
        max-width: 100%;
        min-width: auto;
    }
}