/*************  GENERAL  *************/
html, body {
    min-height: 70vh;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    min-width: 20rem;
    /*margin-top: 3rem*/
    background: #f3f3f3;
    scroll-behavior: smooth;
}

.narrow-popup {
    min-width: 5rem;
}

@font-face {
    font-family: 'Swis';
    src: url('/akademia/css/Swis721 BlkRnd BT Black.ttf');
}

@font-face {
    font-family: 'Orbitron';
    src: url('/akademia/css/Orbitron-Regular.ttf')
}

body > section {
    width: 100%;
}

.bg-green {
    background-color: #3aaa35;
}

.bg-gold {
    background-color: #96c11f;
}

.bg-blue {
    background-color: #00437e;
}

.bg-azure {
    background-color: #00aeef;
}

.bg-violet {
    background-color: #483D8B;
}

.bg-marine {
    background-color: #056360;
}

.bg-light-blue {
    background-color: #00afff;
}

.bg-light-green {
    background-color: #65ba00;
}

.color-green {
    color: #3aaa35;
}

.color-blue {
    color: #00437e !important;
}

.color-azure {
    color: #00aeef;
}

.color-violet {
    color: #483D8B;
}

.color-marine {
    color: #056360;
}

.color-white {
    color: #fff;
}


/********** COOKIES INFO ***************/

#cookieinfo * {
    margin: 0;
    padding: 0;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 33px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#cookieinfo a:hover {
    background-color: #ff7925;
}
/*
Uzyte kolory w projekcie:
1_ menu głowne:  tło (zielone) #3aaa35, granatowe edu-sense (#00437e), błekitne logowanie (#00aeef) ; font Rajdhani Bold,  20px
2_ podmenu białe, umieszczone na stałe:  font Rajdhani Bold 17px #056360
3_ belka "Certyfikowane szkolenia":  tło  #3aaa35, font Rajdhani Bold 30px
4_ tytuł szkolenia + cena + tekst w buttonie: font Rajdhani Bold 24px,  #00437e lub biały

 */

/*************  BASE-MENU  *************/
.navbar {
    align-items: flex-start;
    padding: 0 0 0.15rem 0;
}

.navbar-nav {
    flex-direction: row;
    flex-flow: wrap;
}

.navbar-brand {
    width: 7.6rem;
    /*height: 7.22rem;*/
    margin: 0 0.15rem 0 0;
    background: #fff;
    margin-right: 0;
}

.nav-link {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 10%;
    left: 50%;
    background-color: #3aaa35;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.nav-link.shop:after,
.nav-link.last:after {
    background-color: white;
}

.nav-link:hover:after {
    width: 50%;
    left: 25%;
}

.nav-item:not(.menu-out-es, .empty-item):hover svg path {
    fill: #3aaa35;
}

.nav-item:not(.menu-out-es):hover span {
    color: #3aaa35;
}

.nav-item:not(.menu-out-es):hover.menu-last span {
    color: white;
}

.nav-item {
    transition: all 0.2s ease-in-out 0s;
}

.nav-item.menu-profile {
    position: relative;
}

.link-profile {
    z-index: 2;
    background-color: #3aaa35;
}

.nav-item.menu-profile:hover .link-profile {
    background-color: #00aeef;
}

.nav-link-logout {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    background-color: #00aeef;
    color: white;
    text-decoration: none;
    overflow: hidden;
    padding: 19px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 0px 0px 2px #143a67;
    transition: bottom 0.3s;
}

.nav-item.menu-profile:hover .nav-link-logout {
    bottom: -56px;
    z-index: 1;
}

@media (max-width: 767px) {
    .nav-item.menu-profile .nav-link-logout {
        bottom: -56px;
        z-index: 1;
    }
}

.nav-link-logout:hover {
    text-decoration: none;
    color: white;
}

.nav-link-logout:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 25%;
    left: 50%;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.nav-link-logout:hover:after {
    width: 50%;
    left: 25%;
}

.nav-item:hover.menu-shop,
.nav-item:hover.menu-last {
    background-color: #3aaa35;
}

.nav-item:hover.menu-shop svg .path-white{
    fill: white !important;
}

.nav-item:not(.menu-out-es):hover.menu-shop span {
    color: white;
}

.nav-item:hover.menu-profile svg .path-white{
    fill: white !important;
}

.nav-item:not(.menu-out-es):hover.menu-profile span {
    color: white;
}

.nav-item.active svg path, .nav-item.active span {
    fill: #3aaa35;
    color: #3aaa35;
}

.nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 10%;
    left: 25%;
    background-color: #3aaa35;
    transition: all 0.3s ease-in-out 0s;
    width: 50%;
}

.hide-item {
    display: none;
}

.nav-item {
    outline: 2px solid #143a67;
    position: relative;
    width: 33.3%;
}

.nav-item:not(.menu-out-es):after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#menuMainLogo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menu-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.menu-icon {
    width: 35%;
    position: relative;
    top: 15%;
    padding: 0;
}

.menu-icon-enigma {
    width: 60%;
    top: 22%;
}

.menu-icon-udp {
    width: 40%;
}

.menu-span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15%;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

.menu-span-two-lines {
    line-height: 1;
    bottom: 13%;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .menu-span-two-lines-tablet {
        line-height: 1;
        bottom: 13%;
    }
}

.sub-menu-container {
    color: white;
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    .sub-menu-container {
        justify-content: flex-end;
    }
}

.sub-menu-container > a {
    padding: 0.2rem 1rem;
    font-size: 14px;
    color: white;
    text-decoration: none;
    width: 33.3%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.7rem 1rem;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.span-blue {
    color: #00437e;
}

.last-3 {
    color: white;
}

.menu-last-3 {
    opacity: 1;
    transition: opacity 500ms;
}

.sub-navbar {
    position: absolute;
    top: 4.8rem;
    left: 7.75rem;
    width: 80%;
    display: none;
}

.sub-navbar li a {
    color: rgba(5, 99, 96, 1);
    text-decoration: none;
}

.sub-navbar li {
    padding: 0.17rem 1rem;
    margin-right: 0.15rem;
    font-size: 1rem;
    font-weight: bold;
}

.sub-navbar li:hover a {
    color: rgba(5, 99, 96, 1);
}

.navbar-toggler {
    align-self: center;
    font-size: 200%;
}

.course-basket {
    width: 20px;
}

.submenu-logout {
    margin-top: 2px;
    color: #00437e !important;
    background-color: white;
}

@media(min-width: 767px) {
    .submenu-logout {
        display: none !important;
    }
}


@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .submenu-item {
        outline: 2px solid #143a67;
    }
}

/*************  BASE-MESSAGE  *************/
.base-message {
    margin-top: 7rem;
}

.base-body {
    background:#f3f3f3;
}

.base-body-white {
    background: white;
}

.products-header {
    margin-bottom: 0.15rem;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
}

.product {
    margin-bottom: 0.5rem;
}

.material-description {
    line-height: 1.3;
}

.material-details h4, .product-details h4 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #00437e;
    line-height: 0.9;
}

.tool-details h2 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #00437e;
}

.tool-details h2 small {
    font-size: 50%;
    font-weight: bold;
    display: block
}

.product-price {
    font-weight: bold;
    font-size: 1.5rem;
    color: #00437e;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 0.9;
}

.product-price span {
    position: relative;
    top: -5px;
}

.product-price-old {
    color: lightgray;
    text-decoration: line-through;
}

.btn {
    font-weight: bold;
    color: #fff;
    background-color: #00437e;
    border-radius: 0;
}

.material {
    display: flex;
}

.material-download {
    padding: 2rem;
    font-weight: bold;
    color: white;
    font-size: 1.4rem;
}

.card {
    border-radius: 0;
}

/*************  BASE-FOOTER  *************/
footer {
    color: #fff;
    font-size: 18px;
}

.mata-footer {
    background-color: #3aaa35;
    text-align: center;
    padding: 30px 0;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
}

/* COURSE */
form[name="abstract_answer"] img {
    max-width: 100%;
}

.text-super {
    font-size: 3rem;
    font-weight: bold;
}

.tool-image {
    min-height: 18rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.empty-item {
    display: none;
}

@media screen and (min-width: 768px) {
    .btn {
        font-size: 1.2rem;
    }

    .nav-item {
        width: 25%;
    }

    .hide-item {
        display: flex;
    }

    #startItem {
        visibility: visible !important;
    }
}

@media screen and (min-width: 992px) {
    .product {
        padding-right:15px!important;
    }

    .base-body {
        min-height: 62vh;
    }

    .navbar-brand {
        background: #fff;
    }

    .empty-item {
        display: block;
    }

    .nav-item {
        width: calc(1/9*100%);
        box-shadow: -2px 0 #143a67, 2px 0 #143a67;
        outline: unset;
    }

    .product-image, .tool-image {
        max-width: 20%;
    }

    .product-description, .tool-description {
        max-width: 60%;
    }
}

@media screen and (max-width: 350px) {
    .btn {
        font-size: 1rem;
    }
}

/*HOME*/

.mainpage-row {
    margin: 0;
    padding: 20px 0 0;
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-gap: 20px;
}

@media (max-width: 991px) {
    .mainpage-row {
        grid-template-columns: 1fr;
    }
}

.mainpage-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.mainpage-right-column {
    grid-template-rows: 1fr 1fr;
}

@media (max-width: 991px) {
    .mainpage-right-column {
        grid-template-rows: 1fr;
    }
}

.tile-header {
    display: flex;
    align-content: center;
}

.category-header {
    padding: 5px 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:#00437e;
    margin: 0;
    position: relative;
}

.category-header::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #00a65a;
    border-radius: 50%;
}

.category-header-news::before {
    background-color: var(--my-color-var);
}

.category-header-lessons::before {
    background-color: #F5989D;
}

.category-header-webinars::before {
    background-color: #65ba00;
}

.category-header-reportage::before {
    background-color: #25A0E3;
}

.category-header-instagram::before {
    background-color: #d8d8d8;
}

.category-header-udp::before {
    background-color: #3aaa35;
}

@media (max-width: 576px) {
    .category-header::before {
        left: 4px;
    }
}

@media (max-width: 576px) {
    .category-header {
        padding-right: 10px;
        font-size: 18px;
    }
}

.link-more {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #00AFFF;
    display: flex;
    align-items: center;
}

.link-more:hover {
    color: #00AFFF;
}

@media (max-width: 576px) {
    .link-more {
        margin: 0 8px 0 0;
    }
}

.webinars {
    align-self: end;
}

.webinar-homepage-link:hover {
    text-decoration: none;
}

.news-homepage-container {
    display: grid;
    grid-template-columns: 2fr 5fr;
}

.webinar-homepage-container {
    display: grid;
    grid-template-columns: 2fr 5fr;
    transition: 0.5s opacity;
}

.webinar-homepage-container:hover {
    opacity: 0.8;
}

.without-datebox {
    grid-template-columns: 1fr;
}

@media (max-width: 575px) {
    .webinar-homepage-container {
        grid-template-columns: 1fr;
    }
}

.without-datebox {
    grid-template-columns: 1fr;
}
.webinar-homepage-weekday {
    font-size: 22px;
}

.webinar-homepage-monthday {
    font-size: 90px;
}

.webinar-homepage-month-and-time {
    font-size: 22px;
}

.news-homepage-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 16px;
}

.webinar-homepage-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 16px;
}

.webinar-homepage-description-container {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 20px 30px;
    align-self: center;
}

.webinar-homepage-description {
    line-height: 1.3;
    font-size: 14px;
    margin: 0;
}

.webinar-homepage-datebox {
    padding: 30px 10px;
}

@media (max-width: 1200px) {
    .webinar-homepage-datebox {
        padding: 10px;
    }
}

.reportage {
    align-self: end;
}

.news-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1px;
    border: 2px solid #00437e;
}

.reportage-iframe {
    height: 300px;
    width: 100%;
}

@media (max-width: 991px) {
    .reportage-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    .reportage-iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

.tile {
    -webkit-font-smoothing: antialiased;
    padding: 0;
    transition: opacity 0.5s;
}

@media(max-width: 991px){
    ::placeholder{
        font-size: 1rem;
    }
    .tile {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.tile:hover{
    opacity: 0.8;
    z-index: 2;
}

.tile-link {
    display: block;
}

.tile-link:hover {
    text-decoration: none;
}

.tile-image-container {
    height: 250px;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    background-color: white;
}

.tile-image {
    object-fit: cover;
    background: #eeeeee;
    object-position: center;
    flex: 1;
    max-width: 100%;
}

@media (max-width: 991px) {
    .tile-image-container {
        height: auto;
    }

    .tile-image {
        object-fit: contain;
    }
}

.tile-datebox {
    font-weight: 700;
    box-shadow: 2px 0px 0px 0px #00437e ;
    padding: 20px 0 16px;
}

@media(max-width: 767px) {
    .tile-datebox {
        border-right: none;
    }
}

.tile-day {
    font-size: 20px;
}

.tile-monthday {
    font-size: 100px;
}

.tile-month-and-time {
    font-size: 21px;
}

.tile-content {
    margin: 0;
    padding: 30px 25px;
    font-weight: 700;
}

@media(max-width: 992px){
    .tile-content{
        padding: 25px 10px;
    }
}

.tile-description {
    font-size: 18px;
    margin: 0;
    line-height: 1.1;
    color: #77C520;
    white-space: pre-line;
}

.tile-title{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    white-space: pre-line;
}

.lessons {
    display: grid;
    grid-template-rows: auto 1fr;
}

.lessons-tile {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px #00437e solid;
    background-color: black;
}

.lesson-link {
    border: 1px #00437e solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00437e;
    transition: opacity 0.5s;
    position: relative;
    padding: 20px;
}

.lesson-link:hover {
    opacity: 0.8;
}

.lesson-tile-link {
    width: 100%;
    display: block;
}

.lesson-tile-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.lesson-title-description {
    background-color: hsl(0, 0%, 100%, 80%);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .lesson-title-description {
        padding: 8px 16px;
    }
}

.lesson-title {
    color: #00437e;
    font-weight: 700;
    margin-right: 8px;
}

.lesson-image-container {
    background-color: #FFFFFF;
}

.lessons-tile-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 50px;
}

@media(max-width: 767px) {
    .lessons-tile-title {
        padding: 0 25px;
    }
}

.lessons-list {
    padding: 0;
    margin: 0;
    height: calc(100% - 44px);
    counter-reset: item;
    list-style-type: none;
    font-weight: 600;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.lessons-list-element {
    display: block;
    font-size: 18px;
    line-height: 1.15;
    flex-basis: 100%;
    padding: 0 50px;
}

@media(max-width: 992px) {
    .lessons-list-element {
        padding: 15px 55px;
    }
}

@media(max-width: 767px) {
    .lessons-list-element {
        padding: 15px 25px;
    }
}

.lessons-list-element:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    margin-right: 0.3em;
}

.lesson-tag{
    color:#3aaa35;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    margin-right: 8px;
}

.instagram {
    margin-top: 20px;
}

.instagram-container {
    display: flex;
    justify-content: center;
    background-color: #eeeeee;
}

.instagram-post {
    padding: 20px;
    height: 650px;
}

.iframepdf {
    width: 100%;
    min-height: 90vh;
}

@media (max-width: 1200px) {
    .instagram-post:last-of-type {
        display: none;
    }
}

@media (max-width: 991px) {
    .instagram-post {
        display: none;
    }

    .instagram-post:first-of-type {
        display: block;
    }
}

@media (max-width: 1200px) {
    .iframepdf {
        min-height: 70vh;
    }
}

.lesson-subheader {
    font-weight: 700;
    font-size: 24px;
}

.udp-section {
    padding: 20px 0 60px;
}

.circle-mainpage {
    border-radius: 50%;
    height: 210px;
    width: 210px;
    margin: 3rem auto;
    position: relative;
}

.circle-mainpage svg {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.text-mainpage {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: auto;
}

.main-mid-logo {
    opacity: 1;
    transition: opacity 500ms;
    text-decoration: none !important;
}

.main-mid-logo:hover {
    opacity: 0.6
}

/*footer*/

.footer--main {
    background-color: #3aaa35;
    background-position-y: bottom;
    background-repeat: repeat-x;
    padding: 100px 100px 1px;
}

.footer__container {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 700px) {
    .footer--main {
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1030px) {
    .footer__container {
        flex-direction: column;
    }

    .footer__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.footer__container .footer__column--main {
    flex: 1 0 auto;
    color: white;
}

@media screen and (max-width: 1030px) {
    .footer__container .footer__column--main {
        flex: 1 0 auto;
    }
}

.footer__container .footer-main__header {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.footer__container .footer-main__header a {
    color: white;
    text-decoration: none;
}
.footer__container .footer-main__header a:hover {
    color: #00437E;
}

.footer__container .spacer {
    margin-left: 15px;
    margin-right: 15px;
}

.footer__container .footer-main__columns {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 30px;
}

@media (max-width: 28rem) {
    .course-title {
        font-size: 2.2rem !important;
    }
}

#newsletter_a::placeholder {
    color: #00437E;
}

.footer__container .footer-main__column {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.footer__container .footer-main-column__section {
    font-weight: 700;
    margin-bottom: 30px;
}

.footer__container .footer-main-column__section--header {
    font-weight: 700;
    font-size: 1.3em;
}

.footer__container .footer-main-link__container {
    margin-bottom: 10px;
}

.footer__container .footer-main__link {
    color: white;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.footer__container .footer-main__link::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.footer__container .footer-main__link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.footer__container .footer__column--side {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.footer__container .button__container {
    display: flex;
    flex-direction: column;
}

.footer__container .button__label {
    color: white;
    font-weight: 700;
    margin-bottom: 7.5px;
    font-size: 1.3em;
}

.footer__container .button--contact {
    width: 100%;
    text-decoration: none;
    padding: 15px;
    color: white;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #00437E;
    margin-bottom: 15px;
    text-align: center;
    transition: color 0.3s background-color 0.3s;
}

.footer__container .button--contact:hover {
    color: #00437E;
    background-color: white;
}

.footer__container .button--contact:hover * {
    border-color: #00437E;
}

.footer__container .button--split {
    display: flex;
}

.footer__container .button--split input {
    padding: 15px;
    border: none;
    background-color: white;
    flex-grow: 1;
    color: #00AFFF;
    font-size: 1.3em;
    width: 100%;
}

.footer__container .button--split input::placeholder {
    color: #00AFFF;
    font-weight: 700;
}

.footer__container .button--split a {
    padding: 15px;
    text-decoration: none;
    color: #00437E;
    background-color: white;
    flex: 0 1 auto;
    font-size: 1.3em;
}

.footer__container .button--split *:focus, .footer__container .button--split *:hover {
    outline: none;
}

.footer__column--middle {
    justify-content: center;
    align-items: center;
}

.footer__container .social__container .fa-facebook-official {
    color: #3B5999;
    z-index: 1;
    position: relative;
}

.footer__container .social__container .fa-facebook-official::after {
    content: '';
    background-color: white;
    position: absolute;
    left: 5px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: -1;
}

.footer__container .social__container .fa-youtube-square {
    color: #fe0000;
    z-index: 1;
    position: relative;
}

.footer__container .social__container .fa-youtube-square::after {
    content: '';
    background-color: white;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    border-radius: 3px;
    bottom: 3px;
    z-index: -1;
}

.footer__copyright {
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 15px;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014   \A0";
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

/*Courses online*/

.green-button {
    background: #3aaa35;
}

.green-button:hover {
    color: #3aaa35;
    background: white;
    border: 1px solid #3aaa35
}

.lesson-button.bg-white {
    color: #00437e
}

.lesson-button.bg-white:hover {
    color: white;
    background: #00437e !important;
    border: 1px solid white;
}

.blue-button:hover, .blue-button:hover .st2, .blue-button:hover .btn {
    fill: #00437e !important;
    color: #00437e !important;
    background-color: white;
    border: 1px solid #00437e
}

.azure-button.btn {
    background-color: #00aeef;
}

.azure-button:hover, .azure-button:hover .st2, .azure-button:hover .btn {
    fill: #00aeef !important;
    color: #00aeef !important;
    background-color: white;
    border: 1px solid #00aeef
}

.course-title, .app-title, .app-under-title, .webinar-title, .webinar-datebox {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
    /*white-space: nowrap;*/
}

.course-title {
    color: #3aaa35;
    line-height: 0.9;
}

.webinar-datebox {
    color: white;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.webinar-datebox .webinar-weekday {
    font-size: 1.7rem;
}

@media (max-width: 767.98px) {
    .webinar-datebox .webinar-weekday {
        font-size: 1.3rem;
    }
}

.webinar-description {
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}

.webinar-datebox .webinar-monthday {
    font-size: 9rem;
}

@media (max-width: 767.98px) {
    .webinar-datebox .webinar-monthday {
        font-size: 7rem;
    }
}

.webinar-datebox .webinar-month-and-time {
    font-size: 1.8rem;
}

@media (max-width: 767.98px) {
    .webinar-datebox .webinar-month-and-time {
        font-size: 1.4rem;
    }
}

.webinar-description-container{
    padding: 2rem 2rem 6rem 2rem;
}

@media (max-width: 767.98px) {
    .webinar-description-container{
        padding: 2rem 2rem 6rem;
    }
}

@media (max-width: 767.98px) {
    .webinar-buttons .btn{
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .webinar-description-container{
        padding-bottom: 2rem;
    }

    .webinar-buttons {
        position: static !important;
        float: unset !important;
        display: block;
        width: 100%;
    }

    .webinar-buttons .btn{
        margin-top: 8px;
        width: 100%;
        min-width: 0 !important;
        text-align: center !important;
    }
}

.webinar-description-text-box {
    font-size: 2.5rem;
    font-weight: bold;
}

.webinar-countdown-content {
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #00437E
}

.live-countdown {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

@media (max-width: 767px) {
    .webinar-countdown-content {
        font-size: 1.8rem;
    }

    .live-countdown {
        white-space: normal;
        max-width: 100%;
        text-align: center;
    }
}

.app-title {
    color: #00437e;
    margin-bottom: 10px !important;
    line-height: 1;
}

.app-under-title {
    color: #00437e;
    line-height: 1;
    margin-bottom: 2rem;
}

.course-description-container{
    padding: 4rem 4rem 6rem 4rem;
}

@media (max-width: 767.98px) {
    .course-description-container{
        padding: 2rem 2rem 4rem;
    }

    .list-course-buttons .btn {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .course-description-container{
        padding-bottom: 2rem;
    }

    .list-course-buttons {
        position: static !important;
        float: unset !important;
        display: block;
        width: 100%;
    }

    .list-course-buttons .btn{
        margin-top: 8px;
        width: 100%;
    }
}


.course-description, .user-course-description, .lesson-description {
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    color: #212529;
    margin-bottom: 2rem;
}

.course-description-content a {
    font-weight: bold;
}

.course-step-content a {
    font-weight: bold;
}

.course-description {
    margin-bottom: 4rem;
}

@media (max-width: 575px) {
    .course-description{
        margin-bottom: 0;
    }
}

.progress.course-progress {
    font-weight: bold;
    text-align:center;
    color: #00437E;
    border-radius: 25px;
    font-size: 110%;
}

.progress-value {
    position:absolute;
    right:0;
    left:0;
}

.course-list-image {
    padding-top: 1.5rem;
    padding-right: 0;
    padding-bottom: 1.5rem;
}

@media(max-width: 767.98px) {
    .course-list-image {
        padding: 0;
    }
}

.course-progress-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media(max-width: 576px) {
    .course-progress-nav {
        flex-wrap: wrap;
    }
}

.course-progress-nav .btn {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1rem;
    line-height: 1.2rem;
    background-clip: border-box;
    font-size: 0.8rem !important;
}

.course-step-select-wrapper select {
    background-color: #0061B6;
    cursor: pointer;
    padding-right: 50px;
    border-color: #0061B6;
    -webkit-appearance: none;
}

@media(max-width: 575px) {
    .course-step-select-wrapper {
        order: 2;
    }

    .course-step-select-wrapper select {
        margin: 0;
        padding: 0;
    }
}

.course-step-select-wrapper:hover select {
    fill: #00437e !important;
    color: #00437e !important;
    background-color: white;
    border: 1px solid #00437e;
}

.course-progress-nav .aside{
    flex-shrink: 0;
}

@media(max-width: 576px) {
    .course-progress-nav .aside{
        flex-basis: 49%;
        margin: 0 0 8px 0;
    }

    .course-progress-nav .btn{
        font-size: 1rem !important;
    }

    .course-button-tooltip-wrapper .form-group .btn {
        font-size: 1rem !important;
    }

    .aside .form-group .btn {
        font-size: 1rem !important;
    }

    .course-progress-nav .aside .form-group{
        margin: 0;
    }
}

@media(max-width: 350px){
    .aside .form-group #abstract_answer_topNavFinish{
        padding: 0;
    }
}

.course-progress-nav .btn-dark:disabled:hover {
    border-color: #343a40;
}

.course-progress-nav .blue-button {
    border-color: #00437e;
}

.course-button-tooltip-wrapper {
    position: relative;
}

.course-button-tooltip-wrapper .course-button-tooltip-text {
    visibility: hidden;
    top: 40px;
    right: 100%;
    width: auto;
    min-width: 300px;
    background-color: #00437E;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1001;
}

.course-button-tooltip-wrapper:hover .course-button-tooltip-text {
    visibility: visible;
}

.course-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lesson-description {
    margin-bottom: 0
}

.lessons-subsection {
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-family: Rajdhani, sans-serif;
    font-size: 1.75rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.lessons-tags {
    border: 1px solid white;
    font-family: Orbitron, sans-serif;
    font-size: 15px;
    padding: 0.6rem 1.2rem;
    line-height: 3rem;
}

.lessons-menu-floating {
    position: fixed !important;
    top: 0;
    z-index: 10;
}

.lessons-tags > span {
    vertical-align: baseline;
    letter-spacing: 1px;
}

.lesson-tags-container {
    margin-top: 1.5rem;
}

.lessons-buttons-container {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .lessons-buttons-container .btn {
        font-size: 1rem;
    }
 }
.searchable{
    transition: filter 0.5s ease-out;
}
.link-azure:hover {
    color: #0197ce;
}
.link-azure{
    color: #00aeef;
    cursor: pointer;
}
.search-area .search-result-count span:nth-child(2n){
    font-size: 2rem;
    line-height: 0;
    margin-left: 0.5rem;
    min-width: 3.2rem;
}
.search-area .search-result-count span:nth-child(2n+1){
    line-height: 1;
    font-size: 0.8rem;
    text-align: right;
}
.search-area .search-result-count{
    color: #96c11f;
    align-items: center;
    justify-content: flex-end;
}

.custom-multi-select > button{
    background: transparent;
    border: none;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-multi-select{
    background-color: #fff;
    border-radius: 0.2rem;
}
.custom-multi-select .dropdown-menu{
    min-width: 100%;
    background-color: #00437e;
    padding: 1px;
    margin: 0;
    max-height: 25.9rem !important;
    overflow: auto;
}
.custom-multi-select .dropdown-item span{
    position: absolute;
    left: 1.1rem;
    top: 1.5rem;
    color: #bdbdbd;
    font-size: 0.8rem;
}
.custom-multi-select .dropdown-item{
    cursor: pointer;
    background-color: #fff;
    margin-top: 1px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
}
.custom-multi-select .dropdown-item::selection {
    background: transparent;
}
.custom-multi-select .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
}
.custom-multi-select .dropdown-item i{
   opacity: 0;
    position: absolute;
    right: 0.8rem;
}
.custom-multi-select .dropdown-item input{
    opacity: 0;
}
.custom-multi-select .dropdown-item input[type="checkbox"]:checked ~ i{
    opacity: 1;
}
.custom-multi-select:after{
    content: ' ';
    width: 0;
    height: 0;
    border-top: 0.5rem solid #00437e;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    right: 1rem;
    top: 1rem;
    position: absolute;
}

.lesson-button {
    padding: 1rem 1.5rem;
}

.lesson-button-download {
    width: 100%;
    padding: 1rem 3rem;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    .lesson-button {
        width: 100%;
    }
}
.material-download-small{
    display: block;
    line-height: 1;
    margin-bottom: 1rem;
}
.search-area > div > label{
    display: block;
    align-items: center;
}
.search-area{
    background-color: #00437e;
    font-weight: bold;
    color: #fff;
    padding: 0.5rem 2rem 1rem 2rem;
    margin-left: 0;
}
.search-area input.search-field{
    padding: 0.5rem 1rem;
    text-indent: 2.5rem;
    background-image: url(/akademia/img/layout/loop_ico.svg);
    background-size: 1.5rem;
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 1rem;
    width: 100%;
    border-radius: 0.2rem;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.8rem;
    border: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .lesson-button {
        line-height: 1;
    }

    .search-area input.search-field {
        width: unset;
    }

    .material-download-small {
        font-size: 0.9rem;
    }

    .lesson-date {
        font-size: 1.5rem;
    }
}

::placeholder{
    color: #bdbdbd;
}

.submenu-item.bg-green:hover {
    color: #3aaa35 !important;
    background: white;
}

.submenu-item.bg-azure:hover {
    color: #00aeef !important;
    background: white;
}

.submenu-item.bg-violet:hover {
    color: #483D8B !important;
    background: white;
}

.submenu-item.bg-gold:hover {
    color: #96c11f !important;
    background: white;
}

.submenu-item:last-of-type {
    border: none;
}

@media (min-width: 992px) {
    .submenu-item:first-of-type {
        margin-left: calc(1/9*100% - 1px);
    }
}

@media (min-width: 768px) {
    .submenu-item-border {
        border: none !important;
    }
}

@media (max-width: 768px) {
    .course-title, .app-title, .app-under-title {
        white-space: normal;
    }

    .material-download {
        padding: 2rem !important;
    }

    #subMenuHelper {
        height: 55px;
    }

    #home-header {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) {
    .submenu-item {
        border-right: 2px solid #143a67;
    }

    .large-screen-center {
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    .text-course-passed {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .sub-menu-container > a {
        width: unset;
    }
}

.share-footer {
    width: 100px;
    margin: 0;
    transition: opacity 500ms;
}

.share-footer:hover {
    opacity: 0.5;
}

#home-header, .name-course-passed, .text-course-passed {
    font-family: 'Baloo Tammudu', cursive;
    font-size: 3rem;
    color: #3aaa35;
    line-height: 0.9
}

.name-course-passed {
    margin-bottom: 2rem
}

.text-course-passed {
    font-size: 32px;
    line-height: 34px;
}

#home-header-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #3aaa35;
    font-size: 16px;
    line-height: 1.5;
}

.kurs-formularz {
    text-align: justify;
    font-family: Roboto, sans-serif;
    line-height: 1.3
}

.kurs-formularz section img {
    width: -webkit-fill-available;
    width: -moz-available;
 }

.kurs-formularz h1, .kurs-formularz h2, .kurs-formularz h3 {
    font-family: Rajdhani, sans-serif;
    font-weight: bold;
}

.kurs-formularz h1 {
    font-weight: bold;
    font-size: 1.75rem;
    margin: 0;
}

@media(max-width: 575px) {
    .kurs-formularz h1 {
        margin-top: 16px;
    }
}

.kurs-formularz h2, .kurs-formularz h3 {
    font-size: 1.4rem;
}

.kurs-formularz ul {
    background: #F0F0F0;
    padding: 1rem 2.5rem;
    line-height: unset;
}

.kurs-formularz li {
    padding: 0.3rem;
}

.kurs-formularz img, .iframe-container {
    margin-bottom: 2rem;
}

.iframe-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.iframe-container::before {
    padding-top: 56.25%;
    display: block;
    content: "";
    box-sizing: border-box;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.localCamPreview {
    width: 100%;
    background-color: #666;
}

.side-description-list {
    background: #F0F0F0;
    color: #00437e;
    padding: 3rem 1rem 1rem 3rem;
    margin-bottom: 2rem;
}

.side-description-list > ul, .side-description-list ol {
    color: #00437e;
    padding: 0 1rem 1rem;
    font-family: Roboto, sans-serif;
}

.side-description-list > h2, .course-description-main-header, .course-description-content h1 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #00437e;
    line-height: 0.9;
}

.course-step-select-wrapper {
    flex-grow: 1;
    padding-left: 2px;
}

@media(max-width: 575px) {
    .course-step-select-wrapper {
        padding: 0;
    }
}

.course-step-select-wrapper .form-group{
    position: relative;
}

@media(max-width: 575px) {
    .course-step-select-wrapper .form-group{
        margin: 0;
    }
}

.course-step-select-wrapper .form-group:after {
    content: '';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: calc(50% - 6px);
}

.course-step-select-wrapper:hover .form-group:after {
    content: '';
    border: solid #00437E;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: calc(50% - 6px);
}

.course-step-select option[selected] {
    color: #00437E;
    font-weight: bold;
}

.progress {
    height: 1.5rem;
    margin: 0 0 1rem;
}

.embed-responsive.embed-responsive-16by9 {
    margin-bottom: 2rem
}

.progress-bar {
    height: 1.75rem
}

.btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.6rem
}

.subsection-lesson-container {
    margin-bottom: 3rem
}

.subsection-lesson-container .bg-udp{
    background-color: #00aeef;
}

.subsection-lesson-container:last-of-type {
    margin-bottom: 0
}

label {
    margin: 0
}

input.form-control {
    font-weight: bold;
    font-size: 18px;
}

.app-a-text {
    color: unset;
    text-decoration: none !important;
}

.regulamin, .regulamin-sublist {
    color: #00437E;
}

.regulamin-list {
    list-style-type: decimal;
}

h1.regulamin, h2.regulamin, h3.regulamin {
    font-weight: bold
}

.regulamin-sublist {
    list-style-type: lower-alpha;
}

legend.col-form-label {
    padding: 0
}

.lesson-extra-border, .lesson-pre-border, .lesson-primary-border {
    max-width: 174px;
    margin: auto;
}

@media (min-width: 767px) {
    .lesson-extra-border, .lesson-pre-border, .lesson-primary-border {
        width: 174px;
    }
}

.lesson-pre-border {
    border: 1px solid #3aaa35;
}

.lesson-pre-border-right {
    min-height: 212px;
    border-right: 1px solid #3aaa35;
    margin-right: 10px;
}

.lesson-primary-border {
    border: 1px solid #00aeef;
}

.lesson-primary-border-right {
    border-right: 1px solid #00aeef;
    margin-right: 10px;
}

.lesson-extra-border {
    border: 1px solid #96c11f;
}

.lesson-extra-border-right {
    border-right: 1px solid #96c11f;
    margin-right: 10px;
}
.user_registration_register label.required:after{
    content: '*';
    color: red;
    position: relative;
    right: 0;
    top: 0;
}
.user_registration_register h4 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #00437e;
}

.user_registration_register .zip-code-input {
    width: 120px;
    margin-right: 20px;
}

.user_registration_register .school-city-input {
    flex-grow: 2;
}

.form-message {
    line-height: 1;
    color: #00437e;
    font-weight: 700;
    font-size: 18px;
    margin-top: 2rem;
}

.regulations-label {
    padding-top: 5px;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 1rem;
}

.carousel-indicators {
    position: unset;
    max-height: 200px;
    background: white;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
}

.carousel-indicators > li {
    height: unset;
    width: unset;
    text-indent: unset;
    align-self: center
}

.carousel-indicator-item {
    max-width: 100%;
    max-height: 120px;
    opacity: 0.5;
    cursor: pointer;
}

.carousel-indicators > li.active img {
    opacity: 1
}

.error-page .rectangle {
    height: 214px;
    width: 214px
}

.error-page .contact {
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px
}

.error-page .mobile {
    font-size: 18px
}

.error-page .title {
    left: -3px;
    line-height: 0.7;
    font-size: 85px
}

.alert {
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    border: none;
    border-radius: unset;
    transition: padding 0.3s ease-out;
    padding: 1.5rem;
}

.init-alert-none{
    padding: 0;
    margin: 0;
    height: 0;
}

.alert-success {
    background-color: rgba(58, 170, 53, .95);
    color: white;
}

.alert-info {
    background-color: rgba(0, 174, 239, .95);
    color: white;
}

.alert-error {
    background-color: rgba(254, 0, 0, .95);
    color: white;
}

.alert #close-alert {
    fill: currentColor;
    height: 1rem;
    right: 0;
    cursor: pointer;
}

#subMenuHelper {
    height: 40px;
}

.card {
    border:none;
}

#newsletter_add {
    background: white;
    border: none;
    font-size: 1.5rem;
    padding-right: 1rem;
    cursor: pointer;
}

#newsletter_add:hover i {
    color: #00aeef;
}

.btn-result {
    padding: 0.7rem 1.6rem;
    font-size:1.3rem
}

.tooltip-ref > .tooltip-inner {
    background-color: #143a67;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.1;
}
.tooltip-ref > .arrow:before {border-bottom-color: #143a67;}

@media screen and (max-width: 500px) {
    .footer__container .footer-main__columns {
        flex-direction: column;
    }

    #home-header {
        font-size: 28px;
    }
    #home-header-2 {
        font-size: unset;
    }

    .course-title {
        font-size: 1.7rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #home-header-2 {
        padding: 0 3rem;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #home-header-2 {
        padding: 0 11rem;
    }
}
@media screen and (min-width: 1200px) {
    #home-header-2 {
        padding: 0 16rem;
    }
}

a.lesson-product-link, a.lesson-product-link:hover {
    color: #00437e;
    font-size: larger;
    line-height: 1;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    a.lesson-product-link, a.lesson-product-link:hover {
        font-size: 1.4rem;
    }
}

.login__info-text {
    color: #00437e;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
    .footer__container .button--contact {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 400px) {
    .footer__container .button--contact {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .application-button-container{
        width: 100%;
    }

    .applitacion-button {
        width: 100%;
    }
}
@media(max-width: 575px) {
    .register-container {
        padding: 0;
    }
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    opacity: 0;
}

.custom-checkbox input,
.custom-checkobx i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked ~ .fa-square {
    display: none;
}

.custom-checkbox input[type="checkbox"]:not(:checked) ~ .fa-check-square {
    display: none;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.login-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-gap: 20px;
}

.login-section-header {
    color: #00437E;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

.login-section-paragraph {
    font-size: 18px;
    color: #00437E;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.login-section-list {
    padding-left: 20px;
    list-style-type: none;
}

.login-section-list li{
    position: relative;
    font-size: 18px;
    padding: 10px;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .login-section-paragraph {
        font-size: 18px;
    }
}

.login-section-list li::before {
    content: "\f00c  "; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #3aaa35;
}

@media (max-width: 991px) {
    .login-section {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

/* UDP */

.section {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr;
}

.section-column {
    /*padding-right: 100px;*/
}

.section-header {
    color: #00437E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 1;
    margin-bottom: 16px;
}

.section-paragraph {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    /*padding-bottom:40px;*/
}

.authors-list {
    font-size: 18px;
    color: #3aaa35;
    font-weight: 700;
    padding: 0;
    list-style-type: none;
    line-height: 1.1;
    margin-bottom: 32px;
    font-family: 'Roboto Condensed', sans-serif;
}

.authors-list-item {
    line-height: 1;
    padding: 2px 0;
}

.button-join {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 5px;
    margin-bottom: 1rem;
    margin-top: 3rem;
    padding: 18px;
    margin-left:auto;
    margin-right:auto;
    line-height: 1;
    cursor: pointer;
}

.button-join:focus {
    box-shadow: 0 0 0 0.2rem#3baa358e;
}

.button-read-more {
    color: #3aaa35;
    font-weight: 700;
    font-size: 18px;
    margin-top: 1rem;
}

.udp-link {
    color: #3aaa35;
    font-weight: 700;
}

.button-read-more:hover,
.udp-link:hover {
    color: #3aaa35;
}

.section-links {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 30px;
}

.section-info {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 10px;
}

.section-info ul {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}

.list-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
}

.section-subheader {
    font-size: 32px;
}

.partners {
    margin-top: 100px;
}

.partners-logo-container {
    height: 150px;
}

.partners-logo {
    width: 200px;
    vertical-align: middle;
    text-align: center;
}

.logo-smaller {
    width: 150px;
}

.coordinators-container {
    font-size: 1.4rem;
    margin-top: 100px;
}

.coordinators-container .spacer {
    margin-left: 15px;
    margin-right: 15px;
}

.download-logo {
    font-size: 1.3rem;
}

.highlited-text {
    color: #00437E;
    font-weight: 700;
    text-transform: uppercase;
}

.authors-list-second {
    margin-top: 30px;
    color: black;
    font-weight: 400;
    padding: 0 !important;
}

.authors-list-item-second {
    line-height: 1.2;
    padding: 0.5rem 0;
}

.article-header {
    color: #00437E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.udp-member {
    width: 100%;
    font-size: 24px;
    background-color: #00437e;
    padding: 30px;
    border-radius: 0;
    line-height: 1.1;
}

.udp-member:hover {
    background-color: #00437e;
    color: white;
}

.article-header-small {
    font-size: 18px;
}

.signature {
    text-transform: none;
    font-size: 18px;
}

.udp-container {
    padding: 0 0 100px;
}

.udp-map-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 100px;
}

.udp-map-header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

@media (max-width: 991px) {
    .udp-map-header {
        grid-template-columns: 1fr;
    }
}

.udp-map-subheader {
    margin: 4px 0;
    font-size: 16px;
    color: #00AFFF;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: unset;
    font-weight: 600;
}

@media (max-width: 991px) {
    .udp-map-subheader {
        padding: 0px 20px;
        margin-top: 0;
    }
}

.udp-form-header {
    margin: 0;
    font-size: 22px;
    text-transform: unset;
}

.udp-map-container .map-loader{
    position: absolute;
    z-index: 1;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
}

.udp-map-container .map-loader:after{
    display: block;
    position: absolute;
    left: -3rem;
    bottom: -2rem;
    font-size: 20px;
    color: #00437e;
    content: "Trwa ładowanie mapy";
    width: 20rem;
}

.udp-map-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 5%;
    bottom: 5%;
    width: 100%;
}

.marker-cluster-large {
    background-color: hsla(208, 100%, 20%, 0.6) !important;
}

.marker-cluster-large div {
    background-color: #00437e !important;
    color: white;
}

.marker-cluster-medium {
    background-color: hsla(117, 63%, 55%, 0.6) !important;
}

.marker-cluster-medium div {
    background-color: #3aaa35 !important;
    color: white;
}

.marker-cluster-small {
    background-color: hsla(196, 100%, 49%, 0.8)!important;
}

.marker-cluster-small div {
    background-color: #00aeef !important;
    color: white;
}

.marker-cluster span {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 1280px) {
    .section-column{
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .section-column{
        padding-right: 0;
    }

    .section {
        grid-template-columns: 1fr;
    }

    .section-info {
        grid-template-columns: 1fr;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .button-join {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .udp-container {
        padding-right: 32px;
        padding-left: 32px;
    }

    .section-header {
        font-size: 35px;
    }

    .button-join {
        line-height: 1.1;
    }

    .section-subheader {
        font-size: 24px;
    }

    .authors-list-item-second {
        line-height: 1.1;
    }

    .article-header {
        font-size: 20px;
    }

    .signature {
        font-size: 17px;
    }

    .udp-map-container {
        padding-top: 100%;
    }
}

.mycluster {
    background-image: url(/akademia/img/layout/logo_UDP.svg);
    text-align: center;
}

.cluster-number {
    display: inline-block;
    min-width: 2rem;
    margin-top: 3px;
    padding: 4px 8px;
    color: white;
    background-color: #00aeef;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

/** LOADING.IO/CSS  **/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #00437e;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00437e transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* COOKIES */

.cookies-container {
    position: fixed;
    background-color: #00437E;
    color: white;
    height: auto;
    padding: 20px;
    width: 100%;
    bottom: 0;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

.cookies-text {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.2em;
    margin: auto;
    display: grid;
    max-width: 1280px;
    grid-template-columns: 40% 40%;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

.cookies-icon {
    font-size: 30px;
    cursor: pointer;
}

.cookies-header {
    font-size: 13px;
    font-weight: bold;
    color: white;
    margin-bottom: 7px;
    text-align: right;
    margin: 0;
}

.cookies-paragraph {
    font-size: 9px;
    font-weight: 300;
    color: white;
    line-height: 1.3;
    text-align: left;
    margin: 0;
}

.cookies-content {
    display: flex;
    margin-right: 100px;
}

@media(max-width: 575px) {
    .cookies-container {
        height: auto;
    }

    .cookies-header {
        text-align: left;
    }

    .cookies-paragrap {
        text-align: justify;
    }

    .cookies-text {
        grid-template-columns: 100%;
        grid-gap: 10px;
    }
}

/* LABPOPUP */

.lab-popup-container {
    position: fixed;
    left: calc((100vw - 650px) /2);
    top: calc((100vh - 650px) /2);
    width: 650px;
    height: 650px;
    z-index: 2000;
    opacity: 0;
    transition: opacity 1s;
    outline: 2px solid #143a67;
    box-shadow: 15px 15px 40px 10px #143a67;
}

.lab-popup-icon {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 16px;
    top: 16px;
    cursor: pointer;
    fill: #4b48b9;
}

.lab-popup-icon:hover {
    fill: #00aeef;
}

.lab-popup-image {
    width: 650px;
    height: auto;
}

@media(max-width: 650px) {
    .lab-popup-container {
        left: calc((100vw - 320px) /2);
        top: calc((100vh - 320px) /2);
        width: 320px;
        height: 320px;
    }

    .lab-popup-image {
        width: 320px;
        height: auto;
    }

    .lab-popup-icon {
        right: 8px;
        top: 8px;
        font-size: 30px;
        cursor: pointer;
    }
}
