#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9999;
  display:none;
  background:rgba(0,0,0,0.7);
  width:100%; height:100%
}  

#boxes {
	/*background:url('../img/bg-popup.webp') no-repeat;*/
	background-size: cover;
    background-position: center left;
	color:#000;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	/*width: 50%;*/    width: auto;
	margin: 0 auto;
	padding: 30px;
	display:none;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50px;
}


#boxes  p{
	font-size: 20px;
    text-align: center;
    color: #000;
    font-family: "Jost", sans-serif;
}
#boxes .btn-link{ 
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top:30px
}
#boxes img{ margin:0 auto 20px; max-width:100%; display:block}
#boxes .btn-link a.link{
	border: 1px solid #979899;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
	font-weight: 700;
	color: #fff; 
	cursor: pointer;
}

#boxes .btn-link:hover{
	text-decoration:none;
}

#boxes .btn-link a.link:hover{ text-decoration:none; background: #fff; color: #000;}

.logo-popup-homeintro{
	text-align: center;
	margin-bottom: 50px;
}
#homeintro_close{
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #000;
    cursor: pointer;
}
#homeintro_close:hover {
    color: #000;
}
.footer_homeintro_popup {
    text-align: center;
	margin-top: 50px;
}
@media (min-width: 992px){
	#boxes{
		min-height: 395px;
	}
}
@media (max-width: 767px){
	#boxes{
		width: 90%;
	}
}
