/*html{scroll-behavior: smooth;}*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-default);
    -webkit-font-smoothing: antialiased;
    /*overflow-x: hidden;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height:1.4;

}

h1, .h1 {
    font-size: 60px;
    font-weight: 800;
    color: var(--color-default);
    line-height: 1.2;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #1AC9DE;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
    color: #474747;
}

p {
    margin-bottom: 30px;
}

.html-editor p span[style*="font-size"] {
    line-height: normal;
}

strong, b {
    font-weight: 700;
}

a {text-decoration: none;}

.html-editor p a, .html-editor label a, .html-editor td a:not(.btn), .html-editor li a {
    color: #1AC9DE;
    text-decoration: none;
}

.html-editor p a:hover, .html-editor label a:hover, .html-editor td a:not(.btn):hover, .html-editor li a:hover {
    color: #1398a8;
}

img {max-width: 100%; vertical-align: top; max-height: 100%;}

hr {
    border: none;
    border-top: 1px solid #707070;
    margin-bottom: 30px;
    clear: both;
}

.html-editor ul ul {
    margin-bottom: 10px;
}

.html-editor ul:not(.slick-dots) li {
    position:relative;
    margin-bottom:10px;
}

.html-editor ul:not(.slick-dots) li:before {
    position:absolute;
    top:0.5em;
    left:-25px;
    display: block;
    content:'';
    width: 8px;height:8px;
    background-color:var(--color-primary);
    border-radius:50%;
}

.html-editor ul:not(.slick-dots) {
    padding-left: 35px;
    list-style-type: none;
    margin-bottom: 30px;
}

.html-editor ol {
    padding-left: 25px;
    list-style-type: decimal;
    margin-bottom: 30px;
}

.html-editor ol ol {
    list-style-type: lower-alpha;
    padding-left: 25px;
    margin-bottom: 10px;
}

.html-editor ol ol li:not(.slick-active):first-child, .html-editor ul ul li:first-child {margin-top: 10px;}
.html-editor ol li:not(.slick-active):last-child, .html-editor ul li:last-child {margin: 0;}



.custom-list {
    counter-reset: item;
    list-style: none !important;
    padding-left: 0 !important;
}

.custom-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}

.custom-list li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 3px;
    width: 1.2em;
    height:1.2em;
    background-color: var(--color-primary);
    color:var(--color-white);

    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    line-height: normal;
}

.custom-list.v-check {list-style: none;padding-left: 0;}

.custom-list.v-check li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}

.custom-list.v-check li::before {
    content: '\f00c'; /* Font Awesome check icon */
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: var(--color-primary);
    color:var(--color-white);
    font-size:1em;
    padding:5px;
    display: flex;
    align-items: center;  justify-content: center;
}

.custom-list.v-plus li::before {
    content: '+'; /* Font Awesome check icon */
    font-weight: 900;
    position: absolute;
    left: 0;
    top:5px;
    background-color: var(--color-primary);
    color:var(--color-white);
    font-size:.8em;
    padding:5px;
    display: flex;
    align-items: center;  justify-content: center;
}



.html-editor .obrazek-z-prawej {
    float: right;
    margin: 0 0 30px 30px;
}

.html-editor .obrazek-z-lewej {
    float: left;
    margin: 0 30px 30px 0;
}

.cke_editable .no-edit {display: none;}

table {
    width: 100%;
    /*overflow: hidden;*/
}

table td, table th {
    vertical-align: top;
    padding: 5px 2px;
    line-height: normal;
}

blockquote {
    border-left: 5px solid #ffcc00;
    padding: 0 0 0 40px;
    font-style: italic;
    margin-bottom: 30px;
}

blockquote p:last-child {margin-bottom: 0;}







@media all and (max-width: 992px) {
    body {font-size: 14px;}

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 16px;
    }

    h3, .h3{
        font-size:15px
    }
    h4, .h4{
        font-size:14px
    }
    h5, .h5{
        font-size:14px
    }


    .html-editor ul:not(.slick-dots) {padding-left: 28px;}
    .html-editor ol:not(.slick-dots) li,
    .html-editor ul:not(.slick-dots) li {font-size: 14px;font-weight: 500;}
    .html-editor ul:not(.slick-dots) li:before {top:6px; left: -20px;font-size: 38px;}
    .custom-list li:before {width:1rem; height:1rem; top:3px !important; font-size:12px !important;}
    .custom-list li{padding-left:25px !important;}

}

@media (max-width: 992px){
    .body{padding:40px 0;}
    .fs-14-25{font-size:14px !important; line-height: normal !important;}
    .fs-25-35{font-size:25px !important; line-height: 30px !important;}
    .fs-18-28{font-size:18px !important; line-height: 30px !important;}
    .fs-20-25{font-size:20px !important; line-height: 30px !important;}
    .fs-20-28{font-size:20px !important; line-height: 30px !important;}
    .fs-20-35{font-size:20px !important; line-height: 35px !important;}
    .fs-25-30{font-size:25px; line-height: 1.2}
    .fs-30-60{font-size:30px !important; line-height: 38px !important;}
    .fs-30-45{font-size:30px !important; line-height: 38px !important;}
    .fs-25-45{font-size:25px !important; line-height: 28px !important;}
}

@media (min-width: 992px){
    .fs-14-25{font-size:25px !important; line-height: 1.2 !important;}
    .fs-25-35{font-size:35px !important; line-height: 40px !important;}
    .fs-18-28{font-size:28px !important; line-height: 40px !important;}
    .fs-20-25{font-size:25px !important; line-height: 40px !important;}
    .fs-20-28{font-size:28px !important; line-height: 40px !important;}
    .fs-25-30{font-size:30px; line-height: 1.2}
    .fs-20-35{font-size:35px !important; line-height: 45px !important;}
    .fs-30-60{font-size:60px !important; line-height: normal !important;}
    .fs-30-45{font-size:45px !important; line-height: 55px !important;}
    .fs-25-45{font-size:45px !important; line-height: 55px !important;}
}
