.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer {
  background: #003bba;
  color: #ffffff;
  width: 100%;
}

.pd-bottom-1 {
  padding-bottom: 32px;
}

.pd-bottom-2 {
  padding-bottom: 36px;
}

.footer-top {
  margin-bottom: 64px !important;
}

.follow-us {
  margin-top: 30px;
}

.footer-top-1 {
  background: #003bba;
  color: #fff;
  max-width: 421px;
  margin-top: 56px;
}

.top-second {
  margin-top: 125px;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.8;
}

.text-group {
  width: fit-content;
}

.footer-bottom {
  border: 1px solid #5975d9;
  padding: 16px 0;
  /* Content R15 */

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.submit-email {
  padding: 8px 12px;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: rgba(255, 255, 255, 0.2);
}

.submit-email-input[type='text'] {
  width: 80%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 0px;
  height: 20px;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-email-input[type='text']::placeholder {
  color: #ffffff;
  outline: none;
}

.submit-email-input[type='text']:focus {
  width: 80%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  border: 0px;
  height: 20px;
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

svg {
  display: inline-block !important;
}

.dropdown-footer {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: unset !important;
  /* left: 44px; */
}

.menu-footer-item {
  text-align: left !important;
}

.dropdown-footer-container {
  position: relative;
}

.dropdown-footer-wrapper {
  margin-top: 8px;

  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  opacity: 0.800000011920929;
}

.dropdown-footer.block {
  transition: all 0.2s ease-in-out;
}

.dropdown-footer.hidden {
  height: 0px !important;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.dropdown-footer-group {
  gap: 18px;
}

.last-item-left {
  margin-bottom: 18px;
}

.footer-mobile {
  display: none;
}

.footer-destkop {
  display: flex;
}

.footer-text-item {
  opacity: 0.8;
}

.footer-text-header {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .top-second {
    margin-top: 24px;
    margin-bottom: 60px;
  }

  .footer-top-1 {
    width: fit-content;
    max-width: none;
  }

  .footer-bottom {
    padding-top: 12px;
    padding-bottom: 8px;

    font-size: 12px;
    line-height: 18px;
  }

  .pd-bottom-1 {
    padding-bottom: 24px;
  }

  .footer-top {
    padding-bottom: 0 !important;
  }

  .follow-us {
    padding-top: 24px;
  }

  .last-item-left {
    margin-bottom: 48px;
  }

  .submit-email {
    max-width: 329px;
  }
}

@media only screen and (max-width: 600px) {
  .pd-bottom-2 {
    padding-bottom: 28px;
  }

  .footer-top {
    gap: 16px !important;
  }

  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .top-second {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
  }

  .follow-us {
    gap: 0px !important;
    flex-direction: row !important;
  }

  .border-footer {
    padding-bottom: 16px;
    border-bottom: 1px solid #5975d9;
  }

  .follow-us-text {
    margin-bottom: 15px;
  }

  .follow-us-svgs {
    margin-bottom: 32px;
  }

  .last-item-left {
    margin-bottom: 24px;
  }

  .follow-us {
    padding-top: 0;
  }

  .footer-text-header {
    padding-bottom: 0px;
  }

  .pb-16px {
    padding-bottom: 16px;
  }

  .pt-16px {
    padding-top: 16px;
  }

  .footer-logo {
    padding-bottom: 36px;
  }

  .logo-wrapper {
    margin-left: 30px;
  }
}
