@font-face{font-family:Inter-Regular;font-style:normal;font-weight:400;src:url(/font/Inter-Regular.otf);src:local("Inter-Regular"),local("Inter-Regular") url(/font/Inter-Regular.eot?#iefix) format("embedded-opentype"),url(/font/Inter-Regular.woff2) format("woff2"),url(/font/Inter-Regular.woff) format("woff");font-display:swap}@font-face{font-family:Inter-Bold;font-style:normal;font-weight:800;src:url(/font/Inter-Bold.otf);src:local("Inter-Bold"),local("Inter-Bold") url(/font/Inter-Bold.eot?#iefix) format("embedded-opentype"),url(/font/Inter-Bold.woff2) format("woff2"),url(/font/Inter-Bold.woff) format("woff");font-display:swap}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*:before *:after{-webkit-box-sizing:inherit;box-sizing:inherit}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{box-sizing:border-box;margin:0;font-family:Inter-Regular,sans-serif}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1200px;margin:0 auto}h1,h2,h3,h4{margin:0}img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}a{text-decoration:none;color:inherit}ul{margin:0;padding:0;list-style:none}p{margin:0;padding:0;word-break:break-word;overflow-wrap:break-word}button{border:none;background:transparent;cursor:pointer}button:active,button:focus{outline:none}span{display:inline-block}input:focus,textarea:focus{outline:none}.input-error{outline:1px solid rgb(245,132,132)}.loader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loader-spinner{border-radius:50%;border-style:solid;animation:spin 1s linear infinite;border-color:#e5e7eb;border-top-color:#3b82f6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-small .loader-spinner{width:24px;height:24px;border-width:3px}.loader-small .loader-message{font-size:12px;color:#6b7280}.loader-medium .loader-spinner{width:40px;height:40px;border-width:4px}.loader-medium .loader-message{font-size:14px;color:#6b7280}.loader-large .loader-spinner{width:60px;height:60px;border-width:5px}.loader-large .loader-message{font-size:16px;color:#6b7280}.signin-page{display:flex;align-items:center;height:100vh}.signin-page .container{width:100%}.signin-form{position:relative;box-sizing:border-box;width:97%;margin:0 auto;padding:50px 20px 60px;border:1px solid #c2c2c2;border-radius:5px}.form-group{margin-bottom:40px}.input-wrapper{position:relative;display:flex;flex-direction:column}.input-label{margin-bottom:10px;font-weight:700}.input-field{box-sizing:border-box;width:100%;margin-bottom:10px;padding:14px 10px;border:1px solid #c2c2c2;border-radius:5px}.signin-button{width:50%;padding:8px 10px;color:#fff;background-color:#7cb947;border-radius:5px}.form-error-message{position:absolute;top:30px;left:50%;width:180px;font-size:14px;text-align:center;color:#5d5b5b;transform:translate(-50%,-50%)}.input-error-message{position:absolute;top:50px;left:0;font-size:14px;color:#5d5b5b}@media all and (min-width:425px){.signin-form{width:80%}}@media all and (min-width:600px){.signin-form{width:60%}.signin-button{width:40%}}@media all and (min-width:999px){.signin-form{width:40%}.signin-button{width:30%}}.dashboard{box-sizing:border-box;padding:40px 10px}.dashboard__title{margin-bottom:10px}.dashboard__title--user{color:#7cb947}.info-row{margin-bottom:40px;font-size:14px;color:#656565}.info-label{margin-right:5px}.download-section{margin-bottom:60px}.download-section__title{margin-bottom:20px}.file-item:not(:last-child){margin-bottom:60px}.file-item{box-sizing:border-box;padding:0 0 30px;border-left:1px solid #c2c2c2;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-radius:5px}.file-title{display:inline-block;box-sizing:border-box;width:100%;margin-bottom:10px;padding:20px 0 20px 10px;font-weight:700;background-color:#fbfbfb;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-top-left-radius:5px;border-top-right-radius:5px}.file-description{margin-bottom:10px;padding:0 0 0 10px}.file-meta{margin-bottom:20px;padding:0 0 0 10px}.download-btn{box-sizing:border-box;margin-left:10px;padding:8px 10px;text-transform:uppercase;color:#fff;background-color:#7cb947;border-radius:3px}.logout-button{box-sizing:border-box;width:80%;margin:0 auto;padding:12px 10px;text-transform:uppercase;color:#fff;background-color:#0e597f;border-radius:3px}@media all and (min-width:700px){.files-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px}.file-item:not(:last-child){margin-bottom:0}.logout-button{width:40%}}@media all and (min-width:998px){.logout-button{width:20%}}@media all and (min-width:1200px){.logout-button{width:10%}}.header{box-sizing:border-box;margin-bottom:20px;padding:20px 10px}.header__logo{width:165px;margin-bottom:20px}.header-form{display:flex;justify-content:space-between;margin-bottom:30px}.header-form__input{box-sizing:border-box;width:100%;padding:10px 5px;border-left:1px solid #c2c2c2;border-top:1px solid #c2c2c2;border-right:none;border-bottom:1px solid #c2c2c2;border-top-left-radius:5px;border-bottom-left-radius:5px}.header-form__btn{box-sizing:border-box;padding:10px 5px;color:#fff;border-left:none;border-top:1px solid #c2c2c2;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-top-right-radius:5px;border-bottom-right-radius:5px;background-color:#77b445}.header__nav{display:flex;justify-content:space-between;align-items:center}.nav__list{display:flex}.nav-list__item{box-sizing:border-box;padding:20px 10px;border:1px solid #c2c2c2;transition:all .3s ease-in-out}.nav-list__link{font-weight:700}.lang-list__item{display:flex;align-items:center}.lang-list__item:not(:last-child){margin-bottom:10px}.lang-list__link{transition:all .3s ease-in-out}.lang-list__link:hover{text-decoration:underline}.tw-icon,.gb-icon{display:block;width:26px;height:26px;margin-right:5px;border-radius:3px}@media all and (min-width:425px){.header-form__btn{width:30%}.header__lang-list{display:flex}.lang-list__item:not(:last-child){margin-bottom:0;margin-right:20px}}@media all and (min-width:600px){.header-up{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.header__logo{margin-bottom:0}.header-form{display:inline-flex;width:60%;margin-bottom:0}}@media all and (min-width:600px){.header__logo{width:185px}.header-form{width:50%}}@media all and (min-width:999px){.header__logo{width:195px}.header-form{width:40%}}.hero{height:400px;background-image:url(/assets/big-circuit-tCNeKOu2.webp);background-repeat:no-repeat;background-position:center center;background-size:contain}.hero .container{height:100%}.hero-wrap{display:flex;align-items:center;height:100%;padding:0 10px}.hero__title{box-sizing:border-box;padding:5px;font-style:italic;color:#fff;background-color:#456c6e99;border-radius:8px}@media all and (min-width:425px){.hero{height:450px}.hero__title{font-size:42px}}@media all and (min-width:600px){.hero{height:600px}.hero-wrap{justify-content:flex-end}.hero__title{width:480px;font-size:52px}.hero__title--down{padding-left:50px}}@media all and (min-width:999px){.hero{height:100vh}.hero__title{width:570px;font-size:62px}}@media all and (min-width:1200px){.hero__title{width:750px;font-size:82px}.hero__title--down{padding-left:70px}}.about{margin-bottom:60px}.profile{box-sizing:border-box;padding:0 10px}.profile__header{box-sizing:border-box;margin-bottom:10px;padding:10px 20px;font-weight:700;background-color:#fbfbfb;border:1px solid #c2c2c2;border-radius:5px}.profile__img{width:100%;margin-bottom:20px;border-radius:5px}.profile__text--green{color:#44972b;font-weight:700;font-size:18px}.profile__text:not(:last-child){margin-bottom:20px}.profile-wrap{display:flex;flex-direction:column}.profile__down-img{order:-1;margin-bottom:20px;border-radius:5px}.profile-list__item:nth-child(1){font-weight:700}.profile-list__item:not(:last-child){margin-bottom:10px}@media all and (min-width:425px){.profile__img{width:100%;height:350px;object-fit:cover}}@media all and (min-width:700px){.profile{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.profile__header{grid-column-start:1;grid-column-end:2;grid-column:span 2;margin-bottom:0}.profile__img{grid-column-start:1;grid-column-end:1;margin-bottom:0}.profile__text:not(:last-of-type){margin-bottom:0}.profile__text:nth-of-type(2){display:grid;grid-column-start:1;grid-column-end:2;grid-column:span 2}.profile__text:nth-of-type(3){display:grid;grid-column-start:1;grid-column-end:2;grid-column:span 2}.profile-wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-column:span 2;column-gap:10px}.profile__down-img{grid-row-start:1;grid-column-start:2;width:100%;height:100%;margin-bottom:0;object-fit:cover}.profile__list{grid-column-start:1;grid-row-start:1}}@media all and (min-width:999px){.profile__img{height:400px;object-fit:cover}.profile__text:nth-of-type(2){grid-column-start:2;grid-column-end:2;margin-top:-170px}.profile-wrap{align-items:center}}.product{margin-bottom:60px}.product__app{margin-bottom:40px;padding:0 10px}.app__header{box-sizing:border-box;margin-bottom:10px;padding:10px 20px;font-weight:700;background-color:#fbfbfb;border:1px solid #c2c2c2;border-radius:5px}.app-list__item{box-sizing:border-box;display:grid;grid-template-columns:20% 80%;column-gap:10px;align-items:center;box-shadow:0 0 10px #00000030,0 2px 2px #0000003b}.app-list__item:not(:last-child){margin-bottom:10px}.app-list__img{width:100px;height:100px}.app-list__title{margin-bottom:5px;font-weight:700}.app-list__text{width:95%;color:#777}.product__news{padding:0 10px}.news-list__item{padding-bottom:20px;border-left:1px solid #c2c2c2;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-radius:5px}.news-list__item:not(:last-child){margin-bottom:30px}.news-list__title{box-sizing:border-box;margin-bottom:20px;padding:10px 20px;font-weight:700;background-color:#fbfbfb;border-bottom:1px solid #c2c2c2;border-top:1px solid #c2c2c2;border-top-left-radius:5px;border-top-right-radius:5px}.news-list__img{display:block;margin:0 auto 10px}.news-list__inner-list{box-sizing:border-box;padding-left:10px}.inner-list__item{color:#777}.inner-list__item:not(:last-child){margin-bottom:5px}.inner-list__item:nth-child(6){margin-bottom:15px}.news-list__btn{box-sizing:border-box;padding:8px 10px;text-transform:uppercase;color:#fff;background-color:#7cb947;border-radius:3px}.news-list__inside-list{box-sizing:border-box;padding-left:10px}.news-list__inside-list:not(:last-of-type){margin-bottom:30px}.inside-list__item:first-child{font-size:20px;font-weight:700}.inside-list__item:not(:last-child){margin-bottom:5px}@media all and (min-width:600px){.app__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.app-list__item:not(:last-child){margin-bottom:0}.app-list__img{width:140px;height:140px}.news__list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.news-list__item:not(:last-child){margin-bottom:0}}@media all and (min-width:999px){.app__list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.app-list__item{grid-template-columns:30% 70%}.news__list{grid-template-columns:repeat(4,1fr)}}.client{margin-bottom:40px}.client .container{box-sizing:border-box;padding:0 10px}.client-block{box-sizing:border-box;border-left:1px solid #c2c2c2;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-radius:5px}.client-block__list{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.client-block-list__item{display:flex;align-items:center;justify-content:center;width:100%}.client-block__title{box-sizing:border-box;margin-bottom:10px;padding:10px 20px;font-weight:700;background-color:#fbfbfb;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;border-top-left-radius:5px;border-top-right-radius:5px}.client-block-list__img{width:100px}@media all and (min-width:425px){.client-block__list{grid-template-columns:repeat(3,1fr)}}@media all and (min-width:600px){.client-block-list__item{justify-content:flex-start}.client-block-list__img{width:140px}}@media all and (min-width:999px){.client-block__list{grid-template-columns:repeat(4,1fr)}}.footer{background:linear-gradient(#d1d1d1 10%,#efeded 15%,#fff 90%)}.copyright{padding:30px 10px;text-align:center}
