.coordonates {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 1rem;
padding-bottom: 3rem;
} .coordonates .site_logo {
width: clamp(134px, 22vw + 1rem, 165px);
} .address p,
.phone_hours {
font-size: min(max(1rem, 1vw), 1.5rem);
text-align: center;
} .phone,
.hours {
display: flex;
justify-content: center;
}
.phone_link {
font-weight: 700;
color: var(--main-black);
display: flex;
align-items: flex-end;
gap: .3rem;
}
.phone_link svg {
max-width: 35px;
max-height: 30px;
width: clamp(1rem, 1vw + 1rem, 1.8rem);
height: clamp(1rem, 1vw + 1rem, 2rem);
}
.hours {
text-align: center;
}
.hours br.mobile {
display: none;
} .social_element,
.social_element a {
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.social_element svg {
max-width: 64px;
max-height: 64px;
width: 80%;
height: 80%;
border-radius: 50%;
border: 1.5px solid var(--main-gold);
}
.social_element a svg,
.social_element svg path {
transition: .3s ease;
}
.social_element svg:hover path {
fill: var(--main-gold);
stroke: var(--main-gold);
}
@media all and (max-width: 900px) {
.social_element svg {
width: 70%;
height: 70%;
}
}
@media (max-width: 480px) {
.hours br.mobile {
display: block;
}
} .btoc_message {
padding: 0 2rem 1rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.2rem;
}
.btoc_message p {
text-align: center;
}
.btoc_message a {
text-decoration: underline;
white-space: nowrap;
}
.btoc_logo {
width: 100px;
}
@media (max-width: 480px) {
.btoc_message {
padding: 0 1rem 1rem;
}
}
@media (max-width: 360px) {
.btoc_message {
width: 60%;
}
}