.contacts-page{display:flex;flex-direction:column;justify-content:space-between;flex:1 0 auto}.contacts-page__wrap{padding:6rem 10rem}@media(max-width:1280px){.contacts-page__wrap{padding:3.2rem}}@media(max-width:600px){.contacts-page__wrap{padding:1.6rem}}.contacts-page__breadcrumbs{margin-bottom:3.2rem}.contacts-page__title{color:var(--black-blue);font-size:4rem;font-weight:600;margin-bottom:3.2rem}@media(max-width:600px){.contacts-page__title{font-size:2.4rem}}.contacts-page__body{display:flex;justify-content:flex-start;gap:6.4rem;color:var(--black-blue)}@media(max-width:600px){.contacts-page__body{flex-direction:column;gap:3.2rem}}.contacts-page__left-item{font-size:1.4rem;margin-bottom:3.2rem;display:flex;gap:1.6rem;align-items:center}.contacts-page__left-item img{width:2rem}.contacts-page__left-item:first-child{font-size:2rem;font-weight:600;margin-bottom:3.2rem}.contacts-page__left-item:last-child{margin-bottom:0}.contacts-page__right-item{font-size:1.4rem;margin-bottom:3.2rem;display:flex;gap:1.6rem;align-items:center}.contacts-page__right-item img{width:2rem}.contacts-page__right-item:first-child{font-size:2rem;font-weight:600;margin-bottom:3.2rem}.contacts-page__right-item:last-child{margin-bottom:0}