.contacts{background-color:var(--bg-light)}.contacts__title{margin-bottom:3rem}.contacts__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.9% -2rem}.contacts__cards>*{margin:0 1.9% 2rem;width:29.5333333333%}.contacts__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:2rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:.5rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background-color:var(--white)}.contacts__card-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:var(--orange);margin:0 auto 1rem}.contacts__card-ico>img{width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain}.contacts__card-title{font-family:var(--font-montserrat);font-size:max(1.125rem,14px);line-height:156%;font-weight:700;color:var(--black);margin-bottom:.5rem}.contacts__card-text{color:#4b5563;margin-bottom:.625rem}.contacts__card-text a{color:#4b5563}.contacts__card-descr{font-size:max(.875rem,12px);line-height:143%;color:#6b7280;margin-top:auto}@media (max-width:768px){.contacts__cards{margin:unset}.contacts__cards>*{margin:unset;width:100%}.contacts__card-ico{width:48px;height:48px}.contacts__card-title{font-size:16px;line-height:133%}.contacts__card:not(:last-child){margin-bottom:16px}}