<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1024px) {

  .header__container {
    padding: 5px 15px;
  }

  .main {
    padding: 75px 0 15px 0;
  }

  body {
    font-size: 16px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    line-height: 1.2;
    /* transition: background-color 0.3s ease, color 0.3s ease; */
    background-color: var(--main-color);
  }

  h1,
  h2 {
    font-size: 1.5em;
    margin: 10px 0;
    line-height: 1.3;
  }

  .main__container {
    display: flex;
    flex-direction: column;
  }

  .section {
    padding: 20px;
  }

  .gap-20 {
    gap: 10px;
  }

  .books {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px; */
  }

  .modal-content {
    background-color: var(--main-color);
    overflow: auto;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    height: 100%;
    max-width: inherit;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: inherit;
  }

  .kitty {
    position: absolute;
    width: 100px;
    bottom: 93%;
    left: 10px;
    filter: drop-shadow(-7px 15px 10px rgba(0, 0, 0, 0.4));
  }
  .young-cat {
    position: absolute;
    right: 0px;
    bottom: -46.5px;
    width: 150px;
    transform: rotate(3.5deg);
    filter: drop-shadow(-7px 15px 10px rgba(0, 0, 0, 0.4));
  }

  .crepeer {
    /* display: none; */
  }

  .minecraft-status__dropdown {
    right: -50px;
  }

  .minecraft-status__triangle-down {
    position: absolute;
    top: -5px;
    right: 24%;
  }

  .header__crepeer {
    width: 25px;
  }

  .cat-albom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .work {
    flex-direction: column;
  }

  .work__section {
    width: 100%;
  }

  .project {
    flex-direction: column;
  }

  .project__section {
    width: 100%;
  }

  .blog__alco {
    position: inherit;
    right: 0;
  }

  .blog__card-text_noactive {
    display: none;
  }

  .footer_container {
    justify-content: center;
    gap: 2em;
  }

  .footer__left {
    align-items: center;
  }

  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }

  .footer__social-links {
    align-items: center;
  }

  .music__links {
    align-items: inherit;
  }

  .music__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    padding: 15px;
  }

  .height__100 {
    min-height: 100%;
  }
  .margin__50 {
    margin: 50% auto 0 auto;
  }
  .stats-users {
    text-align: center;
  }

  .blog__card-title {
    font-size: 1.15em;
  }

  .blog__card-header {
    font-size: 1em;
  }

  .dot {
    width: 10px; /* РЁРёСЂРёРЅР° РєСЂСѓР¶РєР° */
    height: 10px; /* Р’С‹СЃРѕС‚Р° РєСЂСѓР¶РєР° */
  }

  /* vergill */
  .vergil {
    display: none;
  }

  #meows {
    display: block;
    position: absolute;
    opacity: 0.05;
    right: 0px;
    top: 0;
    float: left;
    border-radius: 1.5rem;
    /* image-rendering: pixelated; */
    width: 100%;
    height: 100%;
  }

  .aboutme__section {
    background-image: none;
  }

  .aboutme_mobile__active {
    display: inherit;
  }

  .aboutme_pc__active {
    display: none;
  }

  /* РєР°Р»СЊРєСѓР»СЏС‚РѕСЂ */
  .calc {
    padding: 20px 15px;
    max-width: 400px;
  }

  .close {
    color: var(--H-color);
    float: right;
    font-size: 36px;
    font-weight: bold;
    position: fixed;
    right: 5%;
  }

  .numbers {
    margin-top: 25px;
    gap: 10px;
  }

  /* BOOK */
  .book__list {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 10px;
  }

  .book-btn {
    width: 8em;
    height: 12em;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s;
  }

  /* ------------ */
  .minecraft-btn {
    /* position: absolute; */
    width: 100%;
    color: var(--base-color-black);
    inset: 0;
    height: 100%;
    z-index: 1;
    background: var(--green2);
    /* box-shadow: 0 1px 5px var(--border-color); */
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    outline: 0px solid transparent;
    padding: 10px;
    border: 0px solid var(--base-color-black);
  }
  .minecraft-btn:hover {
    outline: none;
    opacity: 0.7;
  }

  .minecraft-imgs {
    display: grid;
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    gap: 12px;
    margin: 0px;
    margin-top: 10px;
  }
  .minecraft-content img {
    height: auto;
  }

  .minecraft-content {
    background-color: var(--white-color);
    overflow: auto;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    height: 100%;
    max-width: inherit;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: inherit;
  }

  .music-btn {
    width: 100%;
    background: var(--head-footer--color);
    outline: none;
    border: none;
  }

  .music_section {
    /* grid-column: span 1; */
    display: block;
    /* flex-direction: row; */
    /* justify-content: space-around; */
    /* align-items: flex-start; */
  }

  .minecraft_check_status {
    min-width: 100%;
  }

  /* card blog */
  .main-blog__card {
    padding: 25px;
  }

  .main-blog__title {
    margin: 10px 0;
  }

  audio {
    width: 100%;
  }

  .music__name {
    animation: move 8s linear infinite;
    white-space: nowrap;
  }
  @keyframes move {
    0% {
      transform: translateX(30%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* CHAT */
  .chat__modal {
    display: none;
    /* РЎРєСЂС‹С‚Рѕ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Р·Р°С‚РµРјРЅРµРЅРёРµ */
  }

  .header__chat {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 2%;
    right: 2.5%;
    z-index: 1;
    fill: var(--H-color); /* РџСЂРёРјРµРЅСЏРµРј РїРµСЂРµРјРµРЅРЅСѓСЋ Рє Р°С‚СЂРёР±СѓС‚Сѓ fill */
  }

  .chat__modal-content {
    margin: 0;
    border-radius: 0;
    max-height: inherit;
    overflow-y: inherit;
  }
  .chat__close {
    top: 15px;
    right: 15px;
    font-size: 2em;
    cursor: pointer;
  }

  .chat__modal-content::-webkit-scrollbar {
    width: 0px;
  }

  #chatForm button {
    max-height: 38px;
  }
}

@media (max-width: 1919px) {
  .kitty {
    position: absolute;
    width: 100px;
    bottom: 93%;
    left: 10px;
    filter: drop-shadow(-7px 15px 10px rgba(0, 0, 0, 0.4));
  }
  .young-cat {
    position: absolute;
    right: 0px;
    bottom: -46.5px;
    width: 150px;
    transform: rotate(3.5deg);
    filter: drop-shadow(-7px 15px 10px rgba(0, 0, 0, 0.4));
  }
}
</pre></body></html>