body {
    margin: 0;
    font-family: sans-serif;
    height: 4760px;
}
  
header {
    background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
}
  
nav {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
  
nav a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}
  
.banner {
    position: relative;
    overflow: hidden;
    height: 500px; /* Или другая желаемая высота */
}
  
.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1; /* Убедитесь, что видео ниже текста */
    object-fit: cover; /*  Заполняет область, обрезая при необходимости */
}
  
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 4em;
    text-shadow: 2px 2px 4px #000000; /* Добавляет тень для лучшей читаемости */
    z-index: 2; /* Помещает текст поверх видео */
    text-align: center;
}
.te{
    position: relative;
    top: 40px;
    left: -60px;
    color: #d5d4d4;
    margin-left: 200px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}
.banner-text h1{
    position: relative;
    top: 40px;
    font-size: 1.2em;
    color: #9f4800;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 3px #000000; /* Толщина и цвет обводки */
    /* text-stroke: 3px #000000; Толщина и цвет обводки (стандартное свойство) */
}
.banner-text p{
    font-size: 0.4em;
}
.cont2{
    background-color: #7b7b7b;
    height: 500px;
    position: relative;
    top: -22px;
}
.zifra {
    display: flex; /*  Включаем Flexbox для body */
    background-color: #2b0000;
    position: relative;
    top: -22px;
  }

  .counter-column {
    width: 250px; /* Ширина колонки с учетом отступов */
    margin-left: 20px; /* Отступ слева от колонки */
    position: relative;
    left: 1080px;
    margin-top: 10px;
  }

  .counter-container {
    background-color: #4CAF50; /* Зеленый фон (по умолчанию) */
    color: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px; /*  Отступ между счетчиками в колонке */
    width: 100%; /*  Контейнер занимает всю ширину колонки */
    box-sizing: border-box; /*  Чтобы padding не увеличивал ширину контейнера */
    box-shadow: 10px 10px #100000;
  }

  .counter {
    font-size: 6.4em;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  .counter-text {
    font-size: 1.3em;
    display: block;
  }
  .geroi{
    background-color: #2a2400;
    height: 1000px; 
    position: relative;
    top: -55px;
  }
  .zifra h2{
    position: absolute;
    left: 350px;
    font-size: 2.8rem;
    color:  #804613;
  }
.zifra p,ul{
    font-size: 1.5rem;
    color:  #804613;
    position: absolute;
} 
.qqq{
    left: 100px;
    top: 100px;
}
.www, ul{
    left: 100px;
    top: 300px;
}
.www{
    top: 230px;
}
.eee{
    width: 700px;
}
/* Общие стили для табличек */
.hero-card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    transition: transform 0.3s ease; /* Плавная анимация */
    cursor: pointer; /* Меняет курсор на "руку" */
  }

  .hero-card:hover {
    transform: scale(1.05); /* Увеличение при наведении */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Более выраженная тень при наведении */
  }

  .hero-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .hero-card h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #333;
  }

  .hero-card p {
    font-size: 0.9em;
    color: #666;
  }

  /* Контейнер для расположения табличек в ряд */
  .hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Ссылка занимает всю карточку */
  .hero-card a {
    display: block; /* Делаем ссылку блочным элементом */
    text-decoration: none; /* Убираем подчеркивание */
    color: inherit; /* Наследуем цвет текста от карточки */
    height: 100%; /* Занимаем всю высоту карточки */
    width: 100%; /* Занимаем всю ширину карточки */
  }
  .tech {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #34495E; /* Темно-серый фон, как ночное небо */
    color: #ECF0F1; /* Светлый текст для контраста */
    height: 900px;
    position: relative;
    top: -90px;
}

.slider-container {
    width: 80%;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Более выраженная тень */
    background-color: #2C3E50; /* Более темный фон для контейнера */
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #34495E; /* Более темный фон для слайда */
    border-bottom: 1px solid #22313F; /* Тонкая линия разделения слайдов */
}

.slide img {
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #5D6D7E; /* Рамка для изображения */
}

.slide-content {
    width: 50%;
    padding-left: 20px;
}

.slide h2 {
    margin-top: 0;
    color: #ECF0F1; /* Светлый заголовок */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Тень для заголовка */
}

.slide p {
    font-size: 16px;
    line-height: 1.5;
    color: #BDC3C7; /* Светло-серый текст */
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(52, 73, 94, 0.7); /* Полупрозрачный темно-серый */
    color: #ECF0F1;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    transition: background-color 0.3s ease; /* Плавное изменение цвета при наведении */
}

.slider-button:hover {
    background-color: rgba(44, 62, 80, 0.9); /* Более темный цвет при наведении */
}

.slider-button.prev {
    left: 10px;
}

.slider-button.next {
    right: 10px;
}

.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #777; /* Темно-серые точки */
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #ECF0F1; /* Светлая активная точка */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .slider-container {
        width: 95%;
    }

    .slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .slide img {
        width: 80%;
    }

    .slide-content {
        width: 100%;
        padding-left: 0;
    }
}
.znach{
    
    font-family: sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    position: relative;
    top: -100px;
}
.container {
    /* background-color: #ffffff;  */
    background: url(img/497872465ac60352280e18e516ec0e93.jpg);
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
    width: 80%;
    max-width: 1000px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.znach h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

ol {
    list-style-type: decimal; /* Use decimal numbers for list items */
    padding-left: 20px;
    margin-bottom: 20px;
}

ol li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

.conclusion {
    font-style: italic;
    color: #777;
    text-align: center;
}
footer {
    background-color: #333; /* Темный фон */
    color: #fff; /* Светлый текст */
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    position:relative;
    top: -100px;
}

footer .container1 {
    max-width: 960px;
    margin: 0 auto;
}

footer p {
    margin-bottom: 10px;
}

.social-links {
    margin-bottom: 10px;
}

.social-links a {
    display: inline-block;
    margin: 0 10px;
}

.social-links img {
    width: 30px; /* Размер иконок соцсетей */
    height: 30px;
    border-radius: 50%; /* Круглые иконки */
    transition: transform 0.2s ease-in-out; /* Анимация при наведении */
}

.social-links img:hover {
    transform: scale(1.2); /* Увеличение при наведении */
}

.feedback-link {
    color: #fff; /* Цвет ссылки */
    text-decoration: none; /* Убрать подчеркивание */
    border-bottom: 1px solid #fff; /* Подчеркивание при наведении */
    transition: border-bottom 0.2s ease-in-out;
}

.feedback-link:hover {
    border-bottom: 1px solid transparent; /* Убрать подчеркивание при наведении */
}

.additional-text {
    font-size: 12px;
    color: #aaa;
    margin-top: 10px;
}

