.container-job {
  margin-top: 30px;
}
/*** Стили Главной ***/
.main__img__container {
  background-image: url("../img/job_img/main_background.png");
  height: fit-content;
  padding-top: 80px;
  padding-bottom: 65px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 20px;
  background-size: cover;
  border-radius: 15px;
  background-position: center;
}
.vakansii-toolbar{
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  height: 50px;
}
.vakansii-toolbar select{
  margin-left: 30px;
  height: 40px;
  padding: 0 20px;
  border: 1.5px solid #DEE6EA;
  border-radius: 50px;
  color: #2c2c2c;
  background: #fff;
}
.main__img__container h1 {
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 68px;
}
h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #115F8B;
  margin: 0 auto 50px;
}
.main__img__p {
  margin: 0 auto 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}
.blue__button {
  border: 0;
  color: #FFFFFF;
  background: #00A0E3;
  border-radius: 42px;
  padding: 12px 48px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.min__container {
  max-width: 975px;
  margin: auto;
}
.min__container p ,.min__container li {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #2C2C2C;
}
.min__container p {
  margin: 0 auto 50px;
}
.job__info__box {
  display: flex;
}
.info__box__element {
  width: 50%;
  text-align: center;
}
.info__box__element .gigatext {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 8px;
}
.gigatext span {
  color: #00A0E3;
}
.grow__box {
  display: flex;
  margin-bottom: 60px;

}
.grow__box p {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #2C2C2C;
  margin: auto 0 auto -60px;
  background-color: #E2EEF7;
  border-radius: 15px;
  padding: 23px 23px 23px 100px;
  z-index: 1;
  position: relative;
  }
  .grow__img {
    align-self: center;
    z-index: 2;
  }
.vacations__box {
  display: flex;
  column-gap: 26px;
  margin-bottom: 85px;
}
.vacations__box h3 {
  font-weight: 700;
  font-size: 30px;
  /*line-height: 47px;*/
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin:0;
  /*padding-top: 75px;*/
  line-height: 36px;
  padding: 0 10px;
}
.vacations__box a {
  width: 31.5%;
}
.vacancy__salary{
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #008100;
}
.vacation__apteka__box {
  background-image: url("../img/job_img/apteka_background.png");
  height: 206px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 15px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacation__office__box {
  background-image: url("../img/job_img/office_background.png");
  height: 206px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 15px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vacation__manufacture__box {
  background-image: url("../img/job_img/manufacture_background.png");
  height: 206px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 15px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.min__container .black__h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 47px;
  text-align: center;
  color: #2C2C2C;
  width: 75%;
}
.finance__grid__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 85px;
}
.finance__grid__element {
  width: 18%;
  display: flex;
  flex-direction: column;
}
.finance__grid__element h3 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.finance__grid__element p {
  margin: 0;
  text-align: center;
}
.finance__grid__element img {
  align-self: center;
  width: 100%;
}
.live__grid__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 85px;
}
.live__grid__element {
  width: 31%;
  display: flex;
  flex-direction: column;
}
.live__grid__element h3 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.live__grid__element p {
  margin: 0;
  text-align: center;
}
.live__grid__element img {
  align-self: center;
}
/***Стили Вакансий***/
.whitebox {
  background: #FFFFFF;
  border: 1px solid #DEE6EA;
  box-shadow: 0px 0px 9px 2.32px rgba(161, 171, 190, 0.22);
  border-radius: 30px;
}
.main__vacations__container {
  background-image: url("../img/job_img/vacansies_apteka_background.png");
  height: 206px;
  box-sizing: border-box;
  background-size: cover;
  border-radius: 15px;
  background-position: center;
  padding: 37px 0;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.main__vacations__container h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.main__vacations__container p {
  font-weight: 700;
  font-size: 32px;
  line-height: 155.5%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.vacations__box__main {
  display: flex;
  margin-bottom: 130px;
  column-gap: 35px;
}
.vacation__box {
  padding: 35px 50px;
}
.vacation__box:not(:last-child){
  margin-bottom: 30px;
}
.vacancy__info__box {
  display: flex;
  column-gap: 30px;
  margin-bottom: 20px;
}
.vacancy__description__box{
  display: none;
  padding-top: 20px;
  border-top: 1px solid #DEE6EA;
}
.vacancy__description__box.show{
  margin-top:30px;
  display:block;
}
.vacations__rightside {
  padding: 35px 30px 23px 30px;
  align-self: baseline;
  box-sizing: border-box;
  width: 24%;
  position: sticky;
  top: 115px;
}
.vacations__leftside {
  width: 76%;
}
.vacancy__name__box ,.vacancy__tel__box {
  width: 34%;
}
.vacancy__info__box .blue__button {
  padding: 15px;
  align-self: center;
  margin-left: auto;
  font-size: 18px;
  line-height: 21px;
}
.vacancy__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #2C2C2C;
  margin: 0 auto;
}
.vacancy__name:first-letter{
  text-transform: uppercase;
}
.show__more__button ,.mobile__show__more__button {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #00A0E3;
  margin: 12px auto 0 17px;
  position: relative;
  cursor: pointer;
  display: block;
}

.show__more__button::before ,.mobile__show__more__button::before {
  position: absolute;
  top: 7px;
  left: -17px;
  background-image: url("../img/job_img/triangle.png");
  content: "";
  height: 8px;
  width: 9px;
  background-size: 9px 8px;
}
.vacations__box__main .gray__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A0A9B9;
  margin: 0 auto 13px;
}
.vacancy__tel__box a  {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2C2C2C;
}
.vacancy__tel__box ul {
  margin: 0;
}
.vacancy__description__box h4  {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
}
.vacancy__description__box h4:first-child{
  margin: 0 0 5px;
}
.vacancy__description__box h4:not(:first-child){
  margin: 20px auto 5px;
}
.vacancy__description__box ul {
  margin: 0 auto 25px;
}
.vacancy__description__box li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2C2C2C;
}
.vacations__rightside p ,.vacations__rightside__minibox span ,.vacations__rightside a  {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2C2C2C;
}
.vacations__rightside p {
  margin: 0 auto 13px;
}
.vacations__rightside .rightside__mail {
  color: #00A0E3;
}
.vacations__rightside__minibox{
  border-bottom: 1px solid #DEE6EA;
  margin-bottom: 13px;
}
.vacations__rightside__minibox:last-of-type {
  border: 0;
  margin: 0;
}

.select-params-box {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.select-params {
  border: 1.5px solid #DEE6EA;
  border-radius: 79px;
  width: 313px;
  margin-right: 33px;
  position: relative;
  height: 52px;
  padding-left: 18px;
  appearance: none;
  background-color: #fff;
  color: #A0A9B9;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/***Стили адаптива***/
@media screen and (max-width:1462px) {
  .container {
    padding: 0 11px;
  }
}
@media screen and (max-width:1280px) {
  .vacations__box__main ,.vacancy__info__box {
    column-gap: 20px;
  }
  .vacation__box {
  padding: 35px 20px;
  }
  .vacations__rightside {
  padding: 16px;
  }
  .vacations__box__main .gray__text ,.show__more__button ,.vacancy__info__box .blue__button{
  font-size: 16px;
  }
  .vacancy__info__box .blue__button {
    padding: 11px;
  }
  .vacancy__name {
  font-size: 20px
  }
  .vacancy__tel__box a ,.vacancy__description__box li ,.vacancy__description__box h4  {
  font-size: 14px;
  }
.vacations__rightside p, .vacations__rightside__minibox span, .vacations__rightside a {
  font-size: 16px;
  }
}
@media screen and (min-width:950px) {
  .mobile__show__more__button {
    display: none;
  }

}
@media screen and (max-width:950px) {
  .vacations__box h3 {
  font-size: 23px;
  }
  .finance__grid__element h3 ,.live__grid__element h3{
  font-size: 17px;
  line-height: 24px;
  }
  .finance__grid__element p ,.live__grid__element p {
    font-size: 13px;
    line-height: 20px;
  }


  /***Vacations***/
  .main__vacations__container {
    height: 123px;
    margin-bottom: 15px;
  }
  .main__vacations__container h1 {
  font-size: 26px;
  line-height: 30px;
}
.main__vacations__container p {
  font-size: 18px;
  line-height: 28px;
}
  .vacations__box__main {
  flex-direction: column;
  }
  .vacations__leftside {
  width: 100%;
  margin-bottom: 8px;
  }
  .vacations__rightside {
    width: 100%;
  }
  .vacancy__description__box {
    margin-top: 20px;
  }
  .vacancy__info__box {
    flex-direction: column;
    margin-bottom: 20px;
  }
.vacancy__name__box, .vacancy__tel__box {
  width: 100%;
  margin-bottom: 18px;
}
.vacancy__info__box .blue__button {
  margin: 0;
  width: 80%;
}
.show__more__button {
  display: none;
}
/*.vacancy__name {*/
/*font-size: 16px*/
/*}*/
.vacancy__tel__box a ,.vacancy__description__box li ,.vacancy__description__box h4  {
font-size: 16px;
}
.vacancy__description__box ul {
  padding-left: 15px;
}
  .vakansii-toolbar {
    flex-wrap: wrap;
  }
  .vakansii-toolbar select {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width:780px) {
  .main__img__container {
    height: 230px;
    padding-top: 43px;
    padding-bottom: 20px;
  }
  .main__img__container h1 {
  margin: 0 auto 20px;
  font-size: 22px;
  line-height: 24px;
}
.main__img__p {
  font-size: 18px;
  line-height: 20px;
}
.main__img__container .blue__button {
  font-size: 18px;
  padding: 10px 20px;
}
.job__info__box{
  flex-direction: column;
}
.info__box__element {
  width: 100%;
}
.info__box__element .gigatext {
  font-size: 26px;
}
.info__box__element p {
  margin-bottom: 30px;
}
.grow__box {
  flex-direction: column;
  margin-bottom: 50px;
}
.grow__box p {
  font-size: 18px;
  line-height: 28px;
  margin: -50px 0 auto 0px;
  padding: 20px 30px;
  background-color: #E2EEF7C7;
  z-index: 2;
}
h2 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 25px;
}
  .vacation__apteka__box ,.vacation__office__box ,.vacation__manufacture__box {
   height: 123px;
 }
 .vacations__box {
   flex-direction: column;
   row-gap: 12px;
   margin-bottom: 25px;
 }
/*.vacations__box h3 {*/
/*  padding-top: 45px;*/
/*}*/
 .vacations__box a {
   width: 100%;
 }
 .min__container .black__h2 {
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  width: 100%;
  }
  .finance__grid__box  {
    margin-bottom: 50px;
    justify-content: center;
  }
  .finance__grid__element {
    width: 47%;
    margin-bottom: 25px;
  }
  .finance__grid__element img {
  width: 90%;
}
.live__grid__element {
  width: 100%;
  margin-bottom: 25px;
}
}
