.footer-pay {
	margin-top: 15px;
}
.footer-pay a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
    font-weight: 400;
	font-weight: 700;
}

.footer-pay img {
    display: block;
    margin-left: 22px;
    width: 65px;
    height: auto;
}

.lang-switcher__link.is-active {
  pointer-events: none;
}

.location__city--simple {
	padding-top: 6px;
}

.payment-complete__button:focus {
  color: #fff;
}

.policy-header {
  margin-top: 0;
  font-size: 30px;
  word-break: break-word;
}

.policy-content h2 {
  font-size: 26px;
}

.site-form__item--checkbox {
  position: relative;
  overflow: hidden;
}
.site-form__checkbox-outer {
  display: flex;
}
.site-form__item--checkbox .wpcf7-checkbox {
  position:  absolute;
  margin: 0;
  padding: 0;
  left: 9999px;
  bottom: 9999px;
}
.site-form__item--checkbox .wpcf7-list-item-label {
  display: none !important;
}
.site-form__checkbox.is-active .site-form__checkbox-square {
  opacity: 1;
}
.site-form .wpcf7-response-output {
  display: none !important;
}
.site-form .wpcf7-not-valid-tip {
  margin-top: 4px;
}

@media (min-width:992px){
  .policy-header {
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 40px
  }
  .policy-content {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .policy-content h2 {
    font-style: normal;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.footer__menu-links ul,
.footer__menu-links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__menu-links ul {
  margin-left: 0;
  display: flex;
}

.footer__menu-links li {
  margin-left: 26px;
}

.footer__menu-links li a {
  color: #1bcef5;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 105%;
}

.footer__menu-links li a,
.footer__menu-links li a:hover {
  text-decoration: none;
}