/*!
Theme Name: codex-them
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codex-them
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

codex-them is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * avgrund 0.1
 * http://lab.hakim.se/avgrund
 * MIT licensed
 *
 * Created by Hakim El Hattab, http://hakim.se
 */

.search .input-group input {
  position: absolute;
  opacity: 0;
  top: 7px;
  right: 5px;
  width: 95%;
  z-index: 1;
}

.search .input-group input:checked ~ .checkmark:after {
  display: block;
}

.search .input-group .checkmark {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 12px;
  width: 12px;
  background-color: rgba(238, 238, 238, 0);
  border: 1px solid #fff;
  cursor: pointer;
}

.search .input-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #0adbb2;
  border-width: 0 2px 2px 0;
  transform: rotate(33deg);
}

 iframe{
     width: calc(100% - 4px);
  height: calc(100vh - 4px);
 }

body {
  display: -ms-flexbox;
  display: flex;
}

.avgrund-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(86, 96, 115, 0.5);
}

.avgrund-active .avgrund-cover {
  visibility: visible;
  opacity: 1;
}

.avgrund-contents {
  position: relative;
  padding: 20px;
  max-width: 400px;
  margin: auto;
}

.avgrund-active .avgrund-contents {
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.no-blur.avgrund-active .avgrund-contents {
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.avgrund-popup {
  position: fixed;
  text-align: center;
  width: 440px;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -220px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  padding: 30px;
  font-family: "Open Sans Hebrew";
  background: white;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-sizing: border-box;
  transform: scale(0.8);
}

.avgrund-popup .title-popup {
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: bold;
}

.avgrund-popup .popup-content {
  font-size: 16px;
  color: #5a5a6c;
  line-height: 22px;
  margin-bottom: 20px;
}

.avgrund-popup .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(105%, -105%);
  color: white;
  font-size: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 5px;
}

.avgrund-popup .close:hover {
  color: #f1f1f1;
  transition: .3s;
}

.avgrund-popup .no-thanks {
    right: initial !important;
    top: initial !important;
  font-size: 10px;
  line-height: 22px;
  color: #9b9b9b;
  text-decoration: underline !important;
  position: relative;
}

.avgrund-popup .no-thanks:hover {
  color: #1fbcd2;
  transition: .3s;
}

.avgrund-active .avgrund-popup-animate {
  visibility: visible;
  opacity: 1;
  transform: scale(1.1111);
}

.avgrund-popup.stack {
  transform: scale(1.5);
}

.avgrund-active .avgrund-popup.stack {
  transform: scale(1.1111);
}

.avgrund-ready body,
.avgrund-ready .avgrund-contents,
.avgrund-ready .avgrund-popup,
.avgrund-ready .avgrund-cover {
  transform-origin: 50% 50%;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.avgrund-ready .avgrund-popup.no-transition {
  transition: none;
}

/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local("font/Assistant-Regular"), url(https://fonts.gstatic.com/s/assistant/v2/2sDcZGJYnIjSi6H75xkzamW5O7w.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local("font/Assistant-Regular"), url(https://fonts.gstatic.com/s/assistant/v2/2sDcZGJYnIjSi6H75xkzaGW5.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Assistant", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 100%;
}

body {
  font-family: 'Assistant';
  background-color: #fefefe;
  color: #5a5a6c;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: justify;
}

body #example {
  position: relative;
  top: 0;
  left: 0;
}

p {
  margin: 0;
  /*line-height: 22px;*/
}

img, svg {
  max-width: 100%;
	height: auto;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, a:hover, a:visited, a:active {
  text-decoration: none !important;
}

nav {
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: normal;
}

br {
  line-height: 22px !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(41, 41, 41, 0.62);
  text-align: right;
  font-size: 16px;
}

input {
  padding: 0 15px;
  min-width: 150px;
  border: none;
  font-family: 'Assistant';
  font-size: 16px;
  color: #657280;
}

.warning input {
  border: 1px solid #e86c60 !important;
  transition: all 0.5s ease;
}

.warning p::after {
  content: "* empty field";
  display: block;
  color: #e86c60;
  font-size: 12px;
  transition: all 0.5s ease;
}

.warningNumb input {
  border: 1px solid #e86c60 !important;
  transition: all 0.5s ease;
}

.warningNumb p::after {
  content: "* Please, only numbers";
  display: block;
  color: #e86c60;
  font-size: 12px;
  transition: all 0.5s ease;
}

.warningMail input {
  border: 1px solid #e86c60 !important;
  transition: all 0.5s ease;
}

.warningMail p::after {
  content: "* Email is not correct";
  display: block;
  color: #e86c60;
  font-size: 12px;
  transition: all 0.5s ease;
}

details {
  direction: rtl;
  margin-bottom: 5px;
  cursor: pointer;
}
details[open] .ea-body {
  animation-name: invisiblyGrowFontSize, fadeIn;
  animation-duration: 100ms, 200ms;
  animation-delay: 0ms, 100ms;
}
@keyframes invisiblyGrowFontSize {
  0% {
    font-size: 0;
    opacity: 0;
  }
  100% {
    font-size: 1em;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary {
  line-height: 36px;
  background: #f3f3f3;
  border: 1px solid #d3d3d3;
  padding: 0 20px;
  font-size: 20px;
}
details summary:focus {
  outline: none;
}
details .ea-body {
  font-size: 16px;
  padding: 10px 20px 20px;
  border: 1px solid #d3d3d3;
  border-top: none;
}


textarea:focus, input:focus, select:focus {
  outline: none !important;
}

a.no_underline {
  text-decoration: none !important;
}

.btn-wrap .btns {
  color: #fefefe !important;
}

.btns {
  cursor: pointer;
  font-family: 'Assistant';
  background-color: #0adbb2;
  color: #fefefe;
  padding: 0 90px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 43px;
}

.my_btn {
  border: none;
  font-size: 19px;
  margin: 18px auto;
  justify-content: center;
  display: flex;
  color: #fff !important;
  padding: 0 25px;
  text-decoration: none !important;
  width: fit-content;
}

.btns:hover {
  background-color: #09bb9a;
  transition: .3s;
}

.btns_pixel {
  cursor: pointer;
  font-family: 'Assistant';
  background-color: #0adbb2;
  color: #fefefe;
  padding: 0 90px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 43px;
}

.btns_pixel:hover {
  background-color: #09bb9a;
  transition: .3s;
}

input.btns {
  cursor: pointer;
  font-family: 'Assistant' !important;
  background-color: #0adbb2 !important;
  color: #fefefe !important;
  padding: 0 90px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  display: inline-block !important;
  line-height: 43px !important;
  border: none !important;
  margin-bottom: 10px;
}

input.btns:hover {
  background-color: #09bb9a !important;
  transition: .3s;
}

.bold {
  font-weight: bold !important;
}

.clear {
  clear: both;
}

.hullWidth {
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 100vh;
}

.fixBot {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.spaceNave {
    height: 0;
}

form.search-form {
  width: 100%;
}

.video-block {
  z-index: 0;
}

.privacy-wrap {
  margin: 40px 10%;
}

.terms-wrap {
  margin: 40px 10%;
}

.contact-page .how-contact .how-contact-wrap .form-wrap .wrap .input-wrap > .err-massage {
  color: #e86c60;
  margin-bottom: 5px !important;
  font-size: 10px;
}

.contact-page .how-contact .how-contact-wrap .form-wrap > .err-massage {
  color: #e86c60;
  margin-bottom: 5px !important;
  font-size: 10px;
}

.contactNameErr, .employerNameErr, .phoneErr, .emailErr, .lookingForErr, .periodErr {
  border: 1px solid #e86c60 !important;
}

#phone {
  direction: ltr;
  text-align: right;
}

.btn-searsh > i {
  color: #fefefe;
}

.contact-ico > a > i {
  color: #fefefe;
}

@media all and (max-width: 996px) {
    .spaceNave {
        height: 40px;
    }
}

@media all and (max-width: 550px) {
  .avgrund-popup {
    width: 100%;
    left: auto;
    min-width: 100%;
  }
}

@media all and (max-width: 390px) {
  #default-popup button.close {
    display: none;
  }
}

#dreams-popup01.popup-dream {
  padding-left: 5%;
  padding-right: 5%;
}

#login-popup .login-name, #login-popup .login-pass {
  width: -webkit-fill-available;
  border-radius: 25px;
  border: 1px solid gray;
  line-height: 40px;
}

#login-popup .err-massage {
  color: #e86c60;
  font-size: 13px;
  display: none;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-city {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  padding-right: 20px;
  display: block;
  width: 160px;
  font-size: 16px;
  color: #262626;
  line-height: 45px;
  background: #ffffff;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  left: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-select-city.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.3);
}

.custom-select-city.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.3);
}

.custom-option {
  direction: rtl;
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 16px;
  color: #ffffff;
  line-height: 43px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
  background: #0adbb2;
}

.custom-select.opened .custom-options {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-select.opened .custom-options lable {
  position: relative;
  line-height: 30px;
  padding-right: 30px;
}

.custom-select-city.opened .custom-options {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-select-city.opened .custom-options lable {
  position: relative;
  line-height: 30px;
  padding-right: 30px;
}

#careebiz-popup {
  border-radius: 20px;
  padding: 60px;
  margin: -200px 0 0 -290px;
  width: 580px;
}

#careebiz-popup > h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #2c3e50;
  margin-bottom: 0;
}

#careebiz-popup > .sub-title {
  font-size: 16px;
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 30px;
}

#careebiz-popup .wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

#careebiz-popup .wrap .input-wrap {
  margin-bottom: 20px;
  width: 48%;
}

#careebiz-popup .wrap .input-wrap > .err-massage {
  text-align: right;
  font-size: 12px;
}

#careebiz-popup .wrap .input-wrap > .careebiz-popup-iput {
  width: -webkit-fill-available;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 21px;
  line-height: 43px;
  direction: rtl;
  font-size: 14px;
  padding-right: 15px;
}

#careebiz-popup .wrap .input-wrap > .careebiz-popup-iput:-ms-input-placeholder {
  font-size: 14px;
}

#careebiz-popup .wrap .input-wrap > .careebiz-popup-iput::placeholder {
  font-size: 14px;
}

#careebiz-popup .wrap .input-wrap > .err-massage {
  color: #e86c60;
  font-size: 12px;
}

#careebiz-popup > .btn-wrap {
  background: #fabd0a;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  border-radius: 21.5px;
  margin-bottom: 20px;
}

#careebiz-popup > .btn-wrap a {
  line-height: 43px;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
  width: -webkit-fill-available;
}

#careebiz-popup > h3 {
  color: #000000;
  font-size: 16px;
}

.general-page .header-search-block .search .input-group input {
  position: absolute;
  opacity: 0;
  top: 7px;
  right: 5px;
  width: 95%;
  z-index: 1;
}

.general-page .header-search-block .search .input-group input:checked ~ .checkmark:after {
  display: block;
}

.general-page .header-search-block .search .input-group .checkmark {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 12px;
  width: 12px;
  background-color: rgba(238, 238, 238, 0);
  border: 1px solid #fff;
  cursor: pointer;
}

.general-page .header-search-block .search .input-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #0adbb2;
  border-width: 0 2px 2px 0;
  transform: rotate(33deg);
}

.range {
  position: relative;
}

.range input[type=range] {
  position: inherit !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  height: 22px;
  cursor: pointer;
  display: block;
}

.range input[type=range]:focus {
  outline: none;
}

.range input[type=range][disabled] {
  opacity: .3;
  cursor: default;
}

.range .rangeslider {
  position: relative;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.range .rangeslider:before {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100px;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100px;
}

.range input::-ms-fill-lower {
  background: #4cafdc;
}

.range .rangeslider-fill-lower {
  background-color: #4cafdc;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  will-change: width;
}

.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  border: solid 3px #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #4cafdc;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transform: translateY(-50%);
  margin-top: 5px;
}

.range input::-moz-range-thumb {
  box-sizing: border-box;
  border: solid 3px #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #4cafdc;
  cursor: pointer;
}

.range input::-ms-thumb {
  box-sizing: border-box;
  border: solid 3px #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #4cafdc;
  cursor: pointer;
}

.range .rangeslider-thumb {
  box-sizing: border-box;
  border: solid 3px #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #4cafdc;
  cursor: pointer;
  position: absolute;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}

.range .range-output {
  position: absolute;
  left: 7px;
  top: 7px;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.range .range-output .output {
  display: block;
  position: absolute;
  line-height: 22px;
  min-width: auto;
  padding: 0 20px;
  top: -10px;
  transform: translate(-50%, -100%);
  background: #fefefe;
  color: #5a5a6c;
  border-radius: 11px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}

.range .range-output .output:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(50%);
}

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 40px;
  padding: 0 50px;
  box-shadow: 0 14px 28px transparent, 0 10px 10px rgba(0, 0, 0, 0.11);
}

header .icon {
  display: none;
  color: #5a5a6c;
}

header > .header-btns-mobile {
  display: none !important;
}

header .custom-logo-link-mob {
  display: none;
}

header .logo-wrap {
  display: -ms-flexbox;
  display: flex;
}

header .logo-wrap a {
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

header .logo-wrap a img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 75px;
}

header .logo-wrap .tel {
  margin: 0;
  font-size: 14px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #5a5a6c !important;
}

header .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

header .nav li {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

header .nav li a {
  color: #5a5a6c;
}

header .nav li.salarySurvey {
  position: relative;
  color: #5A5A6C;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  /*margin-left: 25px;*/
}

header .nav .active, header .nav li:hover {
  font-weight: bold;
  transition: 0.3s;
}

header .nav > .header-btn-wrap-mobile {
  display: none !important;
}

header .header-btns {
  display: -ms-flexbox;
  display: flex;
}

header .header-btns .header-btn-wrap {
  margin: 0 15px;
}

header .header-btns .header-btn-wrap:first-child {
  margin-right: 0;
}

header .header-btns .header-btn-wrap:last-child {
  margin-left: 0;
}

header .header-btns .header-btn-wrap .btn {
  background-color: transparent;
  font-size: 14px;
  line-height: 25px;
  padding: 0;
  border: none;
  outline: none !important;
}

header .header-btns .header-btn-wrap .btn:focus {
  box-shadow: none;
}

header .header-btns .header-btn-wrap .btn_employers {
  background-color: #4BB0DD;
  display: inline-block;
  color: #fefefe;
  border-radius: 12.5px;
  padding: 0 25px;
}

header .header-btns .header-btn-wrap .btn_entrance {
  color: #5a5a6c;
}

header .header-btns .header-btn-wrap .btn_joining {
  cursor: pointer;
  color: #4BB0DD;
  font-weight: bold;
}

header .forMobile {
  margin-top: 0 !important;
  display: none;
}

.general-page .header-search-block {
  z-index: 0;
}

.side_menu {
  display: none;
}

@media all and (max-width: 996px) {
  .side_menu {
    background: white;
    height: 100vh;
    right: -360px;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 360px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: block;
  }
  .side_menu .container {
    padding-top: 10px;
  }
  .side_menu > .container > .top-nav-wrap {
    border-bottom: 2px solid #efeff9;
  }
  .side_menu > .container > .top-nav-wrap > .logo-wrap {
    direction: ltr;
    padding: 20px 0 10px 1em;
  }
  .side_menu > .container > .top-nav-wrap > .logo-wrap a img {
	  width: 30%;
	  height: auto;
  }
  /* HAMBURGER STYLES ----- */
  .burger_box {
    display: block;
    float: left;
    margin-left: -50px;
  }
  .burger_box a.menu-icon {
    display: inline-block;
    float: none;
    height: 25px;
    padding: 10px;
    opacity: .5;
    width: 25px;
    z-index: 100;
  }
  .burger_box a.menu-icon:hover,
  .burger_box a.menu-icon.opened {
    opacity: 1;
  }
  .burger_box a.menu-icon.opened {
    background: transparent;
  }
  .burger_box .menu-icon_box {
    display: inline-block;
    height: 25px;
    position: relative;
    text-align: right;
    width: 25px;
  }
  .burger_box .menu-icon_line {
    background: #3b3b3b;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
  }
  .burger_box .menu-icon_line--1 {
    top: 2px;
  }
  .burger_box .menu-icon_line--2 {
    top: 10px;
  }
  .burger_box .menu-icon_line--3 {
    top: 18px;
  }
  .burger_box .menu-icon_line--1 {
    transition: top 200ms 250ms, transform 200ms;
    -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
  }
  .burger_box .menu-icon_line--2 {
    transition: opacity 0ms 300ms;
    -webkit-transition: opacity 0ms 300ms;
  }
  .burger_box .menu-icon_line--3 {
    transition: top 100ms 300ms, transform 200ms;
    -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
  }
  .burger_box .menu-icon.opened .menu-icon_box {
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  .burger_box .menu-icon.opened .menu-icon_line {
    top: 10px;
  }
  .burger_box .menu-icon.opened .menu-icon_line--1 {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: top 100ms, transform 200ms 250ms;
    -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
  }
  .burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity: 0;
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }
  .burger_box .menu-icon.opened .menu-icon_line--3 {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: top 200ms, transform 200ms 250ms;
    -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
  }
  /* STAGGER LIST ----- */
  .list_load {
    display: none;
    list-style: none;
    padding: 0;
    margin-left: 1.5em;
  }
  .menu-item {
    margin-left: -20px;
    opacity: 0;
    transition: all 200ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px solid #efeff9;
    padding: 0 1em 0 0;
  }
  .list_load > li:last-child {
    border-bottom: none;
  }
  .menu-item.careebiz-nav-mob > a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .careebiz-nav-mob > a > img {
    margin: auto 0 5px 0;
    width: 40%;
  }
  .careebiz-nav-mob {
    border-top: 2px solid #efeff9;
    border-bottom: none;
  }
  .spacer_box {
    padding-bottom: 20px;
    border-bottom: 2px solid #efeff9;
  }
  .spacer_box:nth-child(4) {
    padding-bottom: 0px;
  }
  .spacer_box:nth-child(4) > .list_load > .menu-item:last-child {
    border-bottom: none;
  }
  .spacer_box > .p-wrap {
    margin-right: 1.5em;
  }
  .spacer_box > .p-wrap > p:first-child {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-top: 1px solid #efeff9;
  }
  .careebiz-nav-mob > .fa-angle-left {
    margin-left: 1em;
    margin-top: 20px;
  }
  .menu-item a {
    font-size: 20px;
    color: #5a5a6c;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  .menu-item > i {
    font-size: 25px;
    color: #5a5a6c;
    line-height: 40px;
    padding: 5px 10px;
    text-decoration: none;
  }
  .employer-btn-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px;
  }
  .employer-btn-mob > a {
    background-color: #1fbcd2;
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 50px;
  }
}

@media screen and (max-width: 996px) {
  a,
  .side_menu {
    transition: all 300ms ease-in-out;
  }
  header.topnav {
    height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 8;
    line-height: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  header.topnav > .nav, header.topnav > .logo-wrap, header.topnav > .icon, header.topnav > .custom-logo-link-mob {
    display: none !important;
  }
  header.topnav.responsive {
    height: auto;
  }
  header .custom-logo-link-mob {
    display: block;
  }
  header .custom-logo-link-mob .mobile-logo {
    height: 20px;
    margin: 10px 0;
  }
  header .logo-wrap a img {
    width: 120px;
    margin-bottom: 10px;
  }
  header .logo-wrap .tel {
    -ms-flex-order: 1;
        order: 1;
    color: #5a5a6c !important;
  }
  header .logo-wrap a {
    margin-right: 0;
  }
  header.topnav.responsive {
    padding: 50px !important;
  }
  header.topnav.responsive .logo-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  header.topnav.responsive .header-btns {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header.topnav.responsive .header-btns .header-btn-wrap {
    margin: 0;
  }
  header > *:not(:last-child) {
    display: none;
    text-align: center;
    transform: translateY(30%);
    line-height: 40px;
    margin-bottom: 55px;
  }
  header > .header-btns-mobile {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header > .header-btns-mobile .header-btn-wrap {
    margin: 0;
    padding-right: 15px;
  }
  header > .header-btns-mobile .header-btn-wrap:last-child {
    display: block !important;
  }
  header > .header-btns-mobile .header-btn-wrap:last-child > a {
    background: transparent;
    color: #5a5a6c;
    padding: 0;
  }
  .icon {
    float: left;
    display: block !important;
  }
  .topnav.responsive {
    position: relative;
    transition: cubic-bezier(0.57, 0.36, 0.45, 0.66) 0.4s;
  }
  .topnav.responsive .mobile-logo {
    display: none;
  }
  .topnav.responsive .icon {
    position: absolute;
    top: 0;
  }
  .topnav.responsive > *:not(:last-child) {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-height: 750px) {
  header.topnav.responsive .header-btns {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 173px;
    margin-bottom: 0;
  }
}

@media (max-width: 700px){
    .bottom-filter .search .input-group .wrp .custom-select-wrapper .custom-select-city {
        width: 100%;
    }    
    .bottom-filter .search .input-group .wrp .custom-select-wrapper .custom-select-city .custom-select-trigger {
        width: calc(100% - 15px);
        padding-right: 15px;
        border-radius: 25px!important;
    }
}

@media screen and (max-width: 660px) {
  header .logo-wrap .tel {
    display: none;
  }
  header .logo-wrap a img {
    width: 230px;
    margin-bottom: 15px;
  }
  header .logo-wrap p {
    font-size: 15px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  header .header-btns .header-btn-wrap .btn_joining {
    font-size: 18px;
  }
  header .header-btns .header-btn-wrap .btn_entrance {
    font-size: 18px;
  }
  header .header-btns .header-btn-wrap:last-child {
    display: none;
  }
  header .header-btns .header-btn-wrap:last-child .btn_employers {
    font-size: 18px;
  }
  header .nav > .header-btn-wrap-mobile {
    display: block !important;
  }
  header .nav > .header-btn-wrap-mobile > .btn_employers {
    background-color: #4BB0DD;
    display: inline-block;
    color: #fefefe;
    border-radius: 12.5px;
    padding: 0 25px;
    line-height: 30px;
  }
  header .header-btns .second:last-child {
    display: block;
  }
  header.topnav.responsive {
    height: calc(100vh - 100px);
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    transition: .3s linear;
  }
  header.topnav.responsive .logo-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  header.topnav.responsive .nav {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 auto 35px auto;
  }
  header.topnav.responsive .nav li {
    line-height: 65px;
  }
  .topnav.responsive > *:not(:last-child) {
    margin-bottom: 50px;
  }
  header.topnav.responsive .header-btns {
    line-height: 50px;
  }
}

@media screen and (max-width: 360px) {
  header .logo-wrap a {
    height: 120px;
  }
  header .header-btns .header-btn-wrap .btn_joining {
    font-size: 16px;
  }
}

.general-page .header-search-block {
  position: relative;
}

.general-page .header-search-block .ticket {
  position: absolute;
  bottom: 0px;
  color: #fff;
  border-radius: 15px;
  background-color: #162330;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.17);
  padding: 10px 15px 20px 15px;
  margin: 10px;
  width: 260px;
}

.general-page .header-search-block .ticket .ticket-wrap .stars {
  margin-bottom: 10px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
}

.general-page .header-search-block .ticket .ticket-wrap .stars .blue {
  color: #4bb0dd;
}

.general-page .header-search-block .ticket .ticket-wrap .stars .star-blue-grad {
  background: linear-gradient(to right, white 50%, #4bb0dd 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-content {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 10px;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 75%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-footer .reviews {
  font-size: 14px;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-footer .careebiz {
  font-family: 'Open Sans Hebrew';
  font-size: 16px;
  font-weight: 800;
  color: #fdc02f;
}

.general-page .header-search-block .ticket .ticket-wrap .ticket-footer .careebiz .careebiz-by-color {
  color: white;
}

.general-page .header-search-block .search-block {
  height: 80vh;
  overflow: hidden;
}

.general-page .header-search-block .search-block img {
  width: 100vw;
  height: auto;
}

.general-page .header-search-block .search {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.general-page .header-search-block .search .mobile {
  display: none;
}

.general-page .header-search-block .search .not-looking-for {
  color: #fefefe;
  font-size: 13px;
  text-shadow: 0 2px 4px #000000;
  text-align: center;
  margin-top: 10px;
}

.general-page .header-search-block .search .not-looking-for .not-looking-for-link {
  text-decoration: underline;
  cursor: pointer;
}

.general-page .header-search-block .search .search-title {
  color: white;
  text-align: center;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: normal;
}

.general-page .header-search-block .search .bold {
  font-weight: 800;
}

.general-page .header-search-block .search .input-group {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.general-page .header-search-block .search .input-group .wrp:first-child .custom-select-trigger {
  border-bottom-right-radius: 100px !important;
  border-top-right-radius: 100px !important;
}

.general-page .header-search-block .search .input-group .wrp:first-child .custom-options {
  right: 20px;
  min-width: calc(100% - 20px);
}

.general-page .header-search-block .search .input-group .wrp .custom-select-trigger {
  color: #657280;
}

.general-page .header-search-block .search .input-group input {
  display: inline-block;
  line-height: 45px;
  border: none;
}

.general-page .header-search-block .search .input-group .wrp {
  min-width: 180px;
}

.general-page .header-search-block .search .input-group .wrp >select {
    visibility: hidden;
  min-width: 180px;
}

.general-page .header-search-block .search .input-group .input-group-prepend {
  background-color: #0adbb2;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.general-page .header-search-block .search .input-group .input-group-prepend a {
	width: 100%;
  display: inline-block;
  padding: 0;
    min-width:68px;
}

.general-page .header-search-block .search .input-group .input-group-prepend a i {
  line-height: 45px;
  font-size: 30px;
  padding: 0 20px;
}

.general-page .about-us {
  padding: 90px 20px;
  text-align: center;
}

.general-page .about-us .about-icon-home {
    width: 120px;
    height: 73px;
  margin: 0 auto 23px;
}

.general-page .about-us h2 {
  font-size: 24px;
}

.general-page .about-us p {
  font-size: 16px;
  line-height: 1.38;
  margin: 10px 0 40px 0;
}

.general-page .work-with {
  padding: 55px 0 70px 0;
  background-color: #f3f6f7;
}

.general-page .work-with .work-with-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.general-page .work-with .work-with-wrap .work-with-title {
  margin-bottom: 65px;
}

.general-page .work-with .work-with-wrap .work-with-title h2 {
  margin-bottom: 14px;
  font-size: 24px;
}

.general-page .work-with .work-with-wrap .work-with-title p {
  font-size: 16px;
}

.general-page .work-with .work-with-wrap .companys-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.general-page .work-with .work-with-wrap .companys-logo img {
  padding: 25px 25px;
  max-height: 30px
}

.general-page .join-up {
  background-color: #2C3E50;
  padding: 35px 0;
}

.general-page .join-up .join-up-wrap {
  width: 80%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.general-page .join-up .join-up-wrap .join-up-text p {
  margin: 0;
  line-height: 22px;
  color: #fefefe;
  font-size: 14px;
  display: block;
  text-align: justify;
}

.general-page .join-up .join-up-wrap .join-up-text p:first-child {
  font-weight: bold;
}

.general-page .new-system {
  background-color: #1fbcd2;
  color: #fefefe;
}

.general-page .new-system .new-system-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 75px 0 45px 0;
}

.general-page .new-system .new-system-wrap .new-system-text {
  margin: auto;
  text-align: justify;
}

.general-page .new-system .new-system-wrap .new-system-text h2 {
  font-size: 24px;
}

.general-page .new-system .new-system-wrap .new-system-text h3, .general-page .new-system .new-system-wrap .new-system-text p {
  font-size: 16px;
  line-height: 22px;
}

.general-page .new-system .new-system-wrap .new-system-img {
  width: 100%;
  margin: 0 30px 0 30px;
}

.general-page .new-system .new-system-wrap .new-system-img img {
  margin-right: 75px;
}

.general-page .video-block-title {
  text-align: center;
  font-size: 22px;
  margin-top: 60px;
}

.general-page .video-block-title .video-title {
  text-align: center;
}

.general-page .video-block {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 27%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}

.general-page .video-block button {
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 9;
	width: 50%;
	height: 100%;
	padding: 0;
    border: none;
    outline: none;
}

.general-page .video-block button >img {
	width: 100%;
	height: 100%;
}

.general-page .video-block iframe {
	position: absolute;
	top: 0;
	left: 25%;
	z-index: 10;
	width: 50%;
	height: 100%;
}

.general-page .testimonials .testimonials-wrap {
  margin: 0 auto 60px auto;
}

.general-page .testimonials .testimonials-wrap .testimonials-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px auto;
  width: 55%;
}

.general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 40px;
}

.general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor img {
  margin: auto;
  border-radius: 50%;
  max-width: 300px !important;
}

.general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap {
  margin: auto;
}

.general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap h3 {
  font-size: 24px;
}

.general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap p {
  font-size: 16px;
  text-align: right;
}

.general-page .testimonials .testimonials-wrap .testimonials-imgs {
  display: -ms-flexbox;
  display: flex;
}

.general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap {
  width: auto;
  margin: auto;
}

.general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 15px;
}

.general-page .clients-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #f3f6f7;
}

.general-page .powered-careebiz {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 30px 50px 0 50px;
}

.general-page .powered-careebiz .powered-by-careebiz-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.general-page .powered-careebiz .powered-by-careebiz-wrap .powered-by-careebiz {
  display: block;
  color: #abb4bd;
  font-family: 'Open Sans Hebrew';
  font-size: 24px;
  font-weight: 800;
}

.general-page .powered-careebiz .powered-by-careebiz-wrap .powered-by-careebiz .careebiz-color {
  color: #fcbf0a;
}

.general-page .powered-careebiz .powered-careebiz-title {
  display: -ms-flexbox;
  display: flex;
}

.general-page .powered-careebiz .powered-careebiz-title .title-wrap {
  margin: 25px auto 90px auto;
  text-align: center;
}

.general-page .powered-careebiz .powered-careebiz-title .title-wrap h3 {
  font-size: 24px;
}

.general-page .powered-careebiz .powered-careebiz-title .title-wrap h4 {
  font-size: 16px;
  line-height: 40px;
}

.general-page .powered-careebiz .powered-careebiz-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  min-height: 385px;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap {
  width: 33.33%;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap:nth-child(2) {
  padding: 0 60px 60px 60px;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap iframe {
  height: 14vw;
  width: 100%;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 10px auto 60px auto;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .video-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .video-name .title {
  font-size: 24px;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .video-name .subtitle {
  font-size: 16px;
  line-height: 40px;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .like {
  margin: auto 0;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: solid 1px #e86c60;
  color: #e86c60;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .like i {
  margin: auto;
  font-size: 22px;
}

.general-page .powered-careebiz .other-employers {
  display: -ms-flexbox;
  display: flex;
}

.general-page .powered-careebiz .other-employers a {
  margin: auto auto 40px auto;
}

.general-page .join-now {
  display: -ms-flexbox;
  display: flex;
  background-color: #2C3E50;
  margin-bottom: 10px;
}

.general-page .join-now h2 {
  color: #fefefe;
  font-size: 22px;
  margin: auto;
  line-height: 60px;
}

.general-page .join-now h2 a {
  	color: #fefefe;
  	font-size: 22px;
	border-bottom: 1px solid #fefefe;
}

.header-search-block .search .logo-wrap {
  display: none;
}

.general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title .video-name .title {
  text-align: right;
}

@media all and (max-width: 1245px) {
  .general-page .header-search-block .search .input-group {
    width: 70%;
    margin: auto;
  }
 
  .custom-select.opened .custom-options {
    background-color: rgba(0, 0, 0, 0.76);
  }
  .custom-select-city.opened .custom-options {
    background-color: rgba(0, 0, 0, 0.76);
  }
  .general-page .header-search-block .search .input-group .wrp:first-child .custom-options {
    right: 0;
    min-width: 100%;
  }
  .general-page .header-search-block .search .input-group .wrp:first-child .custom-select-trigger {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .general-page .header-search-block .search .input-group .input-group-prepend {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
  }
  .general-page .header-search-block .search .input-group .wrp:first-child .custom-options {
    z-index: 1000000;
  }
  .general-page .header-search-block .search {
    width: 60%;
  }
	.general-page .header-search-block .search h1 {
		margin-bottom: 30px;
	}
  .general-page .header-search-block .search h1:nth-child(3) {
    margin-bottom: 30px;
  }
  .general-page .header-search-block .search .input-group {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .general-page .header-search-block .search .input-group .wrp .custom-select-wrapper {
    width: 100%;
  }
  .general-page .header-search-block .search .input-group .wrp .custom-select-wrapper .custom-select {
    width: 100%;
  }
  .general-page .header-search-block .search .input-group .wrp .custom-select-wrapper .custom-select .custom-select-trigger {
    width: calc(100% - 15px);
    padding-right: 15px;
    border-radius: 25px !important;
  }
  .general-page .header-search-block .search .input-group .wrp .custom-select-wrapper .custom-select-city {
    width: 100%;
  }
  .general-page .header-search-block .search .input-group .wrp .custom-select-wrapper .custom-select-city .custom-select-trigger {
    width: calc(100% - 15px);
    padding-right: 15px;
    border-radius: 25px !important;
  }
  .general-page .header-search-block .search .input-group > * {
    margin-bottom: 40px;
    border-radius: 25px !important;
  }
  .general-page .clients-quote .clients-quote-wrap .clients-quote-content {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .general-page .clients-quote .clients-quote-wrap .clients-quote-content .main-quote-block {
    width: 70%;
    padding: 50px 0 100px 0;
  }
  .general-page .clients-quote .clients-quote-wrap .clients-quote-content .clients-quote-content-img img {
    max-height: 320px;
  }
}

@media all and (max-width: 1200px) {
  .general-page .header-search-block .search .input-group {
    width: 60%;
    margin: auto;
  }
  .general-page .header-search-block .search .input-group > .input-group-prepend {
    margin-bottom: 10px;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor img {
    max-width: 240px !important;
  }
}

@media all and (max-width: 1024px) {
  .general-page .video-block-title {
    margin-bottom: 40px;
  }
  .general-page .video-block {
    padding-bottom: 55%;
    margin-top: 0px;
  }
  .general-page .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 9;
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 996px) {
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor {
    margin: 0 0 40px 0;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content {
    width: 90%;
  }
  .general-page .testimonials .testimonials-wrap {
    position: relative;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap {
    text-align: center;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap > p {
    margin: auto;
    width: 60%;
    text-align: center;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap img {
    width: 40px;
    height: 40px;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap {
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .general-page .header-search-block .search > .logo-wrap {
    margin-bottom: 20px;
  }
  .header-search-block .search .logo-wrap {
    display: block;
    color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
  }

  #example {
    min-width: 100%;
    overflow: hidden;
  }
  .general-page .header-search-block {
    height: calc(100vh - 40px);
  }
  .general-page .header-search-block .search-block {
    min-height: 100vh;
    width: auto;
  }
  .general-page .header-search-block .search-block img {
    height: calc(100vh - 40px);
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }

  .general-page .header-search-block .ticket {
    display: none;
  }
  
  .general-page .header-search-block .search .input-group {
    width: 70%;
    margin: auto;
  }
  .general-page .new-system .new-system-wrap {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .general-page .new-system .new-system-wrap > .new-system-img {
    width: 50%;
    margin: auto;
  }
  .general-page .new-system .new-system-wrap > .new-system-img > img {
    margin-right: 0;
  }
  .general-page .new-system .new-system-wrap > .new-system-text {
    text-align: center;
  }
}

@media all and (max-width: 768px) {

  .general-page .clients-quote .clients-quote-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .general-page .clients-quote .clients-quote-wrap .clients-quote-title h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .general-page .clients-quote .clients-quote-wrap .clients-quote-content .main-quote-block {
    padding-bottom: 50px;
  }
  
  .general-page .testimonials .testimonials-wrap .testimonials-content {
    width: 80%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor {
    margin: 30px 0 30px 0;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap {
    text-align: center;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-wrap p {
    text-align: center;
    width: 100%;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs {
    width: 80%;
    margin: auto;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: center;
    margin-top: 30px;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap img {
    margin-top: 20px;
  }
  .general-page .new-system .new-system-wrap > .new-system-img {
    width: 60%;
  }
  .general-page .join-up .join-up-wrap .join-up-text {
    margin: auto;
  }
  .general-page .join-up .join-up-wrap .join-up-text p {
    text-align: center;
  }
  .general-page .join-up .join-up-wrap .join-up-btn {
    margin: 15px auto 0 auto;
  }
  .general-page .header-search-block .search {
    width: 80%;
  }
  .general-page .powered-careebiz {
    margin: 30px 0 0 0;
  }
  .general-page .powered-careebiz .powered-by-careebiz-wrap {
    padding-left: 20px;
  }
  .general-page .powered-careebiz .powered-careebiz-title .title-wrap {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .general-page .powered-careebiz .powered-careebiz-videos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .general-page .powered-careebiz .powered-careebiz-videos .video-wrap iframe {
    height: 56vw;
  }
  .general-page .powered-careebiz .powered-careebiz-videos .video-wrap {
    width: 100%;
  }
  .general-page .powered-careebiz .powered-careebiz-videos .video-wrap:nth-child(2) {
    padding: 0;
  }
  .general-page .powered-careebiz .powered-careebiz-videos .video-wrap .video-title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .general-page .join-now h2 {
    text-align: center;
    line-height: 30px;
    margin: 20px auto;
    padding: 0 15px;
  }
}

@media all and (max-width: 700px) {
  .general-page .new-system .new-system-wrap > .new-system-img {
    width: 80%;
  }

  .general-page .work-with .work-with-wrap .companys-logo {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .general-page .header-search-block .search-block {
    width: 100%;
    overflow: hidden;
  }
  .general-page .header-search-block .search-block img {
    height: calc(100vh - 40px);
    width: auto;
    max-width: inherit;
  }
  .work-with {
    display: none;
  }
  #careebiz-popup {
    border-radius: 20px;
    padding: 30px;
    margin: -200px 0 0 -220px;
    width: 440px;
  }
  #careebiz-popup .wrap .input-wrap {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  #careebiz-popup > .btn-wrap {
    width: 70%;
  }
}

@media all and (max-width: 560px) {
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap img {
    margin: 20px 5px;
  }
  .general-page .join-now h2 {
    font-size: 18px;
  }
  .general-page .join-now h2 > a {
    font-size: 18px;
  }
  .popup-dream {
    display: none;
  }
  .general-page .header-search-block .search .not-looking-for.mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .general-page .header-search-block .search .not-looking-for.mobile a {
    text-decoration: underline !important;
  }
  .general-page .header-search-block .search .not-looking-for {
    display: none;
  }
  
    #careebiz-popup {
    margin: -300px 0 0 -220px;
    width: 480px;
  }

  .avgrund-popup .close {
    right: 60px;
    top: 35px;
    color: #1a1616;
  }
}

@media all and (max-width: 500px) {
  #careebiz-popup {
    margin: -300px 0 0 -220px;
    width: 380px;
  }
}

@media all and (max-width: 400px) {
  #careebiz-popup {
    margin: -300px 0 0 -220px;
    width: 320px;
  }
}

@media all and (max-width: 380px) {
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap {
    margin-top: 0px;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor {
    margin: 0px 0 30px 0;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-imgs .testimonials-imgs-wrap img {
    margin: 15px 2px;
  }
  .general-page .testimonials .testimonials-wrap .testimonials-content .testimonials-content-autor img {
    max-width: 230px !important;
  }
}

@media all and (max-width: 500px) and (max-height: 700px) {
  header .logo-wrap a img {
    width: 200px;
    margin-bottom: 10px;
  }
  header.topnav.responsive .nav li {
    line-height: 55px;
  }
  .general-page .header-search-block .search h1:nth-child(3) {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 320px) and (max-height: 568px) {
  .general-page .header-search-block .search {
    width: 100%;
  }
}

@media all and (max-width: 500px) and (max-height: 540px) {
  header.topnav.responsive .nav li {
    line-height: 55px;
  }
  header .logo-wrap a img {
    width: 150px;
    margin-bottom: 10px;
  }
  header .logo-wrap p {
    font-size: 15px !important;
    -ms-flex-item-align: start !important;
        -ms-grid-row-align: start !important;
        align-self: start !important;
  }
  header .header-btns .header-btn-wrap .btn_joining {
    font-size: 16px !important;
  }
  header .header-btns .header-btn-wrap .btn_entrance {
    font-size: 16px !important;
  }
  header .header-btns .header-btn-wrap .btn_employers {
    font-size: 16px !important;
  }
}

footer {
  display: -ms-flexbox;
  display: flex;
  background-color: #2C3E50;
  color: #fefefe;
  font-size: 13px;
}

footer .footer-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px 50px 60px 50px;
}

footer .footer-wrap .site-map {
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

footer .footer-wrap .site-map ul {
  width: 33.33%;
}

footer .footer-wrap .site-map ul li {
  line-height: 22px;
}

footer .footer-wrap .site-map ul li a {
  color: #fefefe;
}

footer .footer-wrap .info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

footer .footer-wrap .info .logo {
  font-family: 'Open Sans Hebrew';
  font-size: 24px;
  font-weight: 800;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #f3f6f7;
}

footer .footer-wrap .info .content-info {
  padding-right: 100px;
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer .footer-wrap .info .content-info .contact-ico {
  font-size: 25px;
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

footer .footer-wrap .info .content-info .contact-ico a {
  cursor: pointer !important;
}

@media all and (max-width: 768px) {
  footer .footer-wrap .info .content-info {
    padding-right: 0;
  }
  footer .footer-wrap .info .content-info .contact-info {
    margin-bottom: 35px;
  }
  footer .footer-wrap .site-map {
    display: none;
  }
}

.hide-emploer-footer {
  display: none;
}


.rel-wrap {
  display: none;
}

.page-not-founded {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-not-founded p {
  font-size: 22px;
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 560px) {
  .rel-wrap {
    display: block;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 10%;
  }
  .page-not-founded {
    display: none;
  }
    
  .pac-container {
    right: 10%;
  }
  body #example {
    overflow: inherit;
    width: 100%;
  }
}

@media (max-width: 991px) {
  iframe{
    margin-top: 40px;
    min-width:100%;
  }
}

@media all and (max-width: 371px) {
	.general-page .header-search-block .search .search-title {
		font-size: 28px !important;
	}
}

p, div, h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant' !important;
}

*:not.fa {
  font-family: 'Assistant' !important;
}

input:-ms-input-placeholder {
  font-family: 'Assistant' !important;
}

input::placeholder {
  font-family: 'Assistant' !important;
}

ol {
  list-style-type: decimal;
}






.salarysurveyBaner {
width: 100%;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(102,211,221,1) 0%, rgba(76,177,221,1) 100%);
}

.salarysurveyBaner > a {
    display: flex;
    justify-content: center;
}

.salarysurveyBaner > a > img.mobile {
max-height: 100px;
	    display: none
}
.salarysurveyBaner > a > img.desctop {
max-height: 100px;	    
display: initial
}

@media only screen and (max-width: 996px) {
    .salarysurveyBaner {
	margin-top: 40px
    }
}

@media only screen and (max-width: 350px) {
.salarysurveyBaner > a > img.mobile {
	    display: initial
}
.salarysurveyBaner > a > img.desctop {
	    display: none
}
}

