html, body, div, iframe,
h1, h2, h3, h4, h5, h6, p,
a, del, em, img, q, s,
small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
table, tr, th, td,
article, footer, header, hgroup,
menu, nav, section, summary,
time, mark, audio, video {
margin: 0; 
padding: 0; 
border: 0; 
font-size: 100%; 
font: inherit;
vertical-align: baseline;}

@media only screen and (min-width: 120px) and (max-width:319px) {
body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: white;
    background-size: cover;
    overflow-x: hidden;
}
nav {
width: 100vw; 
height: 10vh;
background-color: #fcfcfc;
position: fixed;
z-index: 1;
top: 0;
}

  .slideshow-container {
max-width: 100vw;
height: 70vw;
position: relative;
margin: auto;
margin-top: 5vh;
}
.mySlides>img {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -45px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
    .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
section {
    margin-top: 10vh;
}

ul {
    margin: 0;
    padding-top: 3vh;
    list-style: none;
}
    
ul li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 10vw;
    height: 2vw;
    background-color: #fcfcfc;
    opacity: .9;
    line-height: 0.5vw;
    text-align: center;
    font-size: 0.6rem;
    padding-top: 1.5vw;
    margin: 0 1vw;
}

ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
}
    
ul li a:hover {
    color: #486876;
}
    
a {
    text-decoration: none;
    color: #222b2f;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    margin: 2vh;
    font-weight: 550;
    color: #1f3038;   
}
    
h2 {
    font-size: 1rem;  
    padding: 7vh 0 1vh;
    text-align: center;
    color: #222b2f;
    font-weight: 550;
}
    
h3 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 1vh 2vh 1vh; 
    color: #374e58;
    text-decoration: none;
    font-style: italic;
    }
     
h3:hover {
    color: #486876; 
    font-size: 1.05rem;
    transition: 0.5s ease-in-out;
    }
    
h5 {
    font-family: 'Montserrat', sans-serif;
    width: 95.5%;
    height: 6vw;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    background-color: black;
    opacity: 0.6;
    margin: 1vh 2vh 1vh 1vh;
    margin-top: 48vw;
    padding: 8px 0 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
}
    
h5:hover {
    font-size: 1.1rem;
    transition: 0.7s;
    }
 
.box {
    width: 90%;
    height: 100%;
    float: left;
    margin: 1vh;
    padding: 2vw;
    position: relative;
    display: inline-block;  
}  
    
.box.text {
  position: absolute;
  bottom: 1vh;
  right: 0;
left: 0;
text-align: center;
  background-color: black;
  color: white;
bottom: 0;
}
 
a.media {
    text-decoration: none;
}
   
.about-me {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    line-height: 1.5;
    font-size: 0.8rem;
    align-items: center;
    padding-bottom: 15px;
    color: #222b2f;
}

p.tekst{
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8rem;
    padding: 1vh 6vh;
    color: #486876;
}
    
p.blog {
    font-size: 0.8rem; 
    text-decoration: none;
    color: #486876;
    text-align: justify;
    margin: 0 2vw 2vw 2vw;
    padding: 0 4vw;  
    line-height: 1.5;
}
  
p.cennik {
   font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
    padding: 2vw 9vw 0 6vw;
    color: #486876; 
    }
 
.sg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
stopka{
    width: 100vw;
    line-height: 4vh;
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;  
}
    
a.stopka {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    background-color: #243740;
    color: white;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
  
    img.logo {
    width: 15vw;
    height: 5vw;
    float: left;
display: inline-block;
padding: 0 3vw 0 2vw;
} 

img.social1 {
    width: 15vw;
    height: 15vw;
   margin: 1.5vw 0 0 0;
    float: left;
}
    
img.sesja {
    width: 100%;
    height: 100%;
    margin: 1vh 2vh 1vh 1vh;
    float: left;
    position: relative;
    }
    
img.plener {
    width: 50vw;
/*    height: 20vw;*/
    margin: 1vw 0 1vw 2vw;
    float: left;
    }
    
img.plener1 {
/*    width: 14vw;*/
    height: 35vw;
    margin: 1vw 0 1vw 15vw;
    float: left;
    }    

img.sesja1 {
    margin: 1vh 1vh 10vh 3vh;
    padding: 0.5vh;
    width: 65vw;
    height: 43vw;
    } 
   .gallery__container {
        min-height: 100vh;
        padding: 15px 5px 5px 5px;
        align-items: center;
    }
    
    .gallery {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery__apsect-ratio {
        padding-top: calc(100%*9/16);
    }
    .gallery__image {
        left: 0;
        width: 100px;
        height: 100px;
        top: 20vw;
        padding: 2px;
        object-fit: cover;
    }

.offer-container {
    margin-top: 15vh; 
}
    .offer-box {
        margin: 0 5vw;
        align-items: center;
        justify-content: center;
    }
    .offer-packets {
        margin: 40px 0;
        padding: 20px;
        background: #122b36;
    }
    .offer-offer {
/*        display: flex;*/
        justify-content: space-between;
    }
    .offer-header {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
    }
    .offer {
        width: 100%; 
         margin-right: 1vw;
    }
    .offer-image {
        width: 100%;
       
    }
    .offer-description {
        width: 100%;
    }
    .offer-link {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 12px;
        line-height: 1.7;
        color: white;
        letter-spacing: 1px;
        font-style: normal;
    }
     .offer-link__price {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 12px;
        line-height: 1.9;
        color: white;
        list-style-type: disc;
        font-style: normal;
        text-align: right;
        margin: 5px 50px 5px 5px;
    }   
    .offer-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
   .blog-box {
        margin: 0 2vw;
        align-items: center;
        justify-content: center;
    }
    .blog-packets {
        margin: 40px 0;
        padding: 20px;
        background: #efefef;
    }
    .blog-offer {
        width: 100%;
/*        display: flex;*/
        justify-content: space-between;
    }
    .blog-header {
        font-family: 'Montserrat', sans-serif;
        color: #192f39;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog_blog {
        width: 100%; 
         margin-right: 1vw;
    }
    .blog-image {
        width: 100%;
       
    }
    .blog-description {
        width: 100%;
        padding: 2vw;
    }
    .blog-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        padding-right: 4vw;
    }
     .blog-link__info {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 14px;
        line-height: 1.9;
        color: black;
        font-style: italic;
        text-align: right;
        margin: 5px 50px 5px 5px;
         padding-top: 1vh;
         letter-spacing: 1px;
    }   
    .blog-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog_sesje {
        margin: 18vw 15vw 12vw 15vw;
        text-align: center;
    } 
    .blog_sesje-opis {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        margin: 2vw 0;
    }
    .blog_sesje-foto {
        margin-left: 8vw;
        width: 50%;
    }
    
    table {
       display: flex;
       justify-content: center; 
    }  
td.jeden{ 
   padding-bottom: 1.5vw;
}   
       
hr {
    width: 95vw;
    background-color: #eaeaea;
    margin: 2vw;
}
.about__me-container {
    min-height: 100vh;
    margin-top: 15vh;
}
    .about__me-box {
/*     display: flex;*/
    }
    .about__me-image {
      width: 70%;
        align-items: center;
        justify-content: center;
}
    img.omnie {
    width: 100%;
    float: left;
    margin: 2vw 2vw 5vw 15vw;
}
    .about__me-description {
        width: 100%;
    text-align: center;

    }
    p.opis {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 2vw 8vw 4vw 8vw;
    padding: 4vw 8vw;
    text-align: center;
    font-style: italic;
    color: #222b2f;
}
    iframe {
        min-width: 100vw;
        min-height: 100vh;
    }
.contact-form {
    color: white;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 75px;
    background-image: url(20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
    .contact-form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}  
    .contact-form__contact {
        color: white;
        margin-top: 50px;
        background-image: url(Tlo-dla-kontaktu.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .contact-form__contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-form__info {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.contact-form__info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 30px;
    padding: 10px 0;
}
.contact-form__info-icon {
    margin-right: 10px;
    height: 20px;
}
.icons {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    }
.social-media {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 5px 0;
    }
.contact-form__info-link {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #eee;
    text-decoration: none;
    font-size: 17px;
}
.contact-form__header {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 60px;
    font-style: normal;
    font-weight: 500;
    color: #eee;
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
}
form {
    box-sizing: border-box;
}
        .form-button {
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    text-align: center;
    }
    
input[type=text], select, textarea {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  resize: vertical;
}

label {
font-family: 'Montserrat', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
    font-size: 15px;
}

input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    font-size: 14px;
}

input[type=submit]:hover {
  background-color: #ddd;
}

.contact-form__fields {
padding: 10px 20px 60px 20px;
text-align: center;
}
    .contact-form__fields-2 {
  padding: 10px 20px 60px 20px;
    text-align: center;
    }

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}   
  
}
@media only screen and (min-width: 320px) and (max-width:520px) {
body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: white;
    background-size: cover;
    overflow-x: hidden;
}
nav {
width: 100vw; 
height: 10vh;
background-color: #fcfcfc;
position: fixed;
z-index: 1;
top: 0;
}

.slideshow-container {
max-width: 100vw;
height: 70vw;
position: relative;
margin: auto;
margin-top: 5vh;
}
.mySlides>img {
position: absolute;
width: 100%;
height: 100%;
}

    .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -45px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
    .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
section {
    margin-top: 10vh;
}

ul {
    margin: 0;
    padding-top: 3vh;
    list-style: none;
}
    
ul li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 10vw;
    height: 2vw;
    opacity: .9;
    line-height: 0.5vw;
    text-align: center;
    font-size: 0.55rem;
    padding-top: 1.5vw;
    margin: 0 1vw;
}

ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
}
    
ul li a:hover {
    color: #486876;
}
    
a {
    text-decoration: none;
    color: #222b2f;
}


h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin: 2vh;
    font-weight: 550;
    color: #1f3038;   
}
    
h2 {
    font-size: 1rem;  
    padding: 7vh 0 1vh;
    text-align: center;
    color: #222b2f;
    font-weight: 550;
}
    
h3 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 1vh 2vh 1vh; 
    color: #374e58;
    text-decoration: none;
    font-style: italic;
    }
     
h3:hover {
    color: #486876; 
    font-size: 1.05rem;
    transition: 0.5s ease-in-out;
    }
    
h5 {
    font-family: 'Montserrat', sans-serif;
    width: 95.5%;
    height: 6vw;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    background-color: black;
    opacity: 0.6;
    margin: 1vh 2vh 1vh 1vh;
    margin-top: 48vw;
    padding: 8px 0 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
}
    
h5:hover {
    font-size: 0.75rem;
    transition: 0.7s;
    }

.box {
    width: 90%;
    height: 100%;
    float: left;
    margin: 1vh;
    padding: 2vw;
    position: relative;
    display: inline-block;  
}  
    
.box.text {
  position: absolute;
  bottom: 1vh;
  right: 0;
left: 0;
text-align: center;
  background-color: black;
  color: white;
bottom: 0;
}

a.media {
    text-decoration: none;
}
   
.about-me {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    line-height: 1.7;
    font-size: 0.9rem;
    align-items: center;
    padding-bottom: 15px;
    color: #222b2f;
}

p.tekst{
    text-align: justify;
    line-height: 1.5;
    font-size: 0.8rem;
    padding: 1vh 6vh;
    color: #486876;
}
    
p.blog {
    font-size: 0.8rem; 
    line-height: 1.5;
    text-decoration: none;
    color: #486876;
    text-align: justify;
    margin: 0 2vw 2vw 2vw;
    padding: 0 4vw;  
    
}
  
p.cennik {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding: 2vw 9vw 0 6vw;
    color: #486876; 
    }
 
.sg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
stopka{
    width: 100vw;
    line-height: 4vh;
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;  
}
    
a.stopka {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    background-color: #243740;
    color: white;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
  
    img.logo {
    width: 15vw;
    height: 5vw;
    float: left;
display: inline-block;
padding: 0 3vw 0 2vw;
} 

img.social1 {
    width: 15vw;
    height: 15vw;
   margin: 1.5vw 0 0 0;
    float: left;
}
    
img.sesja {
    width: 100%;
    height: 100%;
    margin: 1vh 2vh 1vh 1vh;
    float: left;
    position: relative;
    }
    
img.plener {
    width: 50vw;
/*    height: 20vw;*/
    margin: 1vw 0 1vw 2vw;
    float: left;
    }
    
img.plener1 {
/*    width: 14vw;*/
    height: 35vw;
    margin: 1vw 0 1vw 15vw;
    float: left;
    }    

img.sesja1 {
    margin: 1vh 1vh 10vh 3vh;
    padding: 0.5vh;
    width: 65vw;
    height: 43vw;
    } 
   .gallery__container {
        min-height: 100vh;
        padding: 15px 5px 5px 5px;
        align-items: center;
    }
    
    .gallery {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery__apsect-ratio {
        padding-top: calc(100%*9/16);
    }
    .gallery__image {
        left: 0;
        width: 110px;
        height: 110px;
        top: 20vw;
        padding: 2px;
        object-fit: cover;
    }

.offer-container {
    margin-top: 15vh; 
}
    .offer-box {
        margin: 0 5vw;
        align-items: center;
        justify-content: center;
    }
    .offer-packets {
        margin: 40px 0;
        padding: 20px;
        background: #122b36;
    }
    .offer-offer {
/*        display: flex;*/
        justify-content: space-between;
    }
    .offer-header {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
    }
    .offer {
        width: 100%; 
         margin-right: 1vw;
    }
    .offer-image {
        width: 100%;
       
    }
    .offer-description {
        width: 100%;
    }
    .offer-link {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 1.9;
        color: white;
        font-style: normal;
    }
     .offer-link__price {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 14px;
        line-height: 1.9;
        color: white;
        font-style: normal;
        text-align: right;
        margin: 5px 50px 5px 5px;
    }   
    .offer-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog-box {
        margin: 0 2vw;
        align-items: center;
        justify-content: center;
    }
    .blog-packets {
        margin: 40px 0;
        padding: 20px;
        background: #efefef;
    }
    .blog-offer {
        width: 100%;
/*        display: flex;*/
        justify-content: space-between;
    }
    .blog-header {
        font-family: 'Montserrat', sans-serif;
        color: #192f39;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog_blog {
        width: 100%; 
         margin-right: 1vw;
    }
    .blog-image {
        width: 100%;
       
    }
    .blog-description {
        width: 100%;
        padding: 2vw;
    }
    .blog-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        padding-right: 4vw;
    }
     .blog-link__info {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 14px;
        line-height: 1.9;
        color: black;
        font-style: italic;
        text-align: right;
        margin: 5px 50px 5px 5px;
         padding-top: 1vh;
         letter-spacing: 1px;
    }   
    .blog-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog_sesje {
        margin: 18vw 15vw 12vw 15vw;
        text-align: center;
    } 
    .blog_sesje-opis {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        margin: 2vw 0;
    }
    .blog_sesje-foto {
        margin-left: 8vw;
        width: 50%;
    }
    
    table {
       display: flex;
       justify-content: center; 
    }  
td.jeden{ 
   padding-bottom: 1.5vw;
}   
       
hr {
    width: 95vw;
    background-color: #eaeaea;
    margin: 2vw;
}
.about__me-container {
    min-height: 100vh;
    margin-top: 15vh;
}
    .about__me-box {
/*     display: flex;*/
    }
    .about__me-image {
      width: 70%;
        align-items: center;
        justify-content: center;
}
    img.omnie {
    width: 100%;
    float: left;
    margin: 2vw 2vw 5vw 15vw;
}
    .about__me-description {
        width: 100%;
    text-align: center;

    }
    p.opis {
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 2vw 8vw 4vw 8vw;
    padding: 4vw 8vw;
    text-align: center;
    font-style: italic;
    color: #222b2f;
}
    iframe {
        min-width: 100vw;
        min-height: 100vh;
    }
.contact-form {
    color: white;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 75px;
    background-image: url(20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
    .contact-form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}  
    .contact-form__contact {
        color: white;
        margin-top: 50px;
        background-image: url(Tlo-dla-kontaktu.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .contact-form__contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-form__info {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.contact-form__info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 30px;
    padding: 10px 0;
}
.contact-form__info-icon {
    margin-right: 10px;
    height: 20px;
}
.icons {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    }
.social-media {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 5px 0;
    }
.contact-form__info-link {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #eee;
    text-decoration: none;
    font-size: 17px;
}
.contact-form__header {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 60px;
    font-style: normal;
    font-weight: 500;
    color: #eee;
    line-height: 1.5;
    font-size: 20px;
    text-transform: uppercase;
}
form {
    box-sizing: border-box;
}
    .form-button {
    font-family: 'Montserrat', sans-serif;
    width: 35%;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    text-align: center;
    }
    
input[type=text], select, textarea {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  resize: vertical;
}

label {
font-family: 'Montserrat', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
    font-size: 15px;
}

input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    font-size: 14px;
}

input[type=submit]:hover {
  background-color: #ddd;
}

.contact-form__fields {
padding: 10px 20px 60px 20px;
text-align: center;
}
    .contact-form__fields-2 {
  padding: 10px 20px 60px 20px;
    text-align: center;
    }

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}   
   
}
@media only screen and (min-width: 521px) and (max-width:819px) {
body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: white;
    background-size: cover;
    overflow-x: hidden;
}
nav {
width: 100vw; 
height: 15vh;
background-color: #fcfcfc;
position: fixed;
z-index: 1;
top: 0;
}

.slideshow-container {
 max-width: 550px;
height: 360px;
position: relative;
margin: auto;
margin-top: 7vh;
}
.mySlides>img {
position: absolute;
width: 100%;
height: 100%;
}

    .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -35px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
    .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
section {
    margin-top: 10vh;
}

ul {
    margin: 1vw 0;
    padding: 0;
    list-style: none;
}
    
ul li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 10vw;
    height: 2vw;
    opacity: .9;
    line-height: 0.5vw;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 1.5vw;
    margin: 0 1vw;
}

ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
}
    
ul li a:hover {
    color: #486876;
}
    
a {
    text-decoration: none;
    color: #222b2f;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    margin: 2vh;
    font-weight: 550;
    color: #1f3038;   
}
    
h2 {
    font-size: 1.1rem;  
    padding: 7vh 0 1vh;
    text-align: center;
    color: #222b2f;
    font-weight: 550;
}
    
h3 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 1vh 2vh 1vh; 
    color: #374e58;
    text-decoration: none;
    font-style: italic;
    }
     
h3:hover {
    color: #486876; 
    font-size: 1.05rem;
    transition: 0.5s ease-in-out;
    }
    
h5 {
    font-family: 'Montserrat', sans-serif;
    width: 24vw;
    height: 2vw;
    font-size: 0.6rem;
    letter-spacing: 0.5px;
    background-color: black;
    opacity: 0.6;
    margin: 1vh 2vh 1vh 1vh;
    margin-top: 13vw;
    padding: 2px 0 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
}
    
h5:hover {
    font-size: 0.7rem;
    transition: 0.7s;
    }
    
.box {
    width: 24vw;
    height: 16vw;
    float: left;
    margin: 1vh;
    position: relative;
    display: inline-block;  
}  
    
.box.text {
  position: absolute;
  bottom: 1vh;
  right: 0;
left: 0;
text-align: center;
  background-color: black;
  color: white;
bottom: 0;
}
 
a.media {
    text-decoration: none;
}
   
.about-me {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    line-height: 1.7;
    font-size: 0.8rem;
    align-items: center;
    padding-bottom: 15px;
    color: #222b2f;
}

p.tekst{
    text-align: justify;
    line-height: 1.5;;
    font-size: 0.8rem;
    padding: 1vh 6vh;
    color: #486876;
}
    
p.blog {
    font-size: 0.8rem; 
    line-height: 1.5;
    text-decoration: none;
    color: #486876;
    text-align: justify;
    margin: 0 2vw 2vw 2vw;
    padding: 0 1vw;   
}
  
p.cennik {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding: 2vw 9vw 0 6vw;
    color: #486876; 
    }
 
.sg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
stopka{
    width: 100vw;
    line-height: 4vh;
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;  
}
    
a.stopka {
    font-family: 'Montserrat', sans-serif;
    padding: 30px;
    background-color: #243740;
    color: white;
    font-size: 0.7rem;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
    img.logo {
    width: 17.5vw;
    height: 7.5vw;
    float: left;
display: inline-block;
padding: 0 2vw;
} 

img.social1 {
    width: 6vw;
    height: 6vw;
   margin: 1.5vw 0 0 0;
    float: left;
}
    
img.sesja {
    width: 24vw;
    height: 16vw;
    margin: 1vh 2vh 1vh 1vh;
    float: left;
    position: relative;
    }
    
img.plener {
    width: 50vw;
/*    height: 20vw;*/
    margin: 1vw 0 1vw 2vw;
    float: left;
    }
    
img.plener1 {
/*    width: 14vw;*/
    height: 35vw;
    margin: 1vw 0 1vw 15vw;
    float: left;
    }    

img.sesja1 {
    margin: 1vh 1vh 10vh 3vh;
    padding: 0.5vh;
    width: 65vw;
    height: 43vw;
    } 
   .gallery__container {
        min-height: 100vh;
        padding: 0 5px 5px 5px;
       margin-top: 20vh;
        align-items: center;
    }
    
    .gallery {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery__apsect-ratio {
        padding-top: calc(100%*9/16);
    }
    .gallery__image {
        left: 0;
        width: 180px;
        height: 180px;
        top: 20vw;
        padding: 3px;
        object-fit: cover;
    }

.offer-container {
    margin-top: 20vh; 
}
    .offer-box {
        margin: 0 15vw;
        align-items: center;
        justify-content: center;
    }
    .offer-packets {
        margin: 40px 0;
        padding: 20px;
        background: #122b36;
    }
    .offer-offer {
        display: flex;
        justify-content: space-between;
    }
    .offer-header {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
    }
    .offer {
        width: 50%; 
         margin-right: 1vw;
    }
    .offer-image {
        width: 100%;
       
    }
    .offer-description {
        width: 50%;
    }
    .offer-link {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 12px;
        line-height: 1.7;
        color: white;
        font-style: normal;
    }
     .offer-link__price {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 12px;
        line-height: 1.7;
        color: white;
        font-style: normal;
        text-align: right;
        margin: 5px 50px 5px 5px;
    }   
    .offer-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.7;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: 500;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
.blog-box {
        margin: 0 2vw;
        align-items: center;
        justify-content: center;
    }
    .blog-packets {
        margin: 40px 0;
        padding: 20px;
        background: #efefef;
    }
    .blog-offer {
        display: flex;
        justify-content: space-between;
    }
    .blog-header {
        font-family: 'Montserrat', sans-serif;
        color: #192f39;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog_blog {
        width: 50%; 
         margin-right: 1vw;
    }
    .blog-image {
        width: 100%;
       
    }
    .blog-description {
        width: 50%;
        padding: 2vw;
    }
    .blog-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
    }
     .blog-link__info {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 15px;
        line-height: 1.9;
        color: black;
        font-style: italic;
        text-align: right;
        margin: 5px 50px 5px 5px;
         padding-top: 1vh;
         letter-spacing: 1px;
    }   
    .blog-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog_sesje {
        margin: 18vw 15vw 12vw 15vw;
        text-align: center;
    } 
    .blog_sesje-opis {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 13px;
        line-height: 1.5;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        margin: 2vw 0;
    }
    .blog_sesje-foto {
        margin-left: 8vw;
        width: 50%;
    }
    
    table {
       display: flex;
       justify-content: center; 
    }  
td.jeden{ 
   padding-bottom: 1.5vw;
}   
       
hr {
    width: 95vw;
    background-color: #eaeaea;
    margin: 2vw;
}
.about__me-container {
    min-height: 100vh;
    margin-top: 20vh;
}
    .about__me-box {
     display: flex;
    }
    .about__me-image {
      width: 30%;
        align-items: center;
}
    img.omnie {
    width: 100%;
    float: left;
    margin: 2vw 2vw 5vw 11vw;
}
    .about__me-description {
        width: 70%;
    text-align: center;

    }
    p.opis {
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 2vw 4vw 4vw 10vw;
    padding: 4vw 8vw;
    text-align: center;
    font-style: italic;
    color: #222b2f;
}
    iframe {
        min-width: 100vw;
        min-height: 100vh;
    }
.contact-form {
    color: white;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 75px;
    background-image: url(20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
    .contact-form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}  
    .contact-form__contact {
        color: white;
        margin-top: 50px;
        background-image: url(Tlo-dla-kontaktu.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .contact-form__contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-form__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.contact-form__info-item {
    display: flex;
    align-items: center;
    margin: 5px 30px;
}
.contact-form__info-icon {
    margin-right: 10px;
    height: 22px;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    }
.social-media {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 10px;
    }
.contact-form__info-link {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #eee;
    text-decoration: none;
    font-size: 15px;
}
.contact-form__header {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 60px;
    font-style: normal;
    font-weight: 500;
    color: #eee;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
}
form {
    box-sizing: border-box;
}
input[type=text], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  resize: vertical;
}

label {
font-family: 'Montserrat', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
    font-size: 15px;
}

input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    font-size: 14px;
}

input[type=submit]:hover {
  background-color: #ddd;
}
    .form-button {
    font-family: 'Montserrat', sans-serif;
    width: 20%;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    text-align: center;
    }

.contact-form__fields {
  padding: 10px 20px 60px 20px;
text-align: center;
}
    .contact-form__fields-2 {
  padding: 10px 20px 60px 20px;
    text-align: center;
    }

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}   

}
@media only screen and (min-width: 820px) and (max-width:1500px) {

body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: white;
    background-size: cover;
    overflow-x: hidden;
}
    
nav {
width: 100vw; 
height: 15vh;
background-color: #fcfcfc;
position: fixed;
z-index: 1;
top: 0;
}

.slideshow-container {
max-width: 76vw;
height: 48vw;
position: relative;
margin: auto;
margin-top: 5vh;
}
.mySlides>img {
position: absolute;
width: 100%;
height: 100%;
}

    .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
    .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
  
section {
    margin-top: 10vh;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
    
ul li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 10vw;
    height: 2vw;
    background-color: #fcfcfc;
    opacity: .9;
    line-height: 0.5vw;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 2.5vw;
    margin: 0 1vw;
}

ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
}
    
ul li a:hover {
    color: #486876;
}
    
a {
    text-decoration: none;
    color: #222b2f;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin: 2vh;
    font-weight: 550;
    color: #1f3038;   
}
    
h2 {
    font-size: 1.3rem;  
    padding: 7vh 0 1vh;
    text-align: center;
    color: #222b2f;
    font-weight: 550;
}
    
h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 1vh 2vh 1vh; 
    color: #374e58;
    text-decoration: none;
    font-style: italic;
    }
     
h3:hover {
    color: #486876; 
    font-size: 1.25rem;
    transition: 0.2s ease-in-out;
    }
    
h5 {
    font-family: 'Montserrat', sans-serif;
    width: 24vw;
    height: 2vw;
    background-color: black;
    font-size: 0.9rem;
    opacity: 0.6;
    margin: 1vh 2vh 1vh 1vh;
    margin-top: 13vw;
    padding: 4px 0 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
}
    
h5:hover {
    font-size: 1rem;
    transition: 0.7s;
    }
    
.box {
    width: 24vw;
    height: 16vw;
    float: left;
    margin: 1vh;
    position: relative;
    display: inline-block;  
}  
    
.box.text {
  position: absolute;
  bottom: 1vh;
  right: 0;
left: 0;
text-align: center;
  background-color: black;
  color: white;
bottom: 0;
}
 
a.media {
    text-decoration: none;
}
    
.about-me {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    line-height: 1.7;
    font-size: 0.9rem;
    align-items: center;
    padding-bottom: 15px;
    color: #222b2f;
}

p.tekst{
    text-align: justify;
    line-height: 1.5;
    font-size: 1rem;
    padding: 1vh 6vh;
    color: #486876;
}
    
p.blog {
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    color: #486876;
    text-align: justify;
    margin: 0 6vw 2vw 6vw;
    padding: 0 1vw;   
}
  
p.cennik {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 2vw 9vw 0 6vw;
    color: #486876; 
    }
 
.sg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
stopka{
    width: 100vw;
    line-height: 4vh;
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;  
}
    
a.stopka {
    font-family: 'Montserrat', sans-serif;
    padding: 30px;
    background-color: #243740;
    color: white;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
  
img.logo {
    width: 17.5vw;
    height: 7.5vw;
    float: left;
display: inline-block;
padding: 0 2vw;
} 

img.social1 {
    width: 4vw;
    height: 4vw;
   margin: 1.5vw 0 0 0;
    float: left;
}
    
img.sesja {
    width: 24vw;
    height: 16vw;
    margin: 1vh 2vh 1vh 1vh;
    float: left;
    position: relative;
    }
    
img.plener {
    width: 50vw;
/*    height: 30vw;*/
    margin: 1vw 0 1vw 2vw;
    float: left;
    }
    
img.plener1 {
/*    width: 14vw;*/
    height: 35vw;
    margin: 1vw 0 1vw 15vw;
    float: left;
    }    

img.sesja1 {
    margin: 1vh 1vh 10vh 3vh;
    padding: 0.5vh;
    width: 33vw;
    height: 24vw;
    } 
    
    .gallery__container {
        min-height: 100vh;
        padding: 0 5px 5px 5px;
        margin-top: 25vh;
        align-items: center;
    }
    
    .gallery {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 6vh;
    }
    .gallery__apsect-ratio {
        padding-top: calc(100%*9/16);
    }
    .gallery__image {
        left: 0;
        width: 330px;
        height: 330px;
        top: 20vw;
        padding: 5px;
        object-fit: cover;
    }

.offer-container {
    margin-top: 25vh; 
}
    .offer-box {
        margin: 0 15vw;
        align-items: center;
        justify-content: center;
    }
    .offer-packets {
        margin: 40px 0;
        padding: 20px;
        background: #122b36;
    }
    .offer-offer {
        display: flex;
        justify-content: space-between;
    }
    .offer-header {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
    }
    .offer {
        width: 50%; 
         margin-right: 1vw;
    }
    .offer-image {
        width: 100%;
       
    }
    .offer-description {
        width: 50%;
    }
    .offer-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 15px;
        line-height: 1.9;
        color: white;
        font-style: normal;
    }
     .offer-link__price {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 15px;
        line-height: 1.9;
        color: white;
        font-style: normal;
        text-align: right;
        margin: 5px 50px 5px 5px;
    }   
    .offer-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
 
/*
.offer-container {
    margin-top: 25vh; 
}
*/
    .blog-box {
        margin: 0 2vw;
        align-items: center;
        justify-content: center;
    }
    .blog-packets {
        margin: 40px 0;
        padding: 20px;
        background: #efefef;
    }
    .blog-offer {
        display: flex;
        justify-content: space-between;
    }
    .blog-header {
        font-family: 'Montserrat', sans-serif;
        color: #192f39;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog_blog {
        width: 50%; 
         margin-right: 1vw;
    }
    .blog-image {
        width: 100%;
       
    }
    .blog-description {
        width: 50%;
        padding: 2vw;
    }
    .blog-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 15px;
        line-height: 1.9;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
    }
     .blog-link__info {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 17px;
        line-height: 1.9;
        color: black;
        font-style: italic;
        text-align: right;
        margin: 5px 50px 5px 5px;
         padding-top: 1vh;
         letter-spacing: 1px;
    }   
    .blog-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog_sesje {
        margin: 12vw 15vw;
        text-align: center;
    } 
    .blog_sesje-opis {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 15px;
        line-height: 1.9;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        margin: 2vw 0;
    }
    .blog_sesje-foto {
        margin-left: 8vw;
        width: 50%;
    }
    
td.jeden{ 
   padding-bottom: 1.3vw;
    padding-left: 11.5vw;
    float: left;
   vertical-align: middle; 
}   
       
hr {
    width: 95vw;
    background-color: #eaeaea;
    margin: 2vw;
}
    
.about__me-container {
    min-height: 100vh;
    margin-top: 25vh;
}
    .about__me-box {
     display: flex;
    }
    .about__me-image {
      width: 30%;
        align-items: center;
}
    img.omnie {
    width: 100%;
    float: left;
    margin: 2vw 2vw 5vw 11vw;
}
    .about__me-description {
        width: 70%;
    text-align: center;

    }
    p.opis {
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 2vw 4vw 4vw 10vw;
    padding: 4vw 8vw;
    text-align: center;
    font-style: italic;
    color: #222b2f;
}

    iframe {
        min-width: 100vw;
        min-height: 100vh;
    }

.contact-form {
    color: white;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 95px;
    background-image: url(20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
    .contact-form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}  
    .contact-form__contact {
        color: white;
        margin-top: 50px;
        background-image: url(Tlo-dla-kontaktu.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .contact-form__contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-form__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.contact-form__info-item {
    display: flex;
    align-items: center;
    margin: 5px 30px;
}
.contact-form__info-icon {
    margin-right: 10px;
    height: 25px;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    }
.social-media {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 10px;
    }
.contact-form__info-link {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #eee;
    text-decoration: none;
    font-size: 17px;
}
.contact-form__header {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 60px;
    font-style: normal;
    font-weight: 500;
    color: #eee;
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
}
form {
    box-sizing: border-box;
}

    .form-button {
    font-family: 'Montserrat', sans-serif;
    width: 20%;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 10px auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    text-align: center;
    }

input[type=text], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  resize: vertical;
}

label {
font-family: 'Montserrat', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
}

input[type=submit]:hover {
  background-color: #ddd;
}

.contact-form__fields {
  padding: 10px 20px 60px 20px;
text-align: center;
}
/*
    .contact-form__fields-2 {
  padding: 10px 20px 60px 20px;
    text-align: center;
    }
*/

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}   
}
@media only screen and (min-width: 1501px) and (max-width:4000px) {
 
body {
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: white;
    background-size: cover;
    overflow-x: hidden;
}
    
nav {
width: 100vw; 
height: 15vh;
background-color: #fcfcfc;
position: fixed;
z-index: 1;
top: 0;
}

.slideshow-container {
max-width: 1250px;
height: 800px;
position: relative;
margin: auto;
margin-top: 5vh;
}
.mySlides>img {
position: absolute;
width: 100%;
height: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -20px;
  padding: 20px;
  color: white;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.2);
}
    .active:hover {
  background-color: #717171;
}
    .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
    
section {
    margin-top: 10vh;
}


ul {
    margin: 0;
    padding-top: 0;
    list-style: none;
}
    
ul li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    width: 10vw;
    height: 2vw;
    background-color: #fcfcfc;
    opacity: .9;
    line-height: 0.5vw;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 3vw;
    letter-spacing: 1px;
    margin: 0 1vw;
}

ul li a {
    text-decoration: none;
    color: black;
    display: block;
    padding-top: 1vw;
    padding-bottom: 0.5vw;
}
    
ul li a:hover {
        color: #486876;
}
    
a {
    text-decoration: none;
    color: #222b2f;
    }


h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    text-align: center;
    margin: 2vh;
    font-weight: 550;
    color: #1f3038;  
}
    
h2 {
    font-size: 1.8rem;  
    padding: 7vh 0 1vh;
    text-align: center;
    color: #222b2f;
    font-weight: 550;  
}
    
h3 {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    padding: 1vh 2vh 1vh; 
    color: #374e58;
    text-decoration: none;
    font-style: italic;
    }
     
h3:hover {
    color: #486876; 
    font-size: 1.8rem;
    transition: 0.5s ease-in-out;
    }
    
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    width: 24vw;
    height: 2vw;
    background-color: black;
    opacity: 0.6;
    margin: 1vh 2vh 1vh 1vh;
    margin-top: 13vw;
    padding: 2px 0 0 0;
    color: white;
    text-align: center;
    text-decoration: none;
    position: absolute;
}
    
h5:hover {
    font-size: 1.5rem;
    transition: 0.7s;
    }

.box {
    width: 24vw;
    height: 16vw;
    float: left;
    margin: 1vh;
    position: relative;
    display: inline-block;  
}  
    
.box.text {
  position: absolute;
  bottom: 1vh;
  right: 0;
left: 0;
text-align: center;
  background-color: black;
  color: white;
bottom: 0;
}
 
a.media {
    text-decoration: none;
}
    
.about-me {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    line-height: 1.7;
    font-size: 1.3rem;
    align-items: center;
    padding-bottom: 15px;
    color: #222b2f;
}

p.tekst{
    text-align: justify;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 1vh 6vh;
    color: #486876;
}
    
p.blog {
    font-size: 1.4rem; 
    line-height: 1.5;
    text-decoration: none;
    color: #486876;
    text-align: justify;
    margin: 0 4vw 2vw 4vw;
    padding: 0 1vw;   
}
 
.sg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info {
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
    
stopka{
    width: 100vw;
    line-height: 4vh;
    margin-top: 0.5vh;
    margin-bottom: 1.5vh;  
}
    
a.stopka {
    font-family: 'Montserrat', sans-serif;
    padding: 30px;
    background-color: #243740;
    color: white;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    text-decoration: none;
    clear: both;
}

#wrapper{
    max-width: 1000px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
  
img.logo {
    width: 18.5vw;
    height: 8.5vw;
    float: left;
display: inline-block;
padding: 0.5vw 3vw 0 2vw;
} 

img.social1 {
    width: 5vw;
    height: 5vw;
   margin: 1.5vw 0 0 0;
    float: left;
}
    
img.sesja {
    width: 24vw;
    height: 16vw;
    margin: 1vh 2vh 1vh 1vh;
    float: left;
    position: relative;
    }
    
img.plener {
    width: 50vw;
/*    height: 20vw;*/
    margin: 1vw 0 1vw 2vw;
    float: left;
    }
    
img.plener1 {
/*    width: 14vw;*/
    height: 35vw;
    margin: 1vw 0 1vw 15vw;
    float: left;
    }    

img.sesja1 {
    margin: 1vh 1vh 10vh 3vh;
    padding: 0.5vh;
    width: 65vw;
    height: 43vw;
    } 
    
     .gallery__container {
        min-height: 100vh;
        padding: 0 5px 5px 5px;
         margin-top: 25vh;
        align-items: center;
    }
    
    .gallery {
        list-style: none;
        padding-left: 0;
        margin-top: 5vh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery__apsect-ratio {
        padding-top: calc(100%*9/16);
    }
    .gallery__image {
        left: 0;
        width: 330px;
        height: 300px;
        top: 20vw;
        padding: 5px;
        object-fit: cover;
    }
    
    .about__me-container {
    min-height: 100vh;
    margin-top: 25vh;
}
    .about__me-box {
     display: flex;
    }
    .about__me-image {
      width: 30%;
        align-items: center;
}
    img.omnie {
    width: 100%;
    float: left;
    margin: 2vw 2vw 5vw 11vw;
}
    .about__me-description {
        width: 70%;
    text-align: center;

    }
    p.opis {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 2vw 4vw 4vw 10vw;
    padding: 4vw 8vw;
    text-align: center;
    font-style: italic;
    color: #222b2f;
}
    
 .offer-container {
    margin-top: 25vh; 
}
    p.cennik {
   font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 2vw 9vw 0 6vw;
    color: #486876; 
    }
    .offer-box {
        margin: 0 15vw;
        align-items: center;
        justify-content: center;
    }
    .offer-packets {
        margin: 40px 0;
        padding: 20px;
        background: #122b36;
    }
    .offer-offer {
        display: flex;
        justify-content: space-between;
    }
    .offer-header {
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
    }
    .offer {
        width: 50%; 
         margin-right: 1vw;
    }
    .offer-image {
        width: 100%; 
    }
    .offer-description {
        width: 50%;
    }
    .offer-link {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 22px;
        line-height: 1.9;
        color: white;
        font-style: normal;
        letter-spacing: 1px;
    }
     .offer-link__price {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 21px;
        line-height: 1.9;
        color: white;
        font-style: normal;
        text-align: right;
        margin: 5px 50px 5px 5px;
    }   
    .offer-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 22px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }   
    
     .blog-box {
        margin: 0 2vw;
        align-items: center;
        justify-content: center;
    }
    .blog-packets {
        margin: 40px 0;
        padding: 20px;
        background: #efefef;
    }
    .blog-offer {
        display: flex;
        justify-content: space-between;
    }
    .blog-header {
        font-family: 'Montserrat', sans-serif;
        color: #192f39;
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: 550;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog_blog {
        width: 50%; 
         margin-right: 1vw;
    }
    .blog-image {
        width: 100%;
       
    }
    .blog-description {
        width: 50%;
        padding: 2vw;
    }
    .blog-link {    
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 18px;
        line-height: 1.9;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
    }
     .blog-link__info {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 20px;
        line-height: 1.9;
        color: black;
        font-style: italic;
        text-align: right;
        margin: 5px 50px 5px 5px;
         padding-top: 1vh;
         letter-spacing: 1px;
    }   
    .blog-text {
        font-family: 'Montserrat', sans-serif;
        background: none;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 17px;
        font-weight: 550;
        color: white;
        font-style: normal; 
        margin-top: 15px;
    }
    
    .blog_sesje {
        margin: 12vw 15vw;
        text-align: center;
    } 
    .blog_sesje-opis {
        font-family: 'Montserrat', sans-serif;
        background: none;
        font-size: 20px;
        line-height: 1.9;
        color: #222b2f;
        font-style: normal;
        text-align: justify;
        margin: 2vw 0;
    }
    .blog_sesje-foto {
        margin-left: 8vw;
        width: 50%;
    }
    
td.jeden{ 
   padding-bottom: 1.3vw;
    padding-left: 11.5vw;
    float: left;
   vertical-align: middle; 
}   
       
hr {
    width: 95vw;
    background-color: #eaeaea;
    margin: 2vw;
}
    iframe {
        min-width: 100vw;
        min-height: 100vh;
    }
.contact-form {
    color: white;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 95px;
    background-image: url(20.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
    .contact-form::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}  
    .contact-form__contact {
        color: white;
        margin-top: 50px;
        padding-top: 50px;
        background-image: url(Tlo-dla-kontaktu.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .contact-form__contact::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.contact-form__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.contact-form__info-item {
    display: flex;
    align-items: center;
    margin: 5px 30px;
}
.contact-form__info-icon {
    margin-right: 10px;
    height: 25px;
}
.icons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    }
.social-media {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 10px;
    }
.contact-form__info-link {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #eee;
    text-decoration: none;
    font-size: 22px;
}
.contact-form__header {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 20px 0;
    padding-top: 60px;
    font-style: normal;
    font-weight: 500;
    color: #eee;
    line-height: 1.5;
    font-size: 28px;
    text-transform: uppercase;
}
form {
    box-sizing: border-box;
}
    .form-button {
    font-family: 'Montserrat', sans-serif;
    width: 20%;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
    text-align: center;
    }
    
input[type=text], select, textarea {
  width: 50%;
  padding: 12px;
  border: 1px solid #ccc;
  resize: vertical;
}

label {
font-family: 'Montserrat', sans-serif;
  padding: 12px 12px 12px 0;
  display: inline-block;
    font-size: 22px;
}

input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: block;
    margin: 30px auto 0 auto;
    border: none;
    background: white;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    color: black;
}

input[type=submit]:hover {
  background-color: #ddd;
}

.contact-form__fields {
  padding: 10px 20px 60px 20px;
text-align: center;
}
    .contact-form__fields-2 {
  padding: 10px 20px 60px 20px;
    text-align: center;
    }

.col-25 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}   
}