.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  transition: 0.5s;
}
.header-scroll {
  padding: 5px 0;
  -webkit-box-shadow: 0 0 5px 0 #404040;
  -moz-box-shadow: 0 0 5px 0 #404040;
  -o-transition: 0 0 5px 0 #404040;
  box-shadow: 0 0 5px 0 #404040;
}
.header-scroll .header__inside-logo img {
  max-width: 50px;
}
.header__inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inside-logo .custom-logo-link {
  display: flex;
}
.header__inside-logo img {
  max-width: 80px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .header__inside-navigation {
    display: none;
  }
}
.header__inside-navigation ul li {
  position: relative;
  margin: 0 15px;
}
.header__inside-navigation ul li:first-of-type {
  margin-left: 0;
}
.header__inside-navigation ul li:last-of-type {
  margin-right: 0;
}
.header__inside-navigation ul li a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #dfbb80;
  text-transform: uppercase;
  padding: 5px;
}

.main.banner {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 991px) {
  .main.banner {
    height: 100%;
    min-height: auto;
    padding: 150px 0 100px;
  }
}
.main_banner {
  position: relative;
  z-index: 1;
}
.main.mask::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.main h1 {
  color: #dfbb80;
  text-align: center;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.main_options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 110px;
}
@media (max-width: 1099px) {
  .main_options {
    grid-gap: 50px;
  }
}
@media (max-width: 991px) {
  .main_options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_options-single {
  text-align: center;
}
@media (max-width: 991px) {
  .main_options-single {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}
.main_options-single--img {
  width: 100%;
  height: 306px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main_options-single--img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .main_options-single--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
.main_options-single a {
  display: block;
  padding: 15px 0 5px;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .main_options-single a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.footer__top {
  background-image: url("/wp-content/uploads/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.footer__top .big-title {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.footer__top .footr {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer__top .footr {
    grid-template-columns: 100%;
    grid-gap: 30px;
  }
}
.footer__top .footr__contact p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.footer__top .footr__contact p.mt-20 {
  margin-top: 20px;
}
.footer__top .footr__contact a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.footer__top .footr__contact a.href-ico {
  margin-left: 5px;
}
.footer__top .footr__contact a.href-ico i {
  font-size: 18px;
}
.footer__top .footr__form .wpcf7-form {
  position: relative;
}
.footer__top .footr__form .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: 13px;
  left: 142px;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer__top .footr__form .formc label {
  display: block;
  color: #fff;
}
.footer__top .footr__form .formc input,
.footer__top .footr__form .formc textarea {
  padding: 10px 10px 5px;
  width: 100%;
}
.footer__top .footr__form .formc-left label {
  margin-bottom: 10px;
}
.footer__top .footr__form span {
  display: block;
}
.footer__top .footr__form span.wpcf7-form-control-wrap {
  position: relative;
}
.footer__top .footr__form span.wpcf7-form-control-wrap.your-message,
.footer__top .footr__form span.wpcf7-form-control-wrap.your-message textarea {
  height: 80px;
}
.footer__top .footr__form span.wpcf7-form-control-wrap.acceptance-946 {
  margin-bottom: 20px;
}
.footer__top .footr__form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
}
.footer__top .footr__form span.wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  transition: 0.3s;
}
.footer__top .footr__form span.wpcf7-list-item input {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer__top .footr__form span.wpcf7-list-item:hover {
  color: #dfbb80;
}
.footer__top .footr__form span.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 19px;
  padding-left: 20px;
  cursor: pointer;
}
.footer__top .footr__form span.wpcf7-list-item-label a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.footer__top .footr__form span.wpcf7-list-item-label a:not(:hover) {
  color: #fff;
}
.footer__top .footr__form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  background-color: #dfbb80;
  border-color: #050607;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: 0.3s;
}
.footer__top .footr__form .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.footer__top .footr__form .wpcf7-submit:disabled:hover {
  background-color: #dfbb80;
}
.footer__top .footr__form .wpcf7-submit:hover {
  background-color: #ba9260;
}
.footer__top .footr__form p {
  margin-bottom: 0;
  position: relative;
}
.footer__top .footr__form p .ajax-loader {
  position: absolute;
  left: 3px;
  bottom: 10px;
  margin: 0;
}
.footer__map iframe {
  width: 100%;
  height: 400px;
}
.footer__info {
  background-color: #050607;
  padding: 10px 0;
  margin-top: -7px;
}
.footer__info p {
  color: #fff;
  text-align: center;
}

.main-navigation .menu .menu-item .sub-menu {
  display: none;
  padding-left: 10px;
}

.jobOffer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .jobOffer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .jobOffer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .jobOffer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jobOffer .post .post-thumbnail {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.jobOffer .post .post-thumbnail img {
  display: flex;
}
.jobOffer .post .entry-header {
  text-align: center;
}
.jobOffer .job-offer-content {
  display: none;
}

.single-job-offer article {
  text-align: center;
}
.single-job-offer article * {
  color: #fff;
}
.single-job-offer article .entry-title {
  color: #dfbb80;
  margin-bottom: 5px;
}
.single-job-offer article .post-thumbnail {
  margin-bottom: 10px;
}
.single-job-offer article .job-offer-content {
  margin-top: 20px;
}/*# sourceMappingURL=custom.css.map */