.listing-logo {
  aspect-ratio: 1/1;
}

.new-layout.job_listings > li a.job_listing_type-uop-b2b {
  border-left: 1px solid #ced5dc !important;
}

.new-layout.job_listings > li a.job_listing_type-uop-b2b-en {
  border-left: 1px solid #ced5dc !important;
}

.new-layout.job_listings > li a.job_listing_type-permanent-job {
  border-left: 1px solid #ced5dc !important;
}

.error404 #titlebar.single.submit-page:not(.with-transparent-header) {
  padding: 0 0 30px 0;
}

.has-large-font-size {
  line-height: 1.3;
}
body {
  color: #272e33 !important;
}
#wrapper {
  background-color: #fcfcfc;
}
.page-template-default #wrapper article {
  padding: 150px 0;
}
#footer-new {
  background-color: #092f51 !important;
  color: #fff !important;
}
.footer-new-top-section {
  border-bottom: 1px solid #3a5974 !important;
}
.footer-new-bottom-section {
  border-top: 1px solid #3a5974 !important;
}
.footer-new-rows-right {
  background-color: #092f51 !important;
}
.footer-new-rows-right .footer-new-row:first-child {
  border-left: 1px solid #3a5974 !important;
  border-right: 1px solid #3a5974 !important;
}
#footer-new .footer-widget.widget_nav_menu li a {
  color: #6b8297 !important;
}
#footer-new .intro-stats li span {
  color: #6b8297 !important;
}
.social-flex {
  display: flex;
  align-items: center;
}
.cs-social {
  color: #fff;
  border: 1px solid #6b8297;
  border-radius: 8px;
  padding: 12px 20px 12px 12px;
  display: block;
  transition: 0.5s all;
  margin-right: 20px;
}
.social-details strong {
  display: block;
  color: #fff;
}
.cs-social:hover {
  color: #fff;
  background: #3a5974;
  border: 1px solid #3a5974;
}
.footer-col-6 {
  display: flex;
  align-items: center;
}
#footer-new .footer-widget.widget_nav_menu li a:hover {
  color: #fff !important;
}
.dashboard-stat.color-1 {
  background: #f0f3f5 !important;
  color: #092f51;
}
.dashboard-stat.color-1 h4 {
  color: #092f51;
}
.dashboard-stat-icon {
  display: none;
}
.dashboard-stat.color-2 {
  background: #6b8297 !important;
}
.dashboard-stat.color-3 {
  background: #3a5974 !important;
}
.dashboard-stat.color-4 {
  background: #092f51 !important;
}
.dashboard-content .dashboard-list-box h4 {
  color: #092f51;
  font-weight: 500;
}
.dashboard-list-box > ul {
  color: #092f51;
}
.new-layout.job_listings > li a {
  border: 1px solid #ced5dc;
  border-radius: 8px !important;
  margin-bottom: 24px;
  padding: 15px 20px !important;
  min-height: 150px;
}
.new-layout.job_listings > li a.job_listing .listing-logo {
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_listings img,
.job-list img {
  width: 100%;
  height: auto;
}
.new-layout.job_listings .listing-desc {
  display: none;
}
.new-layout .job_listing .listing-title h4 {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #072641;
  margin-top: 2px;
  font-weight: 500;
}
.job-spotlight span.full-time,
.map-box span.job-type.full-time,
.leaflet-popup-content span.job-type.full-time,
.new-layout.job_listings > li a span.job-type.full-time,
.new-layout.job_listings > li a span.job-type {
  color: #fff !important;
  border: 1px solid #072641 !important;
  background-color: #072641 !important;
  border-radius: 25px;
}
.s-cat-parent {
  border: 1px solid #ced5dc;
  padding: 15px;
  border-radius: 8px;
  transition: 0.5s all;
  cursor: pointer;
}
.s-cat-childs {
}
.cs-cat {
  display: flex;
  margin: 10px 0% !important;
}
.s-cat-div {
  width: 31.33%;
  margin: 0 1%;
}
.s-cat-parent {
}
.s-cat-parent:hover,
.cat-active .s-cat-parent {
  background: #092f51;
  color: #fff;
}
.switch {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #808d98;
}

input:focus + .slider {
  box-shadow: 0 0 1px #808d98;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1px solid #eaecee;
  background: rgba(237, 239, 243, 0.16);
}

.slider.round:before {
  border-radius: 50%;
  border: 1px solid #808d98;
}
.s-cat-childs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ss-child {
  display: flex;
  align-items: center;
  width: 100%;
}
.s-cat-child {
  font-weight: 500;
  font-size: 14px;
  color: #092f51;
  margin-left: 10px;
}
.ss-child {
  margin-bottom: 12px;
}
.s-cat-childs {
  padding-top: 15px;
}
.s-cat-name {
  font-size: 16px;
  font-weight: 500;
  color: #092f51;
  letter-spacing: 0.03em;
}
.s-cat-parent:hover .s-cat-name,
.cat-active .s-cat-nam {
  color: #fff;
}
.cat-hidden,
.jobs-filters-location {
  display: none;
}
.new-layout.job_listings > li a.job_listing_type-full-time {
  border-left: 1px solid #ced5dc !important;
}
.new-layout.job_listings > li a.job_listing_type-full-time {
  position: relative;
}
.new-layout.job_listings > li a.job_listing_type-full-time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 80%;
  background: #9dacb9;
}
.s-cat-icon svg path {
  stroke: #092f51;
  transition: 0.5s all;
}
.s-cat-parent:hover svg path,
.cat-active svg path {
  stroke: #fff;
}
.s-cat-parent {
  display: flex;
  align-items: center;
}
.s-cat-icon {
  width: 90px;
  padding-top: 5px;
}
.s-cat-childs {
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.cat-active .s-cat-name {
  color: #fff;
}

.cat-active .s-cat-childs {
  height: auto;
}
.single-job_listing #titlebar h1 {
  color: #092f51;
  font-weight: 700;
  font-size: 32px;
}
.single-job_listing #titlebar h1 .job-type {
  display: none;
}
#titlebar.titlebar-boxed-company-info .bookmark-notice {
  background: transparent !important;
  color: #6b8297 !important;
  border: 1px solid #6b8297 !important;
  /* padding: 8px 14px !important; */
  border-radius: 8px;
}
#titlebar.titlebar-boxed-company-info .bookmark-notice:hover {
  background: #6b8297 !important;
  color: #fff !important;
}
.remove-bookmark {
  background: #6b8297 !important;
  color: #fff !important;
  border-radius: 8px;
  border: 1px solid #6b8297 !important;
}
.job_description {
  color: #272e33 !important;
  font-size: 16px;
  line-height: 24px;
}
body .job-overview {
  background: #fafafa;

  border: 1px solid #ced5dc !important;
  border-radius: 8px;
}
.job-overview strong {
  color: #092f51;
}
.job-overview span {
  color: #6b8297;
}
body a.button {
  border-radius: 8px;
}
.company-info-apply-btn .job_application.application a {
  text-transform: uppercase;
}
._company_website,
._company_email,
._company_twitter,
._company_phone,
.company-info-boxed .company-info .send-message-to-owner {
  display: block;
}
.job-manager-single-alert-link a {
  background: transparent !important;
  color: #6b8297 !important;
  border: 1px solid #6b8297 !important;
  /* padding: 8px 14px !important; */
  border-radius: 8px;
}
.job-manager-single-alert-link a:hover {
  background: #6b8297 !important;
  color: #fff !important;
}
.social-icon {
  width: 79px;
  height: 79px;
  background: #072641;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.intro-stats li {
  display: flex;
  align-items: center;
}
#footer-new .intro-stats li {
  padding-left: 0 !important;
}
.i-flex {
  margin-right: 20px;
}
.ov-icon {
  width: 40px;
  height: 40px;
  background: #e6eaee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px !important;
}
#titlebar span a,
#titlebar span {
  font-weight: bold;
}
.cs-bread {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  margin-left: 10px;
}
.cs-bread img {
  margin: 0 5px;
}
.cs-bread {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.cs-bread a {
  font-size: 14px;
  color: #888;
  font-weight: normal;
}
.cs-bread span {
  font-weight: normal !important;
}
.single-job_listing #titlebar {
  padding-top: 15px;
}
.company-info .job-type {
  background: #072641;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  padding: 2px 18px;
  font-size: 14px !important;
}
.cs-location img {
  width: 18px;
}
.cs-location {
  display: flex;
  align-items: center;
  color: #9dacb9 !important;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.cs-location img {
  margin-right: 5px;
}
.cs-location a {
  color: #9dacb9 !important;
}
.cs-wynagrodzenie {
  background: #f0f3f5;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.cs-wynagrodzenie span {
  margin-right: 0;
}
.cs-wynagrodzenie div > span > span {
  margin-left: 5px;
  font-size: 14px;
  color: #9dacb9;
}
.company-info .content {
  display: flex;
  align-items: center;
}
.cs-location {
  margin: 0 20px 0 0;
}
.company-info .job-type {
  margin-left: 50px;
}
.job-spotlight {
  border: 1px solid #ced5dc !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 20px !important;
}
body .job-spotlight a h4 {
  font-weight: bold;
  color: #072641;
  font-size: 16px;
}
.rel-info a {
  color: #9dacb9 !important;
  font-size: 14px;
  font-weight: 500;
}
.rel-info .cs-location {
  font-weight: normal;
  color: #9dacb9;
}
.rel-info .job-type {
  background: #072641;
  color: #fff !important;
  font-size: 14px;
  border-radius: 25px;
  padding: 2px 18px;
  font-size: 14px !important;
}
#related-job-spotlight2 .job-spotlight span {
  color: #fff !important;
}
.rel-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
}
.rel-info .cs-location {
  margin: 0 15px;
}
.rel-info > span {
  margin-right: 0 !important;
}
#related-job-container h3 {
  margin-bottom: 25px !important;
  font-weight: bold;
  font-size: 20px;
  color: #072641;
}

.sin-wym {
  background: #e9eaeb;
  color: #272e33;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 25px;
  padding: 2px 10px;
  margin: 4px 20px 4px 0;
}
.sin-wym.fty {
  margin-right: 8px;
}
.sin-wym--recommended {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d4af37;
  color: #fff;
  margin-right: 8px;
  margin-left: 0;
}
.wymagania-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.cs-wymagania {
  margin-bottom: 25px;
}
.wymagania-flex {
  margin-top: 10px;
}
.job_description h3 {
  margin-bottom: 15px;
}
.company-info-boxed .company-info {
  padding: 20px 60px 20px 40px !important;
}
.related-wymagania {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
}
.fty.work-model {
  background-color: #0e4a68 !important;
  border-color: #0e4a68 !important;
  margin-right: 8px;
}
.fty.job-level {
  background-color: #3ba68a !important;
  border-color: #3ba68a !important;
  margin-left: 0;
}
.fty {
  white-space: nowrap;
  color: #fff !important;
  border: 1px solid #072641 !important;
  background-color: #072641 !important;
}

.rel-info {
  width: 100%;
}
.rel-left {
  display: flex;
  align-items: center;
}
.rel-dot {
  color: #272e33 !important;
  display: flex;
  align-items: flex-end;
}
.listing-title h4 {
  font-weight: bold !important;
  color: #072641 !important;
  font-size: 16px !important;
}
.sjob-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wynagrodzenie-job-listing {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #272e33 !important;
}
.wynagrodzenie-job-listing div > span > span {
  margin-left: 5px;
  font-size: 14px;
  color: #9dacb9;
}
.new-layout .job_listing .listing-title {
  padding-right: 0;
}
.wynagrodzenie-job-listing > div > span {
  margin-right: 0 !important;
}
.jsright {
  display: flex;
}
.new-layout .job_listing .listing-title {
  width: 100%;
}
.ws-meta-job-expires {
  color: #9dacb9 !important;
  margin-right: 0px !important;
  font-size: 12px !important;
  letter-spacing: 0.03em !important;
  font-weight: 500 !important;
}
.cs-location {
  color: #9dacb9 !important;
  font-size: 12px;
  font-weight: 500;
}
.rel-left span > div {
  color: #9dacb9 !important;
  font-size: 14px;
  font-weight: 500;
}
.listing-title .cs-location img {
  padding: 0;
  margin-left: 0;
}
.wynagrodzenie-job-listing div > span > span {
  margin-right: 0 !important;
}
.wynagrodzenie-job-listing {
  margin-right: 0px !important;
}
.job-manager-pagination ul li a,
.woocommerce-pagination ul li a,
.pagination ul li a,
.nav-links a,
.job-manager-pagination .current,
.woocommerce-pagination .current,
.pagination .current,
.page-links a,
.pagination-next-prev ul li a {
  font-weight: 500;
}
.new-layout.job_listings > li a {
  align-items: center;
}
.sdol:before {
  background-image: url(/wp-content/uploads/2023/05/mmm.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.cof-item-text {
  font-weight: bold;
  color: #272e33 !important;
  margin-left: 10px;
}
.cof-item {
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.cs-of-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  background: #fcfcfc;
  padding: 15px 0;
  position: relative;
}
.cs-of-filter:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
}
.cs-of-filter:after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
}
.filters-container {
  padding-bottom: 0 !important;
}
#titlebar.photo-bg {
  height: 350px;
  padding: 10px 0;
  background-position: center !important;
}
#titlebar.photo-bg:before {
  background-color: rgba(34, 34, 34, 0.35);
}
#titlebar .sixteen {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-template-default #titlebar.photo-bg #breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
}
#titlebar.photo-bg .container {
  height: 100%;
}
#titlebar.photo-bg h1,
#titlebar.photo-bg h2 {
  font-size: 66px;
  color: #fff;
  line-height: 78px;
}
.page-template-default #wrapper article {
  padding: 80px 0 !important;
}
.job-listing-details ul li {
  font-size: 16px;
  font-weight: bold;
  color: #272e33 !important;
}
.job-listing-details ul li i {
  display: none;
}
.job-listing-description .job-type {
  color: #fff !important;
  border: 1px solid #072641 !important;
  background-color: #072641 !important;
  border-radius: 25px !important;
  padding: 2px 18px;
}
.job-listing-description .job-listing-title {
  font-weight: bold !important;
  color: #072641 !important;
  font-size: 16px !important;
}
.leaflet-popup-content .job-listing-details {
  flex-wrap: wrap;
}
.leaflet-popup-content .job-listing-company-logo {
  width: 100%;
}
.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo {
  max-width: 100% !important;
  flex: auto !important;
  margin-bottom: 7px !important;
}
.leaflet-popup-content-wrapper .job-listing .job-listing-company-logo img {
  max-width: 120px !important;
}
.aligncenter iframe {
  margin: 10px auto !important;
  display: block;
}
#titlebar.single {
  position: relative;
  padding: 10px 0;
  background: #fff;
  margin-bottom: 0;
}
#titlebar.single .sixteen {
  display: block;
  text-align: left;
}
#titlebar.single h1 {
  padding: 55px 0 0 0;
  text-align: center;
  color: #092f51;
  font-size: 66px;
  line-height: 78px;
}
.szablon_cv {
  background: #f0f3f5;
  padding: 55px 0;
  text-align: center;
  margin-bottom: -45px;
}
.szablon_cv h2 {
  font-size: 40px;
  line-height: 50px;
  color: #092f51;
  font-weight: 500;
  margin: 10px 0;
}
.cv-ikona img {
  display: block;
  margin: 0 auto;
}
.cv_pliki a {
  color: #9dacb9;
  border: 1px solid #9dacb9;
  border-radius: 8px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: 0.5s all;
  margin: 0 10px;
}
.cv_pliki {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.cv_pliki a:hover {
  background: #092f51;
  color: #fff;
  border: 1px solid #092f51;
}
.szczegoly-cennik h3 {
  color: #092f51;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.s-szczegoly {
  background: #fff;
  border-radius: 8px;
  width: 23%;
  margin: 1%;
  display: flex;
  padding: 30px 20px;
}
.szczegoly-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.s-title {
  font-size: 20px;
  line-height: 27px;
  color: #072641;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
.s-subtitle {
  color: #9dacb9;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.s-left {
  width: 100%;
}
.s-left svg {
  display: block;
  margin: 0 auto 12px auto;
}
.s-text {
  font-size: 16px;
  line-height: 24px;
  color: #3a5974;
  padding-left: 30px;
}
.page-id-318 #wrapper,
.page-id-318 #titlebar {
  background: #fcfcfc;
}
.s-right {
  width: 60%;
}
.cs-cta {
  margin-bottom: -45px;
}
.cs-cta h3 {
  font-size: 40px;
  color: #092f51;
  line-height: 57px;
  font-weight: 500;
  margin-bottom: 35px;
}
.cta-link {
  color: #092f51;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: 0.5s all;
  margin: 12px 0;
  font-size: 14px;
  text-align: center;
}
.cta-flex-col {
  width: 50%;
}
.cta-flex {
  display: flex;
  justify-content: flex-end;
}
.cta-link:hover {
  background: transparent;
  color: #fff;
}
.szczegoly-cennik {
  padding-bottom: 55px;
}

.contact-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-col {
  width: 48%;
}
.page-template-default.page-id-338 #wrapper article {
  padding: 0 !important;
}
.page-template-default.page-id-352 #wrapper article {
  padding: 0 !important;
}
.contact-col h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #092f51;
  font-weight: 500;
  margin-bottom: 20px;
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-flex-item {
  width: 48%;
}
.form-flex-item span {
  color: #092f51;
  font-weight: 500;

  margin-bottom: 5px;
  display: block;
}
.form-flex-full {
  margin: 10px 0;
}
.page .wpcf7-form input,
.page .wpcf7-form textarea,
.page .wpcf7-form select {
  background: #fff;
  border-radius: 8px;
  font-weight: 400;
  height: 50px;
  border: 1px solid #ced5dc;
}
.page .wpcf7-form textarea {
  height: 120px;
  min-height: 120px;
}
body .wp-subscribe-wrap input.submit,
body input[type="email"],
.new-header #navigation ul li a,
.button,
.intro-banner .intro-banner-search-form input,
.page .wpcf7-form input {
  font-family: "Red Hat Display", sans-serif;
}
.form-info span {
  color: #6b8297;
}
.page .wpcf7-form label span {
  color: #3a5974;
  margin-left: 2px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 10px;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-form input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 10px;
  height: auto;
}
.wpcf7-submit {
  background-color: #092f51 !important;
  color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #092f51 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 500;
  letter-spacing: 0.12em !important;
  padding: 7px 29px !important;
  margin-top: 20px !important;
  transition: 0.5s all;
  margin-bottom: 20px;
}
.wpcf7-submit:hover {
  background: transparent !important;
  color: #092f51 !important;
}
.wpcf7-response-output {
  margin: 20px 0 !important;
  background: #ffb900;
}
.wpcf7-not-valid-tip {
  color: #dc3232 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450 !important;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
}
.s-contact-info {
  width: 48%;
  margin: 1%;
}
.sci-title {
  color: #092f51;
  font-weight: 600;
  font-size: 14px;
}
.sci-content {
  color: #6b8297 !important;
  font-weight: 400;
  font-size: 14px;
}
.page-template-default.page-id-338 #wrapper {
  background: #fcfcfc;
}
.page-template-default.page-id-352 #wrapper {
  background: #fcfcfc;
}
.contact-cs {
  padding: 55px 0;
}
.sci-content a {
  color: #6b8297 !important;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.sci-content a img {
  margin-right: 5px;
}
.sci-content a:hover {
  color: #092f51 !important;
}

.referencje-cs {
  background: #fff;
  padding: 34px 0;
}
.referencje-imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.s-ref {
  width: 18%;
  margin: 1%;
}
.page-template-default.page-id-352 #titlebar {
  margin-bottom: 0;
}
.referencje-cs2 {
  padding: 50px 0;
}
.referencje-cs2 h3 {
  text-align: center;
  font-size: 40px;
  color: #092f51;
  font-weight: 500;
}
.sflxdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .s-szczegoly,
  .cta-flex-col,
  .s-left,
  .s-right {
    width: 100%;
  }
  .s-szczegoly {
    flex-wrap: wrap;
  }
  .s-text {
    padding-left: 0;
    padding-top: 12px;
  }
  .cs-cta h3 {
    font-size: 28px;
    line-height: 41px;
  }
  .cs-cta {
    padding: 90px 0;
  }
  #footer-new .footer-new-row {
    border: 0 !important;
  }
  .footer-col-6 {
    flex-wrap: wrap;
  }
  .contact-col h2 {
    font-size: 33px;
    line-height: 42px;
  }
  .form-flex-item {
    width: 100%;
  }
  .s-contact-info {
    width: 100%;
  }
  .contact-cs {
    padding: 0px 0;
  }
  .s-ref {
    width: 48% !important;
    margin: 4% 1%;
  }
}

@media (max-width: 876px) {
  .s-szczegoly,
  .cta-flex-col,
  .s-left,
  .s-right {
    width: 100%;
  }
  .s-szczegoly {
    flex-wrap: wrap;
  }
  .s-text {
    padding-left: 0;
    padding-top: 12px;
  }
  .cs-cta h3 {
    font-size: 28px;
    line-height: 41px;
  }
  .cs-cta {
    padding: 90px 0;
  }
  #footer-new .footer-new-row {
    border: 0 !important;
  }
  .footer-col-6 {
    flex-wrap: wrap;
  }
  .contact-col {
    width: 100%;
  }
  #titlebar.photo-bg {
    height: 360px;
    padding: 10px 0;
  }
  .s-logo {
    margin: 10px 0;
  }
}

.s-ref img {
  display: block;
  margin: 0 auto;
}

.new-header #navigation ul li a,
.new-header #navigation ul ul li a {
  color: #3a5974;
  letter-spacing: 0.03em;
  padding: 7px 25px;
}

.single-job_listing #titlebar h1 {
  color: #092f51;
  font-weight: 700;
  font-size: 32px !important;
  padding: 0 !important;
  line-height: 40px !important;
  text-align: left !important;
}

@media (max-width: 576px) {
  .cs-cat {
    flex-wrap: wrap !important;
  }
  .s-cat-div {
    width: 100%;
  }
  .s-cat-icon {
    width: 60px;
  }
  .cs-of-filter {
    justify-content: flex-start !important;
  }
  .cof-item {
    margin-bottom: 5px !important;
  }
  .new-layout.job_listings > li a {
    flex-wrap: wrap;
  }
  .new-layout.job_listings > li a.job_listing .listing-logo img {
    margin-top: 5px;
    width: auto;
    height: 33px;
    margin-bottom: 10px;
  }
  .sjob-flex,
  .rel-info {
    flex-wrap: wrap;
  }
  .related-wymagania {
    width: 100%;
  }
  .rel-left {
    margin: 6px 0;
  }
  .has-large-font-size {
    font-size: 20px;
  }
  #titlebar.photo-bg {
    height: 290px;
    padding: 10px 0;
  }
  #titlebar.photo-bg h1,
  #titlebar.photo-bg h2 {
    font-size: 49px;
    color: #fff;
    line-height: 78px;
  }
  .company-info .content {
    flex-wrap: wrap;
  }
  .company-info-boxed-logo {
    flex: 0 0 160px !important;
    margin: 0 20px 15px 0;
  }
  .company-info .job-type {
    margin-left: 0px;
  }
  .company-info img {
    height: auto;
  }
  .cs-wynagrodzenie {
    margin-top: 10px;
  }
  .cs-social {
    width: 100%;
    min-width: 270px;
  }
}

.smode .slider:after {
  content: "\f185";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #272e33;
  position: absolute;
  right: 7px;
  transition: 0.5s all;
}
.right-side {
  display: flex !important;
  align-items: center !important;
}

.right-side .cmode {
  display: flex;
  margin-top: 0;
}
.cmode {
  margin-top: 6px;
  margin-right: 12px;
}
.cmode input:checked + .slider:after {
  content: "\f186";
  font-family: "FontAwesome";
  right: auto;
  left: 7px;
  color: #fff;
}

.submit-page label {
  font-weight: bold;
  color: #072641;
}

body#dark-mode .new-header #header,
body#dark-mode .new-header #header .right-side {
  background: #072641;
}
body#dark-mode .new-header #navigation ul li a,
body#dark-mode .user-avatar-title {
  color: #6b8297;
}

body#dark-mode .filters-container,
body#dark-mode .full-page-content-inner {
  background: #072641;
}
body#dark-mode .cs-of-filter {
  background: #092f51;
}
body#dark-mode .cs-of-filter:before,
body#dark-mode .cs-of-filter:after {
  background: #092f51;
}
body#dark-mode .cof-item-text,
body#dark-mode .s-cat-name {
  color: #fff !important;
}
body#dark-mode .s-cat-icon svg path {
  stroke: #9dacb9;
  transition: 0.5s all;
}
body#dark-mode .s-cat-parent:hover,
body#dark-mode .cat-active .s-cat-parent {
  background: #6b8297;
  color: #fff;
}
body#dark-mode .s-cat-parent:hover .s-cat-icon svg path,
body#dark-mode .cat-active .s-cat-parent .s-cat-icon svg path {
  stroke: #ffffff;
}
body#dark-mode .s-cat-child {
  color: #fff;
}
body#dark-mode input:checked + .slider {
  background-color: #edeff3;
}
body#dark-mode .slider.round {
  border: 1px solid #6b8297;
}
body#dark-mode .new-layout .job_listing.job_position_featured {
  background: transparent;
}
body#dark-mode .new-layout .new-layout.job_listings > li a {
  border: 1px solid #fff;
}
body#dark-mode .resumes li,
.job_listings > li,
.job-list > li,
body#dark-mode .resumes li:nth-child(2n),
body#dark-mode .job_listings > li:nth-child(2n),
body#dark-mode .job-list > li:nth-child(2n) {
  background: transparent !important;
}
body#dark-mode .listing-title h4 {
  color: #fff !important;
}
body#dark-mode .new-layout.job_listings > li a {
  background: transparent !important;
}
body#dark-mode .wynagrodzenie-job-listing {
  color: #fff !important;
}
body#dark-mode .sin-wym.fty {
  color: #072641 !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
}
body#dark-mode .sin-wym {
  background: #092f51 !important;
  color: #fff !important;
}
body#dark-mode .job-manager-pagination ul li,
body#dark-mode .woocommerce-pagination ul li,
body#dark-mode .pagination ul li {
  background: transparent !important;
}
body#dark-mode .small-footer-copyrights {
  color: #fff !important;
}
body#dark-mode .full-page-content-container {
  background: #072641;
}
.logo-white {
  display: none;
}
body#dark-mode .logo-white {
  display: inline;
}
body#dark-mode .logo-dark {
  display: none;
}
body#dark-mode .new-header #logo_nh {
  border-right: 1px solid #6b8297;
}
body#dark-mode .cmode input:checked + .slider {
  background-color: rgba(237, 239, 243, 0.16);
}
body#dark-mode .new-header #navigation ul li a:hover {
  color: #fff !important;
}
body#dark-mode input:checked + .slider {
  background-color: rgba(237, 239, 243, 0.16);
}
body#dark-mode .slider.round:before {
  background-color: rgba(237, 239, 243, 0.16);
}
body#dark-mode input:checked + .slider.round:before {
  background-color: #fff;
}
body#dark-mode .no_job_listings_found {
  color: #fff !important;
}

body#dark-mode .login-register-buttons a {
  color: #fff !important;
}
body#dark-mode #wrapper {
  background: #072641;
}
body#dark-mode #footer-new {
  background: #072641 !important;
}
body#dark-mode #wrapper article p,
body#dark-mode #wrapper article strong {
  color: #fff !important;
}
body#dark-mode .footer-new-rows-right {
  background: #072641 !important;
}
body#dark-mode .referencje-cs {
  background: #072641 !important;
}
body#dark-mode .s-szczegoly {
  background: #092f51 !important;
  color: #fff !important;
}
body#dark-mode .referencje-cs2 h3 {
  color: #fff !important;
}
body#dark-mode #company_content {
  color: #fff !important;
}
body#dark-mode .padding-right h3 {
  color: #fff !important;
}
body#dark-mode #company-background:before {
  background: linear-gradient(
    to bottom,
    transparent 20%,
    rgba(7, 38, 65, 0.8) 70%,
    rgba(7, 38, 65, 1) 85%
  );
}
body#dark-mode .s-text,
body#dark-mode .s-title,
body#dark-mode .s-subtitle,
body#dark-mode .szczegoly-cennik h3 {
  color: #fff !important;
}
body#dark-mode .footer-new-top-section {
  border-top: 1px solid #3a5974 !important;
}
body#dark-mode .current-menu-item a,
body#dark-mode #titlebar.single h1 {
  color: #fff !important;
}
body#dark-mode #titlebar.single,
body#dark-mode .szablon_cv {
  background: #072641 !important;
}
body#dark-mode .szablon_cv h2,
body#dark-mode .contact-col h2,
body#dark-mode .sci-title,
body#dark-mode .wpcf7-form label span,
body#dark-mode .form-flex-item span {
  color: #fff !important;
}
body#dark-mode .wpcf7-list-item-label a {
  color: #fff !important;
}
body#dark-mode .sci-content a:hover {
  color: #fff !important;
}
body#dark-mode .dashboard-nav {
  background: #072641 !important;
}
body#dark-mode .dashboard-nav ul:before {
  color: #fff !important;
}
body#dark-mode .dashboard-nav ul li a {
  color: #fff !important;
}
body#dark-mode #dashboard {
  background: #072641 !important;
}
body#dark-mode #dashboard #titlebar h2 {
  color: #fff !important;
}
body#dark-mode .dashboard-list-box > ul {
  background: #3a5974 !important;
}
body#dark-mode .dashboard-content .dashboard-list-box h4 {
  background: #3a5974 !important;
  color: #fff !important;
}
body#dark-mode .dashboard-list-box > ul > li {
  color: #fff !important;
}
body#dark-mode .dashboard-list-box > ul > li {
  border-bottom: 1px solid #3a5974 !important;
}
body#dark-mode .activity-time {
  background: #3a5974 !important;
}
body#dark-mode .dashboard-list-box > ul > li:hover {
  background: #3a5974 !important;
}
body#dark-mode #workscout-activities-list a {
  color: #fff !important;
}
body#dark-mode #titlebar h1,
body#dark-mode #titlebar h2 {
  color: #fff !important;
}
body#dark-mode .dashboard-content .dashboard-list-box-content {
  background: #3a5974 !important;
}
body#dark-mode #dashboard table.manage-table tr td {
  color: #fff !important;
}
body#dark-mode .manage-table.job-manager-bookmarks td,
body#dark-mode .messages-headline {
  color: #fff !important;
}
body#dark-mode .dashboard-content table.manage-table th,
body#dark-mode .messages-headline {
  background: #092f51 !important;
  color: #fff !important;
}
body#dark-mode .messages-container {
  background: #3a5974 !important;
  color: #fff !important;
}
body#dark-mode .messages-headline h4 {
  color: #fff !important;
}
body#dark-mode .messages-inbox ul li.unread,
body#dark-mode .messages-inbox ul li:hover {
  background: #3a5974 !important;
}
body#dark-mode .messages-headline {
  border-bottom: 1px solid #092f51 !important;
}
body#dark-mode table.manage-table tr:nth-child(2n + 2) {
  background: #3a5974 !important;
  color: #fff !important;
}
body#dark-mode .action a {
  color: #fff !important;
}
body#dark-mode table td.job_title a {
  color: #fff !important;
}
body#dark-mode .job_description h3,
body#dark-mode .job_description p,
body#dark-mode .job_description strong,
body#dark-mode .job_description ul,
body#dark-mode .widget h4 {
  color: #fff !important;
}
body#dark-mode .submit-page label {
  color: #fff !important;
}
.fieldset-remote_position input {
  margin: 0;
  margin-right: 5px;
}
.fieldset-remote_position .field {
  display: flex;
  align-items: center;
}
.fieldset-remote_position small.description {
  top: 0;
}
body#dark-mode .resume-title a {
  color: #fff !important;
}
body#dark-mode .dashboard-content {
  color: #fff !important;
}
body#dark-mode .dashboard-list-box-static {
  background: #3a5974 !important;
  color: #fff !important;
}
body#dark-mode .my-profile label {
  color: #fff !important;
}
body#dark-mode .resume_description h3,
body#dark-mode .resume_description .eight {
  color: #fff !important;
}
body#dark-mode.resume-template-default #titlebar {
  background-color: #0e2740;
  position: relative;
  padding: 60px 0px;
  margin-bottom: 50px;
}
body#dark-mode .resume-titlebar .resumes-content h4,
body#dark-mode .resume-titlebar .resumes-content h4 span {
  color: #fff !important;
}
body#dark-mode #titlebar span.icons,
body#dark-mode #titlebar span.icons a,
body#dark-mode #titlebar span.icons i {
  color: #fff !important;
}
body#dark-mode #titlebar .skills span {
  background: #3a5974 !important;
  color: #fff !important;
}
body#dark-mode #titlebar .two-buttons .button {
  background: #3a5974 !important;
  color: #fff !important;
  border-radius: 8px !important;
}

@media (max-width: 480px) {
  .mmenu-trigger {
    margin: 0 -8px 0 18px;
    top: 0px !important;
  }
}

.new-layout .job_listing.job_position_featured {
  background: #fff;
}
.header-notifications-dropdown {
  background: #072641 !important;
}
body#dark-mode .single-job-view-container::-webkit-scrollbar-track,
body#dark-mode .full-page-container .full-page-sidebar::-webkit-scrollbar-track,
body#dark-mode
  .full-page-container.with-map
  .full-page-content-container::-webkit-scrollbar-track {
  background-color: #072641;
}

body#dark-mode
  .full-page-container.with-map
  .full-page-content-container::-webkit-scrollbar-track,
body#dark-mode
  .full-page-container.with-map
  .full-page-content-container::-webkit-scrollbar-thumb {
  border-left: 1px solid #092f51;
  border-right: 1px solid #092f51;
  background-clip: padding-box;
  border-radius: 20px;
}
body#dark-mode
  .full-page-container.with-map
  .full-page-content-container::-webkit-scrollbar-thumb {
  background-color: #092f51;
}
.page-id-97 .sidebar {
  display: none !important;
}
.page-id-97 article {
  width: 100% !important;
}
.page-id-97 #titlebar {
  padding-bottom: 0 !important;
}
.page-id-97 #titlebar .sixteen {
  margin-left: 0 !important;
}
.page-id-97 #wrapper article {
  padding: 50px 10px !important;
}
.page-id-97 #titlebar h2 i {
  display: none;
}
.page-id-97 #titlebar h2 {
  color: #272e33;
  font-size: 20px !important;
}
/*.page-id-97 fieldset{
    display:flex;
    align-items:center;
    border: 1px solid #E6EAEE;
border-radius: 8px;
padding:18px;
}*/
.page-id-97 fieldset label {
  width: 250px;
  min-width: 250px;
}
.page-id-97 fieldset input {
  background: #fff;
  min-width: 300px;
}
.page-id-97 fieldset .field {
  background: #fff;
  min-width: 300px;
  width: 100%;
}
.page-id-97 .fieldset-links {
  display: none;
}
.page-id-97 .fieldset-candidate_video {
  display: none;
}
.page-id-97 .fieldset-resume_region {
  display: none;
}
.page-id-97 .fieldset-rate_min {
  display: none;
}
.fieldset-praca_zdalna .field {
  display: flex;
  align-items: flex-start;
}
.fieldset-praca_zdalna .field input {
  min-width: 10px;
}
.fieldset-offshore .field {
  display: flex;
  align-items: flex-start;
}
.fieldset-offshore .field input {
  min-width: 10px;
}

body#dark-mode .marker-cluster-small div,
body#dark-mode .marker-cluster-medium div,
body#dark-mode .marker-cluster-large div,
body#dark-mode .marker-container,
.cluster-visible {
  background-color: #ffffff;
}

body#dark-mode .marker-container {
  animation: markerAnimation2 2.5s infinite;
  transition: 0.4s;
}

@keyframes markerAnimation2 {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15);
  }
}
body#dark-mode .marker-cluster div:before {
  border: 7px solid #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

@media (max-width: 1099px) {
  body#dark-mode #header .right-side .header-widget {
    border-right: 1px solid #072641;
    margin-right: -1px;
    border-left: 0;
    border-top: 0;
  }
}

.mobile-nav-header .menu-logo a:first-of-type {
  display: none;
}
.mobile-nav-header .menu-logo .logo-white {
  display: block !important;
}

@media (min-width: 1000px) and (max-width: 1480px) {
  .jsright {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
  }
  .jsright .wynagrodzenie-job-listing {
    margin-right: 0 !important;
  }
  .related-wymagania {
    justify-content: flex-end;
  }
  .wynagrodzenie-job-listing > div {
    text-align: right;
  }
  .rel-info {
    display: flex;
    align-items: center;
  }
}
.ss-child[data-id="81"] {
  display: none;
}
.ss-child[data-id="77"] {
  display: none;
}
.ss-child[data-id="75"] {
  display: none;
}
.minimum_votes_req {
  display: none;
}
.single-company .comments {
  display: none;
}

@media (max-width: 400px) {
  #header .container {
    padding-left: 5px !important;
  }
  body .new-header #logo_nh img {
    max-height: 21px !important;
  }
}

#dark-mode .marker-cluster span {
  line-height: 36px;
  color: #272e33 !important;
}

.account-type input.account-type-radio ~ label:hover {
  color: #fff !important;
  background-color: #092f51c2 !important;
}
.account-type input.account-type-radio ~ label:hover i {
  color: #fff !important;
}

.job-manager-companies .job-dashboard-action-delete,
.job_tags {
  display: none !important;
}
.user-avatar img {
  width: 35px !important;
  height: 35px !important;
}
.new-layout.job_listings li {
  width: 100%;
}

body#dark-mode .cs-wynagrodzenie {
  background: #0e2740;
  color: #fff;
}
body#dark-mode .company-info-boxed .company-info {
  background-color: #12304f;
}
body#dark-mode .company-info-apply-btn .job_application.application a,
body#dark-mode .job-overview a.button {
  background: #0e2740;
  color: #fff;
}
body#dark-mode .job-overview {
  background: #18314e;
  border: none;
  border: 1px solid #18314e !important;
}
body#dark-mode .job-overview strong {
  color: #fff;
}
body#dark-mode .ov-icon {
  background: #13283f;
}
body#dark-mode .job_description h1,
body#dark-mode .job_description h3,
body#dark-mode .job_description h2,
body#dark-mode .job_description h4,
body#dark-mode .job_description h5,
body#dark-mode .job_description h6 {
  color: #fff !important;
}
.google_map_link {
  color: #6b8297;
}
body#dark-mode .company-contact-details {
  background: #18314e !important;
}
body#dark-mode h1.company-title {
  color: #fff !important;
}
body#dark-mode .job-overview ul li i {
  background: #0e2740;
  color: #fff;
}
.single-company .margin-top-45 {
  display: none;
}
body#dark-mode .job-spotlight {
  border: 1px solid #1d324d !important;
  border-radius: 8px !important;
  background: #1d324d !important;
  padding: 20px !important;
}
body#dark-mode .job-spotlight a h4 {
  color: #fff;
}
body#dark-mode pre {
  background: #1d324d;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
body#dark-mode #titlebar {
  background: #1d324d;
}
body#dark-mode .resume-submitted {
  color: #5f9025 !important;
}
.comname {
  text-align: center;
}
body#dark-mode .comname {
  color: #fff;
}
.header-notifications-dropdown {
  background: #ffffff !important;
}
body#dark-mode .header-notifications-dropdown {
  background: #072641 !important;
}
.znalezione {
  font-size: 15px;
  margin-bottom: 25px;
}
.znalezione span {
  font-weight: bold;
}

#titlebar.photo-bg {
  background-position: top;
  margin-bottom: 30px !important;
}

.job_listing-template-default #titlebar.photo-bg:before {
  /* background: rgb(252, 252, 252, 0.5) !important; */
  background: linear-gradient(
    to top,
    #fcfcfc 0%,
    rgba(252, 252, 252, 0.1) 50%
  ) !important;
  bottom: 0;
}

body#dark-mode .job_listing-template-default #titlebar.photo-bg:before {
  background: linear-gradient(
    to top,
    #0e2740 0%,
    rgba(22, 22, 22, 0.6) 50%
  ) !important;
}
.cflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.cflex .job-type {
  margin: 0 auto;
}
.zag {
  margin: 3px 0;
}
body#dark-mode #titlebar.photo-bg:before {
  background: linear-gradient(
    to top,
    #0e2740 0%,
    rgba(22, 22, 22, 0.6) 50%
  ) !important;
}
body#dark-mode .znalezione {
  color: #fff;
}
body#dark-mode .left-company-logo .sin-wym {
  background: #092f51 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.job-spotlight {
  margin-bottom: 20px;
}
body#dark-mode #company_content h1,
body#dark-mode #company_content h2,
body#dark-mode #company_content h3,
body#dark-mode #company_content h4,
body#dark-mode #company_content h5,
body#dark-mode #company_content h6 {
  color: #fff !important;
}
body#dark-mode #company_content h1 strong,
body#dark-mode #company_content h2 strong,
body#dark-mode #company_content h3 strong,
body#dark-mode #company_content h4 strong,
body#dark-mode #company_content h5 strong,
body#dark-mode #company_content h6 strong {
  color: #fff !important;
}
body#dark-mode pre {
  color: #fff;
}
.apply-dialog-button,
.job-overview a {
  text-transform: uppercase !important;
}
.company-info-apply-btn a {
  text-transform: uppercase !important;
  text-align: center;
}
body#dark-mode .company-info-apply-btn a {
  background: #0e2740;
  color: #fff;
}
body#dark-mode #not-found h2 {
  color: #fff;
}
#not-found {
  margin: 0 !important;
}
.social-media-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-list a {
  margin: 0 14px;
  transition: 0.5s all;
  opacity: 0.85;
}
.social-media-list a:hover {
  opacity: 1;
}
.footer-new-bottom-right a {
  color: #fff;
}
#block-10 p:first-of-type,
#block-10 p:last-of-type {
  display: none;
}
#block-8 p:first-of-type,
#block-8 p:last-of-type {
  display: none;
}

.page-template-default p {
  font-size: 18px;
  line-height: 27px;
  color: #272e33;
}
.cs-size-text {
  color: #272e33 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  max-width: 830px;
  margin: 0 auto 20px auto;
}
.cs-text-podpis {
  color: #3a5974;
  font-size: 20px !important;
  margin-top: 40px;
}
.cs-text-podpis strong {
  color: #3a5974;
}
@media (max-width: 576px) {
  .new-layout.job_listings > li a.job_listing .listing-logo img {
    margin-top: 5px;
    height: auto;
    margin-bottom: 10px;
  }
}

.com a {
  color: #6b8297;
  text-transform: none !important;
}

@media (max-width: 600px) {
  .company-info-boxed-logo {
    flex: 0 0 70px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .cflex {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .job-manager-single-alert-link {
    width: 100%;
    text-align: center;
  }
  .job-manager-single-alert-link a,
  #titlebar.titlebar-boxed-company-info .bookmark-notice {
    width: 100%;
    text-align: center;
  }
  .social-media-list {
    margin: 10px 0;
  }
  .footer-new-bottom-inner,
  .footer-new-bottom-right {
    text-align: center;
  }
  .footer-new-bottom-right a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.cs-cta {
  margin-top: 50px;
}
.csbg {
  background: #e6eaee;
  position: relative;
  padding: 50px 0;
}
.csbg:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background: #e6eaee;
}
.csbg {
  text-align: center;
}
.cta-img {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.cta-imie {
  font-size: 24px;
  color: #092f51;
  margin-top: 15px;
  margin-bottom: 45px;
}
.cta-tel {
  font-size: 24px;
  color: #092f51;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-tel svg {
  margin-right: 5px;
}
.form-title {
  font-size: 40px;
  color: #092f51;
  line-height: 57px;
  font-weight: 500;
  margin-bottom: 35px;
}
.cform-col {
  padding-left: 50px;
}
.cs-cta {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .cta-flex-col {
    width: 100%;
  }
  .cta-flex {
    flex-wrap: wrap;
  }
  .csbg:after {
    content: "";
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: #e6eaee;
  }
  .cs-cta {
    overflow: hidden;
  }
  .form-title {
    padding-top: 25px;
  }
  .cform-col {
    padding-left: 0;
  }
}

body#dark-mode .form-title,
body#dark-mode .cs-cta h3,
body#dark-mode .cta-imie,
body#dark-mode .cta-tel {
  color: #fff;
}
body#dark-mode .csbg {
  background: #3a5974;
}
body#dark-mode .csbg:before,
body#dark-mode .csbg:after {
  background: #3a5974;
}
body#dark-mode .cta-tel svg path {
  stroke: #fff;
}
body#dark-mode .wpcf7-submit:hover {
  background: #fff !important;
}
body#dark-mode .s-left svg path {
  stroke: #fff;
}

body#dark-mode .submit-page small.description {
  color: #ffffff;
}
body#dark-mode .submit-page label small {
  color: #ffffff;
}

#cv {
  display: none;
}
.cs-info {
  background: #008000b0;
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  margin-top: -25px;
}
.footer-new-top-section {
  display: none !important;
}
.page-template-template-dashboard #description {
  display: none;
}
.page-template-template-dashboard label[for="description"] {
  display: none;
}

@media (max-width: 576px) {
  .cflex .job-type {
    margin: 0;
  }
  .cflex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0px;
  }
  .company-info .cs-location {
    margin: 0;
    width: 100%;
  }
  .company-info-boxed .company-info {
    padding: 30px 35px !important;
  }
}

.page-id-97.logged-in .job-manager-application-form {
  display: none;
}
.page-id-97.logged-in .apply_with_resume {
  display: none;
}
.page-id-97.logged-in .logged_resume {
  display: block !important;
}
.footer-new-middle-section {
  display: none;
}
.footer-new-bottom-right a {
  margin-left: 7px;
}
.form-flex-full > span {
  padding-left: 14px;
}
.osoba-img img {
  width: 277px;
  margin: 0 auto;
}
.osoba-img {
  border-radius: 100%;
  width: 277px;
  overflow: hidden;
  margin: 0 auto;
}
.osoba-name {
  color: #e6eaee;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
.osoba-podpis {
  color: #e6eaee;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 34px;
}
.osoba-tel {
  color: #e6eaee;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 34px;
  transition: 0.5s all;
  margin: 0 auto;
  display: block;
}
.osoba-tel:hover {
  color: #fff;
}
.osoba-col {
  background: #092f51;
}
.form-col,
.col60 {
  width: 60%;
}
.osoba-col,
.col30 {
  width: 40%;
}
.osoba-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-bg {
  position: relative;
}

.form-col {
  padding-right: 115px;
}
.form-col .wpcf7 {
  margin-top: 64px;
}
.cs-paddng {
  padding: 0;
}
.page .wpcf7-form label span {
  max-width: 467px;
}
.google-map {
  height: 100%;
  width: 100%;
  min-height: 560px;
}
.page-template-default .container.full-width,
.blog .container.full-width,
.category .container.full-width {
  max-width: 1440px;
  padding: 0 0px;
  width: 100%;
}
.page-template-default #titlebar {
  margin-bottom: 0;
}
.cflexe {
  display: flex;
  align-items: center;
}
.form-col {
  padding-top: 67px;
  padding-bottom: 67px;
}
.photo-bg {
  background-color: #092f51 !important;
}
.header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}
.hf-left {
  width: 60%;
}
.hf-right {
  width: 40%;
}
.hf-left {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 43px;
}
.hf-left {
  position: relative;
}
.hf-text {
  position: absolute;
  color: #e6eaee;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.3;
  font-weight: 500;
  right: 60px;
  top: 60px;
}
.hf-text span {
  display: block !important;
  color: #e6eaee;
  font-weight: 300 !important;
}
.hf-right {
  position: relative;
}
.hf-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#titlebar.photo-bg {
  padding: 0;
}
.cs-breade {
  padding: 23px;
  background: #fff;
}
.page-template-default #header {
  box-shadow: none !important;
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
  color: #6b8297 !important;
  background: none;
}
.contact-cs {
  overflow: hidden;
}

.page-template-default #wrapper .full-width article {
  padding: 0 !important;
  width: 100%;
  padding-top: 55px !important;
}

.new-header header.fullwidth .container {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 0px !important;
}
#footer-new .container {
  max-width: 1440px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
#footer-new .container .sixteen.columns {
  width: 100% !important;
}
@media (max-width: 1440px) {
  .page-template-default .container.full-width,
  .blog .container.full-width,
  .category .container.full-width {
    max-width: 94%;
    padding: 0 0%;
    width: 100%;
  }
}

@media (max-width: 776px) {
  .hf-left,
  .hf-right,
  .form-col,
  .col60,
  .osoba-col,
  .col30 {
    width: 100%;
  }
  .flex-content,
  .osoba-col {
    padding: 55px 0;
  }
  .full-bg:after {
    content: none !important;
  }
  .osoba-img {
    max-width: 200px;
  }
  .form-col {
    padding-right: 0;
  }
  .google-map {
    min-height: 330px;
  }
}

.cennik-info {
  background: #fcfcfc;
  padding: 115px 0 100px 0;
}
.cennik-tekst-full {
  color: #092f51;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 60px;
  max-width: 887px;
}
.cennik-box {
  color: #092f51;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.54px;
  font-weight: 600;
  width: 50%;
}
.cennik-tekst-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ftop {
  align-items: flex-start;
}
.cennik-box-inner {
  background: #092f51;
  border-radius: 5px;
  color: #fff;
  padding: 35px 75px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
  color: #e6eaee;
  max-width: 380px;
}
.cennik-box-inner span {
  display: block;
  font-weight: 300;
}
.warianty-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #092f51;
}
.warianty-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 66px;
}
.warianty-col {
  width: 50%;
}
.cennik-warianty {
  padding: 100px 0 170px 0;
}
.wariant-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  color: #272e33;
}
.s-wariant {
  display: flex;
  align-items: center;
  background: #f0f3f5;
  padding: 20px 00px;
  margin-bottom: 17px;
  position: relative;
}
.wariant-icon {
  margin-right: 23px;
}
.s-wariant:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 36px 40px 36px 0;
  border-color: transparent #f0f3f5 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  left: -40px;
  top: 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .cennik-box-inner {
    background: #092f51;
    border-radius: 5px;
    color: #fff;
    padding: 28px 45px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.6px;
    color: #e6eaee;
    max-width: 340px;
  }
  .cennik-warianty {
    padding: 60px 0 90px 0;
  }
  .s-wariant {
    display: flex;
    align-items: center;
    background: #f0f3f5;
    padding: 20px 20px 20px 0px;
    margin-bottom: 17px;
    position: relative;
    min-height: 88px;
  }
  .s-wariant:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 45px 40px 42px 0;
  }
}
@media (max-width: 1440px) {
  .page-template-default .container.full-bg {
    max-width: 94%;
    padding: 0 0%;
    width: 100%;
  }
}

@media (max-width: 776px) {
  .cennik-tekst-info,
  .warianty-flex {
    flex-wrap: wrap;
  }
  .cennik-box,
  .warianty-col {
    width: 100%;
  }
  .cennik-box-inner {
    margin-bottom: 30px;
  }
  .warianty-col2 {
    padding-left: 40px;
  }
}

@media (max-width: 576px) {
  .cennik-tekst-full {
    color: #092f51;
    font-size: 27px;
  }
}

.cennik-box.smaller > div {
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  max-width: 534px;
  color: #272e33;
}
.prel {
  position: static;
  color: #092f51;
  margin-top: 30px;
}
.prel span {
  color: #092f51;
}
.czym-jest-sec {
  background: #f0f3f5;
}
.czym-jest-sec .s-wariant {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  height: 100px;
}
.czym-jest-sec .s-wariant:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 35px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  display: inline-block;
  vertical-align: middle;

  right: -40px;
  left: auto;
  top: 0;
  position: absolute;
  transform: rotate(180deg);
}
.c-dlaczego .s-wariant {
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-dlaczego .s-wariant:before {
  border-width: 50px 40px 50px 0;
}

@media (max-width: 1200px) {
  .cennik-box.smaller > div {
    padding-right: 50px;
  }
}

@media (max-width: 800px) {
  .cennik-box.smaller > div {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .czym-jest-sec .warianty-col2 {
    padding-left: 0px;
    padding-right: 40px;
  }
}

@media (max-width: 500px) {
  .wariant-text {
    font-size: 15px;
  }
}

.cs-zgoda {
  position: relative;
}

label[for="privacy_policy"] {
  margin-bottom: 8px;
}

.cs-zgoda,
label[for="privacy_policy"] {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.cs-zgoda input,
label[for="privacy_policy"] input {
  margin-right: 5px;
  margin-top: 3px;
}
label[for="privacy_policy"] span {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  font-weight: 500;
}
.cs-zgoda-info {
  font-size: 11px;
  line-height: 16px;
  color: #888;
  font-weight: 500;
}

.jobtek-myaccount-agreements {
  margin-top: 30px;
}

.jobtek-myaccount-agreements h3 {
  margin-top: 30px;
}

.jobtek-myaccount-agreements .cof-wrapper {
  display: flex;
  align-items: flex-start;
}

.jobtek-myaccount-agreements .cof-item-text {
  font-size: 12px;
  line-height: 1.5;
  color: #888 !important;
  font-weight: 500;
  margin: 0 0 15px 8px;
}

.jobtek-myaccount-agreements .cof-item {
  padding: 0;
  margin: 15px 0 0 0;
  flex-basis: 100%;
}

.jobtek-myaccount-agreements .slider:not(.slider-horizontal):before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
}

.jobtek-myaccount-agreements .switch {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: 50px;
  min-width: 50px;
  height: 21px;
  margin-top: 0;
  margin-bottom: 0px;
}

.jobtek-myaccount-agreements .cof-item--disabled .switch {
  opacity: 0.5;
}

.small-dialog-content input[type="checkbox"],
.jobtek-myaccount-agreements input[type="checkbox"] {
  position: relative;
  margin-bottom: 0;
}

.small-dialog input[type="checkbox"],
.jobtek-myaccount-agreements input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0;
  cursor: pointer;
  display: inline-flex !important;
  margin: 0 4px 0 0;
}

.small-dialog input[type="checkbox"]::before,
.jobtek-myaccount-agreements input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #092f51;
}

.small-dialog input[type="checkbox"]:checked::before,
.jobtek-myaccount-agreements input[type="checkbox"]:checked::before {
  background: url("images/checked.svg") #092f51 no-repeat center center !important;
  background-size: contain !important;
}

.cscheckbox {
  font-size: 11px;
  line-height: 16px;
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.cscheckbox .field {
  order: 1;
}
.cscheckbox label {
  order: 2;
  font-size: 11px !important;
  line-height: 16px !important;
}
.cscheckbox small {
  display: none;
}
.wymagane-pole {
  font-size: 11px;
  line-height: 16px;
  color: #888;
  font-weight: 500;
  margin-top: 12px;
}
fieldset label {
  margin-bottom: 0;
}
.cs-zgoda-info {
  margin-top: 15px;
}

#job-details > .widget > h4 {
  display: none;
}
.job-manager-alerts th:nth-of-type(2),
.alert_keyword,
.job-manager-alerts th:nth-of-type(4),
.alert_tag {
  display: none;
}
.candidate-title,
.candidate-location {
  display: none !important;
}
.jobzgody h3 {
  font-size: 16px;
}
.jobzgody p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px !important;
  display: block;
}
.page-id-97 .cs-breade {
  display: none;
}
.page-id-97 #wrapper article {
  min-height: 69vh;
}

@media (min-width: 1921px) {
  .full-bg:after {
    content: none !important;
  }
}

#titlebar.single {
  position: relative;
  padding: 10px 0;
  background: #fcfcfc;
  margin-bottom: 0;
}

.job-manager-application-wrapper .cs-zgoda-info {
  font-size: 18px;
  line-height: 27px;
  color: #272e33;
  font-weight: normal;
}
.job-manager-application-wrapper .cs-zgoda {
  font-size: 12px;
  line-height: 27px;
  color: #272e33;
  font-weight: normal;
}
.job-manager-application-wrapper .cs-zgoda-info {
  margin-bottom: 20px;
}
.job-manager-application-wrapper .cs-zgoda input {
  margin-top: 7px;
}
.apply_with_resume p:first-of-type {
  margin-bottom: 30px;
}

#company_content ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.5;
}
#company_content ul li {
  line-height: 1.5;
}
#company_content .gallery {
  margin: 25px 0;
}
#company_content .gallery-item img {
  margin: 0px auto;
  width: 100%;
  object-fit: cover;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  margin: 1%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
  margin: 1%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  margin: 1%;
}
.pbCaptionText .counter {
  display: none;
}

@media screen and (max-width: 1099px) {
  body#dark-mode .login-register-buttons a {
    display: none !important;
  }

  #wrapper.new-header {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .jobs-filters-keyword {
    margin: 0 5px;
  }

  #wrapper.new-header {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 479px) {
  .job_listings img,
  .job-list img {
    display: block !important;
  }
}

#remember-me {
  display: none !important;
}
