body {
  background-color: rgb(198, 190, 190);
  font: 300 16px/1.38 'Merriweather Sans';
  color: rgb(255, 255, 255);
}

.bottom {
  width: 100%;
  max-width: 1200px;
  height: 30px;
  margin: 60px auto 0;
  background-color: rgb(48, 39, 40);
}

.container {
  display: block;
  float: left;
  width: 139px;
  min-width: 110px;
  max-width: 139px;
  height: 55px;
  margin: 20px 0 0 10px;
  border-radius: 5px;
  background-color: rgba(199, 199, 199, 0.12);
}

.container_all {
  position: relative;
  z-index: 12;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 30px 30px 60px;
  background-color: rgb(255, 255, 255);
}

.container_contact {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

.container_header_thin {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.container_home {
  display: block;
  float: left;
  width: 117px;
  min-width: 85px;
  max-width: 117px;
  height: 55px;
  margin: 20px 0 0 20px;
  border-radius: 5px;
  background-color: rgba(199, 199, 199, 0);
}

.container_phone {
  width: 420px;
  margin: 20px auto 0;
}

.container_portfolio {
  display: block;
  float: left;
  width: 162px;
  min-width: 120px;
  max-width: 162px;
  height: 55px;
  margin: 20px 0 0 15px;
  background-color: rgba(199, 199, 199, 0);
}

.element {
  min-width: 600px;
}

.element_contect {
  width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 5px;
  background-color: rgba(66, 63, 58, 0.8);
}

.element_disclaimer {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 600px;
  height: 32px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgb(48, 39, 40);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: rgb(48, 39, 40);
}

.image_logo {
  display: block;
  float: left;
  width: 10.5833333333%;
  min-width: 127px;
  max-width: 127px;
  height: auto;
  overflow: hidden;
}

.image_phone {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  overflow: hidden;
}

.info {
  width: 95%;
  margin: 60px auto 0;
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(66, 63, 59, 0.3);
}

.text,
.text_home,
.text_portfolio {
  margin: 0 auto;
  font: 40px/1.38 Oswald;
  text-align: center;
  color: rgb(230, 230, 230);
}

.text_contact_base {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
  line-height: 1.38;
  text-align: center;
  color: rgb(255, 255, 255);
}

.text_contact_base p {
  margin-bottom: 1em;
}

.text_disclaimer {
  float: left;
  width: 100%;
  font: 400 12px/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.text_header_contact {
  float: left;
  width: 100%;
  min-height: 43px;
  font: 400 35px/1.38 Helvetica;
  text-align: center;
  color: rgb(255, 255, 255);
}

.text_info_header {
  width: 90%;
  max-width: 1048px;
  margin: 0 auto;
  font: 400 30px/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.text_info_text {
  float: left;
  clear: both;
  width: 80%;
  max-width: 928px;
  min-height: 86px;
  margin: 10px 0 0 8.74581%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(255, 255, 255);
}

.text_contact_base a,
.text_contact_base em,
.text_contact_base span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}