.contacts{display:flex;flex-direction:column;width:100%;gap:48px 0}.contacts-g{width:100%}.contacts-g__title{font-size:24px;font-weight:bold;margin-bottom:12px}.contacts-g__title *{font-size:inherit;font-weight:inherit;margin-top:0;margin-bottom:0}.contacts-g__list{display:flex;flex-wrap:wrap;width:100%;gap:24px}.contacts-g__box{width:calc((100% - 48px)/3)}@media(max-width: 992px){.contacts-g__box{width:calc((100% - 24px)/2)}}@media(max-width: 575px){.contacts-g__box{width:100%}}.contacts-g-item{width:100%;height:100%;border:1px solid #dbdbdb;padding:24px}.contacts-g-item__title{font-weight:bold;margin-bottom:6px}/*# sourceMappingURL=contacts.css.map */