.video-block-opt {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 640px) {

  .video-block-opt {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
  }
  .video-block-opt iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

}


  input.orange_input, textarea.orange_input {
    width: 459px;
}
    input.orange_input, input.orange_button, textarea.orange_input, select.orange_input {
    color: #757575;
    background: #d6e3ff;
    font-size: 18px;
    border: 0;
    padding: 13px 20px 14px 25px;
    outline: none;
}
    input.orange_button{
    color:#fff;
    background: #527aff;
    cursor: pointer;
    box-shadow: 0 6px #999;
    border-radius: 5px;
}
.mt24 {
    margin-top: 24px;
}
select.orange_input {
    width: 459px;
}
select.orange_input > option {
    font-size: 14px;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.recaptcha {
    margin-bottom: 24px;
}

