.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: -2;
}
.modal__overlay.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}
.modal__block {
  max-width: 608px;
  width: 100%;
  background: #fff;
  padding: 44px 64px 17px;
  overflow: auto;
  max-height: 95%;
  position: relative;
}
@media (max-width: 480px) {
  .modal__block {
    padding: 48px 20px 0;
    max-height: 100%;
  }
}
.modal__block input {
  padding: 12px 10px;
  font-size: 17px;
  line-height: 1;
  border-style: solid !important;
}
.modal__block input:-webkit-autofill, .modal__block input:-webkit-autofill:hover, .modal__block input:-webkit-autofill:focus {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
.modal__block input[type=submit] {
  font-size: 20px;
  text-transform: uppercase;
  background-color: #FF0D19 !important;
  color: #FFFFFF !important;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.modal__block input[type=submit]:disabled, .modal__block input[type=submit][disabled] {
  background-color: #DADADA !important;
  color: #7E8183 !important;
}
.modal__block label {
  font-size: 14px;
  font-weight: 700;
}
.modal__block label .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .modal__block label .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.modal__block .wpcf7-list-item {
  margin: 24px 0 36px;
}
.modal__block p {
  margin-bottom: 8px !important;
}
.modal__block h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.modal__block .close {
  position: absolute;
  top: 24px;
  right: 20px;
  line-height: 1;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
}

#modal-success .modal__block {
  padding: 44px 64px;
}
@media (max-width: 480px) {
  #modal-success .modal__block {
    padding: 90px 20px 20px;
    height: 100%;
  }
}
#modal-success .modal__block h3 {
  margin-bottom: 16px;
}
#modal-success .modal__block p {
  margin-bottom: 0 !important;
  font-size: 24px;
  line-height: 110%;
}/*# sourceMappingURL=modal.css.map */