.home-advantages{padding-top:83px;padding-bottom:83px;width:100%;position:relative;background-color:#232323;color:#fff}.home-advantages__wrapper{width:100%;display:flex;flex-direction:column;gap:87px}.home-advantages__list{width:100%;display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:16px}.home-advantages__card{width:calc((100% - 48px)/4);height:466px}.home-advantages__card .card-inner{width:100%;height:100%;position:relative;background-color:#f7703c;overflow:hidden;--dur: .95s;--easing-open: cubic-bezier(.22, 1, .36, 1);--easing-close: cubic-bezier(.4, 0, .2, 1)}.home-advantages__card .card-front,.home-advantages__card .card-back{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-advantages__card .card-front{z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:20px 16px}.home-advantages__card .card-front__left{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.home-advantages__card .card-front__title{width:100%;text-align:center}.home-advantages__card .card-front__title h3{text-transform:uppercase;font-size:28px;line-height:30px;font-weight:600}.home-advantages__card .card-front__img{width:100%;height:350px}.home-advantages__card .card-front__img img{width:100%;height:100%;object-fit:cover}.home-advantages__card .card-front:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;pointer-events:none;transition:opacity var(--dur) var(--easing-close)}.home-advantages__card .card-back{z-index:2;background:#f7703c;padding:35px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;transform-origin:left bottom;opacity:0;pointer-events:none;will-change:transform,opacity;transition:opacity calc(var(--dur) * .75) var(--easing-close)}.home-advantages__card .card-back__title,.home-advantages__card .card-back__desc{opacity:0;transform:translateY(6px);transition:opacity .5s var(--easing-close),transform .6s var(--easing-close)}.home-advantages__card .card-back__title{width:100%;text-align:left}.home-advantages__card .card-back__title h3{text-transform:uppercase;font-size:20px;line-height:24px;font-weight:800}.home-advantages__card .card-back__title h3 span{color:#0006;font-variant-numeric:tabular-nums}.home-advantages__card .card-back__desc{width:100%;text-align:left}.home-advantages__card .card-back__desc p{opacity:.7;font-weight:500;font-size:18px;line-height:28px}.home-advantages__card .card-inner.is-open .card-front:after{opacity:.12;transition-timing-function:var(--easing-open)}.home-advantages__card .card-inner.is-open .card-back{transform:translateZ(0) scale(1);opacity:1;pointer-events:auto;transition-timing-function:var(--easing-open)}.home-advantages__card .card-inner.is-open .card-back__title,.home-advantages__card .card-inner.is-open .card-back__desc{transition-delay:.2s;transition-timing-function:var(--easing-open);opacity:1;transform:none}.home-advantages__card .card-inner:not(.is-open) .card-front:after{transition-timing-function:var(--easing-close)}.home-advantages__card .card-inner:not(.is-open) .card-back{transition-timing-function:var(--easing-close)}.home-advantages__card .card-inner:not(.is-open) .card-back__title,.home-advantages__card .card-inner:not(.is-open) .card-back__desc{transition-delay:0s}@media (prefers-reduced-motion: reduce){.home-advantages__card .card-front:after,.home-advantages__card .card-back,.home-advantages__card .card-inner.is-open .card-back,.home-advantages__card .card-inner:not(.is-open) .card-back{transition:none!important}.home-advantages__card .card-back{transform:none!important;opacity:1!important;pointer-events:auto!important}.home-advantages__card .card-back__title,.home-advantages__card .card-back__desc{transform:none!important;opacity:1!important}}.home-advantages__bottom{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:32px}.home-advantages__bottom-title{max-width:521px;width:100%;text-align:left}.home-advantages__bottom-title h2{text-transform:uppercase;font-size:44px;line-height:44px;font-weight:800}.home-advantages__bottom-desc{max-width:600px;width:100%;text-align:left}.home-advantages__bottom-desc p{font-weight:500;font-size:18px;line-height:28px}@media screen and (max-width: 1024px){.home-advantages{padding-top:16px;padding-bottom:28px}.home-advantages__wrapper{gap:27px}.home-advantages__list{flex-direction:column;gap:16px}.home-advantages__card{width:50%;height:425px}.home-advantages__card-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.home-advantages__card-wrapper .card-front{padding:10px;justify-content:space-between;flex-direction:column;align-items:flex-start}.home-advantages__card-wrapper .card-front__title{text-align:center}.home-advantages__card-wrapper .card-front__title h3{font-size:20px;line-height:22px}.home-advantages__card-wrapper .card-front__img img{object-position:top}.home-advantages__card-wrapper .card-back{padding:16px;gap:8px;overflow:hidden}.home-advantages__card-wrapper .card-back__title h3{font-size:16px;line-height:20px}.home-advantages__card-wrapper .card-back__desc p{font-size:14px;line-height:20px}.home-advantages__button{width:50%}.home-advantages__button .app-button{height:56px}.home-advantages__button .app-button:hover{background-color:#f7703c}.home-advantages__button .app-button:hover span{color:#fff}.home-advantages__button.active .app-button{background-color:#fff}.home-advantages__button.active .app-button span{color:#000}.home-advantages__bottom{flex-direction:column;gap:16px}.home-advantages__bottom-title{max-width:527px}.home-advantages__bottom-desc{max-width:100%}}@media screen and (max-width: 768px){.home-advantages__bottom-title{max-width:365px}.home-advantages__bottom-title h2{font-size:28px;line-height:32px}.home-advantages__bottom-desc p{font-size:16px;line-height:24px}}@media screen and (max-width: 640px){.home-advantages__card,.home-advantages__button{width:80%}}@media screen and (max-width: 480px){.home-advantages__card{width:100%}.home-advantages__card .card-front{padding:16px}.home-advantages__button{width:100%}}
