/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.content {
  width: 1100px;
  margin: auto;
}

i {
  color: #77c9b3;
  font-weight: 700;
}

strong {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  font-size: 0px;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.left {
  display: inline-block;
  vertical-align: middle;
}

.left figure {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 5px;
}

.left span {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  color: #6e6e6e;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.left span:after {
  content: "Poznań";
  display: block;
  font-size: 18px;
  color: #77c9b3;
  line-height: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-top: 3px;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 901px;
  float: right;
  margin-top: 18px;
}

#loader {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 4000;
  background: #fff url(../img/logo.jpg) center center no-repeat;
  background-size: 150px;
  z-index: 999999999;
}

#up-button {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 30px;
  width: 30px;
  background: #77c9b3;
  z-index: 10;
  cursor: pointer;
}

#up-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../img/up-arrow.png) center center no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

header nav a {
  font-size: 15px;
  font-weight: 400;
  color: #6e6e6e;
  text-transform: uppercase;
  margin: 0 15px;
  text-decoration: none;
}

header nav a:hover {
  color: #77c9b3;
  cursor: pointer;
}

.nobefore:before {
  display: none !important;
}

#wrapper {
  margin-top: 72px;
}

#subpagewrapper {
  margin-top: 72px;
}

.bxslider {
  width: 100%;
  height: 70vh;
  position: relative;
}

.bxslider li {
  width: 100%;
  height: 70vh;

}

.bxslider .slide1 {
  background: url(../img/slide1.jpg) center center no-repeat;
  background-size: cover;
}

.bxslider .slide2 {
  background: url(../img/slide2.jpg) center 80% no-repeat;
  background-size: cover;
}

.baner-info {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 15%;
  margin: auto;
  text-align: left;
  width: 600px;
  z-index: 10;
  background: rgb(255, 255, 255, 0.88);
  padding: 30px 20px;
  box-sizing: border-box;
}

.baner-info h1,
.baner-info h2 {
  font-size: 23px;
  color: #78cab5;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.baner-info p {
  font-size: 21px;
  color: #78cab5;
  font-weight: 700;
  text-transform: uppercase;
}

.baner-info span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  color: #6e6e6e;
}

.baner-info strong {
  display: inline-block;
  margin-right: 15px;
}

.baner-info #fast-contact {
  float: none;
  display: inline-block;
  margin-top: 10px;
  color: #77C9B3;
  font-weight: 400;
  text-decoration: none;
  font-size: 22px;
  padding: 0;
  background: none;
}
.m-0a{
  margin:0 auto !important;
}
#why h2{
  margin-top:30px;
}
h2 {
  color: #404040;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.color {
  color: #78cab5;
}

strong {
  color: #78cab5;
  font-weight: 600;
}

.mb-40 {
  margin-bottom: 40px;
}

p {
  color: #222;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}

section {
  padding: 40px 0;
  font-size: 0;
}

#about {
  background: #fdfdfd;
}

.about-left {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.about-left img {
  display: block;
  width: 100%;
}

.about-right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.about-right p {
  color: #888888;
  font-size: 18px;
  text-align: justify;
  line-height: 25px;
}

.about-item {
  width: 31%;
  display: block;
  margin: auto;
  position: relative;
}

.price-item {
  min-height: 420px;
  border: 1px solid #F8F8F8
}

.about-item h3 {
  font-size: 23px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: center;
  background: #F8F8F8;
  padding: 30px 0;
  border-bottom: 1px solid #77c9b3;
}

.second-item {
  padding: 0 0 30px 0;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
}

.second-item h4 {
  background: #fff;
}

.price-item h4 {
  padding: 20px 0;
}

.about-item span {
  display: block;
  font-size: 29px !important;
  color: #78cab5 !important;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Bree Serif', serif;
}

.second-item span {
  color: #fff;
}

#about p {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.about-item:nth-of-type(2) {
  width: 32%;
}

.about-item p {
  font-size: 16px;
  color: #888888;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-left:40px;
}
.center{
  text-align: center !important;
}
.m-0{
  margin:0 !important;
}
.pt-30{
  padding-top:30px;
}
#offer p {
  color: #888888;
  font-size: 18px;
  text-align: justify;
  line-height: 25px;
  margin-bottom: 20px;
}

.opinion-item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 1%;
  padding: 30px 20px;
  box-sizing: border-box;
  background: #F8F8F8;
}

.img {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  border-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  -o-border-radius: 95px;
  overflow: hidden;
}

.img img {
  display: block;
  width: 100%;
}

.opinion-desc {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  max-width: 180px;
}

.opinion-desc h4 {
  font-size: 21px;
  color: #77c9b3;
  margin-bottom: 20px;
}

.opiniion-desc p {
  font-size: 18px;
  color: #888888;
}

.left-price {
  display: block;
}

.test .slide {
  min-height: 150px;
}

#testimontials {
  text-align: center;
  margin-bottom: 40px;
}

#testimontials span {
  color: #77c9b3;
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

#testimontials p {
  color: #888888;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
}

#testimontials img {
  display: block;
  margin: 20px auto;
}

.right-price {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.item {
  width: 252px;
  margin: 20px 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.item:first-of-type {
  margin-left: 0px;
}

.item:nth-of-type(4) {
  margin-right: 0px;
}

.inside-item img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 55px;
}

.item h3 {
  color: #888888;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.item p {
  color: #888888;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
}

#price h5 {
  font-size: 33px;
  text-transform: uppercase;
  margin: auto;
  color: rgb(43, 43, 43);
  font-weight: 700;
  text-align: left;
  line-height: 32px;
  padding-left: 50px;
  margin-bottom: 30px;
}

#price span {
  font-size: 18px;
  line-height: 26px;
  display: block;
  text-align: left;
  color: #000;
  margin: auto;
  margin-bottom: 30px;
}

#price ul {
  margin: auto;
  text-align: left;
  margin-bottom: 30px;
}

#price ul:last-of-type {
  margin-bottom: 0px;
}

#price ul li {
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  color: #888;
  margin-bottom: 8px;
}
.korzysci li{
  font-size: initial;
  margin: 10px 0 10px 20px;
  text-align: justify;
  line-height: 1.5;
  list-style-type: disc;
  color: #888888;
}
.m-80{
  margin: 80px 0;
}
.text-left{
  text-align: left;
}
footer {
  border-top: 1px solid #ececec;
  padding: 30px 0;
  background: #F8F8F8;

}

#left, #right {
  display: inline-block;
  width: 49%;
}
#why{padding-top:10px;}

footer p {
  color: #004861;
  text-align: right;
  margin-bottom: 10px;
}

footer a {
  color: #888;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  text-align: center;
  display: block;
}

#form {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: right;
  margin-top: 50px;
}

#form span {
  display: block;
  font-size: 18px;
  color: #888888;
  margin: 30px auto 50px auto;
  text-align: left;
}

.right-info p {
  text-align: left;
  color: #666666;

}

.right-info a {
  font-size:18px;
  color: #888888;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: left;
}

input[type=submit] {
  display: block;
  background: 0 0;
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  width: 200px;
  padding: 15px 0;
  margin: 30px 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #77c9b3;
}

#form h3 {
  text-align: left;
}

input,
textarea {
  display: block;
  margin-bottom: 15px;
  border: 0;
  border: 1px solid #e1e1e1;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 15px;
  font-size: 12px;
}

textarea {
  height: 150px;
  resize: none;
}

iframe {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 350px;
}

#mobile-menu {
  display: none;
}

.slider {
  height: 350px;
  background: url(../img/bgdark.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#subpagewrapper section {
  padding-top: 40px;
  padding-bottom: 40px;
}

#subpagewrapper #why {
  padding-bottom: 0px;
}

#subpagewrapper .left-price {
  display: block;
  width: 100%;
  text-align: center;
}

#subpagewrapper #price {
  padding-bottom: 0;
}

#contact-us .right-photo {
  position: relative;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}

#contact-us .right-photo h3 {
  text-align: left;
}

#contact-us h3 {
  color: #888888;
  font-weight: 300;
}

#contact-us #fast-contact {
  float: none;
  display: block;
  width: 220px;
}

.contact-subpage #fast-contact {
  margin: 20px auto !important;
}

#fast-contact {
  float: right;
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 8px;
  text-align: center;
  background: #21AED7;
  transition: 0.2s;
}

.right-price {
  display: block;
  width: 100%;
  text-align: center;
}

#price h5 {
  text-align: center;
  padding-left: 0;
}

#price span {
  text-align: center;
  ;
}

#price ul li {
  text-align: center;
}

#breadcrumb {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  width: 200px;

}

#breadcrumb li {
  font-size: 15px;
  color: #4c4c4c;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb a {
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
  text-decoration: none;
}

#breadcrumb li::after {
  content: ">>";
  font-size: 15px;
  color: #4c4c4c;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumb li:last-of-type::after {
  display: none;
}

#breadcrumb li:last-of-type {
  font-weight: 700;
}

.slider span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 35px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.first-section {
  margin-top: 80px !important;
}

.contact-subpage .right-info {
  text-align: center;
  left: 0 !important;
}

.contact-subpage .right-info h4 {
  text-align: center !important;
}

.contact-subpage #fast-contact {
  margin: 20px auto !important;
}

.bg-container {
  background: url(../img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}


/* ==========================================================================
   Custom Dev Styles
   ========================================================================== */

.custom_wrapper {
  margin: 0 auto;
  width: 80%;
  max-width: 1100px;
}
.custom_wrapper strong {
  text-transform: initial;
}
.custom_wrapper h1,
.cennik h1 {
  padding: 30px 0 50px 0;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
.custom_wrapper p,
.cennik>p {
  padding: 0 0 10px 0;
  hyphens: auto;
  text-align: justify;
  font-size: 16px;
}

.cennik>p { 
  padding: 0 0 50px 0;
}

.custom_faq {

}
.custom_faq .faq__box {
  padding: 30px 70px;
  border-bottom: 1px solid #000;
  margin: 0 0 60px 0;
  cursor: pointer;
}

.faq__box .faq__q {
  font-size: 1.7rem;
  margin: 0;
}
.faq__box .faq__a {
  overflow: hidden;
  padding: 20px 0 0 0;
  margin: 0;
  transition: all .5s ease;
}

.faq__box .faq__a_hidden {
  max-height: 0;
  padding: 0;
}
.faq__box .faq__a_display {
  max-height: 500px;
  overflow: hidden;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media all and (max-width: 1400px) {
  .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .opinion-desc {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    max-width: auto;
  }
}

@media all and (max-width: 1100px) {
  .content {
    width: 90%;
  }

  #mobile-menu {
    display: block;
  }

  #mobile-menu {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: auto;
    text-align: center;
    width: 30px;
  }

  .left {
    float: left;
    width: auto;
  }

  header #fast-contact {
    display: none;
  }

  header nav {
    position: absolute;
    right: -100%;
    width: 100%;
    text-align: right;
    background: #fff;
    top: 70px;
    height: calc(100vh - 88px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .right-open {
    right: 0;
  }

  header nav a {
    display: block;
    margin: 40px 0;
    text-align: center;
    font-size: 17px;
  }

  .baner-info {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }

  .baner-info h2 {
    font-size: 40px;
  }

  .baner-info p {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .baner-info #fast-contact {
    margin: auto;
    margin-top: 20px;
  }

  #change {
    display: none;
  }

  #contact-us .left-photo {
    width: 100%;
    display: block;
    height: 300px;
  }

  #contact-us .right-photo {
    width: 100%;
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    height: auto;
  }

  #contact-us .right-photo .right-info {
    position: initial;
    width: 90%;
    top: auto;
    transform: none;
  }

  #contact-us .right-photo .right-info h4 {
    text-align: center;
  }

  #contact-us #fast-contact {
    margin: auto;
    margin-top: 40px;
  }

  #why {
    text-align: center;
  }

  .item {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .about-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .opinion-item {
    display: block;
    width: 230px;
    margin: 20px auto;
    text-align: center
  }

  .opinion-desc {
    padding-left: 0;
  }

  .left-price {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .opinion-desc h4 {
    margin-top: 10px;
  }

  #center {
    display: block;
    width: 100%;
    margin: 20px auto
  }

  .about-right {
    display: block;
    width: 100%;
  }

  .column {
    width: 90%;
    margin: auto;
    display: block;
    padding-right: 0px;
  }

  .next>.left-photo {
    float: none;
  }

  .next>.right-photo .right-info {
    text-align: center !important;
    width: 90%;
    margin: auto;
  }

  .next>.right-photo #fast-contact {
    float: none !important;
  }

  #left {
    display: block;
    margin: auto;
    text-align: center;
    float: none;
  }

  #left .left {
    float: none;
    margin: auto;
    display: block;
  }

  footer #right {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .about-item {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 20px auto
  }

  .about-item:nth-of-type(2) {
    width: 100%;
  }

  .second-item {
    padding: 0;
    box-shadow: none;
  }

  .second-item h4 {
    background: #f8f8f8
  }

  footer p {
    text-align: center;
  }

  footer a {
    text-align: center;
  }

  #form {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
    float: none
  }

  input,
  textarea {
    box-sizing: border-box;
  }

  .right-info p {
    text-align: center
  }

  #contact-us h3 {
    text-align: center
  }

  #contact-us .right-photo h3 {
    text-align: center;
  }

  .right-info a {
    text-align: center;
  }

  #contact-us .right-photo .right-info {
    width: 100%;
  }

  #form span {
    text-align: center;
  }

  input[type=submit] {
    margin-left: auto;
    margin-right: auto;
  }

  /* ==========================================================================
   Custom Dev Styles
   ========================================================================== */

   .custom_wrapper {
  }
  .custom_wrapper strong {
  }
  .custom_wrapper h1 {
  }
  .custom_wrapper p {
  }
  
  .custom_faq {
  }
  .custom_faq .faq__box {
    padding: 0px 0 30px 0;
  }
  
  .faq__box .faq__q {
    font-size: 1.3rem;
  }
  .faq__box .faq__a {
    font-size: 14px;
  }
  
  .faq__box .faq__a_hidden {
  }
  .faq__box .faq__a_display {
  }
  
}

.faq__box .faq__a p {
  margin: 0;
}

.faq__box .faq__a ul {
  padding: 0 0 10px 20px;
}

.content h4 {
  font-size: 16px;
  text-align: center;
  margin: -40px 0 40px 0;
  font-weight: bold;
}

section ul {
  font-size: 16px;
  list-style-type: disc;
  padding: 0px 0 40px 20px;
}

section li {
  padding: 10px 0 0 0;
}

section h2 {
  font-size: 24px;
  color: #7CCCBA;
}

@media all and (max-width: 550px) {
  #left, #right{
    width:100%;
  }
  #price h5 {
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }

  #price span {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  #price ul {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .baner-info h1,
  .baner-info h2 {
    font-size: 20px;
  }

  .baner-info span {
    margin-bottom: 20px;
  }

  .baner-info #fast-contact {
    margin-top: 0px;
  }

  .slider {
    height: 250px;
  }



}


/* ==========================================================================
   Helper classes
   ========================================================================== */



   .osrodek-section{
    text-align: center;
    margin: 20px 0;
  }

  .osrodek-section a{
   font-size: 24px;
   color: #6e6e6e;
  }