body {
    font-family: 'Montserrat';
    color: #000;
    font-size: 16px;
}

.bg-light {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top__nav {
    position: absolute;
    width: 100%;

}

.top__nav__title__content {
    display: none;
}

.top__nav__title .container {
    position: relative;

}

.top__nav__title {
    bottom: 75px;
    left: 14%;
    position: absolute;
}

.top__nav.in {
    height: 380px;
    position: relative;
    background: url(images/slider.png);
}

.top__nav.in .top__nav__title__content {
    display: block;

    font-size: 50px;
    color: #fff;
    font-weight: 800;
}

.project__mentorzy__txt span{
    font-style: italic;
}

.slider {
    min-height: 100vh;
    background: url('images/slider.png');
    background-size: cover;
}

.slider .container {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.slider__title {
    font-size: 47px;
    font-weight: 800;
    color: #fff;
    margin: 0;

}

.slider__desc {
    font-size: 21px;
    color: #fff;
    padding: 40px 0;
}

.btn-white {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    padding: 20px 63px;
}

.btn-black {
    border-radius: 0;
    box-shadow: none;
    background: #000;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    padding: 20px 63px;
}

.top__logo__fb a {
    color: #fff;
}

.top__logo {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top__logo__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapse.navbar-collapse {
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 800;
}

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

.top__logo__buttons a {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    margin: 0 30px;
}

.top__logo__fb,
.top__logo__img,
.top__logo__buttons {
    flex-basis: 33%;
}

.index__program {
    padding: 50px 0;
    background: url('images/program_bg.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.index__program__title {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    margin: 0 0 15px;
}

.index__program__desc {
    line-height: 35px;
    margin-bottom: 20px;
}

.index__warsztaty {
    padding: 50px 0;
    background: #000;
}

.index__warsztaty__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.index__warsztaty__title {
    position: relative;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
}

.index__warsztaty__title span {
    position: relative;
    z-index: 2;
}

.index__warsztaty__title::before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 110px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
}

.index__warsztaty__header a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.index__warsztaty__img {
    position: relative;
}

.index__warsztaty__img span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 5px;
}

.index__warsztaty__subtitle {
    padding-top: 30px;
}

.index__warsztaty__subtitle a {
    color: #fff;
    font-weight: 800;
    font-size: 28px;

}

.index__latest {
    padding: 50px 0;
    background: #ebebeb;
    border-bottom: 1px solid #e5e5e5;
}

.index__latest__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
}

.index__latest__title {
    position: relative;
    font-weight: 800;
    font-size: 50px;
    color: #000;
    margin-bottom: 0;
}

.index__latest__title span {
    position: relative;
    z-index: 2;
}

.index__latest__header a {
    color: #000;
    font-size: 15px;
    font-weight: 800;

}

.index__latest__box {
    position: relative;
}

.index__latest__content {
    background: #fff;
    padding: 40px 30px;
    left: 30px;
    top: -15px;
    position: relative;
    width: 89%;
}

.index__latest__subtitle {
    font-size: 28px;
    font-weight: 800;
    color: #000;
}

.index__latest__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 40px;
}

.index__latest__link a {
    font-weight: 800;
    color: #000;
}

.unia {
    padding: 30px 0;
}

.unia .col {
    text-align: center;
}

.footer {
    padding: 40px 0;
    background: #000;
    border-bottom: 1px solid #333333;
}

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;

}

.footer__list a {
    color: #fff;
    font-weight: 800;
}

.copyright {
    color: #fff;
    background: #000;
    padding: 50px 0;
    font-size: 15px;
}

.copyright a {
    color: #fff;
    font-weight: 800;
}

.copyright img {
    margin-left: 15px;
}

.aktualnosci {
    padding: 50px 0;
    background: #ebebeb;
}

.aktualnosci .index__latest__box {
    margin-bottom: 30px;
}

.aktualnosci__more {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.aktualnosci__button {
    position: relative;

    top: -50%;
}

.aktualnosci__single {
    padding: 0 0 50px;
    border-bottom: 1px solid #e5e5e5;
}

.aktualnosci__single__img {
    position: relative;
    top: -50px;
}

.aktualnosci__content {
    padding: 0 0 50px;
    line-height: 35px;
}

.aktualnosci__content p {
    margin-bottom: 35px;
}

.aktualnosci__link {
    text-align: center;
}

.top__nav__title__date {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.top__nav__title__singlepost {
    text-align: center;
}

.top__nav__title__singlepost {
    font-size: 30px !important;
}

.top__nav__singlepost {
    left: 0;
    width: 100%;
}

.contact {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.contact .form-control {
    background: #dedede;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    border: none;
    margin-bottom: 10px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #000;
}

.login {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.login__content h3 {
    font-size: 28px;
    font-weight: 800;
}

.login__content h3 span {
    display: block;
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: 500;
}

.login__content__t {
    padding: 30px 40px;
    position: relative;
    background: #fff;
}

.login__content::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 10px;
    box-shadow: 0 0px 33px 0px rgba(0, 0, 0, 0.18);
    left: 16px;
    top: 5%;
}

.login .form-control {
    border: 2px solid #000;
    background: #fff;
    min-height: 50px;
    padding: 10px 20px !important;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin-bottom: 10px;
    border-right: none;
    width: 90% !important;
    margin-top: 0 !important;
}

.login .input-group-text {
    border: none;
    height: 50px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-left: none;

}

.login input:-internal-autofill-selected {
    background: #fff !important;
}

.login__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #000;
    display: flex;
    flex-wrap: wrap;

}

.login__list span {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    top: 9px;
}

.login__list li {
    flex-basis: 100%;
    margin-bottom: 15px;
    display: flex;
}

.project {
    padding: 50px 0;
}

.project__about {
    line-height: 35px;
    margin-bottom: 40px;
}

.project__blockquote {
    position: relative;
    background: #fff;
    box-shadow: 0 0px 33px 0px rgba(0, 0, 0, 0.18);
}

.project__blockquote__txt {
    padding: 50px 50px 0;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.project__blockquote__author {
    text-align: right;
    font-weight: 700;
    padding: 0 50px 50px;
}

.project__blockquote::before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 100px;
    position: absolute;
    top: 0px;
    left: 22px;
    display: inline-block;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.14);
    z-index: 0;
}

.project__video {
    padding: 90px 0;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    background: url('images/project__video.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.project__video a {
    color: #fff;
}

.project__video .col-md-12 {
    align-items: center;
    display: flex;
}

.project__video .far {
    margin-left: 30px;
    font-size: 60px;
}

.project__who {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.project__who__title {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 800;
    margin-bottom: 30px;
}

.project__who__title span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
    margin: auto;
}

.project__who__subtitle {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 25px;
}

.project__who__list {
    list-style: none;
    padding: 0;
    margin: 0;

}

.project__who__list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
    font-weight: 600;
}

.project__who__list li .project__who__listimg {
    margin-right: 25px;
    flex-basis: 10%;
}

.project__who__list li div:last-child {
    flex-basis: 85%;
}

.project__jak {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.project__jak__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 35px;
    text-align: center;
}

.project__jak__header {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 25px;
}

.project__jak__header img {
    margin-right: 20px;
}

.project__jak__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project__jak__list li {
    display: flex;
    margin-bottom: 20px;
}

.project__jak__list li span {
    margin-right: 20px;
    font-size: 11px;
    position: relative;
    top: 7px;
}

.project__jak__zalety {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 20px;
}

.project__mentorzy {
    padding: 50px 0;
}

.project__mentorzy__title {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.nav-tabs .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 800;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
}

.nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.project__mentorzy__box {
    color: #fff;
    background: #000;
    padding: 30px;
    min-height: 350px;
}

.project__mentorzy__box h3 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}

.project__mentorzy__box {
    display: flex;
    position: relative;
}

.project__mentorzy__img {
    flex-basis: 25%;
    position: absolute;
    left: -120px;
}

.project__mentorzy__txt {
    flex-basis: 100%;
    padding-left: 165px;
}

.program {
    padding: 50px 0;
}

.program__post {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.program__post__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.program__post__desc {
    line-height: 35px;
}

.program__post__link {
    text-align: right;
}

.program__post__link a {
    color: #000;
    font-weight: 800;
}

.program__SSU_BOX::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 10px;
    box-shadow: 0 0px 33px 0px rgba(0, 0, 0, 0.18);
    left: 16px;
    top: 5%;
    max-height: 250px;
}

.warsztaty {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.warsztaty a {
    color: #000;
}

.warsztaty .index__warsztaty__box {
    margin-bottom: 30px;
}

.aktualnosci__attachment {
    padding: 30px 0 50px;
}

.aktualnosci__attachment__title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;

}

.aktualnosci__attachment__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aktualnosci__attachment__list li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;

}

.aktualnosci__attachment__list a {
    font-weight: 800;
    color: #000;
}

.aktualnosci__attachment__list span {
    font-size: 25px;

}

.warsztaty__empty {
    padding: 50px 0;
    background: url('images/warsztaty-empty.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.warsztaty__empty__sidebar__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.warsztaty__empty__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warsztaty__empty__list li {
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;

}

.warsztaty__empty__list li span {
    margin-right: 20px;
}

.warsztaty__empty__title {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 15px;
}

.warsztaty__empty__desc {
    font-size: 30px;
    margin-bottom: 25px;

}

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

.warsztaty__empty__footer a {
    flex-basis: 48%;
}

.program__list {
    padding: 50px 0;
}

.program__list__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 35px;
    margin-top: 0;
}

.program__list__list,
.program__list__sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program__list__sublist {
    padding-left: 30px;
}

.program__list__list li {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 25px;
}

.program__list__sublist li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.program__list__sublist span {
    font-size: 10px;
    margin-right: 10px;
}

.aktualnosci__single__img img {
    width: 100%;
}


.warsztat__sidebar {
    padding: 30px 0;
}


.warsztat__sidebar .warsztaty__empty__sidebar__title {
    font-size: 22px;
}

.warsztat__sidebar .warsztaty__empty__list li {
    margin-bottom: 15px;
    font-size: 14px;
}

.warsztat__sidebar .warsztaty__empty__list li span {
    margin-right: 17px;
    position: relative;
    top: 5px;
}

@media only screen and (max-width: 993px) {

    .index__warsztaty__title::before,
    .top__logo__fb {
        display: none;
    }

    .footer__list,
    .top__logo__content {
        flex-wrap: wrap;
    }

    .top__logo__img {
        flex-basis: 100%;
        text-align: center;
        padding: 30px 0;

    }

    .top__logo__buttons {
        order: -1;
        flex-basis: 100%;
    }

    .top__logo__buttons a {
        margin: 0 5px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .slider {
        padding-top: 20px;
    }

    .slider__title {
        font-size: 37px;
    }

    .slider__button {
        text-align: center;
    }

    .top__logo {
        border: none;
        padding: 20px 0 0;
    }

    .index__warsztaty__header,
    .index__latest__header {
        flex-wrap: wrap;
    }

    .index__program {
        background-position: top center;
    }

    .index__latest__content {
        padding: 10px;
        left: 0;
        top: 0;
        width: 100%;
    }

    .footer__list a {
        color: #fff;
        font-weight: 600;
        padding: 10px;
    }

    .footer__list li {
        margin-bottom: 10px;
    }

    .copyright .col {
        flex-basis: 100%;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .copyright,
    .footer {
        padding: 10px 0;
    }

    .bg-light {
        background-color: rgba(0, 0, 0, 1) !important;
        border: none !important;
        padding: 0 !important;
        z-index: 9;
    }

    .navbar-nav {
        padding: 10px !important;
    }

    .project__blockquote__txt {
        padding: 50px 10px 0;
    }

    .project__video {
        font-size: 30px;
        background-position: top center;
    }

    .project__who__title {
        font-size: 30px;
    }

    .project__who__title span {

        font-size: 17px;
        width: 100%;
    }

    .project__jak__title {
        font-size: 30px;
    }

    .project__mentorzy__box {
        flex-wrap: wrap;
    }

    .project__mentorzy__img {
        flex-basis: 100%;
        position: relative;
        left: 0;
    }

    .project__mentorzy__txt {
        flex-basis: 100%;
        padding-left: 0;
    }

    .index__warsztaty__subtitle {
        padding-top: 10px;
    }

    .index__warsztaty__subtitle a {

        font-size: 18px;
    }

    .aktualnosci__content {
        padding: 0 15px 50px;
        line-height: 30px;
    }

    .aktualnosci__attachment {
        padding: 30px 15px 50px;
    }

    .login .form-control {
        width: 80% !important;
    }
}


@media only screen and (min-width: 993px) {
    .navbar-toggler {
        display: none;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
    .project__mentorzy__txt {
        flex-basis: 100%;
        padding-left: 255px;
    }

    .project__mentorzy__img {
        flex-basis: 25%;
        position: absolute;
        left: 0;
    }
}