.container{max-width:var(--container-width);width:100%;margin:0 auto;position:relative}@media screen and (max-width:1100px){.container{padding:0 var(--container-padding)}}
.hero{justify-content:flex-start;align-items:center;height:724px;display:flex;overflow:hidden}@media screen and (max-width:920px){.hero{height:420px}}@media screen and (max-width:560px){.hero{background-color:var(--color-primary);height:655px;padding-top:48px;display:block}.hero>.container{height:100%}}.hero__text{z-index:2;text-align:right;width:100%;max-width:430px;position:relative}@media screen and (max-width:920px){.hero__text{max-width:336px}}@media screen and (max-width:560px){.hero__text{color:#fff;max-width:unset;text-align:center}}.hero__title{margin-bottom:var(--spacing-xl);font-size:var(--fz-heading);letter-spacing:1px;font-weight:400;line-height:80%}@media screen and (max-width:920px){.hero__title{letter-spacing:.88px;margin-bottom:20px;font-size:44px}}@media screen and (max-width:560px){.hero__title{letter-spacing:.66px;font-size:33px}}.hero__descr{font-size:var(--fz-primary);margin-bottom:60px}@media screen and (max-width:920px){.hero__descr{font-size:var(--fz-md);margin-bottom:39px}}@media screen and (max-width:560px){.hero__descr{font-size:var(--fz-sm);text-align:center;margin-bottom:25px}}.hero__button{width:307px;font-size:19px}@media screen and (max-width:560px){.hero__button{background-color:var(--color-accent-light);width:220px;font-size:var(--fz-md);color:var(--color-primary);border:none;padding:12px}}.hero__image{z-index:0;position:absolute;top:50%;right:0;translate:0 -50%}.hero__image>img{object-fit:cover}@media screen and (max-width:920px){.hero__image{width:444px;height:444px;right:32px}}@media screen and (max-width:560px){.hero__image{width:550px;height:520px;top:unset;right:unset;bottom:-15px;left:50%;translate:-50%}}
.text-glitch{display:inline-block}
.footer__info{background-color:var(--color-primary);color:var(--color-background);padding:40px 0;position:relative;overflow:hidden}.footer__info>.container{z-index:2;justify-content:center;align-items:center;gap:90px;display:flex;position:relative}.footer__info>.container>:first-child{order:0}.footer__info>.container>:nth-child(2){order:1}.footer__info>.container>:nth-child(3){order:2}@media screen and (max-width:560px){.footer__info>.container{flex-direction:column;gap:45px}.footer__info>.container>:first-child{order:2}.footer__info>.container>:nth-child(2){order:0}.footer__info>.container>:nth-child(3){order:1}}.footer__info-numbers,.footer__info-contacts{z-index:2;position:relative}.footer__info-numbers>li{font-size:var(--fz-primary);text-transform:uppercase}@media screen and (max-width:560px){.footer__info-numbers>li{text-align:center}}.footer__info-contacts>li>p{font-size:var(--fz-primary);text-align:right;color:var(--color-background);justify-content:flex-end;align-items:center;gap:6px;display:flex}@media screen and (max-width:560px){.footer__info-contacts>li>p{justify-content:center}}.footer__info-contacts>li>p a{color:var(--color-background);text-decoration:none}.footer__info-contacts>li>p a:hover{text-decoration:underline}.footer__lines{z-index:1;justify-content:space-between;align-items:center;width:2200px;display:flex;position:absolute;bottom:0;left:50%;translate:-50%}@media screen and (max-width:560px){.footer__lines{width:2270px;height:100%}.footer__lines>.footer__lines-item{height:100%}.footer__lines>.footer__lines-item>img{object-fit:fill;height:100%}}.footer__lines>.footer__lines-item:last-child{rotate:180deg}.footer__policy-mobile{order:3;font-size:14px;display:none}.footer__policy-mobile a{cursor:pointer;color:#a4a09e;text-decoration:underline}@media screen and (max-width:560px){.footer__policy-mobile{display:block}}.footer__policy{color:#a4a09e;background-color:#282826;padding:20px 0}.footer__policy>.container{justify-content:space-between;align-items:center;display:flex}@media screen and (max-width:560px){.footer__policy>.container{justify-content:center}}.footer__policy>.container>p{font-size:14px;display:block}.footer__policy>.container>p a{color:#a4a09e;text-decoration:underline}.footer__policy>.container>p:last-child{font-size:18px;font-weight:400}@media screen and (max-width:560px){.footer__policy>.container>p:first-child{display:none}}
.burger{cursor:pointer;z-index:101;background:0 0;width:20px;height:20px;transition:all .25s ease-in-out;display:none;position:relative}.burger span{background:var(--color-text-main);opacity:1;border-radius:1px;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.burger span:first-child{top:4px}.burger span:nth-child(2){top:10px}.burger span:nth-child(3){top:16px}.burger.open{z-index:-1}.burger.open span{opacity:0}
.nav-link{cursor:pointer;font-family:var(--font-roboto-condensed),sans-serif;font-size:var(--fz-md);color:var(--color-text-main);letter-spacing:.18px;font-weight:300}
.mobile-nav{z-index:100;visibility:hidden;transition:visibility .3s;position:fixed;inset:0}.mobile-nav.open{visibility:visible}.mobile-nav.open .mobile-nav__backdrop{opacity:1}.mobile-nav.open .mobile-nav__content{transform:translate(0)}.mobile-nav__backdrop{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;background:#282826d9;transition:opacity .3s;position:absolute;inset:0}.mobile-nav__content{background-color:var(--color-primary);flex-direction:column;gap:30px;width:335px;max-width:100%;padding:80px 24px;transition:transform .3s;display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}.mobile-nav__links{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.mobile-nav__links .nav-link{font-size:var(--fz-primary);color:#f2dfbe;letter-spacing:.2px}.mobile-nav__close{cursor:pointer;background:0 0;border:none;width:20px;height:20px;position:absolute;top:24px;right:24px}.mobile-nav__close:before,.mobile-nav__close:after{content:"";transform-origin:50%;background:#f2dfbe;width:100%;height:2px;position:absolute;top:50%;left:0}.mobile-nav__close:before{transform:translateY(-50%)rotate(45deg)}.mobile-nav__close:after{transform:translateY(-50%)rotate(-45deg)}
.header{background-color:#fff;width:100%;margin-top:76px}.header__logo{position:absolute;bottom:12px;left:0}@media screen and (max-width:920px){.header__logo{left:var(--container-padding)}}@media screen and (max-width:560px){.header__logo{left:50%;translate:-50%}}.header__nav{-webkit-user-select:none;user-select:none;width:100%;padding:22px 0}.header__nav-desktop{justify-content:flex-end;align-items:center;gap:30px;width:100%;display:flex}.header__burger{margin-left:auto}@media screen and (max-width:920px){.header__nav-desktop{display:none}.header__burger{display:block}}
