@charset "UTF-8";
.main-wrapper-width, .app .search-wrapper > .__swc, .app > .content-block > .features, footer > .footer-container, footer .cpry {
  width: 100%;
  max-width: 1170px;
}

.center, .main-wrapper-width, .app .search-wrapper > .__swc, .app > .content-block > .features, footer > .footer-container, footer .cpry, .app > .content-block > .features > .filters .more > span {
  margin: 0 auto;
}

.top {
  top: 0;
}

body {
  position: relative;
}

/*#region border radius*/
/*#endregion*/
/*#region border*/
/*#endregion*/
/*#region width / height */
/*#endregion*/
.main-wrapper-width, .app .search-wrapper > .__swc, .app > .content-block > .features, footer > .footer-container, footer .cpry {
  width: 100%;
  max-width: 1170px;
}

.center, .main-wrapper-width, .app .search-wrapper > .__swc, .app > .content-block > .features, footer > .footer-container, footer .cpry, .app > .content-block > .features > .filters .more > span {
  margin: 0 auto;
}

.top {
  top: 0;
}

body {
  position: relative;
}

/*#region border radius*/
/*#endregion*/
/*#region border*/
/*#endregion*/
/*#region width / height */
/*#endregion*/
loader {
  --loader-line-width: 8px;
  --loader-size: 60px;
  display: none;
  z-index: 1000000;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767.98px) {
  loader {
    --loader-line-width: 5px;
    --loader-size: 40px;
  }
}

loader::after, loader::before {
  -moz-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -o-calc(50% - var(--loader-size) / 2);
  left: calc(50% - var(--loader-size) / 2);
  top: 50%;
  position: absolute;
  width: var(--loader-size);
  height: var(--loader-size);
  content: " ";
  border: var(--loader-line-width) solid transparent;
}

loader::after {
  border-bottom-color: #007bff;
  border-top-color: #007bff;
  -webkit-animation: spin 1s ease-in-out 0.2s infinite;
  animation: spin 1s ease-in-out 0.2s infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bs-tooltip-auto[x-placement^=bottom].tt-warning > .arrow::before {
  border-bottom-color: var(--orange);
}

.bs-tooltip-auto[x-placement^=bottom].tt-warning > .tooltip-inner {
  background-color: var(--orange);
}

.bs-tooltip-bottom.tt-warning > .arrow::before {
  border-bottom-color: var(--orange);
}

.bs-tooltip-bottom.tt-warning > .tooltip-inner {
  background-color: var(--orange);
}

.app {
  --search-bar-bottom-position: 45%;
  --search-bar-position: absolute;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767.98px) {
  .app {
    --search-bar-position: relative;
    --search-bar-bottom-position: 0;
  }
}

.app > #cs_JHCG76 {
  display: none;
  position: relative;
}

.app > #cs_JHCG76 img {
  pointer-events: none;
}

.app > #cs_JHCG76 .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 430px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app > #cs_JHCG76 .banner img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.app > #cs_JHCG76 > .layer {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1398.98px) {
  .app > #cs_JHCG76 > .layer img, .app > #cs_JHCG76 > .layer .theme img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1198.98px) {
  .app > #cs_JHCG76 > .layer img, .app > #cs_JHCG76 > .layer .theme img {
    max-width: 60%;
  }
}

@media screen and (max-width: 999.98px) {
  .app > #cs_JHCG76 > .layer img, .app > #cs_JHCG76 > .layer .theme img {
    max-width: 40%;
  }
}

@media screen and (max-width: 767.98px) {
  .app > #cs_JHCG76 > .layer img, .app > #cs_JHCG76 > .layer .theme img {
    max-width: unset;
  }
}

@media screen and (max-width: 767.98px) {
  .app > #cs_JHCG76 > .layer img, .app > #cs_JHCG76 > .layer .theme img {
    max-height: 195px;
  }
}

.app .search-wrapper {
  bottom: var(--search-bar-bottom-position);
  left: 0;
  width: 100%;
  min-height: 30px;
  position: var(--search-bar-position);
}

.app .search-wrapper ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.app .search-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.app .search-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.app .search-wrapper ::placeholder {
  /* Most modern browsers support */
  color: #fff;
}

.app .search-wrapper > .__swc {
  --radius-value: 10px;
  background-color: rgba(52, 58, 64, 0.8);
  -moz-border-top-left-radius: var(--radius-value);
  border-top-left-radius: var(--radius-value);
  -moz-border-top-right-radius: var(--radius-value);
  border-top-right-radius: var(--radius-value);
  -moz-border-bottom-left-radius: var(--radius-value);
  border-bottom-left-radius: var(--radius-value);
  -moz-border-bottom-right-radius: var(--radius-value);
  border-bottom-right-radius: var(--radius-value);
  color: white;
  padding: 15px 20px;
  font-size: 18px;
}

@media screen and (max-width: 767.98px) {
  .app .search-wrapper > .__swc {
    --radius-value: 0;
  }
}

.app .search-wrapper > .__swc .__swb {
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 10px 7px 6px;
  height: 100%;
  background: #ca1414;
  width: 100px;
  margin-right: 0;
  margin-left: auto;
}

.app .search-wrapper > .__swc .__swb:hover {
  background: red;
}

.app .search-wrapper > .__swc .__swb svg {
  font-size: 22px;
}

@media screen and (max-width: 767.98px) {
  .app .search-wrapper > .__swc .__swb svg {
    margin-right: 8px;
    margin-bottom: -2px;
  }
}

.app .search-wrapper > .__swc .__swb .center, .app .search-wrapper > .__swc .__swb .main-wrapper-width, .app .search-wrapper > .__swc .__swb .search-wrapper > .__swc, .app .search-wrapper > .__swc .__swb .app > .content-block > .features, .app .search-wrapper > .__swc .__swb footer > .footer-container, .app .search-wrapper > .__swc .__swb footer .cpry, footer .app .search-wrapper > .__swc .__swb .cpry, .app > .content-block > .features > .filters .search-wrapper > .__swc .__swb .more > span {
  margin: auto;
}

.app .-awesome-input::before, .app .-awesome-input::after {
  position: absolute;
  content: " ";
  bottom: 0;
  border-bottom: 1px solid transparent;
}

.app .-awesome-input::before {
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  border-bottom: 1px solid #ccc;
}

.app .-awesome-input::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 50%;
  width: 0;
}

.app .-awesome-input.focus::after {
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  border-bottom: 1px solid red;
}

.app .-awesome-input > .form-control-plaintext {
  position: relative;
  padding: .375rem;
  outline: 0;
  color: white;
}

.app > .content-block {
  min-height: -o-calc(100vh - 100px - 251px);
  min-height: calc(100vh - 100px - 251px);
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

.app > .content-block > .theme {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1398.98px) {
  .app > .content-block > .theme img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1198.98px) {
  .app > .content-block > .theme img {
    max-width: 60%;
  }
}

@media screen and (max-width: 999.98px) {
  .app > .content-block > .theme img {
    max-width: 40%;
  }
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .theme img {
    max-width: 239.7px;
  }
}

.app > .content-block .bg-white, .app > .content-block > .features > .offers-wrapper {
  color: black;
}

.app > .content-block > .features {
  padding: 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features {
    padding: 15px 0 0;
  }
}

.app > .content-block > .features > .subnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  min-height: 55px;
  width: 100%;
  background: white;
}

.app > .content-block > .features > .subnav div {
  min-height: 55px;
  text-align: center;
}

.app > .content-block > .features > .subnav .nv-title {
  -ms-flex-basis: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 19.2px;
  padding: 12px;
}

.app > .content-block > .features > .subnav .nv-title > h4 {
  margin: 0;
}

.app > .content-block > .features > .subnav .nv-back {
  --th-color: rgba(134, 128, 128, 0.37);
  width: 40px;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
  cursor: pointer;
}

.app > .content-block > .features > .subnav .nv-back svg {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 32px;
  color: var(--th-color);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app > .content-block > .features > .subnav .nv-back:hover {
  --th-color: rgba(134, 128, 128, 0.6);
}

.app > .content-block > .features .header {
  font-family: 'OpenSans-Regular', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features .header {
    margin-top: 30px;
    text-align: center;
  }
}

.app > .content-block > .features > .filters {
  position: relative;
  font-size: .9rem;
}

.app > .content-block > .features > .filters .list {
  --__eh: 37px;
  --veon: 4;
  overflow: hidden;
  height: 148px;
}

.app > .content-block > .features > .filters .list > .list-group > .list-group-item {
  --hover-color: #d7d7d7;
  -moz-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -moz-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0;
  border-left: 3px solid transparent;
  border-left: 3px solid transparent;
  padding: .5rem .7rem;
}

.app > .content-block > .features > .filters .list > .list-group > .list-group-item > span {
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  display: inline-block;
}

.app > .content-block > .features > .filters .list > .list-group > .list-group-item > svg {
  color: var(--hover-color);
}

.app > .content-block > .features > .filters .list > .list-group > .list-group-item:hover {
  --hover-color: red;
  cursor: pointer;
  border-color: var(--hover-color);
}

.app > .content-block > .features > .filters .more {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.app > .content-block > .features > .filters .more > span {
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  cursor: pointer;
  padding: 0 15px 15px;
}

.app > .content-block > .features > .filters .more > span:hover {
  color: red;
}

.app > .content-block > .features > .offers-wrapper {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper {
    margin-top: 30px;
  }
}

.app > .content-block > .features > .offers-wrapper > .sponsored {
  margin-bottom: 40px;
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer {
  --bdg-width: 124px;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper > .sponsored > .offer {
    --bdg-width: 35px;
  }
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer.highlight {
  border-color: #ffad16;
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__details {
  max-width: -o-calc(100% - var(--img-max-width) - var(--bdg-width));
  max-width: calc(100% - var(--img-max-width) - var(--bdg-width));
  min-width: -o-calc(100% - var(--img-max-width) - var(--bdg-width) - 15px);
  min-width: calc(100% - var(--img-max-width) - var(--bdg-width) - 15px);
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__bdg-wrapper {
  max-width: -o-calc(var(--bdg-width) + 15px);
  max-width: calc(var(--bdg-width) + 15px);
  padding-right: 15px;
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__bdg-wrapper .__bdg {
  padding: .34rem;
}

.app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__bdg-wrapper .__bdg.__bdg-promo {
  color: #fff;
  background-color: #ffad16;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__bdg-wrapper .__bdg.__bdg-promo {
    background: transparent url(../../img/sponsored.png) no-repeat left top;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
  }
  .app > .content-block > .features > .offers-wrapper > .sponsored > .offer .__bdg-wrapper .__bdg.__bdg-promo > span {
    display: none;
  }
}

.app > .content-block > .features > .offers-wrapper .offer {
  --img-max-width: 150px;
  --img-max-height: 100px;
  border-left: 5px solid transparent;
  -webkit-box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.75);
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 0.93rem;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper .offer {
    --img-max-width: 95px;
    --img-max-height: 65px;
    font-size: .8rem;
  }
}

.app > .content-block > .features > .offers-wrapper .offer .company-img {
  position: relative;
  padding: 0 15px;
  width: var(--img-max-width);
  height: var(--img-max-height);
}

.app > .content-block > .features > .offers-wrapper .offer .company-img > img {
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  max-height: var(--img-max-height);
  position: absolute;
  top: 50%;
}

.app > .content-block > .features > .offers-wrapper .offer .__details {
  max-width: -o-calc(100% - var(--img-max-width));
  max-width: calc(100% - var(--img-max-width));
}

.app > .content-block > .features > .offers-wrapper .offer .__details > .title {
  margin-bottom: .25rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper .offer .__details > .title {
    font-size: .95rem;
  }
}

.app > .content-block > .features > .offers-wrapper .offer .__details > .title > a {
  color: rgba(0, 123, 255, 0.8);
}

.app > .content-block > .features > .offers-wrapper .offer .__details > .title > a:hover {
  color: #007bff;
}

.app > .content-block > .features > .offers-wrapper .offer .__details > .description {
  margin-bottom: .5rem;
  font-size: 0.7rem;
  color: #777;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info.no-gutters {
  padding-bottom: 7.5px;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info.no-gutters > .col {
  text-align: center;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info > div {
  --pr: 40px;
  max-width: 25%;
  padding-right: var(--pr);
  color: rgba(108, 117, 125, 0.8);
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offers-wrapper .offer .job_info > div {
    --pr: 10px;
    max-width: 50%;
    min-width: 50%;
  }
  .app > .content-block > .features > .offers-wrapper .offer .job_info > div:nth-child(n+3) {
    margin-top: 7px;
  }
}

.app > .content-block > .features > .offers-wrapper .offer .job_info > div > span {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  margin-left: 2px;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info > div > svg {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info > div:hover > span {
  color: black;
}

.app > .content-block > .features > .offers-wrapper .offer .job_info > div:hover > svg {
  color: #007bff;
}

.app > .content-block > .features > .offers-wrapper .offer .of-date {
  border-top: 0.7px solid rgba(108, 117, 125, 0.3);
  padding-top: 15px;
  color: rgba(108, 117, 125, 0.7);
}

.app > .content-block > .features > .offers-wrapper .offer .of-date span {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

.app > .content-block > .features > .offers-wrapper .offer .of-date span:hover {
  color: black;
}

.app > .content-block > .features > .offer-description {
  --x-padding: 30px;
  margin-top: 1.5rem;
  padding: 5px var(--x-padding) var(--x-padding);
  width: 100%;
  min-height: 50px;
  background: white;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offer-description {
    --x-padding: 10px;
    padding-top: 0;
  }
}

.app > .content-block > .features > .offer-description > ins {
  text-decoration: none;
}

.app > .content-block > .features > .offer-description img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .app > .content-block > .features > .offer-description img {
    width: 100%;
    width: -o-calc(100% + (var(--x-padding) * 2));
    width: calc(100% + (var(--x-padding) * 2));
    margin-left: -o-calc(var(--x-padding) * (-1));
    margin-left: calc(var(--x-padding) * (-1));
  }
}

.app > .content-block > .features > .offer-description > .sycv {
  font-family: 'Lato', Arial, sans-serif;
  max-width: 860px;
  margin: 0 auto;
}

.app > .content-block > .features > .offer-description > .sycv > form, .app > .content-block > .features > .offer-description > .sycv header {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.app > .content-block > .features > .offer-description > .sycv header {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 70px;
  color: #f9f6e5;
  background: #e85657;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.app > .content-block > .features > .offer-description > .sycv > .formWrapper {
  display: none;
  margin-top: 25px;
}

.app > .content-block > .features .notify {
  text-align: center;
}

.app > .content-block > .features > .notify {
  margin-top: 1.5rem;
  padding: 1.875rem;
  background: white;
}

.app a.all-adverts-button {
  color: #fff;
  margin: auto 0;
  text-align: center;
}

.app a.all-adverts-button:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0px -1px 0px 0px #fff;
          box-shadow: inset 0px -1px 0px 0px #fff;
}

footer {
  background: white;
  color: white;
  font-family: Verdana;
  font-size: .9rem;
}

@media screen and (max-width: 767.98px) {
  footer {
    font-size: .75rem;
  }
}

footer a {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  color: #fff;
}

footer a:hover {
  color: white !important;
}

footer > .footer-container, footer .cpry {
  padding: 0 15px;
}

footer > .footer-container {
  background: url(../../img/footer_triangle.jpg) top right no-repeat;
}

@media screen and (max-width: 767.98px) {
  footer > .footer-container {
    background: transparent;
    text-align: center;
  }
  footer > .footer-container p {
    margin: 0.5rem;
  }
  footer > .footer-container .row > div:first-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  footer > .footer-container {
    background: url(../../img/footer_triangle.jpg) top 0 right 15px no-repeat;
  }
}

footer > .cpry-p {
  background: #000;
}

@media screen and (max-width: 767.98px) {
  footer > .cpry-p {
    font-size: 0.65rem;
  }
}

footer > .cpry-p > .cpry strong {
  color: white;
}

footer > .cpry-p .divinline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 411.98px) {
  footer > .cpry-p .divinline {
    display: block;
  }
}

.wspolpracafooter {
  max-width: 1140px;
  margin: auto;
}

.footerCenter {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .simform .error-message {
    font-size: .9rem;
  }
}

.simform .form-group {
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}

.custom-file-label::after {
  content: "Przeglądaj";
}
/*# sourceMappingURL=app.css.map */