@charset "UTF-8";
.general-footer {
  background: var(--black);
  overflow: hidden;
}
.general-footer .nav__item.dropdown:hover a {
  display: block;
}
.general-footer .content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 80px 0;
}
.general-footer .content ul li > ul li:before {
  content: none;
}
.general-footer .content .title,
.general-footer .content .menu {
  text-transform: uppercase;
  font-weight: 700;
  list-style: none;
  text-align: left;
}
.general-footer .content .menu {
  display: grid;
  margin: 0 0 105px;
  grid: auto 1fr/repeat(7, 1fr);
  gap: 19px 15px;
}
.general-footer .content .menu > li > a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  width: 80%;
}
.general-footer .content .menu a {
  color: #fff;
}
.general-footer .content .menu a:hover {
  color: #AA076B;
}
.general-footer .content .menu li {
  font-size: 14px;
  line-height: 18px;
}
.general-footer .content .menu > li:nth-child(1), .general-footer .content .menu > li:nth-child(8), .general-footer .content .menu > li:nth-child(9), .general-footer .content .menu > li:nth-child(10) {
  grid-row: span 2;
}
.general-footer .content .menu > li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.general-footer .content .menu > li:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.general-footer .content .menu > li:nth-child(6) {
  grid-column: 4;
  grid-row: 1;
}
.general-footer .content .menu > li:nth-child(7) {
  grid-column: 4;
  grid-row: 2;
}
.general-footer .content .menu li {
  margin: 0 0 20px;
  flex: 1 1 180px;
}
.general-footer .content .menu li ul {
  margin: 20px 0 0;
  font-weight: 400;
  line-height: 19px;
  text-transform: none;
}
.general-footer .content .menu li button {
  background: none;
  border: none;
  margin: 18px 0 9px;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #AA076B;
}
.general-footer .content .menu li .collapsible-footer__content {
  max-height: 293px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.general-footer .content .menu li:last-of-type {
  flex: 0 1 110px;
}
.general-footer .content .menu li:last-of-type ul {
  font-weight: revert;
  line-height: revert;
  text-transform: revert;
}
.general-footer .content .sub-menu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.general-footer .content .sub-menu li {
  margin-bottom: 18px;
  flex: unset;
}
.general-footer .content .sub-menu li:last-of-type {
  margin-bottom: 0;
  flex: unset;
}
.general-footer .content .badge-group {
  justify-content: flex-start;
}
.general-footer .content .badge-group .titles {
  margin: 0 0 40px;
  gap: 40px;
}
.general-footer .content .badge-group .titles .cluster-link {
  margin: 0;
  padding: 0;
  background-color: unset;
}
.general-footer .content .badge-group .titles .reviews-block {
  margin: 0;
  width: 100%;
  height: auto;
}
.general-footer .content .separator {
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
.general-footer .content .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.general-footer .content .footer-bottom svg,
.general-footer .content .footer-bottom img {
  width: 110px;
  height: 46px;
  margin: 38px 100px 33px 0;
  color: var(--white);
}
.general-footer .content .footer-bottom .center {
  margin: 50px 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.general-footer .content .footer-bottom .center a {
  color: #fff;
}
.general-footer .content .footer-bottom .social {
  display: flex;
  margin: 44px 0;
  justify-content: space-between;
  gap: 30px;
}
.general-footer .content .footer-bottom .social a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.general-footer .content .footer-bottom .social .fb {
  background-image: url("../../img/social-icons/facebook-white-circle.svg");
}
.general-footer .content .footer-bottom .social .tw {
  background-image: url("../../img/social-icons/twitter-white-circle.svg");
}
.general-footer .content .footer-bottom .social .in {
  background-image: url("../../img/social-icons/instagram-white-circle.svg");
}
.general-footer .content .footer-bottom .social .li {
  background-image: url("../../img/social-icons/linkedin-white-circle.svg");
}
.general-footer .content .footer-bottom .social .be {
  background-image: url("../../img/social-icons/behance-white-circle.svg");
}
@media only screen and (max-width: 1366px) {
  .general-footer .content {
    padding: 100px 40px 0;
  }
}
@media only screen and (max-width: 991.91px) {
  .general-footer .nav__item.dropdown:hover a {
    display: flex;
  }
  .general-footer .content {
    padding: 80px 67px 75px;
  }
  .general-footer .content .menu {
    margin: 0 0 20px;
    grid: repeat(4, auto)/repeat(4, 1fr);
    gap: 44px 30px;
  }
  .general-footer .content .menu li .collapsible-footer__content {
    max-height: 283px;
  }
  .general-footer .content .menu li button {
    margin-top: 20px;
  }
  .general-footer .content .menu li:last-of-type a, .general-footer .content .menu li:last-of-type ul {
    padding: 0;
  }
  .general-footer .content .badge-group {
    position: absolute;
    margin: 0;
    left: 75.5%;
    bottom: 428px;
  }
  .general-footer .content .badge-group .titles {
    margin: 0;
    flex-direction: column;
    gap: 10px;
  }
  .general-footer .content .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .general-footer .content .footer-bottom svg,
  .general-footer .content .footer-bottom img {
    margin: 30px 0;
  }
  .general-footer .content .footer-bottom .center {
    margin: 0;
  }
  .general-footer .content .footer-bottom .social {
    position: absolute;
    margin: 0;
    width: 82px;
    left: 75.5%;
    bottom: 280px;
    gap: 19px 22px;
    flex-flow: wrap row;
  }
}
@media only screen and (max-width: 575.98px) {
  .general-footer .content {
    position: relative;
    padding: 60px 18px 50px;
  }
  .general-footer .content .menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 301px;
    text-transform: none;
  }
  .general-footer .content .menu > li {
    position: relative;
    display: flex;
    flex: 1;
    order: 3;
    margin: 0 0 40px;
    gap: 12px;
  }
  .general-footer .content .menu > li a, .general-footer .content .menu > li ul {
    padding: 0;
  }
  .general-footer .content .menu > li a {
    flex: 1 1 124px;
    font-size: 20px;
    line-height: 26px;
  }
  .general-footer .content .menu > li button {
    display: none;
  }
  .general-footer .content .menu > li .sub-menu {
    margin: 0;
    max-height: unset !important;
    flex: 1 1 156px;
  }
  .general-footer .content .menu:before {
    order: 2;
    content: "Services";
    margin-bottom: 24px;
    padding-top: 44px;
    font-weight: 300;
    color: var(--white);
    text-transform: none;
    border-top: 1px solid var(--white);
  }
  .general-footer .content .menu .mobile-order-first {
    order: 1;
    display: block;
    margin-bottom: 48px;
  }
  .general-footer .content .menu .mobile-order-first li {
    margin: 0;
  }
  .general-footer .content .menu .mobile-order-first a:before {
    display: none;
  }
  .general-footer .content .menu .mobile-order-first .sub-menu {
    margin-top: 10px;
  }
  .general-footer .content .menu .mobile-order-first .sub-menu li > a {
    display: flex;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }
  .general-footer .content .technologies-footer {
    padding-top: 40px;
    border-top: 1px solid var(--white);
  }
  .general-footer .content .sub-menu li > a {
    display: flex;
    font-size: 18px;
    line-height: 23px;
  }
  .general-footer .content .sub-menu a:before {
    content: "•";
    display: block;
    padding-right: 9px;
    padding-left: 7px;
    font-weight: 700;
  }
  .general-footer .content .badge-group {
    left: 25px;
    bottom: 246px;
  }
  .general-footer .content .badge-group .titles {
    gap: 24px;
  }
  .general-footer .content .footer-bottom .center {
    margin: 0;
    width: 240px;
    text-align: center;
  }
  .general-footer .content .footer-bottom .center .text-separator {
    display: none;
  }
  .general-footer .content .footer-bottom .social {
    height: unset;
    position: absolute;
    width: unset;
    left: unset;
    right: 59px;
    bottom: 257px;
    flex-flow: nowrap column;
    gap: 24px;
  }
}