.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  color: white;
  padding: 10px;
  background-color: #fff;
  border-bottom: 2px solid #dddddd;
}
.header__logo {
  height: 25px;
}
.header__icons {
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header__icons img {
  height: 27px;
  margin: 5px;
  cursor: pointer;
}
.question__answer {
  border-radius: 15px;
}
.img__container {
  display: flex;
  justify-content: center;
}
.img__container img {
  max-width: 400px;
  width: 100%;
}
.data-price {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.data-price li {
  flex: 9999;
  border-radius: 8px;
  border: 1px solid #232f3e;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 0;
  background-color: #fff;
  overflow: hidden;
}

.data-price li.active {
  transform: scale(1.3);
  z-index: 2;
  border-color: #ccc;
  -webkit-box-shadow: 0px 10px 18px 1px #c2c2c2;
  box-shadow: 0px 10px 18px 1px #c2c2c2;
}
.data-price li.active span {
  font-weight: bold;
  color: #dc192f;
  font-size: 20px;
}
.data-price li.active div {
  background-color: #dc192f;
}
.data-price li div {
  background-color: #232f3e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.data-price li div span {
  display: inline-block;
}

@media (max-width: 1000px) {
  .data-price li.active {
    transform: scale(1);
  }
  .data-price li.active span {
    font-weight: bold;
    color: #dc192f;
    font-size: 12px;
  }
  .data-price {
    gap: 5px;
    margin-bottom: 10px;
  }
  .data-price li div {
    font-size: 10px;
    padding: 5px;
    margin-bottom: 5px;
  }
  .data-price li {
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .data-price li span {
    padding-top: 3px;
    display: block;
  }
}
.tiny-font img {
  width: 50px;
}

.tiny-font p {
  font-size: 12px;
}
@media (max-width: 556px) {
  .banner img {
    min-height: 24px;
    object-fit: cover;
    object-position: 40%;
  }
}
@media (max-width: 430px) {
  .banner img {
    min-height: 16px;
    object-fit: cover;
    object-position: 40%;
  }
}
.icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons__item {
  position: relative;
  width: 61px;
}

.icons__wrrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.icons__svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
}

.icons__label {
  padding-top: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000000;
}

.question__answer {
  border-radius: 15px;
}
.img__container {
  display: flex;
  justify-content: center;
}
.img__container img {
  max-width: 400px;
  width: 100%;
}
.faq-container,
.faq-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-list {
  flex-direction: column;
  max-width: 1200px;
}

.faq-list-item {
  margin-bottom: 10px;
}

.faq-list-item i {
  border: 2px solid #505050;
  border-radius: 50px;
  padding: 15px 7px;
}

.faq-list-item:hover i {
  border-color: #e77b00;
}

.faq-list-item i:hover {
  cursor: pointer;
}

.faq-list-item span:hover {
  color: #cb6e04;
}

.faq-list-item:hover {
  cursor: pointer;
  color: #cb6e04;
}

.faq-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #505050;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #505050;
}

.list-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hidden-text {
  margin-top: 5px;
}
.faq-container h2 {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  max-width: 1200px;
}
.faq-container {
  font-size: 14px;
  font-family: Arial;
}
.item-active {
  color: #cb6e04;
}
.item-active .fa-minus {
  border: 2px solid #cb6e04;
}
.hidden-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s, opacity 1s;
  color: black;
}

.active {
  max-height: 1000px;
  opacity: 1;
}
