.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-vacancy-block {
  position: relative;
  padding-bottom: 60px;
}
.arrow-slide {
  margin-top: 50px;
}
.js-vacancy_item {
  min-height: 370px;
  position: relative;
}
.ag-vacancy_content {
  max-height: 350px;
  width: 90vw;
  margin: 0px auto;
}
.ag-vacancy_box {
  width: calc(100% - 455px);
  padding-left: 120px;

  position: relative;
}
.ag-vacancy_list {
  display: none;
}
.ag-vacancy_item {
  max-height: 306px;
  width: 460px;
  margin-right: 35px;
  padding: 30px;
  padding-top: 50px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}
.ag-vacancy_item img {
  position: absolute;
  top: -32px;
  width: 64px;
  left: 30px;
  height: 64px;
}
.ag-vacancy_item h3 {
  font-size: 24px;
  line-height: 20px;
  white-space: nowrap;
}
.ag-vacancy_item p {
  font-size: 20px !important;
  line-height: 32px !important;
  color: #707070 !important;
  font-family: Raleway;
}
.ag-vacancy_item:hover {
  background: rgba(255, 255, 255, 0.5);
}

.arrow-slide img:hover {
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
}

/* slick */
.slick-list {
  overflow: visible !important;
}
.slick-initialized {
  display: block;
}
.slick-slide {
  opacity: 0.5;

  -webkit-filter: blur(5px);
  filter: blur(5px);

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.slick-active {
  -webkit-filter: blur(0);
  filter: blur(0);

  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* /slick */

@media (max-width: 1600px) {
  .ag-vacancy_box {
    width: calc(100% - 400px);
  }
  .ag-vacancy_item {
    max-height: 230px;
    width: 460px;
  }
  .ag-vacancy_name {
    line-height: 30px;

    font-size: 25px;
  }
  .ag-vacancy_descr {
    margin-bottom: 30px;
  }
  .ag-vacancy_btn {
    padding: 22px 50px;
  }
}

@media (max-width: 1500px) {
  .ag-vacancy_box {
    padding-left: 70px;
  }
  .ag-vacancy_item {
    max-height: 230px;
    width: 460px;
    margin-right: 25px;
    padding: 25px 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

  .ag-vacancy_box {
    width: 100%;
    padding-left: 0;
  }
  .ag-vacancy_item {
    width: 260px;
    max-height: 230px;
    padding: 25px 17px;
    margin-right: 15px;
    padding-top: 50px;
  }
  .ag-vacancy_name {
    font-size: 22px;
    line-height: 26px;
  }
  .ag-vacancy_descr {
    font-size: 17px;
  }
  .ag-vacancy_text__strong {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}
