/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;z-index:12;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-scrolling .c-scrollbar,.has-scroll-dragging .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:400;src:url(/assets/tektur-v3-cyrillic_latin-regular-d36e5044.woff2) format("woff2")}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:500;src:url(/assets/tektur-v3-cyrillic_latin-500-3c266b1f.woff2) format("woff2")}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:600;src:url(/assets/tektur-v3-cyrillic_latin-600-53eac03a.woff2) format("woff2")}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:700;src:url(/assets/tektur-v3-cyrillic_latin-700-9057d7ba.woff2) format("woff2")}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:800;src:url(/assets/tektur-v3-cyrillic_latin-800-660970ae.woff2) format("woff2")}@font-face{font-display:swap;font-family:Tektur;font-style:normal;font-weight:900;src:url(/assets/tektur-v3-cyrillic_latin-900-8e2e5909.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/assets/manrope-v15-cyrillic_latin-500-9eea5649.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/assets/manrope-v15-cyrillic_latin-600-b19ed315.woff2) format("woff2")}:root{--white: #F2F2F2;--font: "Tektur";--black: #0A0A0A}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}ul,ol{padding:0;list-style:none}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure{margin:0;font-weight:400}::-webkit-scrollbar{width:6px;height:2px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:var(--black)}::-webkit-scrollbar-thumb:hover{background:#555}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;overflow-x:hidden!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent;margin:0;font-family:var(--font),sans-serif;background:var(--black);color:var(--white)}a{text-decoration:none}img,svg{max-width:100%;display:block}input{border:none}input,button,textarea,select,a{outline:none;font:inherit}input:focus,button:focus,textarea:focus,select:focus,a:focus{outline:none}label{display:block}.container{max-width:1120px;padding:0 15px;margin:0 auto;position:relative;width:100%}.hero{padding:20px;position:relative}.hero-content{height:calc(100vh - 40px);border-radius:40px;overflow:hidden;padding:80px;position:relative}@media (max-width: 768px){.hero-content{padding:100px 5px 35px;height:calc(100vh - 100px)}}.hero-bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.hero-bg-mobile{display:none}@media (max-width: 768px){.hero-bg{display:none}.hero-bg-mobile{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}}.hero-title{font-size:40px;text-transform:uppercase;line-height:1em;margin-bottom:120px;letter-spacing:4px}.hero-title span{color:#858585}@media (max-width: 768px){.hero-title{font-size:20px;line-height:110%;max-width:60%;margin-bottom:32px;letter-spacing:2px}}.hero-description{font-size:16px;font-family:Manrope;text-transform:uppercase}.hero-description span{color:#858585}@media (max-width: 768px){.hero-description{font-size:12px}}.hero-heading{position:absolute;bottom:10px;left:0;width:100%;text-align:center;font-size:148px;text-transform:uppercase;font-weight:400}@media (max-width: 768px){.hero-heading{top:50%;bottom:auto;font-size:32px}}.form{padding:160px 0;font-family:Manrope}.form h2{text-align:center}@media (max-width: 768px){.form{padding:110px 0}}.form-row{display:flex;margin:0 -60px}@media (max-width: 768px){.form-row{flex-wrap:wrap;margin:0}}.form-col{padding:0 60px}.form-col:first-child{flex:0 0 55%}.form-col:last-child{flex:0 0 45%}@media (max-width: 768px){.form-col:last-child{order:-1}}@media (max-width: 768px){.form-col{flex:0 0 100%!important;padding:0}}.form-group{margin-bottom:8px}.form-group input{height:56px;border-radius:100px;border:1px solid #2E2E2E;background:transparent;width:100%;padding:20px;color:var(--white)}.form-file{padding:8px;border:1px solid #2E2E2E;border-radius:100px;margin-top:10px;display:flex;align-items:center;font-size:14px}.form-file-btn{background:var(--white);height:38px;font-weight:500;border-radius:100px;color:var(--black);padding:0 16px;display:flex;align-items:center}.form-file-name{padding-left:16px;color:#858585}.form-file input{display:none}.form-label{font-size:14px;margin-top:15px}.form-submit{width:100%;height:56px;text-align:center;font-size:14px;border-radius:99px;font-weight:600;margin-top:8px;border:none;cursor:pointer}.form-title{font-size:42px;font-family:Tektur;text-transform:uppercase;line-height:110%;margin-bottom:100px}@media (max-width: 768px){.form-title{font-size:28px;margin-bottom:32px}}.form-title span{color:#858585}.form-hint{font-size:16px;font-family:Manrope;text-transform:uppercase;font-weight:500}@media (max-width: 768px){.form-hint{margin-bottom:32px}}.form-hint span{color:#858585}.footer{padding-bottom:140px}@media (max-width: 768px){.footer{padding-bottom:30px}}.footer-row{display:flex;align-items:center}@media (max-width: 768px){.footer-row{flex-wrap:wrap;margin:0}}.footer-col:first-child{flex:0 0 40%}.footer-col:last-child{flex:0 0 60%}@media (max-width: 768px){.footer-col{flex:0 0 100%!important;padding:0}}.footer-map{border-radius:40px;overflow:hidden}.footer-map iframe{display:block;filter:grayscale(100%)}@media (max-width: 768px){.footer-map{margin-top:40px}}.footer-title{margin-bottom:100px;font-size:42px;text-transform:uppercase;line-height:1.2em}@media (max-width: 768px){.footer-title{font-size:28px;margin-bottom:32px}}.footer-title span{color:#858585}.footer-contact{margin-bottom:32px;font-family:Manrope}@media (max-width: 768px){.footer-contact-item{margin-bottom:12px}}.footer-contact-item a{color:var(--white)}.footer-contact-info{font-size:14px;text-transform:uppercase;color:#858585;font-weight:500}@media (max-width: 768px){.footer-contact-info{display:block}}.footer-address{font-family:Manrope}.footer-address a{color:#858585;text-decoration:underline}
