@font-face {
  font-family: "Avalon-Book";
  src: url("./../../font/Avalon-Book-webfont.woff") format("woff");
}
@font-face {
  font-family: "Avalon-Book";
  font-weight: bold;
  src: url("./../../font/Avalon-Bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "GardenGrown";
  src: url("./../../font/GardenGrown.woff2") format("woff2"), url("./../../font/GardenGrown.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../font/open-sans-v27-latin-300.woff2") format("woff2"), url("../font/open-sans-v27-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/open-sans-v27-latin-regular.woff2") format("woff2"), url("../font/open-sans-v27-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../font/open-sans-v27-latin-600.woff2") format("woff2"), url("../font/open-sans-v27-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/open-sans-v27-latin-700.woff2") format("woff2"), url("../font/open-sans-v27-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/poppins-v19-latin-regular.woff2") format("woff2"), url("../font/poppins-v19-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../font/poppins-v19-latin-700.woff2") format("woff2"), url("../font/poppins-v19-latin-700.woff") format("woff");
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
body {
  font: 14px "Open Sans", Arial, sans-serif;
  color: #5d6a70;
  box-sizing: border-box;
}
a {
  color: inherit;
}
h1 {
  font: 69px "GardenGrown", Arial, sans-serif;
  hyphens: auto;
}
h2, .h2 {
  position: relative;
  font: 32px "Avalon-Book", Arial, sans-serif;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  hyphens: auto;
}
h2:before, .h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 6px;
  background: linear-gradient(to right, #eb6a27, #f29526);
}
h3, .h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
input, textarea {
  filter: none;
  outline: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
.wrp {
  position: relative;
  width: 1170px;
  margin: auto;
}
.img--width-max {
  display: block;
  width: 100%;
  height: auto;
}
.img--max-width {
  display: block;
  max-width: 100%;
  height: auto;
}
.link-arrow {
  position: relative;
  display: inline-block;
  color: #f29526;
  cursor: pointer;
  font-weight: 600;
  padding-right: 20px;
  text-decoration: none;
}
.link-arrow:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 9px;
  width: 2px;
  height: 12px;
  background: #f29526;
}
.link-arrow:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #f29526;
  border-top: 2px solid #f29526;
  transform: rotate(-135deg);
}
.link-arrow:hover {
  color: #e9712b;
}
.link-arrow:hover:before {
  background: #e9712b;
}
.link-arrow:hover:after {
  border-color: #e9712b;
}
.link-arrow--up:before {
  top: 5px;
  right: 9px;
}
.link-arrow--up:after {
  top: 5px;
  right: 5px;
  transform: rotate(45deg);
}
.link-arrow--left {
  padding: 0 0 0 30px;
}
.link-arrow--left:before {
  top: 9px;
  right: auto;
  left: 3px;
  width: 12px;
  height: 2px;
}
.link-arrow--left:after {
  top: 5px;
  right: auto;
  left: 5px;
  transform: rotate(135deg);
}
.ul-list {
  padding: 0;
}
.ul-list li {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
}
.ul-list li:first-child {
  margin-top: 0;
}
.ul-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5d6a70;
  border-radius: 50%;
}
.btn-block {
  margin-top: -25px;
}
.btn__block {
  text-align: center;
  margin-top: 30px;
}
.btn__block--upload {
  text-align: left;
}
.btn__block--upload .btn {
  margin-left: 0;
}
.btn__block--small {
  margin-top: 40px;
}
.btn {
  display: inline-block;
  min-width: 370px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: white;
  background: #f29526;
  border: 2px solid #f29526;
  text-decoration: none;
  text-transform: uppercase;
  margin: 25px 15px 0;
  font-weight: normal;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  transition: color 0.4s, background-color 0.4s;
}
.btn:hover {
  background: white;
  color: #f29526;
}
.btn--invert {
  background: white;
  color: #f29526;
}
.btn--invert:hover {
  background: #f29526;
  color: white;
}
.btn--uploud {
  text-align: left;
  padding: 0 20px;
  min-width: 436px;
  text-transform: none;
  background-image: url(/assets/career/icons/icon-upload.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 35px;
}
.btn--uploud:hover {
  background-image: url(/assets/career/icons/icon-upload-hover.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 35px;
}
.disclaimer {
  position: fixed;
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(67, 67, 67, 0.9);
  color: #ffffff;
  padding: 20px 20%;
  font-size: 12px;
  z-index: 60;
  text-align: center;
}
.disclaimer a {
  text-decoration: none;
}
.disclaimer__btn {
  display: inline-block;
  text-align: center;
  color: #505050;
  background: white;
  border-radius: 22px;
  text-decoration: none;
  padding: 5px 43px;
  margin: 20px auto 0;
}
.disclaimer .link {
  display: block;
  text-align: center;
  margin: 20px 0 10px;
  text-decoration: underline;
}
.disclaimer .link-small {
  font-size: 12px;
  text-align: center;
}
.anchor-block {
  display: block;
  height: 139px;
  margin-top: -139px;
  visibility: hidden;
}
@media (max-width: 1170px) {
  .wrp {
    width: calc(100% - 80px);
  }
  .anchor-block {
    height: 101px;
    margin-top: -101px;
  }
}
@media (max-width: 830px) {
  h1, .h1 {
    font-size: 50px;
  }
  .disclaimer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 500px) {
  h1, .h1 {
    font-size: 40px;
  }
  .btn {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 139px;
  background: white;
  z-index: 50;
}
.header__top {
  height: 30px;
  width: 100%;
  background: linear-gradient(to right, #eb6a27, #f29526);
  position: fixed;
  top: 0;
  z-index: 50;
}
.header__bg {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 50;
  border-bottom: 1px solid #e3e4e4;
}
.header__wrp {
  position: relative;
  height: 108px;
  width: 1280px;
  margin: 0 auto;
}
.header__logo-block {
  display: block;
  width: 140px;
  padding-top: 25px;
}
.header__search {
  position: absolute;
  bottom: 17px;
  right: 0;
}
.header__search .icon {
  position: absolute;
  top: 10px;
  right: 12px;
  fill: #A2A2A2;
}
.header__search-input {
  padding: 0 32px 0 24px;
  width: 230px;
  height: 32px;
  background-color: #EFF0F0;
  color: #9f9f9f;
  border: 0;
  font: inherit;
}
.main-nav {
  position: absolute;
  bottom: 0;
  right: 292px;
}
.main-nav__list {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.main-nav__item {
  display: block;
  margin-left: 35px;
}
.main-nav__item:first-child {
  margin-left: 0;
}
.main-nav__link {
  display: block;
  text-transform: uppercase;
  font: 16px/16px "Avalon-Book", sans-serif;
  padding-bottom: 26px;
  text-decoration: none;
}
.main-nav__link:hover {
  color: #f29526;
}
.main-nav__link--active {
  color: #f29526;
  border-bottom: 3px solid #f29526;
  padding-bottom: 23px;
}
.top-nav {
  position: absolute;
  top: 10px;
  right: 0;
  color: #B7BABA;
}
.top-nav__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.top-nav__item {
  display: block;
  margin-left: 18px;
}
.top-nav__item:first-child {
  margin-left: 0;
}
.top-nav__link {
  display: block;
  text-decoration: none;
}
.top-nav__link--o:hover {
  color: #003F7D;
}
.top-nav__link--h:hover {
  color: #f29526;
}
@keyframes navMobileSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes searchMobileSlideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.header__open-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: -16px;
  width: 83px;
  height: 80px;
  border-left: 1px solid #eff0f0;
  cursor: pointer;
  user-select: none;
}
.header__open-mobile-item {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 22px;
  height: 4px;
  background: #5d6a70;
  transform: translateY(-2px);
  border-radius: 20px;
}
.header__open-mobile-item:first-child {
  transform: translateY(-12px);
}
.header__open-mobile-item:last-child {
  transform: translateY(8px);
}
.header__search-open {
  display: none;
  position: absolute;
  top: 0;
  right: 65px;
  height: 80px;
  padding: 31px 30px;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 1280px) {
  .header__wrp {
    width: calc(100% - 32px);
  }
}
@media (max-width: 1120px) {
  .header__top {
    height: 20px;
  }
  .header {
    height: 101px;
  }
  .header__bg {
    top: 20px;
  }
  .header__wrp {
    height: 80px;
  }
  .header__search-open, .header__open-mobile {
    display: block;
  }
  .header__logo-block {
    width: 98px;
    padding-top: 18px;
  }
  .header__search {
    display: block;
    position: static;
    z-index: 49;
    background: white;
    width: 100%;
    padding: 16px;
    animation: searchMobileSlideIn 0.4s;
  }
  .header__search .icon {
    top: 26px;
    right: 28px;
  }
  .header__search-input {
    width: 100%;
  }
  .nav__wrp, .header__search-wrp {
    position: fixed;
    display: none;
    flex-direction: column;
    top: 101px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    overflow: hidden;
  }
  .nav__wrp--open, .header__search-wrp--open {
    display: flex;
  }
  .header__bg--fixed {
    top: 0;
  }
  .header__bg--fixed .nav__wrp, .header__bg--fixed .header__search-wrp {
    top: 81px;
  }
  .top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: static;
    width: 280px;
    margin-left: auto;
    background: white;
    padding: 15px 25px;
    flex-grow: 1;
    animation: navMobileSlideIn 0.4s;
  }
  .top-nav__list {
    display: block;
  }
  .top-nav__item {
    margin: 0;
    padding: 5px 0;
  }
  .main-nav {
    display: block;
    position: static;
    width: 280px;
    margin-left: auto;
    background: white;
    padding: 10px 25px;
    animation: navMobileSlideIn 0.4s;
  }
  .main-nav__list {
    display: block;
  }
  .main-nav__item {
    margin: 0;
  }
  .main-nav__link {
    padding: 0;
    border-bottom: 1px solid #e3e4e4;
    margin: 0;
    padding: 15px 0;
  }
}
.footer {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eff0f0;
}
.footer__items {
  display: flex;
}
.footer__item {
  flex-grow: 1;
}
.footer__item:nth-child(2) {
  min-width: 270px;
  flex-grow: 0;
}
.footer__sub-items {
  display: flex;
}
.footer__sub-item {
  min-width: 370px;
  max-width: 370px;
}
.footer__sub-item:nth-child(2) {
  min-width: 0;
  max-width: none;
  flex-grow: 1;
}
.footer__nav-wrp {
  padding: 0 5.5% 0 24%;
}
.footer__btn {
  display: block;
  background: #eff0f0;
  font: 24px/47px "Avalon-Book", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 14px;
  margin-top: 20px;
  text-decoration: none;
  transition: color 0.4s, background-color 0.4s;
}
.footer__btn:first-child {
  margin-top: 0;
}
.footer__btn:first-child:hover {
  background: linear-gradient(to right, #eb6a27, #f29526);
}
.footer__btn:hover {
  background: linear-gradient(to right, #003F7D 0%, #5771A3 67%, #0057A3 100%);
  color: white;
}
.footer-nav__list {
  padding: 0;
  display: flex;
}
.footer-nav__col {
  display: block;
  width: 200px;
}
.footer-nav__col:last-child {
  width: 170px;
}
.footer-nav__header {
  font-weight: bold;
  margin-top: 19px;
}
.footer-nav__header:first-child {
  margin-top: 0;
}
.footer-nav__sub-list {
  padding: 0;
}
.footer-nav__item {
  display: block;
}
.footer-nav__link {
  text-decoration: none;
}
.footer__logo-text {
  position: relative;
  padding: 0 0 0 46px;
  margin-top: 10px;
}
.footer__logo-text .icon {
  position: absolute;
  top: 50%;
  left: 0;
  fill: #9F9F9F;
  transform: translateY(-50%);
}
.footer__logo-text + .footer__logo-text {
  margin-top: 20px;
}
.footer-social-nav {
  margin-top: 11px;
}
.footer-social-nav__list {
  padding: 0;
  display: flex;
}
.footer-social-nav__item {
  display: block;
  margin-left: 13px;
}
.footer-social-nav__item:first-child {
  margin-left: 0;
}
.footer-social-nav__link {
  display: block;
  width: 32px;
  height: 32px;
}
.footer-social-nav__link .icon {
  display: block;
  fill: #9F9F9F;
}
.footer__bottom {
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #eb6a27, #f29526);
  color: white;
}
.footer-bottom-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-bottom-nav__list {
  display: flex;
}
.footer-bottom-nav__item {
  display: block;
  margin-left: 26px;
}
.footer-bottom-nav__item:first-child {
  margin-left: 0;
}
.footer-bottom-nav__link {
  text-decoration: none;
}
#back-to-top {
  position: absolute;
  top: -76px;
  right: 0;
  border-radius: 50%;
  padding: 10px;
  width: 52px;
  height: 52px;
  background: #eff0f0;
  cursor: pointer;
}
#back-to-top .icon {
  display: block;
  fill: #5d6a70;
  transform: rotate(180deg);
}
.footer-social-nav__link {
  display: block;
  width: 32px;
  height: 32px;
  background: #f29526;
}
.footer-social-nav__link--xing {
  background: url("/assets/new2022/img/icons/footer/icon-xing.svg") no-repeat;
}
.footer-social-nav__link--xing:hover {
  background: url("/assets/new2022/img/icons/footer/icon-xing-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--facebook {
  background: url("/assets/new2022/img/icons/footer/icon-facebook.svg") no-repeat;
}
.footer-social-nav__link--facebook:hover {
  background: url("/assets/new2022/img/icons/footer/icon-facebook-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--youtube {
  background: url("/assets/new2022/img/icons/footer/icon-youtube.svg") no-repeat;
}
.footer-social-nav__link--youtube:hover {
  background: url("/assets/new2022/img/icons/footer/icon-youtube-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--insta {
  background: url("/assets/new2022/img/icons/footer/icon-instagram.svg") no-repeat;
}
.footer-social-nav__link--insta:hover {
  background: url("/assets/new2022/img/icons/footer/icon-instagram-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--pinterest {
  background: url("/assets/new2022/img/icons/footer/icon-pinterest.svg") no-repeat;
}
.footer-social-nav__link--pinterest:hover {
  background: url("/assets/new2022/img/icons/footer/icon-pinterest-hb-aktiv.svg") no-repeat;
}
.footer-social-nav__link--whatsapp {
  background: url("/assets/new2022/img/icons/footer/icon-whatsapp.svg") no-repeat;
}
.footer-social-nav__link--whatsapp:hover {
  background: url("/assets/new2022/img/icons/footer/icon-whatsapp-aktiv.svg") no-repeat;
}
.footer-social-nav__link--linkedin {
  background: url("/assets/new2022/img/icons/footer/icon-linkedin-outline.svg") no-repeat;
}
.footer-social-nav__link--linkedin:hover {
  background: url("/assets/new2022/img/icons/footer/icon-linkedin-outline-aktiv.svg ") no-repeat;
}
.footer-icon-map {
  width: 28px;
  position: absolute;
  left: 0;
}
.footer-icon-phone {
  width: 22px;
  position: absolute;
  left: 0;
}
.footer-icon-mail {
  width: 22px;
  position: absolute;
  left: 0;
}
@media (max-width: 1170px) {
  .footer__nav-wrp {
    padding-left: 15%;
  }
}
@media (max-width: 1024px) {
  .footer__sub-items {
    display: block;
  }
  .footer__nav-wrp {
    padding: 46px 0 0;
  }
  .footer__item {
    padding-right: 110px;
    min-width: 480px;
    max-width: 480px;
  }
  .footer__item:nth-child(2) {
    max-width: none;
    flex-grow: 1;
    padding-right: 0;
  }
}
@media (max-width: 830px) {
  .footer__items {
    display: block;
  }
  .footer__item {
    padding-right: 0;
    min-width: 0;
    max-width: none;
  }
  .footer__item:nth-child(2) {
    padding-top: 46px;
  }
}
@media (max-width: 500px) {
  .footer__item {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .footer__item:first-child {
    margin-top: 0;
  }
  .footer__sub-item {
    min-width: 0;
    max-width: none;
  }
  .footer-nav__col {
    width: 50%;
  }
  .footer__bottom {
    margin-top: 30px;
    font-size: 12px;
  }
  #back-to-top {
    right: -26px;
  }
  .footer__copyright {
    position: relative;
    left: -23px;
  }
  .footer-bottom-nav {
    right: -28px;
  }
  .footer-bottom-nav__item {
    margin-left: 15px;
  }
}
.headline {
  text-align: center;
  padding: 25px 0;
}
.headline__sub {
  font: 32px "Avalon-Book", Arial, sans-serif;
  margin-top: -10px;
  padding-bottom: 13px;
}
.simple-slider {
  position: relative;
}
.simple-slider__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.simple-slider__prev, .simple-slider__next {
  display: none;
  position: absolute;
  left: 20px;
  top: 50%;
  height: 44px;
  width: 44px;
  background: rgba(255, 255, 255, 0.53);
  cursor: pointer;
  z-index: 12;
  border-radius: 50%;
  transform: translateY(-50%);
}
.simple-slider__prev:before, .simple-slider__next:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-left: 2px solid #707070;
  border-top: 2px solid #707070;
  transform: rotate(-45deg);
}
.simple-slider__next {
  left: auto;
  right: 20px;
}
.simple-slider__next:before {
  border-left: 0;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
  left: auto;
  right: 18px;
}
.simple-slider__slide-block {
  overflow: hidden;
  position: relative;
}
.simple-slider__item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-property: none;
}
.simple-slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}
.simple-slider__item--slide-next-slide-to-left {
  left: 0;
}
.simple-slider__item--slide-prev-slide-to-right {
  right: 0;
}
.simple-slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.simple-slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}
.simple-slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}
.simple-slider__nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 12;
}
.simple-slider__nav-item {
  display: block;
  width: 75px;
  height: 6px;
  background: white;
  margin-left: 11px;
  cursor: pointer;
}
.simple-slider__nav-item:first-child {
  margin-left: 0;
}
.simple-slider__nav-item--active {
  background: linear-gradient(to right, #eb6a27, #f29526);
}
@media (max-width: 1170px) {
  .simple-slider__nav {
    display: none;
  }
}
@media (max-width: 500px) {
  .simple-slider__prev--mobile-hidden, .simple-slider__next--mobile-hidden {
    display: none !important;
  }
}
.text-center {
  margin: 80px 0;
}
.text-center__block {
  width: 770px;
  margin: 0 auto;
}
.text-center__block ul {
  padding: 0;
}
.text-center__block ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
}
.text-center__block ul li:first-child {
  margin-top: 0;
}
.text-center__block ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5d6a70;
  border-radius: 50%;
}
@media (max-width: 770px) {
  .text-center__block {
    width: auto;
  }
}
.job-list {
  margin: 80px 0;
}
.job-list__bg {
  padding: 55px 0;
  background: #eff0f0;
}
.job-list__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.job-list__header {
  margin-bottom: 50px;
}
.job-list__item {
  display: block;
  position: relative;
  width: calc(50% - 30px);
  margin: 0 15px;
  overflow: hidden;
}
.job-list__item:nth-child(n + 3) {
  margin-top: 30px;
}
.job-list__item:hover .job-list__img {
  transform: scale(1.1);
}
.job-list__img {
  transition: transform 0.4s;
}
.job-list__item-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  margin: 0;
}
.job-list__item-header:before {
  content: normal;
}
.job-list__sub-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 8px 20px;
  font: 25px "Avalon-Book", Arial, sans-serif;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}
@media (max-width: 1024px) {
  .job-list__block {
    margin: 0 -9px;
  }
  .job-list__item {
    width: calc(50% - 18px);
    margin: 0 9px;
  }
  .job-list__item:nth-child(n+3) {
    margin-top: 18px;
  }
  .job-list__item-header {
    font-size: 25px;
  }
}
@media (max-width: 830px) {
  .job-list__item-header, .job-list__sub-header {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .job-list__block {
    display: block;
  }
  .job-list__item {
    width: auto;
    margin-top: 22px;
  }
  .job-list__item:nth-child(n + 3) {
    margin-top: 22px;
  }
  .job-list__item-header, .job-list__sub-header {
    font-size: 17px;
  }
}
.offer-list {
  margin: 80px 0;
  padding: 55px 0;
  background: #eff0f0;
}
.offer-list__block {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.offer-list__col {
  width: 47.5%;
}
.offer-list__item {
  display: flex;
  padding: 30px 32px 20px;
  background: white;
  margin-top: 30px;
  border-radius: 10px;
}
.offer-list__img-block {
  width: 97px;
  min-width: 97px;
}
.offer-list__text-block {
  flex-grow: 1;
  padding-left: 32px;
}
.offer-list__subheader {
  font-weight: bold;
  margin-bottom: 16px;
}
.offer-list__text--hidden {
  display: none;
}
.offer-list__link-block {
  margin-top: 12px;
  text-align: right;
}
.offer-list__sub-text {
  margin-top: 36px;
  color: #707070;
}
@media (max-width: 1024px) {
  .offer-list__item {
    display: block;
  }
  .offer-list__text-block {
    padding-left: 0;
    margin-top: 36px;
  }
}
@media (max-width: 500px) {
  .offer-list__block {
    display: block;
  }
  .offer-list__col {
    width: auto;
  }
}
.contactperson {
  margin: 80px 0;
}
.contactperson--two, .contactperson--grey-bg {
  margin: 80px 0 119px;
  padding: 35px 0 0;
  background: #eff0f0;
}
.contactperson__block {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  margin: 0 auto;
}
.contactperson__block--two {
  width: auto;
  margin: 0;
}
.contactperson__block--two .contactperson__item {
  width: 50%;
  margin-bottom: -64px;
}
.contactperson__block--two .contactperson__img-block {
  max-width: 270px;
  min-width: 186px;
  min-height: 229px;
}
.contactperson__block--grey-bg .contactperson__item {
  margin-bottom: -64px;
}
.contactperson__header-block {
  width: 100%;
  margin-bottom: 10px;
}
.contactperson__item {
  display: flex;
}
.contactperson__img-block {
  max-width: 370px;
}
.contactperson__text-block {
  flex-grow: 1;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .contactperson__block--two {
    padding-bottom: 45px;
  }
  .contactperson__block--two .contactperson__item {
    margin-bottom: 0;
  }
  .contactperson__block--two .contactperson__img-block {
    max-width: 186px;
    min-height: 0;
  }
  .contactperson__block--grey-bg {
    padding-bottom: 45px;
  }
  .contactperson__block--grey-bg .contactperson__item {
    margin-bottom: 0;
  }
}
@media (max-width: 830px) {
  .contactperson__block--two .contactperson__item {
    width: 100%;
    margin-top: 40px;
  }
  .contactperson__block--two .contactperson__item:nth-child(2) {
    margin-top: 0;
  }
  .contactperson__img-block {
    max-width: 270px;
  }
}
@media (max-width: 770px) {
  .contactperson__block {
    width: auto;
  }
}
@media (max-width: 500px) {
  .contactperson__block--two .contactperson__img-block {
    max-width: none;
  }
  .contactperson__item {
    display: block;
  }
  .contactperson__img-block {
    max-width: none;
  }
  .contactperson__text-block {
    padding: 0;
    margin-top: 30px;
  }
}
.text-slider {
  background: #eff0f0;
  margin: 80px 0;
  padding: 55px 0;
}
.text-slider__block {
  display: flex;
}
.text-slider__block .simple-slider__item {
  min-height: 195px;
  transition-duration: 0.3s;
}
.text-slider__img-block {
  width: 51.1%;
}
.text-slider__text-block {
  width: 48.9%;
  padding-left: 67px;
}
.text-slider__arrow-block {
  display: flex;
}
.text-slider__prev, .text-slider__next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  margin-top: 27px;
  transform: none;
  transition: background-color 0.6s;
}
.text-slider__prev:before, .text-slider__next:before {
  transition: border-color 0.6s;
}
.text-slider__prev:hover, .text-slider__next:hover {
  background: #f29526;
}
.text-slider__prev:hover:before, .text-slider__next:hover:before {
  border-color: white;
}
.text-slider__next {
  margin-left: 20px;
}
@media (max-width: 830px) {
  .text-slider__block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .text-slider__text-block {
    order: 0;
    width: 100%;
    padding-left: 0;
  }
  .text-slider__img-block {
    width: 100%;
    order: 1;
    margin-top: 30px;
  }
}
.text-img {
  margin: 80px 0;
}
.text-img__block {
  display: flex;
  justify-content: space-between;
}
.text-img__text-block {
  width: 44%;
}
.text-img__text-block ul {
  padding: 0;
}
.text-img__text-block ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
}
.text-img__text-block ul li:first-child {
  margin-top: 0;
}
.text-img__text-block ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5d6a70;
  border-radius: 50%;
}
.text-img__img-block {
  width: 48.8%;
}
.text-img__video-block {
  position: relative;
  cursor: pointer;
}
.text-img__video-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
}
.text-img__video-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 41px dashed rgba(255, 255, 255, 0);
  border-right: 0;
  border-left: 70px solid white;
  transition: transform 0.4s;
  transform: translate(-50%, -50%);
}
.text-img__video-block:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 830px) {
  .text-img__block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .text-img__text-block {
    order: 0;
    width: 100%;
  }
  .text-img__img-block {
    width: 100%;
    order: 1;
    margin-top: 30px;
  }
}
.icon-set {
  margin: 80px 0;
}
.icon-set__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-set__item {
  width: 21.4%;
}
.icon-set__item:nth-child(n + 5) {
  margin-top: 68px;
}
.icon-set__img {
  display: block;
  max-width: 96px;
  height: auto;
  margin: 0 auto;
}
.icon-set__text-block {
  margin-top: 38px;
  text-align: center;
  font: bold 15px "Poppins", Arial, sans-serif;
}
@media (max-width: 830px) {
  .icon-set__item {
    width: 48%;
  }
  .icon-set__item:nth-child(n + 3) {
    margin-top: 40px;
  }
  .icon-set__text-block {
    margin-top: 20px;
  }
}
.box-slider {
  background: #eff0f0;
  margin: 80px 0;
  padding: 55px 0;
  overflow: hidden;
}
.box-slider__block {
  display: flex;
}
.box-slider__text-block {
  width: 35.2%;
}
.box-slider__box-block {
  width: 64.8%;
  padding-left: 71px;
}
.box-slider__slide-block {
  display: inline-flex;
  overflow: hidden;
}
.box-slider__img-block {
  width: 145px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
}
.box-slider__job {
  margin-top: 3px;
}
.box-slider__item-text {
  margin-top: 38px;
}
.box-slider__arrow-block {
  display: flex;
}
.box-slider__prev, .box-slider__next {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  margin-top: 27px;
  transform: none;
}
.box-slider__next {
  background: #f29526;
  margin-left: 20px;
}
.box-slider__next:before {
  border-color: white;
}
.box-slider__item {
  position: relative;
  min-width: 398px;
  width: 398px;
  padding: 0 27px;
}
.box-slider__item--to-left {
  transition: transform 1s;
  transform: translateX(-100%);
}
@keyframes boxSliderToRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.box-slider__item--to-right {
  animation: boxSliderToRight 1s;
}
.box-slider__box {
  background: white;
  text-align: center;
  padding: 44px 34px;
  height: 100%;
}
@media (max-width: 830px) {
  .box-slider__block {
    display: block;
  }
  .box-slider__text-block {
    width: auto;
  }
  .box-slider__box-block {
    width: auto;
    padding-left: 0;
    margin: 40px 0 0 -27px;
  }
}
.text-single {
  background: #eff0f0;
  margin: 80px 0;
  padding: 55px 0;
}
.text-single__block {
  max-width: 870px;
}
.job-link-list {
  margin: 80px 0;
}
.job-link-list__block {
  width: 770px;
  margin: 0 auto;
}
.job-link-list__item {
  margin-top: 15px;
}
.job-link-list__header {
  margin-bottom: 30px;
}
.job-link-list__subheader {
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
}
.job-link-list__text-block {
  margin-top: 50px;
}
.job-link-list__link:hover {
  color: #f29526;
}
@media (max-width: 770px) {
  .job-link-list__block {
    width: auto;
  }
}
.text-2col {
  background: #eff0f0;
  margin: 80px 0;
  padding: 55px 0;
}
.text-2col__block {
  display: flex;
  justify-content: space-between;
}
.text-2col__item {
  width: 50%;
  padding-right: 79px;
}
.text-2col__item ul {
  padding: 0;
}
.text-2col__item ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  margin-top: 10px;
}
.text-2col__item ul li:first-child {
  margin-top: 0;
}
.text-2col__item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5d6a70;
  border-radius: 50%;
}
@media (max-width: 830px) {
  .text-2col__block {
    display: block;
  }
  .text-2col__item {
    width: 100%;
    margin-top: 30px;
  }
  .text-2col__item:first-child {
    margin-top: 0;
  }
}
.search {
  margin: 80px 0;
}
.search__block {
  width: 770px;
  margin: 0 auto;
}
.search__text-block {
  color: #aeb4b7;
  margin-top: 70px;
}
.search__item {
  margin-top: 60px;
}
.search__header {
  margin-bottom: 16px;
}
.search__link-block {
  margin-top: 16px;
}
@media (max-width: 830px) {
  .search__block {
    width: 95%;
    margin: 0 auto;
  }
}
.form__wrp {
  width: 770px;
  margin: 0 auto;
}
.form__wrp ::placeholder {
  color: #aeb4b7;
}
.form__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.form__row {
  width: 100%;
  min-height: 38px;
  margin: 20px 15px 0;
}
.form__row--placeholder {
  height: 20px;
}
.form__row--half {
  width: calc(50% - 30px);
}
.form__row--inline {
  margin-top: 20px;
}
.form__row--submit {
  margin-top: 30px;
  text-align: center;
}
.form__select, .form__input {
  border: 1px solid #5d6a70;
  height: 38px;
  width: 100%;
  padding: 2px 13px;
  font: inherit;
  color: inherit;
  -webkit-border-radius: 0;
}
.form__select.error, .form__input.error {
  border-color: #ee1515;
}
.form__input--textarea {
  height: 174px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-border-radius: 0;
}
.form__input--inline {
  width: 50px;
  height: 20px;
  border-width: 0 0 1px 0;
  padding: 2px 5px;
}
.form__input--inline-block {
  margin-top: 10px;
}
.form__select {
  background: #F8F8F8;
}
.form__select:focus-visible, .form__select:focus {
  background: #f29526;
  color: white;
  border: 1px solid #707070;
}
.form__select:focus-visible option, .form__select:focus option {
  background: #fff;
  color: #5d6a70;
}
.form__row--checkbox {
  position: relative;
  padding-left: 28px;
}
.form__row--checkbox.error {
  color: #ee1515;
}
.form__checkbox {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #5d6a70;
}
.form__drop-zone-file {
  display: none;
}
.form__drop-zone-files {
  padding-top: 20px;
}
.upload__file-item {
  position: relative;
  margin-top: 5px;
  max-width: 436px;
  padding: 0 16px 0 20px;
}
.upload__file-name {
  margin: 5px 0;
  padding: 0 70px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.upload__file-status {
  position: relative;
  height: 5px;
  background: #5d6a70;
}
.upload__file-status-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #eb6a27, #f29526);
}
.upload__file-status-number {
  display: none;
}
.upload__file-delete {
  position: absolute;
  top: 0;
  right: 16px;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 770px) {
  .form__wrp {
    width: auto;
  }
}
@media (max-width: 500px) {
  .form__row {
    width: 100%;
    min-height: 0;
  }
  .form__row--mobile-hidden {
    display: none;
  }
}
@media (max-width: 420px) {
  .btn {
    font-size: 18px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
}
#share-icon-facebook {
  color: #4267B2;
}
.overlay__twitter {
  color: #1DA1F2;
}
.overlay__whatsapp {
  color: #25D366;
}
.overlay__telegram {
  color: #0088CC;
}
.overlay__linkedin {
  color: #0E76A8;
}
.overlay__xing {
  color: #126567;
}
.overlay__mail {
  color: #5D6A70;
}
.overlay__text {
  background: white;
  padding: 10px;
}
.overlay__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  margin: 44px 0;
}
.overlay__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 1;
}
.overlay__close .icon {
  fill: white;
}
.overlay__iframe-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.overlay__iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
}
.overlay__content--share {
  max-width: 644px;
  height: auto;
}
.overlay__content--share .overlay__close .icon {
  fill: #eff0f0;
}
.overlay__share {
  background: white;
  padding: 34px;
  width: 100%;
  margin: 0 auto;
}
.overlay__share-block {
  display: flex;
  flex-wrap: wrap;
  margin: 32px -11px 42px;
}
.overlay__share-item {
  width: 62px;
  height: 62px;
  overflow: hidden;
  margin: 0 11px;
}
.overlay__share-icon {
  display: block;
}
.overlay__share-link {
  position: relative;
  margin-top: 16px;
  padding: 0 12px;
  background: #eff0f0;
}
.overlay__share-link-text {
  line-height: 38px;
  line-height: 38px;
  width: 100%;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
}
.overlay__share-info {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: white;
  border: 1px solid #eff0f0;
  padding: 5px;
}
.overlay__video-block {
  display: flex;
  justify-content: center;
  height: 100%;
}
