.bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: -1;
    opacity: .9;
}

.plenar {
    position: absolute;
    left: 0;
    /* top: 30vh; */
    top: 0;
    bottom: 0;
    margin: auto;
    width: 510px;
    height: 288px;
    z-index: 9999;
    /* border-right: solid 5px  #3C8B53;
    border-top: solid 5px #3C8B53;
    border-bottom: solid 5px #3C8B53;
    border-radius: 0 10px 10px 0; */
}

.plenar .close {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 30px;    
}

.plenar .iframevideo {
    width: 100%;
    height: 100%;
    background-color: #0F752F;
}

.plenar span {
    background-color: #f5cd5e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 30px;
    height: 30px;
}

.plenar span:hover {
  background-color: #f1dfaa;
  color: black;
  cursor: pointer;
}


@media (max-width: 510px) {
    .plenar {
        width: 100%;
        max-width: 340px;
        height: 190px;
        border: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 600px) {
    .bgVideo {
        left: -750px;
    }
}

.bgMob {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: -1;
    opacity: .9;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



.header-section {
    transition: all ease 1s;
}


.feature__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0px 50px 100px 50px;

}


.speakerPic {
    max-height: 350px;
}

.footer {
    /* background-color: #0F752F; */

    background: #e38248;
    background: radial-gradient(circle, #e38248 0%, #f5cd5e 82%);

    background-image: url('/images/zopattern.svg');
    background-size: 100%;
    /* background-repeat: no-repeat; */
    background-position: left top;

    /* background: rgb(241, 237, 102);
    background: radial-gradient(circle, rgba(241, 237, 102, 1) 0%, rgba(15, 117, 47, 1) 82%); */
}


@media (max-width: 1200px) {
    .footer {

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

    }

}

.bg-gradient--theme {
    background-color: #fffef7;
}

.bg-gradient--theme {
    background-color: #eeecdb;
}

.footer__content p.horda {
    font-size: 13px;
}

.footerLogo {
    max-width: 450px;
}

@media (max-width: 450px) {
    .footerLogo {
        max-width: 300px;
    }

    .bg-gradient--secondary-reverse-green {
        background-image: unset;
        background-color: #0F752F;
    }
}


.rounded50 {
    border-radius: 15px;
}


/* .minHeightBlock {
    min-height: 10vh;
} */

/* 
@media (min-width: 500px) {
    .minHeightBlock {
        min-height: 38vh;
    }
} */


body {
    /* background-color: unset; */
    /* background-color: #333; */

    /* background: rgb(241, 237, 102);background: radial-gradient(circle, rgba(241, 237, 102, 1) 0%, rgba(15, 117, 47, 1) 82%); */
    /* background: #e38248; */
    background: radial-gradient(circle, #e38248 0%, #f5cd5e 82%);
}

.team__item-author {
    background: linear-gradient(to bottom, #101a13, #100C0E);
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
    top: -25px;
    left: 50%;
    width: max-content;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    position: relative !important;
}

.team__item {
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: unset;
    border: unset;
    box-shadow: unset;
    margin-top: 25px;
    margin-bottom: 70px;
    border-radius: 2rem;
}


.pointer {
    cursor: pointer;
}


.badge {
    color: #a19dc8;
    border: solid 1px white;
    border-radius: 9px;
    padding: 6px 8px 6px 8px;
    background-color: white;
}

@media (max-width: 800px) {
    .sec404 {
        padding-top: 200px;
        min-height: 100vh;
    }
}


.sw-mainpage .schedule__timeline:before {
    display: none;
}

.schedule__item {
    hyphens: auto;
}


::placeholder {
    font-family: Gilroy;
}

select,
label {
    font-family: Gilroy !important;
}


td {
    color: black;
}

.default-btn {
    max-height: 57px;
}

.modalAdd {
    min-height: unset !important;
    padding-bottom: 30px;

}

.modalAddBody {}

.forma::-webkit-scrollbar-track {
    margin-bottom: 60px;
}


/* .default-btn {
    background: #6e2d29
    ;
} */


.default-btn.move-right:before {

    background: #f3c45c;

}

.default-btn.move-bottom:before {
    background: #f3c45c;

}

.input-lk {
    font-family: Gilroy !important;
}


/* background-image: linear-gradient(to right, #1D2B22, #100C0E); */
/* background-image: linear-gradient(to right, #0F752F 40%, #F1ED66 ); */


.schedule__item {
    /* background-image: linear-gradient(to right, rgb(42, 56, 47), #6f6f7c); */
    background: rgba(42, 56, 47, .7);



}



@media (min-width: 991px) {
    .menu-area .menu a:hover {
        opacity: .8;
    }
}

.badge {
    border: unset;
}

.bg-success {
    background-color: #3C8B53 !important;
}


.sponsor-podpis {
    margin-top: -80px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: black;
}

.default-btn {
    background: #f5cd5e !important;
    color: black !important;
    transition: all ease 1s;
}

.header-bottom .default-btn.move-right:before {
    background: white !important;
}

.default-btn.move-right:before {
    background: rgba(241, 241, 241, 0.5) !important;
}

.default-btn:hover {
    color: black !important;

}

.color--theme-color {
    color: #f5cd5e !important;
}

.menu li .submenu li a:hover,
.menu li .submenu li a.active {
    background: #f5cd5e;
    color: black;
}

@media (max-width: 991px) {
    .menu li a:hover {
        background: #f5cd5e;
        color: black;
    }
}


.social__link {
    background-color: #f5cd5e;

}

@media not all and (pointer: coarse) {
    .social__link:hover {
        background-color: white;
        color: black;

    }
}


@media (min-width: 992px) {
    .menu li .submenu {
        box-shadow: 0 0 2px #f5cd5e;
    }
}

@media (max-width: 700px) {
    .feature__item {
        background-size: contain !important;
    }
}

/* 
@media (min-width: 1200px) {
    .blog__content {
        max-height: 168px;
    }
} */



.catalog .blog__meta-tag {

    background: #f5cd5e;

}

.catalog .blog__content {

    /* background-image: url('/assets/images/kolos.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 25%; */

}

.catalog h4>a,
.catalog h4 {
    hyphens: auto;
}

.blog__content2>p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}


.searchCatalog {
    height: 50px;
    padding: 5px;
    border: 0;

}

.searchCatalog:focus,
.searchCatalog:active,
.searchCatalog:focus-visible {
    border: 0 !important;
    outline: 0 !important;
}


.catalog .widget.widget-post ul.widget-wrapper li .post-content h6,
.widget.recent-product ul.widget-wrapper li .post-content h6,
.article-pagination .prev-article p,
.article-pagination .next-article p,
.post-item-2 .post-inner .post-content a h3,
.post-item-2 .post-inner .post-content h2,
.blog__content-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.blog__content {
    max-height: 168px !important;
}

@media (min-width: 992px) {
    .banner {
        padding-block-end: 150px;
    }
}

@media (max-width: 991px) {
    .banner {
        padding-block-end: 50px;
    }
}