.contacts{display:flex;flex-direction:column;gap:16px}.contacts__item{display:flex;flex-direction:column;gap:8px;padding:24px 20px}.contacts__ico{width:56px;height:56px;margin-bottom:24px;background-color:var(--color-white);border-radius:12px;display:flex;align-items:center;justify-content:center}.bg-white .contacts__ico{background-color:var(--color-grey-scale-100)}.contacts__ico .icon-svg{max-width:27px;max-height:27px}.contacts__graph{display:flex;width:100%;max-width:400px;margin:0 auto;align-items:flex-end;justify-content:space-between}.contacts__graph-col{flex:0 0 20px;width:20px;display:flex;flex-direction:column;gap:8px}.contacts__graph-label{text-align:center;font-size:14px;font-weight:500}.contacts__graph-value{height:154px}.contacts__graph-value--xl{height:180px;background-color:#710f62}.contacts__graph-value--l{height:104px;background-color:#961482}.contacts__graph-value--m{height:74px;background-color:#b0429d}.contacts__graph-value--s{height:44px;background-color:#dba6d1}.contacts__graph-value--xs{height:34px;background-color:#dba6d1}.contacts__link{display:block;padding:8px 0;line-height:115%;font-weight:500;color:var(--color-primary);text-decoration:none}.contacts__link--large{font-size:24px;font-weight:700}@media(min-width:750px){.contacts{flex-direction:row;flex-wrap:wrap;gap:24px}.contacts__item{flex:0 0 calc(50% - 12px)}.contacts__item--full{flex:0 0 100%;flex-direction:row;align-items:center}.contacts__item--full .contacts__cta{margin-left:auto}.contacts__head{display:flex;align-items:center;gap:24px}.contacts__ico{margin-bottom:0}.contacts__graph-col{flex:0 0 24px;width:24px}.contacts__graph-value--xs{height:33px}.contacts__graph-value--s{height:45px}.contacts__graph-value--m{height:59px}.contacts__graph-value--l{height:79px}.contacts__graph-value--xl{height:132px}.contacts__graph-label{font-size:16px;height:24px}.contacts__link{font-size:18px}.contacts__link--large{font-size:32px}.contacts__phones{margin-top:auto}}
