.contacts-main__wrapper{display:flex;flex-direction:column;background-color:#eee1c5;align-items:stretch}@media screen and (min-width: 990px){.contacts-main__wrapper{display:grid;grid-template-columns:1fr 1fr}}@media screen and (min-width: 1400px){.contacts-main__wrapper{display:flex;flex-direction:row}}.contacts-main__content{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:32px 16px;flex-shrink:0;align-items:center}@media screen and (min-width: 1200px){.contacts-main__content{align-items:flex-start;padding:56px 80px}}.contacts-main__img{display:flex;height:100%;width:100%}@media screen and (max-width: 989.98px){.contacts-main__img{flex-shrink:0;max-width:774px}}.contacts-main__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contacts-main__item{display:flex;flex-direction:column;gap:16px;max-width:426px}@media screen and (max-width: 989.98px){.contacts-main__item{align-items:center;justify-content:center;text-align:center}}.contacts-main__item-title{margin:0;display:flex;align-items:center;gap:8px;font-size:600;font-weight:16px;color:#433f35}.contacts-main__item-title svg{width:16px;height:16px}.contacts-main__item-text{font-size:16px;line-height:24px}.contacts-main__item-text *{margin:0;margin-bottom:8px;font-family:var(--font-body-family)}.contacts-main__item-text *:last-child{margin-bottom:0}.contacts-main__item-text a{font-size:16px;line-height:24px;text-decoration:unset;color:#7e6262}.contacts-main__item-text p:last-child{font-size:14px}.contacts-main__button{width:-moz-fit-content;width:fit-content;min-width:210px;margin:0 auto}@media screen and (min-width: 990px){.contacts-main__button{margin-left:unset}}