/*general*/
html{
    scroll-behavior: smooth;
}
body{
    color: #555;
}
.bg-primary{
    background-color: #ec1c22 !important;
}
.bg-light{
    background-color: #e1e1e1 !important;
}
.text-white{
    color: white !important;
}
.text-black{
    color: #131313 !important;
}
.text-red{
    color: #ec1c22 !important;
}
.teko{
    font-family: Teko !important;
}

/*header*/
.header-info .icon-content span{
    font-family: Teko;
}
.header-info .icon-content{
    text-align: left !important;
}
.header-style-1 .top-bar .wt-topbar-info li:first-child:before{
    top: 0 !important;
}
.main-bar{
    z-index: 9999999 !important;
}

/*footer*/
.site-footer{
    position: relative;
    overflow: visible !important;
    z-index: 99999 !important;
}
.footer-top{
    position: relative;
    z-index: 99999 !important;
}
.footer-cta-form{
    position: absolute;
    top: -103%;
    right: 0;
    width: max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    background-color: #ec1c22 !important;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}
.footer-cta-form.collapsed{
    top: -53px;
}
.fcf-header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.fcf-content .form-group{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.fcf-content .form-group label{
    margin-bottom: 5px;
    font-weight: normal;
}
.fcf-content select, .fcf-content input{
    border: 1px solid white;
    color: #5b5b5b;
    border-radius: 0 !important;
    height: 25px;
}
.fcf-content button{
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    border: none !important;
    padding: 10px 0;
}

/*modules*/
.circle-wrapper{
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.circle-wrapper.big{
    margin: 15px 40px;
}
.circle-wrapper.big .circle{
    width: 200px;
    height: 200px;
}
.circle{
    background-color: #00173c;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle:hover{
    box-shadow: 0 0 13px 3px rgba(0,0,0,0.15);
}
.circle.with-border{
    border: 5px solid #00173c;
}
.circle.with-border:hover{
    box-shadow: 0 0 13px 6px rgba(0,0,0,0.15);
}
.circle-overlay{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    border-radius: 50%;
}
.circle.with-overlay  .circle-overlay{
    visibility: visible;
}
.circle img, .circle .circle-content{
    z-index: 1;
}
.circle-content{
    position: absolute;
    top: 40%;
    left: 30%;
    right: -40px;
    background-color: #00173c;
    border-radius: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.circle-content .dot{
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid white;
    margin-right: 10px;
}
.circle-content h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: -3px !important;
    white-space: nowrap;
    line-height: 1 !important;
}
/*******/
.section-action{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 25px 7px!important;
    display: flex;
    align-items: center;
}
.section-action img {
    height: 28px;
}
.section-action span{
    font-size: 28px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0;
}


/*breadcrumbs*/
.wt-bnr-inr{
    height: 190px !important;
}
.wt-bnr-inr-entry{
    text-align: left !important;
}
.wt-bnr-inr-entry h1, .wt-bnr-inr-entry h2{
    color: white !important;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-weight: normal !important;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 0;
}

/*produkty*/
.produkty .search-bx span{
    width: max-content;
}
.produkty .wt-post-info{
    display: flex;
    align-items: center;
}
.sub-toggler {
    width: 20px;
}
.submenu.closed{
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;

    box-sizing: border-box;
}
.submenu.opened{
    overflow: hidden;
    max-height: 600px;
    transition: all 0.3s ease-in;
}
.submenu .option input{
    display: none;
}
.produkty .category{
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.product h3{
    font-size: 22px;
}
.product p{
    margin-bottom: 0;
}
.product-more{
    display: block;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease-in;
}
a.product-more:hover{
    background-color: #00173c !important;
}

/*konfigurator*/
.counter-outer .options input[type="radio"]{
    display: none;
}
.counter-outer .options label{
    font-weight: normal;
    font-size: 20px;
    margin-right: 30px;
    padding: 10px 20px;
    padding-left: 50px !important;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
}
.counter-outer .options label:hover{
    background-color: #eeeff1;

}
.options label:before{
    border-color: #00173c !important;
    height: 30px !important;
    width: 30px !important;
    top: 8px !important;
    margin-left: -40px !important;
    background-color: transparent !important;
}
.options input[type=radio]:checked+label:before{
    border-width: 2px !important;
    background-color: #fff !important;
}
.options input[type=radio]:checked+label{
    background-color: #eeeff1;
}
.options input[type=radio]:checked+label:after{
    content: '';
    position: absolute;
    left: 15px;
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    top: 13px !important;
    background: #ec1c22 !important;
}
.red-line{
    border-left: 8px solid #ec1c22 ;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-weight: 500;
}
.red-line-small{
    border-left: 4px solid #ec1c22 ;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight: 500;
}
.konfigurator-carousel .title{
    font-weight: 500;
    color: #00173c;
    font-size: 70px;
    margin-bottom: 50px;
}
.konfigurator-carousel .subtitle{
    font-weight: 500;
    color: #00173c;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.service-box-1 img{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(159, 159, 159, 0.4);
}
.wt-bottom-btn{
    font-size: 20px;
}
.konfigurator-carousel .item{
    padding: 8px;
}
.konfigurator-carousel .item .wt-box{
    box-shadow: 0  10px 10px rgba(0,0,0,0.1);
}
.services-section-content-right{
    padding: 80px 0 !important;
}
.riesenie-formom label{
    background-color: #ffffff !important;
    margin-bottom: 15px !important;
}
.riesenie-formom label .close{
    color: #ec1c22 !important;
}
.riesenie-formom-inputs .form-group{
    display: flex;
    flex-direction: column;
}
.riesenie-formom-inputs .form-group label{
    padding-left: 0 !important;
    font-size: 16px;
    color: #696969;
    padding-bottom: 0;
    padding-top: 0;
}
.riesenie-formom-inputs .form-group input{
    padding: 13px 5px;
    border-radius: 5px;
    background-color: transparent;
    border: 3px solid white;
}
.riesenie-formom-inputs .form-group input:focus,
.riesenie-formom-inputs .form-group input:hover,
.riesenie-formom-inputs .form-group input:active{

    border: 3px solid white;
}
.riesenie-formom-inputs button{
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 24px;
}
.riesenie-formom-inputs button:hover,
.riesenie-formom-inputs button:focus,
.riesenie-formom-inputs button:active{
    background-color: #00173c;
}
.product-detail-info{
    padding-top: 0;
}
.produkt-form{
    margin-bottom: 50px !important;
}
.produkt-form input{
    background-color: transparent !important;
    border: 2px solid white;

    font-size: 15px;
}
.produkt-form input::placeholder{
    color: white;
}
.produkt-form button{
    font-size: 24px;
}
.referencie-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ref-filter-wrapper{
    width: 20%;
    padding: 8px 5px;
}
.ref-filter{
    padding: 4px;
    background-color: #00173c;
    color: white;
    border-radius: 20px;
    font-family: Teko;
    text-align: center;
    font-size: 18px !important;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.ref-filter:before{
    content: "";
    position: absolute;
    border: 3px solid #ec1c22;
    border-radius: 50%;
    top: 5px;
    left: 6px;
    width: 25px;
    height: 25px;
    transition: all 0.2s ease-in-out;
}
.ref-filter.active-ref-filter:before {
    border-color: #fff!important;
}
.ref-filter.active-ref-filter:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 12px;
    width: 13px;
    border-radius: 50%;
    height: 13px;
    background: #fff;
}
.ref-filter:hover{
    background-color: #ec1c22;
}
.ref-filter:hover:before{
    border: 3px solid #ffffff;
}
.referencie-mapa #gmap{
    box-shadow: 0 0 75px 5px rgba(0,0,0,0.2);
    margin-bottom: 110px;
    margin-top: 20px;
}
.red-cta{
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 140px;
}
.red-cta .red-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 7, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.red-cta h3{
    margin-bottom: 0;
    color: white;
    font-family: Teko;
}
.red-cta .red-circle{
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 99;
    background-color:#ec1c22;
    box-shadow: 0 0 12px 3px rgba(0,0,0,0.2);
    cursor: pointer;
}
.typ-skolenia .photos{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
}
.typ-skolenia .photos img{
    width: 30%;

}
.aktualne-skolenia{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px ;
}
.skolenie-wrapper{
    width: 25%;
    padding: 15px;
}
.skolenie{
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.12);
    padding-top: 20px;
    background: white;
}
.skolenie-bottom{
    padding: 8px;
    background-color:#00173c;
    font-size: 18px;
}
.pripadova-studia{
    background-color: #f5f5f5;
}
.study-wrapper{
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.study{
    position: relative;
    box-shadow: 0 0 25px 6px rgba(0,0,0,0.12);
    z-index: 1;
    padding: 60px;
}
.study .section-head{
    margin-bottom: 20px !important;
}
.study-bg{
    position: absolute;
    border: 12px solid #ec1c22;
    height: 400px;
    width: 700px;
    top: -60px;
}
.study-bg.left{
    left: -60px;
}
.study-bg.right{
    right: -60px;
}
.study-arrow{
    position: absolute;
    bottom: -65px;
}
.study-arrow.right{
    right: 50px;
}
.study-arrow.left{
    left: 50px;
}
.studie-wrapper{
    margin-top: 200px;
}
.studie-wrapper .service-border-box a{
    background-color: #ec1c22;
    color: white;
    padding: 1rem 2rem;
    font-weight: 500;
}
.home-client-carousel-2 .client-logo{
    padding: 0 !important;
}
.pricingtable-wrapper{
    height: 100%;
}
.pricingtable-inner{
    text-align: left !important;
    padding-left: 25px;
    padding-right: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricingtable-highlight .pricingtable-price,
.pricingtable-price{
    padding-top: 30px;
    padding-bottom: 20px;
}
.pricingtable-highlight{
    background-color: #00173c !important;
}
.pricingtable-highlight .site-button{
    background-color: #ec1c22 !important;
}
.pricingtable-features{
    list-style-type: initial !important;
    padding-left: 30px;
}
.pricingtable-features li{
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}
.certifikaty{
    padding-left: 30px;
    padding-right: 30px;
}
.certifikaty .owl-carousel{
    padding-bottom: 50px;
}
.certifikaty .services-style-new:hover.owl-btn-vertical-center .owl-nav .owl-prev {
    left: 0% !important;
    top: 95% !important;
}
.certifikaty .services-style-new:hover.owl-btn-vertical-center .owl-nav .owl-next {
    right: 0% !important;
    top: 95% !important;
}
.contact-filter{
    background-color: #e1e1e1;
}
.contact-filter .overlay-main{
    background-color:  transparent !important;
}
.contact-filter .masonry-item img{
    width: 55px;
    height: 45px;
}
.contact-filter .wt-box{
    padding: 20px 20px 20px 30px!important;
}
.contact-filter .wt-title{
    margin-bottom: 20px;
}
.contact-filter p{
    font-size: 13px !important;
}
.contact-filter i{
    margin-right: 5px;
}
.masonry-item .wt-desc div{
    margin-bottom: 12px !important;

}
.contact-filter .stamp{
    padding-left: 0;
}
.service-border-box3{
    background-color: white !important;
}
.service-border-box3 .wt-icon-box-wraper{
    height: 100% !important;
}
.contact-filter .wt-box{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cons-contact-form input,
.cons-contact-form textarea{
    background-color: #f5f5f5 !important;
}
.bg-custom-gray{
    background-color: #f5f5f5 !important;
}
.pricingtable-highlight {
    background-color: #00173c !important;
}
.wt-small-separator{
    font-weight: 500 !important;
}

.home-produkty .video-section-blockquote .fa-quote-left{
    color: rgb(255 13 13 / 30%) !important;
}
.home-produkty .video-section-blockquote .q-author-detail{
    color: #00173c; !important;
    font-weight: 500;
}
.home-produkty .wt-box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-produkty .wt-thum-bx{
    background-color: white!important;
    padding:15px !important;
}
.home-produkty .wt-box .wt-info{
    flex-grow: 1;
}
.home-produkty .wt-box .wt-desc{
    height: calc(100% - 41px) !important;
}
.home-produkty .section-head{
    margin-bottom: 0 !important;
}
.home-products-more{
    background-color: #ec1c22 !important;
}
.home-products-more img{
    padding:60px 50px;
}
.home-products-more .wt-desc{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.home-products-more .wt-desc h3 span{
    color: white !important;
    font-size: 40px;
    font-weight: 400;
}
.home-produkty-bottom h3{
    font-size: 40px;
    font-weight: 400;
    text-align: left;
}
.home-produkty-bottom a{
    color: white;
    text-align: left !important;
    font-weight: 300;
}
.home-produkty-bottom{
    margin-bottom: -90px !important;
}
.home-produkty-bottom .video-section-info{
    position: relative;
    overflow: hidden;
}
.home-produkty-bottom .video-section-info .sipka{
    position: absolute;
    height: 100%;
    top:0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 2.8rem;
    font-weight: 600;
    padding: 20px;
    transition: all 0.1s ease-in-out;
}
.home-produkty-bottom .video-section-info .sipka:hover{
    transform: scale(1.05);
}
.contact-filter .stamp .project-stamp-list{
    margin-left: 15px;
}
.contact-filter .stamp li{
    margin-bottom: 16px !important;
    margin-top: 8px !important;
}
.contact-filter .stamp li:last-child{
    margin-bottom: 5px !important;
}
.contact-filter .stamp li a{
    margin-bottom: 5px !important;

}
.contact-filter .stamp svg{
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
}
.contact-filter .stamp svg path{
    fill: #ec1c22 !important;
}
.contact-filter .masonry-item svg{
    max-width: 45px;
    max-height: 45px;
}
.contact-filter .masonry-item svg path{
    fill: #ec1c22 !important;
}
#welcome_wrapper{
    width: 100% !important;
}
.tp-parallax-wrap .tp-caption{
    width: 100% !important;
}
.top-half-section.home{
    margin-top: -100px !important;
}

#welcome_wrapper .slide-title,
#welcome_wrapper .slide-description{
    color: white !important;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
#welcome_wrapper .slide-subtitle{
    /* text-shadow: 0px 0px 8px rgba(0,0,0,0.5); */
    color: #01183b;
}
#product_filter_sidebar_dot_blade_php .widget-post{
    width: 100%;
    display: flex;
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-media{
    float: unset;
    width: 25%;
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-media img{
    width: 65px !important;
    height: unset;
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-info{
    margin-left: 0;
    width: 75%;
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-info.wt-post-header{
    width: calc(100% - 20px);
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-info .sub-toggler{
    min-width: 20px !important;
}
#product_filter_sidebar_dot_blade_php .widget-post .wt-post-info .sub-toggler img{
    min-width: 20px !important;
}
#relatedProductsOwl .single-product,
#similarProductsOwl .single-product{
    height: 100%;
}
#similarProductsOwl .owl-stage,
#relatedProductsOwl .owl-stage{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
#similarProductsOwl .owl-item,
#relatedProductsOwl .owl-item{
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.single-product .wt-box{
    height: 100% !important;
    display: flex;
    flex-direction: column;
}
.single-product .wt-thum-bx{
    background-color: white;
}
.single-product .wt-info{
   flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.single-product .wt-info .p-a20{
    flex-grow: 1;
}
#produkt-body .wt-thum-bx{
    background-color: white !important;
}
.home-intro-boxes .service-box-1 img{
    border-bottom: 0px !important;
}
.o-nas-boxes .pricingtable-price img{
    max-width: 80px;
}
.home-produkty



.typproblemuactive > div{
    border-color: #ec1c22!important;
}
.footer-cta-form {
    display: none;
}
.riesenie-formom-inputs input {
    font-size: 15px;
    padding-left: 10px!important;
}

.unformat ul {
    padding-left: 20px;
}

.product-section-title {
    font-size: 34px;
}
.home-intro-boxes .service-border-box{
    height: 100%;
}
.home-intro-boxes .service-border-box .wt-box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-intro-boxes .service-border-box .wt-box .service-box-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-intro-boxes .wt-icon-box-md{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-intro-boxes .wt-icon-box-md img{
    height: 48px !important;
    width: 48px !important;
    padding-bottom: 0;
}
.subsubcat{
    padding-left: 30px;
}
#toggleSideFilter, #toggleSideSort {
    text-align: center;
    font-weight: bold;
}
#toggleSideFilter img, #toggleSideSort img {
    height: 18px;
    vertical-align: middle;
}
#floating_sidebar, #floating_sidebar-r {
    margin-left: -275px;
    padding: 0 !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: visible !important;
    display: none;
}
#sdbr-ovrl, #sdbr-ovrl-r {
    position: fixed;
    display: block !important;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
}
#sdbr-ovrl .fa, #sdbr-ovrl-r .fa {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
}
#floating_sidebar > div:last-of-type, #floating_sidebar-r > div:last-of-type {
    max-width: 300px;
    z-index: 1;
    position: relative;
    min-height: 100%;
    background: #fff;
    padding: 15px;
}

.submenu-mobile .submenu input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    width: 10px !important;
    top: 7px !important;
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
    background: #ec1c22 !important;
}
.submenu-mobile .submenu label:before {
    border: 3px solid #00173c;
    background: transparent;
    height: 20px;
    width: 20px;
    margin-left: 0;
    left: 0px;
    top: 2px;
}
.submenu-mobile .submenu label {
    margin-bottom: 6px;
    cursor: pointer;
    padding-left: 30px !important;
    position: relative;
    color: #333;
    font-weight: normal;
    font-family: Teko;
    font-size: 20px;
}