.contacts-section {
background: #ffffff;
padding: 70px 0;
max-width: 1200px;
margin: 0 auto;
padding-top: 30px;
}
.contacts-title {
font-family: Montserrat, sans-serif;
font-size: 34px;
font-weight: 700;
line-height: 41px;
color: #113555;
margin: 0 0 42px 0;
}
.contacts-map-wrapper {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 7px;
height: 650px;
overflow: hidden;
background-image: url(//panel-tek.ru/wp-content/themes/panel/template-parts/home-page/contacts/contacts-1.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}  .contacts-overlay {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 32px;
width: 100%;
height: 100%;
pointer-events: none;
box-sizing: border-box;
}
.contacts-images {
display: flex;
gap: 12px;
pointer-events: none;
}
.contacts-image {
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 7px;
width: 290px;
height: 195px;
background-size: cover;
background-position: center;
filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.35));
}
.contacts-image-1 {
background-image: url(//panel-tek.ru/wp-content/themes/panel/template-parts/home-page/contacts/contacts-2.png);
}
.contacts-image-2 {
background-image: url(//panel-tek.ru/wp-content/themes/panel/template-parts/home-page/contacts/contacts-3.png);
}
.contacts-info {
display: flex;
flex-direction: column; border-radius: 7px;
box-shadow: 0px 0px 25px rgba(47, 75, 101, 0.17);
background: #ffffff;
padding: 32px;
pointer-events: auto;
box-sizing: border-box; }
.contacts-info-item {
display: flex;
align-items: flex-start;
gap: 24px;
}  .contacts-icon {
flex-shrink: 0;
width: 32px;
height: 32px;
}
.contacts-info-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 16px;
max-width: 320px;
}
.contacts-phone-group {
display: flex;
flex-direction: column;
gap: 6px;
}
.contacts-phone-number {
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0.24px;
color: #113555;
text-decoration: none;
transition: color 0.2s;
}
.contacts-phone-number:hover {
color: #ffbd45;
}
.contacts-phone-desc {
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
line-height: 18px;
color: #828282;
margin: 0;
}
.contacts-divider {
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.05);
margin: 18px 0;
}
.contacts-label {
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
line-height: 18px;
color: #828282;
margin: 0;
}
.contacts-value {
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.2px;
color: #113555;
margin: 0;
}
.contacts-callback-btn {
display: flex;
align-items: center;
justify-content: center;
margin-top: 24px;
border: none;
border-radius: 4px;
background: #ffbd45;
padding: 18px 19px;
width: 100%;
height: 50px;
font-family: "Exo", sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 13px;
letter-spacing: 0.56px;
color: #113555;
text-transform: uppercase;
cursor: pointer;
transition: background 0.2s;
}
.contacts-callback-btn:hover {
background: #ffa500;
} @media (max-width: 1024px) {
.contacts-section {
padding: 50px 0;
}
.contacts-title {
font-size: 28px;
line-height: 34px;
margin-bottom: 30px;
}
.contacts-map-wrapper {
height: 550px;
}
.contacts-overlay {
padding: 40px 20px;
}
.contacts-images {
display: none;
}
.contacts-info {
margin-left: 0;
max-width: 100%;
}
} @media (max-width: 768px) {
.contacts-section {
padding: 20px 0;
}
.contacts-title {
font-size: 24px;
line-height: 30px;
margin-bottom: 24px;
}
.contacts-map-wrapper {
height: auto;
min-height: 400px;
}
.contacts-overlay {
flex-direction: column;
justify-content: flex-end;
padding: 20px;
}
.contacts-info {
padding: 24px 20px;
width: 100%;
}
.contacts-info-item {
gap: 16px;
}
.contacts-icon {
width: 28px;
height: 28px;
}
.contacts-phone-number {
font-size: 20px;
line-height: 22px;
}
.contacts-phone-desc {
font-size: 11px;
line-height: 16px;
}
.contacts-value {
font-size: 16px;
line-height: 20px;
}
.contacts-label {
font-size: 11px;
line-height: 16px;
}
.contacts-divider {
margin: 16px 0;
}
.contacts-callback-btn {
margin-top: 16px;
padding: 16px;
height: 48px;
font-size: 13px;
}
}
@media (max-width: 480px) {
.contacts-map-wrapper {
min-height: 350px;
}
.contacts-phone-number {
font-size: 18px;
}
.contacts-value {
font-size: 14px;
line-height: 18px;
}
}