.vacancies_top-inner {
  min-height: 570px; 
  position: relative;
  height: 100%;
  padding-bottom: 130px;
  margin-top:30px;
}
.vacancies_top-city_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 140px;
  height: 100%;
  width: 100vw;
  z-index: 2;
  background: url("../../../img/city_bg_blue.png");
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: repeat-x;
}
.vacancies_top__img {
  position: absolute;
  right: 100px;
  left: auto;
  bottom: 0;
  height: 100%;
  max-height: 930px;
  width: 475px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.vacancies_top__img-inner {
  position: relative;
  height: 100%;
  left: -123px;
  bottom: 0;
}
.vacancies_top__img-man {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: auto;
  height: 100%;
}
.vacancies_top__img-circle {
  width: 572px;
  height: 572px;
  border-radius: 50%;
  background-color: #F2F2F2;
  position: absolute;
  top: -200px;
  left: -80px;
}
.vacancies_top-main {
  border-radius: 5px;
  position: relative;
  margin-top: 25px;
  max-width: 100%;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 64px 134px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 64px 134px rgba(0, 0, 0, 0.1);
}
.vacancies_top-triangle {
  position: absolute;
  top: 127px;
  right: -43px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: white transparent transparent transparent;
}
.vacancies_top-info, .vacancies_top__tabs {
  padding: 35px;
}
.vacancies_top__tabs__top {
  border-bottom: 2px solid #F2F2F2;
  width: 100%;
  overflow-x: auto;
}
.vacancies_top__tabs__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 730px;
}
.vacancies_top__tabs__top__item {
  cursor: pointer;
  padding-bottom: 15px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #5C6265;
}
.vacancies_top__tabs__top__item.active {
  color: #1F8AC8;
  border-bottom: 2px solid #1F8AC8;
}
.vacancies_top__tabs__body {
  padding: 25px 0 30px 0;
  overflow: hidden;
  position: relative;
}
.vacancies_top__tabs__body__item {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #5C6265;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.vacancies_top__tabs__body__item.active {
  display: block;
}
.vacancies_top-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5C6265;
  margin-bottom: 20px;
}
.vacancies_top__work {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.vacancies_top__work p{
  margin-bottom: 10px;
}
.vacancies_top__work li {
    background-image: url(../../../img/check_yellow.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center right;
    margin-right: 0;
    padding-right: 50px;
	min-height: 60px;
	display: flex;
	align-items: center;	
}
.vacancies_top__work ul {
	list-style: none;
	margin-bottom:10px;
}
.vacancies_top__text {
	flex: 1;
}
.vacancies_top__button {
	margin-left: 20px;
	padding:30px;
}
.vacancies_top__button .sidebar__btn{
	padding:10px 25px;
}

@media only screen and (max-width: 990px) {
  .vacancies_top__work {
    flex-direction: column;
  }
}
.vacancies_top__work-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #191919;
  margin-bottom:20px;
}
.vacancies_top__work__item {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vacancies_top__work__item-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #191919;
  margin-left: 15px;
  margin-right: 0;
}
.vacancies_top__work__item__pic {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vacancies_top__work__item__pic-circle {
  position: absolute;
  top: -4px;
  left: -12px;
  right: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(31, 138, 200, 0.1);
}
.vacancies_top__work__item__pic-check--wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: absolute;
  top: -4px;
  left: -15px;
  right: auto;
  width: 14px;
  height: 14px; 
  background-color: #F9B20A;
  border-radius: 50%;
}
@media screen and (max-width: 1880px) {
  .vacancies_top-city_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 1090px) {
  .vacancies_top__img {
    display: none;
  }
  .vacancies_top-triangle {
    display: none;
  }
  .vacancies_top-main {
    max-width: initial;
  }
}
@media screen and (max-width: 570px) {
  .vacancies_top__work {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: initial;
  }
  .vacancies_top__work__item {
    margin: 0 12px;
  }
}

.business_page .vacancies_top-triangle {
  top: 200px;
}
.business_page .vacancies_top__img {
  left: auto;
  right: 220px;
  max-height: 1000px;
}
.business_page .vacancies_top__img-inner {
  left: -360px;
}
.business_page .vacancies_top__img-circle {
  left: -60px;
  top: -170px;
}
.business_page .vacancies_top__img-man {
  width: auto;
  height: 100%;
}
.business_page .vacancies_top-main {
  max-width: 800px;
}
@media screen and (max-width: 1050px) {
  .business_page .vacancies_top-main {
    max-width: initial;
  }
}
@media screen and (max-width: 470px) {
  .business_page .vacancies_top__tabs {
    padding: 35px 10px 0;
  }
}

.content.vacancies_page .vacancies_top-city_bg {
  background: url("../../../img/city_bg_gray.png");
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1880px) {
  .content.vacancies_page .vacancies_top-city_bg {
    background-size: cover;
  }
}
