/* 0. Wspólne */

.page-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

img.alignnone {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* 1. Faq */

.akordeon {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 0 20px;
}
.akordeon-item {
    margin: -4px 0 5px 0;
    border-bottom: 1px solid #eee; 
}

.akordeon-item.last-one {
    border-bottom: 0;    
    padding-bottom: 0; 
    margin-bottom: 5px;
}

h2.akordeon-title {
    margin: 0;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.akordeon-title a {
    color: #6083C6;
    text-decoration: none;
}

.akordeon-title.active {
    color: #009FE3;
    border-bottom: 0;   
}

.akordeon-title::before {
    content: "+";
    color: #ddd;
    font-size: 50px;
    font-family: 'Georgia', sans-serif;
    font-weight: 100;
    transition: transform 0.3s ease;
    margin-left: 20px;
    margin-right: 30px;
    margin-top: -10px;
}
.akordeon-title.active::before {
    transform: rotate(45deg);
}
.akordeon-content {
    max-height: 0; 
    overflow: hidden;
    padding: 0 0 0 88px;
    transition: max-height 0.5s ease;
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #717171;
    font-weight: 300;
}

.akordeon-content h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 24px;    
}

.akordeon-content ul {
    padding-bottom: 30px;
}

.akordeon-content ul li {
    margin-left: 30px;
}


.akordeon-content.open {
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
.akordeon-odp { 
    padding: 5px 20px 20px 60px;
    font-size: 15px;
    color: #777;
}

.akordeon h2 {
    font-size: 17px;
    margin: 20px 0;
}

.akordeon h3 {
    font-size: 15px;
    margin: 8px 0;
}

.akordeon ul {
    list-style: circle;
    margin-left: 20px;
}

.akordeon li a {
    margin-right: 6px;
}

@media (max-width: 1023px) {
    h2.akordeon-title {
        font-size: 19px;
    }
    .akordeon-content h3 {
        font-size: 19px;
    }
    .akordeon-title::before {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: -5px;
    }
    .akordeon-content {
        padding: 0 0 0 48px;
        font-size: 17px;
    }
        .akordeon-content ul li {
        margin-left: 0;
        font-size: 17px;
    }
}    


/* ---- Contact ----- */

.form-txt-lg {
    font-size: 20px;
    line-height: 36px;
}

.c-flag {
    width: 48px;
    height: auto;
    margin-top: 15px;
}

.c-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.cf7 label {
    font-size: 20px !important;
}