@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .container-fluid {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
.owl-carousel .owl-dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: #cbf801;
    border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    width: 9px;
    height: 9px;
    margin-right: 10px;
  }
  .owl-carousel .owl-dots .owl-dot.active {
    background: #296837;
  }
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: #f1f1f1;
}
body.profile {
  background: #f5f5ff;
}
.transition-all {
  transition: all 0.3s ease;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-checkbox input[type='checkbox'] {
  display: none;
}
.custom-checkbox .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url('../../images/inputcheckbox-unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.custom-checkbox input:checked + .icon {
  background-image: url('../../images/input-checkbox-checked.svg') !important;
}
.container-fluid {
  max-width: 1920px;
}
.container {
  max-width: 1380px;
}
.position-relative {
  position: relative;
}
div.new-top-menu {
  background-color: #2c2c2c;
  color: white;
  height: 65px;
}
div.new-top-menu .new-top-menu-row {
  height: 65px;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
}
div.new-top-menu .new-top-menu-item,
div.new-top-menu .menu-item-lang {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .new-top-menu-item:hover,
div.new-top-menu .menu-item-lang:hover {
  color: #813cff;
}
div.new-top-menu .menu-item-lang {
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
div.new-top-menu .menu-item-lang.menu-item-lang-en {
  background-image: url('/images/gb-flag.svg');
}
div.new-top-menu .menu-item-lang.menu-item-lang-pl {
  background-image: url('/images/pl-flag.svg');
}
div.new-top-menu .top-menu-login-button {
  position: relative;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link {
  border-radius: 10px;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  background: #813cff;
  padding: 6px 24px;
  padding-right: 41px;
  text-decoration: none;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link img {
  position: absolute;
  right: 14px;
  top: 52%;
  transform: translateY(-60%);
  transition: all 0.3s ease;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link.opened img {
  transform: rotate(180deg);
  top: 42%;
}
div.new-top-menu .top-menu-login-button.top-menu-login-button-logged {
  position: absolute;
  right: 0;
}
div.new-top-menu .login-dropdown-panel {
  min-width: 400px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: 0px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .new-top-menu-1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max: 1200px) {
  div.new-top-menu .new-top-menu-1 {
    justify-content: flex-start;
  }
}
div.new-top-menu #logo-main-image {
  /* zamiast paddingu */
  max-height: 30px;
}
@media screen and (min-width: 1200px) {
  div.new-top-menu #logo-main-image {
    max-height: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .form-check {
  float: left;
  min-height: auto;
  padding-left: 0;
  margin-bottom: auto;
  padding-top: 10px;
  margin-left: 20px;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row {
  margin-left: 2%;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pl-0 {
  padding-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pr-0 {
  padding-right: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .ml-0 {
  margin-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .mr-0 {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links {
    padding-right: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item-border {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 4px solid #813cff;
  padding: 6px 24px;
  text-decoration: none;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item {
  color: #cbf801;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-1 {
  width: 125px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-2 {
  width: 190px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .top-menu-login-button {
  float: right;
  height: 60px;
  padding-top: 18px;
}
div.new-top-menu .new-top-menu-2 #dark-mode-icon {
  width: 50px;
}
div.new-top-menu .new-top-menu-3 {
  flex: 1;
}
div.new-top-menu .new-top-menu-2 {
  width: calc(100% - 400px);
  max-width: 1380px;
}
div.new-top-menu .hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* odstęp między liniami */
  width: 24px;
  cursor: pointer;
}
div.new-top-menu .hamburger-menu-div {
  background-color: #2c2c2c;
}
div.new-top-menu .hamburger-menu-div .close-button {
  background-color: transparent;
  border: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul {
  list-style: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul li {
  padding-bottom: 10px;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged {
  width: 300px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: -200px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj img {
  margin-right: 15px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia :hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki {
  padding-top: 10px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki a {
  width: 25px;
  margin-right: 15px;
  text-decoration: none;
}
.top-menu-offers-row {
  position: relative;
}
h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 72px;
  color: #004444;
  font-weight: bold;
}
a.purple {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background-color: #a1a1ff;
  text-decoration: none;
  border-radius: 30px;
  padding: 15px 20px;
  margin-right: 20px;
}
a.rounded-default {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #004444;
  font-weight: bold;
  background-color: transparent;
  border: 4px solid #004444;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  transition: ease 0.4s;
}
a.rounded-default:hover {
  background-color: #004444;
  color: white;
}
a.rounded-default.yellow {
  color: #cbf801;
  border: 5px solid #cbf801;
}
a.rounded-default.yellow:hover {
  background-color: #cbf801;
  color: #004444;
}
a.rounded-default.white {
  color: #203030;
  border: 5px solid #203030;
}
a.rounded-default.white:hover {
  background-color: #203030;
  color: white;
}
a.rounded-default-active {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #00ff9d;
  font-weight: bold;
  background-color: #004444;
  border: 4px solid #004444;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  transition: ease 0.4s;
}
@media (max-width: 768px) {
  a.rounded-default-active {
    font-size: 20px;
    padding: 6px 15px;
  }
}
a.rounded-default-green-light {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #00ff9d;
  font-weight: bold;
  background-color: transparent;
  border: 4px solid #00ff9d;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  transition: ease 0.4s;
}
a.rounded-default-green-light:hover {
  background-color: #004444;
  border-color: #fff;
  color: #fff;
}
@media (max-width: 768px) {
  a.rounded-default-green-light {
    font-size: 20px;
    padding: 6px 15px;
  }
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
input[type='date'] {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #b3b3b3;
  font-weight: normal;
  background-color: #fff;
  border: 4px solid #004444;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 10px;
  text-align: left;
  min-width: 120px;
  display: inline-block;
  transition: ease 0.4s;
}
button.purple {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background-color: #a1a1ff;
  text-decoration: none;
  border-radius: 30px;
  padding: 15px 20px;
  margin-right: 20px;
  border: none;
}
.clear {
  clear: both;
  width: 100%;
}
.top-separator {
  width: 100%;
  height: 50px;
}
.form-check-input {
  cursor: pointer;
  width: 50px !important;
  height: 30px !important;
  background-color: #cbf801;
  background-image: url('../images/darkmode_off.png') !important;
  /* Ścieżka do ikony słońca */
  background-size: 56%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-left: 0 !important;
  border: 3px solid #004444;
}
.form-check-input:checked {
  background-image: url('../images/darkmode_on.png') !important;
  /* Ścieżka do ikony księżyca */
  background-color: #102d2b;
  /* Kolor aktywnego przełącznika */
  border-color: #bcd83c;
}
.form-check-label {
  display: none;
  /* Ukrycie standardowej etykiety */
}
.form-check {
  padding-left: 0px;
}
section.main-logo-menu-with-article {
  height: 50px;
  background-color: #cbf801;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp {
  background-color: #203030;
  padding: 10px 10px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
@media (max-width: 768px) {
  section.main-logo-menu-with-article .top-logo-menu-wrapp {
    z-index: 9999;
  }
}
section.main-logo-menu-with-article .top-logo-menu-wrapp #menu_plywajace {
  display: none;
  max-height: 50px;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp #menu_plywajace_burger {
  display: none;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp #hamburger-menu-1,
section.main-logo-menu-with-article .top-logo-menu-wrapp #hamburger-menu-2 {
  margin-top: -10px;
  max-height: 15px;
}
section.main-logo-menu-with-article #nav_main {
  float: right;
}
section.main-logo-menu-with-article #nav_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.main-logo-menu-with-article #nav_main ul li {
  display: inline;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  section.main-logo-menu-with-article #nav_main ul li {
    margin-left: 0px;
    margin-top: 10px;
  }
}
section.main-logo-menu-with-article #nav_main ul li a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #004444;
  text-decoration: none;
}
section.main-logo-menu-with-article #nav_main ul li a:hover,
section.main-logo-menu-with-article #nav_main ul li a.active {
  font-weight: bold;
}
section.main-logo-menu-with-article #nav_main ul li a.menu-item-lang {
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
section.main-logo-menu-with-article #nav_main ul li a.menu-item-lang.menu-item-lang-pl {
  background-image: url('../images/pl-flag.svg');
}
section.main-logo-menu-with-article #nav_main ul li a.menu-item-lang.menu-item-lang-en {
  background-image: url('../images/gb-flag.svg');
}
section.main-logo-menu-with-article #nav_main ul li.login-button {
  background-color: #004444;
  padding: 6px 20px;
  border-radius: 20px;
  transition: 0.3s ease;
}
section.main-logo-menu-with-article #nav_main ul li.login-button a {
  color: white;
  font-weight: bold;
}
section.main-logo-menu-with-article #nav_main ul li.login-button:hover {
  background-color: #00ff9d;
}
section.main-logo-menu-with-article #nav_main ul.yellow li a {
  color: #cbf801;
}
section.main-logo-menu-with-article .snip1135 a {
  position: relative;
}
section.main-logo-menu-with-article .snip1135 a:before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
section.main-logo-menu-with-article .snip1135 a:before {
  top: 27px;
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: '';
  background-color: #004444;
}
section.main-logo-menu-with-article .snip1135.yellow a:before {
  background-color: #cbf801;
}
section.main-logo-menu-with-article .snip1135 a:hover:before,
section.main-logo-menu-with-article .snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}
@media (max-width: 440px) {
  section.main-logo-menu-with-article .top-logo .img-fluid {
    max-height: 50px;
  }
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 {
  background-color: #203030;
  /* Kolor tła po przewinięciu */
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 .top-logo .img-fluid {
  display: none;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #hamburger-menu-1,
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #hamburger-menu-2 {
  display: none;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #menu_plywajace {
  display: inline-block;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #menu_plywajace_burger {
  display: inline-block;
  margin-top: -10px;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main {
  float: right;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li {
  display: inline;
  margin-left: 40px;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li a:hover,
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li a.active {
  font-weight: bold;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li.login-button {
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  transition: 0.3s ease;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li.login-button a {
  color: white;
  font-weight: bold;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul li.login-button:hover {
  background-color: #fff;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 #nav_main ul.yellow li a {
  color: #cbf801;
}
section.main-logo-menu-with-article .top-logo-menu-wrapp.scrolled2 .snip1135 a:before {
  background-color: #fff;
}
section.main-logo-menu-with-article .mainpage-first-section-container {
  background: url('../images/mainpage-section-1-background.png') no-repeat bottom right;
  min-height: 560px;
}
section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 72px;
  color: #004444;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content h2 {
    font-size: 30px;
    line-height: 38px;
    max-width: 300px;
  }
}
section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #004444;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 180% center;
  }
}
@media (max-width: 768px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 25vw top;
    min-height: 500px;
    background-image: url('../images/section-1-background-mobile.png');
    position: relative;
    z-index: 55;
    margin-top: -60px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 440px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-image: none;
  }
  section.main-logo-menu-with-article .mainpage-first-section-container .links a {
    font-size: 14px;
    padding: 10px 14px;
  }
  section.main-logo-menu-with-article .mainpage-first-section-container .links .rounded-default {
    padding: 4px 14px !important;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1320px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 200% center;
  }
}
@media (max-width: 1290px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 220% center;
  }
}
@media (max-width: 1260px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 270% center;
  }
}
@media (max-width: 1220px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background-position: 310% center;
  }
}
@media (max-width: 1200px) {
  section.main-logo-menu-with-article .mainpage-first-section-container {
    background: none;
  }
}
section.mainpage-carousel-wrapper {
  background-color: #004444;
  padding-top: 90px;
  padding-bottom: 70px;
}
section.mainpage-carousel-wrapper .title-container h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #00ff9d;
}
@media (max-width: 768px) {
  section.mainpage-carousel-wrapper .title-container h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
section.mainpage-carousel-wrapper .title-container .arrow-circle {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-decoration: none;
}
section.mainpage-carousel-wrapper .title-container .arrow-circle.arrow-circle-left {
  background-image: url('../images/arrow-circle-left.png');
  margin-right: 5px;
  text-decoration: none;
}
section.mainpage-carousel-wrapper .title-container .arrow-circle.arrow-circle-right {
  background-image: url('../images/arrow-circle-right.png');
  text-decoration: none;
}
@media (max-width: 768px) {
  section.mainpage-carousel-wrapper .title-container .arrow-circle {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
section.mainpage-carousel-wrapper .carousel-wrapper {
  max-width: 100%;
  margin-top: 50px;
  overflow-x: hidden;
  position: relative;
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items {
  transition: transform 0.5s ease;
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item {
  width: 325px;
  min-height: 480px;
  box-sizing: border-box;
  border: 5px solid #00ff9d;
  border-radius: 20px;
  margin-right: 30px;
  overflow: hidden;
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content {
  padding: 30px;
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content div.title {
  padding-top: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #00ff9d;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content div.title {
    font-size: 25px;
  }
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: white;
}
section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content .img-fluid {
  width: inherit;
}
@media (max-width: 768px) {
  section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item .carousel-content .img-fluid {
    height: 49px;
  }
}
@media screen and (max-width: 768px) {
  section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item {
    width: 83vw;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.mainpage-carousel-wrapper .carousel-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  section.mainpage-carousel-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
section.section-out-talent {
  background-color: white;
  background-image: url('../images/waving-robot.png');
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  section.section-out-talent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  section.section-out-talent {
    background-image: none;
  }
}
section.section-out-talent #section-out-talent-technology {
  display: none;
}
@media (max-width: 768px) {
  section.section-out-talent #section-out-talent-technology {
    display: block;
    position: absolute;
    right: 0;
  }
}
section.section-out-talent .section-subtitle {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  color: #004444;
  padding-bottom: 40px;
  font-weight: bold;
}
section.section-out-talent .section-subtitle.section-mt-50 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.section-out-talent .section-subtitle {
    font-size: 30px;
    line-height: 38px;
  }
}
section.section-out-talent p.section-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  padding-bottom: 50px;
  max-width: 550px;
}
section.section-out-talent p.section-text.section-text-mb-20 {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  section.section-out-talent p.section-text {
    font-size: 14px;
  }
}
section.section-out-talent div.tech-row {
  margin-left: 0;
}
section.section-out-talent div.tech-row .col-lg-6 {
  margin-bottom: 50px;
  padding-left: 65px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.section-out-talent div.tech-row .col-lg-6 {
    font-size: 16px;
  }
}
section.section-out-talent div.tech-row .col-lg-6.block-left {
  background-image: url('../images/talent-block-left.png');
}
section.section-out-talent div.tech-row .col-lg-6.block-right {
  background-image: url('../images/talent-block-right.png');
}
section.section-out-talent p.mamy-na-liczniku {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #1e1e1e;
  padding-bottom: 0;
}
section.section-out-talent div.col-licznik {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #a1a1ff;
  font-weight: bold;
}
section.section-out-talent div.col-text-licznik {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #1e1e1e;
  font-weight: normal;
}
section.section-out-talent div.col-text-licznik:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
}
section.section-out-talent .talent-images-col {
  position: relative;
}
@media (max-width: 575px) {
  section.section-out-talent .talent-images-col {
    display: none;
  }
}
section.section-out-talent .talent-images-col img {
  -webkit-box-shadow: 4px 4px 53px 6px rgba(181, 181, 195, 0.43);
  -moz-box-shadow: 4px 4px 53px 6px rgba(181, 181, 195, 0.43);
  box-shadow: 4px 4px 53px 6px rgba(181, 181, 195, 0.43);
}
section.section-out-talent .talent-images-col .talent-image-1 {
  position: absolute;
  top: 50px;
}
section.section-out-talent .talent-images-col .talent-image-2 {
  position: absolute;
  bottom: -150px;
  right: 0;
}
@media screen and (max-width: 440px) {
  section.section-out-talent .talent-images-col .talent-image-1,
  section.section-out-talent .talent-images-col .talent-image-2 {
    position: relative;
  }
}
@media screen and (max-width: 440px) {
  section.section-out-talent .rounded-default {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
section.how-collaborate-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #cbf801;
}
@media (max-width: 768px) {
  section.how-collaborate-section {
    padding-top: 50px;
    padding-bottom: 00px;
  }
}
section.how-collaborate-section .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  section.how-collaborate-section .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
section.how-collaborate-section .section-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #004444;
  padding-bottom: 50px;
}
section.how-collaborate-section .collaborate-right-section .collaborate-text div.number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  color: white;
  background-color: #a1a1ff;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 10px;
  width: 30px;
  height: 29px;
  text-align: center;
}
section.how-collaborate-section .collaborate-right-section .collaborate-text .collaborate-text-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #004444;
  padding-bottom: 20px;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  section.how-collaborate-section .collaborate-right-section .collaborate-text .collaborate-text-title {
    font-size: 20px;
  }
}
section.how-collaborate-section .collaborate-right-section .collaborate-text .collaborate-text-content {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #004444;
  padding-bottom: 20px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full {
  position: relative;
  min-height: 1350px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-1 {
  position: absolute;
  top: 75px;
  left: 30px;
  background: url('../images/collaborate-1.png') no-repeat;
  width: 103px;
  height: 105px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
  position: absolute;
  top: 75px;
  left: 180px;
  width: 320px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
  position: absolute;
  background: url('../images/collaborate-line-1.png') no-repeat;
  width: 431px;
  height: 81px;
  top: 45px;
  left: 412px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
  position: absolute;
  top: 10px;
  left: 933px;
  background: url('../images/collaborate-2.png') no-repeat;
  width: 126px;
  height: 141px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
  position: absolute;
  top: 165px;
  left: 860px;
  width: 320px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
  position: absolute;
  background: url('../images/collaborate-line-2.png') no-repeat;
  width: 413px;
  height: 129px;
  top: 290px;
  left: 425px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
  position: absolute;
  top: 435px;
  left: 175px;
  background: url('../images/collaborate-3.png') no-repeat;
  width: 131px;
  height: 102px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-3 {
  position: absolute;
  top: 440px;
  left: 390px;
  width: 595px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
  position: absolute;
  background: url('../images/collaborate-line-3.png') no-repeat;
  width: 203px;
  height: 199px;
  top: 540px;
  left: 170px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-4 {
  position: absolute;
  top: 830px;
  left: 30px;
  background: url('../images/collaborate-4.png') no-repeat;
  width: 96px;
  height: 134px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
  position: absolute;
  top: 770px;
  left: 170px;
  width: 420px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-4 {
  position: absolute;
  background: url('../images/collaborate-line-4.png') no-repeat;
  width: 295px;
  height: 206px;
  top: 785px;
  left: 540px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
  position: absolute;
  top: 680px;
  left: 1052px;
  background: url('../images/collaborate-5.png') no-repeat;
  width: 117px;
  height: 117px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-5 {
  position: absolute;
  top: 770px;
  left: 850px;
  width: 385px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-5 {
  position: absolute;
  background: url('../images/collaborate-line-5.png') no-repeat;
  width: 233px;
  height: 181px;
  top: 1040px;
  left: 745px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-6 {
  position: absolute;
  top: 1192px;
  left: 320px;
  background: url('../images/collaborate-6.png') no-repeat;
  width: 121px;
  height: 78px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-6 {
  position: absolute;
  top: 1160px;
  left: 495px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full {
    overflow: hidden;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-1 {
    top: inherit;
    left: inherit;
    right: 1vw;
    background-size: 15vw;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 200px;
    left: 300px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
    top: inherit;
    left: inherit;
    left: 20%;
    background-size: 20vw;
    margin-top: 60px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 80%;
    margin-left: 100px;
    margin-top: 200px;
    margin-bottom: 200px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
    background-image: url('../images/collaborate-mobile-line-2.png');
    width: 287px;
    height: 226px;
    top: 700px;
    left: 10px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
    top: inherit;
    left: inherit;
    right: 1vw;
    background-size: 20vw;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-3 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
    background-image: url('../images/collaborate-mobile-line-3.png');
    width: 184px;
    height: 128px;
    left: 120px;
    position: absolute;
    top: 1260px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-4 {
    top: inherit;
    left: inherit;
    left: 0vw;
    background-size: contain;
    width: 80px;
    margin-top: 260px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 80%;
    margin-left: 100px;
    margin-top: 200px;
    margin-bottom: 20px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-4 {
    top: inherit;
    position: relative;
    background-image: url('../images/collaborate-mobile-line-4.png');
    width: 100%;
    height: 128px;
    background-position: center center;
    background-repeat: no-repeat;
    left: inherit;
    background-size: contain;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    top: inherit;
    left: inherit;
    right: 1vw;
    margin-top: 20px;
    background-size: 15vw;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-5 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-5 {
    background-image: url('../images/collaborate-mobile-line-6.png');
    right: 0px;
    left: inherit;
    top: inherit;
    height: 254px;
    background-size: contain;
    margin-top: -25px;
    position: relative;
    width: 100%;
    background-position: center right;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-6 {
    top: inherit;
    left: inherit;
    left: 40vw;
    background-size: 15vw;
    margin-top: -50px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-6 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    margin-top: -50px;
  }
}
@media screen and (max-width: 440px) {
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 180px;
    left: 250px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
    left: 1%;
    background-size: 20vw;
    margin-top: 30px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
    max-width: 100%;
    margin-left: 10px;
    margin-top: 160px;
    margin-bottom: 200px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
    margin-left: 100px;
    margin-top: 160px;
    margin-bottom: 50px;
    width: 60vw;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    right: -3vw;
    background-size: 20vw;
    margin-top: -40px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    top: inherit;
    left: inherit;
    right: 1vw;
    margin-top: 20px;
    background-size: 15vw;
  }
}
@media screen and (max-width: 360px) {
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 170px;
    left: 200px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
    top: 770px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
    top: inherit;
    left: inherit;
    right: -10vw;
    background-size: 20vw;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
    background-image: url('../images/collaborate-mobile-line-3.png');
    width: 184px;
    height: 128px;
    left: 80px;
    position: absolute;
    top: 1360px;
  }
  section.how-collaborate-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    right: -5vw;
  }
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile div.number {
  font-size: 18px;
  margin-bottom: 10px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-text-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-box {
  position: relative;
  padding-bottom: 40px;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-1 {
  position: absolute;
  top: 25px;
  right: 0px;
  background: url('../images/collaborate-1.png') no-repeat;
  width: 53px;
  height: 52px;
  background-size: contain;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-2 {
  position: absolute;
  top: -20px;
  right: 0px;
  background: url('../images/collaborate-2.png') no-repeat;
  width: 63px;
  height: 71px;
  background-size: contain;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-3.png') no-repeat;
  width: 65px;
  height: 51px;
  background-size: contain;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-4.png') no-repeat;
  width: 48px;
  height: 72px;
  background-size: contain;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-text-4 .collaborate-text-title {
  max-width: 80%;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-5.png') no-repeat;
  width: 59px;
  height: 59px;
  background-size: contain;
}
section.how-collaborate-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-6 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-6.png') no-repeat;
  width: 60px;
  height: 39px;
  background-size: contain;
}
section.section-jak-dotrzec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #004444;
}
@media (max-width: 768px) {
  section.section-jak-dotrzec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 440px) {
  section.section-jak-dotrzec .container {
    width: 100%;
    max-width: 100%;
  }
}
section.section-jak-dotrzec .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  color: #00ff9d;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  section.section-jak-dotrzec .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 440px) {
  section.section-jak-dotrzec .section-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.section-jak-dotrzec .section-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: white;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  section.section-jak-dotrzec .section-text {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  section.section-jak-dotrzec .section-text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
section.section-jak-dotrzec .know-how {
  background: url('../images/know-how-desktop.png') no-repeat;
  background-position: center center;
  height: 700px;
  width: 100%;
  background-size: auto;
  position: relative;
}
section.section-jak-dotrzec .know-how .know-how-item {
  color: white;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  line-height: 28px;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-1 {
  top: 50px;
  left: 440px;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-2 {
  top: 165px;
  left: 810px;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-3 {
  top: 345px;
  left: 870px;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-4 {
  top: 615px;
  left: 680px;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-5 {
  top: 615px;
  left: 270px;
  text-align: right;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-6 {
  top: 345px;
  left: 100px;
  text-align: right;
}
section.section-jak-dotrzec .know-how .know-how-item.know-how-item-7 {
  top: 165px;
  left: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  section.section-jak-dotrzec .know-how {
    background-image: url('../images/know-how-mobile.png');
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-1 {
    top: 20px;
    left: 180px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-2 {
    top: 180px;
    left: 00px;
    text-align: right;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-3 {
    top: 190px;
    left: 420px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-4 {
    top: 570px;
    left: 440px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-5 {
    top: 650px;
    left: 240px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-6 {
    top: 610px;
    left: -20px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-7 {
    display: none;
    top: 50px;
    left: 440px;
  }
}
@media screen and (max-width: 440px) {
  section.section-jak-dotrzec .know-how .know-how-item {
    font-size: 16px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-1 {
    top: 20px;
    left: 100px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-2 {
    top: 180px;
    left: 20px;
    text-align: left;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-3 {
    top: 190px;
    right: 10px;
    text-align: right;
    left: inherit;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-4 {
    top: 500px;
    left: 70px;
    text-align: left;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-5 {
    top: 640px;
    left: inherit;
    right: 10px;
    text-align: right;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-6 {
    top: 630px;
    left: 20px;
  }
}
@media screen and (max-width: 360px) {
  section.section-jak-dotrzec .know-how .know-how-item {
    font-size: 16px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-1 {
    top: 20px;
    left: 70px;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-2 {
    top: 160px;
    left: 30px;
    text-align: left;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-3 {
    top: 180px;
    right: 20px;
    text-align: right;
    left: inherit;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-4 {
    top: 500px;
    left: 120px;
    text-align: left;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-5 {
    top: 640px;
    left: inherit;
    right: 00px;
    text-align: right;
  }
  section.section-jak-dotrzec .know-how .know-how-item.know-how-item-6 {
    top: 630px;
    left: 0px;
    text-align: left;
  }
}
section.section-jak-dotrzec .know-how.know-how-mobile {
  background: none;
  min-height: auto;
  height: inherit;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
section.section-jak-dotrzec .know-how.know-how-mobile .bullet-row {
  margin-bottom: 20px;
}
section.section-jak-dotrzec .know-how.know-how-mobile .bullet-row .bullet-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: white;
  padding-top: 2px;
}
@media screen and (max-width: 550px) {
  section.section-jak-dotrzec {
    background-image: url('../images/know-how-mobile2.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 160px;
    background-size: contain;
  }
}
section.section-co-mowia-o-nas {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  section.section-co-mowia-o-nas {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.section-co-mowia-o-nas .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  section.section-co-mowia-o-nas .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
section.section-co-mowia-o-nas .arrow-circle-right,
section.section-co-mowia-o-nas .arrow-circle-left {
  text-decoration: none;
}
section.section-co-mowia-o-nas .arrow-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
section.section-co-mowia-o-nas .arrow-circle.arrow-circle-left {
  background-image: url('../images/opinions-arrow-left.png');
  margin-right: 5px;
  text-decoration: none;
}
section.section-co-mowia-o-nas .arrow-circle.arrow-circle-right {
  background-image: url('../images/opinions-arrow-right.png');
  text-decoration: none;
}
@media (max-width: 768px) {
  section.section-co-mowia-o-nas .arrow-circle {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
}
section.section-co-mowia-o-nas .opinions-wrapper {
  margin-top: 50px;
}
section.section-co-mowia-o-nas .opinions-wrapper .col-1 {
  text-align: center;
}
section.section-co-mowia-o-nas .opinions-wrapper .carousel-items {
  min-height: 365px;
  transition: transform 0.5s ease;
}
section.section-co-mowia-o-nas .opinions-wrapper .opinions-list {
  max-height: 390px;
  overflow-x: hidden;
  position: relative;
}
section.section-co-mowia-o-nas .opinions-wrapper .opinions-list .single-opinion {
  width: 1010px;
  background: url('../images/opinions-back.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
  padding-left: 115px;
  padding-right: 70px;
  min-height: 360px;
  margin-right: 3px;
}
section.section-co-mowia-o-nas .opinions-wrapper .opinions-list .single-opinion .single-opinion-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  color: #004444;
  padding-bottom: 20px;
  text-align: center;
}
section.section-co-mowia-o-nas .opinions-wrapper .opinions-list .single-opinion .single-opinion-author .author {
  padding-top: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.section-co-mowia-o-nas .opinions-wrapper {
    margin-top: 0px;
  }
  section.section-co-mowia-o-nas .opinions-wrapper .opinions-list {
    max-height: max-content;
  }
  section.section-co-mowia-o-nas .opinions-wrapper .carousel-items {
    margin-right: 5px;
    min-height: 600px;
  }
  section.section-co-mowia-o-nas .opinions-wrapper .carousel-items .single-opinion {
    background: none;
    border: 2px solid #004444;
    border-radius: 20px;
    width: 83vw;
    padding: 25px;
    min-height: 600px;
  }
  section.section-co-mowia-o-nas .opinions-wrapper .carousel-items .single-opinion .single-opinion-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #candidates-section-co-mowia-o-nas .opinions-wrapper .opinions-list {
    min-height: 320px;
  }
  #candidates-section-co-mowia-o-nas .opinions-wrapper .carousel-items {
    min-height: 320px;
  }
  #candidates-section-co-mowia-o-nas .opinions-wrapper .carousel-items .single-opinion {
    min-height: 300px;
  }
}
.section-napisz-do-nas {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: white;
}
@media (max-width: 768px) {
  .section-napisz-do-nas {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.section-napisz-do-nas .container {
  position: relative;
}
.section-napisz-do-nas .envelope-bottom {
  position: absolute;
  background: url('../images/envelope-bottom.png') no-repeat;
  width: 662px;
  height: 736px;
  top: -280px;
  right: -60px;
}
@media (max-width: 768px) {
  .section-napisz-do-nas .envelope-bottom {
    display: none;
  }
}
.section-napisz-do-nas .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 80px;
  line-height: 60px;
}
.section-napisz-do-nas .section-title span {
  color: #00ff9d;
}
@media (max-width: 768px) {
  .section-napisz-do-nas .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.section-napisz-do-nas .section-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  padding-bottom: 50px;
}
.section-napisz-do-nas .section-text a.purple {
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-napisz-do-nas .section-text a.purple {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-napisz-do-nas .section-title {
    padding-bottom: 30px;
  }
}
.section-whats-new {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  display: none;
  background-color: white;
}
@media (max-width: 768px) {
  .section-whats-new {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.section-whats-new .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 48px;
}
.section-whats-new .section-title span {
  color: #00ff9d;
}
@media (max-width: 768px) {
  .section-whats-new .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .section-whats-new .section-subtitle {
    padding-top: 20px;
  }
}
.section-whats-new .section-subtitle a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #004444;
  font-weight: normal;
}
.section-whats-new .arrow-circle {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-decoration: none;
}
.section-whats-new .arrow-circle.arrow-circle-left {
  background-image: url('../images/arrow-yellow-left.png');
  margin-right: 5px;
}
.section-whats-new .arrow-circle.arrow-circle-right {
  background-image: url('../images/arrow-yellow-right.png');
}
@media (max-width: 768px) {
  .section-whats-new .arrow-circle {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
.section-whats-new .carousel-wrapper {
  max-width: 100%;
  width: 100%;
  min-height: 425px;
  margin-top: 50px;
  overflow-x: hidden;
  position: relative;
}
.section-whats-new .carousel-wrapper .carousel-items {
  min-height: 425px;
  transition: transform 0.5s ease;
}
.section-whats-new .carousel-wrapper .carousel-items a {
  text-decoration: none;
}
.section-whats-new .carousel-wrapper .carousel-items .carousel-single-item {
  width: 325px;
  min-height: 295px;
  box-sizing: border-box;
  border: 4px solid #99b4b4;
  border-radius: 28px;
  margin-right: 12px;
  overflow: hidden;
}
.section-whats-new .carousel-wrapper .carousel-items .carousel-single-item .carousel-content {
  padding: 0px;
}
.section-whats-new .carousel-wrapper .carousel-items .carousel-single-item .carousel-content div.badge-text {
  padding: 25px;
  font-family: 'Space Grotesk', sans-serif;
  color: #004444;
  font-size: 14px;
  text-transform: uppercase;
}
.section-whats-new .carousel-wrapper .carousel-items .carousel-single-item .carousel-content div.title {
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #004444;
}
.section-whats-new .carousel-wrapper .carousel-items .carousel-single-item .carousel-content p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #004444;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .section-whats-new .carousel-wrapper .carousel-items .carousel-single-item {
    width: 83vw;
  }
}
@media screen and (max-width: 440px) {
  .section-whats-new {
    padding-top: 00px;
  }
}
@media (max-width: 768px) {
  .section-whats-new #section-whats-new-all-1 {
    display: none;
  }
}
.section-whats-new #section-whats-new-all-2 {
  display: none;
}
@media (max-width: 768px) {
  .section-whats-new #section-whats-new-all-2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .section-whats-new #slider-media {
    margin-top: 20px;
  }
}
.footer-main-wrapper {
  background-color: #203030;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-main-wrapper .footer-contact-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.footer-main-wrapper .footer-contact-text span {
  color: #cbf801;
}
.footer-main-wrapper .footer-contact-text a {
  color: #cbf801;
  text-decoration: none;
}
.footer-main-wrapper .footer-contact-text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-main-wrapper .footer-contact-text {
    padding-top: 25px;
  }
}
.footer-main-wrapper .copyright {
  color: #fff;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer-main-wrapper .copyright {
    padding-top: 25px;
    text-align: center;
  }
}
.cennik-first-section-container {
  background-color: #cbf801;
  padding-bottom: 30px;
  padding-top: 135px;
}
.cennik-first-section-container h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 56px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cennik-first-section-container h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.cennik-first-section-container .cennik_1_tekst {
  font-weight: normal;
  font-size: 16.12px;
  font-family: 'Space Grotesk', sans-serif;
  color: #000;
  margin-top: 5px;
  margin-bottom: 35px;
}
.cennik-first-section-container .cennik_1_punkty {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Space Grotesk', sans-serif;
  color: #004444;
  display: block;
  clear: both;
}
.cennik-first-section-container .cennik_1_punkty_zawartosc {
  clear: both;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
  display: block;
}
.cennik-first-section-container .cennik_1_punkty_zawartosc2 {
  clear: both;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
  display: block;
}
.cennik-first-section-container .cennik_1_punkty_zawartosc a {
  margin-bottom: 10px;
}
.cennik-first-section-container .cennik_1_punkty_zawartosc2 a {
  margin-bottom: 10px;
}
.cennik-first-section-container .cennik_1_uslugi {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: #1e1e1e;
}
.cennik-first-section-container .cennik_1_uslugi span {
  font-weight: normal;
}
.cennik-first-section-container .cennik_1_uslugi input[type='checkbox'] {
  margin-right: 10px;
}
.cennik-first-section-container .cennik_1_podsumowanie {
  background-color: #004444;
  color: #fff;
  width: 450px;
  max-width: 100%;
  padding: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_razem {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  text-align: right;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_razem span {
  font-weight: bold;
  font-size: 56px;
  color: #00ff9d;
}
@media (max-width: 500px) {
  .cennik-first-section-container .cennik_1_podsumowanie {
    font-size: 22px;
  }
  .cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_razem span {
    font-size: 46px;
  }
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_pod_razem {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 25px;
}
.cennik-first-section-container .cennik_1_podsumowanie .row.cennik_1_podsumowanie_info {
  padding: 0px;
}
.cennik-first-section-container .cennik_1_podsumowanie .row.cennik_1_podsumowanie_info .cennik_1_podsumowanie_info_1 {
  text-align: left;
  padding: 0px;
}
.cennik-first-section-container .cennik_1_podsumowanie .row.cennik_1_podsumowanie_info .cennik_1_podsumowanie_info_1 span {
  font-weight: bold;
  font-size: 32px;
  color: #00ff9d;
}
.cennik-first-section-container .cennik_1_podsumowanie .row.cennik_1_podsumowanie_info .cennik_1_podsumowanie_info_2 {
  text-align: right;
  padding: 0px;
}
.cennik-first-section-container .cennik_1_podsumowanie .row.cennik_1_podsumowanie_info .cennik_1_podsumowanie_info_2 span {
  font-weight: bold;
  font-size: 32px;
  color: #00ff9d;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_opis {
  padding-top: 30px;
  font-family: 'Space Grotesk', sans-serif;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_opis ul {
  margin: 0px;
  padding: 0px;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_opis ul li {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_opis ul li::marker {
  color: #00ff9d;
}
.cennik-first-section-container .cennik_1_podsumowanie .cennik_1_podsumowanie_zloz_zam {
  padding-top: 40px;
}
@media (max-width: 500px) {
  .cennik-first-section-container .cennik_1_podsumowanie {
    padding: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .cennik-first-section-container {
    padding-top: 50px;
  }
}
.cennik-second {
  background-color: #004444;
  font-family: 'Space Grotesk', sans-serif;
}
.cennik-second .cennik-second-img {
  position: absolute;
  right: 0;
  margin-top: -425px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .cennik-second .cennik-second-img {
    width: 520px;
    margin-top: -355px;
  }
}
@media (max-width: 1400px) {
  .cennik-second .cennik-second-img {
    width: 450px;
    margin-top: -300px;
  }
}
@media (max-width: 1200px) {
  .cennik-second .cennik-second-img {
    width: 350px;
    margin-top: -220px;
  }
}
@media (max-width: 800px) {
  .cennik-second .cennik-second-img {
    width: 200px;
    margin-top: -120px;
  }
}
.cennik-second .cennik-second-section-container {
  padding-top: 90px;
  padding-bottom: 100px;
}
.cennik-second .cennik-second-section-container .cennik_2_tytul {
  font-weight: bold;
  font-size: 48px;
  color: #00ff9d;
  z-index: 99;
}
.cennik-second .cennik-second-section-container .cennik_2_tresc {
  font-weight: normal;
  font-size: 16.12px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 750px;
  z-index: 99;
}
.cennik-second .cennik-second-section-container .cennik_2_napisz {
  z-index: 99;
}
.cennik-third .cennik-third-section-container {
  font-family: 'Space Grotesk', sans-serif;
  padding-top: 90px;
  padding-bottom: 100px;
}
.cennik-third .cennik-third-section-container .cennik_3_tytul {
  font-weight: bold;
  font-size: 48px;
  color: #004444;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc {
  padding-top: 80px;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-item {
  margin-top: 20px;
  border: none;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-button {
  background-color: #f6f6f6;
  font-weight: normal;
  font-size: 20px;
  color: #0c0c0c;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-button:not(.collapsed) {
  background-color: #a1a1ff;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border: none;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004444' stroke='%23004444' stroke-width='1'%3e%3cpath fill-rule='evenodd' stroke='%23004444' stroke-width='1' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  color: #fff;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-button:not(.collapsed)::after {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff' stroke='%23ffffff' stroke-width='1'%3e%3cpath fill-rule='evenodd' stroke='%23ffffff' stroke-width='1' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  font-size: 25px;
  font-weight: bold;
}
.cennik-third .cennik-third-section-container .cennik_3_zawartosc .accordion-body {
  color: #2a2a2a;
  font-weight: normal;
  font-size: 16.12px;
  font-family: 'Space Grotesk', sans-serif;
}
div.dla-kandydata {
  display: block;
}
section.main-for-candidates {
  background-color: #004444;
  overflow: hidden;
}
section.main-for-candidates .for-candidates-container {
  background-image: url('../images/for-candidates-top.jpg');
  background-position: 110% 10px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  section.main-for-candidates .for-candidates-container {
    background-position: 180% 10px;
  }
}
section.main-for-candidates .for-candidates-container .first-section-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: bold;
  padding-top: 110px;
  font-size: 56px;
  color: #00ff9d;
}
@media screen and (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .first-section-content h2 {
    font-size: 30px;
    line-height: 38px;
    padding-top: 30px;
  }
}
section.main-for-candidates .for-candidates-container .first-section-content p {
  font-size: 20px;
  color: white;
  font-family: 'Space Grotesk', sans-serif;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .first-section-content p {
    font-size: 16px;
  }
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .co-robimy-inaczej {
    padding-top: 80px;
  }
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej div.title {
  font-size: 56px;
  color: #cbf801;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: bold;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .co-robimy-inaczej div.title {
    font-size: 30px;
    line-height: 38px;
  }
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row {
  margin-left: 0;
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6 {
  margin-bottom: 50px;
  padding-left: 80px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  background-position: center left;
  background-repeat: no-repeat;
  color: white;
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6.inaczej-1 {
  background-image: url('../images/inaczej-1.png');
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6.inaczej-2 {
  background-image: url('../images/inaczej-2.png');
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6.inaczej-3 {
  background-image: url('../images/inaczej-3.png');
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6.inaczej-4 {
  background-image: url('../images/inaczej-4.png');
}
@media screen and (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-row-container div.tech-row .col-lg-6 {
    font-size: 16px;
    line-height: 20px;
  }
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-robot-left {
  background: url('../images/for-candidates-robot-left.png');
  width: 279px;
  height: 167px;
  position: absolute;
  top: 0px;
  left: -380px;
}
section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-arrow-right {
  background: url('../images/for-candidates-arrow-right.png');
  width: 559px;
  height: 308px;
  right: -400px;
  top: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.main-for-candidates .for-candidates-container .co-robimy-inaczej .tech-arrow-right {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  section.main-for-candidates .for-candidates-container {
    background-image: none;
  }
  section.main-for-candidates .for-candidates-container .links a {
    font-size: 14px;
    padding: 10px 14px;
  }
  section.main-for-candidates .for-candidates-container .links .rounded-default {
    padding: 4px 14px !important;
    margin-right: 0;
    margin-top: 20px;
  }
}
section.how-recrutation-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #cbf801;
}
@media (max-width: 768px) {
  section.how-recrutation-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.how-recrutation-section .section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.how-recrutation-section .section-title {
    font-size: 30px;
    line-height: 38px;
  }
}
section.how-recrutation-section .section-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #004444;
  padding-bottom: 50px;
}
section.how-recrutation-section .collaborate-right-section .collaborate-text div.number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  color: white;
  background-color: #a1a1ff;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 10px;
  width: 30px;
  height: 29px;
  text-align: center;
}
section.how-recrutation-section .collaborate-right-section .collaborate-text .collaborate-text-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  color: #004444;
  padding-bottom: 20px;
  font-weight: bold;
  padding-top: 10px;
}
section.how-recrutation-section .collaborate-right-section .collaborate-text .collaborate-text-content {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #004444;
  padding-bottom: 20px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full {
  position: relative;
  min-height: 1050px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-1 {
  position: absolute;
  top: 25px;
  left: 125px;
  background: url('../images/candidate-image-1.png') no-repeat;
  width: 130px;
  height: 101px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
  position: absolute;
  top: 135px;
  left: 65px;
  width: 320px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
  position: absolute;
  background: url('../images/collaborate-line-1.png') no-repeat;
  width: 431px;
  height: 81px;
  top: 45px;
  left: 412px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
  position: absolute;
  top: 10px;
  left: 903px;
  background: url('../images/candidate-image-2.png') no-repeat;
  width: 133px;
  height: 103px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
  position: absolute;
  top: 165px;
  left: 860px;
  width: 320px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
  position: absolute;
  background: url('../images/collaborate-line-2.png') no-repeat;
  width: 413px;
  height: 129px;
  top: 290px;
  left: 425px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
  position: absolute;
  top: 435px;
  left: 175px;
  background: url('../images/collaborate-3.png') no-repeat;
  width: 131px;
  height: 102px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-3 {
  position: absolute;
  top: 440px;
  left: 390px;
  width: 595px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
  position: absolute;
  background: url('../images/collaborate-line-3.png') no-repeat;
  width: 203px;
  height: 199px;
  top: 540px;
  left: 170px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-4 {
  position: absolute;
  top: 830px;
  left: 10px;
  background: url('../images/candidate-image-4.png') no-repeat;
  width: 105px;
  height: 128px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
  position: absolute;
  top: 770px;
  left: 170px;
  width: 460px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-4 {
  position: absolute;
  background: url('../images/for-candidate-line-4.png') no-repeat;
  width: 364px;
  height: 95px;
  top: 735px;
  left: 420px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
  position: absolute;
  top: 640px;
  left: 1142px;
  background: url('../images/collaborate-4.png') no-repeat;
  width: 96px;
  height: 134px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-5 {
  position: absolute;
  top: 770px;
  left: 800px;
  width: 465px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-5 {
  position: absolute;
  background: url('../images/collaborate-line-5.png') no-repeat;
  width: 233px;
  height: 181px;
  top: 1040px;
  left: 745px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-6 {
  position: absolute;
  top: 1192px;
  left: 320px;
  background: url('../images/collaborate-6.png') no-repeat;
  width: 121px;
  height: 78px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-6 {
  position: absolute;
  top: 1160px;
  left: 495px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full {
    overflow: hidden;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-1 {
    top: inherit;
    left: inherit;
    margin-top: 0px;
    right: 1vw;
    background-size: 10vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 200px;
    left: 300px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
    top: inherit;
    left: inherit;
    left: 20%;
    background-size: 20vw;
    margin-top: 60px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 80%;
    margin-left: 100px;
    margin-top: 200px;
    margin-bottom: 200px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
    background-image: url('../images/collaborate-mobile-line-2.png');
    width: 287px;
    height: 226px;
    top: 700px;
    left: 10px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
    top: inherit;
    left: inherit;
    right: 1vw;
    background-size: 20vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-3 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
    background-image: url('../images/collaborate-mobile-line-3.png');
    width: 184px;
    height: 128px;
    left: 120px;
    position: absolute;
    top: 1260px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-4 {
    top: inherit;
    left: inherit;
    left: 0vw;
    background-size: contain;
    width: 80px;
    margin-top: 260px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 80%;
    margin-left: 100px;
    margin-top: 200px;
    margin-bottom: 50px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-4 {
    top: inherit;
    position: relative;
    background-image: url('../images/collaborate-mobile-line-4.png');
    width: 100%;
    height: 128px;
    background-position: center center;
    background-repeat: no-repeat;
    left: inherit;
    background-size: contain;
    margin-bottom: 90px;
    margin-top: -30px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    top: inherit;
    left: inherit;
    right: 1vw;
    background-size: 20vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-5 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-5 {
    background-image: url('../images/collaborate-mobile-line-6.png');
    right: 0px;
    left: inherit;
    top: inherit;
    height: 254px;
    background-size: contain;
    margin-top: -25px;
    position: relative;
    width: 100%;
    background-position: center right;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-6 {
    top: inherit;
    left: inherit;
    left: 15vw;
    background-size: 20vw;
    margin-top: -30px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-6 {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 100%;
    margin-top: -30px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-6 {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 30px;
    left: 250px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
    max-width: 80%;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-2 {
    left: 20vw;
    background-size: 20vw;
    margin-top: 30vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
    width: 287px;
    height: 226px;
    top: 630px;
    left: 60px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-2 {
    max-width: 90%;
    margin-left: 10px;
    margin-top: 160px;
    margin-bottom: 200px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-4 {
    margin-left: 100px;
    margin-top: 160px;
    margin-bottom: 50px;
    width: 60vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-5 {
    right: 1vw;
    background-size: 20vw;
    margin-top: -60px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
    left: 120px;
    position: absolute;
    top: 1160px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-6 {
    right: -7vw;
    background-size: 15vw;
  }
}
@media screen and (max-width: 360px) {
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-1 {
    background-image: url('../images/collaborate-mobile-line-1.png');
    width: 92px;
    height: 347px;
    top: 170px;
    left: 200px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-text-1 {
    max-width: 80%;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-2 {
    top: 690px;
    left: 0px;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-image-3 {
    top: inherit;
    left: inherit;
    right: -5vw;
    background-size: 20vw;
  }
  section.how-recrutation-section .collaborate-right-section.collaborate-right-section-full .collaborate-line-3 {
    background-image: url('../images/collaborate-mobile-line-3.png');
    width: 184px;
    height: 128px;
    left: 80px;
    position: absolute;
    top: 1230px;
  }
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile div.number {
  font-size: 18px;
  margin-bottom: 10px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-text-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-text-1 {
  max-width: 80%;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-box {
  position: relative;
  padding-bottom: 40px;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-1 {
  position: absolute;
  top: 25px;
  right: 0px;
  background: url('../images/collaborate-1.png') no-repeat;
  width: 53px;
  height: 52px;
  background-size: contain;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-2 {
  position: absolute;
  top: -20px;
  right: 0px;
  background: url('../images/collaborate-2.png') no-repeat;
  width: 63px;
  height: 71px;
  background-size: contain;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-3.png') no-repeat;
  width: 65px;
  height: 51px;
  background-size: contain;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-4.png') no-repeat;
  width: 48px;
  height: 72px;
  background-size: contain;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-text-4 .collaborate-text-title {
  max-width: 80%;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-5 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-5.png') no-repeat;
  width: 59px;
  height: 59px;
  background-size: contain;
}
section.how-recrutation-section .collaborate-right-section.collaborate-right-section-mobile .collaborate-image-6 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url('../images/collaborate-6.png') no-repeat;
  width: 60px;
  height: 39px;
  background-size: contain;
}
section.main-for-media {
  background-color: white;
}
section.main-for-media .for-media-container {
  background: url('../images/media-top-image.png') no-repeat;
  background-position: right 100px;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container {
    padding-top: 50px;
    background: none;
  }
}
section.main-for-media .for-media-container h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 56px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
section.main-for-media .for-media-container .page-media-top-text {
  font-size: 20px;
  line-height: 30px;
  color: #203030;
  font-family: "Space Grotesk", sans-serif;
  padding-bottom: 60px;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container .page-media-top-text {
    font-size: 16px;
  }
}
section.main-for-media .for-media-container .media-categories {
  padding-bottom: 60px;
}
section.main-for-media .for-media-container .media-categories ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
section.main-for-media .for-media-container .media-categories ul li {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container .media-categories ul li {
    margin-bottom: 20px;
  }
}
section.main-for-media .for-media-container .media-categories ul li a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #004444;
  font-weight: bold;
  background-color: transparent;
  border: 4px solid #004444;
  text-decoration: none;
  border-radius: 30px;
  padding: 6px 14px;
  margin-right: 10px;
  text-align: center;
  min-width: 120px;
  display: inline-block;
  transition: ease 0.4s;
}
section.main-for-media .for-media-container .media-categories ul li a:hover {
  background-color: #004444;
  color: white;
}
section.main-for-media .for-media-container .media-categories ul li a.current {
  background-color: #a1a1ff;
  color: white;
  border-color: #a1a1ff;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container .media-categories ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container .media-categories ul li a {
    font-size: 14px;
    padding: 4px 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1500px) {
  section.main-for-media .for-media-container {
    background-position: 63vw 100px;
  }
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-container {
    background-image: none;
  }
}
section.main-for-media .for-media-article-container {
  padding-bottom: 50px;
  background-image: url('../images/single-media-robot.png');
  background-repeat: no-repeat;
  background-position: -80px 500px;
}
section.main-for-media .for-media-article-container .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.main-for-media .for-media-article-container .breadcrumbs ul li {
  float: left;
  display: inline-block;
  color: #004444;
}
section.main-for-media .for-media-article-container .breadcrumbs ul li a {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #004444;
  text-decoration: none;
}
section.main-for-media .for-media-article-container .breadcrumbs ul li a:hover {
  text-decoration: underline;
}
section.main-for-media .for-media-article-container .breadcrumbs ul li.separator {
  padding-left: 10px;
  padding-right: 10px;
}
section.main-for-media .for-media-article-container .article-single {
  padding-top: 25px;
}
section.main-for-media .for-media-article-container .article-single .article-single-image img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  section.main-for-media .for-media-article-container .article-single .article-single-image {
    min-height: 650px;
  }
}
section.main-for-media .for-media-article-container .article-single .single-article-content {
  padding-left: 50px;
  padding-bottom: 100px;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .category {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: #004444;
  padding-bottom: 30px;
  text-transform: uppercase;
  padding-top: 10px;
}
section.main-for-media .for-media-article-container .article-single .single-article-content h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  color: #004444;
  font-weight: bold;
  padding-bottom: 30px;
  max-width: 70%;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .meta {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  color: #004444;
  padding-bottom: 50px;
  text-transform: uppercase;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .excerpt {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #004444;
  padding-bottom: 50px;
  max-width: 80%;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .content {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #004444;
  padding-bottom: 50px;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .content p {
  padding-bottom: 20px;
  font-size: 16px;
}
section.main-for-media .for-media-article-container .article-single .single-article-content .content img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.main-for-media .for-media-article-container .article-single .single-article-content {
    padding-left: 0px;
  }
  section.main-for-media .for-media-article-container .article-single .single-article-content h1 {
    font-size: 30px;
    line-height: 38px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1970px) {
  section.main-for-media .for-media-article-container {
    background-position: -110px 500px;
  }
}
@media screen and (max-width: 1870px) {
  section.main-for-media .for-media-article-container {
    background-position: -160px 500px;
  }
}
@media screen and (max-width: 1770px) {
  section.main-for-media .for-media-article-container {
    background-position: -205px 500px;
  }
}
@media screen and (max-width: 1670px) {
  section.main-for-media .for-media-article-container {
    background-position: -255px 500px;
  }
}
@media screen and (max-width: 1570px) {
  section.main-for-media .for-media-article-container {
    background-position: -205px 500px;
    background-size: 350px auto;
  }
}
@media screen and (max-width: 1470px) {
  section.main-for-media .for-media-article-container {
    background-position: -155px 500px;
    background-size: 280px auto;
  }
}
@media screen and (max-width: 1370px) {
  section.main-for-media .for-media-article-container {
    background-position: -115px 500px;
    background-size: 200px auto;
  }
}
@media screen and (max-width: 1270px) {
  section.main-for-media .for-media-article-container {
    background-position: -85px 500px;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 1170px) {
  section.main-for-media .for-media-article-container {
    background-position: -55px 500px;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 1070px) {
  section.main-for-media .for-media-article-container {
    background-position: -85px 500px;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 991px) {
  section.main-for-media .for-media-article-container {
    background-position: -55px 500px;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 800px) {
  section.main-for-media .for-media-article-container {
    background-image: none;
  }
}
section.main-for-media .for-media-container .articles-list a,
section.main-for-media .for-media-article-container .articles-list a {
  text-decoration: none;
}
section.main-for-media .for-media-container .articles-list .article-single-item,
section.main-for-media .for-media-article-container .articles-list .article-single-item {
  min-height: 295px;
  box-sizing: border-box;
  border: 4px solid #99b4b4;
  border-radius: 28px;
  margin-bottom: 40px;
  overflow: hidden;
}
section.main-for-media .for-media-container .articles-list .article-single-item .article-content,
section.main-for-media .for-media-article-container .articles-list .article-single-item .article-content {
  padding: 0px;
}
section.main-for-media .for-media-container .articles-list .article-single-item .article-content div.badge-text,
section.main-for-media .for-media-article-container .articles-list .article-single-item .article-content div.badge-text {
  padding: 25px;
  font-family: "Space Grotesk", sans-serif;
  color: #004444;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
section.main-for-media .for-media-container .articles-list .article-single-item .article-content div.title,
section.main-for-media .for-media-article-container .articles-list .article-single-item .article-content div.title {
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  color: #004444;
  font-weight: 700;
}
section.main-for-media .for-media-container .articles-list .article-single-item .article-content p,
section.main-for-media .for-media-article-container .articles-list .article-single-item .article-content p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #004444;
  padding-left: 25px;
  padding-right: 25px;
}
section.main-for-media .section-whats-new {
  margin-top: 10px;
  padding-top: 0px;
}
@media screen and (max-width: 440px) {
  section.main-for-media .section-whats-new .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.main-for-login {
  background-color: #a1a1ff;
}
section.main-for-login .for-login-container {
  margin-top: 60px;
  background-image: url('../images/login-background.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 100px;
}
section.main-for-login .for-login-container .container h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 72px;
  color: #00ff9d;
  font-weight: bold;
  padding-bottom: 0px;
}
section.main-for-login .for-login-container .container div.login-info {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  color: #004444;
  padding-bottom: 50px;
}
section.main-for-login .for-login-container .container form {
  padding-top: 30px;
}
section.main-for-login .for-login-container .container form input[type=email],
section.main-for-login .for-login-container .container form input[type=password] {
  width: 93%;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 4px solid #004444;
  border-radius: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: #004444;
}
section.main-for-login .for-login-container .container form .remember-me {
  padding-left: 60px;
}
section.main-for-login .for-login-container .container form .remember-me label {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: normal;
  font-family: "Space Grotesk", sans-serif;
}
section.main-for-login .for-login-container .container form .forgot-password {
  text-align: right;
}
section.main-for-login .for-login-container .container form .forgot-password a {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: normal;
  font-family: "Space Grotesk", sans-serif;
}
section.main-for-login .for-login-container .container form .form-buttons {
  margin-top: 70px;
  margin-bottom: 50px;
}
section.main-for-login .for-login-container .container form .form-buttons button[type=submit] {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #004444;
  background-color: #cbf801;
  border: 0px;
  border-radius: 30px;
  padding: 10px 20px;
  margin-right: 20px;
  transition: ease 0.4s;
}
section.main-for-login .for-login-container .container form .form-buttons button[type=submit]:hover {
  background-color: #004444;
  color: white;
}
section.main-for-login .for-login-container .container form .form-buttons .or {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  color: #004444;
  font-weight: normal;
}
section.main-for-login .for-login-container .container form .form-buttons a.register-button {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1e1e1e;
  background-color: transparent;
  border: 3px solid #1e1e1e;
  border-radius: 30px;
  padding: 10px 20px;
  transition: ease 0.4s;
  text-decoration: none;
  margin-left: 40px;
}
section.main-for-login .for-login-container .container form .form-buttons a.register-button:hover {
  background-color: #004444;
  color: white;
}
.main-logo-menu-with-article.onas-zero-section {
  background-image: url('../images/onas-gora.png');
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center -100px;
  font-family: 'Space Grotesk', sans-serif;
}
.main-logo-menu-with-article.onas-zero-section .onas_3_img {
  right: 0;
  position: absolute;
  margin-top: -450px;
  z-index: 0;
  display: none;
}
@media (max-width: 1280px) {
  .main-logo-menu-with-article.onas-zero-section .onas_3_img {
    max-width: 300px;
    margin-top: -60px;
  }
}
@media (max-width: 500px) {
  .main-logo-menu-with-article.onas-zero-section .onas_3_img {
    display: none;
  }
}
.main-logo-menu-with-article.onas-zero-section .onas-first-section-container {
  padding-top: 80px;
}
.main-logo-menu-with-article.onas-zero-section .onas-first-section-container .onas-first-img {
  margin-right: 10px;
  margin-top: -45px;
}
.main-logo-menu-with-article.onas-zero-section .onas-first-section-container .onas_to_my {
  font-weight: bold;
  font-size: 56px;
  color: #00ff9d;
  line-height: 80px;
}
.main-logo-menu-with-article.onas-zero-section .onas-first-section-container #onas_to_my_hello {
  display: none;
}
@media (max-width: 768px) {
  .main-logo-menu-with-article.onas-zero-section .onas-first-section-container .onas-first-img {
    display: none;
  }
  .main-logo-menu-with-article.onas-zero-section .onas-first-section-container #onas_to_my_hello {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .main-logo-menu-with-article.onas-zero-section .onas-first-section-container {
    width: 100%;
  }
  .main-logo-menu-with-article.onas-zero-section .onas-first-section-container .onas_to_my {
    font-weight: bold;
    font-size: 40px;
    color: #00ff9d;
    line-height: 70px;
  }
}
.main-logo-menu-with-article.onas-zero-section .onas_1 {
  padding-bottom: 60px;
  z-index: 99;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby {
  text-align: center;
  margin-bottom: 30px;
  /* Dodaje miejsce na podpisy */
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby .onas_osoby_tap_me {
  position: absolute;
  margin-top: 15px;
  margin-left: 80px;
  z-index: 9999;
  display: none;
}
@media (max-width: 768px) {
  .main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby .onas_osoby_tap_me {
    margin-left: 70px;
    width: 32px;
    display: inline-block;
  }
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img_container {
  position: relative;
  width: 100%;
  padding-top: 127%;
  /* Zapewnia proporcjonalność kontenera */
  overflow: hidden;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img_hover {
  opacity: 0;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img_container:hover .onas_osoby_img {
  opacity: 0;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img_container:hover .onas_osoby_tap_me {
  opacity: 0;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_img_container:hover .onas_osoby_img_hover {
  opacity: 1;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_imie_nazwisko,
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_stanowisko,
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki {
  text-align: left;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki {
  display: flex;
  gap: 0px;
  align-items: center;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki img {
  margin-top: 10px;
  height: 35px;
  margin-right: 10px;
  /* Zmienione z `marfin-right` na `margin-right` */
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki .phone-icon {
  position: relative;
  z-index: 1;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki .phone-number {
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  color: #cbf801;
  background-color: #004444;
  margin-left: 95px;
  margin-top: 11px;
  padding-top: 6px;
  padding-bottom: 5.5px;
  padding-left: 30px;
  border-radius: 35px;
  padding-right: 10px;
  z-index: 0;
  /* Ustawione wyżej niż .phone-icon */
  display: none;
}
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki .phone-icon:hover + .phone-number,
.main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki .phone-number:hover {
  display: block;
}
@media only screen and (max-width: 768px) {
  .main-logo-menu-with-article.onas-zero-section .onas_1 .onas_osoby_ikonki .phone-number {
    display: none;
    /* Na mobilnych urządzeniach numer jest ukryty, ponieważ używamy `tel:` */
  }
}
@media (max-width: 1280px) and (min-width: 992px) {
  .main-logo-menu-with-article.onas-zero-section .onas_1 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .main-logo-menu-with-article.onas-zero-section {
    background-image: none;
  }
}
@media (max-width: 500px) {
  .main-logo-menu-with-article.onas-zero-section .onas_osoby_img {
    width: 100%;
  }
}
.main-logo-menu-with-article.onas-zero-section .onas_1_tekst {
  font-weight: normal;
  font-size: 20px;
  color: #004444;
  max-width: 620px;
  padding-top: 35px;
  padding-bottom: 90px;
}
.main-logo-menu-with-article.onas-zero-section .onas_osoby_imie_nazwisko {
  font-weight: bold;
  font-size: 24px;
  color: #004444;
}
.main-logo-menu-with-article.onas-zero-section .onas_osoby_stanowisko {
  font-weight: normal;
  font-size: 16px;
  color: #004444;
  height: 48px;
}
@media (max-width: 768px) {
  .main-logo-menu-with-article.onas-zero-section .onas_osoby_stanowisko {
    height: auto;
  }
}
.main-logo-menu-with-article.onas-zero-section #onas_zespol {
  max-width: 100%;
}
.main-logo-menu-with-article.onas-zero-section #onas_zespol .row {
  padding-left: 0px;
  padding-right: 0px;
}
.onas-second {
  background-color: #cbf801;
  padding-top: 90px;
  padding-bottom: 95px;
}
.onas-second .onas_2_tytul {
  font-weight: bold;
  font-size: 48px;
  color: #004444;
}
@media (max-width: 768px) {
  .onas-second .onas_2_tytul {
    font-size: 40px;
    line-height: 48px;
  }
}
.onas-second .onas_2_tresc {
  max-width: 650px;
  padding-top: 45px;
  font-weight: normal;
  font-size: 16px;
  color: #004444;
}
.onas-second .onas_2_img {
  position: absolute;
  float: right;
  right: 0;
  margin-right: -15px;
  margin-top: 0px;
  max-width: 600px;
  height: auto;
}
@media (max-width: 1380px) {
  .onas-second .onas_2_tresc {
    max-width: 50%;
  }
  .onas-second .onas_2_img {
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .onas-second .onas_2_tresc {
    max-width: 100%;
  }
  .onas-second .onas_2_img {
    position: relative;
    clear: both;
    float: left;
    margin-right: 0px;
    margin-top: 30px;
    max-width: 100%;
    display: none;
  }
}
.onas-third {
  background-color: #004444;
  padding-top: 100px;
  padding-bottom: 85px;
}
.onas-third .onas_3_tytul {
  font-weight: bold;
  font-size: 48px;
  color: #fff;
}
.onas-third .onas_3_tytul span {
  color: #00ff9d;
}
@media (max-width: 768px) {
  .onas-third .onas_3_tytul {
    font-size: 40px;
    line-height: 48px;
  }
}
.onas-third .onas_3_tresc {
  padding-top: 60px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  max-width: 625px;
  padding-bottom: 50px;
}
.onas-third .onas_nasz_wizja_img {
  margin-top: 50px;
}
.onas-third .onas_nasz_wizja_nazwa {
  padding-top: 40px;
  font-weight: 500;
  font-size: 32px;
  color: #00ff9d;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .onas-third .onas_nasz_wizja_img {
    height: 35px;
  }
  .onas-third .onas_nasz_wizja_nazwa {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.onas-third .onas_nasz_wizja_opis {
  font-weight: normal;
  font-size: 16.12px;
  color: #fff;
  max-width: 250px;
}
.modal-custom {
  max-width: 900px !important;
}
.modal-custom .formularz_img {
  position: absolute;
  left: 600px;
  top: 510px;
}
#aboutUsCVModal .modal-custom .formularz_img {
  position: absolute;
  left: 600px;
  top: 481px;
}
#aboutUsKandydaciModal .modal-custom .formularz_img {
  position: absolute;
  left: 600px;
  top: 449px;
}
.modal-border {
  position: relative;
  border-radius: 30px;
  /* Ensure rounded corners for the content */
  padding: 3px;
  /* Adjust padding if needed */
  background: linear-gradient(90deg, #cbf802, #00ff9d);
}
.modal-border .modal-border::before {
  content: '';
  position: absolute;
  top: -3px;
  /* Adjust to match the border width */
  left: -3px;
  /* Adjust to match the border width */
  right: -3px;
  /* Adjust to match the border width */
  bottom: -3px;
  /* Adjust to match the border width */
  border-radius: 30px;
  /* Ensure rounded corners for the border */
  background: linear-gradient(90deg, #cbf802, #00ff9d);
  z-index: -1;
  /* Place it behind the content */
}
.modal-border .modal-body {
  padding: 50px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .modal-border .modal-body {
    padding: 20px;
  }
}
.modal-border .modal-body .btn-close {
  float: right;
  top: 60px;
  position: absolute;
  right: 55px;
  width: 25px;
  height: 25px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d1d1'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 25px auto no-repeat;
}
@media (max-width: 768px) {
  .modal-border .modal-body .btn-close {
    top: 20px;
    right: 25px;
    width: 20px;
    height: 20px;
  }
}
.modal-border .modal-body .popup_tytul {
  font-weight: bold;
  font-size: 32px;
  color: #004444;
}
@media (max-width: 768px) {
  .modal-border .modal-body .popup_tytul {
    font-size: 28px;
    width: calc(100% - 27px);
  }
}
.modal-border .modal-body .popup_tresc {
  font-weight: normal;
  font-size: 20px;
  color: #004444;
  padding-bottom: 35px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .modal-border .modal-body .popup_tresc {
    font-size: 18px;
  }
}
.modal-border .modal-body #popup_tresc_error,
.modal-border .modal-body #popup_tresc_error2,
.modal-border .modal-body #popup_tresc_error3 {
  font-weight: normal;
  font-size: 18px;
  color: red;
  padding-bottom: 15px;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .modal-border .modal-body #popup_tresc_error,
  .modal-border .modal-body #popup_tresc_error2,
  .modal-border .modal-body #popup_tresc_error3 {
    font-size: 16px;
  }
}
.modal-border .modal-body #popup_tresc_ok,
.modal-border .modal-body #popup_tresc_ok2,
.modal-border .modal-body #popup_tresc_ok3 {
  font-weight: normal;
  font-size: 18px;
  color: #004444;
  margin-bottom: 40px;
  width: 100%;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .modal-border .modal-body #popup_tresc_ok,
  .modal-border .modal-body #popup_tresc_ok2,
  .modal-border .modal-body #popup_tresc_ok3 {
    font-size: 16px;
  }
}
.modal-border .modal-body .popup_input {
  font-weight: normal;
  font-size: 16px;
  color: #b3b3b3;
  border-color: #e7e7e7 !important;
  border: 3px solid #e7e7e7 !important;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0px;
}
.modal-border .modal-body #adres_email,
.modal-border .modal-body #adres_email2,
.modal-border .modal-body #adres_email3 {
  width: calc(50% - 5px);
  float: left;
}
.modal-border .modal-body #numer_telefonu,
.modal-border .modal-body #numer_telefonu2,
.modal-border .modal-body #numer_telefonu3 {
  width: calc(50% - 5px);
  float: right;
  margin-right: 0px;
}
@media (max-width: 776px) {
  .modal-border .modal-body #adres_email,
  .modal-border .modal-body #adres_email2,
  .modal-border .modal-body #adres_email3 {
    width: calc(100% - 0px);
  }
  .modal-border .modal-body #numer_telefonu,
  .modal-border .modal-body #numer_telefonu2,
  .modal-border .modal-body #numer_telefonu3 {
    width: calc(100% - 5px);
    float: left;
  }
}
.modal-border .modal-body .popup_textarea {
  font-weight: normal;
  font-size: 16px;
  color: #b3b3b3;
  border-color: #e7e7e7 !important;
  border: 3px solid #e7e7e7 !important;
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 135px;
  resize: none;
  padding: 20px;
  color: #004444;
}
.modal-border .modal-body .popup_info {
  font-weight: normal;
  font-size: 14px;
  color: #1e1e1e;
  padding-top: 30px;
  padding-bottom: 40px;
}
.modal-border .modal-body .anuluj_wysylanie {
  font-weight: normal;
  font-size: 16px;
  color: #b3b3b3;
}
@media (max-width: 776px) {
  .modal-border .modal-body .anuluj_wysylanie {
    display: block;
    margin-top: 30px;
  }
}
.hamburger-menu-div {
  background-color: #203030;
  padding: 50px;
  width: 450px;
  -webkit-box-shadow: 0px 0px 31px 27px rgba(52, 52, 62, 0.15);
  -moz-box-shadow: 0px 0px 31px 27px rgba(52, 52, 62, 0.15);
  box-shadow: 0px 0px 31px 27px rgba(52, 52, 62, 0.15);
  z-index: 999999;
}
.hamburger-menu-div button.close-button {
  background-color: transparent;
  border: 0;
  opacity: 1;
  margin-top: -22px;
  margin-right: -33px;
}
.hamburger-menu-div .menu-hamburger-content {
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hamburger-menu-div .menu-hamburger-content ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  width: 90%;
}
.hamburger-menu-div .menu-hamburger-content ul li {
  padding-bottom: 10px;
}
.hamburger-menu-div .menu-hamburger-content ul li a {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: white;
  text-decoration: none;
  height: 30px;
}
.hamburger-menu-div .menu-hamburger-content ul li a.menu-item-lang {
  display: inline-block;
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
.hamburger-menu-div .menu-hamburger-content ul li a.menu-item-lang.menu-item-lang-pl {
  background-image: url('../images/pl-flag.svg');
}
.hamburger-menu-div .menu-hamburger-content ul li a.menu-item-lang.menu-item-lang-en {
  background-image: url('../images/gb-flag.svg');
}
.hamburger-menu-div .menu-hamburger-content .snip1135 a:before {
  background-color: #cbf801;
}
.hamburger-menu-div .menu-hamburger-content .snip1135 a:hover:before,
.hamburger-menu-div .menu-hamburger-content .snip1135 .current a:before {
  opacity: 1;
  width: 185px;
}
.hamburger-menu-div .menu-hamburger-content .kontakt-tekst {
  margin-top: 20px;
}
.hamburger-menu-div .menu-hamburger-content .kontakt-tekst span {
  display: block;
  color: white;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
.hamburger-menu-div .menu-hamburger-content .kontakt-tekst a {
  color: #cbf801;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
}
.hamburger-menu-div .menu-hamburger-content .kontakt-tekst a:hover {
  text-decoration: underline;
}
.hamburger-menu-div .menu-hamburger-content .obserwuj {
  margin-top: 20px;
}
.hamburger-menu-div .menu-hamburger-content .obserwuj span {
  display: block;
  color: white;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.hamburger-menu-div .menu-hamburger-content::-webkit-scrollbar {
  display: none !important;
}
@media screen and (max-width: 440px) {
  .hamburger-menu-div .offcanvas-header {
    padding-left: 0;
  }
  .hamburger-menu-div .offcanvas-header button {
    margin-left: -10px;
  }
}
.hamburger-menu-div .offcanvas-body {
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hamburger-menu-div .offcanvas-body::-webkit-scrollbar {
  display: none !important;
}
.lcc-modal.lcc-modal--settings {
  z-index: 999999 !important;
}
.modal {
  z-index: 999999 !important;
}
body.dark-mode a.rounded-default {
  color: #bcd83c;
  border-color: #bcd83c;
}
body.dark-mode section.main-logo-menu-with-article {
  background: #102d2b;
}
body.dark-mode section.main-logo-menu-with-article #nav_main a {
  color: white;
}
body.dark-mode section.main-logo-menu-with-article .mainpage-first-section-container {
  background-image: url('../images/mainpage-section-1-background-dark.png');
}
body.dark-mode section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content h2 {
  color: #2bd895;
}
body.dark-mode section.main-logo-menu-with-article .mainpage-first-section-container .first-section-content p {
  color: white;
}
@media (max-width: 768px) {
  body.dark-mode section.main-logo-menu-with-article .mainpage-first-section-container {
    background-image: none;
  }
}
body.dark-mode section.mainpage-carousel-wrapper {
  background-color: #0a251c;
}
body.dark-mode section.mainpage-carousel-wrapper .title-container h2 {
  color: #2bd895;
}
body.dark-mode section.mainpage-carousel-wrapper .arrow-circle.arrow-circle-left {
  background-image: url('../images/opinions-arrow-left-yellow.png');
}
body.dark-mode section.mainpage-carousel-wrapper .arrow-circle.arrow-circle-right {
  background-image: url('../images/opinions-arrow-right-yellow.png');
}
body.dark-mode section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item {
  border-collapse: #2bd895;
}
body.dark-mode section.mainpage-carousel-wrapper .carousel-wrapper .carousel-items .carousel-single-item div.title {
  color: #2bd895;
}
body.dark-mode section.section-out-talent {
  background-color: #102d2b;
  background-image: url('../images/section-2-back.png');
  background-position: right 40px;
}
body.dark-mode section.section-out-talent .section-subtitle {
  color: #2bd895;
}
body.dark-mode section.section-out-talent p.section-text {
  color: white;
}
body.dark-mode section.section-out-talent p.mamy-na-liczniku {
  color: #bcd83c;
}
body.dark-mode section.section-out-talent div.tech-row {
  color: white;
}
body.dark-mode section.section-out-talent div.tech-row .col-lg-6 {
  color: white;
}
body.dark-mode section.section-out-talent .section-subtitle-nasz-talent {
  color: #bcd83c;
}
body.dark-mode section.section-out-talent .col-text-licznik {
  color: white;
}
body.dark-mode section.section-out-talent .talent-images-col img {
  -webkit-box-shadow: 4px 4px 53px 6px rgba(3, 3, 3, 0.7);
  -moz-box-shadow: 4px 4px 53px 6px rgba(3, 3, 3, 0.7);
  box-shadow: 4px 4px 53px 6px rgba(3, 3, 3, 0.7);
}
@media (max-width: 768px) {
  body.dark-mode section.section-out-talent {
    background-image: none;
  }
}
body.dark-mode section.how-collaborate-section {
  background-color: #0a2514;
}
body.dark-mode section.how-collaborate-section .section-title {
  color: #bcd83c;
}
body.dark-mode section.how-collaborate-section .section-text {
  color: white;
}
body.dark-mode section.how-collaborate-section .collaborate-right-section .collaborate-text-title {
  color: #2bd895;
}
body.dark-mode section.how-collaborate-section .collaborate-right-section .collaborate-text-content {
  color: white;
}
body.dark-mode section.how-collaborate-section .collaborate-image-1 {
  background-image: url('../images/collaborate-1-dark.png') !important;
}
body.dark-mode section.how-collaborate-section .collaborate-image-2 {
  background-image: url('../images/collaborate-2-dark.png') !important;
}
body.dark-mode section.how-collaborate-section .collaborate-image-3 {
  background-image: url('../images/collaborate-3-dark.png') !important;
}
body.dark-mode section.how-collaborate-section .collaborate-image-4 {
  background-image: url('../images/collaborate-4-dark.png') !important;
}
body.dark-mode section.how-collaborate-section .collaborate-image-5 {
  background-image: url('../images/collaborate-5-dark.png') !important;
}
body.dark-mode section.how-collaborate-section .collaborate-image-6 {
  background-image: url('../images/collaborate-6-dark.png') !important;
}
body.dark-mode section.section-jak-dotrzec {
  background-color: #051a10;
}
body.dark-mode section.section-jak-dotrzec .section-title {
  color: #2bd895;
}
body.dark-mode section.section-co-mowia-o-nas {
  background-color: #0a251c;
}
body.dark-mode section.section-co-mowia-o-nas .section-title {
  color: #bcd83c;
}
body.dark-mode section.section-co-mowia-o-nas .arrow-circle-left {
  background-image: url('../images/opinions-arrow-left-yellow.png');
  width: 52px;
  height: 52px;
}
body.dark-mode section.section-co-mowia-o-nas .arrow-circle-left img {
  display: none;
}
body.dark-mode section.section-co-mowia-o-nas .arrow-circle-right {
  background-image: url('../images/opinions-arrow-right-yellow.png');
  width: 52px;
  height: 52px;
}
body.dark-mode section.section-co-mowia-o-nas .arrow-circle-right img {
  display: none;
}
body.dark-mode section.section-co-mowia-o-nas .opinions-wrapper .opinions-list .single-opinion .single-opinion-text {
  color: white;
}
body.dark-mode section.section-co-mowia-o-nas .opinions-wrapper .opinions-list .single-opinion .single-opinion-author {
  color: white;
}
body.dark-mode .section-napisz-do-nas {
  background-color: #102d2b;
}
body.dark-mode .section-napisz-do-nas .section-title {
  color: white;
}
body.dark-mode .section-napisz-do-nas .section-title span {
  color: #2bd895;
}
body.dark-mode .section-napisz-do-nas .section-text {
  color: white;
}
body.dark-mode footer.footer-main-wrapper {
  background-color: #0a251c;
}
body.dark-mode section.main-for-candidates {
  background-color: #0a251c;
}
body.dark-mode section.main-for-candidates .for-candidates-container .first-section-content h2 {
  color: #00e792;
}
body.dark-mode section.how-recrutation-section {
  background-color: #102d2b;
}
body.dark-mode section.how-recrutation-section .section-title {
  color: #2bd895;
}
body.dark-mode section.how-recrutation-section .section-text {
  color: white;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-text .collaborate-text-title {
  color: #2bd895;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-text .collaborate-text-content {
  color: white;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-text .number {
  color: #0a251c;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-1 {
  background-image: url('../images/for-candidate-dark-1.png') !important;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-2 {
  background-image: url('../images/for-candidate-dark-2.png') !important;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-3 {
  background-image: url('../images/for-candidate-dark-3.png') !important;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-4 {
  background-image: url('../images/for-candidate-dark-4.png') !important;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-5 {
  background-image: url('../images/for-candidate-dark-5.png') !important;
}
body.dark-mode section.how-recrutation-section .collaborate-right-section .collaborate-image-6 {
  background-image: url('../images/for-candidate-dark-6.png') !important;
}
body.dark-mode .onas-zero-section {
  background-color: #102d2b;
}
body.dark-mode .onas-zero-section .onas-first-section-container .onas_to_my {
  color: #2bd895;
}
body.dark-mode .onas-zero-section .onas-first-section-container .onas_1_tekst {
  color: white;
}
body.dark-mode .onas-zero-section .onas-first-section-container #onas_zespol .onas_osoby .onas_osoby_imie_nazwisko {
  color: white;
}
body.dark-mode .onas-zero-section .onas-first-section-container #onas_zespol .onas_osoby .onas_osoby_stanowisko {
  color: white;
}
body.dark-mode .onas-second {
  background-color: #0a251c;
}
body.dark-mode .onas-second .onas_2_tytul {
  color: #bcd83c;
}
body.dark-mode .onas-second .onas_2_tresc {
  color: white;
}
body.dark-mode .onas-third {
  background-color: #102d2b;
}
body.dark-mode .onas-third .onas_3_tytul span {
  color: #2bd895;
}
body.dark-mode .onas-third .onas_nasz_wizja_nazwa {
  color: #2bd895;
}
body.dark-mode .for-media-container h2 {
  color: #2bd895;
}
body.dark-mode .for-media-container .page-media-top-text {
  color: white;
}
body.dark-mode .for-media-container .media-categories .media-categories-ul li a {
  border-color: #bcd83c;
  color: #bcd83c;
}
body.dark-mode .for-media-container .articles-list .article-single-item {
  border-color: #195b5a;
  color: white;
}
body.dark-mode .for-media-container .articles-list .article-single-item .article-content .badge-text,
body.dark-mode .for-media-container .articles-list .article-single-item .article-content .title,
body.dark-mode .for-media-container .articles-list .article-single-item .article-content p {
  color: white !important;
}
body.dark-mode .for-media-article-container .breadcrumbs {
  color: #bcd83c;
}
body.dark-mode .for-media-article-container .breadcrumbs ul li,
body.dark-mode .for-media-article-container .breadcrumbs ul a {
  color: #bcd83c;
}
body.dark-mode .for-media-article-container .breadcrumbs ul li a,
body.dark-mode .for-media-article-container .breadcrumbs ul a a {
  color: #bcd83c;
}
body.dark-mode .for-media-article-container .article-single .single-article-content {
  color: white;
}
body.dark-mode .for-media-article-container .article-single .single-article-content .category,
body.dark-mode .for-media-article-container .article-single .single-article-content .meta,
body.dark-mode .for-media-article-container .article-single .single-article-content .excerpt,
body.dark-mode .for-media-article-container .article-single .single-article-content .content,
body.dark-mode .for-media-article-container .article-single .single-article-content h1 {
  color: white;
}
body.dark-mode .modal-dialog .modal-border {
  border-color: #bcd83c;
}
body.dark-mode .modal-dialog .modal-border .modal-body {
  background-color: #102d2b;
}
body.dark-mode .modal-dialog .modal-border .modal-body .popup_tytul {
  color: #bcd83c;
}
body.dark-mode .modal-dialog .modal-border .modal-body .popup_tresc,
body.dark-mode .modal-dialog .modal-border .modal-body .popup_info,
body.dark-mode .modal-dialog .modal-border .modal-body .anuluj_wysylanie {
  color: white;
}
body.dark-mode .modal-dialog .modal-border .modal-body .popup_input,
body.dark-mode .modal-dialog .modal-border .modal-body .popup_textarea {
  border-color: #b7bdbc;
  color: #b3b3b3;
  background-color: transparent;
}
body.dark-mode .modal-dialog .modal-border .modal-body input[type=file] {
  color: #b3b3b3;
}
section.main-logo-menu-offer {
  background-color: white;
}
section.main-logo-menu-offer .main-for-single-offer {
  background-color: #f2f2f2 !important;
  padding-top: 0px;
  padding-bottom: 25px;
}
.for-single-offer-container {
  max-width: 967px;
  background-color: white;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  min-height: 200px;
  margin-top: 25px;
}
.for-single-offer-container .single-offer-content {
  padding: 13px 26px;
  padding-bottom: 20px;
}
.for-single-offer-container .single-offer-content h1.title {
  text-align: left;
  font: normal normal bold 24px/31px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  font-size: 15.4px;
}
.for-single-offer-container .single-offer-content h4.subtitle {
  text-align: left;
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #818181;
  opacity: 1;
  padding-bottom: 18px;
  font-size: 12.6px;
}
.for-single-offer-container .single-offer-content p {
  font: normal normal normal 13px/18px Space Grotesk;
}
@media (max-width: 768px) {
  .for-single-offer-container .single-offer-content .offer-logo {
    max-width: 100px;
    max-height: 100px;
  }
}
.for-single-offer-container .single-offer-content .categories-col {
  padding-top: 10px;
}
.for-single-offer-container .single-offer-content .categories-col .offer-category {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 5px 15px;
  color: #7e7e80;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.for-single-offer-container .single-offer-content .yellow-box {
  max-width: 65%;
  border-radius: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #cbf801 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  left: -27px;
  padding-left: 27px;
  margin-top: 20px;
  padding-top: 10px;
}
.for-single-offer-container .single-offer-content .yellow-box .price-line-0 {
  text-align: left;
  font: normal normal normal 12px/15px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
}
.for-single-offer-container .single-offer-content .yellow-box .price-line-1 {
  text-align: left;
  font: normal normal bold 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 8px;
}
.for-single-offer-container .single-offer-content .yellow-box .price-line-1 .price-type {
  font-weight: normal;
  font-size: 14px;
}
.for-single-offer-container .single-offer-content .yellow-box .price-line-2 {
  text-align: left;
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 8px;
}
.for-single-offer-container .single-offer-content .yellow-box button.button-apply,
.for-single-offer-container .single-offer-content .yellow-box a.button-apply {
  margin-top: 14px;
  margin-bottom: 14px;
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 100px;
  font: normal normal medium 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: 0;
  float: right;
  margin-right: 25px;
  line-height: 36px;
  min-width: 170px;
}
.for-single-offer-container .single-offer-content .yellow-box a.button-apply {
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .for-single-offer-container .single-offer-content .yellow-box {
    max-width: 115%;
    border-radius: 0;
    left: -27px;
    width: 83vw;
  }
}
.for-single-offer-container .single-offer-content .offer-top-info-wrapp {
  padding-top: 25px;
  padding-left: 10px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 25px;
}
.for-single-offer-container .single-offer-content .offer-top-info-wrapp .col-md-4 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 15px;
  min-height: 57px;
  font-size: 12.6px;
}
.for-single-offer-container .single-offer-content .offer-top-info-wrapp .col-md-4 .icon-image {
  max-width: 25px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.for-single-offer-container .single-offer-content .offer-top-info-wrapp .col-md-4 .subinfo {
  text-align: left;
  font: normal normal normal 13px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #818181;
  opacity: 1;
  font-size: 9.8px;
}
.for-single-offer-container .single-offer-content .section-title {
  text-align: left;
  font: normal normal bold 15px/20px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 12.6px;
}
.for-single-offer-container .single-offer-content .offer-info-section .col-12 {
  max-width: 90%;
  margin-left: 10px;
  background-image: url('../images/check-purple.svg');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-align: left;
  font: normal normal normal 13px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 0px;
  font-size: 12.6px;
}
.for-single-offer-container .single-offer-content hr {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.for-single-offer-container .single-offer-content .offer-info-section-green {
  margin-left: 00px;
}
.for-single-offer-container .single-offer-content .offer-info-section-green .element {
  background-image: url('../images/check-green.svg');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-align: left;
  font: normal normal normal 13px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 0px;
  padding-right: 10%;
  font-size: 12.6px;
}
.for-single-offer-container .single-offer-content .button-apply-col {
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}
.for-single-offer-container .single-offer-content .button-apply-col button,
.for-single-offer-container .single-offer-content .button-apply-col a {
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 100px;
  width: 235px;
  line-height: 36px;
  border: 0;
  font: normal normal medium 13px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.for-single-offer-container .single-offer-content .button-apply-col a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.for-single-offer-container .single-offer-content .offer-conclusion {
  text-align: left;
  font: normal normal normal 12px/16px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .modal-candidate {
    width: 100%;
    min-width: 97% !important;
  }
}
.add-offer h3 {
  font-family: Space Grotesk;
  font-size: 18px;
  color: #203030;
  padding-top: 20px;
  padding-bottom: 30px;
  display: none;
}
section.add-offer-navigation-wrapper {
  padding-bottom: 25px;
}
section.add-offer-navigation-wrapper .step-name {
  text-align: center;
  color: #203030;
  font-size: 14px;
  font-weight: normal;
  font-family: Space Grotesk;
}
section.add-offer-navigation-wrapper .step-name a {
  color: #203030;
}
section.add-offer-navigation-wrapper .pasek {
  /* Pasek wypełnienia */
  /* Kroki */
}
section.add-offer-navigation-wrapper .pasek .progress-bar {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin: 20px 0;
  z-index: 333;
}
section.add-offer-navigation-wrapper .pasek .progress-fill {
  position: absolute;
  height: 100%;
  background-color: #b3ff00;
  /* Kolor aktywnego kroku */
  border-radius: 5px;
  transition: width 0.3s ease;
  z-index: 1;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-1 {
  width: 9%;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-2 {
  width: 25%;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-3 {
  width: 42%;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-4 {
  width: 59%;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-5 {
  width: 75%;
}
section.add-offer-navigation-wrapper .pasek .progress-fill.progress-fill-6 {
  width: 92%;
}
section.add-offer-navigation-wrapper .pasek .steps {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 2;
}
section.add-offer-navigation-wrapper .pasek .step {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #4a4a4a;
  /* Domyślny kolor kółka */
  border-radius: 50%;
  z-index: 3;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
section.add-offer-navigation-wrapper .pasek .step.active {
  background: white url('../images/step_active.svg') no-repeat center center;
}
section.add-offer-navigation-wrapper .pasek .step.checked {
  background: #004444 url('../images/step_check.svg') no-repeat center center;
}
.container-add-form {
  background-color: white;
  padding-bottom: 25px;
  border-radius: 0px;
  font-family: Space Grotesk, sans-serif;
  font-weight: normal;
}
.container-add-form .footer-control-elements a {
  color: #a1a1ff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.container-add-form .footer-control-elements button.cancel-button,
.container-add-form .footer-control-elements button.submit-button {
  border: 1px solid #a1a1ff;
  border-radius: 25px;
  background-color: white;
  font-size: 16px;
  font-weight: normal;
  color: #a1a1ff;
  padding: 10px 20px;
  min-width: 140px;
}
.container-add-form .footer-control-elements button.cancel-button.submit-button,
.container-add-form .footer-control-elements button.submit-button.submit-button {
  background-color: #a1a1ff;
  color: white;
  margin-left: 20px;
}
.custom-fieldset {
  border: 2px solid #cccccc;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  /* Stylizacja legendy */
}
.custom-fieldset.custom-fieldset2 {
  display: block;
}
.custom-fieldset.custom-fieldset-waga {
  padding: 0;
  margin-top: 20px;
}
.custom-fieldset.custom-fieldset-waga input {
  border: none !important;
  width: 80%;
  padding: 7px 16px;
}
.custom-fieldset.custom-fieldset-waga .radius-input-wrapper {
  border: none;
}
.custom-fieldset legend {
  font-size: 10px;
  color: #888888;
  margin-left: 10px;
  padding: 0 5px;
  position: absolute;
  top: -9px;
  left: 0px;
  background-color: white;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.offer-add-step,
.edit-company-profile {
  /* Stylizacja opcji (checkboxów) */
  /* Stylizacja customowych checkboxów */
  /* Dostosowanie tekstu */
}
.offer-add-step button.cancel-button,
.edit-company-profile button.cancel-button,
.offer-add-step button.submit-button,
.edit-company-profile button.submit-button {
  border: 1px solid #a1a1ff;
  border-radius: 25px;
  background-color: white;
  font-size: 16px;
  font-weight: normal;
  color: #a1a1ff;
  padding: 10px 20px;
  min-width: 140px;
  margin-right: 20px;
}
.offer-add-step button.cancel-button.submit-button,
.edit-company-profile button.cancel-button.submit-button,
.offer-add-step button.submit-button.submit-button,
.edit-company-profile button.submit-button.submit-button {
  background-color: #a1a1ff;
  color: white;
  margin-left: 20px;
}
.offer-add-step h3,
.edit-company-profile h3 {
  font-family: Space Grotesk;
  font-size: 20px;
  color: #203030;
  padding-bottom: 20px;
}
.offer-add-step h3 span,
.edit-company-profile h3 span {
  font-weight: normal;
  color: #203030;
  font-size: 18px;
}
.offer-add-step hr,
.edit-company-profile hr {
  border: 1px solid #f2f2f2;
  margin-bottom: 25px;
}
.offer-add-step p,
.edit-company-profile p {
  font-family: Space Grotesk;
  font-size: 16px;
  color: #818181;
  padding-bottom: 20px;
}
.offer-add-step input[type='text'],
.edit-company-profile input[type='text'],
.offer-add-step input[type='email'],
.edit-company-profile input[type='email'],
.offer-add-step input[type='password'],
.edit-company-profile input[type='password'],
.offer-add-step input[type='number'],
.edit-company-profile input[type='number'],
.offer-add-step input[type='tel'],
.edit-company-profile input[type='tel'],
.offer-add-step input[type='file'],
.edit-company-profile input[type='file'],
.offer-add-step input[type='datetime-local'],
.edit-company-profile input[type='datetime-local'] {
  border: 1px solid #707070;
  border-radius: 22px;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
  color: #818181;
}
.offer-add-step input[type='text']::placeholder,
.edit-company-profile input[type='text']::placeholder,
.offer-add-step input[type='email']::placeholder,
.edit-company-profile input[type='email']::placeholder,
.offer-add-step input[type='password']::placeholder,
.edit-company-profile input[type='password']::placeholder,
.offer-add-step input[type='number']::placeholder,
.edit-company-profile input[type='number']::placeholder,
.offer-add-step input[type='tel']::placeholder,
.edit-company-profile input[type='tel']::placeholder,
.offer-add-step input[type='file']::placeholder,
.edit-company-profile input[type='file']::placeholder,
.offer-add-step input[type='datetime-local']::placeholder,
.edit-company-profile input[type='datetime-local']::placeholder {
  color: #b3b3b3;
}
.offer-add-step textarea,
.edit-company-profile textarea {
  border: 1px solid #707070;
  border-radius: 22px;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
  color: #818181;
  min-height: 300px;
}
.offer-add-step textarea::placeholder,
.edit-company-profile textarea::placeholder {
  color: #b3b3b3;
}
.offer-add-step .custom-select-wrapper,
.edit-company-profile .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 20px;
  /* Focus state */
  /* Wyrównanie strzałki */
}
.offer-add-step .custom-select-wrapper .select-label,
.edit-company-profile .custom-select-wrapper .select-label {
  font-size: 12px;
  color: #b3b3b3;
  position: absolute;
  top: -8px;
  left: 12px;
  background: #fff;
  padding: 0 5px;
  z-index: 1;
  pointer-events: none;
}
.offer-add-step .custom-select-wrapper .custom-select,
.edit-company-profile .custom-select-wrapper .custom-select {
  width: 100%;
  padding: 10px 40px 10px 22px;
  /* Wyrównanie z prawej na ikonę */
  font-size: 16px;
  color: #818181;
  border: 1px solid #707070;
  border-radius: 25px;
  appearance: none;
  /* Usuwa domyślne strzałki */
  background: #fff url('../images/select-arrow-down.svg') no-repeat right 15px center;
  background-size: 10px;
  cursor: pointer;
  outline: none;
}
.offer-add-step .custom-select-wrapper .custom-select:focus,
.edit-company-profile .custom-select-wrapper .custom-select:focus {
  border-color: #818181;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.offer-add-step .custom-select-wrapper .custom-select::-ms-expand,
.edit-company-profile .custom-select-wrapper .custom-select::-ms-expand {
  display: none;
}
.offer-add-step .custom-select-wrapper option.select-first,
.edit-company-profile .custom-select-wrapper option.select-first {
  color: #b3b3b3;
}
.offer-add-step .option,
.edit-company-profile .option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin-right: 30px;
}
.offer-add-step .option.margin-right-0,
.edit-company-profile .option.margin-right-0 {
  margin-right: 0;
}
.offer-add-step .option input,
.edit-company-profile .option input {
  display: none;
}
.offer-add-step .checkmark,
.edit-company-profile .checkmark {
  display: inline-block;
  width: 33px;
  height: 24px;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  background-image: url('../images/checkbox-unchecked.svg');
  background-position: center left;
  background-repeat: no-repeat;
}
.offer-add-step .option input:checked + .checkmark,
.edit-company-profile .option input:checked + .checkmark {
  background-image: url('../images/checkbox-checked.svg');
}
.offer-add-step .option span.checkmark-text,
.edit-company-profile .option span.checkmark-text {
  font-weight: normal;
  font-size: 16px;
  max-width: 92%;
}
.offer-add-step .option input:checked + .checkmark::after,
.edit-company-profile .option input:checked + .checkmark::after {
  background-image: url('../images/checkbox-checked.svg');
}
.offer-add-step .option input:disabled + .checkmark,
.edit-company-profile .option input:disabled + .checkmark {
  background-image: url('../images/checkbox-disabled.png');
}
.offer-add-step .option input:disabled + .checkmark::after,
.edit-company-profile .option input:disabled + .checkmark::after {
  background-image: url('../images/checkbox-disabled.png');
}
.offer-add-step .radius-input-wrapper,
.edit-company-profile .radius-input-wrapper {
  border: 1px solid #707070;
  border-radius: 22px;
  font-size: 16px;
}
.offer-add-step .radius-input-wrapper input,
.edit-company-profile .radius-input-wrapper input {
  width: 74%;
  border: 0;
  margin: 0;
}
.offer-add-step .radius-input-wrapper span,
.edit-company-profile .radius-input-wrapper span {
  font-weight: bold;
  text-align: right;
}
.offer-add-step .button-trash,
.edit-company-profile .button-trash {
  border: 0;
  margin: 0;
  padding: 0;
  background: url('../images/icon-trash.svg') no-repeat center;
  width: 40px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
}
.offer-add-step .button-add-question,
.edit-company-profile .button-add-question {
  border: 0;
  margin: 0;
  padding: 0;
  background: url('../images/icon-add.svg') no-repeat center;
  width: 40px;
}
.offer-add-step .add-own-what-we-offer,
.edit-company-profile .add-own-what-we-offer,
.offer-add-step .add-other-competition,
.edit-company-profile .add-other-competition,
.offer-add-step .add-own-question,
.edit-company-profile .add-own-question {
  color: #a1a1ff;
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  background: url('../images/icon-add.svg') no-repeat left;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.offer-add-step.offer-add-step-2,
.edit-company-profile.offer-add-step-2 {
  margin-bottom: 50px;
}
.offer-add-step.offer-add-step-2 .step-2-wrapper,
.edit-company-profile.offer-add-step-2 .step-2-wrapper {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.offer-add-step.offer-add-step-2 .row-add-competence-wrapper,
.edit-company-profile.offer-add-step-2 .row-add-competence-wrapper {
  border: 1px solid #707070;
  border-radius: 22px;
  margin-bottom: 20px;
}
.offer-add-step.offer-add-step-2 .row-add-competence-wrapper .title-row,
.edit-company-profile.offer-add-step-2 .row-add-competence-wrapper .title-row {
  border-bottom: 1px solid #707070;
}
.offer-add-step.offer-add-step-2 .row-add-competence-wrapper .title-row .competence-title h4,
.edit-company-profile.offer-add-step-2 .row-add-competence-wrapper .title-row .competence-title h4 {
  color: #b5b5b5;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.offer-add-step.offer-add-step-2 button.btn-remove-competence,
.edit-company-profile.offer-add-step-2 button.btn-remove-competence {
  background: transparent url('../images/icon-trash.svg') no-repeat center;
  border: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  margin-right: 5px;
}
.offer-add-step.offer-add-step-2 .competence-text,
.edit-company-profile.offer-add-step-2 .competence-text {
  margin-top: 20px;
}
.offer-add-step.offer-add-step-2 .competence-text input,
.edit-company-profile.offer-add-step-2 .competence-text input {
  max-width: 95%;
}
.offer-add-step.offer-add-step-2 .competence-text button.btn-questuion-mark,
.edit-company-profile.offer-add-step-2 .competence-text button.btn-questuion-mark {
  background: transparent url('../images/icon-question.svg') no-repeat center;
  border: 0;
  width: 40px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
}
.offer-add-step.offer-add-step-3,
.edit-company-profile.offer-add-step-3 {
  margin-bottom: 50px;
}
.offer-add-step.offer-add-step-3 .competitions-col,
.edit-company-profile.offer-add-step-3 .competitions-col {
  margin-top: 15px;
}
.offer-add-step.offer-add-step-3 #selected-competitions,
.edit-company-profile.offer-add-step-3 #selected-competitions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  /* Nazwa w wierszu */
  /* Punkt (kółko) */
  /* Hover efekt */
}
.offer-add-step.offer-add-step-3 #selected-competitions .row,
.edit-company-profile.offer-add-step-3 #selected-competitions .row {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Odstęp między nazwą a punktami */
}
.offer-add-step.offer-add-step-3 #selected-competitions .row .label,
.edit-company-profile.offer-add-step-3 #selected-competitions .row .label {
  font-size: 14px;
  color: #203030;
}
.offer-add-step.offer-add-step-3 #selected-competitions .circle,
.edit-company-profile.offer-add-step-3 #selected-competitions .circle {
  width: 30px;
  height: 30px;
  border: 2px solid #264653;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  float: left;
  margin-right: 10px;
}
.offer-add-step.offer-add-step-3 #selected-competitions .circle.selected,
.edit-company-profile.offer-add-step-3 #selected-competitions .circle.selected {
  background-color: #ccff4d;
  /* Kolor zaznaczonego */
  border-color: #ccff4d;
}
.offer-add-step.offer-add-step-3 #selected-competitions .circle:hover,
.edit-company-profile.offer-add-step-3 #selected-competitions .circle:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony */
}
.offer-add-step.offer-add-step-1,
.edit-company-profile.offer-add-step-1,
.offer-add-step.offer-add-step-4,
.edit-company-profile.offer-add-step-4,
.offer-add-step.offer-add-step-5,
.edit-company-profile.offer-add-step-5,
.offer-add-step.offer-add-step-6,
.edit-company-profile.offer-add-step-6 {
  margin-bottom: 50px;
}
.offer-add-step.offer-add-step-1 .question-list .question-list-row,
.edit-company-profile.offer-add-step-1 .question-list .question-list-row,
.offer-add-step.offer-add-step-4 .question-list .question-list-row,
.edit-company-profile.offer-add-step-4 .question-list .question-list-row,
.offer-add-step.offer-add-step-5 .question-list .question-list-row,
.edit-company-profile.offer-add-step-5 .question-list .question-list-row,
.offer-add-step.offer-add-step-6 .question-list .question-list-row,
.edit-company-profile.offer-add-step-6 .question-list .question-list-row {
  margin-bottom: 15px;
}
.form-white-background {
  background-color: white;
  margin-top: 50px;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.form-white-background form input[type='text'],
.form-white-background form input[type='email'],
.form-white-background form input[type='password'],
.form-white-background form input[type='number'],
.form-white-background form input[type='tel'],
.form-white-background form input[type='datetime-local'] {
  border: 1px solid #707070;
  border-radius: 22px;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
  color: #818181;
}
.form-white-background form input[type='text']::placeholder,
.form-white-background form input[type='email']::placeholder,
.form-white-background form input[type='password']::placeholder,
.form-white-background form input[type='number']::placeholder,
.form-white-background form input[type='tel']::placeholder,
.form-white-background form input[type='datetime-local']::placeholder {
  color: #b3b3b3;
}
.form-white-background .footer-control-elements a {
  color: #a1a1ff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.form-white-background .footer-control-elements button.cancel-button,
.form-white-background .footer-control-elements button.submit-button {
  border: 1px solid #a1a1ff;
  border-radius: 25px;
  background-color: white;
  font-size: 16px;
  font-weight: normal;
  color: #a1a1ff;
  padding: 10px 10px;
  min-width: 100px;
  width: 200px;
  line-height: 30px;
}
.form-white-background .footer-control-elements button.cancel-button.submit-button,
.form-white-background .footer-control-elements button.submit-button.submit-button {
  background-color: #a1a1ff;
  color: white;
  margin-left: 20px;
}
.edit-company-profile {
  /* Stylizacja opcji (checkboxów) */
  /* Stylizacja customowych checkboxów */
}
.edit-company-profile h3 {
  font-size: 20px;
  color: #203030;
  padding-bottom: 20px;
}
.edit-company-profile h4 {
  font-size: 18px;
  color: #203030;
  padding-bottom: 10px;
  padding-top: 20px;
}
.edit-company-profile .textarea-about-us {
  min-height: 100px;
}
.edit-company-profile input[type='file'] {
  border: 0;
}
.edit-company-profile .you-profile-add-location {
  color: #a1a1ff;
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  background: url('../images/icon-add.svg') no-repeat left;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.edit-company-profile .row-add-location-wrapper {
  border: 1px solid #707070;
  border-radius: 22px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.edit-company-profile .row-add-location-wrapper .title-row {
  border-bottom: 1px solid #707070;
}
.edit-company-profile .row-add-location-wrapper .title-row button.btn-remove-location {
  margin-top: 5px;
  margin-bottom: 5px;
}
.edit-company-profile .row-add-location-wrapper .title-row .location-title h4 {
  color: #b5b5b5;
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.edit-company-profile .row-add-location-wrapper .location-text input {
  width: 100% !important;
  max-width: 100% !important;
}
.edit-company-profile button.btn-remove-location {
  background: transparent url('../images/icon-trash.svg') no-repeat center;
  border: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  margin-right: 5px;
}
.edit-company-profile .location-text {
  margin-top: 20px;
}
.edit-company-profile .location-text input {
  max-width: 95%;
}
.edit-company-profile .location-text button.btn-questuion-mark {
  background: transparent url('../images/icon-question.svg') no-repeat center;
  border: 0;
  width: 40px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
}
.edit-company-profile .question-list .question-list-row {
  margin-bottom: 15px;
}
.edit-company-profile .option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin-right: 30px;
}
.edit-company-profile .option.margin-right-0 {
  margin-right: 0;
}
.edit-company-profile .option input {
  display: none;
}
.edit-company-profile .checkmark {
  display: inline-block;
  width: 29px;
  height: 24px;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  background-image: url('../images/checkbox-unchecked.svg');
  background-repeat: no-repeat;
  background-position: center left;
}
.edit-company-profile .option input:checked + .checkmark {
  background-image: url('../images/checkbox-checked.svg');
}
.edit-company-profile .option input:checked + .checkmark::after {
  background-image: url('../images/checkbox-checked.svg');
}
.edit-company-profile .option input:disabled + .checkmark {
  background-image: url('../images/checkbox-disabled.png');
}
.edit-company-profile .option input:disabled + .checkmark::after {
  background-image: url('../images/checkbox-disabled.png');
}
.edit-company-profile .option span.checkmark-text {
  font-weight: normal;
  font-size: 16px;
  max-width: 92%;
}
.edit-company-profile .button-trash:hover {
  background-color: transparent !important;
}
.edit-company-profile .logo-preview {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit-company-profile .logo-preview p {
  font-size: 14px;
  color: #818181;
  margin-bottom: 5px;
}
.pracodawca-page .modal-custom-oferta {
  max-width: 1200px !important;
}
section.main-logo-menu-candidates .main-for-candidates {
  background-color: #f2f2f2 !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
section.main-logo-menu-candidates .main-for-candidates header.header-panel {
  border-bottom: 1px solid #707070;
  padding: 0 20px;
  margin-bottom: 25px;
  font: normal normal bold 20px/31px Space Grotesk;
  color: #203030;
  padding-bottom: 25px;
  padding-top: 25px;
  font-weight: normal;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form-with-header {
  padding: 0 !important;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form-with-header .form-content {
  padding: 35px;
  padding-top: 0;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  background-color: white;
  border-radius: 10px;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form h1 {
  text-align: center;
  font: normal normal bold 24px/31px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 20px;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form h1.text-left {
  text-align: left;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form p {
  text-align: center;
  font: normal normal normal 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 20px;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form label {
  display: none;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form input {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 22px;
  opacity: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form input::placeholder {
  text-align: left;
  font: normal normal normal 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #818181;
  opacity: 1;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form input[type='submit'] {
  background-color: #a1a1ff;
  color: white;
  font: normal normal bold 16px/21px Space Grotesk;
  letter-spacing: 0px;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 22px;
  opacity: 1;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form button.btn-primary {
  background-color: #a1a1ff;
  color: white;
  font: normal normal bold 16px/21px Space Grotesk;
  letter-spacing: 0px;
  border: none;
  cursor: pointer;
  padding: 14px 20px;
  border-radius: 22px;
  opacity: 1;
  width: 100%;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form .return-login-link {
  display: block;
  text-align: center;
  font: normal normal normal 16px/21px Space Grotesk;
  letter-spacing: 0px;
  opacity: 1;
  color: #a1a1ff;
  text-decoration: none;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form label.custom-checkbox-label {
  display: inline-flex !important;
}
section.main-logo-menu-candidates .main-for-candidates .candidates-form .text-danger {
  font-size: 12px;
  color: red;
  margin-bottom: 20px;
  display: block;
}
.modal-candidate {
  min-width: 634px;
}
.modal-candidate .modal-border {
  border-radius: 10px;
  background: white;
  border: 1px solid #707070;
}
.modal-candidate .modal-body {
  padding: 15px;
  font-size: 11.2px;
}
.modal-candidate .modal-body .custom-btn-close {
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
}
.modal-candidate .modal-body h1 {
  text-align: center;
  font: normal normal bold 24px/31px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 16.8px;
}
.modal-candidate .modal-body .offer-details h4 {
  text-align: left;
  font: normal normal bold 18px/23px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 0px;
  font-size: 12.6px;
}
.modal-candidate .modal-body .offer-details h5 {
  text-align: left;
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-bottom: 0px;
  font-size: 9.8px;
}
.modal-candidate .modal-body .offer-details h5 span.dot {
  display: inline-block;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #203030;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0px;
  position: relative;
  top: 1px;
}
.modal-candidate .modal-body form input[type='text'],
.modal-candidate .modal-body form input[type='email'],
.modal-candidate .modal-body form input[type='password'],
.modal-candidate .modal-body form select {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 20px;
  margin-bottom: 16px;
  color: black;
  background-color: #f2f2f2;
  font-size: 11.2px;
}
.modal-candidate .modal-body form input[type='text']::placeholder,
.modal-candidate .modal-body form input[type='email']::placeholder,
.modal-candidate .modal-body form input[type='password']::placeholder,
.modal-candidate .modal-body form select::placeholder {
  text-align: left;
  font: normal normal normal 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11.2px;
}
.modal-candidate .modal-body form .file-drop-area {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background-color 0.2s ease;
  background-color: #f2f2f2;
}
.modal-candidate .modal-body form .file-drop-area .icon-add-wrapper {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border-radius: 5px;
  background-image: url('../images/cv-open.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.2s ease;
}
.modal-candidate .modal-body form .file-drop-area.files-selected .icon-add-wrapper {
  background-image: url('../images/cv-close.svg');
}
.modal-candidate .modal-body form .file-drop-area.dragover {
  background-color: #f0f0ff;
}
.modal-candidate .modal-body form .icon-add img {
  max-width: 20px;
}
.modal-candidate .modal-body form .file-drop-subtext {
  text-align: left;
  padding-top: 0px;
}
.modal-candidate .modal-body form .file-drop-icon {
  font-size: 40px;
  color: #a29bfe;
}
.modal-candidate .modal-body form .file-drop-text {
  font-size: 11.2px;
  color: #a1a1ff;
  margin-top: 8px;
}
.modal-candidate .modal-body form .file-drop-subtext {
  font-size: 8.4px;
  color: #203030;
  padding-top: 0px;
}
.modal-candidate .modal-body form .btn-add-file {
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  border: 0;
  font: normal normal medium 14px/21px 'Space Grotesk';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 9.8px !important;
  font-weight: normal !important;
  cursor: pointer;
}
.modal-candidate .modal-body form button.purple {
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 25px;
  width: 100%;
  line-height: 24px;
  border: 0;
  font: normal normal medium 16px/21px 'Space Grotesk';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 11.2px !important;
  font-weight: normal !important;
  cursor: pointer;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.modal-candidate .modal-body form a.anuluj_wysylanie {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 11.2px;
}
.modal-candidate .modal-body form .ico-linkedin {
  text-align: center;
  padding-top: 10px;
}
.modal-candidate .modal-body form .ico-linkedin img {
  width: 20px;
  height: 20px;
}
.custom-checkbox {
  display: none;
}
/* Label styling to replace the checkbox */
.custom-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 11.2px;
  color: #444;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-checkbox-label span {
  display: block;
  width: 100%;
}
.custom-checkbox-label span.required-field {
  display: inline;
  color: red;
}
/* Custom checkbox appearance */
.custom-checkbox-label::before {
  content: '';
  display: inline-block;
  width: 23px;
  /* Adjust size */
  height: 23px;
  margin-right: 15px;
  background-image: url('../images/checkbox-unchecked.svg');
  /* Replace with your unchecked image path */
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease;
  align-self: flex-start;
}
/* Checked state */
.custom-checkbox:checked + .custom-checkbox-label::before {
  background-image: url('../images/checkbox-checked.svg');
  /* Replace with your checked image path */
}
a.link-btn-primary {
  background-color: #a1a1ff;
  color: white;
  font: normal normal bold 16px/21px Space Grotesk;
  letter-spacing: 0px;
  border: none;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 22px;
  opacity: 1;
  width: 100%;
  text-decoration: none;
  margin-right: 10px;
}
.your-profile {
  background-color: #f2f2f2;
}
.your-profil-heading-1 {
  font-size: 14px;
  line-height: 18px;
  color: #203030;
  margin-top: 22px;
  margin-bottom: 9px;
}
.your-profil-boks {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #ffffff;
  margin-bottom: 18px;
}
.your-profil-boks-zakonczone {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
  height: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #ffffff;
  margin-bottom: 18px;
  /*max-width: 519px;*/
}
.rekrutacja-opis-hidden {
  display: none;
}
.rekrutacja-opis-visible {
  display: block;
}
.your-profil-heading-2 {
  font-size: 16px;
  line-height: 21px;
  color: #203030;
  font-weight: bold;
  margin-bottom: 18px;
}
.your-profil-heading-2 img {
  margin-right: 13px;
}
.your-profil-heading-2 .ikonka-jezyki-obce {
  position: absolute;
  margin-left: -32px;
  margin-top: 6px;
}
.your-profil-name-file {
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0;
  color: #203030;
  padding-bottom: 8px;
}
.your-profil-name-file span {
  color: #818181;
}
.your-profil-edytuj {
  color: #a1a1ff;
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0;
  margin-top: 8px;
  cursor: pointer;
}
.rekrutacja-kroki-1 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 8.8%, #00ff9d 8.8%, #e4e4e4 8.8%, #e4e4e4 91.2%, #e4e4e4 91.2%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-2 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 25.4%, #00ff9d 25.4%, #e4e4e4 25.4%, #e4e4e4 74.6%, #e4e4e4 74.6%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-3 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 58.6%, #00ff9d 58.6%, #e4e4e4 58.6%, #e4e4e4 41.4%, #e4e4e4 41.4%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-4 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 75.2%, #00ff9d 75.2%, #e4e4e4 75.2%, #e4e4e4 24.8%, #e4e4e4 24.8%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-5 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 84%, #00ff9d 84%, #e4e4e4 84%, #e4e4e4 16%, #e4e4e4 16%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-6 {
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #00ff9d 100%, #00ff9d 100%, #e4e4e4 100%, #e4e4e4 0%, #e4e4e4 0%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.rekrutacja-kroki-krok {
  width: 16.6%;
  float: left;
  display: inline-block;
  font: normal normal normal 14px/16px Space Grotesk;
  text-align: center;
  letter-spacing: 0;
  color: #203030;
}
.rekrutacja-kroki-krok img {
  display: block;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}
.rekrutacja-kroki-krok .rekrutacja-kroki-status {
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-bottom: 16px;
  background-color: #004444;
  margin-top: -3px;
  padding-top: 2px;
}
.rekrutacja-nazwa-rekrutacji {
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #203030;
  letter-spacing: 0;
  padding-top: 4px;
}
.rekrutacja-opis-rekrutacji {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #818181;
  letter-spacing: 0;
}
.rekrutacja-status {
  font-family: 'Space Grotesk';
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #818181;
  letter-spacing: 0;
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  clear: both;
  width: 100%;
}
.your-profile .float-righ {
  float: right;
  margin-top: -24px;
}
.your-profile button {
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 100px;
  width: 295px;
  line-height: 44px;
  border: 0;
  font: 'Space Grotesk' normal normal medium 16px/21px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-top: 23px;
}
.your-profile button:hover {
  background-color: #8181ff !important;
  color: #fff !important;
}
#profilZadajPytanieModal .modal-border {
  position: relative;
  border-radius: 30px;
  padding: 0px;
  background: none;
}
#profilZadajPytanieModal .popup_tytul {
  font: normal normal bold 20px/26px Space Grotesk;
  color: #203030;
  letter-spacing: 0;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 25px;
}
#profilZadajPytanieModal .popup_tresc {
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0;
  color: #203030;
  padding-bottom: 25px;
  padding-top: 25px;
}
#profilZadajPytanieModal .modal-border .modal-body .popup_textarea {
  border: 1px solid #858585 !important;
  font: normal normal medium 16px/21px Space Grotesk !important;
  letter-spacing: 0px !important;
  color: #b5b5b5 !important;
}
#profilZadajPytanieModal #submit_form {
  float: right;
}
#profilZadajPytanieModal .anuluj_wysylanie {
  font: normal normal medium 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #a1a1ff;
  text-decoration: none;
  padding-top: 10px;
}
#profilZadajPytanieModal .modal-border .modal-body .btn-close {
  float: right;
  top: 60px;
  position: absolute;
  right: 55px;
  width: 15px;
  height: 15px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23203030'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 15px auto no-repeat;
}
#profilOfertaModal .modal-border {
  position: relative;
  border-radius: 30px;
  padding: 0px;
  background: none;
}
#profilOfertaModal .popup_tytul {
  font: normal normal bold 20px/26px Space Grotesk;
  color: #203030;
  letter-spacing: 0;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 25px;
}
#profilOfertaModal .popup_tresc {
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0;
  color: #203030;
  padding-bottom: 25px;
  padding-top: 25px;
}
#profilOfertaModal .modal-border .modal-body .popup_textarea {
  border: 1px solid #858585 !important;
  font: normal normal medium 16px/21px Space Grotesk !important;
  letter-spacing: 0px !important;
  color: #b5b5b5 !important;
}
#profilOfertaModal #submit_form {
  float: right;
}
#profilOfertaModal .anuluj_wysylanie {
  font: normal normal medium 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #a1a1ff;
  text-decoration: none;
  padding-top: 10px;
}
#profilOfertaModal .modal-border .modal-body .btn-close {
  float: right;
  top: 60px;
  position: absolute;
  right: 55px;
  width: 15px;
  height: 15px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23203030'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 15px auto no-repeat;
}
#profilOfertaModal .popup_tresc_ogloszenie_nazwa {
  font: normal normal bold 24px/31px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  padding-bottom: 5px;
  padding-top: 25px;
}
#profilOfertaModal .popup_tresc_ogloszenie_opis {
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #818181;
}
#profilOfertaModal .popup_tresc_ogloszenie_info {
  background: #cbf801 0% 0% no-repeat padding-box;
  -webkit-border-top-right-radius: 34px;
  -webkit-border-bottom-right-radius: 34px;
  -moz-border-radius-topright: 34px;
  -moz-border-radius-bottomright: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  width: 303px;
  height: 67px;
  font: normal normal bold 18px/23px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  margin-left: -50px;
  margin-top: 15px;
  padding-left: 50px;
  padding-top: 10px;
}
#profilOfertaModal .popup_tresc_ogloszenie_info span {
  font: normal normal normal 14px/18px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
}
#profilOfertaModal .popup_tresc_ogloszenie_boks {
  width: 33%;
  display: block;
  float: left;
  font: normal normal medium 16px/16px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
}
#profilOfertaModal .popup_tresc_ogloszenie_boks .popup_tresc_ogloszenie_boks_wpis {
  width: 100%;
  padding-bottom: 20px;
}
#profilOfertaModal .popup_tresc_ogloszenie_boks img {
  margin-right: 5px;
}
#profilOfertaModal .popup_tresc_ogloszenie_twoj_zakres {
  font: normal normal bold 18px/23px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  padding-bottom: 20px;
}
#profilOfertaModal .popup_tresc_ogloszenie_twoj_zakres_opcje {
  max-width: 90%;
  margin-left: 10px;
  background-image: url('../images/check-purple.svg');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  text-align: left;
  font: normal normal normal 16px/21px Space Grotesk;
  letter-spacing: 0px;
  color: #203030;
  opacity: 1;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 0px;
}
.confirm-application-wrapper {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 20px;
}
.confirm-application-wrapper h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  color: #203030;
  font-weight: bold;
}
.confirm-application-wrapper h1 span {
  color: #818181;
  font-weight: normal;
  font-size: 18px;
}
.confirm-application-wrapper hr {
  border: 2px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.confirm-application-wrapper h3 {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  color: #203030;
}
.confirm-application-wrapper p {
  font-size: 14px;
  line-height: 18px;
  color: #203030;
}
.confirm-application-wrapper .form-group {
  margin-bottom: 20px;
}
.confirm-application-wrapper .form-group label {
  font-size: 14px;
  line-height: 18px;
  color: #203030;
}
.confirm-application-wrapper .form-group .btn-radius {
  /* Styl wybranego przycisku */
  /* Styl dla hover */
}
.confirm-application-wrapper .form-group .btn-radius .btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  /* Szerokość przycisku */
  height: 32px;
  /* Wysokość przycisku */
  border: 2px solid #264653;
  /* Obramowanie */
  border-radius: 20px;
  /* Zaokrąglenie */
  background-color: white;
  color: #264653;
  /* Kolor tekstu */
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0;
  margin-right: 20px;
}
.confirm-application-wrapper .form-group .btn-radius .btn-check:checked + .btn-custom {
  background-color: #ccff4d;
  /* Jasny zielony kolor tła */
  color: #264653;
  /* Kolor tekstu */
  border-color: #ccff4d;
}
.confirm-application-wrapper .form-group .btn-radius .btn-custom:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony na hover */
  color: #264653;
}
.confirm-application-wrapper .form-group textarea {
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #203030;
  line-height: 21px;
}
.confirm-application-wrapper .form-group textarea::placeholder {
  color: #b5b5b5;
}
.confirm-application-wrapper .form-checkbox-group {
  /* Grupa checkboxów */
  /* Ukrycie domyślnych checkboxów */
  /* Stylowanie etykiet */
  /* Styl zaznaczonego przycisku */
  /* Styl dla hover */
}
.confirm-application-wrapper .form-checkbox-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Odstępy między przyciskami */
}
.confirm-application-wrapper .form-checkbox-group .checkbox-input {
  display: none;
}
.confirm-application-wrapper .form-checkbox-group .checkbox-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  /* Wewnętrzne odstępy */
  border: 1px solid #264653;
  /* Kolor obramowania */
  border-radius: 20px;
  /* Zaokrąglenie */
  background-color: white;
  color: #203030;
  /* Kolor tekstu */
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.confirm-application-wrapper .form-checkbox-group .checkbox-input:checked + .checkbox-label {
  background-color: #ccff4d;
  /* Jasny zielony kolor tła */
  color: #264653;
  /* Kolor tekstu */
  border-color: #ccff4d;
}
.confirm-application-wrapper .form-checkbox-group .checkbox-label:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony na hover */
  color: #264653;
}
.confirm-application-wrapper #strong-sides-values {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  /* Nazwa w wierszu */
  /* Punkt (kółko) */
  /* Hover efekt */
}
.confirm-application-wrapper #strong-sides-values .row {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Odstęp między nazwą a punktami */
}
.confirm-application-wrapper #strong-sides-values .row .label {
  font-size: 14px;
  color: #203030;
}
.confirm-application-wrapper #strong-sides-values .circle {
  width: 30px;
  height: 30px;
  border: 2px solid #264653;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  float: left;
  margin-right: 10px;
}
.confirm-application-wrapper #strong-sides-values .circle.selected {
  background-color: #ccff4d;
  /* Kolor zaznaczonego */
  border-color: #ccff4d;
}
.confirm-application-wrapper #strong-sides-values .circle:hover {
  background-color: #e8ffc2;
  /* Jaśniejszy zielony */
}
.confirm-application-wrapper .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  /* Focus state */
  /* Wyrównanie strzałki */
}
.confirm-application-wrapper .custom-select-wrapper .select-label {
  font-size: 12px;
  color: #b3b3b3;
  position: absolute;
  top: -8px;
  left: 12px;
  background: #fff;
  padding: 0 5px;
  z-index: 1;
  pointer-events: none;
}
.confirm-application-wrapper .custom-select-wrapper .custom-select {
  width: 100%;
  padding: 10px 40px 10px 22px;
  /* Wyrównanie z prawej na ikonę */
  font-size: 16px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 25px;
  appearance: none;
  /* Usuwa domyślne strzałki */
  background: #fff url('../images/select-arrow-down.svg') no-repeat right 15px center;
  background-size: 10px;
  cursor: pointer;
  outline: none;
}
.confirm-application-wrapper .custom-select-wrapper .custom-select:focus {
  border-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.confirm-application-wrapper .custom-select-wrapper .custom-select::-ms-expand {
  display: none;
}
.confirm-application-wrapper .next-step-button button {
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 100px;
  width: 110px;
  line-height: 34px;
  border: 0;
  font: 'Space Grotesk' normal normal medium 16px/21px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-top: 23px;
}
.profile-header {
  font-family: 'Space Grotesk', sans-serif;
  padding-bottom: 12px;
}
.boks-company-detail {
  font-size: 16px;
}
.boks-company-detail a {
  color: #a1a1ff;
  text-decoration: none;
}
.boks-company-detail .company-name span {
  font-weight: bold;
  text-transform: uppercase;
}
.boks-company-detail .company-name a {
  color: #a1a1ff;
  text-decoration: none;
}
.border-white-no-offers {
  max-width: 96%;
  margin-left: 4%;
  margin-top: 15px;
  border: 2px solid white;
  border-radius: 16px;
}
.border-white-no-offers .col-12 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.border-white-no-offers .col-12 a {
  color: #a1a1ff;
  text-decoration: none;
}
.form-group {
  margin-bottom: 0px;
}
.form-group input[type='email'],
.form-group input[type='password'],
.form-group input[type='text'],
.form-group textarea {
  border-radius: 22px !important;
}
.form-group input[type='email']:placeholder,
.form-group input[type='password']:placeholder,
.form-group input[type='text']:placeholder,
.form-group textarea:placeholder {
  color: #717171;
}
.form-group input[type='email'].is-invalid,
.form-group input[type='password'].is-invalid,
.form-group input[type='text'].is-invalid,
.form-group textarea.is-invalid {
  border: 1px solid red;
}
.form-group .input-password-group {
  position: relative;
}
.form-group .input-password-group .toggle-password {
  position: absolute;
  right: 35px;
  top: 40%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  padding: 0px;
  cursor: pointer;
  z-index: 1000;
}
.form-group .input-password-group .toggle-password svg {
  fill: #004444;
}
.form-group .input-password-group .toggle-password .svg-inline--fa {
  fill: currentColor;
}
.form-group .input-password-group.form-group-invalid .toggle-password {
  color: red;
  top: 22px;
  right: 35px;
  z-index: 1000;
}
.invalid-feedback {
  color: red;
  font-size: 13px;
  line-height: 100%;
  padding-bottom: 10px;
}
.main-button-sumbit {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: #813cff;
  border: 0px;
  border-radius: 10px;
  padding: 5px 20px;
  cursor: pointer;
}
.main-button-sumbit:disabled {
  background-color: #c3a2ff;
  cursor: not-allowed;
}
.modal-candidate {
  min-width: 1200px;
}
.modal-candidate .info-administration {
  text-align: left;
  font-size: 10px;
  color: #203030;
  padding-top: 10px;
}
.modal-candidate .modal-border {
  padding: 0px;
}
.modal-candidate .modal-body {
  padding: 0px;
}
.modal-candidate .popup-row .popup-col-left {
  padding-left: 30px;
}
.modal-candidate .popup-row .popup-col-left #header-login-panel .popup-zaloguj-buttons {
  text-align: center;
}
.modal-candidate .popup-row .popup-col-left #header-login-panel .popup-zaloguj-buttons button {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  background: #a1a1ff 0% 0% no-repeat padding-box;
  border-radius: 15px;
  border: 0;
  font: normal normal medium 16px/21px 'Space Grotesk';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 11.2px !important;
  font-weight: normal !important;
  cursor: pointer;
  padding: 6px 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  min-width: 120px;
}
@media (max-width: 1025px) {
  .modal-candidate .popup-row .popup-col-left {
    padding-left: 0px;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-candidate .popup-row .popup-col-right {
  padding-right: 12px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content {
  padding: 20px;
  min-height: 300px;
  background-color: #004444;
  background-image: url('../images/helloatwork-logo-yellow.png');
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: 95% 20px;
  height: 100%;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .title {
  font-size: 16.8px;
  color: #cbf801;
  font-weight: normal;
  font-family: 'Space Grotesk', sans-serif;
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .big-white-title {
  font-size: 16.8px;
  color: #fff;
  font-weight: bold;
  font-family: 'Space Grotesk', sans-serif;
  padding-bottom: 10px;
  padding-top: 10px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image {
  position: relative;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image .step-div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #813cff;
  color: #fff;
  font-size: 12.6px;
  font-weight: bold;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  line-height: 30px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image .step-text {
  margin-left: 40px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image .step-text .step-text-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: 'Space Grotesk', sans-serif;
  padding-bottom: 5px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image .step-text .step-text-content {
  font-size: 9.8px;
  color: #fff;
  font-weight: normal;
  font-family: 'Space Grotesk', sans-serif;
  padding-bottom: 10px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-1 {
  margin-left: 15px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-2 {
  margin-top: 40px;
  margin-left: 80px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-2 .step-image {
  position: absolute;
  right: 45px;
  top: -30px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-2 .step-image img {
  max-width: 75px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-3 {
  margin-top: 70px;
  margin-left: 0px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-3 .step-image {
  position: absolute;
  left: 0px;
  top: -80px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-3 .step-image img {
  max-width: 85px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-3 .step-image-2 {
  position: absolute;
  right: 50px;
  top: -40px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-3 .step-image-2 img {
  max-width: 65px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-4 {
  margin-top: 40px;
  margin-left: 80px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-4 .step-image {
  position: absolute;
  left: -70px;
  top: 30px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-4 .step-image img {
  max-width: 65px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-6 {
  margin-top: 40px;
  margin-left: 60px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-6 .step-image {
  position: absolute;
  right: 2px;
  top: -90px;
}
.modal-candidate .popup-row .popup-col-right .popup-col-right-content .step-div-with-image.step-div-with-image-6 .step-image img {
  max-width: 65px;
}
@media (max-width: 1025px) {
  .modal-candidate {
    min-width: 97% !important;
  }
}
