.fbform {
  width: 449px;
  height: 389px;
  padding: 35px 0 35px;
  text-align: center;
  opacity: .95;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #efefef;
  display: none;
  font-family: "Open Sans"; }
  .fbform h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 3px;
    color: #000; }
  .fbform .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    width: 318px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    color: #000; }
  .fbform .text {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    display: block;
    margin-bottom: 15px;
    color: #000; }
  .fbform .lnk {
    display: block; }
  .fbform a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #33a6dc;
    border-bottom: 1px dotted #33a6dc; }
    .fbform a:hover {
      border-color: transparent; }
  .fbform form {
    display: block;
    overflow: hidden;
    width: 318px;
    margin: 0 auto 10px; }
  .fbform .inp {
    float: left;
    width: 100%;
    height: 52px;
    margin-bottom: 3px;
    background: #fff; }
  .fbform .inp input {
    font: 300 13px open sans;
    float: left;
    width: 260px;
    padding: 17px 29px;
    color: #797979;
    border: none; }
  .fbform .inp input.mail {
    background: url(../img/new_ico_mail2.png) no-repeat 278px center; }
  .fbform .inp input.phone {
    background: url(../img/m22.png) no-repeat 278px center; }
  .fbform .sub {
    float: left;
    width: 100%;
    margin-top: 12px; }
  .fbform .sub input {
    font: 700 15px open sans;
    display: inline-block;
    width: 100%;
    height: 65px;
    cursor: pointer;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #dc724e; }
  .fbform .sub input:hover {
    background: #d35e36; }

@media (max-width: 667px) {
  .fbform {
    width: 280px;
    height: 359px; }
    .fbform h3 {
      font-size: 20px;
      font-weight: 400;
      line-height: 20px; }
    .fbform .desc {
      font-size: 12px;
      line-height: 15px;
      width: 233px; }
    .fbform .text {
      font-size: 11px; }
    .fbform form {
      width: 233px; }
    .fbform a {
      font-size: 11px; }
    .fbform .inp {
      width: 100%;
      height: 39px;
      margin-bottom: 3px; }
    .fbform .inp input {
      width: 195px;
      padding: 10px 19px; }
    .fbform .inp input.mail {
      background: url(../img/new_ico_mail2.png) no-repeat 210px center; }
    .fbform .inp input.phone {
      background: url(../img/m22.png) no-repeat 210px center; } }
