.background-popup {
	position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: rgba(0,0,0,0.7);
	  z-index: 9999;
	  display: flex;
		align-items: center;
}

.background-popup #popup-step-00.container-popup {
	bottom: auto;
	top: auto;
}

.background-popup #popup-step-02.container-popup {
	bottom: auto;
	top: auto;
}

.close-popup {
	position: absolute;
	top: 25px;
	  right: 30px;
	  font-size: 26px;
	  z-index: 999;
	  
	background-color: #1a1a1a;
	  background-color: var(--color-omis-black);
	  cursor: pointer;
	  height: 1.25rem;
	  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIzLjEgMy4yIDIxIDEuMWwtOSA5LTktOUwuOSAzLjIgOS43IDEyIC45IDIwLjggMyAyMi45bDktOSA5IDkgMi4xLTIuMS04LjgtOC44eiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);
	  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIzLjEgMy4yIDIxIDEuMWwtOSA5LTktOUwuOSAzLjIgOS43IDEyIC45IDIwLjggMyAyMi45bDktOSA5IDkgMi4xLTIuMS04LjgtOC44eiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);
	  -webkit-mask-position: center;
	  mask-position: center;
	  -webkit-mask-repeat: no-repeat;
	  mask-repeat: no-repeat;
	  -webkit-mask-size: 98%;
	  mask-size: 98%;
	  -webkit-transition: -webkit-transform .2s ease-out;
	  transition: -webkit-transform .2s ease-out;
	  transition: transform .2s ease-out;
	  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
	  width: 1.25rem;
	  z-index: 15;
}

.close-popup:hover {
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.back-popup:hover {
-webkit-transform: scale(1.1);
  transform: scale(1.1);	
}

.back-popup {
position: absolute;
  top: 11px;
  left: 20px;
  font-size: 36px;
  z-index: 999;
}

.back-popup:hover {
	cursor: pointer;
}

.background-popup .container-popup {
	max-width: 900px;
	width: 100%;
	margin-left: -450px;
	left: 50%;
	overlay: auto;
	display: flex;
	background-color: #fff;
	position: absolute;
	padding: 40px;
	flex-direction: column;
	overflow: auto;
	  bottom: 40px;
	  top: 40px;
	 border-radius: 1.875rem;
}

#popup-step-lingua .header-popup .title-popup {
	text-align: left;
	font-size: 1.875rem;
	margin-bottom: 40px;
}


.background-popup .container-popup#popup-step-lingua {
	bottom: auto;
	top: auto;
	padding: 6rem;
}


#popup-step-lingua .wpml-ls-current-language {display: none!important;}


#popup-step-lingua .wpml-ls-item a span {
color: #1a1a1a;
  color: var(--color-omis-black);
  font-family: Hind,sans-serif;
  font-family: var(--font-hind);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

#popup-step-lingua .wpml-ls-item .wpml-ls-link {
grid-area: title;
  height: auto;
  padding: 1.875rem 0;
  position: relative;
  width: 100%;
  text-decoration: none;
}

#popup-step-lingua .wpml-ls-item .wpml-ls-display {
	display: none;
}

#popup-step-lingua .wpml-ls-item {
	
	  border-top: 1px solid #c9c9c9;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  height: auto;
		  position: relative;
		  width: 100%;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between;
		  -webkit-box-align: start;
		  -ms-flex-align: start;
		  align-items: flex-start;
		  background-color: transparent;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  cursor: pointer;
		  gap: 4rem;
		  -webkit-transition: background-color .35s cubic-bezier(.33,1,.68,1) 0s;
		  transition: background-color .35s cubic-bezier(.33,1,.68,1) 0s;
		  -webkit-transition: background-color .35s var(--out-cubic-timing-function) 0s;
		  transition: background-color .35s var(--out-cubic-timing-function) 0s;
}


.header-popup {
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.header-popup .title-popup {
	margin-bottom: 10px;
}

#popup-step-00 .body-popup {margin-top: 20px;}

#popup-step-03 .body-popup {margin-top: 20px;}

.body-popup .button-scelta-form {
	padding: 0 30px;
	background-color: #001CA8;
	height: 100px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	border: 2px solid #001CA8;
	font-size: 1rem;
	  font-weight: 600;
	  line-height: 1.25rem;
	font-family: Poppins,sans-serif;
}

.body-popup .button-scelta-form:hover {
	background-color: #fff;
	color: #001CA8;
	cursor: pointer;
}

.background-popup #popup-step-03.container-popup {
	top: auto;
	bottom: auto;
}

#popup-step-02 .body-popup {
  margin-top: 20px;
}




@media screen and (max-height: 1000px) {
	
	.background-popup #popup-step-02.container-popup {top: 40px; bottom:40px;}
	
	.background-popup #popup-step-03.container-popup {top: 40px; bottom:40px;}
	
}

@media screen and (max-width: 950px) {

	.background-popup .container-popup {bottom: auto;
		  top: auto;
		  left: 10px;
		  width: auto;
		  margin: auto;
		  right: 10px;
	 }
	 
	#popup-step-01 {top: 10px; bottom: 10px;}
	
	#popup-step-02 {top: 10px; bottom: 10px;}

	.body-popup .button-scelta-form {margin-bottom: 20px;}
	 
}

@media screen and (max-width: 768px) {
	
	.header-popup .title-popup {line-height: 2.5rem;}
	
	.background-popup #popup-step-02.container-popup {top: 20px; bottom:20px;}
	
	.background-popup #popup-step-03.container-popup {top: 20px; bottom:20px;}
	
	.background-popup #popup-step-01.container-popup {top: 20px; bottom:20px;}
	
}



