#footer {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #fff;
}

.promotion-section {
  background-image: url("../assets/promotion-section-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.promotion-section-container h4 {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #FCFCFD;
  margin-bottom: 0.5rem;
}

.promotion-section-container svg {
  top: 14px;
  left: 12px;
}

.promotion-section-container input {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #101828;
  height: 3rem;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
}

div.content-footer .vr {
  height: 100%;
  width: 1px;
  background-color: #D0D5DD;
  margin: 0 16px;
}

div.content-footer > div {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAECF0;
}

div.content-footer > div:last-child {
  border-bottom: none;
}

.promotion-section-container input::placeholder {
  color: #667085;
}

.promotion-section-container small {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FCFCFD;
}

.promotion-section-container {
  background-color: rgba(0, 48, 91, 0.8);
}

.footer-slogan {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #667085;
  font-size: 16px;
}

.qr-section-text {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #101828;
}

.qr-section-text-small {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #101828;
}

.qr-section-container {
  padding: 12px;
  border-radius: 16px;
}

.qr-section-container p {
  flex: 1;
  margin-left: 16px;
  margin-bottom: 0;
}

.qr-app-container {
  border: 4px solid rgba(100, 175, 83, 0.32);
}

.qr-viber-container {
  border: 4px solid rgba(115, 96, 242, 0.32);
}

.qr-viber-container img.icon-bell {
  right: -31px;
  top: -32px;
}

@keyframes bav_shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.qr-viber-container:hover img.icon-bell {
  animation: bav_shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.footer-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
}

.footer-icon {
  color: #344054;
}

.content-footer h5.lable {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #00558F;
  margin-bottom: 0;
  border-bottom: 1px solid #EAECF0;
  cursor: pointer;
  pointer-events: inherit;
}

.content-footer h5.lable svg {
  right: 0;
  top: -1px;
  transition: all 0.3s ease;
}

.content-footer h5.lable.active svg {
  transform: rotate(180deg);
}

.content-footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: none;
}

.content-footer ul li a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #344054;
}

.content-footer ul li {
  margin-bottom: 0.75rem;
  display: flex;
}

.content-footer ul li:last-child {
  margin-bottom: 0;
}

.content-footer--prize img {
  max-width: 100%;
  margin: 0 auto;
}

.content-footer--prize .footer-text {
  font-size: 16px;
  line-height: 150%;
}

.footer-logo img {
  max-width: 149px;
}

@media (min-width: 992px) {
  .promotion-section {
    background-position-y: -350px;
  }
  .promotion-section-container h4 {
    margin-bottom: 1rem;
  }
  .footer-logo img {
    max-width: initial;
  }
  .footer-slogan {
    font-size: 20px;
  }
  div.content-footer > div {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .content-footer h5.lable {
    border-bottom: none;
    pointer-events: none;
    margin-bottom: 1.5rem;
  }
  .content-footer ul {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .content-footer h5.lable.last-item {
    border-bottom: none;
  }
  .content-footer h5.lable.last-item + ul {
    border-top: 1px solid #EAECF0;
  }
  .line-tablet-mobile:before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #EAECF0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}