.footer-forms {
  width: 400px;
  margin: 30px auto 50px auto;
}
.hs-form-iframe {
}
.hs-form-iframe .hbspt-form form {
  display: flex;
  align-items: center;
  background: #fff;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.hbspt-form form .hs-form-field {
  flex: 1;
}
.hbspt-form form .hs-form-field label {
  display: none;
}
.hbspt-form form .field {
  width: 100%;
  margin-bottom: 0;
}
.hbspt-form form .inputs-list {
  position: absolute;
}
.hbspt-form form .hs-input {
  height: 36px;
  border: none;
}
.hbspt-form form .hs-input:not([type=file]),
.hbspt-form form input:-internal-autofill-selected {
  background-color: transparent;
}

.hbspt-form form .actions {
  margin: 0;
  padding: 0;
}
.hbspt-form form .hs-button {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
}

.footer-bottom-content {
  display: flex;
  width: 1340px;
  margin: 0 auto;
}

.footer-bottom__images {
  margin-right: 30px;
  order: -1;
}
.footer-bottom__images-right {
  margin-bottom: 36px;
}
.footer-bottom__images-left {
/*   display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.footer-icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.footer-icon-item {
  background-color: #494A52;
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  margin: 0;
  position: relative;
  width: 36px;
}

.footer-icon-item:hover,
.footer-icon-item:focus {
  background-color: #21222A;
}

.footer-icon-item:active {
  background-color: #71727A;
}

.footer-icon-item svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.footer-icon-item:hover svg,
.footer-icon-item:focus svg,
.footer-icon-item:active svg {
  fill: #FFF;
}

.footer-icon img {
  width: auto;
  height: 100%;
}

.footer-logo {
  display: flex;
  height: 32px;
}
.footer-logo img {
  width: auto;
  height: 32px;
}

.footer-top__navbar-title-wrapper {
  display: flex;
}

.footer-top__navbar-head {
  margin-bottom: 10px;
}
.footer-top__navbar-title-wrapper .footer-top__navbar-head-title {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
}

.footer-top__navbar-content .hs-menu-item a{
  font-size: 14px;
  white-space: nowrap;
}

.footer-top__navbars {
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  gap: 49px;
}
.footer-top__navbar-item {
/*   flex: 1 */
}
.footer-top__navbar-item:last-child {
  flex: none;
}
.arrow-right {
  display: none;
}
@media (max-width: 1140px) {
  .footer-bottom-content {
    width: 100%;
  }
}
@media (max-width: 1139px) {
  .footer-bottom-content {
    width: 100%;
    flex-direction: column;
    padding: 0 15px;
  }
  .footer-top__navbars {
    gap: 0;
  }
  .footer-top__navbar-item {
    flex: 1;
  }
   .footer-bottom__images {
    margin-right: 0;
    order: 1;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom-content {
    flex-direction: column;
  }
  .footer-bottom__images {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }
  .footer-top__navbars {
    gap: 5px;
  }
    .footer-forms {
      width: 100%;
    }
  .footer-bottom__images-left {
    margin-bottom: 10px;
    order: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-evenly;
  }
  .footer-icon {
    margin-right
  }
  .footer-top__navbars {
    flex-direction: column;
  }
  .footer-top__navbar-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s linear all;
  }
  .footer-top__navbar-title-wrapper {
    display: flex;
    align-items: center;
  }
  .footer-top__navbar-head-title{
    flex: 1;
  }
  .arrow-right {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear all;
  }
  .footer-top__navbar-head.active .arrow-right {
    transform: rotate(90deg);
  }

}
#launcher {
  bottom: 66px !important;
}

.floating-btn-group {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  border-radius: 5px 0 0 5px;
  gap: 1px;
  background: #FFF;
}

.floating-btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-btn-link {
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}
.floating-btn-item:first-child .floating-btn-link {
  border-radius: 5px 0 0 0;
}

.floating-btn-item:last-child .floating-btn-link {
  border-radius: 0 0 0 5px;
}

.floating-btn-item:only-child .floating-btn-link {
  border-radius: 5px 0 0 5px;
}

.floating-btn-link:hover {
  transform: translateX(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.footer-icon-image {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.floating-btn-text {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #1f2937;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  pointer-events: none;
}

.floating-btn-item:hover .floating-btn-text {
  opacity: 1;
  visibility: visible;
  right: 68px;
}
.floating-btn-zendesk.is-open {
  opacity: 0.9;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
}
#launcher {
  inset: auto 60px 122px auto !important;
}
@media (max-width: 767px) {
  .floating-btn-group {
    right: 12px;
    gap: 1px;
  }

  .floating-btn-link {
    width: 42px;
    height: 42px;
  }

  .floating-btn-text {
    display: none;
  }
}
