@charset 'UTF-8';.button{font-size:12px;font-weight:500;font-style:normal;line-height:100%;position:relative;z-index:5;display:flex;width:100%;min-width:150px;padding:16px;transition:all .5s ease;letter-spacing:.6px;text-transform:uppercase;color:#f4fff5;border-radius:60px;background:inherit;box-shadow:0 0 10px 0 rgba(255,255,255,.8) inset;justify-content:center;align-items:center}.button:after,.button:before{position:absolute;z-index:-1;width:100%;height:100%;content:'';transition:all .3s ease;border-radius:60px}.button:before{opacity:0;background:radial-gradient(189.21% 70.1% at 15.34% 39.06%,#8371f3 0%,rgba(69,156,236,.8) 100%)}.button:after{opacity:1;background:radial-gradient(189.21% 70.1% at 15.34% 39.06%,rgba(131,113,243,.5) 0%,rgba(69,156,236,0) 100%),radial-gradient(132.71% 129.73% at 63.64% -12.5%,#294fe7 0%,rgba(86,84,74,.12) 100%),radial-gradient(51.42% 94.92% at 19.32% 40.62%,#1864b7 0%,rgba(23,61,102,.56) 100%)}.button:hover:before{opacity:1}.button:hover:after{opacity:0}@media (min-width:1024px){.button{font-size:18px;width:auto;letter-spacing:.66px}}@media (min-width:1440px){.button{font-size:20px;min-width:223px;padding:10px}}@media (min-width:1600px){.button{font-size:20px;min-width:223px;padding:10px}}.button--border{font-size:14px;font-weight:500;font-style:normal;line-height:150%;padding:8px 10px;transition:all .5s ease;letter-spacing:.42px;text-transform:none;color:#f6fefe;border:1px solid #f6fefe;border-radius:100px;background:inherit;box-shadow:none}.button--border:after{position:absolute;z-index:-1;width:100%;height:100%;content:'';transition:all .3s ease;opacity:0;border-radius:100px;background:radial-gradient(189.21% 70.1% at 15.34% 39.06%,#8371f3 0%,rgba(69,156,236,.8) 100%)}.button--border:hover{color:#fff;border-color:rgba(255,255,255,.3);box-shadow:none}.button--border:hover:after{opacity:1}@media (min-width:1440px){.button--border{font-size:22px;min-width:180px;padding:8px;border:2px solid #f6fefe}}@media (min-width:1600px){.button--border{font-size:22px;min-width:223px;padding:10px;border:2px solid #f6fefe}}.light .button{border:0}.light .button--border{color:#546192;border:1px solid #546192}.light .button--border:hover{color:#fff;border-color:rgba(255,255,255,.3)}@media (min-width:1440px){.light .button--border{border:2px solid #546192}}.header{position:fixed;z-index:98;top:0;right:0;left:0;padding:22px 0}@media (min-width:1024px){.header{padding:35px 0}}@media (min-width:1400px){.header{padding:40px 0}}@media (min-width:1600px){.header{padding:52px 0}}.header.active{background:linear-gradient(180deg,#0e0b13 0%,rgba(12,7,7,0) 122.22%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header .theme-toggle{position:relative;width:54px;height:28px}@media (min-width:1440px){.header .theme-toggle{width:78px;height:40px;flex-shrink:0}}.header .theme-toggle input{display:none}.header .theme-toggle .toggle{position:relative;display:block;width:100%;height:100%;cursor:pointer;transition:all .3s ease;border:.7px solid #2f2c30;border-radius:30px;background:linear-gradient(260deg,rgba(184,229,255,.1) 0%,rgba(255,255,255,.1) 98.1%)}.header .theme-toggle .moon{pointer-events:all;opacity:1}.header .theme-toggle .moon,.header .theme-toggle .sun{position:absolute;top:2px;left:3px;display:flex;width:22px;height:22px;transition:all .3s ease;transform:translateX(25px);align-items:center;justify-content:center}@media (min-width:1440px){.header .theme-toggle .moon,.header .theme-toggle .sun{width:34px;height:34px;transform:translateX(35px)}}.header .theme-toggle .sun{pointer-events:none;opacity:0}.header .theme-toggle input:checked+.toggle{border:1px solid #b0bce2;background:linear-gradient(260deg,rgba(43,79,211,.1) 0%,rgba(58,94,225,.1) 98.1%)}.header .theme-toggle input:checked+.toggle .moon{pointer-events:none;opacity:0}.header .theme-toggle input:checked+.toggle .sun{transform:none;pointer-events:all;opacity:1}.header .container{display:flex;justify-content:space-between;align-items:center;gap:40px}.header .desktop{display:none}@media (min-width:1024px){.header .desktop{display:flex}.header .mobile{display:none}}.header_menu{position:relative;display:flex;width:28px;height:28px;margin-left:22px;cursor:pointer;transition:all .3s}.header_menu::after{bottom:6px;content:''}.header_menu span,.header_menu::after,.header_menu::before{position:absolute;right:5px;width:20px;height:2px;transition:all .3s;border-radius:10px;background:#fff}.header_menu::before{content:'';top:6px}.header_menu span{top:50%;transform:translate(0,-50%)}.header_inner{display:flex;align-items:center;gap:20px}@media (min-width:1440px){.header_inner{gap:30px}}@media (min-width:1680px){.header_inner{gap:40px}}.header_nav ul{display:flex;gap:15px}@media (min-width:1440px){.header_nav ul{gap:25px}}@media (min-width:1680px){.header_nav ul{gap:40px}}.header_nav li a{font-size:16px;font-weight:300;font-style:normal;line-height:150%;position:relative;letter-spacing:.66px;color:#e1e7eb}@media (min-width:1440px){.header_nav li a{font-size:20px}}@media (min-width:1680px){.header_nav li a{font-size:22px}}.header_nav li a::after,.header_nav li a::before{position:absolute;bottom:-3px;width:0;height:1px;content:'';transition:width .8s cubic-bezier(.68,-.55,.265,1.55);background-color:#294fe7}.header_nav li a::before{left:0}.header_nav li a::after{right:0}.header_language ul li.active:hover,.header_nav li a:hover,.menu_popup .language .lang-list li.active:hover{color:#fff}.header_nav li a:hover::after,.header_nav li a:hover::before{width:100%}.header_language{cursor:pointer}.header_language.active ul,.header_language:hover ul,.header_logo img,.menu_popup .language.active ul{display:block}.header_language.active span:after,.header_language:hover span:after,.menu_popup .language.active span:after{transform:rotate(180deg)}.header_language span,.menu_popup .language span{font-size:18px;font-weight:500;font-style:normal;line-height:150%;position:relative;display:flex;transition:all .3s ease;color:#f6fefe;align-items:center;gap:4px}@media (min-width:1440px){.header_language span{font-size:24px}}.header_language span:after,.menu_popup .language span:after{display:flex;width:11px;height:8px;content:'';transition:all .3s ease;background:url(../img/arrow.svg)}.header_language ul{position:absolute;z-index:10;display:none;width:60px;margin:0 -10px;padding:10px;list-style:none;transition:all .3s ease;color:#fff;border-radius:8px;background:#294fe7}.header_language ul li,.menu_popup .language .lang-list li{margin-bottom:4px}.header_language ul li.active,.menu_popup .language .lang-list li.active{opacity:.6;color:#fff}.header_language ul a:hover,.header_language ul li:hover,.header_language ul li:hover a,.menu_popup .language .lang-list a:hover{color:#192247}.header_language ul a,.header_language ul li,.menu_popup .language .lang-list a,.menu_popup .language .lang-list li{font-size:18px;font-weight:400;font-style:normal;line-height:150%;text-transform:uppercase;color:#fff}.header_logo img:nth-of-type(2),.light .header .header_logo img:nth-of-type(1),.light .menu_popup .logo img:nth-of-type(1),.menu_popup .logo img:nth-of-type(2){display:none}.menu_popup{position:fixed;z-index:99;top:0;left:0;display:none;width:100vw;height:100vh;padding:24px 20px 40px;background:url(../img/menu-bg.webp) no-repeat 50% 50%;background-size:cover}.menu_popup .logo{position:absolute;top:10px;left:20px;display:block;width:50px;transition:all .3s}.menu_popup .logo img{display:block;width:100%}.menu_popup .close_menu{position:absolute;z-index:10;top:25px;right:21px;display:flex;width:25px;height:25px;cursor:pointer;transition:all .3s;border:1px solid rgba(255,255,255,.9);border-radius:100px}.menu_popup .close_menu:hover{border:1px solid #fff}.menu_popup .close_menu:hover::after{transform:translate(-50%,-50%) rotate(45deg)}.menu_popup .close_menu:hover::before{transform:translate(-50%,-50%) rotate(-45deg)}.menu_popup .close_menu::after,.menu_popup .close_menu::before{position:absolute;top:50%;left:50%;width:15px;height:2px;content:'';transition:all .3s;transform:translate(-50%,-50%) rotate(-45deg);border-radius:10px;background:#ede8f8;box-shadow:0 0 4px rgba(177,131,160,.5)}.menu_popup .close_menu::before{transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 4px rgba(255,203,236,.5)}.menu_popup .inner{display:flex;flex-direction:column;height:100%;min-height:460px;justify-content:space-between}.menu_popup .language{width:-moz-fit-content;width:fit-content;cursor:pointer}@media (min-width:1440px){.menu_popup .language span{font-size:24px}}.menu_popup .language .lang-list{position:absolute;z-index:10;display:none;width:60px;margin:2px -10px 0;padding:10px;list-style:none;transition:all .3s ease;text-align:left;color:#fff;border-radius:8px;background:#294fe7}.menu_popup .button{max-width:335px;margin:0 auto;padding:12px 10px}.menu_popup ul{display:grid;padding-top:12px;text-align:center;gap:40px}.menu_popup ul li a{font-size:22px;font-weight:300;font-style:normal;line-height:150%;position:relative;display:inline-block;max-width:-moz-max-content;max-width:max-content;letter-spacing:.66px;opacity:.7;color:#e1e7eb}.menu_popup ul .active a,.menu_popup ul li a:hover{text-decoration:none;opacity:1}.light .header_language span,.light .header_nav li a,.light .menu_popup .language span{color:#546192}.light .header.active{background:linear-gradient(180deg,#b6bdd8 0%,rgba(12,7,7,0) 122.22%)}.footer_logo img,.light .header .header_logo img,.light .menu_popup .logo img{display:block}.light .header_menu span,.light .header_menu::after,.light .header_menu::before{background-color:#192247}.light .menu_popup{background:#b6bdd8}.light .menu_popup ul li a{font-weight:400;color:#192247}.light .menu_popup .close_menu{border-color:#192247}.light .menu_popup .close_menu::after,.light .menu_popup .close_menu::before{background:#192247}.footer{padding:20px 0}@media (min-width:768px){.footer{padding:30px 0}}@media (min-width:1440px){.footer{padding:50px 0}}.footer_inner{position:relative;display:flex;margin-bottom:10px;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (min-width:768px){.footer_inner{display:grid;padding-bottom:20px;grid-template-columns:1.2fr 2fr 1.2fr}.footer_inner:after{position:absolute;bottom:0;width:100%;height:1px;content:'';background:linear-gradient(103deg,rgba(28,45,97,.4) 1.81%,rgba(255,255,255,.4) 40.3%,rgba(28,45,97,.4) 81.11%)}}@media (min-width:1280px){.footer_inner{margin-bottom:20px;padding-bottom:20px}}@media (min-width:1440px){.footer_inner{margin-bottom:33px;padding-bottom:24px;align-items:flex-start}}.footer_bottom{display:flex;justify-content:space-between;align-items:center}.footer_logo{position:relative;display:flex;width:100%;margin-bottom:16px;padding:14px 0 23px}@media (min-width:768px){.footer_logo{width:auto;margin:0;padding:0;order:1}}.footer_logo a{display:block;width:55%}.footer_logo:after{position:absolute;bottom:0;width:100%;height:1px;content:'';background:linear-gradient(103deg,rgba(28,45,97,.4) 1.81%,rgba(255,255,255,.4) 40.3%,rgba(28,45,97,.4) 81.11%)}@media (min-width:768px){.footer_logo:after{display:none}}.footer_logo img:nth-of-type(2),.light .footer_logo img:nth-of-type(1){display:none}.footer_social{display:inline-flex;gap:16px}@media (min-width:768px){.footer_social{order:2;justify-content:center}}@media (min-width:1600px){.footer_social{gap:30px}}.footer_social a{display:flex;gap:8px}@media (min-width:1280px){.footer_social a{gap:12px}}.footer_mail:hover,.footer_social a:hover span{text-decoration:underline}.footer_social a:hover svg{transform:scale(1.2)}.footer_social span{display:none}@media (min-width:1024px){.footer_social span{font-weight:400;font-style:normal;line-height:120%;display:block;color:#f6fefe;font-size:18px}}@media (min-width:1400px){.footer_social span{font-size:20px}}.footer_social svg{width:20px;height:20px}@media (min-width:1440px){.footer_social svg{width:24px;height:24px}}.footer_mail,.footer_social a,.footer_social span,.footer_social svg{transition:all .3s ease}@media (min-width:768px){.footer_mail{order:3;justify-content:flex-end}}.footer .policy,.footer p,.footer_mail,.footer_mail a,h1{font-weight:400;font-style:normal;line-height:120%}.footer_mail,.footer_mail a{display:inline-flex;color:#f6fefe;align-items:center;gap:4px;font-size:14px}@media (min-width:1400px){.footer_mail a{font-size:20px;gap:12px}}.footer_mail svg{width:16px}@media (min-width:1400px){.footer_mail svg{width:24px;height:24px}}.footer .policy,.footer p{color:#e1e7eb}.footer .policy,.footer p,h1{font-size:12px}@media (min-width:1400px){.footer p{font-size:20px}}.footer .policy{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}@media (min-width:1400px){.footer .policy{font-size:20px}}.light .footer_logo img,article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}.light .footer_social svg path{fill:#192247;stroke:#192247}.light .footer_social span{color:#192247}.light .footer .policy,.light .footer_mail a{color:#546192}.light .footer .policy svg path,.light .footer_mail a svg path{stroke:#546192}.popup-application,.popup-thank{position:fixed;z-index:100;top:0;right:0;display:none;overflow:auto;width:100%;height:100%;background:rgba(13,8,8,.8);-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px)}.popup-application .other-side,.popup-thank .other-side{position:absolute;z-index:1;top:0;right:0;width:100%;height:100%}.popup-application .close,.popup-thank .close{position:absolute;z-index:10;top:18px;right:21px;display:flex;width:25px;height:25px;cursor:pointer;transition:all .3s;border:2px solid rgba(255,255,255,.9);border-radius:100px}@media (min-width:768px){.popup-application .close,.popup-thank .close{display:none}}.popup-application .close:hover,.popup-thank .close:hover{border:1px solid #fff}.popup-application .close:hover::after,.popup-thank .close:hover::after{transform:translate(-50%,-50%) rotate(45deg)}.popup-application .close:hover::before,.popup-thank .close:hover::before{transform:translate(-50%,-50%) rotate(-45deg)}.popup-application .close::after,.popup-application .close::before,.popup-thank .close::after,.popup-thank .close::before{position:absolute;top:50%;left:50%;width:10px;height:2px;content:'';transition:all .3s;transform:translate(-50%,-50%) rotate(-45deg);border-radius:10px;background:#ede8f8;box-shadow:0 0 4px rgba(177,131,160,.5)}.popup-application .close::before,.popup-thank .close::before{transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 4px rgba(255,203,236,.5)}.popup-application .popup-content,.popup-thank .popup-content{position:relative;z-index:2;top:0;left:50%;display:flex;width:88%;max-width:774px;height:-moz-fit-content;height:fit-content;padding:20px 10px;transition:all .3s;transform:translate(-50%,0%);border:1px solid #b8e5ff;border-radius:12px;background:#24242a}@media (min-height:700px){.popup-application .popup-content,.popup-thank .popup-content{top:50%;transform:translate(-50%,-50%)}}@media (min-width:768px){.popup-application .popup-content,.popup-thank .popup-content{padding:40px;border-radius:20px}}@media (min-width:1024px){.popup-application .popup-content,.popup-thank .popup-content{padding:50px;border-radius:30px}}.popup-application .popup-content .popup-inner,.popup-thank .popup-content .popup-inner{width:100%}.popup-application .popup-content .close,.popup-thank .popup-content .close{display:none}@media (min-width:768px){.popup-application .popup-content .close,.popup-thank .popup-content .close{top:24px;display:block}}.popup-application .popup-content .title,.popup-thank .popup-content .title{font-size:28px;font-weight:600;font-style:normal;line-height:110%;display:block;margin-bottom:10px;text-align:center;letter-spacing:1.4px;color:#f6fefe}@media (min-width:1024px){.popup-application .popup-content .title,.popup-thank .popup-content .title{font-size:48px;margin-bottom:5px;letter-spacing:2.4px}}.popup-application .popup-content .description{margin-bottom:13px}.popup-application .popup-content .description,.popup-thank .popup-content .description{max-width:765px;text-align:center;color:#e1e7eb}@media (min-width:1024px){.popup-application .popup-content .description,.popup-thank .popup-content .description{font-size:18px;line-height:150%;max-width:600px;margin:0 auto 20px;letter-spacing:.54px}}.popup-application .popup-content .form-item,.popup-thank .popup-content .form-item{position:relative;margin-bottom:5px}@media (min-width:1024px){.popup-application .popup-content .form-item,.popup-thank .popup-content .form-item{margin-bottom:8px}}.popup-application .popup-content .form-action,.popup-thank .popup-content .form-action{display:flex;flex-direction:column;margin-top:20px;gap:7px}@media (min-width:768px){.popup-application .popup-content .form-action,.popup-thank .popup-content .form-action{flex-direction:row;margin-top:26px;gap:20px}.popup-application .popup-content .form-row,.popup-thank .popup-content .form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}}@media (min-width:1024px){.popup-application .popup-content .form-row,.popup-thank .popup-content .form-row{gap:8px}}.popup-application .popup-content .button--border,.popup-thank .popup-content .button--border{font-size:12px;font-weight:600;font-style:normal;line-height:100%;padding:14px 12px;letter-spacing:.6px;text-transform:uppercase}@media (min-width:1280px){.popup-application .popup-content .button--border,.popup-thank .popup-content .button--border{font-size:18px}}.popup-application .popup-content .button,.popup-thank .popup-content .button{font-size:12px;font-weight:600}@media (min-width:768px){.popup-application .popup-content .button,.popup-thank .popup-content .button{flex-basis:50%}}@media (min-width:1280px){.popup-application .popup-content .button,.popup-thank .popup-content .button{font-size:18px;min-width:266px;padding:20px}}.popup-application .popup-content .jcf-select,.popup-application .popup-content input,.popup-thank .popup-content .jcf-select,.popup-thank .popup-content input{height:34px;padding:4px 12px}.popup-application .popup-content .jcf-select,.popup-application .popup-content input,.popup-application .popup-content textarea,.popup-thank .popup-content .jcf-select,.popup-thank .popup-content input,.popup-thank .popup-content textarea{font-size:14px;font-weight:300;font-style:normal;line-height:120%;position:relative;display:flex;width:100%;color:#f6fefe;border:1px solid rgba(246,254,254,.1);border-radius:8px;background:linear-gradient(260deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.05) 98.1%);align-items:center;justify-content:space-between;gap:24px;align-self:stretch}@media (min-width:1024px){.popup-application .popup-content .jcf-select,.popup-application .popup-content input,.popup-application .popup-content textarea,.popup-thank .popup-content .jcf-select,.popup-thank .popup-content input,.popup-thank .popup-content textarea{height:50px;border-radius:12px}}@media (min-width:1280px){.popup-application .popup-content .jcf-select,.popup-application .popup-content input,.popup-application .popup-content textarea,.popup-thank .popup-content .jcf-select,.popup-thank .popup-content input,.popup-thank .popup-content textarea{font-size:16px;padding:8px 24px}}@media (min-width:1440px){.popup-application .popup-content .jcf-select,.popup-application .popup-content input,.popup-application .popup-content textarea,.popup-thank .popup-content .jcf-select,.popup-thank .popup-content input,.popup-thank .popup-content textarea{font-size:18px}}.popup-application .popup-content .item-error input,.popup-application .popup-content .wpcf7-form-control-wrap .wpcf7-not-valid .jcf-select,.popup-application .popup-content .wpcf7-not-valid+.jcf-select,.popup-application .popup-content input.wpcf7-form-control.wpcf7-not-valid.wpcf7-text.wpcf7-validates-as-required,.popup-thank .popup-content .item-error input,.popup-thank .popup-content .wpcf7-form-control-wrap .wpcf7-not-valid .jcf-select,.popup-thank .popup-content .wpcf7-not-valid+.jcf-select,.popup-thank .popup-content input.wpcf7-form-control.wpcf7-not-valid.wpcf7-text.wpcf7-validates-as-required{border-color:#f44336}.popup-application .popup-content .wpcf7 form.sent .wpcf7-response-output,.popup-thank .popup-content .wpcf7 form.sent .wpcf7-response-output{color:#46b450;border-radius:20px}.popup-application .popup-content .wpcf7 form.invalid .wpcf7-response-output,.popup-application .popup-content .wpcf7 form.payment-required .wpcf7-response-output,.popup-application .popup-content .wpcf7 form.unaccepted .wpcf7-response-output,.popup-thank .popup-content .wpcf7 form.invalid .wpcf7-response-output,.popup-thank .popup-content .wpcf7 form.payment-required .wpcf7-response-output,.popup-thank .popup-content .wpcf7 form.unaccepted .wpcf7-response-output{margin:1em 0;padding:0;color:red;border:0}.popup-application .popup-content .error.show,.popup-application .popup-content .wpcf7-not-valid-tip,.popup-thank .popup-content .error.show,.popup-thank .popup-content .wpcf7-not-valid-tip{font-size:12px;font-weight:300;font-style:normal;line-height:120%;display:block;padding:4px 14px 0;color:#f44336}@media (min-width:1280px){.popup-application .popup-content .wpcf7-not-valid-tip,.popup-thank .popup-content .wpcf7-not-valid-tip{font-size:14px;padding:7px 26px 0}}.popup-application .popup-content .error,.popup-thank .popup-content .error{display:none}.popup-application .popup-content .error.show,.popup-thank .popup-content .error.show{padding:4px 10px 0}@media (min-width:1024px){.popup-application .popup-content .error.show,.popup-thank .popup-content .error.show{padding:4px 14px 0}}@media (min-width:1280px){.popup-application .popup-content .error.show,.popup-thank .popup-content .error.show{font-size:14px;padding:7px 26px 0}}.popup-application .popup-content .jcf-select-text,.popup-thank .popup-content .jcf-select-text{font-size:14px;font-weight:300;font-style:normal;line-height:120%;opacity:.5;color:#f6fefe}@media (min-width:1280px){.popup-application .popup-content .jcf-select-text,.popup-thank .popup-content .jcf-select-text{font-size:16px}}@media (min-width:1440px){.popup-application .popup-content .jcf-select-text,.popup-thank .popup-content .jcf-select-text{font-size:18px}}.popup-application .popup-content .jcf-select-opener,.popup-thank .popup-content .jcf-select-opener{display:flex;width:16px;height:24px;background-image:url(../img/arrow-down.svg);background-position:50%}@media (min-width:1024px){.popup-application .popup-content .jcf-select-opener,.popup-thank .popup-content .jcf-select-opener{width:24px}}.popup-application .popup-content textarea,.popup-thank .popup-content textarea{height:106px;padding:10px 12px;resize:none}@media (min-width:1024px){.popup-application .popup-content textarea,.popup-thank .popup-content textarea{height:156px}}@media (min-width:1280px){.popup-application .popup-content textarea,.popup-thank .popup-content textarea{padding:18px 22px}}.popup-application .popup-content .jcf-select-drop,.popup-thank .popup-content .jcf-select-drop{position:absolute;z-index:9;top:100%;left:-1px}.popup-application .popup-content .jcf-list-content,.popup-thank .popup-content .jcf-list-content{font-size:14px;font-weight:300;font-style:normal;line-height:120%;position:relative;top:0;display:block;color:#f6fefe;border:1px solid rgba(246,254,254,.1);border-radius:8px;background:#181518}.popup-application .popup-content .jcf-list-content ul,.popup-thank .popup-content .jcf-list-content ul{margin:0;padding:5px 0;list-style:none}.popup-application .popup-content .jcf-option,.popup-thank .popup-content .jcf-option{display:block;padding:4px 10px;cursor:pointer}.popup-application .popup-content .jcf-option:hover,.popup-thank .popup-content .jcf-option:hover{background:gray}.popup-application .popup-content .jcf-option.jcf-option-hideme,.popup-thank .popup-content .jcf-option.jcf-option-hideme,template{display:none}.popup-application .popup-content .jcf-option.jcf-disabled.jcf-selected,.popup-thank .popup-content .jcf-option.jcf-disabled.jcf-selected{pointer-events:none}.popup-thank .popup-content .description{margin-bottom:0}.light .popup-application{background:linear-gradient(180deg,#b6bdd8 0%,rgba(12,7,7,0) 122.22%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.light .popup-application .popup-content{background-color:#fff}.light .popup-application .popup-content .title{color:#192247}.light .popup-application .popup-content .jcf-select,.light .popup-application .popup-content input,.light .popup-application .popup-content textarea{color:#546192;border:1px solid rgba(246,254,254,.1);background:linear-gradient(260deg,rgba(68,75,103,.05) 0%,rgba(68,75,103,.05) 98.1%)}.light .popup-application .popup-content .jcf-select-opener{background-image:url(../img/arrow-dark.svg)}.light .popup-application .popup-content .jcf-list-content{color:#546192;border:1px solid #546192;background:#e8ecf2}.light .popup-application .popup-content .jcf-select-text{opacity:1;color:#546192}.light .close{border-color:#192247}.light .close::after,.light .close::before{background-color:#192247}@font-face{font-family:'Cormorant Garamond';font-weight:300;font-style:italic;src:url(../fonts/Garamond/CormorantGaramond-LightItalic.eot);src:url(../fonts/Garamond/CormorantGaramond-LightItalic.eot?#iefix) format('embedded-opentype'),url(../fonts/Garamond/CormorantGaramond-LightItalic.woff2) format('woff2'),url(../fonts/Garamond/CormorantGaramond-LightItalic.woff) format('woff'),url(../fonts/Garamond/CormorantGaramond-LightItalic.svg#CormorantGaramond-LightItalic) format('svg')}@font-face{font-family:'fontello';font-weight:400;font-style:normal;src:url(../fonts/fontello.eot?48529630);src:url(../fonts/fontello.eot?48529630#iefix) format('embedded-opentype'),url(../fonts/fontello.woff2?48529630) format('woff2'),url(../fonts/fontello.woff?48529630) format('woff'),url(../fonts/fontello.ttf?48529630) format('truetype'),url(../fonts/fontello.svg?48529630#fontello) format('svg')}[class*=' icon-']:before,[class^=icon-]:before{font-family:'fontello';font-weight:400;font-style:normal;font-variant:normal;line-height:1em;display:inline-block;width:1em;margin-right:.2em;margin-left:.2em;text-align:center;text-decoration:inherit;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-facebook-logo:before{content:'\e800'}.icon-vk:before{content:'\e801'}.icon-instagram:before{content:'\e802'}.icon-plus:before{content:'\e803'}.icon-youtube:before{content:'\e804'}.icon-right-arrow:before{content:'\e805'}.icon-level-1:before{content:'\e806'}.icon-odnoklassnik:before{content:'\e807'}.icon-error:before{content:'\e808'}.icon-download:before{content:'\e809'}.icon-level-2:before{content:'\e80a'}.icon-types-tourism-2:before{content:'\e80b'}.icon-types-tourism-3:before{content:'\e80c'}.icon-types-tourism-4:before{content:'\e80d'}.icon-level-3:before{content:'\e80e'}.icon-level-4:before{content:'\e80f'}.icon-types-tourism-7:before{content:'\e810'}.icon-types-tourism-8:before{content:'\e811'}.icon-types-tourism-9:before{content:'\e812'}.icon-types-tourism-1:before{content:'\e813'}.icon-types-tourism-5:before{content:'\e814'}.icon-types-tourism-6:before{content:'\e815'}.icon-types-hiking-3:before{content:'\e816'}.icon-level-5:before{content:'\e817'}.icon-level-6:before{content:'\e818'}.icon-types-hiking-6:before{content:'\e819'}.icon-types-hiking-1:before{content:'\e81a'}.icon-types-hiking-2:before{content:'\e81b'}.icon-types-hiking-5:before{content:'\e81c'}.icon-types-hiking-4:before{content:'\e81d'}.icon-search:before{content:'\e81e'}.icon-next:before{content:'\e81f'}.icon-refresh:before{content:'\e820'}.icon-star:before{content:'\e821'}.icon-binoculars:before{content:'\e822'}.icon-clock:before{content:'\e823'}.icon-attachment:before{content:'\e824'}.icon-smile:before{content:'\e825'}.icon-hand:before{content:'\e826'}.icon-arrow:before{content:'\e827'}.icon-route:before{content:'\e828'}.icon-rout:before{content:'\e829'}.icon-checked:before{content:'\e82a'}.icon-settings:before{content:'\e82b'}.icon-door:before{content:'\e82c'}.icon-email:before{content:'\e82d'}.icon-right-arr:before{content:'\e82e'}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;height:100%}body,html,sub,sup{position:relative}body{margin:0;min-height:100vh;background-color:#0c0707;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1{font-size:40px;font-weight:500;line-height:110%;margin:0 0 .67em}figure{margin:1em 40px}hr{overflow:visible;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects;cursor:pointer;color:#5b8cff}a:active,a:hover{outline-width:0}abbr[title]{text-decoration:underline dotted;border-bottom:none;-webkit-text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{color:#000;background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none;max-width:100%;height:auto}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver}legend{display:table;max-width:100%;white-space:normal;color:inherit}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}[hidden]{display:none}body.light{background-color:#f0f4f8}.wrapper{overflow:hidden}*{font-family:'Rubik',sans-serif;box-sizing:border-box;margin:0;padding:0;list-style:none;text-decoration:none;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-ms-box-sizing:border-box;-o-box-sizing:border-box}:after,:before{box-sizing:inherit}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-track{background:inherit}body::-webkit-scrollbar-thumb{border:1px solid #294fe7;border-radius:20px;background-color:#294fe7}i{font-style:normal}ol li,ul li{margin:0}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none}input:not([type=checkbox]):not([type=radio]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}button{cursor:pointer}.clearfix:after{font-size:0;display:block;visibility:hidden;clear:both;height:0;content:' '}input{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width:1024px){h1{font-size:60px}}@media (min-width:1400px){h1{font-size:80px}}@media (min-width:1680px){h1{font-size:100px}}.description,h2,p{font-size:28px;font-weight:600;font-style:normal;line-height:110%;margin-top:0;letter-spacing:1.4px}@media (min-width:1024px){h2{font-size:46px;letter-spacing:2.58px}}@media (min-width:1400px){h2{font-size:56px;letter-spacing:2.8px}}@media (min-width:1600px){h2{font-size:76px}}@media (min-width:1800px){h2{font-size:86px}}.description,p{font-size:16px;font-weight:300;line-height:150%;letter-spacing:.48px}@media (min-width:1024px){p{font-size:18px}}@media (min-width:1400px){p{font-size:22px}}@media (min-width:1600px){p{font-size:28px}}.description{font-size:14px;letter-spacing:.42px}@media (min-width:1024px){.description{font-size:16px}}@media (min-width:1400px){.description{font-size:20px}}@media (min-width:1600px){.description{font-size:24px}}.text{font-size:14px;font-weight:300;font-style:normal;line-height:150%;margin-top:0;letter-spacing:.42px}@media (min-width:1024px){.text{font-size:16px}}@media (min-width:1400px){.text{font-size:18px}}@media (min-width:1600px){.text{font-size:22px}}.container{position:relative;width:100%;margin:0 auto;padding:0 20px}@media (min-width:768px){.container{padding:0 40px}}@media (min-width:1280px){.container{padding:0 80px}}@media (min-width:1600px){.container{padding:0 102px}}@media (min-width:1800px){.container{width:1720px;padding:0}}