@import url('variables.css');

section.header {
    position: relative;
    /*z-index: 2;*/
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 50px;
}

section.header .top-header img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    opacity: 0.2;
    object-fit: cover;
}

section.header h1 {
    font-size: 44px;
    color: var(--leadingColor-5);
    max-width: 100%;
    /* font-weight: bold; */
}

section.content h2 {
    font-size: 24px;
    color: var(--leadingColor-5);
    max-width: 100%;
    margin-bottom: 30px;
    /* font-weight: bold; */
}

section.content .scrollspy-content {
    margin-bottom: 80px;
}

section.content p {
    text-align: justify;
}

section.content .team {
    max-width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1rem;
}

section.content .left-navigation-card {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    -webkit-transition: 0.5s ease box-shadow;
    -o-transition: 0.5s ease box-shadow;
    transition: 0.5s ease box-shadow;
    padding: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0 !important;
    margin-bottom: 50px;
}

section.content .left-navigation-card ul {
    margin: 10px 0 0 20px;
    padding: 0;
    list-style-type: none;
}

section.content .left-navigation-card li {
    padding-bottom: 10px;
}

section.content .left-navigation-card li>span {
    text-decoration: none;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -o-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: #3a3a3a;
    opacity: .59;
    font-size: 14px;
    cursor: pointer;
}

section.content .left-navigation-card li>span:hover,
section.content .left-navigation-card li>span.active {
    color: var(--leadingColor-5);
    opacity: unset !important;
}

#left-navigation-card.sticky-top {
    top: 150px;
}

#podstawowe-dane .table__inner {
    min-width: 31.25rem;
    overflow: hidden;
}

#podstawowe-dane .table__row--legend {
    color: #fff;
}

#podstawowe-dane .table__row {
    display: flex;
    
}

#podstawowe-dane .table__cell--label.table__cell--empty {
    opacity: 0;
}

#podstawowe-dane .table__cell:first-child {
    border-left: 1px solid #ccc;
}

#podstawowe-dane .table__row--legend .table__cell {
    background-color: var(--leadingColor-5);
}

#podstawowe-dane .table__cell--label {
    min-width: 250px !important;
    width: 310px;
    max-width: 310px;
    flex: 1;
    justify-content: space-between;
    padding: 1.25rem .9375rem;
    display: flex;
    position: relative;
}

#podstawowe-dane .table__cell {
    min-width: 8.125rem;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    align-items: center;
    padding: 1.25rem;
    display: flex;
    position: relative;
}

#podstawowe-dane .table__row--legend .table__cell:nth-child(2) {
    border-top-left-radius: 10px;
}

#podstawowe-dane .table__cell--value {
    text-align: center;
    flex: 1 0 5.9375rem;
    justify-content: flex-start;
    padding: 1.25rem .3125rem;
}

#podstawowe-dane .table__cell {
    min-width: 8.125rem;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    align-items: center;
    padding: 1.25rem;
    display: flex;
    position: relative;
}

#podstawowe-dane .table__cell--value p {
    word-break: break-word;
    font-size: .875rem;
}

#podstawowe-dane .table__row--legend p {
    /* font-weight: 500; */
}

#podstawowe-dane .table__label {
    margin-bottom: 0;
    font-size: .875rem;
}

#podstawowe-dane .table__row--legend .table__cell:last-child {
    border-top-right-radius: 10px;
}

#podstawowe-dane .table__row:nth-child(2) .table__cell:first-child {
    border-top-left-radius: 10px;
}

#podstawowe-dane .table__row.table__row--content:last-child {
    border-bottom: none;
}

#podstawowe-dane .table__row:last-child .table__cell:first-child {
    border-bottom-left-radius: 10px;
}

#podstawowe-dane .table__row:last-child .table__cell {
    border-bottom: 1px solid #ccc;
}

#podstawowe-dane .table__row:last-child .table__cell {
    border-bottom: 1px solid #ccc;
}

#podstawowe-dane .table__row:last-child .table__cell:last-child {
    border-bottom-right-radius: 10px;
}

#podstawowe-dane p {
    margin: 0;
    text-align: left;
}

#podstawowe-dane ul>li {
    text-align: left;
}

@media (max-width: 768px) {
    #podstawowe-dane .table__inner {
        min-width: 1px;
        max-width: 100%;
        border-bottom: 1px solid #ccc;
        border-radius: 20px;
    }
    #podstawowe-dane .table__cell--value p {
        font-size: 14px;
    }
    #podstawowe-dane ul>li {
        font-size: 14px;
    }
    #podstawowe-dane .table__cell {
        justify-content: center;
    }
    #podstawowe-dane .table__row {
        flex-wrap: wrap;
    }
    #podstawowe-dane .table__row--legend {
        flex-wrap: nowrap;
    }
    #podstawowe-dane .table__cell--label.table__cell--empty {
        display: none !important;
    }
    #podstawowe-dane .table__cell:first-child {
        border-left: none !important;
        padding-bottom: 0;
    }
    #podstawowe-dane .table__cell--value {
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
    }
    #podstawowe-dane .table__row--legend .table__cell {
        flex: 1;
        padding: .625rem;
    }
    #podstawowe-dane .table__cell--label {
        width: 100%;
        text-align: center;
        max-width: 100%;
        flex: none;
        justify-content: center;
    }
    #podstawowe-dane .table__cell--label {
        flex-direction: column;
    }
    #podstawowe-dane .table__row--legend .table__cell--value {
        border-right: 1px solid #fff;
        padding-top: 1.0625rem;
        padding-bottom: 1.0625rem;
    }
    #podstawowe-dane .table__row--legend .table__cell {
        flex: 1;
        padding: .625rem;
    }
    #podstawowe-dane .table__row.table__row--content {
        border-bottom: 1px solid #ccc;
    }
    #podstawowe-dane .table__row--content {
        background-color: #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-left: .625rem;
        padding-right: .625rem;
    }
    #podstawowe-dane .table__row:nth-child(2) .table__cell:first-child {
        text-align: center;
        border-radius: 0 !important;
    }
    #podstawowe-dane .table__cell:first-child {
        border-left: none;
    }
    #podstawowe-dane .table__cell {
        background-color: #0000;
        border: none !important;
    }

    section.header .top-header img {
        height: 100px;
    }
    section.header {
        padding-top: 40px;
        margin-bottom: 0;
    }
    section.header h1 {
        font-size: 26px;
    }
    section.content h2 {
        font-size: 18px;
    }
    section.content p {
        font-size: 14px;
    }
    #podstawowe-dane p {
        font-size: 14px;
    }
}

section.content .left-navigation-card .breadcrumbs {
	color: var(--leadingColor-5);
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}

section.content .left-navigation-card .breadcrumbs:hover {
	opacity: 0.75;
}

section.content .left-navigation-card .breadcrumbs svg {
	position: relative;
	top: -1px;
	left: -6px;
	width: 30px;
	height: auto;
}

section.content .left-navigation-card .breadcrumbs a:last-child {
	color: var(--leadingColor-5);
    /* font-weight: bold; */
}

section.content .left-navigation-card .breadcrumbs a {
	font-size: 16px;
	/* font-weight: 500; */
	color: rgba(255, 255, 255, .75);
	line-height: 1.63;
    text-decoration: none;
}

.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}

.feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}

.feature {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

.feature {
    flex-wrap: nowrap;
}

.feature__image {
    -webkit-box-flex: 40px;
    -webkit-flex: 40px 0 0;
    -ms-flex: 40px 0 0px;
    flex: 40px 0 0;
    width: 40px;
    margin-right: 20px;
    margin-top: 2px;
}

.feature__image img,
.feature__image svg {
    max-width: 100%;
    color: var(--icon-color);
    fill: var(--icon-color);
}

.feature__content {
    max-width: 700px;
}

.feature__content p:last-child {
    margin-bottom: 0;
}

.title_2 {
    /* font-size: 1.8rem; */
    /* font-weight: 600; */
}

.title_3 {
    color: #3a3a3a;
    opacity: .59;
    font-size: 14px;
}

ul.security li {
    position: relative;
    margin-bottom: 8px;
}

ul.security li::before {
    content: "•";
    font-size: 24px;
    position: absolute;
    color: var(--leadingColor-5);
    left: -24px;
    line-height: 0.75;
}

ul.security {
    list-style-type: none;
    margin-top: 40px;
}