@media(max-width:575.92px){.footer__nav:first-child{grid-area:1/1/2/2}.footer__nav:nth-child(2){grid-area:1/2/2/3}.footer__nav:nth-child(3){grid-area:2/1/3/3}}.footer__social-item{border:1px solid hsla(0,0%,100%,.4)}.footer__social-item--footer-tg{color:#2aa1da}.footer__social-item--footer-wp{color:#65bc54}.footer__social-item--footer-vk{color:#6695bd}.footer__social-item--footer-fb{color:#194385}@media(any-hover:hover){.footer__social-item:hover{background-color:currentColor;border-color:currentColor;opacity:1}}.modal{position:fixed;width:100%;height:100%;display:grid;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);padding:.625em;transition:background-color .1s;grid-template-columns:auto minmax(0,1fr) auto;-webkit-overflow-scrolling:touch;overflow-y:auto;background-color:rgba(0,0,0,.8);will-change:transform,visibility,opacity}.modal__dialog{display:grid;grid-column:2;grid-template-columns:minmax(0,100%);grid-row:2;place-self:center center}