@import url("https://fonts.googleapis.com/css2?family=Courier+Prime: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=Tourney:ital,wght@0,100..900;1,100..900&display=swap");@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Mono&family=Tourney:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.42857143;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover {
  transition: opacity 0.1s linear;
  opacity: 0.5;
}
ul {
  list-style: none;
}
.home-page {
  background-color: #293846;
}
.resume-page {
  background-color: #FFFFFF;
}
@font-face {
  font-family: "courier";
  src: url("../fonts/courier-bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "courier";
  src: url("../fonts/courier-normal.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "courier";
  src: url("../fonts/courier-condensed.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: "courier", "PT Mono", monospace;
  font-weight: 500;
  font-size: 1.05em;
  font-style: normal;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 800px) {
  .container {
    padding: 0 10px;
  }
}
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s ease-in-out;
}
.slide-fade-enter-from {
  transform: translateY(20px);
  opacity: 0;
}
.slide-fade-leave-to {
  transform: translateY(20px);
  opacity: 0;
}
.main {
  padding-top: 40px;
}
@media screen and (max-width: 450px) {
  .main {
    padding-top: 10px;
  }
}
.named {
  color: #0f0;
}
.welcome {
  color: #f0f;
}
.error {
  color: red;
}
.full-command {
  margin-bottom: 20px;
}@media (max-width: 500px) {
.image-wrapper[data-v-60f581cf] {
    flex-basis: 70px;
    order: 1;
}
}.contacts[data-v-01972458] {
  padding-left: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
.contacts[data-v-01972458] {
    order: 1;
    padding-left: 0;
    margin-bottom: 0;
}
}
@media (max-width: 500px) {
.personal-contacts[data-v-01972458] {
    display: flex;
}
}
.personal-contacts .personal-contacts__item[data-v-01972458]:not(:last-child) {
  margin-bottom: 1rem;
}
.link-icon[data-v-01972458],
.link-icon--email[data-v-01972458] {
  margin-right: 1rem;
}
.link-icon[data-v-01972458] {
  fill: #FFFFFF;
}
.personal-contacts__link[data-v-01972458] {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "Calibri", serif;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 800px) {
.personal-contacts__link span[data-v-01972458] {
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}
}.work-wishes {
  padding-left: 2rem;
}
@media (max-width: 500px) {
.work-wishes {
    display: none;
}
}
.work-wishes-list .work-wishes-list__item:not(:last-child) {
  margin-bottom: 1rem;
}
.work-wishes-list__icon {
  margin-right: 1rem;
}
.work-wishes-list__title {
  font-size: 16px;
  font-family: "Calibri", serif;
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
.work-wishes-list__title span {
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}
}
.work-wishes-list__text {
  font-size: 18px;
  font-family: "Calibri", serif;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 800px) {
.work-wishes-list__text {
    transition: opacity 0.3s linear;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}
}.aside {
  min-width: 18rem;
  padding: 1.5rem 0.5rem;
  margin-right: 3rem;
  background-color: #3F6592;
  border-radius: 4px;
  transition: left 0.2s ease-in-out, max-width 0.2s ease-in-out;
  transition-delay: 0.1s;
}
@media (max-width: 800px) {
.aside {
    min-width: auto;
    transition: left 0.2s ease-in-out, max-width 0.5s ease-in-out;
}
}
.aside__image {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 800px) {
.aside {
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    left: -7rem;
}
}
@media (max-width: 500px) {
.aside {
    flex-direction: row;
    justify-content: space-between;
    position: static;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 1rem;
    margin-right: 0;
}
}
@media (max-width: 800px) {
.aside--hide {
    max-width: 6rem;
    min-width: auto;
    margin-right: 1rem;
}
}
@media (max-width: 500px) {
.aside--hide {
    max-height: 100px;
    min-width: 100%;
}
}
@media (max-width: 800px) {
.aside--hide .download-resume {
    padding-top: 1rem;
}
}
@media (max-width: 500px) {
.aside--hide .download-resume, .aside--hide .work-wishes {
    display: none;
}
}
.aside--open {
  max-width: 18rem;
}
@media (max-width: 800px) {
.aside--open .download-resume {
    padding-top: 0;
}
}
@media (max-width: 500px) {
.aside--open {
    padding-bottom: 1rem;
    max-width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 500px) {
.aside--open .contacts {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
}
@media (max-width: 500px) {
.aside--open .personal-contacts {
    display: block;
}
}
@media (max-width: 500px) {
.aside--open .work-wishes {
    display: block;
    order: 1;
    margin-bottom: 1rem;
}
}
@media (max-width: 500px) {
.aside--open .download-resume {
    display: block;
    order: 1;
    margin-bottom: 1rem;
}
}
@media (max-width: 500px) {
.aside--open .aside-button {
    margin: 0 auto;
}
}
.aside-button {
  margin-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  display: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.aside-button .aside-button__icon {
  outline: #7cacfc;
  fill: #7cacfc;
}
@media screen and (max-width: 800px) {
.aside-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
}
@media (max-width: 500px) {
.aside-button {
    order: 2;
    margin-left: 0;
}
}
.download-resume {
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media (max-width: 500px) {
.download-resume {
    display: none;
}
}
.download-resume__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: "Calibri", serif;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 800px) {
.download-resume__link span {
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}
}
.download-resume__icon {
  margin-right: 1rem;
}
.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-fade-enter-to,
.slide-fade-leave-from {
  transform: translateX(0);
  opacity: 1;
}
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.3s ease;
}.back-link[data-v-a16bf0ff] {
  color: #075d8c;
  font-size: clamp(1.188rem, 0.802rem + 0.83vw, 1.375rem);
  font-family: "Calibri", serif;
}
.current-link[data-v-a16bf0ff] {
  color: #000000;
  font-size: clamp(1.188rem, 0.802rem + 0.83vw, 1.375rem);
  font-family: "Calibri", serif;
}
.breadcrumbs[data-v-a16bf0ff] {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.breadcrumbs__delimiter[data-v-a16bf0ff] {
  margin: 0 10px;
  font-family: "Calibri", serif;
  font-size: 20px;
}.intro[data-v-ddfe132d] {
  margin-bottom: 2rem;
}
.intro__title[data-v-ddfe132d] {
  font-size: clamp(1.875rem, -0.694rem + 5.56vw, 3.125rem);
  color: #000000;
  font-weight: 800;
  font-family: "Calibri", serif;
  margin: 0;
}
.intro__subtitle[data-v-ddfe132d] {
  font-size: clamp(1.188rem, 0.802rem + 0.83vw, 1.375rem);
  color: #000000;
  font-family: "Calibri", serif;
  font-weight: 400;
}.title-wrapper[data-v-b8d44ed7] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-b8d44ed7] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-b8d44ed7] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-b8d44ed7] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-b8d44ed7] {
  margin-bottom: 3rem;
}
.content-text[data-v-b8d44ed7] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-b8d44ed7] {
  font-weight: 800;
}
dl.information-list dt[data-v-b8d44ed7] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-b8d44ed7] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-b8d44ed7]:after {
  content: "";
  display: block;
}.title-wrapper[data-v-d856d920] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-d856d920] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-d856d920] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-d856d920] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-d856d920] {
  margin-bottom: 3rem;
}
.content-text[data-v-d856d920] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-d856d920] {
  font-weight: 800;
}
dl.information-list dt[data-v-d856d920] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-d856d920] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-d856d920]:after {
  content: "";
  display: block;
}
.personal-information-general[data-v-d856d920] {
  margin-bottom: 2rem;
}
.personal-information-general .personal-information-general__item[data-v-d856d920]:not(:last-child) {
  margin-bottom: 0.3rem;
}
.personal-information-general__item p[data-v-d856d920] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.technology-stack-list[data-v-d856d920] {
  margin-left: 2rem;
}
@media (max-width: 880px) {
.technology-stack-list[data-v-d856d920] {
    margin-left: 0.5rem;
}
}
.technology-stack-list li[data-v-d856d920] {
  position: relative;
  padding-left: 1.5rem;
}
.technology-stack-list li[data-v-d856d920]::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px;
  color: black;
  font-weight: bold;
}.title-wrapper[data-v-306f0488] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-306f0488] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-306f0488] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-306f0488] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-306f0488] {
  margin-bottom: 3rem;
}
.content-text[data-v-306f0488] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-306f0488] {
  font-weight: 800;
}
dl.information-list dt[data-v-306f0488] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-306f0488] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-306f0488]:after {
  content: "";
  display: block;
}.title-wrapper[data-v-e9f1d762] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-e9f1d762] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-e9f1d762] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-e9f1d762] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-e9f1d762] {
  margin-bottom: 3rem;
}
.content-text[data-v-e9f1d762] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-e9f1d762] {
  font-weight: 800;
}
dl.information-list dt[data-v-e9f1d762] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-e9f1d762] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-e9f1d762]:after {
  content: "";
  display: block;
}.title-wrapper[data-v-90255d8c] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-90255d8c] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-90255d8c] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-90255d8c] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-90255d8c] {
  margin-bottom: 3rem;
}
.content-text[data-v-90255d8c] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-90255d8c] {
  font-weight: 800;
}
dl.information-list dt[data-v-90255d8c] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-90255d8c] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-90255d8c]:after {
  content: "";
  display: block;
}.title-wrapper[data-v-23518be9] {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.title-icon[data-v-23518be9] {
  margin-right: 0.8rem;
  fill: #075d8c;
  width: 30px;
  height: 30px;
}
.section-title[data-v-23518be9] {
  font-size: clamp(1.25rem, 0.608rem + 1.39vw, 1.563rem);
  font-family: "Calibri", serif;
  color: #075d8c;
  font-weight: 800;
  text-transform: uppercase;
}
.content_mb[data-v-23518be9] {
  margin-bottom: 2rem;
}
.content-section-md[data-v-23518be9] {
  margin-bottom: 3rem;
}
.content-text[data-v-23518be9] {
  font-size: 20px;
  font-family: "Calibri", serif;
  color: #000000;
  font-weight: 400;
}
.information-list .company-name[data-v-23518be9] {
  font-weight: 800;
}
dl.information-list dt[data-v-23518be9] {
  font-weight: 800;
  display: inline;
}
dl.information-list dd[data-v-23518be9] {
  display: inline;
  margin-left: 5px;
}
dl.information-list dd[data-v-23518be9]:after {
  content: "";
  display: block;
}
div[data-v-bfba704f] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s linear;
}
.is-visible[data-v-bfba704f] {
  opacity: 1;
  transform: translateY(0);
}
.content[data-v-547072a1] {
  padding-top: 0.5rem;
}
.fade-enter-active[data-v-547072a1] {
  transition: opacity 2s ease-in-out;
}
.fade-enter-from[data-v-547072a1] {
  opacity: 0;
}.resume-main {
  position: relative;
  align-items: flex-start;
}
@media (max-width: 800px) {
.resume-main {
    margin-left: 7rem;
}
}
@media (max-width: 500px) {
.resume-main {
    margin-left: 0;
    flex-direction: column;
}
}
.resume-main:has(.aside--open) .download-resume__link span,
.resume-main:has(.aside--open) .personal-contacts__link span,
.resume-main:has(.aside--open) .work-wishes-list__title span,
.resume-main:has(.aside--open) .work-wishes-list__text {
  width: auto;
  height: auto;
  color: white;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.resume-wrapper {
  width: 100%;
  margin: 1.5rem 0;
  padding: 3.5rem;
  padding-top: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: 4px;
}
@media (max-width: 800px) {
.resume-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
@media (max-width: 500px) {
.resume-wrapper {
    padding: 0.5rem;
    margin-top: 0.5rem;
}
}
.resume-main {
  display: flex;
}.cursor[data-v-c756ab8b] {
  color: black;
  font-weight: 900;
  animation: blink-c756ab8b 0.3s infinite alternate;
}
@keyframes blink-c756ab8b {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.skills[data-v-c756ab8b] {
  margin-bottom: 20px;
}
.named[data-v-a6398d38] {
  margin-right: 10px;
}
.icon[data-v-26af9686] {
  fill: white;
}.files[data-v-efca0466] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 900px) {
.files[data-v-efca0466] {
    flex-direction: column;
}
}
.files__item[data-v-efca0466] {
  flex-basis: 30%;
}.delete-skills[data-v-ecf62c9a] {
  animation: slowFastBlink-ecf62c9a 0.5s infinite alternate;
  font-weight: bold;
}
@keyframes slowFastBlink-ecf62c9a {
0% {
    opacity: 1;
}
80% {
    opacity: 0.9;
}
100% {
    opacity: 0;
}
}.container-skills[data-v-1737e604] {
  background-color: #343d46;
  border: 1px solid #07d4dc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 20px #07d4dc;
  width: clamp(310px, 20vw, 350px);
}
.title[data-v-1737e604] {
  padding: 10px 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: black;
  font-family: "courier", monospace;
  border-radius: 2px;
  border: 1px solid #fff;
  text-align: center;
}
.title--default[data-v-1737e604] {
  background-color: #dd9377;
}
.title--second[data-v-1737e604] {
  background-color: #7cacfc;
}
.title--third[data-v-1737e604] {
  background-color: #fc8c9d;
}.wrapper[data-v-d5a50abe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 20px;
}
.item[data-v-d5a50abe] {
  font-size: 13px;
  color: white;
  margin: 5px 0;
}
ul > li[data-v-d5a50abe]:not(:last-child) {
  margin-bottom: 15px;
}.wrapper-card[data-v-0accf581] {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 700px) {
.wrapper-card[data-v-0accf581] {
    margin-left: 0;
    justify-content: center;
}
}
.projects-list .projects-list__item[data-v-0accf581]:not(:last-child) {
  margin-bottom: 10px;
}
.projects-list__item p[data-v-0accf581] {
  transition: color 0.2s ease-in;
}
.projects-list__item p[data-v-0accf581]:hover {
  color: #7cacfc;
}
.projects-list__item[data-v-0accf581] {
  display: flex;
  justify-content: space-between;
}
.projects-list__link[data-v-0accf581]:hover {
  opacity: 0.6;
}
.projects-list-links[data-v-0accf581] {
  display: flex;
}
.projects-list-links li[data-v-0accf581]:not(:last-child) {
  margin-right: 10px;
}.command-contacts[data-v-74db7b4a] {
  margin-bottom: 20px;
}
.wrapper-block[data-v-74db7b4a] {
  margin-bottom: 20px;
}
.links__icon[data-v-74db7b4a] {
  margin-right: 20px;
}
.links[data-v-74db7b4a] {
  margin-left: 10px;
}
.links .links__item[data-v-74db7b4a]:not(:last-child) {
  margin-bottom: 20px;
}
.links__link[data-v-74db7b4a] {
  font-family: "courier", monospace;
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: color 0.2s linear;
}
.links__link[data-v-74db7b4a]:hover {
  color: #7cacfc;
}.avatar[data-v-fca7fead] {
  position: absolute;
  right: 10px;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 450px) {
.avatar[data-v-fca7fead] {
    position: static;
    margin-bottom: 10px;
}
}
.avatar__images[data-v-fca7fead] {
  height: auto;
  width: 100%;
  max-width: 90px;
  border-radius: 50%;
}
.contact-list[data-v-fca7fead] {
  display: flex;
  gap: 20px;
}
.contact-list__link[data-v-fca7fead] {
  transition: all 0.2s linear;
}
.contact-list__link[data-v-fca7fead]:hover {
  opacity: 0.6;
}
.resume-link[data-v-fca7fead] {
  font-size: 18px;
  color: white;
  transition: all 0.2s linear;
}
.resume-link[data-v-fca7fead]:hover {
  opacity: 0.8;
}.translate[data-v-bb921cc6] {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 130px;
}
@media (max-width: 450px) {
.translate[data-v-bb921cc6] {
    top: 0;
    right: 20px;
}
}
.translate-button[data-v-bb921cc6] {
  padding: 12px 14px 12px;
  border-radius: 20px;
  border: 1px solid #3d4554;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s linear;
}
.translate-button[data-v-bb921cc6]:hover {
  opacity: 0.7;
}
.translate-button__flag[data-v-bb921cc6] {
  margin-right: 8px;
}
.translate-button__text[data-v-bb921cc6] {
  margin-right: 15px;
  padding: 0;
  color: white;
  text-transform: uppercase;
  line-height: 15px;
}
.translate-button__icon[data-v-bb921cc6] {
  transition: transform 0.3s ease-in-out;
}
.isOpen[data-v-bb921cc6] {
  transform: rotate(180deg);
}
.translate-buttons button[data-v-bb921cc6] {
  min-width: 100%;
}