.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;
}


