.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.08px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 44px;
  font-weight: 200;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
}

a {
  color: #3ac1c6;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 1px solid #fff;
  font-size: 20px;
  line-height: 30px;
}

.body {
  display: block;
  height: 100%;
}

.header {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header:hover {
  background-color: #12163a;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, .75);
  font-size: 12px;
}

.home-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3b3d0;
}

.nav-text.orange:hover {
  color: #f74401;
}

.container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.smallpadding {
  padding-top: 20px;
  padding-bottom: 0px;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 91px;
  max-width: 1280px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.nav-dropdown-toggle {
  position: absolute;
  left: 0px;
  top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  min-width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #080b30;
  font-size: 14px;
}

.nav-dropdown-toggle.orange {
  background-color: #f74401;
}

.nav-dropdown-toggle.turquoise {
  background-color: #3ac1c6;
}

.nav-dropdown {
  position: relative;
  height: 90px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 90px;
}

.nav-dropdown:hover {
  color: #3ac1c6;
}

.nav-dropdown.white:hover {
  color: #a4b5dc;
}

.menu-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  line-height: 50px;
}

.menu-social:hover {
  background-color: #3ac1c6;
  color: #fff;
}

.menu-social.orange:hover {
  background-color: #f74401;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns.bordertop {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.columns.float {
  display: block;
}

.heading-2 {
  margin-bottom: 30px;
  color: #3ac1c6;
  line-height: 40px;
}

.heading-2.orange {
  color: #f74401;
}

.heading-2.home {
  border-bottom: 1px solid #3ac1c6;
  line-height: 80px;
}

.heading-2.home.orange {
  border-bottom-color: #f74401;
}

.home-about-text-container {
  margin-bottom: 30px;
}

.list-element {
  padding-left: 30px;
  background-image: url('../images/emblem-turquoise.svg');
  background-position: 0px 5px;
  background-size: 18px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-element.orange {
  background-image: url('../images/emblem-orange.svg');
}

.list-element.white {
  background-image: url('../images/emblem-white.svg');
}

.home-quote-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3ac1c6;
}

.footer {
  padding-right: 45px;
  padding-left: 45px;
  border-top: 1px solid #f3f4f5;
  background-color: #f3f4f5;
  color: #383838;
  font-size: 12px;
}

.footer-link {
  color: #383838;
}

.footer-link:hover {
  color: #3ac1c6;
}

.footer-heading {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  line-height: 50px;
  font-weight: 500;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.col-6 {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col.col-6.quote {
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.col-3 {
  width: 25%;
}

.col.col-4 {
  width: 33.3333%;
}

.col.col-4.package {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}

.col.col-4.package.classic {
  background-color: rgba(66, 177, 181, .2);
}

.col.col-4.package.pro {
  background-color: rgba(114, 141, 164, .22);
}

.col.col-12 {
  width: 100%;
}

.col.col-12.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col.col-8 {
  width: 66.6666666%;
}

.col.col-6-single-center {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col.footer-copyright-row {
  width: 100%;
  line-height: 40px;
}

.col.references {
  display: block;
  width: 20%;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 30px 45px;
  background-color: #fff;
}

.section.home-hero-section {
  min-height: 800px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #12163a;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.section.home-quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  border-bottom-style: none;
  background-color: #3ac1c6;
}

.section.home-quote-section.orange {
  background-color: #f74401;
}

.section.subpage-hero-section {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #12163a;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.section.lightgray {
  background-color: #f3f4f5;
}

.section.darkblue {
  background-color: #080b30;
  color: #fff;
}

.section.paclage-classic {
  background-color: rgba(66, 177, 181, .2);
}

.section.package-pro {
  background-color: rgba(114, 141, 164, .22);
}

.section.bameszkodoknak {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bameszkodoknak-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  color: #fff;
}

.section.fejvadaszat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #080b30;
  background-image: url('../images/hrszolgaltatasok-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.hrszolgaltatasok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #080b30;
  background-image: url('../images/hrszolgaltatasok-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.szemelyisegteszt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f4f5;
  background-image: url('../images/szemelyisegteszt-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.home-hero-rubik-seciton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12163a;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.button {
  height: 60px;
  padding: 0px 20px;
  border: 1px solid #3ac1c6;
  border-radius: 4px;
  background-color: #3ac1c6;
  -webkit-transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

.button:hover {
  border: 1px solid #3ac1c6;
  background-color: #fff;
  color: #3ac1c6;
}

.button.hero {
  width: 60px;
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 30px;
  font-family: 'Fa solid 900', sans-serif;
  text-align: center;
}

.button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #42b1b5;
  line-height: 32px;
  text-align: center;
}

.button.big:hover {
  background-color: #fff;
}

.button.fullwidth {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.button.orange {
  border-color: #f74401;
  background-color: #f74401;
}

.button.orange:hover {
  background-color: #fff;
  color: #f74401;
}

.button.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-list {
  list-style-type: none;
}

.hero-heading-1 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 3vw;
  line-height: 1.5em;
}

.nav-dropdown-link {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.2px;
}

.nav-dropdown-link:hover {
  background-color: rgba(7, 16, 45, .1);
  color: hsla(0, 0%, 100%, .75);
}

.fa-small {
  margin-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  font-family: 'Fa solid 900', sans-serif;
  font-size: 10px;
}

.fa-small.fa-colored {
  color: #3ac1c6;
}

.fa-small.fa-colored.orange {
  color: #f74401;
}

.quote-image {
  width: 100%;
  border-radius: 1000px;
  box-shadow: 63px 63px 100px 2px rgba(3, 6, 36, .14);
}

.quote-image.small {
  position: absolute;
  left: 20px;
  bottom: -30px;
  z-index: 100;
  width: 120px;
  box-shadow: 11px 11px 30px 2px rgba(3, 6, 36, .14);
}

.small-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.small-title.white {
  color: #fff;
}

.small-title.orange {
  color: #f74401;
}

.small-title.turquose {
  color: #3ac1c6;
}

.block-quote {
  margin-bottom: 20px;
  padding-left: 0px;
  border-left-style: none;
  border-left-width: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  font-weight: 200;
}

.active {
  color: #fff;
}

.emblem-rotate {
  position: absolute;
  left: 15%;
  z-index: 9;
  width: 2000px;
  height: 2000px;
  background-image: url('../images/emblem-white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.floating-sidebar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #3ac1c6;
  font-family: 'Fa 400', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}

.floating-sidebar-button:hover {
  background-color: #fff;
  color: #3ac1c6;
}

.footer-copyright {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.bold-text {
  font-weight: 600;
}

.form {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.textfield {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #fafafa;
  line-height: 50px;
}

.textfield.small {
  height: 40px;
  line-height: 40px;
}

.fieldlabel {
  color: #3ac1c6;
  font-weight: 600;
}

.textarea {
  min-height: 120px;
  border-radius: 4px;
  background-color: #fafafa;
}

.col-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  height: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #3ac1c6;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3ac1c6;
  font-weight: 400;
}

.heading-3.garantee-heading {
  margin-top: 0px;
  border-bottom-color: hsla(0, 0%, 100%, .33);
}

.heading-3.orange {
  border-bottom-color: #f74401;
  color: #f74401;
}

.small-hightligted {
  width: 100%;
  padding: 20px;
  border: 1px solid #3ac1c6;
  border-radius: 4px;
  background-color: #3ac1c6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  font-size: 14px;
  line-height: 22px;
}

.link-list-block {
  width: 100%;
  margin-bottom: 40px;
  line-height: 40px;
}

.link-list-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #3ac1c6;
  list-style-type: none;
}

.link-list-element:hover {
  padding-left: 27px;
  border-left-width: 4px;
  background-color: rgba(66, 177, 181, .1);
}

.link-list-element.active {
  padding-left: 27px;
  border-left-width: 4px;
  font-weight: 600;
}

.link-list-element.orange {
  border-left-color: #f74401;
}

.link-list-element.orange:hover {
  background-color: rgba(247, 68, 1, .1);
}

.gray-box {
  margin-bottom: 30px;
  padding: 15px;
  border-bottom: 1px solid #dadadb;
  border-radius: 4px;
  background-color: #f3f4f5;
}

.job-list-container {
  width: 66.666666%;
  padding-right: 15px;
  padding-left: 15px;
}

.job-list-description-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gray-box-text {
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-number {
  margin-left: 14px;
  color: #080b30;
  font-size: 12px;
  font-weight: 600;
}

.link-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
}

.link-list-link.orange {
  color: #f74401;
}

.load-more-container {
  width: 100%;
  height: 60px;
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadadb;
  border-radius: 4px;
  background-color: #e7e7e7;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
}

.load-more-container:hover {
  background-color: #3ac1c6;
  color: #fff;
}

.load-more-container.orange {
  color: #f74401;
}

.load-more-container.orange:hover {
  background-color: #f74401;
  color: #fff;
}

.category-flag {
  height: 18px;
  padding-left: 10px;
  border-left: 4px solid #3ac1c6;
  color: rgba(56, 56, 56, .5);
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-flag.orange {
  border-left-color: #f74401;
}

.blue-block {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #3ac1c6;
  border-radius: 4px;
  background-color: #3ac1c6;
  color: #fff;
}

.menu-lang-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  font-weight: 600;
}

.lang-link {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  color: hsla(210, 9%, 96%, .5);
  text-align: center;
}

.lang-link:hover {
  background-color: hsla(210, 9%, 96%, .5);
  color: #fff;
}

.hero-rubik {
  position: absolute;
  left: 0px;
  top: 120px;
  right: 50%;
  bottom: 0px;
  z-index: 10;
  width: 48%;
  height: 100%;
  background-image: url('../images/hero-rubik.png');
  background-position: 100% 50%;
  background-size: cover;
}

.job-description {
  margin-bottom: 40px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f3f4f5;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f5;
  line-height: 50px;
}

.table {
  width: 100%;
}

.orangelink {
  color: #f74401;
}

.floating-sidebar-container {
  position: fixed;
  top: 0px;
  right: -450px;
  bottom: 0px;
  z-index: 1001;
  width: 0%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.floating-sidebar-content-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  overflow: auto;
  width: 450px;
  height: 100%;
  padding: 40px 20px 20px;
  background-color: #fff;
}

.floating-sidebar-link-block {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 27, .87);
}

.floating-sidebar-button-container {
  position: absolute;
  top: 30%;
  right: 450px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #3ac1c6;
  font-weight: 500;
}

.recaptcha {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.close-button {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 22px;
  height: 22px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.close-button:hover {
  color: #12163a;
}

.floating-sidebar-button-text {
  margin-bottom: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #3ac1c6;
  font-size: 11px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hamburger {
  display: none;
  width: 36px;
  height: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hamburger-slice {
  width: 100%;
  height: 15%;
  border-radius: 2px;
  background-color: #fff;
}

.reference-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f3f4f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
}

.square-sizer {
  width: 100%;
}

.reference-image {
  position: absolute;
  width: 75%;
  max-width: 75%;
}

.reference-name {
  width: 100%;
  margin-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f3f4f5;
}

.quote-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: #3ac1c6;
}

.quote-background.orange {
  background-color: #f74401;
}

.quote-background.dark {
  background-color: #12163a;
}

.quote-small {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.quote-name-small {
  margin-bottom: 50px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.quote-share-block {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.quote-share-icon:hover {
  background-color: #fff;
  color: #080b30;
}

.quote-col {
  display: block;
  width: 33.33332%;
  margin-bottom: 20px;
  padding: 10px 15px;
  float: left;
}

.big-text {
  padding-right: 30px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
}

.big-text.orange {
  color: #f74401;
}

.big-text.blue {
  color: #3ac1c6;
}

.big-text.black {
  color: #000;
}

.orange-block {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #c13400;
  border-radius: 4px;
  background-color: #f74401;
  color: #fff;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: #3ac1c6;
}

.floating-popup {
  position: fixed;
  left: 30px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 120px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #12163a;
  background-image: url('../images/fejvadaszat-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 28px 100px 0 rgba(8, 11, 48, .74);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.floating-popup-close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 22px;
  height: 22px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 22px;
}

.floating-popup-close-button:hover {
  color: #fff;
}

.small-link {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.quote-small-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-single {
  height: 90px;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  line-height: 90px;
}

.nav-single:hover {
  color: #a4b5dc;
}

.div-block {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f3f4f5;
}

.rubik-container {
  position: relative;
  width: 50%;
}

.rubik-01 {
  position: absolute;
  z-index: 13;
  width: 100%;
}

.rubik-02 {
  position: absolute;
  z-index: 14;
  width: 100%;
  opacity: 0;
}

.rubik-03 {
  position: absolute;
  z-index: 15;
  width: 100%;
  opacity: 0;
}

.rubik-04 {
  position: absolute;
  z-index: 16;
  width: 100%;
  opacity: 0;
}

.rubik-05 {
  position: absolute;
  z-index: 17;
  width: 100%;
  opacity: 0;
}

.rubik-06 {
  position: absolute;
  z-index: 18;
  width: 100%;
  opacity: 0;
}

.rubik-07 {
  position: absolute;
  z-index: 19;
  width: 100%;
  opacity: 0;
}

.rubik-08 {
  position: absolute;
  z-index: 20;
  width: 100%;
  opacity: 0;
}

.rubik-base {
  position: static;
  z-index: 10;
  width: 100%;
}

.hero-rubik-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-rubik-container.smallpadding {
  padding-top: 20px;
  padding-bottom: 0px;
}

.rubik-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 15px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rubik-text-container.col-6 {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rubik-text-container.col-6.quote {
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rubik-text-container.col-3 {
  width: 25%;
}

.rubik-text-container.col-4 {
  width: 33.3333%;
}

.rubik-text-container.col-4.package {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}

.rubik-text-container.col-4.package.classic {
  background-color: rgba(66, 177, 181, .2);
}

.rubik-text-container.col-4.package.pro {
  background-color: rgba(114, 141, 164, .22);
}

.rubik-text-container.col-12 {
  width: 100%;
}

.rubik-text-container.col-12.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rubik-text-container.col-8 {
  width: 66.6666666%;
}

.rubik-text-container.col-6-single-center {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.rubik-text-container.footer-copyright-row {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.rubik-text-container.references {
  display: block;
  width: 20%;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.home-content-block {
  position: relative;
  z-index: 999;
}

.home-rubic-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #12163a;
  background-image: url('../images/background.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.home-hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 80px;
}

.test-image {
  margin-bottom: 29px;
}

@media (max-width: 991px) {
  .body {
    font-size: 14px;
    line-height: 24px;
  }
  .header {
    position: static;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #080b30;
  }
  .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .container.smallpadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.smallpadding.footermenu {
    display: none;
  }
  .navigation {
    position: static;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-dropdown-toggle {
    position: static;
    width: 100%;
    min-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #12163a;
  }
  .nav-dropdown {
    position: static;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #2b3160;
    text-align: center;
  }
  .nav-container {
    position: static;
    left: 0px;
    top: 90px;
    right: 0px;
    overflow: hidden;
    width: 100%;
    height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #080b30;
  }
  .menu-social-block {
    width: 100%;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #2b3160;
  }
  .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col-6 {
    width: 100%;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .heading-2.home {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .col-4 {
    width: 100%;
  }
  .col {
    padding: 15px;
  }
  .col.col-6.quote {
    margin-left: 0px;
  }
  .col.col-3 {
    width: 50%;
    float: left;
  }
  .col.col-4 {
    width: 50%;
    float: left;
  }
  .col.col-8 {
    width: 50%;
  }
  .col.col-6-single-center {
    width: 100%;
  }
  .col.references {
    width: 25%;
  }
  .section {
    padding: 0px;
  }
  .section.home-quote-section {
    min-height: auto;
  }
  .button {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 50px;
  }
  .button.hero {
    margin-top: 40px;
  }
  .hero-heading-1 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .nav-dropdown-link {
    width: 100%;
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #2b3160;
    line-height: 70px;
  }
  .block-quote {
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 50px;
  }
  .heading-5 {
    margin-bottom: 0px;
  }
  .heading-3 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .heading-3.orange {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .link-list-element {
    padding-left: 20px;
  }
  .link-list-element:hover {
    padding-left: 17px;
  }
  .gray-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .job-list-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .job-list-description-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gray-box-text {
    margin-right: 0px;
  }
  .menu-lang-block {
    width: 100%;
    height: 90px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lang-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .job-description {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .floating-sidebar-container {
    display: none;
  }
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger-slice {
    height: 2px;
  }
  .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    padding-right: 30px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #080b30;
    font-size: 15px;
  }
  .big-text {
    font-size: 22px;
    line-height: 36px;
  }
  .floating-popup {
    display: none;
  }
  .quote-small-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-single {
    width: 100%;
    border-bottom: 1px solid #2b3160;
    text-align: center;
  }
  .rubik-container {
    width: 60%;
  }
  .hero-rubik-container {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-rubik-container.smallpadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-rubik-container.smallpadding.footermenu {
    display: none;
  }
  .rubik-text-container {
    width: 100%;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .rubik-text-container.col-6.quote {
    margin-left: 0px;
  }
  .rubik-text-container.col-3 {
    width: 50%;
    float: left;
  }
  .rubik-text-container.col-4 {
    width: 50%;
    float: left;
  }
  .rubik-text-container.col-8 {
    width: 50%;
  }
  .rubik-text-container.col-6-single-center {
    width: 100%;
  }
  .rubik-text-container.references {
    width: 25%;
  }
  .home-hero-heading {
    margin-top: 0px;
    font-size: 32px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .body {
    font-size: 13px;
    line-height: 20px;
  }
  .container {
    padding: 10px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }
  .heading-2.home {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 60px;
  }
  .home-about-text-container {
    margin-bottom: 20px;
  }
  .col {
    padding: 10px;
  }
  .col.col-6 {
    width: 100%;
  }
  .col.col-3 {
    width: 100%;
  }
  .col.col-4 {
    width: 100%;
  }
  .col.col-8 {
    width: 100%;
  }
  .col.col-6-single-center {
    width: 100%;
  }
  .col.references {
    width: 33.3333%;
  }
  .section.bameszkodoknak {
    min-height: 300px;
    background-position: 0px 50%;
  }
  .section.fejvadaszat {
    min-height: 300px;
    background-position: 0px 50%;
  }
  .section.hrszolgaltatasok {
    min-height: 300px;
    background-position: 0px 50%;
  }
  .section.szemelyisegteszt {
    min-height: 300px;
    background-position: 0px 50%;
  }
  .button {
    display: block;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 40px;
  }
  .button.hero {
    margin-top: 20px;
  }
  .hero-heading-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .quote-image {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .small-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .block-quote {
    padding-right: 0px;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
  }
  .textfield {
    height: 40px;
    line-height: 40px;
  }
  .col-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-3 {
    margin-bottom: 10px;
  }
  .heading-3.orange {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .link-list-block {
    margin-bottom: 0px;
  }
  .gray-box {
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .job-list-container {
    width: 100%;
    padding: 10px;
  }
  .job-list-description-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .job-description {
    font-size: 18px;
    line-height: 28px;
  }
  .quote-name-small {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .big-text {
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .quote-small-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rubik-container {
    width: 80%;
  }
  .hero-rubik-container {
    padding: 10px;
  }
  .rubik-text-container {
    padding: 10px;
  }
  .rubik-text-container.col-6 {
    width: 100%;
  }
  .rubik-text-container.col-3 {
    width: 100%;
  }
  .rubik-text-container.col-4 {
    width: 100%;
  }
  .rubik-text-container.col-8 {
    width: 100%;
  }
  .rubik-text-container.col-6-single-center {
    width: 100%;
  }
  .rubik-text-container.references {
    width: 33.3333%;
  }
  .home-hero-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .test-image {
    margin-bottom: 3px;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 12px;
    line-height: 18px;
  }
  .logo-block {
    width: 120px;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-about-text-container {
    margin-bottom: 10px;
  }
  .col.col-4.package {
    margin-bottom: 10px;
  }
  .col.references {
    width: 50%;
  }
  .section.bameszkodoknak {
    background-position: -144px 0px;
  }
  .section.fejvadaszat {
    background-position: -144px 0px;
  }
  .section.hrszolgaltatasok {
    background-position: -144px 0px;
  }
  .section.szemelyisegteszt {
    background-position: -144px 0px;
  }
  .hero-heading-1 {
    font-size: 24px;
    line-height: 24px;
  }
  .footer-copyright {
    font-size: 9px;
  }
  .heading-3.orange {
    margin-top: 0px;
  }
  .job-description {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .since {
    display: none;
  }
  .rubik-container {
    width: 100%;
  }
  .rubik-text-container.col-4.package {
    margin-bottom: 10px;
  }
  .rubik-text-container.references {
    width: 50%;
  }
  .home-hero-heading {
    font-size: 24px;
    line-height: 36px;
  }
}

#w-node-05f73101a2ba-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1319262bf30f-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-692269f2cf6e-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e11c3e32e738-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-21b1c502e989-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6fba0fc3a3c5-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-0e70eb82f623-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a1568f27e290-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1fe263c6aab6-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d881a5309d48-166e5c3e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-70c5e8295837-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-489d2ceac92d-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d33d561204b4-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cf86e78fbd30-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-91cfc8fc6398-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-801c6b76f17b-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-34b722681e7d-26f59cd8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}