<style>
/* Contacts block (standalone) */
.bx-contacts {
font-family: Arial, Helvetica, sans-serif;
color: #1f1f1f;
background: #fff;
border: 1px solid #eee;
border-radius: 6px;
overflow: hidden;
}
.bx-contacts__item {
display: grid;
grid-template-columns: 1fr 220px 260px;
gap: 24px;
padding: 22px 26px;
border-bottom: 1px solid #efefef;
background: #fff;
transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
position: relative;
}
.bx-contacts__item:last-child {
border-bottom: 0;
}
/* Hover highlight like in your example */
.bx-contacts__item:hover {
background: #f6f6f8;
box-shadow: 0 10px 28px rgba(0,0,0,.10);
z-index: 2;
}
.bx-contacts__title {
font-size: 18px;
line-height: 1.25;
margin: 0 0 10px 0;
font-weight: 500;
}
.bx-contacts__title a {
color: inherit;
text-decoration: none;
}
.bx-contacts__title a:hover {
color: #6a4df5;
}
.bx-contacts__meta {
display: flex;
flex-wrap: wrap;
gap: 18px;
align-items: center;
margin-bottom: 10px;
font-size: 12px;
letter-spacing: .04em;
text-transform: uppercase;
}
.bx-contacts__link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #6a4df5;
text-decoration: none;
}
.bx-contacts__link:hover {
text-decoration: underline;
}
.bx-contacts__pin {
width: 14px;
height: 14px;
display: inline-block;
border-radius: 50%;
background: rgba(106,77,245,.12);
position: relative;
}
.bx-contacts__pin:after {
content: "";
width: 6px;
height: 6px;
background: #6a4df5;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.bx-contacts__metro {
display: inline-flex;
align-items: center;
gap: 8px;
color: #666;
text-decoration: none;
}
.bx-contacts__m {
width: 14px;
height: 14px;
border-radius: 3px;
backg
/* Contacts block (standalone) */
.bx-contacts {
font-family: Arial, Helvetica, sans-serif;
color: #1f1f1f;
background: #fff;
border: 1px solid #eee;
border-radius: 6px;
overflow: hidden;
}
.bx-contacts__item {
display: grid;
grid-template-columns: 1fr 220px 260px;
gap: 24px;
padding: 22px 26px;
border-bottom: 1px solid #efefef;
background: #fff;
transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
position: relative;
}
.bx-contacts__item:last-child {
border-bottom: 0;
}
/* Hover highlight like in your example */
.bx-contacts__item:hover {
background: #f6f6f8;
box-shadow: 0 10px 28px rgba(0,0,0,.10);
z-index: 2;
}
.bx-contacts__title {
font-size: 18px;
line-height: 1.25;
margin: 0 0 10px 0;
font-weight: 500;
}
.bx-contacts__title a {
color: inherit;
text-decoration: none;
}
.bx-contacts__title a:hover {
color: #6a4df5;
}
.bx-contacts__meta {
display: flex;
flex-wrap: wrap;
gap: 18px;
align-items: center;
margin-bottom: 10px;
font-size: 12px;
letter-spacing: .04em;
text-transform: uppercase;
}
.bx-contacts__link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #6a4df5;
text-decoration: none;
}
.bx-contacts__link:hover {
text-decoration: underline;
}
.bx-contacts__pin {
width: 14px;
height: 14px;
display: inline-block;
border-radius: 50%;
background: rgba(106,77,245,.12);
position: relative;
}
.bx-contacts__pin:after {
content: "";
width: 6px;
height: 6px;
background: #6a4df5;
border-radius: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.bx-contacts__metro {
display: inline-flex;
align-items: center;
gap: 8px;
color: #666;
text-decoration: none;
}
.bx-contacts__m {
width: 14px;
height: 14px;
border-radius: 3px;
backg