.contacts-list{display:grid;grid-template-columns:repeat(2, 1fr) auto;gap:70px;margin-bottom:92px}@media screen and (max-width: 1500px){.contacts-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 768px){.contacts-list{grid-template-columns:100%;gap:30px}}@media screen and (max-width: 480px){.contacts-list{margin-bottom:48px}}@media screen and (max-width: 1500px){.contacts-item:nth-child(3){grid-column:2 span}}@media screen and (max-width: 768px){.contacts-item:nth-child(3){grid-column:auto}}.contacts-item__title{margin-bottom:30px}@media screen and (max-width: 480px){.contacts-item__title{margin-bottom:24px}}.contacts-item__prop{display:flex;align-items:flex-start;text-decoration:none}.contacts-item__prop:not(:last-child){margin-bottom:12px}@media screen and (max-width: 480px){.contacts-item__prop:not(:last-child){margin-bottom:6px}}.contacts-item__prop[href]:hover{color:#d70026}.contacts-item__prop-icon{font-size:16px;color:#d70026;display:block;margin-right:25px;line-height:32px;width:16px}.contacts-warning{display:flex;align-items:center;margin-bottom:32px}@media screen and (max-width: 480px){.contacts-warning{margin-bottom:48px;flex-direction:column;align-items:flex-start}}.contacts-warning::before{content:'!';width:54px;height:54px;border:1px solid #d70026;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-right:51px;font-size:28px;line-height:120%;color:#d70026}@media screen and (max-width: 480px){.contacts-warning::before{width:36px;height:36px;font-size:18px;margin-right:0;margin-bottom:12px}}.contacts-address{margin-bottom:58px}@media screen and (max-width: 480px){.contacts-address{margin-bottom:32px}}.contacts-address__title{margin-bottom:30px}@media screen and (max-width: 480px){.contacts-address__title{margin-bottom:12px}}.contacts-map{height:765px}@media screen and (max-width: 1024px){.contacts-map{height:460px}}@media screen and (max-width: 480px){.contacts-map{height:300px}}
