@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}ul{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg{display:block}img{-o-object-fit:cover;object-fit:cover;width:100%}button{background:0 0;outline:0;border:none;cursor:pointer}body{position:relative;font-family:Roboto,sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#1e1e1e;background-color:#fff}.container{max-width:1200px;padding:12px;margin:0 auto}.logo{display:flex;align-items:center;gap:1em}.logo img{height:40px;width:auto}.logo p{font-weight:700;font-size:18px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.15);margin:auto;z-index:9999;display:none}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600;font-family:Roboto,sans-serif}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#848484}.cookie-banner .cookie-content p a{color:#46a3e1}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}.cookie-banner .cookie-buttons button{min-width:120px}.button{display:inline-block;padding:1rem 1.5rem;border-radius:.8rem;cursor:pointer;outline:0;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#46a3e1;color:#fff}.button:hover{background-color:rgb(39.2813953488,147.7237209302,220.0186046512)}.button-black{background-color:#082740}.button-black:hover{background-color:rgb(4.0333333333,19.6625,32.2666666667)}section{padding:2.2rem 0}.section-header{padding:10px;margin-bottom:30px}.section-title{font-weight:600;font-size:clamp(22px,4vw,32px);text-align:center;text-transform:uppercase;max-width:80%;margin:0 auto 10px}.section-description{max-width:800px;margin:0 auto;color:#848484;text-align:center}.thank-you-wrapper{max-width:1000px;margin:0 auto;padding:25px;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff;text-align:center}.thank-you-title{font-family:Roboto,sans-serif;font-size:48px;margin-bottom:1rem}.thank-you-text{font-size:20px;margin-bottom:2rem}.intro{text-align:center;background-color:#082740;color:#fff}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:Roboto,sans-serif;text-transform:uppercase}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width:768px){.grid2{grid-template-columns:1fr}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:768px){.grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.grid3{grid-template-columns:1fr}}.header{background-color:#082740;color:#fff;position:sticky;top:0;z-index:9999}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.header .navbar .menu-list{display:flex;align-items:center;gap:2em}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#46a3e1}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;display:block;height:2px;border-radius:1px;background-color:#46a3e1;transition:.3s ease}.header .navbar .burger{display:none;width:30px;height:30px;z-index:10;color:#46a3e1;font-size:20px}@media (max-width:768px){.header .navbar .burger{display:block}.header .navbar .menu-list{position:fixed;top:0;right:-100%;width:50%;height:100vh;background:#333;flex-direction:column;align-items:center;justify-content:center;gap:2em;transition:right .4s;border-radius:18px;color:#fff}.header .navbar .menu-list.active{right:0}}.hero-title{font-size:clamp(24px,4vw,48px);margin-bottom:10px}.hero-title span{color:#46a3e1}.hero-subtitle{color:#848484;margin-bottom:50px}.hero-wrapper{min-height:400px;align-items:center}.choose-us-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.choose-us-item{text-align:center;display:flex;flex-direction:column;align-items:center}.choose-us-item span{display:grid;place-items:center;height:100px;width:100px;background-color:#dbeafe;border-radius:50%;margin-bottom:12px}.choose-us-item i{font-size:48px;color:#2563eb}.services-card{display:flex;flex-direction:column;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:18px;border:1px solid #ddd;padding:1rem}.services-card img{height:200px;margin-bottom:1rem;border-radius:18px}.services-card .title{font-size:24px;font-weight:600;margin-bottom:12px}.services-card .text{color:#848484;margin-bottom:12px}.services-card .details{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:18px;margin-top:auto}.services-card .details .price strong{font-size:20px}.services-card .details .duration{display:flex;gap:7px}.learning-steps-wrapper{max-width:800px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:2rem}.learning-steps-item{display:flex;gap:1rem;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:18px;padding:1rem}.learning-steps-item span{display:grid;place-items:center;height:60px;width:60px;background-color:#dbeafe;border-radius:50%;font-size:32px;font-weight:600;color:#2563eb}.learning-steps-item .content{flex:1}.learning-steps-item .content h3{font-size:24px;margin-bottom:12px}.learning-steps-item .content p{color:#848484}.about .grid2{align-items:center}.about img{border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.about-content{display:flex;flex-direction:column;gap:27px}.about-content article .heading{font-size:24px;margin-bottom:12px}.about-content article .text{color:#848484}.blog-card{display:flex;flex-direction:column;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;padding:1rem;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:scale(1.01);box-shadow:0 30px 50px -10px rgba(152,151,151,.368627451)}.blog img{height:240px;margin-bottom:10px;border-radius:18px}.blog-title{font-size:24px;margin-bottom:12px;font-family:Roboto,sans-serif}.blog-description{margin-bottom:30px}.blog-button{width:100%;margin-top:auto}.blog-post{padding:2rem 0}.blog-post .container{max-width:1000px}.blog-post img{height:400px;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);margin:1rem 0}.blog-post h2{margin-bottom:12px}.blog-post p,.blog-post ul{margin-bottom:1rem}.blog-post a{color:#46a3e1}.review-content{display:flex;flex-direction:column;gap:12px}.review-item{display:flex;gap:10px;border-radius:18px;padding:20px;box-shadow:0 5px 10px rgba(0,0,0,.2);background-color:#fff}.review-avatar{min-width:50px;max-width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background-color:#46a3e1;color:#fff;font-size:32px}.review-text{font-style:italic}.review-text::after,.review-text::before{content:"„";margin:0 2px}.privacy .container{max-width:1000px}.privacy h4{margin-bottom:.4rem;font-weight:600;font-size:1.2rem;margin-top:1rem}.privacy-paragraph{margin-bottom:.5rem;margin-left:1rem}.privacy-list{margin-bottom:1rem;margin-left:1rem;list-style-position:inside!important;padding-left:1em;list-style:disc}.privacy .section-title{font-size:1.5rem}.privacy a{color:#46a3e1}.privacy a:hover{text-decoration:underline}.form-wrapper{border-radius:18px;padding:40px;max-width:1000px;margin:0 auto 20px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.form-wrapper h3{font-size:24px;font-weight:700;margin-bottom:20px}.form-wrapper form{display:flex;flex-wrap:wrap;gap:30px}.form-wrapper form .form-column{display:flex;flex-direction:column;flex:1;min-width:300px}.form-wrapper form .form-group label{font-size:14px;margin-bottom:6px;display:block}.form-wrapper form .form-group input,.form-wrapper form .form-group select,.form-wrapper form .form-group textarea{width:100%;padding:12px 16px;border:1px solid #848484;border-radius:8px}.form-wrapper form .form-group input:focus,.form-wrapper form .form-group select:focus,.form-wrapper form .form-group textarea:focus{outline:0;border-color:#46a3e1}.form-wrapper form .form-group textarea{margin-bottom:16px;resize:vertical}.form-wrapper form .form-checkbox{margin-bottom:20px}.form-wrapper form .form-checkbox a{color:#46a3e1}.form-wrapper form .form-checkbox a:hover{text-decoration:underline}.form-wrapper form .form-group+.form-group{margin-top:16px}.contact-cards{max-width:1000px;margin:0 auto 20px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.contact-cards .contact-card{flex:1;min-width:250px;padding:20px;border-radius:18px;text-align:center;box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact-cards .contact-card i{font-size:24px;color:rgb(113.8837209302,184.823255814,232.1162790698);margin-bottom:12px;display:inline-block}.contact-cards .contact-card h4{font-weight:600;margin-bottom:6px}@media (max-width:768px){.form-wrapper{flex-direction:column}.form-wrapper form{gap:16px}.contact-cards{flex-direction:column}}.contact-text{text-align:center;font-size:18px;color:gray;margin-bottom:2rem}.footer{background-color:#082740;color:#fff;padding:30px 0 50px}.footer a:hover{text-decoration:underline}.footer-container{display:flex;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:35px}.footer-column{flex:1;min-width:200px}.footer-column-title{font-size:18px;font-weight:700;margin-bottom:20px}.footer-column ul:not(.footer-contact){list-style:disc;list-style-position:inside}.footer-column ul li+li{margin-top:10px}.footer-column .footer-contact li{display:flex;gap:1em}