

/* Start:/local/templates/philharmonic/CSS/Vacancies.css?17562913803926*/
main h1 {
  font-family: "Geologica-SemiBold";
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #333333;
  margin-top: 64px;
}
.main__Vacancies-search {
  max-width: 1054px;
  padding-right: 14px;
  margin-left: auto;
  display: flex;
  margin: 40px 0;
  border: 1px solid var(--Neutral-Grey-800, #5f5f5f);
}
.main__Vacancies-search button i {
  display: flex;
  font-size: 25px;
}
.main__Vacancies-search input {
  color: var(--Neutral-neutral-5, #333);
  font-size: 20px;
  line-height: 130%; /* 26px */
  letter-spacing: 0.4px;
  padding: 17px 300px 17px 14px;
  outline: none;
  flex: 1 0 auto;
}
.main__Vacancies-search button {
  background-color: transparent;
}
.main__Vacancies-filter ul {
  display: flex;
  gap: 32px;
}
.main__custom-checkbox-Vacancies-filter {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.main__custom-checkbox-Vacancies-filter + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.main__custom-checkbox-Vacancies-filter + label::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.main__custom-checkbox-Vacancies-filter:checked + label::before {
  border-color: #c71d00;
  background-color: #901115;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* стили при наведении курсора на checkbox */
.main__custom-checkbox-Vacancies-filter:not(:disabled):not(:checked)
  + label:hover::before {
  border-color: #ffbaae;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.main__custom-checkbox-Vacancies-filter:not(:disabled):active + label::before {
  background-color: #ff9481;
  border-color: #ff9481;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.main__custom-checkbox-Vacancies-filter:focus:not(:checked) + label::before {
  border-color: #ff8080;
}

/* ---------Блок со списком вокансий--------------------------------------- */
.main__Vacancies-list {
  margin-top: 40px;
}
.main__Vacancies-list > ul {
  display: flex;
  gap: 1em;
  flex-direction: row;
  flex-wrap: wrap;
}
.main__Vacancies-list > ul > li > ul > li {
  padding: 8px 0;
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
}
.main__Vacancies-list > ul > li > a {
  display: block;
  position: relative;
}
.main__Vacancies-list > ul > li > a span {
  display: none;
  background-color: #901115;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main__Vacancies-list > ul > li > a:hover span {
  display: flex;
}

.main__Vacancies-list > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #333;
}
/* -----Блок с описанием--------------------------- */
.main__Vacancies-subinfo-text {
  max-width: 507px;
  font-family: "Geologica-Light";
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-top: 40px;
}
.hide {
  display: none;
}


.card{
max-width: 233px;
}


@media (max-width:600px){
.main h2 {
  font-size: 32px;

}
.faq__title {

  font-size: 24px;

}
.faq__text {

  font-size: 16px;

}
.main__Vacancies-search input {

    padding: 17px 0 17px 14px;

}
.main__Vacancies-filter ul {

    flex-wrap: wrap;
}
.main__Vacancies-list > ul {

    justify-content: center;
}

.main__documents-list li a {
    font-size:16px;
}


}
/* End */


/* Start:/local/templates/philharmonic/CSS/Vacancies-more-details.css?17562913801284*/
main > h1 {
  font-family: "Geologica-SemiBold";
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #333333;
  margin-top: 64px;
  margin-bottom: 32px;
}
.main__Vacancies-more-datailes-block-text-and-img {
  display: flex;
  justify-content: space-between;
}
.main__Vacancies-more-datailes-block-text-and-img ul {
  max-width: 1054px;
}
.main__Vacancies-more-datailes-block-text-and-img>ul>li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.main__Vacancies-more-datailes-block-text-and-img > img {
  width: 507px;
  height: 507px;
}
.main__Vacancies-more-datailes-block-text-and-img ul li h4 {
  font-family: "Geologica-Regular";
  font-size: 24px;
  line-height: 120%;
  color: #333333;
  margin: 12px 0;
}
.main__Vacancies-more-datailes-block-text-and-img ul li p {
  font-family: "Geologica-Light";

  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 12px;
}
@media (max-width:600px){
.main h1 {
  font-size: 32px;

}
.faq__title {

  font-size: 24px;

}
.faq__text {

  font-size: 16px;

}
.main__Vacancies-more-datailes-block-text-and-img {

    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.main__Vacancies-more-datailes-block-text-and-img > img {
    width: 100%;
    height: auto;
}
}
/* End */
/* /local/templates/philharmonic/CSS/Vacancies.css?17562913803926 */
/* /local/templates/philharmonic/CSS/Vacancies-more-details.css?17562913801284 */
