

/* Start:/bitrix/templates/RESNOTA_NEW/components/bitrix/news.detail/detail/style.css?17510276121735*/
h1#pagetitle {
  display: none;
}

.vacancy-section {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.conditions-h {
  margin: 0;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  color: #0e2149;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .conditions-h {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .conditions-h {
    font-size: 24px;
  }
  .conditions-title {
    font-size: 11px;
  }
}

.conditions-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0e2149;
  opacity: 0.85;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.conditions-title:hover {
  opacity: 1;
}

.conditions-list,
.conditions-dop {
  line-height: 40px;
  font-size: 18px;
  color: #0e2149;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .conditions-list,
  .conditions-dop {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .conditions-list,
  .conditions-dop {
    font-size: 14px;
    line-height: 25px;
  }
}

span.red-price {
  color: red;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

span.red-price:hover {
  color: darkred;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .vacancy-section {
    padding: 0 10px;
  }
}

/* End */
/* /bitrix/templates/RESNOTA_NEW/components/bitrix/news.detail/detail/style.css?17510276121735 */
