* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background-color: #f4f4f4;
    overflow-y: auto;
}

}
.center11 {
    height: 60px;
	    justify-content: center;
    align-items: center;
}
/* Общие стили для мобильных экранов */







.left {
    font-size: 16px;
    font-weight: bold;
}

.center img {
    height: 60px;
    padding-right: 30px;
}

.right {
    text-align: right;
    font-size: 14px;
}

.right a {
    color: white;
    text-decoration: none;
}

.right a:hover {
    text-decoration: underline;
}
.left strong {
    position: relative;
    top: -9px;
}
.right a {
  font-weight: bold;
    color: white;
    text-decoration: none;
}

.right a:hover {
    text-decoration: none;
}
.apply-btn {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.apply-btn:hover {
    background-color: #ddd;
}

.menu {
    background-color: #173f96;
    display: flex;
    justify-content: ;
    padding: 10px 100px;
}

.menu a {
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    font-size: 14px;
}

.menu a:hover {
    text-decoration: underline;
}



html, body {

      overflow-x: hidden;
      overflow-y: auto;
      height: auto;

    font-family: "Times New Roman", Times, serif;
}







.dddbody {
    font-family: Arial, sans-serif;
    text-align: center;
	background: url('../img/147214052_l2_11zon-1.png') no-repeat center center/cover;
    color: white;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;

    align-items: center;
}

.text-container {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;

    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7),
                     0 0 20px rgba(0, 0, 0, 0.5);
}




.button-container {
    display: flex;
    justify-content: center; /* центрируем кнопки по горизонтали */
    align-items: center;
    gap: 30px; /* расстояние между кнопками */
    flex-wrap: wrap; /* чтобы на маленьком экране переносились */
    margin-top: 30px;
}

.button-container button {
    flex: 0 0 auto; /* фиксируем ширину по содержимому */
    font-size: 20px;
    padding: 15px 30px;
    width: auto; /* убираем фиксированную ширину 650px */
}

button {
  background-color: #002D91;
  color: white;
  font-size: 24px; /* увеличен размер шрифта */
  padding: 30px 60px; /* немного меньше padding, но крупнее вид */
  border: none;
  border-radius: 12px;
  cursor: pointer;

  margin-top: 15px; /* чуть меньше отступ сверху */
}

button:hover {
    background-color: #0044cc;
}




        .bodyyyu {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f5f5f5;
        }

        .container1 {
            display: flex;
            align-items: center;
            gap: 20px;
            max-width: 1200px;
        }

        .images1 {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .image-box1 {
            width: 350px;
            height: 200px;
            border: 2px solid black;
        }

        .image-box1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .text-box {
            width: 250px;
            height: 200px;
            border: 2px solid black;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            background-color: white;
            padding: 15px;
            transform: rotate(5deg);
        }

        .logo1 {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .logo1 img {
            width: 60px;
            height: auto;
        }


.vv12{

  position: absolute;
  top: 30px;
  left: 26%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;

}
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hero-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    gap: 30px;
}

.image-block {
    position: relative;
    width: 250px;
    height: 350px;
}

.image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.image1-block {
    position: relative;
    width: 250px;
    height: 350px;
}
.image1-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 5px;
}

.years {
    font-size: 30px;
    font-weight: bold;
    color: orange;
}

.text {
    font-size: 14px;
}

.text-block {
    max-width: 400px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

.whatsapp {
    font-size: 14px;
    opacity: 0.8;
}

.btn {
    background: #173f96;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #173f96;
}











.body1 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}

.categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Два ряда по горизонтали */
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
}

.category {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.category img {
    width: 50px;
    height: 50px;
}

.category p {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

.category span {
    color: blue;
    font-weight: bold;
    font-size: 18px;
}






input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background: #173f96;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background: #0044cc;
}





button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.popup-content input {
    display: block;
    width: 80%;
    margin: 10px auto;
    padding: 8px;
}

.popup-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}










.xxx {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.container1111 {
    display: flex;
    gap: 40px;
    width: 900px;
    height: auto;
    padding-left: 80px;
    padding-top: 20px;
}

.main-video {
    flex: 2;
}

.main-video video {
    width: 100%;
    border-radius: 10px;
}

.video-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: background 0.3s;
}

.video-item:hover {
    background: #f1f1f1;
}

.video-item img {
    width: 120px;
    height: 70px;
    border-radius: 5px;
}

.video-info h4 {
    margin: 0;
    font-size: 14px;
}

.video-info p {
    margin: 0;
    font-size: 12px;
    color: gray;
}
footer {
    background-color: #173f96;
    color: white;
    padding: 15px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 20px;
}

.left-text, .right-text {
    font-size: 14px;
    white-space: nowrap;
}

.ddddddd4{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}
.container22 {
  text-align: center;
  padding: 40px;
}

.grid2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 120px;
}
.card2 {
  width: 225px;
  height: 160px;
  background-color: #28A9C5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
}
}
.footer-text2 {
  font-size: 14px;
  margin-top: 40px;
  color: #555;
}
.card2 img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.bodyx  {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      background-color: #f5f5f5;
  }
  .containers {
      position: relative;
      text-align: center;
      background: white;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
  }
  img {
      max-width: 100%;
      max-height: 80vh;
      border-radius: 5px;
  }
  .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      font-weight: bold;
      cursor: pointer;
      color: #333;
      background: rgba(255, 255, 255, 0.7);
      padding: 10px;
      border-radius: 50%;
      user-select: none;
  }
  .arrow:hover {
      background: rgba(255, 255, 255, 1);
  }
  .left {
      left: -60px;
  }
  .right {
      right: -60px;
  }

  .buttons {
      margin-top: 10px;
  }

  button {
      padding: 10px 20px;
      margin: 5px;
      font-size: 16px;
      cursor: pointer;
      border: none;
      background-color: #007bff;
      color: white;
      border-radius: 5px;
  }

  button:hover {
      background-color: #0056b3;
  }
  .video-container {

    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

video {
    width: 100%;
    display: block;
}

.lang-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;     cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.lang-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

.lang-btn:active {
    transform: scale(0.9);
}
.custom-line {
    width: 100%;
    height: 1px;

    border: none;
    margin: 10px 0; }
