.footer .footer-container .footer-top {
  background: #F9F9F9;
}

.footer .footer-container .footer-top .footer-top-wrapp {
  padding-top: 5rem;
}

.footer .footer-container .footer-top .footer-top-wrapp .title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.footer .footer-container .footer-top .footer-top-wrapp .info {
  padding-bottom: 3.75rem;
  border-bottom: 0.125rem solid rgba(138, 0, 252, 0.2);
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content:hover.address-wrapp svg path {
  stroke: #242424;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content:hover a {
  color: #B9B9B9;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content:hover svg path {
  stroke: #B9B9B9;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content svg path {
  transition: all 0.4s;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.4s;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content .address {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .social a {
  background: linear-gradient(89deg, #242424 25%, #333333 50%);
  width: 5rem;
  height: 5rem;
  position: relative;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .social a img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .social a:hover img {
  opacity: 1;
}

.footer .footer-container .footer-top .footer-top-wrapp .info .social a svg {
  width: 3rem;
  height: 3rem;
  position: relative;
  z-index: 2;
}

.footer .footer-menu {
  padding-top: 2.5rem;
  padding-bottom: 4.625rem;
}

.footer .footer-menu .right-content ul li {
  text-align: end;
}

.footer .footer-menu ul {
  gap: 1rem;
}

.footer .footer-menu ul li {
  width: 20rem;
}
.footer .footer-menu nav > ul > li:first-child {
  
}

.footer .footer-menu nav > ul > li:first-child > a {
  display: block;
  font-weight: 500;
  line-height: 1;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-bottom: 2.8rem;
}

.footer .footer-menu ul li a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  transition: all 0.4s;
}

.footer .footer-menu ul li a:hover {
  color: #B9B9B9;
}

.footer .footer-bottom {
  background: linear-gradient(89deg, #242424 25%, #333333 50%);
}

.footer .footer-bottom .footer-bottom-wrapper {
  padding: 2.5rem 0;
}

.footer .footer-bottom .footer-bottom-wrapper span {
  color: #F9F9F9;
  font-weight: 500;
}

.footer .footer-bottom .footer-bottom-wrapper .right-cont a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
  color: #F9F9F9;
  transition: all 0.4s;
}

.footer .footer-bottom .footer-bottom-wrapper .right-cont a:hover {
  color: #B9B9B9;
}
.footer .footer-menu nav > ul > li:first-child > a {
  pointer-events: none;
}

.footer .footer-menu > nav > ul:last-child {
  /*margin-left: auto;*/
/*  margin-left: 210px;*/
}
/*.footer .footer-menu > nav > ul:last-child > li a, .footer .footer-menu > nav > ul:last-child ul {
  text-align: right;
}*/
@media screen and (max-width: 1023px) {
  .footer .footer-container .footer-top .footer-top-wrapp {
    gap: 2.5rem;
  }

  .footer .footer-container .footer-top .footer-top-wrapp .info {
    align-items: flex-end;
  }

  .footer .footer-container .footer-top .footer-top-wrapp .info .info-left {
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer .footer-container .footer-top .footer-top-wrapp .info .info-left .info-content:last-child a {
    width: 33.125rem;
  }

  .footer .footer-container .footer-top .footer-top-wrapp .info .social a:hover img {
    opacity: 0;
  }

  .footer .footer-menu .right-content ul {
    align-items: start;
  }

  .footer .footer-menu .right-content ul li {
    text-align: start;
  }

  .footer .footer-menu nav {
   /* flex-direction: column;*/
           flex-wrap: wrap;
    gap: 3.75rem;
  }

  .footer .footer-menu .left-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }

  .footer .footer-menu .left-nav ul:first-child {
    height: 17rem;
    grid-column-start: 1;
  }

  .footer .footer-menu .left-nav ul:nth-child(2) {
    height: 17rem;
  }

  .footer .footer-menu .left-nav ul:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: row1-start;
    grid-row-end: 2;
  }

  .footer .footer-menu .left-nav ul:last-child {
    grid-column-start: 2;
    margin-top: 11rem;
  }
  .footer .right-content {
    height: max-content !important;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-container .footer-top .footer-top-wrapp {
    padding-top: 2.5rem;
  }

  .footer .footer-container .footer-top .footer-top-wrapp .info {
    flex-direction: column;
    align-items: start;
    gap: 2.5rem;
  }

  .footer .footer-menu ul li {
    width: 100%;
  }

  .footer .footer-bottom .footer-bottom-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 1.25rem;
  }

  .footer .footer-bottom .footer-bottom-wrapper span {
    order: 2;
  }

  .footer .footer-bottom .footer-bottom-wrapper .right-cont {
    order: 1;
    flex-direction: column;
    gap: 1.25rem;
  }
  .footer .right-content {
    height: max-content !important;
  }
}