/*    font-family: "Radio Canada", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


/*  font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 800,
  'GRAD' 0,
  'opsz' 24
}

/* animacja zdjęcia na stroni */

.animated-image {
  opacity: 0; /* Początkowo zdjęcia są niewidoczne */
  transform: translateX(-100px); /* Przesunięcie na lewo */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out; /* Animacja */
}

/* animacja zdjęcia na stroni */



* {
  box-sizing: border-box;
  margin: 0;
  font-weight: 100;
  padding: 0; 
}
body{
 font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
  "slnt" 0;
  background: rgb(24,24,24);
  background: -moz-linear-gradient(108deg, rgba(24,24,24,1) 0%, rgba(0,0,0,0.8786108193277311) 50%, rgba(24,24,24,1) 100%);
  background: -webkit-linear-gradient(108deg, rgba(24,24,24,1) 0%, rgba(0,0,0,0.8786108193277311) 50%, rgba(24,24,24,1) 100%);
  background: linear-gradient(108deg, rgba(24,24,24,1) 0%, rgba(0,0,0,0.8786108193277311) 50%, rgba(24,24,24,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#181818",GradientType=1);
  
}

.body{
  background-color: #e3e7e6;
  padding: 50px 0;
}

/* tagi */
.slowo{
    color: #c3aa67;
    background-color: #c3aa67;
    padding: 5px 10px;
    font-size: 10px;
    letter-spacing: .0em;
    font-weight: 500;
    border: solid 2px #fff;
    display: inline-block;
    margin: 3px;
    transition: .3s;
    text-transform: uppercase;
    border-radius: 20px;
}
.slowo:hover{
  color: #c3aa67;
  background-color: #fff;
  border: solid 2px #c3aa67;
}


.translation{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
.translation a{
  background-color: #000;
  padding: 5px;
  color: #d1d8e0;
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.translation a:hover{
  background-color: #d1d8e0;
  padding: 5px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.contener
{
  max-width: 1200px;
  margin: 0 auto;
}
a{
  color: #fff;
  transition: .5s;
  text-decoration: none;
}
a:hover
{
  color: #c3aa67;
  text-decoration: none;
}


.rezerwacja
{
  background-color: black;
  padding: 8px 15px;
  color: white;
  margin-top: -5px;
  border-radius: 3px;
  transition: .5s;
}
.rezerwacja:hover
{
  background-color: white;
  color: black;
}
.search-submit
{
  border: solid 1px black;
  color: black;
  cursor: pointer;
  transition: .5s;
}


.search-submit:active
{
  border: solid 1px black;
}
.search-submit:hover
{
  border: solid 1px black;
  color: black;
}
.search-submit:visited
{
  border: solid 1px black;
}
.search-submit:link
{
  border: solid 1px black;
}
.search-submit:root 
{
  --wp-admin-theme-color: black;
  --wp-admin-theme-color-darker-10: black;
  --wp-admin-theme-color-darker-20: black;
}

.search-submit
{
  border: solid 1px black;
  color: black;
}

:root 
{
  --wp-admin-theme-color: black;
  --wp-admin-theme-color-darker-10: black;
  --wp-admin-theme-color-darker-20: black;
}


.sidenav .user-view .circle {
  width: 100%;
	display: none;
}

.card-panel
{
  border-radius: 5px;
}

.call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: solid 1px #c3aa67;
  border-radius: 50%;
  padding: 10px;
  z-index: 999;

}

.call .material-icons 
{
  font-size: 40px;
    color: #c3aa67;
}



.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #c3aa67;
  color: white;
}

/* zerowanie */
h1 { margin: 0px; font-size: 0px;}
h1, h2, h3, h4, h5, h6
{
  font-weight: 100;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons
{
  font-size: 45px;
    color: #000;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 20px;
}

.sidenav li>a {
  color: #000;
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 18px;
  font-family: "Radio Canada", sans-serif;
  
}

.parallax_text h1{
  text-align: center;
}


.parallax_size
{
  background-size: cover;
}
.parallax-container
{
  height: none;
  margin: 6% 0 10%;
}

/* zerowanie */
nav 
{
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
h4
{
  margin: 0px;
}

.btn-zespol2 
{
  margin: 50px auto 0;
  color: #c3aa67;
  font-weight: 100;
  font-size: 20px;
  padding: 5px 20px;
  transition: .5s;
  cursor: pointer;
  border: solid 2px #c3aa67;
}
.btn-zespol2:hover
{
  color: #fff;
  border-bottom: 2px solid #c3aa67;
  background-color: #c3aa67;
}

.background img
{
  width: 100%;
  background-position: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto; }

.container_zespol {
    max-width: 1200px;
    margin: 0 auto; 
    padding-left: 12%;
  }
  

header {
  position: relative;
  background-repeat: no-repeat;
  background-color: #c3aa67;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
}

.kostka{
  width: 40px;
  height: 40px;
  /* background-color: #c3aa67; */
  background-image: url(../img/z1.png);
  background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 20%;
  transform: matrix3d(270deg);
  right: 5%;
  animation: poruszanie 15s linear infinite; /* Uruchamiamy animację w pętli */
}

/* Animacja kostki */
@keyframes poruszanie {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(40px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.kostka1{
  width: 40px;
    height: 40px;
   
    background-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-60px, -60px);
    background-color: #d1d8e0;
    border-radius: 50%;
}

/* Animacja kostki1 */
@keyframes poruszanie1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(100px);
  }
  50% {
    transform: translateX(200px);
  }
  75% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateX(0);
  }
}

.kostka2{
  width: 30px;
  height: 30px;
  background-image: url(../img/z2.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
    animation: poruszanie2 15s linear infinite; /* Uruchamiamy animację w pętli */
}
/* Animacja kostki 2*/
@keyframes poruszanie2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-40px);
  }
  50% {
    transform: translatey(20px);
   
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateX(0);
  }
}

.kostka4{
  width: 45px;
    height: 45px;
    background-image: url(../img/z2.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 10%;
    transform: translate(60px, 70px);
    animation: poruszanie2 15s linear infinite; /* Uruchamiamy animację w pętli */
}

/* Animacja kostki1 */
@keyframes poruszanie3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(100px);
   
  }
  50% {
    transform: translateX(-100px);
  }
  75% {
    transform: translateY(300px);
  }
  100% {
    transform: translateX(-300);
  }
}

.kostka5{
  width: 40px;
    height: 40px;
    background-image: url(../img/tlo5.png);
    background-size: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-65px, -70px);
}
.kostka6{
  width: 20px;
    height: 20px;
    background-color: #c3aa67;
    background-size: 100px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 7px;
    animation: poruszenie-kostak6 30s linear infinite; /* Uruchamiamy animację w pętli */
}
@keyframes poruszenie-kostak6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(400px);
  }
  75% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.kostka7{
  width: 20px;
    height: 20px;
    background-color: #c3aa67;
    background-size: 100px;
    position: absolute;
    top: 0;
    left: 7px;
    animation: poruszenie-kostak7 15s linear infinite; /* Uruchamiamy animację w pętli */
}
@keyframes poruszenie-kostak7 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(400px);
  }
  75% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}


/* popup */
.popup-kontakt
{
  font-weight: 500;
  color: #c3aa67;
}



.header-oferta{
  position: relative;
  height: 50vh;
  background-image: url(../img/dekton-header.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top;
  background-position: right;
}
.header-tyl{
  position: relative;
    height: 30vh;
    background: rgb(24,24,24);
    background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
    display: block;
    
}






.top_belka
{
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  background: rgb(24,24,24);
  background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);

}
.margin-pacjent
{
  padding: 10px;
}
.tloMenu
{
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 0 35px 15px rgba(0,0,0,0.05);
}
.sidenav 
{
  background-color: #c3aa67;
  width: 220px;

  background-image: url(../img/2d.png);
  background-position: left bottom;
  background-size: 300px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: -10px;
  background-position-y: 300px;
}
.sidenav  p{
  font-size: 30px;
    text-transform: uppercase;
    color: #c3aa67;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    padding: 20px 0;
}
.circle {
  border-radius: 0%;
}

.logo a{
  font-size: 40px;
    text-transform: uppercase;
    color: #c3aa67;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 5px;
    text-decoration: none;
}

.sluchawka a {
 
}

.sluchawka span {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(2px);
  font-size: 30px;
  color: #000;
  background-color: #c3aa67;
  
  margin: 5px 0;
  padding: 15px;
  border-radius: 50%;
  z-index: 999;
  animation: animacja-sluchawki 1s infinite;
  transition: .3s;
}

.sluchawka span:hover{
  color: black;
  background-color: #fff;

}


@keyframes animacja-sluchawki {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

h2 {margin: 0px;}

.video {
  position: relative;
    height: auto;
    padding: 0;
    margin: 0;
  
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
  font-size: 45px;
  color: #c3aa67;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 20px;
}

  
  
  .video-oferta {
    object-fit: cover;
    z-index: 0;
    height: auto;
    width: 100%;
    top: 0;
    left: 0; }

/*
    .tlo {
      position: fixed;
      object-fit: cover;
      z-index: 1;
      height: 100vh;
      width: 100%;
      top: 0;
      left: 0;
    }
*/

.top-belka
{
  transition: .5s;
}

  .tlo-menu 
  {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    height: 60px;
    display: none;
    width: 100%;
    top: 0;
    right: 0;
  }
  .tlo-a-menu{
    background-color: #c3aa67;
    padding: 5px 10px;
  }
  .tlo-a-menu:hover{
    background-color: #fff;
  }
  
  
  .menu a {
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    transition: .2s;
    color: #fff;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .tlo-a-menu{
    transition: all .25s ease;
    
  }
  .tlo-a-menu:hover{
    color:#0b233b;
  }

  .tlo-a-menu-submenu{
    transition: all .25s ease;
  
    
  }
  


  .menu a:hover
  {
    color: #3d3d40;
  }


 

  .menu img 
  {
    width: 80px;
  }
  
  .dropdown-content
  {
    overflow: hidden;
  }
  
  .dropdown-content
  {
    min-width: 200px;
    top: 25px;
  }
 
  /* menu*/
  .menu 
  {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 30px;
    padding: 0px;
    border: 0px;
    border: 0px;
    transition: .5s;
  }
  .menu li {
    float: left;
    position: relative;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    display: block;
    transition: .2s;
    cursor: pointer;
    transition: .2s;
  }
  
 
  
  
  .sidenav li 
  {
    float: none;
    color: rgba(46, 46, 46, 1);
    margin: 0px;
  }
  
  .menu-mobile
  {
    display: none;
  }
  
  #submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    background-color: black;
    transition: .4s;
  }
  li:hover ul#submenu {
    opacity: 1;
    top: 40px;	/* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
  }
  #submenu li {
    float: none;
    width: 260px;
    color: #fff;
    margin: 0px;
    float: left;
  }
  #submenu li a{
    color: #fff;
    margin: 0px;
    padding: 0px 10px;
    float: left;
    font-size: 14px;
  }

  #submenu li:hover {
    color: #fff;
  }
  #submenu li a:hover{
    color: #fff;
  }
  
  
  
  
  /* menu*/
  




nav .sidenav-trigger
{
  float: right;
  margin: 0 40px 0 0;
  z-index: 1;
  color: #c3aa67;
}

.muzyka {
  position: absolute;
  z-index: 3;
  line-height: 19px;
  bottom: 30px;
  left: 20px;
 }

.slogan {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 66.66%;
  }




/* Animacja kwiat slogan  */
@keyframes kwiat-slogan{
0% {
  
  background-image: url(../img/1d.png);
}
10% {
 
  background-image: url(../img/2d.png);
}
20% {
  
  background-image: url(../img/3d.png);
}
30% {
 
  background-image: url(../img/4d.png);
}
40% {
  background-image: url(../img/5d.png);
}
50% {
  
  background-image: url(../img/6d.png);
}
60% {
 
  background-image: url(../img/7d.png);
}
70% {
  
  background-image: url(../img/8d.png);
}
80% {
 
  background-image: url(../img/9d.png);
}
100% {
  background-image: url(../img/10d.png);
}

}

  
.slogan-siatka{

  position: absolute;
  top: 30%;
  left: 0%;
  padding: 80px;

  /*
  border: solid 10px #fff;
  */

  /*
  background-image: url(../img//4.png);
  
  background-position: top;
  background-size: cover;
  padding: 60px;
  height: 600px;
  width: 300px;
  */
}

/* Animacja slogan siatki */
@keyframes sloganSiatka {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(40px);
  }
  50% {
    transform: translatey(-80px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.slogan h1 {
  font-size: 30px;
  color: #fff;
  /* font-family: "Radio Canada", sans-serif; */
  text-align: left;
  padding-bottom: 20px;
  font-weight: 700;
}
.slogan p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
}

.slogan a{
  font-size: 24px;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: .5s;
    font-weight: 700;
    background-color: #c3aa67;
    padding: 10px 20px;
    border-radius: 50px;
}

.slogan .material-symbols-outlined{

  font-size: 54px;
    margin: 0 auto;
    display: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition: .5s;
}
.slogan .material-symbols-outlined:hover{
  color: #fff;
}

.slogan a:hover{
  background-color: #000;
  color: #c3aa67;
}

.slogan-szyba {
  background: #8f5e36;
  padding: 20px;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/tlo5.png);
  background-size: contain;
  background-attachment: fixed;

  background-clip: content-box;
  }



.slogan-oferta {
 
  position: absolute;
    color: #ffffff;
    text-align: left;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -30%);
    transition: .3s;
  }
  .slogan-oferta:hover{
    border-radius: 10px;
    padding: 20px;
  }
  .slogan-oferta a{
    color: #fff;
    transition: .5s;
    font-weight: 700;
  }
  .slogan-oferta a:hover{
    color: #d1d8e0;
  }
.siatka-podstrona
{
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 3;
}
.section-kontakt{
  position: relative;
}

.kontakt-info{
  padding: 50px;
}

.section-kontakt h2{
  font-size: 20px;
  margin-bottom: 0px;
   font-family: "Radio Canada", sans-serif;
  color: #c3aa67;
  text-align: left;
  font-weight: 500;
  margin-top: 50px;
}
.section-kontakt p {
  color: #c3aa67;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  font-size: 15px;
  padding-bottom: 10px;
}

.section-kontakt a {
  color: #c3aa67;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  padding-bottom: 10px;
}

.section-kontakt span {
  transform: translateY(2px);
  font-size: 15px;
  color: #fff;
  background-color: #c3aa67;
  margin: 5px 15px 5px 0;
  padding: 5px;
}

.slogan-oferta h1 {
  font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    transition: .5s;
}
.slogan-oferta p {
  font-size: 12px;
    text-transform: uppercase;
    color: #0b233b;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}

.click {
  margin-top: 30px;
  }

.click a {
  font-size: 20px;
  text-transform: none;
  text-decoration: none;
  padding: 5px 10px;
  transition: .2s;
  color: white;
}

.click a:hover 
{
  color: white;
  border-radius: 10px;
}

.click-info {
  margin: 30px 0 0 0;
  }

.click-info a {
  font-size: 20px;
  border: solid 1px #ffffff;
  text-transform: none;
  text-decoration: none;
  padding: 5px 10px;
  transition: .3s;
  color: #ffffff }

.click-info a:hover 
{
  color: #ffffff;
  border-left: solid 30px #ffffff;
  padding: 5px 20px 5px 10px;
}



.logo{
  height: 100px;
  width: 150px;
  transition: 1.5s;
}


.logo img {
  width: 100px;
  padding: 0;
  transition: .5s;
  margin: 0px 0;
  }

 .logo2 img {
  width: 120px;
  margin: 25px 0 25px 80px;
  transition: .5s;
  }



.btn-start {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #c3aa67;
  margin: 40px auto;
  text-align: center; }




.section-2 {
  position: relative;
  background: white;
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 0 5%;
}

.front-contact{
  position: relative;
  background: #fff;
  display: block;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;

}
.front-contact
{
  padding: 0px;
}

.front-contact h3 
{
  text-align: center;
  font-size: 25px;
}
.form-content
{
  padding: 20px 10%;
}
.form-content textarea 
{
  background-color: #fff;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea
{
  background-color: #fff;
}


.section-2 h2 {
  color: #c3aa67;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 100;
  font-size: 50px; 
  padding-bottom: 100px;
}

.section-2 a 
{
  color: #c3aa67;
  display: inline;
  display: block;
  text-align: center;
  font-size: 25px; 
  border: solid 3px #ffffff;
  transition: .5s;
  
}
.section-2 a:hover
{
  color: #c3aa67;
}

.section-2 p {
  text-align: center;
  padding: 0 0 7% 0;
  font-size: 20px; }


.section-2 .span
{
  color: #c3aa67;
  font-size: 20px; 
  padding-bottom: 60px;
  text-align: center;
}





.section-2 .position-oferta  p 
{
  font-size: 13px;
  text-align: center;
}


.section-2 .position-oferta .box img {
  padding: 10px;
  width: 150px;
  border-radius: 5%;
  transition: 1s;
  background: #fff; 
}
.box_oferta
{
  background-color: #181818;
    height: 350px;
    border-radius: 20px;
    border: solid 4px #181818;
    transition: .4s;
    padding: 10px;
    margin: 20px;
    box-shadow: 0 0 35px 15px rgba(0,0,0,0.05);
}

.box_oferta a img
{
  fill: #c3aa67;
  width: 120px;
  transition: .5s;
}


.box_oferta:hover
{
  box-shadow: none;
  border: solid 4px #c3aa67;
}




.box_oferta h2
{
  margin: 0px 20px 0;
    padding: 0px 3px 0;
  font-size: 20px;
  font-weight: 500;
  transition: .2s;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
}

.box_oferta p
{
  margin: 10px 20px 0;
  padding: 0px 3px 30px;
  font-size: 14px;
  transition: .2s;
  color: #fff;
  font-family: "Radio Canada", sans-serif;
}

.box_oferta svg
{
  fill: #c3aa67;
  width: 86px;
  transition: .5s;
}

.box_oferta2 a img
{
  fill: #c3aa67;
  width: 86px;
  transition: .5s;
}


.box_oferta2{
  background-color: #181818;
  border-radius: 50%;
  border: solid 4px #181818;
  transition: .3s;
  padding: 40px 0px;
  margin: 0px auto;
  height: 180px; 
  width: 180px;
}

.box_oferta2:hover
{
  background-color: #181818;
}

.box_oferta2 svg
{
  fill: #c3aa67;
  width: 86px;
  transition: .5s;
}

.box_oferta2 h2
{
  margin: 20px;
  padding: 30px 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.box_oferta2 p
{
  margin: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}

.box_oferta3
{

    padding: 20px;
 
   
}

.box_oferta3 h2
{
  margin: 0 20px;
    padding: 10px 0px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #c3aa67;
    font-family: "Radio Canada", sans-serif;
}

.box_oferta3 p
{
  margin: 5px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 300;
  color: #fff;
}


.section-3 {
  position: relative;
 
  color: #c3aa67;
  top: 0;
  left: 0;
  text-align: center;
  padding: 15% 0 15% 0; }

.section-3 p {
  text-align: center;
  font-size: 20px; }

.section-3 h1 {
  font-size: 30px; 
 color: #c3aa67;
}

.section-4 {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  text-align: center;
  padding: 10% 0 5% 0;
  width: 100vw;
 
}
.section-4 h1 
{
  color: rgba(46, 46, 46, 1);
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px; 
}
.section-4 h2
{
  color: rgba(46, 46, 46, 1);
  margin-bottom: 10px;
  text-align: center;
  font-size: 23px; 
}

.section-4 h4
{
  color: #c3aa67;
  margin-bottom: 5px;
  text-align: center;
  font-size: 23px; 
}

.section-4 i
{
  color: #c3aa67;
  padding-top: 12px;
  text-align: center;
  font-size: 23px; 
}

.section-4 p {
  color: rgba(0,0,0,0.87);
  font-size: 20px;
  }

  .section-4 a.email
{
  color: rgba(0,0,0,0.87);
  font-size: 20px; 
}

.section-4 svg
{
  fill: #c3aa67;
  width: 20px;
 
}

.social {
    padding: 2% 0;
 }

.social a {
    color: #c3aa67;
    font-size: 40px;
 }
 .social img {
  color: #c3aa67;
  width: 48px;
}

.mapa {
  position: relative;
  background: #d1d8e0;
  text-align: center;
  padding: 0;
  width: 100vw;
}
.mapa
  {
    z-index: 1;
  }
.mapa img 
{
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

/* rózne animacje */

.przedmiot1{
  width: 100px;
    height: 100px;
    background-image: url(../img/tlo2.png);
    background-size: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    animation: poruszanie-przedmiotu1 30s linear infinite; /* Uruchamiamy animację w pętli */
  transition: 1s;
}
/* Animacja poruszenie przedmiotu 1*/
@keyframes poruszanie-przedmiotu1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-150px);
  }
  50% {
    transform: translateX(200px);
  }
  75% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateX(0);
  }
}

.przedmiot2{
  width: 30px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: 49%;
  z-index: 999;
  background-color: #8f5e36;
  transition: 1s;
}
.przedmiot3{
  width: 100px;
    height: 100px;
    background-image: url(../img/tlo5.png);
    background-size: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    animation: poruszanie-przedmiotu3 15s linear infinite; /* Uruchamiamy animację w pętli */
  transition: 1s;
}

/* Animacja poruszenie przedmiotu 3*/
@keyframes poruszanie-przedmiotu3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150px);
  }
  50% {
    transform: translateX(200px);
  }
  75% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
.przedmiot4{
  width: 10px;
  height: 20vh;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: transform(-50%, -50%);
  z-index: 999;
  background-color: #c3aa67;
  transition: 1s;
}
/* rózne animacje */


/* aktualności */
.aktualnosci-start
{
  padding: 50px;
  background-color: #f0f0f0;
  position: relative;
}
.aktualnosci-start h2
{
  font-size: 40px;
  text-transform: uppercase;
  color: #8f5e36;
  font-family: "Radio Canada", sans-serif;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  padding: 20px 0;
}

.aktualnosci-start .art-img img{
  width: 100%;
  padding: 10px;
}
.aktualnosci-start .art{
  border: solid 5px #f0f0f0;
  transition: .4s;
  cursor: pointer;
  background-color: #fff;
}
.aktualnosci-start .art:hover{
  border: solid 5px #8f5e36;
}

.aktualnosci-start .art-text{
  padding: 0 15px 15px;
}

.aktualnosci-start .art-text h3{
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-family: "Radio Canada", sans-serif;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  padding: 9px 5px 0px;
  border-top: solid 10px #c3aa67;
  margin-top: 0;
}
.aktualnosci-start .art-data{
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  font-family: "Radio Canada", sans-serif;
  background-color: #c3aa67;
  display: table;
  text-align: right;
  padding: 3px 5px 1px;

  
}
/* aktualności */


/* nagłowek */
.naglowek{
  position: relative;
  background-color: #fff;
  padding: 5% 0 0;
}

.naglowek h2 {
    font-size: 40px;
    color: #000;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    padding-bottom: 10px;
}

.naglowek h3 {
  font-size: 18px;
  color: #000;
  font-weight: 100;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  margin: 0;
}

.naglowek .kolo-tytul {
  width: 100px;
  height: 5px;
  background-color: #c3aa67;
  margin: 10px auto 0px;
  animation: pulse2 5s infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(32, 32, 64, .1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(32, 32, 64, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(32, 32, 64, 0);
  }
}


/* nagłówek */




/* nagłowek */



/* features 2 */

.features2 {
  position: relative;
}
.features2 h4{
  font-size: 20px;
  font-weight: 500;
  background-color: black;
  color: #fff;
  border: solid 10px black;
  padding: 10px;
  margin: 0 auto 0;
  text-align: center;
  display: table;
  width: 100%;
}



.features2 img {
  width: 100%;
  
}

.features2 h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 20px;
}


.features2 h2 {
  color: #000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.features2 p {
  
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.features2 .pozycje-oferta {
  padding: 20px 35px 10px;
    /* margin: 0 auto; */
    display: inline-block;
    border: solid 3px #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
    width: 250px;
    height: 225px;
    border-radius: 20px;
    margin-top: 0px;
    transition: .3s;
    margin: 10px 0 40px;
    position: relative;
}



.features2 ul {
 
}

.features2 ul li {
      list-style-type: disc;
    line-height: 25px;
    color: rgba(0,0,0,0.87);
    font-size: 15px;
 
}
.features2 a {
  font-size: 14px;
    color: #fff;
    background-color: #000;
   
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    transition: .3s;
    display: inline-block;
}
.features2 a:hover{
  background-color: #000;
}




  .features2 .sprawozdanie .sprawozdanie-info{
    position: absolute;
    bottom: 87px;
    left: -63px;
    font-size: 9px;
    transform: rotate(270deg);
    background-color: #000;
    padding: 2px 10px;
    border-radius: 20px;
  }

  .margin-muzeum{
      padding: 0 40px 0 0;
  }

  /* materiały i artukuł */

  .features2  .materialy{
    padding: 10px;
  }
  .features2  .materialy a 
  {
    position: relative;
    background-color: rgba(255, 255, 255, .9);
    color: #000;
    border-radius: 10px;
    display: block;
    transition: .2s;
    padding: 20px 20px 20px 40px;
    font-weight: 700;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
    height: 120px;
    font-size: 16px;
  }
 
  
  .features2 h5{
    color: #000;
    text-align: center;
    margin: 30px 0 0;
    font-weight: 700;
    font-size: 18px;
  }
    .features2  .materialy a:hover
    {
      background-color: #e3e7e6;
      color: #c3aa67;
    }


    .features2  .materialy a span{
      color: #000;
    }

    .features2  .materialy .materialy-info{
      position: absolute;
    bottom: 10px;
    left: -15px;
    font-size: 10px;
    font-weight: 400;
    transform: rotate(270deg);
    background-color: #c3aa67;
    padding: 2px 10px 1px 10px;
    border-radius: 10px;
    }
    .features2  .materialy .team{
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-20px);
      font-size: 10px;
      font-weight: 400;
    
      background-color: #c3aa67;
      padding: 5px 20px;
      border-radius: 20px;
    }

   

   

    .features2  .materialy2 a 
    {
      position: relative;
  
    transition: .2s;
  

    font-weight: 700;
   
   
    font-size: 16px;
    }
    .features2  .materialy2 h6{
      color: #c3aa67;
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
      transition: .2s;
      font-weight: 700;
      font-size: 18px;
      margin: 0;
      padding: 10px 0;
     
    }
    span.usluga_text{
      color: #fff;
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
      transition: .2s;
      font-size: 16px;
    }

  
    

   
     
      
    

      .features2  .materialy2 .materialy-info{
        position: absolute;
      bottom: 10px;
      left: -15px;
      font-size: 10px;
      font-weight: 400;
      transform: rotate(270deg);
      background-color: #c3aa67;
      padding: 2px 10px 1px 10px;
      border-radius: 10px;
      }
      .features2 .materialy2 .team{
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-20px);
        font-size: 10px;
        font-weight: 400;
      
        background-color: #c3aa67;
        padding: 5px 20px;
        border-radius: 20px;
      }
     

   
    .udogodnienia{
      position: relative;
      background-color: rgb(0, 75, 156);
    color: #000;
    border-radius: 10px;
    display: block;
    transition: .2s;
    padding: 20px;
    margin: 30px;
    height: 150px;
    font-weight: 700;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
    transition: .3s;
    }
    .udogodnienia:hover{
      background-color: #e3e7e6;
    }

    .features-haslo {
      position: relative;
      background-attachment: fixed;
      background-color: #fff;
      display: block;
      margin: 0 auto;
      padding: 5%;
      display: block;
      width: 100%;
  }
  .features-haslo p {
    text-align: center;
    padding: 10px 0 0;
    font-size: 18px;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    color: #fff;
  }
    .features-haslo img {
   
    border: solid 10px #fff;
    display: block;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    transition: .2s;
    filter: grayscale(1);
  }
   
  .features-haslo img:hover{
    border: solid 10px #c3aa67;
    filter: none;
  }

  .features-haslo .fa-cc-visa:before {
    font-size: 40px;
  }

 

  
   
   
    

   

  /* materiały i artykuł */



/* features 2 */

/* features 3 */


.features3 {
  
  position: relative;
  background-color: black;
  background-image: url(../img/start3.jpg);
  background-position: center;
  height: 100vh;
  padding: 7% 0;
}
.features3 h2 {
  color: #f0f0f0;
    font-size: 20px;
     font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}


.features3 p {
  font-size: 15px;
    color: #f0f0f0;
    font-weight: 100;
    line-height: 17px;
    font-style: normal;
    text-align: center;
    letter-spacing: .05em;
    margin-top: 20px;
     font-family: "Radio Canada", sans-serif;
}
.features3 span {
  
    color: #fff;
    animation: kolor-span s ease-out infinite; /* Uruchamiamy animację w pętli */
   
}


@keyframes kolor-span {
  0% {
    color: #fff;
  }
  50% {
    transform: translateY(-100px);
  }
  50% {
    color: #c3aa67;
  }
  75% {
    
  }
  100% {
    transform: translateY(0);
    color: #fff;
  }
}
.napisz{
  display: block;
  margin: 50px auto;
  text-align: center;
}
.features3 a.btn-kontakt {
  font-size: 54px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #222;
  position: absolute;
  bottom: -20px;
  left: -20px;
  transition: .5s;
}
.features3 a.btn-kontakt:hover{
  color: #222;
  background-color: #fff;
}

.features3 a.btn-telefon {
  font-size: 24px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  transition: .5s;
}

.features3 a.btn-telefon:hover{
  color: #c3aa67;
}




.features3 .material-symbols-outlined{

  font-size: 54px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #222;
    transition: .5s;
}
.features3 .material-symbols-outlined:hover{
  color: #222;
  background-color: #fff;
}

/* features 3 */


.features {
  position: relative;
    background-color: #000;
    z-index: 1;
    padding: 5%;
    background: rgb(24,24,24);
    background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
}



.features h1 {
  text-align: center;
  padding: 30px 0; 
  font-size: 40px;
  padding: 0 0 5%; 
  color: white;
  margin-bottom: 20px;
  text-align: center;
  font-size: 70px;
  transition: .5s;
}


.features h4 {
  text-align: center;
  padding: 20px 0 0; 
  font-size: 25px;
  color: white;
}

.features-specjalizer {
  position: relative;
  background-attachment: fixed;
  background-color: #f0f0f0;
  z-index: 3;
  height: 300px;
}



/* team */
.features2-team {
  position: relative;
  background-color: #fff;
  padding: 0 5%;
}
.features2-team .materialy{
  padding: 10px;
}
.features2-team .materialy a 
{
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  color: #000;
  border-radius: 10px;
  display: block;
  transition: .2s;
  padding: 20px 20px 20px 40px;
  font-weight: 700;

  box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}
.features2-team img {
  width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  float: inherit;
  padding: 10px;
}
.features2-team h5{
  color: #000;
  text-align: center;
  margin: 30px 0 0;
  font-weight: 700;
  font-size: 18px;
   font-family: "Radio Canada", sans-serif;
}
.features2-team .materialy a:hover
  {
    background-color: #e3e7e6;
    color: #c3aa67;
  }


  .features2-team .materialy a span{
    color: #000;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 20px;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  }

  .features2-team  .features-haslo {
    position: relative;
    background-attachment: fixed;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 5%;
    display: block;
    width: 100%;
}
.features2-team .features-haslo img {
 
  border: solid 10px #fff;
  display: block;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
  transition: .2s;
  filter: grayscale(1);
}
 
.features2-team .features-haslo img:hover{
  border: solid 10px #c3aa67;
  filter: none;
}


 
 
  

.features2-team .materialy .materialy-info{
    position: absolute;
  bottom: 10px;
  left: -15px;
  font-size: 10px;
  font-weight: 400;
  transform: rotate(270deg);
  background-color: #c3aa67;
  padding: 2px 10px 1px 10px;
  border-radius: 10px;
  }
  .features2-team .materialy .team{
    position: absolute;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background-color: #c3aa67;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

/* team */






.border-mck
{
  background-color: #00aae9;
  height: 5px;
  width: 150px;
  display: block;
  margin: 30px auto 30px;
}
.border-mck2
{
  background-color: #c3aa67;
  height: 5px;
  width: 150px;
  display: block;
  margin: 30px auto 30px;
}













.features-specjalizer-margin {
  height: 100px;
  position: relative;
  background-attachment: fixed;
  background-color: #f0f0f0;
  z-index: 1;
}
.box-specjalizer
{
  border: solid 1px #e1e1e1;
  margin: 10px;
  padding: 20px 20px 20px 40px;
  height: 280px;
  border-radius: 4px;
  transition: .5s;
}
.box-specjalizer:hover
{
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
}

/* box specjalizer two */

.box-specjalizer-two
{
  position: relative;
  border: solid 1px #e1e1e1;
  margin: 10px;
  padding: 0px;
  height: 280px;
  border-radius: 4px;
  transition: .5s;
  cursor: pointer;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
}
.box-specjalizer-two:hover
{
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.05);
}
.box-specjalizer-two-img img
{
  background-size: cover;
  object-fit: cover;
  height: 100%;
}
.specjzlizer-triangle
{
  position: absolute;
  top: 60px;
  right: -5;
  border-bottom: 80px solid #c3aa67;
  border-left: 80px solid transparent;
  margin: 25px auto 0;
}

.specjzlizer-tlo
{
  position: absolute;
  top: 60px;
  right: -5;
  border-bottom: 80px solid #c3aa67;
  border-left: 80px solid transparent;
  margin: 25px auto 0;
}


.box-specjalizer-two a
{
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: white;
  text-align: center;
  transition: .5s;
}
.box-specjalizer-two .btn-specjalizer span
{
  font-size: 35px;
}
.box-specjalizer-two .btn-specjalizer span:hover
{
  color: black;
}

/* box specjalizer three */

.box-specjalizer-three
{
  position: relative;
  border: solid 1px #e1e1e1;
  margin: 10px;
  padding: 0px;
  height: 150px;
  border-radius: 4px;
  transition: .5s;
  cursor: pointer;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
}
.box-specjalizer-three:hover
{
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.05);
}

.box-specjalizer-three-img img
{
  background-size: cover;
  object-fit: cover;
  height: 100%;
}

.box-specjalizer-three a
{
  position: absolute;
  bottom: 40%;
  right: 20%;
  color: white;
  background-color: #c3aa67;
  text-align: center;
  transition: .5s;
}
.box-specjalizer-three a:hover
{
  background-color: black;
  color: #c3aa67;

}



/* box specjalizer four */

.box-specjalizer-four
{
  position: relative;
  border: solid 1px #e1e1e1;
  margin: 10px;
  padding: 0px;
  height: 160px;
  border-radius: 4px;
  transition: .5s;
  cursor: pointer;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
}
.box-specjalizer-four:hover
{
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.05);
}
.box-specjalizer-four-img img
{
  background-size: cover;
  object-fit: cover;
  height: 100%;
}


.box-specjalizer-four a
{
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: white;
  text-align: center;
  transition: .5s;
}
.box-specjalizer-four .btn-specjalizer span
{
  font-size: 35px;
}
.box-specjalizer-four .btn-specjalizer span:hover
{
  color: black;
  font-weight: 500;
}

/* box specjalizer four */





.btn-specjalizer span
{
  font-size: 35px;
  transition: .5s;
}
.specjzlizer-triangle-oferta
{
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 30px solid #e14f40;
  border-left: 30px solid transparent;
  margin: 25px auto 0;
}
.specjalizacje-h3-offer
{
  font-size: 1.3rem;
  line-height: 110%;
  margin: 0 0 15px 0;
}






.text-specjalizer
{
  padding: 10px;
}
.specjalizacje-h2
{
  font-size: 40px;
  color: #c3aa67;
  max-width: 800px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 30px;
  font-family: "Radio Canada", sans-serif;

}

.specjalizacje-p
{
  font-size: 20px;
    color: #fff;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 90px;
    font-family: "Radio Canada", sans-serif;
}

.specjalizacje-ikon
{
  background-color: #fff;
  height: 100%;
}
.specjalizacje-ikon i
{
  font-size: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  padding: 84px 0;
  
}
.specjalizacje-ikon span
{
  font-size: 70px;
  display: block;
  text-align: center;
  line-height: 70px;
  padding: 84px 0;
}

.btn-specjalizacje
{
  margin: 50px auto;
  display: table;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid black;
  transition: .5s;
  cursor: pointer;
}
.btn-specjalizacje:hover
{
  color: rgba(0, 0, 0, .7);
}

.specjalizacje-h3
{
  font-size: 2rem;
  line-height: 110%;
   margin: 0 0 15px 0;
}

.specjalizacje-siatka {
  position: absolute;
  top: 50px;
  left: 20px;
  margin: 0 0 15px 0;
  }
  .oferta{
    position: relative;
  }
  .specjalizacje
  {
    padding: 0 10%;
  }
 

 
  .firma-tlo {
    position: absolute;
    color: #ffffff;
    text-align: center;
    z-index: 999;
    top: 12%;
    left: 5%;
    padding: 40px;
    max-width: 400px;
    transform: translateY(-50%);
    background-repeat: repeat;
  }
  .firma-siatka {
    position: absolute;
    top: 70%;
    left: 75%;
    z-index: 1;
    }
  .firma-siatka img
  {
    z-index: 1;
  }
  .mck-kontakt
  {
    display: inherit;
    text-align: right;
    margin: 50px 0 0;
  }
  .btn-mck
  {
      border: solid 2px black;
      padding: 10px 70px;
      color: black;
      transition: .7s;
  }
  .btn-mck:hover
  {
    color: black;
    box-shadow: 0px 10px 10px 5px rgb(0 0 0 / 15%);
  }

.box {
  text-align: center;
  margin: 15px 0; 
}
.box img{
  width: 100px;
}


.features-tekst
{
  padding: 5% 15%;
}

.features-tekst2
{
  padding: 0 5%;
}


.features-grey-start {
  position: relative;
  background-attachment: fixed;
  background-color: #ffffff;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
  margin: 0 auto;
  padding: 10% 5%; 
}

/* aktualnosci */

.aktualnosci {
  position: relative;
  background-attachment: fixed;
  background-color: white;
  z-index: 1;
  height: 300px;
}
.aktualnosci-h2
{
  font-size: 40px;
  position: absolute;
  color: black;
  text-align: center;
  top: 32%;
  left: 5%;
}
.aktualnosci-siatka {
  position: absolute;
  top: 50px;
  left: 20px;
  margin: 0 0 15px 0;
  }
  .aktualnosci-text {
    position: relative;
    background-attachment: fixed;
    background-color: white;
    z-index: 1;
    padding: 0 0 10%;
  }
  .aktualnosci-art
  {
      padding: 0 30px 30px;
  }
  .aktualnosci-text p
  {
    text-align: center;
  }

  .aktualnosci-h3
{
  font-size: 30px;
  color: black;
  text-align: center;
}

.aktualnosci-art span
{
  color: black;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.btn-aktualnosci
{
  margin: 20px auto 0;
  display: table;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid black;
  transition: .5s;
  cursor: pointer;
}
.btn-aktualnosci:hover
{
  color: rgba(0, 0, 0, .7);
}




/* time */

.time {
  position: relative;
  background-attachment: fixed;
  /*
  background-image: url(../img/tic-tac-toe.png);
  */
  background-color: white;
  z-index: 1;
  padding: 0 5% 5%;
}
.counter
{
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0;
}
.counter img
{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.counter-text
{
  text-align: center;
  font-size: 20px;
  color: #c3aa67;;
  font-weight: bold;
  margin: 25px 0 0;
}
.counter .material-icons
{
  font-size: 35px;
  color: #c3aa67;
  background-color: #00aae9;
  border: solid 3px #c3aa67;
  transform: .3s;
  padding: 20px;
  border-radius: 50%;
}
.counter .material-icons:hover
{
  background-color: #c3aa67;
  border: solid 3px #00aae9;
  color: #00aae9;
}

.time p
{
  text-align: center;
  padding: 10px 25px;
  font-size: 13px;
  color: #999;
}

/* kontakt */

/* slogan blog */

.slogan-blog {
  position: relative;
  height: 80px;
  transition: .3s;
  animation: animacja_slogan_oferta .5s ease-in-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  background-color: white;
  border-left: solid 2px #fa983a;
  padding-top: 20px;
  }
  .slogan-blog:hover
  {
    border-left: solid 10px #fa983a;
  }

  .slogan-blog h1 {
    font-size: 25px; 
    text-align: left;
    color: #2f3542;
    padding-left: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
  }
  .slogan-blog p{
    font-size: 10px; 
    text-align: left;
    color: #2f3542;
    padding-left: 80px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 100;
  }

  .blog-pozycja
  {
    padding: 50px 0;
    position: relative;
    background-color: #f1f2f6;
   
  background-position: right bottom;
  background-repeat: repeat;
  background-attachment: fixed;

    
  }

  .blog-single
  {
    padding: 5% 10% 5% 5%;
    position: relative;
    background-color: #ffff;
  }

 
  .data-wpisu
  {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Radio Canada", sans-serif;
    background-color: #c3aa67;
    display: table;
    text-align: right;
    padding: 5px 15px;
  }
  .wp-block-image img{
    width: 100%;
  }
  .btn-blog
  {
    font-size: 18px;
    text-transform: none;
    text-decoration: none;
    transition: .2s;
    color: #fff;
     font-family: "Radio Canada", sans-serif;
    font-weight: 400;
    background-color: #c3aa67;
    padding: 10px 25px;
    display: inline;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
  }
  a.btn-blog
  {

    font-size: 20px;
    color: #c3aa67;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 30px;
    margin: 30px 0;
    display: inline-block;
    transition: .2s;
    background-color: #000;
  }
  a.btn-blog:hover{
    background-color: #fff;
    color: #000;
   
  }


  .blog-single p 
  {
    color: #2f3542;
    padding: 0 0 15px 0;
    font-size: 15px;
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }


.blog-single ol li {
  color: #2f3542;
  font-size: 15px;
  display: list-item;
  text-align: -webkit-match-parent;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
.blog-single ul li {
  color: #2f3542;
  font-size: 15px;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: circle;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.blog-single em{
  color: #2f3542;
  font-size: 15px;
  font-weight: 700;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 50px 0 0;
}



.blog-single h2 
{
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 700;
  color: #c3aa67;
  padding: 0 0 20px;
}

/* slogan blog */


.kontakt-mck-tlo
{
  position: relative;
  background-color: #f0f0f0;
  z-index: 3;
  padding: 0;
}
.info-mck
{
  display: table;
  margin: 10% auto;
  padding: 0px 50px;
}
.info-mck h2 
{
  font-size: 3.5rem;
  color: #e65443;
  font-weight: 600;
}

.info-mck p
{
  font-size: 2rem;
}

.info-mck a
{
  font-size: 2rem;
  text-decoration: none;
}



/* footer*/


.footer {
  position: relative;
  padding: 50px 0;
  background-position: right bottom;
  background-repeat: repeat;
  background-attachment: fixed;
  background: rgb(24,24,24);
  background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
}

.footer-col
  {
      padding: 0 30px 30px;
  }
.footer-h3
  {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-weight: 700;
  }
  .footer-h4
  {
    font-size: 20px;
    margin-bottom: 0px;
     font-family: "Radio Canada", sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 500;
  }
  .footer p
  {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 text-decoration: none;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  }
  .footer .dr{
    font-weight: 500;
  }
  .footer a
  {
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #c3aa67;
  }
  .footer span
  {
    transform: translateY(2px);
    font-size: 15px;
    color: #000;
    background-color: #fff;
    margin: 5px 15px 5px 0;
    padding: 5px;
  }

.footer-center ul li a 
{
  color: white;
  transition: .5s;
}

.footer-center ul li a:hover
{
  color: #d8d0d0;
}
.footer img
{
  margin: 0 auto;
  width: 100%;
  display: block;
}

.user-view p img{
 width: 100px;
}




/* futures grey */

.features-grey {
  position: relative;
  background-attachment: fixed;
  background-color: #ffffff;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 8% 5%; 
}

.features-grey  h1 {
  text-align: center;
  padding: 30px 0; 

  font-size: 40px;
  padding: 0 0 5%; 
  color: white;
  margin-bottom: 20px;
  text-align: center;
  font-size: 70px;
  transition: .5s;
}

.features-grey  h2 {
  text-align: center;
  padding: 30px 0; 
  font-size: 20px;
  color: white;
}

.features-grey  h4 {
  text-align: center;
  padding: 0 0 20px; 
  font-size: 24px;
  font-weight: 300;
  color: #c3aa67;
}

.features-grey  h5 {
  text-align: center;
  padding: 15px;
  margin: 0 5px;
  background-color: rgba(46, 46, 46, 1);
  font-size: 20px;
  font-weight: 300;
  color: #c3aa67;
}

.features-grey  h6 {
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #c3aa67;
}


.features-grey  p {
  font-size: 18px;
  color: rgba(46, 46, 46, 1);
  text-align: justify;
  font-weight: 100;
}

.features-grey  img {
  margin: 10px 0;
}

.features-grey-tekst
{
  padding: 5% 15%;
}

.features-grey span
{
  font-weight: 500;
}

.features-grey a {
  padding: 15px 13%; 
  font-size: 17px;
  color: white;
  text-align: justify;
  display: block;
  letter-spacing: 1px;
  transition: .5s;
}


/* futures grey*/


.roza
{
  color: red;
  font-size: 200px;
}


.images img {
  margin: 0px;
  width: 80%;
  object-fit: cover;
  display: block; 
}

.images {
  position: relative; }


.text {
  color: #fff;
  text-align: center; }


/* oferat pozycja koniec */

.zespol {
  position: relative;
  background: rgba(255, 255, 255, 1);
  top: 0;
  left: 0;
  text-align: center;
  width: 100vw;
  margin: 0;
  padding: 0;
 
}
.zespol h1 
{
  color: #c3aa67;
  margin-bottom: 0;
  text-align: center;
  font-size: 50px; 
}
.zespol h2
{
  text-align: center;
  padding: 0 0 7% 0;
  color: #c3aa67;
  font-size: 20px; 
}

.zespol h3
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 18px; 
}

.zespol p {
    text-align: center;
    padding: 0 0 7% 0;
    font-size: 20px;
}

.parallax-text
{
  padding: 10% 0;
  z-index: 1;
}

.parallax-text h3
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 25px; 
  font-weight: 500;
}

.parallax-text h4
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 45px; 
  font-weight: 300;
}

.parallax-text p
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 20px; 
}
.parallax-text span
{
 
  font-weight: 500;
}


/* pod opis */

.cennik-blok-1 {
  position: relative;
  background-attachment: fixed;
  background-color: rgba(46, 46, 46, 1);
  display: block;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 1;
  margin: 0px auto;
  padding: 2% 5%; 
  border-bottom: solid 1px black;
}
.cennik-blok-1 h6
{
  margin: 0;
  font-weight: 100;
  color: #c3aa67;
  font-size: 27px;
}

.cennik-blok-1 h7
{
  margin: 0;
  font-weight: 100;
  color: #c3aa67;
  font-size: 15px;
}

.cennik-man-blok {
  position: relative;
  background-attachment: fixed;
  background-color: #c3aa67;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 5% 5%; 
}

.man-blok {
  position: relative;
  background-attachment: fixed;
  background-color: #c3aa67;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 30px auto 20px;
  padding: 5% 5%; 
}
.man-blok-text
{
  padding: 0 30px;
}



.man-text
{
  padding: 10% 0;
  z-index: 1;
}

.man-text h3
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 25px; 
  font-weight: 500;
}

.man-text h4
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 45px; 
  font-weight: 300;
}

.man-text p
{
  color: #ffff;
  margin: 5px;
  text-align: center;
  font-size: 20px; 
}
.man-text span
{
 
  font-weight: 500;
}


.zespol-okno p
{
  text-align: left;
  font-size: 20px;
}
.zespol-okno ul li 
{
  text-align: left;
  font-size: 20px;
  color: rgba(0,0,0,0.87);
  list-style-type: square;
  margin: 0 0 10px 0;
}
.container_zespol p
{
  font-size: 17px;
  color: #c3aa67;
}

.zespol-okno h3
{
  text-align: left;
  font-size: 30px;
  text-align: center;
}

.zespol-okno h4
{
  text-align: left;
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
}
.zespol-okno h5
{
  font-size: 28px;
}

.zespol-okno h5 i
{
  text-align: left;
  font-size: 20px;
}

.zwardon_srodek img
{
  margin: 0 auto;
  width: 22%;
}




 


.section-5 {
  position: relative;
  background: white;
  color: #990000;
  top: 0;
  left: 0;
  padding: 10% 0 10% 0; }

.section-5 p {
  text-align: center;
  padding: 0 0 0% 0;
  font-size: 20px; }

  .start-page
  {
    position: relative;
    background-color: #c3aa67;
    z-index: 1;
    padding: 5%;
    height: 100vh;
  }
  .start-slide
  {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .section-6 {
    position: relative;
    background: rgb(24,24,24);
    background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
    z-index: 1;
    padding: 0;
  }
  

  .section-6 svg
  {
    fill: #c3aa67;
    width: 86px;
   
  }
  .section_kontakt
  {
    text-align: center;
    color: rgba(0,0,0,0.87);
    border: none;
  }
  .cytat-section {
    background-image: url(../img/baner4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    z-index: 1;
  }
  
 
  .cytat-center p
  {
    text-transform: uppercase;
    border-top: solid 10px #c3aa67;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    text-align: center;
    display: block;
    position: absolute;
    padding: 25px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    transition: 1s;
    font-family: "Radio Canada", sans-serif;
  }
  .cytat-center p:hover{
    color: #c3aa67;
    border-top: solid 10px #000;
    background-color: #fff;
  }




  .section-6 h1
  {
    color: #c3aa67;
    margin-bottom: 5px;
    text-align: center;
    font-size: 50px;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
  }
  
 
  .section-6 p.psycholog
  {
    font-size: 17px;
    color: #c3aa67;
    text-align: center;
  }

  

  .section-6 .card-image
  {
    transition: .5s;
    border: solid 5px #ffffff;
    padding: 5px;
    border-radius: 5px;
    border: solid 5px black;
  }
  .section-6 .card-image:hover
  {
    border: solid 5px black;
  }
  .white_text_border_oferta span
  {
    color: #c3aa67;
    font-size: 20px;
    
  }
  .section-6 span 
  {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .section-6 .imie
  {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: contents;
    font-weight: 500;
    font-size: 16;
  }

  .komunikat{
    background-color: #8f5e36;
    padding: 20px;
    border-radius: 50px 0 50px 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
  }
  .komunikat2{
    background-color: #c34444;
    padding: 20px;
    border-radius: 30px 0 30px 0;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: #fff;
  }
  .komunikat-h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 25px;
    font-style: normal;
    text-align: center;
    padding: 9px 5px 20px;
    margin-top: 0;
}
  
  

  .drugi_akapit span
  {
    font-size: 27px !important;
    margin: 0 0 50px 0 !important;
  }
  .drugi_akapit 
  {
    font-size: 20px !important;
    margin: 0 0 0 0 !important;
    text-align: justify !important;
  }





  .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav
  {
    -webkit-box-shadow: none;
     box-shadow: none;
  }

  .section-oferta .card-panel
  {
    line-height: 50px; 
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 350px;
    margin: 10px ;
    border-radius: 5px;
    max-height: 300px;

  }

  .section-cennik .card-panel
  {
    line-height: 50px; 
    font-size: 20px;
    text-transform: uppercase;
    color: #c3aa67;
    margin: 10px;
    -radius: 10px;
    padding: 5px 13px 5px 5px;
  }
  .white_text_border_cennik
  {
    border: solid 3px black;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
  }
  .white_text_border_oferta
  {
    border: solid 3px black;
    border-radius: 10px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 300px;
  }



  .card-panel span svg {
    fill: #c3aa67;
    width: 50px; 
}
.card-panel .white-text
{
  line-height: 50px;  
 color: #c3aa67;
}

/* cennik */
.tlo-cennika{
  background: rgb(24,24,24);
  background: -moz-radial-gradient(circle, rgba(24,24,24,0.9010197829131653) 0%, rgba(0,0,0,1) 96%);
  background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9010197829131653) 0%, rgba(0,0,0,1) 96%);
  background: radial-gradient(circle, rgba(24,24,24,0.9010197829131653) 0%, rgba(0,0,0,1) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
  padding: 50px 0;
}
.tlo-cennika2{
  background-color: #f5f6fa;
  padding: 50px 0;
}


.services {
  position: relative;
  background-color: #2b2410;
  padding: 30px 0px;
}
.services h1{
  position: relative;
  color: #F2F2F2;
  padding: 10px;
  margin: 20px auto;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 40px;
  letter-spacing: .0em;
  display: table;
  font-weight: 700;
}

.services-box1{
position: relative;
 padding: 10px;
}
.services-cena{
  position: relative;
   padding: 10px;
  }
  .services-cena img{
    vertical-align: middle;
    float: left;
    width: 52.5%;
  }

.pudelko-przycisku
{
	position: relative;
	z-index: 9;
}

.services-box1 img{
  width: 47%;
  padding: 0px;
 }

.services-box-header2{
  background-image: url(../img/insta.png);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.services-box-header3{
  background-image: url(../img/insta.png);
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.services-box-header-h2{
  position: relative;
    color: #000;
    padding: 10px;
    margin: 60px auto;
    font-family: 'Anton', sans-serif;
    font-size: 50px;
    letter-spacing: .0em;
    display: table;
    font-weight: 700;
}

.services-box-header-h3{
  background-color: #2b2410;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #F2F2F2;
  padding: 10px;
  margin: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 23px;
  letter-spacing: .0em;
  width: 100%;
  font-weight: 600;
  height: 80px;
  transform: .5s;
  text-align: center;
}
.services-box-header-h3:hover{
  background-color: #000;
  background-color: #fdd50d;
}

.services-box-footer{
  position: relative;
}

.czarny-kwadrat{
  position: absolute;
  bottom: -6px;
  right: -4px;
  width: 10px;
  height: 50px;
  background-color: #ff3131;
}
.czarny-kwadrat2{
  position: absolute;
    top: -5px;
    right: -4px;
    width: 10px;
    height: 50px;
    background-color: #fff;
    z-index: 9;
}

.services-box-footer-p{
  font-size: 15px;
    background-color: #000;
    color: #F2F2F2;
    letter-spacing: .0em;
    font-weight: 400;
    padding: 20px;
    font-family: 'Manrope', sans-serif;
    margin: 0px;
}
.services-box-footer-h2{
  font-size: 30px;
    background-color: #c3aa67;
    color: #000;
    /* letter-spacing: .0em; */
    /* font-weight: 400; */
    text-align: left;
    padding: 20px;
    /* font-family: 'Anton', sans-serif; */
    font-family: "Radio Canada", sans-serif;
    margin: 0 0 20px;
    display: flex
;
}

.services-box-footer p {
  font-size: 14px;
  background-color: #fdd50d;

  color: #F2F2F2;

  letter-spacing: .02em;
  font-weight: 400;
  text-align: left;
  padding: 20px 10px;
  font-family: 'Manrope', sans-serif;
}
.services-box-footer h3 {
    background-color: #fdd50d;
    color: #000;
    letter-spacing: .0em;
    font-weight: 700;
    text-align: left;
    padding: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    margin: 0 0 5px;
    width: 15rem;
}
.services-box-footer h5 {
  font-size: 15px;
  background-color: #181818;
  color: #fff;
  letter-spacing: .0em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 20px;
  font-family: 'Anton', sans-serif;
  font-family: "Radio Canada", sans-serif;
  border-bottom: #000 solid 5px;
  margin: 0px;
}
.services-box-footer .gratis-cena {
  font-size: 15px;
  background-color: #eb5149;
  color: #000;
  letter-spacing: .0em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0 20px;
  font-family: 'Anton', sans-serif;
  margin: 0 0 20px;
}
.services-box-footer .float{
  float: left;
}

.dane-kontaktowe{
  font-size: 25px;
  color: #fdd50d;
  font-family: 'Barlow Condensed', sans-serif;
  margin: 0;
  padding: 0;
  transform: translateY(30px);
}

/* click-oferta */

.services-box-footer h2 {
  font-size: 25px;
    background-color: #c3aa67;
    color: #181818;
    letter-spacing: .0em;
    font-weight: 400;
    text-align: CENTER;
    padding: 20px;
    font-family: "Radio Canada", sans-serif;
    margin: 0;
    border-radius: 0 0 20px 20px;
    height: 100px;
}
.services-box-footer h3 {
  font-size: 40px;
    background-color: #c3aa67;
    color: #000;
    letter-spacing: .0em;
    font-weight: 400;
    text-align: left;
    padding: 40px;
    font-family: 'Anton', sans-serif;
    margin: 0 0 20px;
    display: inline-table;
}
.services-box-footer h4 {
    font-size: 17px;
    background-color: #c3aa67;
    color: #2b2410;
    letter-spacing: .0em;
    font-weight: 400;
    text-align: center;
    padding: 20px 20px 20px;
    font-family: 'Anton', sans-serif;
    margin: 0;
}
.services-box-footer h6{
  font-size: 16px;
  /* height: 70px; */
  font-family: "Radio Canada", sans-serif;
  text-align: center;
  border: solid 5px #c3aa67;
  margin: 0;
  padding: 15px 15px 20px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  height: 100px;
}
.rabat{
  color: #ff3131;
    font-size: 15px;
    background-color: #000;
    font-weight: 400;
    text-align: left;
    padding: 5px 20px;
    font-family: 'Manrope', sans-serif;
    margin: 2px 0;
}

.kontakt-dane h2{
  font-size: 30px;
    margin: 0px;
      font-family: "Radio Canada", sans-serif;
    color: #000;
    font-weight: 500;
}

.kontakt-dane h3{
  font-size: 20px;
    margin: 0px;
      font-family: "Radio Canada", sans-serif;
    color: #000;
    font-weight: 300;
}

.kontakt-dane p{
    font-size: 16px;
    margin-bottom: 0px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.kontakt-dane a{
  font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
    display: block;
}




/* cennik */




.section-6 {
  background-color: #f1f2f6;
    transition: 1.5s;
    background: rgb(24,24,24);
    background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
    padding: 50px 0 100px;
  }



blockquote {
    padding: 10px 20px;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 17.5px;
    border-left: 50px solid #eee;
    border-right: 50px solid #eee;
    margin: 50px auto;
}


.section-6 h2{
  font-size: 30px;
  margin: 20px 0 0;
  color: #c3aa67;
   font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 20px;
}
.section-6 h3{
  font-size: 25px;
  margin: 20px 0 0;
  color: #c3aa67;
  font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 20px;
}

.section-6 h4{
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: "Radio Canada", sans-serif;
  font-weight: 600;
  line-height: 25px;
  font-style: normal;
  text-align: left;
  padding: 5px 0;
  margin-top: 0;
}
  

 
  
  .section-6 h5 {
    color: #c3aa67;
    margin-bottom: 20px;
  color: #c3aa67;
    font-size: 27px; }


  .section-6 h4 i {
      color: #c3aa67;
      margin-bottom: 20px;
      font-size: 33px; 
    }

  .section-6 p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
  }


  .section-6 .ramy-czasu {
    font-size: 22px;
    color: #fff;
    margin: 40px 0px;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    text-align: center;
    font-weight: 600;
  }
  .section-6 .data{
    font-size: 10px;
    color: #fff;
    margin: 20px 0px 0;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    text-align: center;
    font-weight: 600;
    background-color: #e5414d;
    display: inline-block;
    padding: 10px;
  }

  .section-6 .zrodlo a{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 30px;
    border: solid 5px #fff;
    margin: 30px 0;
    display: inline-block;
    transition: .2s;
    margin: 10px 20px
  }
  .section-6 .zrodlo a:hover{
    background-color: #fff;
    color: #333;
  }

  .section-6 .dr{
    font-size: 20px;
    color: #fff;
    /* line-height: 30px; */
    font-weight: 600;
    /* padding: 10px 30px; */
    /* border: solid 5px #fff; */
    margin: 30px 0;
    display: block;
    transition: .2s;
    margin: 0 0 10px;
    font-weight: 600;
  }
  .section-6 .kontakt-email a{
    font-size: 15px;
    color: #fff;
    /* line-height: 30px; */
    font-weight: 600;
    /* padding: 10px 30px; */
    /* border: solid 5px #fff; */
    margin: 30px 0;
    display: inline;
    transition: .2s;
    margin: 0;
    font-weight: 300;
    transition: .3s;
  }

  .section-6 .kontakt-email a:hover{
    color: #e5414d;
  }

  .section-6 .kontakt-box{
    margin: 10px 20px 50px;
  }


  


  .section-6 ol li {
    padding: 0;
    font-size: 17px; 
    color: #000;
     
      }
  .section-6 ul
    {
      margin: 20px 0 20px 20px;
    }
  .section-6 ul li {
    list-style-type: square;
    font-size: 18px;
    color: #000;
    margin: 10px 20px;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
 
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
    }

    .section-6 .sprawozdanie{
      padding: 20% 0;
    }
    .section-6 .sprawozdanie a 
    {
      position: relative;
      background-color: rgb(143, 94, 54);
      color: #c3aa67;
      padding: 20%;
      border-radius: 10px;
      transition: .2s;
      font-size: 35px;
  
      
      }
      .section-6 .sprawozdanie a:hover
      {
        background-color: #c3aa67;
        color: rgb(143, 94, 54);
      }
      .section-6 .sprawozdanie a:active
      {
        background-color: rgb(143, 94, 54);
        color: #c3aa67;
      }

      .section-6 .sprawozdanie .sprawozdanie-info{
        position: absolute;
        bottom: 87px;
        left: -63px;
        font-size: 9px;
        font-weight: 400;
        transform: rotate(270deg);
        background-color: #000;
        padding: 2px 10px;
        border-radius: 20px;
      }

      .margin-muzeum{
          padding: 0 40px 0 0;
      }

      /* materiały i artukuł */

      .section-6 .materialy{
        padding: 10px;
      }
      .section-6 .materialy a 
      {
        position: relative;
        background-color: rgba(255, 255, 255, .9);
        color: #000;
        border-radius: 10px;
        display: block;
        transition: .2s;
        padding: 20px 20px 20px 40px;
        font-weight: 700;
        box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
        height: 220px;
        
        }
        .section-6 .materialy a:hover
        {
          background-color: #e3e7e6;
          color: #c3aa67;
        }

        .section-6 .materialy a span{
          color: #000;
        }
        .section-6 .materialy a:active
        {
          color: #c3aa67;
        }
        
  
        .section-6 .materialy .materialy-info{
          position: absolute;
          bottom: 10px;
          left: -15px;
          font-size: 10px;
          font-weight: 400;
          transform: rotate(270deg);
          background-color: #c3aa67;
          padding: 2px 10px 1px 10px;
          border-radius: 10px;
        }

      /* materiały i artykuł */
      
     
  


  .btn-section-6
{
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
  transition: .5s;
  cursor: pointer;
}
.btn-section-6:hover
{
  margin: 0;
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, .5);
  
}
  
  .section-6 .gray-section-6
  {
    position: relative;
    background-color: white;
    padding: 25px;
    border-radius: 1px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.05);
  }

  .forma 
  {
    padding: 20px;
    border: solid 5px #c3aa67;
    width: 100%;
    height: 100%;
    color: #00aae9;
    text-align: center;
    transition: .4s;
  }
  .forma:hover
  {
    background-color: #c3aa67;
    color: #fff;
  }

  .triangle-zakladka {
    width: 0;
    height: 0;
    z-index: 999;
    border-bottom: 50px solid #c3aa67;
    border-left: 50px solid transparent;
    margin: 25px auto 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  

  .oferta-kontakt {
    display: inherit;
    text-align: left;
    margin: 30px 0 0;
}
.h2-okancelarii h2
{
  font-size: 1.8rem;
  color: #c3aa67;
}
.h3-okancelarii h2
{
  font-size: 1.8rem;
  color: black;
}

  
  
  



  
  
    .section-7 {
      position: relative;
      color: #ffffff;
      top: 0;
      left: 0;
      text-align: center;
      background-color: #c3aa67;
      padding: 40px 0 40px 0; }
    
    .section-7 p {
     color: #c3aa67;
      text-align: center;
      font-size: 20px; }

/* oferta-text */
.oferta-text
{
  padding: 0;
  z-index: 1;
}
.oferta-text h2
{
  color: rgba(0,0,0,0.87);
  margin: 5px;
  text-align: right;
  text-transform: lowercase;
  font-size: 50px; 
  font-weight: 300;
}
.oferta-text h3
{
  color: rgba(0,0,0,0.87);
  margin: 5px;
  text-align: right;
  font-size: 35px; 
  font-weight: 100;
}
.oferta-text h3 span
{
 
  font-weight: 400;
  color: #c3aa67;
  font-size: 35px; 
}

.oferta-text h4
{
  color: rgba(0,0,0,0.87);
  margin: 5px;
  text-align: right;
  font-size: 40px; 
  font-weight: 300;
}

.oferta-text h5
{
  color: #c3aa67;
  margin: 5px;
  text-align: right;
  font-size: 20px; 
  font-weight: 500;
}

.oferta-text h6 
{
  color: #c3aa67;
  margin: 5px;
  text-align: center;
  font-size: 20px; 
  font-weight: 500;
}

.oferta-text h6 span
{
  color: #ffffff;
  background-color: rgba(0,0,0,0.87);
  padding: 10px;
  margin: 5px;
  text-align: center;
  font-size: 25px; 
  font-weight: 300;
}

.oferta-text p
{
  color: rgba(0,0,0,0.87);
  margin: 5px;
  text-align: center;
  font-size: 20px; 
}
.oferta-text img
{
  border: solid 10px black;
}

/* kontakt */

.kontakt-mck
{
  position: relative;
  background-color: #46494F;
  z-index: 3;
}
.info-kontakt-mck-1
{
  padding: 20px;
}
.info-kontakt-mck-2
{
  padding: 20px;
}
.info-kontakt-mck h3 
{
  font-size: 2rem;
}

.info-kontakt-mck p
{
  font-size: 1rem;
}

.p-mck-footer 
{
  padding: 10px;
}
.p-mck-footer p
{
  color: white;
}

/* formularz w zakłądce kontatk */

.color-formularz label
{
	color: black;
	font-size: 20px; 
}
.color-formularz input
{
	color: black;
	font-size: 20px; 
  border: solid 1px black;
}
.color-formularz 
{
	padding: 20px 0;
}
.color-formularz button
{
	border: solid 2px black;
  padding: 10px 70px;
  color: black;
  transition: .7s;
	background-color: rgba(255, 255, 255, 0);
  margin: 50px auto;
}

.color-formularz button:hover
{
  background-color: black;
  color: white;
}

.kb-form .kadence-blocks-form-field .kb-forms-submit
{
  border: solid 2px black;
  padding: 10px 70px;
  color: black;
  transition: .7s;
	background-color: #c3aa67;
}
.kb-form .kadence-blocks-form-field .kb-forms-submit
{

}





/* oferta-text */

    

.draft {
  padding: 5% 0 5% 0; }

.draft p {
  text-align: left;
  font-size: 14px; }

.box3 img {
  padding: 5px;
  margin: 0 5px 10px 0;
  width: 30px;
  border-radius: 5%;
  transition: 1s;
  background: #fff; }

.box3 img:hover {
  padding: 7px;
  background: #990000; }





.live {
  background: #990000;
  border: none;
  width: 130px;
  height: 40px;
  color: #fff;
  margin: 20px auto;
  display: block; }

.live a {
  color: #fff; }

  footer {
    position: relative;
    background-color:#000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    font-size: 10px;
  }
  footer a 
  {
    color: #fff;
    font-size: 11px;
    transition: .5s;
    text-decoration: none;
    text-decoration-line: none;
  }
  

  footer a:hover 
  {
    font-size: 11px;
    color: #d1d8e0;
  }

  /* pasek postepu */

  .progress-bar {
    position: fixed;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  
  .progress-bar__filling {
    width: 0;
    height: 100%;
    background-color: #c3aa67;
  }
  /* start trzy */

  .container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0px;
    row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    background-color: #f1f2f6;
  }
  
  .grid-item 
  {
    align-self: center;
    justify-self: center;
  }
  .grid-item img
  {
    width: 100%;
  }
  .grid-item p
  {
    padding: 0 50px 0 15px;
    color: #00aae9;
    border-left: 8px solid #c3aa67;
    margin-left: 50px;
    font-size: 15px;
  }

  /* about ------------------------------------------------------ */ 

.about {
  position: relative;
  margin: 0 auto;
  background-color: #e5e4e2;
background-position:center;
background-repeat: no-repeat;
background-attachment: fixed;
width: 100%;
background-size: cover;
}



.about h2 
{
  font-family: 'Darker Grotesque', sans-serif;
  text-align: center;
  margin: 0 0 20px;
  padding: 0px;
  color: #222;
  font-size: 30px;

}
.about p 
{
  font-family: 'Darker Grotesque', sans-serif;
  text-align: center;
  margin: 0px;
  color: #222;
  margin-top: 10px;
}

.about img 
{
  text-align: center;
  margin: 0px;
  color: #222;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  width: 20px;
  /*
  box-shadow: 0 10px 20px rgb(34 40 79 / 20%);
  */
}

.about2 {
  padding: 50px 0 0 0; 
  z-index: 105;
}

.about2 h2 
{
  font-family: 'Darker Grotesque', sans-serif;
  text-align: center;
  margin: 0 0 20px;
  padding: 0px;
  color: #222;
  font-size: 30px;

}
.about2 p 
{
  font-family: 'Darker Grotesque', sans-serif;
  text-align: center;
  margin: 0px;
  color: #222;
  margin-top: 10px;
}

.about2 img 
{
  text-align: center;
  margin: 0px;
  color: #222;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  width: 20px;
}

.text2
{
  margin: 30px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
   font-family: "Radio Canada", sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.text2 a {
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
  padding: 5px 10px;
}
.text-info
{
  padding-top: 10px;
  font-size: 15px;
  color: white;
  display: none;
}

.text2 a:hover
{
    border: none;
}

.text2 p {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 10px;
  transition: 1s;
}

/* oferta geo */



.about-2 {
  background-color: #cc0003;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 330px;
  padding: 20px;
  margin: 0;
  color: #ffffff; }

.about-2 h3 {
  text-align: center; }

.about-3 {
  background-color: #222;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 330px;
  padding: 20px;
  margin: 0;
  color: #ffffff; }

.about-3 h3 
{
  text-align: center; 
  font-size: 50px;
}

.about-4 {
  background-color: #222;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  padding: 20px;
  margin: 0;
  color: #ffffff; }

.about-4 h3 
{
  text-align: left; 
  font-size: 18px;
}

.about-5 {
  background-color: #222;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  padding: 0px;
  margin: 0;
  color: #ffffff; }

.about-2 {
  padding: 0px; }



.images {
  position: relative;
}


.images img {
  margin: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.images2 {
  position: relative; 
}




.layer 
{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(184, 205, 50, .5);
    transition: .3s;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    
}
.layer:hover{
  background-color: rgb(255, 237, 0, .1);
}

.layer_dwa 
{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(43, 42, 41, .9);
    transition: .3s;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    
}
.layer_dwa:hover{
  background-color: rgba(43, 42, 41, .2);
}

.text {
  padding-top: 50%;
  padding-bottom: 50%;
}
.layer a{
  font-size: 40px;
  margin: 20px 0 0;
  color: #000;
    font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 45px;
  font-style: normal;
  text-align: left;
  padding-bottom: 10px;
}
.layer_dwa a{
  font-size: 40px;
  margin: 20px 0 0;
  color: #c3aa67;
    font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 45px;
  font-style: normal;
  text-align: left;
  padding-bottom: 10px;
}



.text a:hover
{
    border: none;
}

.text p.p-czarne {
  color: #000;
    cursor: pointer;
    font-size: 18px;
    padding: 0 60px 0;
    transition: 1s;
}
.text p.p-zolte {
  color: #c3aa67;
    cursor: pointer;
    font-size: 18px;
    padding: 0 60px 0;
    transition: 1s;
}

.images3 img {

  width: 100%;
  height:  100%;
  object-fit: cover;
  border-radius: 30px;
  display: block; }

.images3 {
  position: relative; }

  .images4 img {
    width: 100%;
    padding: 20px;
    object-fit: cover;
    border-radius: 50px;
    display: block;
  }
  
  .images4 {
    position: relative; }

    .images4-ramy{
      margin: 20px 50px;
    }

.images2 img {

  width: 100%;
  padding: 10px;
  object-fit: cover;
  display: block;
  height: 400px;
  border-radius: 30px;
  background-color: rgba(84, 84, 87, .8); /* Przezroczysty czerwony kolor */
  transition: transform .8s ease, filter 1.3s ease;
}

.images2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 84, 87, .8); /* Przezroczysty czerwony kolor */
  border-radius: 30px;
  opacity: 0; /* Początkowo niewidoczne */
  transition: opacity 0.7s ease; /* Animacja przejścia */
  padding: 20px;

}

.images2:hover::before {
  opacity: 1; /* Po najechaniu myszką zwiększa się widoczność */
}

.images2 img:hover{
  
  filter: brightness(80%) contrast(120%) saturate(120%);

}

.images-certyfikaty img{
  margin: 20px auto;
  width: 100px;
  display: block;
}
.images-certyfikaty h2{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.images2 {
  position: relative;
  width: 100%;
    height: 300px;
 }

  .layer2 
  {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #c3aa67;
    transition: 1s;
    text-align: center;
    z-index: 2; 
  }

  .text2 p {
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    transition: 1s;
    transform: translate(0%, 700%);
  }

  /* Blog / aktualności */

 
  
  
  .item_blog img
  {
    width: 100%;
  }
  .item_blog h3
  {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: "Radio Canada", sans-serif;
    font-weight: 700;
    line-height: 20px;
    font-style: normal;
    text-align: left;
    padding: 15px 0 0;
    
    margin-top: 0;
  }
  .item_blog p
  {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin: 10px 0px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-variation-settings:
    "slnt" 0;
    text-align: left;
  }
  .blog-pozycja span.art-data {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: "Radio Canada", sans-serif;
   
    
    display: inherit;
    text-align: left;
    padding: 10px 15px 0;
}
.item_blog .post-details{
  
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  padding: 20px;
  margin: 10px;
  transition: .2s;
  border: solid 5px #000;
  max-height: 460px;
    min-height: 460px;
}
.item_blog .post-details:hover{
  background-color: rgba(255, 255, 255, .9);
}



/* kontakt  */

.form {
  margin:3rem auto;
  font-family:sans-serif;
  max-width:40rem;
}
.form .form-row {
  margin-bottom:1rem;
}
.form .form-row:last-child {
  margin-bottom: 0;
}
.form input[type=text],
.form input[type=email],
.form textarea,
.form .checkbox-cnt .state {
  box-shadow:inset 0 1px 5px rgba(0,0,0,0.07);
}
.form input[type=text],
.form input[type=email],
.form textarea {
  border-radius:0.2rem;
  font-family:sans-serif;
  padding:0.8rem;
  border:1px solid #aaa;
  display: block;
  width:100%;
  color:#666;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  border-color:#9DC9F5;
  box-shadow:inset 0 0 0 1px #9DC9F5, inset 0 1px 5px rgba(0,0,0,0.07);
  outline:none;
}
.form textarea {
  height:10rem;
}
.form label {
  font-weight:bold;
  display: block;
  font-size:0.9rem;
  margin-bottom:0.5rem;
}
.form .submit-btn {
  font-family: sans-serif;
  padding:1rem 2rem;
  background: #EE5A24;
  border:0;
  border-radius:0.2rem;
  color:#fff;
  font-size:1.1rem;
  font-weight: bold;
  transition: 0.3s background-color;
  cursor: pointer;
}
.form .submit-btn:hover {
  background: #EE5A24;
}
.form .checkbox-cnt {
  padding-left:3rem;
  position: relative;
  font-weight: normal;
  font-size:0.85rem;
  line-height: 1.1rem;
  color:#444;
  cursor: pointer;
}
.form .checkbox-cnt .state {
  width:2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left:0;
  top:0;
  border:1px solid #aaa;
  border-radius:0.2rem;
}
.form .checkbox-cnt .state:before {
  width:1rem;
  height: 1rem;
  border-radius:0.2rem;
  background: #EE5A24;
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  content:'';
  transform:translate(-50%, -50%) scale(1);
  opacity:0;
}
.form .checkbox-cnt input:checked ~ .state:before {
  animation: checkboxShowAnim 0.5s 1;
  opacity: 1;
}
.form .checkbox-cnt input {
  position:absolute;
  top:0; left:0;
  width:2rem;
  height: 2rem;
  z-index: 2;
  cursor:pointer;
  padding:0;
  margin:0;
  opacity: 0;
}
.form input[type=text].error,
.form input[type=email].error,
.form textarea.error,
.form .checkbox-cnt input.error ~ .state {
  border-color:#EE5A24;
}
.field-error {
  color:#EE5A24;
  padding:0.5rem 0;
  font-size:0.8rem;
}
  
.row
{
  margin-bottom: 0px;
}

label{
  color: black;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}





/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100vw;
    height: 70vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}






/* Lista badań */

.lista-badan{
  position: relative;
  background-attachment: fixed;
  background-color: #ffffff;
  z-index: 3;
  background-repeat: no-repeat;
 
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
 
  padding: 8% 0;
}
.lista-badan  h2{
  color: black;
  font-size: 40px;
  text-align: left;
  margin: 0 0 10px 0;
}
.lista-badan  h3{
  color: black;
  font-size: 23px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px 0;
}

.lista-badan p{
  color: black;
  font-size: 18px;
  text-align: justify;
  margin: 10px 0;
}
.lista-badan span{
  color: black;
  font-size: 23px;
  text-align: justify;
  margin: 10px 0 20px;
}

.lista-badan ul li{
  color: black;
  font-size: 18px;
  list-style-type: none;
}

.lista-badan .collapsible-header i {
  width: 2rem;
  font-size: 3.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 3rem;
}


/* aktualne-badania */
.aktualne-badania {
  position: relative;
  background-attachment: fixed;
  background-color: #ffffff;
  z-index: 3;
  background-repeat: repeat;
  background-image: url(../img/double-bubble-outline.png);
  display: block;
  width: 100%;
  padding: 5% 0;
}
.aktualne-badania h2{
  color: #e65443;
  font-size: 40px;
  text-align: center;
  margin: 0 0 10px 0;
}
.aktualne-badania p{
  color: white;
  font-size: 23px;
  text-align: justify;
}

.aktualne-badania span{
  font-weight: 100;
  color: black;
  
}

.badania-center
{
  margin: 20px auto;
  display: table;
}


.fb a
{
  position: fixed;
  cursor: pointer;
  bottom: 0px;
  right: 0px;
  background-color: #c3aa67;
  color: white;
  transform: .3s;
  padding: 5px;
  z-index: 999;
}
.fb a:hover
{
  background-color: white;
  color: #c3aa67;
}

.mail a
{
  position: fixed;
  top: 50%;
  right: 0%;
  background-color: white;
  padding: 5px;
  z-index: 999;
}

.eng a
{
  position: fixed;
  bottom: 34px;
  right: 0;
  font-weight: 500;
  z-index: 999;
  text-decoration: none;
  color: white;
  transition: 3s;
}
.eng a:hover
{
  background-color: black;
}
.eng img
{
  width: 34px;
}

.features-mck-onas2 .color-h2
{
  color: #e65443;
  font-weight: 600;
}
.lista-badan a
{
  background-color: #e65443;
    padding: 10px;
    margin: 20px 0;
    color: white;
    text-decoration: none;
}
.font-email 
{
  font-weight: 700;
}

.okno-tlo
{
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0, 0.7);
  height: 100%;
  width: 100vw;
  display: none;
  z-index: 9998;
  overflow: scroll;
}
.okno-kontakt
{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: white;
  z-index: 9999;
  display: block;
  padding: 20px;
}
.okno-kontakt .material-icons
{
  position: absolute;
  top: 10px;
  right: 10px;
  transition: .2;
  cursor: pointer;
}
.okno-kontakt .material-icons:hover
{
  
  color: #e65443;
}



[type="radio"]:not(:checked), [type="radio"]:checked
{
  opacity: 1;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  opacity: 1;
  pointer-events: stroke;
}

.btn-lekarz
{
  background-color: #e65443;
  color: white;
  padding: 20px 30px;
  float: left;
  transition: .2s;
  text-decoration: none;
  text-decoration-line: none;
  margin: 3px;
}
.btn-lekarz:hover
{
  color: black;
}
a.btn-lekarz
{
  text-decoration: none;
}
.aktualne-badania a 
{
  text-decoration: none;
}

/* galeria */
.fancybox__nav .carousel__button.is-next
{
  background-color: rgba(0, 0, 0, 0);
  transition: .5s;
}

.fancybox__nav .carousel__button.is-next:hover
{
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__nav .carousel__button.is-prev 
{
  background-color: rgba(0, 0, 0, 0);
  transition: .5s;
}
.fancybox__nav .carousel__button.is-prev:hover
{
  background-color: rgba(0, 0, 0, 0);
}
.carousel__button
{
  background-color: rgba(0, 74, 140, 0);
}

.carousel__button:hover
{
  background-color: rgba(0, 74, 140, 0);
}

.carousel__button:focus
{
  background-color: rgba(0, 74, 140, 0);
}
.fancybox__thumb
{
  border-radius: 0px;
}



/* cennik */
/*
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  border: 1px solid hsl(212, 29%, 19%, .3);
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

*/
/* Responsywność dla mniejszych ekranów */

/*
@media only screen and (max-width: 600px) {
  th, td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  th {
    text-align: center;
  }
}
*/

/* cennik */ 



/* katalog  */
.katalog{
  padding: 50px 0 ;
  background-color: #fff;
}

.dekton-katalog{
  padding: 0 ;
  background-color: #fff;
}

.dekton-katalog h4{
  font-size: 40px;
    font-weight: 500;
    color: black;
    border: solid 10px black;
    padding: 10px;
    margin: 50px auto 0;
    text-align: center;
    display: table;
}

.dekton-katalog a.btn-realizacje-wiecej{
  font-size: 30px;
    font-weight: 500;
    color: black;
    border: solid 10px black;
    padding: 10px;
    margin: 10% auto;
    text-align: center;
    display: table;
    transition: .5s;
}
.dekton-katalog a.btn-realizacje-wiecej:hover{
  color: #fff;
  background-color: black;
}

.dekton-katalog a span{
  font-size: 30px;
    font-weight: 500;
    color: #fff;
    background-color: black;
    padding: 10px;
    text-align: center;
    display: table;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.dekton-katalog a span:hover{
  color: black;
  background-color: #fff;
}
.dekton-katalog a.btn-realizacje:hover{
  color: black;
  background-color: #fff;
}


.dekton-katalog .h4-text{
  font-size: 14px;
  max-width: 400px;
  margin: 0 auto 40px;
  text-align: justify;
  color: #fff;
  background-color: black;
  padding: 20px;
  transition: .3s;
}



.dekton-katalog .h4-text:hover{
  background-color: #fff;
  color: black;
}

.dekton-katalog .h5-text{
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: justify;
  color: #fff;
  background-color: black;
  padding: 20px;
  transition: .3s;
}
.dekton-katalog .h5-text:hover{
  background-color: #fff;
  color: black;
}

.dekton-katalog h5{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  /* border: solid 10px black; */
  /* padding: 10px; */
  margin: 0px auto;
  text-align: center;
}


.cube-mieszkanie
{
  border: 1px solid #fff;
  background-color: #f0f0f0;
  margin: 15px;
  padding: 35px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
  transition: -webkit-box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out,-webkit-box-shadow .4s ease-in-out;
}
.cube-mieszkanie:hover
{
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.mieszkania-info
{
  padding: 10px 0;
}

.nr-mieszkania
{
  font-size: 12px;
  color: #444;
  color: black;
}

.szczegoly-mieszkanie
{
  text-align: right;
}
.btn-szczegoly
{
  
  display: inline-block;
}

.nr-mieszkania2
{
  font-size: 30px;
  font-weight: 500;
}
.powierzchnia-title 
{
  float: left;
  color: black;
  font-weight: 500;
  font-size: 10px;

}

.powierzchnia-domu 
{
  text-align: right;
  font-weight: 500;
  font-size: 11px;
  color: black;
}

.mieszkanie-wolne
{
  background-color: #3a7d44;
  float: left;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  display: block;
  text-align: center;

}
.btn-szczegoly 
{
  background-color: black;
  color: white;
  font-size: 16px;
    padding: 10px;
  display: block;
  text-align: center;

}
.btn-szczegoly:hover
{
  color: white;
}
.btn-pietro
{
  background-color: #f1be48;
  color: white;
  padding: 20px 50px;
  transition: .5s;
  display: block;
  margin: 5px;
  text-align: center;
}
.btn-pietro:hover
{
  background-color: white;
  color: black;
}

.cube-mieszkanie img{
  width: 100%;
  height: 200px;
}

/* katalog styki kwarcowe */

/* dekton opis */

.dekton{
  padding: 0px 0 10%;
  position: relative;
  background-color: #f0f0f0;
}

.dekton h2{
  font-size: 40px;
  font-weight: 500;
  padding: 0;
  color: black;
  padding: 50px 0 0;
  z-index: 9;
}

.dekton h3{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
  color: black;
  z-index: 9;
}
.dekton .start-spieki{
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
  color: black;
  max-width: 600px;
}
.dekton h4{
  font-size: 40px;
    font-weight: 500;
    color: black;
    border: solid 10px black;
    padding: 10px;
    margin: 50px auto 0;
    text-align: center;
    display: table;
}

.dekton .h4-text{
  font-size: 14px;
  width: 400px;
  margin: 0 auto 40px;
  text-align: justify;
  color: #fff;
  background-color: black;
  padding: 20px;
  transition: .3s;
}
.dekton .h4-text:hover{
  background-color: #fff;
  color: black;
}

.dekton p{
  font-size: 17px;
  max-width: 700px;
  margin: 60px auto;
  text-align: justify;
  color: black;
  padding: 20px;
}


.dekton p.color-szary{
  
    background-color: #f0f0f0;
    padding: 40px;
    border-radius: 0 0 0 30px;
    background-color: #fff;
  
 
  
}

.dekton img.logo-dakton{
  width: 350px;
  padding: 40px;
  margin: 0px auto;
  display: block;
}

.dekton .foto1-dekton img{
  height: 100%;  
  
}

.plyta-dekton {
  position: absolute;
  text-align: center;
  bottom: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  background-color: #282728;
  background-image: url(../img/fossil.jpeg);
  width: 60px;
  height: 140px;
  box-shadow: 13px 13px 10px 2px rgb(0 0 0 / 10%);
  animation: kwadrat-animacja-ruch2 5s infinite;
  z-index: 9;
}

@keyframes kwadrat-animacja-ruch2 {
  0% {
    bottom: 1%;
  }
  10% {
    bottom: 2%;
  }
  20% {
    bottom: 3%;
  }
  30% {
    bottom: 4%;
  }
  40% {
    bottom: 5%;
  }
  50% {
    bottom: 4%;
  }
  60% {
    bottom: 3%;
  }
  70% {
    bottom: 2%;
  }
  100% {
    bottom: 1%;
  }
}


/* strona główna */

.start-spieki-text{
    position: absolute;
    top: 15%;
    right: 10%;
    max-width: 400px;
    transition: .5s;
    background-color: black;
    padding: 60px;
}

/* realizacje */
.realizacje{
  margin: 50px 0;
}
.realizacje img{
  width: 100%;
  border: 4px #fff solid;
}

.realizacje h4{
  font-size: 40px;
  font-weight: 500;
  color: #000;
  border: solid 10px black;
  padding: 10px;
  margin: 50px 0 0;
  text-align: center;
  display: table;
}

.realizacje .h4-text {
  font-size: 14px;
  max-width: 400px;
  margin: 0 0 40px;
  text-align: justify;
  color: #fff;
  background-color: black;
  padding: 20px;
  transition: .3s;
}
/* realizacje */



/* inspiracje */
.inspiracje{
  margin: 50px 0;
  padding: 20px;
}
.inspiracje img{
  width: 100%;
  border: 4px #fff solid;
}

.inspiracje h4{
  font-size: 40px;
  font-weight: 500;
  color: #000;
  border: solid 10px black;
  padding: 10px;
  margin: 50px 0 0;
  text-align: center;
  display: table;
}

.inspiracje .h4-text {
  font-size: 14px;
    margin: 0 0 40px;
    text-align: right;
    color: #fff;
    background-color: black;
    padding: 10px;
    transition: .3s;
}

/* inspiracje */


/* warszawa  uw ------------------ ---------------------------------- --------------------------- */



.trzy-pozycje{
  position: relative;
  background-color: #000;
  padding: 30px;
  background: rgb(24,24,24);
  background: -moz-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  background: radial-gradient(circle, rgba(24,24,24,0.9178265056022409) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181818",endColorstr="#000000",GradientType=1);
}

.trzy-pozycje .pozycja-1{
  position: relative;
  background-color: red;
  display: block;
  height: 90vh;
  width: 100%;
  padding: 50px;
}

.trzy-pozycje .pozycja-1 h2{
  font-size: 30px;
  margin: 20px 0 0;
  color: #000;
    font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 10px;
}
.trzy-pozycje .pozycja-1 p{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
}

.trzy-pozycje .pozycja-2{
  position: relative;
  background-color: #c3aa67;
  display: block;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.05);
  
    
}
.geo_male img{
  width: 150px;
  position: absolute;
  bottom: 30;
  right: 30;
}



.trzy-pozycje .pozycja-2 h2{
  font-size: 30px;
  margin: 20px 0 0;
  color: #000;
    font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 10px;
}
.trzy-pozycje .pozycja-2 p{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 300;

}

.trzy-pozycje .pozycja-2 .ramy-czasu{
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 20px 0 0;
  font-weight: 300;

}
.trzy-pozycje .pozycja-2 a{
  font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 30px;
    border: solid 5px #000;
    margin: 30px 0;
    display: inline-block;
    transition: .2s;
}
.trzy-pozycje .pozycja-2 a:hover{
  background-color: #000;
  color: #c3aa67;
}

.trzy-pozycje .pozycja-2 .ramy-czasu ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 300;

}

.trzy-pozycje .pozycja-2 .ramy-czasu ul li::marker {
  color: #000;
  font-size: 1.5em;
  font-weight: 300;

}



.trzy-pozycje .pozycja-3{

  display: block;
  width: 100%;

  padding: 50px;
}

.trzy-pozycje .pozycja-3 h2{
  font-size: 30px;
  margin: 20px 0 0;
  color: #c3aa67;
   font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 20px;
}
.trzy-pozycje .pozycja-3 p{
  font-size: 18px;
  color: #fff;
  padding: 20px 0 0;
  font-weight: 300;

}

.trzy-pozycje .pozycja-3 .ramy-czasu{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 20px 0 0;
  font-weight: 300;

}

.trzy-pozycje .pozycja-3 .ramy-czasu ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-weight: 300;


}

.trzy-pozycje .pozycja-3 .ramy-czasu ul li::marker {
  color: #c3aa67;
  font-size: 1.5em;
  font-weight: 300;

}


.trzy-pozycje .pozycja-3 a{
  font-size: 20px;
    color: #fff;
    /*   font-family: "Radio Canada", sans-serif; */
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: solid 5px #000;
    /* padding-top: 30px; */
    /* padding-bottom: 5px; */
    display: block;
    transition: .2s;
}
.trzy-pozycje .pozycja-3 img{
  width: 100px;
}
.trzy-pozycje .pozycja-3 a:hover{
  background-color: #000;
  color: #c3aa67;
}

.trzy-pozycje .pozycja-4{
  background-color: #fff;
  background-repeat: no-repeat;
  display: block;
  height: 110vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.trzy-pozycje .pozycja-5{
  background-color: #fff;
  background-repeat: no-repeat;
  display: block;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.trzy-pozycje .pozycja-6{

  display: block;
  padding: 50px;

}

.trzy-pozycje .pozycja-6 h2{
  font-size: 30px;
  margin: 20px 0 0;
  color: #c3aa67;
   font-family: "Radio Canada", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  padding-bottom: 20px;
}
.trzy-pozycje .pozycja-6 p{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 15px;
}
.trzy-pozycje .pozycja-6 ul li {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  list-style-type: disc;
  list-style-position: inside;
}

.trzy-pozycje .pozycja-6 ul li::marker {
  color: #fff;
  font-size: 1.5em;
}

.trzy-pozycje .pozycja-6 img{
  width: 120px;
  padding: 10px;
  transition: .3s;
}

.trzy-pozycje .pozycja-6 img:hover{
  background-color: #e20001;
}



/* Animacja kwiata POZYCJA 3 */
@keyframes kwiat-pozycja-3{
    0% {
      
      background-image: url(../img/1c.png);
    }
    10% {
    
      background-image: url(../img/2c.png);
    }
    20% {
      
      background-image: url(../img/3c.png);
    }
    30% {
    
      background-image: url(../img/4c.png);
    }
    40% {
      background-image: url(../img/5c.png);
    }
    50% {
      
      background-image: url(../img/6c.png);
    }
    60% {
    
      background-image: url(../img/7c.png);
    }
    70% {
      
      background-image: url(../img/8c.png);
    }
    80% {
    
      background-image: url(../img/9c.png);
    }
    100% {
      background-image: url(../img/10c.png);
    }

}

.trzy-pozycje .pozycja-3 a{
  font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 30px;
    border: solid 5px #000;
    margin: 30px 0;
    display: inline-block;
    transition: .2s;
}
.trzy-pozycje .pozycja-3 a:hover{
  background-color: #000;
  color: #c3aa67;
}

.slogan-logo{
 
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
}

.slogan-logo img{
  width: 40px;
}

/* program */
.section-program {
  position: relative;
   
  background-color: rgb(51, 94, 218);
  z-index: 1;
  padding: 0;
  transition: 1.5s;
    background-image: url(../img/2duzy.png);
    background-position: left top;
    background-size: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: -50px;
    background-position-y: 250px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: .5fr repeat(4, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
.div-padding{
  color: #fff;
  padding: 10px;
  transition: background-color 0.3s;
  cursor: pointer;
}
.div-padding:hover {
  background-color: #333; /* Nowy kolor w stanie hover */
}

.div-padding-naglowek{
  color: #fff;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  
}
.div-padding-naglowek:hover {
  background-color: #333; /* Nowy kolor w stanie hover */
 
}



/* program */ 


/* respansywna tabela */



th {
  color: #fff;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  border-radius: none;
  background-color: #c3aa67;
  border: 4px solid rgb(51, 94, 218);
  font-size: 20px;
  padding: 1.5em;
}


td {
  color: #fff;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 4px solid rgb(51, 94, 218);
  font-size: 15px;
  padding: 1.5em;
}

.tabela-tlo{
  background-color: rgba(56,101,176, .3);
  transition: .2s;
}
.tabela-tlo:hover{
  background-color: #333;
}
.tabela-tlo-godziny{
  background-color: rgba(51, 94, 28, 0.3);
  font-weight: 500;
  font-size: 20px;
}
.tabela-dni-dalej a{
  color: #fff;
    font-weight: 500;
    text-align: center;
    /* transition: background-color 0.3s, border-color 0.3s; */
    cursor: pointer;
    border-radius: none;
   
    font-size: 20px;
    padding: 1em;
    background-color: #e5414d;
    display: block;
}


th, td.sub {}
.table {
  border: 1px solid black;
}
.table .st-key {
  font-weight: bold;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  
}

#wrapper2 {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  
}

/* respansywna tabela */


.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  }
  
  .button1 { grid-area: 1 / 1 / 2 / 2; }
  .button2 { grid-area: 1 / 2 / 2 / 3; }
  .button3 { grid-area: 1 / 3 / 2 / 4; }

  .parent a{
    color: #fff;
    font-weight: 500;
    text-align: center;
    /* transition: background-color 0.3s, border-color 0.3s; */
    cursor: pointer;
    border-radius: none;
   
    font-size: 20px;
    padding: 1em;
    background-color: #e5414d;
    display: block;
    transition: .3;
  }
  .parent a:hover{
    background-color: #333;
  }


  /*  WYKŁADY */

  .wyklady {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    }
    
    .div1 { grid-area: 1 / 2 / 2 / 3; }
    .div2 { grid-area: 2 / 2 / 3 / 3; }
    .div3 { grid-area: 3 / 2 / 4 / 3; }
    .div4 { grid-area: 4 / 2 / 5 / 3; }
    .div5 { grid-area: 5 / 2 / 6 / 3; }
    .div6 { grid-area: 6 / 2 / 7 / 3; }
    .div7 { grid-area: 7 / 2 / 8 / 3; }
    .div8 { grid-area: 8 / 2 / 9 / 3; }
    .div9 { grid-area: 9 / 2 / 10 / 3; }
    .div10 { grid-area: 10 / 2 / 11 / 3; }
    .div11 { grid-area: 1 / 1 / 2 / 2; }
    .div12 { grid-area: 6 / 1 / 7 / 2; }
    .div13 { grid-area: 8 / 1 / 9 / 2; }

    .wyklady a{
      display: contents;
    }
    .wyklady-lewa{
      color: #fff;
      font-weight: 500;
      text-align: center;
      transition: background-color 0.3s, border-color 0.3s;
      cursor: pointer;
      border-radius: none;
      font-size: 20px;
      padding: 1.5em;
      background-color: rgba(51, 94, 28, 0.3);
      font-weight: 500;
      font-size: 20px;
    }

    .wyklady-prawa{
      color: #fff;
    transition: background-color 0.3s;
    cursor: pointer;
    background-color: #333;
    font-size: 15px;
    padding: 1.5em;
    transition: .3s;
    }
    .wyklady-prawa:hover{
      background-color: #e5414d;
    }

   /*  WYKŁADY */


   /* organizatorzy */
   .organizatorzy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    }
    
    .di1 { grid-area: 1 / 2 / 2 / 3; }
    .di2 { grid-area: 2 / 2 / 3 / 3; }
    .di3 { grid-area: 3 / 2 / 4 / 3; }
    .di4 { grid-area: 4 / 2 / 5 / 3; }
    .di5 { grid-area: 5 / 2 / 6 / 3; }
    .di6 { grid-area: 6 / 2 / 7 / 3; }
    .di7 { grid-area: 1 / 1 / 2 / 2; }
    .di8 { grid-area: 5 / 1 / 6 / 2; }
   /* organizatowrzy */


   .naglowek-oferta{
    background-color: #fff;
    background-image: url(../img/baner5.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: right center;
    background-attachment: fixed;
    display: block;
    width: 100%;
    /* border: solid 10px #fff; */
    padding: 50px;
   }
   .naglowek-oferta h1{
    font-size: 45px;
    margin: 20px 0 0;
    color: #000;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    line-height: 45px;
    font-style: normal;
    text-align: center;
   }
   .naglowek-oferta h2{
    font-size: 45px;
    margin: 20px 0 0;
    color: #000;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    line-height: 45px;
    font-style: normal;
    text-align: center;
    padding-bottom: 10px;
   }
   .naglowek-oferta span{
    font-size: 14px;
    margin: 0;
    color: #000;
     font-family: "Radio Canada", sans-serif;
    font-weight: 500;
    line-height: 45px;
    font-style: normal;
    text-align: center;
    display: block;
   }

   .naglowek-oferta p{
    font-size: 17px;
    color: #000;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: center;
   }


   .body-oferta {
    height: 100vh;
    display: grid;
    place-items: center;
  }


   /* oferta geo */

   :root {
    --width: 250px;  
  }
  
  
  .cards {
    display: flex;
    gap: 1.5rem;
  }
  
  .card {
    position: relative;
    width: 200px;
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
    transition: width 0.5s ease-out;
  
    &:hover {
      width: var(--width);
    }
  
    &:hover .card-container h2 {
      transform: rotate(0);
    }
  
    &:hover .card-container p  {
      opacity: 1;
      transform: translateY(0);
      transition: transform 1s, opacity 0.5s linear 0.3s;
    }
  
    &:hover::before {
      transform: scale(1.3);
    }
  
    &::before {
      content: '';
      position: absolute;
      z-index: -1;
      width: 250px;
      height: 350px;
      background-size: cover;
      background-position: center;
      transform: scale(1);
      transition: transform 0.5s ease-in;
    }
  
    &:nth-of-type(1):before{ background-image: url('http://geo.local/wp-content/themes/cdm/img/wytyczenia.jpeg'); }
    &:nth-of-type(2):before{ background-image: url('https://images.unsplash.com/photo-1485163819542-13adeb5e0068?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2487&q=80'); }
    &:nth-of-type(3):before{ background-image: url('https://images.unsplash.com/photo-1610322231968-31322d42851f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2236&q=80'); }
    &:nth-of-type(4):before{ background-image: url('http://geo.local/wp-content/themes/cdm/img/wytyczenia.jpeg'); }
    &:nth-of-type(5):before{ background-image: url('https://images.unsplash.com/photo-1485163819542-13adeb5e0068?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2487&q=80'); }
    &:nth-of-type(6):before{ background-image: url('https://images.unsplash.com/photo-1610322231968-31322d42851f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2236&q=80'); }
  
    & .card-container {
      position: absolute;
      left: 50%;
      bottom: 15%;
      transform: translateX(-50%);
      text-align: center;
      font: 900 1rem helvetica,sans-serif;
      color: white;
  
      & h2 {
        font-size: 1.1rem;
        letter-spacing: -1px;
        text-transform: uppercase;
        transform: rotate(90deg);
        transition: transform 0.5s;
      }
    
      & p {
        position: relative;
        width: var(--width);
        font-size: 0.75rem;
        font-weight: 100;
        line-height: 1.6;
        color: rgba(255,255,255,0.75);
        margin-top: 0.5rem;
        padding: 0 1.2rem;
        transform: translateY(2rem);
        opacity: 0;
      }
    }
  }

  .card{
    background-color: rgba(255, 255, 255, 0);
  }
   /* oferta geo */


   
/* warszawa  uw ------------------ ---------------------------------- --------------------------- */