@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:'Zen Kaku Gothic New',sans-serif;background-image:url(../assets/background.jpg)}h1,h2,h3,h4,h5,h6{font-family:'Zen Kaku Gothic New',sans-serif;font-optical-sizing:auto;font-weight:600}.container{max-width:1200px;margin:0 auto}@media (max-width:550px){body{font-size:1rem}}.header{background:#fff;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.2);position:relative;z-index:1000}.header__content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.header__logo-img{height:50px;width:auto}.header__nav-list{display:flex;list-style:none}.header__nav-list li{margin:0 .8rem;position:relative}.dropdown__toggle,.header__nav-list li a{color:#000;text-decoration:none;font-weight:500;padding:.5rem .1rem;position:relative;transition:.2s}.dropdown__toggle:hover,.header__nav-list li a:hover{color:#8c8cff}.dropdown__toggle::after,.header__nav-list li a::after{content:'';position:absolute;width:0;height:2px;bottom:0;right:0;background-color:#8c8cff;transition:.2s}.dropdown__toggle:hover::after,.header__nav-list li a:hover::after{width:100%}.dropdown{position:relative;cursor:pointer}.dropdown__menu{position:absolute;top:100%;right:-50%;background-color:#fff;min-width:200px;box-shadow:0 5px 15px rgba(0,0,0,.2);border-radius:4px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:100;list-style:none;padding:.5rem 0}.dropdown:hover .dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__menu li a{display:block;padding:.5rem 1rem;transition:.2s}.header__actions{display:flex;gap:1rem}.btn{padding:.6rem 1.5rem;border:none;border-radius:5px;font-weight:600;font-size:1.25rem;cursor:pointer;transition:.2s}.btn--register{background-color:#63b9ff}.btn--register:hover{transform:translateY(-2px);box-shadow:0 2px 10px #63b9ff}.btn--login{background-color:#e33434;border:1px solid var(--white)}.btn--login:hover{transform:translateY(-2px);box-shadow:0 2px 10px #e33434}.burger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1001}.burger span{display:block;width:100%;height:3px;border-radius:5px;background-color:#63b9ff;transition:.2s}@media (max-width:1180px){.header__logo-img{height:40px}.btn{font-size:1rem;padding:.5rem 1rem}}@media (max-width:1100px){.header__nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fff;padding:2rem 1.5rem;transition:var(--transition);z-index:1000;overflow-y:auto}.header__nav.active{right:0}.header__nav-list{flex-direction:column}.header__nav-list li{margin:.8rem 0}.dropdown__menu{position:static;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background-color:rgba(0,0,0,.1);box-shadow:none;margin-top:.5rem}.dropdown.active .dropdown__menu{max-height:500px;padding:.5rem 0}.dropdown__menu li a{color:#fff}.burger{display:flex}.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (max-width:480px){.header__content{padding:0 1rem}.header__logo-img{height:20px}.header__actions{gap:.5rem}.btn{padding:.4rem .8rem;font-size:.8rem}.header__nav.active .header__actions{display:flex;flex-direction:column;margin-top:1rem}.header__nav.active .btn{width:100%;margin-bottom:.5rem}}.hero{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.hero__content{display:flex;align-items:center;text-align:center;box-sizing:border-box}.hero h1{font-size:2rem;margin-bottom:1rem}.divider{width:4px;height:100px;background-color:#63b9ff;margin:1rem 2rem}.hero img{width:100%;border-radius:25px;cursor:pointer}.main__content{background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px}.section{padding:1rem 3rem}.section h2{font-size:2rem;font-weight:400;letter-spacing:-.02em;margin-bottom:2rem;line-height:1.3;position:relative;display:inline-block;padding-bottom:.5rem}.section h2::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000;opacity:.3}.section p{font-size:1.1rem;line-height:1.7;font-weight:300;opacity:.9}.hero a,.section a{color:#63b9ff;text-decoration:none;transition:.2s}.hero a:hover,.section a:hover{color:#0f568d}.section h3{font-size:1.5rem;font-weight:400;letter-spacing:-.02em;line-height:1.3}.section ul{list-style:none}.section ul li{font-size:1.1rem;line-height:1.7;font-weight:300;opacity:.9;padding:.5rem;position:relative;padding-left:1.5rem}.section ul li::before{content:'—';position:absolute;left:0;opacity:.6}.table-container{overflow-x:auto;margin:2rem 0}.table{width:100%;border-collapse:collapse;font-size:1rem;font-weight:300;background-color:#fff}.table th{font-weight:600;text-align:left;padding:1.2rem 1rem;border-bottom:2px solid rgba(0,0,0,.1);opacity:.8;letter-spacing:.02em}.table td{padding:1.2rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);opacity:.9}.table tbody tr{transition:background-color .2s ease}.faq__item{border-bottom:1px solid rgba(0,0,0,.05)}.faq__item:last-child{border-bottom:none}.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:0 0;border:none;cursor:pointer;font-size:1.2rem;font-weight:600;opacity:.9;transition:opacity .2s ease;text-align:left}.faq__question:hover{opacity:1}.faq__icon{width:20px;height:20px;opacity:.6;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq__item.active .faq__icon{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item.active .faq__answer{max-height:200px}.faq__answer p{padding:0 0 1.5rem 0;margin:0;font-size:1rem;line-height:1.6;font-weight:300;opacity:.9}@media (max-width:1024px){.hero__content{padding-inline:1rem}}@media (max-width:768px){.hero h1{font-size:1.5rem}.table{font-size:.9rem}.table td,.table th{padding:.8rem .6rem}.faq__question{font-size:1rem;padding:1.2rem 0}.faq__answer p{font-size:.95rem}}@media (max-width:480px){.hero__content{flex-direction:column}.divider{width:90%;height:2px;background-color:#63b9ff;margin:1rem 0}}@media (max-width:600px){.section{padding:1rem}.section h2{font-size:1.3rem;margin-bottom:0}.section h3{font-size:1.2rem}.section p{font-size:.9rem}}.footer{background:#1a1a2e;color:#fff;padding:3rem 2rem 2rem}.footer__container{max-width:1200px;margin:0 auto}.footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo-img{height:40px;width:auto}.footer__nav{margin-top:1rem}.footer__menu{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none}.footer__menu-item a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer__menu-item a:hover{color:#6a11cb}.footer__info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.footer__contacts,.footer__legal{flex:1;min-width:300px}.footer__copyright,.footer__disclaimer,.footer__email,.footer__license{margin:0 0 1rem;font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.5}.footer__email a{color:#6a11cb;text-decoration:none}.footer__links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer__link{color:rgba(255,255,255,.6);text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer__link:hover{color:#6a11cb}@media (max-width:768px){.footer__menu{gap:1rem}.footer__info{flex-direction:column}.footer__contacts,.footer__legal{margin-bottom:1.5rem;text-wrap:wrap;min-width:100%}.footer__links{justify-content:flex-start}}