/*
Theme Name: Jobhoster 2.0
Author: Sedna Software - Dennis Aarts
Author URI: https://sednasoftware.com
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #f7fafd;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
}

select:not(#cmb_time) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
  border-radius: 25px;
  overflow: hidden;
}

select:not(#cmb_time) {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 15px 15px 22px;
  color: #0f0f0f;
  background-color: #fff;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea,
input {
  outline: none;
}

button {
  outline: none;
}

button:hover:not(.vacancy__button):not(.cmb_close),
.header-3__button:hover,
.location__button--big:hover,
.header-1__button:hover,
.header-4__button--desktop:hover,
.corporate__button:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

button:active:not(.header-3__back_button):not(.vacancy__button):not(.cmb_close),
.header-3__button:active,
.location__button--big:active,
.header-1__button:active,
.header-4__button--desktop:active,
.corporate__button:active,
.application-form__button--small:active {
  -webkit-transform: translateY(2.5px);
  -moz-transform: translateY(2.5px);
  -ms-transform: translateY(2.5px);
  -o-transform: translateY(2.5px);
  transform: translateY(2.5px);
}

.search-box {
  position: relative;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.error-msg {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-left: 23px;
  margin-top: 7px;
  position: absolute;
  display: none;
  bottom: -19px;
  left: 3px;
}

.mobile-menu-search-form > .error-msg {
  position: relative;
  bottom: -3px;
  margin-top: 0;
}

.header-1 {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 27px 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.header-1__container {
  width: 100%;
  max-width: 1140px;
  /*padding: 0 25px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-1__search_container {
  width: 100%;
  max-width: 552px;
  margin: 0 auto 0 auto;
  border-radius: 25px;
  background-color: #e8e8e8;
  padding: 5px 5px 5px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
}

.header-1__search_field {
  display: block;
  width: 100%;
  color: #0f0f0f;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.header-1__search_field:focus {
  outline: none;
}

.header-1__search-button {
  box-sizing: border-box;
  min-width: 70px;
  height: 36px;
  padding-left: 27px;
  line-height: 36px;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  border: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.header-1__title {
  color: #239c70;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Catamaran', sans-serif;
}

.header-1__button {
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.header-1__button--desktop {
  display: block;
}

.header-1__button--tablet {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-1__search_container {
    max-width: 340px;
  }
}

@media only screen and (max-width: 768px) {
  .header-1 {
    background-color: #f7fafd;
    box-shadow: 0 0 0 transparent;
    padding: 15px;
  }

  .header-1__container {
    padding: 0;
  }

  .header-1__search_container {
    display: none;
  }

  .header-1__button--desktop {
    display: none;
  }

  .header-1__button--tablet {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header-1 {
    box-sizing: border-box;
    height: auto;
  }

  .header-1__container img {
    width: 84px;
    height: auto;
  }

  .header-1__title img {
    width: 84px;
    height: 21px;
  }

  .header-1__button--tablet {
    width: 90px;
    height: 45px;
    padding: 0;
  }
}

.header-2 {
  box-sizing: border-box;
  height: 103px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.header-2__wrapper_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-2__back_button {
  padding: 41px;
  border: 0;
  border-right: 2px solid lightgray;
  background-color: #fff;
  cursor: pointer;
}

.header-2__text {
  color: #555555;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-right: auto;
}

.header-2__logo_image {
  width: 139px;
  height: 33px;
  position: absolute;
  top: calc(50% - 16.5px);
  left: calc(50% - 69.5px);
}

.header-2__nav_wrapper {
  padding: 0 42px;
  width: 100%;
}

.header-2__mobile_button {
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  display: none;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-2__nav_wrapper {
    padding: 0 15px;
  }

  .header-2__back_button {
    padding: 41px 20px;
    border: 0;
    border-right: 2px solid lightgray;
    background-color: #fff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 768px) {
  .header-2 {
    padding: 15px 0;
  }

  .header-2__wrapper_flex {
    justify-content: flex-end;
  }

  .header-2__nav_wrapper {
    padding: 0 15px;
  }

  .header-2__logo_image {
    left: 15px;
  }

  .header-2__text {
    display: none;
  }

  .header-2__back_button {
    display: none;
  }

  .header-2__mobile_button {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header-2 {
    background-color: #f7fafd;
    box-shadow: 0 0 0 0 transparent;
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
  }

  .header-2__logo_image {
    margin-top: 10px;
    width: 84px;
    height: 20px;
  }

  .header-2__mobile_button {
    width: 90px;
    height: 45px;
    padding: 9px 10px;
  }
}

.header-3 {
  position: fixed;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.header_company_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 80px;
}

.header-3__logo_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 87%;
}

.header-3__enter_container {
  background-color: #ccd5de;
  width: 300px;
  height: 100px;
  align-items: center;
  display: flex;
}

.header-3__button {
  width: 100%;
  max-width: 165px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 11px 0;
  text-align: center;
  border: 4px solid #ffffff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.header-3__button--orangered {
  background-image: linear-gradient(106deg, #fdad64 0%, #ff6660 100%);
  color: #fff;
  font-weight: 700;
}

.header-3__wrapper_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-3__back_button {
  border: 0;
  border-right: 2px solid lightgray;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  height: 100px;
  width: 100px;
}

.header-3__back_button img {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-3__text {
  color: #555555;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.header-3__nav_wrapper {
  padding: 0 0 0 42px;
  width: 100%;
}

.header-3__mobile_button {
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  display: none;
  cursor: pointer;
  display: none;
}

@-moz-document url-prefix() {
  .header-3__button {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .header-3 {
    padding: 15px 0;
  }

  .header-3__back_button,
  .header-3__enter_container,
  .header-3__text {
    display: none;
  }

  .header-3__logo_image {
    margin: 0;
  }

  .header_company_logo {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-3__nav_wrapper {
    padding: 0 15px;
  }

  .header-3__mobile_button {
    display: block;
  }
}

@media only screen and (max-width: 540px) {
  .single-jumbotron {
    margin-top: 75px !important;
  }

  .header-3__mobile_button {
    width: 90px;
    height: 45px;
    padding: 0;
  }

  .header-3__logo_image {
    max-height: 60%;
  }
}

.header-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 40px 15px;
  margin: 0 auto;
}

.header-4__button--tablet {
  border-radius: 25px;
  border: 4px solid #fff;
  padding: 12px 26px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: none;
  display: none;
  cursor: pointer;
}

.header-4__button--desktop {
  padding: 12px 0;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .header-4 {
    padding: 15px 15px 30px;
  }

  .header-4__button--tablet {
    display: block;
  }

  .header-4__button--desktop {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .header-4 {
    background-color: transparent;
  }

  .header-4 img {
    width: 83px;
  }
}

.header__jobhoster {
  padding: 34px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Catamaran', sans-serif;
}

.header__jobhoster > a {
  text-decoration: none;
  color: #239c70;
}

.header__mobile_button {
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .header__jobhoster {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7fafd;
    box-shadow: 0 0 0 0 transparent;
  }

  .header__jobhoster img {
    width: 84px;
  }

  .header__mobile_button {
    display: block;
    width: 90px;
    height: 45px;
    padding: 0;
  }
}

.header__corporate {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Catamaran', sans-serif;
}

.header__corporate_title {
  margin-top: 50px;
}

.header__corporate_button {
  box-sizing: border-box;
  height: 45px;
  border-radius: 25px;
  border: 4px solid #fff;
  padding: 0 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: none;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .header__corporate_title {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 782px) {
  .header__corporate {
    padding: 14px;
    justify-content: space-between;
  }

  .header__corporate_button {
    display: block;
  }
}

@media only screen and (max-width: 540px) {
  .header__corporate_title {
    margin: 0;
  }

  .header__corporate_title img {
    width: 83px;
  }
}

.mobile-menu {
  display: flex;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: none;
  z-index: 100;
  box-sizing: border-box;
  padding: 25px 15px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #775ca7;
  background-image: url(/wp-content/themes/jobhoster/css/images/147c4e27c80d44586e14ee17ea9a98bd.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.mobile-menu .header {
  width: 100%;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}

.mobile-menu .header__title {
  margin-right: auto;
}

.mobile-menu .header__title img {
  width: 83px;
  height: 20px;
}

.mobile-menu .header__btn {
  margin-left: auto;
  width: 90px;
  height: 45px;
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-color: transparent;
  outline: none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.mobile-menu .mobile-menu__image {
  flex-basis: 35%;
  margin-bottom: auto;
  width: 56%;
}

.mobile-menu .search-cont {
  width: 100%;
  height: 55px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  padding-left: 25px;
  margin-bottom: auto;
  max-width: 600px;
}

.mobile-menu .search-cont__input {
  display: block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #414141;
  border: 0;
}

.mobile-menu .search-cont__input:focus {
  outline: none;
}

.mobile-menu .search-cont__btn {
  width: 85px;
  padding: 13px 23px;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  border: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.mobile-menu .nav {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
}

.mobile-menu .nav__link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
}

.mobile-menu .nav__link--small {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}

.mobile-menu--visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 993px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (orientation: landscape) and (max-width: 991px) {
  .mobile-menu__image {
    display: none;
  }

  .mobile-menu .search-cont {
    margin-top: auto;
  }

  .mobile-menu .nav {
    flex-direction: row;
    width: 100%;
    height: auto;
    max-height: 24px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .mobile-menu .nav__link {
    margin-top: 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 459px) {
  .mobile-menu .nav__link {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}

@media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 179px) {
  .mobile-menu {
    padding-top: 2px;
  }

  .mobile-menu .header {
    display: none;
  }

  .mobile-menu .nav {
    display: none;
  }

  .mobile-menu .search-cont {
    margin-top: 0;
  }
}

/* The container must be positioned relative: */
.custom-select {
  background-color: #fff;
  position: relative;
  color: #0f0f0f;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  border-radius: 22.5px;
  transition: none;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.custom-select select {
  display: none;
}

.select-selected {
  padding: 5px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: '';
  width: 70px;
  height: 35px;
  border-radius: 25px;
  background-color: #775ca7;
  background-image: url(/wp-content/themes/jobhoster/css/images/c4e0b4ce3d72a16a3ea94f195fda4846.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  background-image: url(/wp-content/themes/jobhoster/css/images/4e11bd7c4124119d49174ea84c3e5143.svg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
  padding-right: 100px;
  overflow: hidden;
}

/* Style items (options): */
.select-items {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 200px;
  overflow-y: scroll;
  width: calc(100% + 17px);
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.items-wrapper {
  border-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 8px;
}

.scrollbar {
  position: absolute;
  top: 1px;
  right: 5px;
  height: calc(100% - 20px);
  width: 10px;
  background-color: #ccc;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.scrollbar__handler {
  width: 100%;
  height: 20px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #775ca7;
  cursor: pointer;
}

.custom-select-wrapper {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #666;
}

@media (max-width: 768px) {
  .scrollbar {
    width: 5px;
  }
}

.side-sticker {
  position: fixed;
  right: 0;
  top: 41.67%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 66px;
  height: 150px;
  box-shadow: -10px 0 25px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 10px 0;
  z-index: 3;
}

.side-sticker__title {
  text-align: center;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 10px;
  margin-top: 6px;
}

.side-sticker .a2a_kit a {
  display: block !important;
  float: none !important;
  margin-bottom: 10px !important;
}

.side-sticker .a2a_svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  float: none !important;
}

.side-sticker .a2a_svg svg {
  width: 16px !important;
  height: auto !important;
  /*margin: 5px auto !important;*/
  top: 4px;
}

.side-sticker .a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
  border-radius: 26px !important;
}

@media (max-width: 768px) {
  .side-sticker {
    display: none;
  }
}

.single-jumbotron {
  box-sizing: border-box;
  position: relative;
  height: 400px;
  margin-top: 100px;
}

.jumbotron-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.company-jumbotron {
  margin-top: 0;
}

.single-jumbotron--title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
  z-index: 1;
  text-align: center;
}

.single-company--title {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Catamaran', sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
  z-index: 1;
  text-align: center;
}

#header_slides{
  display: none;
}

.header_slides {
  height: 100%;
}

.header-slide {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-prev,
.slick-next {
  width: 50px !important;
  height: 75px !important;
  position: relative;
  z-index: 1;
}

.slick-prev {
  left: 50px !important;
  z-index: 1;
}

.slick-next {
  right: 50px !important;
}

.single-jumbotron .banner {
  width: 746px;
  height: 100px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 373px);
  bottom: -50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1;
}

.single-jumbotron .banner__col {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}

.header_gradient {
  height: 400px;
  max-width: 1134px;
  margin: 0 auto;
}

.header-featured {
  height: 400px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.header-default {
  height: 400px;
  max-width: 1140px;
  margin: 0 auto;
  background-image: linear-gradient(268deg, #93f9b9 0%, #239c70 100%);
}

#loading-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
  display: none;
}

.loading-screen--inner {
  width: 430px;
  height: 250px;
  position: absolute;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 30px;
  background-color: #fff;
}

.loading-screen--inner img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 30px auto;
}

.loading-screen--inner p {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
}

@media (max-width: 992px) {
  .single-jumbotron .container-wrapper .container {
    flex-basis: 100%;
  }

  .single-jumbotron .container-wrapper .container .title {
    display: none;
  }
}

@media (max-width: 768px) {
  .single-jumbotron {
    height: 300px;
  }

  .single-jumbotron .banner {
    display: none;
  }

  .vacancy-slider--header {
    margin-top: 81px;
  }

  .header-default,
  .header-featured,
  .header_gradient {
    height: 100%;
  }
}

@media (max-width: 540px) {
  .vacancy-slider {
    height: 200px;
  }

  .single-jumbotron .container-wrapper .container .previous,
  .single-jumbotron .container-wrapper .container .next {
    width: 34px;
    height: 50px;
    background-size: 50%;
  }

  .vacancy-slider--header {
    margin-top: 65px;
  }
}

@media (max-width: 480px) {
  .single-jumbotron {
    height: 150px;
  }
}

.btn-search {
  box-sizing: border-box;
  position: relative;
  min-width: 150px;
  min-height: 45px;
  border-radius: 25px;
  letter-spacing: 0;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  width: 104px;
  height: 20px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: none;
}

/*.btn-search::after {*/
/*content: 'Vind vacatures';*/
/*position: absolute;*/
/*top: 13px;*/
/*left: 23px;*/
/*}*/

/*@-moz-document url-prefix() {*/
/*.btn-search::after {*/
/*left: 16px;*/
/*}*/
/*}*/

@media only screen and (max-width: 540px) {
  .btn-search--mobile {
    min-width: 135px;
    min-height: 45px;
  }
}

.footer {
  /*
      position: fixed;
      bottom: 0;
      left: 0;
      */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
  background-color: #239c70;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer__text--small {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-right: 50px;
}

.footer__text--big {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 50px;
}

@media only screen and (max-width: 768px) {
  .single-jumbotron {
    margin-top: 81px;
  }

  .slick-prev,
  .slick-next {
    width: 30px !important;
  }

  .footer {
    padding: 20px 0 20px;
    flex-wrap: wrap;
  }

  .footer__text--small {
    margin: 0 15px 10px;
  }

  .footer__text--big {
    flex-basis: 100%;
    order: 1;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .footer {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0;
  }

  .footer__text--big,
  .footer__text--small {
    margin: 0;
    padding: 0;
  }

  .footer__text--big {
    margin-bottom: 18px;
  }

  .footer__text--small {
    margin-top: 18px;
  }

  .footer__text--hide {
    display: none;
  }

  .footer__text--one {
    order: -1;
    margin-right: 40px;
  }
}

.location_wrapper {
  overflow: auto;
}

.location__wrapper_ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f7fafd;
  min-height: calc(100vh - 56px);
}

.location__image_container {
  background-image: linear-gradient(90deg, #f8ca00, #080600);
  margin: 0 auto;
  max-width: 1140px;
  height: 400px;
  position: relative;
}

.location__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.location__image_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-71deg, #000000 0%, #ffcf00 100%);
  opacity: 0.35;
}

.location__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.location__absolute_block {
  width: 100%;
  max-width: 746px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  padding: 32px 0;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.location__left_block,
.location__right_block {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.location__information {
  box-sizing: border-box;
  width: 100%;
  max-width: 746px;
  padding: 26px 30px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.location__information--mt {
  margin-top: 80px;
}

.location__information--mb {
  margin-bottom: 30px;
}

/*.location__paragraph, .location p {*/
/*margin-bottom: 30px;*/
/*color: #555555;*/
/*font-family: "Open Sans", sans-serif;*/
/*font-size: 14px;*/
/*font-weight: 400;*/
/*}*/

.single-vacancy-text p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 24px;
}

.single-vacancy-text strong {
  font-weight: 700;
}

.single-vacancy-text ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 50px;
}

.single-vacancy-text ul li,
.single-vacancy-text ol li {
  margin-bottom: 5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.single-vacancy-text > a,
.single-vacancy-text > p > a,
.single-vacancy-text > li > a {
  color: #fe7260;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.apply-button--fixed {
  position: fixed;
  right: 0;
  left: 0;
  height: 60px;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.location__text {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}

.location__text--bold {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24px;
}

.location__m_auto {
  margin: 0 auto;
}

.location__button--big {
  width: 96%;
  max-width: 688px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 12px 38px;
  border: 4px solid #ffffff;
  display: block;
  margin: 0 auto 30px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-align: center;
}

.location__button--orangered {
  background-image: linear-gradient(106deg, #fdad64 0%, #ff6660 100%);
  color: #fff;
  font-weight: 700;
}

.location__tablet_info {
  display: none;
  margin: 20px 0 0;
}

.location__tablet_title {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.tablet__company_title {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.location__tablet_locate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location__tablet_locate1,
.location__tablet_locate2 {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 0 10px;
}

.location__tablet_locate2 {
  border-left: 1px solid #000000;
}

.location__tablet_links {
  display: none;
  padding: 15px;
  padding-left: 30px;
  align-items: center;
  background-color: #fff;
  box-shadow: -10px 0 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.location__tablet_link_text {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.location__tablet_link {
  margin-left: 15px;
  width: 25px;
  height: 25px;
}

.location__tablet_links .a2a_kit {
  margin-left: 20px;
}

.location__tablet_links .a2a_kit a {
  margin-right: 20px !important;
}

.location__tablet_links .a2a_svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  float: none !important;
}

.location__tablet_links .a2a_svg svg {
  width: 16px !important;
  height: auto !important;
  margin: 5px auto !important;
}

.location__tablet_links .a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
  border-radius: 26px !important;
}

/*.video {*/
/*padding: 30px 0;*/
/*background-color: #ccd5de;*/
/*}*/

/*.video__player {*/
/*width: 100%;*/
/*max-width: 746px;*/
/*height: 421px;*/
/*background-color: #ffffff;*/
/*margin: 0 auto 30px;*/
/*}*/

/*.video__text {*/
/*width: 100%;*/
/*max-width: 687px;*/
/*margin: 0 auto;*/
/*color: #000000;*/
/*font-family: "Open Sans", sans-serif;*/
/*font-size: 14px;*/
/*font-weight: 400;*/
/*line-height: 24px;*/
/*}*/

.vacancy_company_info_wrapper {
  background-color: #ccd5de;
  padding: 30px 0;
}

.vacancy_company_info {
  box-sizing: border-box;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.vacancy_video {
  position: relative;
  height: 400px;
}

.vacancy_video iframe {
  width: 100%;
  height: 100%;
}

.vacancy_company_text {
  padding: 30px 20px;
  background-color: #fff;
  margin-bottom: 5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.vacancy_company_text > span {
  display: block;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px;
}

.vacancy_company_text p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 24px;
}

.vacancy_company_text p strong {
  font-weight: 700;
}

.vacancy_company_text ul,
.vacancy_company_text ol {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 50px;
}

.vacancy_company_text ul li,
.vacancy_company_text ol li {
  margin-bottom: 5px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 768px) {
  .header-3__wrapper_flex {
    justify-content: flex-end;
  }

  .location .sticker {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .location .no-trans {
    transition: none;
  }

  .location__title {
    display: none;
  }

  .location__wrapper_ {
    padding-top: 80px;
  }

  .location__absolute_block {
    display: none;
  }

  .location__tablet_info {
    display: block;
  }

  .location__wrapper {
    padding: 0 15px;
  }

  .location__information--mt {
    margin-top: 20px;
  }

  .location__button--big {
    margin: 15px auto;
    max-width: 500px;
  }

  .apply-button--fixed {
    padding: 0 15px;
  }

  .apply-button--fixed > a {
    margin: 0 auto;
  }

  .non-sticky-btn {
    margin: 15px auto;
    max-width: 500px;
    display: block;
    width: 96%;
  }

  .location__tablet_links {
    display: flex;
    align-items: center;
  }

  .location__tablet_link_text {
    margin-bottom: 0 !important;
  }

  .location__image_container {
    height: 300px;
  }

  .video {
    padding: 27px 15px;
  }

  .video__player {
    margin: 0 auto 15px;
  }

  .video__text {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .location__wrapper_ {
    padding-top: 75px;
  }

  .location__image_container {
    height: 200px;
  }

  .video__player {
    height: calc((100vw - 30px) * 0.565217391);
  }
}

@media only screen and (max-width: 480px) {
  .location__image_container {
    height: 150px;
  }
}

.application-form textarea:focus,
.application-form input:focus {
  border: 1px solid #414141;
}

.application-form__wrapper {
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/1227a7b97fcc01ad75f53daf2592657c.svg);
  background-position: center center;
  min-height: calc(100vh - 56px);
  padding: 163px 15px 84px;
}

.application-form .inner-wrapper {
  padding: 36px 140px 80px 19px;
}

.application-form .file-input,
.application-form .extra-file-input {
  display: none;
}

.application-form__form {
  margin: 0 auto;
  width: 100%;
  max-width: 746px;
  /*height: 775px;*/
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 45px;
}

.application-form__title {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}

.application-form__form_subtext {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: none;
  text-align: center;
  margin-bottom: 28px;
}

.application-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  /*flex-wrap: wrap;*/
  position: relative;
}

.application-form__row--start {
  align-items: flex-start;
}

.application-form__label {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.application-form__input {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 35px;
  max-width: 455px;
  padding: 3px 0 3px 19px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
}

.application-form__input::placeholder {
  color: #b5b5b5;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.application-form__btn_container {
  width: 100%;
  max-width: 455px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.application-form__textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  display: block;
  width: 100%;
  max-width: 455px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  height: 142px;
  padding: 10px 0 3px 19px;
  resize: vertical;
}

.application-form__textarea::placeholder {
  color: #b5b5b5;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

.application-form__button--small {
  border-radius: 25px;
  height: 35px;
  width: 120px;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.application-form__button--big {
  width: 100%;
  max-width: 452px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 12px 38px;
  border: 4px solid #ffffff;
  display: block;
  margin: 0 0 0 auto;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.application-form__m_auto {
  margin: 0 auto;
}

.application-form__button--orangered {
  background-image: linear-gradient(106deg, #fdad64 0%, #ff6660 100%);
  color: #fff;
  font-weight: 700;
}

.application-form__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.application-form__text--gray {
  color: #555555;
}

.application-form__text--small {
  font-size: 10px;
}

.application-form__text--ml {
  margin-left: 21px;
}

.application-form__format {
  margin-top: 3px;
  font-size: 10px;
  color: #555555;
  font-family: 'Catamaran', sans-serif;
}

.application-form__gray_block {
  width: 100%;
  max-width: 455px;
  padding: 15px;
  margin: 24px 0 40px auto;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.application-form__gray_block_check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #555;
  border-radius: 5px;
  outline: none;
}

.application-form__gray_block_check:checked {
  background-image: url(/wp-content/themes/jobhoster/css/images/f03d333d950137f36e699b4132fa0dec.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #555;
  transition: none;
}

.application-form__confirm_text {
  margin-left: 30px;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.application-form__confirm_text--link {
  color: #004984;
  text-decoration: underline;
}

.form-error-msg {
  display: none;
  color: #ff4848;
  font-size: 12px;
  margin-top: 5px;
  left: 134px;
  position: absolute;
  bottom: -17px;
}

.application-form__btn_container .form-error-msg {
  margin-left: 0;
  width: 100%;
}

#agreement_container .form-error-msg {
  left: 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.input-error {
  border-color: #ff4848;
}

@media only screen and (max-width: 992px) {
  .application-form__form {
    max-width: 650px;
  }

  .application-form .inner-wrapper {
    width: auto;
    padding-right: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .application-form .inner-wrapper {
    padding-top: 20px;
  }

  .application-form__wrapper {
    padding-top: 105px;
  }

  .application-form__title {
    margin-bottom: 15px;
  }

  .application-form__row {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .form-error-msg {
    left: 0;
  }

  .application-form__row--hide_768 {
    display: none;
  }

  .application-form__label {
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .application-form__btn_container {
    width: auto;
    max-width: inherit;
  }

  .application-form__text {
    display: none;
  }

  .application-form__button--big {
    margin: 0 auto;
  }

  .application-form__text--small {
    display: inline;
  }

  .application-form__gray_block {
    margin: 24px auto 41px;
  }

  .application-form__confirm_text {
    font-size: 12px;
  }

  .application-form__textarea,
  .application-form__input {
    max-width: none;
  }

  .application-form__form {
    padding: 30px 15px;
    max-width: 550px;
  }

  .vacancy_company_info_wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .application-form .inner-wrapper {
    padding: 0;
  }

  .application-form__gray_block {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .application-form__format {
    margin-top: 0;
    display: inline-block;
    color: #414141;
    font-size: 9px;
  }

  .application-form__wrapper {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .application-form .inner-wrapper {
    padding-top: 0;
  }

  .application-form__form_subtext {
    display: block;
  }

  .application-form__label {
    text-align: left;
  }

  .application-form__confirm_text {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .application-form__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .application-form__confirm_text {
    margin-left: 5px;
  }

  .application-form__gray_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .application-form__gray_block_check {
    width: 20px;
    height: 20px;
  }
}

.header-1__container .jobhoster {
  display: none;
}

.privacy__wrapper {
  background-color: #f7fafd;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: calc(100vh - 56px);
}

.privacy__title {
  font-family: 'Catamaran', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #555555;
  margin-bottom: 12px;
}

.privacy__information {
  width: 100%;
  max-width: 746px;
  padding: 26px 30px;
  margin: 100px auto 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  line-height: 24px;
}

.privacy__paragraph {
  margin-bottom: 30px;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.privacy__paragraph p {
  margin-bottom: 15px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.privacy__paragraph h2 {
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #555;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.privacy__paragraph h3 {
  font-family: 'Catamaran', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #555;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.privacy__paragraph ul {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 50px;
}

.privacy__paragraph ol {
  list-style: decimal;
  margin-bottom: 20px;
  padding-left: 50px;
}

.privacy__paragraph ul li,
.privacy__paragraph ol li {
  margin-bottom: 5px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.privacy__paragraph ol li a,
.privacy__paragraph ul li a,
.privacy__paragraph p a {
  color: #fe7260;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .privacy .landingpage {
    padding-top: 70px;
  }

  .privacy .header-1__container .jobhoster {
    display: block;
  }

  .privacy .header-1__container .company {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .privacy .header-1__container img.jobhoster {
    width: 83px;
  }

  .privacy__wrapper {
    padding: 0 15px;
  }

  .privacy__title {
    font-size: 18px;
    text-transform: uppercase;
  }

  .privacy__information {
    padding: 17px 15px;
    margin-bottom: 25px;
  }
}

.thank-you__wrapper {
  min-height: calc(100vh - 59px);
  height: 1px; /* IE11 fix to center vertical */
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/1227a7b97fcc01ad75f53daf2592657c.svg);
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.thank-you__container {
  width: 100%;
  max-width: 500px;
}

.thank-you__green_circle {
  background-image: linear-gradient(224deg, #93f9b9 0%, #239c70 100%);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  border-radius: 50%;
}

.thank-you__green_circle > img {
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  transform: scale(1.9);
}

.thank-you__checked {
  width: 30px;
  height: 30px;
  display: block;
}

.thank-you__title {
  text-align: center;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.thank-you__info {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}

.thank-you__info p span {
  font-weight: 700;
}

.thank-you__search_container {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #ffffff;
  padding: 5px;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.thank-you__search_field {
  display: block;
  width: 100%;
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 0;
}

.thank-you__search_field:focus {
  outline: none;
}

.thank-you__search_field::placeholder {
  color: #d8d8d8;
}

.thank-you__button {
  width: 190px;
  padding: 13px 23px;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  border: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .thank-you__wrapper {
    background-image: none;
  }

  .thank-you__green_circle {
    width: 40px;
    height: 40px;
  }

  .thank-you__green_circle > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .thank-you__checked {
    width: 23px;
    height: 23px;
  }

  .thank-you__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .thank-you__info {
    font-size: 14px;
  }

  .thank-you__button {
    width: 85px;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .thank-you__wrapper {
    min-height: 600px;
  }
}

.notfound__wrapper {
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/1227a7b97fcc01ad75f53daf2592657c.svg);
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  /*flex-wrap: wrap;*/
  height: calc(100vh - 107px);
  padding: 30px 20px 0;
}

.notfound__container_image {
  width: 400px;
}

.notfound__image {
  width: 100%;
  height: auto;
  display: block;
}

.notfound__container {
  width: 100%;
  max-width: 500px;
  margin-right: 117px;
}

.notfound__title {
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #414141;
}

.notfound__info {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 19px;
}

.notfound__search_container {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #ffffff;
  padding: 5px;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}

.notfound__search_field {
  display: block;
  width: 100%;
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 0;
}

.notfound__search_field:focus {
  outline: none;
}

.notfound__search_field::placeholder {
  color: #d8d8d8;
}

.notfound__button {
  width: 190px;
  padding: 13px 23px;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #f7fafd 0%, #f7fafd 100%);
  border: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .notfound__container {
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #filter {
    width: 30%;
  }
}

@media only screen and (max-width: 992px) {
  .notfound__wrapper {
    flex-direction: column;
  }

  .notfound__container {
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
    order: 1;
  }
}

@media only screen and (max-width: 480px) {
  .notfound__wrapper {
    background-image: none;
  }

  .notfound__container_image {
    width: 175px;
  }

  .notfound__title {
    font-size: 24px;
    text-align: center;
  }

  .notfound__info {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
  }
}

@media only screen and (max-width: 320px) {
  .notfound__search_container {
    margin-bottom: 50px;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  .notfound__search_container {
    margin-bottom: 50px;
  }
}

.corporate {
  min-height: 100vh;
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/75d7d699f784d548e4dbfa937e007345.svg),
    url(/wp-content/themes/jobhoster/css/images/9d2b9b1f61e00f7974931c325a5ec30a.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top, center bottom;
}

.corporate__content {
  width: 100%;
  max-width: 1140px;
  padding: 0 48px;
  margin: 0 auto;
}

.corporate__title {
  text-align: center;
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 120px;
  line-height: 32px;
}

.corporate__user_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.corporate__user_image {
  box-sizing: border-box;
  display: block;
  width: 53px;
  height: 53px;
  object-fit: cover;
  border: 4px solid #ffffff;
  margin-right: 30px;
  border-radius: 50%;
  background-color: lightseagreen;
}

.corporate__button {
  width: 100%;
  padding: 13px 23px;
  text-align: center;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  max-width: 200px;
  border: 4px solid #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.corporate__button--flat {
  border: none;
  box-shadow: none;
}

.corporate__button--mt_30 {
  margin-top: 30px;
}

.corporate__button--mb_55 {
  margin-bottom: 0;
}

.corporate__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.corporate__col--6 {
  flex-basis: 47%;
}

.corporate__image--first {
  width: 280px;
  margin: 0 auto;
  padding-right: 10px;
}

.corporate__image--second {
  width: 355px;
}

.corporate__info_title {
  color: #000000;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 15px;
}

.corporate__info_text {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.corporate__info_text > span {
  font-weight: 700;
  color: #775ca7;
}

.corporate__brands {
  padding-top: 228px;
  padding-bottom: 60px;
}

.corporate__brands_title {
  text-align: center;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 38px;
}

.corporate__brands_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*flex-wrap: wrap;*/
}

.corporate__brands_item {
  width: 100px;
  margin: 10px 0;
}

.corporate__brands_img {
  width: 100%;
  height: auto;
}

.facts {
  width: 100%;
  height: 145px;
  background-color: #775ca7;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  display: flex;
}

.fact-col {
  padding: 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fact-number {
  font-family: 'Catamaran', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.fact-text {
  font-family: 'Catamaran', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1140px) {
  .corporate__title {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .corporate__title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 782px) {
  .wrapper {
    min-height: 100vh;
  }

  .corporate__title {
    margin-top: 0;
    font-size: 24px;
  }

  .corporate__user_image {
    display: none;
  }

  .corporate__user_row {
    margin-right: 0;
  }

  .corporate__button {
    margin-bottom: 55px;
  }

  .corporate__image--tablet_hide {
    display: none;
  }

  .corporate__info_text {
    margin-bottom: 15px;
  }

  .corporate__row {
    flex-direction: row;
  }

  .corporate__col--6 {
    flex-basis: 100%;
  }

  .corporate__image--first {
    margin-bottom: 30px;
  }

  .corporate__image--second {
    width: 300px;
    margin: 0 auto 20px auto !important;
    height: auto;
  }

  .corporate__brands {
    padding-top: 75px;
    padding-bottom: 0;
  }

  .corporate__brands_item {
    width: 100px;
    margin: 0 2% 55px;
  }

  .corporate__button--flat {
    border: 4px solid #ffffff;
  }

  .online-row {
    flex-direction: column-reverse;
    margin-top: 40px !important;
  }

  .recruit-row {
    margin-top: 40px !important;
  }

  .facts-row {
    margin-top: 0 !important;
  }

  .facts {
    margin-bottom: 30px;
  }

  .corporate__content .home-page__brands-wrapper {
    padding-top: 0 !important;
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 540px) {
  .corporate {
    background-image: url(/wp-content/themes/jobhoster/css/images/9088b675eece8fd39c3348a2f1662617.svg),
      url(/wp-content/themes/jobhoster/css/images/2ffa336955b22532a0280c4081652d1c.svg);
    background-size: 140%, 100%;
    background-position: center top, center bottom;
  }

  .corporate__title {
    padding-left: 35px;
    padding-right: 35px;
  }

  .corporate__info_title {
    margin-top: 10px;
  }

  .corporate__button--mt_30 {
    margin-top: 0;
  }

  .corporate__button--mb_55 {
    margin-bottom: 40px;
  }

  .corporate__brands {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .facts-row .corporate__col--6:first-of-type {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .corporate {
    background-size: 145%, 100%;
  }

  .corporate__content {
    padding: 0 15px;
  }

  .corporate__title {
    margin-bottom: 20px;
  }

  .corporate__brands_title {
    font-size: 24px;
  }

  .corporate__image--second {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .corporate__info_title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 360px) {
  .corporate {
    background-position: center top, center bottom 60px;
  }
}

@media only screen and (max-width: 320px) {
  .corporate {
    background-position: center top, center bottom 20px;
  }
}

.vacancy {
  min-height: calc(100vh - 159px);
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/0e526af6a74e5f816f943b17ea941e03.png);
  background-position: center center;
  background-size: 100%;
}

.page-template-page-vacancies .vacancy,
.page-template-search .vacancy {
  min-height: calc(100vh - 59px);
}

.vacancy__content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 160px 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vacancy__filter {
  flex-basis: 30%;
  padding: 30px 20px;
  background-image: linear-gradient(268deg, #93f9b9 0%, #239c70 100%);
  /* Custom Select */
  /*&_select {
        position: relative;
        display: block;
        width: 100%;
        background: #2c3e50;
        overflow: hidden;
        border-radius : 25px;
        margin-bottom: 20px;
        &>select {
          color: #0f0f0f;
          font-family: 'Open Sans';
          font-size: 12px;
        }
      }*/
  /* Arrow */
  /* Transition */
}

.load_more_loader {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
  display: none;
}

.vacancy__filter_btn {
  display: none;
}

.vacancy__filter_inputs {
  transition: none;
  display: block;
}

.vacancy__filter_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vacancy__filter_title--m0 {
  margin: 0;
}

.vacancy__filter_text {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
}

.vacancy__filter_label {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 10px;
}

.vacancy__filter_label--mt {
  margin-top: 30px;
}

.vacancy__filter_button {
  width: 100%;
  padding: 11px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

.vacancy__filter_btn {
  cursor: pointer;
}

.vacancy__filter_btn--rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vacancy__filter_select::after {
  content: url(/wp-content/themes/jobhoster/css/images/8bf9cb9deaa495ecc08236abb11aafe1.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  background-color: #775ca7;
  opacity: 0.5;
  width: 70px;
  height: calc(100% - 10px);
  pointer-events: none;
  border-radius: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacancy__filter_select:hover::after {
  color: #fff;
}

.vacancy__filter_select::after {
  /*-webkit-transition: .25s all ease;*/
  /*-o-transition: .25s all ease;*/
  transition: 0.25s all ease;
}

.no-results-block {
  height: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  display: none;
}

.no-results-block h2 {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.vacancy__list {
  margin-right: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.vacancy__list_wrapper {
  flex-basis: 68%;
  margin-bottom: 20px;
}

.vacancy__item {
  flex-basis: 48%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.15s linear;
}

.vacancy__item:nth-child(2n + 1) {
  margin-right: 2%;
}

.vacancy__item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.2s linear;
}

.vacancy__item:active {
  -webkit-transform: translateY(2.5px);
  -moz-transform: translateY(2.5px);
  -ms-transform: translateY(2.5px);
  -o-transform: translateY(2.5px);
  transform: translateY(2.5px);
  transition: all 0.15s linear;
}

.vacancy__item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.vacancy__title {
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}

.vacancy__name {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 15px;
  min-height: 52px;
}

.vacancy__locate_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.vacancy__locate_item {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
}

.vacancy__locate_item--border {
  border-right: 1px solid #000;
}

.vacancy__button {
  display: block;
  width: 100%;
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
  transition: all 0.15s linear;
}

.vacancy__item:hover .vacancy__button {
  background-color: #775ca7;
  transition: all 0.2s linear;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .vacancy__content {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
  }

  .vacancy__filter {
    order: -1;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  .vacancy__filter_title {
    padding: 0 10px;
    font-size: 18px;
  }

  .vacancy__filter_title--m0 {
    margin: 0;
  }

  .vacancy__filter_text {
    font-size: 18px;
    padding: 0;
  }

  .vacancy__filter_label--mt {
    margin-top: 10px;
  }

  .vacancy__filter_btn {
    display: block;
  }

  .vacancy__filter_button {
    margin-top: 15px;
  }

  .vacancy__list_wrapper {
    flex-basis: 100%;
    margin-bottom: 0;
    width: 100%;
  }

  .vacancy__title {
    font-size: 14px;
  }

  .vacancy__locate_container {
    margin-bottom: 0;
  }

  .vacancy__name {
    font-size: 20px;
  }

  .vacancy__locate_item {
    font-size: 14px;
  }

  .vacancy__button {
    display: none;
  }

  .vacancy__filter_inputs {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .vacancy__content {
    padding-bottom: 25px;
  }

  .vacancy__filter {
    padding: 25px 15px;
  }

  .vacancy__filter_button {
    margin-top: 15px;
  }

  .vacancy__item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .vacancy__item:nth-child(2n + 1) {
    margin-right: 0;
  }

  .vacancy__list_wrapper {
    flex-basis: 100%;
    width: 100%;
  }
}

.landingpage {
  min-height: calc(100vh - 56px);
  background-color: #f7fafd;
  padding-top: 100px;
}

.landingpage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingpage__image_container {
  width: 100%;
  max-width: 1140px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(90deg, #f8ca00, #080600);
}

.landingpage__image_container_title {
  width: 489px;
  height: 127px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  text-align: center;
}

.landingpage__image_container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-71deg, #000000 0%, #ffcf00 100%);
  opacity: 0.35;
}

.landingpage__mobile-title {
  display: none;
  text-align: center;
  margin: 20px auto 0;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.landingpage__video_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 28px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  min-height: 300px;
}

.landinpage_company_img {
  width: 100%;
  height: 100%;
}

.landinpage_company_img_default {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(268deg, #93f9b9 0%, #239c70 100%);
  position: relative;
}

.landinpage_company_img_default img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: auto;
}

.landingpage__video_container--up {
  position: relative;
  margin-top: -50px;
}

.landingpage__information {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  flex-basis: 49%;
  padding-right: 15px;
}

.landingpage__information span {
  display: block;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px;
}

.landingpage__video {
  flex-basis: 49%;
  height: 300px;
  background-color: lightgray;
  position: relative;
}

.landingpage__video iframe {
  width: 100%;
  height: 100%;
}

.video-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-loader img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landingpage__content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 33px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.landingpage__filter {
  width: 342px;
  padding: 30px 20px;
  background-image: linear-gradient(268deg, #93f9b9 0%, #239c70 100%);
}

.landingpage__filter_inputs {
  transition: none;
  display: block;
  position: relative;
}

.landingpage__filter_title {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
}

.landingpage__filter_title--m0 {
  margin: 0;
}

.landingpage__filter_text {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.landingpage__filter_label {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 10px;
}

.landingpage__filter_label--mt {
  margin-top: 10px;
}

.landingpage__filter_button {
  width: 100%;
  padding: 11px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

.landingpage__filter_btn {
  display: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

.landingpage__filter_btn--rotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.landingpage__filter_select::after {
  content: url(/wp-content/themes/jobhoster/css/images/8bf9cb9deaa495ecc08236abb11aafe1.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  background-color: #775ca7;
  opacity: 0.5;
  width: 70px;
  height: calc(100% - 10px);
  pointer-events: none;
  border-radius: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landingpage__filter_select:hover::after {
  color: #fff;
}

.landingpage__filter_select::after {
  /*-webkit-transition: .25s all ease;*/
  /*-o-transition: .25s all ease;*/
  transition: 0.25s all ease;
}

.fixed-filter {
  position: fixed;
  top: 120px;
}

.landingpage__list {
  margin-right: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.landingpage__list_wrapper {
  flex-basis: 68%;
}

.landingpage__item {
  flex-basis: 48%;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: inline-block;
  background-color: #fff;
}

.landingpage__item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.landingpage__item:active {
  -webkit-transform: translateY(2.5px);
  -moz-transform: translateY(2.5px);
  -ms-transform: translateY(2.5px);
  -o-transform: translateY(2.5px);
  transform: translateY(2.5px);
}

.landingpage__item:nth-child(2n + 1) {
  margin-right: 2%;
}

.landingpage__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.landingpage__title {
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.landingpage__name {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 15px;
}

.landingpage__locate_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.landingpage__locate_item {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
}

.landingpage__locate_item--border {
  border-right: 1px solid #000;
}

.landingpage__button {
  display: block;
  width: 100%;
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .fixed-filter {
    position: fixed;
    top: 100px;
  }

  .landingpage__image_container {
    height: 300px;
  }

  .landingpage__content {
    display: flex;
    flex-direction: row;
    padding: 15px 15px 0;
  }

  .landingpage__video {
    height: calc((50vw - 30px) * 0.565217391);
  }

  .landingpage__filter {
    order: -1;
    /*flex-basis: 100%;*/
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landingpage__filter_inputs {
    display: none;
  }

  .landingpage__filter_title {
    padding: 15px;
    margin: 0;
  }

  .landingpage__filter_text {
    font-size: 18px;
    margin: 0;
  }

  .landingpage__filter_button {
    margin-top: 15px;
  }

  .landingpage__filter_btn {
    display: inline-block;
    float: right;
    margin-top: 14px;
  }

  .landingpage__list_wrapper {
    flex-basis: 100%;
  }

  .landingpage__locate_container {
    margin-bottom: 0;
  }

  .landingpage__name {
    font-size: 18px;
  }

  .landingpage__locate_item {
    font-size: 10px;
  }

  .landingpage__button {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .thank-you__wrapper {
    min-height: calc(100vh - 83px);
  }

  .landingpage__image_container {
    height: 250px;
  }

  .landingpage__mobile-title {
    display: block;
  }

  .landingpage__image_container_title {
    display: none;
  }

  .landingpage__video_container {
    flex-direction: row;
    margin: 25px auto 0;
    padding: 20px 15px;
    width: 96%;
    min-height: 200px;
  }

  .landingpage__information {
    font-size: 12px;
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .landingpage__video {
    width: 100%;
    height: calc((100vw - 30px) * 0.565217391);
    margin-bottom: 10px;
    flex-basis: 100%;
  }

  .page-template-page-vacancies .vacancy,
  .page-template-search .vacancy {
    min-height: calc(100vh - 77px);
  }
}

@media only screen and (max-width: 540px) {
  .__image_container {
    height: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .fixed-filter {
    position: fixed;
    top: 75px;
  }

  .page-template-page-vacancies .vacancy,
  .page-template-search .vacancy {
    min-height: calc(100vh - 90px);
  }

  .landingpage {
    padding-top: 70px;
  }

  .landingpage__information {
    margin-bottom: 15px;
  }

  .landingpage__video {
    margin-bottom: 0;
  }

  .landingpage__video_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landingpage__content {
    margin-bottom: 15px;
  }

  .landingpage__image_container {
    height: 150px;
  }

  .landingpage__item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .landingpage__item:nth-child(2n + 1) {
    margin-right: 0;
  }
}

.home-page {
  min-height: 100vh;
  background-color: #f7fafd;
  background-image: url(/wp-content/themes/jobhoster/css/images/2338e428005a1677ec91847b7e53c4a0.svg),
    url(/wp-content/themes/jobhoster/css/images/d8c1be5b4edd90ef080556fc657653bc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top, center 160px;
}

.home-page__wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 15px 50px;
}

.home-page__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.home-page__col {
  flex-basis: 50%;
}

.home-page__col--adopt-1 {
  flex-basis: 44%;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}

.home-page__col--adopt-2 {
  flex-basis: 56%;
}

.home-page__title {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.home-page__information {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}

.home-page__search_container {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-color: #ffffff;
  padding: 5px;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  position: relative;
}

.home-page__search_field {
  display: block;
  width: 100%;
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border: 0;
}

.home-page__search_field:focus {
  outline: none;
}

.home-page__search_field::placeholder {
  color: #d8d8d8;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.home-page__button {
  min-width: 150px;
  height: 45px;
  text-align: center;
  padding: 13px 23px;
  border-radius: 25px;
  background-image: linear-gradient(107deg, #fdad64 0%, #ff6660 100%);
  border: 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-page__image {
  width: 100%;
  height: auto;
  display: block;
}

.home-page__brands_title {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.home-page__brands_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.home-page__brands_item {
  flex-basis: 120px;
  margin: 0 10px;
}

.home-page__brands_img {
  width: 100%;
  height: auto;
}

.home-page__jobs_maintitle {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.home-page__jobs_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.home-page__jobs_item {
  text-decoration: none;
  flex-basis: calc(33.3333333% - 20px);
  margin-bottom: 30px;
  margin-left: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}

.home-page__jobs_item:nth-child(3n + 1) {
  margin-left: 0;
}

.home-page__jobs_item--green {
  background: linear-gradient(123deg, #239c70 0%, #93f9b9 100%);
  padding-bottom: 0;
  transition: all 0.15s ease-in-out;
}

.home-page__jobs_item--green a {
  text-decoration: none;
  height: 221px !important;
}

.home-page__jobs_item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}

.home-page__jobs_item:hover .vacancy__button {
  background-color: #775ca7;
  transition: all 0.2s linear;
  color: #fff;
}

.home-page__jobs_item:active {
  -webkit-transform: translateY(2.5px);
  -moz-transform: translateY(2.5px);
  -ms-transform: translateY(2.5px);
  -o-transform: translateY(2.5px);
  transform: translateY(2.5px);
}

.home-page__jobs_item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.home-page__jobs_green_block {
  background: linear-gradient(123deg, #239c70 0%, #93f9b9 100%);
  background-image: url(/wp-content/themes/jobhoster/css/images/be074e50914198cac71b5df96a4f64f2.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px 0;
}

.home-page__jobs_green_block_text {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  width: 160px;
}

.home-page__jobs_green_block_arrow {
  width: 65px;
  height: 32px;
  background-image: url(/wp-content/themes/jobhoster/css/images/66c48a781b1d8e3f35fe163d76599165.svg);
}

.home-page__jobs_title {
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.home-page__jobs_name {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 15px;
}

.home-page__jobs_locate_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.home-page__jobs_locate_item {
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
}

.home-page__jobs_locate_item--border {
  border-right: 1px solid #000;
}

.home-page__jobs_button {
  display: block;
  width: 100%;
  border-radius: 25px;
  border: 4px solid #775ca7;
  padding: 12px 26px;
  color: #775ca7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
}

.home-page__btn-bottom {
  display: none;
}

@media only screen and (min-width: 1700px) {
  .home-page__brands-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .home-page__brands-wrapper {
    margin-top: 40px;
  }

  .home-page__col--adopt-1 {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .home-page__col--adopt-2 {
    flex-basis: 40%;
    margin-top: -80px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media only screen and (max-width: 992px) {
  .home-page__brands-wrapper {
    margin-top: 50px;
  }

  .home-page__title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .home-page__information {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-page__brands_item {
    flex-basis: 75px;
  }

  .home-page__col--adopt-1 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .home-page__col--adopt-2 {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 992px) {
  .home-page__row {
    flex-direction: row;
    width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 25px !important;
  }

  .slick-next {
    right: 25px !important;
  }

  .home-page__brands-wrapper {
    margin-top: 90px;
  }

  .home-page__col--adopt-1 {
    margin-bottom: 0;
  }

  .home-page__wrapper {
    padding: 0 15px 50px;
  }

  .home-page__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }

  .home-page__information {
    display: none;
  }

  .home-page__brands_title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .home-page__brands_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .home-page__brands_item {
    margin: 0;
  }

  .home-page__brands_item:nth-last-child(-n + 2) {
    display: none;
  }

  .home-page__btn-bottom {
    display: block;
    min-width: 100%;
    height: 53px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    border: 4px solid #ffffff;
    background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto 0;
    text-align: center;
    padding: 15px 12px;
    text-decoration: none;
  }

  .home-page__jobs_maintitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .home-page__jobs_item {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 0;
    margin-right: 20px;
  }

  .home-page__jobs_item--green {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .home-page__jobs_item:nth-child(2n) {
    margin-right: 0;
  }

  .home-page__jobs_green_block {
    min-height: 122px;
    padding-top: 5px;
    background-size: 54%;
  }

  .home-page__jobs_green_block_text {
    font-size: 24px;
    width: 100%;
  }

  .home-page__jobs_green_block_arrow {
    width: 32px;
    height: 17px;
    background-size: 32px 17px;
  }

  .home-page__jobs_title {
    font-size: 10px;
  }

  .home-page__jobs_name {
    font-size: 18px;
  }

  .home-page__jobs_locate_container {
    margin-bottom: 0;
  }

  .home-page__jobs_locate_item {
    font-size: 10px;
  }

  .home-page__jobs_button {
    display: none;
  }

  .single-jumbotron--title,
  .single-company--title {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .home-page__brands-wrapper {
    margin-top: 40px;
  }

  .home-page__wrapper {
    padding-bottom: 25px;
  }

  .home-page__jobs_item {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }

  .home-page__jobs_green_block {
    margin-bottom: 0;
    min-height: 96px;
    background-size: 28%;
  }

  .home-page__jobs_green_block_text {
    font-size: 24px;
    width: 100%;
  }

  .vacancy__name {
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .home-page {
    background-image: url(/wp-content/themes/jobhoster/css/images/1d6509c5ce79620624bf576385b0686f.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -20px;
  }

  .home-page__brands_list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-page__brands-wrapper {
    margin-top: 80px;
  }

  .home-page__row {
    background-color: transparent;
  }

  .home-page__brands_item:nth-last-child(-n + 3) {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .home-page {
    background-position-y: 0;
  }

  .home-page__brands-wrapper {
    margin-top: 65px;
  }

  .home-page__jobs_green_block {
    min-height: 122px;
    background-size: 50%;
    padding: 20px;
  }

  a.jobs_item_inner {
    padding: 0;
  }
}

a.jobs_item_btn {
  padding: 0;
  position: relative;
}

a.jobs_item_btn span {
  color: #ffffff;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  width: 160px;
  margin-top: 20px;
  margin-left: 20px;
}

.btn-background {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.btn-arrow {
  position: absolute;
  left: -70px;
  opacity: 0;
  bottom: 30px;
  transition: all 0.15s ease-in-out;
}

a.jobs_item_btn:hover .btn-arrow {
  left: 20px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.page-template-search .vacancy__content {
  min-height: 90vh;
}

.page-template-search .vacancy__content hr {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.search__list_wrapper {
  flex-basis: 100%;
  width: 100%;
  /*margin-bottom: 20px;*/
}

.results_status {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.results_status h1 {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.results_status h1 > span {
  color: #ff6660;
}

.search_result_company img {
  max-width: 200px;
  max-height: 60%;
  margin: 0 auto 20px auto;
}

.search_result_company h2 {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

button.filter-reset {
  display: none;
  text-align: center;
  text-decoration: none;
  width: 90px;
  margin: 0 auto;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  border-radius: 18px;
  font-weight: 700;
  font-size: 14px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  position: absolute;
  right: 0;
  top: -62px;
}

#cmb_form {
  display: none;
}

#cmb_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}

#cmb_wrapper {
  max-width: 500px;
  min-height: 300px;
  width: 100%;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 40px 30px 20px 30px;
}

#call_options h2 {
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 5px;
}

#call_options a,
#call_options button {
  padding: 12px 0;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: block;
}

#call_options a {
  margin-bottom: 40px;
  background-image: linear-gradient(98deg, #ff6660 0%, #fdad64 100%);
}

#cmb_wrapper label {
  display: block;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cmb_group {
  margin-bottom: 25px;
}

.cmb-input,
.cmb-select {
  display: block;
  width: 100%;
  height: 35px;
  max-width: 455px;
  padding: 3px 0 3px 19px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

#cmb_submit {
  padding: 12px 0;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  border: 4px solid #ffffff;
  background-image: linear-gradient(98deg, #fdad64 0%, #ff6660 100%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.cmb_close {
  border: none;
  background-color: transparent;
  width: 100px;
  height: auto;
  margin: 25px auto 0 auto;
  display: block;
  text-align: center;
  color: #414141;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
}

.cmb_error {
  border-color: #ff4848;
}

.cmb_error_msg {
  display: none;
  color: #ff4848;
  font-size: 12px;
  margin-top: 5px;
  font-family: 'Catamaran', sans-serif;
}

.cmb_send_success,
.cmb_send_error {
  display: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-align: center;
}

.cmb_send_success {
  color: #239c70;
}

.cmb_send_error {
  color: #ff4848;
}

@media (max-width: 1260px) {
  .header-3__text {
    width: 240px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-1__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  button.filter-reset {
    right: 50px;
    top: -57px;
  }

  .wrapper_company_filter button.filter-reset {
    right: 50px;
    top: -48px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  a.jobs_item_btn span {
    font-size: 26px;
    line-height: 26px;
  }

  .btn-background {
    width: 150px;
  }

  .btn-arrow {
    bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .vacancy__locate_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 845px) {
  .header-3__text {
    width: 180px;
  }
}

@media (max-width: 768px) {
  a.jobs_item_btn {
    height: 150px;
  }

  .btn-arrow {
    bottom: 15px;
  }
}

@media (max-width: 575px) {
  .vacancy_video {
    height: 300px;
  }

  #cmb_wrapper {
    width: 95%;
  }
}

@media (max-height: 575px) {
  #cmb_wrapper {
    height: 95%;
    overflow-y: scroll;
  }
}

@media (max-width: 475px) {
  .loading-screen--inner {
    width: 94%;
    height: auto;
    padding: 26px 30px;
  }

  .loading-screen--inner img {
    width: 60px;
  }

  .loading-screen--inner p {
    font-size: 20px;
  }

  .loading-screen--inner p:first-of-type {
    margin-bottom: 10px;
  }
}
