@import url(https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=B612:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap);.dark-container{--palette-color:var(--light-background)}.light-container{--palette-color:var(--dark-background)}.toggle-switch{align-items:center;background-color:var(--palette-color);border-radius:25px;display:flex;height:40px;justify-content:space-between;padding:0 16px;position:relative;width:96px;z-index:5}.toggle-switch svg{stroke:var(--dark-background);cursor:pointer}.toggle{background-color:var(--palette-color);border-radius:50%;cursor:pointer;height:25px;position:absolute;width:25px;z-index:10}.dark{background-color:var(--dark-background);left:16px}.light{background-color:var(--light-background);left:55px}.header{align-items:center;display:flex;height:65px;justify-content:space-between;padding:40px 10%;position:relative;width:100%}.nav-container{display:flex;gap:22px;list-style:none}.logo-container,.nav-item{align-items:center;display:flex;-webkit-user-select:none;user-select:none;white-space:nowrap}.logo-link{text-decoration:none}.logo-link svg{fill:var(--selection-color);width:46px}@media (max-width:800px){.logo-link svg{width:36px}}.logo-link:hover svg{fill:var(--logo-hover-color)}.logo-link:active svg{fill:var(--logo-active-color)}.nav-item-link{color:var(--nav-item-color);font-family:var(--text-font-family);font-size:var(--nav-item-text-size);text-decoration:none}.nav-item:hover{color:var(--nav-item-hover-color);text-decoration:underline;text-underline-offset:5px}.nav-item:active{color:var(--nav-item-active-color)}.logo-container{color:var(--logo-color);font-size:var(--logo-font-size);letter-spacing:2px}.selected{color:var(--logo-color);text-decoration:underline;text-underline-offset:5px}.hamburger{display:none;-webkit-user-select:none;user-select:none}@media (max-width:1000px){.nav-container{display:none}.hamburger{align-items:center;border:2px solid var(--button-color);border-radius:30%;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:40px;justify-content:center;position:relative;width:40px;z-index:10}.hamburger.extended .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.extended .hamburger-line:nth-child(2){opacity:0}.hamburger.extended .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger div{border-color:var(--button-color)}.hamburger:hover,.hamburger:hover div{border-color:var(--button-hover-color)}.hamburger.extended{border-radius:50%;box-shadow:none}.hamburger.extended,.hamburger:active div{border-color:var(--button-active-color)}.hamburger-line{border-top:2px solid var(--title-color);height:1px;width:20px}}.extended-menu-container{background-color:var(--background-color);border-radius:8px;box-shadow:0 4px 8px var(--post-hover-color);display:flex;flex-direction:column;gap:10px;opacity:0;padding:15px 20px 20px;pointer-events:none;position:absolute;right:10%;top:90%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;z-index:5}.extended-menu-container.show{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.extended-menu-container.hide{opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.extended-menu-container .toggle-switch{border-radius:8px}.extended-nav{list-style:none;margin:0;padding:0}.extended-nav-item{cursor:pointer;font-family:var(--text-font-family);margin:10px 0}.extended-nav-item:hover{color:var(--nav-item-hover-color);text-decoration:underline;text-underline-offset:5px}.extended-nav-item:active{color:var(--nav-item-active-color)}.extended-nav-link{color:var(--nav-item-color);font-size:var(--nav-item-text-size);text-decoration:none}.footer-container{align-items:center;display:flex;gap:20px;height:85px;padding-left:10%;white-space:nowrap;width:100%}.footer-links-container{display:flex;flex-wrap:wrap;font-family:var(--text-font-family);font-size:var(--nav-item-text-size);gap:14px}.footer-information,.footer-links a,.footer-links a:visited,.footer-links-container{color:var(--nav-item-color);text-decoration:none;-webkit-user-select:none;user-select:none}.footer-links a:hover{color:var(--nav-item-hover-color)}.footer-links a:active{color:var(--nav-item-active-color)}.container{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;width:100%}.default-layout{margin:auto;max-width:1200px;padding:32px 1%}.service-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-top:80px;width:100%}.service-item{display:flex;flex-direction:column;gap:12px;max-width:500px;padding:15px 15px 15px 0;text-align:left;-webkit-user-select:none;user-select:none;width:100%}.service-item img{width:100px}.service-title{display:flex;font-size:var(--subtitle-font-size);font-weight:600;gap:20px;width:100%}@media (max-width:570px){.service-title{flex-wrap:wrap}.service-title img{margin:auto;max-width:150px;width:100%}}.service-sub-title{font-family:var(--text-font-family);font-size:var(--post-text-font-size);letter-spacing:.2px;line-height:1.4}.service-text-content{font-family:var(--text-font-family);font-size:18px;max-width:770px}.gallery-item-container{border:2px solid var(--title-color);margin-top:12px;max-height:450px;padding:10px;width:365px}.gallery-item-container:hover{border-color:var(--sub-title-color);box-shadow:0 0 14px var(--sub-title-color);opacity:.85}@media (max-width:740px){.gallery-item-container{width:100%}}.item-title-container{display:flex;font-family:var(--title-font-family);font-size:var(--post-title-font-size);font-weight:600;gap:16px;justify-content:space-between;margin-top:5px}.gallery-item-container a,.gallery-item-container a:active,.gallery-item-container a:visited{color:var(--title-post-color);text-decoration:none;white-space:wrap}.item-description-container{color:var(--description-post-color);font-family:var(--text-font-family);font-size:var(--post-text-font-size);letter-spacing:.2px;line-height:1.4;margin-top:12px}.gallery-item-container:hover .item-title-container,.gallery-item-container:hover .svg-container svg{stroke:var(--post-hover-color);color:var(--post-hover-color)}.svg-container{height:28px;margin-top:2px;width:24px}.svg-container svg{stroke:var(--title-post-color)}.item-date-container{font-family:var(--text-font-family);font-size:12px;padding-top:15px}.gallery-container{display:flex;flex-direction:column;gap:32px;justify-content:center;width:100%}.gallery-title{color:var(--sub-title-color);font-family:var(--text-font-family);font-size:var(--subtitle-font-size);font-weight:600;min-width:265px}.gallery-content{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;min-width:265px}@media (max-width:1025px){.gallery-content{display:flex;justify-content:center}}.media-image{width:100%}.service-wrapper{max-width:1200px}@media (max-width:1190px){.service-wrapper{padding:0 20px}}.service-description-container{font-size:var(--post-text-font-size);padding-bottom:30px;padding-top:60px;text-align:center}.service-description-container .gallery-container{margin-top:80px;text-align:left}.service-description-container .gallery-container .gallery-content{justify-content:flex-start;text-align:left}.service-wrapper .contacts-label,.service-wrapper .contacts-title{text-align:left}.about-page-big-title{border-bottom:1px solid var(--title-color);border-top:1px solid var(--title-color);font-size:11vw;font-weight:600;text-align:center;white-space:nowrap;width:100%}@media (max-width:800px){.about-page-big-title{font-size:65px}}.about-page-image-container{display:flex;justify-content:center;padding:60px 0;width:100%}.about-page-image{border-bottom:3px solid var(--title-color);width:100%}.about-page-description-container{display:flex;flex-wrap:wrap;font-size:var(--post-text-font-size);gap:50px;justify-content:space-between;padding-bottom:30px}@media (max-width:1190px){.about-page-description-container{padding:0 20px}}.simple-container{display:flex;flex-direction:column;gap:50px}.about-page-description{display:flex;flex-direction:column;gap:12px}.about-page-description-title{font-size:var(--subtitle-font-size);font-weight:600;width:100%}.about-page-description-text{line-height:1.7}.about-page-ul{padding-left:25px;padding-top:12px}.about-page-ul li{margin-bottom:20px}.about-page-exp,.about-page-skills,.about-page-text{font-family:var(--text-font-family);font-size:var(--post-text-font-size);letter-spacing:.2px;line-height:1.4;max-width:520px}.text-link{color:var(--selection-color)}.contacts-container{display:flex;flex-direction:column;gap:12px;text-align:center}.contacts-label{color:var(--sub-title-color);font-size:var(--subtitle-font-size);font-weight:200}.contacts-title{color:var(--title-color);font-size:var(--default-title-size);font-weight:600}.contacts-description{color:var(--description-post-color);font-size:var(--description-font-size);margin-top:12px}.contacts-clickable-block{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;padding-bottom:24px;padding-top:16px}.contacts-clickable-text{color:var(--description-post-color);font-size:var(--tooltip-font-size);padding-bottom:25px;-webkit-user-select:none;user-select:none}.a-dog{font-size:var(--post-text-font-size)}.a-dog,.link{font-family:var(--text-font-family);transition:var(--flash-transition)}.link{text-decoration:underline;text-underline-offset:5px}.link:hover,.link:hover .a-dog{color:var(--button-hover-color);cursor:pointer}.standard-button{background-color:var(--button-color);border:none;border-radius:10px;color:var(--button-text-color);cursor:pointer;font-size:var(--default-button-font-size);font-weight:600;padding:12px 20px}.standard-button:hover{background-color:var(--button-hover-color);color:var(--button-text-color-hover)}.standard-button:active{background-color:var(--button-active-color)}.tooltip{align-items:center;background:var(--post-hover-color);border-radius:2px;color:var(--button-text-color);display:flex;font-size:var(--tooltip-font-size);font-weight:400;height:30px;opacity:1;padding:.3em .6em;pointer-events:none;position:relative;right:-150px;scale:0;top:20px;transition:all .3s cubic-bezier(.23,1,.32,1);-webkit-user-select:none;user-select:none;width:110px;z-index:-1}.tooltip.copied{opacity:.8;pointer-events:auto;right:-140px;scale:1;top:-20px;visibility:visible;z-index:1}.contacts-description,.contacts-label,.standard-button,.tooltip{font-family:var(--text-font-family)}.blog-container{display:flex;flex-direction:column;gap:60px;justify-content:center;width:100%}.last-posts-gallery{display:flex;gap:32px;justify-content:space-between;margin:0 auto;width:100%}.blog-page-big-title{border-bottom:1px solid var(--title-color);border-top:1px solid var(--title-color);font-size:11vw;font-weight:600;text-align:center;white-space:nowrap;width:100%}@media (max-width:800px){.blog-page-big-title{font-size:65px}.last-posts-gallery{flex-wrap:wrap}}.blog-page-sub-title{font-size:var(--subtitle-font-size);font-weight:600}.blog-gallery{align-items:center;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;width:100%}.blog-gallery:after{content:"";width:365px}.post-image-container img{max-height:200px;object-fit:cover}.not-found-container{align-items:center;background-color:var(--background-color);color:var(--title-color);display:flex;flex-direction:column;font-weight:600;gap:20px;height:100vh;justify-content:center;width:100wh}.not-found-title{font-size:var(--subtitle-font-size)}.not-found-link{color:var(--sub-title-color);font-family:var(--text-font-family);letter-spacing:1.15px;text-decoration:none}.not-found-link:hover{color:var(--button-hover-color)}:root{--dark-background:#181d26;--light-background:#f2f2f2;--toggle-background-color:#2d283e;--toggle-switch-color:#f2f2f2;--selection-color:#f2522e;--background-color:#f2f2f2;--title-color:#181d26;--sub-title-color:#f2522e;--logo-color:#f2522e;--nav-item-color:#181d26;--title-post-color:#181d26;--description-post-color:#4f5359;--post-text-color:#4f5359;--button-color:#f2522e;--button-text-color:#f2f2f2;--button-hover-color:#f2cb05;--button-active-color:#f2cb57;--button-text-color-hover:#181d26;--logo-hover-color:#f2cb05;--logo-active-color:#f2cb57;--post-hover-color:#f2522e;--post-active-color:#f2cb57;--nav-item-hover-color:#f2522e;--nav-item-active-color:#f2cb57;--nav-item-text-size:20px;--logo-font-size:38px;--fast-transition:0.2s;--flash-transition:0.05s;--post-title-font-size:26px;--post-text-font-size:16px;--subtitle-font-size:32px;--description-font-size:20px;--tooltip-font-size:14px;--default-title-size:52px;--default-button-font-size:16px;--title-font-family:"Spectral",serif;--text-font-family:"Rubik",sans-serif}.light{--toggle-background-color:#2d283e;--toggle-switch-color:#181d26;--selection-color:#f2522e;--background-color:#f2f2f2;--title-gradient:linear-gradient(90deg,#7f56d9,#f2522e);--title-color:#181d26;--sub-title-color:#f2522e;--nav-item-color:#181d26;--title-post-color:#181d26;--description-post-color:#4f5359;--post-text-color:#4f5359;--button-color:#f2522e;--button-text-color:#f2f2f2;--button-hover-color:#f2cb05;--button-active-color:#f2cb57;--button-text-color-hover:#181d26;--post-hover-color:#f2522e;--post-active-color:#f2cb57;--nav-item-hover-color:#f2522e;--nav-item-active-color:#f2cb57}.dark{--toggle-background-color:#f2f2f2;--toggle-switch-color:#f2f2f2;--selection-color:#d9b3f2;--background-color:#181d26;--title-gradient:linear-gradient(90deg,#7f56d9,#80ffea);--title-color:#f2f2f2;--sub-title-color:#d9b3f2;--nav-item-color:#f2f2f2;--title-post-color:#f2f2f2;--description-post-color:#d0d7e1;--post-text-color:#f2f2f2;--button-color:#f2cb05;--button-text-color:#4c495c;--button-hover-color:#812bb2;--button-active-color:#5f1bf2;--button-text-color-hover:#d0d7e1;--logo-active-color:#5f1bf2;--post-hover-color:#d9b3f2;--post-active-color:#5f1bf2;--nav-item-hover-color:#f2522e;--nav-item-active-color:#5f1bf2}*{box-sizing:border-box;margin:0;padding:0;transition:.2s;transition:var(--fast-transition)}body,html{height:100%;margin:0;scroll-behavior:smooth}::selection{background:#f2522e;background:var(--selection-color);color:#f2f2f2;color:var(--background-color)}.title,button{-webkit-user-select:none;user-select:none}.title{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:var(--title-gradient);-webkit-background-clip:text;background-clip:text}.subtitle{color:#f2522e;color:var(--sub-title-color);font-family:Rubik,sans-serif;font-family:var(--text-font-family)}.text{color:#4f5359;color:var(--description-post-color)}.app{background-color:var(--background-color)}
/*# sourceMappingURL=main.5a35d4c3.css.map*/