html {
    background: radial-gradient(circle, #001f36 0, #000c18 100%);
    color: white;
    font-family: "BloggerSansLight";
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}

body{
    margin: 0;
}

.breadcrumbs{
    font-family: "Open Sans", sans-serif;
    list-style: none;
    display: flex;
    padding-left: 0;
}

li{
    list-style-type: decimal;
    margin-left: 23px;
}

.breadcrumbs li{
    list-style-type: none;
    margin-left: 0px;
}

a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.law{
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
}

.archon-between-bread{
    padding-right: 7px;
    padding-left: 7px;
}

.item-3{
    margin-top: 2px;
}

h1 {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: rgb(246, 138, 31);
    font-family: "BloggerSansLight";
}

h2 {
    font-weight: 300;
    font-size: 30px;
}

.content-wrapper, .side-pages-logo-wrapper {
    margin: auto;
}

.side-pages-logo img{
    width: 494px;
    margin-top: 25px;
    margin-bottom: 35px;
}

@media (min-width: 576px) {
    .content-wrapper, .side-pages-logo-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .content-wrapper, .side-pages-logo-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1300px) {
    .content-wrapper, .side-pages-logo-wrapper {
        max-width: 1040px;
    }
}

@media (min-width: 1480px) {
    .content-wrapper {
        max-width: 1010px;
    }
}

@media (min-width: 1480px) {
    .side-pages-logo-wrapper {
        max-width: 1320px;
    }
}

/* ------------------------------------------------------------
   STYLE STOPKI
-------------------------------------------------------------*/

.footer-wrapper{
    color: rgb(23, 54, 97);
    font-size: 14px;
}
.footer-wrapper a{
    text-decoration: none;
    color: rgb(23, 54, 97);
}

.footer-section1, .footer-section2 {
    margin: auto;
}

@media (min-width: 576px) {
    .footer-section1, .footer-section2 {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .footer-section1, .footer-section2 {
        max-width: 960px;
    }
}

@media (min-width: 1300px) {
    .footer-section1, .footer-section2 {
        max-width: 1040px;
    }
}

@media (min-width: 1480px) {
    .footer-section1, .footer-section2 {
        max-width: 1010px;
    }
}

@media (min-width: 1480px) {
    .footer-section1, .footer-section2 {
        max-width: 1320px;
    }
}

.footer-section1 img{
    width: 362px;
}
.footer-section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer-section1-wrapper{
    background: #f3f5f6;
}

.footer-section2-wrapper{
    background: white;
}

.footer-name{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-left: 40px;
}

.footer-contact-www{
    padding-right: 10vw;
}

@media (max-width: 992px) {
    .footer-contact-www{
        padding-right: 0;
        text-align: center;
    }
    .footer-section1{
        flex-direction: column;
        align-items: center;
    }
    .footer-section1-left{
        padding: 10px 0;
    }
    .footer-name{
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .footer-section1-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}

.footer-section2-wrapper{
    padding-top: 24px;
    padding-bottom: 9vh;
    box-shadow: 40px 35px 55px black;
}

.footer-section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sticky-footer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #144089;
    margin-left: 70px;
    border-radius: 50px 0 0 50px;
}

.sticky-footer img{
    margin-left: -140px;
}

.content-wrapper{
    padding-bottom: 60px;
}