/** Основные параметры **/
/**************************************************/
/**************** Основной стиль ******************/
/**************************************************/
* {
  font-family: "Roboto";
}
html,
body {
  font-size: 14px;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
#page {
  position: relative;
  margin: 0 auto;
  padding: 5px 15px;
  width: 952px;
  background-color: #ffffff;
}
nav {
  text-align: center;
  background-color: #182f72;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}
nav ul li a {
  display: block;
  padding: 5px 10px;
  color: #999999;
}
nav ul li:hover a,
nav ul li.current-menu-item a {
  background-color: #ffcc33;
  color: #182f72;
}
header {
  min-height: 110px;
  position: relative;
}
header #page {
  background-color: transparent;
  height: 110px;
}
header #page .header_container {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
footer {
  /*
    margin-top: 10px;
    padding-top: 10px; padding-bottom: 10px;
    */
}
footer * {
  font-size: 11px;
}
#content {
  line-height: 150%;
  min-height: 450px;
}
#form__1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 395px;
  height: auto;
  padding: 10px 10px;
  background-color: #eeeeee;
  background-color: rgba(200, 200, 200, 0.7);
}
#form__1 h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
#form__1 table {
  width: 100%;
}
#form__1 table td {
  width: 47%;
  padding: 1.5%;
}
#form__1 input[type=text],
#form__1 input[type=tel],
#form__1 input[type=email] {
  width: 90%;
  padding: 8px 5%;
  border: none;
  background: #fff;
  border-radius: 3px;
}
#form__1 div.submit {
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
#form__1 div.submit input[type=submit] {
  width: 70%;
  padding: 8px 5%;
  border: none;
  background-color: #182f72;
  color: #ffffff;
}
#form__2 {
  background-color: #eeeeee;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
}
#form__2 div {
  margin-bottom: 10px;
}
#form__2 div label {
  display: inline-block;
  width: 90px;
}
#form__2 div textarea {
  height: 70px;
}
#form__2 div.submit {
  text-align: center;
  margin: 20px 0;
  width: 100%;
}
#form__2 div.submit input[type=submit] {
  width: 70%;
  padding: 8px 5%;
  border: none;
  background-color: #182f72;
  color: #ffffff;
}
.wpcf7-response-output {
  background-color: #fff;
}
/***************************************/
/******** Template Left SideBar ********/
.left_sidebar {
  display: inline-block;
  width: 29%;
}
.right_content {
  display: inline-block;
  width: 70%;
}
/******** Template Right SideBar *******/
.left_content {
  display: inline-block;
  width: 70%;
}
.right_sidebar {
  display: inline-block;
  width: 29%;
}
/******** Template 2 Colons ************/
.two_colon_1,
.two_colon_2 {
  display: inline-block;
  width: 49%;
}
/******** Template 3 Colons ************/
.three_colon_1,
.three_colon_2,
.three_colon_3 {
  display: inline-block;
  width: 33%;
}
/********** Раздел рубрик ************/
.category article #page {
  min-height: 450px;
}
/********** Страница постов *********/
.single-post article #page {
  min-height: 450px;
}
.left_content--box {
  min-height: 120px;
  margin-bottom: 15px;
}
.left_content--box .left_content--box--left {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px 0;
  margin-right: 25px;
  float: left;
}
.left_content--box .left_content--box--right {
  display: inline-block;
  float: left;
  width: auto;
  min-height: 120px;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}
