@import "bootstrap.min.css";

@font-face {
  font-family: "noto_all";
  src: url("../fonts/noto_all.ttf");
}

@font-face {
  font-family: "SF-Pro-Text-Regular";
  src: url("../fonts/SF-Pro-Text-Regular.otf");
}

@font-face {
  font-family: "Firago-medium";
  src: url("../fonts/firago-latin-500-normal.woff");
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
}

body {
  padding: 0px;
  margin: 0px;
}

a {
  transition: 0.3s all;
}

.row.withoutMargin {
  margin-left: 0px;
  margin-right: 0px;
}

header {
  background: #657DE5;
}

header .dropdown-menu {
  width: 280px;
}

header nav.navbar {
  padding: 6px 0px;
}

header nav.navbar a {
  color: #ffffff;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 18px;
}

header nav.navbar a:hover {
  color: #000000;
}

header nav.navbar .dropdown-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  white-space: wrap;
  font-feature-settings: "case" off;
  -webkit-font-feature-settings: "case" off;
}

header input.form-control {
  font-family: "SF-Pro-Text-Regular";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  height: 36px;
  letter-spacing: -0.41px;
  width: 300px;
  background: rgba(250, 250, 250, 0.93);
  border-radius: 10px;
  padding-left: 35px;
}

header .searchIcon {
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 1;
}

header .dropdown-menu {
  background: #657DE5;
  border: 0px;
}

.navbar-nav:before {
  content: " ";
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  background: #657DE5;
  bottom: 0;
  transform: translateY(100%);
}

.navbar-nav:has(.dropdown-menu.show)::before {
  height: 163px;
}

.uppercase {
  text-transform: uppercase;
  font-feature-settings: "case" on;
  -webkit-font-feature-settings: "case" on;
}

.overflow-hidden {
  overflow: hidden;
}

.slide h1,
.slide h2 {
  color: #ffffff;
  margin: 0px;
}

.slide h1 {
  margin-top: 51px;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -2%;
  vertical-align: middle;
  margin-bottom: 5px;
}

.slide h2 {
  font-family: "noto_all";
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -2%;
  max-width: 608px;
}

.slide .homeBackground {
  position: absolute;
}

.slide .yellowBoxes {
  justify-content: flex-end;
  display: flex;
  gap: 57px;
}

.slide .yellowBoxes .yellowBox {
  padding-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
  background: #F4A261;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.slide .yellowBoxes .yellowBox span,
.slide .yellowBoxes .yellowBox a {
  text-align: center;
  font-family: "Firago-medium";
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.slide .yellowBoxes .yellowBox span {
  font-size: 16px;
  line-height: 22px;
}

.slide .yellowBoxes .yellowBox a {
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding-bottom: 13px;
}

.slide .slideButtons {
  gap: 38px;
  margin-top: 38px;
  margin-bottom: 170px;
}

.btnBlue,
.btnGreen {
  font-family: "noto_all";
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  padding: 19px 40px;
}

.btnBlue:hover,
.btnGreen:hover {
  color: #ffffff;
  box-shadow: unset;
  text-decoration: none;
}

.btnBlue {
  background: #657DE5;
}

.btnGreen {
  background: #4EBE8A;
}

.boxes {
  padding-top: 131px;
  padding-bottom: 118px;
}

.boxes .lightBox {
  display: flex;
  flex-direction: column;
  /* Keeps content stacking vertically */
  width: 100%;
  /* Fills the column width */
  height: 100%;
  /* Fills the column height */
}

.boxes .lightBox img {
  height: 48px;
  width: 48px;
}

.boxes .lightBox {
  background: #A9B3D1;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 17px;
}

.boxes .lightBox img {
  margin-bottom: 22px;
}

.boxes .lightBox h3,
.boxes .lightBox p {
  font-family: "noto_all";
  color: #ffffff;
  margin: 0px;
}

.boxes .lightBox h3 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 30px;
}

.boxes .lightBox p {
  font-weight: 400;
  font-size: 20px;
}

.gap-22 {
  gap: 22px;
}

.info .container .row {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
  border-radius: 28px;
  background: rgba(170, 184, 242, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.info .container .text {
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 39px 37px;
  border-radius: 35px;
}

.info .container .text p {
  padding: 0px;
  margin: 0px;
  font-family: "noto_all";
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.services {
  background: rgba(177, 182, 201, 0.15);
  margin-top: 125px;
  padding-top: 83px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-bottom: 121px;
}

.services h3 {
  color: #707070;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 49px;
}

.services span {
  font-family: "noto_all";
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #707070;
  display: block;
  line-height: 26px;
}

.services img {
  max-width: 100%;
}

.services a {
  text-align: center;
  text-decoration: none;
}

footer {
  padding-top: 89px;
  padding-bottom: 138px;
  border: 1px solid #707070;
  background: #D9D9D9;
}

footer .btnBlue {
  width: 100%;
  display: block;
}

footer .btnGreen {
  float: right;
}

footer img.footerLogo {
  margin-bottom: 42px;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

footer ul li {
  overflow: hidden;
  margin-bottom: 24px;
  margin-right: 12px;
}

footer ul a {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #404040;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

footer ul a:hover {
  text-decoration: none;
  color: #404040;
}

footer .footerMenu li {
  margin-bottom: 11px;
}

footer .footerMenu li a {
  color: #1B1B1B;
  font-size: 14px;
}

footer .footerMarginBottom {
  margin-bottom: 129px;
}

footer .footerMenuSecond li {
  margin-bottom: 6px;
}

footer .btnOrange {
  display: flex;
  justify-content: space-between;
  background: #F4A261;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 23px;
  font-family: "Firago-medium";
  font-weight: 500;
  font-size: 16px;
  padding-left: 23px;
  padding-right: 23px;
}

footer .btnOrange span {
  font-size: 24px;
  display: flex;
  gap: 13px;
}

ul.socials {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.socials li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0px;
}

ul.socials li:first-child img {
  margin-left: 8px;
}

.servicesCenter {
  text-align: center;
}

.navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background: url("../images/menu-toggle.svg");
}

.navigationMenu {
  padding-top: 47px;
  padding-bottom: 37px;
}

.navigationMenu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.navigationMenu ul li {
  float: left;
}

.navigationMenu ul li,
.navigationMenu ul a {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 300;
  font-size: 13px;
}

.navigationMenu ul li:hover,
.navigationMenu ul a:hover {
  text-decoration: none;
}

.aboutPage {
  background: #F2F4FD;
}

.aboutPage .aboutFlex {
  position: relative;
  align-items: center;
}

.aboutPage .aboutFlex img {
  position: absolute;
  height: 70%;
  top: 15%;
  right: 0;
}

.aboutPage .aboutInner {
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  padding: 49px 72px;
  border-radius: 35px;
}

.aboutPage .aboutInner .aboutText {
  width: 80%;
}

.aboutPage .aboutInner h1 {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
}

.aboutPage .aboutInner p {
  font-family: "noto_all";
  font-weight: 500;
  font-size: 24px;
}

.aboutPage .aboutInner p b {
  font-weight: 800;
}

.aboutPage .blueAbout {
  margin-top: 49px;
  background: #657DE5;
  border: 1px solid #000000;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 17px 75px;
}

.aboutPage .blueAbout p {
  margin: 0px;
  color: #ffffff;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
}

.aboutPage .services {
  background: #ffffff;
}

.aboutPage .advantageBlock {
  border: 1px solid #000000;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.aboutPage .advantageBlock h3 {
  font-family: "noto_all";
  font-weight: 800;
  font-size: 20px;
  color: #222737;
}

.aboutPage .advantageBlock p {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 16px;
  color: #7D7D7D;
}

.aboutPage .advantageBlock img {
  border-radius: 16px;
  margin-top: 80px;
}

.aboutPage .advantageBlock.greenBackground {
  background: #ffffff url("../images/greenBackground.svg") no-repeat bottom;
  background-size: 100% auto;
}

.aboutPage .advantageBlock.blueBackground {
  background: #ffffff url("../images/blueBackground.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom -1px;
}

.aboutPage .advantageBlock.purpleBackground {
  background: #ffffff url("../images/purpleBackground.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom -1px;
}

.aboutPage .advantageBlock.juridicalBackground {
  background: #ffffff url("../images/juridicalBackground.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom -1px;
}

.aboutPage .advantageBlock.candidateBackground {
  background: #ffffff url("../images/candidateBackground.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom -1px;
}

.paddingTop120 {
  padding-top: 120px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginBottom50 {
  margin-bottom: 50px;
}

.paddingBottom110 {
  padding-bottom: 110px;
}

.customHeading2 {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  color: #00131E;
}

.aboutBlocks {
  padding-top: 85px;
}

.aboutBlocks .offerBlock {
  padding: 53px;
  border: 1px solid #000000;
  background: rgba(101, 125, 229, 0.15);
  border-radius: 25px;
}

.aboutBlocks h1 {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  color: #00131E;
  margin-bottom: 39px;
}

.aboutBlocks .offer {
  background: #ffffff;
  border: 1px solid #1B1B1B;
  border-radius: 15px;
  padding: 50px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.aboutBlocks .offer img {
  height: 30px;
  margin-bottom: 17px;
}

.aboutBlocks .offer p {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000000;
}

.aboutBlocks.second {
  padding-top: 66px;
  margin-bottom: 127px;
}

.aboutBlocks.second .offerBlock {
  background: rgba(78, 190, 138, 0.15);
}

.md-block {
  display: none;
}

.contactInfo {
  list-style: none;
  clear: both;
  margin: 0px;
  margin-top: 57px;
  padding: 0px;
}

.contactInfo li {
  padding: 8px 12px;
  background: rgba(229, 231, 239, 0.5);
  border-radius: 10px;
  margin-bottom: 14px;
  display: flex;
}

.contactInfo li img {
  margin-right: 20px;
}

.contactInfo li img.marginLeft {
  margin-left: 4px;
}

.contactInfo a,
.contactInfo span {
  color: #404040;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 16px;
}

.contactpage {
  background: #ffffff;
  padding-bottom: 80px;
}

.personaliPage {
  background: #F2F4FD;
  padding-bottom: 192px;
}

.personaliPage .personaliText {
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 37px 52px;
  width: 95%;
}

.personaliPage .personaliText p {
  width: 90%;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}

.personaliPage .personaliText p b {
  font-weight: 800;
}

.personaliPage .personaliImg {
  width: 15%;
  position: absolute;
  top: -20%;
  right: 0;
}

.personaliOrder {
  background: rgba(169, 179, 209, 0.3);
  padding-top: 76px;
  padding-bottom: 77px;
}

.personaliOrder h2 {
  background: #F4A261;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "noto_all";
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  padding: 18px 10px;
  border-radius: 15px;
  border: 1px solid #000000;
  margin-bottom: 36px;
}

.personaliOrder .personaliBox {
  border: 1px solid #000000;
  border-radius: 15px;
  background: #ffffff;
  text-align: center;
  padding-top: 21px;
  display: flex;
  height: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.personaliOrder .personaliBox .personaliHeader {
  border-bottom: 1px solid #000000;
  padding-bottom: 13px;
}

.personaliOrder .personaliBox .personaliHeader img {
  width: 30px;
}

.personaliOrder .personaliBox .personaliContent {
  padding: 50px 20px;
}

.personaliOrder .personaliBox h3 {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #090909;
}

.personaliOrder .personaliBox p {
  font-family: "noto_all";
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 26px;
  color: #090909;
  margin: 0px;
}

.anyQuestion {
  background: #F9FAFC;
  padding: 134px 10px;
}

.anyQuestion h1 {
  color: #657DE5;
  font-family: "noto_all";
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0%;
  margin: 0px;
  text-align: center;
}

.faq {
  background: #70BB86;
  padding-top: 94px;
  padding-bottom: 184px;
}

.faq .accordion {
  padding-top: 69px;
}

.faq h2 {
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.faq .cardBox {
  border: 1px solid #33374C;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #F9FAFC;
  margin-bottom: 19px;
  padding: 24px 45px;
}

.faq .cardBox button {
  border: 0px;
  background: transparent;
  color: #6A7CDE;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  width: 100%;
  text-align: left;
  outline: 0px;
  cursor: pointer;
}

.faq .cardBox button img {
  float: right;
}

.faq .cardBox button:focus {
  outline: 0px;
}

.faq .cardBox .cardBody {
  font-family: "noto_all";
  font-weight: 700;
  font-size: 20px;
}

.faq .cardBox .cardBody ul {
  padding: 0px 30px;
  margin: 0px;
}

section.whyUs {
  background: #EBEDF0;
  padding-top: 124px;
  padding-bottom: 112px;
}

section.whyUs .aboutFlex img {
  height: 80%;
  top: 10%;
}

section.whyUs .aboutInner .aboutText {
  width: 75%;
}

section.mission {
  background: #FAFAFA;
  padding-top: 137px;
  padding-bottom: 137px;
}

section.mission h2 {
  font-family: "noto_all";
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 27px;
}

section.mission .yellowBox {
  background: #F4A261;
  border: 1px solid #00131E;
  border-radius: 15px;
  padding: 24px 8px;
  font-family: "noto_all";
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: #F9FAFC;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 28px;
}

section.personalSelection {
  background: #70BB86;
  padding-top: 50px;
  padding-bottom: 263px;
}

section.personalSelection h3 {
  color: #ffffff;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 0px;
}

section.personalSelection .criteria {
  margin-top: 118px;
}

section.personalSelection .criteria h4 {
  color: #ffffff;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 32px;
}

section.personalSelection .criteria table.customTable {
  width: 100%;
  border: 1px solid #00131E;
  border-radius: 44px;
  overflow: hidden;
}

section.personalSelection .criteria table.customTable th {
  background: #657DE5;
  font-feature-settings: "case" on;
  -webkit-font-feature-settings: "case" on;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #F9FAFC;
  border-right: 2px solid #70BB86;
}

section.personalSelection .criteria table.customTable td {
  background: #F9FAFC;
  border-right: 2px solid #70BB86;
  border-bottom: 2px solid #70BB86;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}

section.personalSelection .criteria table.customTable td,
section.personalSelection .criteria table.customTable th {
  padding: 38px 10px 38px 20px;
  line-height: 30px;
}

section.personalSelection .criteria table.customTable th:last-child,
section.personalSelection .criteria table.customTable td:last-child {
  border-right: 0px;
}

section.personalSelection .criteria table.customTable tr:last-child td {
  border-bottom: 0px;
}

section.vacancyPage {
  padding-bottom: 119px;
}

section.vacancyPage h1.pageTitle {
  text-align: center;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 30px;
  color: #00131E;
  text-align: center;
  margin-bottom: 52px;
}

section.vacancyPage .filter {
  border: 1px solid #1B1B1B;
  border-radius: 26px;
  overflow: hidden;
}

section.vacancyPage .filter .clearFilter {
  width: 100%;
  color: #ffffff;
  background: #657DE5;
  border: 0px;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 16px 10px;
}

section.vacancyPage .filter .filterItem {
  border-bottom: 1px solid #6A7CDE;
  padding-left: 38px;
  padding-right: 24px;
  overflow: hidden;
  background: #EEF0F6;
}

section.vacancyPage .filter .filterHeader {
  background: transparent;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px;
  width: 100%;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

section.vacancyPage .filter button {
  cursor: pointer;
}

section.vacancyPage .filter button:focus {
  outline: 0px;
}

section.vacancyPage .filter .filterItem:last-child {
  border-bottom: 0px;
}

section.vacancyPage .filterBody {
  background: #EEF0F6;
  margin-bottom: 21px;
}

section.vacancyPage .radioLabel {
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
  color: #00131E;
  margin: 0px;
  width: calc(100% - 28px);
  cursor: pointer;
}

section.vacancyPage .filterBodyItem {
  position: relative;
  display: flex;
  gap: 8px;
  width: 100%;
  margin-bottom: 10px;
}

section.vacancyPage .filterBodyItem input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.vacancyPage {
  /* On mouse-over, add a grey background color */
}

section.vacancyPage .filterBodyItem .radioCheck {
  background-color: #ffffff;
  border: 1px solid #657DE5;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
}

section.vacancyPage {
  /* Create the indicator (the dot/circle - hidden when not checked) */
}

section.vacancyPage .radioCheck:after {
  content: "";
  position: absolute;
  display: none;
}

section.vacancyPage {
  /* Show the indicator (dot/circle) when checked */
}

section.vacancyPage .filterBodyItem input:checked~.radioCheck:after {
  display: block;
}

section.vacancyPage {
  /* Style the indicator (dot/circle) */
}

section.vacancyPage .filterBodyItem .radioCheck:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #70BB86;
}

section.vacancyPage .workingBody {
  background: #F9FAFC;
  border-radius: 10px;
  padding: 26px 19px;
  padding-bottom: 12px;
  padding-right: 7px;
}

section.vacancyPage .searchInput {
  position: relative;
  padding-right: 15px;
  margin-bottom: 16px;
}

section.vacancyPage .searchInput img {
  position: absolute;
  left: 10px;
  top: 7px;
}

section.vacancyPage input[name=workPlace] {
  height: 21px;
  border-radius: 14px;
  width: 100%;
  border: 0px;
  padding-left: 30px;
  background: #E1E1E1;
}

section.vacancyPage .checkboxLabel {
  font-family: "noto_all";
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding-left: 21px;
  color: #00131E;
}

section.vacancyPage .filterWorkingPlace {
  display: flex;
  gap: 9px;
  margin-bottom: 9px;
}

section.vacancyPage .filterWorkingPlace {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.vacancyPage {
  /* Hide the browser's default checkbox */
}

section.vacancyPage .filterWorkingPlace input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.vacancyPage {
  /* Create a custom checkbox */
}

section.vacancyPage .checkboxCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #657DE5;
  background-color: #F5F5F5;
  border-radius: 2px;
}

section.vacancyPage {
  /* Create the checkmark/indicator (hidden when not checked) */
}

section.vacancyPage .checkboxCheck:after {
  content: "";
  position: absolute;
  display: none;
}

section.vacancyPage {
  /* Show the checkmark when checked */
}

section.vacancyPage .filterWorkingPlace input:checked~.checkboxCheck:after {
  display: block;
}

section.vacancyPage {
  /* Style the checkmark/indicator */
}

section.vacancyPage .filterWorkingPlace .checkboxCheck:after {
  left: 2px;
  top: -1px;
  width: 7px;
  height: 10px;
  border: solid #70BB86;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scrollBody {
  height: 166px;
  overflow-y: scroll;
  margin-right: 10px;
}

.scrollBody::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.scrollBody::-webkit-scrollbar-track {
  border-radius: 5px;
  width: 7px;
  background: #FFFFFF;
  overflow: hidden;
}

/* Handle */
.scrollBody::-webkit-scrollbar-thumb {
  background: #88888C;
  border-radius: 7px;
}

/* Handle on hover */
.scrollBody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.checkboxScroll::-webkit-scrollbar-track {
  background: #E1E1E1;
}

.checkboxScroll {
  margin-right: 0px;
}

.ageBody {
  margin: 0 auto;
}

.wrapper {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.container-slider {
  position: relative;
  width: 100%;
  height: 30px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #dadae5;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #657DE5;
  cursor: pointer;
  margin-top: -8px;
  pointer-events: auto;
  border-radius: 50%;
}

input[type=range]:active::-webkit-slider-thumb {
  background-color: #4EBE8A;
}

.slider-value {
  position: absolute;
  bottom: -10px;
  font-family: "noto_all";
  font-weight: 300;
  font-size: 10px;
  color: #00131E;
  pointer-events: none;
  white-space: nowrap;
}

.filterContent {
  background: #EEF0F6;
}

.vacancyBlock {
  border-radius: 25px;
  width: 100%;
  background: #F5F7FA;
  border: 1px solid #0E0F1D;
  padding: 21px 29px;
  display: flex;
  margin-bottom: 21px;
}

.vacancyBlock .vacancyIconMobile {
  display: none;
}

.vacancyBlock span.vacancyCode {
  display: block;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 14px;
  color: #00131E;
  text-align: center;
}

.vacancyBlock span.codeMobile {
  display: none;
}

.vacancyBlock .leftSide {
  margin-right: 42px;
  display: flex;
  flex-direction: column;
}

.vacancyBlock .leftSide img {
  margin-bottom: 11px;
  width: 100%;
}

.vacancyBlock .rightSide {
  width: calc(100% - 245px);
}

.vacancyBlock .rightSide p,
.vacancyBlock .rightSide li {
  font-family: "noto_all";
  font-weight: 400;
  font-size: 14px;
  color: #00131E;
  margin-bottom: 33px;
}

.vacancyBlock .rightSide ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.vacancyBlock .rightSide li {
  margin: 0px;
}

.vacancyBlock .rightSide .vacancyLocation {
  width: 10px;
  height: 13px;
}

.vacancyBlock .rightSide a.vacancyTitle {
  text-decoration: none;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 24px;
  color: #657DE5;
  margin-bottom: 25px;
  display: block;
}

.vacancyBlock .vacancyRow {
  display: flex;
  flex-direction: row;
  margin-bottom: 34px;
  gap: 20px;
}

.vacancyBlock .vacancyRow .vacancyRl {
  display: flex;
  gap: 5px;
}

.vacancyBlock .vacancyRow span {
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #00131E;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.loadMore {
  color: #267DFF;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
}

.filterHeader img {
  transition: all 0.5s ease-in-out;
  transform: rotate(180deg);
}

.filterHeader.active img {
  transform: rotate(0deg);
}

section.vacancyPage .filterBody {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

section.vacancyPage .filterBody.hidden {
  height: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  padding: 0px;
  opacity: 0;
}

.filterMobileButton {
  background: #F5F7FA;
  border: 1px solid #0E0F1D;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 14px;
  color: #88888C;
  width: 100%;
  padding: 3px 0px;
  margin-bottom: 32px;
  cursor: pointer;
  display: none;
}

.filterBackground {
  background: rgba(217, 217, 217, 0.81);
  position: absolute;
  top: 96px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  display: none;
}

.filterClose {
  display: none;
}

.vacancyBlock .vacancyRow .vacancyRl.lgHidden {
  display: none;
}

.loading {
  position: fixed;
  background: hsla(0, 0%, 100%, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.vacancyViewPage {
  padding-bottom: 80px;
}

.vacancyViewPage__left {
  border-radius: 30px;
  background: #F5F7FA;
  border: 1px solid #1B1B1B;
  padding: 40px 44px;
}

.vacancyHeader {
  display: flex;
  gap: 50px;
}

.forMobileInfo {
  border-bottom: 1px solid #000000;
  padding-bottom: 21px;
}

.vacancyPoster {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
}

.vacancyPoster .vacancyCode {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: center;
}

.vacancyTitle h1 {
  color: #657DE5;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 21px;
}

.vacancyTitle .vacancyDesc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vacancyTitle .vacancyRl {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14;
}

.vacancyInfo {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 42px;
}

.vacancyInfo span {
  color: #1B1B1B;
  font-family: "noto_all";
  font-weight: 400;
  font-size: 10px;
}

.vacancyInfo button {
  margin-top: 7px;
  background: #F4A261;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #1B1B1B;
  border-radius: 50px;
  font-family: "noto_all";
  font-weight: 500;
  font-size: 24;
  color: #ffffff;
  cursor: pointer;
  padding: 4px 57px;
}

.vacancyViewMain {
  width: 186px;
  height: 188px;
}

.vacancyContent {
  padding-top: 45px;
  padding-bottom: 36px;
  border-bottom: 1px solid #000000;
}

.vacancyContent.noBorderBottom {
  border-bottom: none;
}

.vacancyContent h3 {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.vacancyContent .vacancyInformation {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 400;
  font-size: 14;
}

.vacancySmallBlock {
  background: #F5F5F5;
  border-radius: 25px;
  border: 1px solid #657DE5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 33px;
  padding: 24px 11px 24px 18px;
}

.vacancySmallBlock .vacancySmallTitle {
  color: #657DE5;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.vacancySmallBlock .vacancySmallHeader {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}

.vacancySmallBlock .vacancySmallCode {
  color: #00131E;
  font-weight: 400;
  font-size: 12px;
  font-family: "noto_all";
  margin-top: 11px;
  display: block;
}

.vacancySmallBlock .vacancyRl {
  color: #00131E;
  font-family: "noto_all";
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 5px;
}

.vacancySmallBlock .vacancySmallPoster {
  width: 109px;
  height: 110px;
}

.titleMobile,
.codeMobile {
  display: none;
}

.vRlLast {
  margin-top: 17px;
}

.vacancyDesc.forReverse {
  gap: 8px;
}

.mobileInfo {
  display: none;
}

.vacancyBlock .leftSide img.candidateImg {
  width: 186px;
  height: 188px;
  border-radius: 186px;
  object-fit: cover;
}

.slide .mobileBackground {
  display: none;
}


.vacancyRegister {
  background: #E9E9E9;
}

.vacancyRegister h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00131E;
  margin-bottom: 48px;
}

.vacancyRegister input,
.vacancyRegister select {
  height: 60px !important;
  border: 0px;
  border-radius: 10px;

  font-family: "noto_all";
  font-weight: 300;
  font-size: 16px;
  color: #00131E;
}

.vacancyRegister button.submit {
  display: block;
  font-family: "noto_all";
  background: #70BB86;
  border: 0px;
  border-radius: 100px;

  font-weight: 500;
  font-size: 20px;
  color: white;
  padding: 20px 65px;
  margin: auto;
  margin-bottom: 25px;
}

.vacancyRegister textarea {
  height: 167px !important;
  border: 0px;
  border-radius: 10px;

  font-family: "noto_all";
  font-weight: 300;
  font-size: 16px;
  color: #00131E;
}

.marginBottom18 {
  margin-bottom: 18px;
}

.marginBottom34 {
  margin-bottom: 34px;
}

.marginBottom91 {
  margin-bottom: 91px;
}

h3 {
  font-weight: 500;
  font-size: 20px;
  font-family: 'noto_all';
  color: #00131E;
  margin-bottom: 33px;
}

section.flex-center {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btnSend {
  cursor: pointer;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1301px;
  }
}

@media (max-width: 1399px) {

  .personaliOrder .personaliBox p {
    font-size: 20px;
  }

  .btnBlue,
  .btnGreen {
    font-size: 16px;
  }

  header nav.navbar a,
  header input.form-control {
    font-size: 14px;
  }

  .slide .yellowBoxes .yellowBox span {
    font-size: 14px;
  }

  .slide .yellowBoxes .yellowBox a {
    font-size: 16px;
  }

  .slide h1,
  .aboutPage .aboutInner h1,
  .customHeading2,
  .aboutBlocks h1 {
    font-size: 32px;
  }

  .slide h2,
  .aboutPage .aboutInner p,
  .aboutPage .blueAbout p,
  .aboutBlocks .offer p {
    font-size: 20px;
  }

  .boxes .lightBox h3 {
    font-size: 24px;
  }

  .info .container .text p {
    font-size: 20px;
  }

  .services h3 {
    font-size: 24px;
  }

  footer .btnOrange {
    font-size: 14px;
  }

  footer .btnOrange span {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .addonfields {
    width: 100% !important;
    display: block;
    float: unset;
  }

  #my-form table tr:last-child td {
    display: block;
  }

  .personaliPage .personaliText {
    width: 100%;
  }

  .personaliPage .personaliImg {
    width: 10%;
  }

  .personaliPage .personaliText p {
    width: 95%;
    font-size: 20px;
    line-height: 24px;
  }

  .personaliOrder h2 {
    font-size: 20px;
  }

  .anyQuestion {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .anyQuestion h1,
  section.personalSelection h3 {
    font-size: 24px;
    line-height: 28px;
  }

  section.personalSelection .criteria h4 {
    font-size: 16px;
  }

  .personaliPage {
    padding-bottom: 106px;
  }

  header input.form-control {
    width: 200px;
  }

  .services span {
    font-size: 14px;
    line-height: 20px;
  }

  footer .btnOrange {
    flex-direction: column;
    position: relative;
    top: -10px;
  }

  .aboutPage .aboutInner p {
    font-size: 16px;
  }

  section.personalSelection .criteria table.customTable th,
  section.personalSelection .criteria table.customTable td {
    font-size: 14px;
    line-height: 18px;
    padding: 17px 10px 17px 20px;
  }

  section.personalSelection .criteria {
    margin-top: 40px;
  }

  section.personalSelection {
    padding-bottom: 123px;
  }
}

@media (max-width: 991px) {
  .vacancyTitle h1 {
    display: none;
  }

  .codeMobile {
    color: #00131E;
    font-family: "noto_all";
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 21px;
  }

  .vacancyPoster .vacancyCode {
    display: none;
  }

  .vacancyHeader {
    gap: 16px;
  }

  .vacancyDesc {
    flex-direction: column;
  }

  .vacancyDesc.forReverse {
    gap: 0px;
  }

  .mobileInfo {
    display: flex;
  }

  .vacancyContent.noBorderBottom {
    border-bottom: 1px solid #000000;
  }

  .vacancyViewPage__left {
    margin-bottom: 63px;
  }

  .vacancySmallBlock {
    width: 95%;
    margin-left: 2.5%;
  }

  .vacancyTitle .vacancyInfo {
    display: none;
  }

  .forReverse {
    flex-direction: column-reverse;
  }

  .vacancyViewMain {
    width: 109px;
    height: 109px;
  }

  .titleMobile {
    display: block;
    color: #657DE5;
    font-family: "noto_all";
    font-weight: 700;
    font-size: 20px;
    display: block;
  }

  .vacancyViewPage {
    padding-top: 25px;
  }

  .vacancyBlock .vacancyRow .vacancyRl.lgHidden {
    display: block;
  }

  .filterClose {
    position: absolute;
    display: block;
    right: 10px;
    top: 20px;
    cursor: pointer;
  }

  section.vacancyPage .filter .clearFilter {
    text-align: left;
  }

  section.vacancyPage .filter {
    display: none;
  }

  section.vacancyPage {
    padding-bottom: 48px;
  }

  .vacancyBlock .leftSide {
    display: none;
  }

  .vacancyBlock .rightSide {
    width: 100%;
  }

  .vacancyBlock span.codeMobile {
    display: block;
    text-align: left;
    margin-bottom: 25px;
  }

  .vacancyBlock .vacancyRow {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .vacancyBlock .vacancyIconMobile {
    display: block;
    width: 109px;
  }

  .mobileRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
  }

  .mobileRow .vacancyRow {
    margin-bottom: 0px;
  }

  .vacancyBlock .rightSide p {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .vacancyRow.margin-b-0 {
    display: none;
  }

  .vacancyBlock .rightSide a.vacancyTitle {
    margin-bottom: 5px;
  }

  .filterMobileButton {
    display: flex;
  }

  .mdHidden {
    display: none;
  }

  .vacancyPage {
    padding-top: 33px;
  }

  .personaliPage {
    padding-top: 75px;
  }

  .faq h2 {
    display: none;
  }

  section.whyUs .aboutInner .aboutText {
    width: 100%;
  }

  .yellowMargin {
    margin-bottom: 14px;
  }

  section.whyUs .aboutFlex img {
    height: auto;
    width: 100%;
    top: -80px;
    right: -60px;
  }

  .personaliBottom {
    margin-bottom: 42px;
  }

  .contactpage {
    padding-top: 87px;
  }

  .contactpage .forMap {
    margin-bottom: 87px;
  }

  .aboutPage {
    padding-top: 66px;
  }

  .aboutBlocks .col-lg-4 {
    margin-bottom: 22px;
  }

  .navigationMenu {
    display: none;
  }

  .md-none {
    display: none;
  }

  .md-block {
    display: block;
  }

  .aboutPage .aboutInner {
    padding: 49px 30px;
  }

  .aboutPage .aboutInner .aboutText {
    width: 100%;
  }

  .aboutPage .aboutFlex img {
    top: -80px;
    height: unset;
    right: unset;
    position: relative;
    max-width: 100%;
  }

  .boxes {
    padding-top: 0px;
  }

  .boxes .lightBox {
    height: auto;
    margin-bottom: 11px;
  }

  .slide .yellowBoxes {
    gap: 7px;
  }

  .info .container .text {
    margin-bottom: 54px;
    border: 0px;
    box-shadow: unset;
    padding: 0px;
  }

  .footerLogo {
    display: none;
  }

  footer .footerMarginBottom {
    margin-bottom: 30px;
  }

  .faq .cardBox button {
    display: flex;
    flex-direction: column-reverse;
  }

  .faq .cardBox button img {
    float: unset;
    margin-bottom: 16px;
    width: 33px;
  }

  section.vacancyPage .filter.active {
    position: absolute;
    top: 0px;
    display: block;
    z-index: 200;
    width: calc(100% - 116px);
    left: 58px;
  }
}

@media (max-width: 767px) {
  .personaliPage .personaliImg {
    width: 15%;
  }

  .aboutPage .blueAbout {
    padding-left: 22px;
    padding-right: 22px;
  }

  .slide {
    margin-bottom: 39px;
  }

  .slide .desktopBackground {
    display: none;
  }

  .slide .mobileBackground {
    display: block;
  }

  .services h3 {
    text-align: center;
  }

  .footerMarginBottom .btnBlue {
    margin-bottom: 12px;
  }

  .footerMarginBottom .btnGreen,
  .footerMarginBottom .btnBlue {
    width: 100%;
  }

  footer .btnOrange {
    margin-top: 23px;
    margin-bottom: unset;
    top: unset;
  }
}

@media (max-width: 575px) {

  .vacancyViewPage__left.vacancyRegister {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.personalSelection .criteria table.customTable th,
  section.personalSelection .criteria table.customTable td {
    padding: 17px 3px 17px 3px;
    font-size: 11px;
  }

  section.whyUs .aboutFlex img {
    right: -35px;
  }

  .personaliPage .personaliImg {
    right: 5px;
  }

  .slide h1,
  .slide h2 {
    text-align: center;
  }

  .slide .slideButtons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .slide .slideButtons a.btn {
    width: 70%;
  }

  .slide .yellowBoxes .yellowBox {
    padding-top: 0px;
  }

  .slide .yellowBoxes .yellowBox a.phone {
    padding-bottom: 0px;
  }
}

/*# sourceMappingURL=style.css.map */