.accordion-custom .vc_tta-panel-title {
    font-size: 0.9em;
    line-height:1.2em !important;
    font-weight: normal;
}

.single-post__list_flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;

    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;

    flex-wrap: wrap;
}



/*.vc_btn3-container.vc_btn3-center .vc_btn3 {*/
/*    text-align:center;*/
/*}*/

@media (min-width: 1530px) {
    .timeline.vert .wpb_wrapper > .wpb_row > .wpb_column {
      /*  min-height:400px;
        display: flex;
        align-items: center;*/ /* Wyśrodkowanie w pionie */
        /*justify-content: center; !* Wyśrodkowanie w poziomie (opcjonalnie) *!*/
    }

    .timeline.vert .wpb_wrapper > .wpb_row {
     /*   display: flex;
        flex-flow: wrap;
        align-items: center;
        margin-top: -60px;
        margin-bottom: -60px;
        padding:0;*/
    }
}

@media (min-width: 768px) and (max-width: 1529px) {
    /*.timeline.vert .wpb_wrapper > .wpb_row > .wpb_column {
        min-height:400px;
        display: flex;
        align-items: center; !* Wyśrodkowanie w pionie *!
        !*justify-content: center; !* Wyśrodkowanie w poziomie (opcjonalnie) *!*!
    }
    .timeline.vert .wpb_wrapper > .wpb_row {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        margin-top: 0%;
        margin-bottom: 0%;
    }*/
}

/*@media (min-width: 768px) {
    .offer-row {
        grid-template-columns: 10fr 2fr 1fr;
    }
}*/



.entry-content .block-blue a:not(.btn):not(.more-link) {
    /*text-align:center;*/
}
.vc_general.vc_btn3.vc_btn3-size-lg, .vc_general.vc_btn3.vc_btn3-size-md {
    text-align:center !important;
}

.wpb_wrapper blockquote {
    font-size: 1em;
    line-height: 22px;
    font-weight: 100 !IMPORTANT;
    font-family: "BMW Group", Helvetica, sans-serif, -apple-system;
}


@media (max-width: 767px) {
    .acordion-custom .vc_tta-panel .vc_tta-panel-title > a {
        position: relative;
        padding-left: 46px !important;
        font-size: 1em;
        font-weight: 300;
    }

    .acordion-custom .vc_tta-panel .vc_tta-panel-title > a::before {
        content: '';
        display: block;
        position: absolute;
        box-sizing: border-box;
        left: 15px;
        right: 0;
        top: 28px;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 2px 0 0 0;
        width: 12px;
        height: 12px;
    }
    .acordion-custom .vc_tta-panel .vc_tta-panel-title > a::after {
        content: '';
        display: block;
        position: absolute;
        box-sizing: border-box;
        left: 26px;
        bottom: 0;
        top: 17px;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 0 0 0 2px;
        width: 12px;
        height: 12px;
    }
    .acordion-custom.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
        cursor: pointer;
    }

    .acordion-custom .vc_tta-panel.vc_active .vc_tta-panel-title > a::before {

    }
    .acordion-custom .vc_tta-panel.vc_active .vc_tta-panel-title > a::after {
        display: none;
    }

    .word_.custom_  .dropdown-menu li a span.text {
        display:block;
        /*font-size:10px;*/
        overflow:hidden;
        /*width:350px;*/
        margin-right: 0px !important;
    }
    .word_.custom_  .bs-searchbox .form-control {
        margin-bottom: 0;
        width: 95%;
    }
}

@media (max-width: 650px) {
    .word_.custom_  .dropdown-menu li a span.text {
        width:250px;
    }
}




/*@media (min-width: 992px) {*/
/*    .vc_btn3-container.vc_btn3-custom {*/
/*        width: 33.3333333333%;*/
/*        min-width: 300px;*/
/*    }*/
/*}*/

.vc_btn3-container.vc_btn3-custom {
    width: 33.3333333333%;
    min-width: 300px;
}
@media (max-width: 580px) {
    .vc_btn3-container.vc_btn3-custom {
        width: 25%;
        min-width: 200px;
    }

    .header-content .display-1 {
        font-size: 6rem;
        font-size: clamp(3.0rem, 2.0rem + 3.0vw, 6rem);
    }
}

@media (min-width: 1280px) {
    .block-blue h2, .block-blue .display-2 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 1040px) {
    .block-blue h2, .block-blue .display-2 {
        font-size: 30px;
        line-height: 37px;
    }
}



.hidden-sm-xs {
    display: none;
}

@media screen and (min-width: 1140px) {
    .hidden-sm-xs {
        display: block;
    }
}