.career-banner{
  background-image: url(img/banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
.career-banner__title{
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5% 0 3% 0;
  text-align: left;
}
.career-banner *, .career-page *{
  font-family: "Open Sans";
  box-sizing: border-box;
}
.career-banner__best{
  display: flex;
  align-items: center;
}
.career-banner__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 70px;
  padding: 20px 35px;
  background: #d72b2b;
}
.career-banner__img{
  width: 100%;
}
.career-banner__small{
  font-size: 17px;
  color:#fff;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.career-banner__big{
  font-size: 31px;
  font-weight: 600;
  color:#fff;
  margin-top: 5px;
  margin-bottom: 10px;
}
.career-banner__slogan{
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
.career-banner__list{

}
.career-banner__item{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
  margin: 30px 0;
}
.career-banner__item:before{
  content:'';
  position: absolute;
  height: 25px;
  width:25px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top:3px;
}
.career-banner__item:after{
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  border: 1px dotted #fff;
  border-radius: 50%;
  left: 5px;
  top: 8px;
}
.career-banner__icon {
    width: 120px;
    height: 120px;
    fill: #fff;
    margin-right: 20px;
}
.career-banner__icon.icon-first{
  width: 180px;
}
.career-banner__descriptions{
  display: flex;
  padding-top: 11%;
  padding-bottom: 3%;
}
.career-banner__description{
  width: 50%;
}
.career-banner__description_first{
  padding-right: 30px;
  border-right: 1px dotted #fff;
}
.career-banner__description_last{
  padding-left: 30px;
}
.career-banner__header{
  display: flex;
  align-items: center;
}
.career-banner__subtitle{
  color:#fff;
  font-size: 16px;
  font-weight: 100;
}
.career-banner__text{
  color:#dadada;
  font-size: 14px;
  font-weight: 100;
}
.career-contacts{
  background: #eaebec;
}
.career-contacts__list{
  display: flex;
  padding: 40px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.career-contacts__item{
  display: flex;
  align-items: center;
  width: 23%;
  position: relative;
}
.career-contacts__item::after{
  position: absolute;
  content:'';
  height: 100%;
  width: 1px;
  display: block;
  background: #c1c1c1;
  right: 0;
}
.career-contacts__item:last-child::after{
  display: none;
}
.career-contacts__icon{
  width: 26px;
  height: 26px;
  fill:#d72b2b;
  margin-right: 10px;
}
.career-contacts__icon.icon-woman{
  width: 35px;
  height: 35px;
}
.career-contacts__description{
  font-size: 17px;
  color: #575555;
  margin: 0;
}
.career-contacts__contact{
  font-size: 15px;
  font-weight: 600;
}
.career-contacts__name{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.career-contacts__position{
  color: #575555;
  font-size: 14px;
  margin: 0;
}
.career-page__title{
  text-align: center;
  margin: 50px 0;
}
.career-page__title span{
  font-size: 24px;
  border-bottom: 2px solid #d72b2b;
  font-weight: 100;
}
.vacancy{

}
.vacancy__header{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bababa;
  padding-bottom: 20px;
}
.vacancy__city{
  font-size: 13px;
  color: #fff;
  background: #d72b2b;
  width: 140px;
  padding: 5px;
  text-align: center;
  margin-right: 25px;
}
.vacancy__name{
  font-size: 18px;
  font-weight: 900;
}
.vacancy__subheader{
  font-size: 15px;
  font-weight: 600;
  margin: 25px 0;
}
.vacancy__list{

}
.vacancy__item{
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  margin-bottom: 15px;
}
.vacancy__item:before{
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #d72b2b;
  left: 0;
  top: 9px;
}
.career-banner__mobile{
  display: none;
}
@media(max-width:1188px){
  .career-contacts .wrapper, .vacancy, .wrapper__inner{
    padding: 0 20px;
  }
  .career-banner{
    background: none;
  }
  .wrapper__inner{
    background-image: url(img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .career-banner__description_first{
    border-right: 1px dotted #bababa;
  }
  .career-banner__icon{
    fill: #d72b2b;
  }
  .wrapper__inner{
    padding-bottom: 12%;
  }
  .career-banner__item{
    margin: 10px;
    font-size: 20px;
  }
  .career-banner__title{
    padding: 5% 0 20px 0;
  }
  .career-banner__descriptions{
    padding: 40px 20px;
  }
  .career-banner__subtitle{
    color:#000;
  }
  .career-banner__text{
    color: #000;
  }
}
@media(max-width:768px){
  .career-banner__slogan{
    border-left: none;
    padding-left: 0;
    margin-left:0;
    display: flex;
    align-items: center;
  }
  .career-banner__small{
    margin-right: 10px;
  }
  .career-banner__best{
    display: block;
  }
  .career-banner__descriptions{
    display: block;
  }
  .career-banner__description{
    width: 100%;
  }
  .career-banner__description_first{
    padding-right: 0;
    border-right: none;
  }
  .career-banner__description_last{
    padding-left: 0;
    margin-top: 30px;
  }
  .career-contacts__list{
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .career-contacts__item{
    width: 100%;
    margin: 15px 0;
  }
  .career-contacts__item::after{
    display: none;
  }
  .career-contacts__icon.icon-woman{
    width: 26px;
    height: 26px;
  }
  .career-contacts__description{
    margin-bottom: 20px;
  }
}
@media(max-width:650px){
  .wrapper__inner{
    background-image: none;
    background-color: transparent;
  }
  .career-banner__mobile{
    display: block;
  }
  .wrapper__inner *{
    color:#000;
  }
  .career-banner__item:before{
    border: 1px solid #d72b2b;
  }
  .career-banner__item:after{
    border: 1px solid #d72b2b;
  }
  .wrapper__inner{
    padding-bottom: 0;
  }
  .career-banner__logo{
    margin: 0 auto;
  }
  .career-banner__slogan{
    justify-content: center;
  }
}



.district__name:before {
  content: '';
  width: 11px;
  height: 7px;

  position: absolute;
  right: 10px;
  top: 55%;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  background: url(img/arrow-down.png) no-repeat;
}

.district__name.active::before {
  width: 11px;
  height: 7px;
  content: '';

  position: absolute;
  right: 10px;
  top: 55%;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  background: url(img/arrow-up.png) no-repeat;
}
