.header-work-page {
  display: block !important;
  padding-bottom: 0 !important;
}

.filters {
  display: block !important;
}
.filters__cols {
  display: flex;
}
.filters__grid {
  column-gap: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 55rem;
}
.filters__top {
  padding-bottom: 4.5rem;
}
.filters__bottom {
  background-color: #B1D6FD;
  padding: 4rem 0;
  display: none;
}

.filter {
  font-weight: 500;
  color: #163253;
}
.filter__header {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.filter__inline {
  display: flex;
}
.filter__inline label:first-child {
  margin-right: 3rem;
}
.filter__field:not(:last-child) {
  margin-bottom: 1.3rem;
}
.filter__field span {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 3.3rem;
  color: #163253;
}
.filter__field span:before, .filter__field span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.filter__field span:before {
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
}
.filter__field span:after {
  transition: 300ms;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #163253;
  opacity: 0;
}
.filter__field input:checked + span:after {
  opacity: 1;
}
.filter__field--radio input {
  display: none !important;
}
.filter__field--radio span:before, .filter__field--radio span:after {
  border-radius: 50%;
}
.filter__field--checkbox input {
  display: none !important;
}
.filter--category, .filter--salary, .filter--benefits {
  border-right: 1px solid #fff;
  padding-right: 6.5rem;
}
.filter--salary, .filter--benefits, .filter--shift {
  padding-left: 6.5rem;
}
.filter--reset {
  width: 26rem;
  margin-left: auto;
}
.filter #reset-filters {
  background-color: transparent;
  color: #163253;
  border-color: #163253;
}

.job__top {
  background-color: #F5F5F5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.job__all {
  padding-top: 4rem;
}

#response {
  scroll-margin-top: 10rem;
}

.job-list__header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.job-list__h2 {
  color: #163253;
  font-size: 3.2rem;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.job-list__h2:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #163253;
  position: absolute;
  bottom: 0;
  left: 0;
}
.job-list__h2--highlighted:after {
  background-color: #B1D6FD;
}
.job-list__h2 img {
  margin-top: -7px;
  margin-right: 2rem;
}
.job-list__loader {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.job-list__loader:not(.is-active) {
  display: none;
}
.job-list__item {
  margin-bottom: 2rem;
}

.job-single {
  background-color: #fff;
  padding: 3rem 4rem;
  display: block;
  border: 1px solid #B1D6FD;
  position: relative;
  transition: 300ms;
}
.job-single:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.job-single:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: 5px;
  background-color: #163253;
}
.job-single__label {
  margin-bottom: 1.5rem;
}
.job-single__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #163253;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .job-single__title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
.job-single--highlighted {
  border: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.job-single--highlighted:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.job-single--highlighted:before {
  background-color: #B1D6FD;
}

.labels {
  display: flex;
}
.labels__single {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.5rem 2.5rem;
  border-radius: 1.25rem;
  color: #fff;
}
.labels__single:not(:last-child) {
  margin-right: 20px;
}
.labels__single--new {
  background-color: #EB1818;
}
.labels__single--last-chance {
  background-color: #18EB21;
}
.labels__single--fast-recruitment {
  background-color: #18DEEB;
}

.information {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  color: #81A2C9;
}
.information__single {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
@media (max-width: 1199px) {
  .information__single {
    flex: 0 0 100%;
  }
  .information__single:not(:first-child) {
    margin-top: 1rem;
  }
}
.information__single img {
  margin-right: 1rem;
}

.back-panel {
  display: flex;
  align-items: center;
}
.back-panel--top {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1199px) {
  .back-panel--top {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
  }
}
.back-panel__link {
  color: #0b1e61;
}
@media screen and (min-width: 1199px) {
  .back-panel__link--footer {
    display: none;
  }
}
.back-panel__right {
  margin-left: auto;
}
@media screen and (min-width: 1199px) {
  .back-panel__right--footer {
    width: 100%;
  }
}

.job-baner {
  background-color: #B1D6FD;
  color: #0b1e61;
  height: 145px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .job-baner {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    height: 8.5rem;
    font-size: 1.5rem;
    display: none;
  }
}
.job-baner--mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .job-baner--mobile {
    display: flex;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: calc(100% - 8.5rem);
    z-index: 99;
  }
}
.job-baner__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-right: 10rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .job-baner__title {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.job-baner__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .job-baner__arrow {
    width: 13px;
    height: 25px;
  }
}

.job-offer {
  margin-top: 5rem;
  padding: 3rem 4rem;
  border: 1px solid #B1D6FD;
}
.job-offer--single {
  padding-bottom: 3.5rem;
}
@media (max-width: 1199px) {
  .job-offer--single {
    padding: 0;
    border: 0;
  }
}
.job-offer--form {
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .job-offer--form {
    margin-left: -5vw;
    margin-right: -5vw;
    border: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding-left: 5%;
    padding-right: 5%;
  }
}
.job-offer h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #163253;
  font-weight: 500;
}
@media (min-width: 992px) {
  .job-offer h1 {
    font-size: 3.6rem;
  }
}
.job-offer__information {
  border-bottom: 1px solid #163253;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.job-offer__button {
  border-top: 1px solid #163253;
  margin-top: 2.5rem;
  padding-top: 3rem;
}
.job-offer .btn-base {
  width: 100%;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
}
.job-offer .btn-base--job {
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: initial;
}

.tabs__item {
  margin-bottom: 2.5rem;
}
.tabs__header {
  font-weight: 500;
  color: #B1D6FD;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.editor {
  font-weight: 500;
  font-size: 1.8rem;
  color: #163253;
}
.editor ul:not(:last-child) {
  margin-bottom: 2.5rem;
}
.editor ul li {
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.8rem;
}
.editor ul li:before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #163253;
  border-radius: 50%;
}

.h1 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #163253;
}
@media (max-width: 1199px) {
  .h1 {
    font-size: 2.4rem;
  }
}

.job-back--form {
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .job-back--form {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
}
.job-back a {
  display: inline-block;
  color: #163253;
  margin-bottom: 2rem;
}

.job-form {
  margin-top: -6rem;
  padding: 5rem 25rem 12rem;
  background-color: #B1D6FD;
}
@media screen and (max-width: 1199px) {
  .job-form {
    padding: 4rem 5% 7rem;
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    margin-top: -3rem;
  }
}
.job-form--empty {
  margin-top: 3rem;
}
.job-form .wpcf7 {
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .job-form .wpcf7 {
    padding-top: 1.5rem;
  }
}
.job-form .wpcf7 .btn-base {
  margin-top: 0;
  width: 100%;
  border-radius: 0.5rem;
  justify-content: center;
  background-color: #163253;
  font-size: 2rem;
  font-weight: 500;
  text-transform: initial;
  border-color: transparent;
  color: #fff;
}
.job-form .wpcf7 .btn-base--white {
  background-color: #fff;
  color: #163253;
}
.job-form label {
  font-size: 2rem;
  color: #163253;
  font-weight: 500;
  display: block;
}
.job-form label .req {
  color: #EB1818;
}
.job-form .row-form-col {
  grid-column-gap: 6rem;
}
.job-form .row-form-col--small {
  grid-column-gap: 1rem;
}
.job-form .row-form input[type=email],
.job-form .row-form input[type=tel],
.job-form .row-form input[type=text] {
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 0.5rem;
  border-color: #fff;
  height: 4.5rem;
  padding: 0 1.5rem;
}
.job-form .row-form input[type=email]:focus,
.job-form .row-form input[type=tel]:focus,
.job-form .row-form input[type=text]:focus {
  border-color: #163253;
}
.job-form .row-form input[type=email].wpcf7-not-valid,
.job-form .row-form input[type=tel].wpcf7-not-valid,
.job-form .row-form input[type=text].wpcf7-not-valid {
  border-color: #EB1818;
}
.job-form .row-form input[type=file] {
  display: none;
}
.job-form .row-form .mfcf7_zl_add_file {
  display: block;
  border-radius: 0.5rem;
  background: #fff url(assets/svg/job-cv.svg) no-repeat right 2rem center;
  height: 4.5rem;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 140%;
  cursor: pointer;
  width: 100%;
  border: 0;
  text-indent: -9999px;
}
.job-form .row-form .codedropz-upload-handler {
  border-color: #fff;
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.job-form .row-form .codedropz-upload-handler .codedropz-upload-inner {
  font-size: 2rem;
  font-weight: 500;
}
.job-form .row-form .codedropz-upload-handler .codedropz-upload-inner div {
  color: #163253;
  font-weight: 500;
  margin-bottom: 2px;
}
.job-form .row-form .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap {
  margin-bottom: 0;
}
.job-form .row-form .codedropz-upload-handler .dnd-upload-counter {
  width: auto;
  font-size: 12px;
  right: 8px;
}
.job-form .row-form .codedropz-upload-handler .dnd-upload-counter span {
  font-size: 12px;
}
.job-form .row-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.job-form .row-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: 0;
  width: 100%;
}
.job-form .row-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details em {
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
}
.job-form .row-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  padding-right: 60px !important;
  font-size: 12px;
  font-weight: 500;
}
.job-form .row-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  font-size: 12px;
  width: auto !important;
  font-weight: 500;
}
.job-form .row-form .codedropz-upload-wrapper .wpcf7-not-valid + .codedropz-upload-handler {
  border-color: #EB1818;
}
.job-form .row-form select {
  background: #fff url(../svg/arrow-select.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0.5rem;
  height: 4.5rem;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.job-form .form-row {
  margin-bottom: 4.5rem;
}
.job-form .form-row--first {
  margin-top: 4.5rem;
}
.job-form .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 500;
  color: #163253;
  padding-left: 3rem;
}