@charset "UTF-8";:root{--primary-color: #ffffff;--white-color: #ffffff;--base-blue: #121212;--second-color: #b5b1c6;--loader-accent: #6418f3;--loader-muted: #47475a;--color-main: #ed4300;--bg-color: hsla(0,0%,100%,.1);--radius: 6px}body{overflow-x:hidden;margin:0 auto;color:var(--primary-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;min-height:100vh;height:100%;display:flex;flex-direction:column;position:relative;background:var(--base-blue)}a{color:var(--color-main);transition:color .3s ease}@media(hover:hover)and (pointer:fine){a:hover{color:var(--primary-color)}}main{width:100%;flex-grow:1;margin:0 auto}.container{max-width:1320px;width:100%;margin:0 auto;padding:20px 20px 80px}@media screen and (max-width:768px){.container{padding:0 20px 40px}}.h2-title{font-size:32px;line-height:1.4}@media screen and (max-width:768px){.h2-title{font-size:24px}}*{box-sizing:border-box}picture{display:flex}html[dir=rtl] .header__lang-list li.active:after{right:auto;left:-25px;transform:rotateY(180deg)}.header{padding-top:0!important;background:radial-gradient(64.55% 173.09% at 5.14% 129.72%,#ed4300,#9a00ed00),radial-gradient(49.17% 153.3% at 45.1% 154.82%,#6700ed,#4600a100),linear-gradient(180deg,#000000b3,#0000)}.header__nav{max-width:1280px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;margin:0 auto}.header__logo{display:flex;gap:14px;align-items:center;text-decoration:none;cursor:default}.header__logo:is(a):hover{cursor:pointer}.header__logo-img{display:block;height:30px;width:auto}.header__lang{position:relative}@media screen and (max-width:630px){.header__lang{position:static}}.header__lang-button{padding:0;margin:0;background:inherit;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:6px;font-size:14px;font-weight:500;line-height:24px;color:#b7b4bb;text-transform:uppercase}.header__lang-button.hide{display:none}.header__lang-close-button{padding:0;margin:0;background:inherit;cursor:pointer;display:none;background:none;border:none}.header__lang-close-button svg{rotate:45deg}@media screen and (max-width:630px){.header__lang-close-button.show{display:block;position:fixed;top:16px;right:16px;z-index:100001}}.header__lang-list{margin:0;list-style-type:none;display:none;box-shadow:0 2px 2px #fff3 inset;grid-template-columns:repeat(3,minmax(max-content,1fr));column-gap:50px;position:absolute;top:35px;right:0;min-width:150px;background:#121212;z-index:999999;padding:24px 35px 24px 24px;border:1px solid rgba(255,255,255,.1019607843);border-radius:10px}@media screen and (max-width:600px){.header__lang-list{right:-25px}}@media screen and (max-width:630px){.header__lang-list{display:grid;position:fixed;inset:0 0 0 auto;width:min(85vw,320px);height:100dvh;padding:72px 24px 24px;grid-template-columns:1fr;align-content:start;gap:0;border:none;border-left:1px solid rgba(255,255,255,.1019607843);border-radius:0;box-shadow:-8px 0 24px #0006;background:#121212;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:100000;transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease}.header__lang-list li{padding:14px 4px;border-bottom:1px solid rgba(255,255,255,.0705882353)}}.header__lang-list_show{display:grid}@media screen and (max-width:630px){.header__lang-list_show{transform:translate(0);visibility:visible}}.header__lang-list li{padding:10px 0}.header__lang-list li.active span{position:relative}.header__lang-list li.active span:after{content:"";width:24px;height:24px;position:absolute;right:-30px;top:calc(50% - 12px);background:url(/images/icons/check.svg) no-repeat}@media(hover:hover)and (pointer:fine){.header__lang-list li:has(a):hover{color:var(--second-color)}}.header__lang-list a,.header__lang-list span{font-size:16px;font-weight:500;line-height:24px}.header__lang-list a{text-decoration:none;transition:all .6s ease;color:var(--second-color)}@media(hover:hover)and (pointer:fine){.header__lang-list a:hover{color:var(--primary-color);text-decoration:underline}}.header__lang-list span{color:var(--primary-color)}.header__form{text-align:center;margin:42px auto 0}@media all and (max-width:768px){.header__form{margin:50px auto 0}}.header__form-great-choise{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;vertical-align:middle;width:fit-content;border:1px solid rgba(255,255,255,.1019607843);border-radius:9999px;padding:10px 20px;margin:auto auto 20px}.header__form-title{font-size:78px;font-weight:700;line-height:90px;color:var(--primary-color);margin:0 auto 16px}@media all and (max-width:768px){.header__form-title{font-size:calc(24px + 36 * (100vw - 300px) / 1300);line-height:44px}}.header__form-text{margin:0;font-size:20px;line-height:32px;color:var(--second-color)}@media all and (max-width:768px){.header__form-text{margin:8px auto 52px}}.header__form-text a{color:var(--primary-color);text-decoration:none}.header__bullets{list-style:none;padding:0;margin:28px auto 0;display:inline-grid;grid-template-columns:repeat(3,auto);column-gap:40px;row-gap:8px;text-align:left}@media all and (max-width:768px){.header__bullets{grid-template-columns:repeat(2,auto)}}@media all and (max-width:480px){.header__bullets{grid-template-columns:1fr}}.header__bullet{font-size:16px;line-height:22px;color:var(--primary-color);padding-left:20px;position:relative}.header__bullet:before{content:"✓";position:absolute;left:0;color:#ff6a00;font-weight:700}.header__active-pages{margin-bottom:52px}.header__active-pages-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.header__active-pages-list{flex-wrap:wrap;gap:10px}}.header__active-pages-item{white-space:nowrap;font-size:16px;line-height:20px;padding:8px 14px;background:#d3d1f90f;box-shadow:0 -1px #ffffff17;border-radius:100px}.header__active-pages-item:has(a):hover{color:var(--primary-color);cursor:pointer}@media screen and (max-width:768px){.header__active-pages-item{padding:6px 10px;font-size:14px}}.header__active-pages-item--new{padding:1px 6px;font-size:16px;line-height:20px;border-radius:100px;background:#41e6ff;color:#121212}@media screen and (max-width:768px){.header__active-pages-item--new{font-size:14px;padding:1px 4px}}.header__active-pages-link{color:var(--second-color);text-decoration:none}@media(hover:hover)and (pointer:fine){.header__active-pages-link:hover{color:var(--primary-color)}}@media screen and (max-width:768px){.header__active-pages-link{font-size:14px}}.header__breadcrumbs{font-size:14px;line-height:20px;margin-bottom:70px}.header__breadcrumbs-list{display:flex;align-items:center;gap:10px;list-style:none;margin:0;padding:0}.header__breadcrumbs-list-item{color:var(--second-color)}.header__breadcrumbs-list-item a{color:var(--second-color);text-decoration:none}@media(hover:hover)and (pointer:fine){.header__breadcrumbs-list-item a:hover{text-decoration:underline}}.header__breadcrumbs-separator{margin-left:10px}html:dir(rtl) .header__lang-list{left:0;right:inherit}@media screen and (max-width:630px){html:dir(rtl) .header__lang-list{inset:0 auto 0 0;border-left:none;border-right:1px solid rgba(255,255,255,.1019607843);box-shadow:8px 0 24px #0006;transform:translate(-100%)}html:dir(rtl) .header__lang-list_show{transform:translate(0)}html:dir(rtl) .header__lang-close-button.show{right:auto;left:16px}}@media screen and (max-width:630px){body.lang-menu{overflow:hidden}body.lang-menu:after{content:"";position:fixed;inset:0;background:#00000080;z-index:99999}}.footer{padding-top:0;padding-bottom:0;margin-top:30px}.footer__header{display:flex;align-items:flex-start;padding:40px 0;gap:20px;justify-content:space-between;border-top:1px solid #443691;border-bottom:1px solid #443691}@media screen and (max-width:768px){.footer__header{flex-direction:column;align-items:center;gap:0}}.footer__about-logo{display:flex;align-items:center;gap:14px;color:var(--primary-color)}@media all and (max-width:768px){.footer__about-logo{margin:0 auto}}.footer__about-logo span{font-size:16px;font-weight:300}.footer__about-logo.link{width:max-content;text-decoration:none;transition:all .6s ease;color:var(--second-color)}@media(hover:hover)and (pointer:fine){.footer__about-logo.link:hover{color:var(--primary-color)}}.footer__about-text{color:var(--second-color);font-size:16px;line-height:20px}.footer__nav{display:block}@media screen and (max-width:768px){.footer__nav{flex-direction:column;gap:unset;text-align:center}}.footer__nav-list{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;margin:0;padding:0;list-style-type:none}@media all and (max-width:768px){.footer__nav-list{gap:0;grid-template-columns:1fr}}.footer__nav-item{padding:10px 0;margin-bottom:8px;font-size:16px;line-height:24px}.footer__nav-item a{text-decoration:none;color:var(--second-color)}@media(hover:hover)and (pointer:fine){.footer__nav-item a:hover{color:var(--primary-color)}}.footer__disclaimer{display:flex;flex-direction:column;padding:40px 0;gap:10px;font-size:12px;line-height:20px;color:var(--second-color)}.footer__disclaimer p{margin:0}.footer__link{display:flex;flex-wrap:wrap;gap:20px}@media all and (max-width:900px){.footer__link{flex-direction:column}}.footer__link a,.footer__link span{width:45%}@media all and (max-width:900px){.footer__link a,.footer__link span{width:inherit}}.footer__link span{color:var(--second-color)}.footer__service{display:flex;flex-direction:column;gap:20px}.footer__service span{color:var(--second-color)}.footer .footer__link a,.footer .footer__link span,.footer .footer__service a,.footer .footer__service span{text-decoration:none;transition:all .6s ease;font-size:14px;font-weight:500;line-height:normal}.footer .footer__link a,.footer .footer__service a{color:var(--primary-color);transition:all .6s ease}@media(hover:hover)and (pointer:fine){.footer .footer__link a:hover,.footer .footer__service a:hover{color:var(--second-color)}}.footer__copyright a,.footer__copyright span{font-size:10px;font-style:normal;font-weight:400;line-height:normal;color:var(--primary-color);text-decoration:none;opacity:.6}.footer__copyright a{opacity:1}@media(hover:hover)and (pointer:fine){.footer__copyright a:hover{color:var(--second-color)}}.about{padding-top:0}.about__content-list{margin:0;list-style-type:none;padding:70px 0}@media screen and (max-width:768px){.about__content-list{padding:40px 0}}.about__content-inner{display:flex;align-items:flex-start;gap:30px;padding:40px 0 0}@media screen and (max-width:1000px){.about__content-inner{gap:15px}}@media screen and (max-width:768px){.about__content-inner{flex-direction:column-reverse!important;align-items:center}}.about__content-item:nth-child(odd) .about__content-inner{flex-direction:row-reverse}.about__content-title{margin-bottom:30px}.about__content-img{max-width:510px;height:auto;width:100%}@media screen and (max-width:1000px){.about__content-img{max-width:380px}}@media screen and (max-width:768px){.about__content-img{max-width:100%}}.about__content-title{text-align:center}.about__content-description{margin-bottom:30px;font-size:16px;line-height:20px;color:var(--second-color)}.about__content-description ul{list-style-type:disc}@media screen and (max-width:768px){.about__content-description ul{padding:0 20px}}.about__contact{display:flex;flex-direction:column;align-items:center;gap:30px}.about__contact-description{text-align:center;font-size:16px;line-height:24px;color:var(--second-color)}.about__contact-email{color:var(--primary-color)}body:has(.about) .header__breadcrumbs{margin-bottom:0}.ready-to-download{margin-bottom:70px}.ready-to-download__container{background:radial-gradient(64.55% 173.09% at 5.14% 129.72%,#ed4300,#9a00ed00),radial-gradient(49.17% 153.3% at 45.1% 154.82%,#6700ed,#4600a100),linear-gradient(180deg,#000000b3,#0000);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 20px;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:1280px;border-radius:24px}@media all and (max-width:768px){.ready-to-download__container{border-radius:0}}.ready-to-download__title{font-size:32px;font-weight:700;color:var(--primary-color);margin:0}@media all and (max-width:768px){.ready-to-download__title{text-align:center}}.ready-to-download__description{font-size:16px;font-weight:400;color:#b7b4bb;max-width:1100px;margin:0 auto;text-align:center}.ready-to-download__button{padding:0;margin:0;background:inherit;border:none;cursor:pointer;background:linear-gradient(360deg,#e92f00 9.5%,#ff6a00 111.29%);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.ready-to-download__button:hover{background:linear-gradient(360deg,#f60c00 9.5%,#ff8731 111.29%),linear-gradient(360deg,#f61d00 9.5%,#ff5e00 111.29%)}}.ready-to-download__button{color:var(--primary-color);text-decoration:none;background:linear-gradient(360deg,#e92f00 9.5%,#ff6a00 111.29%);border-radius:9999px;border:none;padding:12px 52px;transition:all .5s ease;font-weight:600;font-size:20px;line-height:32px;cursor:pointer}
