:root{--bg-black:#181818;--black:#222;--yellow:#FABB03;--grey:#F3F3F3;--grey-text:#4A4A4A;--blue:#3D73C4}@font-face{font-family:BigCityGrotesquePro;src:url(../fonts/BigCityGrotesquePro-Regular.woff2) format('woff2');font-weight:400;font-style:normal}@font-face{font-family:BigCityGrotesquePro;src:url(../fonts/BigCityGrotesquePro-Light.woff2) format('woff2');font-weight:300;font-style:normal}@font-face{font-family:BigCityGrotesquePro;src:url(../fonts/BigCityGrotesquePro-Black.woff2) format('woff2');font-weight:900;font-style:normal}@font-face{font-family:BigCityGrotesquePro;src:url(../fonts/BigCityGrotesquePro-Bold.woff2) format('woff2');font-weight:700;font-style:normal}@font-face{font-family:BigCityGrotesquePro;src:url(../fonts/BigCityGrotesquePro-Medium.woff2) format('woff2');font-weight:500;font-style:normal}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}[v-cloak]{display:none}a{color:inherit;text-decoration:none;cursor:pointer}img{max-width:100%;vertical-align:middle}button,label{cursor:pointer}button{border:none;background:0 0;outline:0;font-size:1rem;color:inherit}html{font-size:16px;scroll-behavior:smooth;--scroll-behavior:smooth}body{font-family:BigCityGrotesquePro,serif;line-height:1.5;color:var(--black);background-color:var(--bg-black);z-index:99}.app{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}.container{max-width:1410px;width:100%;margin:0 auto;padding:55px 60px;position:relative}.btn{--text:#ccc;--hover:var(--yellow);--bg:var(--bg-black);font-size:14px;border-radius:20px;line-height:1;font-weight:900;position:relative;z-index:5;background-image:-o-linear-gradient(left,var(--hover),var(--hover) 48%,var(--text) 50%);background-image:-webkit-gradient(linear,left top,right top,from(var(--hover)),color-stop(48%,var(--hover)),color-stop(50%,var(--text)));background-image:linear-gradient(to right,var(--hover),var(--hover) 48%,var(--text) 50%);background-size:200% 100%;background-position:100%;-webkit-transition:background-position .7s;-o-transition:background-position .7s;transition:background-position .7s;padding:1px;color:var(--text);border:none}.btn::before{content:attr(data-text);padding:10px 27px;display:block;background-color:var(--bg);border-radius:inherit;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-o-linear-gradient(left,var(--hover),var(--hover) 50%,var(--text) 50%);background-image:-webkit-gradient(linear,left top,right top,from(var(--hover)),color-stop(50%,var(--hover)),color-stop(50%,var(--text)));background-image:linear-gradient(to right,var(--hover),var(--hover) 50%,var(--text) 50%);background-size:200% 100%;background-position:100%;-webkit-transition:background-position .7s;-o-transition:background-position .7s;transition:background-position .7s}.btn::after{content:'';display:block;background-color:var(--bg);border-radius:inherit;position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);z-index:-1}.btn:hover{background-position:0}.btn:hover::before{background-position:0}.btn_black{--text:#3F3F3F;--bg:#fff;font-weight:400}.btn_black::before{padding:12px 37px}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.fade-enter,.fade-leave-to{opacity:0}.fade-img-enter-active,.fade-img-leave-active{-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.fade-img-enter,.fade-img-leave-to{opacity:0}.scroll-box::-webkit-scrollbar-track{-webkit-box-shadow:none}.scroll-box::-webkit-scrollbar{height:2px;width:1px;border-radius:2px;background-color:rgba(55,55,55,.23)}.scroll-box::-webkit-scrollbar-thumb{background-color:#686868;border-radius:2px}.scroll-box_light::-webkit-scrollbar{height:10px;border-radius:10px;border-top:4px solid var(--bg-black);border-bottom:4px solid var(--bg-black)}.scroll-box_light::-webkit-scrollbar-thumb{background-color:#606060;border-radius:10px;border-top:4px solid var(--bg-black);border-bottom:4px solid var(--bg-black)}.title_h1{font-size:2.5rem;margin-bottom:2rem}[data-hover]{position:relative;text-shadow:none;vertical-align:baseline;display:inline-block}[data-hover]::before{content:attr(data-hover);position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden;max-width:0;-webkit-transition:max-width .7s;-o-transition:max-width .7s;transition:max-width .7s;font:inherit}[data-hover]:focus::before,[data-hover]:hover::before{max-width:100%}.sidebar{z-index:2}.sidebar__wrapper{position:relative;width:210px;height:100%;z-index:0}.sidebar__inner{width:210px;-ms-flex-negative:0;flex-shrink:0;min-height:100vh;position:-webkit-sticky;position:sticky;top:0;left:0;color:#fff;padding:39px 31px;padding-bottom:26px;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--bg-black)}.sidebar__bar{margin-bottom:-11px;display:none;width:19px;height:25px;padding:0}.sidebar__bar span{position:relative;display:block;width:18px;height:2px;margin-left:auto;background:#fff;-webkit-transition:all .275s;-o-transition:all .275s;transition:all .275s}.sidebar__bar span:after,.sidebar__bar span:before{content:'';display:block;height:100%;background:#fff;-webkit-transition:all .275s;-o-transition:all .275s;transition:all .275s}.sidebar__request-btn{font-size:13px;font-weight:500;margin-right:17px;display:none}.sidebar__request-btn::before{padding:5px 13px}.sidebar__request-btn:focus,.sidebar__request-btn:hover{color:#fff;border-color:#fff}.sidebar__phone_mobile{display:none}.sidebar__contact-btn{display:block;margin:0 auto;max-width:133px}.sidebar__contact-btn:focus,.sidebar__contact-btn:hover{color:#fff;border-color:#fff}.sidebar__bar span:after{-webkit-transform:translateY(-8px) translateX(0);-ms-transform:translateY(-8px) translateX(0);transform:translateY(-8px) translateX(0)}.sidebar__bar span:before{-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.sidebar__inner_show .sidebar__bar span{-webkit-transform:translateY(-8px) rotate(-45deg);-ms-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}.sidebar__inner_show .sidebar__bar span:before{-webkit-transform:translateY(0) rotate(90deg);-ms-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}.sidebar__inner_show .sidebar__bar span:after{-webkit-transform:translateY(-12px) translateX(10px);-ms-transform:translateY(-12px) translateX(10px);transform:translateY(-12px) translateX(10px);opacity:0}.sidebar__nav{margin:auto 0}.sidebar__footer{text-align:center}.sidebar__phone{color:#8b8b8b;font-weight:900;line-height:1;margin-bottom:26px;display:inline-block}.sidebar__phone::before{color:#fff}.logo{display:block}.logo img{max-height:100%}.nav{list-style:none;padding:0;text-transform:uppercase}.nav__item{line-height:1;margin-bottom:20px;font-weight:700;color:#fff}.nav__item::before{color:var(--yellow)}a.nav__item_active::before{max-width:100%}.nav__item_active{pointer-events:none}.main{width:100%;max-width:100vw;background-color:#fff;margin-bottom:408px;z-index:2}.main__header{background:url(../img/bg-header.svg) no-repeat center;background-size:cover;background-color:var(--bg-black);border-left:1px solid rgba(255,255,255,.1)}.main-header{padding-top:92px;padding-bottom:37px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.main-header__intro-text{margin-top:auto;margin-bottom:auto}.main-header__title{font-size:5em;font-weight:900;line-height:1;margin:0;margin-bottom:20px}.main-header__small{opacity:.5}.main-header__more{line-height:35px;max-width:399px}.main__section_black{background-color:var(--bg-black)}.main__section_grey{background-color:var(--grey)}.competencies-section{padding-bottom:0}.competencies{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.competencies::after{content:"";width:31.3%;-ms-flex-negative:0;flex-shrink:0}.competencies__title{font-size:1rem;margin-bottom:.5rem}.competencies__item{width:31.3%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:15px;margin-top:15px}.competencies__icon{margin-bottom:25px;height:48px}.competencies__title{font-weight:900}.macbook{width:465px;height:268px;-ms-flex-negative:0;flex-shrink:0;background:url(../img/macbook.png) no-repeat center bottom;background-size:contain}.macbook__top{height:95%;width:80%;margin:0 auto;background-color:#060914;border-radius:14px 14px 6px 6px;overflow:hidden;border:2px solid #344248;border-bottom:none;padding:3px 2px 3px 2px;position:relative}.macbook__top .flickity-viewport{border-radius:14px 14px 6px 6px}.macbook__screen{display:block;overflow:hidden;width:100%;height:100%}.macbook__screen img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block}.results{width:100%;overflow:hidden;position:relative;padding-bottom:0}.results__container{padding-bottom:0}.results__wrapper{padding-bottom:18px}.results__website-screen,.results__wrapper{cursor:url(../img/icons/drag.png) 16 9,ew-resize}.results__box{max-width:100%}.results__item{color:var(--grey-text);line-height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;width:100%}.results__item:not(:first-child){position:absolute;left:100%}.results__all-text{-ms-flex-negative:0;flex-shrink:0;width:43%;margin-right:50px}.results__header{margin-bottom:24px}.results__title{font-size:1rem}.results__text{margin-bottom:16px}.results__text-sale{margin-top:8px}.results__text_bold,.results__title{font-weight:700}.results__quote{background:url(../img/icons/quotes.svg) no-repeat top left;padding-left:36px;width:50%;-ms-flex-negative:0;flex-shrink:0;margin-right:50px}.results__quote-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;margin-top:1.5rem;margin-bottom:2rem}.results__quote-author-img{overflow:hidden;border-radius:50%;margin-right:8px;width:50px;height:50px;-ms-flex-negative:0;flex-shrink:0}.results__quote-author-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.results__quote-author-name{font-weight:500}.results__quote-author-job{line-height:1.5}.results__quote-link{color:var(--blue)}.results__quote-link span{margin-left:7px}.results__quote-link span::before{color:var(--yellow)}.results__nav{--border:4px solid #fff;position:relative;background-color:rgba(55,55,55,.23);height:10px;border-top:var(--border);border-bottom:var(--border);width:100%;overflow:hidden;-webkit-transition:.3s height;-o-transition:.3s height;transition:.3s height}.results__nav-item-active{height:10px;border-top:var(--border);border-bottom:var(--border);background-color:#373737;position:absolute;top:-4px;left:0;-webkit-transition:.3s height;-o-transition:.3s height;transition:.3s height;z-index:2}.results__website{position:absolute;top:147px;right:16px;z-index:99;cursor:url(../img/icons/drag.png) 16 9,ew-resize}.results__website-screen{position:absolute;top:0;left:0;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;animation-duration:1s;display:none}.results__website-screen:first-child{display:block}.access__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.access__box{overflow-y:auto;-webkit-box-shadow:0 12px 30px rgba(0,0,0,.1);box-shadow:0 12px 30px rgba(0,0,0,.1);-webkit-transition:.6s height;-o-transition:.6s height;transition:.6s height}.access__img{height:100%;width:auto;border-radius:4px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.accordion{list-style:none;padding:0}.accordion__item{position:relative}.accordion__title{position:relative;cursor:pointer;background:#fff;font-size:1rem;font-weight:500;padding:9px 14px 9px 23px;border-bottom:2px solid var(--grey);-webkit-transition:.6s padding-left,.6s color;-o-transition:.6s padding-left,.6s color;transition:.6s padding-left,.6s color;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__title::after{content:'';display:block;height:2px;position:absolute;bottom:-2px;width:0;-webkit-transition:ease-in-out .6s width;-o-transition:ease-in-out .6s width;transition:ease-in-out .6s width;background-image:-o-linear-gradient(left,rgba(82,97,107,.5),var(--grey));background-image:-webkit-gradient(linear,left top,right top,from(rgba(82,97,107,.5)),to(var(--grey)));background-image:linear-gradient(90deg,rgba(82,97,107,.5),var(--grey));left:0}.accordion__title:hover,.accordion__title_open{padding-left:30px;color:#000}.accordion__title:hover::after,.accordion__title_open::after{width:100%}.accordion__text{background:#fff5d8;-webkit-box-shadow:0 12px 30px rgba(0,0,0,.1);box-shadow:0 12px 30px rgba(0,0,0,.1);color:#505050;line-height:1.4;height:0;overflow:hidden;position:relative;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.accordion__text_show{position:relative;z-index:0}.accordion__text-inner{padding:22px 42px 8px 23px}.accordion__text p{margin-bottom:9px}.accordion__icon{margin-left:auto;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.accordion__icon:after,.accordion__icon:before{content:'';position:absolute;border-radius:50px;background-color:#afafaf;-webkit-transition:ease .3s all;-o-transition:ease .3s all;transition:ease .3s all}.accordion__icon:before{width:1px;height:15px}.accordion__icon:after{width:15px;height:1px}.accordion__icon_open::after,.accordion__icon_open::before,.accordion__title:hover .accordion__icon::after,.accordion__title:hover .accordion__icon::before{background-color:#52616b}.accordion__icon_open:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.numbers,.numbers-other{padding-bottom:30px}.numbers{-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.numbers__item{width:23%;-ms-flex-negative:0;flex-shrink:0;font-size:18px;margin-bottom:30px}.numbers__title{font-size:30px;font-weight:900;margin-bottom:9px}.numbers__small{color:#c4c4c4;font-size:12px;margin-top:15px;display:block}.technologies{color:#fff;border-left:1px solid rgba(255,255,255,.1)}.technologies__text{color:#989898;font-size:18px;line-height:1.5;margin-bottom:48px}.technologies__text p{margin-bottom:10px}.technologies__box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.technologies__box::after{content:'';width:28.67%}.technologies__item{width:28.67%;color:#f2f2f2;position:relative;margin-bottom:45px}.technologies__img{position:absolute;left:-30px;top:0}.technologies__title{font-size:20px;margin-bottom:24px;line-height:1.2;color:#fff}.screenshots{width:100%;max-width:508px;margin:0 auto;overflow:hidden}.screenshots__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:0 -webkit-transform ease-out;transition:0 -webkit-transform ease-out;-o-transition:0 transform ease-out;transition:0 transform ease-out;transition:0 transform ease-out,0 -webkit-transform ease-out;transition:0 transform ease-out,0 -webkit-transform ease-out;cursor:url(../img/icons/drag.png) 16 9,ew-resize}.screenshots__item{width:100%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:22px}.screenshots__count-slides{display:none}.screenshots__item img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.screenshots__title{color:#4f4f4f;line-height:24px;text-align:center;font-weight:400;-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1s;animation-duration:1s;display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.screenshots__title:nth-child(2){display:block}.screenshots__macbook{width:100%;margin-bottom:9px}.screenshots__nav{--border:4px solid var(--bg-black);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:rgba(119,119,119,.23);height:10px;border-top:var(--border);border-bottom:var(--border);width:100%}.screenshots__nav-item-active{height:10px;border-top:var(--border);border-bottom:var(--border);background-color:#606060;position:absolute;top:-4px;left:0;-webkit-transition:.6s left;-o-transition:.6s left;transition:.6s left;z-index:2}.numbers-other-section{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);background:#272727;border-left:1px solid rgba(255,255,255,.1)}.numbers-other{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#c4c4c4;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.numbers-other__item{width:23%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:30px}.numbers-other__title{font-weight:900;font-size:25px;margin-bottom:11px;color:var(--grey)}.companies{text-align:center;border-left:1px solid rgba(255,255,255,.1)}.companies__title{font-weight:300;font-size:30px;color:#5e5e5e;margin-bottom:2.2rem}.companies__wrapper{padding-bottom:10px;overflow:hidden;position:relative}.companies__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:18px;margin-bottom:5px;-webkit-transition:.8s transform;-o-transition:.8s transform;transition:.8s transform;overflow:auto;position:relative}.companies__container::after,.companies__container::before{content:'';display:block;position:absolute;width:120px;height:64px;top:120px;z-index:80}.companies__container::after{right:0;background:-o-linear-gradient(right,#181818 -88%,#181818 -.72%,rgba(24,24,24,0) 93.49%,rgba(24,24,24,0) 177.97%,rgba(24,24,24,0) 178%,rgba(24,24,24,0) 178%);background:-webkit-gradient(linear,right top,left top,color-stop(-88%,#181818),color-stop(-.72%,#181818),color-stop(93.49%,rgba(24,24,24,0)),color-stop(177.97%,rgba(24,24,24,0)),color-stop(178%,rgba(24,24,24,0)),color-stop(178%,rgba(24,24,24,0)));background:linear-gradient(270deg,#181818 -88%,#181818 -.72%,rgba(24,24,24,0) 93.49%,rgba(24,24,24,0) 177.97%,rgba(24,24,24,0) 178%,rgba(24,24,24,0) 178%)}.companies__container::before{left:0;background:-o-linear-gradient(left,#181818 -88%,#181818 -.72%,rgba(24,24,24,0) 93.49%,rgba(24,24,24,0) 177.97%,rgba(24,24,24,0) 178%,rgba(24,24,24,0) 178%);background:-webkit-gradient(linear,left top,right top,color-stop(-88%,#181818),color-stop(-.72%,#181818),color-stop(93.49%,rgba(24,24,24,0)),color-stop(177.97%,rgba(24,24,24,0)),color-stop(178%,rgba(24,24,24,0)),color-stop(178%,rgba(24,24,24,0)));background:linear-gradient(-270deg,#181818 -88%,#181818 -.72%,rgba(24,24,24,0) 93.49%,rgba(24,24,24,0) 177.97%,rgba(24,24,24,0) 178%,rgba(24,24,24,0) 178%)}.companies__wrapper::after{content:'';display:block;position:absolute;bottom:16px;right:0;height:10px;width:100%;background-color:var(--bg-black);z-index:2;opacity:1;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity}.companies__wrapper:hover::after{opacity:0;z-index:-1}.companies__container{padding-right:0;padding-left:0}.companies__item{display:block;-ms-flex-negative:0;flex-shrink:0;padding-left:80px;opacity:.2;-webkit-transition:.2s opacity;-o-transition:.2s opacity;transition:.2s opacity}.companies__item:focus,.companies__item:hover{opacity:1}.companies__item:last-child{padding-right:120px}.companies__get-access{color:#fff;margin:0 auto}.questions__title{margin-bottom:20px}.questions__container{padding-bottom:0}.questions__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.questions__box{list-style:none;padding:0;width:50%;-webkit-box-shadow:0 12px 30px rgba(0,0,0,.1);box-shadow:0 12px 30px rgba(0,0,0,.1)}.questions__box:not(:last-child){margin-right:60px}.contact{color:var(--bg-black)}.contact__box{display:-webkit-box;display:-ms-flexbox;display:flex}.contact__info{border:1px solid #dfdfdf;border-radius:10px;padding:35px 39px;width:50%;margin-right:60px}.contact__address,.contact__mail,.contact__phone{margin-bottom:.8rem}.contact__address,.contact__phone{font-weight:700}.contact__mail::before,.contact__phone::before{color:var(--yellow);background-color:#fff}.contact__leader{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:34px}.contact__photo{-ms-flex-negative:0;flex-shrink:0;margin-right:22px;width:50px;height:50px;border-radius:10px;overflow:hidden}.contact__phone img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.contact__form{width:50%}.form__label{display:block;width:100%;position:relative;margin-bottom:32px}.form__input{border:none;border-bottom:2px solid #3f3f3f;color:#3f3f3f;font-size:18px;display:block;width:100%;outline:0;line-height:2}.form__input-text{position:absolute;line-height:2;color:#3f3f3f;font-size:18px;display:block;top:0;left:0;right:0;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,font-size,color;-o-transition-property:top,font-size,color;transition-property:top,font-size,color}.form__input-text_focus,.form__input:focus~.form__input-text{font-size:12px;top:-16px;color:#838383}.form__textarea{resize:none;margin-top:56px}.form__send{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:40px}.form__btn{margin-right:15px}.form__error{font-size:12px;display:block;color:#f51a1a;position:absolute;top:44px;z-index:2}.form__small{font-size:12px;color:#323232;display:block;cursor:default;max-width:270px;font-weight:300;margin-top:3px}.form__link{border-bottom:1px solid #bcbcbc}.form__link::before{color:var(--yellow);border-bottom:1px solid var(--yellow);background-color:#fff}.footer{background-color:var(--bg-black);color:#fff;position:fixed;bottom:0;right:0;left:0;margin-left:210px;z-index:1}.footer__map{height:240px}.footer__google-map{width:100%;height:240px}.map__controls{position:absolute;top:13px;right:20px;z-index:99}.map__zoom-icon{display:block;width:28px;height:30px;background-size:15px;background-repeat:no-repeat;background-position:center;cursor:pointer;padding:0;border-radius:6px;border:1px solid #000;background-color:#fff;margin-left:auto}.map__zoom-plus{background-image:url(../img/icons/map/plus.svg);margin-bottom:10px}.map__zoom-minus{background-image:url(../img/icons/map/minus.svg)}.map__facade{font-size:14px;font-family:BigCityGrotesquePro;color:#3f3f3f;background:#fff;border:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:0 18px;height:30px;cursor:pointer;line-height:.8;margin-bottom:20px}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:0;padding-bottom:0}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:.6s opacity,.6s height,.6s padding-top,.6s padding-bottom;-o-transition:.6s opacity,.6s height,.6s padding-top,.6s padding-bottom;transition:.6s opacity,.6s height,.6s padding-top,.6s padding-bottom;height:0;overflow:hidden}.footer__socials_show{opacity:1;height:auto;padding-top:28px;padding-bottom:36px}.footer__social{display:block;margin:0 10px;opacity:.3;-webkit-transition:.2s opacity;-o-transition:.2s opacity;transition:.2s opacity}.footer__social:focus,.footer__social:hover{opacity:1}.footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:52px 0;line-height:2}.footer__copyright{color:#c4c4c4}.footer__link{display:block}.footer__link::before{color:var(--yellow)}.footer__partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__partner:not(:last-child){margin-right:21px}.modal{position:fixed;top:0;bottom:0;left:0;right:0;height:100vh;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.1);z-index:120;display:none;opacity:0;-webkit-transition:.5s opacity;-o-transition:.5s opacity;transition:.5s opacity}.modal:hover{cursor:url(../img/icons/close.svg) 14 14,ew-resize}.modal:hover .modal__inner{cursor:default}.modal__inner{width:100%;max-width:576px;padding:58px 63px 46px 63px;background-color:#fff;-webkit-box-shadow:4px 4px 60px rgba(0,0,0,.25);box-shadow:4px 4px 60px rgba(0,0,0,.25);position:relative}.modal__title{font-weight:300;font-size:30px;line-height:20px;color:#3c3c3c;margin-bottom:40px}.modal__link{display:inline-block;border-bottom:1px solid #bcbcbc}.modal__link::before{color:var(--yellow);border-bottom:1px solid var(--yellow);background-color:#fff}.modal__close{width:14px;height:14px;display:block;margin-left:auto;background:url(../img/icons/close.svg) no-repeat center;background-size:contain;padding:0;position:absolute;z-index:99;top:18px;right:20px}.modal__small{-webkit-transform:translateY(-13px);-ms-transform:translateY(-13px);transform:translateY(-13px);font-weight:300;opacity:.5;color:#323232}.modal__form-btn{display:block;font-size:1rem;margin:15px auto 0 auto}.macbook__top{cursor:url(../img/icons/drag.png) 16 9,ew-resize}@media (max-width:1530px){.results__all-text{width:300px}.results__quote{width:336px}}@media (min-width:768px){.access__wrapper{height:318px}}@media (min-width:1230px){.access__wrapper{height:470px}}@media (max-width:1230px){.numbers,.numbers-other{padding-right:30px}}@media (max-width:1180px){.questions__box:not(:last-child){margin-right:30px}.contact__info{margin-right:30px}}@media (max-width:1090px){.access__img{display:none}.questions__list{display:block}.questions__box{width:100%;margin-right:0}.numbers__item{width:47%}.numbers-other__item{width:48%}.footer__partners{width:100%;margin-top:30px}.main{margin-bottom:484px}}@media (max-width:991px){.container{padding-left:35px;padding-right:35px}.companies__container{padding-right:0;padding-left:0}.competencies-section{padding-right:0;padding-bottom:0}.numbers,.numbers-other{padding-bottom:5px}.access{padding-bottom:40px}.contact__box{display:block;max-width:508px;margin:0 auto}.contact__info{margin-right:0;width:100%}.contact__form{width:100%}.results__website{display:none}.results__all-text{margin-right:30px;width:43%}.results__quote{width:48%}.form__small{max-width:initial}.technologies__item{width:47%}}@media (max-width:938px){.competencies::after,.competencies__item{width:48.4%}}@media (max-width:768px){.competencies::after,.competencies__item{width:100%}}@media (max-width:796px){.main-header__title{font-size:4em}}@media (max-width:767px){.app{overflow:hidden}.sidebar__request-btn{display:block}.sidebar__contact-btn,.sidebar__phone{display:none}.sidebar__phone_mobile{display:block;width:20px;height:20px;background:url(../img/icons/phone.svg) no-repeat center;background-size:contain;margin-right:16px;margin-left:auto}.companies,.main__header,.numbers-other-section,.technologies{border-left:none}.logo{height:100%}.sidebar{position:absolute;top:0;left:0;z-index:99;-webkit-transition:.4s left;-o-transition:.4s left;transition:.4s left}.sidebar__bar{display:block}.sidebar__wrapper{width:97vw}.sidebar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:12px;height:25px}.sidebar__inner{background-color:transparent;position:absolute;width:100vw;-webkit-transition:.2s background-color;-o-transition:.2s background-color;transition:.2s background-color;min-height:auto;padding-top:6px;padding-bottom:0}.sidebar__footer,.sidebar__nav{-webkit-transform:translateX(-107%);-ms-transform:translateX(-107%);transform:translateX(-107%);-webkit-transition:.5s transform;-o-transition:.5s transform;transition:.5s transform}.sidebar__footer_show,.sidebar__nav_show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidebar__inner_show{background-color:var(--bg-black);position:fixed}.sidebar__header_show{left:31px}.sidebar__nav{margin-top:90px}.nav__item{-webkit-transform:translateX(-148px);-ms-transform:translateX(-148px);transform:translateX(-148px);-webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,0,1);transition:-webkit-transform .6s cubic-bezier(.4,0,0,1);-o-transition:transform .6s cubic-bezier(.4,0,0,1);transition:transform .6s cubic-bezier(.4,0,0,1);transition:transform .6s cubic-bezier(.4,0,0,1),-webkit-transform .6s cubic-bezier(.4,0,0,1);transition:transform .6s cubic-bezier(.4,0,0,1),-webkit-transform .6s cubic-bezier(.4,0,0,1)}.sidebar__nav_show .nav li:first-child .nav__item{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.sidebar__nav_show .nav li:nth-child(2) .nav__item{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.sidebar__nav_show .nav li:nth-child(3) .nav__item{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.sidebar__nav_show .nav li:nth-child(4) .nav__item{-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.sidebar__nav_show .nav li:nth-child(5) .nav__item{-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.sidebar__nav_show .nav__item{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.technologies__box{margin-left:26px}.technologies__item{width:100%;margin-right:0}.footer__socials{opacity:1;height:auto;padding-top:28px;padding-bottom:36px}.footer{margin-left:0}.companies__item{padding-left:20px}.companies__item:last-child{padding-right:20px}.footer__socials{padding-bottom:16px}}@media (max-width:575px){html{font-size:14px}.main{margin-bottom:476px}.main-header{padding-bottom:23px;padding-top:62px}.main-header__title{margin-bottom:15px;font-size:50px}.main-header__more{white-space:normal;font-size:13px;line-height:20px;max-width:370px}.main-header__small{font-size:12px}.competencies-section{padding-bottom:2rem}.competencies__item{margin-bottom:0}.entry-content .competencies__item h3{margin-top:0}.entry-content .container{padding:15px}.container,.sidebar__inner{padding-left:20px;padding-right:20px}.companies__container{padding-right:0;padding-left:0}.companies__item{padding-left:0}.companies__item:last-child{padding-right:0}.companies__item img{max-width:80%}.companies__container::after,.companies__container::before{top:110px;width:60px}.companies__wrapper{padding-bottom:20px}.companies__wrapper::after{bottom:24px}.technologies__text{font-size:16px}.technologies__title{font-size:18px;margin-bottom:12px}.technologies__item{margin-bottom:24px}.numbers__title{font-size:24px}.numbers__item{font-size:16px}.contact__info{padding:15px}.results__all-text{width:100%;margin-right:0;margin-bottom:0}.results__item{display:block}.results__quote{width:100%;margin-bottom:30px;padding-left:0;background-size:18px;padding-top:10px;background-position:0 4px}.results__text-years{display:-webkit-box;display:-ms-flexbox;display:flex}.results__text{margin-top:8px}.results__text-wrapper{width:50%}.results__text-wrapper:first-child{margin-right:10px}}@media (max-width:460px){.form__send{display:block}.form__btn{margin-bottom:20px}.form__link{display:initial}}@media (max-width:419px){.main{margin-bottom:532px}}@media (max-width:374px){.main-header__more{font-size:11px;max-width:281px}.main-header__title{font-size:40px}.results__title{font-size:13px}.results__text{font-size:12px}}@-webkit-keyframes fade{from{opacity:0}to{opacity:1}}@keyframes fade{from{opacity:0}to{opacity:1}}.gm-style-pbc{display:none}/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}html{line-height:1.15;-webkit-text-size-adjust:100%}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;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}template{display:none}[hidden]{display:none}
