*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul{padding:0}body{background-color:var(--back-color);padding:0 calc(30px + .09375*(100vw - 360px));transition:.5s all}@media screen and (max-width: 481px){body{padding:0 30px}}@media screen and (min-width: 1800px){body{max-width:1800px;margin:auto}}h2{font-family:Arimo;font-weight:700;font-size:calc(34px + (60 - 34) * ((100vw - 320px) / 1440));line-height:69px;color:var(--text-color);position:relative}h2 span:nth-child(2){position:absolute;top:20px;left:7%;z-index:-1;color:transparent;-webkit-text-stroke:1px var(--heading-color);text-stroke:1px var(--heading-color);font-size:calc(50px + (100 - 50) * ((100vw - 320px) / 1440));line-height:calc(50px + (115 - 50) * ((100vw - 320px) / 1440))}header{margin-top:35px}header .header-info h1{font-family:Arimo,sans-serif;display:flex;flex-direction:column;font-size:calc(38px + (70 - 38) * ((100vw - 600px) / 1440));width:fit-content;color:var(--text-color)}header .header-info h1 span:last-child{padding-left:calc(18px + (95 - 18) * ((100vw - 600px) / 1440))}header .menu{display:flex;justify-content:space-between;align-items:center}header .menu .nickname{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:16px;color:var(--text-color);border-bottom:1px solid transparent}header .content{display:flex;justify-content:space-between;margin-top:calc(40px + (140 - 40) * ((100vw - 320px) / 1440))}header .content .tagline{margin-top:calc(25px + (50 - 25) * ((100vw - 600px) / 1440));font-family:Poppins,Arimo,serif;font-size:calc(14px + (25 - 14) * ((100vw - 600px) / 1440));color:var(--text-color);width:fit-content}header .content .portfolio-link{display:inline-block;position:relative;margin-top:calc(90px + (165 - 90) * ((100vw - 320px) / 1440));padding:12px 52px;border-style:solid;border-right:none;border-width:1px;text-decoration:none;border-color:var(--text-color);font-family:Poppins,Arimo,serif;font-size:18px;font-weight:500;color:var(--text-color)}header .content .portfolio-link svg{position:absolute;top:calc(50% - 4px);right:-26px}.header-info{width:45%}.header-info picture{display:none;position:relative}.header-images{width:55%;display:flex;align-items:flex-end;justify-content:space-evenly;height:fit-content}@media screen and (max-width: 768px){.header-info{width:46%}.header-images{width:54%}}header .content .header-images picture{position:relative}header .content .header-images picture:nth-child(1){width:calc(150px + (350 - 150) * ((100vw - 600px) / 1440));height:auto}header .content .header-images picture:nth-child(1):before{content:"";position:absolute;width:70%;height:85%;border:1px solid var(--text-color);bottom:-5.76%;left:-10.5%;z-index:-1}header .content .header-images picture:nth-child(2){width:calc(114px + (219 - 114) * ((100vw - 600px) / 1440));height:auto;margin-left:calc(10px + (31 - 10) * ((100vw - 600px) / 1440));margin-bottom:calc(25px + (15 - 25) * ((100vw - 600px) / 1440))}header .content .header-images picture:nth-child(2):before{content:"";position:absolute;width:102%;height:104%;border:1px solid var(--text-color);top:-6.97%;right:-15.98%;z-index:-1}nav{border-bottom:1px solid transparent}nav>ul{padding:0;display:flex;flex-direction:row;justify-content:space-between;gap:calc(25px + (60 - 25) * ((100vw - 600px) / 1440))}nav>ul>li{list-style:none}nav a,.sidenav-menu a,.sidenav-language a{font-family:Poppins,Arimo;font-size:calc(15px + (22 - 15) * ((100vw - 600px) / 1440));color:var(--text-color);text-decoration:none}header .actions{display:flex;align-items:center;position:relative;padding-right:50px}header .actions .language--wrapper{position:relative}header .actions .language--popup{display:none;position:absolute;text-align:center}.language--wrapper span{padding:5px}.language--popup a{color:var(--text-color);text-decoration:none;padding:5px}header .actions .language--wrapper:hover .language--popup{display:flex;flex-direction:column}header .actions p{font-family:Poppins,Arimo;font-weight:600;font-size:20px;color:var(--text-color);cursor:pointer;border-bottom:1px solid transparent;padding:5px}header .actions p:hover{border-bottom:1px solid var(--text-color)}header .actions img{position:absolute;border-bottom:1px solid transparent;padding:5px;cursor:pointer;right:0}@media screen and (max-width: 767px){header .actions{display:none}nav ul{display:none}}header .portfolio-link{background-color:transparent}.menu-btn{width:40px;height:40px;position:sticky;position:-webkit-sticky;top:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out;border:1px solid var(--hamburger-color);z-index:3}.menu-btn__burger{width:30px;height:2px;background:var(--hamburger-color);border-radius:5px;transition:all .2s ease-in-out}.menu-btn__burger:before,.menu-btn__burger:after{content:"";position:absolute;width:30px;height:2px;background:var(--hamburger-color);border-radius:5px;transition:all .2s ease-in-out}.menu-btn__burger:before{transform:translateY(-8px)}.menu-btn__burger:after{transform:translateY(8px)}.menu-btn.open .menu-btn__burger{transform:translate(-50px);background:transparent}.menu-btn.open .menu-btn__burger:before{transform:rotate(45deg) translate(35px,-35px);background:var(--hamburger-color)}.menu-btn.open .menu-btn__burger:after{transform:rotate(-45deg) translate(35px,35px);background:var(--hamburger-color)}.menu-btn.open{border:1px solid var(--hamburger-color)}.sidenav{height:100%;width:250px;position:fixed;z-index:2;top:0;right:-250px;background-color:var(--side-menu-color);padding-top:110px;transition:.5s}.sidenav>*{padding-left:36px}.sidenav-menu{list-style:none}.sidenav-menu li{margin-bottom:30px}.sidenav-menu a{text-decoration:none;font-size:18px}.sidenav-language{display:flex;align-items:center;margin-bottom:30px}.sidenav-language a:not(:last-child){margin-right:12px}@media screen and (min-width: 768px){.menu-btn{display:none}}@media screen and (max-width: 600px){.header-info{width:50%}.header-images{width:50%;justify-content:flex-end}.header-images picture:last-child{display:none}header .content .header-images picture:nth-child(1){width:calc(150px + (350 - 150) * ((100vw - 486px) / 600));height:auto}}@media screen and (max-width: 486px){.header-info{width:50%}.header-images{width:50%;justify-content:center}.header-images picture:last-child{display:none}header .content .header-images picture:nth-child(1){width:calc(150px + (350 - 150) * ((100vw - 486px) / 600));height:auto}}@media screen and (max-width: 425px){header .header-info{width:100%}header .header-info h1{display:flex;flex-direction:row}header .header-info h1 span:last-child{padding-left:15px}header .header-images{width:50%;justify-content:center}header .header-images picture{display:none}header .content{flex-direction:column}header .content .tagline{margin-top:calc(15px + (25 - 15) * ((100vw - 320px) / 600));font-size:calc(13px + (15 - 13) * ((100vw - 260px) / 600))}.header-info picture{display:block;margin-top:30px}.header-info picture img{margin-left:auto}.header-info picture:before{content:"";position:absolute;width:90%;height:100%;border:1px solid var(--text-color);top:+10%;left:0;z-index:-1}}@media screen and (max-width: 370px){.header-info picture img{width:90%}}#about-me{margin-top:calc(55px + (185 - 55) * ((100vw - 320px) / 1440))}#about-me .wrapper{margin-top:calc(60px + (115 - 60) * ((100vw - 320px) / 1440));display:flex;justify-content:space-between}#about-me .wrapper .row{display:flex;flex-direction:column}#about-me .wrapper .row:nth-child(1) picture{position:relative;width:calc(155px + (350 - 155) * ((100vw - 320px) / 1440))}#about-me .wrapper .row:nth-child(1) picture:after{content:"";position:absolute;width:1000%;height:102.8%;top:-2.61%;right:-.36%;border:1px solid var(--border-color);transform:rotate(-6deg);transform-origin:91% center;z-index:-1}#about-me .wrapper .row:nth-child(2){max-width:300px}#about-me .wrapper .row:nth-child(2) p{margin-top:60px}#about-me .wrapper .row:nth-child(3){max-width:285px}#about-me .wrapper .row:nth-child(3) img{margin-top:60px}#about-me .services-link{position:relative;align-self:center;margin-bottom:53px;width:fit-content;padding:12px 52px;border-style:solid;border-bottom:none;border-width:1px;text-decoration:none;border-color:var(--text-color);font-family:Poppins,Arimo,serif;font-size:18px;font-weight:500;color:var(--text-color)}#about-me .services-link svg{position:absolute;bottom:-28px;left:calc(50% - 29px);transform:rotate(90deg)}#about-me .wrapper .row p{font-family:Poppins,Arimo;font-size:calc(14px + (25 - 14) * ((100vw - 600px) / 1440));line-height:1.45;color:var(--text-color)}@media screen and (max-width: 1440px){#about-me .wrapper .row:nth-child(2){padding-left:30px;padding-right:30px}#about-me .wrapper .row:nth-child(2) img{width:255px}}@media screen and (max-width: 650px){#about-me .wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:0px}#about-me .wrapper .row:nth-child(1){grid-area:1 / 1 / 3 / 2}#about-me .wrapper .row:nth-child(2){grid-area:1 / 2 / 2 / 3}#about-me .wrapper .row:nth-child(3){grid-area:2 / 2 / 3 / 3}#about-me .wrapper .row:first-child picture{min-width:initial}#about-me .wrapper .row:not(:first-child) img{display:none}#about-me .wrapper .row:not(:first-child){max-width:255px;padding:0}#about-me .wrapper .row:not(:first-child) p{margin:0}#about-me .wrapper .row:last-child p{margin-top:10px}#about-me .services-link{padding:10px 28px;font-size:16px;margin-top:30px;margin-bottom:46px}}@media screen and (max-width: 375px){#about-me .wrapper{display:flex;flex-direction:column;justify-content:center}#about-me .wrapper .row:first-child picture{width:100%}#about-me .wrapper .row:nth-child(2) p{margin-top:20px}}#portfolio{margin-top:calc(45px + (185 - 45) * ((100vw - 320px) / 1440))}#portfolio .carousel-wrapper .navigation .previous-slide.swiper-button-disabled,#portfolio .carousel-wrapper .navigation .next-slide.swiper-button-disabled{opacity:.35}.swiper-custom-pagination{margin-top:45px;display:flex;position:relative;justify-content:space-between}.swiper-custom-pagination p{font-family:Poppins,Arimo;font-size:calc(15px + (22 - 15) * ((100vw - 320px) / 1440));line-height:33px;color:var(--text-color);cursor:pointer}.category-active{font-weight:600}#portfolio .carousel-wrapper{display:flex;flex-direction:column}#portfolio .swiper{overflow:hidden}#portfolio .swiper.panel-enter-right{animation:panel-from-right .4s ease}#portfolio .swiper.panel-enter-left{animation:panel-from-left .4s ease}@keyframes panel-from-right{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:none}}@keyframes panel-from-left{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:none}}#portfolio .swiper-wrapper{display:flex;align-items:flex-start;transition:height .25s}#portfolio .swiper-slide{flex:0 0 100%;min-width:0}#portfolio .carousel-wrapper .row{display:flex;justify-content:space-between;align-items:center;margin-top:30px;gap:30px}#portfolio .carousel-wrapper .navigation{margin-top:45px;display:flex;justify-content:center}#portfolio .carousel-wrapper .navigation .previous-slide{margin-right:20px}#portfolio .carousel-wrapper .navigation .next-slide{margin-left:20px}#portfolio .carousel-wrapper .navigation .previous-slide.swiper-button-disabled,#portfolio .carousel-wrapper .navigation .next-slide.swiper-button-disabled{opacity:.5}#portfolio .carousel-wrapper .row img{overflow:hidden;cursor:pointer}#portfolio .swiper-reels .row .reel{position:relative;flex:1;aspect-ratio:9 / 16;cursor:pointer}#portfolio .swiper-reels .row .reel img{width:100%;height:100%;object-fit:cover}#portfolio .swiper-reels .row .reel:before{content:"";position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;border-radius:50%;background-color:#0808098c;transition:background-color .3s}#portfolio .swiper-reels .row .reel:after{content:"";position:absolute;top:calc(50% - 12px);left:calc(50% - 8px);border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent #ffffff}#portfolio .swiper-reels .row .reel:hover:before{background-color:#080809bf}@media screen and (max-width: 650px){#portfolio .swiper-reels .row{flex-wrap:wrap}#portfolio .swiper-reels .row .reel{flex:0 0 calc(50% - 15px)}}@media screen and (max-width: 481px){#portfolio .carousel-wrapper .row{justify-content:center}}@media screen and (max-width: 1024px){.swiper-custom-pagination{flex-wrap:wrap;justify-content:start}.swiper-custom-pagination p{margin-right:40px}}@media screen and (max-width: 1420px){#portfolio .carousel-wrapper .row img{width:100%;height:auto}}#services{margin-top:calc(45px + (185 - 45) * ((100vw - 320px) / 1440));display:flex;justify-content:space-between;gap:calc(40px + (90 - 40) * ((100vw - 320px) / 1440))}#services .services-nav{flex-shrink:0}#services .services-menu{list-style:none;padding:0;margin-top:calc(35px + (65 - 35) * ((100vw - 320px) / 1440));display:flex;flex-direction:column;gap:calc(10px + (16 - 10) * ((100vw - 320px) / 1440))}#services .services-menu button{background:transparent;border:1px solid transparent;cursor:pointer;width:100%;text-align:left;font-family:Poppins,Arimo;font-size:calc(16px + (22 - 16) * ((100vw - 320px) / 1440));color:var(--text-color);padding:calc(10px + (16 - 10) * ((100vw - 320px) / 1440)) calc(16px + (28 - 16) * ((100vw - 320px) / 1440));transition:border-color .3s}#services .services-menu button:hover{border-color:var(--border-color)}#services .services-menu button.active{border-color:var(--border-color);font-weight:600;transform:rotate(-1deg)}#services .wrapper{position:relative;width:58%;min-height:calc(300px + (400 - 300) * ((100vw - 320px) / 1440))}#services .column{display:none;position:absolute;top:0;right:0;bottom:0;left:0}#services .column.active{display:block;animation:services-pop .45s ease both}@keyframes services-pop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}#services .column ul{list-style:none;padding:0;position:relative;height:100%}#services .column ul li{position:absolute;aspect-ratio:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;border:1px solid var(--border-color);font-family:Poppins,Arimo;font-size:calc(11px + (25 - 11) * ((100vw - 600px) / 1440));line-height:1.35;color:var(--text-color);transition:transform .3s,border-color .3s}#services .column ul li:nth-child(1){width:calc(115px + .03125*(100vw - 320px))}#services .column ul li:nth-child(2){width:calc(115px + .03125*(100vw - 320px))}#services .column ul li:nth-child(3){width:calc(120px + .03125*(100vw - 320px))}#services .column ul li:nth-child(4){width:calc(105px + (140 - 105) * ((100vw - 320px) / 1440))}#services .column ul li:nth-child(5){width:calc(110px + (150 - 110) * ((100vw - 320px) / 1440))}#services .column[data-category=design] li:nth-child(1){top:0;left:2%;transform:rotate(-2.5deg)}#services .column[data-category=design] li:nth-child(2){top:6%;right:3%;transform:rotate(2deg);border-left:none}#services .column[data-category=design] li:nth-child(3){top:36%;left:36%;transform:rotate(-1deg)}#services .column[data-category=design] li:nth-child(4){top:62%;left:6%;transform:rotate(3deg);border-bottom:none}#services .column[data-category=design] li:nth-child(5){top:58%;right:5%;transform:rotate(-2deg)}#services .column[data-category=photo] li:nth-child(1){top:4%;left:32%;transform:rotate(1.5deg)}#services .column[data-category=photo] li:nth-child(2){top:12%;left:2%;transform:rotate(-2deg)}#services .column[data-category=photo] li:nth-child(3){top:12%;right:3%;transform:rotate(2.5deg);border-right:none}#services .column[data-category=photo] li:nth-child(4){top:58%;left:16%;transform:rotate(-3deg)}#services .column[data-category=photo] li:nth-child(5){top:60%;right:27%;transform:rotate(2deg);border-top:none}#services .wrapper .column ul li:hover{transform:rotate(0) translateY(-6px);border-color:var(--text-color)}@media screen and (max-width: 900px){#services{flex-direction:column;gap:0}#services .services-menu{flex-direction:row;flex-wrap:wrap}#services .services-menu button{width:auto}#services .wrapper{width:100%;min-height:0;margin-top:calc(45px + (70 - 45) * ((100vw - 320px) / 900))}#services .column{position:static}#services .column ul{height:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:18px 22px}#services .column ul li{position:static}#services .column ul li:nth-child(odd){margin-top:14px}}@media screen and (max-width: 425px){#services .column ul{gap:14px 16px}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#080809e0;display:flex;align-items:center;justify-content:center}.lightbox .lightbox-media{max-width:90vw;max-height:88vh;object-fit:contain}.lightbox .lightbox-close{position:fixed;top:22px;right:26px;width:44px;height:44px;background:transparent;border:none;cursor:pointer}.lightbox .lightbox-close:before,.lightbox .lightbox-close:after{content:"";position:absolute;top:50%;left:50%;width:30px;height:2px;background-color:#fff;pointer-events:none}.lightbox .lightbox-close:before{transform:translate(-50%,-50%) rotate(45deg)}.lightbox .lightbox-close:after{transform:translate(-50%,-50%) rotate(-45deg)}body.lightbox-open{overflow:hidden}#contacts{margin-top:calc(35px + (85 - 35) * ((100vw - 320px) / 1440));padding-bottom:80px}#contacts .wrapper{margin-top:calc(40px + (100 - 40) * ((100vw - 320px) / 1440));border:1px solid var(--text-color);height:419px;background-image:url(/assets/contacts-CXhvpziQ.webp);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:row;justify-content:flex-end}#contacts .wrapper ul{margin-top:80px;margin-right:86px}#contacts .wrapper ul li{list-style:none}#contacts .wrapper ul li a,#contacts .wrapper ul li p{text-decoration:none;display:flex;color:#fff;font-family:Poppins,Arimo;font-size:calc(12px + (24 - 12) * ((100vw - 320px) / 1440));line-height:calc(18px + (40 - 18) * ((100vw - 320px) / 1440));margin-bottom:calc(14px + (25 - 14) * ((100vw - 320px) / 1440));align-items:center}#contacts .wrapper ul li svg{margin-right:calc(8px + (18 - 8) * ((100vw - 320px) / 1440))}#contacts .wrapper ul li svg path{fill:#fff}@media screen and (max-width: 1150px){#contacts .wrapper ul{margin-top:40px;margin-right:43px}#contacts .wrapper{height:300px}}@media screen and (max-width: 950px){#contacts .wrapper{height:266px}#contacts .wrapper ul{margin:20px 20px 0 0}}@media screen and (max-width: 730px){#contacts .wrapper{background-image:url(/assets/contacts-mobile-Cjrf0dxa.webp)}#contacts .wrapper ul{margin:20px 0 0 20px}}@media screen and (max-width: 425px){#contacts .wrapper ul li svg{width:25px}}
