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

body {
  background: #ecebde;
  margin: 0;

  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* Header Styles */
header {
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: auto;
}

.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 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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 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;
  color: #eddeb7;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #eddeb7;
  font-family: "Roboto", sans-serif;
  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  */
.footer {
  z-index: 100;
}
.column-contact-text {
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 18px; /* 60% от 30px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.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;
  text-align: center;
}

.column-contact {
  text-align: center;
}
.column-contact a {
  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: justify;
}
.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;
}

.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; /* Наследует цвет родительского элемента */
  text-align: center;
}
.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-imge1 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

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

/* Эффект увеличения при наведении */
.requisites-imge1 img:hover {
  transform: scale(1.1); /* Увеличение размера на 10% */
}
.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-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: center;
  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: 6.188vw;
  padding-right: 6.188vw;
  width: 100%;
  box-sizing: border-box; /* Чтобы padding не влиял на ширину */
  margin-bottom: 2.4vw;
}

.content-manager {
  justify-content: center;

  display: flex; /* Включаем flex для дочерних элементов */
  width: 100%; /* Контейнер занимает всю ширину */
}

.box-contacts {
  margin-top: 1.219vw;
  display: flex;
  justify-content: center;
  gap: 0.625vw; /* Минимальное расстояние между элементами */
  max-width: 905px;
  width: 100%; /* Контейнер занимает всю ширину */
  flex-wrap: wrap; /* Чтобы элементы переходили на новую строку при уменьшении */
}

.imge-director,
.contacts-requisites {
  flex: 0; /* Чтобы оба блока занимали равное пространство */
}

.imge-director p {
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 1.687vw;
  font-weight: 600;
  line-height: normal;
  width: 22.719vw;
  margin-top: 0.625vw;
  text-align: justify;
}

.imge-director img {
  width: 100%;
  max-width: 23.219vw;
}

.contacts-requisites {
  height: 16.8vw;
  width: 23.281vw;
  border-radius: 0.625vw;
  background: #d2d2c7;
  padding-top: 0.75vw;
  padding-left: 1.187vw;
  padding-right: 1.187vw;
  padding-bottom: 0.812vw;
}

.phone-content {
  margin-bottom: 0.594vw;
  gap: 0.844vw;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0.844vw;
  padding-top: 0.594vw;
  padding-bottom: 0.594vw;
  padding-right: 8.374vw;
  width: 100%;
  max-width: 402px;
  border-radius: 0.625vw;
  background: #295959;
}

.phone-imge img {
  width: 2.344vw;
  height: auto;
}

.big-phone {
  color: #eddeb7;
  font-family: "Roboto", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.406vw;
}

.smoll-phone {
  color: #eddeb7;
  font-family: "Roboto", sans-serif;
  font-size: 0.86vw;
  font-weight: 400;
  line-height: normal;
}

.smoll-phone1 {
  margin-bottom: 0.437vw;
  color: #eddeb7;
  font-family: "Roboto", sans-serif;
  font-size: 0.86vw;
  font-weight: 400;
  line-height: normal;
}
.smoll-phone1 a,
.smoll-phone a,
.smoll-mail-text a {
  text-decoration: none; /* Убираем подчеркивание ссылки */
  color: inherit; /* Наследуем цвет от родителя */
  transition: transform 0.3s ease; /* Плавный переход для transform */
  display: inline-block; /* Делаем ссылку блочным элементом для корректной работы transform */
}

/* Эффект увеличения при наведении */
.smoll-phone1 a:hover,
.smoll-phone a:hover,
.smoll-mail-text a:hover {
  transform: scale(1.1); /* Увеличение размера текста на 10% */
}

/* Ключевые кадры для пульсации */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1); /* Исходный размер */
  }
  50% {
    transform: scale(1.025); /* Легкое увеличение на 2.5% */
  }
}

.mail-content {
  margin-bottom: 1.375vw;
  gap: 0.844vw;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0.844vw;
  padding-top: 0.594vw;
  padding-bottom: 0.594vw;
  padding-right: 8.374vw;
  width: 100%;
  max-width: 402px;
  border-radius: 0.625vw;
  background: #295959;
}

.mail-imge img {
  width: 2.344vw;
  height: auto;
}

.smoll-mail-text {
  color: #eddeb7;
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 400;
  line-height: normal;
}

/* Общий стиль для иконок */
.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% */
  }
}
.mail-text {
  display: inline-block;
}
.smoll-mail-text a,
.smoll-phone a,
.smoll-phone1 a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Наследует цвет от родителя */
}
.bigtext-navigation {
  font-weight: 600; /* Увеличение жирности текста */
}
.requisites-imge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 13.906vw;
}

.requisites-imge img {
  width: 3.125vw;
}

.Feedback-form-manager {
  display: flex;
  justify-content: center;
  margin-top: 1.344vw;
  width: 47.125vw;
  border-radius: 0.625vw;
  background: #d2d2c7;
  height: 32.438vw;
}

.Feedback-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 47.125vw;
  border-radius: 0.625vw;
  background: #d2d2c7;
  height: 32.438vw;
}

.left-text {
  padding-left: 0.969vw;
  padding-top: 1.156vw;
  padding-bottom: 6.75vw;
  padding-right: 0.969vw;
}

.left-text p {
  width: 21.25vw;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 1.687vw;
  font-weight: 600;
  line-height: normal;
 
}

.Feedback-form,
.Feedback {
  flex: 1;
}

.Feedback {
  width: 23.562vw;
}

.palka {
  margin-top: 1.344vw;
  width: 15.625vw;
  height: 0.312vw;
  background-color: #ab8a4d;
  border-radius: 0.6vw;
}

.name-and-surname {
  padding-top: 1.156vw;
  padding-right: 0.969vw;
  padding-bottom: 1.156vw;
  display: flex;
  gap: 1.531vw;
}

.input-container {
  display: flex;
  flex-direction: column;
}

.input-container label {
  margin-bottom: 0.312vw;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
}

.input-container input {
  width: 9.875vw;
  height: 2.469vw;
  border: none;
  border-radius: 0.625vw;
  background-color: rgba(41, 89, 89, 0.74);
  padding: 0.625vw;
  color: rgba(237, 222, 183, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
  outline: none;
}

.input-container input::placeholder {
  color: rgba(237, 222, 183, 0.84);
}

.email-address {
  padding-bottom: 1.156vw;
}

.input-container-email-address input {
  width: 21.281vw;
  height: 2.469vw;
  border: none;
  border-radius: 0.625vw;
  background-color: rgba(41, 89, 89, 0.74);
  padding: 0.625vw;
  color: rgba(237, 222, 183, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
  outline: none;
}

.input-container-email-address input::placeholder {
  color: rgba(237, 222, 183, 0.84);
}

.input-container-email-address {
  display: flex;
  flex-direction: column;
}

.input-container-email-address label {
  margin-bottom: 0.312vw;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
}

.input-container-email-address1 input {
  width: 21.281vw;
  height: 2.469vw;
  border: none;
  border-radius: 0.625vw;
  background-color: rgba(41, 89, 89, 0.74);
  padding: 0.625vw;
  color: rgba(237, 222, 183, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
  outline: none;
}

.input-container-email-address1 input::placeholder {
  color: rgba(237, 222, 183, 0.84);
}

.input-container-email-address1 {
  display: flex;
  flex-direction: column;
}

.input-container-email-address1 label {
  margin-bottom: 0.312vw;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
}

.email-submit button {
  width: 21.281vw;
  height: 3.656vw;
  border: none;
  border-radius: 0.625vw;
  background-color: rgba(41, 89, 89, 0.74);
  color: #ffe9b0;
  font-family: "Roboto", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

.email-submit button:hover {
  background-color: rgba(30, 70, 70, 0.9);
}

.messages,
.email-submit {
  padding-bottom: 1.156vw;
}

.input-container-messages textarea {
  width: 21.281vw;
  height: 8.563vw;
  border: none;
  border-radius: 0.625vw;
  background-color: rgba(41, 89, 89, 0.74);
  text-align: left;
  padding: 0.625vw;
  color: rgba(237, 222, 183, 0.84);
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: 1.5;
  outline: none;
  box-sizing: border-box;
  resize: none;
}

.input-container-messages textarea::placeholder {
  color: rgba(237, 222, 183, 0.84);
  text-align: left;
}

.input-container-messages {
  display: flex;
  flex-direction: column;
}

.input-container-messages label {
  margin-bottom: 0.312vw;
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: 0.938vw;
  font-weight: 600;
  line-height: normal;
}
/* main end */

/* Payment Details Section */
.payment-details-section {
  margin-top: 1.344vw; /* Consistent with Feedback-form-manager */
  width: 47.125vw; /* Consistent with Feedback-form-manager */
  border-radius: 0.625vw;
  background: #d2d2c7;
  padding: 1.156vw; /* Inner padding */
  box-sizing: border-box;
}

.payment-details-text {
  color: #6c4127;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px); /* Updated font size */
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 1700px) {
}
@media (max-width: 1497px) {
  .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: 1259px) {
}
@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) {
  .contacts-requisites {
    flex: 0; /* Чтобы оба блока занимали равное пространство */
  }
  .box-contacts {
    width: auto;
  }
}
@media (max-width: 1018px) {
  .contacts-requisites {
    flex: 0; /* Чтобы оба блока занимали равное пространство */
  }
  .box-contacts {
    width: auto;
  }
}

@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); /* Форсируем аппаратное ускорение */
    text-align: center;
  }

  .imge-director,
  .contacts-requisites {
    flex: 0; /* Чтобы оба блока занимали равное пространство */
  }

  .box-contacts {
    justify-content: center;

    width: auto; /* Контейнер занимает всю ширину */
    flex-wrap: auto; /* Чтобы элементы переходили на новую строку при уменьшении */
  }
  .box-contacts {
  }

  .imge-director,
  .contacts-requisites {
    max-width: 100%;
  }
  .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;
  }
}
@media (max-width: 660px) {
  .smoll-phone a,
  .smoll-mail-text a,
  .smoll-phone1 {
    text-decoration: none; /* Убираем подчеркивание */
    display: inline-block; /* Добавляем это для корректной работы transform */
    transition: transform 0.3s ease; /* Плавный переход для масштабирования */
  }
  .smoll-phone a,
  .smoll-mail-text a,
  .smoll-phone1 a {
    animation: pulse 1.3s infinite ease-in-out; /* Анимация "пульсации" */
    transform: translateZ(1); /* Форсируем аппаратное ускорение */
  }
  .smoll-phone a,
  .smoll-mail-text a,
  .smoll-phone1 {
    text-decoration: none;

    display: inline-block; /* Чтобы работало transform */
    backface-visibility: hidden; /* Убираем размытие */
    will-change: contents; /* Оптимизация для анимации */
  }
  .Feedback-form-manager {
    width: 256px;
    flex-direction: column;
    height: auto; /* Позволяем высоте подстраиваться под контент */

    margin-top: 14.784px; /* 2.24vw * 6.6 */

    border-radius: 6.877px; /* 1.042vw * 6.6 */
    background: #d2d2c7;
  }
  .name-and-surname {
    gap: 16.843px;
  }
  .Feedback-form {
    width: 256px;
    flex-direction: column; /* Ставим элементы в колонну */
    align-items: center; /* Центруем элементы внутри */

    height: auto; /* Позволяем высоте подстраиваться под контент */

    border-radius: 6.877px;
    background: #d2d2c7;
  }
  .left-text {
    padding-left: 10.659px; /* 1.615vw * 6.6 */
    padding-right: 10.659px; /* 1.615vw * 6.6 */
    padding-top: 12.722px; /* 1.927vw * 6.6 */
    padding-bottom: 74.25px; /* 11.25vw * 6.6 */
  }
  .left-text p {
    width: 233.752px; /* 35.417vw * 6.6 */
    font-size: 18.555px; /* 2.813vw * 6.6 */
  }
  .palka {
    margin-top: 14.784px; /* 2.24vw * 6.6 */
    width: 171.877px; /* 26.042vw * 6.6 */
    height: 3.438px; /* 0.521vw * 6.6 */
  }
  .input-container input {
    width: 108.622px; /* 16.458vw * 6.6 */
    height: 27.159px; /* 4.115vw * 6.6 */
    border-radius: 6.877px; /* 1.042vw * 6.6 */
    padding: 6.877px;
  }
  .input-container-email-address input {
    width: 234.095px; /* 35.469vw * 6.6 */
    height: 27.159px; /* 4.115vw * 6.6 */
    border-radius: 6.877px;
    padding: 6.877px;
  }
  .email-submit button {
    width: 234.095px; /* 35.469vw * 6.6 */
    height: 36.159px; /* 4.115vw * 6.6 */
    border-radius: 6.877px;
    font-size: 14px;
    padding: 6.877px;
  }
  .input-container-messages textarea {
    width: 234.095px; /* 35.469vw * 6.6 */
    height: 94.189px; /* 14.271vw * 6.6 */
    border-radius: 6.877px;
    padding: 6.877px;
  }

  .Feedback {
    width: auto;
    padding-left: 1.615vw;
  }

  .imge-director img {
    width: 100%;
    max-width: 255px; /* 38.698vw */
  }
  .imge-director p {
    font-size: 19px;
    width: 250px;
  }
  .contacts-requisites {
    height: 190px; /* 28vw */
    width: 256px; /* 38.802vw */
    border-radius: 7px; /* 1.042vw */
    background: #d2d2c7;
    padding-top: 8px; /* 1.25vw */
    padding-left: 13px; /* 1.979vw */
    padding-right: 13px; /* 1.979vw */
    padding-bottom: 9px; /* 1.354vw */
  }

  .phone-content {
    margin-bottom: 7px; /* 0.99vw */
    gap: 9px; /* 1.406vw */
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 9px; /* 1.406vw */
    padding-top: 7px; /* 0.99vw */
    padding-bottom: 7px; /* 0.99vw */
    padding-right: 92px; /* 13.958vw */
    width: 100%;
    max-width: 669px;
    border-radius: 7px; /* 1.042vw */
    background: #295959;
  }

  .phone-imge img {
    width: 26px; /* 3.906vw */
    height: auto;
  }

  .big-phone {
    color: #eddeb7;
    font-family: "Roboto", sans-serif;
    font-size: 14px; /* 2.083vw */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px; /* 0.677vw */
  }

  .smoll-phone {
    color: #eddeb7;
    font-family: "Roboto", sans-serif;
    font-size: 9px; /* 1.563vw */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .smoll-phone1 {
    margin-bottom: 5px; /* 0.729vw */
    color: #eddeb7;
    font-family: "Roboto", sans-serif;
    font-size: 9px; /* 1.563vw */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mail-content {
    margin-bottom: 15px; /* 2.292vw */
    gap: 9px; /* 1.406vw */
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 9px; /* 1.406vw */
    padding-top: 7px; /* 0.99vw */
    padding-bottom: 7px; /* 0.99vw */
    padding-right: 92px; /* 13.958vw */
    width: 100%;
    max-width: 669px;
    border-radius: 7px; /* 1.042vw */
    background: #295959;
  }

  .mail-imge img {
    width: 26px; /* 3.906vw */
    height: auto;
  }

  .smoll-mail-text {
    color: #eddeb7;
    font-family: "Roboto", sans-serif;
    font-size: 10px; /* 1.563vw */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .requisites-imge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 151px; /* 17.188vw */
  }

  .requisites-imge img {
    width: 34px; /* 5.208vw */
  }
  .left-text p {
    font-size: 18.555px; /* 2.813vw * 6.6 */
  }

  .input-container label {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .input-container input {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }
  .input-container-messages label {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .input-container-messages input {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }
  .input-container-email-address label {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .input-container-email-address input {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .input-container-email-address label {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .input-container-messages label {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }
  .input-container-messages textarea {
    font-size: 10.314px; /* 1.563vw * 6.6 */
  }

  .payment-details-section {
    width: 256px; /* Match Feedback-form-manager */
    height: 100%;
    max-height: 166px;
    margin-top: 14.784px; /* Consistent with Feedback-form-manager */
    padding: 10.659px; /* Consistent with .left-text padding */
    border-radius: 6.877px; /* Consistent with Feedback-form-manager */
  }

  .payment-details-text {
    font-size: 14px; /* Readable fixed size */
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .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;
  }
}
@media (max-width: 416px) {
}
@media (max-width: 400px) {
}
