.footerWrap {
  background: #051c34;

  color: #fff;
}

.contactInfo {
  font-family: var(--font-family-title);
}

.contactInfo ul,
.otherLinks ul {
  padding-left: 0;

  list-style: none;

  margin-top: 10px;

  font-family: var(--font-family-title);
}

.contactInfo ul li {
  display: flex;

  margin-bottom: 15px;
}

.contactInfo ul li .imgContacts {
  width: 45px;
}

.contactInfo ul li .imgContacts img {
  width: 21px;

  margin-top: -4px;
}

.contactInfo ul li .contentContact {
  width: 85%;
}

.contactInfo ul li p {
  font-size: 14px;

  color: #d6d6d6;

  line-height: 17px;
}

.contactInfo ul li p a {
  color: #d6d6d6;
}

.otherLinks {
  padding-left: 60px;

  font-family: var(--font-family-title);
}

.otherLinks .secTitle,
.contactInfo .secTitle {
  font-size: 16px;

  margin-bottom: 10px;

  margin-top: 15px;

  color: #7f8fa0;

  font-family: var(--font-family-body);

  font-weight: 600;

  display: block;
}

.otherLinks ul {
  margin: 5px 0px 0px 0px;
}

.otherLinks ul li {
  margin-bottom: 5px;

  padding-bottom: 5px;

  border-bottom: 1px solid #112a45;
}

.otherLinks ul li a {
  color: #d6d6d6;

  text-decoration: none;

  font-size: 14px;

  line-height: 16px;
}

.otherLinks ul li p a {
  color: #d6d6d6;
}

.otherLinks ul ul.sublinks {
  max-height: 180px;

  overflow-y: auto;
}

.otherLinks ul ul.sublinks li {
  margin-bottom: 5px;

  padding-bottom: 0px;

  border-bottom: 0;
}

.socialMedia ul li {
  display: inline-block;

  margin: 0px 5px 20px 0px;
}

.socialMedia ul li a {
  border: 1px solid #7f8fa0;

  border-radius: 100%;

  padding: 5px 9px;

  background: none;

  transition: ease-in-out all 0.4s;

  font-size: 20px;
}

.socialMedia ul li a.fb:hover {
  background: #1877f2;

  color: #ffffff;
}

.socialMedia ul li a.brand-x:hover {
  background: #111111;

  color: #ffffff;
}

.socialMedia ul li a.whtsapp:hover {
  background: #25d366;

  color: #ffffff;
}

.socialMedia ul li a.insta:hover {
  background: linear-gradient(30deg, #f38334, #da2e7d 50%, #6b54c6);

  transition: ease-in-out all 0.4s;

  color: #ffffff;
}

.socialMedia ul li a.linkedIn:hover {
  background: #0077b5;

  color: #ffffff;
}

.socialMedia ul li a.tiktok:hover {
  background: linear-gradient(30deg, #fe2c55, #25f4ee);

  transition: ease-in-out all 0.4s;

  color: #ffffff;
}

.copyRight {
  border-top: 1px solid #304458;

  padding-top: 15px;

  margin-top: 60px;

  font-family: var(--font-family-title);
}

.copyRight p {
  font-size: 13px;

  font-weight: 300;

  color: #d6d6d6;
}

.countryLinks ul {
  text-align: center;
}

.countryLinks ul li {
  display: inline-block;

  margin: 20px 28px;
}

.countryLinks ul li a {
  color: #fff;

  font-weight: 600;

  text-decoration: none;

  font-size: 15px;
}

.copyRight p a {
  color: #fff;

  font-weight: 600;
}

.sdPM {
  font-weight: 600;

  font-style: italic !important;

  text-align: center !important;

  letter-spacing: 1.4px;
}

.sdPM::after {
  content: "";

  position: absolute;

  width: 32%;

  left: 0;

  border: 1px dashed #00000017;

  border-width: 1px;

  top: 50%;

  border-image: linear-gradient(to right, #99999900, #ffffff) 1;

  /* background: linear-gradient(to right, #999 0%, #434343 100%); */
}

.sdPM::before {
  content: "";

  position: absolute;

  width: 32%;

  right: 0;

  border: 1px dashed #00000017;

  border-width: 1px;

  top: 50%;

  border-image: linear-gradient(to left, #99999900, #ffffff) 1;

  /* background: linear-gradient(to right, #999 0%, #434343 100%); */
}

@media screen and (max-width: 999px) {
  .sdPM::after {
    width: 30%;
  }

  .sdPM::before {
    width: 30%;
  }

  .sdPM img {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .sdPM::after {
    width: 50%;
    top: auto;
    bottom: 0px;
  }

  .sdPM::before {
    width: 50%;
    top: auto;
    bottom: 0px;
  }

  .otherLinks {
    padding-left: 20px;
  }
  .sdPM img {
    width: 30%;
  }
}

@media only screen and (max-width: 600px) {
  /* .sdPM::after {
    width: 25%;
  }

  .sdPM::before {
    width: 25%;
  } */
  .sdPM img {
    width: 30%;
  }
}

@media only screen and (max-width: 360px) {
  /* .sdPM::after {
    width: 25%;
  }

  .sdPM::before {
    width: 25%;
  } */
}
