/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box;margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{line-height:1.15;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Roboto,sans-serif;color:#fff}main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;color:#444;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;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:focus,input:focus,optgroup:focus,select:focus,textarea:focus{outline:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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}[hidden],template{display:none}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%{opacity:1}}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubber:hover{color:#08fdd8;-webkit-animation:rubberBand 1s ease-out;animation:rubberBand 1s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.loader-transition-appear{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.loader-transition-appear-active{-webkit-transition:-webkit-transform .4s linear;transition:-webkit-transform .4s linear;transition:transform .4s linear;transition:transform .4s linear,-webkit-transform .4s linear}.loader-transition-appear-active,.loader-transition-enter{-webkit-transform:translateX(0);transform:translateX(0)}.loader-transition-enter-done{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .4s linear;transition:-webkit-transform .4s linear;transition:transform .4s linear;transition:transform .4s linear,-webkit-transform .4s linear}.show-component-appear-active{-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:1s;animation-duration:1s}.show-component-exit-active{-webkit-animation-name:zoomOut;animation-name:zoomOut;-webkit-animation-duration:1s;animation-duration:1s}.fade-in-enter{opacity:0}.fade-in-enter-active{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;animation-duration:1s}.fade-in-enter-done{opacity:1!important}.letter-transition-enter{opacity:0}.letter-transition-enter-active{opacity:1;-webkit-transition:opacity 50ms ease-out;transition:opacity 50ms ease-out}.letter-transition-exit-done{opacity:1!important}.button{position:relative;cursor:pointer;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;padding:0;border:none;outline:none;z-index:15}.button__content{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;letter-spacing:.05em}.button--contact .button__content{font-size:11px;font-weight:500;letter-spacing:3px;color:#08fdd8;text-decoration:none;padding:5px 8px;border:1px solid #08fdd8;border-radius:3px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:576px){.button--contact .button__content{font-size:12px;padding:8px 12px}}.button--contact:hover .button__content{background-color:#08fdd8;color:#252627}.tags{position:absolute;display:inline;font-family:La Belle Aurore,cursive;font-size:18px;color:#515152;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:576px){.tags{font-size:24px}}.tags--title-top{display:none;top:-12px;left:3px}@media (min-width:992px){.tags--title-top{display:inline}}.tags--title-bottom{display:none;bottom:4px;right:-60px}@media (min-width:992px){.tags--title-bottom{display:inline}}@media (min-width:1200px){.tags--title-bottom{bottom:8px}}.tags--body-top{top:20px;left:20px}@media (min-width:1200px){.tags--body-top{left:35px}}.tags--body-bottom{bottom:55px;left:20px}@media (min-width:1200px){.tags--body-bottom{left:35px}}.tags--html-bottom{bottom:20px;left:10px}@media (min-width:1200px){.tags--html-bottom{left:20px}}.tags--about-top{display:none;top:-20px;left:0}@media (min-width:992px){.tags--about-top{display:inline}}.tags--about-bottom{display:none;bottom:-30px;left:0}@media (min-width:992px){.tags--about-bottom{display:inline}}.toolbar{width:100vw;height:60px;position:fixed;top:0;left:0;z-index:3;background:#181818;padding-right:20px}@media (min-width:992px){.toolbar{width:60px;height:100vh;padding-bottom:20px;padding-right:0}}.toolbar__wrapper{display:flex;justify-content:space-between;height:100%;width:100%;position:relative}@media (min-width:992px){.toolbar__wrapper{flex-direction:column}}.toolbar__logo{display:flex;flex-direction:column;align-items:center;background:#070707;padding:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;margin-right:20px}@media (min-width:992px){.toolbar__logo{margin-bottom:20px;margin-right:0}}.toolbar__logo img{display:block;width:35px;height:auto;object-fit:cover}@media (min-width:992px){.toolbar__logo img{margin-bottom:8px}}.toolbar__logo span{display:none}@media (min-width:992px){.toolbar__logo span{display:block}}.toolbar__logo-title{font-size:12px;font-weight:700;color:#fff;text-align:center}.toolbar__navbar{position:absolute;bottom:-100%;left:0;width:100vw;height:60px;display:flex;justify-content:space-around;align-items:center;margin-right:10px;background:#181818;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.toolbar__navbar.is-active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media (min-width:768px){.toolbar__navbar{position:static;width:auto;height:auto;justify-content:flex-start;background:transparent;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width:992px){.toolbar__navbar{flex-direction:column;margin-bottom:10px;margin-right:0}}.toolbar__navbar-link{position:relative;display:flex;justify-content:center;align-items:center;width:50px;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:992px){.toolbar__navbar-link{width:100%;height:50px}}.toolbar__navbar-link:last-child{margin-bottom:0}.toolbar__navbar-link>*{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.toolbar__navbar-link.is-active svg{fill:#08fdd8}.toolbar__navbar-link:hover span{opacity:1}.toolbar__navbar-link:hover svg{opacity:0}.toolbar__navbar-link span{font-size:11px;text-align:center;font-weight:300;color:#08fdd8;opacity:0}.toolbar__navbar-link span,.toolbar__navbar-link svg{-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.toolbar__navbar-link svg{width:28px;height:28px}.toolbar__social{display:none;align-items:center;height:100%;padding:0;text-align:center;margin:0}@media (min-width:768px){.toolbar__social{display:flex}}@media (min-width:992px){.toolbar__social{flex-direction:column;width:100%;height:auto}}.toolbar__social a{display:flex;justify-content:center;align-items:center;width:30px;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:992px){.toolbar__social a{width:100%;height:30px}}.toolbar__social a:hover svg{fill:#08fdd8}.toolbar__social a svg{width:15px;height:15px;fill:#4d4d4e;-webkit-transition:fill .3s ease-out;transition:fill .3s ease-out}.toolbar__menu-button{display:flex;justify-content:center;align-items:center;width:50px;height:100%;background-color:transparent;border:0;cursor:pointer}@media (min-width:768px){.toolbar__menu-button{display:none}}.toolbar__menu-button.is-active svg{fill:#08fdd8}.toolbar__menu-button svg{width:30px;height:30px;fill:#fff;-webkit-transform:fill .3s ease-in-out;transform:fill .3s ease-in-out}.content-wrapper{position:relative;display:flex;width:100%;height:100%;padding:70px 10px 85px}@media (min-width:768px){.content-wrapper{padding:50px 10px 85px}}@media (min-width:992px){.content-wrapper{padding:85px 30px}}@media (min-width:1200px){.content-wrapper{padding:85px 5vw}}@-webkit-keyframes spinningH{0%{-webkit-transform:rotateX(0deg) rotateY(0deg) rotate(0deg);transform:rotateX(0deg) rotateY(0deg) rotate(0deg)}to{-webkit-transform:rotateX(1turn) rotateY(1turn) rotate(1turn);transform:rotateX(1turn) rotateY(1turn) rotate(1turn)}}@keyframes spinningH{0%{-webkit-transform:rotateX(0deg) rotateY(0deg) rotate(0deg);transform:rotateX(0deg) rotateY(0deg) rotate(0deg)}to{-webkit-transform:rotateX(1turn) rotateY(1turn) rotate(1turn);transform:rotateX(1turn) rotateY(1turn) rotate(1turn)}}.cube{position:relative;margin:0 auto;height:160px;width:160px;-webkit-transition:-webkit-transform 2s linear;transition:-webkit-transform 2s linear;transition:transform 2s linear;transition:transform 2s linear,-webkit-transform 2s linear;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation:spinningH 15s linear infinite;animation:spinningH 15s linear infinite}@media (min-width:576px){.cube{height:220px;width:220px}}@media (min-width:1200px){.cube{height:280px;width:280px}}.cube>div{position:absolute;height:160px;width:160px;padding:20px;opacity:.9;background-position:50%;background-color:hsla(0,0%,100%,.05);background-repeat:no-repeat;background-size:80%}@media (min-width:576px){.cube>div{height:220px;width:220px}}@media (min-width:1200px){.cube>div{height:280px;width:280px}}.cube div:first-child{-webkit-transform:translateZ(90px);transform:translateZ(90px);background-image:url(/static/media/html5.3fdd503b.png)}@media (min-width:576px){.cube div:first-child{-webkit-transform:translateZ(130px);transform:translateZ(130px)}}@media (min-width:1200px){.cube div:first-child{-webkit-transform:translateZ(160px);transform:translateZ(160px)}}.cube div:nth-child(2){-webkit-transform:rotateY(90deg) translateZ(90px);transform:rotateY(90deg) translateZ(90px);background-image:url(/static/media/css3.0ce0d903.png)}@media (min-width:576px){.cube div:nth-child(2){-webkit-transform:rotateY(90deg) translateZ(130px);transform:rotateY(90deg) translateZ(130px)}}@media (min-width:1200px){.cube div:nth-child(2){-webkit-transform:rotateY(90deg) translateZ(160px);transform:rotateY(90deg) translateZ(160px)}}.cube div:nth-child(3){-webkit-transform:rotateY(180deg) translateZ(90px);transform:rotateY(180deg) translateZ(90px);background-image:url(/static/media/js.9a523625.png)}@media (min-width:576px){.cube div:nth-child(3){-webkit-transform:rotateY(180deg) translateZ(130px);transform:rotateY(180deg) translateZ(130px)}}@media (min-width:1200px){.cube div:nth-child(3){-webkit-transform:rotateY(180deg) translateZ(160px);transform:rotateY(180deg) translateZ(160px)}}.cube div:nth-child(4){-webkit-transform:rotateY(-90deg) translateZ(90px);transform:rotateY(-90deg) translateZ(90px);background-image:url(/static/media/vue.cea3c912.png)}@media (min-width:576px){.cube div:nth-child(4){-webkit-transform:rotateY(-90deg) translateZ(130px);transform:rotateY(-90deg) translateZ(130px)}}@media (min-width:1200px){.cube div:nth-child(4){-webkit-transform:rotateY(-90deg) translateZ(160px);transform:rotateY(-90deg) translateZ(160px)}}.cube div:nth-child(5){-webkit-transform:rotateX(-90deg) translateZ(90px) rotate(180deg);transform:rotateX(-90deg) translateZ(90px) rotate(180deg);background-image:url(/static/media/react.ae18f329.png)}@media (min-width:576px){.cube div:nth-child(5){-webkit-transform:rotateX(-90deg) translateZ(130px) rotate(180deg);transform:rotateX(-90deg) translateZ(130px) rotate(180deg)}}@media (min-width:1200px){.cube div:nth-child(5){-webkit-transform:rotateX(-90deg) translateZ(160px) rotate(180deg);transform:rotateX(-90deg) translateZ(160px) rotate(180deg)}}.cube div:nth-child(6){-webkit-transform:rotateX(90deg) translateZ(90px);transform:rotateX(90deg) translateZ(90px);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAYAAADNkKWqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA3LTMxVDE2OjQzOjMzKzA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA3LTMxVDE2OjQzOjMzKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNy0zMVQxNjo0MzozMyswNTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkNGUyYjA2ZS1kMzNmLTMzNDAtOTJkZS0xYjU1YmQ1MjcyMmEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplNDk4YjBlNS05MDgzLTEzNDMtODAx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)}@media (min-width:576px){.cube div:nth-child(6){-webkit-transform:rotateX(90deg) translateZ(130px);transform:rotateX(90deg) translateZ(130px)}}@media (min-width:1200px){.cube div:nth-child(6){-webkit-transform:rotateX(90deg) translateZ(160px);transform:rotateX(90deg) translateZ(160px)}}.first-exercise{display:flex;flex-direction:column;width:300px;color:#fff}@media (min-width:576px){.first-exercise{width:500px}}.first-exercise__table-search{width:100%;padding:10px;border:3px solid #1f0d09;border-bottom:none;font-size:14px}.first-exercise__table{width:100%;border-collapse:collapse;border:3px solid #1f0d09}.first-exercise__table td,.first-exercise__table th{font-size:14px;font-weight:600;text-align:center;line-height:130%;padding:5px}@media (min-width:576px){.first-exercise__table td,.first-exercise__table th{font-size:16px;font-weight:300}}.first-exercise__table-head tr{background-color:grey;-webkit-transition:color .3s ease;transition:color .3s ease;font-weight:700}.first-exercise__table-head th{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.first-exercise__table-head th:hover{color:#1f0d09}.first-exercise__table-head th span{display:inline-flex;width:0;height:0;margin-left:5px;border-style:solid;vertical-align:middle;-webkit-transition:border-width .3s ease-in-out;transition:border-width .3s ease-in-out}.first-exercise__table-head th span.default{width:4px;height:4px;background-color:#000;border-width:1px;border-color:#fff;border-radius:100%}.first-exercise__table-head th span.is-more{border-width:5px 2.5px 0;border-color:#fff transparent transparent;-webkit-transform:translateY(15%);transform:translateY(15%)}.first-exercise__table-head th span.is-less{border-width:0 2.5px 5px;border-color:transparent transparent #fff;-webkit-transform:translateY(-70%);transform:translateY(-70%)}.first-exercise__table-head th:first-child{width:15%}.first-exercise__table-head th:nth-child(2),.first-exercise__table-head th:nth-child(3){width:30%}.first-exercise__table-head th:nth-child(4){width:25%}.first-exercise__table-body tr:nth-child(odd){background-color:#333}.first-exercise__table-body tr:nth-child(2n){background-color:grey}.first-exercise__table-body td.is-active{color:#08fdd8;text-shadow:0 0 1px #08fdd8}.first-exercise button{width:100%;height:30px;outline:none;cursor:pointer}.todo{width:300px;color:#333;background:#d4d4d4;box-shadow:0 0 3px #fff}@media (min-width:576px){.todo{width:400px}}.todo-input{width:100%}.todo-input__label{display:flex;align-items:center;background-color:#999;border-bottom:1px solid #5e5e5e}.todo-input__label span{display:flex;cursor:pointer}.todo-input__input{display:flex;align-items:center;width:100%;height:40px;background-color:#999;border:0;padding-left:5px;outline:none}.todo-list{width:100%;list-style:none}.todo-item{display:flex;align-items:center;width:100%;padding:10px 5px;border-bottom:1px solid #5e5e5e}.todo-item__text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.todo-item__text.is-completed{text-decoration:line-through;color:grey}.todo-item__icon{display:flex;cursor:pointer;margin-right:5px}.todo-item__icon svg{-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.todo-item__icon.is-completed svg{fill:grey}.todo-item__delete{display:flex;margin-left:auto;cursor:pointer}.todo-item__delete svg{-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.todo-item__delete:hover svg{fill:red}.todo-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 5px;font-size:12px}.todo-footer__amount,.todo-footer__button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.todo-footer__button{cursor:pointer;outline:none;padding:2px;margin-right:5px;border:1px solid transparent;border-radius:4px;background-color:transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.todo-footer__button.is-active,.todo-footer__button__hover{border:1px solid grey}.contacts{display:flex;flex-direction:column;justify-content:center;width:100%}.contacts__title{position:relative;font-size:2em;font-weight:900;color:#08fdd8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:50px;text-align:center}@media (min-width:576px){.contacts__title{font-size:3em}}@media (min-width:992px){.contacts__title{text-align:left}}@media (min-width:1200px){.contacts__title{font-size:4em}}.contacts__title span{display:inline-block;opacity:0}.contact-form ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none}.contact-form ul li{position:relative}.contact-form ul li.is-not-valid label:before{width:100%;background-color:red}.contact-form ul li span{position:absolute;font-size:11px;font-weight:300;color:red;bottom:-14px;left:5px}.contact-form label:before{position:absolute;bottom:0;left:0;width:0;height:2px;content:"";background-color:#08fdd8;-webkit-transition:width,background-color .3s ease-in-out;transition:width,background-color .3s ease-in-out}.contact-form input,.contact-form textarea{width:100%;height:100%;background:#37393b;font-size:16px;color:#8d8d8d;border:0}.contact-form input:focus+label:before,.contact-form textarea:focus+label:before{width:100%}.contact-form input:focus::-webkit-input-placeholder,.contact-form textarea:focus::-webkit-input-placeholder{color:transparent}.contact-form input:focus:-moz-placeholder,.contact-form input:focus::-moz-placeholder,.contact-form textarea:focus:-moz-placeholder,.contact-form textarea:focus::-moz-placeholder{color:transparent}.contact-form input:focus:-ms-input-placeholder,.contact-form textarea:focus:-ms-input-placeholder{color:transparent}.contact-form input{padding:0 20px}.contact-form textarea{padding:20px;resize:vertical;min-height:150px;overflow-y:hidden}.contact-form__email,.contact-form__name{width:calc(50% - 7.5px);height:50px}.contact-form__email{margin-bottom:15px}.contact-form__subject{height:50px}.contact-form__message,.contact-form__subject{width:100%;margin-bottom:15px}.contact-form__submit{display:flex;justify-content:flex-end;width:100%}.map{height:100%;min-height:400px}.app,.map{display:flex;width:100%}.app{min-height:100vh;background:#252627;overflow-y:auto;position:relative}.app__page-container{width:100%;padding-top:60px}@media (min-width:992px){.app__page-container{padding-top:0;padding-left:60px}}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#252627}body::-webkit-scrollbar{width:14px;background-color:#252627}body::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px #08fdd8;background-color:#181818}.loader{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:#252627;z-index:2;will-change:transform;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:992px){.loader{padding-left:60px}}.loader__inner{display:flex;flex-direction:column;align-items:center;width:300px;max-width:100%;height:160px;text-align:center}@media (min-width:576px){.loader__inner{width:400px}}.loader__logo{display:flex;flex-direction:column;align-items:center;padding:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;margin-bottom:5px}.loader__logo img{display:block;width:35px;height:auto;margin-bottom:8px;object-fit:cover}.loader__logo-title{font-size:12px;font-weight:700;color:#fff;text-align:center}.loader__message{display:block;font-size:9px;color:#8d8d8d;letter-spacing:3px;margin-bottom:30px}.loader__progress-bar{width:100%;height:1px}.loader__bar-bg{height:100%;background:#047765}.loader__bar-bg div{width:0;height:100%;-webkit-transition:width 1s linear;transition:width 1s linear;background:#08fdd8}.home{display:flex;flex-direction:column;justify-content:space-around;width:100%;height:100%;z-index:1}@media (min-width:992px){.home{flex-direction:row}}.home__info{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:15px;z-index:1}@media (min-width:576px){.home__info{margin-bottom:30px}}@media (min-width:992px){.home__info{align-items:flex-start;height:100%;margin-bottom:0;padding-right:72px}}@media (min-width:1200px){.home__info{padding-right:90px}}.home__title{position:relative;font-size:2.5em;font-weight:900;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:10px;text-align:center}@media (min-width:576px){.home__title{font-size:4em}}@media (min-width:992px){.home__title{text-align:start}}@media (min-width:1200px){.home__title{font-size:5em}}.home__title span{display:inline-block;opacity:0}.home__title img{width:31px;height:auto;-webkit-transform:translateY(2px);transform:translateY(2px);object-fit:cover;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:576px){.home__title img{width:46px}}@media (min-width:1200px){.home__title img{width:58px}}.home__subtitle{font-size:.8em;font-weight:400;color:#8d8d8d;letter-spacing:3px;font-style:italic;margin-bottom:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:576px){.home__subtitle{font-size:1.2em}}@media (min-width:1200px){.home__subtitle{font-size:1.5em}}.home__logo{display:flex;justify-content:center;align-items:center;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:992px){.home__logo{justify-content:flex-end;height:100%}}.home__logo-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:150px;height:220px;-webkit-transform:translateX(12%);transform:translateX(12%);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:576px){.home__logo-wrapper{width:220px;height:350px}}@media (min-width:992px){.home__logo-wrapper{width:280px;height:400px;-webkit-transform:none;transform:none}}@media (min-width:1200px){.home__logo-wrapper{width:350px;height:500px}}.home__logo-wrapper img,.home__logo-wrapper svg{position:absolute;left:0;bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%);width:100%;height:auto;object-fit:cover}.home__logo-wrapper svg{z-index:1}.home__logo-wrapper img{opacity:0;z-index:2}.about{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;z-index:1}@media (min-width:992px){.about{flex-direction:row}}.about__info{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:15px}@media (min-width:576px){.about__info{margin-bottom:30px}}@media (min-width:992px){.about__info{align-items:flex-start;margin-bottom:0;padding-right:30px;width:calc(100% - 460px)}}@media (min-width:1200px){.about__info{width:calc(100% - 560px)}}.about__right-col{display:flex;flex-direction:column;justify-content:center;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;width:320px;height:320px}@media (min-width:576px){.about__right-col{width:460px;height:460px}}@media (min-width:1200px){.about__right-col{width:560px;height:460px}}.about__title{position:relative;font-size:2em;font-weight:900;color:#08fdd8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:50px;text-align:center}@media (min-width:576px){.about__title{font-size:3em}}@media (min-width:992px){.about__title{text-align:left}}@media (min-width:1200px){.about__title{font-size:4em}}.about__title span{display:inline-block;opacity:0}.about__text{width:90%;font-size:.8em;font-weight:300;line-height:170%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}@media (min-width:576px){.about__text{width:70%;font-size:.9em}}@media (min-width:992px){.about__text{width:90%;text-align:left}}@media (min-width:1200px){.about__text{font-size:1em}}.about__text p{margin-bottom:15px}.skills{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;z-index:1}@media (min-width:992px){.skills{flex-direction:row;justify-content:space-around}}.skills__info{display:flex;flex-direction:column;align-items:center;margin-bottom:15px}@media (min-width:576px){.skills__info{margin-bottom:30px}}@media (min-width:992px){.skills__info{width:calc(100% - 400px);padding-right:30px;margin-bottom:0;align-items:flex-start}}@media (min-width:1200px){.skills__info{width:calc(100% - 600px)}}.skills__text{width:90%;font-size:.8em;font-weight:300;line-height:170%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}@media (min-width:576px){.skills__text{width:70%;font-size:.9em}}@media (min-width:992px){.skills__text{width:90%;text-align:left}}@media (min-width:1200px){.skills__text{font-size:1em}}.skills__text p{margin-bottom:15px}.skills__sphere{display:flex;align-items:center;justify-content:center;width:320px;height:320px}@media (min-width:576px){.skills__sphere{width:400px;height:400px}}@media (min-width:1200px){.skills__sphere{width:600px;height:600px}}.skills__title{position:relative;font-size:2em;font-weight:900;color:#08fdd8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:30px}@media (min-width:576px){.skills__title{font-size:3em}}@media (min-width:992px){.skills__title{font-size:4em;margin-bottom:50px}}.skills__title span{display:inline-block;opacity:0}.skills__links{color:#08fdd8;text-decoration:underline;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.skills__links:hover{opacity:.5}.my-works{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;z-index:1}.my-works__title{position:relative;font-size:2em;font-weight:900;color:#08fdd8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:50px;text-align:center}@media (min-width:576px){.my-works__title{font-size:3em}}@media (min-width:992px){.my-works__title{text-align:left}}@media (min-width:1200px){.my-works__title{font-size:4em}}.my-works__title span{display:inline-block;opacity:0}.my-works__exercises{display:flex;flex-direction:column;justify-content:space-around}@media (min-width:992px){.my-works__exercises{flex-direction:row}}.my-works__exercise{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.my-works__exercise-title{font-size:1.5em;text-align:center;margin-bottom:20px}@media (min-width:576px){.my-works__exercise-title{font-size:2em}}.my-works__exercise-title a{text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.my-works__exercise-title a:hover{color:#08fdd8}.contact{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;z-index:1}@media (min-width:992px){.contact{flex-direction:row}}
/*# sourceMappingURL=main.701820ac.chunk.css.map */