footer {
  background-color: #1A131A;
  padding: 50px 0 30px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  footer {
    padding: 70px 0 30px 0;
  }
}
footer a:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(11%) saturate(1438%) hue-rotate(350deg) brightness(90%) contrast(83%);
          filter: brightness(0) saturate(100%) invert(62%) sepia(11%) saturate(1438%) hue-rotate(350deg) brightness(90%) contrast(83%);
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .logo_wrapper .logo {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 80px;
}
@media (min-width: 992px) {
  footer .logo_wrapper .logo {
    margin-inline: unset;
    margin-bottom: 0px;
  }
}
footer .logo_wrapper .logo figure {
  margin: 0;
  padding-bottom: 100%;
}
footer .logo_wrapper .logo figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer_main {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .sociallinks_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  footer .sociallinks_wrapper {
    margin-bottom: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .sociallinks_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
footer .number_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 62px;
     -moz-column-gap: 62px;
          column-gap: 62px;
  row-gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 767px) {
  footer .number_wrapper ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 374.98px) {
  footer .number_wrapper ul .btn {
    font-size: 15px;
  }
}
footer .number_wrapper li {
  list-style: none;
}
@media (max-width: 767px) {
  footer .number_wrapper .boxxwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
footer .boxxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  footer .boxxwrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
footer .boxxwrap span {
  color: #AF8860;
  display: block;
  font-size: 16px;
}
@media (min-width: 767px) {
  footer .boxxwrap span {
    font-size: 18px;
  }
}
footer .boxxwrap a {
  color: #C6C6C6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 767px) {
  footer .boxxwrap a {
    font-size: 18px;
  }
}
footer .boxxwrap figure {
  margin-bottom: 0;
}
footer .boxxwrap figure img {
  min-width: 52px;
}
footer .footer_bottom {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 40px;
}
footer .footer_bottom p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
footer .footer_bottom .footer_terms {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  footer .footer_bottom .footer_terms {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
footer .footer_bottom .footer_terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_bottom .footer_terms ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
  font-size: 14px;
  line-height: 1;
}
@media (hover: hover) {
  footer .footer_bottom .footer_terms ul li a:hover {
    color: #D5A675;
  }
}