.jobs {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #dadada;
}
.jobs .drop-down-block {
  height: auto;
  width: 100%;
  border-top: 1px solid #dadada;
  position: relative;
}
.jobs .drop-down-block .dd-b-name {
  font: 400 16px Arial;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
  padding: 17px 0;
  width: 70%;
}
.jobs .drop-down-block .conditions {
  font: 400 14px Arial;
  color: #999999;
  text-align: left;
  padding: 17px 0;
  width: 30%;
  position: absolute;
  right: 39px;
  top: 0;
}
.jobs .drop-down-block .but-op-cl {
  background: url("../img/svg/down_square.svg");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.jobs .drop-down-block .but-op-cl:hover {
  background: url("../img/svg/down_square_green.svg");
  cursor: pointer;
}
.but-op-cl-up{
        background: url("../img/svg/up_square.svg")!important;
}
.but-op-cl-up:hover{
            background: url("../img/svg/up_square_green.svg")!important;
        }
.jobs .drop-down-block .conditions-more {
  height: 0;
  width: 100%;
  overflow: hidden;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.jobs .drop-down-block .conditions-more .conditions-title {
  font: 700 14px Arial;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
.jobs .drop-down-block .conditions-more ul li {
  padding: 0;
  color: #70c330;
  line-height: 24px;
}
.jobs .drop-down-block .conditions-more ul li span {
  font: 400 14px Arial;
  color: #333333;
}
.jobs .drop-down-block .conditions-more  a{
    text-decoration: none;
}
.jobs .drop-down-block .conditions-more .but-send-sam {
  border-radius: 4px;
  background-color: #00a8ea;
  width: 230px;
  height: 40px;
  position: relative;
  margin: 20px 0 30px 0;
  display: block;
     -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.jobs .drop-down-block .conditions-more .but-send-sam .command {
  font: 400 13px/40px Arial;
  color: #fffefe;
  text-align: center;
  text-transform: uppercase;
}
.jobs .drop-down-block .conditions-more .but-send-sam:hover {
  cursor: pointer;
  background: #70c330;
}
.is-open .conditions {
  display: none;
}
.is-open .conditions-more {
  display: block;
  height: auto !important;
}
.pagination {
  width: 100%;
  height: 50px;
  text-align: right;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  clear: both;
}
.pagination a {
  margin: 0 5px;
  font: 400 14px/30px Arial;
  color: #333333;
  text-decoration: underline;
  margin-top: 8px;
  padding: 0px 10px;
}
.pagination a:last-of-type {
  text-decoration: none;
}
.pagination a.this-page {
  border: 1px solid #dadada;
  text-decoration: none;
  display: inline-block;
}/*
.detail_condit {
  border-radius: 5px;
  border: 1px solid #dadada;
  border-collapse: collapse;
  width: 290px;
  height: auto;
  display: inline-block;
  float: right;
  margin-top: 34px;
  overflow: hidden;
}
.detail_condit a {
  display: block;
  text-align: left;
  border-bottom: 1px solid #dadada;
  text-decoration: none;
  color: #333333;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.detail_condit a:last-of-type {
  border-bottom: none;
}
.detail_condit a p {
  font: 400 14px/50px Arial;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
    margin: 0;
}
.detail_condit a:hover {
  background: #00a8ea;
  color: #fff;
}*/
.detail_condit {
    border-radius: 5px;
    border: 1px solid #dadada;
    border-collapse: collapse;
    width: 290px;
    height: 154px;
    display: inline-block;
    float: right;
    /*margin-top: -45px;*/
      margin-top: 34px;
  overflow: hidden;
}
.detail_condit a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
    text-decoration: none;
    color: #333333;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.detail_condit a:last-of-type {
    border-bottom: none;
}
.detail_condit a p {
    font: 400 14px/50px Arial;
    text-align: left;
    margin: 0;
    padding-left: 60px;
}
.detail_condit img {
    margin: 9px;
    display: inline-block;
    position: absolute;
}
.detail_condit a:hover {
    color: #00a8ea;
}
.req-body-sum {
  width: 815px;
  height: 512px;
}
.req-body-sum .header {
  width: 100%;
  height: 58px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dadada;
  background-color: #f3f3f3;
}
.req-body-sum .header .title {
  font: 400 18px/58px Arial;
  color: rgba(51, 51, 51, 0.98);
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 29px;
}
.req-body-sum .bottom-send {
  border: 1px solid #dadada;
  border-radius: 0 0 5px 5px;
  background-color: #f3f3f3;
  width: 100%;
  height: 80px;
  display: block;
  margin-top: 15px;
  position: absolute;
  bottom: 0;
}
.req-body-sum .bottom-send .bottom-send-l {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.req-body-sum .bottom-send .bottom-send-l .subs {
  width: 155px;
  font: 400 14px/40px Arial;
  color: #aaaaaa;
  font-style: italic;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
}
.req-body-sum .bottom-send .bottom-send-r {
  width: 50%;
  height: 100%;
  float: left;
}
.req-body-sum .bottom-send .bottom-send-r .send-but {
  border-radius: 4px;
  background-color: #00a8ea;
  width: 230px;
  height: 40px;
  margin: 19px 0px;
  float: right;
  margin-right: 24px;
}
.req-body-sum .bottom-send .bottom-send-r .send-but .command {
  font: 400 13px/40px Arial;
  color: #fffefe;
  text-align: center;
  text-transform: uppercase;
}
.req-body-sum .bottom-send .bottom-send-r .send-but:hover {
  cursor: pointer;
  background: #70c330;
}
.req-body-sum .sam-form {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 38px;
}
.req-body-sum .sam-form .sam-f-left {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  display: inline-block;
  padding-left: 25px;
  padding-right: 16px;
}
.req-body-sum .sam-form .sam-form-right {
  width: 50%;
  height: auto;
  position: absolute;
  right: 0;
  display: inline-block;
  padding-right: 31px;
}
.req-body-sum .sam-form .control {
  width: 176px;
  height: 40px;
  float: right;
  display: block;
}
.req-body-sum .sam-form .image-control {
  width: 176px;
  height: 40px;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  text-align: left;
  display: block;
  float: left;
}
.req-body-sum .sam-form .image-control .img-control {
  display: block;
  margin: 0 auto;
  float: left;
	width: 134px;
  height: 100%;
  border: none;
}
.req-body-sum .sam-form .image-control .img-control img {
  width: 100%;
  height: 100%;
}
.req-body-sum .sam-form .image-control .but-add-file {
  width: 40px;
  height: 100%;
  border-left: 1px solid #dedede;
  background: #f3f3f3;
  float: right;
  background: url("../img/svg/reload.svg") no-repeat;
  background-position: center;
}
.req-body-sum .sam-form .image-control .but-add-file:hover {
  cursor: pointer;
}
.fancybox-skin {
  padding: 0!important;
}
/*
.important {
  color: red;
}
.field-entry {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.field-entry .field-name {
  font: 400 14px Arial;
  color: #aaaaaa;
  line-height: 40px;
  text-align: left;
}
.field-entry .field-input {
  background-color: #ffffff;
  width: 100%;
  height: auto;
}
.field-entry .field-input input[type='text'] {
  width: 100%;
  height: 40px;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  padding-left: 10px;
}
.field-entry .field-input input[type='text']:focus {
  border-color: #b2b2b2;
}
.field-entry .field-input input[type='file'] {
  display: none;
}
.field-entry .field-input label {
  width: 100%;
  height: 40px;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  padding-left: 10px;
  text-align: left;
  display: block;
}
.field-entry .field-input label .but-add-file {
  width: 131px;
  height: 100%;
  border-left: 1px solid #dedede;
  background: #f3f3f3;
  float: right;
  text-align: center;
  line-height: 40px;
}
.field-entry .field-input label .but-add-file:hover {
  cursor: pointer;
}
.field-entry .field-input textarea {
  width: 100%;
  height: 120px;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
  outline: none;
  padding: 10px;
}
.field-entry .field-input textarea:focus {
  border-color: #b2b2b2;
}
*/