.vacancy-page {
  background: #3b8e93 no-repeat top;
}

.vacancy-page .breadcrumbs-block .breadcrumbs span {
  color: #fff;
}

.vacancy-page .breadcrumbs {
  color: #fff;
}

.jobs {
  background: #3b8e93 no-repeat top;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
  padding-bottom: 100px;
}

.jobs-block {
  padding-top: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jobs-left {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.jobs__title {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

.jobs__subtitle {
  text-align: left;
  opacity: 0.6;
  margin-bottom: 32px;
  max-width: 572px;
}

.jobs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form .input {
  background: #fff;
  color: #222;
  border: none;
}

.search-form .input::placeholder {
  color: #222;
}

.search-form .input:active {
  border: none;
}

.search-form .input:focus-visible {
  border: none;
}

.search-form .input:focus {
  border: none;
}

.input-wrap {
  background: #fff;
}

.jobs__filter-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 8px;
  width: 62px;
  cursor: pointer;
  height: 54px;
  -webkit-transition: .3s;
  transition: .3s;
  background: rgba(23, 26, 36, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 2px;
  display: none;
}

.jobs__filter-mobile:hover {
  background: rgba(23, 26, 36, 0.9);
}

.jobs__search {
  color: #909499;
}

.jobs__search::-webkit-input-placeholder {
  color: #909499;
}

.jobs__search:-ms-input-placeholder {
  color: #909499;
}

.jobs__search::-ms-input-placeholder {
  color: #909499;
}

.jobs__search::placeholder {
  color: #909499;
}

.jobs__search-wrap {
  max-width: 572px;
  width: 100%;
}

.jobs__search-wrap::after {
  right: 16px;
  background: url("/wp-content/themes/app/assets/img/2021/vacancy/search.svg") no-repeat;
}

.jobs__search-wrap.active::after {
  background: url("/wp-content/themes/app/assets/img/2021/vacancy/load.gif") no-repeat;
}

.jobs-list {
  margin-top: 70px;
  margin-left: -20px;
  margin-bottom: 30px;
}

.jobs-list__item {
  color: #F9F9F9;
  display: block;
  text-align: left;
  background: transparent;
  border-radius: 2px;
  padding: 20px 16px 20px 20px;
  margin-bottom: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px;
}

.jobs-list__item.load {
  opacity: 0;
}



.jobs-list__qualification {
  padding: 4px 12px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  margin-bottom: 12px;
}

.jobs-list__name {
  font-weight: 700;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}

.jobs-list__salary {
  letter-spacing: -0.0028em;
  margin-bottom: 16px;
  color: #F6DF0C;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.jobs-list__description {
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}
.jobs-list__description p {
  color: #FFFFFF;
}

.jobs-filter {
  background: rgba(23, 26, 36, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 2px;
  max-width: 355px;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  padding: 20px;
}

.jobs-filter__name {
  margin-top: 32px;
  margin-bottom: 14px;
}

.jobs-filter__name:first-child {
  margin-top: 0px;
  margin-bottom: 4px;
}

.jobs-filter-qualifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jobs-filter__qualification {
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #7686AF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  letter-spacing: -0.0022em;
  color: #7686AF;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 4px 12px;
  margin-right: 8px;
  margin-top: 8px;
}

.jobs-filter__qualification.active {
  background: #F9F9F9;
  color: #1D212E;
}

.jobs-filter__input {
  background: #353D52;
}

.jobs-filter__input-wrap::after {
  background: url(/wp-content/themes/app/assets/img/2021/vacancy/arrow.svg) no-repeat;
  height: 20px;
  width: 20px;
  background-position: center;
}

.jobs-single {
  background: url(/wp-content/themes/game/assets/images/background/jobs-single.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top center;
  background-size: 100%;
  padding-top: 150px;
}

.jobs-single-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobs-single-block .date:last-child::after {
  display: none;
}

.jobs-single__title {
  text-align: left;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

.jobs-single__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
}

.jobs-single__text a {
  color: #F9F9F9;
  -webkit-transition: .3s;
  transition: .3s;
}

.jobs-single__text a:hover {
  opacity: .6;
}

.jobs-single__text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 48px;
}

.jobs-single__text h3:first-child {
  margin-top: 0px;
}

.jobs-single__text h1,
.jobs-single__text h2,
.jobs-single__text h3,
.jobs-single__text h4 {
  line-height: 1.5;
}

.jobs-single-article {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.jobs-single-article li {
  line-height: 1.5;
}

.jobs-single-article p {
  line-height: 23px;
}

.jobs-single-right {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jobs-single-form {
  max-width: 355px;
  padding: 20px;
  background: #2C5563;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  color: #fff;
}

.jobs-single-form__title {
  max-width: 246px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
}


.jobs-single-form__input.input {
  border-radius: 4px;
  max-width: 355px;
  border: 1px solid #fff;
  background: transparent;
  color: #F9F9F9;
  margin-top: 8px;
  width: 100%;
}

.jobs-single-form__input::-webkit-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input:-ms-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::-ms-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::first-child {
  margin-top: 0px;
  margin-bottom: 12px;
}

.jobs-single-form__file {
  margin-top: 12px;
  cursor: pointer;
}

.jobs-single-form__button {
  width: 100%;
  margin: 16px 0px;
}

@media (max-width: 1440px) {
  .jobs {
    background-size: 100%;
  }
}

@media (max-width: 1200px) {
  .jobs-filter {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }

  .jobs-block {
    padding-top: 120px;
  }

  .jobs-single-form {
    max-width: 380px;
  }
}

@media (max-width: 1000px) {

  .jobs-single {
    padding-top: 200px;
  }

  .jobs-list {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .jobs-list__name {
    margin-top: 15px;
  }
  .jobs__title {
    text-align: center;
  }

  .jobs-single__title {
    font-size: 35px;
    line-height: 130%;
    text-align: center;
  }
  .jobs__subtitle {
    text-align: center;
    margin-right: auto;
    margin-leftt: auto;
  }

  .jobs__search-wrap {
    max-width: 100%;
    width: 100%;
  }

  .jobs-filter {
    max-width: 100%;
  }

  .jobs-filter-mobile {
    display: none;
  }

  .jobs-filter-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .jobs__filter-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .jobs-list__item {
    padding: 16px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 25px rgba(0,0,0, 15%);
  }

  .jobs-list__qualification {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }

  .jobs-list__salary {
    font-size: 15px;
    line-height: 16px;
  }

  .jobs-list__description {
    font-size: 16px;
    line-height: 22px;
  }

  .jobs-single {
    background-position: top;
    background-size: 100%;
    padding-bottom: 0px;
  }

  .jobs-single-form {
    max-width: 350px;
    margin-top: 40px;
  }

  .jobs-single-form__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 800px) {
  .jobs-single-block {
    align-items: center;
  }
  .jobs-list__name {
    margin-top: 30px;
    font-size: 18px;
  }

  .jobs-single-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jobs-single-form {
    max-width: 350px;
  }

  .jobs-single-right {
    margin-top: 10px;
  }

  .jobs-single-article {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 630px) {

  .jobs-single__text h1,
  .jobs-single__text h2,
  .jobs-single__text h3,
  .jobs-single__text h4 {
    line-height: 1.5;
  }

}




/* ajax search */
.search-form {
  position: relative;
}

.ajax-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
  width: 6px;
  background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4em;
}

.ajax-search__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.ajax-search__link {
  color: var(--accent);
  line-height: 130%;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.ajax-search__excerpt {
  cursor: default;
  font-size: 11px;
  line-height: 140%;
}

.search-form__input {
  color: #1D212E;
}

.search-form__input::-webkit-input-placeholder {
  color: #1D212E;
}

.search-form__input:-ms-input-placeholder {
  color: #1D212E;
}

.search-form__input::-ms-input-placeholder {
  color: #1D212E;
}

.search-form__input::placeholder {
  color: #1D212E;
}

.ajax-search__not-found {
  font-size: 14px;
  color: #222;
}

#searchsubmit {
  display: none;
}

/* form */
.hidden-input {
  display: none;
}


.input {
  font-family: bloggersans, sans-serif;
}

.input {
  background: #F9F9F9;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.0016em;
  color: #F9F9F9;
  border-radius: 2px;
  color: rgba(69, 69, 69, 0.5);
  width: calc(100% - 56px);
  padding: 21px 40px 21px 16px;
}

.input::-webkit-input-placeholder {
  color: #F9F9F9;
}

.input:-ms-input-placeholder {
  color: #F9F9F9;
}

.input::-ms-input-placeholder {
  color: #F9F9F9;
}

.input::placeholder {
  color: #F9F9F9;
}

.input-wrap {
  position: relative;
}

.input-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.input-wrap.load::after {
  background: url(/wp-content/themes/app/assets/img/2021/vacancy/load.svg) no-repeat center;
  background-size: cover;
}

.input-wrap-search {
  position: relative;
}

.input-wrap-search-block {
  position: absolute;
  padding: 16px;
  width: 100%;
  left: 0;
  border-radius: 2px;
  top: 60px;
  background: #F9F9F9;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 40;
  max-height: 482px;
  overflow-y: scroll;
  display: none;
  background: #ffffff;
}

.input-wrap-search__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.input-wrap-search__item.job {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrap-search__item:hover {
  opacity: .7;
}

.input-wrap-search__item:last-child {
  margin-bottom: 0px;
}

.input-wrap-search__image {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
}

.input-wrap-search__image.job {
  width: 10px;
  height: 60px;
}

.input-wrap-search-info {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
}

.input-wrap-search__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1D212E;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.input-wrap-search__description {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.0016em;
  color: #909499;
  opacity: 0.7;
}

.input-wrap-search__price {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.0016em;
  color: #909499;
  opacity: 0.7;
}

.input-file {
  border-radius: 4px;
  margin-right: 12px;
}

.input-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-file-wrap p {
  font-size: 14px;
  line-height: 18px;
}

.input-file-wrap span {
  font-size: 12px;
  line-height: 16px;
  color: #909499;
}

.checkbox-wrap {
  font-size: 10px;
  line-height: 14px;
  margin-left: 13px;
}

.checkbox-wrap a {
  color: #909499;
}





















.jobs-single-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobs-single-block .date:last-child::after {
  display: none;
}



.jobs-single__text a {
  color: #F9F9F9;
  -webkit-transition: .3s;
  transition: .3s;
}

.jobs-single__text a:hover {
  opacity: .6;
}

.jobs-single__text h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 48px;
}

.jobs-single__text h3:first-child {
  margin-top: 0px;
}

.jobs-single__text h1,
.jobs-single__text h2,
.jobs-single__text h3,
.jobs-single__text h4 {
  line-height: 1.5;
}

.jobs-single-article {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.jobs-single-article li {
  line-height: 1.5;
}

.jobs-single-article p {
  line-height: 23px;
}

.jobs-single-right {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jobs-single-form__title {
  max-width: 246px;
  margin-bottom: 12px;
}

.jobs-single-form__subtitle {
  max-width: 280px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}


.jobs-single-form__input::-webkit-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input:-ms-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::-ms-input-placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::placeholder {
  color: #F9F9F9;
}

.jobs-single-form__input::first-child {
  margin-top: 0px;
  margin-bottom: 12px;
}

.jobs-single-form__file {
  margin-top: 12px;
}

.jobs-single-form__button {
  width: 100%;
  margin: 16px 0px;
  height: 60px;
}



#check+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

#check+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: -12px;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  cursor: pointer;
}

#check {
  display: none;

}

[for='check'] {
  font-size: 12px;
  line-height: 14px;
}

#check:checked+label::before {
  border-color: transparent;
  background-color: #fff;
  background-image: url("/wp-content/themes/app/assets/img/2021/vacancy/yes.svg");
}

.jobs-single-form__checkbox p {
  margin-left: 12px;
}

.jobs-single__text {
  color: #fff;
}

.jobs-single__list-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 8px;
  margin-top: 30px;
}

.jobs-single__list {
  opacity: 0.8;
}

.jobs-single__list-title:first-child {
  margin-top: 0px;
}



@media (max-width: 1000px) {
  .jobs-single-block {
    flex-direction: column;
    align-items: center;
  }

}


@media (max-width: 1100px) {
  .vacancy-page .breadcrumbs {
    margin-top: 130px;
  }
  .jobs-single-block {
    flex-direction: column;
    align-items: center;
  }
  .jobs-single {
    padding-top: 50px;
  }
}

@media (max-width: 780px) {
  .vacancy-page .breadcrumbs {
    margin-top: 200px;
  }
 
}





@media (max-width: 600px) {
  .vacancy-page .breadcrumbs {
    margin-top: 90px;
    line-height: 140%;
  }
  .jobs-single {
      padding-top: 30px;
  }
  .jobs-single__text {
    font-size: 16px;
    line-height: 18px;
  }
  .jobs-single__list-title {
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 31px;
  }
  .jobs-single__list-title {
    margin-top: 20px;
  }
  .jobs-single__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

a.jobs-list__item:hover {
  background: rgba(24, 119, 124, 51%);
}