:root {
  --accent: #e31c25;
  --white: #ffffff;
  --black: #000;
  --gray-text: #333;
  --gray: #e8e8e8;
  --border: #c8c8c8;
  --gray-bg: #e8e8e8bf;
  --shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  --shadow-accent: 0px 1px 10px rgba(0, 0, 0, 0.2);
  --radius: 10px;
  --main-bg: #171717;
  --placeholder: #8c8c8c;
}

.hp-hero {
  height: 600px;
  position: relative;
}
.hp-hero img {
  width: 100%;
  display: block;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.hp-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.hp-hero .overlay .box h1 {
  color: var(--white);
  margin-bottom: 58px;
}
.hp-hero .overlay .box #tabs {
  background: transparent;
  width: 100%;
  border: none;
  max-width: 983px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.hp-hero .overlay .box #tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  display: flex;
  justify-content: center;
}
.hp-hero .overlay .box #tabs ul li {
  border: none;
  background: transparent;
  width: 100%;
  max-width: 205px;
  border-radius: 0;
  background-color: var(--gray);
}
.hp-hero .overlay .box #tabs ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15.5px 14px 15.5px 14px;
  color: var(--gray-text);
  border-radius: 0;
}
.hp-hero .overlay .box #tabs ul li:first-child {
  border-radius: 5px 0px 0px 0px;
}
.hp-hero .overlay .box #tabs ul li:first-child a {
  border-radius: 5px 0px 0px 0px;
}
.hp-hero .overlay .box #tabs ul li.ui-tabs-active {
  background: var(--white);
  position: relative;
}
.hp-hero .overlay .box #tabs ul li:first-child.ui-tabs-active:after {
  content: "";
  height: 2px;
  width: 130px;
  background: var(--accent);
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.hp-hero .overlay .box #tabs ul li:nth-child(2).ui-tabs-active:after {
  content: "";
  height: 2px;
  width: 175px;
  background: var(--accent);
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.hp-hero .overlay .box #tabs ul li:nth-child(3).ui-tabs-active:after {
  content: "";
  height: 2px;
  width: 175px;
  background: var(--accent);
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.hp-hero .overlay .box #tabs ul li:last-child {
  border-radius: 0px 5px 0px 0px;
}
.hp-hero .overlay .box #tabs ul li:last-child a {
  border-radius: 0px 5px 0px 0px;
}
.hp-hero .overlay .box #tabs .ui-widget-content {
  border: none;
  border-radius: 5px;
  padding: 18px;
}
.hp-hero .overlay .box #tabs .input-wrapper {
  display: flex;
}
.hp-hero .overlay .box #tabs .input-wrapper .input-container {
  width: 100%;
}
.hp-hero .overlay .box #tabs .input-wrapper .input-container input,
.hp-hero
  .overlay
  .box
  #tabs
  .input-wrapper
  .input-container
  .select2-container--default
  .select2-selection--single {
  border-radius: 0;
  border-color: var(--gray-text);
  font-size: 16px;
  min-height: 50px;
}
.hp-hero
  .overlay
  .box
  #tabs
  .input-wrapper
  .input-container
  input[type="submit"] {
  border-color: var(--accent);
  font-size: 20px;
}
.hp-hero .overlay .box #tabs .input-wrapper .input-container:first-child input,
.hp-hero
  .overlay
  .box
  #tabs
  .input-wrapper
  .input-container:first-child
  .select2-container--default
  .select2-selection--single {
  border-radius: 5px 0px 0px 5px;
}
.hp-hero .overlay .box #tabs .input-wrapper .input-container:last-child input,
.hp-hero
  .overlay
  .box
  #tabs
  .input-wrapper
  .input-container:last-child
  .select2-container--default
  .select2-selection--single {
  border-radius: 0px 5px 5px 0px;
}
.hp-hero .overlay .box #tabs .input-wrapper .action {
  width: 100%;
}
.hp-hero .overlay .box .bottom-text {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.hp-hero .overlay .box .bottom-text .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--accent);
  display: flex;
  place-content: center;
  place-items: center;
}
.hp-hero .overlay .box .bottom-text .icon img {
  width: 100%;
  max-width: 21px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.hp-hero .overlay .box .bottom-text a {
  text-decoration: underline;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

.action {
  text-align: center;
}

.new-inserts {
  padding: 25px 0;
  background: var(--gray-bg);
}
.new-inserts .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1267px;
  margin: 0 auto;
}
.new-inserts .item-wrapper .item {
  background: #ffffff;
  box-shadow: var(--shadow);
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
.new-inserts .item-wrapper .item h3 {
  margin-bottom: 10px;
}
.new-inserts .item-wrapper .item .location {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}
.new-inserts .item-wrapper .item .content {
  font-size: 14px;
  color: var(--black);
}
.new-inserts .item-wrapper .item .row {
  display: flex;
}
.new-inserts .item-wrapper .item .row .information {
  flex-grow: 1;
  gap: 30px;
}
.new-inserts .item-wrapper .item .row .information .content {
  max-width: 925px;
}
.new-inserts .item-wrapper .item .row .icons {
  justify-self: flex-end;
}
.new-inserts .item-wrapper .item .row .icons .company-icon {
  display: block;
  margin-bottom: 43px;
  border-radius: 0 0 10px 10px;
  box-shadow: var(--shadow);
}
.new-inserts .item-wrapper .item .row .icons .like {
  max-width: 32px;
  max-height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s ease-in-out;
}
/* .new-inserts .item-wrapper .item .row .icons .like:hover .is-active {
  display: block;
}
.new-inserts .item-wrapper .item .row .icons .like:hover .not-active {
  display: none;
} */
.new-inserts .item-wrapper .item .row .icons .like .is-active {
  display: none;
}
.new-inserts .item-wrapper .item .row .icons .like .not-active {
  display: block;
}
.new-inserts .item-wrapper .item .row .icons .like.active .is-active {
  display: block;
}
.new-inserts .item-wrapper .item .row .icons .like.active .not-active {
  display: none;
}
/* .new-inserts .item-wrapper .item .row .icons .like.active:hover .is-active {
  display: none;
}
.new-inserts .item-wrapper .item .row .icons .like.active:hover .not-active {
  display: block;
} */

.top-companies {
  padding: 60px 0;
}
.top-companies .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  justify-content: center;
  margin-bottom: 60px;
}
.top-companies .row a {
  display: flex;
  border-radius: 0 0 10px 10px;
  box-shadow: var(--shadow);
  place-content: center;
  place-items: center;
  overflow: hidden;
}
.top-companies .row img {
  display: block;
  max-width: 250px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: auto;
}
.top-companies .action .button {
  max-width: 375px;
}

.advantages .gray-wrapper {
  background: var(--gray-bg);
  padding: 60px 0;
}
.advantages .white-wrapper {
  background-color: var(--white);
  padding: 60px 0;
  margin-bottom: 50px;
}
.advantages h2 {
  margin-bottom: 40px;
}
.advantages .row {
  display: block;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  float: none;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.advantages .row:last-child {
  margin-bottom: 0;
}
.advantages .row h3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray-text);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}
.advantages .row .item {
  width: 100%;
  max-width: 429px;
  flex-grow: 1;
}
.advantages .row .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.advantages .row .item p {
  color: var(--gray-text);
  line-height: 22px;
  text-align: center;
}

.banner {
  padding: 100px 0;
  background: var(--gray-bg);
}
.banner .row {
  display: block;
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .row .button {
  box-shadow: var(--shadow-accent);
  padding: 20px 12px 19px 12px;
}
/*# sourceMappingURL=index.css.map */
