#report-ad-modal {
  z-index: 1000;
}


.report-ad .ddm-modal__foot {
  margin-top: -1px;
}

.report-ad .ddm-modal__head .ddm-modal__title:before {
  content: " ";
}

.report-ad .copy {
  font-size: 16px;
  display: block;
  padding: 20px 0 10px;
}

.report-ad .errors {
  font-weight: bold;
  font-size: 14px;
  color: red;
}

.report-ad .form .label {
  display: block;
  font-family: 'raleway';
  font-weight: bold;
  margin: 10px 0 5px;
  color: #363636;
  font-size: 14px;
}

.report-ad .form .form-line {
  display: block;
}

.report-ad .form .form-line:after {
  content: " ";
  clear: both;
  display: table;
}

.report-ad .form input[type="text"],
.report-ad .form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
}

.report-ad .form textarea {
  resize: none;
  height: 88px;
}

.report-ad .fail-values {
  padding: 20px 0 0;
}

.report-ad .fail-values .title {
  display: block;
  font-family: 'raleway';
  font-weight: bold;
  font-size: 16px;
}

.report-ad .fail-values .tip {
  display: block;
  font-size: 10px;
}

.report-ad .fail-values .value-line {
  margin-top: 20px;
}

.report-ad .fail-values .value-label {
  display: inline-block;
  color: #363636;
  font-size: 14px;
}

.report-ad .fail-values .note {
  padding: 10px 0 0;
  color: #363636;
  font-size: 14px;
  display: none;
}

.report-ad .fail-values .mark:before {
  content: "?";
  background: #5b92f4;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
}

.report-ad .fail-values .mark {
  padding: 5px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}

.report-ad .thanks .title {
  display: block;
  font-family: 'raleway';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 400px) {
  .report-ad .ddm-modal__head .ddm-modal__title:before {
    content: "Advertising ";
  }

  .report-ad .form .form-line {
    position: relative;
    padding-left: 140px;
    margin: 10px 0 20px;
  }

  .report-ad .form .label {
    position: absolute;
    left: 0;
    margin: 0;
  }

  .report-ad .fail-values {
    padding: 0;
  }
}
