.hero {
  z-index: 1;
  position: relative;
  display: block;
  margin: 189px auto 0;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  max-width: 1635px;
  height: 548px;
  width: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 15px 17px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 15px 17px 50px rgba(0, 0, 0, 0.16);
  border: 2px solid #EBA503;
}

.hero::before {
  z-index: -1;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, right top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(235, 165, 3, 0.15)));
  background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.25) 40%, rgba(235, 165, 3, 0.15) 75%);
}

.hero article {
  padding: 75px 139px 0;
  height: 100%;
}

.hero article h1 {
  font-size: 5.7rem;
  font-weight: 600;
  font-family: 'Montserrat', 'Lato', sans-serif;
  color: #EEEEEE;
  margin-bottom: 44px;
}

.hero article p {
  max-width: 587px;
  width: 100%;
  color: #EEEEEE;
  font-size: 2.5rem;
  font-family: 'Montserrat', 'Lato', sans-serif;
  font-weight: 400;
}

.about-me-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-me {
  margin-top: 481px;
  display: block;
  position: relative;
  max-width: 1449px;
  width: 90%;
  min-height: 662px;
  height: auto;
}

.about-me img {
  z-index: 2;
  position: absolute;
  max-width: 336px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #EBA503;
  border-radius: 4px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.about-me article {
  display: block;
  z-index: 1;
  position: relative;
  padding: 25px 31px 94px 185px;
  max-width: 1242px;
  background: #161616;
  border: 1px solid #EBA503;
  border-radius: 4px;
  -webkit-transform: translateX(208px);
          transform: translateX(208px);
}

.about-me article h3 {
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Lato', 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-me article p {
  font-size: 2.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #EEEEEE;
  margin-bottom: 15px;
}

.decoration-belt {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url("/media/elements/Pasek.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .about-me {
    width: 95%;
  }
  .about-me img {
    margin: 0 auto;
    display: block;
    max-width: 1242px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .about-me article {
    margin: 0 auto;
    position: relative;
    padding: 15px;
    -webkit-transform: translate(0);
            transform: translate(0);
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .about-me article p {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 480px;
  }
  .hero article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
  }
  .hero article h1 {
    font-size: 4.9rem;
  }
  .hero article p {
    font-size: 2.1rem;
  }
  .about-me img {
    max-height: 300px;
  }
}

.reviews-bg {
  margin-top: 220px;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 259px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-bg h2 {
  text-align: center;
  color: #EEEEEE;
  font-size: 5.8rem;
  font-weight: 600;
}

.reviews-bg p {
  color: #DDDDDD;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}

.reviews-bg::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(10%, rgba(235, 165, 3, 0.4)), to(#241D1D));
  background-image: linear-gradient(to top right, rgba(235, 165, 3, 0.4) 10%, #241D1D);
}

.reviews-list {
  margin: 150px auto;
  max-width: 1135px;
  height: auto;
  width: 90%;
}

.reviews-list .reviews-card {
  z-index: 10;
  margin-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews-list .reviews-card .author-img {
  width: 128px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 15px 17px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 15px 17px 12px rgba(0, 0, 0, 0.16);
}

.reviews-list .reviews-card article {
  z-index: 2;
  position: relative;
  max-width: 953px;
  border: 1px solid #EBA503;
  background: #161616;
  -webkit-box-shadow: 15px 17px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 15px 17px 12px rgba(0, 0, 0, 0.16);
}

.reviews-list .reviews-card article::before {
  z-index: -1;
  position: absolute;
  content: url(/media/elements/reviews_element.svg);
  left: -22px;
  top: 39px;
  width: 23px;
  height: 29px;
}

.reviews-list .reviews-card article .reviews-content {
  z-index: 2;
  background: #161616;
}

.reviews-list .reviews-card article header {
  z-index: 2;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #141313;
  -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.164);
          box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.164);
}

.reviews-list .reviews-card article header h2 {
  color: #EEEEEE;
  font-size: 3.5rem;
  font-family: 'Lato', 'Montserrat', sans-serif;
  font-weight: 400;
}

.reviews-list .reviews-card article header h3 {
  color: #DDDDDD;
  font-size: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.reviews-list .reviews-card article p {
  z-index: 2;
  padding: 10px 16px;
  color: #EEEEEE;
  font-size: 2.1rem;
  font-family: 'Montserrat', 'Lato', sans-serif;
  font-weight: 300;
  line-height: 30px;
}

@media (max-width: 1227px) {
  .reviews-list .reviews-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews-list .reviews-card article {
    margin-top: 30px;
    max-width: 100%;
  }
  .reviews-list .reviews-card article::before {
    top: -25px;
    -webkit-transform: rotate(90deg) translateY(-75px);
            transform: rotate(90deg) translateY(-75px);
  }
}
/*# sourceMappingURL=o-mnie.css.map */