*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:10px;font-weight:500}.top-bar{background-color:#001260}.top-bar__container{padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem;max-width:1300px;width:100%;margin:0 auto}.top-bar__left{display:flex;gap:2rem;align-items:center;justify-content:flex-start}.top-bar__icon{width:16px;fill:#fff}.top-bar__link,.top-bar__text{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;color:#fff;text-decoration:none;font-size:1.2rem}.top-bar__link:hover{text-decoration:underline}.mobile-nav{position:sticky;top:0;width:100%;z-index:10;box-shadow:0 0 3px #ccc;background-color:#fff}.mobile-nav__container{display:flex;flex-direction:column;gap:1rem;padding:2rem;justify-content:center;align-items:center;position:relative}.mobile-nav__logo{width:150px}.mobile-nav__bottom{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.mobile-nav__search{width:100%;position:relative}.mobile-nav__search-bar{border:1px solid #ccc;width:100%;font-size:1.4rem;border-radius:4rem;padding:1rem}.mobile-nav__search-button{position:absolute;right:0;top:0;height:100%;border-radius:0 4rem 4rem 0;border:none;background-color:#001260;color:#fff;font-size:1.4rem;cursor:pointer;padding:0 2rem;display:flex;gap:.5rem;justify-content:center;align-items:center;transition:.2s ease-in-out}.mobile-nav__search-icon{fill:#fff;width:16px;margin-top:.3rem}.mobile-nav__hamburger-icon{width:36px;height:36px}.mobile-nav__overlay{width:100%;max-width:70vw;background-color:#fff;height:100vh;position:fixed;top:0;left:0;z-index:4;transition:.2s ease-in-out;display:flex;justify-content:flex-start;padding-top:2rem;padding-left:2rem;align-items:flex-start;flex-direction:column;gap:2rem;box-shadow:0 0 3px #ccc;transition:transform .35s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}.mobile-nav__overlay--active{opacity:1;transform:translate(0)}.mobile-nav__menu{display:flex;flex-direction:column;gap:2rem;list-style:none}.mobile-nav__line{width:80%;height:1px;background-color:#ccc}.mobile-nav__icon{width:16px;color:#001260}.mobile-nav__link{font-size:1.5rem;text-decoration:none;color:#333;font-weight:500;cursor:pointer;transition:.2s ease-in-out;display:flex;align-items:center;gap:.5rem}.mobile-nav__link:hover{color:#001260}.desktop-nav{display:none;position:sticky;top:0;width:100%;z-index:10;box-shadow:0 0 3px #ccc;background-color:#fff}.desktop-nav__wrapper{display:flex;flex-direction:column}.desktop-nav__top{width:100%;border-bottom:1px solid #dedede}.desktop-nav__top-container{max-width:1300px;width:100%;margin:0 auto;padding:2rem;gap:4rem;display:flex;justify-content:space-between;align-items:center}.desktop-nav__logo{width:150px}.desktop-nav__search{flex-grow:1;position:relative}.desktop-nav__search-bar{border:1px solid #ccc;width:100%;font-size:1.5rem;border-radius:4rem;padding:1rem 2rem}.desktop-nav__search-button{position:absolute;right:0;top:0;height:100%;border-radius:0 4rem 4rem 0;border:none;background-color:#001260;color:#fff;font-size:1.5rem;cursor:pointer;padding:0 3rem;display:flex;gap:.5rem;justify-content:center;align-items:center;transition:.2s ease-in-out}.desktop-nav__search-icon{fill:#fff;width:20px;margin-top:.3rem}.desktop-nav__buttons{display:flex;gap:2rem;align-items:center}.desktop-nav__button-wrapper{display:flex;gap:1rem}.desktop-nav__text{display:flex;flex-direction:column}.desktop-nav__title{font-size:1.2rem;color:#666;font-weight:500}.desktop-nav__name{font-size:1.5rem;color:#444;font-weight:500}.desktop-nav__icon-wrapper{width:4rem;height:4rem;border-radius:50%;background-color:#001260;display:flex;justify-content:center;align-items:center}.desktop-nav__icon{fill:#fff;width:2.4rem}.desktop-nav__bottom{width:100%}.desktop-nav__bottom-container{display:flex;justify-content:space-between;align-items:center;max-width:1300px;width:100%;margin:0 auto;padding:1.5rem 2rem}.desktop-nav__menu{display:flex;gap:2rem;justify-content:space-between;align-items:center}.desktop-nav__link{font-size:1.5rem;color:#333;font-weight:500;transition:.2s color ease-in-out}.desktop-nav__link:hover{color:#001260}.desktop-nav__button{background-color:#001260;padding:.5rem 1.5rem;border-radius:6rem;font-size:1.5rem;color:#fff;fill:#fff;border:none;cursor:pointer;font-weight:500;border:2px solid #001260;transition:.2s ease-in-out}.desktop-nav__button:hover{background-color:#fff;color:#001260;fill:#001260}.section{max-width:1300px;padding:2rem;width:100%;margin:0 auto}.section__title-wrapper{width:100%;text-align:center;position:relative}.section__title-wrapper:after{content:"";position:absolute;top:50%;left:0;width:100%;height:.2rem;background-color:#efefef}.section__title{font-size:2.8rem;font-weight:700;text-align:center;width:fit-content;margin:0 auto;position:relative;background-color:#fff;z-index:1;padding-left:2rem;padding-right:2rem}.section__title--colored{color:#001260;padding-left:0;padding-right:0}.section__subtitle{font-size:1.4rem;line-height:1.7;font-weight:500;color:#000;max-width:700px;text-align:center;margin:0 auto}.section__subtitle--link{text-decoration:underline;color:#001260}.section__heading{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}.hero{overflow:hidden;position:relative;min-height:100vh}.hero__wrapper{width:100%;height:100%;max-width:1300px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem}.hero__text{display:flex;flex-direction:column;gap:1rem}.hero__title{font-size:3rem;font-weight:700}.hero__title--colored{color:#001260}.hero__description{font-size:1.5rem;line-height:1.7;font-weight:500;color:#000;margin-bottom:.5rem}.hero__image-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.hero__image{width:100%;max-width:500px}.hero__buttons{width:100%;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;align-items:flex-start}.hero__icon{width:24px;transition:.2s transform ease-in-out}.hero__button{background-color:#001260;padding:1rem 2rem;border-radius:6rem;font-size:1.5rem;color:#fff;fill:#fff;border:none;cursor:pointer;font-weight:500;border:2px solid #001260;transition:.2s ease-in-out;display:flex;gap:.5rem}.hero__button:hover{background-color:#fff;color:#001260;fill:#001260}.hero__button--empty{color:#001260;border:none;background-color:transparent;fill:#001260;position:relative}.hero__button--empty:hover .hero__icon{transform:translate(.5rem)}.hero__background{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#001260;opacity:.2;z-index:-1;clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%)}.offer{padding-top:0}.offer__wrapper{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.offer__item{background-color:#efefef90;border-radius:2rem;padding:2rem;display:flex;flex-direction:column;gap:1rem;width:100%}.offer__title{font-size:2rem;font-weight:600;color:#333}.offer__description{font-size:1.4rem;line-height:1.7;font-weight:500;color:#333}.offer__icon-wrapper{width:6rem;height:6rem;background-color:#001260;border-radius:100%;padding:1rem;display:flex;justify-content:center;align-items:center}.offer__icon{fill:#fff;width:100%}.about__wrapper{display:flex;flex-direction:column;gap:2rem}.about__text{display:flex;flex-direction:column;gap:1rem;width:100%}.about__heading{font-size:3rem;font-weight:700}.about__heading--colored{color:#001260}.about__description{font-size:1.4rem;line-height:1.7;font-weight:500;color:#333;margin-bottom:.5rem}.about__image{width:100%;max-width:500px;border-radius:100%}.about__features{display:flex;gap:2rem;align-items:flex-start;justify-content:flex-start}.about__feature{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;text-align:center;width:100px}.about__icon{fill:#001260;width:48px}.about__feature-name{font-size:1.4rem;font-weight:500;color:#333}.products__button{border:2px solid #001260;color:#001260;fill:#001260;padding:.5rem 1.5rem;border-radius:6rem;font-size:1.4rem;cursor:pointer;font-weight:500;transition:.2s ease-in-out;display:flex;gap:.5rem;align-items:center;justify-content:center}.products__button:hover{background-color:#001260;color:#fff;fill:#fff}.products__container{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.products__item{width:100%;box-shadow:0 0 3px #ccc;border-radius:2rem;overflow:hidden;display:block}.products__item:hover .products__icon{transform:translate(.5rem)}.products__image-wrapper{padding:1rem;position:relative;background:#fff;background:linear-gradient(180deg,#fff,#efefef99)}.products__badge{color:#fff;font-size:1.4rem;background-color:#001260;border-radius:6rem;padding:.5rem 2rem;width:fit-content;position:absolute;top:1.5rem;left:1.5rem}.products__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:2rem}.products__image{width:100%;height:300px;object-fit:contain}.products__swiper{padding:1rem}.products__text{padding:2rem;display:flex;gap:.5rem;flex-direction:column}.products__name{font-size:1.8rem;font-weight:500;color:#333}.products__price{font-size:1.4rem;font-weight:700;color:#001260}.products__link{font-size:1.4rem;font-weight:500;color:#001260;width:fit-content;display:flex;align-items:center;gap:.5rem}.products__icon{width:2rem;fill:#001260;transition:.2s transform ease-in-out}.product{width:100%}.product__container{width:100%;padding:2rem;max-width:1300px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.product__image{width:100%;height:300px;object-fit:contain;background-color:#efefef90}.product__swiper{border-radius:1rem;margin-bottom:1rem}.product__top,.product__info{display:flex;flex-direction:column;gap:2rem}.product__name{font-size:2rem;font-weight:600;color:#333}.product__price{font-size:1.8rem}.product__short-description *{font-size:1.4rem;line-height:1.7;font-weight:500;color:#333}.product__button{background-color:#001260;padding:.5rem 1.5rem;border-radius:6rem;font-size:1.5rem;color:#fff;fill:#fff;border:none;cursor:pointer;font-weight:500;border:2px solid #001260;transition:.2s ease-in-out}.product__button:hover{background-color:#fff;color:#001260;fill:#001260}.product__thumbnail{height:75px;object-fit:contain;cursor:pointer;width:100%;background-color:#efefef90;border-radius:.5rem}.product__content{display:flex;flex-direction:column;gap:1rem}.product__content *{font-size:1.4rem;line-height:1.7;font-weight:500;color:#333}.product__content strong,.product__content b{font-weight:600}.product__content ul{list-style-type:disc;padding-left:2rem}.product__heading{font-size:2rem;font-weight:600;color:#333}.page__container{padding:4rem 2rem;max-width:1300px;width:100%;margin:0 auto}.page__title{font-size:3rem;font-weight:700;position:relative;width:fit-content}.page__title:after{content:"";position:absolute;bottom:0;left:0;width:125%;height:.2rem;background-color:#efefef}.page__content{margin-top:2rem;font-size:1.4rem}.page__content p{font-size:1.4rem;margin-bottom:1.2rem}.page__content a{font-size:1.4rem;color:#001260}.page__content h1{font-size:2.4rem;font-weight:700;margin-top:2.2rem;margin-bottom:1.2rem;line-height:1.2;color:#000}.page__content h2{font-size:2rem;font-weight:700;margin-top:2rem;margin-bottom:1.1rem;line-height:1.25;color:#000}.page__content h3{font-size:1.7rem;font-weight:700;margin-top:1.8rem;margin-bottom:1rem;line-height:1.3;color:#000}.page__content h4{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:.9rem;color:#000}.page__content h5,.page__content h6{font-size:1.3rem;font-weight:700;margin-top:1.2rem;margin-bottom:.8rem;color:#000}.page__content h6{font-size:1.2rem}.page__content ul,.page__content ol{margin:1.2rem 0 1.2rem 1.5rem;padding-left:1.2rem;list-style-type:disc}.page__content li{margin-bottom:.7rem;font-size:1.4rem;line-height:1.6}.page__content strong,.page__content b{font-weight:700;color:#000;font-size:1.4rem}.page__content em,.page__content i{font-style:italic;color:#555;font-size:1.4rem}.page__breadcrumbs{display:flex;flex-wrap:wrap;margin-top:1rem;gap:.5rem;align-items:center}.page__breadcrumbs-link{color:#000;font-size:1.4rem;font-weight:500;transition:.2s color ease-in-out}.page__breadcrumbs-link:hover{color:#001260}.page__breadcrumbs-spacer{width:20px;fill:#001260}.page__breadcrumbs-item{font-size:1.4rem;color:#000}.footer{border-top:1px solid #dedede}.footer__container{max-width:1300px;width:100%;padding:4rem 2rem;margin:0 auto;display:flex;flex-wrap:wrap}.footer__logo{width:150px}.footer__column{width:100%;margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.footer__text{font-size:1.4rem;max-width:400px}.footer__text--white{color:#fff}.footer__heading{font-size:1.4rem;font-weight:700}.footer__list{display:flex;flex-direction:column;gap:1rem}.footer__link{font-size:1.4rem;transition:.2s color ease-in-out}.footer__link:hover{color:#001260}.footer__link--white{color:#fff}.footer__link--white:hover{text-decoration:underline;color:#fff}.footer__bottom{width:100%;padding:1rem 0;background-color:#001260;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.offer__wrapper{flex-direction:row;flex-wrap:wrap}.offer__item,.products__item--shop{width:calc(50% - 1rem)}.product__top{display:flex;flex-direction:row;gap:2rem;flex-wrap:nowrap}.product__gallery,.product__info{width:50%}}@media (min-width: 1024px){.top-bar__container{flex-direction:row}.mobile-nav{display:none}.desktop-nav{display:block}.section{padding:8rem 2rem}.section--first{padding-top:4rem}.section__heading--row{flex-direction:row;align-items:flex-start}.section__title{font-size:3.6rem;padding-right:4rem;padding-left:4rem}.section__title--colored{padding-left:0;padding-right:0}.section__title--row{text-align:left}.section__subtitle{font-size:1.5rem}.section__subtitle--row{text-align:right;max-width:450px;margin-right:0;margin-left:auto}.hero{min-height:auto;height:auto}.hero__wrapper{flex-direction:row;height:100%;justify-content:space-between;padding-top:4rem;padding-bottom:4rem}.hero__text{max-width:55%}.hero__image-wrapper{max-width:45%}.hero__title{font-size:5rem}.hero__description,.hero__button{font-size:1.5rem}.hero__buttons{flex-direction:row;align-items:center}.offer__item{width:calc(33% - 1rem)}.offer__title{font-size:2.2rem}.offer__description{font-size:1.5rem}.about__wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}.about__heading{font-size:3.6rem}.about__description,.about__feature-name{font-size:1.5rem}.about__text{width:50%;max-width:600px}.about__image{width:50%;max-width:500px}.about__features{justify-content:flex-start}.products__button{font-size:1.5rem}.products__name{font-size:2rem}.products__price,.products__link{font-size:1.5rem}.products__icon{width:2.2rem}.products__item--shop{width:calc(33% - 1rem)}.product__container{padding:4rem 2rem}.product__name{font-size:2.4rem}.product__price{font-size:2rem}.product__button{font-size:1.5rem;width:fit-content}.product__short-description *{font-size:1.5rem}.product__content *{font-size:1.5rem;line-height:1.7;font-weight:500;color:#333}.product__heading{font-size:2.4rem}.page__title{font-size:4rem}.page__title--colored{color:#001260}.page__title--colored:after{display:none}.page__content{font-size:1.5rem}.page__content p{font-size:1.5rem;margin-bottom:1.4rem}.page__content a{font-size:1.5rem;color:#001260}.page__content h1{font-size:3rem;font-weight:700;margin-top:3rem;margin-bottom:1.6rem;line-height:1.15;color:#000}.page__content h2{font-size:2.4rem;font-weight:700;margin-top:2.4rem;margin-bottom:1.3rem;line-height:1.2;color:#000}.page__content h3{font-size:2rem;font-weight:700;margin-top:2rem;margin-bottom:1.1rem;line-height:1.22;color:#000}.page__content h4{font-size:1.7rem;font-weight:700;margin-top:1.7rem;margin-bottom:1rem;color:#000}.page__content h5,.page__content h6{font-size:1.5rem;font-weight:700;margin-top:1.4rem;margin-bottom:.9rem;color:#000}.page__content h6{font-size:1.3rem}.page__content ul,.page__content ol{margin:1.4rem 0 1.4rem 2rem;padding-left:1.6rem;list-style-type:disc}.page__content li{margin-bottom:.9rem;font-size:1.5rem;line-height:1.7}.page__content strong,.page__content b{font-weight:700;color:#000;font-size:1.5rem}.page__content em,.page__content i{font-style:italic;color:#555;font-size:1.5rem}.footer__column{width:calc(25% - 2rem)}.footer__column--first{width:calc(50% - 2rem);margin-right:auto}.footer__text,.footer__heading,.footer__link{font-size:1.5rem}}
