.bot_form {
  font-size: 12px;
  position: relative;
  padding: 8px 16px;
  background: #fff; }
  .bot_form__title {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 12px;
    padding: 0;
    color: #f48222; }
  .bot_form__desc {
    font-size: 11px;
    margin-top: 4px; }

.bot_form-action-container {
  padding: 8px 0; }

.bot_form-group__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #c7b39b; }

.bot_form-group__name {
  width: 30%; }

.bot_form-group__value {
  width: 70%; }

@media screen and (max-width: 480px) {
  .bot_form-group__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2px;
    margin-bottom: 4px;
    border: none; }
  .bot_form-group__name {
    font-size: 11px;
    width: 100%;
    margin-bottom: 6px;
    opacity: .6; }
  .bot_form-group__value {
    width: 100%; }
  .bot_form__desc {
    opacity: .6; }
  .bot_form__title {
    margin-top: 6px;
    margin-bottom: 4px; } }
