.contact-block__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.map-holder{height:100%}.contact-block .holder{display:grid;grid-template-columns:repeat(2,1fr);width:100%;padding-bottom:20px;border-bottom:1px solid var(--stroke-light)}.contact__info{display:flex;flex-direction:column;gap:20px}.contact-block .phones,.contact-block .emails,.contact-block .address{display:flex;flex-direction:column;gap:15px}.contact-block .p4 p,.contact-block .p4{font-size:clamp(.875rem,.85rem + .125vw,1rem);line-height:100%;font-weight:500;color:var(--lighttext)}.contact-block .p4 p{line-height:110%}@media (max-width:1000px){.contact-block__wrapper{grid-template-columns:repeat(1,1fr)}.map__holder{height:300px}}@media (max-width:400px){.contact-block .holder{grid-template-columns:repeat(1,1fr);gap:20px}}