/*
    Created on : 13 sie 2022, 22:43:38
    Author     : MariuszSk
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@font-face {
  font-family: 'amarula';
  src: url("../fonts/amarula.ttf");
  /* IE9 Compat Modes */ }
:root {
  --swiper-theme-color: #505050; }

@font-face {
  font-family: 'amarula';
  src: url("../fonts/amarula.ttf");
  /* IE9 Compat Modes */ }
:root {
  --swiper-theme-color: #505050; }

.t10 {
  font-size: 10px;
  line-height: 15px; }

.t12 {
  font-size: 12px;
  line-height: 12px; }

.t16 {
  font-size: 16px;
  line-height: 19px; }

.t18 {
  font-size: 18px;
  line-height: 22px; }

.t20 {
  font-size: 20px;
  line-height: 24px; }

.t26 {
  font-size: 26px;
  line-height: 26px; }
  @media only screen and (max-width: 750px) {
    .t26 {
      font-size: 21px;
      line-height: 21px; } }

lh29 {
  line-height: 29px; }
  @media only screen and (max-width: 750px) {
    lh29 {
      line-height: 24px; } }

.t33 {
  font-size: 33px;
  line-height: 36px; }
  @media only screen and (max-width: 750px) {
    .t33 {
      font-size: 28px;
      line-height: 31px; } }

.t42 {
  font-size: 42px;
  line-height: 45px; }
  @media only screen and (max-width: 750px) {
    .t42 {
      font-size: 30px;
      line-height: 36px; } }

.t53 {
  font-size: 53px;
  line-height: 57px; }
  @media only screen and (max-width: 750px) {
    .t53 {
      font-size: 43px;
      line-height: 47px; } }

.t5r {
  font-size: 5rem; }

.blue-link {
  color: #0000FF; }

.blue-link:hover {
  color: #0000FF; }

.big-letter {
  text-transform: uppercase; }

.white-text {
  color: #ffffff; }

.bold-text {
  font-weight: 700; }

.extra-bold-text {
  font-weight: 900; }

.underline {
  text-decoration: underline; }

.t-amarula {
  font-family: 'amarula'; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  color: #000000;
  text-decoration: none; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1rem; }
  h2.bigger {
    font-size: 1.8rem; }
  h2.unset {
    font-size: unset; }

a:hover {
  color: #000000; }

.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center; }

.container {
  max-width: 90%; }

.dopasowani-topnav {
  background-color: #ffffff !important;
  height: 60px;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 40px; }
  @media only screen and (max-width: 750px) {
    .dopasowani-topnav {
      padding: 0px; } }
  .dopasowani-topnav .nav-registry {
    align-items: center;
    color: #000000 !important;
    font-size: 12px;
    padding: 18px 80px !important; }
    @media only screen and (max-width: 750px) {
      .dopasowani-topnav .nav-registry {
        padding: 18px 9px !important; } }
  .dopasowani-topnav .nav-login {
    background-color: #FFFF00;
    color: #000000 !important;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 80px !important; }
    @media only screen and (max-width: 750px) {
      .dopasowani-topnav .nav-login {
        padding: 18px 15px !important; } }
  @media only screen and (max-width: 750px) {
    .dopasowani-topnav .navbar-brand img {
      max-width: 150px; } }

body {
  background-color: #ffffff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif; }

.blue-background {
  background-color: #0000FF;
  color: #ffffff; }

.yellow-background {
  background-color: #FFFF00;
  color: #000000; }

.banner {
  padding: 60px 150px; }
  @media only screen and (max-width: 750px) {
    .banner {
      padding: 20px 20px; } }

.icons {
  padding: 0px 0px 20px 10px; }

.h100p {
  height: 100%; }

.button {
  padding: 10px 20px;
  cursor: pointer; }

.button-dopasowani {
  padding: 10px 40px;
  border: 0px;
  width: fit-content;
  margin: auto; }

.button-black {
  background-color: #000000;
  color: #ffffff; }

.button-white {
  background-color: #ffffff; }

.button-white-border {
  background-color: #ffffff;
  border: 1px solid #000000; }

.button-yellow {
  background-color: #FFFF00; }

.black-background {
  background-color: #000000;
  color: #ffffff; }

.gray-background {
  background-color: #E6E6E6;
  color: #000000;
  border: 1px solid #9c9c9c; }

.white-background {
  background-color: #ffffff;
  color: #000000; }

.krok {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.krok-bigest {
  font-size: 70px;
  line-height: 70px;
  margin: 0px 0 40px -8px;
  padding-top: 5px; }

.krok-big {
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  padding: 0 30px;
  margin: 0 0 40px; }

.krok-normal {
  padding: 0 30px;
  margin: 0 0 40px;
  min-height: 100px; }

.black-button {
  background-color: #000000;
  color: #FFFF00;
  font-weight: 700;
  border: 1px solid #000000;
  padding: 10px 20px;
  margin: 0 0 0 30px; }

.black-button2 {
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #000000;
  padding: 10px 20px;
  margin: 0 0 0 30px; }

.border-div {
  padding: 40px;
  border: 1px solid #000000;
  margin: 20px 0; }
  @media only screen and (max-width: 750px) {
    .border-div {
      padding: 10px; } }

.border-div0 {
  border: 1px solid #000000; }

.rozwijaj-imgage {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: flex; }

.rozwijaj-text {
  min-height: 72px; }

.doradztwo-row {
  padding-top: 60px; }
  .doradztwo-row .rozwijaj {
    margin-top: 0;
    width: 100%; }
  .doradztwo-row .doradztwo {
    maegin: 0px;
    width: auto; }
  .doradztwo-row .rozwijaj-img {
    margin: 0; }
  .doradztwo-row .doradztwo-text {
    min-height: 120px; }
  .doradztwo-row .doradztwo-bottom {
    margin-bottom: -30px; }

.uslugi-img {
  padding: 40px;
  border: 1px solid #000000;
  margin: 0px 0;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.uslugi-links {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.uslugi {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column; }

.border-col {
  border: 1px solid #000000; }

.kontakt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 350px; }

.dop-input {
  border-bottom: 1px solid #ffffff;
  width: 70%; }

.dop-input:active {
  border-bottom: 1px solid #ffffff; }

.dop-input::placeholder {
  color: #ffffff; }

input[type=text], input[type=email], input[type=password], input[type=url] {
  border: 0;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding: 5px 20;
  outline: none;
  width: 100%; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder {
    font-style: italic; }

textarea {
  border: 0;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding: 5px 20;
  outline: none;
  resize: none;
  width: 100%;
  height: 150px; }

textarea::placeholder {
  font-style: italic; }

input[type=text]:active {
  border: 0;
  outline: none;
  border-bottom: 1px solid #000000; }

input[type=text]::placeholder {
  font-style: italic; }

.news-input input[type=text], .news-input input[type=email], .news-input input[type=password], .news-input input[type=url] {
  border-bottom: 1px solid #ffffff;
  width: 70%; }
  .news-input input[type=text]:active, .news-input input[type=email]:active, .news-input input[type=password]:active, .news-input input[type=url]:active {
    border-bottom: 1px solid #ffffff; }
  .news-input input[type=text]::placeholder, .news-input input[type=email]::placeholder, .news-input input[type=password]::placeholder, .news-input input[type=url]::placeholder {
    color: #ffffff; }

.contact-submit-div {
  width: 100%; }

.submit-div {
  display: flex; }

.news-input {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-end; }

/*Pracodawca*/
.cm-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .cm-image img {
    max-width: 100%;
    max-height: 100%;
    display: block; }

.best-choice {
  top: -20px;
  margin-top: -64px; }
  @media only screen and (max-width: 750px) {
    .best-choice {
      top: 30px; } }

.best-choice-worker {
  top: -20px;
  margin-top: -64px; }
  @media only screen and (max-width: 750px) {
    .best-choice-worker {
      top: -20px; } }

.border-pricelist {
  border: 1px solid #000000;
  flex: 1; }

.white-border {
  border-color: #ffffff; }

.big-yellow {
  border: 10px solid #FFFF00; }

.pricelist-div {
  flex-direction: column; }

.big-yellow-border {
  border: 10px solid #FFFF00; }

.price-place {
  min-height: 250px; }

.mt-10 {
  margin-top: -10px !important; }

.pakiet-list .checkboxes {
  margin-left: 2rem;
  margin-top: -20px; }
.pakiet-list label {
  font-weight: 300; }
.pakiet-list ul li {
  list-style: none;
  margin: 40px 0; }
.pakiet-list ul li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 27.496 27.496'%3E%3Cg id='Group_1465' data-name='Group 1465' transform='translate(-2930.341 -4154.17)'%3E%3Crect id='Rectangle_1148' data-name='Rectangle 1148' width='26.496' height='26.496' transform='translate(2930.841 4154.67)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_1506' data-name='Path 1506' d='M2952.277,4163.824l-8.188,8.188-8.188-8.188' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 25px;
  width: 25px;
  margin-right: 25px; }
.pakiet-list ul.white-style li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 27.496 27.496'%3E%3Cg id='Group_1453' data-name='Group 1453' transform='translate(-3841.516 -4154.17)'%3E%3Crect id='Rectangle_1143' data-name='Rectangle 1143' width='26.496' height='26.496' transform='translate(3842.016 4154.67)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_1501' data-name='Path 1501' d='M3863.452,4163.824l-8.188,8.188-8.188-8.188' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.transform-15 {
  transform: rotate(-15deg); }

.for-firm-div {
  width: 100%;
  display: block;
  position: relative;
  left: -320px;
  top: -10px;
  height: 0px;
  text-transform: lowercase;
  width: fit-content; }

.container-full {
  margin-left: calc(50% - 49.5vw);
  margin-right: calc(50% - 49.5vw); }

.offert-item {
  border: 1px solid #000000;
  min-height: 470px; }

.archive-title {
  color: #9c9c9c !important;
  text-decoration: line-through; }

.archive-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0000FF;
  font-size: 1.5em; }

.offert-name {
  height: 55px; }

.offert-row {
  max-height: 200px; }

.offert-image {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  height: 220px; }
  @media only screen and (max-width: 750px) {
    .offert-image {
      height: 150px; } }
  .offert-image img {
    width: inherit;
    height: auto; }

.one-offert .opis-stanowiska {
  max-height: 500px;
  overflow: hidden; }
.one-offert .offert-image {
  display: flex;
  align-items: center;
  justify-content: center; }
  .one-offert .offert-image img {
    max-height: 100px;
    max-height: 100px;
    width: auto;
    height: auto; }

.offert-enterprise-data {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start; }
  .offert-enterprise-data .offert-enterprise-name {
    min-height: 40px; }

.enterprise-logos {
  max-width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap; }
  .enterprise-logos .enterprise-logo {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px; }
  .enterprise-logos img {
    width: 100%;
    height: auto; }

.up-top {
  margin-top: -20px !important; }
  @media only screen and (max-width: 750px) {
    .up-top {
      margin-top: 0px !important; } }

.offert-page-item .offert-image {
  width: 250px;
  height: 250px; }
  @media only screen and (max-width: 750px) {
    .offert-page-item .offert-image {
      margin: auto; } }
  .offert-page-item .offert-image img {
    width: 100%; }

.nav-tabs {
  border-bottom: 0px;
  color: #000000; }
  .nav-tabs .nav-link {
    color: #000000;
    border: 0; }
    .nav-tabs .nav-link:hover {
      border-bottom: 10px solid #FFFF00;
      border-color: #FFFF00; }
    .nav-tabs .nav-link.active {
      border-bottom: 10px solid #FFFF00; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #FFFF00; }

label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0; }

.form-control {
  border-radius: 0px; }
  .form-control:focus {
    box-shadow: none;
    border-color: #000000; }
  .form-control .is-invalid:focus {
    box-shadow: none; }

main {
  min-height: 80vh; }

.invalid-feedback {
  font-size: 12px;
  line-height: 19px;
  color: #FF0000;
  font-weight: 400; }

.pager .pagination {
  justify-content: center; }
.pager .page-item {
  margin: 0 10px; }
  .pager .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .pager .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
.pager .page-link {
  color: #000000; }
.pager .active .page-link {
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000; }

.pracowmik-row {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  .pracowmik-row .pracownik-row-bigest {
    padding: 80px 20px 40px; }
  .pracowmik-row .pracownik-row-data {
    min-height: 80px; }
    @media only screen and (max-width: 750px) {
      .pracowmik-row .pracownik-row-data {
        padding-bottom: 20px; } }
  @media only screen and (max-width: 750px) {
    .pracowmik-row .black-button2 {
      margin: 0 10px 0 30px; } }

.pracodawca-images {
  height: fit-content; }
  .pracodawca-images img {
    height: fit-content; }

footer {
  margin-top: 120px;
  padding: 40px 0 0;
  font-size: 12px;
  line-height: 15px; }
  @media only screen and (max-width: 750px) {
    footer {
      margin-top: 30px; } }
  footer a {
    color: #ffffff;
    line-height: 19px; }
  footer a:hover {
    color: #ffffff; }

.unactive_offert {
  background-color: #333; }

label {
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*    margin-top: 22px; */ }
  label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0 25px 0 0px;
    font: inherit;
    color: currentColor;
    width: 27px;
    height: 27px;
    border: 1px solid currentColor;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center; }
  label input[type="radio"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 27.496 27.496'%3E%3Cg id='Group_1465' data-name='Group 1465' transform='translate(-2930.341 -4154.17)'%3E%3Crect id='Rectangle_1148' data-name='Rectangle 1148' width='26.496' height='26.496' transform='translate(2930.841 4154.67)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_1506' data-name='Path 1506' d='M2952.277,4163.824l-8.188,8.188-8.188-8.188' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    transform: scale(0);
    transform-origin: center center;
    transition: 360ms transform ease-in-out; }
  label input[type="radio"]:checked::before {
    transform: scale(1); }

.big-ul {
  padding: 20px 40px; }
  @media only screen and (max-width: 750px) {
    .big-ul {
      padding: 20px 20px; } }
  .big-ul li {
    padding: 5px 20px; }
    @media only screen and (max-width: 750px) {
      .big-ul li {
        padding: 5px 10px; } }

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.benefity {
  border-bottom: 1px solid #000000;
  min-height: 100px;
  padding: 10px 0; }
  .benefity:last-child {
    border-bottom: 0px; }
  .benefity .benefity-img {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    margin-right: 20px; }
  .benefity .benefit-name {
    font-size: 1.2rem;
    font-weight: 600; }

.x-small {
  font-size: 0.6rem; }

.succest-mail-send {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  align-items: center;
  font-size: 1.5rem; }

@media only screen and (max-width: 750px) {
  .offert-contact-container {
    flex-direction: column;
    align-items: center; } }

.navbar-expand .navbar-nav .dropdown-menu {
  z-index: 99999999;
  right: 120px; }

@media only screen and (max-width: 750px) {
  .navbar-expand {
    flex-wrap: wrap; } }

@media only screen and (max-width: 750px) {
  video {
    width: 100%; } }

.price-promo {
  color: #ff0000;
  font-weight: 700;
  font-size: 1.2em; }

#applyModal .modal-header {
  align-items: flex-start; }
#applyModal button.close {
  border: 0px;
  background-color: transparent; }
#applyModal .modal-dialog {
  max-width: 60%;
  width: 60%; }
  @media only screen and (max-width: 750px) {
    #applyModal .modal-dialog {
      max-width: 90%;
      width: 90%; } }

.flash-message {
  position: fixed;
  top: 80px;
  right: 0px;
  background-color: #FFFF00;
  padding: 20px 50px; }

@keyframes slideaway {
  from {
    display: block; }
  to {
    transform: translateY(40px);
    opacity: 0; } }
.hide {
  animation: slideaway 200ms;
  display: none; }

.submitByCvFile {
  padding-left: 0px; }

input::file-selector-button {
  padding: 0.5em;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #FFFF00;
  border-radius: 0px; }

.work-search input[type=text] {
  border: 2px solid #000000;
  width: calc(100% - 20px);
  background-color: #fff;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin: 0px 20px 0; }
  @media only screen and (max-width: 750px) {
    .work-search input[type=text] {
      width: 100%; } }
.work-search.row {
  align-items: center; }
.work-search .form-row {
  position: relative;
  padding-right: 0; }
.work-search label {
  display: inline-block;
  transition: 0.3s;
  font-size: 14px;
  color: #9c9c9c;
  position: absolute;
  top: 12px;
  left: 47px; }
  @media only screen and (max-width: 750px) {
    .work-search label {
      left: 20px; } }
.work-search input {
  transition: 0.3s;
  font-size: 14px;
  border: none;
  outline: none;
  border: 1px solid #cbcbcb;
  padding: 18px 15px 7px 15px;
  margin-right: 20px;
  width: 100%;
  margin-top: 11px; }
  @media only screen and (max-width: 750px) {
    .work-search input {
      margin-left: 0px !important; } }
.work-search input:focus ~ label {
  font-size: 10px;
  top: -2px;
  color: #9c9c9c; }
.work-search input:not([value=""]) ~ label {
  font-size: 10px;
  top: 5px;
  color: #9c9c9c; }
.work-search input:notempty ~ label {
  font-size: 10px;
  top: -2px;
  color: #9c9c9c; }
.work-search select {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 15px 7px 5px;
  border: 2px solid #000000;
  margin: 0px 0px 0px 10px; }
  @media only screen and (max-width: 750px) {
    .work-search select {
      margin-left: 0px !important; } }
.work-search .select2 {
  font-size: 18px;
  line-height: 24px;
  padding: 18px 15px 7px 5px;
  border: 2px solid #000000;
  margin: 0px 0px 0px 10px;
  background-color: #ffffff;
  max-width: 100%; }
  @media only screen and (max-width: 750px) {
    .work-search .select2 {
      margin-left: 0px !important; } }
.work-search .select2-container--default .select2-selection--single {
  border: 0px; }
.work-search select ~ label {
  top: -2px;
  left: 37px;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 15px; }
  @media only screen and (max-width: 750px) {
    .work-search select ~ label {
      left: 20px; } }

@media only screen and (max-width: 750px) {
  .swiper-container {
    max-width: 100% !important;
    padding: 0px; } }

.swiper-wrapper {
  height: 100%; }

.swiper_workers {
  height: auto;
  margin: 40px 0px; }
  .swiper_workers .swiper-container, .swiper_workers .swiper-slide {
    height: auto; }
  .swiper_workers p {
    text-indent: 20px; }
  .swiper_workers .worker-info {
    height: 450px;
    border: 1px solid #9c9c9c;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px; }
  .swiper_workers .woker-info-content {
    text-align: left;
    padding: 30px 20px 0px; }
    @media only screen and (max-width: 750px) {
      .swiper_workers .woker-info-content {
        font-size: 0.8em; } }
  .swiper_workers .worker-info-name {
    padding-top: 20px;
    text-align: right;
    font-style: italic;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-right: 50px; }

#google_translate_element2 {
  display: none; }

.translate-select {
  margin-right: 15px; }

.full-cookie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2f55d4cc;
  z-index: 10000; }
  .full-cookie .cookie-container {
    background-color: #ffffff;
    width: 50%;
    height: 60%; }
    @media (max-width: 768px) {
      .full-cookie .cookie-container {
        width: 100%;
        height: 100%; } }
  .full-cookie .cookie-text {
    height: 100%; }
    @media (max-width: 768px) {
      .full-cookie .cookie-text {
        width: 100vw; } }
  .full-cookie .tab-content {
    overflow-y: auto;
    height: calc(100% - 130px); }
    @media (max-width: 768px) {
      .full-cookie .tab-content {
        height: calc(100% - 330px); } }
  .full-cookie .w-200 {
    width: 230px;
    min-width: 200px; }
  .full-cookie .cookie-buttons {
    display: flex;
    justify-content: space-evenly; }
    @media (max-width: 768px) {
      .full-cookie .cookie-buttons .button {
        margin: 5px 0; } }
    @media (max-width: 768px) {
      .full-cookie .cookie-buttons {
        display: block;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .full-cookie .nav {
      padding-left: 2px;
      padding-right: 2px; }
    .full-cookie .nav li {
      display: block !important;
      width: 100%;
      margin: 0px; }
    .full-cookie .nav li.active {
      border-bottom: 1px solid #E6E6E6 !important;
      margin: 0px; } }
  .full-cookie .nav-tabs {
    border-bottom: 0px;
    color: #000000; }
    .full-cookie .nav-tabs .nav-link {
      color: #000000;
      border: 0; }
      .full-cookie .nav-tabs .nav-link:hover {
        border-bottom: 10px solid #0000FF;
        border-color: #0000FF; }
      .full-cookie .nav-tabs .nav-link.active {
        border-bottom: 10px solid #FFFF00; }
  .full-cookie .nav-tabs .nav-link:focus, .full-cookie .nav-tabs .nav-link:hover {
    border-color: #FFFF00; }

.gray-back {
  background-color: #f2f2f2 !important; }

body:has(.gray-back) {
  background-color: #f2f2f2; }

.admin-enterprise-logo {
  max-height: 350px !important; }

.blue-decor {
  position: relative;
  top: -19px;
  left: 20px;
  z-index: 1; }

.enterprise-hello {
  position: relative;
  z-index: 10; }

.enterprise-name {
  top: -25px;
  z-index: 10;
  position: relative; }

.me-enterprise-box-small {
  min-height: 400px; }
  @media only screen and (max-width: 750px) {
    .me-enterprise-box-small {
      min-height: 400px; } }
  .me-enterprise-box-small .pakiet-list ul li {
    list-style: none;
    margin: 10px 0; }
  .me-enterprise-box-small .pakiet-list ul li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 27.496 27.496'%3E%3Cg id='Group_1465' data-name='Group 1465' transform='translate(-2930.341 -4154.17)'%3E%3Crect id='Rectangle_1148' data-name='Rectangle 1148' width='26.496' height='26.496' transform='translate(2930.841 4154.67)' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_1506' data-name='Path 1506' d='M2952.277,4163.824l-8.188,8.188-8.188-8.188' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: 15px; }
  .me-enterprise-box-small .pakiet-list ul.white-style li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 27.496 27.496'%3E%3Cg id='Group_1453' data-name='Group 1453' transform='translate(-3841.516 -4154.17)'%3E%3Crect id='Rectangle_1143' data-name='Rectangle 1143' width='26.496' height='26.496' transform='translate(3842.016 4154.67)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_1501' data-name='Path 1501' d='M3863.452,4163.824l-8.188,8.188-8.188-8.188' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: 15px; }

.city-search-links a {
  margin-right: 10px;
  line-height: 2.0rem;
  color: #0000FF; }
  .city-search-links a:hover {
    color: #0000FF; }

.me-enterprise-box-big {
  min-height: 818px; }
  @media only screen and (max-width: 750px) {
    .me-enterprise-box-big {
      min-height: 818px; } }

.admin-enterprise-icon svg {
  height: 25px;
  width: auto; }

.enterprise-pakiet-data {
  margin: -40px -40px -20px;
  padding: 40px; }

.fundacja-list {
  list-style: none; }

.fundacja-full hr {
  border-width: 6px;
  border-color: #9c9c9c; }

.enterprise-reklama {
  background-image: url(../public/images/enterprise-reklama.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 20px 0;
  background-size: contain; }
  .enterprise-reklama .enterptise-text {
    padding: 20px 5px;
    margin: 20px -12px; }
    .enterprise-reklama .enterptise-text a {
      color: #ffffff; }
      .enterprise-reklama .enterptise-text a:hover {
        color: #ffffff; }

.applyofferts-table {
  display: flex;
  flex-direction: column;
  min-height: 100px;
  justify-content: space-between; }

.pracodawca-icons-div .slider-title {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 20px; }
.pracodawca-icons-div .enterprise-logos {
  max-width: 100%; }

.user-welcome-film {
  background-color: #000000;
  width: 100%;
  padding: 40px 0px;
  margin: 0px;
  color: #ffffff; }

.welcome-film-title {
  font-size: 1.8rem;
  line-height: 2.5rem; }

/*# sourceMappingURL=site.css.map */
