body{
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0px !important;
}
 
a[href^="tel:"] {
    text-decoration: none; 
    color: inherit; 
    outline: none; 
}
/* ------------------------------------------------------------------------------------------------------------- */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#Top{
    text-align: center;
    background-color:#FAFAFA ;
    width: 100%;
    height: 40px;
    color: black;
    border-bottom: 1px solid black;
}

#Top_Container
{
    display: inline-block;
    text-align: center;
    width: 80vw;
    margin: 8px;
    font-weight: 600;
    max-width: 1600px;
}

#Top_Id1{
    display: inline-block;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    line-height: 150%;
    border-right: 1px solid black;
}

#Top_Id2{
    display: inline-block;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    line-height: 150%;
    border-right: 1px solid black;
}

#Top_Id3{
    display: inline-block;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    line-height: 150%;
}

#Top_Id1 svg{
    float: left;
}

#Top_Id2 svg{
    float: left;
}

#Top_Id3 svg{
    float: left;
}

@media screen and (min-width:2000px){
    #Top_Id1{
        padding-left: 96px;
        padding-right: 96px;
    }
    
    #Top_Id2{
        padding-left: 96px;
        padding-right: 96px;
    }
    
    #Top_Id3{
        padding-left: 96px;
        padding-right: 96px;
    }
}

@media screen and (max-width:1300px){
    #Top{
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */

#Banner
{
    text-align: center;
    width: 100%;
    position: relative;
}

.Banner_Logo{
    padding-top: 20px ;
}

.Inscription_Protktor{
    width: 657px;
    height: 143px;
}

@media screen and (max-width:1100px){

    .Inscription_Protktor{
        width: 60%;
        height: 60%;
    }
}

@media screen and (max-width:800px){

    .Inscription_Protktor{
        width: 70%;
        height: 70%;
    }
}

/* ------------------------------------------------------------------------------------------------ */

    #Buttons
    {
        text-align: center;
        background-color: #212121;
        height: 55px;
        position: sticky;
        width: 100%;
        z-index: 100;
        filter: drop-shadow(0px 10px 10px gray);
        top: 0;
    }

    .Buttons_ol1
    {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 25px;
        line-height: 200%;
        display: inline-block;
        width: 1100px;
    }
    .Buttons_ol1 .Buttons_a1
    {
        color: white;
        text-decoration: none;
        display: block;
        height: 54px;
        cursor: pointer;
    }

    .Buttons_ol1 .Buttons_a1_Nasze_Usługi{
        color: white;
        text-decoration: none;
        display: block;
        height: 54px;
        cursor: pointer;
    }

    .Buttons_ol1 > .Buttons_li1
    {
        float: left;
        width: 220px;
        height: 54px;
    }

    .Buttons_ol1 > .Buttons_li1:hover
    {
        background-color: #333333 ; 
        position: relative;
        z-index: 100;
        transition: background-color 200ms ease;
    }

    .Ikona_Telefon{
        display: none;
    }

    .phone{
        display: none;
    }

@media screen and (max-width:1200px){

    .Buttons_ol1
    {
        display: none;
    }

    #Buttons{
        height: 45px;
        filter: none
    }

    .phone{
        display: block;
    }

    .Phone_Logo{
        float: left;
        margin: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        width: 161px;
        height: 35px;
    }

    .hamburger {
        display: none;
        font-size: 30px;
        padding: 0px;
        cursor: pointer;
        height: 45px;
        width: fit-content;
        float: left;
        margin-left: 5px;
        display: block;
    }
    
    .side-menu {
        position: fixed;
        top: 0;
        left: -220px;
        width: 220px;
        height: 100vh;
        background-color: #212121;
        color: #fff;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    }
    
    .side-menu ul {
        list-style: none;
        padding: 20px;
        margin: 0px;
    }

    .side-menu ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }
    
    .side-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        font-weight: 100;
    }

    .side-menu ul li .Buttons_a1_Nasze_Usługi {
        color: white;
        text-decoration: none;
        font-size: 18px;
        font-weight: 100;
        line-height: 130%;
    }

    .side-menu ul li .Buttons_a1_Nasze_Usługi .arrow_down {
        position: absolute;
        transform: rotate(-90deg);
        transition: transform 0.3s ease;
    }

    .side-menu ul li.open2 > .Buttons_a1_Nasze_Usługi .arrow_down {
        transform: rotate(0deg);
    }

    .submenu {
        list-style: none;
        padding-left: 20px;
        max-height: 0;          
        opacity: 0;             
        visibility: hidden;   
        overflow: hidden;
        transition: max-height 1s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
    }

    .side-menu.open {
        left: 0;
    }

    .submenu {
        list-style: none;
        padding-left: 20px;
        max-height: 0;         
        opacity: 0;           
        visibility: hidden;     
        overflow: hidden;       
        transition: max-height 1s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out; 
        padding: 0px;
    }

    .arrow_right {
        vertical-align: -2px; 
        margin-left: 0px;       
    }

    .submenu li:first-child{
        padding-top: 20px;
    }

    .submenu li:last-child{
        padding-bottom: 0px;
    }

    #Nasze_Usługi.open2 .submenu {
        max-height: 500px; 
        opacity: 1;        
        visibility: visible; 
        transition: max-height 2s ease-out, opacity 2s ease-out, visibility 0.3s ease-out; 
    }

}



/* ------------------------------------------------------------------------------------------------------------- */
.Buttons_ol1 > .Buttons_li1:hover > .Buttons_ul1
{
    display: block;
}

.Buttons_ol1 > .Buttons_li1 > .Buttons_ul1
{
    list-style-type: none;
    text-align:left;
    padding: 0;
    display: none;
    background-color: #212121;   
}

.Buttons_ol1 > .Buttons_li1 > .Buttons_ul1 > .Buttons_li2
{
    position: relative;
    transition-duration: 200ms;
}

.Buttons_ol1 > .Buttons_li1 > .Buttons_ul1 > .Buttons_li2:hover{
    background-color: #333333;
}

.Buttons_a2{
    text-decoration: none;
    color: white;
    display: block;
}

.Buttons_svg1{
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.Buttons_a2:hover > .Buttons_svg1{
    transform: translateX(5px);
}

/* ------------------------------------------------------------------------------------------------------------- */

.Swiper_Obraz{
    width: 1864px;
    height: 706px;
}

@media screen and (max-width:1864px){

    .Swiper_Obraz{
        width: 100% ;
        height: 100% ;
    }

}

@media screen and (min-width:1864px){

    .Swiper_Obraz{
        width: 100% ;
        height: 100% ;
    }
    
}

/* ------------------------------------------------------------------------------------------------------------- */

.caption{
    text-align: center; 
    width: 100%;
    font-size: xx-large;
    cursor: default;
}

.Name{
    padding-top: 30px;
    margin: 0px; 
}

.Line_Container{
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.Line{
    width: 100px;
    height: 3px;
    background-color: #FF6900;
}

@media screen and (max-width: 1200px){

    .caption{
        font-size: x-large;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */

.space{
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
}

/* ------------------------------------------------------------------------------------------------------------- */

.Wstęp{
    text-align: center;
    width: 100%;
    height: 640px;
    cursor: default;
    margin-top: 70px;
}

.Ikona1{
    display: inline-block;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
    height: 550px;
    width: 380px;
    filter: drop-shadow(0px 10px 10px gray);
    transition-duration: 0.3s;
}

.Ikona1:hover{
    filter: drop-shadow(0px 10px 10px #FF6900);
}

.Ikona2{
    display: inline-block;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
    height: 550px;
    width: 380px;
    filter: drop-shadow(0px 10px 10px gray);
    transition-duration: 0.3s;
}

.Ikona2:hover{
    filter: drop-shadow(0px 10px 10px #FF6900);
}

.Ikona3{
    display: inline-block;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
    height: 550px;
    width: 380px;
    filter: drop-shadow(0px 10px 10px gray);
    transition-duration: 0.3s;
}

.Ikona3:hover{
    filter: drop-shadow(0px 10px 10px #FF6900);
}

.Ikony{
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 70px;
    margin-bottom: 40px;
    border: 4px solid #212121;
    border-radius: 100%; 
}

.Ikony_Tytuł_h2{
    font-size: xx-large;
}

.Text{
    height: 200px;
    width: 340px;
    overflow: hidden;
    display: inline-block;
    word-wrap: break-word;
    font-weight: 600;
    line-height: 200%;
}

@media screen and (max-width:1400px){
    .Wstęp{
        text-align: center;
        width: 100%;
        height: 520px;
        cursor: default;
        margin-top: 40px;
    }
    
    .Ikona1{
        display: inline-block;
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: white;
        height: 470px;
        width: 300px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona1:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikona2{
        display: inline-block;
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: white;
        height: 470px;
        width: 300px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona2:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikona3{
        display: inline-block;
        border-radius: 10px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: white;
        height: 470px;
        width: 300px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona3:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikony{
        margin-left: 90px;
        margin-right: 90px;
        margin-top: 30px;
        margin-bottom: 20px;
        border: 4px solid #212121;
        border-radius: 100%; 
    }

    .Ikony svg{
        height: 100px;
        width: 100px;
    }
    
    .Ikony_Tytuł_h2{
        font-size: xx-large;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .Text{
        height: 200px;
        width: 240px;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;
        font-weight: 600;
        line-height: 200%;
    }
}

@media screen and (max-width:1200px){
    .Wstęp{
        text-align: center;
        width: 100%;
        height: 380px;
        cursor: default;
        margin-top: 0px;
    }
    
    .Ikona1{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona1:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikona2{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona2:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikona3{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona3:hover{
        filter: drop-shadow(0px 10px 10px #FF6900);
    }
    
    .Ikony{
        margin-left: 80px;
        margin-right: 80px;
        margin-top: 20px;
        margin-bottom: 0px;
        border: 3px solid #212121;
        border-radius: 100%; 
    }

    .Ikony svg{
        height: 60px;
        width: 60px;
    }
    
    .Ikony_Tytuł_h2{
        font-size: x-large;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .Text{
        height: 110px;
        width: 200px;
        display: inline-block;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 600;
        line-height: 200%;
        text-align: center;
        overflow: visible;
    }

}

@media screen and (max-width:1000px){

    .Ikona1:hover{
        filter: drop-shadow(0px 10px 10px gray);
    }

    .Ikona2:hover{
        filter: drop-shadow(0px 10px 10px gray);
    }

    .Ikona3:hover{
        filter: drop-shadow(0px 10px 10px gray);
    }

}

@media screen and (max-width:900px){

    .Wstęp{
        text-align: center;
        width: 100%;
        height: 760px;
        cursor: default;
        margin-top: 0px;
    }

    .Ikona3{
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 15px;
    }
}

@media screen and (max-width:600px){

    .Wstęp{
        text-align: center;
        width: 100%;
        height: 1150px;
        cursor: default;
        margin-top: 0px;
    }
    
    .Ikona1{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        margin-left: 15vw;
        margin-right: 15vw;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona2{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        margin-left: 15vw;
        margin-right: 15vw;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikona3{
        display: inline-block;
        border-radius: 10px;
        margin: 30px;
        margin-left: 15vw;
        margin-right: 15vw;
        background-color: white;
        height: 320px;
        width: 230px;
        filter: drop-shadow(0px 10px 10px gray);
        transition-duration: 0.3s;
    }
    
    .Ikony{
        margin-left: 80px;
        margin-right: 80px;
        margin-top: 20px;
        margin-bottom: 0px;
        border: 3px solid #212121;
        border-radius: 100%; 
    }

    .Ikony svg{
        height: 60px;
        width: 60px;
    }
    
    .Ikony_Tytuł_h2{
        font-size: x-large;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .Text{
        height: 180px;
        width: 200px;
        display: inline-block;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 600;
        line-height: 200%;
        text-align: center;
        overflow: visible;
    }

}

/* --------------------------------------------------------------------------------------------------- */

.Oferta_Tytuł_Białystok_Text_Container{
    text-align: center;
    width: 100%;
    cursor: default;
    margin-top: 40px;
    margin-bottom: 40px;
}

.Oferta_Tytuł_Białystok_Text{
    display: inline-block;
    width: 70%;
    height: 100%;
    font-weight: 600;
    line-height: 200%;
    text-align: justify;
    max-width: 980px;
}

#space_start{
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
}

@media screen and (max-width:1200px){
    .Oferta_Tytuł_Białystok_Text_Container{
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .Oferta_Tytuł_Białystok_Text{
        font-size: 15px;
    }

}

@media screen and (max-width:500px){
    .Oferta_Tytuł_Białystok_Text{
        text-align: left;
    }

}
/* ------------------------------------------------------------------------------------ */

.Okno{
    width: 100%;
    height: 500px;
    margin-top: 100px;
    position: relative;
}

.Okno::before{
    background-image: url("obrazy/salon.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    filter:brightness(50%);
    content: "";
    position: absolute;
    inset: 0;
}


.Okno_Container{
    text-align: center
}

.Okno_Blok{
    display: inline-block;
    text-align: center;
    width: 300px;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    isolation: isolate;


    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: 20px;
    margin-right: 20px;
}

.Okno_Blok_Svg{
    display: inline-block;
    margin-top: 10px;
}

.Okno_Blok_Liczba{
    font-size: 40px;
    font-weight: 900;
    color: #FF6900;
}

.Okno_Blok_Liczba_Plus{
    font-size: 40px;
    font-weight: 900;
    color: #FF6900;
    margin-right: 26px;
}

.Okno_Blok_Liczba_Plus::after{
    content: "+";
    position: absolute;
}

.Okno_Blok_Text{
    font-weight: 600;
}

.space2{
    margin-top: 100px;
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
}

.break{
    display: none;
}

.liczby{
    display: none;
}

.liczby_plus{
    display: none;
}

@media screen and (max-width:1400px){

    .Okno{
        width: 100%;
        height: 400px;
        margin-top: 80px;
        position: relative;
    }

    .Okno_Blok{
        display: inline-block;
        text-align: center;
        width: 200px;
        height: 200px;
        background-color: white;
        border-radius: 10px;
        isolation: isolate;
    
    
        margin-top: 100px;
        margin-bottom: 100px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .space2{
        margin-top: 80px;
    }

    .break{
        display: none;
    }
}

@media screen and (max-width:1000px){
    .Okno_Blok_Liczba{
        display: none;
    }
    
    .Okno_Blok_Liczba_Plus{
        display: none;
    }
    
    .Okno_Blok_Liczba_Plus::after{
        display: none;
    }

    .liczby_plus{
        display: block;
        font-size: 40px;
        font-weight: 900;
        color: #FF6900;
        margin-right: 26px;
    }

    .liczby{
        display: block;
        font-size: 40px;
        font-weight: 900;
        color: #FF6900;
    }

    .liczby_plus::after{
        content: "+";
        position: absolute;
    }
}  

@media screen and (max-width:1000px){
    .Okno{
        width: 100%;
        height: fit-content;
        margin-top: 80px;
        position: relative;
    }

    .Okno_Blok{
        display: inline-block;
        text-align: center;
        width: 200px;
        height: 200px;
        background-color: white;
        border-radius: 10px;
        isolation: isolate;
    
    
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }


    .space2{
        margin-top: 80px;
    }

    #Okno_Blok_1{
        margin-bottom: 15px;
    }

    #Okno_Blok_2{
        margin-bottom: 15px;
    }

    #Okno_Blok_3{
        margin-top: 10px;
    }

    #Okno_Blok_4{
        margin-top: 10px;
    }

    .break{
        display: block;
    }
    
}

@media screen and (max-width:500px){

    .Okno{
        width: 100%;
        height: 1080px;
        margin-top: 80px;
        position: relative;
    }
      
    .Okno_Blok{
        display: inline-block;
        text-align: center;
        width: 200px;
        height: 200px;
        background-color: white;
        border-radius: 10px;
        isolation: isolate;
      
      
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 50px;
        margin-right: 50px;
    }
      
    .space2{
        margin-top: 80px;
    }
      
    .break{
        display: none;
    }
      
    #Okno_Blok_1{
        margin-bottom: 40px;
    }

    #Okno_Blok_2{
        margin-bottom: 40px;
    }

    #Okno_Blok_3{
        margin-top: 30px;
    }

    #Okno_Blok_4{
        margin-top: 30px;
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Oferta_Tytuł_Doradztwo_Text_Container{
    text-align: center;
    width: 100%;
    cursor: default;
    margin-top: 40px;
    margin-bottom: 40px;
}

.Oferta_Tytuł_Doradztwo_Text{
    display: inline-block;
    width: 70%;
    height: 100%;
    font-weight: 600;
    line-height: 200%;
    text-align: justify;
    max-width: 980px;
}

@media screen and (max-width:1200px){
    .Oferta_Tytuł_Doradztwo_Text_Container{
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .Oferta_Tytuł_Doradztwo_Text{
        font-size: 15px;
    }
}

@media screen and (max-width:500px){
    .Oferta_Tytuł_Doradztwo_Text_Container{
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
        cursor: default;
    }

    .Oferta_Tytuł_Doradztwo_Text{
        width: 70%;
        text-align: left;
        font-size: 15px;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */

.Oferta_Container{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    cursor: default;
}

.Oferta_Blok{
    width: 300px;
    height: 600px;
    display: inline-block;
    background-color: white;
    border: solid 1px #232323;
    margin-left: 10px;
    margin-right: 10px;
    transition-duration: 500ms;
}

.Oferta_Blok:hover{
    background-color: #FF6900;
    color: white;
    transition: background-color 400ms ease;
}

.Oferta_Blok:hover svg{
    fill:white;
}

.Oferta_Blok_Ikona{
    margin-top: 30px;
}

.Oferta_Nagłówek{
    text-align: center;
}

.Oferta_Blok_Nagłówek_h2{
    margin-top: 20px;
    margin-bottom: 20px;
}

.Oferta_Blok_Text{
    height: 240px;
    width: 280px;
    line-height: 200%;
    font-weight: 600;
    display: inline-block;
}

.Oferta_Blok_Przycisk {
    background-color: #1A1A1A;
    color: white;
    border: 0px;
    padding: 10px;
    border-radius: 1000px;
    width: 180px;
    height: 44px; 
    display: flex; 
    justify-content: right; 
    align-items: center; 
    margin-top: 20px;
    cursor: pointer;
    transition-duration: 500ms;
    margin-left: auto;
    margin-right: auto;
}

.Oferta_Blok_Przycisk svg{
    margin-right: 25px;
    margin-left: 5px;
}

.Oferta_Blok a{
    text-decoration: none ;
}

.Oferta_Blok:hover .Oferta_Blok_Przycisk svg {
    fill: #FF6900;
}

.Oferta_Blok_Przycisk:hover{
    background-color: #121212;
    transition: background-color 500ms ease;
}

.break2{
    display: none;
}

@media screen and (max-width:1400px){
    .Oferta_Container{
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
        cursor: default;
    }
    
    .Oferta_Blok{
        width: 270px;
        height: 600px;
        display: inline-block;
        background-color: white;
        border: solid 1px #232323;
        margin-left: 10px;
        margin-right: 10px;
        transition-duration: 500ms;
    }
    
    .Oferta_Blok:hover{
        background-color: #FF6900;
        color: white;
        transition: background-color 400ms ease;
    }
    
    .Oferta_Blok:hover svg{
        fill:white;
    }
    
    .Oferta_Blok_Ikona{
        margin-top: 30px;
    }

    .Oferta_Blok_Ikona svg{
        width: 120px;
        height: 120px;
    }
    
    .Oferta_Nagłówek{
        text-align: center;
    }
    
    .Oferta_Blok_Nagłówek_h2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .Oferta_Blok_Text{
        height: 260px;
        width: 260px;
        line-height: 200%;
        font-weight: 600;
        display: inline-block;
        overflow: hidden;
    }
}

@media screen and (max-width:1200px){
    .Oferta_Container{
        margin-top: 25px;
        text-align: center;
        cursor: default;
        margin-top: 30px;
        margin-bottom: 30px;
        height: fit-content;
    }
    
    .Oferta_Blok{
        width: 230px;
        height: 460px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    
    .Oferta_Blok:hover{
        background-color: #FF6900;
        color: white;
        transition: background-color 400ms ease;
    }
    
    .Oferta_Blok:hover svg{
        fill:white;
    }

    .Oferta_Blok:hover .Oferta_Blok_Przycisk svg {
        fill: #FF6900;
    }
    
    .Oferta_Blok_Ikona{
        margin-top: 20px;
    }
    
    .Oferta_Blok_Ikona svg{
        width: 90px;
        height: 90px;
    }

    .Oferta_Nagłówek{
        text-align: center;
    }
    
    .Oferta_Blok_Nagłówek_h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .Oferta_Blok_Text{
        height: 220px;
        width: 220px;
        font-size: 14px;
    }
    
    .Oferta_Blok_Przycisk{
        margin-top: 10px;
    }

    .break2{
        display: none;
    }
}

@media screen and (max-width:1025px){
    .Oferta_Container{
        margin-top: 25px;
        text-align: center;
        cursor: default;
        margin-top: 30px;
        margin-bottom: 30px;
        height: fit-content;
    }

    .Oferta_Blok{
        width: 230px;
        height: 460px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .break2{
        display: block;
        height: 20px;
    }

    .Oferta_Blok:hover {
        background-color: inherit;
        color: inherit;
        transition: none; 
    }

    .Oferta_Blok:hover svg {
        fill: inherit;
    }
}

@media screen and (max-width:510px){

    .Oferta_Container{
        margin-top: 25px;
        text-align: center;
        cursor: default;
        margin-top: 20px;
        margin-bottom: 0px;
        height: 2000px;
    }
    
    .Oferta_Blok{
        width: 230px;
        height: 460px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .Oferta_Blok_Ikona{
        margin-top: 20px;
    }
    
    .Oferta_Blok_Ikona svg{
        width: 90px;
        height: 90px;
    }

    .Oferta_Nagłówek{
        text-align: center;
    }
    
    .Oferta_Blok_Nagłówek_h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .Oferta_Blok_Text{
        height: 220px;
        width: 220px;
        font-size: 14px;
    }

    .break2{
        display: none;
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Wycena{
    text-align: center;
}

.Wycena_Container{
    width: 900px;
    height: 300px;
    margin-top: 100px;
    position: relative;
    display: inline-block;
    filter: drop-shadow(0px 0px 10px gray);
}

.Wycena_Container::before{
    background-image: url("obrazy/wycena.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter:brightness(80%);
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
}

.Wycena_h2{
    isolation: isolate;
    color: white;
    font-size: 35px;
    position: absolute;
    left: 50px;
}

.Wycena_Text{

    position: absolute;
    font-weight: 600;
    top: 120px;
    left: 70px;
    color: white;
    font-size: 25px;
    line-height: 50px;

}

.Wycena_Button{
    isolation: isolate;
    border: 0;
    background-color: #121212;
    color: white;
    width: 220px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    top: 220px;
    right: 100px;
    line-height: 175%;
    text-align: center;
    transition-duration: 500ms;
    cursor: pointer;
    padding: 0px;
    padding-left: 0px;
    padding-right: 25px;
}

.Wycena_Button:hover{
    filter: drop-shadow(0px 0px 10px #FF6900);
    transform: translateX(2px);
}

.Wycena_Button svg{
    margin-right: 20px;
    margin-left: 5px;
    position: absolute;
}

@media screen and (max-width:1400px){
    .Wycena{
        text-align: center;
        height: 370px;
    }

    .Wycena_Container{
        width: 700px;
        height: 220px;
        margin-top: 90px;
    }

    .Wycena_h2{
        left: 109px;
        top: 20px;
    }

    .Wycena_h2, h2{
        margin: 0px;
    }
    
    .Wycena_Text{
        top: 90px;
        left: 135px;
    }
    
    .Wycena_Button{
        top: 250px;
        right: 0px;
    }
}

@media screen and (max-width:1200px){
    .Wycena{
        text-align: center;
        height: 320px;
    }

    .Wycena_Container{
        width: 550px;
        height: 200px;
        margin-top: 80px;
    }

    .Wycena_h2{
        left: 70px;
        top: 20px;
        font-size: 30px;
    }

    .Wycena_h2, h2{
        margin: 0px;
    }
    
    .Wycena_Text{
        top: 90px;
        left: 104px;
        font-size: 20px;
        line-height: 150%;
    }
    
    .Wycena_Button{
        top: 220px;
        right: 0px;
    }
}

@media screen and (max-width:600px){

    .Wycena{
        text-align: center;
        height: 350px;
    }

    .Wycena_Container{
        width: 90%;
        height: 150px;
        margin-top: 70px;
    }

    .Wycena_Container::before{
        background-image: url("obrazy/wycena.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        filter:brightness(80%);
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
    }

    .Wycena_Text{

        position: absolute;
        font-weight: 600;
        width: 100%;
        top: 70px;
        left: 0px;
        color: white;
        font-size: 30px;
        line-height: 20px;
        font-size: 15px;
        text-align: center;
        isolation: isolate;
    }

    .Wycena_h2{
        text-align: center;
        width: 100%;

        isolation: isolate;
        color: white;
        font-size: 20px;
        position: absolute;
        left: 0px;
        margin: 0px ;
    }

    .Wycena_h2 h2{
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .Wycena_Button{
        isolation: isolate;
        border: 0;
        background-color: #121212;
        color: white;
        width: 180px;
        height: 45px;
        border-radius: 50px;
        position: absolute;
        top: 165px;
        right: 0px;
        line-height: 175%;
        text-align: center;
        transition-duration: 500ms;
        cursor: pointer;
        font-size: 13px;
        padding: 0px;
        padding-left: 0px;
        padding-right: 22px;
    }
    
    .Wycena_Button:hover{
        filter: drop-shadow(0px 0px 10px #FF6900);
        transform: translateX(2px);
    }
    
    .Wycena_Button svg{
        margin-right: 0px;
        margin-left: 2px;
        position: absolute;
        top:10.5px
    }

    #interspace{
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */

#Footer
{
    width: 100%;
    height: 300px;
    background-color: #212121;
    margin-top: 100px;
    text-align: center;
    cursor: default;
}
#Socials
{
    width: 25%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    line-height: 70%;
    max-width: 500px;
}
#Informacje
{
    width: 25%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    line-height: 70%;
    max-width: 500px;
}
#Kontakt
{
    width: 25%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    line-height: 70%;
    max-width: 500px;
}

.Nagłowek{
    color: white;
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.To{
    width: 100%;
    display: inline-block;
    font-size: x-large;
    font-weight: 600;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.To .śródtytuł {
    display: block;
    text-align: left;
    width: 155px;
    line-height: 100%;
}

.Info{
    color: white;
    display: flex;
    justify-content: center; 
    align-items: center;
    line-height: 150%;
}

.Info a {
    text-decoration: none;
    color: white;
    width: 165px;
    text-align: left;
    margin-left: 10px;
}

.Info svg{
    float:left
}

@media screen and (max-width: 1000px) {
    #Socials
    {
        width: 30%;
        height: 300px;
        display: inline-block;
    }
    #Informacje
    {
        width: 30%;
        height: 300px;
        display: inline-block;
    }
    #Kontakt
    {
        width: 30%;
        height: 300px;
        display: inline-block;
    }
}

@media screen and (max-width: 600px) {
    #Footer
    {
        width: 100%;
        height: fit-content;
        background-color: #212121;
        margin-top: 0px;
        text-align: center;
        cursor: default;
            
    }
    #Socials
    {
        width: 100%;
        height: 250px;
        display: inline-block;
        line-height: 50%;
    }
    #Informacje
    {
        width: 100%;
        height: 280px;
        display: inline-block;
        line-height: 50%;
    }
    #Kontakt
    {
        width: 100%;
        height: 280px;
        display: inline-block;
        line-height: 50%;
    }
    
    .Nagłowek{
        color: white;
        width: 100%;
        height: 50px;
        margin-top: 50px;
    }
    
    .To{
        width: 100%;
        display: flex;
        justify-content: center; 
        align-items: center;
        font-size: x-large;
        font-weight: 600;
    }

    .To .śródtytuł {
        display: block;
        text-align: left;
        width: 155px;
        margin-left: 30px;
    }
    
    .Info{
        color: white;
        margin-left: 0;
        line-height: 150%;
        width: 100%;
        display: flex;
        justify-content: center; 
        align-items: center;
        font-size: 16px;
    }

    .Info a {
        text-decoration: none;
        color: white;
        width: 165px;
        text-align: left;
        margin-left: 40px;
    }

    .Info svg{
        display: inline-block;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */

#Copyright
{
    width: 100%;
    height: 40px;
    border-top: 1px solid #414141;
    color: white;
    background-color: #212121;
    text-align: center;
    cursor: default;
}
p
{
    padding-top: 10px;
    margin: 0px;
}

@media screen and (max-width:400px){
    #Copyright
    {
        font-size: clamp(4vw, 4vw ,4vw);
    }
}

/* ------------------------------------------------------------------------------------------------------------- */
.O_Firmie_Wstęp{
    height: 660px;
    width: 100%;
    text-align: center;
    cursor: default;
}

.O_Firmie_Container{
    width: 500px;
    height: 550px;
    background-color: white;
    display: inline-block;
    border: solid 2px #232323;
    border-radius: 10px;
    margin: 40px;
}

.O_Firmie_Ikona{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
}

.O_Firmie_Pod_Tytuł_h2{
    font-size: xx-large;
    margin-top: 0px;
    margin-bottom: 20px;
}

.O_Firmie_Tekst{
    width: 400px;
    height: 200px;
    word-wrap: break-word;
    font-weight: 600;
    line-height: 200%;
    display: inline-block;
    
}

@media screen and (max-width:800px){
    .O_Firmie_Wstęp{
        height: 480px;
        width: 100%;
        text-align: center;
        cursor: default;
    }
    

    .O_Firmie_Container{
        width: 300px;
        height: 410px;
        background-color: white;
        display: inline-block;
        border: solid 2px #232323;
        border-radius: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        transition-duration:2s;
    }

    .O_Firmie_Ikona {
        margin-left: 60px;
        margin-right: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
    }

    .O_Firmie_Ikona svg{
        width: 130px;
        height: 130px;
    }

    .O_Firmie_Pod_Tytuł_h2{
        font-size: x-large;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .O_Firmie_Tekst{
        width: 280px;
        height: 230px;
        font-size: 14px;
        word-wrap: break-word;
        font-weight: 600;
        line-height: 200%;
        display: inline-block;
        
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Kontakt{
    padding-top: 40px;
    margin: 0px;
}

@media screen and (max-width:800px){

    .Kontakt{
        padding-top: 20px;
        margin: 0px; 
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Kontakt_Wstęp{
    width: 100%;
    height: 390px;
    cursor: default;
}

.Kontakt_Container{
    width: 100%;
    height: 400px;
    text-align: center;
    margin-top: 0px;
    position: relative;
}

.Kontakt_Ikony{
    width: 400px;
    height: 200px;
    display: inline-block;
    background-color: white;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 100px;
    transition-duration: 200ms;
    position: relative;
    filter: drop-shadow(0px 0px 5px grey);
    
}

.Kontakt_Ikona{
    background-color: black;
    width: 100px;
    position: absolute;
    left: 150px;
    bottom: 150px;
}

.Kontakt_Tytuł_h2{
    font-size: xx-large;
    margin-top: 70px;
    margin-bottom: 10px;
}

.Kontakt_Text{
    font-weight: 700;
    font-size: x-large;
    line-height: 150%;
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0px
}

#anchor{
    position: absolute;
    top: 50%;
    left: 50%;
}

@media screen and (max-width:1387px){

    .Kontakt_Wstęp{
        width: 100%;
        height: 690px;
        cursor: default;
    }

}

@media screen and (max-width:1200px){

    .Kontakt_Wstęp{
        width: 100%;
        height: 240px;
        cursor: default;
    }
    
    .Kontakt_Container{
        width: 100%;
        height: 690px;
        text-align: center;
        margin-top: 0px;
        position: relative;
    }
    
    .Kontakt_Ikony{
        width: 250px;
        height: 125px;
        display: inline-block;
        background-color: white;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 70px;
        margin-bottom: 20px;
        transition-duration: 200ms;
        position: relative;
        filter: drop-shadow(0px 0px 5px grey);
        
    }
    
    .Kontakt_Ikona{
        background-color: black;
        width: 60px;
        position: absolute;
        left: 95px;
        bottom: 95px;
    }

    .Kontakt_Ikona svg{
        width: 60px;
        height: 60px;
    }
    
    .Kontakt_Tytuł_h2{
        font-size: x-large;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .Kontakt_Text{
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0px
    }

}

@media screen and (max-width:937px){

    .Kontakt_Wstęp{
        width: 100%;
        height: 460px;
        cursor: default;
    }

}

@media screen and (max-width:623px){

    .Kontakt_Wstęp{
        width: 100%;
        height: 690px;
        cursor: default;
    }

    #anchor{
        position: absolute;
        top: 120%;
        left: 50%;
    }

}

    

/* ------------------------------------------------------------------------------------------------------------- */

.Napisz_Do_Nas{
    padding-top: 40px;
    margin: 0px;
}

@media screen and (max-width:800px){

    .Napisz_Do_Nas{
        padding-top: 20px;
        margin: 0px;
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Napisz_do_nas_container{
    text-align: center;
    margin-top: 40px;
}

.Formularz_Container{
    width: fit-content;
    display: inline-block;
}

.Formularz{
    width: fit-content;
    display: inline-block;
    height: fit-content;
}

.Dane{
    font-size: large;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}

.Dane2{
    font-size: large;
    text-align: left;
    font-weight: 600;
}

#wiadomosc{
    font-size: x-large;
    margin-top: 10px;
    width: 615px;
    height: 150px;
    border: #c6c6c6 1px solid;
    resize: vertical;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 5px;
}

::placeholder {
    font-family: "Roboto", sans-serif;
}

.Wyślij{
    margin-left: 0;
    float: left;
    font-size: medium;
    border: none;
    background-color: #212121;
    color: white;
    width: 230px;
    height: 50px;
    border-radius: 100px;
    cursor: pointer;
    line-height: 175%;
    text-align: center;
    transition-duration: 500ms;
    filter: drop-shadow(0px 0px 3px #FF6900);
    position: relative;
    display: inline-block;

    padding: 0px;
    padding-right: 25px;
}

.Wyślij svg{
    margin-right: 0px;
    float: right;
    position: absolute;
}

.Wyślij:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); 
    filter: drop-shadow(0px 0px 6px rgba(207, 93, 0, 1)); 
}

.Wyślij:active {
    background-color: #121212; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); 
}

.Wyślij:hover .Wyślij_svg {
    transform: translateX(2px); 
}

.mapa {
    display: inline-block;
    position: relative;
    top: -20px; 
    margin-right: 50px;
}

#imię,
#nazwisko,
#numer-telefonu,
#adres-e-mail {
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 50px;
    border: #c6c6c6 1px solid;
    padding: 5px;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#imię:focus,
#nazwisko:focus,
#numer-telefonu:focus,
#adres-e-mail:focus,
#wiadomosc:focus {
    border-color: #FF6900;
    box-shadow: 0 0 8px rgba(255, 105, 0, 0.4);
    outline: none;
}

@media screen and (max-width:1335px){

    .mapa {
            display: inline-block;
            position: relative;
            top: 0px; 
            margin-right: 50px;
            margin-left: 50px;
    }

    .Formularz_Container{
        width: fit-content;
        display: inline-block;
    }
    
    .Formularz{
        width: fit-content;
        text-align: center;
        display: inline-block;
        height: fit-content;
        padding-top: 20px;
    }

    #imię,
    #nazwisko,
    #numer-telefonu,
    #adres-e-mail {
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 0px;
    border: #c6c6c6 1px solid;
    padding: 5px;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }   

    .Dane{
        font-size: large;
        font-weight: 600;
        display: inline-block;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .Dane2{
        font-size: large;
        text-align: left;
        font-weight: 600;
        margin-left: 15px;
    }

    #wiadomosc{
        font-size: x-large;
        margin-top: 10px;
        width: 593px;
        height: 150px;
        border: #c6c6c6 1px solid;
        resize: vertical;
        border-radius: 5px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        padding: 5px;
    }

    .Wyślij{
        margin-left: 15px;
    }

}

@media screen and (max-width: 690px){

    .mapa {
        display: inline-block;
        position: relative;
        top: 0px; 
        margin-right: 0px;
        margin-left: 0px;
    }

    .Formularz_Container{
        width: 100%;
        display: inline-block;
    }

    .Formularz{
        width: 100%;
        text-align: center;
        display: inline-block;
        height: fit-content;
        padding-top: 20px;
    }

    #imię,
    #nazwisko,
    #numer-telefonu,
    #adres-e-mail {
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 0px;
    border: #c6c6c6 1px solid;
    padding: 5px;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }   

    .Dane{
        font-size: large;
        font-weight: 600;
        display: inline-block;
        text-align: left;
        margin-left: 2px;
        margin-right: 2px;
        width: 340px;

    }

    .Dane2{
        font-size: large;
        text-align: left;
        font-weight: 600;
        margin-left: 0px;
        display: inline-block;
    }

    #wiadomosc{
        font-size: x-large;
        margin-top: 10px;
        width: 330px;
        height: 150px;
        border: #c6c6c6 1px solid;
        resize: vertical;
        border-radius: 5px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
        padding: 5px;
        display: inline-block;
    }

    .Wyślij{
        margin-left: 0;
        margin-right: 115px;
        margin-top: 15px;
        float: none;
    }

    .mapa iframe {
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width: 600px){
    
    .Formularz{
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 800px;
        padding-top: 20px;
    }

}


/* ------------------------------------------------------------------------------------------------------------- */

.regulamin-container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.regulamin-lista {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.regulamin-punkt {
    margin-bottom: 25px;
}

.regulamin-numer-tytul {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.regulamin-numer {
    font-size: 24px;
    font-weight: bold;
    color: #A84600;
    margin-right: 10px;
}

.regulamin-tytul {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.regulamin-podpunkty {
    list-style-type: none;
    margin: 5px 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    font-weight: 600;
}

.regulamin-podpunkty li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .regulamin-container {
        padding: 15px;
        width: 80%;
    }

    .regulamin-numer {
        font-size: 22px;
    }

    .regulamin-tytul {
        font-size: 18px;
    }

    .regulamin-podpunkty li {
        font-size: 14px;
    }

}

/* ------------------------------------------------------------------------------------------------------------- */

.Pod_Strony_Container{
    width: 100%;
    text-align: center;
    height: fit-content;
    
}

.Pod_Strony_Tekst{
    margin-top: 30px;
    display: inline-block;
    width: 80%;
    font-weight: 600;
    line-height: 200%;
    text-align: justify;
    max-width: 900px;
    word-wrap:break-word;
}

.Pod_Strony_Obraz{
    margin-top: 40px;
    text-align: center;
    filter: drop-shadow(0px 10px 10px gray);
    margin-bottom: 80px;
    width: fit-content;
    height: fit-content;
    display: inline-block;
    width: 100%;
}
.Pod_Strony_Obraz img{
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:1200px){    
    .Pod_Strony_Obraz img{
        height: 45%;
        width: 45%;
    }

}

@media screen and (max-width:900px){
    .Pod_Strony_Obraz img{
        height: 55%;
        width: 55%;
    }
}

@media screen and (max-width:700px){
    .Pod_Strony_Obraz img{
        height: 65%;
        width: 65%;
    }
}

@media screen and (max-width:600px){
    .Pod_Strony_Obraz img{
        height: 75%;
        width: 75%;
    }
}

@media screen and (max-width:500px){
    .Pod_Strony_Tekst{
        margin-top: 20px;
        text-align: left;
        font-size: 15px;
    }

    .Pod_Strony_Obraz{
        margin-top: 40px;
        text-align: center;
        filter: drop-shadow(0px 10px 10px gray);
        margin-bottom: 40px;
    }

    .Pod_Strony_Obraz img{
        height: 80%;
        width: 80%;
    }
}

/* ------------------------------------------------------------------------------------------------------------- */
