.contacts-page{display:flex;align-items:flex-start;margin-bottom:200px}.contacts-page-item{padding:24px 32px;box-shadow:0 0 20px rgba(74,74,74,.1);background:#fff;border-radius:8px}@media(min-width:768px)and (max-width:1023px){.contacts-page-item{display:flex;gap:24px;padding:12px 16px}}@media(min-width:0)and (max-width:767px){.contacts-page-item{display:flex;gap:12px;padding:12px 16px}}.contacts-page-item__icon{width:60px;min-width:60px;aspect-ratio:1;height:auto;margin-bottom:16px;background-position:50%;background-repeat:no-repeat;background-size:contain}@media(min-width:768px)and (max-width:1023px){.contacts-page-item__icon{min-width:40px;width:40px}}@media(min-width:0)and (max-width:767px){.contacts-page-item__icon{width:32px;min-width:32px}}.contacts-page-item__label{margin-bottom:4px;color:#a9b9de;font-size:14px;font-weight:400;line-height:18px}.contacts-page-item__value{color:#444449;text-decoration:none;font-size:24px;font-weight:500;line-height:26px;transition:color .25s}.contacts-page-item__value:hover:not(div){color:#444449}@media(min-width:0)and (max-width:767px){.contacts-page-item__value{font-size:18px;line-height:22px}}.contacts-page__items{width:860px;margin-right:24px}@media(min-width:768px)and (max-width:1023px){.contacts-page__items{width:60vw}}@media(min-width:0)and (max-width:767px){.contacts-page__items{width:100%;margin-right:0}}.contacts-page__image{position:relative;width:192px;height:auto;aspect-ratio:192/200;margin-left:auto;background-position:50%;background-repeat:no-repeat;background-size:contain}@media(min-width:768px)and (max-width:1023px){.contacts-page__image{width:140px}}@media(min-width:0)and (max-width:767px){.contacts-page__image{display:none}}