.benefits__container {
  position: relative;
  z-index: 1;
}

.recruiter.benefits__container {
  margin-bottom: 80px;
}

.recruiter.benefits__container p {
  margin: 0;
  margin-top: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 200%;
  color: var(--c-gray-medium);
}

#benefits {
  margin-top: 0;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.reshenieteam .benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.recruiter .benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 0;
}

.benefits-item {
  display: flex;
  height: 284px;
  padding: 24px;
  background-color: var(--c-gray-light);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
}

.reshenieteam .benefits-item {
  justify-content: unset;
  height: 409px;
  background-color: white;
}

.benefits-image {
  width: 74px;
  max-height: 63px;
}

.reshenieteam .benefits-image {
  margin-bottom: 72px;
}

.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.benefits-swiper {
  display: none !important;
}

.benefits-item-blank {
  background-color: #fff !important;
  width: 24%;
}

.benefits-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--c-gray-medium);
}

.benefits-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--c-gray-dark);
}

.reshenieteam ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.reshenieteam ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 8px;
}

.reshenieteam ul li::before {
  content: "— ";
}

.reshenieteam .benefits-title {
  margin-bottom: 3px;
}

.reshenieteam .benefits-text p {
  margin: 0;
  margin-bottom: 8px;
}

.recruiter .benefits-item {
  background-color: var(--c-gray-light);
}

.reshenieteam .benefits-swiper {
  display: none !important;
  width: 100%;
  height: 460px;
}

.reshenieteam .benefits-swiper-pagination {
  margin-top: 16px;
  bottom: 0 !important;
}

.reshenieteam .swiper-pagination-bullet {
  background: #e0e0e0 !important;
  opacity: 1 !important;
}

.reshenieteam .swiper-pagination-bullet-active {
  background: #a6a6a6 !important;
}

.recruiter .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;

  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
}

.recruiter .benefits-swiper-pagination {
  margin-top: 16px;
  bottom: 0 !important;
}

.recruiter .swiper-pagination-bullet {
  background: #e0e0e0 !important;
  opacity: 1 !important;
}

.recruiter .swiper-pagination-bullet-active {
  background: #a6a6a6 !important;
}

@media (max-width: 1280px) {
  .benefits-text {
    font-size: 20px;
  }

  .benefits-item {
    height: 218px;
    padding: 15px;
  }

  .reshenieteam .benefits-item {
    height: 560px;
  }
}

@media (max-width: 1024px) {
  .recruiter .benefits {
    display: none;
  }

  .recruiter .benefits-swiper {
    display: block !important;
    width: 100%;
    height: 280px;
  }

  .reshenieteam .benefits-item {
    height: 425px;
  }

  .reshenieteam .benefits-title br {
    display: none;
  }

  .reshenieteam .benefits-text br {
    display: none;
  }

  .reshenieteam .benefits {
    display: none;
  }

  .reshenieteam .benefits-swiper {
    display: block !important;
    width: 100%;
    height: 480px;
  }
}

@media (max-width: 992px) {
  .recruiter .benefits-swiper {
    height: 310px;
  }

  .benefits {
    grid-template-columns: 1fr 1fr;
  }

  .benefits-item {
    height: 284px;
    padding: 24px;
  }

  .benefits-text {
    font-size: 24px;
  }
}

@media (max-width: 785px) {
  .reshenieteam .benefits-swiper {
    height: 494px;
  }

  .reshenieteam .benefits-item {
    gap: 40px;
    height: 450px;
  }

  .reshenieteam .benefits-image {
    margin: 0;
  }

  .reshenieteam .benefits-text br {
    display: none;
  }
}

@media (max-width: 768px) {
  .recruiter .benefits-swiper {
    height: 270px;
  }

  .benefits-item {
    height: 218px;
    padding: 15px;
  }

  .benefits-text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .recruiter .benefits-swiper {
    height: 288px;
  }

  .recruiter.benefits__container p {
    font-size: 16px;
    line-height: 130%;
  }

  .recruiter.benefits__container {
    margin-bottom: 48px;
  }

  .reshenieteam.benefits__container {
    padding: 48px 0;
  }

  .benefits {
    display: none;
  }

  .benefits-item {
    height: 250px;
    padding: 24px;
    width: 100%;
  }

  .reshenieteam .benefits-title {
    margin-bottom: 20px;
  }

  .reshenieteam .benefits-text {
    font-size: 16px;
  }

  .benefits-image {
    width: 56px;
    max-height: 56px;
  }

  .benefits-text {
    font-size: 24px;
  }

  .benefits-swiper {
    display: block !important;
    width: 100%;
    height: 280px;
  }

  .benefits-swiper-pagination {
    margin-top: 16px;
    bottom: 0 !important;
  }

  .swiper-pagination-bullet {
    background: #e0e0e0 !important;
    opacity: 1 !important;
  }

  .swiper-pagination-bullet-active {
    background: #a6a6a6 !important;
  }
}
