/* Общие стили */
body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: #000;
  color: #0f0;
}

/* Шапка */
header {
  background-color: #111111d3;
  border-bottom: 3px solid #0f0;
  position: fixed;
  top: 0;
  z-index: 100;
  width:  100vw;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.titles {
  text-align: left;
  margin-right: 13vw; 
}

.logo {
  width: 80px;
  height: 80px;
  border: 2px solid #0f0;
  border-radius: 50%;
}

h1 {
  margin: 0;
  color: #0f0;
  font-size: 28px;
  text-shadow: 0 0 5px #0f0;
}

.subtitle {
  margin: 5px 0 0;
  font-size: 14px;
  color: #0f0;
}

/* Блок поиска и местоположения */
.search-location {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.search-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 250px;
}

.search-input {
  padding: 10px;
  background-color: #222;
  border: 1px solid #0f0;
  color: #0f0;
  font-family: 'Courier New', monospace;
}

.search-input::placeholder {
  color: #555;
}

.search-button {
  padding: 10px 15px;
  background-color: #0f0;
  color: #000;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.search-button:hover {
  background-color: #0c0;
  transform: scale(1.05);

}

/* Блок местоположения */
.location {
  background-color: #111;
  padding: 15px;
  border: 1px solid #0f0;
  border-radius: 5px;
}

.location h2 {
  margin: 0 0 10px 0;
  color: #0f0;
  font-size: 18px;
}

.address {
  font-family: 'Courier New', monospace;
  font-size: 14px;
}

.stroke {
    margin-top: 194px;
    display: flex;
    width: 100vw;
    align-items: center;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
  border: 1px solid #0f0;
  border-radius: 5px;
  color: #0f0;
}

.stroke__track {
    display: flex;
    flex-shrink: 0;
    animation: running-animation 100s linear infinite;
    white-space: nowrap;
}

.stroke__item {
    flex-shrink: 0;
    font-size: clamp(1.125rem, 0.8023rem + 1.2064vw, 2.25rem);
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 1rem;
    font-family: 'Dela Gothic One', Arial, Helvetica, sans-serif;
    color: red;
}

@keyframes running-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
nav {
background-color: #111;
  padding: 15px;
  border: 1px solid #0f0;
  border-radius: 5px;
  max-width: 30vw;
}
.text {
background-color: #111;
  padding: 15px;
  border: 1px solid #0f0;
  border-radius: 5px;
}
.addres {
font-family: 'Courier New', monospace;
  font-size: 20px;
  line-height: 1.4;
}
a {
color: #800080;
}
.gg{
  margin: 0 50px 0 50px;
  font-size: 40px;
}
.ul {
  margin: 0 0 20px 0 ;
}
