[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.edit-block-wrap {
  position: relative;
  padding: 50px 30px;
  margin: 0 0 30px;
  color: #6d626f;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.edit-block-wrap * {
  box-sizing: border-box;
  outline: none;
}
.edit-block-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #000;
  opacity: 0.4;
}
.edit-block-wrap-in {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.edit-block-left {
  flex: 1 0 0;
  color: #fff;
}
.edit-block-left a {
  color: #fff;
}
.edit-block-right {
  flex: 0 0 320px;
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  margin: 0 0 0 30px;
}
.edit-block-title {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.edit-block-title p {
  margin: 0;
}
.edit-block-text {
  font-size: 20px;
  margin: 40px 0 0;
}
.edit-block-text p:first-child {
  margin-top: 0;
}
.edit-block-text p:last-child {
  margin-bottom: 0;
}
.edit-block-form .tpl-anketa__title {
  font-size: 24px;
  padding-bottom: 24px;
}
.edit-block-form .tpl-field {
  padding-bottom: 20px;
  text-align: left;
  font-size: 17px;
}
.edit-block-form .tpl-field p:first-child {
  margin-top: 0;
}
.edit-block-form .tpl-field p:last-child {
  margin-bottom: 0;
}
.edit-block-form .tpl-field.type-checkbox ul, .edit-block-form .tpl-field.type-radio_group ul, .edit-block-form .tpl-field.type-multi_checkbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.edit-block-form .field-title {
  color: #555;
  padding-bottom: 4px;
}
.edit-block-form .field-title span {
  color: red;
}
.edit-block-form .error-message {
  padding: 0 0 5px;
}
.edit-block-form .tpl-field input[type=text], .edit-block-form .tpl-field input[type=email], .edit-block-form .tpl-field input[type=tel], .edit-block-form .tpl-field select, .edit-block-form .tpl-field textarea {
  outline: none;
  width: 100%;
  border: 1px solid #b5b5b5;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  height: 46px;
  border-radius: 24px;
}
.edit-block-form .tpl-field textarea {
  height: auto;
}
.edit-block-form .tpl-field-button {
  padding-bottom: 0;
  font-size: 14px;
}
.edit-block-form .tpl-field-button button {
  font-size: 19px;
  color: #fff;
  border-radius: 24px;
  background-color: rgba(255, 101, 93, 0.93);
  border: 2px solid rgba(255, 101, 93, 0.93);
  outline-style: none;
  display: block;
  min-height: 46px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  transition: all 0.3s;
}
.edit-block-form .tpl-field-button button:hover {
  color: rgba(255, 101, 93, 0.93);
  background-color: #fff;
}
@media (max-width: 940px) {
  .edit-block-wrap-in {
    display: block;
  }
  .edit-block-left {
    text-align: center;
  }
  .edit-block-right {
    margin: 100px 0 0;
  }
  .edit-block-form .tpl-field-button {
    width: 260px;
    margin: 0 auto;
  }
  .edit-block-wrap {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .edit-block-wrap {
    padding: 250px 10px 30px;
  }
}
@media (max-width: 480px) {
  .edit-block-form .tpl-anketa__title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .edit-block-right {
    padding: 15px 20px 20px;
  }
}
.special-ver {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 29px;
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .special-ver {
    display: inline-block;
    margin: 15px auto;
    float: none;
  }
}
.special-ver img {
  max-width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.special-ver .text {
  font-weight: bold;
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 96px);
  background: #fff;
  width: 192px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .special-ver .text {
    display: inline-block;
    position: static;
    width: auto;
    background: none;
  }
}
.special-ver:hover .text {
  display: inline-block;
}
