* {
  font-family: 'Montserrat', sans-serif;
}
a:hover {
  text-decoration: none;
}
.top {
  background-image: url('../images/top_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 655px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  background-attachment: fixed;
}
.top .top-header {
  margin-top: 50px;
  padding: 0 60px;
}
.top .top-header::after {
  content: '';
  display: block;
  clear: both;
}
.top .top-header .navigation {
  float: left;
}
.top .top-header .navigation ul {
  margin: 0;
  padding: 0;
}
.top .top-header .navigation ul li {
  margin-right: 45px;
  display: inline-block;
}
@media (max-width: 865px) {
  .top .top-header .navigation ul li {
    margin-right: 20px;
  }
}
.top .top-header .navigation ul li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.top .top-header .contact {
  float: right;
}
.top .top-header .contact a {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .top .top-header {
    display: none;
  }
}
.top .logo img {
  display: block;
  margin: 0 auto;
  margin-top: 90px;
}
@media (max-width: 962px) {
  .top .logo img {
    margin-top: 150px;
  }
}
@media (max-width: 420px) {
  .top .logo img {
    margin-top: 170px;
  }
}
.top h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 15px;
  margin-top: 50px;
  line-height: 100px;
}
@media (max-width: 1091px) {
  .top h1 {
    font-size: 50px;
  }
}
@media (max-width: 962px) {
  .top h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 420px) {
  .top h1 {
    font-size: 22px;
    line-height: 35px;
  }
}
.o-pracowni {
  color: #1f1a1b;
  padding: 0 60px;
  margin: 50px 0;
}
@media (max-width: 992px) {
  .o-pracowni {
    padding: 0 15px;
  }
}
.o-pracowni .salon img {
  width: 100%;
  height: auto;
}
.o-pracowni .padding {
  padding: 0 50px;
}
@media (max-width: 850px) {
  .o-pracowni .padding {
    padding: 0 10px;
  }
}
.o-pracowni h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .o-pracowni h1 {
    margin-top: 50px;
  }
}
.o-pracowni p {
  text-align: justify;
  font-size: 17px;
  margin-top: 50px;
  line-height: 28px;
}
.o-pracowni .podpis img {
  float: right;
  margin-top: 30px;
  width: 230px;
}
.booking {
  padding: 80px 0 200px 0;
}
@media (max-width: 800px) {
  .booking {
    padding: 150px 0;
  }
}
.booking h1 {
  margin: 0;
  text-align: center;
  color: #1f1a1b;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 100px;
}
@media (max-width: 800px) {
  .booking h1 {
    font-size: 35px;
    line-height: 80px;
  }
}
@media (max-width: 500px) {
  .booking h1 {
    font-size: 25px;
    line-height: 55px;
  }
}
.contact .dane {
  background: #1f1a1b;
  color: #ffffff;
  height: 721px;
  display: flex;
  padding: 0 7%;
}
.contact .dane .dane-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact .dane .dane-content h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 7px;
  margin-bottom: 50px;
}
.contact .dane .dane-content p {
  font-size: 17px;
}
.contact .gm-style .place-card-large {
  display: none;
}
.contact .mapa {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 0;
}
@media (max-width: 400px) {
  .contact .mapa iframe {
    height: 400px;
  }
}
section.footer {
  color: #1f1a1b;
  text-align: center;
  padding: 50px 0 40px 0;
  font-weight: 500;
  font-size: 17px;
}
section.footer a {
  color: #1f1a1b;
}

/*MAIN Content style*/

.o-pracowni .container-fluid h1{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .7px;
}
.o-pracowni .container-fluid p{
    font-size: 16.6px;
    position: relative
}

.o-pracowni .container-fluid p i{
    position: absolute;
    bottom: -20px;
    right: 0;
}

