#head { display: none; }
#head .wrapper { display: flex; align-items: center; justify-content: center; }
#head .contents { padding-right: 60px; }
#head .opening_hours { padding: 20px 0; font-size: 20px; }
#head .map { min-width: 40%; }
#head .map iframe { width: 100%; height: 450px; border: 0; border-radius: 20px; margin-bottom: 20px; }
#head .map .contacts > div { display: flex; align-items: center; justify-content: flex-end; padding: 10px 0; font-size: 20px; }
#head .map .contacts > div:before { content: " "; display: block; -webkit-mask-repeat: no-repeat !important; -webkit-mask-size: 30px 30px !important; background: white; width: 30px; height: 30px; padding-right: 10px; }
#head .map .contacts .phone:before { -webkit-mask: url('/libraries/Feather/phone.svg'); }
#head .map .contacts .email:before { -webkit-mask: url('/libraries/Feather/mail.svg'); }
#head .map .contacts .location:before { -webkit-mask: url('/libraries/Feather/map-pin.svg'); }
#form .wrapper { max-width: 660px; margin: auto; }

.location-wrapper { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 16px; padding: 80px 0; }
.location-wrapper .location { padding: 0 20px; flex: 1 1 calc(33.333% - 16px); min-width: 400px; max-width: 500px; height: 100px; display: flex; align-items: center; justify-content: flex-start; background: rgba(255,255,255,0.1); backdrop-filter: blur(2px); box-shadow: 0 0 10px rgba(0,0,0,0.6); border-radius: 10px; overflow: hidden; font-size: 24px; cursor: pointer; transition: 0.25s; text-align: left; }
.location-wrapper .location h3 { font-size: 24px; }
.location-wrapper .location p { margin: 0; font-size: 16px; }
.location-wrapper .location .chevron { width: 60px; height: 60px; border-radius: 100%; background: white; display: flex; align-items: center; justify-content: center; margin: 0 20px 0 auto; }
.location-wrapper .location .chevron:before { content: " "; -webkit-mask: url('/libraries/Feather/chevron-right.svg'); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 44px 44px; background: gray; width: 44px; height: 44px; }
.location-wrapper .location:hover { box-shadow: 0 0 15px rgba(0,0,0,0.8); background: rgba(255,255,255,0.2); }
.location-wrapper .location.selected { background: var(--purple); }

@media (max-width: 1440px) {
#head .wrapper { padding: 0 60px; }
#head .opening_hours { font-size: 18px; }
#head .map .contacts > div { padding: 10px 0; font-size: 18px; }
#head .map .contacts > div:before { -webkit-mask-size: 20px 20px !important; width: 20px; height: 20px; padding-right: 10px; }
}

@media (max-width: 1280px) {
#head .wrapper { padding: 0; flex-wrap: wrap; }
#head .opening_hours .row { padding: 2px 0; }
#head .opening_hours .col6 { flex: 0 0 50%; max-width: 50%; }
#head .map { min-width: initial; width: 100%; }
#head .map .contacts > div { justify-content: flex-start; }
#head .contents { padding-right: 0px; }
#form .container { padding-bottom: 20px; }
.location-wrapper .location h3 { font-size: 20px; }
.location-wrapper .location p { font-size: 14px; margin: 0; padding: 0; }
.location-wrapper .location { height: 80px; min-width: 100%; max-width: 100%; }
}

@media (max-width: 1024px) {
#form .col6:nth-child(2) { padding: 20px 12px 0; }
}
