<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1A2638;
  margin: 0;
  padding: 0;
  flex: auto;
}

header {
    background: #0F1923;
    color: #fff;
    padding: 1em 0;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo-container {
    position: absolute;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.logo {
    display: inline-block;
}

.buttonVhod {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 2px 2px 20px #0F1923;
    background: linear-gradient(45deg, #54CBC8, #0063FF);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    position: absolute;
    left: 150px; /* РћС‚СЃС‚СѓРї РѕС‚ Р»РµРІРѕРіРѕ РєСЂР°СЏ */
}
.logoimg {
  width: 200px;
  height: 40px;
}

.site_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site_title h1 {
  color: rgb(255, 255, 255);
}

.site_title p {
  color: rgb(77, 255, 0);
}

.form {
  text-align: left;
  background-color: #0F1923;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  color: white;
  font-size: small;
}

.section {
  text-align: center;
  background-color: #0F1923;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

p {
  font-size: 1.2em;
}

.mirrorButton {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 2px 20px #0F1923;
  background: linear-gradient(45deg, #54CBC8, #0063FF);
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 25px;
  padding: 7px 15px;
  display: inline-block;
}

.blockText {
  text-align: left;
}

.ulText {
  color: white;
  text-align: left;
  font-size: 16px;
}

.mirrorImg {
  border-radius: 15px;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group textarea {
  width: calc(100% - 12px);
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group textarea {
  height: 120px;
}

.form-group button {
  background: linear-gradient(45deg, #54CBC8, #0063FF);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #0056b3;
}

footer, a, .guard {
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Р•СЃР»Рё СЌР»РµРјРµРЅС‚С‹ РґРѕР»Р¶РЅС‹ Р±С‹С‚СЊ РІС‹СЂРѕРІРЅРµРЅС‹ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
}

footer .date-container {
  color: rgb(77, 255, 0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Р•СЃР»Рё СЌР»РµРјРµРЅС‚С‹ РґРѕР»Р¶РЅС‹ Р±С‹С‚СЊ РІС‹СЂРѕРІРЅРµРЅС‹ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
}


.img {
  width: 100%;
  height: auto;
  max-width: 800px; /* РњР°РєСЃРёРјР°Р»СЊРЅР°СЏ С€РёСЂРёРЅР° РґР»СЏ Р±РѕР»СЊС€РёС… СЌРєСЂР°РЅРѕРІ */
}

@media only screen and (max-width: 1150px) {
  .buttonVhod {
    left: 20px; /* РћС‚СЃС‚СѓРї РѕС‚ Р»РµРІРѕРіРѕ РєСЂР°СЏ */
  }
}

@media only screen and (max-width: 1000px) {
  .buttonVhod {
    left: 20px; /* РћС‚СЃС‚СѓРї РѕС‚ Р»РµРІРѕРіРѕ РєСЂР°СЏ */
  }
}

/* Mobile */
@media only screen and (max-width: 700px) {
  header {
    padding: 0.5em 0;
    padding-bottom: 50px;
  }

  .container {
    padding: 0.5em;
  }

  .content {
    padding: 0.5em;
  }

  h1 {
    font-size: 1.5em;
  }

  p {
    font-size: 1.1em;
  }

  .mirrorButton {
    font-size: 0.9em;
    padding: 10px;
  }

  .date-container {
    display: inline-block;
    padding: 0px;
    margin-top: 0px;
  }

  .buttonVhod {
    padding: 8px 14px;
    left: 10px; /* РћС‚СЃС‚СѓРї РѕС‚ Р»РµРІРѕРіРѕ РєСЂР°СЏ */
  }

  .img {
    max-width: 75%; /* РњР°РєСЃРёРјР°Р»СЊРЅР°СЏ С€РёСЂРёРЅР° РґР»СЏ РјРѕР±РёР»СЊРЅС‹С… СѓСЃС‚СЂРѕР№СЃС‚РІ */
  }
}</pre></body></html>