.selector-for-some-widget {
  box-sizing: content-box;
}

/* HEADER STRONY - SAMA GÓRA MENU I GÓRNE ZDJĘCIE */
#header{
    background: url("../img/tło.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
@media all and (max-width: 1200px){
    #header{
        background-position: -220px 0px;   
    }
}
@media all and (max-width: 992px){
    #header{
        background-position: -300px 0px;   
    }
}
#header div{
    display: flex;
    margin: 0;
    padding: 0;
}
#header .logo h3{
    margin-top: 15px;
    margin-left: 50px;
}
#header div .menu{
    position: relative;
    height: 80px;
    width: auto;
}
#header div .menu > i{
    display: none;
}
@media all and (max-width: 992px){
    #header div .menu > i{
        display: block;
        position: relative;
        padding-left: 1px;
        padding-top: 1px;
        height: 35px;
        width: 35px;
        text-align: center;
        font-size: 2em;
        border-radius: 5px;
    }
}
#header div .menu a{
    color: white;
    width: 100%;
    text-decoration: none;
}
#header div i{
    position: relative;
    right: 20px;
    top: 20px;
    text-align: right;
    color: white;
    border: 1px solid white;
}
#header div ul{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: table;
    width: 100%;
}
@media all and (max-width: 992px){
    #header div ul{
        display: none;
    }
}
#header div ul li{
    color: white;
    top: 50%;
    position: relative;
    text-align: center;
    display: table-cell;
    display: inline-block;
    width: 15%;
    border-right: 2px solid white;
    text-shadow: 0px 0px 5px black;
}
#header div ul li:last-child{
    border-right: none;
}
#header p{
    margin-left: 50px;
    width: 55%;
    margin-top: 55px;
    margin-bottom: 80px;
}
#header h2{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Lato', sans-serif; 
    margin-left: 50px;
    color: white;
    text-shadow: 0px 0px 5px black;
}
#header a.far{
    position: absolute;
    top: 50%;
    display: block;
    height: 100px;
    width: 100px;
}
#header a.far > i{
    font-size: 6.4em;
    color: rgba(255,255,255,0.5);
    transition: 0.5s;
}
#header a.far > i:hover{
    color: white;
    transition: 0.5s;
}
/* JAK TO DZIAŁA - OPIS DZIAŁANIA NASZYCH APLIKACJI */
#how-to-work{
    padding: 50px 0px 100px 0px;
    height: auto;
    background: #fffff;
}
#how-to-work h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#how-to-work h5{
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#how-to-work .container{
    padding: 50px 0px;
    display: flex;
}
#how-to-work .container-fluid span.hr{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 1px solid #ec3a12;
    width: 100px;
    margin: 5px 0px;
}
#how-to-work .container .iteam{
    margin-top: 15px;
    height: auto;
}
#how-to-work .container .iteam > span{
    padding: 5px 11px 6px 12px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: white;
}
#how-to-work .container .iteam > i{
    width: 100%;
    font-size: 4.5em;
    color: rgba(0,0,0,0.6);
    text-align: center;
    margin-top: 15px;
}
#how-to-work .container .iteam > p.first{
    color: #ec3a12;
    text-align: center;
    margin-top: 10px;
}

/* OPIS WSZYSTKICH DODATKOWYCH FUNKCJI - FUNKCJE ZAAWANSOWANE */
#advance-features{
    padding: 50px 0px;
    height: auto;
    background: #f8f9fa;
    background: url("../img/reka-z-telefonem.png") #F8F9FA no-repeat;
    background-size: 400px 500px;
    background-position: 120px 160px;
}
@media all and (max-width: 992px){
    #advance-features{
        background: #F8F9FA;
        background-size: 0px 0px;       
    }
}
#advance-features h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#advance-features h5{
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#advance-features .container-fluid span.hr{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 1px solid #ec3a12;
    width: 100px;
    margin: 5px 0px;
}
#advance-features .container-fluid p{
    margin: 50px 0px 0px 580px;
    width: 35%;
}
@media all and (max-width: 992px){
    #advance-features .container-fluid p{
        margin: 0px;
        width: 100%;           
    }
}
#advance-features .container-fluid img{
    box-shadow: 0px 0px 10px red;
}

/* ZADOWOLENIE NASZYCH KLIENTÓW */
#customer-satisfaction{
    padding: 25px 0px 5px 0px;
    
}
#customer-satisfaction .container-fluid{
    text-align: center;
    display: flex;
}
@media all and (max-width: 768px){
    #customer-satisfaction .container-fluid{
        display: block;   
    }
}
#customer-satisfaction p{
    font-weight: bold;
    margin-top: 8px;
}
#customer-satisfaction i{
    color: #ec3a12;
    font-size: 3.5em;
}

/* ABONAMENTY NA USŁUGI */
#abonamenty{
    padding: 50px 0px 100px 0px;
    height: auto;
    background: #F8F9FA;
}
#abonamenty h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#abonamenty h5{
    text-align: center;
    color: rgba(0,0,0,0.7);
}
#abonamenty .container-fluid span.hr{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 1px solid #ec3a12;
    width: 100px;
    margin: 5px 0px;
}
#abonamenty .container-fluid{
     text-align: center;
}
#abonamenty .container-fluid a{
    border-radius: 5px;
    padding: 5px 35px;
    border: 1px solid rgba(0,0,0,0.6);
    background: #6A3435;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#abonamenty .container-fluid .box{
    position: relative;
    top: 20px;
    left: 48%;
    transform: translateX(-50%);
    margin-top: 60px;
    height: auto;
    width: 60%;
    display: flex;
}
@media all and (max-width: 768px){
    #abonamenty .container-fluid .box{
        display: block;   
    }
}
#abonamenty .container-fluid .box .iteam-container{
    margin: 0px 8px;
    border-radius: 10px;
    background: white;
    padding-bottom: 35px;
}
#abonamenty .container-fluid .box .iteam-container > i{
    margin-top: 25px;
    font-size: 3.2em;
    color: rgba(0,0,0,0.7);
}
#abonamenty .container-fluid .box .iteam-container > p{
    margin-top: 10px;
    font-weight: bold;
    color: rgba(0,0,0,0.7);
}
#abonamenty .container-fluid .box .iteam-container > p.two{
    margin-top: 17px;
}

/* KONTAKT Z NAMI */
#contact-us{
    display: block;
    width: 100%;
    height: auto;
    background: url("../img/tlo-contact-us.png") no-repeat;
    background-size: cover;
    padding: 30px 0px 15px 0px;
}
#contact-us h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 1px black;
}
#contact-us h5{
    text-align: center;
    color: white;
    text-shadow: 0px 0px 1px black;
}
#contact-us .container-fluid span.hr{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border: 1px solid rgba(255,255,255,0.8);
    width: 100px;
    margin: 5px 0px;
}
#contact-us .ddd{
    position: relative;
    display: inline-block;
}
#contact-us i{
    margin-left: -10px;
    margin-right: -10px;
    font-size: 3em;
    color: white;
}
#contact-us i.prawa{
    position: relative;
    top: -3px;
}
#contact-us .phone{
    opacity: 0.8;
    margin-top: 10px;
    margin-right: 50px;
    text-align: center;
    display: inline-block;
    width: 220px;
    border: 1px solid rgba(0,0,0,0.6);
    background: white;
    padding: 7px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.6);
}
#contact-us .phone:hover{
    cursor: pointer;
}
#contact-us .phone > i{
    margin: 0;
    font-size: 1em;
    color: black;
}
#contact-us .email{
    opacity: 0.8;
    margin-top: 10px;
    margin-left: 50px;
    text-align: center;
    display: inline-block;
    width: 220px;
    border: 1px solid rgba(0,0,0,0.6);
    background: white;
    padding: 7px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.6);
}
#contact-us .email:hover{
    cursor: pointer;
}
#contact-us .email > i{
    margin: 0;
    font-size: 1em;
    color: black;
}
#contact-us p{
    margin-top: 25px;
    color: white;
}

/* TWOJ SERWIS */
#your-service{
    padding: 50px 0px;
}
#your-service .container-fluid{
    display: flex;
}
@media all and (max-width: 992px){
    #your-service .container-fluid{
        display: block;
    }
    #your-service .left,
    #your-service .center,
    #your-service .right{
        width: 100%;
    }
}
#your-service .left h4{
    color: #CB230F;
}
#your-service .left table tr td:first-child{
    position: relative;
    left: 0px;
    width: 40px;
}
#your-service .left table tr td:first-child > i{
    position: relative;
    top: -10px;
    left: 0px;
    color: #CB230F;
}

#your-service .center{
}
#your-service .center img{
    margin: 5px 0px;
}
@media all and (max-width: 1200px){
    #your-service .center img{
        width: 100px;
        height: 100px;
    } 
}
@media all and (max-width: 992px){
    #your-service .center img{
        margin-left: 20px;   
    }
}

#your-service .right .outline-block{
    display: block;
    width: 80%;
    height: auto;
    background: #F6F6F6;
    padding: 50px 30px 50px 30px;
    text-align: center;
    margin-top: 8px;
}

#your-service .right .outline-block span{
    position: relative;
    font-weight: bold;
    display: block;
    width: 100%;
    right: 0px;
    text-align: right;
}
#your-service .right .outline-block > i{
    position: relative;
    float: right;
    display: inline-block;
    width: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.6);
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 2px;
    color: rgba(0,0,0,0.6);
}

/* NASZ SKLEP INTERNETOWY */
#web-shop .container-fluid{
    display: flex;
    min-height: 120px;
    background: #F8F9FA;
}

#web-shop .left p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#web-shop .right{
    text-align: center;
}
#web-shop .right a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid red;
    padding: 10px 60px;
    border-radius: 5px;
    background: #CB230F;
    color: white;
    font-weight: bold;
    letter-spacing: 3px;
    box-shadow: 0px 0px 5px black;
    text-decoration: none;
}

/* FOOTER */
#footer .container-fluid{
    display: flex;
    background: #1B1B1B;
    color: rgba(255,255,255,0.4);
    padding: 40px 30px;
}
@media all and (max-width: 992px){
    #footer .container-fluid{
        display: block;
    }
}
#footer h3{
    font-size: 1.2em;
    color: #CB230F;
    text-shadow: 0px 0px 0px white;
}
#footer a{
    display: block;
    text-decoration: none;
    color: rgba(255,255,255,0.4);
}
#footer p{
    display: inline-block;
}
