.fade{position:absolute;margin-top:1rem;z-index:3;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.fade.active,.fade.is-active{opacity:1;visibility:visible}.scroll{scrollbar-width:thin;scrollbar-color:dark}.scroll::-webkit-scrollbar{width:.9rem}.scroll::-webkit-scrollbar-track{background-color:#eaeaea}.scroll::-webkit-scrollbar-thumb{background-color:#ed564b}section.contacts .contacts-grid{display:flex;justify-content:space-between;column-gap:2rem}section.contacts .contacts-grid .left-col{max-width:70rem}section.contacts .params{max-width:54rem;display:flex;flex-direction:column;row-gap:1.5rem;margin-bottom:2rem}section.contacts .params .wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:1rem}section.contacts .params .param .title{margin-bottom:.4rem;color:#898989}section.contacts .params .param a{font-size:2rem}section.contacts .params .param .socials{margin-top:.8rem;display:flex;column-gap:1rem}section.contacts .params .param .socials a{display:flex}section.contacts iframe{display:flex;margin-top:3rem;width:100%;height:auto;border-radius:3rem;aspect-ratio:1390/490}