@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');


* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
}

body {
  background-color:#f0f0f0;

 /* color: #63b175;*/
}

a {color: #26547c;
text-decoration: none;
}

header {
  box-sizing: border-box;
  top: 0;
  width: 100%;
  height: 200px;
  background:#6db33f;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
footer {
  background-color:  #c1c1c1;
  font-size: x-small;
  text-align: right;
}

li {
  list-style-type: none !important;
  list-style-type: decimal;
}
ol {
  counter-reset: paragraph;
}
ol li:before {
  counter-increment:paragraph;
  content:counter(paragraph) ". ";
}
ol ol{
counter-reset: li;
}
ol ol li:before {
counter-increment: li;
content: counter(paragraph)"." counters(li, ".")" ";
}

.separation-base {

 height: 25px;
 background-color:  red;
 position: relative;
 bottom: -100px;

}

/**** BUTTONS sprzedażowe **/

button {
    display: flex;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bolder;
    font-size: x-large;
    border: solid;
    background-color: #6db33f;
    border-color: #26547c;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
}

.waiting-list {
display: visible;
}
.sell25promo {
display:none;
}
.sell15promo {
display: none;
}

span {
  border: #6db33f solid;
  border-radius: 90px 0px;
  padding: 0 15px 0 15px;
  margin: 20px;
  white-space: nowrap;
}
.separation-bottom{
  height: 25px;
  background-color: green;
  position: relative;
    bottom: -50px;

}
.separation {
 background-color: #26547c;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
/* svg kula z linia*
.showcase {
  display: flex;
}

.direction {
  flex: 1;
  margin: 100px;
}

*/
h3 {
  border-bottom: ridge;
  border-bottom-left-radius: 50px;
  padding-bottom: 10px;
  }
#header-spring-logo {
  width: 30%;
}

#sigh {
  width: 100%;
  max-width: 300px;
  border: solid 6px #fff;
  border-radius: 50%;

}

#sigh-p {
  color:  whitesmoke;
  text-align: center;
  padding: 10px;
  margin-right: auto;
}



section {
  padding-top: 20px;
  width: 100%;
}


.section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 3em;
  letter-spacing: 5px;
}

.section-body {
  width: 98%;
}
.text-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-sizing: border-box;

}
.info-p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.info-p img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
 margin-left: auto;
 margin-right: auto;
}

.info-p img:hover {
  opacity: 0.80;
}

.product-title {
  letter-spacing: 1.2px;
  font-size: 1.3em;
  text-align: center;
  margin-top: 5px;
}

/*** faq section */
.faq-list {
  font-style: italic;
}

.faq-list-q {
  font-weight: bolder;
  font-size: larger;
  border: 2px solid;
  padding: 10px;
  width: 80vw;

}

.faq-list-q p {
font-weight: normal;
}

/*** */

.sign {
  width: 100%;
  background-color: yellow;
}

#sign-in {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;

}

.ad {
  padding: 10px;
  width: 95%;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  color:  #fff;
  text-align: center;
  font-weight: bold;
  font-size: larger;
  border: solid;
  background-color: #6db33f;
  border-color: #26547c;
}

/** quotes section */

.quotes .box {
  background: #f2f2f2;
  padding: 10px;
  margin: 5px ;
  box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
}
/**** end quote section */
#pawel-img {
  min-width: 300px;

}
#about-text {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 50px;
  text-align: justify;
}



@media (max-width: 1300px) {
  .text-block {
      flex-direction:column;
      align-items: center;
  }

  .info-p {
      margin-bottom: 60px;
  }

  .info-p img {
      max-width: 400px;
  }
}

@media (max-width: 1100px) {
  #home-img {
      width: 100%;
      height: 100%;
      margin-top: 0;
  }


}
@media (min-width: 752px) {
  #sigh-p h1 {
    font-size:xxx-large;
  }
}

@media (max-width: 900px) {


  #header-img {
      display: none;
  }


}


@media (max-width: 700px) {
  #home-img {
      margin-top: 100px;
  }
  .text-block {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sub-product-title {
    text-align: center;
  }

}
@media (min-width: 600px) and (max-width: 751px) {
  #sigh-p h1 {
    font-size:xx-large;
  }
}
