.bx_pagination_bottom .bx_pagination_section_two {
  display: none !important;
}

.cooperation {
  margin-top: 120px;
}

.cooperation .title_block {
  margin-top: 50px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}

.cooperation_job .title_block {
  /*text-align: right;*/
  margin-right: 135px;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #5da782 !important;
}
.content.content--news {
  /*background-image: url(/upload/pship.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100%;*/
}

.cooperation_job {
  position: relative;
  z-index: 11;
}

.content--news .news,
.content--article .news {
  margin: 0 auto;
  max-width: 1075px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img_block {
  background-image: url(/upload/job.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  height: 300px;
  position: absolute;
  width: 404px;
    left: -70px;

}

div.img_block_2 {
  background-image: url(/upload/star.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  height: 600px;
  position: absolute;
  width: 422px;
  left: -39%;
  top: -200px;
}

.cooperation_job .title_block {
  /*text-align: right;*/
  z-index: 11;
  margin-right: 135px;
  position: relative;
}

b {
  font-weight: bold !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
div.news__item.item {
  padding-right: 35px;
  padding-left: 35px;
}
@media(max-width: 680px) {

  .content--news .news,
  .content--article .news {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px;
    text-align: center;
    flex-direction: column !important;
  }

  .news__item.item {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 25px;
    width: 100% !important;
    max-width: none !important;
  }
  .cooperation .title_block {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
  border-radius: 3px;
  background: #C1E8D5 !important;

  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.bx_pagination_bottom {
  margin: auto;
  font-size: 20px;
  display: grid;
  justify-content: center;
  margin-bottom: 30px !important;
  width: 100%;
}
.news-list .bx_pagination_bottom .bx_pagination_page li {
  display: inline-block;
  min-width: 22px;
  color: #8d8d8d;
  text-align: center;
  line-height: 39px;
  min-width: 46px;
  border-radius: 10px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #5da782 !important;
}
div.swiper-button-prev{
  left: var(--swiper-navigation-sides-offset, 4px);
}
div.swiper-button-next {
  right: 4px ;
}