.HeaderMenu__list{display:flex}@media screen and (width <= 1200px){.HeaderMenu__list{display:block}}.HeaderMenu__item{padding:0 28px}.HeaderMenu__item:hover{color:var(--color-main)}@media screen and (width <= 1919px){.HeaderMenu__item{padding:0 20px}}.HeaderMenu__link{align-items:center;color:#000;display:flex;flex-wrap:wrap;font-size:22px;font-weight:700;gap:10px;line-height:30px;min-height:var(--header-height);text-align:center;text-decoration:none;transition:color .2s ease}@media screen and (width <= 1919px){.HeaderMenu__link{font-size:16px;line-height:22px}}@media screen and (width <= 1200px){.HeaderMenu__link{font-size:20px;font-weight:700;line-height:24px;min-height:auto;padding:8px 40px;text-align:left}}@media screen and (width <= 767px){.HeaderMenu__link{padding:8px 20px}}.HeaderMenu__link.active,.HeaderMenu__link:hover{color:var(--color-main)}.Button{align-items:center;background:#000;border:1.4px solid #000;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:22px;font-weight:700;gap:22px;height:76px;justify-content:center;line-height:30px;outline:none;padding:22px 55px;position:relative;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media screen and (width <= 1919px){.Button{border-width:1px;font-size:16px;gap:16px;height:54px;line-height:22px;padding:15px 40px}}@media screen and (width <= 767px){.Button{font-size:14px;height:44px;padding:10px 24px}}.Button:hover{background:var(--color-main);border-color:var(--color-main);color:#fff}.Button svg{flex-shrink:0}.Button--size-s{height:58px;padding:14px 34px}@media screen and (width <= 1919px){.Button--size-s{height:42px;padding:10px 24px}}.Button--size-xl{font-size:34px;height:100px;line-height:48px}@media screen and (width <= 1919px){.Button--size-xl{font-size:24px;height:72px;line-height:34px;padding:19px 40px}}@media screen and (width <= 767px){.Button--size-xl{font-size:16px;height:48px;line-height:22px;padding:13px 40px}}.Button--dark{background:#000;border-color:#000;color:#fff}.Button--primary{background:var(--color-main);border-color:var(--color-main);color:#fff}.Button--primary:hover{background:#345af6;border-color:#345af6}.Button--bordered{background:transparent;border-color:#000;color:#000}.Button--bordered-blue{background:transparent;border-color:var(--color-main);color:var(--color-main)}.Button--bordered-white{background:transparent;border-color:#fff;color:#fff}.Button--loading{color:transparent!important;cursor:progress!important}.Button--loading:before{animation:spinner .6s linear infinite;background:transparent;border:2px solid hsla(0,0%,100%,.25);border-radius:50%;border-top-color:#fff;content:"";display:block;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:20px}@keyframes spinner{0%{transform:translate(-50%) translateY(-50%) rotate(0)}to{transform:translate(-50%) translateY(-50%) rotate(359deg)}}.Burger{align-items:center;background:none;border:0;box-shadow:none;cursor:pointer;display:flex;gap:22px;padding:0;position:relative}@media screen and (width <= 1919px){.Burger{gap:18px}}.Burger__text{font-size:22px;font-weight:700;line-height:30px}@media screen and (width <= 1919px){.Burger__text{font-size:16px;line-height:22px}}@media screen and (width <= 767px){.Burger__text{display:none}}.Burger__wrapper{display:block;height:44px;position:relative;width:40px}@media screen and (width <= 1919px){.Burger__wrapper{height:32px;width:28px}}.Burger__line{background:#000;display:block;height:2px;left:0;position:absolute;top:50%;transition:transform .2s ease,background-color .2s ease,opacity .2s ease;width:100%}.Burger__line:first-child{transform:translateY(-6px)}@media screen and (width <= 1919px){.Burger__line:first-child{transform:translateY(-4px)}}.Burger__line:nth-child(2){transform:translateY(4px)}@media screen and (width <= 1919px){.Burger__line:nth-child(2){transform:translateY(2px)}}.Burger.active .Burger__line:first-child{transform:translateY(0) rotate(45deg)}.Burger.active .Burger__line:nth-child(2){transform:translateY(0) rotate(-45deg)}.Header{background:#fff;left:0;max-width:calc(100% - var(--noscroll-target-scrollbar-width));position:fixed;top:0;transform:translateZ(0);width:100%;z-index:99}.Header__wrapper{align-items:center;display:flex;height:var(--header-height);justify-content:space-between}@media screen and (width <= 1919px){.Header__wrapper{height:70px}}@media screen and (width <= 767px){.Header__wrapper{height:48px}}.Header__logo{position:relative;z-index:10}@media screen and (width <= 1919px){.Header__logo{height:30px;width:103px}}@media screen and (width <= 767px){.Header__logo{height:21px;width:69px}}.Header__navigation{margin-left:auto;margin-right:auto}@media screen and (width <= 1200px){.Header__navigation{margin:0;width:100%}}.Header__menu{align-items:center;display:flex;flex:1;justify-content:space-between}@media screen and (width <= 1200px){.Header__menu{display:none}}.Header__buttons{align-items:center;display:flex;gap:16px}@media screen and (width <= 1200px){.Header__buttons{display:none}}.Header__button svg{transition:transform .4s ease}.Header__button:hover svg{transform:translate(30%)}@media screen and (width <= 1919px){.Header__button svg{height:16px;width:16px}}.Header__burger{margin-left:80px;position:relative;z-index:4}@media screen and (width <= 1919px){.Header__burger{margin-left:64px}}.Menu{background:#fff;height:100%;left:0;max-width:calc(100% - var(--noscroll-target-scrollbar-width));overflow-y:auto;padding-bottom:60px;padding-top:294px;position:fixed;top:0;width:100%;z-index:88}@media screen and (width <= 1919px){.Menu{padding-top:210px}}@media screen and (width <= 767px){.Menu{padding-top:126px}}.Menu__grid{display:flex;gap:42px}@media screen and (width <= 1919px){.Menu__grid{gap:32px}}@media screen and (width <= 767px){.Menu__grid{flex-direction:column;gap:24px}}.Menu__col-left,.Menu__col-right{display:flex;flex:1;flex-direction:column;gap:44px}@media screen and (width <= 1919px){.Menu__col-left,.Menu__col-right{gap:32px}}@media screen and (width <= 767px){.Menu__col-left,.Menu__col-right{gap:24px}}.Menu__services{display:flex;flex-direction:column;gap:44px}@media screen and (width <= 1919px){.Menu__services{gap:32px}}@media screen and (width <= 767px){.Menu__services{display:none;gap:24px}}.Menu__services.active{display:flex!important}.Menu__services-title{display:flex;gap:10px;justify-content:space-between}.Menu__arrow-button{align-items:center;background:transparent;border:0;box-shadow:none;display:none;padding:0}.Menu__arrow-button.active{transform:rotate(180deg)}@media screen and (width <= 767px){.Menu__arrow-button{display:flex}}.Menu__list{display:flex;flex:1;flex-direction:column;gap:44px}@media screen and (width <= 1919px){.Menu__list{gap:32px}}@media screen and (width <= 767px){.Menu__list{gap:24px}}.Menu__email,.Menu__link{align-items:center;color:#000;display:inline-flex;flex-wrap:wrap;font-size:44px;font-weight:700;line-height:50px;text-align:center;text-decoration:none;transition:color .2s ease}.Menu__email--service,.Menu__link--service{color:var(--color-text-gray)}@media screen and (width <= 1919px){.Menu__email,.Menu__link{font-size:32px;line-height:36px}}@media screen and (width <= 767px){.Menu__email,.Menu__link{font-size:24px;line-height:32px}}.Menu__email.active,.Menu__email.router-link-exact-active,.Menu__email:hover,.Menu__link.active,.Menu__link.router-link-exact-active,.Menu__link:hover{color:var(--color-main)}.Menu__email{margin-top:32px}.Menu__button{display:none}@media screen and (width <= 767px){.Menu__button{align-self:flex-start;display:inline-flex}}.Menu__button svg{transition:transform .4s ease}.Menu__button:hover svg{transform:translate(30%)}@media screen and (width <= 1919px){.Menu__button svg{height:16px;width:16px}}.menu-enter-active,.menu-leave-active{transition:opacity .2s ease}.menu-enter-from,.menu-leave-to{opacity:0}.Cookies{background:#fff;border-radius:32px;bottom:80px;box-shadow:0 14px 56px #0000001a;display:block;max-height:calc(100% - 30px);max-width:calc(100% - 30px);padding:44px;position:fixed;right:80px;width:566px;z-index:99}@media screen and (width <= 1919px){.Cookies{border-radius:24px;padding:32px;width:400px}}@media screen and (width <= 767px){.Cookies{border-radius:16px;bottom:40px;padding:16px;right:15px}}.Cookies__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}@media screen and (width <= 1919px){.Cookies__header{margin-bottom:16px}}@media screen and (width <= 767px){.Cookies__header{margin-bottom:8px}}.Cookies__title{font-size:34px;font-weight:700;line-height:48px}@media screen and (width <= 1919px){.Cookies__title{font-size:24px;line-height:34px}}@media screen and (width <= 767px){.Cookies__title{font-size:16px;line-height:22px}}.Cookies__text{color:var(--color-text-gray);font-size:22px;font-weight:700;line-height:30px;text-align:left}@media screen and (width <= 1919px){.Cookies__text{font-size:16px;line-height:22px}}@media screen and (width <= 767px){.Cookies__text{font-size:14px;line-height:18px}}.Cookies__text a{color:var(--color-text-gray);transition:color .2s ease}.Cookies__text a:hover{color:var(--color-main)}@media screen and (width <= 767px){.Cookies__text{font-size:14px;line-height:16px}}.Cookies__buttons{display:flex;gap:24px;margin-top:32px}@media screen and (width <= 1919px){.Cookies__buttons{gap:8px;margin-top:24px}}@media screen and (width <= 767px){.Cookies__buttons{margin-top:16px}}.Cookies__button{flex:1}.cookies-enter-active,.cookies-leave-active{transition:opacity .2s ease}.cookies-enter-from,.cookies-leave-to{opacity:0}.Socials{align-items:center;display:inline-flex;gap:34px;justify-content:center}@media screen and (width <= 1919px){.Socials{gap:24px}}.Socials__item{color:#fff;height:34px;transition:color .2s ease;width:34px}@media screen and (width <= 1919px){.Socials__item{height:24px;width:24px}}.Socials__item:hover{color:var(--color-main)}.Footer{background:#000;color:#fff;padding:110px 0}@media screen and (width <= 1919px){.Footer{padding:70px 0}}@media screen and (width <= 767px){.Footer{padding:50px 0}}.Footer__top{display:flex;gap:30px;justify-content:space-between}@media screen and (width <= 1023px){.Footer__top{display:block}}.Footer__title{font-size:60px;font-weight:700;line-height:70px;margin-bottom:43px}@media screen and (width <= 1919px){.Footer__title{font-size:42px;line-height:50px;margin-bottom:30px}}@media screen and (width <= 767px){.Footer__title{font-size:24px;line-height:32px;margin-bottom:24px}}.Footer__top-left{position:relative}@media screen and (width <= 1200px){.Footer__top-left{margin-bottom:40px}}.Footer__right{display:flex;gap:110px}@media screen and (width <= 1919px){.Footer__right{gap:60px}}@media screen and (width <= 767px){.Footer__right{display:block;margin-top:40px}}.Footer__menu-item{margin-bottom:23px}@media screen and (width <= 1919px){.Footer__menu-item{margin-bottom:12px}}.Footer__menu-link{color:#fff;display:inline-block;font-size:22px;font-weight:700;line-height:30px;text-decoration:none;transition:color .2s ease}@media screen and (width <= 1919px){.Footer__menu-link{font-size:16px;line-height:22px}}.Footer__menu-link:hover{color:var(--color-main)}.Footer__email,.Footer__phone{color:#fff;display:inline-block;font-size:22px;font-weight:700;line-height:30px;text-decoration:none;transition:color .2s ease}@media screen and (width <= 1919px){.Footer__email,.Footer__phone{font-size:16px;line-height:22px}}.Footer__email:hover,.Footer__phone:hover{color:var(--color-main)}.Footer__phone{margin-bottom:12px;margin-top:23px}@media screen and (width <= 1919px){.Footer__phone{margin-top:15px}}.Footer__email{text-decoration:underline}.Footer__middle{align-items:center;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);padding-bottom:33px;padding-top:48px}@media screen and (width <= 1919px){.Footer__middle{padding-bottom:23px;padding-top:28px}}@media screen and (width <= 1023px){.Footer__middle{display:block}}@media screen and (width <= 767px){.Footer__middle{padding-bottom:16px}}.Footer__address{bottom:-80px;font-size:22px;font-weight:700;line-height:30px;position:absolute;text-align:left}@media screen and (width <= 1919px){.Footer__address{bottom:-50px;font-size:16px;line-height:22px}}@media screen and (width <= 1023px){.Footer__address{bottom:auto;position:relative}}.Footer__bottom{align-items:center;border-top:1px solid hsla(0,0%,95%,.2);color:#f3f3f3;display:flex;gap:32px;justify-content:space-between;padding-top:33px}@media screen and (width <= 1919px){.Footer__bottom{gap:24px;padding-top:26px}}@media screen and (width <= 1023px){.Footer__bottom{flex-wrap:wrap}}@media screen and (width <= 767px){.Footer__bottom{display:block}}.Footer__bottom p{margin-bottom:16px}@media screen and (width <= 1919px){.Footer__bottom p{margin-bottom:8px}}.Footer__bottom p:last-child{margin:0}.Footer__logos{align-items:center;display:flex;gap:32px;margin-left:auto}@media screen and (width <= 1919px){.Footer__logos{gap:24px}}@media screen and (width <= 1023px){.Footer__logos{margin-left:0}}@media screen and (width <= 767px){.Footer__logos{gap:12px;margin-bottom:16px;margin-top:24px}}.Footer__dribble{display:block;width:76px}@media screen and (width <= 1919px){.Footer__dribble{width:52px}}@media screen and (width <= 767px){.Footer__dribble{width:40px}}.Footer__designrush{display:block;max-width:260px}@media screen and (width <= 1919px){.Footer__designrush{max-width:186px}}@media screen and (width <= 767px){.Footer__designrush{max-width:124px}}.Footer__copyright,.Footer__text{font-size:22px;font-weight:700;line-height:30px}@media screen and (width <= 1919px){.Footer__copyright,.Footer__text{font-size:16px;line-height:22px}}@media screen and (width <= 767px){.Footer__copyright,.Footer__text{font-size:14px;line-height:18px}}.Footer__socials{margin-left:auto;margin-right:0}@media screen and (width <= 1023px){.Footer__socials{margin-left:0;margin-right:auto;text-align:left}}.Footer__copyright{text-align:right}@media screen and (width <= 1023px){.Footer__copyright{text-align:left}}.Footer__links{display:flex;flex-wrap:wrap;gap:22px}.Footer__link{color:#fff;display:inline-block;font-size:22px;font-weight:700;line-height:30px;text-decoration:none;transition:color .2s ease}@media screen and (width <= 1919px){.Footer__link{font-size:16px;line-height:22px}}@media screen and (width <= 767px){.Footer__link{font-size:14px;line-height:18px}}.Footer__link:hover{color:var(--color-main)}.Error{padding-bottom:160px;padding-top:160px;text-align:center}@media screen and (width <= 1919px){.Error{padding-bottom:100px;padding-top:100px}}@media screen and (width <= 767px){.Error{padding-bottom:70px;padding-top:70px}}.Error__title{color:var(--color-main);font-size:280px;font-weight:700;line-height:280px;margin-bottom:32px}@media screen and (width <= 1919px){.Error__title{font-size:200px;line-height:200px;margin-bottom:24px}}@media screen and (width <= 1023px){.Error__title{font-size:100px;line-height:100px}}.Error__description{color:var(--color-text-gray);font-size:34px;font-weight:700;line-height:48px;margin-bottom:90px}@media screen and (width <= 1919px){.Error__description{font-size:24px;line-height:34px;margin-bottom:64px}}@media screen and (width <= 767px){.Error__description{font-size:16px;line-height:22px;margin-bottom:32px}}.Error__button-wrapper{text-align:center}.Error__button svg{transition:transform .4s ease}.Error__button:hover svg{transform:translate(30%)}@media screen and (width <= 1919px){.Error__button svg{height:20px;width:20px}}
