@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  width: auto;
  background-image: url("../img/czarno-biale-tlo-gradientowe_ciemne_97567-1949.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 102px;
  scroll-behavior: smooth;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

nav .hotline {
  color: #eeecec;
  font-size: 19px;
}
nav .hotline p {
  margin-left: 25px;
  font-size: 25px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}
nav .hotline i {
  margin-right: 7px;
}
nav ul {
  position: fixed;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  list-style-type: none;
  transition: 0.6s;
  z-index: 5;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 22px;
  color: #eeecec;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #be9b52;
}

header {
  position: relative;
  height: 100vh;
  width: 100%;
  background-image: url("../img/home.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

header .hotline {
  position: sticky;
  top: 30px;
  right: 50px;
  color: #eeecec;
  font-size: 19px;
  z-index: 10;
  text-align: right;
  padding-top: 5px;
  padding-right: 50px;
}

header .hotline p {
  margin-left: 25px;
  font-size: 25px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

header .hotline i {
  margin-right: 7px;
}

.fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 40px;
  color: #eeecec;
}

.section-title {
  text-transform: uppercase;
  color: #eeecec;
}

.aboutus {
  position: relative;
  background-image: url("../img/about_us_photo.jpg");
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center; /* Wyśrodkowanie tekstu pionowo */
  justify-content: flex-start; /* Wyrównanie tekstu do lewej strony */
  padding: 20px;
}

.underline {
  margin: 20px auto 40px;
  width: 110px;
  height: 4px;
  background-color: #be9b52;
}

.aboutus-container {
  background-color: none;
  color: #eeecec;
  padding: 20px;
  max-width: 40%;
  text-align: left;
}
.aboutus-container h1 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
}
.aboutus-container .underline {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutus-container p {
  font-size: 20px;
}
.aboutus-container .gold-span {
  color: #be9b52;
  font-weight: bold;
}
.aboutus-container .bold-span {
  font-weight: 900;
}

.services {
  width: 100%;
  background-color: black;
}
.services h1 {
  text-align: center;
  padding-top: 50px;
}
.services .underline {
  margin-top: 5px;
}

.service-box {
  display: inline-block;
  height: 180px;
  width: 250px;
  margin: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #eeecec;
  transition: scale 0.3s;
}
.service-box i {
  font-size: 50px;
  color: #be9b52;
  padding-bottom: 20px;
}

.service-box:hover {
  scale: 1.2;
}

.prices-container {
  text-align: center;
  width: 100%;
}
.prices-container h1 {
  text-align: center;
  padding-top: 50px;
  color: #eeecec;
}
.prices-container .underline {
  margin-top: 5px;
}

.prices-table {
  width: 90vw;
  margin: 0 auto;
  text-align: left;
  color: #eeecec;
  font-size: 20px;
}
.prices-table th {
  text-transform: uppercase;
  padding: 20px;
  font-size: 25px;
  border-bottom: 4px solid #be9b52;
}
.prices-table td {
  padding: 20px;
}

.contact-container {
  padding-top: 400px;
  text-align: center;
  width: 100%;
  background-image: url("../img/contact_img_large czarno-biale nowe.jpg");
  background-size: cover;
  background-position: center;
}
.contact-container h1 {
  text-align: center;
  padding-top: 50px;
  color: #eeecec;
}
.contact-container .underline {
  margin-top: 5px;
}

.contact-box {
  display: inline-block;
  padding: 0 100px;
  margin-bottom: 50px;
}
.contact-box p {
  color: #eeecec;
  font-size: 25px;
}
.contact-box .dot {
  color: rgba(0, 0, 0, 0.329);
}

.cooperation {
  height: 1050px;
}

.cooperation-container {
  background-image: url("../img/cooperation_img.jpg");
  background-size: cover;
  background-position: center;
  height: 1050px;
}
.cooperation-container h1 {
  text-align: center;
  padding-top: 50px;
  color: #eeecec;
}

.about-cooperation {
  margin: 0 100px;
  font-size: 22px;
  color: #eeecec;
}

.empty-box {
  float: left;
  width: 20vw;
  color: white;
}

.box-container {
  float: right;
  width: 70vw;
  margin: 50px 20px;
  color: white;
}

.coooperation-box {
  margin: 10px 2px;
  padding: 3% 20px;
  background-color: rgba(51, 51, 51, 0.337254902);
  text-align: center;
  color: #eeecec;
  font-size: 19px;
  border-radius: 25% 10%;
}

p {
  margin-top: 10px;
}

span {
  font-size: 20px;
  text-transform: uppercase;
  color: #be9b52;
}

.online {
  height: 1100px;
  text-align: center;
  width: 100%;
  background-image: url("../img/online_img_large.jpg");
  background-position: center;
  background-size: cover;
}
.online h1 {
  text-align: center;
  padding-top: 50px;
  color: #eeecec;
}
.online h2 {
  color: #eeecec;
}
.online .underline {
  margin-top: 5px;
}

.online-box {
  display: inline-block;
  width: 40%;
  height: 850px;
  padding-bottom: 40%;
  margin: 10px 10px;
  background-color: rgba(51, 51, 51, 0.337254902);
  vertical-align: top;
}
.online-box h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #be9b52;
}
.online-box li,
.online-box p {
  font-size: 23px;
  color: #eeecec;
  margin: 20px;
  text-align: left;
}
.online-box span {
  font-weight: bold;
  color: #be9b52;
}

footer {
  background-color: black;
  color: #eeecec;
  font-size: 25px;
  text-align: center;
  padding-bottom: 50px;
}
footer p {
  margin: 0;
  padding-bottom: 25px;
}
footer a {
  text-decoration: none;
  color: #eeecec;
}
footer i {
  margin-right: 10px;
  color: #be9b52;
}

/* Hamburger Menu Styles */
.hamburger-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  display: none; /* Domyślnie ukryte na większych ekranach */
  cursor: pointer;
  z-index: 10; /* Nad nawigacją */
}
.hamburger-menu .fa-bars {
  margin: 10px auto 10px 10px;
  color: #eeecec;
  font-size: 30px;
}

/* Stylizacja nawigacji */
.nav-menu {
  display: none; /* Ukryj menu domyślnie */
  position: absolute;
  top: 50px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-menu ul {
  list-style-type: none;
  padding: 0;
}

.nav-menu ul li {
  margin: 20px 0;
}

.nav-menu ul li a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}

/* Pokazanie menu po kliknięciu */
.nav-menu.active {
  display: flex;
}

/* Rotacja paska hamburgera podczas otwierania menu */
.hamburger-menu.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (width <= 375px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 35px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 0;
  }
  .nav-menu ul li a {
    font-size: 19px;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/home 375.jpg");
    background-size: cover;
  }
  header .hotline {
    font-size: 15px;
    padding-top: 5px;
    padding-right: 10px;
  }
  header .hotline p {
    font-size: 20px;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 15px;
  }
  .aboutus-container p {
    padding-top: 50px;
    font-size: 14px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .container {
    padding-right: 20px;
  }
  .aboutus-container {
    max-width: 100%;
  }
  .aboutus-container p {
    font-size: 13px;
  }
  .prices-table {
    font-size: 16px;
  }
  .prices-table th {
    font-size: 17px;
    padding: 10px;
  }
  .contact-box {
    padding: 0 60px;
  }
  .contact-box p {
    font-size: 17px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 1900px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 50px;
    font-size: 17px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 85vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 15px 2px;
    padding: 3% 2%;
    font-size: 16px;
  }
  .coooperation-box span {
    font-size: 18px;
  }
  .online {
    height: auto;
  }
  .online-box {
    display: inline-block;
    height: auto;
    width: 300px;
    background-color: rgba(51, 51, 51, 0.337254902);
  }
  .online-box li,
  .online-box p {
    font-size: 16px;
  }
  footer p {
    padding-top: 20px;
    font-size: 16px;
  }
  footer i {
    font-size: 16px;
  }
  footer a {
    font-size: 18px;
  }
}
@media (min-width: 375px) and (max-width: 576px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 35px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 0;
  }
  .nav-menu ul li a {
    font-size: 19px;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/przerobione.jpg");
    background-size: cover;
  }
  header .hotline {
    font-size: 14px;
    padding-top: 5px;
    padding-right: 20px;
  }
  header .hotline p {
    font-size: 20px;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 16px;
  }
  .aboutus-container p {
    padding-top: 50px;
    font-size: 15px;
  }
  .service-box {
    padding-left: 50px;
  }
  .service-box {
    padding-left: 100px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .container {
    padding-right: 20px;
  }
  .aboutus-container {
    max-width: 100%;
  }
  .prices-table {
    font-size: 16px;
  }
  .prices-table th {
    font-size: 17px;
    padding: 10px;
  }
  .contact-box {
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 50px;
  }
  .contact-box p {
    color: #eeecec;
    font-size: 20px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 1900px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 40px;
    font-size: 18px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 85vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 15px 2px;
    padding: 5% 2%;
    font-size: 17px;
  }
  .coooperation-box span {
    font-size: 19px;
  }
  .online {
    height: auto;
  }
  .online-box {
    display: inline-block;
    height: auto;
    width: 320px;
    background-color: rgba(51, 51, 51, 0.337254902);
  }
  .online-box li,
  .online-box p {
    font-size: 17px;
  }
  footer p {
    padding-top: 20px;
    font-size: 18px;
  }
  footer i {
    font-size: 16px;
  }
  footer a {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 35px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 0;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/przerobione.jpg");
    background-size: cover;
  }
  header .hotline {
    font-size: 17px;
    padding-top: 5px;
    padding-right: 50px;
  }
  header .hotline p {
    font-size: 23px;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    max-width: 100%;
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 18px;
  }
  .aboutus-container p {
    padding-top: 50px;
    font-size: 17px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .container {
    padding-right: 20px;
  }
  .prices-table {
    font-size: 16px;
  }
  .prices-table th {
    font-size: 17px;
    padding: 10px;
  }
  .contact-box {
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 50px;
  }
  .contact-box p {
    color: #eeecec;
    font-size: 20px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 1500px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 40px;
    font-size: 18px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 90vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 15px 2px;
    padding: 5% 2%;
    font-size: 17px;
  }
  .coooperation-box span {
    font-size: 19px;
  }
  .online {
    height: auto;
  }
  .online-box {
    display: inline-block;
    height: auto;
    width: 570px;
    background-color: rgba(51, 51, 51, 0.337254902);
  }
  .online-box li,
  .online-box p {
    font-size: 19px;
  }
  footer p {
    padding: 20px 20px;
    font-size: 18px;
  }
  footer i {
    font-size: 16px;
  }
  footer a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 40px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 5px 0;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/home_768.jpg");
    background-size: cover;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    max-width: 100%;
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 19px;
  }
  .aboutus-container p {
    padding-top: 50px;
    font-size: 18px;
  }
  .service-box {
    margin: 40px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .service-box {
    width: 200px;
  }
  .prices-table {
    font-size: 17px;
  }
  .prices-table th {
    font-size: 18px;
    padding: 10px;
  }
  .contact-box {
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 50px;
  }
  .contact-box p {
    color: #eeecec;
    font-size: 20px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 1000px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 40px;
    font-size: 18px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 95vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 15px 2px;
    padding: 5% 2%;
    font-size: 17px;
  }
  .coooperation-box span {
    font-size: 19px;
  }
  .online {
    height: auto;
  }
  .online-box {
    display: inline-block;
    height: 700px;
    width: 770px;
    background-color: rgba(51, 51, 51, 0.337254902);
  }
  .online-box li,
  .online-box p {
    font-size: 19px;
  }
  footer p {
    padding: 20px 20px;
    font-size: 20px;
  }
  footer i {
    font-size: 17px;
  }
  footer a {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 40px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 5px 0;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/home_768.jpg");
    background-size: cover;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    max-width: 100%;
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 20px;
  }
  .aboutus-container p {
    padding-top: 60px;
    font-size: 20px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .service-box {
    width: 200px;
  }
  .prices-table {
    font-size: 19px;
  }
  .prices-table th {
    font-size: 20px;
    padding: 10px;
  }
  .contact-box {
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 50px;
  }
  .contact-box p {
    color: #eeecec;
    font-size: 20px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 700px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 40px;
    font-size: 18px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 95vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 30px 2px;
    padding: 5% 2%;
    font-size: 17px;
  }
  .coooperation-box span {
    font-size: 19px;
  }
  .online {
    height: auto;
  }
  .online-box {
    display: inline-block;
    height: 700px;
    width: 900px;
    background-color: rgba(51, 51, 51, 0.337254902);
  }
  .online-box li,
  .online-box p {
    font-size: 21px;
  }
  footer p {
    margin: 0;
    padding: 20px 20px;
    font-size: 22px;
  }
  footer i {
    font-size: 19px;
  }
  footer a {
    font-size: 21px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navigation {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu .fa-bars {
    font-size: 40px;
  }
  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(2, 2, 2, 0.938);
    width: 100%;
    height: 100vh;
  }
  nav ul li a {
    text-align: center;
    padding: 5px 0;
  }
  html {
    scroll-padding-top: 0px;
  }
  section {
    width: 100vw;
    overflow-x: hidden;
  }
  header {
    background-image: url("../img/home.jpg");
    background-size: cover;
  }
  .aboutus {
    height: auto;
    display: flex;
    align-items: center; /* Wyśrodkowanie tekstu pionowo */
    justify-content: center; /* Wyrównanie tekstu do lewej strony */
    padding: 30px;
    background-image: none;
  }
  .aboutus-container {
    max-width: 100%;
    background-color: none;
    color: #eeecec;
  }
  .aboutus-container h1 {
    position: absolute;
    top: 20px;
    left: 41%;
    padding-bottom: 10px;
  }
  .aboutus-container .underline {
    position: absolute;
    top: 52px;
    left: 41.4%;
  }
  .aboutus-container span {
    font-size: 22px;
  }
  .aboutus-container p {
    padding-top: 60px;
    font-size: 22px;
  }
  .service-box:hover {
    scale: 1.1;
  }
  .service-box {
    width: 200px;
  }
  .prices-table {
    font-size: 19px;
  }
  .prices-table th {
    font-size: 20px;
    padding: 10px;
  }
  .contact-box {
    display: inline-block;
    padding: 0 60px;
    margin-bottom: 50px;
  }
  .contact-box p {
    color: #eeecec;
    font-size: 22px;
  }
  .two {
    padding-right: 60px;
  }
  .cooperation {
    height: auto;
  }
  .cooperation-container {
    min-height: 700px;
    background-image: none;
    background-color: rgba(7, 7, 7, 0.74);
  }
  .cooperation-container h1 {
    text-align: center;
    padding-top: 50px;
    color: #eeecec;
  }
  .about-cooperation {
    margin: 0 40px;
    font-size: 20px;
    color: #eeecec;
  }
  .empty-box {
    display: none;
  }
  .box-container {
    float: none;
    width: 95vw;
    margin: 50px 20px;
    color: white;
  }
  .coooperation-box {
    margin: 30px 2px;
    padding: 5% 2%;
    font-size: 19px;
  }
  .coooperation-box span {
    font-size: 20px;
  }
  .online {
    height: auto;
  }
  .online-box {
    height: 1000px;
  }
  .online-box li,
  .online-box p {
    font-size: 23px;
  }
  footer p {
    margin: 0;
    padding: 20px 20px;
    font-size: 22px;
  }
  footer i {
    font-size: 19px;
  }
  footer a {
    font-size: 21px;
  }
}
@media (min-width: 1401px) and (max-width: 1565px) {
  html {
    scroll-padding-top: 165px;
  }
  .nav-menu.active {
    display: none;
  }
  header .hotline {
    display: none;
  }
}
@media (min-width: 1565px) and (max-width: 1620px) {
  html {
    scroll-padding-top: 125px;
  }
  header .hotline {
    display: none;
  }
}
@media (min-width: 1620px) {
  header .hotline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
/* Hide emergency site-nav (duplicate menu) */
.site-nav{display:none !important;}
