.contacts{display:flex;align-items:center;padding:10px;height:100%;width:100%}.contacts-info{font-size:16px;margin-left:10px;z-index:1}.contacts-info span{font-weight:700}@media(max-width:1200px){.contacts-info{display:flex;flex-direction:column;justify-content:flex-start;height:50vh}}@media(max-width:700px){.contacts-info{justify-content:center;padding-bottom:40px}}.contacts-bg{height:80vh;width:85%;position:absolute;bottom:0;right:0;background:url(/_next/static/media/contact-page.bd392b5c.png) bottom no-repeat;background-size:contain}@media(max-width:700px){.contacts-bg{height:50vh;width:100%}}@media(min-width:701px)and (max-width:1200px){.contacts-bg{height:50vh;width:100%}}.contacts-bg-desktop{height:80vh;width:85%}.contacts-bg-desktop-ant-left,.contacts-bg-desktop-ant-right,.contacts-bg-desktop-body,.contacts-bg-desktop-eye{position:absolute;bottom:0;object-fit:contain;max-height:80vh;width:85%}.contacts-bg-desktop-eye{animation:eyeAnimation 3s infinite;animation-delay:5s}@media(max-width:1200px){.contacts-bg-desktop{display:none}}.contacts-bg-body{height:80vh;width:85%;position:absolute;bottom:0;right:0;background:url(/_next/static/media/contact-page.bd392b5c.png) bottom no-repeat;background-size:contain}@media(max-width:1200px){.contacts-bg-body{display:none}}.contacts-bg-eye{height:80vh;width:85%;position:absolute;bottom:0;right:0;background:url(/_next/static/media/contact_eye.7624dda8.png) bottom no-repeat;background-size:contain;transition:all}@media(max-width:1200px){.contacts-bg-eye{display:none}}.contacts-image{position:absolute;right:0;bottom:0}@media(max-width:1200px){.contacts{flex-direction:column;justify-content:center}}@keyframes eyeAnimation{0%{transform:translateX(0)}15%{transform:translateX(-25px)}30%{transform:translateX(0)}to{transform:translateX(0)}}@keyframes antLeftAnimation{0%{transform:skewY(0deg)}30%{transform:skewY(-6deg)}to{transform:skewY(0deg)}}