.content-box-1 {
  background: url("../img/01.jpg");
  background-size: cover;
  background-position: center center;
}
.content-box-1 .description {
  height: 1100px;
  padding-top: 230px;
  width: 900px;
  max-width: 100%;
}
.content-box-1 .description h2 {
  font-family: "MetrostyleRegular";
  font-size: 96px;
  font-weight: normal;
  margin: 0 0 25px 0;
}
.content-box-1 .description h2 a {
  color: #fff;
}

.content-box-2 {
  position: relative;
  z-index: 2;
  margin-top: -420px;
  background: url("../img/01.png") center top no-repeat;
  min-height: 1100px;
  padding-top: 60px;
}
.content-box-2 .title {
  width: 595px;
}
.content-box-2 .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.content-box-2 .title-box .title {
  margin: 0;
}
.content-box-2 .title-box .button-box {
  margin-bottom: 18px;
}

.boxes-1 .row-box {
  display: flex;
  margin: 0 -25px;
}
.boxes-1 .row-box .col-box {
  padding: 0 25px;
  width: 33.3333%;
}
.boxes-1 .row-box .col-box .box-1 {
  border: 1px solid #cf3983;
  border-radius: 48px;
  padding: 40px;
  background: linear-gradient(to bottom, #fff5ff 0px, #fff5ff 50px, transparent);
}
.boxes-1 .row-box .col-box .box-1 .text ul li {
  padding-left: 47px;
}
.boxes-1 .row-box .col-box .box-1 h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 25px 0;
  color: #cf3983;
}
.boxes-1 .row-box .col-box:nth-child(2) .box-1 {
  background: linear-gradient(to bottom, #f3f5ef 0px, #f3f5ef 50px, transparent);
  border-color: #3b903c;
}
.boxes-1 .row-box .col-box:nth-child(2) .box-1 h3 {
  color: #3b903c;
}
.boxes-1 .row-box .col-box:nth-child(3) .box-1 {
  background: linear-gradient(to bottom, #dfe8f8 0px, #dfe8f8 50px, transparent);
  border-color: #0068c3;
}
.boxes-1 .row-box .col-box:nth-child(3) .box-1 h3 {
  color: #0068c3;
}

.content-box-3 {
  padding: 50px 0;
}

.carousel-1 {
  position: relative;
  z-index: 1;
  
}

.carousel-1 .swiper {
  overflow: hidden;
}

.carousel-1 .swiper {
  padding: 0 30px;
  margin: 0 -30px;
}

.carousel-1 .swiper-button-prev {
  left: 0;
}

.box-2 figure img {
  height: auto !important;
}

.carousel-1 .swiper-button-next {
  right: 0;
}

.box-2 {
  display: block;
  background: #fff;
  border-radius: 48px 48px 0 48px;
  padding: 0 45px 45px 45px;
  color: #000;
}
.box-2 .txt {
  background: url("../img/icons/02.png") right calc(100% - 5px) no-repeat;
  padding-right: 35px;
  font-size: 24px;
  width: 100%;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  line-height: 1.25;
}
.box-2 .txt span {
  font-size: 19px;
  display: block;
}
.box-2 figure {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-2:hover .txt {
  width: calc(100% - 10px);
}

.carousel-1 .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .box-2 {
  border-radius: 48px 48px 48px 0;
}

.swiper-button-prev {
  height: 60px;
  left: -30px;
  margin: 0;
  border-radius: 50%;
  width: 60px;
  margin-top: -30px;
  background: #e8dfe8;
}
.swiper-button-prev:after {
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.swiper-button-next {
  height: 60px;
  right: -30px;
  margin: 0;
  margin-top: -30px;
  border-radius: 50%;
  width: 60px;
  background: #e8dfe8;
}
.swiper-button-next:after {
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  padding-top: 2px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.9;
}

.box-2:hover img {
  opacity: 0.9;
}

.carousel-2 {
  position: relative;
  margin: 0 -340px;
}

.content-box-4 {
  overflow: hidden;
}
.content-box-4 .swiper-button-next, .content-box-4 .swiper-button-prev {
  background: #fff;
}
.content-box-4 .swiper-button-next {
  right: 50%;
  margin-right: -570px;
}
.content-box-4 .swiper-button-prev {
  left: 50%;
  margin-left: -570px;
}

.carousel-2 {
  position: relative;
  z-index: 1;
}

.carousel-2 .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .box-3 {
  border-radius: 48px 48px 0 48px;
}

@media only screen and (max-width: 1590px) {
  .boxes-1 .row-box {
    margin: 0 -15px;
  }
  .boxes-1 .row-box .col-box {
    padding: 0 15px;
  }
  .content-box-4 .swiper-button-prev {
    margin-left: -500px;
  }
  .content-box-4 .swiper-button-next {
    margin-right: -500px;
  }
}
@media only screen and (max-width: 1400px) {
  .content-box-4 .swiper-button-prev {
    margin-left: -400px;
  }
  .content-box-4 .swiper-button-next {
    margin-right: -400px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-box-1 .description h2 {
    font-size: 60px;
  }
  .content-box-1 .description {
    width: 70%;
  }
  .content-box-1 .description {
    padding-top: 177px;
  }
  .content-box-1 .description {
    height: 898px;
  }
  .content-box-2 .title {
    width: 390px;
  }
  .boxes-1 .row-box .col-box .box-1 {
    padding: 30px;
  }
  .boxes-1 .row-box .col-box .box-1 h3 {
    font-size: 22px;
  }
  .box-2 {
    padding: 0 30px 30px 30px;
  }
  .box-2 .txt {
    font-size: 22px;
  }
  .box-2 .txt span {
    font-size: 17px;
  }
  .box-3 .txt {
    padding: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .content-box-1 .description {
    padding-top: 80px;
  }
  .content-box-1 .description h2 {
    font-size: 44px;
  }
  .content-box-1 .description {
    height: 775px;
  }
  .content-box-2 .title {
    width: 289px;
  }
  .content-box-2 {
    background-size: 1600px auto;
  }
  .boxes-1 .row-box {
    display: block;
    margin: 0;
  }
  .boxes-1 .row-box .col-box {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .carousel-2 {
    margin: 0;
    padding: 0 20px;
    width: 720px;
    margin: 0 auto;
  }
  .box-3 .txt {
    width: 100%;
  }
  .content-box-4 .swiper-button-prev {
    left: 50px;
    margin-left: 0;
  }
  .content-box-4 .swiper-button-next {
    right: 50px;
    margin-right: 0;
  }
  .content-box-3 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .content-box-1 .description {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .content-box-1 .description h2 {
    font-size: 34px;
    height: auto;
  }
  .content-box-1 .description {
    height: auto;
  }
  .content-box-2 {
    margin-top: 0;
    background-image: none;
  }
  .content-box-2 {
    padding-top: 50px;
  }
  .content-box-2 .title-box {
    margin-bottom: 50px;
    display: block;
  }
  .content-box-2 .title-box .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: -5px;
  }
  .boxes-1 .row-box .col-box {
    margin-bottom: 20px;
  }
  .boxes-1 .row-box .col-box:last-child {
    margin-bottom: 0;
  }
  .box-2 .txt {
    font-size: 20px;
  }
  .box-2 .txt span {
    font-size: 15px;
  }
  .carousel-2 {
    width: 100%;
  }
  .content-box-4 .swiper-button-prev {
    left: -10px;
    margin-left: 0;
    background: #e8dfe8;
  }
  .content-box-4 .swiper-button-next {
    right: -10px;
    margin-right: 0;
    background: #e8dfe8;
  }
  .box-3 .txt {
    font-size: 18px;
  }
  .box-3 .txt span {
    font-size: 16px;
  }
}/*# sourceMappingURL=strona-glowna.css.map */