.header.withBackground{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(255,255,255,.54);box-shadow:0 10px 15px rgba(0,0,0,.05)}.header.hidden{transform:translateY(-100%)}header{z-index:1000;flex-direction:row;justify-content:space-between;align-items:center;width:100vw;height:10vh;padding:0 12vw;transition:all .3s;animation:1s header;display:flex;position:fixed;top:0;left:0}header .burger{width:30px;height:30px;display:none}header .navigate-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(255,255,255,.54);border-radius:185px;flex-direction:row;justify-content:space-between;align-items:center;width:73%;height:70px;padding-left:3.5%;padding-right:1.5%;display:flex;box-shadow:0 10px 15px rgba(0,0,0,.05)}header .navigate-menu .menu{flex-direction:row;gap:25px;font-family:Montserrat;font-size:calc(.625vw + 4px);font-weight:400;display:flex}header .navigate-menu .menu a{opacity:0;animation:1s 1s forwards navigation}header .navigate-menu .contacts{justify-content:end;align-items:center;gap:38px;width:40%;font-family:Montserrat;font-weight:400;display:flex}header .navigate-menu .contacts .phone-city .phone{font-size:calc(.476191vw + 6.85714px);display:flex}header .navigate-menu .contacts .phone-city .city{flex-direction:column;align-items:end;display:flex}header .navigate-menu .contacts .phone-city .city select{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-apperance:none;-moz-apperance:none;color:rgba(0,0,0,.7);background-image:url(../media/arrow_header.be9e380b.svg);background-position:right 8px;background-repeat:no-repeat;border:none;outline:none;flex-direction:row;width:91px;font-size:14px;display:flex}header .navigate-menu .contacts .icons{align-items:center;gap:10px;display:flex}@media (max-width:1600px){header{padding:0 5vw}}@media (max-width:1200px){header{background:rgba(255,255,255,.3);border-radius:35px;margin-top:10px}header>.navigate-menu{width:40%;height:50px}header>.navigate-menu .phone-city .phone a:first-child,header>.navigate-menu .phone-city .phone a:first-child svg{width:29px;height:29px}header>.navigate-menu .phone-city .phone a:last-child,header>.navigate-menu .phone-city .city{display:none!important}header>.navigate-menu .menu{display:none}header>.navigate-menu .contacts{justify-content:center;gap:10px;width:100%}header>.navigate-menu .contacts .icons{flex-direction:row-reverse}header>.navigate-menu .contacts .icons a:last-child{display:none}header>.navigate-menu .header-logo{display:flex}header .burger{display:block}}@media (max-width:720px){header .header-logo{width:105px;height:43px}}@keyframes header{0%{transform:translateY(-100px)}to{transform:translateY(0)}}@keyframes navigation{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}
.offcanvas{z-index:1000;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);visibility:hidden;opacity:0;background:rgba(255,255,255,.01);width:40vw;height:100vh;transition:all .5s;position:fixed;top:0;right:0;box-shadow:0 10px 15px rgba(0,0,0,.05)}.offcanvas.show{visibility:visible;opacity:1}.offcanvas .offcanvas-header{justify-content:end;width:100%;padding:15px;display:flex}.offcanvas .offcanvas-header .btn-close{transform:rotate(45deg)}.offcanvas .offcanvas-menu{flex-direction:column;align-items:center;gap:20px;padding:20px;font-family:Montserrat;font-weight:500;display:flex;position:relative}.offcanvas .offcanvas-menu>.offcanvas-logo{flex-direction:column;align-items:center;display:flex}.offcanvas .offcanvas-menu .phone{display:flex}.offcanvas .offcanvas-menu .city{flex-direction:column;align-items:end;display:flex}.offcanvas .offcanvas-menu .city select{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-apperance:none;-moz-apperance:none;color:rgba(0,0,0,.7);background-image:url(../media/arrow_header.be9e380b.svg);background-position:right 8px;background-repeat:no-repeat;border:none;outline:none;flex-direction:row;width:91px;font-size:14px;display:flex}.offcanvas .offcanvas-menu .icons{gap:10px;display:flex}@media (max-width:480px){.offcanvas{width:96%}}
footer{color:#fff;background:#161616;width:100vw;height:100%;padding:33px 11vw 80px;font-family:Montserrat}footer .footer-content{flex-direction:column;justify-content:end;width:100%;display:flex}footer .logo-menu{flex-direction:row;align-items:center;gap:55px;display:flex}footer .logo-menu .footer-menu{flex-direction:row;gap:25px;font-size:20px;display:flex}footer .footer-contacts{flex-direction:row;justify-content:space-between;height:100%;display:flex}footer .footer-contacts .links{flex-direction:row;align-items:flex-end;gap:22px;display:flex}footer .footer-contacts .footer-contact{text-align:right;align-items:right;flex-direction:column;gap:30px;font-size:22px;display:flex}footer .footer-contacts .footer-contact a:first-child{font-weight:400}footer .footer-contacts .footer-contact a:nth-child(2){font-weight:500}footer .footer-contacts .footer-contact a:last-child{font-weight:400}footer .footer-contacts .footer-contact button{color:#0091c9}@media (max-width:1280px){footer{height:65vh}footer .logo-menu{flex-direction:column;align-items:start}}@media (max-width:1024px){footer{height:50vh}footer .logo-menu .footer-menu{display:none}}@media (max-width:820px){footer{height:30vh;padding-left:17px;padding-right:17px}footer .logo-menu .footer-logo svg{width:105px;height:47.5px}footer .footer-contacts .links a svg{width:30px;height:30px}footer .footer-contacts .footer-contact{font-size:12px}}@media (max-width:480px){footer{height:40vh}footer .footer-contacts .footer-contact{gap:15px}}
