@media only screen and (min-width: 981px) {
    html .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, html .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 31.3%;
        margin-right: 3%;
    }

    html .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, html .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
        margin-bottom: 10%;
    }

    html .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, html .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
        width: 31.3%;
        margin-right: 3%;
    }

    #az-footer-col3, #az-footer-col4 {
        padding-top: 75px;
    }
}

html .dg_bc_title {
	order: 0 !important;
}

html .dgbc_blog_carousel_0_tb_body .dgbc_post_item .content-wrapper h2.dg_bc_title {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

html #siq_search_results ._siq_pagination a.active.next, html #siq_search_results ._siq_pagination a.active.prev {
    color: #EB660A;
}

html #siq_search_results ._siq_pagination a.active.next:hover , html #siq_search_results ._siq_pagination a.active.prev:hover {
    color: #fff;
}

html body #siq_search_results ._siq_pagination span.disabled {
    display: none;
}

html body #siq_search_results ._siq_pagination a {
    border-radius: 10px;
    padding: 7px 15px;
    border: 1px solid transparent !important;
    color: #EB660A;
    font-weight: 500;
    font-size: 16px;
}

html body #siq_search_results ._siq_pagination span.current {
    color: #fff;
    background-color: #EB660A;
    border-radius: 10px;
    padding: 7px 15px;
    border: 1px solid transparent !important;
    font-weight: 500;
    font-size: 16px;
}

html body #siq_search_results ._siq_pagination a:hover {
    color: #fff;
    background-color: #EB660A;
}

html .sdm_pagination {
    margin-top: 2.5rem;
}

html .page-numbers {
    border-radius: 10px;
    padding: 7px 15px;
    border: 1px solid transparent;
    color: #EB660A;
    font-weight: 500;
    font-size: 16px;
}

html .page-numbers.current {
    color: #fff;
    background-color: #EB660A;
}

html .page-numbers:hover {
    color: #fff;
    background-color: #EB660A;
}

html .przepisy-title > .et_pb_text_inner {
    font-size: 34px;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-weight: 500;
}

html .webster-navlink-item.w--current a.webster-navlink {
    color: #eb660a;
}

.cdo-baza-flex {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.cdo-baza-item-content {
    background-color: #F8FAFB;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.25rem;
}

.cdo-baza-item-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.cdo-baza-item-content p {
    font-size: 20px;
    line-height: 29px;
}

.orange-button {
    position: relative;
    background-color: #EB660A;
    display: inline-block;
    border: 1px solid #EB660A;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 32px;
    border-radius: 8px;
    box-shadow: 0px 10px 16px #1a1c4f1a;
    transition: 300ms ease;
}

.orange-button:hover {
    background-color: #fff;
}

.cdo-baza-image {
    position: relative;
}

.cdo-baza-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#az-aktualnosci p.post-meta, #az-aktualnosci p.post-meta a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #eb660a;
    font-weight: 600;
}

#az-aktualnosci p.post-meta {
margin-bottom: 0.5rem !important;
}

html .et_clickable.et_pb_text_align_center.et_pb_bg_layout_light:hover {
    color: #fff
}

.div-grid-baza {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #F8FAFB;
    border: 1px solid #DCDEE0;
    border-radius: 20px;
    overflow: hidden;
}

.grid-item-baza {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-right: 1px solid #DCDEE0;
    border-bottom: 1px solid #DCDEE0;
    font-size: 17px;
    line-height: 20px;
    color: #121563;
    font-weight: 700;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid-item-baza img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid-item-baza:hover {
    background-color: #EB660A;
    color: #fff;
}

.grid-item-baza:hover img {
    filter: brightness(0%) invert(1);
}

.grid-item-baza:nth-child(5n) {
    border-right-width: 0px;
}

.grid-item-baza:nth-child(n+6) {
    border-bottom-width: 0px;
}

.div-main-faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 25px 1rem;
    background-color: #F8FAFB;
    border-radius: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question {
    transition: color 0.2s ease;
}

.div-main-faq-title img {
    transition: all 0.2s ease;
}

.hidden-box-faq-item {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.4s ease;
}

.div-main-faq-item.opened-item .hidden-box-faq-item {
    max-height: 800px;
}

.div-main-faq-item.opened-item .div-main-faq-title {
    background-color: #eb660a;
    color: #fff;
}

.div-main-faq-item.opened-item .div-main-faq-title img {
    filter: brightness(100);
    transform: rotate(180deg);
}

.div-main-faq-item {
    margin-bottom: 20px;
}

html .et_pb_blog_grid .et_pb_post {
    background-color: #F8FAFB;
    border-radius: 10px;
}

#az-aktualnosci h2.entry-title {
    min-height: 150px;
}

html #az-aktualnosci article {
    background-color: #F8FAFB;
    border-radius: 10px;
}



html .et_pb_blog_0 .entry-featured-image-url img {
    height: auto !important;
    aspect-ratio: 147 / 92;
    object-fit: cover;
}

html .et_pb_blog_0 .et_pb_post .entry-title, html .et_pb_blog_0 .not-found-title {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700;
}

html .et_pb_blog_0 .et_pb_post .entry-featured-image-url, html .et_pb_blog_0 .et_pb_post .et_pb_slides, html .et_pb_blog_0 .et_pb_post .et_pb_video_overlay {
    border-radius: 18px 18px 0px 0px;
}

.hidden-box-content-faq {
    padding-top: 20px
}

body.single-post .single-page-kafle {
    display: none;
}

body.single-post #az-article-header .et_pb_row {
    background-color: #F8FAFB;
}

html #main-content a.more-link, html #main-content a.read-more {
    color: #fff !important;
}

html .et_pb_image_0_tb_header .et_pb_image_wrap img {
    width: 180px;
    height: auto;
}

html .pagination {
    padding-left: 0px;
    padding-right: 0px;
}

html #az-site-header h5.az-site-branch {
    margin-top: 0px;
}

html #az-site-header #main-wiedza {
    background-color: #F8FAFB;
    border-radius: 10px;
}

html #az-site-header #main-wiedza .et_pb_text_inner {
    position: relative;
    padding: 30px 30px 40px 54%;
}


html #az-site-header #main-wiedza .et_pb_text_inner p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

html #az-site-header #main-wiedza .et_pb_text_inner p:last-child:after {
    content: url('./images/dots-orange.png');
    display: block;
    margin-top: 30px;
}

html .pagination .alignleft a, html .pagination .alignright a, html #az-blog .pagination .alignleft a {
    color: #fff;
}

html #az-blog article {
    position: relative;
    background-color: #F8FAFB;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 30px 350px;
    margin-bottom: 30px;
}

html #az-blog .et_pb_blog_0 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

html #az-blog article p.post-meta {
    padding-left: 0px;
    margin-bottom: 13px !important;
}

html #az-blog h2.entry-title {
    padding-top: 0px;
}

html #az-blog article .post-content {
    display: flex;
    flex-direction: column;
}

html #az-blog article .post-content a.more-link {
    right: 0px;
    margin-top: 3rem;
    align-self: flex-end;
    background-color: transparent !important;
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
    line-height: 100%;
    border: none !important;
    box-shadow: none !important;
    color: #EB660A!important;
    text-decoration: underline;
    font-weight: 700;
}

html #az-blog article .post-content a.more-link:first-letter {
    text-transform: uppercase;
}

html #az-blog article a.entry-featured-image-url {
    position: absolute;
    left:0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 314px;
    margin-bottom: 0px;
}

html #az-blog article .entry-featured-image-url img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

html .et_pb_module.et_pb_image {
    text-align: left !important;
}

html .et_pb_image_0_tb_header {
    padding-top: 0px;
    padding-bottom: 0px;
    width: auto;
}

html #az-column-search {
    margin-right: 0px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

html #az-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.et_pb_row:after, .et_pb_row_inner:after {
    display: none !important;
}

.az-social-box ul .fb:before {
    font-size: 17px;
}

html .et_pb_search_0_tb_header input.et_pb_s {
     background-color: #F8FAFB;
     border: 1px solid #DCDEE0;
     box-shadow: none;
}

html .et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit {
    position: absolute;
    right: 0;
}

.webster-navmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.webster-navlink-item {
    position: relative;
}

.webster-navlink-item a.webster-navlink {
    padding: 15px 30px;
    font-weight: 600;
    color: #121563;
    font-size: 16px;
    display: block;
    border: 2px solid transparent;
    cursor: pointer;
}

.webster-navlink-item a.webster-droplink {
    text-wrap: nowrap;
    display: block;
    color: #121563;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    border: 2px solid transparent;
    background-color: #fff;
}

.webster-navlink-item a.webster-navlink:hover, .webster-navlink-item a.webster-droplink:hover {
    color: #EB660A;
}

.dropdown-list {
    padding-top:8px;
    padding-bottom: 8px;
    min-width: 12.5rem;
    position: absolute;
    top: 100%;
    border: 1px solid #DCDEE0;
    background-color: #fff;
    border-top-width: 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: -1px 9px 13px -4px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: -1px 9px 13px -4px rgba(0, 0, 0, 0.19);
    box-shadow: -1px 9px 13px -4px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html header {
    padding-bottom: 0px !important;
}

.webster-navlink-item.opened-list .dropdown-list {
    visibility: visible;
    opacity: 1;
}

#new-menu {
    width: 100%;
}

#new-menu > .et_pb_column {
    float: none;
    width: 100%;
}

html #homepage-facts .et_pb_image_wrap img {
    object-fit: cover;
}

#az-home-slider {
    margin-top: -28px;
    margin-bottom: 30px;
}

.et_pb_slides .et_pb_slider_container_inner {
    background-color: #F8FAFB;
    border-radius: 1rem;
}

#az-home-slider .et_pb_slide_image {
    height: 100%;
}

#az-home-slider .et_pb_slide_image img {
    object-fit: contain;
    background-color: #fff;
}

.swiper-polecane-box .swiper-slide img {
    height: 50px;
    object-fit: contain;
}

html body #page-container #main-content .et_pb_section .et_pb_slider .et_pb_slide .et_pb_more_button.et_pb_button {
    color: #fff !important;
}

html .dgbc_blog_carousel_0.dgbc_blog_carousel .dgbc_post_item .content-wrapper {
    background-color: #F8FAFB !important;
    height: auto !important;
    flex-grow: 1;
    padding-bottom: 20px;
}

html .dgbc_blog_carousel .dgbc_post_item, .dgbc_blog_carousel .dgbc_post_item .dgbc_post_inner_wrapper {
    align-self: stretch;
}

.dgbc_blog_carousel .dgbc_post_item, .dgbc_blog_carousel .dgbc_post_item .dgbc_post_inner_wrapper {
    height: 100% !important;
}

html .dgbc_blog_carousel_0 {
    height: auto;
}

html .et_pb_column {
    float: none;
}

html .et_pb_row {
    display: flex;
}

html .webster-konsultacje {
    border-radius: 10px;
    background-color: #FAFFF8;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #00983A;
}

.kosultacje-item-arrow {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    gap: 1.5rem;
}

.button-cdo-kosultacje {
    border-radius: 8px;
    background-color: #00983a;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    padding: 11px 20px;
}

.button-cdo-kosultacje:hover {
    color: #fff;
}

.button-cdo-kosultacje img {
    flex-shrink: 0;
}

.lef-col-kosultacje {
    min-width: 234px;
}

html #artykuly-zywieniowe {
    padding-top:20px !important;
}

html .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
}

html #desktop-tabs .et_pb_tab_content {
    top: 32px;
}

html #dowiedzsie {
    min-height: auto !important;
}

html #dowiedzsie #desktop-tabs .et_pb_all_tabs {
    height: auto !important;
    padding-bottom: 3rem;
    display: none !important;
}

html #dowiedzsie li a {
    width: auto;
}

html #desktop-tabs .et_pb_tabs_controls li {
    background-color: #F8FAFB !important;
}

html #desktop-tabs .et_pb_tabs_controls .et_pb_tab_active a {
    color: #fff !important;
}

html #dowiedzsie #desktop-tabs .et_pb_tabs_controls li:hover {
    color: #fff !important;
}

html #dowiedzsie #desktop-tabs .et_pb_tab {
    padding-top: 25px !important;
}

html #desktop-tabs .et_pb_tabs_controls li:hover a {
    color: #fff !important;
}

html .freshMailPopUp__body > #fm_form_1 {
    color: #fff !important;
    background-color: #eb660a !important;
}

html form.form_subscribe p.text_header {
    color: #fff !important;
    margin-top:35px !important;
}

html form.form_subscribe .sub_header {
    color: #fff !important;
}

html form.form_subscribe p.text_header:before {
    filter: brightness(100);
    top:29px;
}

html form.form_subscribe .fm_form_agree {
    color: #fff;
}

html form.form_subscribe .checkbox_agreement ~ span {
    position: absolute;
    top: 84px;
    right: 76px;
    display: block;
    width: 440px;
    line-height: 1.1;
    color: #fff;
}

html form.form_subscribe .fm_form_agree a {
    color: #fff;
}

html #main-content #fm_form_1 .form_subscribe a {
    color: #fff !important;
    text-decoration: underline;
}

html form.form_subscribe input.field {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border: 1px solid #eb660a !important;
}

html form.form_subscribe button.form_subscribe_button.button {
    background-color: #00983a !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.swiper-polecane-box {
    overflow: hidden;
}

.swiper .swiper-button-prev {
    left: -75px;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #121563;
    border-radius: 6px;
    background-size: 10px;
    filter: brightness(0);
}

.swiper .swiper-button-next {
    right: -75px;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #121563;
    border-radius: 6px;
    background-size: 10px;
    filter: brightness(0);
}

.swiper .swiper-slide {
    text-align: center;
}

.swiper-polecane-box {
    margin-top: 35px;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
    margin-top: 15px;
    
}

#az-bottom-news {
    background-color: #F8FAFB !important;
}

#az-bottom-news .et_pb_text_inner p img.alignright {
    margin-left: 60px;
}

.nizp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nizp > p {
    
}

.nizp > div {
    width: 50%;
}

#az-bottom-news a.az-bottom-news-more {
    background-color: #eb660a !important;
    color: #fff !important;
    margin-top: 1rem;
}

.nizp h2 {
    margin-bottom: 1rem !important;
}

html .et_pb_section_0.et_pb_section, html .et_pb_section.et_pb_section_0_tb_body {
    background-color: #fff !important;
    padding-top:100px;
}

html #az-materialy-edukacyjne a.sdm_fancy2_download_dl_link {
    color: #fff;
    border: 1px solid #EB660A;
    background: #EB660A;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 24px;
}



html #az-materialy-edukacyjne {
    padding-top: 0px;
}

html #homepage-facts {
    background-color: #fff;
}

html #homepage-facts #az-materialy-edukacyjne {
    padding-left:40px;
    padding-right: 40px;
    padding-top: 0px;
}

/*
html div#et-main-area {
    padding-top:120px;
}
*/

html .et_pb_row_0, html .et_pb_row_1, html .et_pb_code_0, html .et_pb_column_1 {
    box-shadow: none !important;
}

.breadcrumbs {
    margin-bottom: 30px;
    font-size: 1rem;
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs a {
    color: #121563;
}

.breadcrumbs .current-item {
    font-weight: 700;
}

.grid-kafle-single {
    margin-top: 25px;
}


.nav-mobile-bottom {
    display: none;
}

.grid-kafle-single {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    gap: 1rem;
}

.grid-item-kafel {
    border: 1px solid #eb660a;
    border-radius: 12px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #121563;
    font-weight: 700;
    gap: 1.5rem;
    line-height: 20px;
    text-align: center;
    padding: 0.7rem;
}

.grid-item-kafel img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.grid-item-kafel.active-kafel {
    border-color: #121563;
}

.single-page-kafle {
    margin-bottom: 50px;
}

.grid-item-kafel:hover {
    color: #121563;
    border-color: #121563;
}

html .et_pb_section_1 {
    box-shadow: none !important;
}

.webster-droplink.active-link {
    color: #eb660a !important;
}

html .et_pb_section_1.et_pb_section {
    background-color: #fff !important;
}

html .et_pb_blog_0 {
    box-shadow: none !important;
}

html .webster-nav-mobile {
    display: none;
}

/* Icon 4 */

#nav-icon4 {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #121563;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 4px;
}

.div-flex-nav-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1.25rem;
}

.right-side-nav {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.search-button-mobile {
    display: block;
    height: 24px;
}

.brand-logo {
    display: block;
    height: 52px;
    box-sizing: border-box;
}

.brand-logo img {
    width:auto;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

.mobile-search-popup {
    display: none;
}

.mobile-newsletter-popup {
    display: none;
}

#az-home-slider .et_pb_slide_title {
    font-weight: 700;
}

@media only screen and (max-width: 1300px) {
    html form.form_subscribe .checkbox_agreement ~ span {
        width: 350px;
    }
}

@media only screen and (max-width: 1160px) {
    .grid-kafle-single {
        grid-template-columns: repeat(4, 1fr);
    }
}



@media only screen and (max-width: 980px) {
    /*
    html .et_pb_row {
        width: 100%;
    }
    

    html body.home .et_pb_column.et_pb_column_3_4, html body.home .et_pb_section_0.et_pb_section {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        background-color: #F8FAFB !important;
    }

    html #az-home-slider .et_pb_slide_0, html .et_pb_slide_1, html .et_pb_slide_2, html .et_pb_slide_3, html .et_pb_tabs_0.et_pb_tabs .et_pb_all_tabs, html .et_pb_tabs_1.et_pb_tabs .et_pb_all_tabs, html .et_pb_slider .et_pb_slide_0, html .et_pb_slider .et_pb_slide_1, html .et_pb_slider .et_pb_slide_2, html .et_pb_slider .et_pb_slide_3 {
        background-color: #F8FAFB !important;
    }

    html body.home #page-container #az-home-slider .et_pb_slides {
        background-color: #F8FAFB !important;
    }
    */

    html form.form_subscribe .checkbox_agreement ~ span {
        width: auto;
    }

    html form.form_subscribe .checkbox_agreement ~ span {
        position: relative;
        top: 0px;
        right: 0px;
        display: inline;
    }

    .webster-navlink {
        pointer-events: none;
        cursor: pointer;
    }

    html .et_pb_slider .et-pb-arrow-prev, html .et_pb_slider:hover .et-pb-arrow-prev {
        left: auto;
        top:auto;
        right: 80px;
        bottom: 50px;
        opacity: 1;
        height: 43px;
        width: 43px;
        font-size: 40px;
        background-color: #F8FAFB !important;
        border: 1px solid #121563;
        border-radius: 6px;
    }

    html .et_pb_slider .et-pb-arrow-next, html .et_pb_slider:hover .et-pb-arrow-next {
        right: 22px;
        top:auto;
        bottom: 50px;
        opacity: 1;
        height: 43px;
        width: 43px;
        font-size: 40px;
        background-color: #F8FAFB !important;
        border: 1px solid #121563;
        border-radius: 6px;
    }

    html .et-pb-slider-arrows.et_multi_view_hidden, html .et-pb-slider-arrows.et_multi_view_hidden_image {
        display: block !important;
    }

    html .dgbc_blog_carousel .swiper-button-next {
        top: -42px;
    }

    html .dgbc_blog_carousel .swiper-button-prev {
        top: -42px;
        left: auto !important;
        right: 50px;
    }

    html .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-next, html .dgbc_blog_carousel_0 .dgbc_carousel_wrapper .swiper-button-prev {
        height: 43px;
        width: 43px;
        font-size: 40px;
        background-color: #F8FAFB !important;
        border: 1px solid #121563;
        border-radius: 6px;
    }

    html .dgbc_blog_carousel .dgbc_carousel_wrapper {
        overflow: visible !important;
    }

    html .et_pb_section_1.et_pb_section {
        margin-bottom: 20px;
    }

    html body #page-container #az-home-slider .et-pb-controllers {
        display: none !important;
    }

    html .et_pb_slides .et_pb_slider_container_inner {
        border-radius: 0px;
    }

    html body.home .et_pb_slide_image, html body.home .et_pb_slide_video {
        display: block !important;
    }

    body.home .et_pb_slides .et_pb_slider_container_inner {
        border-top-right-radius: 0px;
    }

    body.home .et_pb_section.et_pb_section_0 .et_pb_row {
        width: 100%;
    }

    html body.home .et_pb_slide {
        padding-left: 0px;
        padding-right: 0px;
    }

    html .et_pb_slides .et_pb_slider_container_inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        vertical-align: middle;
        height: auto;
    }

    html #az-home-slider .et_pb_slide_image {
        height: auto;
        position: relative;
        margin-top: 0px !important;
        width: 100%;
    }

    body #page-container #az-home-slider .et_pb_slides {
        padding-bottom: 0px !important;
    }

    html .et_pb_slide_with_image .et_pb_slide_description {
        padding: 2.5rem 2.3rem;
        width: 100%;
    }

    html #az-home-slider {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .form_subscribe {
        margin-top: 2rem;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .form_subscribe > div > div:first-child {
        display: none !important;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .form_subscribe p.text_header {
        display: none !important;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .form_subscribe .sub_header {
        display: none !important;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .freshMailPopUp__body > div {
        padding: 0px !important;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .freshMailPopUp__body input.field {
        height: 50px;
        padding: 0.5rem 1rem !important;
        font-size: 1rem;
        width: 100% !important;
        border: 1px solid #DCDEE0 !important;
        border-radius: 0.5rem;
        background-repeat: no-repeat;
        background-position: 1rem center;
        background-size: 16px;
        margin-bottom: 0.5rem !important;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .freshMailPopUp__body button {
        width: 100% !important;
        font-size: 14px !important;
        background-color: #00983a !important;
        border: 1px solid #fff !important;
        font-weight: 700 !important;
        text-align: center !important;
        padding: 0.9rem 2rem !important;
        border-radius: 0.5rem !important;
        color: #fff;
        height: auto !important;
    }

    .mobile-newsletter-popup .message_error {
        text-align: center !important;
        display: block;
        margin-top: 1rem;
    }

    .mobile-newsletter-popup #freshMailPopUp__background .freshMailPopUp__body a {
        color: inherit;
        text-decoration: underline;
    }

    #az-header-row, .webster-navigation {
        display: none !important;
    }

    .mobile-newsletter-popup {
        display: block;
    }

    html .webster-nav-mobile {
        display: block;
        position: relative;
    }

    .webster-top-navigation {
        position: relative;
        z-index: 10;
        padding: 0.875rem 0rem;
        background-color: #fff;
        border-bottom: 1px solid #EFF0F1;
    }

    html header {
        position: fixed;
        top:0;
        width: 100%;
        z-index: 1000;
    }

    html .entry-content .et_pb_row {
        display: block;
    }

    body {
        padding-top: 105px !important;
        padding-bottom: 85px !important;
    }

    body.home {
        padding-top: 80px !important;
    }

    html .et_pb_row_0.et_pb_row {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    body.custom-background {
        background-color: #fff !important;
    }

    #new-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mobile-newsletter-popup {
        width: 100%;
        position: fixed;
        height: 100%;
        background-color: #eb660a;
        color: #fff;
        top: 0px;
        overflow: auto;
        z-index: 9;
        padding-top: 100px;
        padding: 100px 1.25rem 100px 1.25rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .mobile-newsletter-popup.opened-popup {
        opacity: 1;
        visibility: visible;
    }

    .mobile-search-popup {
        width: 100%;
        position: fixed;
        height: 100%;
        background-color: #F8FAFB;
        top: 0px;
        z-index: 9;
        padding-top: 100px;
        padding: 100px 1.25rem 100px 1.25rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .mobile-search-popup.open-mobile-search {
        opacity: 1;
        visibility: visible;
    }

    .mobile-navmenu {
        width: 100%;
        position: fixed;
        overflow: auto;
        height: 100%;
        background-color: #F8FAFB;
        top: 0px;
        z-index: 9;
        padding-top: 100px;
        padding: 100px 1.25rem 100px 1.25rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .mobile-navmenu.open-mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-wcag {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .az-social-box ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
    }

    .webster-navlink-item a.webster-navlink {
        padding: 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 21px;
    }

    .dropdown-list {
        position: relative;
        box-shadow: none;
        border: none;
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: hidden;
        height: 0px;
    }

    .dropdown-list-full {
        position: fixed;
        top: 0;
        left:0;
        right: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0 100px 0;
        box-shadow: none;
        border: none;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 100px;
        background-color: #fff;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 8;
    }

    .dropdown-list-full .grid-droplist-mobile {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .webster-navlink-item.opened-list .dropdown-list-full {
        visibility: visible;
        opacity: 1;
    }

    .webster-navlink-item a.webster-droplink {
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        gap: 0.875rem;
        border-bottom: 1px solid #EFF0F1;
        border-right: 1px solid #EFF0F1;
        padding: 1rem;
        text-wrap: initial;
        text-align: center;
        line-height: 18px;
    }

    .webster-navlink-item a.webster-droplink img {
        max-height: 37px;
        
        object-fit: contain;
    }

    .grid-droplist-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-top: 1px solid #EFF0F1;
    }

    .webster-navlink-item.opened-list .dropdown-list {
        height: auto;
    }

    .tb-list-name {
        font-size: 28px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .webster-navlink-item a.webster-droplink:hover {
        background-color: #F8FAFB;
    }

    .nav-mobile-bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left:0;
        z-index: 1000;
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        background-color: #fff;
        -webkit-box-shadow: 2px 3px 15px -2px rgba(212, 212, 212, 1);
        -moz-box-shadow: 2px 3px 15px -2px rgba(212, 212, 212, 1);
        box-shadow: 2px 3px 15px -2px rgba(212, 212, 212, 1);
    }

    .grid-belka-dolna {
        display: flex;
        justify-content: space-between;
    }

    .bottom-belka-link {
        display: flex;
        
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #261474;
        font-size: 11px;
        line-height: 12px;
        padding: 1rem 0.5rem;
        text-align: center;
        text-wrap: nowrap;
    }

    .bottom-belka-link img {
        height: 25px;
        max-width: 26px;
        width: auto;
        object-fit: contain;
        margin-bottom: 1rem;
    }

    .bottom-belka-link.is-open {
        color: #EB660A;
    }

    .mobile-search-popup {
        display: block;
    }

    .tfield-search {
        height: 50px;
        padding: 0.5rem 1rem !important;
        font-size: 1rem;
        width: 100%;
        padding-left: 2.8rem !important;
        border: 1px solid #DCDEE0 !important;
        border-radius: 0.5rem;
        background-image: url('./images/IC.png');
        background-repeat: no-repeat;
        background-position: 1rem center;
        background-size: 16px;
        margin-bottom: 1rem !important;
    }

    .tfield-simple {
        height: 50px;
        padding: 0.5rem 1rem !important;
        font-size: 1rem;
        width: 100%;
        border: 1px solid #DCDEE0 !important;
        border-radius: 0.5rem;
        background-repeat: no-repeat;
        background-position: 1rem center;
        background-size: 16px;
        margin-bottom: 1rem !important;
    }

    .a-submit-send.w-button {
        width: 100%;
        font-size: 14px;
        border:none;
        font-weight: 700;
        text-align: center;
        padding: 0.9rem 2rem;
        border-radius: 0.5rem;
        background-color: #eb660a;
        color: #fff;
    }

    .a-submit-send.w-button.newsletter {
        background-color: #00983a;
        border: 1px solid #fff;
    }

    .newsletter-desc {
        text-align: center;
        margin-top: 3rem;
    }

    .tb-newsletter-head {
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }

    .tb-newsletter-normal {
        font-size: 18px;
        line-height: 26px;
    }

    .newsletter-mobile-form {
        margin-top: 3rem;
    }

    .webster-konsultacje {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        padding: 1.5rem !important;
    }

    .nizp {
        flex-wrap: wrap;
        gap: 2rem;
        padding: 3rem 0rem;
    }

    .nizp > p {
        order: 1;
    }

    .nizp > div {
        order: 2;
        flex-grow: 1;
    }

    html .et_pb_module.et_pb_image {
        text-align: center !important;
    }

    #artykuly-zywieniowe {
        display: none;
    }

    #az-footer-col1 {
        width: 100% !important;
    }

    #az-footer {
        padding-top: 30px !important;
    }

    #az-footer-bottom > .et_pb_with_border.et_pb_row.et_pb_row_3_tb_footer {
        flex-direction: column;
        align-items: center;
        text-align: center !important;
    }

    #az-footer-bottom p {
        text-align: center !important;
    }

    .et_pb_section_3_tb_footer.et_pb_section {
        text-align: center;
    }

    #az-footer-bottom .et_pb_column .et_pb_text_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #az-footer-bottom .et_pb_column {
        margin-bottom: 0px !important;
    }

    html .webster-konsultacje {
        /*
        border: none;
        padding: 0px !important;
        background-color: transparent;
        */
        margin-bottom: 2rem !important;
        justify-content: flex-start;
        align-items: flex-start;
        
        gap: 1rem;
    }

    html .lef-col-kosultacje {
        display: block;
        text-align: left;
    }

    html .lef-col-kosultacje img {
        height: 60px;
    }

    html .kosultacje-item-arrow img {
        display: none;
    }
    html .tb-arrow-konsultacje {
        font-size: 36px !important;
    }

}

@media only screen and (max-width: 767px) {

    html .tb-arrow-konsultacje {
        font-size: 24px !important;
    }

    .cdo-baza-image {
        display: none;
    }

    .cdo-baza-item-content {
        padding: 1.5rem;
    }

    .button-cdo-kosultacje {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        padding: 13px 20px;
    }

    .grid-kafle-single {
        grid-template-columns: repeat(2, 1fr);
    }

    #az-aktualnosci h2.entry-title {
        min-height: auto;
    }

    html #az-site-header #main-wiedza .et_pb_text_inner p img {
        position: relative;
        height: 200px;
        width: 100%;
    }

    html #az-site-header #main-wiedza .et_pb_text_inner {
        padding: 20px;
    }

    html #az-blog article {
        padding: 20px;
    }

    html #az-blog article a.entry-featured-image-url {
        position: relative;
        height: 200px;
        width: 100%;
    }

    .swiper .swiper-button-next {
        right: -50px;
    }

    .swiper .swiper-button-prev {
        left: -50px;
    }

    #az-footer .et_pb_text_inner svg{
        width: 152px !important;
        height: 72px !important;
        text-align: center;
        margin:auto;
        display: block;
    }

    #az-footer .et_pb_text_inner image {
        width: 100%;
    }

    html body h2.az-footer-header {
        font-size: 22px;
        line-height: 32px;
    }

    html #az-footer-col2, #az-footer-col3, #az-footer-col4 {
        display: none;
    }

    html #az-materialy-edukacyjne .et_pb_code_inner > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    html #az-materialy-edukacyjne .sdm_fancy2_grid {
        width: 100%;
        margin-right: 0px;
    }

    html #az-materialy-edukacyjne .sdm_clear_float {
        display: none;
    }

    html #az-materialy-edukacyjne {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media only screen and (max-width: 480px) {
    .swiper .swiper-button-next {
        right: 0px;
    }

    .swiper .swiper-button-prev {
        left: 0px;
    }

    .breadcrumbs {
        font-size: 0.875rem;
        line-height: 1.25rem;
        row-gap: 0.2rem;
    }

    html #az-materialy-edukacyjne .et_pb_code_inner > div {
        grid-template-columns: repeat(1, 1fr);
    }

    html #az-article-header .et_pb_row {
        display: block;
        padding-bottom: 40px;
    }
}

/* Foreto */
.show-on-mobile {
    display: none;
}
/* @media only screen and (max-width: 980px) { */
@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: initial;
    }

    .mobile-no-bg {
        background-color: transparent !important;
    }

    .mobile-rounded-top {
        border-radius: 26px 26px 0 0;
    }

    .mobile-rounded-bottom {
        border-radius: 0 0 26px 26px;
    }

    .mobile-rounded {
        border-radius: 26px 26px 26px 26px;
    }

    .mobile-gray-bg {
        background-color: #f8fafb !important;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .mobile-no-margin-bottom {
        margin-bottom: 0px !important;
    }

    .mobile-padding-16 {
        padding: 16px !important;
    }
}
@media (max-width: 980px) {
    .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
        bottom: 100px;
    }
}

#new-menu .et_pb_column.et_pb_column_4_4.et_pb_column_3_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    z-index: initial !important;
}