.description{
	font-size: 15px;
    color: #676767;
    font-weight: 200;
}
.dowload-doc {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    font-size: 0.9375rem;
    color: #242424;
    white-space: nowrap;
    margin-right: 50px;
}
.dowload-doc span {
    float: none;
    width: 23px;
    height: 28px;
    background-size: contain;
    margin-right: 13px;
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
    flex-shrink: 0;
    background-image: url(../img/img/doc-psd.png);
    background-repeat: no-repeat;
    display: block;
}
.dowload-doc a {
	font-size:15px;
}
.p-structure .structure .about:after {
  content: '';
  display: block;
  clear: both;
}
.p-structure .structure .title {
  margin-top: 0;
}
.p-structure .structure hr {
  border-color: #E2E5E6;
}
.p-structure .structure .description {
  font-size: 13.5px;
  color: #676767;
  font-weight: 200;
  margin-bottom: 30px;
}
.p-structure .structure .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
}
.p-structure .structure .items__container + .items__container {
  margin-left: -1px;
}
.p-structure .structure .about {
  padding: 25px 25px 20px;
}
.p-structure .structure .about .position {
  color: #00aa37;
  margin-top: 25px;
}
.p-structure .structure .about .name {
  color: #242424;
  margin-top: 15px;
}
.p-structure .structure .about .phone {
  float: none;
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  color: #141414;
  margin-top: 15px;
}
.p-structure .structure .about .phone img {
  margin-right: 8px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.p-structure .structure .about .img img {
  width: 100%;
}
.p-structure .structure .about.main {
  max-width: 268px;
  padding-left: 0;
  padding-top: 0;
  box-shadow: 6px 6px 15px #e5e8ea;
  margin-bottom: 22px;
}
.p-structure .structure .about.main .name {
  font-size: 16px;
  color: #242424;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}
.p-structure .structure .about.main .position {
  color: #676767;
  font-size: 13.5px;
  font-weight: 200;
  margin-top: 13px;
}
.p-structure .structure [class*='item_'] {
  height: 210px;
  min-width: 100%;
  border-top: 1px solid #E2E5E6;
  border-bottom: 1px solid #E2E5E6;
  border-right: 1px solid #E2E5E6;
  border-left: 1px solid #E2E5E6;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  position: relative;   
}
.p-structure .structure [class*='item_'] .about {
  display: none;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 30px #adb6bc;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.p-structure .structure [class*='item_']:hover .about {
  display: block;
}
.p-structure .structure [class*='item_'] + [class^='item_'] {
  border-top: none;
}
.p-structure .structure [class*='item_'].border_left:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
}
.p-structure .structure [class*='item_'].border_left:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  max-height: 100px;
  background-color: #E2E5E6;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: -1px;
}
.p-structure .structure [class*='item_'].border_top:before {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
}
.p-structure .structure [class*='item_'].border_top:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  max-width: 297px;
  background-color: #E2E5E6;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  top: -1px;
  right: 50%;
}
.p-structure .structure [class*='item_'][class*='arrow_left_']:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #E2E5E6;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
}
.p-structure .structure [class*='item_'][class*='arrow_left_']:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #E2E5E6;
  border-right: 1px solid #E2E5E6;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.p-structure .structure [class*='item_'][class*='arrow_left_'].arrow_left_green:before {
  background-color: #00AA37;
}
.p-structure .structure [class*='item_'][class*='arrow_left_'].arrow_left_green:after {
  border-color: #00AA37;
}
.p-structure .structure [class*='item_'][class*='arrow_left_'].arrow_left_blue:before {
  background-color: #008EE0;
}
.p-structure .structure [class*='item_'][class*='arrow_left_'].arrow_left_blue:after {
  border-color: #008EE0;
}
.p-structure .structure [class*='item_'][class*='arrow_top_']:before {
  content: '';
  display: block;
  height: 1px;
  background-color: #E2E5E6;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
}
.p-structure .structure [class*='item_'][class*='arrow_top_']:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #E2E5E6;
  border-right: 1px solid #E2E5E6;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 0;
  right: 50%;
}
.p-structure .structure [class*='item_'][class*='arrow_top_'].arrow_top_green:before {
  background-color: #00AA37;
}
.p-structure .structure [class*='item_'][class*='arrow_top_'].arrow_top_green:after {
  border-color: #00AA37;
}
.p-structure .structure [class*='item_'][class*='arrow_top_'].arrow_top_blue:before {
  background-color: #008EE0;
}
.p-structure .structure [class*='item_'][class*='arrow_top_'].arrow_top_blue:after {
  border-color: #008EE0;
}
.p-structure .structure [class*='item_'].item_blue {
  background-color: #F3F7FA;
}
.p-structure .structure [class*='item_'].item_blue:before {
  background-color: #F3F7FA;
}
.p-structure .structure [class*='item_'].item_shadow {
  border-top: none;
  border-right: none;
  border-left: none;
}
.p-structure .structure [class*='item_'] .position {
  font-size: 13.5px;
  color: #242424;
  font-weight: bold;
  line-height: 1.4;
  max-width: 233px;
}
.p-structure .structure [class*='item_'] .name {
  font-size: 13.5px;
  color: #676767;
  font-weight: 200;
  margin-top: 17px;
}
@media (max-width: 1500px) {
  .p-structure .structure .items [class*='item_'] {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 1300px) {
  .p-structure .structure .about.main .name {
    font-size: 16px;
  }
  .p-structure .structure .about.main .position {
    font-size: 12px;
  }
  .p-structure .structure .items [class*='item_'] {
    padding-left: 15px;
    padding-right: 15px;
    height: 140px;
  }
  .p-structure .structure .items [class*='item_'] .about {
    padding: 15px;
  }
  .p-structure .structure .items [class*='item_'] .position {
    font-size: 11px;
  }
  .p-structure .structure .items [class*='item_'] .name {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .p-structure .structure .about.main {
    min-width: 100%;
    flex-direction: row;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0 15px;
    margin-bottom: -20px;
  }
  .p-structure .structure .about.main .img {
    max-width: 138px;
    float: left;
    margin-right: 22px;
  }
  .p-structure .structure .items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    min-width: calc(100% + 30px);
  }
  .p-structure .structure .items .items__container {
    width: 100%;
    max-width: 50%;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .p-structure .structure .items .items__container + .items__container {
    margin-left: 0;
  }
  .p-structure .structure .items .items__container.mob__mark {
    width: 100%;
    max-width: 100%;
  }
  .p-structure .structure .items .items__container.mob__mark [class*='item_'] {
    width: 50%;
    min-width: 0;
    max-width: 50%;
  }
  .p-structure .structure .items [class*='item_'] {
    border: none;
  }
  .p-structure .structure .items [class*='item_'].item_shadow {
    border: none;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'],
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'] {
    margin-top: 40px;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_']:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_']:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #E2E5E6;
    width: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: auto;
    left: -1px;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_']:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_']:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #E2E5E6;
    border-right: 2px solid #E2E5E6;
    background-color: #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
    bottom: auto;
    left: auto;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_top_green:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_left_green:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_top_green:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_left_green:before {
    background-color: #00AA37;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_top_green:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_left_green:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_top_green:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_left_green:after {
    border-color: #00AA37;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_top_blue:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_left_blue:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_top_blue:before,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_left_blue:before {
    background-color: #008EE0;
  }
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_top_blue:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_left_'].arrow_left_blue:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_top_blue:after,
  .p-structure .structure .items [class*='item_'][class*='arrow_top_'].arrow_left_blue:after {
    border-color: #008EE0;
  }
  .p-structure .structure .items [class*='item_'].border_top,
  .p-structure .structure .items [class*='item_'].border_left {
    border-top: none;
  }
  .p-structure .structure .items [class*='item_'].border_top:before,
  .p-structure .structure .items [class*='item_'].border_left:before {
    height: 3px;
    width: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
  }
  .p-structure .structure .items [class*='item_'].border_top:after,
  .p-structure .structure .items [class*='item_'].border_left:after {
    height: 1px;
    width: auto;
    max-width: 100%;
    background-color: #E2E5E6;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: -1px;
    right: 15px;
    bottom: auto;
    left: 15px;
  }
  /*.p-structure .structure .items [class*='item_'] .about {
    display: none !important;
  }*/
}

.owl-nav
{
position: absolute;
    top: -58px;
    right: 0;
    font-size: 30px;
}
.dateFilter{
    width:calc(50% - 30px);
    float: left;
margin-right: 30px;
margin-bottom: 60px;
}

.inputFilter1, .inputFilter2{
	width: 31%;
    padding: 10px;
    margin: 0 20px 20px 0;
    border: solid 2px #e2e5e6;
    color: #a18f8d;

}
.onFilter {
    text-align: center;
    background-color: #009b3e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 12px;
    padding: 15px 50px;
    border: 0;
}

.input-group{
    max-width: 708px;}

.input-group .form-control{
width: 70%;
    padding: 11px;
    margin: 0 20px 20px 0;
    border: solid 2px #e2e5e6;
    color: #a18f8d;
}

.input-group .input-group-append{
float: right;
}

.input-group .btn-primary{
    text-align: center;
    background-color: #009b3e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 12px;
    padding: 15px 58px;
    border: 0;
}

.content .search-page{
    width: 50%;
    float: left;
margin-bottom: 60px;
}

.onEmail{
        margin: 50px 0;
    background: #f1f5f9;
    padding: 20px 30px;
}

.onEmail div{
      margin-bottom: 12px;  
}

.onEmail .email{
    width: 76%;
    padding: 11px;
    margin: 0 20px 20px 0;
    border: solid 2px #e2e5e6;
    color: #a18f8d;
}

.setEmal{
    text-align: center;
    background-color: #009b3e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 12px;
    padding: 15px 0;
width: 18%;
    border: 0;
float: right;
}

@media (max-width: 1250px) {

.input-group .form-control {
    width: 100%;



}
}
@media (max-width: 992px) {
.onEmail{
      flex-direction: column;
    display: flex;
}

.onEmail .email{
    width: 100%;

}

.setEmal{

width: 180px;

}

.dateFilter {
        max-width: 100%;
    width: 100%;

    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0 0 30px 0;

}

.inputFilter1, .inputFilter2{
	width: 100%;


}

.content .search-page{

    margin-bottom: 60px;

	}

.input-group .form-control {
    width: 100%;



}

.vac-item iframe

{
    width: 100%;
    height: 500px;

		}
}
.flex-block-in-form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.select-block {
	width: calc(50% - 16px);
	position: relative;
}
.select-block select {
	width: 100%;
	border: 1px solid #e2e5e6;
	height: 54px;
}
.select-block select.error {
	border-color: red;
}
.select-block label.error {
	top: 64%;
	right: 24px;
}
.form-resume .big-check-wrapper label.error {
	display: none !important;
}
@media (max-width: 992px) {
.select-block {
	width: 100%;
}
.select-block + .select-block{
	margin-top: 20px;
}
}
@media (max-width: 680px) {
	.form-group {
		flex-wrap: wrap;
	}
.form-resume label.control-label {
	width: 100%;
	padding: 0px 0px 10px 0px;
}
.form-resume label.control-label ~ div {
	width: 100%;
}
.google-capcha {
	margin-left: 30px !important;
}
}

.google-capcha {
	margin-left: 50px;
	margin-top: 60px;
	width: max-content;
	padding: 2px 0px 0px 2px;
}
.google-capcha.errorcap {
	background: red;
}