.info-column {
flex: 0 0 45%; display: flex;
flex-direction: column;
}
.section-desc {
color: var(--text);
font-family: var(--tilda-sans);
margin-bottom: 24px;
max-width: 400px;
font-size: 16px;
}
.page-title {
margin-bottom: 20px !important;
} .details-grid {
display: grid;
grid-template-columns: 1fr 1fr; row-gap: 30px;
column-gap: 20px;
margin-bottom: 40px;
}
.detail-title {
font-size: 18px;
font-weight: 400;
color: var(--gray_3, #A9A9A9);
margin-bottom: 15px;
} .social-links a,
.contact-link,
.address-text {
display: block;
color: var(--purple_dark, #272630);
text-decoration: none;
font-size: 16px;
margin-bottom: 10px;
border-bottom: 1px solid var(--purple_dark, #272630);
width: fit-content;
font-style: normal;
transition: opacity 0.2s;
font-family: var(--tilda-sans);
}
.contact-link {
white-space: nowrap;
} .social-links {
display: flex;
gap: 10px;
}
.social-links a {
display: inline-block;
white-space: nowrap;
}
.address-text {
border-bottom: none; line-height: 110%;
}
.contact-link:hover,
.social-links a:hover {
opacity: 0.7;
border-bottom-color: transparent;
} .map-column {
flex: 1; position: relative;
border-radius: 8px;
overflow: hidden;
min-height: 400px;
}
.map-placeholder img {
width: 100%;
height: 100%;
object-fit: cover; filter: grayscale(100%) contrast(90%);
}
.details__wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
}
@media (max-width: 1024px) {
.details-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 900px) {
.container {
flex-direction: column;
}
.info-column {
flex: auto;
width: 100%;
}
.details-grid {
grid-template-columns: 1fr; gap: 30px;
}
.map-column {
min-height: 300px;
}
}
@media (max-width: 576px) {
.details__wrapper {
grid-template-columns: 1fr;
}
.social-links {
flex-wrap: wrap;
}
}.contact-section {
padding: 80px 0;
background-color: var(--white);
}
.contact-wrapper {
display: flex;
justify-content: space-between;
gap: 60px;
}
.contact-content {
flex: 2;
max-width: 820px;
}
.contact-images {
flex: 1;
position: relative;
min-height: 500px;
}
.section-subtitle {
font-family: var(--tilda-sans) !important;
color: var(--text, #514F5C);
font-family: "Tilda Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 110%;
margin-bottom: 20px;
} .cf7-custom-form {
width: 100%;
}
.form-row-2-col {
display: flex;
gap: 30px;
margin-bottom: 30px;
}
.form-field {
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 30px; } .form-field label {
font-family: var(--tilda-sans);
color: var(--purple_dark, #272630);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 110%;
margin-bottom: 10px;
} .form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field textarea {
width: 100%;
border: none;
border-bottom: 1px solid #D1D1D1; background: transparent;
padding: 10px 0;
font-family: var(--font-secondary);
font-size: 14px;
color: var(--text);
transition: border-color 0.3s;
border-radius: 0; } .form-field ::placeholder {
color: #C4C4C4; } .form-field input:focus,
.form-field textarea:focus {
outline: none;
border-bottom-color: var(--color-purple-dark);
} .form-field textarea {
height: 79px !important; resize: none;
} .form-checkbox {
margin-bottom: 40px;
font-family: var(--font-secondary);
font-size: 12px;
color: var(--text);
display: flex;
align-items: center;
}
.form-checkbox input[type="checkbox"] {
accent-color: var(--color-purple); margin-right: 10px;
transform: scale(1.2);
}
.form-submit {
max-width: 280px;
} .form-submit input[type="submit"] {
background: transparent;
border-radius: 2px;
border: 1px solid var(--gray);
color: var(--purple_dark);
text-align: center;
font-family: Involve;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
transition: all 0.3s ease;
padding: 14px;
width: 100%;
cursor: pointer;
}
.form-submit input[type="submit"]:hover {
border-radius: 2px;
background: var(--purple_dark);
color: var(--white);
text-align: center;
font-family: Involve;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 120%;
transition: all 0.3s ease;
}
.img-back {
position: absolute;
top: 0;
right: 0;
width: 80%;
height: 90%;
overflow: hidden;
}
.img-back img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-front {
position: absolute;
bottom: 0;
left: 0;
width: 50%; height: 250px;
border: 5px solid var(--color-white); overflow: hidden;
z-index: 2;
}
.img-front img {
width: 100%;
height: 100%;
max-width: 180px;
object-fit: cover;
}
.contact-section .container {
padding-right: 0;
}
@media (max-width: 992px) {
.img-back {
position: static !important;
width: 100%;
max-height: 400px;
height: auto;
}
.contact-wrapper {
flex-direction: column-reverse;
}
.contact-images {
min-height: auto;
}
.img-front {
display: none;
}
.img-back img {
width: 100%;
height: 100%;
object-fit: cover;
}
}