#spec_sd_photos_place {
  display: flex;
  flex-wrap: wrap;
}
.spec-sd-form-wrap {
  background-color: #FAF6ED;
  padding: 1px 0;
}
.spec-sd-form {
  padding: 0 0 48px 0;
}
.spec-sd-photos-item {
  position: relative;
  height: 80px;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0 12px 12px 0;
}
@media all and (min-width: 768px) {
  .spec-sd-photos-item {
    height: 120px;
  }
}
.spec-sd-photos-del {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  background: #444;
  text-align: center;
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.4;
  transition: opacity linear 0.3s;
}
.spec-sd-photos-del:hover {
  opacity: 1;
}
.spec-sd-photos-uploader {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.spec-sd-photos-img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.spec-sd-form-row {
  margin: 12px 0;
}
.spec-sd-form-row input[type=text],
.spec-sd-form-row textarea {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  outline: none;
  box-shadow: 0 0 1px #7e7e7e;
  box-sizing: border-box;
  font-size: 16px;
  color: #444;
  transition: box-shadow linear 0.3s;
}
.spec-sd-form-row input[type=text]:focus,
.spec-sd-form-row textarea:focus {
  box-shadow: 0 0 8px #ff3c00;
}
@media all and (min-width: 1024px) {
  .spec-sd-form-row input[type=text] {
    width: 300px;
  }
}
@media all and (min-width: 1024px) {
  .spec-sd-form-row textarea {
    width: 600px;
  }
}
.spec-sd-form-label {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 12px;
  padding-bottom: 4px;
}
.spec-sd-addphoto-place {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px dashed #b3b3b3;
  border-radius: 20px;
  color: #aaa;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .spec-sd-addphoto-place {
    width: 120px;
    height: 120px;
  }
}
.spec-sd-addphoto-place a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.spec-sd-addphoto-place:hover {
  border-color: #0c9cfa;
  color: #0c72be;
}
.spec-sd-addphoto-place:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: inherit;
}
.spec-sd-form-descr {
  font-size: 0.8em;
  opacity: 0.5;
}
.spec-sd-form-errors {
  display: inline-block;
  margin-top: 24px;
  padding: 24px;
  font-size: 0.9em;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.spec-sd-form-errors:empty {
  display: none;
}
.spec-sd-rstar {
  color: #ff3c00;
  font-weight: bold;
}
.spec-sd-form-actions {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.spec-sd-form-actions__add-btn {
  transform-origin: left center;
  transform: scale(0.7);
}
.spec-sd-form-actions__add-btn button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.spec-sd-form-actions * {
  margin: 0;
}
.spec-sd-form-actions .spec-sd-add-btn--2 {
  display: none;
}
@media all and (min-width: 768px) {
  .spec-sd-form-actions .spec-sd-add-btn--2 {
    display: inline-block;
  }
}
.spec-sd-add-btn--3 {
  display: inline-block;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .spec-sd-add-btn--3 {
    display: none;
  }
}
.spec-sd-add-place-top {
  text-align: center;
}
/*# sourceMappingURL=descForm.css.map */