* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ecebde;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}
/* Header Styles */
header {
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: auto;
}
.bigtext-navigation {
  font-weight: 600; /* Увеличение жирности текста */
}

.header-mendger {
  margin-top: 18.4px; /* 80% от 23px */
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1193.6px; /* 80% от 1492px */
  height: 88.8px; /* 80% от 111px */
}

.box-logo {
  width: 100%;
  max-width: 220px; /* 80% от 275px */
  height: 88.8px; /* 80% от 111px */
  flex-shrink: 0;
  border-radius: 16px; /* 80% от 20px */
  background: #295959;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-logo img {
  width: 100%;
  max-width: 194.4px; /* 80% от 243px */
}

.menu-toggle {
  margin-top: 8px; /* 80% от 10px */
  display: none; /* Изначально скрыто */
  background-color: #295959;
  height: 49.6px; /* 80% от 62px */
  width: 49.6px; /* 80% от 62px */
  border-radius: 16px; /* 80% от 20px */
  justify-content: center;
  align-items: center;
  font-size: 32px; /* 80% от 40px */
  cursor: pointer;
  color: #eddeb7;
  background: #295959; /* Основной фон */
  border: none;
  box-shadow: none;
  outline: none;
}
.box-Hamburger-Menu {
  display: flex;
  height: 49.6px; /* 80% от 62px */
  width: 49.6px; /* 80% от 62px */
  justify-content: center;
  align-items: center;
}
.box-Hamburger-Menu img {
  width: 27.2px; /* 80% от 34px */
}
.menu-toggle.active {
  display: flex;
}

.navigation-header {
  margin-top: 8px; /* 80% от 10px */
  margin-left: 24px; /* 80% от 30px */
  background-color: #295959;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 868px; /* 80% от 1085px */
  height: 49.6px; /* 80% от 62px */
  border-radius: 16px; /* 80% от 20px */
}

.navigation-header a {
  color: #eddeb7;
  font-family: "Roboto", sans-serif;
  font-size: 20.8px; /* 80% от 26px */
  font-weight: 300;
  text-decoration: none;
  transition: transform 0.3s ease; /* Плавный переход */
}
.navigation-header a:hover {
  transform: scale(1.1); /* Увеличение размера текста на 10% */
}
.menu {
  z-index: 50;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  background-color: #295959;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: right 0.3s ease;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}

.menu.active {
  right: 0;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  margin: 20px 0;
  text-align: right;
}

.menu ul li a {
  color: #eddeb7;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #eddeb7;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.right-button {
  display: flex;
  justify-content: right;
  align-items: center;
}
.menu ul li a.logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;

  transition: background-color 0.3s ease, color 0.3s ease;
}
.logout-button img {
  width: 28px;
}
/* Footer  */
.requisites-imge img {
  transition: transform 0.3s ease; /* Плавный переход для transform */
  display: inline-block; /* Делаем изображения блочными элементами */
}

/* Эффект увеличения при наведении */
.requisites-imge img:hover {
  transform: scale(1.1); /* Увеличение размера на 10% */
}

/* Ключевые кадры для пульсации */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1); /* Исходный размер */
  }
  50% {
    transform: scale(1.025); /* Легкое увеличение на 2.5% */
  }
}
.column-contact-text {
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 18px; /* 60% от 30px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.column-contact-text-smoll {
  margin-top: 9px; /* 60% от 15px */
  color: #825c45;
  font-family: "Roboto", sans-serif;
  font-size: 16.8px; /* 60% от 28px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.column-contact {
   text-align: center;
}
.m-top-0 {
  margin-top: 0px;
}
.menu ul li a.logout-button:hover {
  background-color: #1c3d3d;
  color: #ffffff;
}

.column-logo {
  max-width: 123.6px; /* 60% от 206px */
}
.column-details {
  width: 60%; /* 60% от 100% */
  max-width: 376.8px; /* 60% от 628px */
}
.column-details p {
  color: #825c45;
  font-family: "Roboto", sans-serif;
  font-size: 18px; /* 60% от 30px */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.column a {
  text-decoration: none;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 18px; /* 60% от 30px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
.column {
  display: flex;
  flex-direction: column;
  width: 60%; /* 60% от 100% */
  max-width: 159px; /* 60% от 265px */
}
.m-top-10 {
  margin-top: 6px; /* 60% от 10px */
}
.footer .logo {
  display: flex;
  align-items: center;
  gap: 6px; /* 60% от 10px */
}

.footer .logo img {
  width: 30px; /* 60% от 50px */
  height: 30px; /* 60% от 50px */
}

.footer a {
  text-decoration: none;
}

.footer .contact {
  line-height: 1.08; /* 60% от 1.8 */
}

.footer .details {
  font-size: 0.54em; /* 60% от 0.9em */
  line-height: 0.96; /* 60% от 1.6 */
}
.content {
  flex: 1;
}

.footer {
  background-color: #ecebde;
  color: #5a4035;
  padding: 12px; /* 60% от 20px */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  bottom: 0;
  z-index: 100;
}

.footer .column {
  flex: 1 1 150px; /* 60% от 250px */
}

.footer .logo {
  display: flex;
  align-items: center;
  gap: 6px; /* 60% от 10px */
}

.footer .logo img {
  width: 30px; /* 60% от 50px */
  height: 30px; /* 60% от 50px */
}

.footer .contact {
  line-height: 1.08; /* 60% от 1.8 */
}

.footer .details {
  font-size: 0.54em; /* 60% от 0.9em */
  line-height: 0.96; /* 60% от 1.6 */
}
.tex-display-block-1 {
  display: block;
}
.tex-display-none-1 {
  display: none;
}
.column-contact-text-smoll a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Наследует цвет родительского элемента */
}
.column-contact-text a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Наследует цвет родительского элемента */
}
.column-contact-text a,
.column-contact-text-smoll a {
  text-decoration: none; /* Убираем подчеркивание */
  display: inline-block; /* Добавляем это для корректной работы transform */
  transition: transform 0.3s ease; /* Плавный переход для масштабирования */
}

/* Стиль для маленьких текстов */

/* Эффект при наведении на ссылку */
.column-contact-text a:hover,
.column-contact-text-smoll a:hover {
  transform: scale(1.1); /* Увеличение размера текста на 10% */
}
/* Ключевые кадры для анимации */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1); /* Исходный размер */
  }
  50% {
    transform: scale(1.025); /* Увеличение на 10% */
  }
}
.requisites-imge {
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 4px;
}

.requisites-imge img {
  width: clamp(40px, 2.5vw, 40px);
}
.column-logo img {
  width: 206px;
}
.requisites-imge12345 img {
  transition: transform 0.3s ease; /* Плавный переход для transform */
  display: inline-block; /* Делаем изображения блочными элементами */
}

/* Эффект увеличения при наведении */
.requisites-imge12345 img:hover {
  transform: scale(1.1); /* Увеличение размера на 10% */
}
.requisites-imge12345 {
  margin-top: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 4px;
}

.requisites-imge12345 img {
  width: clamp(40px, 2.5vw, 40px);
}
/* Footer end */
/* main */
.content {
  display: flex;
  justify-content: center;
  padding-left: 30px; /* 30px * 0.6 */
  padding-right: 30px; /* 30px * 0.6 */
  width: 100%;
  box-sizing: border-box;
}

.content-manager {
  display: flex;
  flex-direction: column;

}

.box-text {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 789px; /* 1492px * 0.6 */
  margin-bottom: 2.344vw; /* 3.906vw * 0.6 */
}
.div-content-p {
  display: flex;
  justify-content: center;
}

.box-text p {
  margin-top: 1.225vw; /* 2.031vw * 0.6 */
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2498vw, 2.083vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

.CargoTransportation {
  width: 100%;
  max-width: 1006px; /* 1678px * 0.6 */
}

.container {
  display: grid;
  max-width: 1007.4px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; /* 20px * 0.6 */
  padding: 12px; /* 20px * 0.6 */
  justify-items: center;
  text-align: center;
}

.item:last-child {
  grid-column: 2; /* Размещаем картинку в центре */
}

.itembox {
  width: 100%;
  max-width: 300px; /* 500px * 0.6 */
  height: 100%;
  max-height: 257px; /* 429px * 0.6 */
}

.item {
  width: 100%;
  max-width: 300px; /* 500px * 0.6 */
  height: 100%;
  max-height: 257px; /* 429px * 0.6 */
}

.item1 {
  width: 100%;
  max-width: 300px; /* 500px * 0.6 */
  height: 100%;
  max-height: 257px; /* 429px * 0.6 */
}

.item img:hover {
  transform: translateY(5px);
}

.item1 img:hover {
  transform: translateY(5px);
}

.itembox img:hover {
  transform: translateY(5px);
}

.item img {
  width: 100%;
  max-width: 300px; /* 500px * 0.6 */
  height: auto;
}

.item1 img {
  width: 100%;
  max-width: 300px; /* 500px * 0.6 */
  height: auto;
}

.itembox img {
  width: 100%;
  max-width: 185px; /* 309px * 0.6 */
  height: 100%;
  max-height: 189px; /* 315px * 0.6 */
}

.itembox p {
  margin-bottom: 0.469vw; /* 0.781vw * 0.6 */
  color: #6c4127;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2498vw, 2.083vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.item p {
  justify-content: center;
  display: flex;
  align-items: flex-end;
  height: 3.094vw; /* 5.156vw * 0.6 */
  margin-bottom: 0.469vw; /* 0.781vw * 0.6 */
  color: #6c4127;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2498vw, 2.083vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.item1 p {
  justify-content: center;
  display: flex;
  align-items: flex-end;
  height: 3.094vw; /* 5.156vw * 0.6 */
  margin-bottom: 0.469vw; /* 0.781vw * 0.6 */
  color: #6c4127;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 1.2498vw, 2.083vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

/* === Медиазапросы для мобильных устройств === */

@media (max-width: 1700px) {
  .box-text p {
  }
}
@media (max-width: 1497px) {
  .box-text p {
  }
  .column-logo img {
    width: 160px;
  }
  @media (max-width: 1380px) {
    .column-details {
      display: none;
    }
    .footer {
      justify-content: space-around;
    }
  }
  .column a,
  .column-contact p,
  .column-details p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1250px) {
  .menu-toggle {
    display: flex;
  }

  .navigation-header {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #295959;
    width: 100%;
    max-width: 250px;
    border-radius: 0 0 20px 20px;
  }
  .navigation-header a {
    display: none;
  }

  .navigation-header.active {
  }

  .navigation-header a {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #d4c1a3;
  }

  .navigation-header a:last-child {
    border-bottom: none;
  }
  .column-logo img {
    max-width: 15vw;
  }
}
@media (max-width: 1150px) {
  .column a,
  .column-contact p,
  .column-details p {
    font-size: 18px;
  }
  .column {
    padding-right: 1px;
  }
  .column {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .container {
    grid-template-columns: repeat(2, 1fr); /* 2 элемента в ряду */
  }
  .item:last-child {
    grid-column: auto; /* Сбрасываем правило */
  }
  #map {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .column-contact-text a,
  .column-contact-text-smoll a {
    text-decoration: none;

    display: inline-block; /* Чтобы работало transform */
    backface-visibility: hidden; /* Убираем размытие */
    will-change: contents; /* Оптимизация для анимации */
  }

  /* Стили для маленьких контактов */
  .column-contact-text-smoll a {
  }

  /* Анимация для автоматического увеличения/уменьшения */
  .animated-link a {
    animation: pulse 1.3s infinite ease-in-out; /* Анимация "пульсации" */
    transform: translateZ(1); /* Форсируем аппаратное ускорение */
  }
  .mt-50 {
    margin-top: 2vw;
  }
  .mt-21 {
    margin-top: 2vw;
  }
  .mt-52 {
    margin-top: 2vw;
  }
  .mb-52 {
    margin-bottom: 2vw;
  }
  .box-text p {
  }
  .header-mendger {
    margin-bottom: 23px;
    height: auto;
  }
  .column-logo {
    max-width: 206px;
  }
  .column {
    max-width: 160px;
  }
  .footer {
    justify-content: space-around;
  }

  .footer-content {
    justify-content: space-around;
  }

  .column,
  .column-contact,
  .column-details {
    text-align: center;

    margin-top: 10px;
  }

  .box-Hamburger-Menu img {
    width: 28px;
  }
  .box-logo {
    max-width: 200px;
    height: 90px;
    border-radius: 15px;
  }

  .box-logo img {
    max-width: 180px;
  }

  .menu-toggle {
    height: 50px;
    width: 50px;
    border-radius: 15px;
  }

  .navigation-header a {
    font-size: 18px;
  }
  footer {
  }

  .footer .column {
    flex: 1 1 160px;
  }
  .itembox p {
  }
  .item1 p {
  }
  .item p {
  }
  .item {
    margin-top: 5vw;
  }

  .container {
    grid-template-columns: 1fr; /* 1 элемент в ряду */
  }
  #map {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .box-text p {
  }
}
@media (max-width: 480px) {
  .box-text p {
  }
  .item {
    margin-top: 5vw;
  }

  .column a,
  .column-contact p,
  .column-details p {
    font-size: 18px;
  }
  .column {
    display: none;
  }
  .column-logo img {
    max-width: 80px;
  }

  .box-logo {
    max-width: 150px;
    height: 70px;
    border-radius: 10px;
  }

  .box-logo img {
    max-width: 130px;
  }

  .menu-toggle {
    height: 50px;
    width: 50px;
    border-radius: 15px;
  }

  .navigation-header a {
    font-size: 16px;
  }

  .item p {
  }
  .item1 p {
  }

  .itembox p {
  }
  #map {
    height: 250px;
  }
}
@media (max-width: 416px) {
}
@media (max-width: 400px) {
}

#map {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media (max-width: 768px) {
  #map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  #map {
    height: 200px;
  }
}
