*{margin:0;padding:0;box-sizing:border-box;font-family:'Montserrat'}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:flex;flex-direction:column}jdiv{z-index:1 !important}.container{max-width:1340px;margin:0 auto;padding:0 60px}header{min-height:80px;background:#252525;position:sticky;top:0;width:100%;z-index:10}.header-container{height:80px;display:flex;justify-content:space-between;align-items:center}.header-container>.header-logo>a{font-family:'Swiss 721 Black Extended BT';text-decoration:none;color:#fff;font-size:2.5rem}.header-container:not(.mobile)>.header-navbar{height:100%}.header-container>.header-navbar>ul{list-style:none;height:100%;display:flex;flex-direction:row}.header-container:not(.mobile)>.header-navbar>ul>li{position:relative;transition:background .2s ease-out;padding:0 30px}.header-container:not(.mobile)>.header-navbar>ul>li:hover{background:#363636}.header-container:not(.mobile)>.header-navbar>ul>li:hover>ul{display:flex}.header-container>.header-navbar>ul>li>a{color:#fff;text-decoration:none;font-size:1.25rem;font-weight:400;line-height:normal;cursor:pointer;display:flex;align-items:center;justify-content:center;height:100%}.header-container:not(.mobile)>.header-navbar>ul>li>ul{position:absolute;top:100%;left:0;list-style:none;background:#252525;width:max-content;display:none;flex-direction:column;font-size:1.25rem}.header-container:not(.mobile)>.header-navbar>ul>li>ul>li{transition:background .2s ease-out}.header-container:not(.mobile)>.header-navbar>ul>li>ul>li:hover{background:#363636}.header-container:not(.mobile)>.header-navbar>ul>li>ul>li>a{color:#fff;text-decoration:none;padding:15px 20px;display:block}.header-navbar>ul>li:has(ul)>a:after{margin-left:3px;content:" \25BE"}footer{background:#202124;padding-top:40px;padding-bottom:30px}.footer-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:1rem}.footer-logo img{width:90px;display:block;filter:invert(1)}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links>.footer-links-title{font-family:'Swiss 721 Black Extended BT';font-size:1.25rem;color:#fff}.footer-links>ul{list-style:none;display:flex;flex-direction:column;gap:.33rem}.footer-links>ul>li>a{font-size:1rem;color:rgba(255,255,255,.5);text-decoration:none}.footer-contacts{display:flex;flex-direction:column;gap:1rem}.footer-contacts>.contact{display:flex;flex-direction:column;gap:.1rem}.footer-contacts>.contact>.contact-name{font-size:1rem;font-weight:600;font-family:'Unbounded';color:#fff;text-transform:uppercase}.footer-contacts>.contact>.contact-content,.footer-contacts>.contact>.contact-content>a{color:rgba(255,255,255,.5)}.footer-socials{display:flex;flex-direction:column;gap:.5rem}.footer-socials>.socials-title{font-size:1rem;font-weight:600;font-family:'Unbounded';color:#fff;text-transform:uppercase}.footer-socials>.social-wrapp{display:flex;flex-direction:row;align-items:center;gap:.5rem;color:rgba(255,255,255,.5);text-decoration:none}.footer-socials>.social-wrapp>.social-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:rgba(255,255,255,.2)}.footer-socials>.social-wrapp>.social-icon>img{display:block;width:60%;filter:invert(1)}.footer-copyright{grid-column:1/-1;margin-top:30px;border-top:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.33);font-size:.875rem;display:flex;justify-content:center;padding-top:1rem}.mob-menu-btn{width:30px;height:20px;position:relative;cursor:pointer;display:none}.mob-menu-btn>span{display:block;width:100%;height:0;border-top:1px solid #fff;border-bottom:1px solid #fff;background:#fff;position:absolute}.mob-menu-btn>span:nth-child(1){top:0;animation:top-close .5s forwards ease-out}.mob-menu-btn>span:nth-child(2){top:calc(50% - 1px);animation:middle-close .5s forwards ease-out}.mob-menu-btn>span:nth-child(3){bottom:0;animation:bottom-close .5s forwards ease-out}.header-container.open .mob-menu-btn>span:nth-child(1){animation:top-open .5s forwards ease-out}.header-container.open .mob-menu-btn>span:nth-child(2){animation:middle-open .5s forwards ease-out}.header-container.open .mob-menu-btn>span:nth-child(3){animation:bottom-open .5s forwards ease-out}.header-banner{padding:6px 0;background:#6495ed}.header-banner-container{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:600;gap:80px}.header-banner-link{text-decoration:none;color:#fff;padding:4px 10px;border:1px solid #fff;border-radius:4px;font-size:inherit;font-weight:400;text-align:center;transition:.3s}.header-banner-link:hover{color:#87cefa;background:#fff}@keyframes top-open{0%{top:0;transform:rotate(0)}50%{top:calc(50% - 1px);transform:rotate(0)}100%{top:calc(50% - 1px);transform:rotate(45deg)}}@keyframes middle-open{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes bottom-open{0%{bottom:0;transform:rotate(0)}50%{bottom:calc(50% - 1px);transform:rotate(0)}100%{bottom:calc(50% - 1px);transform:rotate(135deg)}}@keyframes top-close{0%{top:calc(50% - 1px);transform:rotate(45deg)}50%{top:calc(50% - 1px);transform:rotate(0)}100%{top:0;transform:rotate(0)}}@keyframes middle-close{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes bottom-close{0%{bottom:calc(50% - 1px);transform:rotate(135deg)}50%{bottom:calc(50% - 1px);transform:rotate(0)}100%{bottom:0;transform:rotate(0)}}@media (max-width:1100px){header{padding:16px 0}.header-container{flex-wrap:wrap;height:auto}.header-navbar{display:none;width:100%;padding:20px 0}.header-container>.header-navbar>ul{flex-direction:column;width:100%;gap:1em}.header-container>.header-navbar>ul>li>a{padding:0;justify-content:flex-start;width:fit-content}.header-container.mobile>.header-navbar>ul>li>ul{list-style:none;background:#252525;padding-top:10px;padding-left:30px;width:max-content;display:none;flex-direction:column;font-size:1.25rem;gap:.75em}.header-container.mobile>.header-navbar>ul>li>ul.show{display:flex}.header-container.mobile>.header-navbar>ul>li>ul>li>a{color:#fff;text-decoration:none}.mob-menu-btn{display:block}}@media (max-width:900px){.footer-logo{display:none}.footer-container{grid-template-columns:1fr 1fr 1fr;column-gap:30px}}@media (max-width:760px){.footer-logo{display:none}.footer-logo{display:block}.footer-container{grid-template-columns:1fr;row-gap:30px}}@media (max-width:600px){.container{padding:0 20px}header{min-height:60px;padding:13.2px 0}.header-container>.header-logo>a{font-size:1.75rem}.header-navbar{padding:16px 0}.header-container>.header-navbar>ul{gap:10px}.header-container>.header-navbar>ul>li>a,.header-container>.header-navbar>ul>li>span{font-size:1.125rem}.header-container.mobile>.header-navbar>ul>li>ul.show{padding-top:8px;padding-left:1.15em;gap:10px;font-size:1.125rem}.header-banner{padding:4px 0}.header-banner-container{gap:10px;justify-content:space-between;font-size:.75rem}.header-banner-link{padding:4px 8px}}