#about_navbar_menu6 {
  font-weight: bold;
}

.mbr-table-full {
  height: 100%;
}

.mbr-table-full #about-header-navigation {
  height: 10%;
  width: 100%;
}

.mbr-table-full .about-container {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 6%;
}

.mbr-table-full .about-container > img {
  object-fit: contain;
  width: 70%;
  height: 100%;
  align-self: flex-end;
}

.mbr-table-full .about-container > .about-container-content {
  height: fit-content;
  width: 43%;
  margin-top: -30%;
  background: #f59e10 0% 0% no-repeat padding-box;
  opacity: 0.7;
  padding: 20px;
  box-sizing: border-box;
}

.mbr-table-full .about-container > .about-container-content h1 {
  font: normal normal bold 76px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.mbr-table-full .about-container > .about-container-content p {
  font: normal normal normal 30px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.above_group_of_xpecams {
  background-color: #ffffff;
  padding: 4% 7%;
  box-sizing: border-box;
}

.above_group_of_xpecams > .container {
  align-items: center;
  text-align: center;
  text-align: -webkit-center;
}

.above_group_of_xpecams > .container > p {
  width: 70%;
  text-align: center;
  letter-spacing: 0px;
  color: #323644;
  opacity: 1;
  font-size: 20px;
}

.group_of_xpecams {
  background-color: #f4f4f4;
  padding: 4% 7%;
  box-sizing: border-box;
}

.group_of_xpecams > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.group_of_xpecams > .container > .container-content {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.group_of_xpecams > .container > .container-content:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.group_of_xpecams > .container > .container-content:nth-child(1) > p {
  display: inline;
  font-size: 20px;
  text-align: left;
  text-align: -webkit-left;
}

.group_of_xpecams > .container > .container-content:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.group_of_xpecams > .container > .container-content:nth-child(2) img {
  width: 65%;
}

.locations {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #333949;
  box-sizing: border-box;
  padding: 4% 7%;
}

.locations > .locations-container:nth-child(1) {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.locations > .locations-container > p,
.locations > .locations-container > h1,
.locations
  > .locations-container
  > .locations-container--content
  > .locations-container--content__wrapper
  > a,
.locations
  > .locations-container
  > .locations-container--content
  > .locations-container--content__wrapper
  > p {
  color: #ffffff;
}

.locations > .locations-container:nth-child(2) {
  width: 65%;
}

.locations > .locations-container:nth-child(2) > p {
  color: #f1c050;
  font-weight: bold;
}

.locations > .locations-container:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.locations > .locations-container:nth-child(2) > .locations-container--content {
  display: flex;
  flex-wrap: wrap;
}

.locations
  > .locations-container:nth-child(2)
  > .locations-container--content
  > .locations-container--content__wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 6vh 0;
}

.locations
  > .locations-container:nth-child(2)
  > .locations-container--content
  > .locations-container--content__wrapper
  > p:nth-child(1) {
  width: 100%;
  display: contents;
  color: #f1c050;
}

.locations
  > .locations-container:nth-child(2)
  > .locations-container--content
  > .locations-container--content__wrapper
  > .countries-distributor {
  margin-top: 14px;
  margin-bottom: 0;
}

.europe-countries {
  max-width: min-content;
}

.map-section {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4% 7%;
  background-color: #ffffff;
  align-items: center;
}

#map {
  margin-top: 5vh;
  width: 100%;
  height: 650px;
}

.contacts-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4% 7%;
}

.contacts-section > .contacts-section-contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contacts-section
  > .contacts-section-contacts
  > .contacts-section-contacts--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.contacts-section
  > .contacts-section-contacts
  > .contacts-section-contacts--wrapper
  > p {
  font: normal normal normal 18px Montserrat;
  letter-spacing: 0px;
  color: #323644;
}

.contacts-section
  > .contacts-section-contacts
  > .contacts-section-contacts--wrapper
  > a {
  font: normal normal bold 18px Montserrat;
  letter-spacing: 0px;
  color: #f59e10;
}

@media (min-width: 320px) and (max-width: 960px) {
  .mbr-table-full .about-container > img {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    align-self: center;
  }

  .mbr-table-full .about-container > .about-container-content {
    width: 100%;
    margin-top: 0;
  }

  .mbr-table-full .about-container > .about-container-content h1 {
    font: normal normal bold 32px Montserrat;
  }

  .group_of_xpecams > .container {
    flex-direction: column;
    align-items: center;
  }

  .group_of_xpecams > .container > .container-content {
    width: 100%;
  }

  .group_of_xpecams > .container > .container-content:nth-child(2) img {
    width: 100%;
  }

  .map-section {
    padding-top: 10vh;
  }

  .contacts-section > .contacts-section-contacts {
    flex-direction: column;
    gap: 6vh;
  }

  .locations {
    flex-direction: column;
  }

  .locations > .locations-container:nth-child(1),
  .locations > .locations-container:nth-child(2) {
    width: 100%;
  }

  .locations
    > .locations-container:nth-child(2)
    > .locations-container--content {
    flex-direction: column;
  }
}
