#preloader{position:absolute;top:0;left:0;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;z-index:99}.loader{--cell-size: 52px;--cell-spacing: 1px;--cells: 3;--total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));display:flex;flex-wrap:wrap;width:var(--total-size);height:var(--total-size)}.cell{flex:0 0 var(--cell-size);margin:var(--cell-spacing);background-color:transparent;box-sizing:border-box;border-radius:4px;animation:1.5s ripple ease infinite}.cell.d-1{animation-delay:.1s}.cell.d-2{animation-delay:.2s}.cell.d-3{animation-delay:.3s}.cell.d-4{animation-delay:.4s}.cell:nth-child(1){--cell-color: #00FF87}.cell:nth-child(2){--cell-color: #0CFD95}.cell:nth-child(3){--cell-color: #17FBA2}.cell:nth-child(4){--cell-color: #23F9B2}.cell:nth-child(5){--cell-color: #30F7C3}.cell:nth-child(6){--cell-color: #3DF5D4}.cell:nth-child(7){--cell-color: #45F4DE}.cell:nth-child(8){--cell-color: #53F1F0}.cell:nth-child(9){--cell-color: #60EFFF}@keyframes ripple{0%{background-color:transparent}30%{background-color:var(--cell-color)}60%{background-color:transparent}to{background-color:transparent}}*,*:before,*:after{box-sizing:border-box;letter-spacing:.04em}body{background-color:#101010;color:#d7d7d7;font-family:Roboto Condensed,sans-serif;letter-spacing:.04em}img{max-width:100%}.png-shadow{-webkit-filter:drop-shadow(3px 3px 6px rgba(178,215,212,.322));filter:drop-shadow(3px 3px 6px rgb(114,134,132))}a{color:#17aa9d;text-decoration:none}a:hover{color:#60c5bc;text-decoration:none}.no-pointer-ivent{pointer-events:none}.pointer-ivent{pointer-events:all}.dark-bg{background-color:#101010}.h-100{height:100%}.bg1{background-image:url(/dist/img/bg1.jpg);background-attachment:fixed;background-size:cover;background-repeat:no-repeat}.modal,.dark-text{color:#101010}img.small-img{height:150px;width:150px}.fullscreen section{height:100vh}.btn-main{background-color:#60c5bc;border-color:#17aa9d;font-weight:500;color:#fff}.btn-main:hover{background-color:#17aa9d}#main{min-height:100vh}section{position:relative;padding-top:40px;padding-bottom:40px;overflow:hidden}@media screen and (max-width: 991px){.work-with-img{margin:0 20px}}.light-section{padding-top:40px;padding-bottom:40px;background-color:#181818}.sub-title h1,.sub-title h2,.sub-title h3,.sub-title h4,.sub-title h5,.sub-title h6{position:relative;padding-bottom:20px;color:#60c5bc}.sub-title h1:before,.sub-title h2:before,.sub-title h3:before,.sub-title h4:before,.sub-title h5:before,.sub-title h6:before{content:"";position:absolute;display:block;width:80px;height:1px;background:#dddddd;bottom:1px;left:0}.sub-title h1:after,.sub-title h2:after,.sub-title h3:after,.sub-title h4:after,.sub-title h5:after,.sub-title h6:after{content:"";position:absolute;display:block;width:40px;height:3px;background:#17aa9d;bottom:0;left:0}.section-title,.post_title{text-align:left;padding-bottom:15px;margin-left:30px}.section-title h2,.post_title h2{font-size:32px;font-weight:700;text-transform:uppercase;margin-bottom:20px;padding-bottom:20px;position:relative;color:#17aa9d}.section-title h2:before,.post_title h2:before{content:"";position:absolute;display:block;width:80px;height:1px;background:#dddddd;bottom:1px;left:0}.section-title h2:after,.post_title h2:after{content:"";position:absolute;display:block;width:40px;height:3px;background:#17aa9d;bottom:0;left:0}.section-title p,.post_title p{margin-bottom:0}.section-title.display-none{display:none}.next-section-title{opacity:0;position:fixed;bottom:0;transition:.2s;text-align:left;padding-bottom:0;margin-bottom:20px;z-index:999}.next-section-title .top-bar{height:4px;width:250px;background-color:#17aa9d;margin-bottom:10px;display:none}.next-section-title h2{font-size:32px;font-weight:700;text-transform:uppercase;position:relative;color:#17aa9d}.next-section-title p{margin-bottom:0}.next-section-title i{position:relative;top:3px;margin-left:5px}.next-section-title.active{opacity:1;transition:.3s ease-in}.hamburglar{transform:scale(1);margin:40px auto;position:relative;display:block;width:68px;height:68px;background:#158fef;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.path-burger{position:absolute;top:0;left:0;height:68px;width:68px;mask:url(#mask);-webkit-mask-box-image:url(https://raygun.io/upload/mask.svg)}.animate-path{position:absolute;top:0;left:0;width:68px;height:68px}.path-rotation{height:34px;width:34px;margin:34px 34px 0 0;transform:rotate(0);transform-origin:100% 0}.path-rotation:before{content:"";display:block;width:30px;height:34px;margin:0 4px 0 0;background:#fff}@keyframes rotate-out{0%{transform:rotate(0)}40%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes rotate-in{0%{transform:rotate(360deg)}40%{transform:rotate(180deg)}to{transform:rotate(0)}}.hamburglar.is-open .path{animation:dash-in .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-open .animate-path{animation:rotate-in .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-closed .path{animation:dash-out .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-closed .animate-path{animation:rotate-out .6s linear normal;animation-fill-mode:forwards}.path{stroke-dasharray:240;stroke-dashoffset:240;stroke-linejoin:round}@keyframes dash-in{0%{stroke-dashoffset:240}40%{stroke-dashoffset:240}to{stroke-dashoffset:0}}@keyframes dash-out{0%{stroke-dashoffset:0}40%{stroke-dashoffset:240}to{stroke-dashoffset:240}}.burger-icon{position:absolute;padding:20px 16px;height:68px;width:68px}.burger-container{position:relative;height:28px;width:36px}.burger-bun-top,.burger-bun-bot,.burger-filling{position:absolute;display:block;height:4px;width:36px;border-radius:2px;background:#fff}.burger-bun-top{top:0;transform-origin:34px 2px}.burger-bun-bot{bottom:0;transform-origin:34px 2px}.burger-filling{top:12px}.burger-ring{position:absolute;top:0;left:0;width:68px;height:68px}.svg-ring{width:68px;height:68px}.hamburglar.is-open .burger-bun-top{animation:bun-top-out .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-open .burger-bun-bot{animation:bun-bot-out .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-closed .burger-bun-top{animation:bun-top-in .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-closed .burger-bun-bot{animation:bun-bot-in .6s linear normal;animation-fill-mode:forwards}@keyframes bun-top-out{0%{left:0;top:0;transform:rotate(0)}20%{left:0;top:0;transform:rotate(15deg)}80%{left:-5px;top:0;transform:rotate(-60deg)}to{left:-5px;top:1px;transform:rotate(-45deg)}}@keyframes bun-bot-out{0%{left:0;transform:rotate(0)}20%{left:0;transform:rotate(-15deg)}80%{left:-5px;transform:rotate(60deg)}to{left:-5px;transform:rotate(45deg)}}@keyframes bun-top-in{0%{left:-5px;bot:0;transform:rotate(-45deg)}20%{left:-5px;bot:0;transform:rotate(-60deg)}80%{left:0;bot:0;transform:rotate(15deg)}to{left:0;bot:1px;transform:rotate(0)}}@keyframes bun-bot-in{0%{left:-5px;transform:rotate(45deg)}20%{left:-5px;bot:0;transform:rotate(60deg)}80%{left:0;bot:0;transform:rotate(-15deg)}to{left:0;transform:rotate(0)}}.hamburglar.is-open .burger-filling{animation:burger-fill-out .6s linear normal;animation-fill-mode:forwards}.hamburglar.is-closed .burger-filling{animation:burger-fill-in .6s linear normal;animation-fill-mode:forwards}@keyframes burger-fill-in{0%{width:0;left:36px}40%{width:0;left:40px}80%{width:36px;left:-6px}to{width:36px;left:0}}@keyframes burger-fill-out{0%{width:36px;left:0}20%{width:42px;left:-6px}40%{width:0;left:40px}to{width:0;left:36px}}@media screen and (max-width: 1600px){.next-section-title{margin-bottom:5px}.fullscreen .section{padding:70px 0;overflow:hidden}.fullscreen .section .icon-box,.fullscreen .section .text-box{padding:20px}section .section-title,.fullscreen section .section-title{top:10px}section .section-title h2,.fullscreen section .section-title h2{font-size:30px;margin-bottom:10px;padding-bottom:10px}}@media screen and (max-width: 1439px){.fullscreen section .section-title{position:inherit}.fullscreen .section{padding:15px 0;overflow:hidden}.homepage section:first-child{margin-top:0}.fullscreen section{height:inherit!important}.fullscreen .top-section{margin-top:90px}.next-section-title{display:none}}@media screen and (max-width: 1199px){.fullscreen .section{padding:0}.md-mb-25{margin-bottom:25px}}@media screen and (max-width: 767px){img.small-img{height:100px;width:100px}.footer-logo{width:100%;text-align:center}.footer-contacts{flex-direction:column}.footer-contacts>div{padding:10px!important}.sm-none{display:none}}.btn-primary{background-color:#17aa9d;border-color:#17aa9d}.btn-primary:hover{background-color:#60c5bc;border-color:#17aa9d}.btn:active{background-color:#10857b!important;border-color:#17aa9d!important}.btn:focus{outline:none}.path-icon-box{background-color:#141414;padding:0;margin:10px 0}.path-icon-box div{padding:20px 0}.path-icon-box i{font-size:50px}.icon-box{padding:30px;transition:all ease-in-out .4s;background:#181818;width:100%}.icon-box .icon{margin-bottom:10px}.icon-box .icon i{color:#17aa9d;font-size:36px;transition:.3s}.icon-box h4{font-weight:500;margin-bottom:15px;font-size:24px;color:#17aa9d}.icon-box h4 a{color:#17aa9d;transition:ease-in-out .3s}.icon-box p{line-height:24px;font-size:16px;margin-bottom:0;transition:.3s}.icon-box:hover{transform:translateY(-10px)}.text-box{padding:30px;transition:all ease-in-out .4s;background:transparent;width:100%}.light-section .text-box{background-color:transparent}.title-box{padding:20px 30px 10px;color:#f15a28}.corp-title{margin-bottom:20px}.corp-title h4{font-size:30px}.corp-box{margin-bottom:20px}.corp-box img{margin-right:15px}.social-card{padding:25px;background-color:#fff;color:#181818;border-radius:20px;margin-bottom:20px;flex:1}.social-card.mr-0{margin-right:0}.social-card>div{margin-bottom:20px}.social-card h5{margin-left:20px}@media (max-width: 1366px){.icon-box{padding:30px 25px}}@media screen and (max-width: 767px){.social-card{min-width:100%;margin-right:0}}header{position:initial;padding:20px;background-color:#101010}header .language-dropdown{min-width:auto}header .nav-item{margin-left:2px}@media (min-width: 992px){.navbar-expand-lg .navbar-collapse .navbar-nav{width:100%;display:flex;justify-content:start}.navbar-expand-lg .navbar-collapse .navbar-nav .lang-switcher{margin-left:auto}.navbar-expand-lg .navbar-collapse .navbar-nav .lang-switcher a{padding-left:10px;padding-right:0}.navbar-expand-lg .navbar-collapse .navbar-nav .lang-switcher ul{text-align:center;position:absolute;left:0;right:0}.navbar-expand-lg .navbar-collapse .navbar-nav .lang-switcher ul a{padding-left:10px;padding-right:10px}}.navbar-nav>li>a{text-transform:uppercase;font-size:20px;padding:10px 15px;color:#60c5bc}.navbar-expand-lg .navbar-nav .nav-link{padding:10px 25px}.navbar-nav>li>a:hover{color:#f15a28}.navbar-nav .nav-link.active{color:#d0fffb}.navbar-toggler{border:none;margin-left:auto;padding:0}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{display:flex;width:auto;height:auto;font-size:45px;background-image:none}.navbar-toggler-icon{transition:transform .5s ease-in-out}.navbar-toggler[aria-expanded=true] .navbar-toggler-icon{transform:rotate(90deg)}.dropdown-menu{border-radius:0;margin-top:0}.dropdown-item:active{background-color:#17aa9d}@media screen and (max-width: 991px){header{background-color:#01100f;padding:0}}#tsparticles{position:fixed;top:0;left:0;width:100%;height:100vh;opacity:1;transition:opacity .5s ease-in-out}#hero{position:fixed;width:100%;height:100vh}#hero .header-logo img{max-width:80%;position:relative}#hero h1{padding-top:15px;margin:0 0 10px;font-size:25px;font-weight:700;color:#ddd;transition:.3s}#hero #homepagelogo{position:relative;transform:translateY(0);-webkit-transition:transform .5s;-moz-transition:transform .5s;-o-transition:transform .5s;-ms-transition:transform .5s}#hero #homepagelogo.fixed{transform:translateY(-200px)}@media screen and (max-width: 1199px){#hero #homepagelogo{max-width:40%}#hero h1{font-size:20px}}@media screen and (max-width: 1060px){#hero{position:relative;height:auto!important}#hero #homepagelogo{margin-top:100px;max-width:100%;width:100%;text-align:center;transform:translateY(0)}#hero #homepagelogo img{animation:none;max-height:100px}#hero #homepagelogo h1{animation:none}#hero #homepagelogo.fixed{transform:translateY(0)}}@media screen and (max-width: 991px){#hero{height:100vh;text-align:center}#hero .header-logo img{max-width:80%;position:inherit;animation:none}#hero h1{animation:none}}@media screen and (max-width: 768px){#hero{padding:0;margin-top:35px}#hero #homepagelogo{margin-top:30px}#hero #homepagelogo img{max-height:75px}#hero #homepagelogo h1{font-size:20px;line-height:36px}#hero h2{font-size:18px;line-height:24px;margin-bottom:30px}}@media screen and (max-width: 575px){#hero .hero-img img{width:80%}#hero .btn-get-started{font-size:16px;padding:10px 24px 11px}}@-webkit-keyframes float-h{0%{transform:translateY(5px)}to{transform:translateY(-5px)}}@keyframes float-h{0%{transform:translateY(5px)}to{transform:translateY(-5px)}}@-webkit-keyframes float{0%{transform:translate(0)}to{transform:translate(-10px,15px)}to{transform:translate(0)}}@keyframes float{0%{transform:translate(0)}50%{transform:translate(-10px,15px)}to{transform:translate(0)}}#homepage-section>div{padding-left:100px;padding-right:100px}#homepage-section .wrapper{margin-top:25vh;width:800px}@media screen and (max-width: 1536px){#homepage-section>div{padding-left:75px;padding-right:75px}#homepage-section .wrapper{width:700px}}@media screen and (max-width: 1366px){#homepage-section>div{padding-left:50px;padding-right:50px}#homepage-section .wrapper{width:600px}}@media screen and (max-width: 1060px){#homepage-section>div{padding-left:20px;padding-right:20px}#homepage-section .wrapper{width:100%;margin-top:0}}@media screen and (max-width: 768px){#tsparticles{display:none}#homepage-section{padding-top:0}#homepage-section>div{padding-left:10px;padding-right:10px}}.client h1{color:#4a4949}.clients-logo-box{background-color:#7e7e7e;padding:20px 0}.container-clients{width:90%;max-width:1600px;margin:0 auto}#clientPieCharts h4{text-align:center}.contacts-groups{margin-left:30px}#contacts{background-color:#181818;min-height:100vh}#contacts ul{list-style:none}#contacts ul li{font-size:1.2rem;font-weight:500}#contacts ul ul li{font-size:1rem;font-weight:300}#contacts .accordion{margin-bottom:60px}#contacts .accordion-item{border:0;background-color:transparent!important}#contacts .accordion-item>div{border-radius:0}#contacts .accordion-body{background-color:#181818;color:#ddd}@media (max-width: 992px){#contacts .accordion-body ul ul{padding-left:0}}#contacts .accordion-button{padding:30px;font-size:2rem;color:#ddd;background-color:#181818;font-weight:500;box-shadow:none;border-bottom:1px solid #777777;border-radius:0}#contacts .accordion-button:focus{outline:none;box-shadow:none}#contacts .accordion-button:not(.collapsed){background-color:#181818;color:#fff;box-shadow:none}#contacts .contacts-groups__item{color:#ddd;font-size:1.2rem;transition:.2s ease-in}#contacts .contacts-groups__item.active,#contacts .contacts-groups__item.active:hover,#contacts .contacts-groups__item:hover{color:#60c5bc}#contacts .contacts-groups button{background:none;border:none;padding:0}#contacts .contacts-group{display:none;transition-duration:.3s}#contacts .contacts-group.active{display:block}.standart section#contacts{margin-bottom:0}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.accordion-button:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}#post{padding-bottom:60px}#post .container{max-width:960px;text-align:justify;background-color:#181818;padding:30px}#post .chart{margin-bottom:30px}#post .chart canvas{max-height:300px}#post .post_text{margin-bottom:30px}#post .include_file{background-color:#181818;padding:20px 30px}.posts{margin-top:100px}.posts .post-card{background-color:#181818;padding:20px;transition:.3s;position:relative}.posts .post-card a{color:#ddd}.posts .post-card:hover{transform:translateY(-5px)}.posts .post-card:hover p{transition:.3s;opacity:.8}.posts .post-card h2{font-size:25px;text-transform:uppercase;position:relative;margin-bottom:10px;color:#60c5bc}.posts .post-card .post-inner img{max-width:100%;height:auto;float:left}.posts .post-card p{word-wrap:break-word}@media screen and (max-width: 992px){.posts .post-card .post-inner img{display:none}}#clientpath .nav-item{width:16.6666666667%}#clientpath .pathes{padding:0 10px}#clientpath .content{padding:0}#clientpath .pathes .content-box{padding:0;transition:all ease-in-out .4s;width:100%}#clientpath .pathes .content-box .tab-pane div{padding:25px 30px;background-color:#181818;margin-bottom:10px}#clientpath .pathes .content-box .tab-pane.active{animation:opac 2.5s}#clientpath .pathes ul{padding-right:0;border:none}#clientpath .pathes ul li{position:relative;border-radius:0;border:none;outline:none!important}#clientpath .pathes ul li button{display:block;padding:17px 10px;color:#fff;background-color:#000;width:100%;font-size:20px;border-radius:0;transition:.3s ease-in-out;outline:none!important}#clientpath .pathes ul li button i{display:block;margin-top:15px;font-size:25px}#clientpath .pathes ul li button:after{content:"";position:absolute;border-top:33px solid transparent;border-bottom:33px solid transparent;border-left:0px solid #181818;right:0;top:0;transition:right .5s,border .5s;opacity:0;pointer-events:none;outline:none!important}#clientpath .pathes ul li button:hover{border-color:transparent;color:#181818}#clientpath .pathes ul li button.active{border-color:transparent;color:#60c5bc!important;background-color:#181818!important;position:relative;z-index:1}#clientpath .pathes ul li button.active:after{border-top:33px solid transparent;border-bottom:33px solid transparent;border-left:30px solid #181818;right:-29px;opacity:1}#clientpath .pathes ul li button.active:hover{border-color:transparent}#clientpath .pathes li:nth-child(1) button{background-color:#17aa9d}#clientpath .pathes li:nth-child(2) button{background-color:#60c5bc}#clientpath .pathes li:nth-child(3) button{background-color:#f15a28}#clientpath .pathes li:nth-child(4) button{background-color:#17aa9d}#clientpath .pathes li:nth-child(5) button{background-color:#60c5bc}#clientpath .pathes li:nth-child(6) button{background-color:#f15a28}#clientpath .pathes li:nth-child(6) button.active:after{border-top:0px solid transparent;border-bottom:0px solid transparent;border-left:0px solid #181818}@media (max-width: 999px){#clientpath .pathes li:nth-child(1){order:0}#clientpath .pathes li:nth-child(2){order:0}#clientpath .pathes li:nth-child(3){order:0}#clientpath .pathes li:nth-child(4){order:3}#clientpath .pathes li:nth-child(4) button:after,#clientpath .pathes li:nth-child(5) button:after{border-top:33px solid transparent;border-bottom:33px solid transparent;border-left:none;border-right:0px solid #181818;opacity:0;left:0;right:inherit;transition:left .5s,border .5s}#clientpath .pathes li:nth-child(4) button.active:after,#clientpath .pathes li:nth-child(5) button.active:after{border-right:30px solid #181818;border-left:none;left:-30px;right:inherit;opacity:1}#clientpath .pathes li:nth-child(5){order:2}#clientpath .pathes li:nth-child(6){order:1}#clientpath .pathes li:nth-child(3) button:after{border-right:117px solid transparent;border-top:0px solid #181818;border-left:116px solid transparent;right:0;bottom:0;top:64px}#clientpath .pathes li:nth-child(3) button.active:after{border-right:117px solid transparent;border-top:10px solid #181818;border-left:116px solid transparent;right:0;bottom:0;top:64px}#clientpath .nav-item{width:33.3333333333%}#clientpath .pathes button:after{content:none}}@media screen and (max-width: 767px){#clientpath .pathes li button:after{display:none}#clientpath .pathes li:nth-child(n){order:0}}@media screen and (max-width: 575px){#clientpath .nav-item{width:auto;flex:1;aling-self:stretch}#clientpath .pathes ul li button{padding:5px 10px;font-size:16px;height:100%}}#company{width:100%;height:100vh;color:#ddd}#company .company-img img{position:relative;transform:scale(1.1);z-index:-1}.company h1{color:#60c5bc;font-size:20px}.company .company-img{margin:auto}.company .company-img img{max-height:350px}.work-with-img img{width:100%}@media screen and (max-width: 1440px){#company .company-img img{transform:scale(1);z-index:0}}@media screen and (max-width: 1199px){.company-card{box-shadow:0 0 25px #0000001a;padding:30px;transition:all ease-in-out .4s;background:#181818;width:100%}}@media screen and (max-width: 991px){.contacts-groups,#contacts .section-title{margin-left:0}#contacts .section-title h2{text-align:center}#contacts .section-title h2:before{left:50%;transform:translate(-50%)}#contacts .section-title h2:after{left:50%;transform:translate(-50%)}}@media screen and (max-width: 767px){.company-card,.text-box{padding:20px}#contacts .accordion-button{padding:20px;font-size:1.5rem}#contacts .section-title{margin-left:0}#contacts .section-title h2{font-size:1.7rem}#contacts .section-title h2:before{left:50%;transform:translate(-50%)}#contacts .section-title h2:after{left:50%;transform:translate(-50%)}.section-title{margin-left:0;padding-left:20px;padding-right:20px}.section-title h2{font-size:1.7rem}}.tripple-img{display:-webkit-flex;display:flex}#tripple-card{position:relative;-webkit-flex:3;-ms-flex:3;flex:3;cursor:pointer;height:600px;max-height:75vh;background-size:inherit;background-position:center;transition:.4s ease-in-out;padding:25px}#tripple-card h3{margin-top:0;position:relative;top:50%;transform:rotate(-90deg);text-align:center;animation:text-anim-out .5s ease-in-out}#tripple-card div{padding:25px;transform:translateY(50%);border-radius:25px;background-color:#00000094;opacity:0}#tripple-card.active{-webkit-flex-grow:7;flex-grow:7}#tripple-card.active h3{margin-top:30px;transform:rotate(0);animation:text-anim .5s ease-in-out;top:0}#tripple-card.active div{overflow:hidden;max-height:50%;opacity:1;animation:text-block .6s ease-in-out}@keyframes text-anim{0%{margin-top:0;top:50%;transform:rotate(-90deg)}to{margin-top:30px;transform:rotate(0);top:0}}@-webkit-keyframes text-anim{0%{margin-top:0;top:50%;transform:rotate(-90deg)}to{margin-top:30px;transform:rotate(0);top:0}}@keyframes text-anim-out{0%{margin-top:30px;transform:rotate(0);top:0}to{margin-top:0;top:50%;transform:rotate(-90deg)}}@-webkit-keyframes text-anim-out{0%{margin-top:30px;transform:rotate(0);top:0}to{margin-top:0;top:50%;transform:rotate(-90deg)}}@keyframes text-block{0%{opacity:0}50%{opacity:0}to{opacity:1}}@-webkit-keyframes text-block{0%{opacity:0}50%{opacity:0}to{opacity:1}}@media screen and (max-width: 1199px){.tripple-img{height:auto;flex-wrap:wrap}#tripple-card,#tripple-card.active{max-height:500px;max-width:50%;flex:none;background-size:cover;background-repeat:no-repeat}#tripple-card h3,#tripple-card.active h3{margin-top:0;top:0;transform:rotate(0);text-align:center;animation:none}#tripple-card div,#tripple-card.active div{margin-top:30px;max-height:100%;padding:25px;transform:translateY(0);border-radius:25px;background-color:#00000094;opacity:1;animation:none}#tripple-card:last-child,#tripple-card.active:last-child{max-width:100%}}@media screen and (max-width: 991px){#tripple-card,#tripple-card.active{max-height:none;max-width:100%;height:auto}}.products-box{color:#ddd;padding:30px;background-color:#f15a28;border-radius:20px}.products-box h4 a{color:#ddd}#products .content{height:100%;display:flex}#vacancies .link-box{margin-bottom:15px;padding:30px;border-radius:20px;background-color:#17aa9d;color:#fff;transition:.3s ease-in-out}#vacancies .link-box h4{transition:.3s ease-in-out}#vacancies .link-box>div{display:flex;justify-content:space-between}#vacancies .link-box:hover{transform:translateY(-5px)}#vacancies .link-box:hover h4{color:#ddd}#vacancy .container-fluid{margin:0}#vacancy .vacancy-title{margin-bottom:20px}#vacancy .breadcrumbs{background-color:#4a4949;padding:20px}#vacancy .breadcrumbs .back-link{display:flex;font-weight:500;margin-bottom:5px}#vacancy .breadcrumbs .back-link .link-with-icon{display:flex;align-items:center;text-decoration:none;color:#17aa9d;font-size:18px;transition:.3s}#vacancy .breadcrumbs .back-link .link-with-icon:hover{color:#60c5bc}#vacancy .breadcrumbs .back-link .link-with-icon .icon{margin-right:0;font-size:20px}#vacancy .breadcrumbs p{margin-bottom:0}.with-tabs .nav-tabs{display:flex}.with-tabs .nav-item{flex:1}.with-tabs .pathes{padding:0 10px}.with-tabs .content{padding:0}.with-tabs .pathes .content-box{padding:25px 30px;transition:all ease-in-out .4s;background-color:#181818;width:100%;min-height:200px;margin-bottom:20px}.with-tabs .pathes .content-box .tab-pane.active{animation:opac 2.5s}.with-tabs .pathes ul{padding-right:0;border:none}.with-tabs .pathes ul li{position:relative;border-radius:0;border:none;outline:none!important}.with-tabs .pathes ul li button{display:block;padding:17px 10px;color:#fff;background-color:#000;width:100%;height:100%;font-size:20px;border-radius:0;transition:.3s ease-in-out;outline:none!important}.with-tabs .pathes ul li button i{display:block;margin-top:15px;font-size:40px}.with-tabs .pathes ul li button:after{content:"";position:absolute;border-top:33px solid transparent;border-bottom:33px solid transparent;border-left:0px solid #181818;right:0;top:0;transition:right .5s,border .5s;opacity:0;pointer-events:none;outline:none!important}.with-tabs .pathes ul li button:hover{border-color:transparent;color:#181818}.with-tabs .pathes ul li button.active{border-color:transparent;color:#60c5bc!important;background-color:#181818!important;position:relative;z-index:1}.with-tabs .pathes ul li button.active:after{border-top:33px solid transparent;border-bottom:33px solid transparent;border-left:30px solid #181818;right:-29px;opacity:1}.with-tabs .pathes ul li button.active:hover{border-color:transparent}.with-tabs .pathes li:nth-child(1) button{background-color:#f15a28}.with-tabs .pathes li:nth-child(2) button{background-color:#17aa9d}.with-tabs .pathes li:nth-child(3) button{background-color:#60c5bc}.with-tabs .pathes li:nth-child(3) button.active:after{border-top:0px solid transparent;border-bottom:0px solid transparent;border-left:0px solid #181818}@media screen and (max-width: 999px){.with-tabs .nav-item{width:33.3333333333%}.with-tabs .pathes button:after{content:none}}@media screen and (max-width: 767px){.with-tabs .pathes li button:after{display:none}.with-tabs .pathes .content-box{padding:20px}}@media screen and (max-width: 575px){.with-tabs .nav-item{width:100%}.with-tabs .pathes ul li button{padding:5px 10px;font-size:16px}}@media screen and (min-width: 992px){#fuac .fuac-logo{display:none}#fuac .fuac-logo-box{display:flex;align-items:center}#fuac .fuac-logo-box img{max-width:none;max-height:400px}#fuac .text-box{width:auto}}@media screen and (max-width: 991px){#fuac .fuac-logo-box{display:none}#fuac .fuac-logo{height:220px;float:left;margin-right:20px;margin-bottom:20px}}.gmp{margin-bottom:40px}.gmp,.iscc{clear:both}.gmp img,.iscc img{height:140px;float:left;margin-right:10px}#footer{position:relative;font-size:14px;background:#145e58}#footer .section-title{display:none}#footer h4{font-size:16px;font-weight:700;color:#145e58;position:relative;padding-bottom:12px}#footer .footer-top{padding:30px 60px;background:#181818}#footer .footer-logo .logo{max-height:60px}#footer .footer-links{margin-top:35px}#footer .footer-links ul{list-style:none;padding:0;margin:0}#footer .footer-links ul i{padding-right:2px;color:#17aa9d;font-size:18px;line-height:1}#footer .footer-links ul li{padding:10px 0;display:flex;align-items:center}#footer .footer-links ul li:first-child{padding-top:0}#footer .footer-links ul a{color:#777;transition:.3s;display:inline-block;line-height:1}#footer .footer-links ul a:hover{text-decoration:none;color:#17aa9d}#footer .social-links a{font-size:18px;display:inline-block;background:#17aa9d;color:#fff;line-height:1;padding:8px 0;margin-right:4px;border-radius:50%;text-align:center;width:36px;height:36px;transition:.3s}#footer .social-links a:hover{background:#f15a28;color:#fff;text-decoration:none}#footer .footer-contacts{margin-left:auto}#footer .footer-contacts h3{font-size:28px;margin:0 0 10px;padding:2px 0;line-height:1;text-transform:uppercase;font-weight:600;color:#145e58}#footer .footer-contacts p{font-size:14px;line-height:24px;margin-bottom:0;font-family:Jost,sans-serif;color:#5e5e5e}#footer .footer-bottom{padding-top:10px;padding-bottom:10px;color:#fff}#footer .copyright{float:left}#footer .credits{float:right;font-size:13px}#footer .credits a{transition:.3s}@media screen and (max-width: 768px){#footer .footer-top{padding:20px}#footer .footer-top .footer-contacts{margin-top:25px;margin-bottom:10px}#footer .footer-top .footer-links{margin-top:20px}#footer .copyright,#footer .credits{text-align:center;float:none}}
