.addressCard{background:var(--address-background);display:flex;flex-direction:column;gap:10px;max-width:366px;min-height:300px;padding:28px 32px;width:100%}.addressCard__modal{--secondaryColor:#fff}.addressCard__modal .modal__content{height:100%}.addressCard a{align-items:center;display:flex;gap:8px;text-decoration:none}.addressCard a svg path{transition:fill .3s ease}.addressCard a:hover svg path{--iconColor:red}.addressCard__icon{height:24px;width:24px}.addressCard__name{color:var(--primaryColor);font-size:22px;font-weight:600;height:110px;line-height:27.5px;text-align:left}.addressCard__address,.addressCard__phone,.addressCard__web{color:var(--fourthColor);font-size:16px;font-weight:400;line-height:22.4px;text-align:left}.addressCard__way{color:var(--thirthColor);cursor:pointer;font-size:16px;font-weight:400;line-height:20px;text-align:left}.addressCard__bottom{display:flex;flex-direction:column;gap:12px;margin-top:auto}@media (max-width:1500px){.addressCard__name{height:83px}}@media (max-width:1024px){.addressCard{height:222px;max-width:100%}.addressCard__modal{padding:0}.addressCard__name{font-size:16px;height:auto}.addressCard__modal .modal__container{max-width:100%}.addressCard{height:264px}}
