.fc {
    position: absolute;
    bottom: -63px;
    left: 15px;
    z-index: 111;
}
body {
    background: #fff url(/images/background.jpg) no-repeat center center fixed!important;
    -moz-background-size: cover;
    -o-background-size: 102% auto;
    -webkit-background-size: 102% auto;
    -khtml-background-size: cover;
    background-size: cover;
}
  .offcanvas_ru_ua form {
  margin-top: 10px ;
  display:none;
  }
    
.inputbox {
    height: 32px;
    width: 60px;
    background: #562624;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 25px;
    color: #F7EFDC;
}
select{
    display: block;
    height: 34px;
    padding: 6px;
      padding-top: 3px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus{
    border-color: #562624;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(86 38 36 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(86 38 36 / 60%);
}
@media (max-width: 767px){
  .offcanvas_ru_ua form {

  display:block;
  }}