/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/templates/vacancy.scss ***!
  \****************************************************************************************************************************************************/
.swal2-popup {
  background: #003c3e;
  border-radius: 16px;
}
.swal2-popup .swal2-html-container {
  margin: 0;
}
.swal2-popup .swal2-close {
  background: #30aa86;
  position: relative;
  top: 31px;
  right: 31px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  transition: all 0.4s ease;
}
.swal2-popup .swal2-close:focus {
  box-shadow: none;
}
.swal2-popup .swal2-close:hover {
  background: #30aa86;
}
@media screen and (min-width: 768px) {
  .swal2-popup .swal2-close {
    top: 48px;
    right: 48px;
    width: 36px;
    height: 36px;
    font-size: 38px;
  }
}

.popup-form {
  padding: 96px 32px 64px;
  text-align: left;
  color: #003c3e;
}
.popup-form h4 {
  font-size: 32px;
  padding-bottom: 24px;
  color: #30aa86;
}
.popup-form input[type=text],
.popup-form input[type=email],
.popup-form input[type=tel],
.popup-form input[type=search],
.popup-form input[type=password],
.popup-form textarea {
  padding: 16px 32px;
}
.popup-form textarea {
  height: 160px;
}
@media screen and (min-width: 769px) {
  .popup-form div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .popup-form div.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }
}
.popup-form div.wpcf7 .wpcf7-list-item-label {
  color: #fff;
}
.popup-form div.wpcf7 .wpcf7-list-item-label::before {
  border: 1px solid #fff;
  background: #fff;
}
.popup-form div.wpcf7 .wpcf7-list-item-label::after {
  border: solid #003c3e;
  border-width: 0 2px 2px 0;
}
.popup-form div.wpcf7 .wpcf7-list-item-label input:checked + span::before {
  background: #fff;
}
.popup-form div.wpcf7 .label {
  color: #fff;
}
.popup-form div.wpcf7 .fileBox .wpcf7-form-control-wrap {
  margin: 0;
}
@media screen and (max-width: 360px) {
  .popup-form .checkInfo .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
.popup-form .checkInfo p,
.popup-form .checkInfo .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 10px;
}
.popup-form .checkInfo p {
  padding-bottom: 16px;
}
.popup-form .checkInfo .wpcf7-not-valid-tip {
  top: -12px;
}
.popup-form .button:hover {
  background-color: #30aa86;
}
@media screen and (min-width: 769px) {
  .popup-form h4 {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .popup-form textarea {
    height: 160px;
  }
}

.mBox {
  position: relative;
}

.swal-submit-popup {
  padding: 0 0 64px;
  width: 100%;
  max-width: 750px;
}
.swal-submit-popup .swal2-image {
  margin: 96px auto 0;
}
@media screen and (min-width: 361px) {
  .swal-submit-popup .swal2-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 360px) {
  .swal-submit-popup .swal2-image {
    width: 70px;
    height: 70px;
  }
}
.swal-submit-popup .swal2-title {
  padding: 32px 32px 0;
}
.swal-submit-popup .swal2-title h2 {
  color: #fff;
}
@media screen and (min-width: 361px) {
  .swal-submit-popup .swal2-title h2 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 360px) {
  .swal-submit-popup .swal2-title h2 {
    padding-bottom: 24px;
  }
}
.swal-submit-popup .swal2-title p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 0;
}
.swal-submit-popup .swal2-title br {
  display: none;
}
.swal-submit-popup .swal2-html-container {
  color: #fff;
}

.cooBox {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  bottom: 0;
  background: #30aa86;
  color: #fff;
  opacity: 0%;
  transition: all 0.4s ease;
}
.cooBox.visible {
  opacity: 100%;
}
.cooBox > div {
  padding: 25px 7%;
}
.cooBox .info {
  font-size: 14px;
}
.cooBox p {
  padding: 0;
}
.cooBox p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.cooBox p a:hover {
  text-decoration: none;
}
.cooBox .button {
  background: #003c3e;
  color: #fff;
}
.cooBox .button:hover {
  background: #fff;
  color: #003c3e;
}
@media screen and (max-width: 767px) {
  .cooBox {
    border-radius: 16px 16px 0 0;
    text-align: center;
  }
  .cooBox .accept {
    margin: 20px auto 0;
  }
  .cooBox br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cooBox {
    border-radius: 24px 24px 0 0;
    text-align: left;
  }
  .cooBox > div {
    align-items: center;
  }
  .cooBox .info {
    flex: 1;
  }
  .cooBox .accept {
    margin-left: 5%;
  }
}

.cForm p {
  font-size: 12px;
  line-height: 1.2;
}
.cForm .fileBox {
  position: relative;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .cForm .fileBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cForm .fileBox {
    margin-bottom: 32px;
  }
}
.cForm .fileBox.error .file_tip {
  display: block;
  color: #f00;
}
.cForm .fileBox.error .file_label {
  border: 1px solid #f00;
}
.cForm .fileBox.warning .file_tip {
  display: block;
}
.cForm .fileBox.warning .file_label {
  border: 1px solid #30aa86;
}
@media screen and (max-width: 768px) {
  .cForm .fileBox .file_name {
    font-size: 16px;
  }
}
.cForm .fileBox .cross {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #003c3e;
  cursor: pointer;
  transform: translate(0, -50%) scale(1.3);
  transition: all 0.4s ease;
  pointer-events: none;
}
.cForm .fileBox .cross.is_active {
  transform: translate(0, -50%) scale(1.3) rotate(45deg);
  pointer-events: initial;
  color: #30aa86;
}
.cForm .fileBox .file_tip {
  position: absolute;
  font-size: 10px;
  padding-top: 4px;
  line-height: 120%;
  color: #30aa86;
  display: none;
}
.cForm .file_label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 16px 44px 16px 30px;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  background: #fff;
}
.cForm .file_label span {
  margin: 0;
}
.cForm .file_label.uploaded {
  pointer-events: none;
}
.cForm .file_label.uploaded span {
  color: #003c3e;
}
.cForm .fileInput {
  display: none;
}
.cForm .button {
  margin-top: 16px;
}

.vacancyFlex.row {
  max-width: 96%;
}
@media screen and (min-width: 768px) {
  .vacancyFlex {
    display: flex;
    justify-content: space-between;
  }
  .vacancyFlex .vLeft,
.vacancyFlex .vRight {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1081px) {
  .vacancyFlex .vLeft {
    flex-basis: 48.8%;
  }
  .vacancyFlex .vRight {
    flex-basis: 51.2%;
    padding-left: 10.5%;
  }
}

.vacancyContent {
  padding: 80px 0;
}
@media screen and (min-width: 1081px) {
  .vacancyContent {
    padding-bottom: 160px;
  }
}

.vacancyTopSection .vacancyTopInfo {
  padding: 40px 0 45px;
}
.vacancyTopSection .date {
  margin-bottom: 25px;
}
.vacancyTopSection .date mark {
  font-weight: 600;
}
.vacancyTopSection .loc {
  margin-bottom: 55px;
}
.vacancyTopSection .loc svg {
  margin-right: 10px;
}
.vacancyTopSection .loc span {
  font-weight: 600;
}
.vacancyTopSection .loc span.tax_term {
  color: #30aa86;
}
@media screen and (max-width: 1080px) {
  .vacancyTopSection {
    background-color: #edeff4;
  }
}
@media screen and (min-width: 361px) {
  .vacancyTopSection .vacancyTopInfo {
    border-radius: 16px;
  }
}

.vacancyBox {
  position: relative;
  padding-top: 10px;
}
.vacancyBox .hot {
  position: absolute;
  top: -73px;
  left: 0;
  padding: 12px;
  background: #30aa86;
  border-radius: 8px;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.vacancyBox .hot svg {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.vacancyBox .hot svg path {
  transition: all 0.4s ease;
}
.vacancyBox .hot span {
  display: inline-block;
  vertical-align: middle;
}

.member {
  position: relative;
  width: 360px;
  max-width: 100%;
}
.member figure {
  width: 240px;
  height: 240px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 100%;
}
.member .lkd {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #30aa86;
}
.member .lkd svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.member .person {
  border-radius: 16px;
  padding: 11px 20px;
  background: #003c3e;
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.member .person h4 {
  font-size: 18px;
  font-weight: 600;
  color: #30aa86;
  padding-bottom: 0;
}
.member .person span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .member {
    margin: 0 auto;
  }
}
@media screen and (min-width: 361px) {
  .member figure {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 1081px) {
  .member {
    cursor: pointer;
    margin-left: 75px;
  }
  .member .person h4 {
    font-size: 22px;
    line-height: 1.8;
  }
  .member .lkd {
    opacity: 0%;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .member .lkd:hover {
    background: #003c3e;
  }
  .member .lkd:hover svg path {
    fill: #30aa86;
  }
  .member:hover .lkd {
    opacity: 100%;
    visibility: visible;
  }
}

.mobMember {
  padding: 40px 0 0;
  position: relative;
}
.mobMember::before, .mobMember::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #edeff4;
}
.mobMember::before {
  left: -100%;
}
.mobMember::after {
  right: -100%;
}
.mobMember .person {
  position: absolute;
  width: 450px;
  max-width: 100%;
  margin: 0;
  bottom: -30px;
}

.vacancyInfoSection {
  padding-top: 30px;
  overflow: hidden;
}
.vacancyInfoSection h2 {
  font-weight: 600;
  font-size: 24px;
}
.vacancyInfoSection .requirementsBox {
  padding-bottom: 20px;
}
.vacancyInfoSection .requirementsBox .item {
  padding-bottom: 64px;
}
.vacancyInfoSection .vacencyInfo.post_content ul li {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .vacancyInfoSection {
    padding-top: 80px;
  }
  .vacancyInfoSection .requirementsBox {
    box-shadow: 13px 10px 20px 0 rgba(0, 60, 62, 0.1);
    border-radius: 24px;
    padding: 30px 40px 50px 56px;
  }
}
@media screen and (min-width: 1081px) {
  .vacancyInfoSection h2 {
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
  }
  .vacancyInfoSection .requirementsBox {
    margin-bottom: 50px;
  }
  .vacancyInfoSection .requirementsBox .item {
    padding-bottom: 56px;
  }
}

.memberContacts {
  margin-bottom: 40px;
}
.memberContacts h5 {
  font-weight: 600;
  font-size: 16px;
}
.memberContacts a svg {
  width: 24px;
  height: 24px;
}
.memberContacts .dataItem {
  margin-bottom: 35px;
}
.memberContacts .dataItem > div {
  line-height: 1;
  margin-bottom: 10px;
}
.memberContacts .dataItem a {
  color: #003c3e;
  font-weight: 500;
  font-size: 14px;
}
.memberContacts .dataItem a span {
  vertical-align: top;
  line-height: 1.8;
  margin-left: 5px;
}
.memberContacts .dataItem a:hover {
  color: #30aa86;
}
.memberContacts .shrs a {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .memberContacts {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1081px) {
  .memberContacts {
    margin-bottom: 45px;
  }
  .memberContacts h5 {
    font-size: 18px;
  }
  .memberContacts a svg {
    width: 30px;
    height: 30px;
  }
  .memberContacts .dataItem {
    flex: 1;
    margin-bottom: 0;
  }
  .memberContacts .dataItem a {
    font-size: 18px;
  }
  .memberContacts .dataItem a span {
    margin-left: 15px;
  }
  .memberContacts .mActions {
    margin-left: 10px;
    margin-right: 56px;
  }
}

.weOffer p strong {
  color: #30aa86;
}
.weOffer h4 {
  font-weight: 600;
}

.popup-form div.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 24px;
}
