.contacts-page{width:100%;padding:70px 0 90px}.contacts-page__inner{background-color:#fff;border-radius:6px;width:80%;margin:0 auto;padding:44px 48px 50px;box-shadow:0 5px 10px #0003}.contacts-page__head{text-align:center;margin-bottom:34px}.contacts-page__head h1{color:#5029bc;margin-bottom:8px;font-size:2.8rem;font-weight:700}.contacts-page__head p{color:#555;font-size:1.6rem}.contacts-page__grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.contacts-page__item{text-align:center;background:#f8f9ff;border:1px solid #ececf4;border-radius:6px;min-height:190px;padding:26px 18px 24px}.contacts-page__icon{fill:#5029bc;width:3.7rem;height:3.7rem;margin-bottom:14px}.contacts-page__item h2{color:#000;margin-bottom:10px;font-size:1.7rem;font-weight:700}.contacts-page__item p{color:#111;margin:2px 0;font-size:1.45rem;line-height:1.45}.contacts-page__item a{color:#111;text-decoration:none}.contacts-page__item a:hover{color:#5029bc}.contacts-page__actions{justify-content:center;margin-top:34px;display:flex}.contacts-page__button{color:#fff;background:#5029bc;border-radius:5px;padding:13px 22px;font-size:1.7rem;font-weight:700;text-decoration:none;transition:all .3s}.contacts-page__button:hover{background:#42476c}@media (max-width:1050px){.contacts-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.contacts-page{padding:40px 0 60px}.contacts-page__inner{width:90%;padding:34px 28px 40px}}@media (max-width:560px){.contacts-page__grid{grid-template-columns:1fr}.contacts-page__head h1{font-size:2.4rem}}
