.vacancy-start {
  margin: 20px auto;
  max-width: 800px;
  position: relative;
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.vacancy-start::after {
  width: auto;
  height: auto;
  content: ' ';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 3px dotted #eee;
  border-radius: 10px;
  pointer-events: none;
}

.vacancy {
  background: #eee;
  background: url(../img/bg_light.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

article.vacancy-show {
  margin: 20px auto;
  max-width: 800px;
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}


.section-box {
  padding: 0;
}

.basic-section {
}

.page-section-header {
  padding: 20px 30px 20px;
  margin: -20px -30px 0;
  border-bottom: 1px solid #eee;
  background: rgba(255, 250, 251, 0.8);
  border-radius: 10px 10px 0 0;
}

.page-section + .page-section {
  margin-top: 10px;
}

.vacancy-header__title {
  padding: 0 30px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -30px 10px;
  border-bottom: 1px solid #ccc;
}


.vacancy-header__btn a {
  color: #fff;
}
.vacancy-header__btn a:hover {
  box-shadow: inset 0 0 0 2px #ee3fce, inset 0 0 0 32px #fff;
}

.vacancy-description__text h4 {
  font-weight: bold;
  font-size: 18px;
}

.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title__title {
  line-height: 1.34;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
  margin: 0;
}

@media all and (max-width: 572px){
  .page-title__title {
    line-height: 1.24;
  }
  .vacancy-header__title {
    flex-direction: column;
  }
  .vacancy-header__btn {
    margin-top: 8px;
  }
}

.content-section {
  line-height: 1.34;
}
.content-section + .content-section {
  margin-top: 10px;
}

.content-section__header {
  font-size: 16px;
}

.content-section__title {
  line-height: 1.34;
  font-weight: 600;
  font-size: 18px;
  color: #b3b3b3;
  margin: 0;
}

.basic-salary {
  font-size: 1.2em;
  color: #ee3fce;
  font-weight: bold;
}


.section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.faded-content__container {
  overflow: hidden;
}

.faded-content__body {
  font-size: 16px;
}
.faded-content__body strong,
.faded-content__body b {
  font-weight: 600;
}

/*.style-ugc p, .style-ugc ul, .style-ugc ol {*/
/*  margin: 10px 0;*/
/*}*/

/*.style-ugc ul, .style-ugc ol {*/
/*  padding-left: 20px;*/
/*}*/

/*.style-ugc li {*/
/*  margin-bottom: 10px;*/
/*}*/

.button-comp {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 0.9em;
}

.button-comp:hover {
  text-decoration: underline;
}

.button-comp--size-sm {
  font-size: 0.8em;
}
