body,
input,
button,
textarea,
select {
  font-family: 'text', 'Open Sans', sans-serif, Arial;
}
header.main {
  background: #e5e5e5 center top no-repeat;
  background-size: cover;
}
.address {
  cursor: pointer;
}
.section.up {
  height: 112px;
  position: relative;
  z-index: 2;
}
.section.up .bg {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.7;
}
.section.up  .container {
  position: relative;
  padding-top: 27px;
}
.section.up .navigation,
.section.up .contacts,
.section.up .profile {
  display: block;
  position: relative;
  float: left;
}
.section.up .profile {
  float: right;
  display: block;
  padding-top: 0px;
}
.section.up .profile a {
  margin-left: 5px;
  color: black;
  font-size: 16px;
}
.navigation li {
  display: block;
  float: left;
  margin-right: 60px;
  max-width: 255px;
}
.navigation li a {
  color: black;
  font-size: 16px;
  text-decoration: underline;
}
.section.up .contacts {
  background: url(/img/location.png) 0px 5px no-repeat;
  padding-left: 30px;
}
.section.up .address {
  text-decoration: underline;
  font-size: 16px;
}
.section.up .contacts .tel {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none !important;
}
.section.up .contacts a {
  color: black;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}
.mainText {
  position: relative;
}
.copy {
  color: white;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.map {
  height: 640px;
  background: center no-repeat;
  background-size: cover;
  position: relative;
}
.map  .container {
  position: relative;
}
.request-form {
  width: 350px;
}
.request-form  label {
  display: none;
}
.request-form .blockName {
  background: black;
  color: white;
  font-weight: bold;
  padding: 0px 15px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.request-form .blockName i {
  font-weight: bold;
  margin-right: 5px;
}
.request-form .content {
  position: relative;
}
.request-form .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.request-form .tab-content {
  position: relative;
  margin-top: -15px;
}
.request-form .form-group {
  position: relative;
  background: rgba(255,255,255,0.9);
  margin-bottom: 3px !important;
}
.request-form .form-group input,
.request-form .form-group textarea {
  border: none;
  background: transparent !important;
  resize: none;
}
.request-form .form-group textarea {
  height: 100px;
}
.request-form  .formButtons {
  text-align: right;
}
.request-form  .formButtons button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: black;
  cursor: pointer;
}
.request-form .response {
  padding: 30px 10px;
  background: rgba(255,255,255,0.9);
}
.help-block {
  padding: 10px;
}
.supername {
  font-size: 36px;
}
.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;
}
.mainText .address,
.mainText .tel {
  text-align: center;
}
.mainText .tel {
  font-size: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .navigation li:last-child {
    margin-right: 0px;
  }
  .logo {
    position: relative;
    display: block;
    margin: 50px auto 50px auto;
  }
  .mainText .content {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
  }
  .request-form {
    margin: auto;
  }
  .map {
    height: auto;
  }
  .copy {
    color: black;
    text-align: center;
    position: relative;
    padding: 10px 0px;
  }
}
@media screen and (min-width: 992px) {
  .mainText {
    position: relative;
  }
  .mainText .item {
    display: table !important;
    height: 100%;
    position: relative;
  }
  .mainText .content,
  .mainText .in {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .mainText .row {
    position: relative;
  }
  .logo {
    position: relative;
    top: -50px;
  }
  .mainText .content {
    font-size: 19px;
    max-width: 480px;
    position: relative;
    top: -50px;
  }
  .request-form {
    position: absolute;
    right: 0px;
    top: -50px;
  }
}
@media screen and (max-width: 992px) {
  .navigation li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mainText .content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .in {
    padding-top: 40px;
  }
  .logo {
    width: 80%;
    margin: auto;
    height: auto;
    margin-bottom: 30px;
    max-width: 388px;
  }
  .copy {
    color: black;
    text-align: center;
    position: relative;
  }
  .supername {
    display: block;
    font-size: 25px;
  }
  .tab-pane {
    padding-top: 5px;
  }
  .navigation {
    margin-bottom: 20px;
  }
  .navigation,
  .navigation li {
    float: none !important;
  }
  .navigation li {
    margin-bottom: 10px;
    text-align: center;
    max-width: none;
    margin-right: 0px;
  }
  .navigation li a {
    text-decoration: underline;
  }
  .profile {
    float: none !important;
    clear: both;
    text-align: center;
  }
  .section.up {
    height: auto !important;
    padding-bottom: 20px;
  }
  .request-form {
    max-width: 100%;
  }
}
@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;
}
