@charset "UTF-8";
.waaa-submit-review {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 48px;
}
.waaa-submit-review__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  border-radius: 24px;
  background: #fff;
  padding: 48px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 12px rgba(121, 112, 169, 0.15);
          box-shadow: 0 2px 12px rgba(121, 112, 169, 0.15);
  overflow: visible;
}
@media (max-width: 768px) {
  .waaa-submit-review__inner {
    padding: 16px;
  }
}
.waaa-submit-review__left {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
@media (min-width: 992px) {
  .waaa-submit-review__left {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.waaa-submit-review__right {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  overflow: visible;
}
@media (min-width: 992px) {
  .waaa-submit-review__right {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.waaa-submit-review__title {
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  line-height: 1;
  letter-spacing: -2.16px;
}
.waaa-submit-review .waaa-title__primary {
  color: #000;
  font-family: "Spectral", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.waaa-submit-review .waaa-title__secondary {
  color: #7970A9;
  font-family: "Spectral", serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 768px) {
  .waaa-submit-review .waaa-title__secondary {
    font-size: 36px;
	letter-spacing: -2.16px;  
  }
  .waaa-submit-review .waaa-title__primary {
   font-size: 36px;
	letter-spacing: -2.16px;  
  }
}
.waaa-submit-review__desc {
  max-width: 312px;
  color: #000;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  overflow: visible;
}
@media (min-width: 768px) {
  .waaa-submit-review .waaa-cf7-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.waaa-submit-review .waaa-field {
  overflow: visible;
}
.waaa-submit-review .waaa-field--wide {
  grid-column: 1/-1;
}
.waaa-submit-review .wpcf7-spinner {
  display: none;
  opacity: 0;
}
.waaa-submit-review .wpcf7-not-valid-tip {
  font-family: "Geist", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: -0.1px;
}
.waaa-submit-review {
  /* Базовые инпуты */
}
.waaa-submit-review .waaa-cf7 input[type=text],
.waaa-submit-review .waaa-cf7 input[type=email],
.waaa-submit-review .waaa-cf7 input[type=tel],
.waaa-submit-review .waaa-cf7 .waaa-country {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 17px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #000;
}
.waaa-submit-review .waaa-cf7 .waaa-attach-ui {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Geist", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #000;
  padding: 10px 16px;
  min-height: 48px;
}
.waaa-submit-review .waaa-cf7 ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7 ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7 :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7 ::-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7 ::placeholder {
  color: #000;
  opacity: 0.6;
}
.waaa-submit-review .waaa-cf7 .wpcf7-response-output {
  grid-column: 1/-1;
  border-radius: 8px;
  padding: 12px 16px !important;
  background: #b4b4f1;
  color: #000;
  font-family: "" Geist "", system-ui, sans-serif;
  text-align: center;
  border: unset !important;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .waaa-submit-review .waaa-cf7 .wpcf7-response-output {
    font-size: 12px;
  }
}
.waaa-submit-review {
  /* Country select */
}
.waaa-submit-review .waaa-country {
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.waaa-submit-review .waaa-country__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.6;
}
.waaa-submit-review .waaa-country__label img.waaa-flag {
  margin-right: 6px;
  vertical-align: -2px;
}
.waaa-submit-review .waaa-country__arrow {
  margin-left: 8px;
}
.waaa-submit-review .waaa-country__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-height: 260px;
  overflow: auto;
}
.waaa-submit-review .waaa-country--open .waaa-country__list {
  display: block;
}
.waaa-submit-review .waaa-country__item {
  padding: 10px 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.waaa-submit-review .waaa-country__item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.waaa-submit-review .waaa-flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.waaa-submit-review {
  /* Attach field */
}
.waaa-submit-review .waaa-field--attach .waaa-attach-ui {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 96px;
}
.waaa-submit-review .waaa-attach-ui input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.waaa-submit-review .waaa-attach-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.waaa-submit-review .waaa-attach-placeholder {
  pointer-events: none;
  opacity: 0.6;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.waaa-submit-review .waaa-attach-row {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8px;
  margin-top: 4px;
  width: 100%;
}
.waaa-submit-review .waaa-attach-ui--has-file .waaa-attach-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.waaa-submit-review .waaa-attach-filename {
  font-size: 12px;
  opacity: 0.75;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.waaa-submit-review .waaa-attach-clear {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  opacity: 0.7;
}
.waaa-submit-review .waaa-attach-clear:hover {
  opacity: 1;
}
.waaa-submit-review .waaa-attach-right {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.waaa-submit-review .waaa-attach-btn {
  background: transparent;
  border: none;
  color: #7970A9;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: -0.42px;
  cursor: pointer;
}
.waaa-submit-review .waaa-attach-btn:hover {
  text-decoration: underline;
}
.waaa-submit-review .waaa-actions {
  grid-column: 1/-1;
  margin-top: 8px;
}
.waaa-submit-review .waaa-btn,
.waaa-submit-review input.waaa-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 226px;
  height: 56px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #7970A9;
  background: transparent;
  color: #7970A9;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.54px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.waaa-submit-review .waaa-btn:hover,
.waaa-submit-review input.waaa-btn:hover {
  background-color: #7970A9;
  color: #fff;
  border-color: #7970A9;
}
.waaa-submit-review .waaa-btn:focus,
.waaa-submit-review input.waaa-btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(121, 112, 169, 0.25);
          box-shadow: 0 0 0 3px rgba(121, 112, 169, 0.25);
}
@media (max-width: 768px) {
  .waaa-submit-review {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .waaa-submit-review .waaa-field--attach .waaa-attach-ui {
    padding-right: 16px;
  }
  .waaa-submit-review .waaa-attach-right {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
	position: relative;
	top: -3px;  
	left: 0;
  }
  .waaa-submit-review .waaa-attach-filename {
    white-space: normal;
  }
}