<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/panchemodan_mobile/components/bitrix/news.list/vacancies/style.css?17403899982142*/
.accordion__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: color .2s ease-out;
  position: relative;
  border-radius: 8px;
  border: 1px solid #828a94;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 16px 50px 16px 30px;

  @media screen and (max-width: 767px) {
    padding: 11px 40px 11px 20px;
  }
}

.accordion__header:hover {
  box-shadow: 0 3px 4px 0 rgba(132,132,132,.4);
}

.accordion__header::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.463.756a.845.845 0 00-1.212 0 .888.888 0 000 1.238l5.143 5.25a.845.845 0 001.212 0l5.143-5.25a.888.888 0 000-1.238.845.845 0 00-1.212 0L6 5.4 1.463.756z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  content: "";
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
}

.accordion__body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: calc(50% - 10px);
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.vacancy__items {
  margin: 50px 0 0;
}

.vacancy__empty {
  margin: 60px auto;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;

  @media screen and (max-width: 767px) {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
  }
}

.item__name {
  text-transform: uppercase;
  font-weight: 700;

  @media screen and (max-width: 767px) {
    font-size: 14px;
  }
}

.item__preview {
  text-transform: none;
  font-size: 14px;
}

.item__detail ul li {
  margin: 0 0 0 20px;
}

/* End */


/* Start:/bitrix/components/pan/vacancies.form/templates/.default/style.css?1740138239752*/
.vacancies__form {
  margin: 50px 0 20px;
  max-width: 675px;
}

.vacancies__title {
  font-weight: bold;
  margin: 0 0 15px;
}

.vacancies__input {
  display: block;
  margin: 5px 0 15px;
  width: 100%;
  height: 36px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 3px;
}

.vacancies__send-btn {
  display: block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 17px 18px;
  height: 50px;
  color: #fff;
  border: none;
  background-color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 25px 0 0;
  width: 100%;
}

.vacancies__send-btn:hover {
  opacity: .8;
}

/* End */
/* /bitrix/templates/panchemodan_mobile/components/bitrix/news.list/vacancies/style.css?17403899982142 */
/* /bitrix/components/pan/vacancies.form/templates/.default/style.css?1740138239752 */
</pre></body></html>