*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

h1 {
  text-align: center;
  padding: 100px 0px 50px 0px;
  color: #ffe000;
  text-transform: uppercase;
}

h1 span {
  color: black;
  text-transform: uppercase;

}

.info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;

}

.item {
  padding: 10px 10px;
  border-right: 4px solid #ffe000;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.image {
  width: 300px;
  height: 100px;
  margin-left: 100px;
  display: flex;
  justify-content: space-between;
  display: none;
}

#Name {
  width: 310px;
}

select {
  overflow: none;
  outline-offset: none;
  outline: none;
  border: none;
  text-transform: uppercase;

}

.first-photo {
  border: 2px solid #ffe000;
  width: 100px;
  height: 100px;
}

.second-photo {
  border: 2px solid #ffe000;
  width: 100px;
  height: 100px;
}

.labs-content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  text-transform: uppercase;
}

.labs__button {
  max-width: 150px;
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #ffe000;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;

}

.labs__button:hover {
  background-color: #ffe000;
  color: white;
}

.main_1 {
  padding-top: 50px;
}

.main_2 {
  padding-top: 50px;
}

.main_3 {
  padding-top: 50px;
}

.main_4 {
  padding-top: 50px;
}

.main_5 {
  padding-top: 50px;
}
.main_6 {
  padding-top: 50px;
}
.main_7{
  padding-top: 50px;
}
.main_8_9{
  padding-top: 50px;
}

.main-content {
  display: flex;
  justify-content: space-between;
}

.left-part {
  width: 25%;
}

.left-part__item.add,
.left-part__item-second.add,
.left-part__item-third.add,
.left-part__item-fourth.add,
.left-part__item-fifth.add,
.left-part__item-sixth.add,
.left-part__item-seventh.add,.left-part__item-eights_ninth.add {
  margin-left: 30px;
}

.left-part__item,
.left-part__item-second,
.left-part__item-third,
.left-part__item-fourth,
.left-part__item-fifth,
.left-part__item-sixth,
.left-part__item-seventh,.left-part__item-eights_ninth {
  font-size: 16px;
  width: 350px;
  padding: 20px 20px;
  background-color: #ffffff;
  border: 2px solid #ffe000;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.left-part__item:hover,
.left-part__item-second:hover,
.left-part__item-third:hover,
.left-part__item-fourth:hover,
.left-part__item-fifth:hover,
.left-part__item-sixth:hover,
.left-part__item-seventh:hover,.left-part__item-eights_ninth:hover {
  background-color: #ffe000;
}

#right-part {
  width: 75%;
  border: 2px solid #ffe000;
  border-radius: 10px;
  padding: 10px 20px;
}

.own {
  background-color: #ffe000;
  cursor: inherit;
}

.main_1 {
  display: none;
}

.main_2 {
  display: none;
}

.main_3 {
  display: none;
}

.main_4 {
  display: none;
}

.main_5 {
  display: none;
}

.main_6 {
  display: none;
}
.main_7 {
  display: none;
}
.main_8_9 {
  display: none;
}

.third-slider-ex {
  width: 80%;
}

.butt-ex {
  width: 50%;
}