



.show-producent {
    display: none;
}

.show-producent {
    background: #4070ff;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    border: .2rem solid #4070ff;
    border-radius: 2rem;
    width: 15rem;
    text-align: center;
    margin-top: 2rem;
}   
    
.nakladki-producent-content,    
.nakladki-page-posts-block-content {
    padding: 3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

.nakladki-section-block {
    position: relative;
    padding: 0.5rem;
    width: 19%;
    margin-right: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    color: #fff;
    border: 0.2rem solid #fff; 
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 9px #0036B21F;
    border-radius: 7px;
    width: 18.4rem;
    height: 15.7rem;
    margin-right: 2.6rem;
    margin-bottom: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 
        background 0.3s ease, 
        box-shadow 0.3s ease, 
        border 0.3s ease;
}


.nakladki-section-block:hover {
    background: #F0F4FD 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 9px #0036B21F;
    border: 0.2rem solid #0064FF;
}

.container-new-page.container-new-nakladki {
    padding: 0 7rem;
}

.filter-block {
    display: flex;
}

.kariera-page-filtr-content {
    display: flex;
    align-items: flex-end;
}

.filter,
.kariera-page-filtr-content > div {
    margin-right: 1.5rem;
}

.nakladki-section-block-img {
    width: 100%;
    height: calc(100% - 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
}



.nakladki-section-block p {
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
        letter-spacing: 8.5px;
    color: #001E4D;
    text-transform: uppercase;
    text-align: center;
}

.producent-img-color {
    display: none;
}

.nakladki-section-block:hover .producent-img-color {
    display: block;
}

.nakladki-section-block:hover .producent-img-black {
    display: none;
}    

.button:active {
  bottom: -1px;
}


.card-a {
  overflow: hidden;
  transition: 0.5s all;
    z-index: 3;
    position: relative;
}

.anime {
  transform: scale(0);
  opacity: 0;
}

.hide {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    visibility: visible;
    height: 200px;
  }
  100% {
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 0;
    font-size: 0;
    margin: 0;
  }
}


/*.nakladki-section-block:nth-child(5n) {
    margin-right: 0;
}
*/
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 2rem;
}

.dropdown-toggle {
    padding: 1rem;
    border: 0.1rem solid #001E4D;
    border-radius: 2rem;
    cursor: pointer;
    color: #001E4D;
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ccc;
    z-index: 10;
    overflow-y: auto;
    padding: 1.5rem 1rem 1rem 1rem;
    border: 0.1rem solid #001E4D;
    border-radius: 0rem 0rem 2rem 2rem;
    cursor: pointer;
    color: #001E4D;
    margin-top: -2rem;
    border-top: none;
}

.filter-option {
    padding: 0.2rem 1rem;
    cursor: pointer;
}

.custom-dropdown.open .dropdown-toggle {
    padding-bottom: 2rem;
}

.filter-option:hover,
.filter-option.active {
    background: #0064FF;
    color: #fff;
}

.Zobacz-wszystkie {
    color: #1754E1;
    display: flex;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
}

.nakladki-post-term-title {
    letter-spacing: 0.77px;
    color: #001E4D;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
}

.nakladki-post-term-title a {
    text-decoration: none;
}


.nakladki-section-block-img img {
    max-width: 15rem;
}


.nakladki-search-block form {
    display: flex;
    margin-left: 0rem;
}

.nakladki-search-block input[type="text"]::placeholder {
    color: #001E4D;
    font-size: 1rem;
}

.nakladki-search-block input[type="text"] {
    border: 1px solid #001e4d;
    border-radius: 2rem;
    padding: 1rem 3.5rem 1rem 1rem;
    max-width: 16.5rem;
}

.nakladki-search-block {
    position: relative;
    margin-right: 2rem;
}

.nakladki-search-block button img {
    height: 1.6rem;
    margin-top: 0.15rem;
}

.nakladki-search-block button {
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0.9rem;
    border: none;
    cursor: pointer;
}

.search-block-close {
  display: none;
    cursor: pointer;
    font-size: 1.8rem;
    color: #ccc;
    position: absolute;
    right: 3rem;
    top: .5rem;
    background: #fff;
}
    

.button:active {
  bottom: -1px;
}


.card-a {
  overflow: hidden;
  transition: 0.5s all;
    z-index: 3;
    position: relative;
}


.nakladki-post-term-title {
  letter-spacing: .77px;
  color: #001e4d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;

  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.5rem;
  text-wrap: wrap;
  white-space: normal;
  word-break: break-word;
}

.nakladki-post-thumbnail {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nakladki-post-thumbnail img {
    width: auto;
    height: 100%;
}

.nakladki-page-posts-blocks .nakladki-section-block:nth-child(5n) {
    margin-right: 2.6rem;
}

.container-new-page.container-new-nakladki {
    padding: 0 4rem 0 7rem;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/05/arrow.svg) no-repeat;
    width: 2rem;
    height: 1rem;
    right: 0rem;
    top: 1.5rem;
    transition: .2s;
}

.custom-dropdown.open .dropdown-toggle::after {
    transform: rotate(180deg);
    right: 1rem;
        top: 1rem;
}
    
@media (max-width: 767px) { 

.new-category-title {
    font-size: 28px !important;
    font-weight: 500;
    color: #fff !important;
}

.nakladki-top-section-content {
    display: flex;
    flex-direction: column;
}

.nakladki-top-section-content-left, .nakladki-top-section-content-right {
    width: 100%;
}

.szkolenia-new-section-description {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.white-border-button a {
    text-decoration: none;
    font-size: 14px !important;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 40px;
}

section.kariera-new-section {
    padding: 60px 0 0px !important;
}

    section.blog-section {
        background: #f2f2f2;
        padding: 30px 0 60px !important;
    }

.filter-block {
    display: flex;
    flex-direction: column;
}

.Zobacz-wszystkie {
    font-size: 16px;
    padding: 15px 0;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 2rem;
    min-width: 250px;
    margin-bottom: 10px;
}

.dropdown-toggle {
padding: 10px 10px 10px 15px;
    border: 0.1rem solid #001E4D;
    border-radius: 25px;
    cursor: pointer;
    min-height: 36px;
    font-size: 16px;
    color: #001E4D !important;
}

.dropdown-toggle:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/05/arrow.svg) no-repeat;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 18px;
    transition: .2s;
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ccc;
    z-index: 10;
    overflow-y: auto;
    padding: 10px;
    border: 0.1rem solid #001E4D;
    border-radius: 0rem 0rem 2rem 2rem;
    cursor: pointer;
    color: #001E4D;
    margin-top: -24px;
    border-top: none;
    font-size: 16px;
}

.filter-option:hover, .filter-option.active {
    background: #0064FF;
    color: #fff !important;
}

.custom-dropdown.open .dropdown-toggle {
    padding-bottom: 24px;
}

.nakladki-section-block {
    width: 47%;
    height: 175px;
    margin-right: 3em;
    margin-bottom: 3em;
}

.nakladki-section-block:nth-child(5n) {
    margin-right: 3em;
}

.nakladki-section-block p {
    font-size: 16px;
}

.nakladki-section-block-img img {
    max-width: 85px;
}

.nakladki-post-thumbnail {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nakladki-post-term-title {
    font-size: 14px;
    height: 50px;
}

.szkolenia-new-section-description {
    padding-bottom: 30px;
}

.nakladki-search-block input[type="text"] {
    border: 1px solid #001e4d;
    border-radius: 40px;
    padding: 1rem 40px 1rem 20px;
    max-width: 100%;
    min-height: 40px;
}

.nakladki-search-block input[type="text"]::placeholder {
    font-size: 14px;
}

.nakladki-search-block button img {
    height: 19px;
    margin-top: 8px;
    margin-right: 7px;
}

.search-block-close {
    font-size: 23px;
    color: #ccc;
    position: absolute;
    right: 34px;
}

.no-result {
    font-size: 14px;
}




}   

.blog-date-tags {
    display: none;
}

.nakladki-section-block a {
    text-decoration: none;
}

.nakladki-priority-group {
  margin-bottom: 5rem;
  padding-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}

.priority-separator {
  border: none;
  border-top: 2px solid #ddd;
  margin: 20px 0;
}








@media (min-width: 1800px) {

.blog-section,
.container-new-page {
    max-width: 1800px !important;
    margin: 0 auto;
}



}


div#search-layout {
    width: 30rem;
    position: absolute;
    left: 32rem;
    margin-top: -0.6rem;
}

.white-border-button {
    margin: 2rem 0 2rem;
    display: flex;
}

.white-border-button a {
    text-decoration: none;
    font-size: 1.3rem !important;
    padding: 1rem 2rem;
}

.szkolenia-new-section-description-link a {
    color: #fff;
}

.nakladki-top-section-content {
    display: flex;
    flex-direction: row;
}

video {
    width: 100%;
}

.kariera-new-section {
    background: #001E4D;
}

.nakladki-top-section-content-left,
.nakladki-top-section-content-right {
    width: 50%;
}

.nakladki-top-section-content-left {
    padding-top: 3rem !important;
}

.new-category-title {
    font-size: 2.5rem !important;
    font-weight: 500;
    color: #fff;
}

section.blog-section {
    padding-top: 3rem;
}

section.kariera-new-section {
    padding: 0rem;
}

.container-new-page {
    padding: 0 4rem;
}
.szkolenia-new-section-description {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 300;
}    


}
