header{background-color:var(--white);left:0;position:fixed;right:0;top:0;z-index:300}header .container{padding-bottom:15px;padding-top:30px}.header-top{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.header-search.base-input{background-color:rgb(from var(--accent-100) r g b/.07)}.header-search.base-input input{font-size:16px;font-weight:500;height:16px}.header-search.base-input input::-moz-placeholder{color:rgb(from var(--accent-100) r g b/.2)}.header-search.base-input input::placeholder{color:rgb(from var(--accent-100) r g b/.2)}.header-logo{color:var(--accent-100);font-family:Riviera;font-size:50px;grid-column:2/4;letter-spacing:0;margin:0 auto;width:-moz-max-content;width:max-content}.header-contact,.header-logo{height:-moz-max-content;height:max-content}.header-contact{align-items:center;display:flex;gap:40px;justify-content:flex-end}.header-contact a{color:var(--accent-100);font-size:16px;font-weight:500}.header-nav{align-items:center;border-top:1px solid rgb(from var(--accent-100) r g b/.1);display:flex;gap:30px;justify-content:center;margin-top:15px;padding-top:15px}.header-nav a{border-radius:50px;color:var(--accent-100);font-size:16px;font-weight:500;padding:5px 20px;position:relative;transition:var(--transition)}.header-nav a:before{background:url(../img/base/bg.png) no-repeat 25% 62%/cover;z-index:0}.header-nav a:after,.header-nav a:before{border-radius:inherit;content:"";inset:0;opacity:0;position:absolute;transition:inherit}.header-nav a:after{background-color:rgb(from var(--accent-100) r g b/.6);z-index:1}.header-nav a span{display:block;position:relative;z-index:2}.header-nav a.router-link-active{color:var(--white)}.header-nav a.router-link-active:after,.header-nav a.router-link-active:before{opacity:1}@media(hover:hover){.header-nav a:not(.router-link-active):hover{color:var(--accent-300);transition:var(--transition-hover)}}@media(hover:none){.header-nav a:not(.router-link-active):active{color:var(--accent-300);transition:var(--transition-active)}}.header-burger.base-button,.header-contact-mobile.base-button{display:none;height:100%}.header-burger--inner{align-items:center;display:flex;gap:4px;justify-content:center;position:relative}.header-burger--inner svg{position:absolute;scale:0;transition:var(--transition)}.header-burger--inner span{aspect-ratio:1;background-color:currentColor;border-radius:50%;display:block;height:6px;transition:var(--transition);width:6px}.header-burger.base-button:has(._active) button{background-color:var(--accent-300);color:var(--white)}.header-burger--inner._active span:first-child{translate:10px 0}.header-burger--inner._active span:nth-child(3){translate:-10px 0}.header-burger--inner._active svg{scale:1}@media screen and (max-width:1699px){header .container{padding-bottom:20px}.header-top{grid-template-columns:repeat(2,1fr) 1.1fr}.header-logo{font-size:35px;grid-column:unset;margin:0 auto}.header-contact{gap:20px}.header-nav{margin-top:10px;padding-top:20px}}@media screen and (max-width:1199px){.header-top{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between}header .container{padding-bottom:10px;padding-top:10px}.header-contact,.header-nav,.header-top-search{display:none}.header-burger.base-button,.header-contact-mobile.base-button{display:flex}.header-burger.base-button button,.header-contact-mobile.base-button button{background-color:rgb(from var(--accent-100) r g b/.07);color:var(--accent-300);height:50px;padding:10px 0;width:50px}@media(hover:hover){.header-burger.base-button button:hover,.header-contact-mobile.base-button button:hover{background-color:var(--accent-300);color:var(--white)}}@media(hover:none){.header-burger.base-button button:active,.header-contact-mobile.base-button button:active{background-color:var(--accent-300);color:var(--white)}}}@media screen and (max-width:639px){header .container{padding:10px 20px}}.header-top-search{position:relative}.header-top-search-list{background-color:#f8f8f9;border-radius:20px;display:flex;flex-direction:column;gap:10px;max-height:190px;opacity:0;overflow:auto;padding:20px 0 20px 20px;pointer-events:none;position:absolute;scrollbar-width:thin;top:calc(100% + 5px);transition:.5s;width:100%}.header-top-search-list._show{opacity:1;pointer-events:all}.header-top-search-list span{color:var(--accent-100);cursor:pointer;transition:var(--transition)}.header-top-search-list span:hover{color:var(--accent-300)}.mobile-menu{background-color:var(--accent-200);inset:0;max-height:100vh;min-height:900px;overflow:hidden;position:fixed;transition:var(--transition);translate:-100vw 0;z-index:100}.mobile-menu._open{translate:0 0}.mobile-container{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;margin:0 auto;min-height:900px;overflow:auto;overflow:hidden;padding:100px 10px 0;position:relative;scrollbar-width:none;width:100%}.mobile-menu-nav{display:flex;flex-direction:column;gap:20px;text-align:center}.mobile-menu-nav a{color:var(--white);font-family:Riviera;font-size:46px;letter-spacing:0}.mobile-menu-btn.base-button,.mobile-menu-search.base-input{width:100%}.mobile-menu-search.base-input input{font-size:16px;font-weight:500;height:16px}.mobile-menu-btn.base-button{max-width:355px}.mobile-menu-btn.base-button button{background-color:var(--accent-300);color:var(--white);margin-top:20px;padding:12px;width:100%}@media(hover:hover){.mobile-menu-btn.base-button button:hover{background-color:var(--white);color:var(--accent-100)}}@media(hover:none){.mobile-menu-btn.base-button button:active{background-color:var(--white);color:var(--accent-100)}}.mobile-menu-star{bottom:150px;width:157px}.mobile-menu-arms,.mobile-menu-star{left:50%;pointer-events:none;position:absolute;translate:-50% 0;z-index:-1}.mobile-menu-arms{bottom:-150px;width:400px}.mobile-menu-search__wrapper{display:grid;gap:0;grid-template-columns:1fr 0;justify-content:center;max-width:400px;position:relative;transition:.5s;width:100%;z-index:2}.mobile-menu-search.base-input{border-radius:50px;justify-self:center;width:340px}.mobile-menu-search-cross{align-items:center;background-color:var(--white);border-radius:50px;display:flex;height:40px;justify-content:center;opacity:0;transition:.5s;width:50px}.mobile-menu-search-cross svg{opacity:0;transition:.5s}.mobile-menu._open-search .mobile-menu-search-cross{opacity:1;width:50px}.mobile-menu._open-search .mobile-menu-search__wrapper{grid-template-columns:1fr 50px}.mobile-menu._open-search .mobile-menu-search-cross svg{opacity:1}.mobile-menu._open-search .mobile-menu-search__wrapper{gap:10px}.mobile-menu-result{background-color:var(--accent-200);height:100%;opacity:0;padding-inline:10px;padding-top:60px;position:absolute;transform:translateY(100%);transition:.5s;width:100%;z-index:1}.mobile-menu._open-search .mobile-menu-result{opacity:1;transform:translateY(0)}.mobile-menu-result svg{left:50%;position:absolute;top:calc(100dvh - 190px);transform:translate(-50%,-100%)}.mobile-menu-result-list{background-color:var(--white);border-radius:20px;display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:400px;padding:20px}.mobile-menu-result-list a{color:var(--accent-100)}@media screen and (max-width:639px){.mobile-menu{min-height:800px}.mobile-container{min-height:800px;padding:90px 10px 0}.mobile-menu-btn.base-button button{margin-top:0;padding:17px}.mobile-menu-star{bottom:170px;width:65px}.mobile-menu-arms{bottom:-110px;width:310px}.mobile-menu-search.base-input{width:100%}.mobile-menu-search__wrapper{max-width:unset}.mobile-menu-result-list{border-radius:10px;max-width:unset}}footer{margin-top:150px;position:relative}footer .container{padding-bottom:30px;padding-top:100px}.footer-top{align-items:center;display:flex;flex-direction:column;gap:90px}.footer-top-quotes{display:flex;justify-content:space-between;width:100%}.footer-top-quote{color:var(--white);display:flex;flex-direction:column;font-size:36px;font-weight:400;max-width:33%}.footer-top-quote:last-of-type{text-align:right}.footer-top-quote span{color:var(--accent-400)}.footer-top .base-button{width:640px}.footer-nav{border-bottom:1px solid var(--accent-400);border-top:1px solid var(--accent-400);display:flex;gap:50px;justify-content:center;margin:30px 0 10px;padding:20px 0;width:100%}.footer-nav a{font-size:16px;font-weight:500}.footer-bottom{display:flex;justify-content:space-between}.footer-bottom-left{display:flex;flex-direction:column;gap:70px}.footer-bottom-left-links{display:flex;flex-direction:column;gap:10px}.footer-bottom-left a{font-size:16px;font-weight:500}.footer-bottom-logo{font-family:Riviera;font-size:35px;margin-top:30px}.footer-bottom-right{color:var(--accent-400);display:flex;flex-direction:column;gap:10px;margin-top:auto}.footer-bottom-right span{color:var(--white);font-family:Riviera;font-size:60px;height:46px;text-transform:uppercase}footer a{color:var(--white);height:-moz-max-content;height:max-content;transition:var(--transition);width:-moz-max-content;width:max-content}@media(hover:hover){.footer-bottom-right:hover span,footer a:not(.footer-bottom-right):hover{color:#a7acb9;transition:var(--transition-hover)}}@media(hover:none){.footer-bottom-right:active span,footer a:not(.footer-bottom-right):active{color:#a7acb9;transition:var(--transition-active)}}.footer-shade{background-color:var(--accent-200);bottom:0;position:absolute;top:0;width:calc(50% + 1px);z-index:-1}.footer-shade--left{border-top-right-radius:250px;left:0}.footer-shade--right{border-top-left-radius:250px;right:0}.footer-star{left:50%;position:absolute;top:2px;translate:-50% 0}.footer-star path{transition:var(--transition)}@media(hover:hover){.footer-star:hover path{fill:var(--accent-300)}}@media(hover:none){.footer-star:active path{fill:var(--accent-300)}}.footer-top-logo{display:none}@media screen and (max-width:1699px){footer{margin-top:120px}footer .container{padding-bottom:20px}.footer-nav{margin:30px 0 40px}.footer-bottom-logo{margin-top:0}.footer-star{top:0;width:123px}}@media screen and (max-width:1450px){.footer-top{gap:40px}.footer-top-quote{display:block}}@media screen and (max-width:1199px){footer{margin-top:100px}footer .container{padding-bottom:50px;padding-top:50px}.footer-top{align-items:flex-start;gap:30px}.footer-top-quotes{display:flex;flex-direction:column;gap:20px}.footer-top-quote{display:flex;font-size:24px;max-width:100%}.footer-top-quote:last-of-type{text-align:left}.footer-top-quote span{color:var(--accent-400)}.footer-top .base-button{width:100%}.footer-nav{margin:30px 0 30px -20px;width:calc(100% + 40px)}.footer-bottom-left{gap:26px}.footer-bottom-logo{display:none}.footer-shade{width:100%}.footer-shade--right{display:none}.footer-star{left:unset;position:absolute;right:0;translate:0 0}.footer-top-logo{display:block;font-family:Riviera;font-size:50px}}@media screen and (max-width:639px){footer .container{padding-bottom:20px;padding-top:30px}.footer-top{gap:20px}.footer-nav{flex-direction:column;gap:10px;margin:20px 0 20px -10px;padding-left:10px;width:calc(100% + 20px)}.footer-bottom-left{gap:10px}.footer-bottom{flex-direction:column;gap:30px}.footer-star{top:-20px}.footer-shade--left{border-top-right-radius:190px}}
