body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: black;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 24px;
    color: #011f2c;
}

.h1 span, h1 span, .h2 span, h2 span, .h3 span, h3 span, .h4 span, h4 span, .h5 span, h5 span, .h6 span, h6 span,
.h1 i, h1 i, .h2 i, h2 i, .h3 i, h3 i, .h4 i, h4 i, .h5 i, h5 i, .h6 i, h6 i {
    color: #f37e0f;
}

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

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

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

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

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

p, ul, ol, a  {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #484848;
}

.p1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #484848;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #484848 ;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #484848 ;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p4 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #484848;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #484848 ;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p6 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #484848 ;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.p7 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #484848 ;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

/* edytor tekstowy */

.text-editor h1 {
    font-weight: 300;
    font-size: 36px;
}

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

.text-editor h3 {
    font-weight: 300;
    font-size: 26px;

}

.text-editor h4 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.text-editor h5 {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.text-editor h6 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
}

.text-editor p, .text-editor ul, .text-editor ol, .text-editor table td {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
    opacity: 0.9;
    color: #56595e;
}



.text-editor table {
    margin-bottom: 24px;
}

.text-editor blockquote {
    padding: 24px;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 300;
    opacity: 0.9;
    color: #56595e;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 5px;
    border-left: 4px solid #001f2c;
    font-style: italic;
}

.text-editor ul, .text-editor ol {
    padding: 0;
}

.text-editor ul, .text-editor ol {
    padding-left: 12px;
}

.text-editor ul li, .text-editor ol li  {
    padding-left: 6px;
    position: relative;
    margin-bottom: 6px;
}

.text-editor ul li:last-child, .text-editor ol li:last-child {
    margin-bottom: 0;
}

.text-editor ul {
    list-style: none;
    counter-reset: num;
}

.text-editor ul li {
    counter-increment: num;
    position: relative;
    padding-left: 30px;
}

.text-editor ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: #085485;
    position: absolute;
    left: 1px;
    top: 9px;
    border-radius: 5px;
}

.text-editor ol {
    list-style: none;
    counter-reset: num;
}

.text-editor ol li {
    counter-increment: num;
    padding-left: 30px;
}

.text-editor ol li::before {
    content: counter(num) ". ";
    color: #021f2c;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bolder;
}

.text-editor .ql-align-center {
    text-align: center;
}

.text-editor .ql-align-right {
    text-align: right;
}

.text-editor .ql-align-justify {
    text-align: justify;
}

.text-editor a {
    font-weight: 300;
    color: #56595e;
}

.text-editor  a:hover {
    color: #072431;
}

.text-editor * {
    margin-top: 0;
}

.technicals {
    
}

.technicals .item {
    border: 1px solid #e6e6e6;
    border-top: none;
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    display: flex;
}

.technicals .item:first-child {
    border-top: 1px solid #e6e6e6;
}

.technicals .item span {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    opacity: 0.9;
    color: #56595e;
    margin: 0;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.technicals .item span.name {
    width: 40%;
    display: block;
    float: left;
    color: #011f2c;
    border-right: 1px solid #e6e6e6;
    font-weight: 300;
}

.technicals .item span.name.big {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #011f2c;
    border-right: none;
    background-color: #f2f2f2;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
}

.technicals .item span.value {
    width: 60%;
    display: block;
    float: left;
}