.hero {
  padding: 7rem 4rem 0rem;
}
@media (max-width: 1366px) {
  .hero {
    padding: 6rem 2.5rem 0rem;
  }
}
@media (max-width: 992px) {
  .hero {
    padding: 6rem 1.8rem 0rem;
  }
}
.hero .bg {
  background-color: #63c2d0;
  border-radius: 20px;
  border-bottom-right-radius: 34rem;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
@media (max-width: 1440px) {
  .hero .bg {
    min-height: 660px;
    border-bottom-right-radius: 33rem;
  }
}
@media (max-width: 1366px) {
  .hero .bg {
    border-bottom-right-radius: 30rem;
  }
}
@media (max-width: 1200px) {
  .hero .bg {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .hero .bg {
    min-height: 560px;
    border-bottom-right-radius: 25rem;
  }
}
@media (max-width: 900px) {
  .hero .bg {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .hero .bg {
    border-bottom-right-radius: 25rem;
  }
}
@media (max-width: 535px) {
  .hero .bg {
    border-bottom-right-radius: 21rem;
  }
}
@media (max-width: 460px) {
  .hero .bg {
    border-bottom-right-radius: 18rem;
  }
}
@media (max-width: 400px) {
  .hero .bg {
    border-bottom-right-radius: 16rem;
  }
}
@media (max-width: 340px) {
  .hero .bg {
    border-bottom-right-radius: 14rem;
  }
}
.hero .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../../images/naglowek-tlo.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (max-width: 900px) {
  .hero .bg::before {
    bottom: 0;
    left: 0;
  }
}
.hero .nav_swiper {
  position: absolute;
  top: 11rem;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 2rem;
  left: calc(50% - 720px + 0px);
  padding: 0.3rem 1rem;
}
@media (max-width: 1550px) {
  .hero .nav_swiper {
    left: 4rem;
  }
}
@media (max-width: 1500px) {
  .hero .nav_swiper {
    left: 2.5rem;
  }
}
@media (max-width: 1440px) {
  .hero .nav_swiper {
    top: 11rem;
  }
}
@media (max-width: 1366px) {
  .hero .nav_swiper {
    top: 9.5rem;
  }
}
@media (max-width: 992px) {
  .hero .nav_swiper {
    padding: 0.5rem 1rem;
    gap: 1.5rem;
    left: 1.8rem;
  }
}
@media (max-width: 900px) {
  .hero .nav_swiper {
    top: 5.5rem;
  }
}
@media (max-width: 600px) {
  .hero .nav_swiper {
    top: 4.8rem;
  }
}
.hero .nav_swiper .swiper-button-next,
.hero .nav_swiper .swiper-button-prev {
  top: initial;
  margin: initial;
  left: initial;
  right: initial;
  position: relative;
  transform: none;
}
@media (max-width: 992px) {
  .hero .nav_swiper .swiper-button-next,
  .hero .nav_swiper .swiper-button-prev {
    height: 33px;
    width: 20px;
  }
}
.hero .nav_swiper .swiper-button-next:after,
.hero .nav_swiper .swiper-button-prev:after {
  color: #033e76;
  font-size: 20px;
}
.hero .swiper-slide {
  display: flex;
  padding: 5rem 0rem;
  min-height: 700px;
}
@media (max-width: 1440px) {
  .hero .swiper-slide {
    min-height: 660px;
  }
}
@media (max-width: 1366px) {
  .hero .swiper-slide {
    min-height: 650px;
  }
}
@media (max-width: 1200px) {
  .hero .swiper-slide {
    min-height: 600px;
  }
}
@media (max-width: 992px) {
  .hero .swiper-slide {
    min-height: 560px;
  }
}
@media (max-width: 900px) {
  .hero .swiper-slide {
    flex-direction: column;
    padding-bottom: 0px;
    min-height: unset;
  }
}
.hero .swiper-slide .container {
  width: 100%;
}
@media (max-width: 1550px) {
  .hero .swiper-slide .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .hero .swiper-slide .container {
    padding: 0 18px;
  }
}
.hero--content {
  position: relative;
  padding: 12rem 0rem 12rem 0rem;
  width: 50%;
  z-index: 1;
}
@media (max-width: 1550px) {
  .hero--content {
    width: 45%;
  }
}
@media (max-width: 1440px) {
  .hero--content {
    padding: 12rem 0rem 10rem 0rem;
  }
}
@media (max-width: 1366px) {
  .hero--content {
    padding: 12rem 0;
  }
}
@media (max-width: 1200px) {
  .hero--content {
    padding: 11rem 0 10px;
  }
}
@media (max-width: 992px) {
  .hero--content {
    padding: 10rem 0 5rem;
  }
}
@media (max-width: 900px) {
  .hero--content {
    width: 80%;
    padding: 6rem 0 7rem;
  }
}
@media (max-width: 600px) {
  .hero--content {
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
}
.hero--content h2 {
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .hero--content h2 {
    font-size: 4.7rem;
  }
}
@media (max-width: 1366px) {
  .hero--content h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .hero--content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  .hero--content h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 568px) {
  .hero--content h2 {
    font-size: 3rem;
  }
}
.hero--content p {
  color: #fff;
  max-width: 500px;
}
.hero .cta__wrapper {
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 14px;
}
@media (max-width: 1200px) {
  .hero .cta__wrapper {
    gap: 10px;
  }
}
.hero .cta__wrapper .hero--cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  min-height: 60px;
  border-radius: 15px;
  background-color: #033e76;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .hero .cta__wrapper .hero--cta {
    min-height: 50px;
  }
}
.hero .cta__wrapper .hero--cta:hover img {
  transform: translateY(-3px);
}
.hero .cta__wrapper .hero--cta img {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .hero .cta__wrapper .hero--cta img {
    width: 25px;
    height: 25px;
  }
}
.hero .cta__wrapper .hero--cta.hero--cta2 {
  background-color: #fff;
  color: #033e76;
}
.hero .cta__wrapper .hero--cta.hero--cta2:hover {
  background-color: #033e76;
  color: #fff;
}
.hero .hero_gallery {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  margin-top: -25px;
  width: 664px;
  height: 664px;
}
@media (max-width: 1650px) {
  .hero .hero_gallery {
    width: 600px;
    height: 600px;
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .hero .hero_gallery {
    margin-top: 35px;
    right: 10px;
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .hero .hero_gallery {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 992px) {
  .hero .hero_gallery {
    width: 500px;
    height: 500px;
    margin-top: 15px;
    right: 0px;
  }
}
@media (max-width: 900px) {
  .hero .hero_gallery {
    position: relative;
    align-self: flex-end;
    display: none;
  }
}
@media (max-width: 600px) {
  .hero .hero_gallery {
    display: flex;
  }
}
@media (max-width: 535px) {
  .hero .hero_gallery {
    width: 435px;
    height: 435px;
    right: -5px;
    bottom: -5px;
  }
}
@media (max-width: 460px) {
  .hero .hero_gallery {
    width: 375px;
    height: 375px;
    margin-top: 0px;
  }
}
@media (max-width: 400px) {
  .hero .hero_gallery {
    width: 315px;
    height: 315px;
  }
}
@media (max-width: 340px) {
  .hero .hero_gallery {
    width: 295px;
    height: 295px;
  }
}
.hero .hero_gallery .gallery_img {
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero_gallery:hover .circle {
  transform: translate(-50%, -50%) rotate(90deg);
}
.hero .hero_gallery .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all 0.3s ease;
  height: 625px;
  width: 625px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 1650px) {
  .hero .hero_gallery .circle {
    width: 530px;
    height: 530px;
  }
}
@media (max-width: 1440px) {
  .hero .hero_gallery .circle {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1200px) {
  .hero .hero_gallery .circle {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 992px) {
  .hero .hero_gallery .circle {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 535px) {
  .hero .hero_gallery .circle {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 460px) {
  .hero .hero_gallery .circle {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 400px) {
  .hero .hero_gallery .circle {
    width: 275px;
    height: 275px;
  }
}
@media (max-width: 340px) {
  .hero .hero_gallery .circle {
    width: 255px;
    height: 255px;
  }
}
.hero .scroll_down {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 100vh;
  margin-top: -3rem;
  position: relative;
  z-index: 25;
  padding: 1.9rem 4.75rem;
  cursor: pointer;
  position: relative;
  margin-left: calc(50% - 720px + 0px);
  margin-bottom: -4.1rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 1550px) {
  .hero .scroll_down {
    margin-left: 45px;
  }
}
@media (max-width: 1440px) {
  .hero .scroll_down {
    margin-left: 30px;
    padding: 1.5rem 3.5rem;
    margin-top: -2.5rem;
  }
}
@media (max-width: 992px) {
  .hero .scroll_down {
    margin-left: 30px;
    padding: 1.2rem 2.5rem;
    margin-top: -2.5rem;
  }
}
@media (max-width: 850px) {
  .hero .scroll_down {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .hero .scroll_down {
    display: none;
  }
}
.hero .scroll_down .icon,
.hero .scroll_down .icon img {
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
}
.hero .scroll_down .left_decor {
  position: absolute;
  left: -23px;
  top: 32%;
  transform: translateY(-50%);
}
.hero .scroll_down .right_decor {
  position: absolute;
  right: -24px;
  top: 32%;
  transform: translateY(-50%);
}
@media (max-width: 568px) {
  .hero .scroll_down .left_decor,
  .hero .scroll_down .right_decor {
    display: none;
  }
}
.hero .scroll_down p {
  font-size: 15px;
  color: #033e76;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1366px) {
  .hero .scroll_down p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .hero .scroll_down p {
    font-size: 13px;
  }
}
.hero .scroll_down:hover .icon img {
  transform: translateY(5px);
}/*# sourceMappingURL=hero.css.map */