/*-----------------
* palette
* ----------------
*
*/

/******** Footer *******/

footer .top-wrap {
  position: relative;
  width: 100%;
  display: flex;
}

.wpcf7-spinner {
  display: none;
}

.top-wrap:after {
  content: "";
  background: url('/app/uploads/2023/10/shutterstock_-2.png');
  position: absolute;
  left: 0;
  right: inherit;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_block {
  background: #040414;
  padding: 160px 90px;
  position: relative;
  z-index: 999999;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #67C7EF;
  margin-top: 10px;
  width: 100%;
  color: #fff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #fff;
  margin-top: 10px;
  width: 100%;
  color: #67C7EF;
}

footer .bottom-wrap a label {
  display: none;
}

footer .bottom-wrap {
  color: #fff;
  padding: 60px 0;
}

footer .bottom-wrap a {
  color: #fff;
}

footer .bottom-wrap a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer .bottom-wrap li {
  margin: 10px 0;
}

footer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-standard .email_address:before,
.social-list a:before {
  font-family: FontAwesome;
  font-display: swap;
  font-size: 18px;
  padding-right: 0;
  color: #000;
}

.top-title {
  color: #fff;
  font-weight: 700;
}

.top-title span {
  color: #67C7EF
}


footer .social-list li a {
  color: #fff;
  padding-top: 5px;
  display: block;
}

footer .social-list li:hover {
  background: rgba(255, 255, 255, 0.6);
}

.bottom-title {
  color: #fff;
  margin: 15px 0;
  font-size: 42px;
  font-weight: 700;
}

footer .bottom-wrap {
  background: #000000;
}

div#wpcf7-f5-o1 p {
  padding: 0;
  margin: 0;
}

footer .social-list li {
  width: 35px;
  height: 35px;
  background: #67C7EF;
  border-radius: 560%;
  text-align: center;
  margin-right: 10px;
  display: block;
}

/******** Responsive ***********/

/* XXL */
@media (max-width: 1400px) {}

/* XL */
@media (max-width: 1200px) {}

/* L */
@media (max-width: 992px) {}

/* M */
@media (max-width: 768px) {
  footer h3{
    margin: 15px 0;
  }
}

/* S */
@media (max-width: 576px) {}

/* XS */
@media (max-width: 0px) {}