.navbar-container{width:100%}header .sticky_element{position:relative;width:100%;transition:all .3s ease}.sticky_element.sticky_scrolled .navbar__top{height:100px}header .sticky_element.sticky_scrolled{position:fixed;top:0;left:0;width:100%;z-index:9999;background-color:#2c3545;box-shadow:0 20px 20px -20px #00000040}header .sticky_element .navbar__top{height:80px;transition:height .3s ease}header .sticky_element.sticky_scrolled .navbar__top{height:100px}.navbar{width:100%;background-color:#2c3545;position:relative;display:flex;justify-content:center}.navbar__top{display:flex;justify-content:space-between;align-items:center;padding:0 15px;height:80px;transition:height .3s ease,background-color .3s ease,box-shadow .3s ease}.navbar__logo{max-height:40px;width:auto}.navbar__burger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:18px;margin-left:20px;background:none;border:none;cursor:pointer}.navbar__burger span{display:block;height:3px;background:#fff;border-radius:2px;transition:.3s}.navbar__burger.active span:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.navbar__burger.active span:nth-child(2){opacity:0}.navbar__burger.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.navbar__list{display:flex;justify-content:center;align-items:center;gap:45px;list-style:none;padding:0;margin-left:20px}.navbar__list-item{position:relative}.navbar__list-link{text-decoration:none;color:#fff;font-size:16px;font-weight:400}.navbar .dropdown{position:absolute;top:100%;left:0;background-color:#2c3545;padding:10px;z-index:999;display:flex;flex-direction:column;gap:10px}.navbar .dropdown__link{text-decoration:none;color:#fff;font-size:14px;padding:8px 12px}.navbar .dropdown__link:hover{background-color:#4e4b4b}@media (max-width: 820px){.navbar__burger{display:flex}.navbar__list{flex-direction:column;align-items:flex-start;gap:20px;padding:20px;position:absolute;top:80px;left:0;background-color:#2c3545;width:100%;transform:translateY(-200%);transition:transform .3s ease;z-index:1000;margin-left:0}.navbar__list.open{transform:translateY(0)}.navbar .dropdown{position:static;box-shadow:none;padding-left:15px}}.footer{width:100%;background-color:#2c3545;box-sizing:border-box;padding:50px 20px}.footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;gap:40px}.footer__content-first,.footer__content-second,.footer__content-third{display:flex;flex-direction:column;gap:15px;min-width:200px}.footer__content-first{gap:20px;margin-top:80px}.footer__content-secondtitle,.footer__content-thirdtitle{color:#fff;font-size:13px;font-weight:700;line-height:15px}.footer__content-thirdtitle{font-weight:600}.footer__content-bigtext,.footer__content-firsttext,.footer__content-secondtext{color:#fff;font-size:13px;text-decoration:none}.footer__content-bigtext{max-width:57%}.footer__content-second,.footer__content-third{margin-top:80px}.footer__content a:hover{text-decoration:underline}@media (max-width: 1024px){.footer__content{gap:30px}}@media (max-width: 768px){.footer__content{flex-direction:column;align-items:center;gap:40px}.footer__content-first,.footer__content-second,.footer__content-third{margin-top:0;min-width:unset;text-align:center}}#toTop{position:fixed;right:25px;bottom:25px;opacity:0;visibility:hidden;z-index:999;transition:all .35s ease;transform:scale(.7);width:46px;height:46px;background-color:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:pulseColor 2.5s infinite ease-in-out}#toTop svg{pointer-events:none}#toTop:hover{background-color:#004dda;animation:none}#toTop.visible{opacity:1;visibility:visible;transform:scale(1)}@keyframes pulseColor{0%{background-color:#0009}50%{background-color:#004dda}to{background-color:#0009}}@font-face{font-family:Roboto;src:url(../assets/fonts/Roboto-Bold.tff);font-weight:700}@font-face{font-family:Roboto;src:url(../assets/fonts/Roboto-Regular.tff);font-weight:400}@font-face{font-family:Roboto;src:url(../assets/fonts/Roboto-Light.tff);font-weight:300}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto;margin:0;padding:0}.slider{position:relative;width:100%;overflow:hidden}.slider__wrapper{display:flex;transition:transform .6s ease-in-out}.slider__slide{min-width:100%;display:flex;justify-content:center;align-items:center}.slider__slide img{width:100%;height:auto;display:block;object-fit:contain}.slider__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px}.slider__dots .dot{width:12px;height:12px;border-radius:50%;background:#fff9;cursor:pointer;transition:background .3s}.slider__dots .dot.active{background:#fff}.slider__dots .dot:hover{background:#ffffffe6}.block{display:flex;flex-wrap:wrap}.block__img{flex:1 1 50%;max-width:50%;display:flex;justify-content:center;align-items:center}.block__img img{max-width:100%;max-height:400px;height:auto;width:auto;object-fit:contain}.subblock{flex:1 1 50%;max-width:50%;background-color:#fffedf;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.subblock__title{font-size:30px;margin-bottom:25px;text-align:center;width:35%}.subblock__text{width:80%;font-size:16px;line-height:22px;text-align:center}.subblock__bottom_text{font-weight:700;width:80%;margin-top:20px;line-height:22px;text-align:center}.subblock__btn{cursor:pointer;border:none;background-color:#000;color:#fff;height:50px;width:180px;font-size:14px;margin-top:30px;transition:background-color .3s ease,color .3s ease}.subblock__btn:hover{background-color:#fff;color:#000;border:1px solid black}.about{height:auto;background-size:cover;background-position:center}.about__content{padding:100px 10%;text-align:left}.about__content_title{color:#fff;font-size:48px}.about__content_text{color:#fff;font-size:17px;margin-top:30px;max-width:500px}.about__content_btn{cursor:pointer;border:none;background-color:#fff;color:#000;height:50px;width:180px;font-size:14px;margin-top:40px;transition:background-color .3s ease,color .3s ease}.about__content_btn:hover{background-color:#2c3545;color:#fff}.about__texts_text{color:#fff;max-width:555px;margin-top:20px;word-wrap:break-word;text-align:left}@media (max-width: 991px){.block{flex-direction:column!important;align-items:center}.block__img,.block .subblock{max-width:100%;flex:1 1 100%}.block__img{order:1}.block .subblock{order:2}.subblock{width:100%;height:auto}.subblock__title{font-size:24px}.subblock__text,.subblock__bottom_text{width:90%;font-size:14px}.subblock__btn{width:160px;height:45px;font-size:13px}.about__content{padding:50px 5%;text-align:center}.about__content_title{font-size:32px}.about__content_text{font-size:15px;width:90%;margin:0 auto}.friends{gap:20px}.friends__image-saeco,.friends__image-necta{max-width:90px}}@media (max-width: 576px){.about__content_title{font-size:26px}.about__content_text{font-size:14px;text-align:center}}@media (max-width: 768px){.slider{height:40vh}.dot{width:8px;height:8px}}@media (max-width: 480px){.slider{height:30vh}.dot{width:6px;height:6px}}
