body .mosaic-popup--u-ixql5bsrf {
  z-index: 1111; }

.callback-wrap {
  position: fixed;
  top: 80px;
  right: -2px;
  z-index: 3;
  transform: translate(calc(100% - 40px), 0);
  transition: all 0.3s ease;
  padding: 20px 0 20px 40px;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  box-sizing: border-box; }
  .callback-wrap * {
    box-sizing: border-box; }
  .callback-wrap.opened {
    transform: translate(0, 0); }

.callback-title {
  position: absolute;
  top: 20px;
  left: 0;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top;
  cursor: pointer;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 25px 11px;
  font-size: 14px;
  background: repeating-linear-gradient(to bottom right, #ffc001 0%, #ffc001 100%) #ffc001; }

.callback-form {
  width: 320px;
  padding: 20px;
  border-bottom-right-radius: 5px;
  background: #fff;
  font-size: 16px;
  min-height: 300px;
  font-family: Montserrat, sans-serif; }
  .callback-form * {
    outline: none; }
  .callback-form .tpl-anketa__title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px; }
  .callback-form .tpl-anketa-success-note {
    font-size: 18px;
    text-align: center; }
  .callback-form .field-title {
    font-size: 13px;
    padding: 0 0 4px; }
  .callback-form .tpl-field {
    margin: 0 0 10px; }
    .callback-form .tpl-field.tpl-field-html {
      text-align: center;
      margin-bottom: 20px; }
      .callback-form .tpl-field.tpl-field-html p:first-child {
        margin-top: 0; }
        .callback-form .tpl-field.tpl-field-html p:last-child {
          margin-bottom: 0; }
    .callback-form .tpl-field.type-checkbox {
      margin: 15px 0; }
      .callback-form .tpl-field.type-checkbox ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .callback-form .tpl-field.type-checkbox ul li label {
          display: flex;
          align-items: flex-start;
          font-size: 13px; }
          .callback-form .tpl-field.type-checkbox ul li label input {
            width: 13px;
            height: 13px;
            min-width: 13px;
            margin: 0 7px 0 0; }
          .callback-form .tpl-field.type-checkbox ul li label a {
            text-decoration: underline; }
            .callback-form .tpl-field.type-checkbox ul li label a:hover {
              text-decoration: none; }
    .callback-form .tpl-field.tpl-field-button {
      margin: 0; }
      .callback-form .tpl-field.tpl-field-button button {
        cursor: pointer;
        vertical-align: top;
        padding: 16px 20px 15px;
        font-size: 16px;
        line-height: normal;
        background: repeating-linear-gradient(to bottom right, #ffc001 0%, #ffc001 100%) #ffc001;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 50px;
        width: 100%;
        text-align: center;
        border: 0; }
    .callback-form .tpl-field input[type="text"], .callback-form .tpl-field textarea, .callback-form .tpl-field select {
      width: 100%;
      display: block;
      height: 40px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 8px 15px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 16px; }
    .callback-form .tpl-field textarea {
      height: 70px; }

@media (max-width: 480px) {
  .callback-form {
    width: 300px;
    padding: 20px; } }

@media (max-width: 359px) {
  .callback-form {
    width: 270px;
    padding: 20px; } }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }
