
.footer {
  padding: 20px 60px;
  /* background: #eeeeee; */
}

.footer-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.footer-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #828282;
  gap: 10px;
}

.footer-list__item:first-child {
  padding-top: 0;
}

.footer-list__item:last-child {
  padding-bottom: 0;
  border: 0;
}

.footer-list__item_link {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

.footer-list__item p {
  font-size: 14px;
  font-weight: 200;
  line-height: 16.55px;
  color: #fff;
  opacity: 0.7;
}

.footer-list__item-title {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 18.91px;
  text-align: center;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .main {
    /*background-image: url('../img/bg.png');*/
  }
}

.rotate {
  transform: rotate(180deg);
}

.show {
  display: block;
}

.acardion-border {
  border-radius: 8px 8px 0 0;
}

.iti {
  width: 100%;
}

input.error {
  color: red !important;
  border: 1px solid red !important;
}

input[name='phone2'] {
  width: 100%;
}
