.partner_detail { padding-top: 38px; }
.partner_detail .partners_title { padding-top: 3px; }
.partner_detail .partners_text p { padding-bottom: 17px; }
.partner_detail .partners_text p a { font-weight: bold; font-style: italic; color: #ec8a01; font-size: 11px; clear: both; float: left; }
.partners_txt { border-top: 1px dotted #cccccc; font-size: 12px; padding-top: 14px; padding-bottom: 22px; }
.partners_txt h2 { font-size: 12px; font-style: italic; padding-bottom: 3px; }
.partners_txt p { margin: 16px 0; line-height: 1.5; }
.partners_txt strong { color: #ec8a01; font-style: italic; }

.jobs_list { font-size: 12px; }
.jobs_list > li { padding: 8px 0; border-bottom: 1px dotted #cccccc; }
.jobs_list > li:first-child {padding-top: 0}
.jobs_list  a { color: #3399ff; font-style: italic; font-weight: bold; text-decoration: none; padding-right: 3px; font-size: 14px; }
.jobs_list .subsection { padding: 0 0 7px 40px; display: none; }
.jobs_list .subsection a, .jobs_list .subsection li { color: #ec8a01; font-size: 12px; }
.jobs_list .subsection li { margin: 1px 0 2px; }
.jobs_list .subsection li::before  { content: "\2022\A0"; }

.vacancy_detail { margin-top: -17px; } .vacancy_detail h2 { font-size: 14px; color: #3399ff; font-style: italic; padding: 31px 0 19px; }
.vacancy_detail h3 { font-size: 12px; color: #333333; font-style: italic; }
.vacancy_detail .just_list { margin-bottom: 19px; margin-top: 1px; }
.vacancy_detail .orange_butt { margin-left: 27px; }

.orange_butt { background: #ec8a01; font-size: 9px; font-style: italic; font-weight: bold; color: white; text-decoration: none; height: 22px; line-height: 22px; display: inline-block; padding: 0 7px; border-radius: 5px; }
.orange_butt:hover { background: #e28000; }

.std_input {
  background: url(/img/anv_img/std_input.png) no-repeat left top;
  height: 25px;
  display: inline-block;
  position: relative;
  padding: 0 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.std_input i {
  background: url(/img/anv_img/std_input.png) no-repeat left -25px;
  width: 13px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.std_input input {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: url(/img/anv_img/std_input.png) repeat-x left -50px;
  height: 100%;
  width: 100%;
}
.lt-ie9 .std_input input  {
  position: relative;
  /*top: -2px;*/
  height: 20px;
  padding-top: 5px;
}
.lt-ie8 .std_input input  {
  position: relative;
  top: -1px;
}

.std_txt{
  background: url(/img/anv_img/std_txt.png) no-repeat left 0;
  height: 146px;
  display: inline-block;
  position: relative;
  padding: 10px 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.std_txt i {
  background: url(/img/anv_img/std_txt.png) no-repeat left -200px;
  width: 13px;
  height: 146px;
  position: absolute;
  right: 0;
  top: 0;
}
.std_txt textarea {
  background: none;
  border: 0;
  padding: 10px 0;
  margin: 0;
  background: url(/img/anv_img/std_txt.png) repeat-x left -400px;
  height: 126px;
  width: 100%;
  resize: none;
  position: relative;
  top: -10px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  overflow: auto;
}
.lt-ie8 .std_txt textarea {
  /*position: relative;*/
  margin-top: -1px;
}
.lt-ie8 .std_txt {
  width: 340px;
}
.lt-ie8 .std_input {
  width: 340px;
}

.response_form {
  position: fixed;
  width: 424px;
  z-index: 101;
  display: none;
}
.response_form .inner {
  background: #ededed;
  box-shadow: 0 0 14px rgba(0,0,0,.29);
  padding: 16px 26px;
  position: relative;
  border-radius: 6px;
}
.response_form .title {
  font-size: 12px;
  padding-bottom: 19px;
}
.response_form .title span {
  font-weight: bold;
  font-style: italic;
  color: #3399ff;
  font-size: 14px;
}
.response_form .std_input {
  margin-bottom: 15px;
}
.response_form .close {
  background: url(/img/anv_img/close.png) no-repeat left top;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
}
.response_form .file {
  width: 320px
}
.lt-ie8 .response_form .file {
  width: 290px
}
.response_form .orange_butt {
  float: right;
}
.response_form input[type="submit"] {
  position: absolute;
  left: -9999px;
  width: 0;
}
.response_form .send_but {
  color: #ec8a01;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  background: url(/img/anv_img/send.png) no-repeat right center;
  padding-right: 27px;
  height: 19px;
  line-height: 19px;
  margin-top: 7px;
  display: inline-block;
}
.response_form .type_file {
  position: relative;
}
.response_form .type_file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  opacity: 0;
}



.reviews_txt {
  padding-top: 15px;
  border-top: 1px dotted #ccc;
  color: #333333;
}
h1 + .reviews_txt {
  border: 0;
  padding-top: 0;
}
.reviews_txt h2 {
  font-size: 14px;
  color: #3399ff;
  font-weight: bold;
  font-style: italic;
}
.reviews_txt .just_list {
  margin-top: 18px;
  margin-bottom: 19px;
}
.reviews_txt .just_list a {
  color: #ec8a01;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
.reviews_txt p {
  font-size: 12px;
  margin: 18px 0;
  line-height: 1.5;
}
.reviews_txt .plusli {
  margin-bottom: 0;
}
.reviews_txt .plusli + .just_list {
  margin-top: 0;
}
.reviews_txt .lcol {
  float: left;
  width: 181px;
}
.reviews_txt .rcol {
  float: right;
  width: 254px;
}
.reviews_txt .rcol .just_list {
  margin-left: -3px;
}
.partner_list {
  margin-top: 25px;
}
.partner_list .name {
  color: #3399ff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.partn_img {
  background: url("../img/offices/office_no.jpg") no-repeat center center #ffffff;
  display: block;
  width: 98px;
  height: 98px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
  margin-bottom: 6px;
}
.partn_img a {
  width: 98px;
  height: 98px;
  display: table-cell;
  vertical-align: middle;
}
.partn_img img {
  display: inline-block;
  vertical-align: top;
}
.lt-ie8 .partn_img a{
  display: block;
}
.lt-ie8 .partn_img {
  vertical-align: middle;

}


.partner_list .status {
  font-size: 12px;
}
.partner_list .status span {
  font-weight: bold;
}
.partner_list li {
  border-top: 1px dotted #ccc;
  padding-top: 13px;
  padding-bottom: 5px;
}
.partner_list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.reviews_txt table {
  margin-top: 19px;
  font-size: 12px;
}
.reviews_txt th {
  background: #ededed;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  height: 42px;
  vertical-align: middle;
  text-align: left;
  padding: 0 11px;
}
.reviews_txt th:first-child {
  border-radius: 5px 0 0 5px;
}
.reviews_txt th:last-child {
  border-radius: 0 5px 5px 0;
}
.reviews_txt td {
  padding: 8px 11px 5px;
  border-bottom: 1px solid #ccc;
  background: none;
}
.reviews_txt table a {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #ec8a01;
}
.reviews_txt table tr:last-child td {border-bottom: 1px solid #ccc!important;}
.reviews_txt table {margin-bottom: 17px;}