.contacts-wrapper{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;background-color:#e8f0f6;border-radius:24px;padding:24px}@media(min-width:1024px){.contacts-wrapper{grid-template-columns:repeat(2,1fr);gap:32px;padding:0;border-radius:0;background-color:transparent}}.contacts-cell{display:flex;flex-direction:column;padding-bottom:24px;border-bottom:1px solid #d5d5d5}.contacts-cell:last-child{border-bottom:unset;padding-bottom:0}@media(min-width:1024px){.contacts-cell{padding:24px;gap:40px;border-bottom:unset;background-color:#e8f0f6;border-radius:24px}.contacts-cell:last-child{grid-column-start:1;grid-column-end:3;padding-bottom:24px}}.contacts-cell__icon{display:none}@media(min-width:1024px){.contacts-cell__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background-color:#5078c0;border-radius:10px}}.contacts-cell__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;gap:20px}.contacts-cell__name{font-size:18px;line-height:32px;font-weight:600}.contacts-cell__text{font-size:16px;line-height:24px;color:#474747}.contacts-cell__link{font-weight:500;font-size:16px;line-height:24px;color:#000}.contacts-cell__link:hover{text-decoration:underline}.contacts-cell__socials{display:flex;align-items:center;justify-content:flex-start;gap:20px}.contacts-cell__social{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;transition:.2s}.contacts-cell__social:hover{transform:scale(1.06)}.contacts-cell__social:active{transform:scale(.95)}.map{padding:16px;border-radius:8px;box-shadow:0 1px 3px #0a0d121a;background-color:#fff;border:1px solid #e9eaeb}.map iframe{width:100%;height:100%;border-radius:8px;overflow:hidden;min-height:calc(100svh - var(--header-height) - 100px)}@media(min-width:1024px){.map{border-radius:24px}.map iframe{min-height:100%}}
