@media (width <= 768px) {
  header {
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding: 10px 0;
    position: relative;
  }

  html, body, main {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .logo {
    margin: 0 auto;
    padding-bottom: 10px;
    position: static;
  }

  nav#topmenu {
    text-align: center;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    display: flex;
  }

  nav#topmenu ul {
    flex-direction: row;
    gap: 10px;
  }

  nav .submenu {
    display: none;
    position: absolute;
  }

  nav .topmenu-link:hover + .submenu, nav .topmenu-link:focus + .submenu {
    display: block;
  }

  nav .topmenu-link {
    padding: 10px;
    font-size: 1em;
    text-decoration: none;
  }

  #hamburger-menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #hamburger-menu {
    position: absolute;
    top: 40px;
    right: 10px;
  }

  #hamburger-menu .submenu-items {
    position: absolute;
    top: 100%;
    left: 0;
  }

  #left-menu {
    display: none;
  }

  main {
    margin-left: 0;
    padding: 10px;
  }

  img.home {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  section#home img#codewarsbanner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  section#profile #cv-header h1 {
    margin-top: 0;
  }

  section#profile #cv-header h2 {
    border-bottom: none;
    margin-left: 25px;
    font-size: 24px;
  }

  section#profile #cv-header ul {
    margin: 20px 0 0 25px;
    padding: 0;
  }

  .header-container {
    background-color: var(--header-background);
    color: var(--header-text);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 6px #0000001a;
  }

  section#profile div#cv-experience h2, section#profile div.cv-education h2, section#profile div.cv-languages h2, section#profile div.cv-hobbies h2, section#profile div.cv-skills h2 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 30px;
  }

  section#profile div#cv-experience ul {
    margin: 0;
    padding: 0;
  }

  section#profile .cv-education ul {
    box-sizing: border-box;
    width: 100%;
  }

  section#profile div.cv-education span.date {
    position: relative;
  }

  section#profile {
    box-sizing: border-box;
    max-width: 100% !important;
    padding: 15px !important;
  }

  section#profile div#cv-experience .job-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  section#profile div#cv-experience .job-info + p {
    margin-top: 10px;
  }

  section#profile .cv-education .cert-info, section#profile .cv-education .studycomment {
    box-sizing: border-box;
    width: 100vw;
    padding: 0;
    display: block;
    position: relative;
  }

  section#profile .cv-skills {
    grid-auto-rows: auto;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr !important;
  }

  section#profile .cv-education li {
    margin-bottom: 20px;
  }

  section#profile div.studycomment {
    margin-top: 6px;
  }

  section#profile .cv-skills h2 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }

  section#profile .cv-skills ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  section#profile .cv-skills ul li {
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 0;
    display: flex;
  }

  section#profile .cv-skills ul li strong {
    margin-top: 10px;
    margin-bottom: 6px;
  }

  section#profile .cv-skills ul li img {
    width: 80px;
    margin-right: 120px;
  }

  section#profile .cv-hobbies ul {
    margin: 0;
  }

  section#javascript h1 {
    box-sizing: border-box;
    word-wrap: break-word;
    width: 100%;
    max-width: 100%;
    font-size: 30px;
  }
}
/*# sourceMappingURL=index.9a96f685.css.map */
