

/* Start:/bitrix/templates/sofija/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?16249060793241*/
.vacancy-list {
  /* display: flex;
  flex-wrap: wrap; */
  margin-left: -15px;
  margin-right: -15px;
}

.vacancy-item {
  padding: 15px;
}

.vacancy-item__inner {
  position: relative;
  display: block;
  min-height: 425px;
  overflow: hidden;
}

.vacancy-item__inner:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 196, 196, 0.4);
}

.vacancy-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.vacancy-item__info {
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #1f1c16;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vacancy-item__name {
  color: #1f1c16;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
}

.vacancy-item__link {
  text-transform: lowercase;
  color: inherit;
}

/* .vacancy-item__link:hover,
.vacancy-item__link:focus {
  text-decoration: underline;
} */

.vacancy-item__city {
  position: relative;
  margin-top: 9px;
  font-size: 20px;
  line-height: 1.7;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C8.89 0 3.918 4.971 3.918 11.082c0 2.012.902 4.175.94 4.267a17.88 17.88 0 001.281 2.395l7.598 11.514c.311.472.772.742 1.263.742.492 0 .952-.27 1.263-.742l7.599-11.514c.415-.63.99-1.704 1.28-2.395.039-.09.94-2.255.94-4.267C26.082 4.972 21.111 0 15 0zm8.94 14.843c-.26.62-.795 1.62-1.167 2.184L15.174 28.54c-.15.228-.197.228-.347 0l-7.6-11.513a16.377 16.377 0 01-1.167-2.185c-.011-.027-.838-2.018-.838-3.76 0-5.392 4.386-9.778 9.778-9.778s9.779 4.386 9.779 9.778c0 1.745-.83 3.741-.838 3.76z' fill='%23000'/%3E%3Cpath d='M15 5.216a5.874 5.874 0 00-5.867 5.867A5.874 5.874 0 0015 16.95a5.874 5.874 0 005.867-5.867A5.874 5.874 0 0015 5.216zm0 10.43a4.569 4.569 0 01-4.563-4.563A4.569 4.569 0 0115 6.52a4.569 4.569 0 014.563 4.563A4.569 4.569 0 0115 15.646z' fill='%23000'/%3E%3C/svg%3E");
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .vacancy-item {
    width: 50%;
    float: left;
  }

  .vacancy-item:nth-of-type(7n+1) {
    width: 70%;
  }

  .vacancy-item:nth-of-type(7n+2) {
    width: 30%;
  }

  .vacancy-item:nth-of-type(7n+3) {
    width: 40%;
  }

  .vacancy-item:nth-of-type(7n+3) .vacancy-item__inner {
    min-height: 655px;
  }

  .vacancy-item:nth-of-type(7n+4) {
    width: 60%;
  }

  .vacancy-item:nth-of-type(7n+4) .vacancy-item__inner {
    min-height: 389px;
  }

  .vacancy-item:nth-of-type(7n+5) {
    width: 60%;
  }

  .vacancy-item:nth-of-type(7n+5) .vacancy-item__inner {
    min-height: 237px;
  }

  .vacancy-item:nth-of-type(7n+6) {
    width: 50%;
  }

  .vacancy-item:nth-of-type(7n+7) {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .vacancy-item__name {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .vacancy-item__name {
    font-size: 32px;
  }
}

/* End */
/* /bitrix/templates/sofija/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?16249060793241 */
