.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* .service-title-data {
    display: none;
} */

body .service-title-data {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.service-title-data-text {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
    margin-bottom: 5px;
}

.service-title-data-link:hover {
    color: #313271;
}

.margin-top-300 {
    margin-top: 300px;
}

.min-height-440 {
    min-height: 440px;
}

.bg-color-blue {
    background-color: #2D2F60;
}

.rowek {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.cechy-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.pic-outer {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    width: 95%;
    flex-wrap: wrap;
    max-width: 1000px;
    z-index: 4;
}



.width-60 {
    width: 60%
}

.width-50 {
    width: 50%
}

.cechy-txt {
    display: block;
    color: #444444;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.cechy-pic {
    display: block;
    text-align: center;
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
}

.cechy-pic img {
    height: 60px;
}

.pic-outer div:nth-child(1),
.pic-outer div:nth-child(2),
.pic-outer div:nth-child(3),
.pic-outer div:nth-child(4) {
    margin-bottom: 60px;
}

@media (min-width: 320px) and (max-width: 991px) {

    .pic-outer div:nth-child(1),
    .pic-outer div:nth-child(2),
    .pic-outer div:nth-child(3),
    .pic-outer div:nth-child(4) {
        margin-bottom: 0;
    }

    .cechy-pic {
        width: 50%;
        font-size: 14px;
    }

    .cechy-pic img {
        max-height: 12vw;
        min-height: 55px;
    }

    .pic-outer {
        max-width: 700px;
    }


}

.p-pic {
    text-align: center;
    padding-top: 10px;
}

/* @media (max-width: 1030px) {
    .cechy-pic {
        display: none;
    }
} */

.logo-pod {
    position: absolute;
    right: 200px;
    top: 350px;
    z-index: 0;
}

.row-service {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}

.service-reset {
    margin: 0;
}

.service-wrap {
    width: 1290px;
}

.service-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    position: relative;
    z-index: 5;
}

.service-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.service-text {
    z-index: 9;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    position: relative;
    line-height: 30px;
}

.service-text:first-child {
    margin-bottom: 25px;
}

.service-text:empty {
    display: none;
}

.service-baner:empty {
    display: none;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-photo-wrapper {
    height: 400px;
    width: 49%;
}

.service-photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    position: relative;
    z-index: 5;
}

.service-photo:first-child {
    margin-bottom: 25px;
}

.service-features {
    width: 49%;
    display: flex;
    align-items: center;
}

.service-parameters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
}

.parameters-title {
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000267;
}

.parameters-list {
    font-size: 17px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 4px;
}

.parameters-list:last-child {
    margin-bottom: 0px;
}

span.features-title::before {
    content: url(/wp-content/uploads/2021/03/li-icon.svg);
    margin-right: 20px;
    position: relative;
    top: 5px;
}

.features-title {
    font-size: 17px;
    color: #000267;
    display: block;
    margin-bottom: 10px;
}

.service-features-list .features-title {
    display: flex;
    align-items: center;
}

.features-desc {
    display: block;
    margin-left: 40px;
    margin-bottom: 25px;
}

.service-baner {
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
}

.service-naglowek {
    width: 100%;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}

.single-service-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.single-service-row:last-child {
    margin-bottom: 0px;
}

.color-grey {
    color: #444444;
}

.service-button {
    font-weight: 600;
}

.side-service {
    background-color: #2D2F60;
    color: #FFFFFF;
    position: relative;
    right: -110px;
    transition: 0.4s ease;
}

.side-service:hover {
    right: 0px;
}

.side-service a {
    color: #FFFFFF !important;
}

@media (max-width: 1400px) {
    .service-wrap {
        width: 80%;
    }
}

@media (max-width: 766px) {
    .single-service-row {
        flex-direction: column;
    }

    .single-service-row {
        margin-bottom: unset;
    }

    .reverse2 {
        flex-direction: column-reverse;
    }

    .row-service {
        margin: 25px 0;
    }

    .features {
        flex-direction: column;
    }

    .service-photo-wrapper {
        width: 100%;
        height: 300px
    }

    .service-photo {
        height: 300px;
    }

    .service-photo-wrapper:last-child {
        margin-bottom: 25px;
    }

    .service-features {
        width: 100%;
        margin: 25px 0;
    }

    .service-parameters {
        width: 100%;
        margin-bottom: 25px;
    }

    .parameters-title {
        padding-left: 0px;
    }

    .service-title {
        width: 100%;
        font-size: 36px;
    }

    .service-title h1 {
        font-size: 36px;
    }

}


/* Strona O firmie */

.row-about-company {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.wrap-about-company {
    width: 1366px;
    display: flex;
}

.about-company-title {
    width: 1366px;
    color: #444444;
    font-size: 48px;
    font-weight: 700;
    padding-left: 78px;
}

.about-company-title h1 {
    color: #444444;
    font-size: 48px;
    font-weight: 700;
}

.about-company-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-company-right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.about-company-text {
    font-size: 14px;
    color: #444444;
    width: 80%;
    margin: 50px 0;
    z-index: 5;
}

.about-company-photo {
    width: 400px;
    height: 300px;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    box-shadow: 35px 35px 60px #777777;
}

.about-company-info-left {
    display: flex;
    align-items: center;
}

.about-company-info-right {
    display: flex;
    align-items: center;
}

.about-company-info-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.value {
    font-size: 52px;
    color: #444444;
    font-weight: 600;
    margin: 0 15px;
}

.row-history {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
}

.history-wrap {
    width: 1366px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.company-info {
    font-size: 18px;
    color: #444444;
    font-weight: 600;
}

.min-content {
    width: min-content;
}

.history-header {
    font-size: 48px;
    font-weight: 700;
    color: #444444;
    width: 100%;
    padding-left: 78px;
}

.history-date {
    font-size: 48px;
    font-weight: 700;
    color: #444444;
}

.history-title {
    font-size: 25px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 10px;
    width: 800px;
    text-align: center;
}

.history-info {
    font-size: 16px;
    color: #444444;
    width: 800px;
    text-align: center;
}

.history-entry {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 35px 0;
}

.history-arrow:last-child {
    display: none;
}

.sygnet-other {
    top: 300px;
    right: unset;
    left: 90px;
}

@media (max-width: 1400px) {
    .wrap-about-company {
        width: 80%;
    }

    .about-company-info-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1000px) {
    .history-wrap {
        width: 80%;
    }

    .history-header {
        padding-left: 0px;
        font-size: 42px;
    }

    .history-entry {
        width: 100%;
    }

    .history-title {
        width: 80%;
    }

    .history-info {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .about-company-photo {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .wrap-about-company {
        flex-direction: column-reverse;
    }

    .about-company-left {
        width: 100%;
    }

    .about-company-right {
        width: 100%;
    }

    .about-company-photo {
        width: 100%;
    }

    .about-company-photo {
        width: 100%;
        box-shadow: 0px 0px 30px #777777;
    }

    .about-company-title {
        padding-left: 0px;
        width: 100%;
        text-align: center;
        font-size: 32px;
        margin-bottom: 25px;
    }

    .about-company-title h1 {
        text-align: center;
        font-size: 32px;
    }

    .about-company-info-left {
        margin-bottom: 10px;
    }

}

@media (max-width: 400px) {
    .min-content {
        width: auto;
    }

    .company-info {
        font-size: 16px;
    }

    .value {
        font-size: 42px;
    }

    .history-date {
        font-size: 40px;
    }

    .about-company-text {
        width: 100%;
    }
}

/* WPIS BLOGOWY */

.row-entry {
    padding-top: 200px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.blog-entry {
    width: 1244px;
}

.blog-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.blog-entry-title {
    margin-bottom: 25px;
}

.blog-title {
    font-weight: 700;
    font-size: 48px;
    color: #444444;
    padding-left: 50px;

  
}

@media (max-width: 575px) {
    .blog-title {
        font-size: 24px;
    }
        
}

.blog-entry-content {
    width: 1134px;
}

.blog-entry-thumbnail {
    display: flex;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
}

.blog-entry-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-entry-nav-previous {
    padding-left: 100px;
}

.blog-entry-nav-previous a:hover {
    color: #24816C;
    text-decoration: none;
}

.blog-entry-nav-next {
    padding-right: 100px;
}

.blog-entry-nav-next a:hover {
    color: #24816C;
    text-decoration: none;
}

.blog-entry-date {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
}

.upper-title {
    padding-left: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.upper-title a:hover {
    color: #24816C;
    text-decoration: none;
}

.share-facebook {
    font-size: 14px;
    font-weight: 600;
}

.blog-entry-content p strong {
    font-size: 18px;
}

.blog-entry-content img {
  max-width: 100% !important;
  height: auto !important; 
}

.blog-1 {
    font-size: 18px;
    color: #444444;
    font-weight: 700;
    line-height: 30px;
}

.blog-2 {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    line-height: 30px;
}

.blog-arrow-right {
    padding-left: 25px;
}

.blog-arrow-left {
    padding-right: 25px;
}

.icon-facebook {
    padding-right: 10px;
    position: relative;
    top: -2px;
    padding-left: 25px;
}

@media (max-width: 1400px) {
    .blog-entry {
        width: 80%;
    }

    .blog-entry-thumbnail {
        height: auto;
        max-width: 100%;
        height: 100%;
    }

    .blog-entry-thumbnail img {
        height: auto;
        max-width: 100%;
        height: 100%;
    }

    .blog-entry-content {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .row-entry {
        padding-top: 100px;
    }

    .blog-title {
        padding-left: 0px;
    }

    .blog-entry-nav-previous {
        padding-left: 0px;
    }

    .blog-entry-nav-next {
        padding-right: 0px;
    }

    .upper-title {
        padding-left: 0px;
        justify-content: space-between;
        gap: 0px;
    }
}

@media (max-width: 460px) {
    .blog-entry-nav {

        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .blog-entry-nav-previous {
        margin-bottom: 25px;
    }
}

/* WooCommerce */

a.button.alt {
    background-color: #24816C !important;
}

.woocommerce button.button.alt {
    background-color: #24816C !important;
}

.woocommerce button.button {
    background-color: #24816C !important;
    color: #FFFFFF !important;
}



.select2-selection--single {
    border: 2px solid #24816C !important
}

.row-product-page {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 200px !important;
}

@media (min-width:768px) and (max-width: 1400px) {
    .row-product-page {
        margin-top: 250px !important;
    }
}

@media (max-width:768px) {
    .row-product-page {
        margin-top: 30px !important;
    }
}

@media (max-width: 1400px) {
    .product-page-content {
        padding: 0 5%;
    }
}

.product-page-content {
    width: 1366px;
}

.input-text {
    border: solid 2px #24816C;
    border-radius: 8px;
    text-indent: 10px;
}

#order_review_heading {
    margin-top: 50px;
}

.shipping-calculator-button:hover {
    color: #24816C;
    text-decoration: none;
}

#wpdesk_vat_field {
    margin-top: 50px;
}

.row-404 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.textblock-404 {
    width: 1366px;
    margin-top: 300px;
    margin-bottom: 250px;
}

.title-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.title-404 h1 {
    color: #2d2F60;
    font-size: 80px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.text-404 {
    font-size: 30px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.text-404 span {
    text-align: center;
}

.back-404 {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.back-404 a {
    color: #24816C;
}

@media (max-width: 767px) {
    .textblock-404 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .title-404 h1 {
        font-size: 56px;
    }

    .text-404 span {
        font-size: 26px;
    }

    .back-404 span {
        font-size: 18px;
    }
}

@media (max-width: 1450px) {
    .textblock-404 {
        width: 80%;
    }

    .title-404 {
        width: 100%;
    }

    .text-404 {
        width: 100%;
    }

    .back-404 {
        width: 100%;
    }
}

.row-certificate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.row-certificate2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.certificate-text-wrap {
    width: 1366px;
}

.certificate-title {
    width: 100%;
    margin-bottom: 50px;
}

.certificate-title h1 {
    color: #2D2F60;
    font-size: 48px;
    font-weight: 700;
}

.certificate-text {
    font-size: 16px;
    color: #444444;
}

.certificate-header {}

.certificate-header span {
    color: #2D2F60;
    font-size: 20px;
    font-weight: 700;
}

.certificates-images {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.certificates-image {
    width: 25%;
    height: auto;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.certificates-image img {
    border: solid 1px #2d2F60;
}

.certificates-image a {
    display: flex;
    justify-content: center;
}

.standard-page h2,
.standard-page h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 1450px) {
    .certificate-text-wrap {
        width: 80%;
    }

    .certificate-title {
        width: 100%;
    }

    .certificate-text {
        width: 100%;
    }

    .certificates-image {
        width: 33%;
    }

    .certificates-image img {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .certificates-image {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .row-certificate {
        margin-top: 50px;
    }

    .certificates-image {
        width: 100%;
    }

    .certificate-title h1 {
        font-size: 36px;
        text-align: center;
    }
}

/* Płatności */

.row-platnosci {
    width: 100%;
    display: flex;
    justify-content: center;
}

.platnosci-wrap {
    width: 1366px;
    margin-bottom: 50px;
}

.platnosci-title {
    margin-bottom: 25px;
}

.platnosci-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    color: #2D2F60;
}

.platnosci-text {}

@media (max-width: 1450px) {
    .platnosci-wrap {
        width: 80%;
    }
}

#menu-menu-stopka-1 {
    display: flex;
}

#menu-menu-stopka-1 li:nth-child(1),
#menu-menu-stopka-1 li:nth-child(2) {
    margin-right: 15px;
}

@media (max-width: 991px) {
    #menu-menu-stopka-1 {
        justify-content: center;
    }
}

.accordion-container {
    display: flex;
    justify-content: center;
}

.accordion {
    width: 100%;
}

.accordion .contentBx {
    position: relative;
    margin: 25px 0;
}

.accordion .contentBx .label {
    position: relative;
    /* background: white; */
    color: black;
    cursor: pointer;
}

/*.accordion .contentBx .label:before {
    content: url("/wp-content/uploads/2021/05/arrow-down-career.png");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;
}

.accordion .contentBx.active .label::before {
    content: url("/wp-content/uploads/2021/05/arrow-up-career.png");
}*/

.accordion .contentBx .content {
    position: relative;
    /* background: #FFF; */
    max-height: 0px;
    overflow: hidden;
    transition: 1s ease;
    overflow-y: hidden;
}

.accordion .contentBx.active .content {
    max-height: 5000px;
    margin: 25px 0px;
}

.accordion-more {
    text-align: center;
    color: #444444 !important;
    margin-top: 25px;
    display: block;
    transition: 0.2s;
}

.accordion-more:hover {
    color: #2d2f60 !important;
    transform: scale(1.1) !important;
}

#omnibus-price-data {
    display: none !important;
}

.single-product__last-price-container {
    display: block;
    color: #777;
    line-height: 1;
    font-size: 11px;
    margin-bottom: 20px;
}

.single-product__last-price .woocommerce-Price-amount {
    font-weight: bold;
}

@media (max-width: 480px) {
    .single-product__last-price-container {
        margin-bottom: 20px;
        max-width: 250px;
    }
}