/*
 $color-yellow: #ffd500;
 $color-yellow-hover: #ffb401;
 $color-yellow-rgba: rgba(255, 213, 0, 0.9);
 */
#contacts {
  padding-top: 20px; }
  #contacts #map {
    height: 310px;
    width: 100%; }
  #contacts .about-info p {
    font-size: 96%; }
  #contacts .office p {
    white-space: pre-line; }
/*
 $color-yellow: #ffd500;
 $color-yellow-hover: #ffb401;
 $color-yellow-rgba: rgba(255, 213, 0, 0.9);
 */
::-webkit-input-placeholder {
  color: #494949;
  opacity: 1;
  font-style: italic; }

::-moz-placeholder {
  color: #494949;
  opacity: 1;
  font-style: italic; }

:-moz-placeholder {
  color: #494949;
  opacity: 1;
  font-style: italic; }

:-ms-input-placeholder {
  color: #494949;
  opacity: 1;
  font-style: italic; }

#page img {
  margin: 10px; }

#feedback {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  color: #000;
  position: relative; }
  #feedback div.contacts {
    font-size: 110%; }
    #feedback div.contacts div {
      padding: 5px 0; }
      #feedback div.contacts div i {
        display: inline-block;
        font-size: 140%;
        width: 30px;
        text-align: center; }
    #feedback div.contacts div:nth-child(2) i {
      font-size: 110%; }
    #feedback div.contacts div:nth-child(3) i {
      font-size: 96%; }
  #feedback .feedsend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    color: #666;
    text-align: center; }
    #feedback .feedsend div.block {
      display: table;
      width: 100%;
      height: 100%; }
      #feedback .feedsend div.block div.error {
        display: table-cell;
        vertical-align: middle; }
    #feedback .feedsend button.error {
      background: transparent;
      width: 90%;
      max-width: 430px;
      margin: 15px auto;
      display: block;
      border-radius: 3px;
      border: 2px solid #fff;
      opacity: 0.8;
      color: #fff; }
      #feedback .feedsend button.error:hover {
        background: #fff;
        color: #121212;
        opacity: 1; }
      #feedback .feedsend button.error:active {
        opacity: 0.9; }
  #feedback input, #feedback textarea {
    background: rgba(255, 255, 255, 0.4);
    height: 40px;
    padding: 10px;
    width: 100%;
    color: #000;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none; }
    #feedback input:hover, #feedback textarea:hover {
      background: rgba(255, 255, 255, 0.5); }
  #feedback textarea {
    width: 100%;
    height: 150px;
    resize: none; }
  #feedback .btn-send {
    background: #666;
    font-size: 110%;
    width: 100%;
    margin: 0;
    vertical-align: top;
    border: 1px solid #666;
    opacity: 0.8;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-family: "Open Sans", sans-serif, tahoma, verdana; }
    #feedback .btn-send:hover {
      opacity: 1; }
    #feedback .btn-send:active {
      opacity: 0.9; }
  #feedback .hidden {
    display: none; }
  #feedback .show {
    width: 40%;
    margin: 10px auto;
    min-width: 200px; }
  #feedback .item {
    margin: 15px 0; }
  #feedback .btn {
    background: #68acef;
    color: #fff;
    border: 0 none;
    font-size: 150%;
    padding: 15px 35px;
    border-radius: 30px; }
