.content-box-1 {
  background: url("../img/02.jpg");
  background-size: cover;
  background-position: center center;
}
.content-box-1 .description {
  height: 850px;
  padding-top: 190px;
}
.content-box-1 .description .txt-box {
  width: 871px;
  max-width: 100%;
}
.content-box-1 .description .txt-box .txt-1, .content-box-1 .description .txt-box h2 {
  font-family: "Playfair Display", serif;
  color: #023C2B;
  line-height: 1;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 50px;
}
.content-box-1 .description .txt-box .txt-2 {
  color: #0E2037;
  width: 590px;
  max-width: 100%;
  font-size: 23px;
}

.boxes-1 .row-box {
  display: flex;
  margin: 0 -20px;
}
.boxes-1 .row-box .col-box {
  margin-top: -40px;
  padding: 0 20px;
  width: 50%;
}
.boxes-1 .row-box .col-box .box-1 {
  display: block;
  height: 445px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.boxes-1 .row-box .col-box .box-1 .video-bg {
  transition: all 0.2s ease-in-out;
}
.boxes-1 .row-box .col-box .box-1:hover .video-bg {
  opacity: 0.9;
}
.boxes-1 .row-box .col-box .box-1 .txt {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/03.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  justify-content: center;
  color: #FFF8EE;
  font-family: "Playfair Display", serif;
  font-size: 38px;
}
.boxes-1 .row-box .col-box .box-1 .txt span {
  font-size: 65px;
}
.boxes-1 .row-box .col-box .box-1 .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}
.boxes-1 .row-box .col-box .box-1 .video-bg video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 800px;
  height: auto;
}
.boxes-1 .row-box .col-box .box-1-2 .txt {
  background-image: url("../img/04.png");
}

.content-box-1 {
  z-index: 1;
  position: relative;
}

.content-box-2 {
  position: relative;
  z-index: 2;
  background: url("../img/05.jpg") center no-repeat;
  background-size: cover;
}
.content-box-2 .content-box-2-1 {
  padding: 130px 0 230px 0;
  text-align: center;
  color: #FFF8EE;
}
.content-box-2 .content-box-2-1 .btn-2 {
  margin: 0 auto;
}
.content-box-2 .content-box-2-1 .txt {
  font-family: "Playfair Display", serif;
  font-size: 65px;
  margin-bottom: 5px;
  color: #FFF8EE;
}

.btn-2 {
  height: 80px;
  line-height: 72px;
  border-radius: 6px;
  border: 2px solid #FFF8EE;
  color: #FFF8EE;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 500;
  display: block;
  background: url("../img/05.png");
  background-size: 100% 100%;
  width: 474px;
}
.btn-2:hover {
  background: #FFF8EE;
  color: #023C2B;
}

.content-box-3 {
  padding-top: 100px;
}
.content-box-3 .text a {
  font-weight: 600;
  color: #0E2037;
  border-bottom: 2px solid #0E2037;
}
.content-box-3 .text a:hover {
  opacity: 0.85;
}
.content-box-3 .wrapper {
  display: flex;
}
.content-box-3 .wrapper figure, .content-box-3 .wrapper picture {
  width: 50%;
}
.content-box-3 .wrapper figure img {
  display: block;
}
.content-box-3 .wrapper .description {
  color: #0E2037;
  width: 50%;
  padding: 65px 100px 0 115px;
}
.content-box-3 .wrapper .button-box {
  margin-top: 35px;
}

@media only screen and (max-width: 1660px) {
  .content-box-3 .wrapper .description {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1560px) {
  .content-box-3 .wrapper .description {
    padding-left: 70px;
    padding-right: 70px;
  }
  .content-box-1 .description {
    height: 680px;
  }
  .content-box-1 .description .txt-box .txt-1, .content-box-1 .description .txt-box h2 {
    font-size: 70px;
  }
  .content-box-1 .description .txt-box .txt-2 {
    font-size: 20px;
  }
  .content-box-1 .description .txt-box .txt-2 {
    width: 524px;
  }
  .content-box-1 .description .txt-box {
    width: 680px;
  }
  .content-box-1 .description .txt-box .txt-1, .content-box-1 .description .txt-box h2 {
    margin-bottom: 30px;
  }
  .content-box-1 .description {
    padding-top: 150px;
  }
  .content-box-2 .content-box-2-1 {
    padding: 100px 0 130px 0;
  }
  .content-box-3 .wrapper .description {
    padding-left: 50px;
    padding-right: 0;
  }
  .content-box-3 .wrapper figure, .content-box-3 .wrapper picture {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .content-box-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-box-1 .description {
    height: 600px;
  }
  .content-box-1 .description {
    padding-top: 120px;
  }
  .content-box-1 .description .txt-box .txt-1, .content-box-1 .description .txt-box h2 {
    font-size: 57px;
  }
  .content-box-1 .description .txt-box {
    width: 580px;
  }
  .content-box-1 .description .txt-box .txt-2 {
    width: 450px;
    font-size: 17px;
  }
  .content-box-2 .content-box-2-1 .txt {
    font-size: 50px;
  }
  .btn-2 {
    height: 60px;
    line-height: 52px;
    width: 400px;
  }
  .content-box-2 .content-box-2-1 {
    padding: 70px 0 100px 0;
  }
  .content-box-2 .content-box-2-1 .txt {
    font-size: 35px;
  }
  .btn-2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .content-box-1 .description {
    height: 500px;
  }
  .content-box-1 .description .txt-box .txt-1, .content-box-1 .description .txt-box h2 {
    font-size: 40px;
  }
  .content-box-1 .description .txt-box {
    width: 370px;
  }
  .content-box-1 .description {
    padding-top: 90px;
  }
  .content-box-3 .wrapper figure, .content-box-3 .wrapper picture {
    width: 50%;
  }
  .content-box-3 .wrapper .description {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content-box-1 {
    background-position: left center;
  }
  .content-box-1 .description {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .content-box-1 .description {
    height: 400px;
  }
  .boxes-1 .row-box .col-box {
    margin-top: 0;
  }
  .btn-2 {
    max-width: 100%;
  }
  .boxes-1 .row-box {
    display: block;
  }
  .boxes-1 .row-box .col-box {
    width: 100%;
    padding-top: 20px;
  }
  body .boxes-1 .row-box .col-box .box-1 {
    height: 200px;
  }
  .content-box-2 .content-box-2-1 .txt {
    font-size: 25px;
  }
  .btn-2 {
    font-size: 22px;
  }
  .content-box-2 .content-box-2-1 {
    padding: 50px 0 70px 0;
  }
  .content-box-1 {
    background-size: 1000px auto;
  }
  .content-box-3 .wrapper {
    display: block;
  }
  .content-box-3 .wrapper figure, .content-box-3 .wrapper picture {
    width: 100%;
  }
  .content-box-2 .content-box-2-1 {
    padding: 45px 0 60px;
  }
  .content-box-3 .wrapper .description {
    width: 100%;
    padding: 40px 0;
  }
  .content-box-3 .wrapper .description {
    padding: 36px 0 0 0;
  }
}/*# sourceMappingURL=strona-glowna.css.map */

.content-box-3 img {
  height: auto !important;
  display: block;
}