﻿h1 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

body {
    background-color: #f8f9fa;
    font-size: 16px
}

p {
    font-size: 18px;
}

h1 {
    font-size: 30px;
    font-weight: bold
}

h2 {
    font-size: 20px;
    font-weight: bold
}

li {
    line-height: 2;
    font-size: 16px;
}


.naglowek {
    background-color: #ffffff;
}

.pasek {
    background-image: url("https://serwer1328789.home.pl/ebay/img/walki.jpg");
    background-size: cover;
}

.pasek-content {
    position: relative;
}

.pasek-prawa img {
    position: absolute;
    right: 0;
    top: -50px;
}

.pasek-txt-czerw {
    font-size: 18pt;
    color: #f51e46;
    line-height: 0.5;
    font-weight: bold;
}

.pasek-txt-bialy {
    color: #fff;
    font-size: 14pt;
    line-height: 0.5;
}

.stopka {
    background-image: url("https://serwer1328789.home.pl/ebay/img/walki-dol.jpg");
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .stopka h2 {
        color: #f51e46;
        font-size: 26px;
    }

    .stopka p {
        color: #ffffff;
        font-size: 24px;
        line-height: 1.2;
    }

.about_icon {
    text-align: center;
}

    .about_icon i {
        margin-bottom: 25px;
        color: #f51e46;
        font-size: 30px;
        height: 65px;
        width: 65px;
        line-height: 65px;
        display: inline-block;
        background: #fff;
        border-radius: 35px;
        box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
    }

@media (max-width: 1200px) {
    .pasek-txt-czerw, .pasek-txt-bialy {
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .pasek-prawa img {
        top: 0;
    }

    .stopka h2 {
        font-size: 22px;
    }

    .stopka p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .pasek-prawa img {
        position: relative;
        width: 50% !important;
    }

    .stopka img {
        width: 40% !important;
    }
}
