.home-hero{display:flex;align-items:center;margin-top:50px;padding-bottom:100px}.home-hero__content{flex:1 1;min-width:300px}.home-hero__title{font-size:2.5rem;font-weight:700}.home-hero__subtitle{font-size:1.3rem;font-weight:400;margin-top:50px}.home-hero__image{flex:1 1}.home-hero__image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.home-hero-cta{width:calc(200% / 12 * 4);margin-top:50px}@media (max-width:768.98px){.home-hero{flex-direction:column;margin-top:100px}.home-hero__image{order:-1;margin-bottom:20px;width:100%}.home-hero-cta{width:100%;max-width:333px}.home-hero__content{width:100%;padding:20px}}.home-advantages{margin-top:50px;padding:100px 0;background-color:var(--color-dark);color:var(--color-light);position:relative;z-index:0}.home-advantages-wrapper{position:relative;z-index:2}.home-advantages:after{position:absolute;top:50%;right:0;transform:translateY(-50%);width:100%;height:150%;background-image:url(/img/hexogonal.svg);background-repeat:no-repeat;background-position:100%;background-size:contain;z-index:-1}.home-advantages *{z-index:10}.home-advantages h2{font-size:2.5rem;color:var(--color-accent);font-weight:700}.home-advantages p{padding-top:20px;font-size:1rem;color:var(--color-light)}.home-advantages b{color:var(--color-accent);font-weight:700}.home-advantages-list{color:var(--color-light);padding-left:30px;font-size:1.2rem;max-width:620px;margin-top:2rem}.home-advantages-list li{line-height:1.9rem;position:relative;margin-top:1rem}.home-advantages-list li:before{content:"";width:.5rem;height:.5rem;background-color:var(--color-accent);border-radius:100%;display:inline-block;position:absolute;top:.7rem;left:-1.5rem}@media screen and (max-width:768px){.home-advantages:after{background-size:cover;background-position:0 100%}}.home-catalog{padding:100px 0}.home-catalog h2{font-size:2.5rem;font-weight:700}.home-catalog-cta{margin-top:50px}