/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Courgette&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss (2) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  background-color: #fff;
  min-height: -webkit-fill-available;
}

.main {
  position: relative;
  background-color: transparent;
}
.main__waves {
  margin-top: -8rem;
  top: 0%;
}
@media (min-width: 37.5em) {
  .main__waves {
    margin-top: -9rem;
  }
}
@media (min-width: 56.25em) {
  .main__waves {
    margin-top: -10rem;
  }
}
@media (min-width: 75em) {
  .main__waves {
    margin-top: -11rem;
  }
}
@media (min-width: 93.75em) {
  .main__waves {
    margin-top: -12rem;
  }
}

.text-red {
  color: #e31e25;
}

.text-white {
  color: #fff;
}

.border-white {
  border-bottom: 2px dotted #fff;
}
@media (min-width: 75em) {
  .border-white {
    border-bottom: 3px dotted #fff;
  }
}

.text-blue {
  color: #0791d2;
}

.border-blue {
  border-bottom: 2px dotted #0791d2;
}
@media (min-width: 75em) {
  .border-blue {
    border-bottom: 3px dotted #0791d2;
  }
}

.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  height: 8vh;
  min-height: 8rem;
  max-height: 8rem;
}
@media (min-width: 37.5em) {
  .waves {
    height: 9vh;
    min-height: 9rem;
    max-height: 9rem;
  }
}
@media (min-width: 56.25em) {
  .waves {
    height: 10vh;
    min-height: 10rem;
    max-height: 10rem;
  }
}
@media (min-width: 75em) {
  .waves {
    height: 11vh;
    min-height: 11rem;
    max-height: 11rem;
  }
}
@media (min-width: 93.75em) {
  .waves {
    height: 12vh;
    min-height: 12rem;
    max-height: 12rem;
  }
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 10s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 15s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 20s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.waves {
  position: absolute;
  width: 100%;
  margin-bottom: -7px; /*Fix for safari gap*/
  height: 8vh;
  min-height: 8rem;
  max-height: 8rem;
}
@media (min-width: 37.5em) {
  .waves {
    height: 9vh;
    min-height: 9rem;
    max-height: 9rem;
  }
}
@media (min-width: 56.25em) {
  .waves {
    height: 10vh;
    min-height: 10rem;
    max-height: 10rem;
  }
}
@media (min-width: 75em) {
  .waves {
    height: 11vh;
    min-height: 11rem;
    max-height: 11rem;
  }
}
@media (min-width: 93.75em) {
  .waves {
    height: 12vh;
    min-height: 12rem;
    max-height: 12rem;
  }
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 10s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 15s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 20s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 30s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
::-moz-selection {
  background-color: #0791d2;
  color: #000;
}
::selection {
  background-color: #0791d2;
  color: #000;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.quote {
  display: flex;
  flex-direction: column;
}
.quote__text {
  color: #056e9e;
  font-weight: 700;
  font-style: italic;
}
.quote__author {
  color: #444;
  font-style: italic;
}

@keyframes bottleAnimation {
  100% {
    transform: translateX(0vw);
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.showcase__box {
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
  bottom: -15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.showcase__text {
  width: 80%;
  max-width: 300px;
  font-family: "Courgette", cursive;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media (min-width: 37.5em) {
  .showcase__text {
    font-size: 5rem;
    max-width: 380px;
  }
}
@media (min-width: 56.25em) {
  .showcase__text {
    max-width: 700px;
  }
}
@media (min-width: 75em) {
  .showcase__text {
    font-size: 6rem;
    max-width: 900px;
  }
}
@media (min-width: 93.75em) {
  .showcase__text {
    font-size: 6.5rem;
    max-width: 1000px;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.slide {
  background: fixed no-repeat center bottom/cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slide:nth-child(1) {
  background-position: center center;
}
.slide:nth-child(3) {
  background-position: center center;
}
.slide--current {
  opacity: 1;
}

/*Shrinking for mobile*/
.scrollUpButton {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  border: 1px solid #000;
  box-shadow: 0px 0px 2px 0px #000;
  padding: 1rem;
  background-color: #fff;
  transition: 0.5s ease all;
}
.scrollUpButton i {
  font-size: 2rem;
}
.scrollUpButton--active {
  display: flex;
}
.scrollUpButton:hover {
  cursor: pointer;
  background-color: #0791d2;
}

.card {
  width: 320px;
  height: 400px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: #fff 4px solid;
}
@media (min-width: 75em) {
  .card {
    width: 340px;
  }
}
@media (min-width: 93.75em) {
  .card {
    width: 360px;
    height: 440px;
  }
}
.card__img {
  border-radius: 1rem 1rem 0rem 0rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
  position: relative;
}
.card__img--overlay {
  border-radius: 1rem 1rem 0rem 0rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.card__text {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 1rem 0.2rem;
}
@media (min-width: 93.75em) {
  .card__text {
    padding: 1rem 0.5rem;
  }
}
.card__header {
  font-size: 1.8rem;
  color: #0791d2;
}
@media (min-width: 93.75em) {
  .card__header {
    font-size: 2rem;
  }
}
.card__paragraph {
  font-size: 1.4rem;
}
@media (min-width: 93.75em) {
  .card__paragraph {
    font-size: 1.6rem;
  }
}
.card__link {
  font-size: 1.6rem;
  text-decoration: none;
  font-style: italic;
  color: #000;
  border-bottom: 2px solid #0791d2;
  padding: 0 0.5rem;
  transition: all ease 0.5s;
}
@media (min-width: 93.75em) {
  .card__link {
    font-size: 1.8rem;
  }
}
.card__link:hover {
  color: #0791d2;
}

.nav {
  background-color: #fff;
  padding: 1rem 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 500;
  width: 100%;
  border-bottom: 2px solid #0791d2;
  box-shadow: 0px 0px 3px 1px #0791d2;
}
.nav__container {
  align-items: center;
  position: relative;
}
.nav__logo img {
  max-width: 16rem;
  display: block;
}
@media (min-width: 56.25em) {
  .nav__logo img {
    max-width: 20rem;
  }
}
@media (min-width: 75em) {
  .nav__logo img {
    max-width: 22rem;
  }
}
@media (min-width: 93.75em) {
  .nav__logo img {
    max-width: 24rem;
  }
}
.nav__toggler {
  display: none;
}
.nav__toggler:checked + .nav__hamburger > div {
  transform: rotate(135deg);
}
.nav__toggler:checked + .nav__hamburger > div:before, .nav__toggler:checked + .nav__hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.nav__toggler:checked:hover + .nav__hamburger > div {
  transform: rotate(225deg);
}
.nav__toggler:checked ~ .nav__menu {
  visibility: visible;
}
.nav__toggler:checked ~ .nav__menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}
.nav__toggler:checked ~ .nav__menu > div > nav {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease 0.4s;
}
.nav__hamburger {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 502;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  box-shadow: 0px 0px 2px 0px #000;
  background: #fff;
  transition: all 0.5s ease;
  opacity: 1;
}
.nav__hamburger:focus {
  outline: none;
}
.nav__hamburger > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 2px;
  background: #000;
  transition: all 0.4s ease;
}
.nav__hamburger > div::before, .nav__hamburger > div::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #000;
}
.nav__hamburger > div::after {
  top: 0.8rem;
}
@media (min-width: 37.5em) {
  .nav__hamburger {
    display: none;
  }
}
.nav__menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 501;
}
@media (min-width: 37.5em) {
  .nav__menu {
    align-self: center;
    position: relative;
    visibility: visible;
  }
}
.nav__menu > div {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 300vw;
  height: 300vw;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease;
}
@media (min-width: 37.5em) {
  .nav__menu > div {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: none;
  }
}
.nav__menu > div > nav {
  z-index: 501;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 200vh;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: scale(0);
}
@media (min-width: 37.5em) {
  .nav__menu > div > nav {
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    transition: none;
    transform: scale(1);
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
}
.nav__menu > div > nav .nav__menu-item {
  z-index: 501;
  margin: 1rem 0rem;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  transition: 1s ease color;
}
@media (min-width: 37.5em) {
  .nav__menu > div > nav .nav__menu-item {
    transition: all 0.6s ease;
  }
  .nav__menu > div > nav .nav__menu-item:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 56.25em) {
  .nav__menu > div > nav .nav__menu-item {
    font-size: 2rem;
  }
  .nav__menu > div > nav .nav__menu-item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (min-width: 75em) {
  .nav__menu > div > nav .nav__menu-item {
    font-size: 2.2rem;
  }
  .nav__menu > div > nav .nav__menu-item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (min-width: 93.75em) {
  .nav__menu > div > nav .nav__menu-item {
    font-size: 2.4rem;
  }
  .nav__menu > div > nav .nav__menu-item:not(:last-child) {
    margin-right: 2rem;
  }
}
.nav__menu > div > nav .nav__menu-item--active {
  font-weight: 700;
  color: #0791d2;
}
.nav__menu > div > nav .nav__menu-item:hover {
  color: #0791d2;
  transition: 0.5s ease color;
  cursor: pointer;
}

.section {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 1rem 0rem;
}
@media (min-width: 75em) {
  .section__header {
    margin-bottom: 4rem;
    padding-bottom: 0.4rem;
  }
}
.section__header h2 {
  font-size: 2rem;
}
@media (min-width: 37.5em) {
  .section__header h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 75em) {
  .section__header h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 93.75em) {
  .section__header h2 {
    font-size: 2.6rem;
  }
}
.section__header h3 {
  font-size: 1.8rem;
}
@media (min-width: 37.5em) {
  .section__header h3 {
    font-size: 2rem;
  }
}
@media (min-width: 75em) {
  .section__header h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 93.75em) {
  .section__header h3 {
    font-size: 2.4rem;
  }
}

.footer {
  padding: 4rem 0;
  background-color: #023952;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 56.25em) {
  .footer__container {
    flex-direction: row;
    max-width: 600px;
  }
}
.footer__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .footer__info {
    width: 45%;
    max-width: 450px;
  }
}
.footer__info-header {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
.footer__info-fb {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 37.5em) {
  .footer__info-fb .fb-page {
    border: 2px solid #fff;
  }
}
.footer__company {
  border-top: 4px dotted #fff;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 56.25em) {
  .footer__company {
    border-top: none;
    padding-top: 0;
    width: 45%;
    max-width: 450px;
  }
}
.footer__company--item {
  color: #fff;
  font-size: 1.8rem;
}
.footer__company--item:not(:last-child) {
  margin-bottom: 2rem;
}
.footer__company--name .sub {
  font-size: 1.6rem;
}
.footer__company--name span {
  font-weight: 700;
}
.footer__company--policy a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  transition: all 0.5s ease;
}
.footer__company--policy a:hover {
  color: #e31e25;
}
.footer__company--made i {
  color: #e31e25;
}
.footer__company--made a {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer__company--made a:hover {
  color: #e31e25;
}

.company {
  padding-bottom: 10rem;
  position: relative;
  position: relative;
}
@media (min-width: 56.25em) {
  .company {
    padding-bottom: 14rem;
  }
}
@media (min-width: 75em) {
  .company {
    padding-bottom: 16rem;
  }
}
@media (min-width: 93.75em) {
  .company {
    padding-top: 6rem;
    padding-bottom: 18rem;
  }
}
.company__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .company__container {
    flex-direction: row;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.company__text {
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 2rem;
}
@media (min-width: 37.5em) {
  .company__text {
    font-size: 1.7rem;
    max-width: 500px;
  }
}
@media (min-width: 56.25em) {
  .company__text {
    order: 2;
  }
}
@media (min-width: 75em) {
  .company__text {
    font-size: 1.8rem;
    max-width: 550px;
  }
}
@media (min-width: 93.75em) {
  .company__text {
    font-size: 1.9rem;
    max-width: 600px;
  }
}
.company__text p {
  margin-bottom: 1rem;
}
.company__img {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 37.5em) {
  .company__img {
    max-width: 300px;
  }
}
@media (min-width: 75em) {
  .company__img {
    max-width: 350px;
  }
}
.company__img img {
  width: 100%;
  background-color: #000;
  border-radius: 50%;
}

.offer {
  position: relative;
  background-color: #0791d2;
  padding-bottom: 11rem;
}
@media (min-width: 56.25em) {
  .offer {
    padding-bottom: 12rem;
  }
}
@media (min-width: 75em) {
  .offer {
    padding-bottom: 14rem;
  }
}
@media (min-width: 93.75em) {
  .offer {
    padding-bottom: 16rem;
  }
}
.offer__header {
  margin-bottom: 3rem;
}
@media (min-width: 56.25em) {
  .offer__header {
    margin-bottom: 4rem;
  }
}
.offer__container {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 56.25em) {
  .offer__container {
    gap: 3rem;
  }
}
.offer__button {
  margin-top: 4rem;
  color: #0791d2;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem 2rem;
  border: 10px double #0791d2;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
}
.offer__button:hover {
  background-color: #ccc;
}
.offer .waves {
  bottom: 100%;
}
.offer .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.offer .parallax > use:nth-child(1) {
  animation-delay: -10s;
  animation-duration: 10s;
}
.offer .parallax > use:nth-child(2) {
  animation-delay: -9s;
  animation-duration: 15s;
}
.offer .parallax > use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 20s;
}
.offer .parallax > use:nth-child(4) {
  animation-delay: -7s;
  animation-duration: 25s;
}

.contact {
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-color: #0791d2;
}
@media (min-width: 56.25em) {
  .contact {
    padding-top: 12rem;
  }
}
@media (min-width: 75em) {
  .contact {
    padding-top: 14rem;
  }
}
@media (min-width: 93.75em) {
  .contact {
    padding-top: 16rem;
  }
}
.contact__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 56.25em) {
  .contact__container {
    flex-direction: row;
  }
}
@media (min-width: 75em) {
  .contact__container {
    gap: 5rem;
  }
}
@media (min-width: 93.75em) {
  .contact__container {
    gap: 8rem;
  }
}
.contact__map {
  order: 2;
  min-height: 60vh;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .contact__map {
    order: 1;
  }
}
.contact__map h3 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 75em) {
  .contact__map h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 93.75em) {
  .contact__map h3 {
    font-size: 2.4rem;
  }
}
.contact__map select {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 1.1rem;
}
@media (min-width: 37.5em) {
  .contact__map select {
    font-size: 1.3rem;
  }
}
@media (min-width: 56.25em) {
  .contact__map select {
    font-size: 1.5rem;
  }
}
@media (min-width: 75em) {
  .contact__map select {
    font-size: 1.8rem;
  }
}
@media (min-width: 93.75em) {
  .contact__map select {
    font-size: 2rem;
  }
}
.contact__map select:hover {
  cursor: pointer;
  background-color: #eee;
}
.contact__map iframe {
  width: 100%;
  border-radius: 1rem;
}
.contact__info {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 8px double #0791d2;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 75em) {
  .contact__info {
    max-width: 450px;
    gap: 1.4rem;
  }
}
.contact__info-header {
  font-size: 1.8rem;
}
@media (min-width: 56.25em) {
  .contact__info-header {
    font-size: 1.9rem;
  }
}
@media (min-width: 75em) {
  .contact__info-header {
    font-size: 2.1rem;
  }
}
@media (min-width: 93.75em) {
  .contact__info-header {
    font-size: 2.2rem;
  }
}
.contact__info-item {
  font-size: 1.6rem;
}
@media (min-width: 56.25em) {
  .contact__info-item {
    font-size: 1.7rem;
  }
}
@media (min-width: 75em) {
  .contact__info-item {
    font-size: 1.8rem;
  }
}
@media (min-width: 93.75em) {
  .contact__info-item {
    font-size: 1.9rem;
  }
}
.contact__info-item span {
  font-weight: 700;
}
.contact__info-item a {
  color: #000;
  font-style: italic;
  text-decoration: none;
  transition: 0.5s ease all;
}
.contact__info-item a:hover {
  color: #0791d2;
}
.contact__info-icon {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.contact__info-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 3rem;
  transition: 0.5s ease all;
}
.contact__info-icon i:hover {
  background-color: #0791d2;
}
.contact__info-email {
  display: flex;
  gap: 1rem;
}
.contact__info-email div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.contact__info-img {
  width: 100%;
  max-width: 250px;
  margin-top: 2rem;
}
.contact__info-img img {
  width: 100%;
  background-color: #000;
  border-radius: 50%;
}

.offer__page {
  padding: 11rem 0 15rem;
}
@media (min-width: 56.25em) {
  .offer__page {
    padding: 13rem 0 17rem;
  }
}
@media (min-width: 75em) {
  .offer__page {
    padding: 15rem 0 19rem;
  }
}
@media (min-width: 93.75em) {
  .offer__page {
    padding: 17rem 0 21rem;
  }
}

.product {
  padding-top: 10rem;
  padding-bottom: 18rem;
  background-color: #0791d2;
}
@media (min-width: 56.25em) {
  .product {
    padding-top: 12rem;
  }
}
@media (min-width: 75em) {
  .product {
    padding-top: 14rem;
  }
}
@media (min-width: 93.75em) {
  .product {
    padding-top: 16rem;
  }
}
.product__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 56.25em) {
  .product__container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 75em) {
  .product__container {
    gap: 5rem;
  }
}
@media (min-width: 93.75em) {
  .product__container {
    gap: 8rem;
  }
}
.product__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border: 8px double #0791d2;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 56.25em) {
  .product__info {
    width: 70%;
    max-width: 1000px;
  }
}
.product__info-header {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  max-width: 400px;
}
@media (min-width: 56.25em) {
  .product__info-header {
    font-size: 1.8rem;
  }
}
@media (min-width: 75em) {
  .product__info-header {
    font-size: 2rem;
    max-width: 500px;
  }
}
@media (min-width: 93.75em) {
  .product__info-header {
    font-size: 2.2rem;
  }
}
.product__info__sub-header {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
  font-style: italic;
}
@media (min-width: 56.25em) {
  .product__info__sub-header {
    font-size: 1.7rem;
  }
}
@media (min-width: 75em) {
  .product__info__sub-header {
    font-size: 1.8rem;
  }
}
@media (min-width: 93.75em) {
  .product__info__sub-header {
    font-size: 1.9rem;
  }
}
.product__info-item {
  font-size: 1.6rem;
}
@media (min-width: 56.25em) {
  .product__info-item {
    font-size: 1.7rem;
  }
}
@media (min-width: 75em) {
  .product__info-item {
    font-size: 1.8rem;
  }
}
@media (min-width: 93.75em) {
  .product__info-item {
    font-size: 1.9rem;
  }
}

//============================GPT




/* --- Treść wpisu --- */
.product__info-text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #222;
  max-width: 800px;
  margin: 2rem auto;
  font-family: 'Open Sans', sans-serif;
  word-wrap: break-word;
}

/* Akapity */
.product__info-text p {
  margin-bottom: 1.6rem;
}

/* Nagłówki wewnątrz treści */
.product__info-text h2,
.product__info-text h3,
.product__info-text h4,
.product__info-text h5,
.product__info-text h6 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}

.product__info-text h2 { font-size: 2rem; }
.product__info-text h3 { font-size: 1.8rem; }
.product__info-text h4 { font-size: 1.6rem; }
.product__info-text h5 { font-size: 1.4rem; }
.product__info-text h6 { font-size: 1.3rem; }

/* Listy */
.product__info-text ul,
.product__info-text ol {
  margin: 1.8rem 0 1.8rem 2.4rem;
  padding-left: 1rem;
}

.product__info-text li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Cytaty */
.product__info-text blockquote {
  margin: 2.4rem 0;
  padding: 1.2rem 1.8rem;
  border-left: 4px solid #0073aa;
  background: #f8f9fa;
  font-style: italic;
  color: #333;
  border-radius: 6px;
}

/* Linki */
.product__info-text a {
  color: #0073aa;
  text-decoration: underline;
  transition: color 0.2s;
}
.product__info-text a:hover {
  color: #005f8d;
}

/* Obrazy */
.product__info-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 8px;
}

/* Emoji i inline elementy */
.product__info-text span,
.product__info-text strong,
.product__info-text em {
  font-size: inherit;
  line-height: inherit;
}

/* Kod, preformatowany tekst */
.product__info-text code,
.product__info-text pre {
  background: #f4f4f4;
  font-family: 'Courier New', monospace;
  font-size: 1.4rem;
  border-radius: 4px;
}
.product__info-text code {
  padding: 0.2rem 0.4rem;
}
.product__info-text pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1.8rem 0;
}

/* Tabele */
.product__info-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.5rem;
}
.product__info-text th,
.product__info-text td {
  border: 1px solid #ccc;
  padding: 0.8rem 1rem;
  text-align: left;
}
.product__info-text th {
  background-color: #f0f0f0;
  font-weight: 700;
}

/* Listy zagnieżdżone */
.product__info-text ul ul,
.product__info-text ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Responsywność */
@media (min-width: 56.25em) {
  .product__info-text { font-size: 1.7rem; }
}
@media (min-width: 75em) {
  .product__info-text { font-size: 1.8rem; }
}
@media (min-width: 93.75em) {
  .product__info-text { font-size: 1.9rem; }
}















//===================================


.product__info-item span {
  font-weight: 700;
}
.product__info-item a {
  color: #000;
  font-style: italic;
  text-decoration: none;
  transition: 0.5s ease all;
}
.product__info-item a:hover {
  color: #0791d2;
}
.product__info-item ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0rem 4rem;
}
.product__info-item h3 {
  font-size: 5rem;
}
.product__info-icon {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}
.product__info-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 3rem;
  transition: 0.5s ease all;
}
.product__info-icon i:hover {
  background-color: #0791d2;
}
.product__info-email {
  display: flex;
  gap: 1rem;
}
.product__info-email div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.product__info-img {
  width: 100%;
  max-width: 250px;
  margin-top: 2rem;
}
.product__info-img img {
  width: 100%;
  background-color: #000;
  border-radius: 50%;
}
.product__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border: 8px double #0791d2;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  gap: 1rem;
}
@media (min-width: 56.25em) {
  .product__image {
    width: 40%;
  }
}
@media (min-width: 75em) {
  .product__image {
    max-width: 450px;
    gap: 1.4rem;
  }
}
.product__image img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0rem 1rem;
  margin: auto;
  display: flex;
}

/*# sourceMappingURL=style-index.css.map*/