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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:local(""),url(/dev/assets/inter-v12-latin_cyrillic-900-BQ4ylxp7.woff2) format("woff2"),url(/dev/assets/inter-v12-latin_cyrillic-900-BGjwilT9.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(/dev/assets/roboto-v30-latin_cyrillic-regular-ChBkOagk.woff2) format("woff2"),url(/dev/assets/roboto-v30-latin_cyrillic-regular-Bi3OLkdo.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(/dev/assets/roboto-v30-cyrillic_latin-500-B7yTkhRJ.woff2) format("woff2"),url(/dev/assets/roboto-v30-cyrillic_latin-500-DyzyMPtZ.woff) format("woff");font-display:swap}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(/dev/assets/roboto-v30-latin_cyrillic-700-CrMPBDGE.woff2) format("woff2"),url(/dev/assets/roboto-v30-latin_cyrillic-700-ULdBl864.woff) format("woff");font-display:swap}@font-face{font-family:Pacifico;font-style:normal;font-weight:400;src:url(/dev/assets/pacifico-v22-cyrillic_latin-regular-CT70Czus.woff2) format("woff2"),url(/dev/assets/pacifico-v22-cyrillic_latin-regular-TbZ-CN7B.woff) format("woff");font-display:swap}html{scroll-behavior:smooth}a:focus{outline:2px dashed;outline-offset:2px}.page{--accent-color-darker: rgb(231, 150, 19);--accent-color-lighter: rgba(238, 189, 35, 1);--back-color: rgba(41, 65, 153, 1);--black: rgba(11, 19, 42, 1);font-family:Roboto,sans-serif;color:var(--black);min-width:350px;min-height:100vh;display:flex;flex-direction:column}main{flex-grow:1}.header{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;align-self:center;width:100%;max-width:1250px;position:absolute;padding:50px 27px;transform:translateY(-100%);top:135px}.avatar{color:#fff;display:block}.avatar__image{display:block;width:35px;height:35px;object-fit:cover;border-radius:50%}.header__nav{display:flex;align-items:center}.header__menu{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2em}.header__link{color:#fff;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;text-transform:uppercase;text-decoration:none}.header__link:hover{color:var(--accent-color-darker)}.header__social-links{display:flex;align-items:center;flex-wrap:wrap;gap:.5em}.header__social-link{color:#fff}.header__social-logo{display:block;width:30px;height:30px}.header__popup-menu{margin-left:30px;display:none}@media screen and (max-width:1000px){.header__menu{align-items:start}.header__nav{display:none}.header__popup-menu{display:block}}.popup-menu__input{display:none}.popup-menu__nav{display:flex;flex-direction:column;align-items:end}.popup-menu__button{-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;display:flex;justify-content:center;align-items:center;border:2px solid white;width:50px;height:50px}.popup-menu__open,.popup-menu__close{color:#fff;font-size:30px}.popup-menu__list{position:absolute;left:0;bottom:0;z-index:2;transform:translateY(100%);width:100vw;margin:0;padding:0;list-style:none;text-align:center;color:#fff;background-color:var(--accent-color-darker)}.popup-menu__list>li{display:flex;justify-content:center}.popup-menu__link{width:100%;font-size:1.6em;line-height:2;padding:0 3em}.popup-menu__link:hover,.popup-menu__link:focus{color:#fff;background-color:var(--accent-color-darker)}.popup-menu__close,.popup-menu__open{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.popup-menu__list,.popup-menu__close{display:none}:is(.popup-menu__input:checked,.popup-menu__input:target)~.popup-menu__nav :is(.popup-menu__list){display:block}:is(.popup-menu__input:checked,.popup-menu__input:target)~.popup-menu__nav :is(.popup-menu__close){display:flex}:is(.popup-menu__input:checked,.popup-menu__input:target)~.popup-menu__nav .popup-menu__open{display:none}.intro{box-sizing:border-box;display:flex;width:100%;min-height:690px;padding:0 2vw;background-color:#000;background-image:url(../back-space.webp);background-repeat:no-repeat;background-size:cover;background-position:center 0%;transition:background-position 1s ease-out}.page__intro{margin-bottom:60px}.scroll-up{background-position:center 20%}.scroll-down{background-position:center 0%}.intro__content{display:flex;flex-direction:column;width:100%;max-width:1196px;margin:0 auto;padding:160px 27px 1em;background-image:url(../rocket.svg);background-repeat:no-repeat;background-size:610px;background-size:min(50%,610px);background-position:100% 270%;animation:rocket-start .8s ease-out .1s 1 forwards}@keyframes rocket-start{to{background-position:100% 110%}}.intro__heading{color:#fff;font-family:Inter,serif;font-size:70px;font-size:clamp(2rem,5vw + 1rem,70px);font-weight:900;margin:0 0 .5em}.intro__heading_emph{color:#fff0;background-image:linear-gradient(96.97deg,var(--accent-color-darker) 7.82%,var(--accent-color-lighter) 103.98%);background-clip:text;-webkit-background-clip:text}.intro__about{color:#fff;font-size:24px;max-width:50ch;margin:0 0 4em}.intro__email{display:flex;align-items:center;justify-content:center;width:280px;height:64px;color:#fff;font-family:Roboto,sans-serif;font-size:21px;font-weight:500;background-image:linear-gradient(96.97deg,var(--accent-color-darker) 7.82%,var(--accent-color-lighter) 103.98%);border-radius:70px;text-decoration:none;text-shadow:0 0 3px #4a3109}.why{box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px 2vw;background-color:#edeef01a;box-shadow:0 0 10px #0000000d;overflow:hidden}.why__content{width:100%;max-width:1196px;margin:0 auto}.page__why{margin-bottom:60px}.why__header{transform:translateY(200px);animation:why-start .8s ease-out .1s 1 forwards}.why__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;margin:0 0 10px;color:var(--accent-color-darker);text-align:center;scroll-margin-top:4em;scroll-snap-margin-top:4em}.why__subheading{display:block;color:var(--black);font-weight:500;font-size:24px;text-align:center;margin:0 0 40px}.why__list{transform:translateY(200px);list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:30px;animation:why-start .8s ease-out .1s 1 forwards}@keyframes why-start{to{transform:translateY(0)}}.why__item{box-sizing:border-box;display:flex;flex-direction:column;width:246px;padding:22px 1em;border-radius:9px;text-align:center;box-shadow:0 0 24px #0000;transition:transform .1s ease-out}.why__item:hover{box-shadow:0 0 24px #0000001a;transform:scale(1.05)}.why__item:before{content:"";display:block;width:63px;height:63px;margin:0 auto;background-repeat:no-repeat;background-size:cover}.why__item_clear:before{background-image:url(../informative.png)}.why__item_time:before{background-image:url(../hot-deal.png)}.why__item_design:before{background-image:url(../site-structure.png)}.why__item_goals:before{background-image:url(../goal.png)}.why__title_accent{color:var(--accent-color-darker)}.why__text{margin:0 0 .5em}.sites{box-sizing:border-box;padding:40px 2vw;background-image:url(../back-waves.svg);background-repeat:no-repeat;background-size:cover}.page__sites{margin-bottom:30px}.sites__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;margin:0 0 10px;color:var(--accent-color-darker);text-align:center;scroll-margin-top:4em;scroll-snap-margin-top:4em}.sites__subheading{display:block;color:var(--black);font-weight:500;font-size:30px;text-align:center;margin:0 0 40px}.sites__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px}.sites__item{position:relative;display:flex;flex-direction:column;align-items:center;width:285px;flex:0 0 auto;min-height:603px;padding:15px 13px 22px;border-radius:21px;box-shadow:0 4px 4px #00000040;background-color:#fcfaed;transition:all .1s ease-out;z-index:2}.sites__item:before{content:"";position:absolute;top:0;transform:translateY(-50%);display:block;width:204px;height:12px;background-color:var(--back-color);border-radius:41px;clip-path:polygon(0% 50%,100% 50%,100% 100%,0% 100%)}.sites__item:hover{transform:scale(1.05)}.sites__item_pop{width:305px;min-height:675px;color:#fff;background-color:var(--back-color)}.sites__item_pop:before{background-color:var(--accent-color-lighter)}.sites__item_left{transform:translate(110%);z-index:1}.sites__item_right{transform:translate(-110%);z-index:1}@media screen and (max-width:1000px){.sites__item{box-sizing:border-box;width:100%}.sites__item_left,.sites__item_right{transform:translate(0)}}.sites__item_bottom{width:100%;max-width:993px;min-height:auto}.sites__item_bottom:hover{transform:initial}.sites__title{color:var(--back-color);font-family:Pacifico,sans-serif;font-size:44px;text-align:center;margin:22px 0}.sites__title_pop{color:#fff0;background-image:linear-gradient(96.97deg,var(--accent-color-darker) 7.82%,var(--accent-color-lighter) 103.98%);background-clip:text;-webkit-background-clip:text;line-height:1.8;margin-top:10px;margin-bottom:7px}.sites__title_shop{font-size:39px}.sites__status{order:-1;font-weight:700;font-size:15px}.sites__features-list{margin:auto 0;list-style-image:url(../check.svg)}.sites__feature{color:var(--black);margin-bottom:20px}.sites__feature_pop{color:#fff}.sites__price{font-family:Roboto,sans-serif;font-weight:600;font-size:30px;margin-bottom:32px}.sites__price:after{font-size:28px;content:" ₽"}.sites__price_custom{font-size:26px;text-align:center}.sites__price_custom:after{content:""}.sites__text{text-align:center;margin:0 0 1em}.sites__order{box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-top:auto;width:164px;min-height:45px;border-radius:154px;color:var(--accent-color-darker);border:1px solid var(--accent-color-darker);text-decoration:none;text-transform:uppercase}.sites__order_pop{color:#fff;background-image:linear-gradient(96.97deg,var(--accent-color-darker) 7.82%,var(--accent-color-lighter) 103.98%);box-shadow:0 4px 4px #00000040;text-shadow:0 0 3px #4a3109}.services{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 2vw}.services__header{margin-bottom:60px}.services__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;width:100%;max-width:1196px;margin:0 auto 10px;color:var(--accent-color-darker);text-align:center;scroll-margin-top:4em;scroll-snap-margin-top:4em}.services__subheading{display:block;color:var(--black);font-weight:500;font-size:30px;text-align:center;margin:0 0 15px}.services__about{display:block;font-size:16px;text-align:center;color:#757575}.services__list{list-style:none;margin:0 auto;padding:0;width:100%;max-width:1196px;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:stretch;gap:70px 80px;counter-reset:servicesCounter}.services__item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;width:310px;margin-bottom:50px;counter-increment:servicesCounter}.services__item:before{content:"";display:block;width:88px;height:88px;background-repeat:no-repeat;background-size:cover}.services__item_plan:before{background-image:url(../planning.png)}.services__item_content:before{background-image:url(../content.png)}.services__item_design:before{background-image:url(../web-design.png)}.services__item_dev:before{background-image:url(../web-dev.png)}.services__item_launch:before{background-image:url(../launcher.png)}.services__item_support:before{background-image:url(../technical-support.png)}.services__item:after{content:counter(servicesCounter);font-family:Roboto,sans-serif;font-weight:700;font-size:210px;position:absolute;top:-.2em;left:-.2em;color:var(--accent-color-darker);opacity:.7;z-index:-1}.services__title{position:relative;font-family:Roboto,sans-serif;font-weight:500;font-size:24px}.services__text{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;margin:0 0 .5em}.works{box-sizing:border-box;width:100%;background-color:#fafbfd;padding:40px 2vw}.page__works{margin-bottom:60px}.works__content{width:100%;max-width:1196px;margin:0 auto}.works__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;width:100%;max-width:1196px;margin:0 auto 10px;color:var(--accent-color-darker);text-align:center;scroll-margin-top:4em;scroll-snap-margin-top:4em}.works__subheading{display:block;color:var(--black);font-weight:500;font-size:30px;text-align:center;margin:0 0 60px}.works__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.works__item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 0 24px #0003}.works__link{border-radius:15px;color:var(--back-color)}.works__backdrop{display:flex;justify-content:center;align-items:center;margin:0;width:100%;height:100%;position:absolute;top:0;left:0;background-image:linear-gradient(135deg,transparent 95%,#f2ad36 95%),linear-gradient(135deg,transparent 80%,#f2ad36 80%),linear-gradient(135deg,transparent 50%,#f2ad36 50%),linear-gradient(135deg,transparent 20%,#f2ad36 20%),linear-gradient(135deg,#f2ad36,#f2ad36);background-position:-305px -372px;background-repeat:no-repeat;background-size:305px 372px}@keyframes back-anim-1{to{background-position:50% 0px,-305px -372px,-305px -372px,-305px -372px,-305px -372px}}@keyframes back-anim-2{to{background-position:50% 0px,50% 0px,-305px -372px,-305px -372px,-305px -372px}}@keyframes back-anim-3{to{background-position:50% 0px,50% 0px,50% 0px,-305px -372px,-305px -372px}}@keyframes back-anim-4{to{background-position:50% 0px,50% 0px,50% 0px,50% 0px,-305px -372px}}@keyframes back-anim-5{to{background-position:50% 0px,50% 0px,50% 0px,50% 0px,50% 0px}}.works__backdrop:hover{animation:back-anim-1 0s steps(1) 1 forwards,back-anim-2 .1s steps(1) 1 forwards,back-anim-3 .1s .1s steps(1) 1 forwards,back-anim-4 .1s .2s steps(1) 1 forwards,back-anim-5 .1s .3s steps(1) 1 forwards}.works__title{text-align:center;clip-path:polygon(100% 0%,100% 0%,100% 100%,100% 100%);color:#fff;padding:.3em}.works__backdrop:hover .works__title{transition:all .2s .2s steps(5);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)}.works__img{display:block;width:305px;height:372px;object-fit:cover}.about-us{box-sizing:border-box;padding:70px 2vw;background-image:url(../back-waves.svg);background-repeat:no-repeat;background-size:cover;background-position:50% 100%}.about-us__content{display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:space-between;align-items:stretch;width:100%;max-width:1196px;margin:0 auto;gap:27px;box-sizing:border-box}@media screen and (max-width:1127px){.about-us__content{justify-content:center}}.about-us__info{max-width:447px;flex:1 1 auto}.about-us__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;width:100%;max-width:1196px;margin:0 auto 10px;color:var(--accent-color-darker);scroll-margin-top:4em;scroll-snap-margin-top:4em}.about-us__subheading{display:block;color:var(--black);font-weight:500;font-size:30px;margin:0}.about-us__photo{-webkit-mask-image:url(../brush-1.png);-webkit-mask-repeat:no-repeat;-webkit-mask-position:50% -11px;-webkit-mask-size:contain;mask-image:url(../brush-1.png);mask-repeat:no-repeat;mask-position:50% -11px;mask-size:contain;display:flex;justify-content:center;align-items:center;max-width:600px;background-color:#121426;background-repeat:no-repeat;background-size:50% 100%,50% 100%;background-position:0% 50%,100% 50%}.about-us__img{display:block;width:90%;max-width:100%;height:auto;object-position:0px -30px}.contacts{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:100%;padding:70px 2vw}.contacts__content{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;width:100%;max-width:1196px;margin:0 auto;gap:139px}.contacts__info{flex:1 1 0%;text-align:center}.contacts__heading{font-family:Roboto,sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;width:100%;max-width:1196px;margin:0 auto 10px;color:var(--accent-color-darker);scroll-margin-top:4em;scroll-snap-margin-top:4em}.contacts__subheading{display:block;color:var(--black);font-weight:500;font-size:30px;margin:0}.action{flex:1 1 0%;display:flex;flex-wrap:wrap;justify-content:center;gap:1em}.action-button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin-top:auto;padding:0 1em;min-height:45px;border-radius:154px;border:1px solid var(--accent-color-darker);text-decoration:none;text-transform:uppercase;color:#fff;background-image:linear-gradient(96.97deg,var(--accent-color-darker) 7.82%,var(--accent-color-lighter) 103.98%);box-shadow:0 4px 4px #00000040;text-shadow:0 0 3px #4a3109}.action-button:focus{outline:2px var(--back-color) dashed}.footer{min-height:368px;background-image:url(../back-space.webp);display:flex;flex-direction:column;justify-content:flex-end}.footer__content{width:100%;max-width:1196px;margin:0 auto}.footer__copy{padding:1em 2vw;text-align:center;border-top:1px rgba(238,189,35,.5) solid}.footer__copy>a{color:#9f9f9f}.footer__author{color:#fff}.footer__name{color:var(--accent-color-lighter);text-decoration:none}.footer__icons-copy{color:#fff;text-decoration:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;left:0}.slide-slow{transition:transform .8s ease-out}.slide-out{transform:translate(0)}.header__menu_anim{--gap-padding: .6em;position:fixed;top:0;left:0;width:100%;transform:translateY(0);background-color:var(--back-color);transition:transform .5s ease-in;padding:var(--gap-padding) 3vw;z-index:3;max-width:100%}
