/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--color-text:#434343;--white-color:#fff;--black-color:#000;--primary-color:#00b2ff;--background-color:#f1f1f1;--background-color-dark:#e9e9e9;--semi-gray:#a0a0a0;--light-gray:#f8f8f8;--gray-transaprent:hsla(0,0%,100%,.24);--orange:#ff5c00;--darker-orange:#e75c0f;--line-gradient-orange:linear-gradient(1deg,#ff6b2b -8%,#fdab0c 102.53%);--block-shadow:1px 2px 5px 0 rgba(61,61,61,.08)}body{background-color:var(--background-color);color:var(--color-text);display:flex;flex-direction:column;font-family:Roboto,Arial,Helvetica,sans-serif;height:100vh}main{flex-grow:1}.result{margin-top:30px}.tns-nav{margin:10px 0;text-align:center}.tns-nav>[aria-controls]{background:var(--background-color-dark);border:0;border-radius:50%;height:9px;margin:0 5px;padding:0;width:9px}.tns-nav>.tns-nav-active{background:var(--color-text)}.overlay{background:rgba(0,0,0,.5);height:100%;opacity:0;position:fixed;transition:all .2s ease-out;width:100%;z-index:20}.header{background:var(--white-color);box-shadow:var(--block-shadow);flex-direction:column;height:64px;justify-content:space-around;padding:16px}.header,.header__nav{align-items:center;display:flex}.header__nav{justify-content:space-between;max-width:1152px;padding:0;text-align:center;width:100%}.header__logo{align-items:center;align-self:center;display:flex;text-decoration:none}.header__logo svg{height:46px;width:auto}.header__container{display:flex}.header__search{background:var(--light-gray);border:none;border-radius:4px;display:flex;gap:20px;margin:0 40px;padding:4px 10px 4px 14px}@media screen and (max-width:720px){.header__search{display:none}}.header__search input{background:none;border:none;outline:none}.header__search-controls{align-items:center;display:flex}.header__search-controls button{background:none;border:none;color:var(--semi-gray);display:flex;padding:0 12px}.header__search-controls button:first-child{border-right:1px solid var(--semi-gray)}.header__search-controls-clear{display:none}.header__search-controls-clear button,.header__search-controls-paste button{background:none;border:none;color:var(--semi-gray);min-width:66px;padding:0 12px}.header__search-controls-paste button:first-child{border-right:1px solid var(--semi-gray)}.header__search-controls-paste button:hover{color:var(--color-text)}.header__search-controls-paste button:hover svg path{stroke:var(--color-text)}.header__menu{align-items:center;display:flex;gap:10px;position:relative}.header__menu-burger,.header__menu-lang{align-items:center;background:inherit;border:none;cursor:pointer;display:flex;height:44px;justify-content:center;margin:0;padding:0;transition:.2s ease-out;width:44px}.header__menu-burger:hover svg path{stroke:var(--orange)}.header__menu-lang svg{height:28px;width:28px}@media (hover:hover) and (pointer:fine){.header__menu-lang:hover svg circle,.header__menu-lang:hover svg ellipse,.header__menu-lang:hover svg path{stroke:var(--orange)}}.header .hidden-menu,.header .hidden-menu-lang{display:none}.header .hidden-menu-lang.show,.header .hidden-menu.show{background:var(--white-color);display:flex;flex-direction:column;height:100%;max-width:300px;position:fixed;right:0;top:0;transition:all .2s ease-out;width:0;z-index:30}.header .hidden-menu-lang.show ul,.header .hidden-menu.show ul{display:flex;flex-direction:column;list-style:none;margin-top:50px;padding:0;text-align:left}.header .hidden-menu-lang.show ul li,.header .hidden-menu.show ul li{border-bottom:1px solid hsla(0,0%,63%,.5);padding:20px 40px}.header .hidden-menu-lang.show ul li a,.header .hidden-menu.show ul li a{color:var(--color-text);cursor:pointer;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;text-decoration:none}.header .hidden-menu-lang.show ul li a:hover,.header .hidden-menu.show ul li a:hover{color:var(--orange)}.header .hidden-menu-lang.show ul{-webkit-overflow-scrolling:touch;margin-top:0;overflow-y:auto}.header .hidden-menu-lang.show ul li.active a{color:var(--orange)}.header .hidden-menu__close{background:var(--light-gray);margin-bottom:50px;padding:12px 24px 12px 32px;text-align:right}.header .hidden-menu__close-btn{cursor:pointer}.header .hidden-menu__close-btn svg{stroke:var(--color-text)}.header .hidden-menu__close-btn:hover svg{stroke:var(--orange)}.header .hidden-menu__logo{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center}.header .hidden-menu__logo a{align-items:center;display:flex;justify-content:center;text-decoration:none}.header .hidden-menu__logo a svg{height:46px;width:auto}.header .hidden-menu__logo p{color:var(--semi-gray);font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;margin:0}.header .hidden-menu-lang__close{background:var(--light-gray);margin-bottom:20px;padding:12px 24px 12px 32px;text-align:right}.header .hidden-menu-lang__close-btn{cursor:pointer}.header .hidden-menu-lang__close-btn svg{stroke:var(--color-text)}.header .hidden-menu-lang__close-btn:hover svg{stroke:var(--orange)}.text__wrapper{margin:0 auto;max-width:1200px;padding:50px 16px}.text__wrapper h2{color:var(--color-text);font-size:24px;font-weight:700;letter-spacing:-.24px;line-height:32px;margin:40px auto 20px;text-align:center}@media (max-width:768px){.text__wrapper h2{margin:60px auto 20px}}.text__wrapper p{color:var(--color-text);font-size:16px;font-weight:400;line-height:30px;margin:20px auto 40px}@media (max-width:768px){.text__wrapper p{margin:20px auto 60px}}.faq{margin:0 auto;max-width:1200px;padding:50px 16px}.faq__inner{box-sizing:border-box;margin:0 auto;width:860px}@media screen and (max-width:1200px){.faq__inner{max-width:100%;padding:0 20px;width:860px}}@media screen and (max-width:768px){.faq__inner{max-width:100%;padding:0 20px;width:100%}}.faq__title{align-items:center;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:20px;text-align:center}.faq__title:after{border:0;border-bottom:1px solid #ddd;content:"";display:block;height:2px;margin:1em 0;padding:0;width:50%}@media screen and (max-width:768px){.faq__title:after{width:80%}}.faq__list{display:flex;flex-direction:column;gap:16px;list-style-type:none;margin:0;max-width:860px;padding:0}.faq__element,.faq__element svg{transition:all .7s ease}.faq__element_open svg{transform:rotate(180deg)}.faq__element-question{align-items:center;background:var(--line-gradient-orange);border-radius:6px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:26px 30px}@media (max-width:768px){.faq__element-question{padding:25px 13px}}.faq__element-question svg{fill:var(--white-color)}.faq__element-question h3{color:var(--white-color);font-size:18px;font-weight:400;line-height:24px;margin:0}@media (max-width:768px){.faq__element-question h3{font-size:16px}}.faq__element-answer{background:var(--white-color);border-bottom-left-radius:6px;border-bottom-right-radius:6px;max-height:0;overflow:hidden;transition:all .7s ease}.faq__element-answer div{padding:26px 30px}@media (max-width:768px){.faq__element-answer div{padding:25px 13px}}.faq__element-answer ul{list-style-type:none;margin:0;max-width:860px;padding:0}.faq__element-answer a,.faq__element-answer p{color:var(--color-text);font-size:16px;font-weight:400;line-height:24px;margin:0}@media (max-width:768px){.faq__element-answer a,.faq__element-answer p{font-size:16px}}.faq__element-answer ul p{display:flex;gap:8px;margin:0}.faq__element-answer ul p:before{background:var(--black-color);border-radius:100%;content:"";display:block;height:2px;margin-top:10px;min-width:2px;width:2px}.faq__element-answer a{color:var(--orange);text-decoration:none;transition:all .2s ease-out}@media (hover:hover) and (pointer:fine){.faq__element-answer a:hover{opacity:.7}}.main-form{background-image:url(/images/main-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.main-form__outer{margin:0 auto;max-width:1200px;padding:40px 16px}.main-form__inner{display:flex;flex-direction:column}.main-form__inner h1{font-size:30px;font-weight:700;letter-spacing:-.32px;line-height:40px}.main-form__inner h1,.main-form__inner h2{color:var(--white-color);font-family:Roboto,sans-serif;text-align:center}.main-form__inner h2{font-size:20px;font-style:normal;font-weight:400}.main-form__form{display:flex;justify-content:center;margin-bottom:28px;margin-top:24px}.main-form__field{background-color:var(--white-color);border-bottom-left-radius:50px;border-top-left-radius:50px;display:flex;padding:10px}@media screen and (min-width:370px){.main-form__field{gap:20px}}.main-form__field input{border:none;border-bottom-left-radius:50px;border-top-left-radius:50px}@media screen and (min-width:768px){.main-form__field input{min-width:300px}}@media screen and (max-width:768px){.main-form__field input{overflow:hidden;width:100%}}@media screen and (min-width:370px){.main-form__field input{padding:10px}}.main-form__field input:focus-visible{outline:none}.main-form__field-clear,.main-form__field-paste{align-self:center;background-color:var(--background-color);border-radius:4px;display:flex;gap:10px;min-width:61px;padding:6px 10px}.main-form__field-clear button,.main-form__field-paste button{background:inherit;border:none;color:var(--semi-gray);cursor:pointer;margin:0;padding:0}.main-form__field-clear{display:none}.main-form__field-download{background:inherit;background-color:var(--orange);border:none;border-bottom-right-radius:50px;border-top-right-radius:50px;cursor:pointer;margin:0;padding:13px 20px 15px 14px}.main-form__under-text{display:flex;justify-content:center;margin-top:28px}.main-form__under-text p{background:var(--gray-transaprent);border-radius:8px;color:var(--white-color);font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;padding:8px 20px}.main-form__under-text p a{color:var(--white-color);text-decoration:none}.cards{margin:0 auto;max-width:1200px;padding:50px 16px}.cards__outer{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:0 auto;max-width:860px}@media screen and (max-width:768px){.cards__outer{align-items:center;flex-direction:column;gap:10px;max-width:100%;overflow-x:hidden}}.cards__item{align-items:center;background-color:var(--white-color);border-radius:6px;box-shadow:var(--block-shadow);display:flex;flex:0 1 270px;flex-direction:column;gap:15px;min-width:270px;padding:34px 0}@media screen and (max-width:768px){.cards__item{flex:0 1 auto;margin:0;width:100%}}@media screen and (max-width:400px){.cards__item{margin:0}}.cards__item-img{text-align:center;width:100%}.cards__item-img:after{border:0;border-top:1px solid #f1f1f1;content:"";display:block;height:1px;margin:1em 0;padding:0;width:100%}.cards__block{display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;gap:8px;padding:0 20px;text-align:center}.cards__block-text{color:var(--semi-gray)}.how-to{margin:0 auto;max-width:1200px;padding:50px 16px}.how-to__block{align-items:center;background:var(--white-color);border-radius:6px;box-shadow:var(--block-shadow);box-sizing:border-box;display:flex;flex-direction:column;gap:40px;margin:0 auto;padding:50px 45px;width:860px}@media screen and (max-width:1200px){.how-to__block{max-width:100%;overflow:hidden;padding:30px 20px;width:860px}}@media screen and (max-width:768px){.how-to__block{max-width:100%;overflow:hidden;padding:30px 20px;width:100%}}@media screen and (min-width:768px){.how-to__inner{display:flex;flex-direction:column;margin:0 100px}}.how-to__title{align-items:center;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:20px;text-align:center}.how-to__title:after{border:0;border-bottom:1px solid #ddd;content:"";display:block;height:2px;margin:1em 0;padding:0;width:50%}@media screen and (max-width:768px){.how-to__title:after{width:80%;width:100%}}.how-to__item{align-items:center;display:flex;gap:42px;justify-content:center;margin:0;width:100%}@media screen and (max-width:768px){.how-to__item{flex-direction:column;gap:20px;justify-content:center;margin:0}}@media screen and (min-width:768px){.how-to__item:nth-of-type(odd){flex-direction:row}.how-to__item:nth-of-type(2n){flex-direction:row-reverse}}.how-to__text{color:#121212;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-style:normal;max-width:450px}@media screen and (max-width:768px){.how-to__text{gap:10px;order:2;text-align:center}.how-to__text-title{margin:0}}.how-to-desc{font-size:16px;font-weight:400;line-height:22px}.how-to svg{height:120px;width:200px}.how-to hr{background:none;border:0;border-top:1px solid orange;box-sizing:border-box;display:block;height:1px;margin:1em 0;max-width:100%;padding:0;width:100%}@media screen and (max-width:768px){.how-to hr{margin:0;max-width:100%;width:100%}}.about{background:var(--line-gradient-orange);display:flex;gap:30px;padding:32px 0}@media screen and (max-width:768px){.about{align-items:center;flex-direction:column}}.about__container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1200px;max-width:860px;min-height:450px;padding:50px 16px}@media screen and (max-width:1220px){.about__container{max-width:860px}}@media screen and (max-width:768px){.about__container{max-width:100%;min-height:auto;padding:30px 20px}}.about__text{color:var(--white-color);display:flex;flex-direction:column;justify-content:center;margin-left:245px;max-width:600px;z-index:1}@media screen and (max-width:1220px){.about__text{margin-left:0;max-width:860px;text-align:start}}@media screen and (max-width:768px){.about__text{margin:0;max-width:100%;text-align:start}}.about__text-title{margin-bottom:20px}.about__text-desc p{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:22px;margin:32px 0 20px}.about__text-desc p:first-child{margin-top:0}@media screen and (max-width:768px){.about__text-desc p{margin:20px 0}.about__text-desc p:first-child{margin-top:0}}.about__img{align-items:center;display:flex}@media screen and (max-width:1220px){.about__img{display:none}}.about__img img{height:auto;max-width:100%}.trends{background:var(--background-color-dark);padding:40px 0}.trends__items{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px 60px;justify-content:center;margin-bottom:40px}.trends__outer{margin:0 auto;max-width:1200px;padding:50px 16px}@media screen and (min-width:768px){.trends__inner{display:flex;flex-direction:column;margin:0 100px}}.trends__title{align-items:center;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:20px;text-align:center}.trends__title:after{border:0;border-bottom:1px solid #ddd;content:"";display:block;height:2px;margin:1em 0;padding:0;width:50%}@media screen and (max-width:768px){.trends__title:after{width:80%}}.trends__item{align-items:flex-start;background:var(--white-color);border-radius:4px;box-shadow:var(--block-shadow);display:flex;flex-direction:column;text-decoration:none}.trends__item-img{display:flex;width:125px}.trends__item-text{color:var(--orange);font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;padding:10px 20px;text-overflow:ellipsis}.trends__img{background-position:50%;background-repeat:no-repeat;background-size:contain;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-grow:1}.service__wrapper{margin:40px auto;max-width:1200px;padding:50px 16px}.service__block{align-items:center;background:var(--white-color);border-radius:6px;box-shadow:var(--block-shadow);display:flex;flex-direction:column;gap:40px;padding:50px 45px}.service__block-text{color:var(--orange);font-size:16px;font-weight:700;line-height:20px}.service__block-text,.service__title{font-family:Roboto,sans-serif;font-style:normal}.service__title{align-items:center;display:flex;flex-direction:column;font-size:20px;font-weight:400;line-height:26px;margin-bottom:20px;text-align:center}.service__title:after{border:0;border-bottom:1px solid #ddd;content:"";display:block;height:2px;margin:1em 0;padding:0;width:50%}@media screen and (max-width:768px){.service__title:after{width:80%}}.service__btn{align-items:flex-start;background:var(--line-gradient-orange);border-radius:8px;display:flex;gap:10px;padding:6px 20px}.service__btn a{align-self:center;color:var(--white-color);text-decoration:none}.service h1{text-align:center}.service h1,.service h2{color:var(--color-text);font-size:24px;font-weight:700;letter-spacing:-.24px;line-height:32px}.service p{color:var(--color-text);font-size:16px;font-weight:400;line-height:30px;margin:20px auto}.footer__wrapper{margin:20px auto;max-width:1200px}.footer a{color:var(--semi-gray);text-decoration:none}.footer a:hover{color:var(--orange)}.footer__links{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:768px){.footer__links{flex-direction:column-reverse}}.footer__links ul{display:flex;gap:50px;list-style:none}@media screen and (max-width:768px){.footer__links ul{flex-wrap:wrap;gap:20px;justify-content:center;padding:0}}.footer__links ul li{height:36px;padding:7px}.footer__links ul li a{color:var(--semi-gray);text-decoration:none}@media screen and (max-width:768px){.footer__links ul li a{font-size:16px}}.footer__links ul li a:hover{color:var(--orange)}.alertPopup{background:#fff;border-radius:10px;display:none;flex-direction:row;float:right;gap:20px;margin:20px;padding:30px;position:absolute;top:40px}.alertPopup__content{display:flex;flex-direction:row;gap:20px}.alertPopup__btn{background:none;border:none}.alertPopup__title{font-size:16px}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}ins.adsbygoogle-template[data-ad-status=filled]{margin:10px 0}
