@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Rambla&display=swap";#root{max-width:800px;margin:0 auto;padding:.4rem;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.card{padding:2em}.read-the-docs{color:#888}.ContactBox{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.Header{display:flex;align-items:center;justify-content:space-between;height:2em;width:auto;padding-left:.5em;padding-right:.5em;border-radius:.2em;margin-bottom:.2em;color:#005025;background-color:#d9d9d9;font-size:20px}.Header__name{font-family:Rambla}.Header__share:hover{fill:#005025}.Header__share:hover:active{fill:#880000d9}.PhotoPage__textField{padding-top:8px;padding-bottom:8px}.PhotoPage__buttonField{display:flex;flex-direction:row;gap:10px}.Button{display:flex;align-items:center;justify-content:center;height:2.1em;width:100%;padding-left:1.5em;padding-right:1.5em;border-radius:1em;margin-bottom:.3em;color:#fff;background-color:#005025;font-size:14px;-moz-user-select:-moz-none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Button__black{display:flex;align-items:center;justify-content:center;height:2.1em;width:100%;padding-left:1.9em;padding-right:1.9em;border-radius:1em;margin-bottom:.3em;color:#fff;background-color:#000000bf;font-size:14px;-moz-user-select:-moz-none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.shadow{box-shadow:3px 3px 3px #00000050}.Button:hover{opacity:.75}.Button__black:hover{background-color:#351111;opacity:1}.Button:active{opacity:1;background-color:#880000d9}.ContentBox{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:800px;width:100%;height:100%;border-radius:1em;background-position:center center;background-size:cover;overflow:hidden;margin-bottom:8px}.ContentBox__vertical{background-image:url(/assets/cubeBackgroundNoAction-622963d8.svg);background-position:bottom;position:absolute;width:100%;height:100%;opacity:.15;background-size:cover}.ContentBox__image{background-image:url(/assets/background-3c30670d.webp);background-position:bottom;position:absolute;width:100%;height:100%;opacity:1;background-size:cover}.ContentBox__children{flex-direction:column;display:flex;position:relative;width:100%;height:auto;padding:.5em .5em .6em 1em;opacity:1;align-items:center;line-height:normal}@media (max-width: 800px){.ContentBox__children{padding:.5em .4em .6em}}.Avatar{display:flex;align-items:center;height:200px;width:200px;border-radius:10em;background-image:url(/assets/photoSquare-6ec4c550.webp);background-position:center center;background-size:cover}.Navigation{width:auto}.Navigation__box{display:flex;gap:5px;width:100%}.Experience{display:flex;width:100%;flex-wrap:wrap;justify-content:center;gap:8px}.Experience__name{width:450px;align-self:center;width:screen}.Experience:first-child{display:flex;flex-direction:column}.Job{display:flex;flex-basis:49%;width:100%}@media (max-width: 800px){.Job{flex-basis:100%}}.Job__achivements{display:flex;word-wrap:break-word;margin-top:7px;flex-direction:column;text-align:start;gap:.5em}.Job__vacancy{display:flex;flex-direction:column;justify-content:space-between;width:100%;margin-top:8px;text-align:start;padding-left:4px}@media (max-width: 800px){.Job__vacancy{width:100%;padding-left:15px}}.marker ::marker{display:list-item;list-style-type:"!!!!";padding-inline-start:1ch;color:#000;font-size:1.5em}li:before{content:"\2022";padding-inline:.5ch;margin-inline-end:.5ch}.Contacts{display:flex;flex-basis:49.45%;width:100%}@media (max-width: 800px){.Contacts{flex-basis:100%}}.Contacts__name{align-self:center;padding:5px 8px 8px}.Contacts__picturePlusInfo{display:flex;gap:10px;align-items:center;justify-content:center}.Contacts__pad{width:100%;display:flex;flex-direction:column;align-items:center;gap:15px}@media (max-width: 800px){.Contacts__pad{gap:15px}}.Contacts__link :hover{color:#005499d9}.Contacts__iconBoard{display:flex;width:85%;justify-content:space-between;gap:8px}.Contacts__contactIcon{display:flex;align-items:center;justify-content:center;height:55px;width:55px;background-color:#fff;border-radius:3em;overflow:hidden;box-shadow:3px 3px 3px #00000060}.Contacts__contactIcon:hover .svgIcon{fill:#005025}.smallPadding{padding-top:8px}.Skills{display:flex;justify-content:center;width:auto;height:auto;flex-basis:49.45%}@media (max-width: 800px){.Skills{flex-basis:100%}}.Skills__buttons{width:auto;height:auto;display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-start}@media (max-width: 800px){.Skills__buttons{width:auto}}.Skills__name{align-self:center;padding:5px 8px 8px;margin-bottom:5px}.Credits{height:150px;background-image:url(/assets/transparentBackground-f80da067.svg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:1em;margin-top:10px}.Footer{width:100%;position:relative;display:flex;height:30px;margin-top:8px;background-image:url(/assets/transparentBackground-f80da067.svg);justify-content:flex-end;align-items:center;padding-right:20px}.AboutMe{width:screen;display:flex;flex-direction:column;justify-content:space-between;margin-top:8px}.AboutMe__item{line-height:normal;text-align:start;padding:8px}.AboutMe__box{display:flex;flex-direction:column}.AboutMe__name{padding:5px 5px 0}.ScrollUp{display:flex;align-items:center;justify-content:center;position:fixed;width:50px;height:50px;border-radius:2em;background-color:#005499cc;top:92%;left:75%;transition:transform .3s linear}@media (max-width: 1080px){.ScrollUp{top:92%;left:65%}}@media (max-width: 1200px){.ScrollUp{top:92%;left:85%}}@media (max-width: 800px){.ScrollUp{top:92%;left:85%}}@media (max-width: 500px){.ScrollUp{top:90%;left:83%}}.ScrollUp.hide{transform:translateY(50px)}.hide{opacity:0}.ScrollUp:hover{background-color:#005499}.ScrollUp:hover .scrollUpIcon{stroke:#fff}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;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display: inline;*zoom: 1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left: -7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align: middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow: visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height: 13px;*width: 13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}h1{font-size:30px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}b{font-weight:700}.whiteText{color:#fff}.blackText{color:#000}.greenText{color:#005025}.greyText{color:#626262}button{border:none}button:active,button:focus{border:none;outline:none!important}button::-moz-focus-inner{border:none!important}a:focus{outline:none}
