@font-face {
  font-family: "Helvetica-medium";
  src: url(fonts/HelveticaNeue-Medium.ttf);
}
@font-face {
  font-family: "Helvetica-light";
  src: url(fonts/HelveticaNeueLight.ttf);
}
@font-face {
  font-family: "Proxima Nova";
  src: url(fonts/ProximaNova-Light.ttf);
}
div,
p,
form,
input,
a,
span,
button {
  box-sizing: border-box;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  /* background: url(overlay.png) no-repeat center;
    background-size: cover; */
  overflow-x: hidden;
  z-index: 9999999;
  align-items: center;
}

.popup * {
  font-family: "Helvetica Neue", sans-serif !important;
}
.popup div.wpcf7-mail-sent-ok {
  display: none !important;
}

.popup .blur {
  z-index: -2;
  background: #e3eaf2;
  width: 100%;
  height: 100%;
  position: fixed;
  filter: blur(0px);
  opacity: 0.8;
}

.popup br {
  display: none;
}
.popup .popup-title {
  font-size: 22px;
  color: #59708f;
  margin-bottom: 35px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: -1px;
}

.popup__block {
  display: flex;
  width: 85%;
  height: 90%;
  max-width: 1183px;
  max-height: 692px;
  background: #fff;
  flex-wrap: wrap;
}
.popup-column {
  flex-basis: 50%;
  max-width: 50%;
  height: 100%;
}
/* .popup [type="submit"] {
  height: 60px !important;
  margin: 16px 0 0;
} */
@media screen and (max-width: 992px) {
  .popup {
    align-items: baseline;
  }
  .popup__block {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    height: auto;
    max-height: unset;
    margin: 15px 0;
  }
  .popup-column {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.popup .goods {
  background-color: #e3eaf2;
  padding: 81px 111px 96px;
  width: 100%;
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid white;
}
.popup .goods img {
  width: 100%;
  max-height: 235px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1200px) {
  .popup .goods {
    padding: 40px 25px 15px 25px;
  }
}
.popup .goods .goods-params {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .popup .goods {
    padding: 37px 56px 51px 44px;
  }
  .popup .goods .goods-params {
    margin-bottom: 35px;
  }
}
.popup .goods .goods-params__elem {
  font-size: 14px;
  color: #8e8e8e;
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
  width: auto;
}
.popup .goods .goods-params__elem .elem-param {
  min-width: 120px;
}
.popup .goods .goods-params__elem:not(.additional) .elem-value {
  color: #fff;
  background-color: #a7b5c5;
  text-align: center;
}

.popup .goods .goods-params__elem .elem-value {
  border-radius: 15px;
  margin-left: 15px;
  padding: 0 8.5px;
}

.popup .form {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 76px 55px 49px 74px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .popup .form {
    padding: 40px 25px 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .popup .form {
    padding: 55px 30px 38px 30px;
    display: flex;
  }
  .popup .form .form-title {
    font-size: 14px;
  }
}

.popup .form form {
    padding-right: 15px;
}

@media all and (min-width: 992px) {
  .popup .form form {
    margin-top: -7px;
  }
}
h2.goods-title.popup-title {
  margin-top: -4px;
}
.popup .form input {
  height: 62px;
  padding: 29px 22px 25px;
  font-family: "Proxima Nova", sans-serif !important;
  border: 1px solid #d3d3d3;
  font-weight: 300;
}
input#billing_phone {
  margin-top: -6px;
}
input.wpcf7-form-control.wpcf7-submit {
  height: 60px !important;
  border-radius: 50px;
  margin: 17px 0 0;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 500;
  outline: none;
}
.popup .goods .goods-params__elem .elem-param {
  min-width: 87px;
  color: #8e8e8e;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.popup .popup-title {
  margin-top: 0px;
}
.popup .goods .goods-params {
  margin-top: -10px;
}
.popup .goods img {
  width: 100%;
}

@media all and  (min-width: 1200px) {
  .popup .goods img {
    height: 290px;
    object-fit: contain;
    object-position: top;
    margin-top: 50px;
    max-height: 100%;
  }
}
.popup .form .wpcf7-submit {
  padding: initial;
}
.popup .wpcf7-form-control-wrap {
  display: none;
}

.popup .wpcf7-form-control-wrap.firstname,
.popup .wpcf7-form-control-wrap.phone,
.popup .wpcf7-form-control-wrap.message {
  display: block;
  margin-bottom: 20px;
}

.popup .wpcf7-form-control-wrap.firstname,
.popup .wpcf7-form-control-wrap.phone {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup .form input.wpcf7-not-valid {
  border: 1px solid #DB4A4A !important;
}

.popup .firstname .wpcf7-not-valid-tip, .popup div.wpcf7-validation-errors, .popup div.wpcf7-acceptance-missing {
  display: none !important;
}

.popup .form input,
.popup .form textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  font-size: 18px;
  line-height: 1.2;
}

.popup .form textarea {
  padding: 21px 36px 21px 28px;
  max-height: 180px;
}

.popup .form .invalid textarea {
  max-height: 140px;
}

.popup .form .wpcf7-not-valid-tip {
  margin-top: 15px;
  padding: 0 0 0 43px;
}

.popup .form .wpcf7-form-control-wrap:after {
  content: '\f00c';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #59708F;
  position: absolute;
  right: -33px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #59708F;
  border-radius: 50%;
  opacity: 0;
  font-family: 'FontAwesome';
}

.popup .wpcf7-form-control-wrap.invalid:after {
  content: '\f00d';
  color: #DB4A4A;
  border-color: #DB4A4A;
}

.popup .wpcf7-form-control-wrap.valid:after ,
.popup .wpcf7-form-control-wrap.invalid:after {
  opacity: 1;
}

.popup .wpcf7-form-control-wrap.invalid input {
  border: 1px solid#DB4A4A;
}

@media screen and (max-height: 768px) {
  .popup .form textarea {
    max-height: 160px;
  }
  .popup .form input,
  .popup .form textarea {
    padding: 13px 15px;
  }

  .popup .form input,
  .popup .form textarea,
  .popup .form input::placeholder,
  .popup .form textarea::placeholder {
    font-size: 14px;
  }
  .popup .form input {
    height: 40px;
  }
  .popup .form p,
  .popup .form .wpcf7-submit {
    margin-bottom: 0;
  }
}

.popup .form__close img {
  position: absolute;
  top: 33px;
  right: 36px;
}
@media screen and (max-width: 1200px) {
  .popup .form__close img {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .popup .form__close img {
    top: 22px;
    right: 22px;
    width: 19px;
    height: 19px;
  }
}
.popup .form__note {
  height: 220px;
  resize: none;
}
@media screen and (max-width: 700px) {
  .popup .form__note {
    height: 126px;
  }
}
.popup [type="submit"] {
  height: 60px;
  max-width: 250px;
  color: #fff;
  font-size: 20px;
  background-color: #59708f;
  border: none;
  border-radius: 50px;
  margin: 20px 0 0;
  float: right;
}
@media screen and (max-width: 992px) {
  .popup .form__btn {
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .popup .form__btn {
    height: 40px;
  }
}

.close {
  display: none;
}

/*# sourceMappingURL=style.css.map */
