.wdr2_add .wdr2_result ul {
  margin: 0;
  padding: 0 0 0 21px;
}
.wdr2_add form {
  margin: 0;
  padding: 0;
}
.wdr2_add .wdr2_success {
  color: green;
  font-weight: bold;
  margin-bottom: 20px;
}
.wdr2_add .wdr2_error {
  color: red;
  margin-bottom: 20px;
}
.wdr2_add hr {
  background: #999;
  border: 0;
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 0 0 12px;
  overflow: hidden;
}
.wdr2_add .ratings {
  font-size: 11px;
  margin: 0 0 12px;
}
.wdr2_add .ratings table {
  background: transparent;
  border: 0;
}
.wdr2_add .ratings table td {
  background: transparent !important;
  border: 0 !important;
  padding: 1px 6px 1px 0;
}
.wdr2_add .ratings table td.rating_title {
  text-align: right;
  vertical-align: top;
}
.wdr2_add .ratings table td.rating_value {
  text-align: left;
  vertical-align: middle;
}
.wdr2_add .fields .field label {
  color: var(--text-secondary);
  font-family: var(--font-roboto-reg);
}
.wdr2_add .fields .field label .required {
  color: red;
  padding: 1px;
  position: relative;
  top: -1px;
}

.wdr2_add .field input {
  font-size: 1rem;
  font-family: var(--font-notoSans);
}

.wdr2_add .field textarea {
  font-size: 1rem;
  padding: 10px 16px;
  font-family: var(--font-notoSans);
  border-radius: 4px;
  color: var(--text-secondary);
}

.wdr2_add .fields .field .input input[type='text'],
.wdr2_add .fields .field .input textarea,
.wdr2_add .fields .field .input select {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #8ca3ae #a0b4be #b6c8d1 #a0b4be;
  font: normal 12px 'Arial', 'Helvetica', sans-serif;
  height: 26px;
  max-width: 100%;
  outline: 0;
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wdr2_add .fields .field .input input[type='text'] {
  line-height: 26px;
  padding: 2px 8px;
}
.wdr2_add .fields .field .input textarea {
  height: auto;
  line-height: 26px;
  padding: 2px 8px;
}
.wdr2_add .fields .field .input select {
  padding: 6px 1px;
}
.wdr2_add .fields .field .input select option {
  padding: 2px 4px;
}
.wdr2_add .fields .field .input input[type='file'] {
  outline: 0;
}
.wdr2_add .fields .field .input .file_design_wrapper {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #8ca3ae #a0b4be #b6c8d1 #a0b4be;
  font: normal 12px 'Arial', 'Helvetica', sans-serif;
  height: 30px;
  outline: 0;
  width: 360px;
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.wdr2_add .fields .field .input .file_design_wrapper .panel1 {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABM0lEQVR42pWTIa+CYBSG/YkGgolCM9FMNhOJ4gkENv+J1blZmM3AFFBA0M1ie+95mZ/iletVtmfPe87ZYfIJvd4H12w2EwV079srDENRcL1eQX+1HASBKDifz6B/8f7XTKdTUXA6nUCbTC6Xi+l138T3fVFQ1zVoUhTFPbdnL8ue54mCqqpAkzzPTRYzj+O46T0tTyYTUXA8HkGT/X5vsph5u3dfHo/HoqAsS9AkyzKTpWP+WB6NRqI0z0mTJElMlo75Y9l1XVFwOBxAk+12a7J0zJ9PfjgcNs9EK0Kv1+unuj1/OXXHcRBFEehbLczGPAdTd/7ntm1juVyCbvWEdZqmTZ/1n2/cYDDAYrEA3YaHeMvvX1nLsjCfz7FarbDb7Ro2mw3YV/7/+vr9vijo4KNP9weiTpKdOX1I7QAAAABJRU5ErkJggg==')
    10px center no-repeat;
  cursor: text;
  display: block;
  height: 100%;
  line-height: 22px;
  min-height: 16px;
  overflow: hidden;
  padding: 4px 8px 4px 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty='Y'] {
  color: gray;
}
.wdr2_add .fields .field .input .file_design_wrapper input[type='file'] {
  width: 300px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.wdr2_add .agreement input[type='checkbox'] {
  margin: 0;
  vertical-align: middle;
}
.wdr2_add .agreement label {
  display: inline;
  font-weight: normal;
  vertical-align: middle;
}
.wdr2_add .wdr2_reqfield {
  display: none;
}
.wdr2_add .submit {
  margin-top: 16px;
}
.wdr2_add .add_btn:active,
.wdr2_add .submit input[type='submit']:active {
  background: rgb(255, 50, 50);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(255, 50, 50)),
    color-stop(100%, rgb(255, 50, 50))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(255, 50, 50) 0%,
    rgb(255, 50, 50) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgb(255, 50, 50) 0%,
    rgb(255, 50, 50) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(255, 50, 50) 0%,
    rgb(255, 50, 50) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(255, 50, 50) 0%,
    rgb(255, 50, 50) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 50, 50) 0%,
    rgb(255, 50, 50) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,50,50)', endColorstr='rgb(255,50,50)',GradientType=0 );
  -moz-box-shadow: inset 0 3px 2px 1px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: inset 0 3px 2px 1px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 3px 2px 1px rgba(0, 0, 0, 0.22);
}
.wdr2_add .add_btn[disabled],
.wdr2_add .submit input[type='submit'][disabled] {
  background: #d8d8d8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d8d8d8 0%, #bcbcbc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d8d8d8),
    color-stop(100%, #bcbcbc)
  );
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #bcbcbc 100%);
  background: -o-linear-gradient(top, #d8d8d8 0%, #bcbcbc 100%);
  background: -ms-linear-gradient(top, #d8d8d8 0%, #bcbcbc 100%);
  background: linear-gradient(to bottom, #d8d8d8 0%, #bcbcbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );
}

/* Visual HTML-editor */
.nicEdit-panelContain {
  border-color: #8ca3ae #a0b4be #b6c8d1 #a0b4be !important;
}
.nicEdit-editorContent {
  border-color: #fff #a0b4be #b6c8d1 #a0b4be !important;
  -moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  border: solid 1px rgba(101, 114, 128, 0.7);
  background: white;
  color: black;
  resize: none;
  height: 150px;
  font-size: 14px;
  font-weight: normal;
}

.wdr2_add .form_title {
  font-family: 'RobotoMedium', sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: var(--head);
  line-height: 41px;
  margin-bottom: 12px;
}

.wdr2_form_wrapper {
  border-top: 4px solid var(--red-main);
  padding-top: 36px;
}

.wdr2_add .fields .field {
  margin-bottom: 16px;
  font-size: 1rem;
}

#wdr2_add_form_1 {
  border-top: none !important;
}

.submit input[type='submit'] {
  background-color: #27241d;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'NotoSansRegular';
  font-size: 16px;
  height: unset;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  text-shadow: unset;
  width: 220px;
}

.field_fio label,
.field_email label {
  display: inline-block;
  margin-bottom: 8px;
}

.field_comment textarea {
  border: solid 1px #e4e4e5;
}

.resizeNone {
  resize: none;
}

.field_comment textarea:hover,
.field_comment textarea:focus {
  border: solid 1px #b1b1b1;
}

.field_comment label,
.wdr2_captcha label {
  display: none;
}

.captcha-container {
  display: flex;
  margin-bottom: 6px;
}

.captcha-image {
  margin-right: 10px;
  height: 42px;
  width: 189px;
}

.refresh-captcha {
  display: flex;
  align-items: center;
}

.refresh-captcha img {
  margin-right: 4px;
}

.refresh-captcha a {
  color: #aaaaaa;
  font-size: 0.75rem;
}

.wdr2_captcha {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1200px) {
  .wdr2_add .form_title {
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .wdr2_add {
    max-width: unset;
  }

  .fields {
    max-width: 430px;
    margin: 0 auto;
  }

  .wdr2_add .form_title {
    text-align: left;
  }

  .wdr2_items {
    padding-top: 24px;
  }

  .wdr2_form_wrapper {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 700px) {
  .wdr2_items {
    padding-top: 16px;
  }

  .wdr2_form_wrapper {
    margin-bottom: 24px;
    padding-top: 16px;
  }
}
