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

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.myhidden {
  display: none;
}

button {
  cursor: pointer;
}

.fade {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

.map_container2 {
  position: relative;
}

.overlayformap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* полностью прозрачный фон */
  z-index: 1; /* чтобы обложка была поверх карты */
}

.map_frame-block2 {
  z-index: 0; /* чтобы карта была под обложкой */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section {
  overflow-x: hidden;
}

body {
  /* max-width: 100vw; */
  mix-blend-mode: darken;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-family: 'Open Sans', sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1450px;
  padding-left: 5px;
  padding-right: 5px;
}

.mainTitle_block {
  margin: 0 auto;
  max-width: 687px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Sun header */

.nav-mobile_sun {
  display: none !important;
}

.sun_header {
  display: none !important;
  background: #f8f8f8;
}

/* .header_nav-link {
  display: block;
} */

.header_links-item .header_nav-link {
  display: flex;
  align-items: center;
}

.header_links-item .header_nav-link img {
  margin-right: 4px;
}

/* Main header */

.main_header-nav-burger-btn button {
  background: none;
  border: none;
}

.main_content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../BG.png'),
    rgba(211, 211, 211, 0.2) 0% 0% / 20.45833319425583px 20.45833319425583px repeat;
  mix-blend-mode: darken;
}

.main_header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo-block {
  /* max-width: 350px; */
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header_logo-block p {
  display: inline-block;
  margin-left: 20px;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 158px;
}

.main_header-nav {
  display: flex;
  align-items: center;
}

.main_header-item + .main_header-item {
  margin-left: 32px;
}

.main_header-item {
  cursor: pointer;
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_header-item button {
  border: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: var(--Blue, #368db5);
}

.main_header-item button:hover {
  background: var(--Hover, #2f7cb2);
}

.main_header {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  color: var(--black);
}

.main_subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  color: #0c0e1d;
  margin-bottom: 15px;
}

.contacts-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.contacts_titles {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  color: #d90027;
}

.contacts-wrapper_left {
  max-width: 700px;
  display: flex;
}

.phone {
  margin-right: 170px;
}

.contacts_what {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #acacac;
}

.requisites_left-item {
  margin-top: 16px;
}

.requisites_left-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: var(--dark-blue);
}

.requisites {
  margin-top: 90px;
  padding-bottom: 80px;
}

.requisites_left-what {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #70738b;
}

.requisites_left-ans {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #0c0e1d;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: var(--Dark-Blue, #212329);
}

.footer_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  align-items: flex-start;
}

.footer_list-item {
  margin-top: 6px;
}

.footer_list-item,
.footer_list-item a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.footer_list1 {
  width: 330px;
  margin-right: 56px;
}

.footer_list2,
.footer_list3 {
  width: 220px;
  margin-right: 24px;
}

footer .map_item-phone {
  margin-bottom: 13px;
  margin-top: 32px;
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 1;
}

footer .mail,
footer .location,
footer .time {
  margin-top: 8px;
}

.footer_list-title {
  color: var(--White, #fff);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer_right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer_right-btn {
  color: var(--Dark-Blue, #212329);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;

  border-radius: 4px;
  background: var(--White, #fff);
}

.footer_right-btn:hover {
  background: var(--Hover, #2f7cb2);
}

.footer_right_item {
  width: 20px;
  height: 20px;
}

.footer_right-list {
  margin-top: 12px;
}

.footer_right_item + .footer_right_item {
  margin-left: 8px;
}

.footer_line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(248, 248, 248, 0.2);
}

.footer_end {
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_end,
.footer_end a {
  color: var(--Light-Blue-BG, #f8f8f8);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.image-container {
  position: relative;
  width: 370px; /* Ширина блока с картинкой */
}

.image-container img {
  border: 10px solid;
}

.thumbnail {
  width: 100%;
  cursor: pointer;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Полупрозрачный фон */
  display: none;
  justify-content: center;
  align-items: center;
}

.fullscreen-image {
  max-width: 90vw; /* Максимальная ширина картинки на весь экран */
  max-height: 90vh; /* Максимальная высота картинки на весь экран */
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.requisites_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.requisites_download {
  display: block;
  margin-top: 15px;
}

@media (max-width: 1050px) {
  .footer_content {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-wrapper_left {
    flex-wrap: wrap;
  }

  .requisites_right {
    margin-top: 15px;
  }

  .footer_left {
    flex-wrap: wrap;
  }

  .footer_list2,
  .footer_list3 {
    margin-top: 23px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_end {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }

  .main_header {
    font-size: 32px;
  }

  .main_subtitle {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .image-container {
    max-width: 370px;
    width: auto;
  }
  .requisites_left-ans {
    font-size: 16px;
  }

  .requisites {
    margin-top: 20px;
  }

  .footer_right {
    align-items: start;
    margin-top: 15px;
  }

  .phone {
    margin-right: 0;
  }

  .contacts_titles {
    font-size: 20px;
  }
  .requisites_left-what {
    font-size: 18px;
  }

  .footer_list1 {
    width: auto;
    max-width: 330px;
  }
}
