*{margin:0;padding:0;box-sizing:border-box}body{gap:25px;display:flex;width:100dvw;overflow-x:hidden;min-height:100dvh;flex-direction:column;scroll-behavior:smooth;transition:background .3s;justify-content:space-between;background:light-dark(#ffffff,#252525)}img,svg,video{width:100%;height:100%}figcaption,p,a{font-family:sans-serif;color:light-dark(#000000,#ffffff)}h1,h2,h3,h4,h5,h6{font-family:sans-serif;color:light-dark(#000000,#ffffff)}a{text-decoration:none;color:#006fd1}a:hover{text-decoration:underline;color:#08f}.none,.hidden{display:none}.dark{color-scheme:dark}.top-content{gap:25px;height:60px;display:flex;align-items:center;padding:5px 25px;justify-content:inherit;transition:background .3s;background:light-dark(#f4f4f4,#1c1c1c)}.top-content__logo{gap:10px;display:inherit;align-items:center;color:light-dark(#000000,#ffffff)}.top-content__logo:hover{text-decoration:none;color:#08f}.top-content__logo-title{color:inherit;font-size:16px;transition:color .5s}.top-content__logo-icon{width:25px;height:25px;color:inherit;transition:color .5s}.top-content__navigation{gap:20px;display:inherit;align-items:center;justify-content:space-between}.top-content__navigation-link{text-align:center;width:fit-content;padding-bottom:2px;text-decoration:none;display:inline-block;transition:border .5s,color .5s;border-bottom:2px solid transparent;color:light-dark(#000000,#ffffff)}.top-content__navigation-link.active,.top-content__navigation-link:hover{text-decoration:none;border-bottom:2px solid #0088ff}.top-content__navigation-mode{height:25px;width:25px;cursor:pointer;transition:color .5s;transform:translateY(-2.5px);color:light-dark(#252525,#ffffff)}.top-content__navigation-mode:hover{color:#08f}.top-content__navigation-mode-icon{width:fit-content}@media screen and (max-width:500px){.top-content{padding:25px;height:fit-content;flex-direction:column}}.bottom-content{height:60px;display:flex;padding:5px 25%;align-items:center;justify-content:inherit;transition:background .3s;background:light-dark(#f4f4f4,#1c1c1c)}.bottom-content__button{width:25px;height:25px;display:block;transition:color .5s;color:light-dark(#000000,#ffffff)}.colored-tag.JAVASCRIPT{color:#ff9d00}.colored-tag.SASS{color:#f07}.colored-tag.EXPRESS{color:#787878}.colored-tag.AXIOS{color:#5a29e4}.colored-tag.REACT{color:#0073ff}.colored-tag.CSS{color:#fb00ff}.colored-tag.LUA{color:light-dark(#000099,white)}.colored-tag.NODEJS{color:#59aa46}.colored-tag.HTML{color:#fd5425}.colored-tag.GIT{color:#f05539}.colored-tag.SKRIPT{color:light-dark(black,white)}.colored-tag.VITE{color:#a454fe}.main-content__skills{width:100dvw;padding:25px;margin:25px 0 0;transition:background .3s;background:light-dark(#f4f4f4,#1c1c1c)}.main-content__skills-wrapper{gap:25px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.main-content__skills-title{font-size:35px;font-weight:400;margin-bottom:15px}.main-content__skills-holder{gap:10px;height:50px;display:flex;align-items:center}.main-content__skills-icon{width:50px;min-width:50px}.main-content__skills-text{color:inherit;text-wrap:nowrap;font-weight:700}@media screen and (max-width:775px){.main-content__skills-title{text-align:center}.main-content__skills-wrapper{justify-items:center}}.content-article{width:95dvw;padding:25px;margin:30px auto;max-width:1200px;transition:background .3s;background:light-dark(#f4f4f4,#1c1c1c)}.content-article__content{margin-top:25px}.content-article__content.special-content{width:fit-content;display:inline-block}.content-article__content.special-content span span{font-weight:700}.content-article__title{font-weight:400}.content-article__subtitle{font-size:16px;font-style:italic;font-weight:400}.content-article__subtitle-status{width:18px;height:18px;margin-right:10px;border-radius:100px;display:inline-block;transform:translateY(3px);border:2px solid #0ba400}.content-article__subtitle-status.yellow{border:2px solid #cfcf00}.content-article__subtitle-status.red{border:2px solid #a40000}.content-section{display:flex;width:100dvw;margin:30px 0 0;padding:30px 5dvw;transition:background .3s;justify-content:space-between;background:light-dark(#f4f4f4,#1c1c1c)}.content-section__title{font-size:35px;width:fit-content;font-weight:400}.content-section__subtitle{font-size:16px;font-style:italic;width:fit-content;font-weight:400}.content-section__project{display:flex;padding:25px;flex-wrap:wrap;min-height:235px;transform:scale(1);transition:transform .5s;justify-content:space-between;border:1px solid #006fd1}.content-section__project:hover{transform:scale(105%)}.content-section__project-tags{gap:10px;display:flex;flex-wrap:wrap;margin-bottom:15px}.content-section__project-tag{padding:5px;font-size:10px;width:fit-content;border-radius:100px;border:1px solid #006fd1}.content-section__project-title{width:100%;font-size:19px;margin:10px 0;min-width:150px}.content-section__project-title a{color:inherit;text-decoration:none;transition:color .3s}.content-section__project-title a:hover{color:#006fd1}.content-section__project-created,.content-section__project-version,.content-section__project-type{width:100%;font-size:14px}.content-section__project-created span,.content-section__project-version span,.content-section__project-type span{font-weight:700}.content-section__project-description{width:25dvw;min-width:150px;margin-bottom:25px}.content-section__project-content{margin-left:25px}.content-section__project img{width:15dvw;min-width:100px;max-width:200px;max-height:125px;color:light-dark(#000000,#ffffff)}.content-section__project img.background{padding:10px 5px 5px;background:#006fd1}.content-section__project:nth-of-type(n+2){margin-top:25px}.content-section__button{width:150px;display:block;cursor:pointer;text-align:center;margin-top:25px;padding:10px 5px;transition:background .3s;border:1px solid #006fd1;color:light-dark(#000000,#ffffff)}.content-section__button:hover{text-decoration:none;background:#006fd1;color:light-dark(#000000,#ffffff)}@media screen and (max-width:775px){.content-section{gap:50px;flex-direction:column}.content-section__project{align-items:center;align-content:center;flex-direction:column}.content-section__project-description{width:250px}.content-section__project-content{padding-left:0;padding-top:10px}}.react-projects,.api-projects{display:block}.react-projects:nth-of-type(1),.api-projects:nth-of-type(1){margin-top:0}.react-projects>div,.api-projects>div{gap:25px;display:flex;margin-top:25px;align-items:center;overflow:scroll hidden;padding:15px 15px 25px}.react-projects .content-section__project-content,.api-projects .content-section__project-content{margin-left:0}.react-projects .content-section__project,.react-projects figure,.api-projects .content-section__project,.api-projects figure{margin-top:0;height:300.5px;display:inherit;text-align:center;align-items:center;justify-content:center;flex-direction:column}.react-projects .content-section__project .tags_list,.react-projects figure .tags_list,.api-projects .content-section__project .tags_list,.api-projects figure .tags_list{gap:10px;display:flex;margin-bottom:10px;justify-content:center}.main-content__old-portfolio{display:flex;width:100dvw;padding:25px;margin:25px 0 0;justify-content:center;background:light-dark(#f4f4f4,#1c1c1c)}.main-content__old-portfolio-link{text-align:center;transition:color .5s;color:light-dark(#000000,#ffffff)}.main-content__old-portfolio-link:hover{text-decoration:none}.main-content.error{display:flex;padding:50px;align-items:center;justify-content:center}.main-content.error .error-message{font-weight:700}.main-content.error .error-image{min-width:100px;max-width:200px;margin-bottom:20px;fill:light-dark(#252525,#ffffff)}.overlay-content{bottom:0;display:flex;position:fixed;padding:22px;justify-content:space-between}.overlay-content__button{border:none;cursor:pointer;background:transparent}.main-content{display:inherit;align-items:center;flex-direction:inherit}.main-content .next{display:block;padding-top:20px}.main-content .underline{text-decoration:underline}
