a{display:block}.nav-link{padding-top:25px}a.underline-link{font-size:var(--font-base);text-decoration:none;color:var(--black-color);display:inline-block;padding-bottom:2px;background-image:linear-gradient(#e8604c 0 0);background-position:0 100%;background-size:0% 1px;background-repeat:no-repeat;transition:background-size .3s,background-position 0s .3s}a.underline-link.selected,a.underline-link:hover{background-position:100% 100%;background-size:100% 1px;color:#e8604c}.link-container.underline-link{width:fit-content}a.underline-link.selected{color:#ee7968}.icon-1,.icon-2,.icon-3{position:inherit;width:20px;height:3px;background-color:var(--green-color);transition:all .4s cubic-bezier(.84,.06,.52,1.8)}.icon-1{transform:translateY(-8px);animation-delay:.1s}.icon-2{animation-delay:.1s}.icon-3{transform:translateY(8px);animation-delay:.25s}.hamburger-icon{display:flex;justify-content:center;align-items:center;position:fixed;height:36px;width:36px;top:10%;left:35px;z-index:1000;cursor:pointer;border-radius:50%;transition:all .2s ease-in-out;background:rgba(255,255,255,.2)}.hamburger-icon:hover{transform:scale(1.2);box-shadow:0 0 30px #0000001a}.hamburger-icon .icon-container{position:inherit;width:20px;height:20px;transform:translateY(8px)}.hamburger-icon.open .icon-container .icon-1{transform:rotate(45deg)}.hamburger-icon.open .icon-container .icon-3{transform:rotate(-45deg)}.hamburger-icon.open .icon-container .icon-2{opacity:0}@media (max-width: 768px){.hamburger-icon{position:absolute;right:35px;left:auto}}.menu{position:fixed;height:100%;padding-left:var(--padding-left-40);display:flex;justify-content:space-around;flex-direction:column;font-weight:600;transition:left 1s;left:0;z-index:999}.menu.closed{left:-180px;transition:left 1s,opacity 1s;opacity:0}.list-menu{display:flex;flex-direction:column;height:300px;justify-content:space-around}.download-resume{font-size:var(--small-font);font-weight:600;text-decoration:none;color:var(--black-color)}.arrow-up{display:none;justify-content:center;align-items:center;background-color:#e8604c;position:fixed;bottom:20px;right:20px;width:35px;height:35px;border-radius:3px;z-index:1;cursor:pointer}.arrow-up.show{display:flex}.arrow-up>div{border:2px solid #f7f2f0;width:15px;height:15px;transform:rotate(-45deg);border-left:none;border-bottom:none;margin-top:5px}@media (max-width: 768px){.menu{left:auto;right:0;transition:right 1s;background-color:var(--white-color);z-index:999}.menu.closed{right:-280px;transition:right 1s,opacity 1s;left:auto}}@media (max-width: 1000px){.menu{width:160px}}.time{font-size:var(--small-font)}.position{font-weight:700;font-size:var(--base-font)}.place-position{display:flex;justify-content:space-between;align-items:center}.place{font-size:var(--small-font);font-style:italic;color:#ee7968}@media (max-width: 768px){.place-position{flex-direction:column;align-items:unset;gap:10px}}.description{background-color:#efe7e4;margin-bottom:20px;max-height:0;overflow:hidden;transition:max-height 1s}.description ul{padding:25px}.description.open{max-height:1000px;transition:max-height 1s}.disk{background-color:#ee7968;width:4px;height:4px;border-radius:50%;margin-top:12px;margin-right:11px}.description li{display:flex;margin-bottom:10px}.text{width:fit-content;line-height:var(--base-line-height)}.open-close-animation-container{display:flex;justify-content:space-between}.open-close-animation-container>svg{fill:var(--green-color)}.open-close-animation-container>svg.closed-eye{opacity:.7}.click-area{cursor:pointer;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.title{font-weight:700;color:var(--green-color);padding:5px 0}.svg-container{display:flex;width:100px;height:100px;flex-direction:column;align-items:center}.circular-chart{display:block}.circle-bg{fill:none;stroke:#eee;stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;animation:progress 1s ease-out forwards}@keyframes progress{0%{stroke-dasharray:0 100}}.circular-chart.orange .circle{stroke:#ee7968;width:50px;height:50px}.percentage{fill:#666;font-family:sans-serif;font-size:var(--extra-small-font);text-anchor:middle}.technology{font-size:var(--base-font)}.disk-language{background-color:var(--black-color);width:2px;height:2px;border-radius:50%;margin:auto 5px auto 2px}.language-skills{display:flex;width:100%;justify-content:space-between;padding:10px 0}.language-name-container{display:flex}.language-name{font-size:var(--base-font)}.get-in-touch-form{display:flex;flex-direction:column;gap:15px}.get-in-touch-form input,.get-in-touch-form textarea{display:block;width:340px;line-height:24px;background-color:#f8f2f0;border:1px solid #000;font-family:inherit;font-size:15px;padding:15px}.grow-wrap{display:grid;min-height:80px}.grow-wrap:after{content:attr(data-replicated-value) " ";white-space:pre-wrap;visibility:hidden}.grow-wrap>textarea{resize:none;overflow:hidden}.get-in-touch-form input:focus,.get-in-touch-form textarea:focus{outline:none!important;border:1px solid #ee7968}.get-in-touch-form textarea{min-height:80px;field-sizing:content}.submit-button{width:120px;height:45px;margin-bottom:22px;background-color:#e8604c;border:1px solid transparent;cursor:pointer;color:#fff;font-size:16px;font-weight:600}.submit-button:disabled{background-color:gray;cursor:not-allowed}.form-icon-container{display:flex;align-items:baseline}.form-icon{flex-shrink:0;position:relative;right:30px}.get-in-touch-form>div:focus-within>svg{fill:#ee7968}@media (max-width: 768px){.get-in-touch-form input{width:340px}.message{max-width:340px}.get-in-touch-form textarea{width:293px}}.button-recaptcha-container{display:flex;flex-direction:column}.submit-message{width:400px;height:30px;color:#ee7968;opacity:1;animation:fadeOut 3s forwards}@keyframes fadeOut{0%{opacity:1}66%{opacity:1}to{opacity:0}}.button-message-container{display:flex;gap:100px}.error-message{width:300px;height:30px;font-size:small;color:red;border-color:red}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var( --PhoneInputCountrySelect-marginRight );--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, .5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, .1)}.PhoneInput{display:flex;width:60%;position:relative}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{right:0;z-index:1;position:absolute;align-self:stretch;display:flex;align-items:center;margin-right:6px;margin-top:16px}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.form-input-container{display:flex;flex-direction:column-reverse}.names-container{position:absolute;font-size:10vw;width:10vw;writing-mode:vertical-rl;text-orientation:mixed}.left-name-container,.right-name-container{width:fit-content;height:fit-content;position:relative;overflow:hidden}.left-name-container{display:flex;justify-content:center;left:0;height:100vh;z-index:2;color:#f8f2f0}.right-name-container{display:flex;justify-content:center;height:100vh;z-index:2;right:0;color:var(--green-color)}.left-name-container>div{position:relative;right:10vw;animation:instant-animation-left 2s forwards}.right-name-container>div{position:relative;left:10vw;animation:instant-animation-right 2s forwards}@keyframes instant-animation-left{to{transform:translate(5vw)}}@keyframes instant-animation-right{to{transform:translate(-5vw)}}@media (max-width: 768px){.names-container{display:none}}main{margin-bottom:var(--main-margin-bottom)}.my-first-photo-container{height:100vh;display:flex;justify-content:center;overflow:hidden;align-items:center;background-color:var(--green-color)}.my-first-photo{margin-left:-14px;width:auto;height:100vh}.name-hero-header-container{position:relative;height:100vh}.hero-inner-container{position:absolute;left:var(--left-offset);width:calc(100% - var(--left-offset))}.info-section-containers{margin-left:var(--left-offset);margin-right:var(--left-offset);margin-bottom:var(--section-margin-bottom)}@keyframes instant-left-strip-animation{to{transform:translate(130px)}}.big-title{font-size:var(--large-font);padding:50px 0;line-height:1.2;font-weight:400;margin-right:-100px}.main-block-text{margin-bottom:35px}.cat{padding:20px 0;width:100%}.skill-container{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,120px);gap:25px;justify-content:space-between;justify-items:center;align-items:center;padding:100px 25px}@media (min-width: 1280px){.skill-container{padding:100px 200px}}.main-block-container{display:flex;align-items:baseline;text-align:justify;gap:75px}.general_experience{display:flex;flex-direction:column;gap:15px}.paragraphs{font:var(--base-font);text-align:justify;line-height:var(--base-line-height)}.side-block-title{font-weight:700;padding-bottom:20px;font-size:var(--base-font)}.languages{display:flex;width:200px}.languages>ul{width:100%}#get-in-touch{color:var(--green-color);font-size:30px;margin-bottom:20px}@media (max-width: 768px){main{position:static;width:100%}.main-block-container{gap:0}.side-block{padding:0;margin:auto}.skill-container{padding:30px 25px 100px}.name-hero-header-container{background-color:var(--green-color)}}@media (max-width: 1100px){footer{padding:60px 0 30px}.languages{width:180px}.main-block-container{flex-direction:column}.side-block{padding:0}.side-block-title{padding-top:60px}.main-container{padding-left:var(--padding-left-40)}}@media (max-width: 768px){.skill-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hero-inner-container{position:unset;left:unset;width:unset}.my-first-photo-container{height:100vh;width:unset;display:block;justify-content:unset;overflow:hidden;align-items:unset;background-color:var(--green-color)}.name-hero-header-container{position:unset;height:100vh}}@media (max-width: 768px){.big-title{margin-right:unset}.cat{padding:20px 0;width:100%}}.project-titles-container{display:flex;gap:10px}.project-description-title{font-weight:700;font-size:var(--base-font)}.project-description{font-size:var(--base-font)}.project-container{margin:20px 0;display:flex;flex-direction:column;gap:10px}.all-projects-container{display:flex;flex-direction:column}.project-info-container{line-height:2}.project-description-title,.link{display:inline;vertical-align:middle}.link{text-decoration:none;word-wrap:break-word;color:var(--green-color)}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media (hover: hover) and (pointer: fine){.image-gallery-icon:hover{color:#f8f2f0}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-image{height:unset;width:unset}@media (max-width: 768px){.carousel-description-container{display:flex;flex-direction:column;margin:}}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}@media (max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{left:0;margin:0 auto;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:var(--green-color);border:1px solid var(--green-color)}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media (hover: hover) and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:var(--green-color);border:1px solid var(--green-color)}.image-gallery-bullets .image-gallery-bullet.active:hover{background:var(--green-color)}}@media (max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.header{top:40%;position:absolute;right:50px;z-index:1;display:flex;flex-direction:column;gap:15px}.header-name{font-weight:600}.contacts{display:flex;flex-direction:column;line-height:var(--base-line-height)}.underline-container{width:fit-content}.underline{text-decoration:none;color:#000;display:inline-block;padding-bottom:2px;background-image:linear-gradient(#000 0 0);background-position:0 100%;background-size:0% 1px;background-repeat:no-repeat;transition:background-size .3s,background-position 0s .3s}.underline:hover{background-position:100% 100%;background-size:100% 1px}@media (max-width: 768px){.header{display:none}}@media (max-width: 1100px){.header{display:none;right:0}}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#root{font-family:IBM Plex Mono,monospace;color:var(--black-color);font-size:var(--base-font)}h1{font-size:var(--large-font)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background-color:#f8f2f0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.contact-me{line-height:1.375em;letter-spacing:.1em;font-size:var(--small-font);margin-bottom:10px;display:flex;flex-direction:column;gap:5px}.contact-me>a,.contact-me>a:visited{text-decoration:none;color:var(--white-color);font-size:var(--small-font)}.contact-me-title{line-height:1.375em;letter-spacing:.1em;font-size:var(--small-font);margin-bottom:10px}.social-container{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:var(--small-font)}.social-container,.social-container:visited{text-decoration:none;color:var(--white-color)}.social-container-icon{color:var(--white-color);width:13px;height:15px}.find-me-container{display:flex;flex-direction:column;gap:5px}.footer{background-color:var(--green-color);color:#f8f2f0;padding:var(--section-margin-bottom) 0}.contact-social-container{display:flex;justify-content:space-evenly;align-items:start;margin:0 var(--left-offset)}@media (max-width: 768px){.contact-social-container{display:flex;flex-direction:column;gap:30px}}:root{--left-offset: 300px;--section-margin-bottom: 10px;--main-margin-bottom: 100px;--green-color: #6f9389;--white-color: #f8f2f0;--padding-left-40: 40px;--base-font: 16px;--medium-font: calc(var(--base-font) * 1.5);--small-font: calc(var(--base-font) * .75);--large-font: calc(var(--base-font) * 2);--extra-small-font: calc(var(--base-font) / 2);--black-color: #0a1a2b;--base-line-height: 1.75}@media (max-width: 768px){:root{--left-offset: 10px}}
