.contacts-page{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.contacts-page .container,.contacts-page-content{width:100%}.contacts-page-content>.contact:first-of-type>.contact__item:first-child{padding-top:0}.contacts-page-content ul li{margin-bottom:0}.contacts-page-title{margin-bottom:3.5rem}@media (max-width:62rem){.contacts-page-title{margin-bottom:2rem}}.contact{display:flex;flex-direction:column}.contact__item{width:100%;display:flex;align-items:flex-start;border-bottom:1px solid #ccc;padding-top:1.5rem;padding-bottom:1.5rem}.contact__person{max-width:25rem;min-width:25rem;display:flex;gap:1.5rem;margin-right:8rem}.contact__image{width:7.75rem;height:7.75rem;object-fit:cover}.contact__info{display:flex;flex-direction:column}.contact__name{font-size:1.125rem;line-height:1.75rem;font-weight:400}.contact__job{color:var(--grey-text-dark)}.contact__details{width:100%;max-width:48rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.contact__container{display:flex;flex-direction:column}.contact__label{color:var(--grey-text-dark);font-size:.813rem;line-height:1.125rem;margin-bottom:.25rem;display:block}.contact__value{line-height:1.5rem;word-break:break-word;display:block}@media (max-width:73rem){.contact__person{max-width:100%}.contact__item{flex-direction:column;align-items:flex-start}.contact__details{gap:1rem}.contact__person{margin-right:0}.contact__image{width:4.25rem;height:4.25rem}.contact__details{padding-left:5.725rem}}@media (max-width:62rem){.contact__person{max-width:none;min-width:0;width:100%}.contact__name{font-size:.813rem;line-height:1.125rem}.contact__job{font-size:.625rem;line-height:.875rem}.contact__value{font-size:.813rem;line-height:1.125rem}.contact__label{font-size:.625rem;line-height:.875rem}}@media (max-width:35rem){.contact__details{flex-direction:column;align-items:flex-start;padding-left:0}.contact__container{margin-top:1.5rem}.contact__details{gap:0}.contact__item:not(:last-child) .contact__person{margin-bottom:1rem}}.contact-block{width:100%;padding-bottom:4rem;padding-top:4rem}.contact-block__title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:24px}.contact-block__title{font-size:2.375rem;line-height:2.5rem;font-weight:400;word-break:break-word}.contact-block__content{display:flex;flex-direction:column}@media (max-width:62rem){.contact-block{padding-bottom:2.5rem;padding-top:2.5rem}.contact-block__title{font-size:1.25rem;line-height:1.5rem}}