.footer {
  height: 400px;
  background-color: #d9e2e8;
  padding: 40px 0 20px 0;
}
.footer__wrapper {
  display: flex;
	justify-content: space-between;
}
.footer__logo {
  display: none;
}
.footer__menu_wrapper {
  display: flex;
  flex-direction: column;

}
.footer__menu_wrapper {
  margin-top: 15px;
}
.footer__menu {
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer__menu a:hover {
  opacity: 0.5;
}
.footer__menu li {
  display: block;
  margin-bottom: 5px;
}
.footer__additional_wrapper {
  width: 65%;
}
.footer__additional_wrapper_first {
  display: flex;
  justify-content: space-between;
  height: 80%;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer__contact {
  font-weight: 200;
}
.footer__contact p {
  margin-bottom: 10px;
}
.footer__counters {
  display: flex;
  flex-direction: column;
}
.footer__counters img {
  margin-top: 10px;
}
.footer__additional_wrapper_second {
  font-weight: 300;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.overlay,
.overlay2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
.popup,
.popup2 {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 220px;
  width: 350px;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.popup-order {
  height: 360px;
  top: 50%;
}
.popup2 {
  height: 120px;
}
.popup2 p {
  text-align: center;
  width: 250px;
}
.close-popup,
.close-popup2 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.close-popup:before,
.close-popup2:before {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}
.close-popup:after,
.close-popup2:after {
  content: '';
  background-color: #000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}
.contact-name,
.contact-phone {
  width: 250px;
  height: 40px;
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  background: none;
}
.js-thank-you h2,
.js-thank-you2 h2 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.wpcf7-form p {
  display: flex;
  align-items: center;
}
.popup__logo {
  position: absolute;
  opacity: 0.02;
  left: -170px;
  top: -50px;
  z-index: -2;
}
.wpcf7 form.sent {
}
.wpcf7 form.invalid .wpcf7-response-output {
  top: 0;
  position: absolute;
}
.wpcf7 form .wpcf7-response-output {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  background: white;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
.wpcf7-response-output {
  position: absolute;
}
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0.8rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none;
  z-index: -10;
}
.wpcf7-response-output {
  display: none;
  z-index: -10;
}
#FooterCrossLinks {
	
}
@media screen and (max-width: 991px) {
  .footer__menu_wrapper {
    margin-right: 100px;
  }
  .footer__additional_wrapper_second {
    flex-wrap: wrap;
  }
  .footer__social_icons {
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 575px) {
  .footer__logo {
    display: block;
    width: 100px;
  }
  .footer {
    height: 100%;
    position: relative;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__additional_wrapper_first {
    text-align: center;
    flex-direction: column;
  }
  .footer__counters {
    align-items: center;
  }
  .footer__counters img {
    width: 50px;
  }
  .footer__menu_wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .footer__menu li {
    margin-bottom: 15px;
  }
  .footer__contact {
    margin-top: 20px;
  }
  .footer__counters {
    position: absolute;
    flex-direction: row;
    left: 25%;
    bottom: 10%;
  }
  .footer__counters img {
    margin-right: 20px;
  }
  .footer__social_icons {
    margin: 15px auto;
  }
  .footer__social_icons a {
    margin-left: 10px;
  }
  .footer__copyright {
    margin-top: 60px;
  }
  .popup,
  .popup2 {
    width: 70%;
  }
}
