@font-face {
  font-family: "dejavusans";
  src: url("../fonts/bpg_dejavu_sans.eot");
  src: url("../fonts/bpg_dejavu_sans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bpg_dejavu_sans.woff2") format("woff2"),
    url("../fonts/bpg_dejavu_sans.woff") format("woff"),
    url("../fonts/bpg_dejavu_sans.ttf") format("truetype"),
    url("../fonts/bpg_dejavu_sans.svg#bpg_dejavu_sans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dejavucaps";
  src: url("../fonts/BPG2017DejaVuSansCaps.eot");
  src: url("../fonts/BPG2017DejaVuSansCaps.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BPG2017DejaVuSansCaps.woff2") format("woff2"),
    url("../fonts/BPG2017DejaVuSansCaps.woff") format("woff"),
    url("../fonts/BPG2017DejaVuSansCaps.ttf") format("truetype"),
    url("../fonts/BPG2017DejaVuSansCaps.svg#BPG2017DejaVuSansCaps")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*========== scrollbar ==========*/
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

body {
  font-family: "dejavusans" !important;
  background-color: #f9f8fd !important;
}

.body-color {
  background-color: #f9f8fd !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal !important;
}

.mt-80 {
  margin-top: 0;
}
header {
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 1px 0px #e9e9e9;
}

.fixed-header {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.logo {
  padding-left: 0;
  display: inline-block;
}

.logo img {
  height: 37px;
}

.image-content {
  width: 100%;
  height: 319px;
  background-image: url(../images/career1.jpg);
  background-position: center;
  background-repeat: repeat-x;
  display: none;
  background-size: cover;
}

.image-content-dynamic {
  width: 100%;
  height: 319px;
  background-position: center;
  background-repeat: repeat-x;
  display: none;
}

.image-content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 33px;
}

.image-content .search-block {
  max-width: 684px;
  width: 100%;
  text-align: center;
  padding: 0 24px;
}

/* detail view page*/

.image-content.detail-view {
  height: 126px;
  margin-bottom: 16px;
}

.detail-view-content {
  padding: 0 16px;
}
.detail-view-block {
  max-width: 968px;
}

/* search/filter page*/

.search input {
  background: #ffffff;
  border: 1px solid #e8eaf2;
  box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  height: 40px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  background: url(../../../../assets/images/search.svg) no-repeat #fff 98% 50%;
  padding: 0 50px 0 15px;
}

.search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaebe;
  opacity: 1; /* Firefox */
}

.search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaebe;
}

.search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaaebe;
}

/* content */

.cont-block {
  padding: 16px 16px 0;
  max-width: 920px !important;
}
.cont-block h4 {
  padding-top: 15px;
}

.mw-block {
  max-width: 968px !important;
}
.detail-view-block {
  max-width: 968px !important;
}
.container.card {
  padding: 0;
  border: 1px solid #e8eaf2 !important;
  border-radius: 10px !important;
  transition: 0.3s;
}
.detail-view-block .card-header {
  background-color: #fff;
  border-bottom: 1px solid #e8eaf2 !important;
  padding: 16px 16px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.return-vacan {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #497a87;
}

.return-vacan:hover {
  text-decoration: none;
  color: inherit;
}
.by {
  color: #497a87;
  text-align: center;
  padding: 24px 0;
}

.by a {
  color: #497a87;
  text-decoration: none;
}
.by a:hover {
  color: #497a87;
  text-decoration: underline;
}
.cont-block .card {
  height: 138px;
  padding: 24px;
  border: 1px solid #e8eaf2 !important;
  border-radius: 10px !important;
  transition: 0.3s;
  margin-bottom: 24px;
  cursor: pointer;
}

.cont-block .card:hover {
  box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
}
.cont-block .card .card-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  margin-bottom: 16px;
}
.info-block {
  min-height: 48px;
  background: #f9f8fd;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 9px 11px;
}
.info-block .pin-block {
  margin-bottom: 15px;
}

.info-block .pin-block:last-child {
  margin-bottom: 0;
}
.icons-block {
  font-size: 12px;
  color: #636363;
  margin: 0 23px 0 0;
  display: flex;
  align-items: center;
}

.date-block {
  font-size: 12px;
  color: #636363;
  text-align: right;
}

/* icons */

.icons {
  display: inline-block;
  margin-right: 16px;
}

.icon-pin {
  background-image: url(../images/pin.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.icon-time {
  background-image: url(../images/time.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.icon-category {
  background-image: url(../images/category.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.icon-share {
  background-image: url(../images/share.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.icon-attach {
  background-image: url(../images/export.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.icon-print {
  background-image: url(../images/print.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.icon-arrow-left {
  background-image: url(../images/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.icon-pdf{
  background-image: url(../images/pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.icon-microsoft-word {
  background-image: url(../images/microsoft-word.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.icon-txt {
  background-image: url(../images/txt.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.icon-doc {
  background-image: url(../images/doc.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.pin-block {
  color: #001e26;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 16px 0 0;
}

footer {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.line-top {
  border-top: 1px solid #ececec;
}

.links-block {
  min-height: 199px;
  /* background-image: url("../images/foot-bg.svg"); */
  background-color: #adb0bc;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 0;
}
.links-block .foot-logo {
  display: none;
}
.links-text {
  padding-left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  max-width: 920px;
  padding: 20px 24px;
  flex-direction: column;
}
.links-text .btn {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 37px;
  margin: 16px 0;
}
.btn-box {
  padding: 0 50px;
}
.display-none {
  display: none !important;
}
.w-60 {
  width: 60%;
}
.w-80 {
  width: 80%;
}
.mr-70 {
  margin-right: 70px;
}

.btn {
  min-height: 60px;
  padding: 16px 16px !important;
  border-radius: 10px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 26px !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url("../images/calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

input[type="date"]:invalid::-webkit-datetime-edit {
  color: #aaaebe;
}
.btn-add {
  height: 37px !important;
  min-height: 37px !important;
  border-radius: 10px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #00bb6f !important;
  border: 1px solid #00bb6f !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  width: 100%;
}

.btn-delete {
  background-image: url(../images/trash.svg);
  background-color: #00bb6f !important;
  border-radius: 8px !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  padding: 0 !important;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(186 186 186 / 25%) !important;
  outline: none !important;
}

.btn-link {
  color: #000 !important;
  font-size: 14px;
  font-weight: normal;
}

.btn-main {
  color: #fff !important;
  background-color: #594e7e !important;
  border-color: #594e7e !important;
  transition: 0.3s !important;
}

.btn-main:hover {
  /* background-color: #201643c7 !important;
  border-color: #201643c7 !important; */
  opacity: 0.9;
}

.btn-outline-secondary {
  color: #3e2f66 !important;
  background-color: #fff !important;
  border-color: #594e7e !important;
  text-decoration: none !important;
}

.btn-outline-secondary.important {
  background: transparent;
  border: none;
  font-size: 12px !important;
}

.btn-outline-secondary:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.btn-main-lg {
  min-height: 60px;
  font-size: 19px !important;
  padding: 13px 30px !important;
  width: 100%;
}

#share-tip {
  margin-top: 5px;
}

#subscribe-tip {
  margin-bottom: 5px;
}

#share-tip,
#subscribe-tip {
  box-shadow: 2px 2px 4px #9999996e;
  background-color: #fff !important;
  border-radius: 8px;
  font-size: 12px;
  max-width: 500px;
  overflow: auto;
  padding: 15px;
  z-index: 100;
}

#share-tip input,
#subscribe-tip .mail-subscribe {
  display: block;
  width: 300px;
  margin: 5px 0;
  border: 1px solid #d1d1d1 !important;
  border-radius: 5px;
  padding: 12px 16px 14px !important;
}

#share-tip .close-tip {
  display: block;
  text-align: right;
}

#subscribe-tip .important.btn.btn-outline-secondary {
  width: auto !important;
}
.details-block {
  padding: 16px;
}
.details-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 16px;
  margin-top: -8px;
}

.po-r {
  position: relative;
}

.text-block {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #001e26;
}
.text-block b {
  margin-top: 35px;
  display: block;
}

.text-block p {
  margin-top: 35px !important;
}

.subscribe-form input {
  width: 100%;
}

.form-block {
  padding: 16px;
}

.form-block .row {
  position: relative;
}
.form-block h4 {
  font-size: 28px;
}
.form-block .form-label {
  color: #001e26;
  margin: 24px 0 12px !important;
  font-size: 16px;
}

.form-block .form-control,
.form-block .form-select {
  height: 40px;
  border: 1px solid #e8eaf2;
  background-color: #fff;
  border-radius: 8px !important;
  padding: 8px 15px;
  font-size: 14px !important;
  line-height: 24px !important;
}

.btn-checkbox {
  height: 53px;
  border: 1px solid #dddddd !important;
  background-color: #f8f8f8 !important;
  width: 100% !important;
}

.drop-block .dropdown-menu {
  width: 100%;
  height: 453px;
  overflow: auto;
}
.drop-block .btn-checkbox {
  text-align: left;
}
.drop-block .dropdown-menu li {
  margin: 8px 0;
}

.btn-checkbox.dropdown-toggle::after {
  position: absolute;
  right: 14px;
  top: 20px;
  background-image: url(../images/down.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  border: none !important;
}

.form-control::-webkit-input-placeholder {
  color: #aaaebe !important;
}

.form-control:-moz-placeholder {
  color: #aaaebe !important;
}

.form-control::-moz-placeholder {
  color: #aaaebe !important;
}

.form-control::placeholder {
  color: #aaaebe !important;
}

.form-control:-ms-input-placeholder {
  color: #aaaebe !important;
}

.upload-photo {
  margin-top: 6px;
}

.upload-photo .photo-block {
  width: 88px;
  height: 88px;
  background: #f1f2f4;
  border: 1px solid #dcdee4;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-photo .photo-block img {
  object-fit: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
}
.no-photo {
  width: 40px !important;
  height: 40px !important;
}

.btn.upload-photo {
  background-color: #00bb6f;
  height: 40px !important;
  min-height: 40px !important;
  padding: 6px 23px 8px !important;
  color: #fff !important;
  margin-left: 24px;
  font-size: 14px !important;
}
.choosefile-block {
  max-width: 100%;
  height: 130px;
  background-color: #fff;
  border: 1px dashed #aaaebe;
  border-radius: 8px;
  color: #aaaebe;
  font-size: 16px;
  padding: 24px;
}

.file-uploaded {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  font-size: 16px;
}

.file-uploaded .btn {
  width: auto !important;
  min-height: 30px;
}

.form-block .btn-outline-secondary {
  border: 0.5px solid #aaaebe !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  color: #001e26 !important;
  padding: 9px 20px !important;
  height: 42px !important;
  min-height: auto;
}

.label-hint {
  color: #373a3c;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
.light-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #497a87;
}

.in-card {
  border-radius: 10px;
  margin-bottom: 32px;
  background-color: #f9f8fd;
  padding: 16px;
}

.in-card .btn {
  min-height: 30px;
  margin-left: auto;
}

.modal-footer .form-check {
  margin-right: 50px;
}

.modal-footer .ml-auto {
  margin-left: auto;
}

.modal-footer .btn-main {
  font-size: 16px !important;
}
.w-100 {
  width: 100%;
}

.is-grey {
  color: #aeaeae;
}

/* languages */
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ddd !important;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group .btn-lang:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.btn-group .btn-lang:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.lang-block .btn-group {
  display: flex;
  flex-direction: column;
}
.btn-lang {
  border: 1px solid #ddd !important;
  color: #373a3c !important;
  font-weight: normal !important;
  transition: 0.3s;
  margin-top: 7px;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #001e26;
  border: none !important;
  padding: 16px 12px !important ;
  background-color: #f9f8fd;
}

.mt-24 {
  margin-top: 24px;
}

.btn-lang.active {
  background-color: #00bb6f;
  color: #fff !important;
}
.btn-lang:hover {
  background-color: #00bb6f;
  color: #fff !important;
}

/*Toggle checkbox*/
.toggle-skills {
  height: 18px;
}

.toggle-block span {
  font-size: 14px;
}
.switch {
  position: relative;
  display: inline-block;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #594e7e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  width: 36px;
  height: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e8eaf2;
}

.mr-32 {
  margin-right: 32px;
}
/* app-block */

.app-block {
  margin: 16px;
}

.btn.btn-linkedin {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 26px !important;
  background-color: #2c69b0 !important;
  color: #fff !important;
}
.btn.btn-linkedin img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.form-check-input:checked {
  background-color: #00bb6f !important;
  border-color: #00bb6f !important;
}

@media (max-width: 575px) {

  .image-content {
    height: 280px;
  }

  .image-content .search-block {
    padding: 0 15px;
  }

  .cont-block .card {
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
  }

  .cont-block .card .card-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .pin-block {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }

  .icon-pin {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .links-text {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 15px;
  }

  .links-text .btn {
    font-size: 16px !important;
    line-height: 1.4;
    margin: 16px 0 0;
    min-height: auto;
    padding: 12px !important;
  }

  .btn-box {
    padding: 0;
    width: 100%;
  }

  .links-block {
    min-height: auto;
  }

  .logo {
    padding-left: 0;
  }
  
  .logo img {
    height: 30px;
  }

  header {
    padding: 18px 0;
    height: auto;
  }

  .return-vacan {
    font-size: 14px;
    line-height: 1.4;
  }

  .icon-arrow-left {
    margin-right: 10px;
  }

  .detail-view-content {
    padding: 0 15px;
  }

  .detail-view-block .card-header {
    padding: 15px !important;
  }

  .details-block {
    padding: 15px;
  }

  .details-block .flex-container {
    justify-content: space-between;
  }

  .icon-share {
    margin-right: 0;
  }
  
  .details-block h4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  
  .btn-main {
    min-height: auto !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  
  .btn-submit-app {
    min-height: auto !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  #share-ad {
    margin: 0 !important;
  }

  .by {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media (max-width: 450px) {

  .image-content {
    height: 230px;
  }
}
