@import "variables.css";
@import "navbar.css";
@import "buttons.css";
@import "chart.css";



.ct {
    color: var(--ct, #232323) !important;
}

.ct1 {
    color: var(--c1, #00A1E4) !important;
}

.ct2 {
    color: var(--c2, #88bc42) !important;
}

.ct3 {
    color: var(--c3, #A690A4) !important;
}

.ct4 {
    color: var(--c4, #CC1616) !important;
}

.bg1 {
    background-color: var(--c1, #00A1E4) !important;
}

.bg2 {
    background-color: var(--c2, #88bc42) !important;
}

.bg3 {
    background-color: var(--c3, #A690A4) !important;
}

.bg-gray {
    background-color: #F4F4F4 !important;
}

.bg-lightgray {
    background-color: #ededed !important;
}

.bg-dark {
    background-color: var(--ct, #232323) !important;
}

@media (min-width:575px) {
    .bg-image {
        background-image: var(--bgurl, url(../images/bg-image.jpg));
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-image.bg1 {
        background-image: linear-gradient(var(--c1, #00A1E4), var(--c1, #00A1E4)), var(--bgurl, url(../images/bg-image.jpg)) !important;
        background-size: cover, contain;
        background-repeat: no-repeat, repeat;
        background-attachment: fixed;
    }

    .bg-image.bg-white {
        background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), var(--bgurl, url(../images/bg-image.jpg)) !important;
        background-size: cover, contain;
        background-repeat: no-repeat, repeat;
        background-attachment: fixed;
    }

    .bg-image.bg-gray {
        background-image: linear-gradient(rgba(244, 244, 244, 0.60), rgba(244, 244, 244, 0.60)), var(--bgurl, url(../images/bg-image.jpg)) !important;
        background-size: cover, cover;
        background-repeat: no-repeat, no-repeat;
        background-attachment: fixed;
    }
}

.fs12 {
    font-size: .675rem !important;
}

.fs14 {
    font-size: .75rem !important;
}

.fs16 {
    font-size: .875rem !important;
}

.fs18 {
    font-size: .875rem !important;
}

.fs20 {
    font-size: 1rem !important;
}

.fs24 {
    font-size: 1.125rem !important;
}

.fs28 {
    font-size: 1.25rem !important;
}

.fs32 {
    font-size: 1.5rem !important;
}

.fs40 {
    font-size: 2rem !important;
}

.fs48 {
    font-size: 2.25rem !important;
}

.fs56 {
    font-size: 2.5rem !important;
}

.fs64 {
    font-size: 3rem !important;
}

.fs72 {
    font-size: 3.5rem !important;
}

@media (min-width:992px) {
    .fs12 {
        font-size: .75rem !important;
    }

    .fs14 {
        font-size: .875rem !important;
    }

    .fs16 {
        font-size: 1rem !important;
    }

    .fs18 {
        font-size: 1.125rem !important;
    }

    .fs20 {
        font-size: 1.25rem !important;
    }

    .fs24 {
        font-size: 1.5rem !important;
    }

    .fs28 {
        font-size: 1.75rem !important;
    }

    .fs32 {
        font-size: 2rem !important;
    }

    .fs40 {
        font-size: 2.5rem !important;
    }

    .fs48 {
        font-size: 3rem !important;
    }

    .fs56 {
        font-size: 3.5rem !important;
    }

    .fs64 {
        font-size: 4rem !important;
    }

    .fs72 {
        font-size: 4.5rem !important;
    }
}


.lh1 {
    line-height: 1 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh19 {
    line-height: 1.9 !important;
}

.lh2 {
    line-height: 2 !important;
}

.fw100 {
    font-weight: 100 !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.ls0 {
    letter-spacing: 0px;
}

.ls05 {
    letter-spacing: .5px;
}

.ls1 {
    letter-spacing: 1px;
}

.ls15 {
    letter-spacing: 1.5px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls4 {
    letter-spacing: 4px;
}

.border-c1 {
    border-color: var(--c1)!important;
}
.border-c2 {
    border-color: var(--c2)!important;
}
.border-c3 {
    border-color: var(--c3)!important;
}
.border-c4 {
    border-color: var(--c4)!important;
}


/* .text-center { text-align: center!important;}
.justify-content-center { justify-content: center;}
.align-items-center { align-items: center;} */

.spacer {
    display: block;
    height: 0;
    line-height: 0;
    width: 100%;
    padding: 2rem 0 !important;
}

.spacer.spacer-1 {
    padding: 3rem 0 !important;
}

.spacer.spacer-2 {
    padding: 4rem 0 !important;
}

.spacer.spacer-3 {
    padding: 5rem 0 !important;
}

.font1 {
    font-family: var(--font1, Lato), sans-serif;
}

.font2 {
    font-family: var(--font2, 'bree serif'), sans-serif;
}


:not(nav) a:not(.button),
a:not(.button):link {
    outline: 0;
    color: var(--c1, #00A1E4);
}

:not(nav) a:not(.button):hover,
input {
    outline: 0;
    color: #00A1E4;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

:not(nav) a:not(.button):visited {
    color: #8e00b8;
}



section {
    padding: 6rem 0;
}

.details-box {
    max-width: 92%;
    width: 1400px;
    margin: -3rem auto 0;
    min-height: 10rem;
    border-radius: .5rem;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    color: var(--ct);
}

.box {
    border-radius: .5rem;
    background: #fff;
}

.box__picture {
    min-width: 10rem;
    min-height: 12rem;
    background-image: url(../images/prel1.jpg);
    background-size: cover;
    background-position: center;
}

.box-shadow {
    box-shadow: var(--boxShadow, 0 .125rem 1rem #cecece);
    border: 1px solid #cecece;
}

.program__box {
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    border: 1px solid #f8f8f8;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.17);
}

#program li > ul {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    list-style-type:none;
    padding-left: 0;
    margin-left: -1.5rem;
}

#program li > ul > li {
    position: relative;
    padding: 1rem 2rem 0;
    flex: 1 0 100%;
} 

@media (min-width:640px) {
    #program li > ul > li {
        flex: 0 0 50%;
    }
}
.dot {
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -1.5rem;
}
#program li > ul > li .dot:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--c4);
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}

.owl-dots {
    margin: 3.5rem 0 2rem 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.owl-carousel button.owl-dot {
    height: 0.75rem;
    width: 0.75rem;
    background-color: #cecece;
    border-radius: 0.75rem;
    margin-right: 1.6rem;
    transition: all .2s ease-in-out;
}

.owl-carousel button.owl-dot.active {
    background-color: var(--c1);
    width: 1.8rem;
}

.owl-carousel button:focus {
    outline-color: var(--c1);
}

@media (max-width:575px) {
    .owl-dots {
        justify-content: center;
        margin: 2.5rem auto 1rem;
    }

    .owl-carousel button.owl-dot {
        margin-right: 1rem;
    }

    .owl-carousel button.owl-dot.active {
        width: 1.4rem;
    }
}

.shortened-btn {
    display: block;
    text-align: center;
    width: auto;
    margin: auto;
    border: none;
    background: none;
    text-decoration: none;
    font-weight: 700;
    color: var(--c2);
}

.shortened-more:not(.show) {
    display: none;
}

.shortened-more {
    padding: 1rem;
    background-color: rgba(206, 206, 206, 0.145);
    border-radius: .5rem;
}

.person-links {
    display: inline-flex;
    padding: 0 0.5rem;
    gap: 0.5rem;
}

.person-links>* {
    display: inline-block;
}

.person-links .button {
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    color: var(--c1) !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.person-links .button:hover {
    text-shadow: none !important;
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.2);
    border-color: #ddd !important;
}

footer.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 30px 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0a0e1a;
}

.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.footer__column--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__credits {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.footer__links-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:768px) {
    .footer__links-list {
        padding-right: 50px;
    }
}

a.footer__link {
    margin-bottom: 25px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    border-radius: .125rem;
}

a.footer__link:hover {
    color: #c4cded;
}

a.footer__link:focus {
    border-color: #ffeb3b;
}

a.footer__link--cta {
    padding: 10px;
    border: 1px solid #ff6981 !important;
    border-radius: 4px;
    color: #ff6981 !important;
    line-height: 18px;
    width: auto !important;
    transition: all .2s ease-in-out;
}

a.footer__link--cta:hover {
    border-color: #ff859a !important;

}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
}

.footer__link-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    footer.footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__column {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 479px) {
    .footer__column {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__links-list {
        width: 50%;
    }

    .footer__links-list:last-of-type>* {
        width: 50%;
    }

    .footer__links-list:last-of-type {
        flex-direction: row;
        width: 100%;
        padding: 0;
        display: flex;
    }
}

.przypadek-img__row {
    position: relative;
    min-height: 240px;
}

.przypadek-img__col,
#przypadek-image-1,
#przypadek-image-2,
#przypadek-image-3 {
    background-size: cover;
    background-position: left bottom;
}


@media (min-width:768px) {
    .przypadek-img__row {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #przypadek-image-1 {
        background-position: left bottom;
    }

    #przypadek-image-2 {
        background-position: -12.5vw bottom;
        background-size: cover;
    }

    #przypadek-image-3 {
        background-position: left center;
        background-size: cover;
    }
}


@media (min-width:992px) {
    #przypadek-image-1 {
        background-position: 40vw center;
    }

    #przypadek-image-3 {
        background-position: 33vw center;
    }
}

#faq .answer:not(.show) {
    height: 0px;
    transform: translateY(100%);
    opacity: 0;
    padding: 0;
}

.icons {
    display: grid;
    padding: 2rem;
    text-align: center;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.icon__img {
    /* width: 100px; */
    margin-bottom: 1rem;
    max-width: 100%;
}

.icon__text {
    font-size: 1.25rem;
    padding: .25rem .5rem;
    position: relative;
    padding-top: .5rem;
}

.icon__text:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 240px;
    max-width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid  var(--c2);
}

@media (min-width: 540px) {
    .icons {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .icons {
        grid-template-columns: repeat(4, 1fr);
    }
}

.checkList li {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-family: 'bree serif';
    font-weight: 300;
    list-style-type: none;
    padding-left: 2.25rem;
}

.checkList li:before {
    position: absolute;
    content:'';
    top: .125rem;
    left: 0;
    border-radius: 50%;
    background-color: var(--c2);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M18.9 35.7 7.7 24.5 9.85 22.35 18.9 31.4 38.1 12.2 40.25 14.35Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.25rem 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
}


.timer-div {
	background-color:#f9f9f9;
	border-radius:12px;
	padding-top:10px;
	box-shadow:2px 2px 12px #bbb;
	border:2px solid #fff;
	max-width:500px;
	margin:auto;
}