#contact.p2410{
background:#FFF;
position:relative;
}

.p2410-language-list{
background-color: rgba(0, 0, 0, 0.6);
line-height: 1.25;
font-size: 1.4rem;
display: flex;
align-items: center;
justify-content: center;
min-height: 350px;	
}

.p2410-language-item{
flex:1;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;	
}

.p2410-language-item svg{
width:100px;
height:100px;
}

.p2410-language-item button{
font-weight: normal;
letter-spacing: 1px;
text-align: center;
text-transform: none;
display: inline-block;
cursor: pointer;
touch-action: manipulation;
white-space: nowrap;
outline: none; 
text-shadow: none;
border-radius: 0.25rem;
text-decoration: none;
line-height: 1;
padding: 0.75rem 2rem;
transition: all 0.3s ease;
background-color: #fff;
color: #000;
border: 2px solid #000;	
}

.p2410-button-back{
margin-bottom: 1.5rem;	
}

.p2410-button-back a{
font-weight: normal;
letter-spacing: 1px;
text-align: center;
text-transform: none;
display: inline-block;
cursor: pointer;
touch-action: manipulation;
white-space: nowrap;
outline: none;
text-shadow: none;
border-radius: 0.25rem;
text-decoration: none;
line-height: 1;
padding: 0.5rem 1.5rem;
transition: all 0.3s ease;
background-color: #fff;
color: #000;
border: 2px solid #000;	
}

.p2410-button-back a svg{
width: 20px;
height: 20px;
}

.p2410-service-selection{
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 2rem;	
}

.p2410-single-service{
cursor:pointer;
box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
padding: 10px;
background:#FFF;
text-align:center;
transition:all .2s;
}
.p2410-single-service:hover{
box-shadow: 0 1px 5px rgba(0, 0, 0, .25), 0 -1px 5px rgba(0, 0, 0, .125);
}

.p2410-single-service-image{
display: flex;
align-items: center;
justify-content: center;
height: 150px;
overflow: hidden;
}

.p2410-single-service-image img{
width: 100%;
height: 100%;
object-fit: cover;
max-width: none;
max-height: none;
}

.p2410-single-service-title{
margin-top: 5px;
font-size: 16px;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;	
}

.p2410-has-loading{
position:relative;	
}

.p2410-loading{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9);
display: flex;
align-items: center;
justify-content: center;	
}

.p2410-loading svg{
width: 50px;
height: 50px;
}

@media screen and (max-width: 782px)
{
	.p2410-service-selection{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}