.brochure {
  max-width: 1330px;
  padding: 0 25px;
  margin: 0 auto;
}
.brochure button {
  font-family: var(--MSIBodyFont);
}
.brochure__header {
  text-align: center;
  padding: 8% 0 4%;
}
.brochure__title h1 {
  text-transform: uppercase;
  font-size: 32.5px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #222;
}
.brochure .common__header {
  text-align: center;
  padding: 8% 0 4%;
}
.brochure .common__title-main {
  font-size: 32.5px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #222;
}
.brochure .classification {
  margin-bottom: 10%;
}
.brochure .classification__title {
  padding: 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-left: 3px solid #ea2023;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  background: #f7f5f6;
  width: 100%;
  height: auto;
}
.brochure .classification__title h3 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 30px;
}
.brochure .classification__title h2 {
  font-size: 1.2em;
  font-weight: 900;
}
.brochure .classification__content {
  width: 100%;
}
.brochure .classification__content .type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.brochure .classification__content .type__figure {
  min-width: 300px;
  width: 300px;
}
.brochure .classification__content .type__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brochure .classification__content .type .tabs {
  font-size: 1em;
  box-sizing: border-box;
  width: 100px;
  border-right: 1px solid #666;
  max-height: 300px;
  margin: 0 50px;
  text-align: center;
  position: relative;
}
.brochure .classification__content .type .tabs__continent {
  width: 100px;
  color: #666;
  padding: 18px;
  border-right: 5px solid transparent;
}
.brochure .classification__content .type .tabs__slider {
  background: red;
  margin: 0;
  position: absolute;
  left: 99%;
  top: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  z-index: 1;
}
.brochure .classification__content .type .tabs__slider--web {
  display: block;
  width: 2px;
}
.brochure .classification__content .type .tabs__slider--mobile {
  display: none;
}
.brochure .classification__content .type .nav {
  margin: 0 5px;
  position: relative;
}
.brochure .classification__content .type .nav__tabs {
  display: flex;
  border-bottom: #fff 1px solid;
  justify-content: center;
}
.brochure .classification__content .type .nav__tab {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 12px 0;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
.brochure .classification__content .type .nav__tab:hover {
  color: #fff;
}
.brochure .classification__content .type .nav__tab--active {
  color: red;
}
.brochure .classification__content .type .nav__slider {
  height: 2px;
  background: red;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  z-index: 1;
}
.brochure .classification__content .type .nav__select {
  display: none;
  width: 100%;
  position: relative;
  margin: 50px auto;
}
.brochure .classification__content .type .nav__select button {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  position: relative;
}
.brochure .classification__content .type .nav__select button:hover,
.brochure .classification__content .type .nav__select button:focus {
  background: #ccc;
}
.brochure .classification__content .type .nav__select button::after {
  display: inline-block;
  content: '';
  border: solid #333;
  border-width: 0 3px 3px 0;
  padding: 3px;
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  top: 40%;
}
.brochure .classification__content .type .nav__select ul {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  text-align: center;
  margin: 0 0 10px 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.brochure .classification__content .type .nav__select ul li {
  padding: 12px;
  text-transform: uppercase;
}
.brochure .classification__content .type .nav__select ul li:hover,
.brochure .classification__content .type .nav__select ul li:focus {
  background: #ccc;
}
@media (max-width: 991px) {
  .brochure .classification__content .type .nav--active::after {
    display: none;
  }
  .brochure .classification__content .type .nav__tabs {
    display: none;
  }
  .brochure .classification__content .type .nav__select {
    display: block;
  }
}
.brochure .classification__content .type .list {
  width: 100%;
}
.brochure .classification__content .type .list__country {
  display: none;
}
.brochure .classification__content .type .list__country--active {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.brochure .classification__content .type .list__country a {
  color: #222;
  text-align: center;
  width: calc(100% / 4 - 20px);
  border: 1px solid #030303;
  margin: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}
.brochure .classification__content .type .list__country a:hover {
  background: #f7f5f6;
}
@media (max-width: 1130px) {
  .brochure .classification__content {
    width: 100%;
  }
  .brochure .classification__content .type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .brochure .classification__content .type__figure {
    min-width: auto;
    width: 300px;
  }
  .brochure .classification__content .type__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brochure .classification__content .type .tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    color: #666;
    border-right: none;
    border-bottom: 1px solid #666;
    max-height: auto;
    height: auto;
    margin: 50px auto;
    text-align: center;
  }
  .brochure .classification__content .type .tabs__continent {
    width: 100%;
    cursor: pointer;
    padding: 18px 0;
    border-right: 0px;
    border-bottom: 5px solid transparent;
  }
  .brochure .classification__content .type .tabs__slider {
    left: 0;
    top: 99%;
  }
  .brochure .classification__content .type .tabs__slider--web {
    display: none;
  }
  .brochure .classification__content .type .tabs__slider--mobile {
    display: block;
    height: 2px;
  }
  .brochure .classification__content .type .list__country {
    width: 100%;
    display: none;
  }
  .brochure .classification__content .type .list__country--active {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .brochure .classification__content .type .list__country a {
    text-align: center;
    cursor: pointer;
    display: block;
    width: calc(100% / 4 - 20px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 0px;
  }
}
@media (max-width: 991px) {
  .brochure .classification__content .type .tabs {
    display: none;
  }
  .brochure .classification__content .type .list__country a {
    width: calc(100% / 3 - 20px);
  }
}
@media (max-width: 760px) {
  .brochure .classification__content .type .list__country a {
    width: calc(100% / 2 - 20px);
  }
}
@media (max-width: 480px) {
  .brochure .classification__content .type__figure {
    width: 100%;
  }
  .brochure .classification__content .type .list__country a {
    width: 100%;
  }
}
