#tpl-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}
#tpl-side {
    float: right;
    width: 300px;
    border-left: 1px dashed #ff6c0a;
    padding-left: 20px;
    margin-bottom: 20px;
}
#tpl-main {
    margin-right: 341px;
}



#tpl-side > h2 {
  font-family:Oswald, sans-serif;
  font-size:19px;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin:0 0 10px;
  text-transform:uppercase;
}

#tpl-feedback {
    padding: 5px 10px 10px 10px;
    background-color: #ff6c0a;
    border-radius: 10px;
}
#tpl-feedback > input,
#tpl-captcha > input,
#tpl-feedback > textarea {
    margin: 6px 0;
    padding: 4px 6px;
    border-top: 1px solid ;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #444;
	font-size: 14px;
	font-family: oswald;
}
#tpl-feedback > input,
#tpl-feedback > textarea {
    display: block;
    width: 100%;
}
#tpl-feedback > textarea {
    height: 120px;
}
#tpl-captcha,
#tpl-gdpr {
  color:#FFFFFF;
  font-family:arial;
  font-size:14px;
  text-align:left;
}
#tpl-captcha > span {
    margin: 0 5px 0 10px;
}
#tpl-captcha > input {
    width: 120px;
}

#tpl-gdpr {
    margin: 15px 0 0 5px;
}
#tpl-gdpr span {
    font-size: 0.9em;
}

#tpl-submit {
    text-align: left;
    margin-top: 25px;
}

#tpl-feedback > input::-webkit-input-placeholder { color: #FF6C0A; }
#tpl-feedback > input:-moz-placeholder { color: #FF6C0A; }
#tpl-feedback > input::-moz-placeholder { color: #FF6C0A; }
#tpl-feedback > input:-ms-input-placeholder { color: #FF6C0A; }
#tpl-feedback > textarea::-webkit-input-placeholder { color: #FF6C0A;  }
#tpl-feedback > textarea:-moz-placeholder { color: #FF6C0A; }
#tpl-feedback > textarea::-moz-placeholder { color: #FF6C0A;  }
#tpl-feedback > textarea:-ms-input-placeholder { color: #FF6C0A;  }
#tpl-captcha > input::-webkit-input-placeholder { color: #FF6C0A;  }
#tpl-captcha > input:-moz-placeholder { color: #FF6C0A;  }
#tpl-captcha > input::-moz-placeholder { color: #FF6C0A;  }
#tpl-captcha > input:-ms-input-placeholder { color: #FF6C0A;  }

#tpl-message {
    margin: 10px 0;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    background-color: red;
}


#mo-wraper {
}

#mo-info > h2 {
    font: normal normal normal 1.5em/normal sans-serif;
    margin: 2em 0 1em 0;
    color: #444;
}

#mo-content {}

#mo-feedback {
    margin-bottom: 2em;
}
#mo-feedback > input,
#mo-captcha > input,
#mo-feedback > textarea {
    margin: 6px 0;
    padding: 6px 10px;
    border: 1px solid #ff6c0a;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #444;
    font-size: 1em;
}
#mo-feedback > input,
#mo-feedback > textarea {
    display: block;
    width: 100%;
}
#mo-feedback > textarea {
    height: 120px;
}
#mo-gdpr {
    margin-top: 10px;
}
#mo-captcha {
    text-align: left;
    margin-top: -6px;
}
#mo-captcha > span {
    margin: 0 5px 0 10px;
}
#mo-captcha > input {
    width: 120px;
}

#mo-submit {
    text-align: left;
    margin-top: 25px;
}

#mo-feedback > input::-webkit-input-placeholder { color: #777; font-style: italic; }
#mo-feedback > input:-moz-placeholder { color: #777; font-style: italic; }
#mo-feedback > input::-moz-placeholder { color: #777; font-style: italic; }
#mo-feedback > input:-ms-input-placeholder { color: #777; font-style: italic; }
#mo-feedback > textarea::-webkit-input-placeholder { color: #777; font-style: italic; }
#mo-feedback > textarea:-moz-placeholder { color: #777; font-style: italic; }
#mo-feedback > textarea::-moz-placeholder { color: #777; font-style: italic; }
#mo-feedback > textarea:-ms-input-placeholder { color: #777; font-style: italic; }
#mo-captcha > input::-webkit-input-placeholder { color: #777; font-style: italic; }
#mo-captcha > input:-moz-placeholder { color: #777; font-style: italic; }
#mo-captcha > input::-moz-placeholder { color: #777; font-style: italic; }
#mo-captcha > input:-ms-input-placeholder { color: #777; font-style: italic; }

#mo-message {
    margin: 10px 0;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
    background-color: red;
}
