.carousel{--size-arrow:20px;--size-border:5px;grid-template-rows:90% 1fr;grid-template-columns:100px 1fr 100px;place-items:center;height:100vh;display:grid;position:relative}.carousel>.arrow{z-index:10;cursor:pointer;background-color:#00000040;border-radius:50%;grid-row:1/3;padding:15px;transition:background-color .3s;position:relative}.carousel>.arrow>div{box-sizing:border-box;width:var(--size-arrow);height:var(--size-arrow);border-top:var(--size-border) solid #ffffffd9;border-right:var(--size-border) solid #ffffffd9;transition:border .3s}.carousel>.leftBtn{grid-column:1/2}.carousel>.leftBtn>div{transform:translate(20%)rotate(-135deg)}.carousel>.rightBtn{grid-column:3/4}.carousel>.rightBtn>div{transform:translate(-20%)rotate(45deg)}.carousel>.arrow:hover{background-color:#00000080}.carousel>.arrow:hover>div{border-top:var(--size-border) solid #fff;border-right:var(--size-border) solid #fff}.carousel>.caruselBar{z-index:20;grid-area:2/2/3/3;justify-content:center;width:100%;display:flex;position:relative}.carousel>.caruselBar>.elemBar{box-sizing:content-box;opacity:.25;cursor:pointer;background-color:#fff;background-clip:padding-box;border:5px solid #fff0;width:20%;max-width:50px;height:5px;margin:0;transition:opacity .3s}.carousel>.caruselBar>.elemBar.show,.carousel>.caruselBar>.elemBar:hover{opacity:.85}.carousel>.imgBox{grid-area:1/1/3/4;width:100%;height:100%;position:relative}.carousel>.imgBox>.elemCarusel{pointer-events:none;opacity:0;grid-template-rows:1fr;grid-template-columns:1fr;place-items:center;width:100%;height:100%;transition:opacity .8s;display:grid;position:absolute}.carousel>.imgBox>.elemCarusel.show{pointer-events:auto;opacity:1}.carousel>.imgBox>.elemCarusel>img{z-index:10;object-fit:cover;grid-area:1/1/2/2;width:100%;max-width:none;height:100%;position:absolute}.carousel>.imgBox>.elemCarusel>div{color:var(--base-white);text-align:center;z-index:20;background-color:#00000059;flex-direction:column;grid-area:1/1/2/2;align-items:center;max-width:calc(100% - 200px);padding:20px 50px;display:flex;position:relative}.carousel>.imgBox>.elemCarusel>div h2{font-size:4rem;font-weight:400;line-height:100%}.carousel>.imgBox>.elemCarusel>div p{margin-top:10px;font-size:1rem;font-weight:400}.carousel>.imgBox>.elemCarusel>div .orangeBtn{margin-top:20px}@media (max-width:800px){.carousel>.leftBtn,.carousel>.rightBtn{grid-row:2/3}.carousel>.imgBox{max-width:100vw;overflow:hidden}.carousel{grid-template-columns:50px 1fr 50px}.carousel>.imgBox>.elemCarusel>div{width:100%;max-width:100vw}.carousel>.imgBox>.elemCarusel>div h2{font-size:3rem}}
.advantages{width:100%;padding-top:50px}.advantages>.topAdv{grid-template-columns:repeat(4,1fr);width:100%;padding:0 12.5%;display:grid}.advantages>.topAdv>.topAdvantageElem{justify-content:space-between;align-items:flex-start;width:100%;padding:10px;display:flex}.advantages>.topAdv>.topAdvantageElem>svg{opacity:.5;fill:#fcbb15;width:40%;height:auto}.advantages>.topAdv>.topAdvantageElem>div{width:55%}.advantages>.topAdv>.topAdvantageElem>div>h3{color:var(--base-font-orange);margin-top:20px;font-size:4rem}.advantages>.topAdv>.topAdvantageElem>div>p{font-size:1rem;font-weight:600}.advantages>.midAdv{padding:0 12.5%;display:flex}.advantages>.midAdv>.midElem{text-align:center;cursor:pointer;color:#00000080;flex-direction:column;justify-content:space-between;align-items:center;width:33.3333%;transition:color .3s;display:flex}.advantages>.midAdv>.midElem>svg{fill:#00000080;width:auto;height:50px;transition:fill .3s}.advantages>.midAdv>.midElem>.triangle{opacity:0;border-bottom:24px solid #ff8d00;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;transition:opacity .3s}.advantages>.midAdv>.midElem.show,.advantages>.midAdv>.midElem:hover{color:#ff8d00}.advantages>.midAdv>.midElem.show>svg,.advantages>.midAdv>.midElem:hover>svg{fill:#ff8d00}.advantages>.midAdv>.midElem.show>.triangle,.advantages>.midAdv>.midElem:hover>.triangle{opacity:1}.advantages>.botAdv{background:linear-gradient(90deg, var(--base-light-orange), var(--base-dark-orange));color:#fff;width:100%;padding:75px 0 100px}.advantages>.botAdv>.botElem{grid-template-columns:1fr 1fr 1fr;justify-items:center;width:100%;display:none}.advantages>.botAdv>.botElem.show{display:grid}.advantages>.botAdv>.botElem>.botSab{justify-content:flex-start;align-items:flex-start;width:calc(100% - 50px);margin-top:25px;display:flex}.advantages>.botAdv>.botElem>.botSab>img{opacity:.5;width:70px;height:auto}.advantages>.botAdv>.botElem>.botSab>div{margin-left:10px}.advantages>.botAdv>.botElem>.botSab>div>h3{font-size:1.1rem}.advantages>.botAdv>.botElem>.botSab>div>p{opacity:.8;margin-top:10px;font-size:.875rem;font-weight:400}@media (max-width:1100px){.advantages>.topAdv{grid-template-columns:50% 50%}.advantages>.topAdv>.topAdvantageElem>img{width:30%;height:auto}.advantages>.botAdv>.botElem{grid-template-columns:1fr 1fr}}@media (max-width:800px){.advantages>.topAdv{grid-template-columns:100%}.advantages>.topAdv>.topAdvantageElem{align-items:center}.advantages>.topAdv>.topAdvantageElem.rev{flex-direction:row-reverse}.advantages>.topAdv>.topAdvantageElem>img{width:40%;height:auto}.advantages>.topAdv>.topAdvantageElem>div>h3{margin-top:0}.advantages>.botAdv>.botElem{grid-template-columns:1fr}.advantages>.midAdv{text-align:center;padding:0}.advantages>.midAdv>.midElem h3{font-size:.8rem}}
