body,
input,
button,
textarea,
select {
  font-family: 'text', 'Open Sans', sans-serif, Arial;
}
header.main {
  height: 112px;
  background: #f8f8f8;
}
header.main .simpleMenu,
header.main .contacts,
header.main .profile,
header.main .logo {
  display: block;
  position: relative;
  float: left;
}
header.main .profile {
  float: right;
  display: block;
  padding-top: 20px;
}
header.main .profile a {
  margin-left: 5px;
  color: black;
}
header.main .simpleMenu {
  padding-left: 50px;
  padding-top: 20px;
  max-width: 320px;
  margin-right: 60px;
}
header.main .simpleMenu a {
  color: black;
  text-decoration: underline;
}
header.main .simpleMenu li {
  margin-bottom: 10px;
}
header.main .simpleMenu .active a {
  font-weight: bold;
  text-decoration: none;
}
header.main .contacts {
  background: url(/img/location.png) 0px 25px no-repeat;
  padding-left: 30px;
  text-decoration: underline;
  padding-top: 20px;
}
header.main .contacts .address {
  cursor: pointer;
}
header.main .contacts .tel {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
header.main .contacts a {
  color: black;
  cursor: pointer;
  font-size: 12px;
}
.mobileMenu {
  background: #242424;
}
.mobileMenu a {
  color: white;
  font-size: 16px;
}
.mobileMenu li:hover,
.mobileMenu li:hover a {
  background: none;
}
.mobileMenu li {
  border-bottom: 1px solid #464646;
}
.mobileMenu li:last-child {
  border-bottom: 0px;
}
.mobileMenu li:hover a {
  text-decoration: underline;
}
.userInfoBlock {
  display: table;
  height: 50px;
}
.userInfoBlock div.cell {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.userInfoBlock div.arrow {
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
}
.userInfoBlock div.name span {
  background: #efeff0;
  display: block;
  padding: 6px 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
}
.userInfoBlock div.exit {
  padding-left: 8px;
}
.userInfoBlock div.exit a {
  color: black;
  text-decoration: underline;
}
.postofficeid {
  position: relative;
  margin: 0px;
  padding: 4px 0px 0px 0px;
}
.modal-content {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-color: gray;
}
.modal-header {
  background: #f69335;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
}
.modal-header  .modal-title {
  font-size: 26px;
}
.modal-header .close {
  font-size: 30px;
  font-family: 'Arial';
}
.modal-content .btn,
.btn-black,
.btn-save,
.form-req .formButtons button {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  font-size: 16px;
  color: black;
  padding: 10px 25px;
  border: none;
  margin-right: 20px;
}
.btn-black,
.btn-save {
  margin-bottom: 10px;
}
.modal-content .btn-primary,
.btn-save,
.form-req .formButtons button {
  background: #f69335;
}
.modal-content .btn-danger,
.btn-black {
  background: black;
  color: white !important;
}
.modal-content .btn-danger:hover,
.btn-black:hover {
  color: white;
}
.modal-content input.form-control {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px 20px;
}
.formButtons {
  padding-top: 10px;
}
.navbar-header,
header.page .block {
  height: 50px;
}
footer.page {
  background: #242424;
  padding: 30px 0px;
  color: white;
}
.page-content {
  background: #e5e5e5;
}
.page-content h1 {
  font-size: 30px;
  margin: 0px;
  padding: 44px 0px 23px 0px;
}
.simpleText {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 30px;
}
.simpleText h3 {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #d26e09;
}
footer.main {
  background: black;
}
footer.main .containter {
  position: relative;
  height: 68px;
  color: white;
}
footer.main .copy,
footer.main .contacts,
footer.main .request-button,
.support {
  display: block !important;
  float: left;
  height: 68px;
}
.support {
  padding-left: 50px;
  line-height: 68px;
  color: #f69335;
}
footer.main .copy {
  color: white;
  line-height: 68px;
}
footer.main .contacts {
  color: white;
  padding-top: 15px;
  padding-left: 50px;
}
footer.main .request-button {
  float: right;
  background: #ff8d08;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 16px;
  padding: 0px 10px;
}
footer.main .request-button i {
  margin-right: 5px;
}
.callbackForm textarea {
  resize: none;
  height: 120px;
}
@media screen and (max-width: 992px) {
  header.main .container {
    position: relative;
  }
  .profile {
    position: absolute !important;
    float: none;
    right: 0px;
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer.main .container {
    height: auto;
  }
  footer.main .container .request-button {
    float: none;
    margin: auto;
  }
  header.main .logo {
    width: 150px;
    margin-left: -10px;
    position: relative;
  }
  header.main .container {
    padding: 0px;
  }
  header.main .container,
  header.main {
    height: 59px;
  }
  .navbar-toggle {
    font-size: 20px;
  }
  .mobileMenu {
    width: 100% !important;
    position: relative;
  }
  .navbar-nav {
    margin: 0px !important;
  }
}
@font-face {
  font-family: 'text';
  src: url('/fonts/exo.eot');
  src: url('/fonts/exo.eot?#iefix') format('embedded-opentype'), url('/fonts/exo.woff') format('woff'), url('/fonts/exo.ttf') format('truetype'), url('/fonts/exo.svg#text') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'text';
  src: url('/fonts/exo.bold.eot');
  src: url('/fonts/exo.bold.eot?#iefix') format('embedded-opentype'), url('/fonts/exo.bold.woff') format('woff'), url('/fonts/exo.bold.ttf') format('truetype'), url('/fonts/exo.bold.svg#text') format('svg');
  font-weight: bold;
  font-style: normal;
}
