.callbackModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.callbackModal span.error {
  color: red;
  font-weight: 300;
  font-size: 12px;
  padding-left: 20px;
  position: absolute;
}
.callbackModal.active {
  display: block;
}
.callbackModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.callbackModal__form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 400px;
}
.callbackModal__form .form {
  background: #FFFFFF !important;
}
.callbackModal__form .form {
  -webkit-box-shadow: 0 56px 48px -40px rgba(37, 57, 166, 0.4);
          box-shadow: 0 56px 48px -40px rgba(37, 57, 166, 0.4);
}
.callbackModal__form .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.callbackModal__form .close span {
  width: 100%;
  height: 1.5px;
  background: #30292A;
  display: block;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50px;
}
.callbackModal__form .close span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #30292A;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 50px;
}
.callbackModal__form .form {
  padding: 32px;
  display: block;
  position: relative;
  background: #e5e5e5;
  border-radius: 24px;
}
.callbackModal__form .form h4 {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: #000;
  font-weight: bold;
  margin-bottom: 32px;
}
.callbackModal__form .form p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #30292a;
}
.callbackModal__form .form .brand {
  margin-bottom: 16px;
}
.callbackModal__form .form .brand .custom-select.error {
  border: 1px solid red;
}
.callbackModal__form .form .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.callbackModal__form .form .data .model {
  width: 48%;
}
.callbackModal__form .form .data .year {
  width: 48%;
}
.callbackModal__form .form .custom-select {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 70px;
  padding: 10px 24px;
  height: 50px;
}
.callbackModal__form .form .custom-select .selected {
  padding: 0;
}
.callbackModal__form .form .custom-select input {
  outline: none;
  width: 100%;
}
.callbackModal__form .form .tel {
  margin-bottom: 16px;
}
.callbackModal__form .form .tel input {
  outline: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 70px;
  padding: 10px 24px;
  height: 50px;
  width: 100%;
  display: block;
}
.callbackModal__form .form .tel input.error {
  border: 1px solid red;
}
.callbackModal__form .form span.submit {
  background: #ffd541;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 70px;
  padding: 13px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  display: block;
  margin: 0 auto;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 16px -8px rgba(37, 57, 166, 0.2);
          box-shadow: 0 10px 16px -8px rgba(37, 57, 166, 0.2);
}
.callbackModal__form .form span.submit:hover {
  background: #30292A;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.formSuccess {
  background: #f3f6f9;
  -webkit-box-shadow: 0 56px 48px -40px rgba(37, 57, 166, 0.4);
          box-shadow: 0 56px 48px -40px rgba(37, 57, 166, 0.4);
  border-radius: 24px;
  padding: 32px;
  max-width: 400px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formSuccess__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #30292a;
  margin-bottom: 32px;
}
.formSuccess__content {
  margin-bottom: 32px;
  font-weight: 300;
}
.form-button span {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  background: #ffd541;
  border-radius: 120px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  display: inline-block;
}
.form-button span:hover {
  background: #30292a;
  -webkit-box-shadow: 0 10px 16px -8px rgba(37, 57, 166, 0.2);
          box-shadow: 0 10px 16px -8px rgba(37, 57, 166, 0.2);
  color: #f3f6f9;
}
.callForm {
  background: #f3f6f9;
  -webkit-box-shadow: 0 40px 40px -40px rgba(37, 57, 166, 0.4);
          box-shadow: 0 40px 40px -40px rgba(37, 57, 166, 0.4);
  border-radius: 24px;
  padding: 32px;
  color: #30292a;
  font-size: 14px;
  line-height: 22px;
}
.callForm__title {
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.callForm__form input {
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 70px;
  width: 100%;
  outline: none;
  font-weight: 300;
}
.callForm__form input::-webkit-input-placeholder {
  color: #30292a;
  opacity: 1;
}
.callForm__form input::-moz-placeholder {
  color: #30292a;
  opacity: 1;
}
.callForm__form input:-ms-input-placeholder {
  color: #30292a;
  opacity: 1;
}
.callForm__form input::-ms-input-placeholder {
  color: #30292a;
  opacity: 1;
}
.callForm__form input::placeholder {
  color: #30292a;
  opacity: 1;
}
.callForm__form span.error {
  color: red;
  font-weight: 300;
  font-size: 12px;
  padding-left: 20px;
}
.callForm__form .service .custom-select {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 70px;
  height: 48px;
}
.callForm__form .service .custom-select.error {
  border: 1px solid red;
}
.callForm__form .name input.error,
.callForm__form .phone input.error {
  border: 1px solid red;
}
.callForm__form .service,
.callForm__form .name,
.callForm__form .phone {
  margin-bottom: 16px;
}
.callFormSuccess {
  background: #f3f6f9;
  -webkit-box-shadow: 0 40px 40px -40px rgba(37, 57, 166, 0.4);
          box-shadow: 0 40px 40px -40px rgba(37, 57, 166, 0.4);
  border-radius: 24px;
  padding: 32px;
}
.callFormSuccess__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.callFormSuccess__content {
  margin-bottom: 24px;
}

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