:root {
  --icon: 1rem;
  --padding: 24px;
}

* {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif, "Roboto";
}

.container {
  height: 100%;
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: black;
  padding: 12px 100px 12px 100px;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.btn-header {
  background-color: white;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #7b818c;
  transition: color 0.3s ease-in-out;
}

.icon-block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 120px 0px;
}

.icon-img {
  border-radius: 32px;
}

.header-icon {
  width: 728px;
  height: 547px;
}

.header-h2 {
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0.44px;
  font-weight: 700;
  font-style: normal;
}

.icon-block > div > p {
  color: #7b818c;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.body-titles {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: 0.36px;
  margin-bottom: 64px;
}

.working-block {
  padding: 60px 0px 120px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.working-body {
  display: flex;
  padding: var(--Size-Size-0, 0px);
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.working-col {
  box-sizing: border-box;
  border: 2px solid #dfe1e5;
  /* синий цвет границы */
  border-radius: 16px;
  /* скругление углов */
  width: 25%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}

.working-col > div {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  letter-spacing: 0.28px;
}

.working-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

.cooperation {
  display: flex;
  padding: 60px 0px 120px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.cooperation-body {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px 20px;
  align-self: stretch;
  flex-wrap: wrap;
}

.cooperation-col {
  display: flex;
  height: 304px;
  min-width: 360px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #dfe1e5;
}

.cooperation-p {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  background: #8fc353;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.cooperation-p > p {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: 0.28px;
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.24px;
  margin: 0;
}

.cooperation-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  color: #7b818c;
}

.card {
  display: flex;
  padding: 60px 100px 120px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.contact-card {
  display: flex;
  width: 440px;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.09);
}

.contact-card > h4 {
  text-align: center;
  /* Headlines/H 4 */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.24px;
}

.contact-card > p {
  text-align: center;
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.numbers {
  font-family: Montserrat;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
}

.card-btn {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.card-btn > a {
  display: flex;
  width: 100%;
  padding: 16px 20px 16px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  align-self: stretch;
}

.card-btn > a > button {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.064px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.whatsApp {
  background-color: #6f9b3d;
}

.telegram {
  background-color: #0ea5e9;
}

.footer {
  padding: 40px 80px 40px 80px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12);
  gap: 80px;
}

.logo img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.footer-logo {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.056px;
}

.email {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.email > div {
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.for-cooperation {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.for-cooperation > div {
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

h5 {
  text-align: center;
  /* Titles/T 3 */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.196px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 12px;
}

h1,
h2 {
  margin: 0;
}

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

.logo {
  height: 48px;
  width: 48px;
  overflow: hidden;
}

.logo img {
  height: 100%;
  width: 100%;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.social-media-icon {
  width: var(--icon);
  height: var(--icon);
}

.material-symbols-outlined.icon {
  font-size: var(--icon);
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.items-start {
  align-items: start;
}

/* Стили для бургер-меню */
.burger-menu {
  display: flex;
  display: none;
  /* По умолчанию скрыто */
}

.burger-icon {
  width: 24px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  cursor: pointer;
}

.menu-items {
  display: none;
  /* По умолчанию скрыто */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.menu-items a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
}

/* Для мобильных устройств покажем бургер-меню */
@media (max-width: 768px) {
  .container {
    display: flex;
    padding: 20px 16px 80px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .header-h2 {
    /* Headlines/H 3 */
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.32px;
    margin-bottom: 24px;
  }

  .header-logo {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  h1 {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: 0.056px;
  }

  .icon-img {
    border-radius: 32px;
    margin-bottom: 40px;
  }
  .header-icon {
    width: 328px;
    height: 247px;
  }
  .icon-block {
    flex-direction: column-reverse;
    display: flex;
    padding: 20px 0px 80px 0px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }

  .icon-block > div > p {
    color: #7b818c;
    /* Body/Large */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin: 0;
  }

  .body-titles {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.24px;
    margin-bottom: 40px;
  }

  .flex {
    flex-direction: column;
    /* Изменить направление flex контейнера */
  }

  .logo {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
  }

  .burger-menu {
    display: block;
    width: 48px;
    position: absolute;
    top: 25px;
    right: 16px;
  }

  .btn-header {
    display: none;
    /* Скрыть кнопки в мобильной версии */
  }

  #language-select-phone {
    background-color: white;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }

  ul > li:last-child {
    padding-left: 12px !important;
  }

  .menu.show-menu {
    display: flex; /* Показываем меню, если у него есть класс .show-menu */
  }

  /* Дополнительные стили для других секций, чтобы сделать контент более удобным для мобильных устройств */
  /* Например: */
  .working-block {
    display: flex;
    padding: 40px 0px 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }

  .working-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Центрирование элементов */
  }

  .working-col {
    display: flex;
    width: 100%;
    min-width: 300px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }

  .working-col > img {
    width: 48px;
    height: 48px;
  }

  .working-col > div {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: 0.28px;
  }

  .cooperation {
    display: flex;
    padding: 40px 0px 80px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
  .cooperation-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #dfe1e5;
  }
  .cooperation-text {
    /* Body/Large */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }

  .card {
    display: flex;
    padding: 20px 0px 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
  }
  .contact-card {
    display: flex;
    width: 100%;
    max-width: 440px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }
  .contact-card > p {
    text-align: center;
    color: #7b818c;
    /* Body/Medium */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
  }

  .footer {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
  }
}

@media only screen and (min-width: 761px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }

  :root {
    --icon: 1.6rem;
    --padding: 36px;
  }

  .logo {
    height: 48px;
    width: 48px;
  }

  .gap-10 {
    gap: 16px;
  }

  .gap-20 {
    gap: 28px;
  }

  .gap-40 {
    gap: 52px;
  }
}

@media only screen and (min-width: 761px) {
  h1 {
    font-size: 14px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 20px;
    color: #7b818c;
  }

  :root {
    --icon: 2rem;
    --padding: 52px;
  }
}

.burger-logo img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.firstLi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfe1e5;
}

.burger-toggle {
  display: none;
}

.burger {
  display: block;
  cursor: pointer;
  padding: 20px;
  background-color: #fff;
  color: #fff;
}

.burger span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: black;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

.burger-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}

.burger-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #fff;
  opacity: 0; /* Скрыть меню */
  transition: opacity 0.3s ease-in-out;
  flex-direction: column;
  justify-content: space-between;
  visibility: hidden; /* Скрыть элемент */
  z-index: -1; /* Поместить за другие элементы */
  border-right: 1px solid #ccc; /* Граница справа */
}
/* Плавный выезд бургер-меню */
.burger-toggle:checked + .burger + .menu {
  opacity: 1; /* Показываем меню */
  visibility: visible; /* Показать элемент */
  transition-delay: 0s; /* Убираем задержку для появления */
  z-index: 1000; /* Поместить поверх других элементов */
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu ul li {
  padding: 15px;
}

.menu ul li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: Montserrat;
  font-size: 14px;
}

.menu ul li select {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
}

.menu ul li a:hover {
  color: #ffcc00;
}

.burger-toggle:checked + .burger + .menu {
  left: 0;
}
